@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/* node_modules/mdb-angular-ui-kit/assets/scss/bootstrap/bootstrap.scss */
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    13,
    110,
    253;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: 2px solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb:
    60,
    153,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb:
    11,
    172,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb:
    225,
    83,
    97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb:
    13,
    110,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb:
    25,
    135,
    84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb:
    13,
    202,
    240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb:
    220,
    53,
    69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb:
    248,
    249,
    250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb:
    33,
    37,
    41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover,
.link-primary:focus {
  color: #0a58ca !important;
}
.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #565e64 !important;
}
.link-success {
  color: #198754 !important;
}
.link-success:hover,
.link-success:focus {
  color: #146c43 !important;
}
.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover,
.link-info:focus {
  color: #3dd5f3 !important;
}
.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover,
.link-warning:focus {
  color: #ffcd39 !important;
}
.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover,
.link-danger:focus {
  color: #b02a37 !important;
}
.link-light {
  color: #f8f9fa !important;
}
.link-light:hover,
.link-light:focus {
  color: #f9fafb !important;
}
.link-dark {
  color: #212529 !important;
}
.link-dark:hover,
.link-dark:focus {
  color: #1a1e21 !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* node_modules/@angular/cdk/text-field-prebuilt.css */
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

/* node_modules/mdb-angular-ui-kit/assets/scss/mdb.scss */
:root {
  --mdb-red: #f44336;
  --mdb-pink: #e91e63;
  --mdb-purple: purple-500;
  --mdb-indigo: #3f51b5;
  --mdb-blue: #2196f3;
  --mdb-cyan: #00bcd4;
  --mdb-teal: #009688;
  --mdb-green: #4caf50;
  --mdb-yellow: #ffeb3b;
  --mdb-orange: #ff9800;
  --mdb-white: #fff;
  --mdb-black: #000;
  --mdb-gray: #757575;
  --mdb-gray-dark: #4f4f4f;
  --mdb-gray-50: #fbfbfb;
  --mdb-gray-100: #f5f5f5;
  --mdb-gray-200: #eeeeee;
  --mdb-gray-300: #e0e0e0;
  --mdb-gray-400: #bdbdbd;
  --mdb-gray-500: #9e9e9e;
  --mdb-gray-600: #757575;
  --mdb-gray-700: #616161;
  --mdb-gray-800: #4f4f4f;
  --mdb-gray-900: #262626;
  --mdb-primary: #3b71ca;
  --mdb-secondary: #9fa6b2;
  --mdb-success: #14a44d;
  --mdb-danger: #dc4c64;
  --mdb-warning: #e4a11b;
  --mdb-info: #54b4d3;
  --mdb-light: #fbfbfb;
  --mdb-dark: #332d2d;
  --mdb-primary-rgb:
    59,
    113,
    202;
  --mdb-secondary-rgb:
    159,
    166,
    178;
  --mdb-success-rgb:
    20,
    164,
    77;
  --mdb-danger-rgb:
    220,
    76,
    100;
  --mdb-warning-rgb:
    228,
    161,
    27;
  --mdb-info-rgb:
    84,
    180,
    211;
  --mdb-light-rgb:
    251,
    251,
    251;
  --mdb-dark-rgb:
    51,
    45,
    45;
  --mdb-white-rgb:
    255,
    255,
    255;
  --mdb-black-rgb:
    0,
    0,
    0;
  --mdb-body-color-rgb:
    79,
    79,
    79;
  --mdb-body-bg-rgb:
    255,
    255,
    255;
  --mdb-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --mdb-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --mdb-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --mdb-body-font-family: var(--mdb-font-roboto);
  --mdb-body-font-size: 1rem;
  --mdb-body-font-weight: 400;
  --mdb-body-line-height: 1.6;
  --mdb-body-color: #4f4f4f;
  --mdb-body-bg: #fff;
  --mdb-border-width: 1px;
  --mdb-border-style: solid;
  --mdb-border-color: #e0e0e0;
  --mdb-border-color-translucent: rgba(0, 0, 0, 0.175);
  --mdb-border-radius: 0.25rem;
  --mdb-border-radius-sm: 0.25rem;
  --mdb-border-radius-lg: 0.5rem;
  --mdb-border-radius-xl: 1rem;
  --mdb-border-radius-2xl: 2rem;
  --mdb-border-radius-pill: 50rem;
  --mdb-link-color: #3b71ca;
  --mdb-link-hover-color: #386bc0;
  --mdb-code-color: #e91e63;
  --mdb-highlight-bg: #fff9c4;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--mdb-body-font-family);
  font-size: var(--mdb-body-font-size);
  font-weight: var(--mdb-body-font-weight);
  line-height: var(--mdb-body-line-height);
  color: var(--mdb-body-color);
  text-align: var(--mdb-body-text-align);
  background-color: var(--mdb-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  background-color: var(--mdb-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--mdb-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--mdb-link-hover-color);
  text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--mdb-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--mdb-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--mdb-body-bg);
  background-color: var(--mdb-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #757575;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #757575;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--mdb-border-color);
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #757575;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --mdb-gutter-x: 1.5rem;
  --mdb-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--mdb-gutter-x) * 0.5);
  padding-left: calc(var(--mdb-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --mdb-gutter-x: 1.5rem;
  --mdb-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--mdb-gutter-y));
  margin-right: calc(-0.5 * var(--mdb-gutter-x));
  margin-left: calc(-0.5 * var(--mdb-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--mdb-gutter-x) * 0.5);
  padding-left: calc(var(--mdb-gutter-x) * 0.5);
  margin-top: var(--mdb-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --mdb-gutter-x: 0;
}
.g-0,
.gy-0 {
  --mdb-gutter-y: 0;
}
.g-1,
.gx-1 {
  --mdb-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --mdb-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --mdb-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --mdb-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --mdb-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --mdb-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --mdb-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --mdb-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --mdb-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --mdb-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --mdb-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --mdb-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --mdb-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --mdb-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --mdb-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --mdb-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --mdb-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --mdb-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --mdb-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --mdb-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --mdb-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --mdb-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --mdb-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --mdb-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --mdb-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --mdb-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --mdb-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --mdb-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --mdb-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --mdb-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --mdb-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --mdb-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --mdb-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --mdb-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --mdb-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --mdb-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --mdb-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --mdb-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --mdb-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --mdb-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --mdb-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --mdb-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --mdb-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --mdb-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --mdb-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --mdb-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --mdb-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --mdb-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --mdb-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --mdb-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --mdb-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --mdb-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --mdb-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --mdb-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --mdb-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --mdb-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --mdb-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --mdb-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --mdb-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --mdb-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --mdb-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --mdb-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --mdb-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --mdb-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --mdb-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --mdb-gutter-y: 3rem;
  }
}
.table {
  --mdb-table-color: var(--mdb-body-color);
  --mdb-table-bg: transparent;
  --mdb-table-border-color: var(--mdb-border-color);
  --mdb-table-accent-bg: transparent;
  --mdb-table-striped-color: var(--mdb-body-color);
  --mdb-table-striped-bg: rgba(0, 0, 0, 0.02);
  --mdb-table-active-color: var(--mdb-body-color);
  --mdb-table-active-bg: rgba(0, 0, 0, 0.1);
  --mdb-table-hover-color: var(--mdb-body-color);
  --mdb-table-hover-bg: rgba(0, 0, 0, 0.025);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--mdb-table-color);
  vertical-align: top;
  border-color: var(--mdb-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 1rem 1.4rem;
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: 2px solid inherit;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --mdb-table-accent-bg: var(--mdb-table-striped-bg);
  color: var(--mdb-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --mdb-table-accent-bg: var(--mdb-table-striped-bg);
  color: var(--mdb-table-striped-color);
}
.table-active {
  --mdb-table-accent-bg: var(--mdb-table-active-bg);
  color: var(--mdb-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --mdb-table-accent-bg: var(--mdb-table-hover-bg);
  color: var(--mdb-table-hover-color);
}
.table-primary {
  --mdb-table-color: #000;
  --mdb-table-bg: #d8e3f4;
  --mdb-table-border-color: #c2ccdc;
  --mdb-table-striped-bg: #cdd8e8;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c2ccdc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c8d2e2;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-secondary {
  --mdb-table-color: #000;
  --mdb-table-bg: #ecedf0;
  --mdb-table-border-color: #d4d5d8;
  --mdb-table-striped-bg: #e0e1e4;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #d4d5d8;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #dadbde;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-success {
  --mdb-table-color: #000;
  --mdb-table-bg: #d0eddb;
  --mdb-table-border-color: #bbd5c5;
  --mdb-table-striped-bg: #c6e1d0;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #bbd5c5;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c0dbcb;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-info {
  --mdb-table-color: #000;
  --mdb-table-bg: #ddf0f6;
  --mdb-table-border-color: #c7d8dd;
  --mdb-table-striped-bg: #d2e4ea;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c7d8dd;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #ccdee4;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-warning {
  --mdb-table-color: #000;
  --mdb-table-bg: #faecd1;
  --mdb-table-border-color: #e1d4bc;
  --mdb-table-striped-bg: #eee0c7;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e1d4bc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e7dac1;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-danger {
  --mdb-table-color: #000;
  --mdb-table-bg: #f8dbe0;
  --mdb-table-border-color: #dfc5ca;
  --mdb-table-striped-bg: #ecd0d5;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #dfc5ca;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e5cbcf;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-light {
  --mdb-table-color: #000;
  --mdb-table-bg: #fbfbfb;
  --mdb-table-border-color: #e2e2e2;
  --mdb-table-striped-bg: #eeeeee;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e2e2e2;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e8e8e8;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-dark {
  --mdb-table-color: #fff;
  --mdb-table-bg: #332d2d;
  --mdb-table-border-color: #474242;
  --mdb-table-striped-bg: #3d3838;
  --mdb-table-striped-color: #fff;
  --mdb-table-active-bg: #474242;
  --mdb-table-active-color: #fff;
  --mdb-table-hover-bg: #423d3d;
  --mdb-table-hover-color: #fff;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.775rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #757575;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: all 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: #3b71ca;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:disabled {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #4f4f4f;
  background-color: #eeeeee;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e2e2e2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.6em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: all 0.2s linear;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #3b71ca;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #eeeeee;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4f4f4f;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.775rem;
  border-radius: 0.25rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #3b71ca;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
.form-check-input:checked {
  background-color: #3b71ca;
  border-color: #3b71ca;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3b71ca;
  border-color: #757575;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233b71ca'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3b71ca;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c4d4ef;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3b71ca;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c4d4ef;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #9e9e9e;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #9e9e9e;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  border-radius: 0.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #14a44d;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 6px 16px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(20, 164, 77, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #14a44d;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314a44d' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #14a44d;
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #14a44d;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314a44d' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #14a44d;
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #14a44d;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #14a44d;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #14a44d;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc4c64;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 6px 16px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(220, 76, 100, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc4c64;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc4c64'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc4c64' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc4c64;
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc4c64;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc4c64'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc4c64' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc4c64;
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc4c64;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc4c64;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc4c64;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --mdb-btn-padding-x: 1.5rem;
  --mdb-btn-padding-y: 0.375rem;
  --mdb-btn-font-family: ;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-font-weight: 500;
  --mdb-btn-line-height: 1.5;
  --mdb-btn-color: #4f4f4f;
  --mdb-btn-bg: transparent;
  --mdb-btn-border-width: 2px;
  --mdb-btn-border-color: transparent;
  --mdb-btn-border-radius: 0.25rem;
  --mdb-btn-hover-border-color: transparent;
  --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
  --mdb-btn-disabled-opacity: 0.65;
  --mdb-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--mdb-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--mdb-btn-padding-y) var(--mdb-btn-padding-x);
  font-family: var(--mdb-btn-font-family);
  font-size: var(--mdb-btn-font-size);
  font-weight: var(--mdb-btn-font-weight);
  line-height: var(--mdb-btn-line-height);
  color: var(--mdb-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--mdb-btn-border-width) solid var(--mdb-btn-border-color);
  border-radius: var(--mdb-btn-border-radius);
  background-color: var(--mdb-btn-bg);
  box-shadow: var(--mdb-btn-box-shadow);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--mdb-btn-hover-color);
  background-color: var(--mdb-btn-hover-bg);
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--mdb-btn-color);
  background-color: var(--mdb-btn-bg);
  border-color: var(--mdb-btn-border-color);
}
.btn:focus-visible {
  color: var(--mdb-btn-hover-color);
  background-color: var(--mdb-btn-hover-bg);
  border-color: var(--mdb-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--mdb-btn-box-shadow), var(--mdb-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--mdb-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--mdb-btn-box-shadow), var(--mdb-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--mdb-btn-active-color);
  background-color: var(--mdb-btn-active-bg);
  border-color: var(--mdb-btn-active-border-color);
  box-shadow: var(--mdb-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--mdb-btn-active-shadow), var(--mdb-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--mdb-btn-disabled-color);
  pointer-events: none;
  background-color: var(--mdb-btn-disabled-bg);
  border-color: var(--mdb-btn-disabled-border-color);
  opacity: var(--mdb-btn-disabled-opacity);
  box-shadow: none;
}
.btn-primary {
  --mdb-btn-color: #fff;
  --mdb-btn-bg: #3b71ca;
  --mdb-btn-border-color: #3b71ca;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #386bc0;
  --mdb-btn-hover-border-color: #2f5aa2;
  --mdb-btn-focus-shadow-rgb:
    88,
    134,
    210;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #3566b6;
  --mdb-btn-active-border-color: #2c5598;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #fff;
  --mdb-btn-disabled-bg: #3b71ca;
  --mdb-btn-disabled-border-color: #3b71ca;
}
.btn-secondary {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #9fa6b2;
  --mdb-btn-border-color: #9fa6b2;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #adb3be;
  --mdb-btn-hover-border-color: #a9afba;
  --mdb-btn-focus-shadow-rgb:
    135,
    141,
    151;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #b2b8c1;
  --mdb-btn-active-border-color: #a9afba;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #9fa6b2;
  --mdb-btn-disabled-border-color: #9fa6b2;
}
.btn-success {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #14a44d;
  --mdb-btn-border-color: #14a44d;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #37b268;
  --mdb-btn-hover-border-color: #2cad5f;
  --mdb-btn-focus-shadow-rgb:
    17,
    139,
    65;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #43b671;
  --mdb-btn-active-border-color: #2cad5f;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #14a44d;
  --mdb-btn-disabled-border-color: #14a44d;
}
.btn-danger {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #dc4c64;
  --mdb-btn-border-color: #dc4c64;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #e1677b;
  --mdb-btn-hover-border-color: #e05e74;
  --mdb-btn-focus-shadow-rgb:
    187,
    65,
    85;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e37083;
  --mdb-btn-active-border-color: #e05e74;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #dc4c64;
  --mdb-btn-disabled-border-color: #dc4c64;
}
.btn-warning {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #e4a11b;
  --mdb-btn-border-color: #e4a11b;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #e8af3d;
  --mdb-btn-hover-border-color: #e7aa32;
  --mdb-btn-focus-shadow-rgb:
    194,
    137,
    23;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e9b449;
  --mdb-btn-active-border-color: #e7aa32;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #e4a11b;
  --mdb-btn-disabled-border-color: #e4a11b;
}
.btn-info {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #54b4d3;
  --mdb-btn-border-color: #54b4d3;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #6ebfda;
  --mdb-btn-hover-border-color: #65bcd7;
  --mdb-btn-focus-shadow-rgb:
    71,
    153,
    179;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #76c3dc;
  --mdb-btn-active-border-color: #65bcd7;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #54b4d3;
  --mdb-btn-disabled-border-color: #54b4d3;
}
.btn-light {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #fbfbfb;
  --mdb-btn-border-color: #fbfbfb;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #eeeeee;
  --mdb-btn-hover-border-color: #c9c9c9;
  --mdb-btn-focus-shadow-rgb:
    213,
    213,
    213;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e2e2e2;
  --mdb-btn-active-border-color: #bcbcbc;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #fbfbfb;
  --mdb-btn-disabled-border-color: #fbfbfb;
}
.btn-dark {
  --mdb-btn-color: #fff;
  --mdb-btn-bg: #332d2d;
  --mdb-btn-border-color: #332d2d;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #524d4d;
  --mdb-btn-hover-border-color: #474242;
  --mdb-btn-focus-shadow-rgb:
    82,
    77,
    77;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #5c5757;
  --mdb-btn-active-border-color: #474242;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #fff;
  --mdb-btn-disabled-bg: #332d2d;
  --mdb-btn-disabled-border-color: #332d2d;
}
.btn-outline-primary {
  --mdb-btn-color: #3b71ca;
  --mdb-btn-border-color: #3b71ca;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #3b71ca;
  --mdb-btn-hover-border-color: #3b71ca;
  --mdb-btn-focus-shadow-rgb:
    59,
    113,
    202;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #3b71ca;
  --mdb-btn-active-border-color: #3b71ca;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #3b71ca;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #3b71ca;
  --mdb-gradient: none;
}
.btn-outline-secondary {
  --mdb-btn-color: #9fa6b2;
  --mdb-btn-border-color: #9fa6b2;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #9fa6b2;
  --mdb-btn-hover-border-color: #9fa6b2;
  --mdb-btn-focus-shadow-rgb:
    159,
    166,
    178;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #9fa6b2;
  --mdb-btn-active-border-color: #9fa6b2;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #9fa6b2;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #9fa6b2;
  --mdb-gradient: none;
}
.btn-outline-success {
  --mdb-btn-color: #14a44d;
  --mdb-btn-border-color: #14a44d;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #14a44d;
  --mdb-btn-hover-border-color: #14a44d;
  --mdb-btn-focus-shadow-rgb:
    20,
    164,
    77;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #14a44d;
  --mdb-btn-active-border-color: #14a44d;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #14a44d;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #14a44d;
  --mdb-gradient: none;
}
.btn-outline-danger {
  --mdb-btn-color: #dc4c64;
  --mdb-btn-border-color: #dc4c64;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #dc4c64;
  --mdb-btn-hover-border-color: #dc4c64;
  --mdb-btn-focus-shadow-rgb:
    220,
    76,
    100;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #dc4c64;
  --mdb-btn-active-border-color: #dc4c64;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #dc4c64;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #dc4c64;
  --mdb-gradient: none;
}
.btn-outline-warning {
  --mdb-btn-color: #e4a11b;
  --mdb-btn-border-color: #e4a11b;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #e4a11b;
  --mdb-btn-hover-border-color: #e4a11b;
  --mdb-btn-focus-shadow-rgb:
    228,
    161,
    27;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e4a11b;
  --mdb-btn-active-border-color: #e4a11b;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #e4a11b;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #e4a11b;
  --mdb-gradient: none;
}
.btn-outline-info {
  --mdb-btn-color: #54b4d3;
  --mdb-btn-border-color: #54b4d3;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #54b4d3;
  --mdb-btn-hover-border-color: #54b4d3;
  --mdb-btn-focus-shadow-rgb:
    84,
    180,
    211;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #54b4d3;
  --mdb-btn-active-border-color: #54b4d3;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #54b4d3;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #54b4d3;
  --mdb-gradient: none;
}
.btn-outline-light {
  --mdb-btn-color: #fbfbfb;
  --mdb-btn-border-color: #fbfbfb;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #fbfbfb;
  --mdb-btn-hover-border-color: #fbfbfb;
  --mdb-btn-focus-shadow-rgb:
    251,
    251,
    251;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #fbfbfb;
  --mdb-btn-active-border-color: #fbfbfb;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #fbfbfb;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #fbfbfb;
  --mdb-gradient: none;
}
.btn-outline-dark {
  --mdb-btn-color: #332d2d;
  --mdb-btn-border-color: #332d2d;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #332d2d;
  --mdb-btn-hover-border-color: #332d2d;
  --mdb-btn-focus-shadow-rgb:
    51,
    45,
    45;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #332d2d;
  --mdb-btn-active-border-color: #332d2d;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #332d2d;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #332d2d;
  --mdb-gradient: none;
}
.btn-link {
  --mdb-btn-font-weight: 400;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-bg: transparent;
  --mdb-btn-border-color: transparent;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-hover-border-color: transparent;
  --mdb-btn-active-color: #386bc0;
  --mdb-btn-active-border-color: transparent;
  --mdb-btn-disabled-color: #9e9e9e;
  --mdb-btn-disabled-border-color: transparent;
  --mdb-btn-box-shadow: none;
  --mdb-btn-focus-shadow-rgb:
    88,
    134,
    210;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus-visible {
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--mdb-btn-color);
}
.btn-link:hover {
  color: var(--mdb-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --mdb-btn-padding-y: 0.5rem;
  --mdb-btn-padding-x: 1.6875rem;
  --mdb-btn-font-size: 0.875rem;
  --mdb-btn-border-radius: 0.5rem;
}
.btn-sm,
.btn-group-sm > .btn {
  --mdb-btn-padding-y: 0.25rem;
  --mdb-btn-padding-x: 1rem;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-border-radius: 0.25rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --mdb-dropdown-zindex: 1000;
  --mdb-dropdown-min-width: 10rem;
  --mdb-dropdown-padding-x: 0;
  --mdb-dropdown-padding-y: 0.5rem;
  --mdb-dropdown-spacer: 0.125rem;
  --mdb-dropdown-font-size: 0.875rem;
  --mdb-dropdown-color: #4f4f4f;
  --mdb-dropdown-bg: #fff;
  --mdb-dropdown-border-color: var(--mdb-border-color-translucent);
  --mdb-dropdown-border-radius: 0.5rem;
  --mdb-dropdown-border-width: 1px;
  --mdb-dropdown-inner-border-radius: calc(0.5rem - 1px);
  --mdb-dropdown-divider-bg: hsl(0, 0%, 96%);
  --mdb-dropdown-divider-margin-y: 0.5rem;
  --mdb-dropdown-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-dropdown-link-color: #262626;
  --mdb-dropdown-link-hover-color: #222222;
  --mdb-dropdown-link-hover-bg: #eeeeee;
  --mdb-dropdown-link-active-color: #fff;
  --mdb-dropdown-link-active-bg: #3b71ca;
  --mdb-dropdown-link-disabled-color: #9e9e9e;
  --mdb-dropdown-item-padding-x: 1rem;
  --mdb-dropdown-item-padding-y: 0.5rem;
  --mdb-dropdown-header-color: #757575;
  --mdb-dropdown-header-padding-x: 1rem;
  --mdb-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--mdb-dropdown-zindex);
  display: none;
  min-width: var(--mdb-dropdown-min-width);
  padding: var(--mdb-dropdown-padding-y) var(--mdb-dropdown-padding-x);
  margin: 0;
  font-size: var(--mdb-dropdown-font-size);
  color: var(--mdb-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--mdb-dropdown-bg);
  background-clip: padding-box;
  border: var(--mdb-dropdown-border-width) solid var(--mdb-dropdown-border-color);
  border-radius: var(--mdb-dropdown-border-radius);
  box-shadow: var(--mdb-dropdown-box-shadow);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--mdb-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--mdb-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--mdb-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--mdb-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--mdb-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--mdb-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--mdb-dropdown-item-padding-y) var(--mdb-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--mdb-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--mdb-dropdown-link-hover-color);
  background-color: var(--mdb-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--mdb-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--mdb-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--mdb-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--mdb-dropdown-header-padding-y) var(--mdb-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--mdb-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--mdb-dropdown-item-padding-y) var(--mdb-dropdown-item-padding-x);
  color: var(--mdb-dropdown-link-color);
}
.dropdown-menu-dark {
  --mdb-dropdown-color: #e0e0e0;
  --mdb-dropdown-bg: #4f4f4f;
  --mdb-dropdown-border-color: var(--mdb-border-color-translucent);
  --mdb-dropdown-box-shadow: ;
  --mdb-dropdown-link-color: #e0e0e0;
  --mdb-dropdown-link-hover-color: #fff;
  --mdb-dropdown-divider-bg: hsl(0, 0%, 96%);
  --mdb-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --mdb-dropdown-link-active-color: #fff;
  --mdb-dropdown-link-active-bg: #3b71ca;
  --mdb-dropdown-link-disabled-color: #9e9e9e;
  --mdb-dropdown-header-color: #9e9e9e;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: 0.25rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.265625rem;
  padding-left: 1.265625rem;
}
.btn-group.show .dropdown-toggle {
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --mdb-nav-link-padding-x: 1rem;
  --mdb-nav-link-padding-y: 0.5rem;
  --mdb-nav-link-font-weight: ;
  --mdb-nav-link-color: var(--mdb-link-color);
  --mdb-nav-link-hover-color: var(--mdb-link-hover-color);
  --mdb-nav-link-disabled-color: #757575;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--mdb-nav-link-padding-y) var(--mdb-nav-link-padding-x);
  font-size: var(--mdb-nav-link-font-size);
  font-weight: var(--mdb-nav-link-font-weight);
  color: var(--mdb-nav-link-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--mdb-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--mdb-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --mdb-nav-tabs-border-width: 1px;
  --mdb-nav-tabs-border-color: #e0e0e0;
  --mdb-nav-tabs-border-radius: 0.25rem;
  --mdb-nav-tabs-link-hover-border-color: #eeeeee #eeeeee #e0e0e0;
  --mdb-nav-tabs-link-active-color: #3b71ca;
  --mdb-nav-tabs-link-active-bg: #fff;
  --mdb-nav-tabs-link-active-border-color: #3b71ca;
  border-bottom: var(--mdb-nav-tabs-border-width) solid var(--mdb-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--mdb-nav-tabs-border-width));
  background: none;
  border: var(--mdb-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--mdb-nav-tabs-border-radius);
  border-top-right-radius: var(--mdb-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--mdb-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--mdb-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--mdb-nav-tabs-link-active-color);
  background-color: var(--mdb-nav-tabs-link-active-bg);
  border-color: var(--mdb-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--mdb-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --mdb-nav-pills-border-radius: 0.25rem;
  --mdb-nav-pills-link-active-color: #285192;
  --mdb-nav-pills-link-active-bg: #e3ebf7;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--mdb-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--mdb-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--mdb-nav-pills-link-active-color);
  background-color: var(--mdb-nav-pills-link-active-bg);
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --mdb-navbar-padding-x: 0;
  --mdb-navbar-padding-y: 0.5rem;
  --mdb-navbar-color: rgba(0, 0, 0, 0.55);
  --mdb-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --mdb-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --mdb-navbar-active-color: rgba(0, 0, 0, 0.9);
  --mdb-navbar-brand-padding-y: 0.3rem;
  --mdb-navbar-brand-margin-end: 1rem;
  --mdb-navbar-brand-font-size: 1.25rem;
  --mdb-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --mdb-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --mdb-navbar-nav-link-padding-x: 0.5rem;
  --mdb-navbar-toggler-padding-y: 0.25rem;
  --mdb-navbar-toggler-padding-x: 0.75rem;
  --mdb-navbar-toggler-font-size: 1.25rem;
  --mdb-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --mdb-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --mdb-navbar-toggler-border-radius: 0.25rem;
  --mdb-navbar-toggler-focus-width: 0.25rem;
  --mdb-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--mdb-navbar-padding-y) var(--mdb-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--mdb-navbar-brand-padding-y);
  padding-bottom: var(--mdb-navbar-brand-padding-y);
  margin-right: var(--mdb-navbar-brand-margin-end);
  font-size: var(--mdb-navbar-brand-font-size);
  color: var(--mdb-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--mdb-navbar-brand-hover-color);
}
.navbar-nav {
  --mdb-nav-link-padding-x: 0;
  --mdb-nav-link-padding-y: 0.5rem;
  --mdb-nav-link-font-weight: ;
  --mdb-nav-link-color: var(--mdb-navbar-color);
  --mdb-nav-link-hover-color: var(--mdb-navbar-hover-color);
  --mdb-nav-link-disabled-color: var(--mdb-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--mdb-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--mdb-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--mdb-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--mdb-navbar-toggler-padding-y) var(--mdb-navbar-toggler-padding-x);
  font-size: var(--mdb-navbar-toggler-font-size);
  line-height: 1;
  color: var(--mdb-navbar-color);
  background-color: transparent;
  border: var(--mdb-border-width) solid var(--mdb-navbar-toggler-border-color);
  border-radius: var(--mdb-navbar-toggler-border-radius);
  transition: var(--mdb-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--mdb-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--mdb-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--mdb-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--mdb-navbar-nav-link-padding-x);
  padding-left: var(--mdb-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark {
  --mdb-navbar-color: rgba(255, 255, 255, 0.55);
  --mdb-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --mdb-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --mdb-navbar-active-color: #fff;
  --mdb-navbar-brand-color: #fff;
  --mdb-navbar-brand-hover-color: #fff;
  --mdb-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --mdb-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --mdb-card-spacer-y: 1.5rem;
  --mdb-card-spacer-x: 1.5rem;
  --mdb-card-title-spacer-y: 0.5rem;
  --mdb-card-border-width: 1px;
  --mdb-card-border-color: var(--mdb-border-color-translucent);
  --mdb-card-border-radius: 0.5rem;
  --mdb-card-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-card-inner-border-radius: calc(0.5rem - 1px);
  --mdb-card-cap-padding-y: 0.75rem;
  --mdb-card-cap-padding-x: 1.5rem;
  --mdb-card-cap-bg: rgba(255, 255, 255, 0);
  --mdb-card-cap-color: ;
  --mdb-card-height: ;
  --mdb-card-color: ;
  --mdb-card-bg: #fff;
  --mdb-card-img-overlay-padding: 1.5rem;
  --mdb-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--mdb-card-height);
  word-wrap: break-word;
  background-color: var(--mdb-card-bg);
  background-clip: border-box;
  border: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
  border-radius: var(--mdb-card-border-radius);
  box-shadow: var(--mdb-card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--mdb-card-inner-border-radius);
  border-top-right-radius: var(--mdb-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--mdb-card-inner-border-radius);
  border-bottom-left-radius: var(--mdb-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--mdb-card-spacer-y) var(--mdb-card-spacer-x);
  color: var(--mdb-card-color);
}
.card-title {
  margin-bottom: var(--mdb-card-title-spacer-y);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--mdb-card-title-spacer-y));
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--mdb-card-spacer-x);
}
.card-header {
  padding: var(--mdb-card-cap-padding-y) var(--mdb-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--mdb-card-cap-color);
  background-color: var(--mdb-card-cap-bg);
  border-bottom: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
}
.card-header:first-child {
  border-radius: var(--mdb-card-inner-border-radius) var(--mdb-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--mdb-card-cap-padding-y) var(--mdb-card-cap-padding-x);
  color: var(--mdb-card-cap-color);
  background-color: var(--mdb-card-cap-bg);
  border-top: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--mdb-card-inner-border-radius) var(--mdb-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--mdb-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--mdb-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--mdb-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--mdb-card-bg);
  border-bottom-color: var(--mdb-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--mdb-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--mdb-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--mdb-card-img-overlay-padding);
  border-radius: var(--mdb-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--mdb-card-inner-border-radius);
  border-top-right-radius: var(--mdb-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--mdb-card-inner-border-radius);
  border-bottom-left-radius: var(--mdb-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--mdb-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.breadcrumb {
  --mdb-breadcrumb-padding-x: 0;
  --mdb-breadcrumb-padding-y: 0;
  --mdb-breadcrumb-margin-bottom: 1rem;
  --mdb-breadcrumb-bg: ;
  --mdb-breadcrumb-border-radius: ;
  --mdb-breadcrumb-divider-color: #757575;
  --mdb-breadcrumb-item-padding-x: 0.5rem;
  --mdb-breadcrumb-item-active-color: #757575;
  display: flex;
  flex-wrap: wrap;
  padding: var(--mdb-breadcrumb-padding-y) var(--mdb-breadcrumb-padding-x);
  margin-bottom: var(--mdb-breadcrumb-margin-bottom);
  font-size: var(--mdb-breadcrumb-font-size);
  list-style: none;
  background-color: var(--mdb-breadcrumb-bg);
  border-radius: var(--mdb-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--mdb-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--mdb-breadcrumb-item-padding-x);
  color: var(--mdb-breadcrumb-divider-color);
  content: var(--mdb-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--mdb-breadcrumb-item-active-color);
}
.pagination {
  --mdb-pagination-padding-x: 0.75rem;
  --mdb-pagination-padding-y: 0.375rem;
  --mdb-pagination-font-size: 0.9rem;
  --mdb-pagination-color: #4f4f4f;
  --mdb-pagination-bg: #fff;
  --mdb-pagination-border-width: 1px;
  --mdb-pagination-border-color: #e0e0e0;
  --mdb-pagination-border-radius: 0.25rem;
  --mdb-pagination-hover-color: #4f4f4f;
  --mdb-pagination-hover-bg: #eeeeee;
  --mdb-pagination-hover-border-color: #e0e0e0;
  --mdb-pagination-focus-color: var(--mdb-link-hover-color);
  --mdb-pagination-focus-bg: #eeeeee;
  --mdb-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
  --mdb-pagination-active-color: #285192;
  --mdb-pagination-active-bg: #e3ebf7;
  --mdb-pagination-active-border-color: #e3ebf7;
  --mdb-pagination-disabled-color: #757575;
  --mdb-pagination-disabled-bg: #fff;
  --mdb-pagination-disabled-border-color: #e0e0e0;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--mdb-pagination-padding-y) var(--mdb-pagination-padding-x);
  font-size: var(--mdb-pagination-font-size);
  color: var(--mdb-pagination-color);
  background-color: var(--mdb-pagination-bg);
  border: var(--mdb-pagination-border-width) solid var(--mdb-pagination-border-color);
  transition: all 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--mdb-pagination-hover-color);
  background-color: var(--mdb-pagination-hover-bg);
  border-color: var(--mdb-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--mdb-pagination-focus-color);
  background-color: var(--mdb-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--mdb-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--mdb-pagination-active-color);
  background-color: var(--mdb-pagination-active-bg);
  border-color: var(--mdb-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--mdb-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--mdb-pagination-disabled-bg);
  border-color: var(--mdb-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--mdb-pagination-border-radius);
  border-bottom-left-radius: var(--mdb-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--mdb-pagination-border-radius);
  border-bottom-right-radius: var(--mdb-pagination-border-radius);
}
.pagination-lg {
  --mdb-pagination-padding-x: 1.5rem;
  --mdb-pagination-padding-y: 0.75rem;
  --mdb-pagination-font-size: 1.25rem;
  --mdb-pagination-border-radius: 0.5rem;
}
.pagination-sm {
  --mdb-pagination-padding-x: 0.5rem;
  --mdb-pagination-padding-y: 0.25rem;
  --mdb-pagination-font-size: 0.875rem;
  --mdb-pagination-border-radius: 0.25rem;
}
.badge {
  --mdb-badge-padding-x: 0.65em;
  --mdb-badge-padding-y: 0.35em;
  --mdb-badge-font-size: 0.75em;
  --mdb-badge-font-weight: 700;
  --mdb-badge-color: #fff;
  --mdb-badge-border-radius: 0.27rem;
  display: inline-block;
  padding: var(--mdb-badge-padding-y) var(--mdb-badge-padding-x);
  font-size: var(--mdb-badge-font-size);
  font-weight: var(--mdb-badge-font-weight);
  line-height: 1;
  color: var(--mdb-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--mdb-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --mdb-alert-bg: transparent;
  --mdb-alert-padding-x: 1.5rem;
  --mdb-alert-padding-y: 1.25rem;
  --mdb-alert-margin-bottom: 1rem;
  --mdb-alert-color: inherit;
  --mdb-alert-border-color: transparent;
  --mdb-alert-border: 1px solid var(--mdb-alert-border-color);
  --mdb-alert-border-radius: 0.5rem;
  position: relative;
  padding: var(--mdb-alert-padding-y) var(--mdb-alert-padding-x);
  margin-bottom: var(--mdb-alert-margin-bottom);
  color: var(--mdb-alert-color);
  background-color: var(--mdb-alert-bg);
  border: var(--mdb-alert-border);
  border-radius: var(--mdb-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4.5rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.5625rem 1.5rem;
}
.alert-primary {
  --mdb-alert-color: #234479;
  --mdb-alert-bg: #d8e3f4;
  --mdb-alert-border-color: #c4d4ef;
}
.alert-primary .alert-link {
  color: #1c3661;
}
.alert-secondary {
  --mdb-alert-color: #5f646b;
  --mdb-alert-bg: #ecedf0;
  --mdb-alert-border-color: #e2e4e8;
}
.alert-secondary .alert-link {
  color: #4c5056;
}
.alert-success {
  --mdb-alert-color: #0c622e;
  --mdb-alert-bg: #d0eddb;
  --mdb-alert-border-color: #b9e4ca;
}
.alert-success .alert-link {
  color: #0a4e25;
}
.alert-danger {
  --mdb-alert-color: #842e3c;
  --mdb-alert-bg: #f8dbe0;
  --mdb-alert-border-color: #f5c9d1;
}
.alert-danger .alert-link {
  color: #6a2530;
}
.alert-warning {
  --mdb-alert-color: #896110;
  --mdb-alert-bg: #faecd1;
  --mdb-alert-border-color: #f7e3bb;
}
.alert-warning .alert-link {
  color: #6e4e0d;
}
.alert-info {
  --mdb-alert-color: #326c7f;
  --mdb-alert-bg: #ddf0f6;
  --mdb-alert-border-color: #cce9f2;
}
.alert-info .alert-link {
  color: #285666;
}
.alert-light {
  --mdb-alert-color: #646464;
  --mdb-alert-bg: #fefefe;
  --mdb-alert-border-color: #fefefe;
}
.alert-light .alert-link {
  color: #505050;
}
.alert-dark {
  --mdb-alert-color: #1f1b1b;
  --mdb-alert-bg: #d6d5d5;
  --mdb-alert-border-color: #c2c0c0;
}
.alert-dark .alert-link {
  color: #191616;
}
.accordion {
  --mdb-accordion-color: #4f4f4f;
  --mdb-accordion-bg: #fff;
  --mdb-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --mdb-accordion-border-color: var(--mdb-border-color);
  --mdb-accordion-border-width: 1px;
  --mdb-accordion-border-radius: 0.5rem;
  --mdb-accordion-inner-border-radius: calc(0.5rem - 1px);
  --mdb-accordion-btn-padding-x: 1.5rem;
  --mdb-accordion-btn-padding-y: 1.15rem;
  --mdb-accordion-btn-color: #4f4f4f;
  --mdb-accordion-btn-bg: var(--mdb-accordion-bg);
  --mdb-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --mdb-accordion-btn-icon-width: 1.25rem;
  --mdb-accordion-btn-icon-transform: rotate(-180deg);
  --mdb-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --mdb-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b71ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --mdb-accordion-btn-focus-border-color: #3b71ca;
  --mdb-accordion-btn-focus-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  --mdb-accordion-body-padding-x: 1.5rem;
  --mdb-accordion-body-padding-y: 1.15rem;
  --mdb-accordion-active-color: #3b71ca;
  --mdb-accordion-active-bg: #fff;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--mdb-accordion-btn-padding-y) var(--mdb-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--mdb-accordion-btn-color);
  text-align: left;
  background-color: var(--mdb-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--mdb-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--mdb-accordion-active-color);
  background-color: var(--mdb-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--mdb-accordion-border-width)) 0 var(--mdb-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--mdb-accordion-btn-active-icon);
  transform: var(--mdb-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--mdb-accordion-btn-icon-width);
  height: var(--mdb-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--mdb-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--mdb-accordion-btn-icon-width);
  transition: var(--mdb-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--mdb-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--mdb-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--mdb-accordion-color);
  background-color: var(--mdb-accordion-bg);
  border: var(--mdb-accordion-border-width) solid var(--mdb-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--mdb-accordion-border-radius);
  border-top-right-radius: var(--mdb-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--mdb-accordion-inner-border-radius);
  border-top-right-radius: var(--mdb-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--mdb-accordion-border-radius);
  border-bottom-left-radius: var(--mdb-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--mdb-accordion-inner-border-radius);
  border-bottom-left-radius: var(--mdb-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--mdb-accordion-border-radius);
  border-bottom-left-radius: var(--mdb-accordion-border-radius);
}
.accordion-body {
  padding: var(--mdb-accordion-body-padding-y) var(--mdb-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 4px;
  }
}
.progress {
  --mdb-progress-height: 4px;
  --mdb-progress-font-size: 0.75rem;
  --mdb-progress-bg: #eeeeee;
  --mdb-progress-border-radius: 0.25rem;
  --mdb-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --mdb-progress-bar-color: #fff;
  --mdb-progress-bar-bg: #3b71ca;
  --mdb-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--mdb-progress-height);
  overflow: hidden;
  font-size: var(--mdb-progress-font-size);
  background-color: var(--mdb-progress-bg);
  border-radius: var(--mdb-progress-border-radius);
  box-shadow: var(--mdb-progress-box-shadow);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--mdb-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--mdb-progress-bar-bg);
  transition: var(--mdb-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--mdb-progress-height) var(--mdb-progress-height);
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.list-group {
  --mdb-list-group-color: #4f4f4f;
  --mdb-list-group-bg: #fff;
  --mdb-list-group-border-color: rgba(0, 0, 0, 0.125);
  --mdb-list-group-border-width: 1px;
  --mdb-list-group-border-radius: 0.5rem;
  --mdb-list-group-item-padding-x: 1.5rem;
  --mdb-list-group-item-padding-y: 0.5rem;
  --mdb-list-group-action-color: #616161;
  --mdb-list-group-action-hover-color: #616161;
  --mdb-list-group-action-hover-bg: #f5f5f5;
  --mdb-list-group-action-active-color: #4f4f4f;
  --mdb-list-group-action-active-bg: #eeeeee;
  --mdb-list-group-disabled-color: #757575;
  --mdb-list-group-disabled-bg: #fff;
  --mdb-list-group-active-color: rgb(44, 88, 160);
  --mdb-list-group-active-bg: rgb(223, 231, 246);
  --mdb-list-group-active-border-color: rgb(223, 231, 246);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--mdb-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--mdb-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--mdb-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--mdb-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--mdb-list-group-action-active-color);
  background-color: var(--mdb-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--mdb-list-group-item-padding-y) var(--mdb-list-group-item-padding-x);
  color: var(--mdb-list-group-color);
  background-color: var(--mdb-list-group-bg);
  border: var(--mdb-list-group-border-width) solid var(--mdb-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--mdb-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--mdb-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--mdb-list-group-active-color);
  background-color: var(--mdb-list-group-active-bg);
  border-color: var(--mdb-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--mdb-list-group-border-width));
  border-top-width: var(--mdb-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--mdb-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--mdb-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--mdb-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--mdb-list-group-border-width));
  border-left-width: var(--mdb-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--mdb-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #234479;
  background-color: #d8e3f4;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #234479;
  background-color: #c2ccdc;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #234479;
  border-color: #234479;
}
.list-group-item-secondary {
  color: #5f646b;
  background-color: #ecedf0;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #5f646b;
  background-color: #d4d5d8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5f646b;
  border-color: #5f646b;
}
.list-group-item-success {
  color: #0c622e;
  background-color: #d0eddb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0c622e;
  background-color: #bbd5c5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0c622e;
  border-color: #0c622e;
}
.list-group-item-danger {
  color: #842e3c;
  background-color: #f8dbe0;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842e3c;
  background-color: #dfc5ca;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842e3c;
  border-color: #842e3c;
}
.list-group-item-warning {
  color: #896110;
  background-color: #faecd1;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #896110;
  background-color: #e1d4bc;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #896110;
  border-color: #896110;
}
.list-group-item-info {
  color: #326c7f;
  background-color: #ddf0f6;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #326c7f;
  background-color: #c7d8dd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #326c7f;
  border-color: #326c7f;
}
.list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #646464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.list-group-item-dark {
  color: #1f1b1b;
  background-color: #d6d5d5;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1f1b1b;
  background-color: #c1c0c0;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f1b1b;
  border-color: #1f1b1b;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --mdb-toast-zindex: 1060;
  --mdb-toast-padding-x: 1rem;
  --mdb-toast-padding-y: 0.65rem;
  --mdb-toast-spacing: 1.5rem;
  --mdb-toast-max-width: 350px;
  --mdb-toast-font-size: 0.875rem;
  --mdb-toast-color: ;
  --mdb-toast-bg: #fff;
  --mdb-toast-border-width: 1px;
  --mdb-toast-border-color: var(--mdb-border-color-translucent);
  --mdb-toast-border-radius: 0.5rem;
  --mdb-toast-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-toast-header-color: #757575;
  --mdb-toast-header-bg: #fff;
  --mdb-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--mdb-toast-max-width);
  max-width: 100%;
  font-size: var(--mdb-toast-font-size);
  color: var(--mdb-toast-color);
  pointer-events: auto;
  background-color: var(--mdb-toast-bg);
  background-clip: padding-box;
  border: var(--mdb-toast-border-width) solid var(--mdb-toast-border-color);
  box-shadow: var(--mdb-toast-box-shadow);
  border-radius: var(--mdb-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --mdb-toast-zindex: 1060;
  position: absolute;
  z-index: var(--mdb-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--mdb-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--mdb-toast-padding-y) var(--mdb-toast-padding-x);
  color: var(--mdb-toast-header-color);
  background-color: var(--mdb-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--mdb-toast-border-width) solid var(--mdb-toast-header-border-color);
  border-top-left-radius: calc(var(--mdb-toast-border-radius) - var(--mdb-toast-border-width));
  border-top-right-radius: calc(var(--mdb-toast-border-radius) - var(--mdb-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--mdb-toast-padding-x));
  margin-left: var(--mdb-toast-padding-x);
}
.toast-body {
  padding: var(--mdb-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --mdb-modal-zindex: 1055;
  --mdb-modal-width: 500px;
  --mdb-modal-padding: 1rem;
  --mdb-modal-margin: 0.5rem;
  --mdb-modal-color: ;
  --mdb-modal-bg: #fff;
  --mdb-modal-border-color: var(--mdb-border-color-translucent);
  --mdb-modal-border-width: 1px;
  --mdb-modal-border-radius: 0.5rem;
  --mdb-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --mdb-modal-inner-border-radius: calc(0.5rem - 1px);
  --mdb-modal-header-padding-x: 1rem;
  --mdb-modal-header-padding-y: 1rem;
  --mdb-modal-header-padding: 1rem 1rem;
  --mdb-modal-header-border-color: hsl(0, 0%, 96%);
  --mdb-modal-header-border-width: 2px;
  --mdb-modal-title-line-height: 1.6;
  --mdb-modal-footer-gap: 0.5rem;
  --mdb-modal-footer-bg: ;
  --mdb-modal-footer-border-color: hsl(0, 0%, 96%);
  --mdb-modal-footer-border-width: 2px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mdb-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--mdb-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--mdb-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--mdb-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--mdb-modal-color);
  pointer-events: auto;
  background-color: var(--mdb-modal-bg);
  background-clip: padding-box;
  border: var(--mdb-modal-border-width) solid var(--mdb-modal-border-color);
  border-radius: var(--mdb-modal-border-radius);
  box-shadow: var(--mdb-modal-box-shadow);
  outline: 0;
}
.modal-backdrop {
  --mdb-backdrop-zindex: 1050;
  --mdb-backdrop-bg: #000;
  --mdb-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mdb-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--mdb-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--mdb-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--mdb-modal-header-padding);
  border-bottom: var(--mdb-modal-header-border-width) solid var(--mdb-modal-header-border-color);
  border-top-left-radius: var(--mdb-modal-inner-border-radius);
  border-top-right-radius: var(--mdb-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--mdb-modal-header-padding-y) * 0.5) calc(var(--mdb-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--mdb-modal-header-padding-y)) calc(-0.5 * var(--mdb-modal-header-padding-x)) calc(-0.5 * var(--mdb-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--mdb-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--mdb-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--mdb-modal-padding) - var(--mdb-modal-footer-gap) * 0.5);
  background-color: var(--mdb-modal-footer-bg);
  border-top: var(--mdb-modal-footer-border-width) solid var(--mdb-modal-footer-border-color);
  border-bottom-right-radius: var(--mdb-modal-inner-border-radius);
  border-bottom-left-radius: var(--mdb-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--mdb-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --mdb-modal-margin: 1.75rem;
    --mdb-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--mdb-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --mdb-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --mdb-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --mdb-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.popover {
  --mdb-popover-zindex: 1080;
  --mdb-popover-max-width: 276px;
  --mdb-popover-font-size: 0.875rem;
  --mdb-popover-bg: #fff;
  --mdb-popover-border-width: 1px;
  --mdb-popover-border-color: hsl(0, 0%, 96%);
  --mdb-popover-border-radius: 0.5rem;
  --mdb-popover-inner-border-radius: calc(0.5rem - 1px);
  --mdb-popover-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  --mdb-popover-header-padding-x: 1rem;
  --mdb-popover-header-padding-y: 0.5rem;
  --mdb-popover-header-font-size: 1rem;
  --mdb-popover-header-color: ;
  --mdb-popover-header-bg: #fff;
  --mdb-popover-body-padding-x: 1rem;
  --mdb-popover-body-padding-y: 1rem;
  --mdb-popover-body-color: #4f4f4f;
  --mdb-popover-arrow-width: 1rem;
  --mdb-popover-arrow-height: 0.5rem;
  --mdb-popover-arrow-border: var(--mdb-popover-border-color);
  z-index: var(--mdb-popover-zindex);
  display: block;
  max-width: var(--mdb-popover-max-width);
  font-family: var(--mdb-font-roboto);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--mdb-popover-font-size);
  word-wrap: break-word;
  background-color: var(--mdb-popover-bg);
  background-clip: padding-box;
  border: var(--mdb-popover-border-width) solid var(--mdb-popover-border-color);
  border-radius: var(--mdb-popover-border-radius);
  box-shadow: var(--mdb-popover-box-shadow);
}
.popover .popover-arrow {
  display: block;
  width: var(--mdb-popover-arrow-width);
  height: var(--mdb-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--mdb-popover-arrow-height) calc(var(--mdb-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--mdb-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--mdb-popover-border-width);
  border-top-color: var(--mdb-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
  width: var(--mdb-popover-arrow-height);
  height: var(--mdb-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--mdb-popover-arrow-width) * 0.5) var(--mdb-popover-arrow-height) calc(var(--mdb-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--mdb-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--mdb-popover-border-width);
  border-right-color: var(--mdb-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--mdb-popover-arrow-width) * 0.5) var(--mdb-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--mdb-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--mdb-popover-border-width);
  border-bottom-color: var(--mdb-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--mdb-popover-arrow-width);
  margin-left: calc(-0.5 * var(--mdb-popover-arrow-width));
  content: "";
  border-bottom: var(--mdb-popover-border-width) solid var(--mdb-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
  width: var(--mdb-popover-arrow-height);
  height: var(--mdb-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--mdb-popover-arrow-width) * 0.5) 0 calc(var(--mdb-popover-arrow-width) * 0.5) var(--mdb-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--mdb-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--mdb-popover-border-width);
  border-left-color: var(--mdb-popover-bg);
}
.popover-header {
  padding: var(--mdb-popover-header-padding-y) var(--mdb-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--mdb-popover-header-font-size);
  color: var(--mdb-popover-header-color);
  background-color: var(--mdb-popover-header-bg);
  border-bottom: var(--mdb-popover-border-width) solid var(--mdb-popover-border-color);
  border-top-left-radius: var(--mdb-popover-inner-border-radius);
  border-top-right-radius: var(--mdb-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--mdb-popover-body-padding-y) var(--mdb-popover-body-padding-x);
  color: var(--mdb-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-next-icon {
  background-image: none;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target],
.carousel-indicators [data-mdb-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target],
  .carousel-indicators [data-mdb-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target],
.carousel-dark .carousel-indicators [data-mdb-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--mdb-spinner-width);
  height: var(--mdb-spinner-height);
  vertical-align: var(--mdb-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--mdb-spinner-animation-speed) linear infinite var(--mdb-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --mdb-spinner-width: 2rem;
  --mdb-spinner-height: 2rem;
  --mdb-spinner-vertical-align: -0.125em;
  --mdb-spinner-border-width: 0.25em;
  --mdb-spinner-animation-speed: 0.75s;
  --mdb-spinner-animation-name: spinner-border;
  border: var(--mdb-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --mdb-spinner-width: 1rem;
  --mdb-spinner-height: 1rem;
  --mdb-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --mdb-spinner-width: 2rem;
  --mdb-spinner-height: 2rem;
  --mdb-spinner-vertical-align: -0.125em;
  --mdb-spinner-animation-speed: 0.75s;
  --mdb-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --mdb-spinner-width: 1rem;
  --mdb-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --mdb-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --mdb-offcanvas-zindex: 1045;
  --mdb-offcanvas-width: 400px;
  --mdb-offcanvas-height: 30vh;
  --mdb-offcanvas-padding-x: 1rem;
  --mdb-offcanvas-padding-y: 1rem;
  --mdb-offcanvas-color: ;
  --mdb-offcanvas-bg: #fff;
  --mdb-offcanvas-border-width: 1px;
  --mdb-offcanvas-border-color: var(--mdb-border-color-translucent);
  --mdb-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--mdb-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--mdb-offcanvas-color);
  visibility: hidden;
  background-color: var(--mdb-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--mdb-offcanvas-box-shadow);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--mdb-offcanvas-width);
  border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--mdb-offcanvas-width);
  border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--mdb-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--mdb-offcanvas-height);
  max-height: 100%;
  border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--mdb-offcanvas-padding-y) var(--mdb-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--mdb-offcanvas-padding-y) * 0.5) calc(var(--mdb-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--mdb-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--mdb-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--mdb-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.6;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--mdb-offcanvas-padding-y) var(--mdb-offcanvas-padding-x);
  overflow-y: auto;
}
.tooltip {
  --mdb-tooltip-zindex: 1090;
  --mdb-tooltip-max-width: 200px;
  --mdb-tooltip-padding-x: 16px;
  --mdb-tooltip-padding-y: 6px;
  --mdb-tooltip-margin: ;
  --mdb-tooltip-font-size: 0.875rem;
  --mdb-tooltip-color: #fff;
  --mdb-tooltip-bg: #6d6d6d;
  --mdb-tooltip-border-radius: 0.25rem;
  --mdb-tooltip-opacity: 0.9;
  --mdb-tooltip-arrow-width: 0.8rem;
  --mdb-tooltip-arrow-height: 0.4rem;
  z-index: var(--mdb-tooltip-zindex);
  display: block;
  padding: var(--mdb-tooltip-arrow-height);
  margin: var(--mdb-tooltip-margin);
  font-family: var(--mdb-font-roboto);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--mdb-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--mdb-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--mdb-tooltip-arrow-width);
  height: var(--mdb-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--mdb-tooltip-arrow-height) calc(var(--mdb-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--mdb-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--mdb-tooltip-arrow-height);
  height: var(--mdb-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--mdb-tooltip-arrow-width) * 0.5) var(--mdb-tooltip-arrow-height) calc(var(--mdb-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--mdb-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--mdb-tooltip-arrow-width) * 0.5) var(--mdb-tooltip-arrow-height);
  border-bottom-color: var(--mdb-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--mdb-tooltip-arrow-height);
  height: var(--mdb-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--mdb-tooltip-arrow-width) * 0.5) 0 calc(var(--mdb-tooltip-arrow-width) * 0.5) var(--mdb-tooltip-arrow-height);
  border-left-color: var(--mdb-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--mdb-tooltip-max-width);
  padding: var(--mdb-tooltip-padding-y) var(--mdb-tooltip-padding-x);
  color: var(--mdb-tooltip-color);
  text-align: center;
  background-color: var(--mdb-tooltip-bg);
  border-radius: var(--mdb-tooltip-border-radius);
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(59, 113, 202, var(--mdb-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(159, 166, 178, var(--mdb-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(20, 164, 77, var(--mdb-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(220, 76, 100, var(--mdb-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(228, 161, 27, var(--mdb-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(84, 180, 211, var(--mdb-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(251, 251, 251, var(--mdb-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(51, 45, 45, var(--mdb-bg-opacity, 1)) !important;
}
.link-primary {
  color: #3b71ca !important;
}
.link-primary:hover,
.link-primary:focus {
  color: #386bc0 !important;
}
.link-secondary {
  color: #9fa6b2 !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #a4aab6 !important;
}
.link-success {
  color: #14a44d !important;
}
.link-success:hover,
.link-success:focus {
  color: #20a956 !important;
}
.link-danger {
  color: #dc4c64 !important;
}
.link-danger:hover,
.link-danger:focus {
  color: #de556c !important;
}
.link-warning {
  color: #e4a11b !important;
}
.link-warning:hover,
.link-warning:focus {
  color: #e5a626 !important;
}
.link-info {
  color: #54b4d3 !important;
}
.link-info:hover,
.link-info:focus {
  color: #5db8d5 !important;
}
.link-light {
  color: #fbfbfb !important;
}
.link-light:hover,
.link-light:focus {
  color: #fbfbfb !important;
}
.link-dark {
  color: #332d2d !important;
}
.link-dark:hover,
.link-dark:focus {
  color: #302b2b !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--mdb-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --mdb-aspect-ratio: 100%;
}
.ratio-4x3 {
  --mdb-aspect-ratio: 75%;
}
.ratio-16x9 {
  --mdb-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --mdb-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.diagonal-fractions {
  font-variant-numeric: diagonal-fractions;
}
.bg-super-light {
  --mdb-bg-super-light: #fbfbfb;
  background-color: var(--mdb-bg-super-light);
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.table-fixed {
  table-layout: fixed;
}
.table-auto {
  table-layout: auto;
}
.link-primary {
  transition: color 0.15s;
}
.link-secondary {
  transition: color 0.15s;
}
.link-success {
  transition: color 0.15s;
}
.link-danger {
  transition: color 0.15s;
}
.link-warning {
  transition: color 0.15s;
}
.link-info {
  transition: color 0.15s;
}
.link-light {
  transition: color 0.15s;
}
.link-dark {
  transition: color 0.15s;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-5 {
  opacity: 0.05 !important;
}
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-15 {
  opacity: 0.15 !important;
}
.opacity-20 {
  opacity: 0.2 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-35 {
  opacity: 0.35 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-45 {
  opacity: 0.45 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-55 {
  opacity: 0.55 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-65 {
  opacity: 0.65 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-85 {
  opacity: 0.85 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-95 {
  opacity: 0.95 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-0 {
  box-shadow: none !important;
}
.shadow-1 {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.04) !important;
}
.shadow-2 {
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.04) !important;
}
.shadow-3 {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.07), 0 6px 18px -1px rgba(0, 0, 0, 0.04) !important;
}
.shadow-4 {
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04) !important;
}
.shadow-5 {
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-6 {
  box-shadow: 0 2px 35px -12px rgba(0, 0, 0, 0.21), 0 50px 40px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-1-soft {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-2-soft {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-3-soft {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-4-soft {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-5-soft {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-6-soft {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-1-strong {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
.shadow-2-strong {
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.shadow-3-strong {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.16), 0 6px 18px -1px rgba(0, 0, 0, 0.1) !important;
}
.shadow-4-strong {
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.16), 0 10px 20px -2px rgba(0, 0, 0, 0.1) !important;
}
.shadow-5-strong {
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.16), 0 25px 21px -5px rgba(0, 0, 0, 0.1) !important;
}
.shadow-6-strong {
  box-shadow: 0 2px 35px -12px rgba(0, 0, 0, 0.26), 0 50px 40px -5px rgba(0, 0, 0, 0.1) !important;
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-primary-rgb), var(--mdb-border-opacity)) !important;
}
.border-secondary {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-secondary-rgb), var(--mdb-border-opacity)) !important;
}
.border-success {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-success-rgb), var(--mdb-border-opacity)) !important;
}
.border-danger {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-danger-rgb), var(--mdb-border-opacity)) !important;
}
.border-warning {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-warning-rgb), var(--mdb-border-opacity)) !important;
}
.border-info {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-info-rgb), var(--mdb-border-opacity)) !important;
}
.border-light {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-light-rgb), var(--mdb-border-opacity)) !important;
}
.border-dark {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-dark-rgb), var(--mdb-border-opacity)) !important;
}
.border-white {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-white-rgb), var(--mdb-border-opacity)) !important;
}
.border-1 {
  --mdb-border-width: 1px;
}
.border-2 {
  --mdb-border-width: 2px;
}
.border-3 {
  --mdb-border-width: 3px;
}
.border-4 {
  --mdb-border-width: 4px;
}
.border-5 {
  --mdb-border-width: 5px;
}
.border-opacity-10 {
  --mdb-border-opacity: 0.1;
}
.border-opacity-25 {
  --mdb-border-opacity: 0.25;
}
.border-opacity-50 {
  --mdb-border-opacity: 0.5;
}
.border-opacity-75 {
  --mdb-border-opacity: 0.75;
}
.border-opacity-100 {
  --mdb-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.mb-8 {
  margin-bottom: 5rem !important;
}
.mb-9 {
  margin-bottom: 6rem !important;
}
.mb-10 {
  margin-bottom: 8rem !important;
}
.mb-11 {
  margin-bottom: 10rem !important;
}
.mb-12 {
  margin-bottom: 12rem !important;
}
.mb-13 {
  margin-bottom: 14rem !important;
}
.mb-14 {
  margin-bottom: 16rem !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.me-n2 {
  margin-right: -0.5rem !important;
}
.me-n3 {
  margin-right: -1rem !important;
}
.me-n4 {
  margin-right: -1.5rem !important;
}
.me-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -1rem !important;
}
.ms-n4 {
  margin-left: -1.5rem !important;
}
.ms-n5 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.font-monospace {
  font-family: var(--mdb-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.6 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-primary-rgb), var(--mdb-text-opacity)) !important;
}
.text-secondary {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-secondary-rgb), var(--mdb-text-opacity)) !important;
}
.text-success {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-success-rgb), var(--mdb-text-opacity)) !important;
}
.text-danger {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-danger-rgb), var(--mdb-text-opacity)) !important;
}
.text-warning {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-warning-rgb), var(--mdb-text-opacity)) !important;
}
.text-info {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-info-rgb), var(--mdb-text-opacity)) !important;
}
.text-light {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-light-rgb), var(--mdb-text-opacity)) !important;
}
.text-dark {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-dark-rgb), var(--mdb-text-opacity)) !important;
}
.text-black {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-black-rgb), var(--mdb-text-opacity)) !important;
}
.text-white {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-white-rgb), var(--mdb-text-opacity)) !important;
}
.text-body {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-body-color-rgb), var(--mdb-text-opacity)) !important;
}
.text-muted {
  --mdb-text-opacity: 1;
  color: #757575 !important;
}
.text-black-50 {
  --mdb-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --mdb-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --mdb-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --mdb-text-opacity: 0.25;
}
.text-opacity-50 {
  --mdb-text-opacity: 0.5;
}
.text-opacity-75 {
  --mdb-text-opacity: 0.75;
}
.text-opacity-100 {
  --mdb-text-opacity: 1;
}
.bg-primary {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-primary-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-secondary {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-secondary-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-success {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-success-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-danger {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-danger-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-warning {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-warning-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-info {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-info-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-light {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-light-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-dark {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-dark-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-black {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-black-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-white {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-white-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-body {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-body-bg-rgb), var(--mdb-bg-opacity)) !important;
}
.bg-transparent {
  --mdb-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --mdb-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --mdb-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --mdb-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --mdb-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --mdb-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--mdb-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--mdb-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--mdb-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--mdb-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--mdb-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: 0.375rem !important;
}
.rounded-5 {
  border-radius: 0.5rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--mdb-border-radius-pill) !important;
}
.rounded-6 {
  border-radius: 0.75rem !important;
}
.rounded-7 {
  border-radius: 1rem !important;
}
.rounded-8 {
  border-radius: 1.25rem !important;
}
.rounded-9 {
  border-radius: 1.5rem !important;
}
.rounded-top {
  border-top-left-radius: var(--mdb-border-radius) !important;
  border-top-right-radius: var(--mdb-border-radius) !important;
}
.rounded-end {
  border-top-right-radius: var(--mdb-border-radius) !important;
  border-bottom-right-radius: var(--mdb-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--mdb-border-radius) !important;
  border-bottom-left-radius: var(--mdb-border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--mdb-border-radius) !important;
  border-top-left-radius: var(--mdb-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.ls-tighter {
  letter-spacing: -0.05em !important;
}
.ls-tight {
  letter-spacing: -0.025em !important;
}
.ls-normal {
  letter-spacing: 0em !important;
}
.ls-wide {
  letter-spacing: 0.025em !important;
}
.ls-wider {
  letter-spacing: 0.05em !important;
}
.ls-widest {
  letter-spacing: 0.1em !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-top {
  object-position: top !important;
}
.object-center {
  object-position: center !important;
}
.object-bottom {
  object-position: bottom !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 16rem !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-11 {
    margin-bottom: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-13 {
    margin-bottom: 14rem !important;
  }
  .mb-md-14 {
    margin-bottom: 16rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 16rem !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 16rem !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 16rem !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --mdb-font-roboto: "Roboto", sans-serif;
  --mdb-bg-opacity: 1;
}
hr:not([size]).hr {
  --mdb-divider-height: 2px;
  --mdb-divider-bg: hsl(0, 0%, 96%);
  --mdb-divider-opacity: 1;
  --mdb-divider-blurry-bg: transparent;
  --mdb-divider-blurry-bg-image:
    linear-gradient(
      90deg,
      transparent,
      hsl(0, 0%, 40%),
      transparent);
  --mdb-divider-blurry-height: 1px;
  --mdb-divider-blurry-opacity: 0.25;
  height: var(--mdb-divider-height);
  background-color: var(--mdb-divider-bg);
  opacity: var(--mdb-divider-opacity);
}
hr:not([size]).hr.hr-blurry {
  background-color: var(--mdb-divider-blurry-bg);
  background-image: var(--mdb-divider-blurry-bg-image);
  height: var(--mdb-divider-blurry-height);
  opacity: var(--mdb-divider-blurry-opacity);
}
hr:not([size]).vr {
  height: auto;
}
hr.hr,
hr.vr {
  border-top: none !important;
}
.vr {
  --mdb-divider-width: 2px;
  --mdb-divider-bg: hsl(0, 0%, 96%);
  --mdb-divider-opacity: 1;
  width: var(--mdb-divider-width);
  background-color: var(--mdb-divider-bg);
  opacity: var(--mdb-divider-opacity);
}
.vr-blurry {
  --mdb-divider-blurry-vr-bg-image:
    linear-gradient(
      180deg,
      transparent,
      hsl(0, 0%, 40%),
      transparent);
  --mdb-divider-blurry-vr-width: 1px;
  --mdb-divider-blurry-opacity: 0.25;
  background-image: var(--mdb-divider-blurry-vr-bg-image);
  width: var(--mdb-divider-blurry-vr-width);
  opacity: var(--mdb-divider-blurry-opacity);
}
a {
  --mdb-link-decoration: none;
  text-decoration: var(--mdb-link-decoration);
}
.note {
  --mdb-note-padding: 10px;
  --mdb-note-border-width: 6px;
  --mdb-note-border-radius: 5px;
  --mdb-note-strong-font-weight: 600;
  padding: var(--mdb-note-padding);
  border-left: var(--mdb-note-border-width) solid;
  border-radius: var(--mdb-note-border-radius);
}
.note strong {
  font-weight: var(--mdb-note-strong-font-weight);
}
.note-primary {
  background-color: rgb(223, 231, 246);
  border-color: rgb(55, 111, 200);
}
.note-secondary {
  background-color: rgb(235, 237, 239);
  border-color: rgb(86, 94, 108);
}
.note-success {
  background-color: rgb(214, 240, 224);
  border-color: rgb(19, 150, 71);
}
.note-danger {
  background-color: rgb(249, 225, 229);
  border-color: rgb(214, 46, 74);
}
.note-warning {
  background-color: rgb(251, 240, 218);
  border-color: rgb(161, 113, 18);
}
.note-info {
  background-color: rgb(222, 241, 247);
  border-color: rgb(38, 134, 166);
}
.note-light {
  background-color: rgb(245, 245, 245);
  border-color: rgb(140, 140, 140);
}
.note-dark {
  background-color: rgb(51, 46, 46);
  border-color: rgb(232, 232, 232);
}
@media (min-width: 1199px) {
  .w-responsive {
    width: 75%;
  }
}
.bg-primary {
  --mdb--bg-opacity: 1;
  background-color: rgba(59, 113, 202, var(--mdb--bg-opacity));
}
.bg-secondary {
  --mdb--bg-opacity: 1;
  background-color: rgba(159, 166, 178, var(--mdb--bg-opacity));
}
.bg-success {
  --mdb--bg-opacity: 1;
  background-color: rgba(20, 164, 77, var(--mdb--bg-opacity));
}
.bg-danger {
  --mdb--bg-opacity: 1;
  background-color: rgba(220, 76, 100, var(--mdb--bg-opacity));
}
.bg-warning {
  --mdb--bg-opacity: 1;
  background-color: rgba(228, 161, 27, var(--mdb--bg-opacity));
}
.bg-info {
  --mdb--bg-opacity: 1;
  background-color: rgba(84, 180, 211, var(--mdb--bg-opacity));
}
.bg-light {
  --mdb--bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--mdb--bg-opacity));
}
.bg-dark {
  --mdb--bg-opacity: 1;
  background-color: rgba(51, 45, 45, var(--mdb--bg-opacity));
}
/*!
 * # Semantic UI 2.4.2 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
#mdb-table-flag tr {
  cursor: pointer;
}
.mdb-flag-selected {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 10px;
}
.mdb-selected-flag-text {
  margin: 0 auto;
  max-width: 150px;
}
i.flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin: 0 0.5em 0 0;
  line-height: 11px;
  text-decoration: inherit;
  vertical-align: baseline;
  backface-visibility: hidden;
}
i.flag {
}
i.flag::before {
  display: inline-block;
  width: 16px;
  height: 11px;
  content: "";
  background: url(https://mdbootstrap.com/img/svg/flags.png) no-repeat -108px -1976px;
}
i.flag-ad:before,
i.flag-andorra:before {
  background-position: 0 0 !important;
}
i.flag-ae:before,
i.flag-united-arab-emirates:before,
i.flag-uae:before {
  background-position: 0 -26px !important;
}
i.flag-af:before,
i.flag-afghanistan:before {
  background-position: 0 -52px !important;
}
i.flag-ag:before,
i.flag-antigua:before {
  background-position: 0 -78px !important;
}
i.flag-ai:before,
i.flag-anguilla:before {
  background-position: 0 -104px !important;
}
i.flag-al:before,
i.flag-albania:before {
  background-position: 0 -130px !important;
}
i.flag-am:before,
i.flag-armenia:before {
  background-position: 0 -156px !important;
}
i.flag-an:before,
i.flag-netherlands-antilles:before {
  background-position: 0 -182px !important;
}
i.flag-ao:before,
i.flag-angola:before {
  background-position: 0 -208px !important;
}
i.flag-ar:before,
i.flag-argentina:before {
  background-position: 0 -234px !important;
}
i.flag-as:before,
i.flag-american-samoa:before {
  background-position: 0 -260px !important;
}
i.flag-at:before,
i.flag-austria:before {
  background-position: 0 -286px !important;
}
i.flag-au:before,
i.flag-australia:before {
  background-position: 0 -312px !important;
}
i.flag-aw:before,
i.flag-aruba:before {
  background-position: 0 -338px !important;
}
i.flag-ax:before,
i.flag-aland-islands:before {
  background-position: 0 -364px !important;
}
i.flag-az:before,
i.flag-azerbaijan:before {
  background-position: 0 -390px !important;
}
i.flag-ba:before,
i.flag-bosnia:before {
  background-position: 0 -416px !important;
}
i.flag-bb:before,
i.flag-barbados:before {
  background-position: 0 -442px !important;
}
i.flag-bd:before,
i.flag-bangladesh:before {
  background-position: 0 -468px !important;
}
i.flag-be:before,
i.flag-belgium:before {
  background-position: 0 -494px !important;
}
i.flag-bf:before,
i.flag-burkina-faso:before {
  background-position: 0 -520px !important;
}
i.flag-bg:before,
i.flag-bulgaria:before {
  background-position: 0 -546px !important;
}
i.flag-bh:before,
i.flag-bahrain:before {
  background-position: 0 -572px !important;
}
i.flag-bi:before,
i.flag-burundi:before {
  background-position: 0 -598px !important;
}
i.flag-bj:before,
i.flag-benin:before {
  background-position: 0 -624px !important;
}
i.flag-bm:before,
i.flag-bermuda:before {
  background-position: 0 -650px !important;
}
i.flag-bn:before,
i.flag-brunei:before {
  background-position: 0 -676px !important;
}
i.flag-bo:before,
i.flag-bolivia:before {
  background-position: 0 -702px !important;
}
i.flag-br:before,
i.flag-brazil:before {
  background-position: 0 -728px !important;
}
i.flag-bs:before,
i.flag-bahamas:before {
  background-position: 0 -754px !important;
}
i.flag-bt:before,
i.flag-bhutan:before {
  background-position: 0 -780px !important;
}
i.flag-bv:before,
i.flag-bouvet-island:before {
  background-position: 0 -806px !important;
}
i.flag-bw:before,
i.flag-botswana:before {
  background-position: 0 -832px !important;
}
i.flag-by:before,
i.flag-belarus:before {
  background-position: 0 -858px !important;
}
i.flag-bz:before,
i.flag-belize:before {
  background-position: 0 -884px !important;
}
i.flag-ca:before,
i.flag-canada:before {
  background-position: 0 -910px !important;
}
i.flag-cc:before,
i.flag-cocos-islands:before {
  background-position: 0 -962px !important;
}
i.flag-cd:before,
i.flag-congo:before {
  background-position: 0 -988px !important;
}
i.flag-cf:before,
i.flag-central-african-republic:before {
  background-position: 0 -1014px !important;
}
i.flag-cg:before,
i.flag-congo-brazzaville:before {
  background-position: 0 -1040px !important;
}
i.flag-ch:before,
i.flag-switzerland:before {
  background-position: 0 -1066px !important;
}
i.flag-ci:before,
i.flag-cote-divoire:before {
  background-position: 0 -1092px !important;
}
i.flag-ck:before,
i.flag-cook-islands:before {
  background-position: 0 -1118px !important;
}
i.flag-cl:before,
i.flag-chile:before {
  background-position: 0 -1144px !important;
}
i.flag-cm:before,
i.flag-cameroon:before {
  background-position: 0 -1170px !important;
}
i.flag-cn:before,
i.flag-china:before {
  background-position: 0 -1196px !important;
}
i.flag-co:before,
i.flag-colombia:before {
  background-position: 0 -1222px !important;
}
i.flag-cr:before,
i.flag-costa-rica:before {
  background-position: 0 -1248px !important;
}
i.flag-cs:before,
i.flag-serbia:before {
  background-position: 0 -1274px !important;
}
i.flag-cu:before,
i.flag-cuba:before {
  background-position: 0 -1300px !important;
}
i.flag-cv:before,
i.flag-cape-verde:before {
  background-position: 0 -1326px !important;
}
i.flag-cx:before,
i.flag-christmas-island:before {
  background-position: 0 -1352px !important;
}
i.flag-cy:before,
i.flag-cyprus:before {
  background-position: 0 -1378px !important;
}
i.flag-cz:before,
i.flag-czech-republic:before {
  background-position: 0 -1404px !important;
}
i.flag-de:before,
i.flag-germany:before {
  background-position: 0 -1430px !important;
}
i.flag-dj:before,
i.flag-djibouti:before {
  background-position: 0 -1456px !important;
}
i.flag-dk:before,
i.flag-denmark:before {
  background-position: 0 -1482px !important;
}
i.flag-dm:before,
i.flag-dominica:before {
  background-position: 0 -1508px !important;
}
i.flag-do:before,
i.flag-dominican-republic:before {
  background-position: 0 -1534px !important;
}
i.flag-dz:before,
i.flag-algeria:before {
  background-position: 0 -1560px !important;
}
i.flag-ec:before,
i.flag-ecuador:before {
  background-position: 0 -1586px !important;
}
i.flag-ee:before,
i.flag-estonia:before {
  background-position: 0 -1612px !important;
}
i.flag-eg:before,
i.flag-egypt:before {
  background-position: 0 -1638px !important;
}
i.flag-eh:before,
i.flag-western-sahara:before {
  background-position: 0 -1664px !important;
}
i.flag-gb-eng:before,
i.flag-england:before {
  background-position: 0 -1690px !important;
}
i.flag-er:before,
i.flag-eritrea:before {
  background-position: 0 -1716px !important;
}
i.flag-es:before,
i.flag-spain:before {
  background-position: 0 -1742px !important;
}
i.flag-et:before,
i.flag-ethiopia:before {
  background-position: 0 -1768px !important;
}
i.flag-eu:before,
i.flag-european-union:before {
  background-position: 0 -1794px !important;
}
i.flag-fi:before,
i.flag-finland:before {
  background-position: 0 -1846px !important;
}
i.flag-fj:before,
i.flag-fiji:before {
  background-position: 0 -1872px !important;
}
i.flag-fk:before,
i.flag-falkland-islands:before {
  background-position: 0 -1898px !important;
}
i.flag-fm:before,
i.flag-micronesia:before {
  background-position: 0 -1924px !important;
}
i.flag-fo:before,
i.flag-faroe-islands:before {
  background-position: 0 -1950px !important;
}
i.flag-fr:before,
i.flag-france:before {
  background-position: 0 -1976px !important;
}
i.flag-ga:before,
i.flag-gabon:before {
  background-position: -36px 0 !important;
}
i.flag-gb:before,
i.flag-uk:before,
i.flag-united-kingdom:before {
  background-position: -36px -26px !important;
}
i.flag-gd:before,
i.flag-grenada:before {
  background-position: -36px -52px !important;
}
i.flag-ge:before,
i.flag-georgia:before {
  background-position: -36px -78px !important;
}
i.flag-gf:before,
i.flag-french-guiana:before {
  background-position: -36px -104px !important;
}
i.flag-gh:before,
i.flag-ghana:before {
  background-position: -36px -130px !important;
}
i.flag-gi:before,
i.flag-gibraltar:before {
  background-position: -36px -156px !important;
}
i.flag-gl:before,
i.flag-greenland:before {
  background-position: -36px -182px !important;
}
i.flag-gm:before,
i.flag-gambia:before {
  background-position: -36px -208px !important;
}
i.flag-gn:before,
i.flag-guinea:before {
  background-position: -36px -234px !important;
}
i.flag-gp:before,
i.flag-guadeloupe:before {
  background-position: -36px -260px !important;
}
i.flag-gq:before,
i.flag-equatorial-guinea:before {
  background-position: -36px -286px !important;
}
i.flag-gr:before,
i.flag-greece:before {
  background-position: -36px -312px !important;
}
i.flag-gs:before,
i.flag-sandwich-islands:before {
  background-position: -36px -338px !important;
}
i.flag-gt:before,
i.flag-guatemala:before {
  background-position: -36px -364px !important;
}
i.flag-gu:before,
i.flag-guam:before {
  background-position: -36px -390px !important;
}
i.flag-gw:before,
i.flag-guinea-bissau:before {
  background-position: -36px -416px !important;
}
i.flag-gy:before,
i.flag-guyana:before {
  background-position: -36px -442px !important;
}
i.flag-hk:before,
i.flag-hong-kong:before {
  background-position: -36px -468px !important;
}
i.flag-hm:before,
i.flag-heard-island:before {
  background-position: -36px -494px !important;
}
i.flag-hn:before,
i.flag-honduras:before {
  background-position: -36px -520px !important;
}
i.flag-hr:before,
i.flag-croatia:before {
  background-position: -36px -546px !important;
}
i.flag-ht:before,
i.flag-haiti:before {
  background-position: -36px -572px !important;
}
i.flag-hu:before,
i.flag-hungary:before {
  background-position: -36px -598px !important;
}
i.flag-id:before,
i.flag-indonesia:before {
  background-position: -36px -624px !important;
}
i.flag-ie:before,
i.flag-ireland:before {
  background-position: -36px -650px !important;
}
i.flag-il:before,
i.flag-israel:before {
  background-position: -36px -676px !important;
}
i.flag-in:before,
i.flag-india:before {
  background-position: -36px -702px !important;
}
i.flag-io:before,
i.flag-indian-ocean-territory:before {
  background-position: -36px -728px !important;
}
i.flag-iq:before,
i.flag-iraq:before {
  background-position: -36px -754px !important;
}
i.flag-ir:before,
i.flag-iran:before {
  background-position: -36px -780px !important;
}
i.flag-is:before,
i.flag-iceland:before {
  background-position: -36px -806px !important;
}
i.flag-it:before,
i.flag-italy:before {
  background-position: -36px -832px !important;
}
i.flag-jm:before,
i.flag-jamaica:before {
  background-position: -36px -858px !important;
}
i.flag-jo:before,
i.flag-jordan:before {
  background-position: -36px -884px !important;
}
i.flag-jp:before,
i.flag-japan:before {
  background-position: -36px -910px !important;
}
i.flag-ke:before,
i.flag-kenya:before {
  background-position: -36px -936px !important;
}
i.flag-kg:before,
i.flag-kyrgyzstan:before {
  background-position: -36px -962px !important;
}
i.flag-kh:before,
i.flag-cambodia:before {
  background-position: -36px -988px !important;
}
i.flag-ki:before,
i.flag-kiribati:before {
  background-position: -36px -1014px !important;
}
i.flag-km:before,
i.flag-comoros:before {
  background-position: -36px -1040px !important;
}
i.flag-kn:before,
i.flag-saint-kitts-and-nevis:before {
  background-position: -36px -1066px !important;
}
i.flag-kp:before,
i.flag-north-korea:before {
  background-position: -36px -1092px !important;
}
i.flag-kr:before,
i.flag-south-korea:before {
  background-position: -36px -1118px !important;
}
i.flag-kw:before,
i.flag-kuwait:before {
  background-position: -36px -1144px !important;
}
i.flag-ky:before,
i.flag-cayman-islands:before {
  background-position: -36px -1170px !important;
}
i.flag-kz:before,
i.flag-kazakhstan:before {
  background-position: -36px -1196px !important;
}
i.flag-la:before,
i.flag-laos:before {
  background-position: -36px -1222px !important;
}
i.flag-lb:before,
i.flag-lebanon:before {
  background-position: -36px -1248px !important;
}
i.flag-lc:before,
i.flag-saint-lucia:before {
  background-position: -36px -1274px !important;
}
i.flag-li:before,
i.flag-liechtenstein:before {
  background-position: -36px -1300px !important;
}
i.flag-lk:before,
i.flag-sri-lanka:before {
  background-position: -36px -1326px !important;
}
i.flag-lr:before,
i.flag-liberia:before {
  background-position: -36px -1352px !important;
}
i.flag-ls:before,
i.flag-lesotho:before {
  background-position: -36px -1378px !important;
}
i.flag-lt:before,
i.flag-lithuania:before {
  background-position: -36px -1404px !important;
}
i.flag-lu:before,
i.flag-luxembourg:before {
  background-position: -36px -1430px !important;
}
i.flag-lv:before,
i.flag-latvia:before {
  background-position: -36px -1456px !important;
}
i.flag-ly:before,
i.flag-libya:before {
  background-position: -36px -1482px !important;
}
i.flag-ma:before,
i.flag-morocco:before {
  background-position: -36px -1508px !important;
}
i.flag-mc:before,
i.flag-monaco:before {
  background-position: -36px -1534px !important;
}
i.flag-md:before,
i.flag-moldova:before {
  background-position: -36px -1560px !important;
}
i.flag-me:before,
i.flag-montenegro:before {
  background-position: -36px -1586px !important;
}
i.flag-mg:before,
i.flag-madagascar:before {
  background-position: -36px -1613px !important;
}
i.flag-mh:before,
i.flag-marshall-islands:before {
  background-position: -36px -1639px !important;
}
i.flag-mk:before,
i.flag-macedonia:before {
  background-position: -36px -1665px !important;
}
i.flag-ml:before,
i.flag-mali:before {
  background-position: -36px -1691px !important;
}
i.flag-mm:before,
i.flag-myanmar:before,
i.flag-burma:before {
  background-position: -73px -1821px !important;
}
i.flag-mn:before,
i.flag-mongolia:before {
  background-position: -36px -1743px !important;
}
i.flag-mo:before,
i.flag-macau:before {
  background-position: -36px -1769px !important;
}
i.flag-mp:before,
i.flag-northern-mariana-islands:before {
  background-position: -36px -1795px !important;
}
i.flag-mq:before,
i.flag-martinique:before {
  background-position: -36px -1821px !important;
}
i.flag-mr:before,
i.flag-mauritania:before {
  background-position: -36px -1847px !important;
}
i.flag-ms:before,
i.flag-montserrat:before {
  background-position: -36px -1873px !important;
}
i.flag-mt:before,
i.flag-malta:before {
  background-position: -36px -1899px !important;
}
i.flag-mu:before,
i.flag-mauritius:before {
  background-position: -36px -1925px !important;
}
i.flag-mv:before,
i.flag-maldives:before {
  background-position: -36px -1951px !important;
}
i.flag-mw:before,
i.flag-malawi:before {
  background-position: -36px -1977px !important;
}
i.flag-mx:before,
i.flag-mexico:before {
  background-position: -72px 0 !important;
}
i.flag-my:before,
i.flag-malaysia:before {
  background-position: -72px -26px !important;
}
i.flag-mz:before,
i.flag-mozambique:before {
  background-position: -72px -52px !important;
}
i.flag-na:before,
i.flag-namibia:before {
  background-position: -72px -78px !important;
}
i.flag-nc:before,
i.flag-new-caledonia:before {
  background-position: -72px -104px !important;
}
i.flag-ne:before,
i.flag-niger:before {
  background-position: -72px -130px !important;
}
i.flag-nf:before,
i.flag-norfolk-island:before {
  background-position: -72px -156px !important;
}
i.flag-ng:before,
i.flag-nigeria:before {
  background-position: -72px -182px !important;
}
i.flag-ni:before,
i.flag-nicaragua:before {
  background-position: -72px -208px !important;
}
i.flag-nl:before,
i.flag-netherlands:before {
  background-position: -72px -234px !important;
}
i.flag-no:before,
i.flag-norway:before {
  background-position: -72px -260px !important;
}
i.flag-np:before,
i.flag-nepal:before {
  background-position: -72px -286px !important;
}
i.flag-nr:before,
i.flag-nauru:before {
  background-position: -72px -312px !important;
}
i.flag-nu:before,
i.flag-niue:before {
  background-position: -72px -338px !important;
}
i.flag-nz:before,
i.flag-new-zealand:before {
  background-position: -72px -364px !important;
}
i.flag-om:before,
i.flag-oman:before {
  background-position: -72px -390px !important;
}
i.flag-pa:before,
i.flag-panama:before {
  background-position: -72px -416px !important;
}
i.flag-pe:before,
i.flag-peru:before {
  background-position: -72px -442px !important;
}
i.flag-pf:before,
i.flag-french-polynesia:before {
  background-position: -72px -468px !important;
}
i.flag-pg:before,
i.flag-new-guinea:before {
  background-position: -72px -494px !important;
}
i.flag-ph:before,
i.flag-philippines:before {
  background-position: -72px -520px !important;
}
i.flag-pk:before,
i.flag-pakistan:before {
  background-position: -72px -546px !important;
}
i.flag-pl:before,
i.flag-poland:before {
  background-position: -72px -572px !important;
}
i.flag-pm:before,
i.flag-saint-pierre:before {
  background-position: -72px -598px !important;
}
i.flag-pn:before,
i.flag-pitcairn-islands:before {
  background-position: -72px -624px !important;
}
i.flag-pr:before,
i.flag-puerto-rico:before {
  background-position: -72px -650px !important;
}
i.flag-ps:before,
i.flag-palestine:before {
  background-position: -72px -676px !important;
}
i.flag-pt:before,
i.flag-portugal:before {
  background-position: -72px -702px !important;
}
i.flag-pw:before,
i.flag-palau:before {
  background-position: -72px -728px !important;
}
i.flag-py:before,
i.flag-paraguay:before {
  background-position: -72px -754px !important;
}
i.flag-qa:before,
i.flag-qatar:before {
  background-position: -72px -780px !important;
}
i.flag-re:before,
i.flag-reunion:before {
  background-position: -72px -806px !important;
}
i.flag-ro:before,
i.flag-romania:before {
  background-position: -72px -832px !important;
}
i.flag-rs:before,
i.flag-serbia:before {
  background-position: -72px -858px !important;
}
i.flag-ru:before,
i.flag-russia:before {
  background-position: -72px -884px !important;
}
i.flag-rw:before,
i.flag-rwanda:before {
  background-position: -72px -910px !important;
}
i.flag-sa:before,
i.flag-saudi-arabia:before {
  background-position: -72px -936px !important;
}
i.flag-sb:before,
i.flag-solomon-islands:before {
  background-position: -72px -962px !important;
}
i.flag-sc:before,
i.flag-seychelles:before {
  background-position: -72px -988px !important;
}
i.flag-gb-sct:before,
i.flag-scotland:before {
  background-position: -72px -1014px !important;
}
i.flag-sd:before,
i.flag-sudan:before {
  background-position: -72px -1040px !important;
}
i.flag-se:before,
i.flag-sweden:before {
  background-position: -72px -1066px !important;
}
i.flag-sg:before,
i.flag-singapore:before {
  background-position: -72px -1092px !important;
}
i.flag-sh:before,
i.flag-saint-helena:before {
  background-position: -72px -1118px !important;
}
i.flag-si:before,
i.flag-slovenia:before {
  background-position: -72px -1144px !important;
}
i.flag-sj:before,
i.flag-svalbard:before,
i.flag-jan-mayen:before {
  background-position: -72px -1170px !important;
}
i.flag-sk:before,
i.flag-slovakia:before {
  background-position: -72px -1196px !important;
}
i.flag-sl:before,
i.flag-sierra-leone:before {
  background-position: -72px -1222px !important;
}
i.flag-sm:before,
i.flag-san-marino:before {
  background-position: -72px -1248px !important;
}
i.flag-sn:before,
i.flag-senegal:before {
  background-position: -72px -1274px !important;
}
i.flag-so:before,
i.flag-somalia:before {
  background-position: -72px -1300px !important;
}
i.flag-sr:before,
i.flag-suriname:before {
  background-position: -72px -1326px !important;
}
i.flag-st:before,
i.flag-sao-tome:before {
  background-position: -72px -1352px !important;
}
i.flag-sv:before,
i.flag-el-salvador:before {
  background-position: -72px -1378px !important;
}
i.flag-sy:before,
i.flag-syria:before {
  background-position: -72px -1404px !important;
}
i.flag-sz:before,
i.flag-swaziland:before {
  background-position: -72px -1430px !important;
}
i.flag-tc:before,
i.flag-caicos-islands:before {
  background-position: -72px -1456px !important;
}
i.flag-td:before,
i.flag-chad:before {
  background-position: -72px -1482px !important;
}
i.flag-tf:before,
i.flag-french-territories:before {
  background-position: -72px -1508px !important;
}
i.flag-tg:before,
i.flag-togo:before {
  background-position: -72px -1534px !important;
}
i.flag-th:before,
i.flag-thailand:before {
  background-position: -72px -1560px !important;
}
i.flag-tj:before,
i.flag-tajikistan:before {
  background-position: -72px -1586px !important;
}
i.flag-tk:before,
i.flag-tokelau:before {
  background-position: -72px -1612px !important;
}
i.flag-tl:before,
i.flag-timorleste:before {
  background-position: -72px -1638px !important;
}
i.flag-tm:before,
i.flag-turkmenistan:before {
  background-position: -72px -1664px !important;
}
i.flag-tn:before,
i.flag-tunisia:before {
  background-position: -72px -1690px !important;
}
i.flag-to:before,
i.flag-tonga:before {
  background-position: -72px -1716px !important;
}
i.flag-tr:before,
i.flag-turkey:before {
  background-position: -72px -1742px !important;
}
i.flag-tt:before,
i.flag-trinidad:before {
  background-position: -72px -1768px !important;
}
i.flag-tv:before,
i.flag-tuvalu:before {
  background-position: -72px -1794px !important;
}
i.flag-tw:before,
i.flag-taiwan:before {
  background-position: -72px -1820px !important;
}
i.flag-tz:before,
i.flag-tanzania:before {
  background-position: -72px -1846px !important;
}
i.flag-ua:before,
i.flag-ukraine:before {
  background-position: -72px -1872px !important;
}
i.flag-ug:before,
i.flag-uganda:before {
  background-position: -72px -1898px !important;
}
i.flag-um:before,
i.flag-us-minor-islands:before {
  background-position: -72px -1924px !important;
}
i.flag-us:before,
i.flag-america:before,
i.flag-united-states:before {
  background-position: -72px -1950px !important;
}
i.flag-uy:before,
i.flag-uruguay:before {
  background-position: -72px -1976px !important;
}
i.flag-uz:before,
i.flag-uzbekistan:before {
  background-position: -108px 0 !important;
}
i.flag-va:before,
i.flag-vatican-city:before {
  background-position: -108px -26px !important;
}
i.flag-vc:before,
i.flag-saint-vincent:before {
  background-position: -108px -52px !important;
}
i.flag-ve:before,
i.flag-venezuela:before {
  background-position: -108px -78px !important;
}
i.flag-vg:before,
i.flag-british-virgin-islands:before {
  background-position: -108px -104px !important;
}
i.flag-vi:before,
i.flag-us-virgin-islands:before {
  background-position: -108px -130px !important;
}
i.flag-vn:before,
i.flag-vietnam:before {
  background-position: -108px -156px !important;
}
i.flag-vu:before,
i.flag-vanuatu:before {
  background-position: -108px -182px !important;
}
i.flag-gb-wls:before,
i.flag-wales:before {
  background-position: -108px -208px !important;
}
i.flag-wf:before,
i.flag-wallis-and-futuna:before {
  background-position: -108px -234px !important;
}
i.flag-ws:before,
i.flag-samoa:before {
  background-position: -108px -260px !important;
}
i.flag-ye:before,
i.flag-yemen:before {
  background-position: -108px -286px !important;
}
i.flag-yt:before,
i.flag-mayotte:before {
  background-position: -108px -312px !important;
}
i.flag-za:before,
i.flag-south-africa:before {
  background-position: -108px -338px !important;
}
i.flag-zm:before,
i.flag-zambia:before {
  background-position: -108px -364px !important;
}
i.flag-zw:before,
i.flag-zimbabwe:before {
  background-position: -108px -390px !important;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.hover-overlay .mask {
  --mdb-image-hover-transition: all 0.3s ease-in-out;
  opacity: 0;
  transition: var(--mdb-image-hover-transition);
}
.hover-overlay .mask:hover {
  opacity: 1;
}
.hover-zoom {
  --mdb-image-hover-zoom-transition: all 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.1);
}
.hover-zoom img,
.hover-zoom video {
  transition: var(--mdb-image-hover-zoom-transition);
}
.hover-zoom:hover img,
.hover-zoom:hover video {
  transform: var(--mdb-image-hover-zoom-transform);
}
.hover-shadow,
.card.hover-shadow,
.hover-shadow-soft,
.card.hover-shadow-soft {
  --mdb-image-hover-shadow-transition: all 0.3s ease-in-out;
  transition: var(--mdb-image-hover-shadow-transition);
}
.hover-shadow:hover,
.card.hover-shadow:hover,
.hover-shadow-soft:hover,
.card.hover-shadow-soft:hover {
  transition: var(--mdb-image-hover-shadow-transition);
}
.hover-shadow,
.card.hover-shadow {
  --mdb-image-hover-shadow-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.16), 0 10px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.hover-shadow:hover,
.card.hover-shadow:hover {
  box-shadow: var(--mdb-image-hover-shadow-box-shadow);
}
.hover-shadow-soft,
.card.hover-shadow-soft {
  --mdb-image-hover-shadow-box-shadow-soft: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04);
  box-shadow: none;
}
.hover-shadow-soft:hover,
.card.hover-shadow-soft:hover {
  box-shadow: var(--mdb-image-hover-shadow-box-shadow-soft);
}
div.cdk-overlay-container {
  z-index: 1200;
}
div.cdk-overlay-container .cdk-overlay-backdrop {
  z-index: 1200;
}
div.cdk-overlay-container .cdk-global-overlay-wrapper {
  z-index: 1200;
}
div.cdk-overlay-container .cdk-overlay-pane {
  z-index: 1200;
}
div.cdk-overlay-container .cdk-overlay-connected-position-bounding-box {
  z-index: 1200;
}
.form-control {
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 3.28px;
  transition: all 0.1s linear;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  transition: all 0.1s linear;
  border-color: #3b71ca;
  box-shadow: inset 0px 0px 0px 1px #3b71ca;
}
.form-control.form-control-sm {
  font-size: 0.775rem;
  line-height: 1.5;
}
.form-control.form-control-lg {
  line-height: 2.15;
  border-radius: 0.25rem;
}
.select ~ .form-label {
  position: absolute;
  top: 0;
  left: 0.75rem;
  padding-top: 0.37rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.select ~ .form-notch {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
.select ~ .form-notch div {
  pointer-events: none;
  border: 1px solid;
  border-color: #bdbdbd;
  box-sizing: border-box;
  background: transparent;
  transition: all 0.2s linear;
}
.select ~ .form-notch .form-notch-leading {
  left: 0;
  top: 0;
  height: 100%;
  width: 0.5rem;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.select ~ .form-notch .form-notch-middle {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 1rem);
  height: 100%;
  border-right: none;
  border-left: none;
}
.select ~ .form-notch .form-notch-trailing {
  flex-grow: 1;
  height: 100%;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}
.select.form-control:not(.placeholder-active)::placeholder {
  opacity: 0;
}
.select .form-control:focus::placeholder,
.select.active::placeholder {
  opacity: 1;
}
.select .form-control:focus {
  box-shadow: none !important;
}
.select.active ~ .form-label {
  transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
.select .form-control:focus ~ .form-label {
  color: #3b71ca;
}
.select .form-control:focus ~ .form-notch .form-notch-middle,
.select .form-control.active ~ .form-notch .form-notch-middle {
  border-right: none;
  border-left: none;
  border-top: none;
}
.select:focus ~ .form-notch .form-notch-middle {
  border-color: #3b71ca;
  box-shadow: 0 1px 0 0 #3b71ca;
  border-top: 1px solid transparent;
}
.select:focus ~ .form-notch .form-notch-leading,
.select.active ~ .form-notch .form-notch-leading {
  border-right: none;
}
.select:focus ~ .form-notch .form-notch-leading {
  border-color: #3b71ca;
  box-shadow:
    -1px 0 0 0 #3b71ca,
    0 1px 0 0 #3b71ca,
    0 -1px 0 0 #3b71ca;
}
.select:focus ~ .form-notch .form-notch-trailing,
.select.active ~ .form-notch .form-notch-trailing {
  border-left: none;
}
.select:focus ~ .form-notch .form-notch-trailing {
  border-color: #3b71ca;
  box-shadow:
    1px 0 0 0 #3b71ca,
    0 -1px 0 0 #3b71ca,
    0 1px 0 0 #3b71ca;
}
.select:disabled,
.select.disabled,
.select[readonly] {
  background-color: #e9ecef;
}
.select.form-control-lg {
  font-size: 1rem;
  line-height: 2.15;
}
.select.form-control-lg ~ .form-label {
  padding-top: 0.7rem;
}
.select.form-control-lg:focus ~ .form-label,
.select.form-control-lg.active ~ .form-label {
  transform: translateY(-1.25rem) translateY(0.1rem) scale(0.8);
}
.select.form-control-sm {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  font-size: 0.775rem;
  line-height: 1.5;
}
.select.form-control-sm ~ .form-label {
  padding-top: 0.33rem;
  font-size: 0.775rem;
}
.select.form-control-sm:focus ~ .form-label,
.select.form-control-sm.active ~ .form-label {
  transform: translateY(-0.85rem) translateY(0.1rem) scale(0.8);
}
.form-outline {
  position: relative;
}
.form-outline .form-helper {
  width: 100%;
  position: absolute;
  font-size: 0.875em;
  color: #757575;
}
.form-outline .form-helper .form-counter {
  text-align: right;
}
.form-outline .trailing {
  position: absolute;
  right: 10px;
  left: initial;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-outline .form-icon-trailing {
  padding-right: 2rem !important;
}
.form-outline .form-control {
  min-height: auto;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 0;
  background: transparent;
  transition: all 0.2s linear;
}
.form-outline .form-control ~ .form-label {
  position: absolute;
  top: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0.75rem;
  padding-top: 0.37rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.form-outline .form-control ~ .form-notch {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
.form-outline .form-control ~ .form-notch div {
  pointer-events: none;
  border: 1px solid;
  border-color: #bdbdbd;
  box-sizing: border-box;
  background: transparent;
  transition: all 0.2s linear;
}
.form-outline .form-control ~ .form-notch .form-notch-leading {
  left: 0;
  top: 0;
  height: 100%;
  width: 0.5rem;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.form-outline .form-control ~ .form-notch .form-notch-middle {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 1rem);
  height: 100%;
  border-right: none;
  border-left: none;
}
.form-outline .form-control ~ .form-notch .form-notch-trailing {
  flex-grow: 1;
  height: 100%;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}
.form-outline .form-control:not(.placeholder-active)::placeholder {
  opacity: 0;
}
.form-outline .form-control:focus::placeholder,
.form-outline .form-control.active::placeholder {
  opacity: 1;
}
.form-outline .form-control:focus {
  box-shadow: none !important;
}
.form-outline .form-control:focus ~ .form-label,
.form-outline .form-control.active ~ .form-label {
  transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
.form-outline .form-control:focus ~ .form-label {
  color: #3b71ca;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-middle,
.form-outline .form-control.active ~ .form-notch .form-notch-middle {
  border-right: none;
  border-left: none;
  border-top: 1px solid transparent;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-middle {
  border-color: #3b71ca;
  box-shadow: 0 1px 0 0 #3b71ca;
  border-top: 1px solid transparent;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-leading,
.form-outline .form-control.active ~ .form-notch .form-notch-leading {
  border-right: none;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-leading {
  border-color: #3b71ca;
  box-shadow:
    -1px 0 0 0 #3b71ca,
    0 1px 0 0 #3b71ca,
    0 -1px 0 0 #3b71ca;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing,
.form-outline .form-control.active ~ .form-notch .form-notch-trailing {
  border-left: none;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #3b71ca;
  box-shadow:
    1px 0 0 0 #3b71ca,
    0 -1px 0 0 #3b71ca,
    0 1px 0 0 #3b71ca;
}
.form-outline .form-control:disabled,
.form-outline .form-control.disabled,
.form-outline .form-control[readonly] {
  background-color: #e9ecef;
}
.form-outline .form-control.form-control-lg {
  font-size: 1rem;
  line-height: 2.15;
}
.form-outline .form-control.form-control-lg ~ .form-label {
  padding-top: 0.7rem;
}
.form-outline .form-control.form-control-lg:focus ~ .form-label,
.form-outline .form-control.form-control-lg.active ~ .form-label {
  transform: translateY(-1.25rem) translateY(0.1rem) scale(0.8);
}
.form-outline .form-control.form-control-sm {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  font-size: 0.775rem;
  line-height: 1.5;
}
.form-outline .form-control.form-control-sm ~ .form-label {
  padding-top: 0.33rem;
  font-size: 0.775rem;
}
.form-outline .form-control.form-control-sm:focus ~ .form-label,
.form-outline .form-control.form-control-sm.active ~ .form-label {
  transform: translateY(-0.85rem) translateY(0.1rem) scale(0.8);
}
.form-outline .select-lg ~ .form-label {
  padding-top: 0.7rem;
}
.form-outline .select-sm ~ .form-label {
  padding-top: 0.33rem;
  font-size: 0.775rem;
}
.form-outline.form-white .form-control {
  color: #fff;
}
.form-outline.form-white .form-control ~ .form-label {
  color: #fbfbfb;
}
.form-outline.form-white .form-control ~ .form-notch div {
  border-color: #fbfbfb;
}
.form-outline.form-white .form-control:focus ~ .form-label {
  color: #fff;
}
.form-outline.form-white .form-control:focus ~ .form-notch .form-notch-middle {
  border-color: #fff;
  box-shadow: 0 1px 0 0 #fff;
  border-top: 1px solid transparent;
}
.form-outline.form-white .form-control:focus ~ .form-notch .form-notch-leading {
  border-color: #fff;
  box-shadow:
    -1px 0 0 0 #fff,
    0 1px 0 0 #fff,
    0 -1px 0 0 #fff;
}
.form-outline.form-white .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #fff;
  box-shadow:
    1px 0 0 0 #fff,
    0 -1px 0 0 #fff,
    0 1px 0 0 #fff;
}
.form-outline.form-white .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-outline.form-white .form-control:disabled,
.form-outline.form-white .form-control.disabled,
.form-outline.form-white .form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.45);
}
.select-input.form-control[readonly]:not([disabled]) {
  background-color: transparent;
}
.form-check {
  position: relative;
  min-height: 1.5rem;
}
.form-check-input {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border: 0.125rem solid rgba(0, 0, 0, 0.25);
}
.form-check-input:before {
  content: "";
  position: absolute;
  box-shadow: 0px 0px 0px 13px transparent;
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}
.form-check-input:hover {
  cursor: pointer;
}
.form-check-input:hover:before {
  opacity: 0.04;
  box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.6);
}
.form-check-input:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
  transition: border-color 0.2s;
}
.form-check-input:focus:before {
  opacity: 0.12;
  box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.6);
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
.form-check-input:checked {
  border-color: #3b71ca;
}
.form-check-input:checked:before {
  opacity: 0.16;
}
.form-check-input:checked:after {
  content: "";
  position: absolute;
}
.form-check-input:checked:focus {
  border-color: #3b71ca;
}
.form-check-input:checked:focus:before {
  box-shadow: 0px 0px 0px 13px #3b71ca;
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
.form-check-input:indeterminate:focus:before {
  box-shadow: 0px 0px 0px 13px #3b71ca;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25rem;
  margin-top: 0.19em;
  margin-right: 6px;
}
.form-check-input[type=checkbox]:focus:after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  z-index: 1;
  display: block;
  border-radius: 0;
  background-color: #fff;
}
.form-check-input[type=checkbox]:checked {
  background-image: none;
  background-color: #3b71ca;
}
.form-check-input[type=checkbox]:checked:after {
  display: block;
  transform: rotate(45deg);
  border-width: 0.125rem;
  border-color: #fff;
  width: 0.375rem;
  height: 0.8125rem;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  margin-left: 0.25rem;
  margin-top: -1px;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked:focus {
  background-color: #3b71ca;
}
.form-check-input[type=checkbox]:indeterminate {
  border-color: #3b71ca;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125em;
  margin-right: 4px;
}
.form-check-input[type=radio]:before {
  width: 1rem;
  height: 1rem;
}
.form-check-input[type=radio]:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
.form-check-input[type=radio]:checked {
  background-image: none;
  background-color: #fff;
}
.form-check-input[type=radio]:checked:after {
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-color: #3b71ca;
  background-color: #3b71ca;
  transition: border-color;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.form-check-input[type=radio]:checked:focus {
  background-color: #fff;
}
.form-check-label {
  padding-left: 0.15rem;
}
.form-check-label:hover {
  cursor: pointer;
}
.form-switch .form-check-input {
  background-image: none;
  border-width: 0;
  border-radius: 0.4375rem;
  width: 2rem;
  height: 0.875rem;
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 0.3em;
  margin-right: 8px;
}
.form-switch .form-check-input:after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  margin-top: -0.1875rem;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s, transform 0.2s;
}
.form-switch .form-check-input:focus {
  background-image: none;
}
.form-switch .form-check-input:focus:before {
  box-shadow: 3px -1px 0px 13px rgba(0, 0, 0, 0.6);
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
.form-switch .form-check-input:focus:after {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.form-switch .form-check-input:checked {
  background-image: none;
}
.form-switch .form-check-input:checked:focus {
  background-image: none;
}
.form-switch .form-check-input:checked:focus:before {
  margin-left: 1.0625rem;
  box-shadow: 3px -1px 0px 13px #3b71ca;
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
.form-switch .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.form-switch .form-check-input:checked[type=checkbox]:after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #3b71ca;
  margin-top: -3px;
  margin-left: 1.0625rem;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, transform 0.2s;
}
.form-control[type=file]::-webkit-file-upload-button {
  background-color: transparent;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: transparent;
}
.input-group {
  flex-wrap: nowrap;
}
.input-group > .form-control {
  min-height: calc(2.08rem + 2px);
  height: calc(2.08rem + 2px);
  padding-top: 0.27rem;
  padding-bottom: 0.27rem;
  transition: all 0.2s linear;
}
.input-group > .form-control:focus {
  transition: all 0.2s linear;
  border-color: #3b71ca;
  outline: 0;
  box-shadow: inset 0 0 0 1px #3b71ca;
}
.input-group-text {
  background-color: transparent;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
}
.input-group-text > .form-check-input[type=checkbox] {
  margin-left: 1px;
  margin-right: 1px;
}
.input-group-text > .form-check-input[type=radio] {
  margin-right: 0;
}
.input-group-lg > .form-control {
  height: calc(2.645rem + 2px);
  font-size: 1rem;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
.input-group-lg .input-group-text {
  font-size: 1rem;
}
.input-group-sm > .form-control {
  min-height: calc(1.66rem + 2px);
  height: calc(1.66rem + 2px);
  font-size: 0.775rem;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
.input-group-sm .input-group-text {
  font-size: 0.775rem;
  line-height: 1.5;
}
.input-group.form-outline .input-group-text {
  border-left: 0;
}
.input-group.form-outline input + .input-group-text {
  border: 0;
  border-left: 1px solid #bdbdbd;
}
.input-group .form-outline:not(:first-child),
.input-group .form-outline:not(:first-child) .form-notch-leading {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group .form-outline:not(:last-child),
.input-group .form-outline:not(:last-child) .form-notch-trailing {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group > [class*=btn-outline-] + [class*=btn-outline-] {
  border-left: 0;
}
.input-group > .btn[class*=btn-outline-] {
  padding-top: 0.47rem;
}
.input-group > .btn {
  padding-top: 0.59rem;
}
.input-group.input-group-lg .input-group-text {
  height: calc(2.645rem + 2px);
}
.input-group .input-group-text {
  height: calc(2.08rem + 2px);
}
.input-group .btn {
  line-height: 1;
}
.input-group.input-group-sm .input-group-text {
  height: calc(1.66rem + 2px);
}
.input-group .dropdown .dropdown-toggle {
  height: 100%;
}
.input-group .dropdown:not(:last-child) .dropdown-toggle {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.input-group .dropdown:not(:first-child) .dropdown-toggle {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.error-message,
.success-message {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 0.875rem;
}
.form-check .error-message,
.form-check .success-message {
  top: 29px;
  left: 26px;
}
textarea ~ .error-message,
textarea ~ .success-message {
  top: unset;
  bottom: -26px;
}
.error-message {
  color: #dc4c64;
}
.success-message {
  color: #14a44d;
}
.form-outline .validate-success.ng-valid.ng-dirty ~ .form-label,
.form-outline .validate-success.ng-valid.ng-touched ~ .form-label {
  color: #14a44d;
}
.form-outline .validate-success.ng-valid.ng-dirty ~ .form-notch .form-notch-leading,
.form-outline .validate-success.ng-valid.ng-dirty ~ .form-notch .form-notch-middle,
.form-outline .validate-success.ng-valid.ng-dirty ~ .form-notch .form-notch-trailing,
.form-outline .validate-success.ng-valid.ng-touched ~ .form-notch .form-notch-leading,
.form-outline .validate-success.ng-valid.ng-touched ~ .form-notch .form-notch-middle,
.form-outline .validate-success.ng-valid.ng-touched ~ .form-notch .form-notch-trailing {
  border-color: #14a44d;
}
.form-outline .validate-success.ng-valid.ng-dirty:focus ~ .form-notch .form-notch-middle,
.form-outline .validate-success.ng-valid.ng-dirty.active ~ .form-notch .form-notch-middle,
.form-outline .validate-success.ng-valid.ng-touched:focus ~ .form-notch .form-notch-middle,
.form-outline .validate-success.ng-valid.ng-touched.active ~ .form-notch .form-notch-middle {
  border-top: 1px solid transparent;
}
.form-outline .validate-success.ng-valid.ng-dirty:focus ~ .form-notch .form-notch-middle,
.form-outline .validate-success.ng-valid.ng-touched:focus ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #14a44d;
}
.form-outline .validate-success.ng-valid.ng-dirty:focus ~ .form-notch .form-notch-leading,
.form-outline .validate-success.ng-valid.ng-touched:focus ~ .form-notch .form-notch-leading {
  box-shadow:
    -1px 0 0 0 #14a44d,
    0 1px 0 0 #14a44d,
    0 -1px 0 0 #14a44d;
}
.form-outline .validate-success.ng-valid.ng-dirty:focus ~ .form-notch .form-notch-trailing,
.form-outline .validate-success.ng-valid.ng-touched:focus ~ .form-notch .form-notch-trailing {
  box-shadow:
    1px 0 0 0 #14a44d,
    0 -1px 0 0 #14a44d,
    0 1px 0 0 #14a44d;
}
.form-outline .validate-error.ng-invalid.ng-dirty ~ .form-label,
.form-outline .validate-error.ng-invalid.ng-touched ~ .form-label {
  color: #dc4c64;
}
.form-outline .validate-error.ng-invalid.ng-dirty ~ .form-notch .form-notch-leading,
.form-outline .validate-error.ng-invalid.ng-dirty ~ .form-notch .form-notch-middle,
.form-outline .validate-error.ng-invalid.ng-dirty ~ .form-notch .form-notch-trailing,
.form-outline .validate-error.ng-invalid.ng-touched ~ .form-notch .form-notch-leading,
.form-outline .validate-error.ng-invalid.ng-touched ~ .form-notch .form-notch-middle,
.form-outline .validate-error.ng-invalid.ng-touched ~ .form-notch .form-notch-trailing {
  border-color: #dc4c64;
}
.form-outline .validate-error.ng-invalid.ng-dirty:focus ~ .form-notch .form-notch-middle,
.form-outline .validate-error.ng-invalid.ng-dirty.active ~ .form-notch .form-notch-middle,
.form-outline .validate-error.ng-invalid.ng-touched:focus ~ .form-notch .form-notch-middle,
.form-outline .validate-error.ng-invalid.ng-touched.active ~ .form-notch .form-notch-middle {
  border-top: 1px solid transparent;
}
.form-outline .validate-error.ng-invalid.ng-dirty:focus ~ .form-notch .form-notch-middle,
.form-outline .validate-error.ng-invalid.ng-touched:focus ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #dc4c64;
}
.form-outline .validate-error.ng-invalid.ng-dirty:focus ~ .form-notch .form-notch-leading,
.form-outline .validate-error.ng-invalid.ng-touched:focus ~ .form-notch .form-notch-leading {
  box-shadow:
    -1px 0 0 0 #dc4c64,
    0 1px 0 0 #dc4c64,
    0 -1px 0 0 #dc4c64;
}
.form-outline .validate-error.ng-invalid.ng-dirty:focus ~ .form-notch .form-notch-trailing,
.form-outline .validate-error.ng-invalid.ng-touched:focus ~ .form-notch .form-notch-trailing {
  box-shadow:
    1px 0 0 0 #dc4c64,
    0 -1px 0 0 #dc4c64,
    0 1px 0 0 #dc4c64;
}
.select.validate-success.ng-valid.ng-dirty ~ .form-label,
.select.validate-success.ng-valid.ng-touched ~ .form-label {
  color: #14a44d;
}
.select.validate-success.ng-valid.ng-dirty ~ .form-notch .form-notch-leading,
.select.validate-success.ng-valid.ng-dirty ~ .form-notch .form-notch-middle,
.select.validate-success.ng-valid.ng-dirty ~ .form-notch .form-notch-trailing,
.select.validate-success.ng-valid.ng-touched ~ .form-notch .form-notch-leading,
.select.validate-success.ng-valid.ng-touched ~ .form-notch .form-notch-middle,
.select.validate-success.ng-valid.ng-touched ~ .form-notch .form-notch-trailing {
  border-color: #14a44d;
}
.select.validate-success.ng-valid.ng-dirty.focused ~ .form-notch .form-notch-middle,
.select.validate-success.ng-valid.ng-dirty.active ~ .form-notch .form-notch-middle,
.select.validate-success.ng-valid.ng-touched.focused ~ .form-notch .form-notch-middle,
.select.validate-success.ng-valid.ng-touched.active ~ .form-notch .form-notch-middle {
  border-top: 1px solid transparent;
}
.select.validate-success.ng-valid.ng-dirty.focused ~ .form-notch .form-notch-middle,
.select.validate-success.ng-valid.ng-touched.focused ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #14a44d;
}
.select.validate-success.ng-valid.ng-dirty.focused ~ .form-notch .form-notch-leading,
.select.validate-success.ng-valid.ng-touched.focused ~ .form-notch .form-notch-leading {
  box-shadow:
    -1px 0 0 0 #14a44d,
    0 1px 0 0 #14a44d,
    0 -1px 0 0 #14a44d;
}
.select.validate-success.ng-valid.ng-dirty.focused ~ .form-notch .form-notch-trailing,
.select.validate-success.ng-valid.ng-touched.focused ~ .form-notch .form-notch-trailing {
  box-shadow:
    1px 0 0 0 #14a44d,
    0 -1px 0 0 #14a44d,
    0 1px 0 0 #14a44d;
}
.select.validate-error.ng-invalid.ng-dirty ~ .form-label,
.select.validate-error.ng-invalid.ng-touched ~ .form-label {
  color: #dc4c64;
}
.select.validate-error.ng-invalid.ng-dirty ~ .form-notch .form-notch-leading,
.select.validate-error.ng-invalid.ng-dirty ~ .form-notch .form-notch-middle,
.select.validate-error.ng-invalid.ng-dirty ~ .form-notch .form-notch-trailing,
.select.validate-error.ng-invalid.ng-touched ~ .form-notch .form-notch-leading,
.select.validate-error.ng-invalid.ng-touched ~ .form-notch .form-notch-middle,
.select.validate-error.ng-invalid.ng-touched ~ .form-notch .form-notch-trailing {
  border-color: #dc4c64;
}
.select.validate-error.ng-invalid.ng-dirty.focused ~ .form-notch .form-notch-middle,
.select.validate-error.ng-invalid.ng-dirty.active ~ .form-notch .form-notch-middle,
.select.validate-error.ng-invalid.ng-touched.focused ~ .form-notch .form-notch-middle,
.select.validate-error.ng-invalid.ng-touched.active ~ .form-notch .form-notch-middle {
  border-top: 1px solid transparent;
}
.select.validate-error.ng-invalid.ng-dirty.focused ~ .form-notch .form-notch-middle,
.select.validate-error.ng-invalid.ng-touched.focused ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #dc4c64;
}
.select.validate-error.ng-invalid.ng-dirty.focused ~ .form-notch .form-notch-leading,
.select.validate-error.ng-invalid.ng-touched.focused ~ .form-notch .form-notch-leading {
  box-shadow:
    -1px 0 0 0 #dc4c64,
    0 1px 0 0 #dc4c64,
    0 -1px 0 0 #dc4c64;
}
.select.validate-error.ng-invalid.ng-dirty.focused ~ .form-notch .form-notch-trailing,
.select.validate-error.ng-invalid.ng-touched.focused ~ .form-notch .form-notch-trailing {
  box-shadow:
    1px 0 0 0 #dc4c64,
    0 -1px 0 0 #dc4c64,
    0 1px 0 0 #dc4c64;
}
.form-check .validate-success.ng-valid.ng-dirty,
.form-check .validate-success.ng-valid.ng-touched {
  border-color: #14a44d;
}
.form-check .validate-success.ng-valid.ng-dirty:checked,
.form-check .validate-success.ng-valid.ng-touched:checked {
  background-color: #14a44d;
}
.form-check .validate-success.ng-valid.ng-dirty ~ .form-check-label,
.form-check .validate-success.ng-valid.ng-touched ~ .form-check-label {
  color: #14a44d;
}
.form-check .validate-error.ng-invalid.ng-dirty,
.form-check .validate-error.ng-invalid.ng-touched {
  border-color: #dc4c64;
}
.form-check .validate-error.ng-invalid.ng-dirty ~ .form-check-label,
.form-check .validate-error.ng-invalid.ng-touched ~ .form-check-label {
  color: #dc4c64;
}
.form-range:focus {
  box-shadow: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: none;
}
.form-range:focus::-ms-thumb {
  box-shadow: none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  margin-top: -6px;
  box-shadow: none;
  appearance: none;
}
.form-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
}
.form-range::-moz-range-thumb {
  box-shadow: none;
  appearance: none;
}
.form-range::-moz-range-track {
  box-shadow: none;
}
.table {
  --mdb-table-font-size: 0.9rem;
  --mdb-table-divider-color: rgba(0, 0, 0, 0.1);
  font-size: var(--mdb-table-font-size);
}
.table th {
  font-weight: 500;
}
.table tbody {
  font-weight: 400;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.table-primary {
  --mdb-table-color: #000;
  --mdb-table-bg: #d8e3f4;
  --mdb-table-border-color: #c2ccdc;
  --mdb-table-striped-bg: #cdd8e8;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c2ccdc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c8d2e2;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-secondary {
  --mdb-table-color: #000;
  --mdb-table-bg: #ecedf0;
  --mdb-table-border-color: #d4d5d8;
  --mdb-table-striped-bg: #e0e1e4;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #d4d5d8;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #dadbde;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-success {
  --mdb-table-color: #000;
  --mdb-table-bg: #d0eddb;
  --mdb-table-border-color: #bbd5c5;
  --mdb-table-striped-bg: #c6e1d0;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #bbd5c5;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c0dbcb;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-info {
  --mdb-table-color: #000;
  --mdb-table-bg: #ddf0f6;
  --mdb-table-border-color: #c7d8dd;
  --mdb-table-striped-bg: #d2e4ea;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c7d8dd;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #ccdee4;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-warning {
  --mdb-table-color: #000;
  --mdb-table-bg: #faecd1;
  --mdb-table-border-color: #e1d4bc;
  --mdb-table-striped-bg: #eee0c7;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e1d4bc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e7dac1;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-danger {
  --mdb-table-color: #000;
  --mdb-table-bg: #f8dbe0;
  --mdb-table-border-color: #dfc5ca;
  --mdb-table-striped-bg: #ecd0d5;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #dfc5ca;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e5cbcf;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-light {
  --mdb-table-color: #000;
  --mdb-table-bg: #fbfbfb;
  --mdb-table-border-color: #e2e2e2;
  --mdb-table-striped-bg: #eeeeee;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e2e2e2;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e8e8e8;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-dark {
  --mdb-table-color: #fff;
  --mdb-table-bg: #332d2d;
  --mdb-table-border-color: #474242;
  --mdb-table-striped-bg: #3d3838;
  --mdb-table-striped-color: #fff;
  --mdb-table-active-bg: #474242;
  --mdb-table-active-color: #fff;
  --mdb-table-hover-bg: #423d3d;
  --mdb-table-hover-color: #fff;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
.table-hover > tbody > tr {
  transition: 0.5s;
}
.table-hover > tbody > tr:hover {
  --mdb-table-accent-bg: transparent;
  background-color: var(--mdb-table-hover-bg);
}
.table-group-divider {
  border-top: 2px solid;
  border-top-color: inherit;
}
.table-divider-color {
  border-top-color: var(--mdb-table-divider-color);
}
.btn {
  --mdb-btn-padding-top: 0.625rem;
  --mdb-btn-padding-bottom: 0.5rem;
  --mdb-btn-border-width: 0;
  --mdb-btn-border-color: none;
  --mdb-btn-border-radius: 0.25rem;
  --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
  --mdb-btn-hover-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  padding-top: var(--mdb-btn-padding-top);
  padding-bottom: var(--mdb-btn-padding-bottom);
  text-transform: uppercase;
  vertical-align: bottom;
  border: 0;
  border-radius: var(--mdb-btn-border-radius);
  box-shadow: var(--mdb-btn-box-shadow);
}
:not(.btn-check) + .btn:hover,
.btn:first-child:hover,
.btn:focus-visible,
.btn:hover {
  box-shadow: var(--mdb-btn-hover-box-shadow);
}
.btn-check:focus-visible + .btn,
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active,
.btn.show {
  box-shadow: var(--mdb-btn-active-box-shadow);
}
.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.show:focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  box-shadow: var(--mdb-btn-box-shadow);
}
[class*=btn-outline-] {
  --mdb-btn-padding-top: 0.5rem;
  --mdb-btn-padding-bottom: 0.375rem;
  --mdb-btn-padding-x: 1.375rem;
  --mdb-btn-border-width: 2px;
  --mdb-btn-line-height: 1.5;
  padding: var(--mdb-btn-padding-top) var(--mdb-btn-padding-x) var(--mdb-btn-padding-bottom);
  border-width: var(--mdb-btn-border-width);
  border-style: solid;
  box-shadow: none;
}
:not(.btn-check) + [class*=btn-outline-]:hover,
[class*=btn-outline-]:first-child:hover,
[class*=btn-outline-]:focus-visible,
[class*=btn-outline-]:hover {
  box-shadow: none;
}
.btn-check:focus-visible + [class*=btn-outline-],
.btn-check:focus + [class*=btn-outline-],
[class*=btn-outline-]:focus {
  box-shadow: none;
}
.btn-check:checked + [class*=btn-outline-],
.btn-check:active + [class*=btn-outline-],
[class*=btn-outline-]:active,
[class*=btn-outline-].active,
[class*=btn-outline-].show {
  box-shadow: none;
}
.btn-check:checked + [class*=btn-outline-]:focus,
.btn-check:active + [class*=btn-outline-]:focus,
[class*=btn-outline-]:active:focus,
[class*=btn-outline-].active:focus,
[class*=btn-outline-].show:focus {
  box-shadow: none;
}
[class*=btn-outline-]:disabled,
[class*=btn-outline-].disabled,
fieldset:disabled [class*=btn-outline-] {
  box-shadow: none;
}
[class*=btn-outline-].btn-lg,
.btn-group-lg > [class*=btn-outline-].btn {
  --mdb-btn-padding-top: 0.625rem;
  --mdb-btn-padding-bottom: 0.5625rem;
  --mdb-btn-padding-x: 1.5625rem;
  --mdb-btn-font-size: 0.875rem;
  --mdb-btn-line-height: 1.6;
}
[class*=btn-outline-].btn-sm,
.btn-group-sm > [class*=btn-outline-].btn {
  --mdb-btn-padding-top: 0.25rem;
  --mdb-btn-padding-bottom: 0.1875rem;
  --mdb-btn-padding-x: 0.875rem;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-line-height: 1.5;
}
.btn-secondary {
  box-shadow: none;
}
:not(.btn-check) + .btn-secondary:hover,
.btn-secondary:first-child:hover,
.btn-secondary:focus-visible,
.btn-secondary:hover {
  box-shadow: none !important;
}
.btn-check:focus-visible + .btn-secondary,
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.show {
  box-shadow: none;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary.show:focus {
  box-shadow: none;
}
.btn-secondary:disabled,
.btn-secondary.disabled,
fieldset:disabled .btn-secondary {
  box-shadow: none;
}
.btn-primary {
  --mdb-btn-bg: #3b71ca;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #3b71ca;
  --mdb-btn-hover-bg: #386bc0;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #386bc0;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #3566b6;
  --mdb-btn-active-color: #fff;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(59, 113, 202, 0.3), 0 4px 18px 0 rgba(59, 113, 202, 0.2);
}
:not(.btn-check) + .btn-primary:hover,
.btn-primary:first-child:hover,
.btn-primary:focus-visible,
.btn-primary:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-primary,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-primary:hover,
.btn-check:active + .btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-primary:disabled,
.btn-primary.disabled,
fieldset:disabled .btn-primary {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-secondary {
  --mdb-btn-bg: #e3ebf7;
  --mdb-btn-color: #285192;
  --mdb-btn-box-shadow: 0 4px 9px -4px #e3ebf7;
  --mdb-btn-hover-bg: #d8dfeb;
  --mdb-btn-hover-color: #285192;
  --mdb-btn-focus-bg: #d8dfeb;
  --mdb-btn-focus-color: #285192;
  --mdb-btn-active-bg: #ccd4de;
  --mdb-btn-active-color: #285192;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(227, 235, 247, 0.3), 0 4px 18px 0 rgba(227, 235, 247, 0.2);
}
:not(.btn-check) + .btn-secondary:hover,
.btn-secondary:first-child:hover,
.btn-secondary:focus-visible,
.btn-secondary:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-secondary,
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-secondary:hover,
.btn-check:active + .btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-secondary:disabled,
.btn-secondary.disabled,
fieldset:disabled .btn-secondary {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-success {
  --mdb-btn-bg: #14a44d;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #14a44d;
  --mdb-btn-hover-bg: #139c49;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #139c49;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #129445;
  --mdb-btn-active-color: #fff;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(20, 164, 77, 0.3), 0 4px 18px 0 rgba(20, 164, 77, 0.2);
}
:not(.btn-check) + .btn-success:hover,
.btn-success:first-child:hover,
.btn-success:focus-visible,
.btn-success:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-success,
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.btn-success.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-success:hover,
.btn-check:active + .btn-success:hover,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-success:disabled,
.btn-success.disabled,
fieldset:disabled .btn-success {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-danger {
  --mdb-btn-bg: #dc4c64;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #dc4c64;
  --mdb-btn-hover-bg: #d1485f;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #d1485f;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #c6445a;
  --mdb-btn-active-color: #fff;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(220, 76, 100, 0.3), 0 4px 18px 0 rgba(220, 76, 100, 0.2);
}
:not(.btn-check) + .btn-danger:hover,
.btn-danger:first-child:hover,
.btn-danger:focus-visible,
.btn-danger:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-danger,
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.btn-danger.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-danger:hover,
.btn-check:active + .btn-danger:hover,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-danger:disabled,
.btn-danger.disabled,
fieldset:disabled .btn-danger {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-warning {
  --mdb-btn-bg: #e4a11b;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #e4a11b;
  --mdb-btn-hover-bg: #d9991a;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #d9991a;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #cd9118;
  --mdb-btn-active-color: #fff;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(228, 161, 27, 0.3), 0 4px 18px 0 rgba(228, 161, 27, 0.2);
}
:not(.btn-check) + .btn-warning:hover,
.btn-warning:first-child:hover,
.btn-warning:focus-visible,
.btn-warning:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-warning,
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.btn-warning.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-warning:hover,
.btn-check:active + .btn-warning:hover,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-warning:disabled,
.btn-warning.disabled,
fieldset:disabled .btn-warning {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-info {
  --mdb-btn-bg: #54b4d3;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #54b4d3;
  --mdb-btn-hover-bg: #50abc8;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #50abc8;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #4ca2be;
  --mdb-btn-active-color: #fff;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(84, 180, 211, 0.3), 0 4px 18px 0 rgba(84, 180, 211, 0.2);
}
:not(.btn-check) + .btn-info:hover,
.btn-info:first-child:hover,
.btn-info:focus-visible,
.btn-info:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-info,
.btn-check:focus + .btn-info,
.btn-info:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.btn-info.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-info:hover,
.btn-check:active + .btn-info:hover,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-info:disabled,
.btn-info.disabled,
fieldset:disabled .btn-info {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-light {
  --mdb-btn-bg: #fbfbfb;
  --mdb-btn-color: #4f4f4f;
  --mdb-btn-box-shadow: 0 4px 9px -4px #fbfbfb;
  --mdb-btn-hover-bg: #eeeeee;
  --mdb-btn-hover-color: #4f4f4f;
  --mdb-btn-focus-bg: #eeeeee;
  --mdb-btn-focus-color: #4f4f4f;
  --mdb-btn-active-bg: #e2e2e2;
  --mdb-btn-active-color: #4f4f4f;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(251, 251, 251, 0.3), 0 4px 18px 0 rgba(251, 251, 251, 0.2);
}
:not(.btn-check) + .btn-light:hover,
.btn-light:first-child:hover,
.btn-light:focus-visible,
.btn-light:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-light,
.btn-check:focus + .btn-light,
.btn-light:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.btn-light.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.btn-light.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-light:hover,
.btn-check:active + .btn-light:hover,
.btn-light:active:hover,
.btn-light.active:hover,
.btn-light.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-light:disabled,
.btn-light.disabled,
fieldset:disabled .btn-light {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-dark {
  --mdb-btn-bg: #332d2d;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #332d2d;
  --mdb-btn-hover-bg: #302b2b;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #302b2b;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #2e2929;
  --mdb-btn-active-color: #fff;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(51, 45, 45, 0.3), 0 4px 18px 0 rgba(51, 45, 45, 0.2);
}
:not(.btn-check) + .btn-dark:hover,
.btn-dark:first-child:hover,
.btn-dark:focus-visible,
.btn-dark:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-dark,
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.btn-dark.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.btn-dark.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-dark:hover,
.btn-check:active + .btn-dark:hover,
.btn-dark:active:hover,
.btn-dark.active:hover,
.btn-dark.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-dark:disabled,
.btn-dark.disabled,
fieldset:disabled .btn-dark {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-white {
  --mdb-btn-bg: #fff;
  --mdb-btn-color: #000;
  --mdb-btn-box-shadow: 0 4px 9px -4px #fff;
  --mdb-btn-hover-bg: #f2f2f2;
  --mdb-btn-hover-color: #000;
  --mdb-btn-focus-bg: #f2f2f2;
  --mdb-btn-focus-color: #000;
  --mdb-btn-active-bg: #e6e6e6;
  --mdb-btn-active-color: #000;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(255, 255, 255, 0.3), 0 4px 18px 0 rgba(255, 255, 255, 0.2);
}
:not(.btn-check) + .btn-white:hover,
.btn-white:first-child:hover,
.btn-white:focus-visible,
.btn-white:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-white,
.btn-check:focus + .btn-white,
.btn-white:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.btn-white.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.btn-white.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-white:hover,
.btn-check:active + .btn-white:hover,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-white:disabled,
.btn-white.disabled,
fieldset:disabled .btn-white {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-black {
  --mdb-btn-bg: #000;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #000;
  --mdb-btn-hover-bg: black;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: black;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: black;
  --mdb-btn-active-color: #fff;
  --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(0, 0, 0, 0.3), 0 4px 18px 0 rgba(0, 0, 0, 0.2);
}
:not(.btn-check) + .btn-black:hover,
.btn-black:first-child:hover,
.btn-black:focus-visible,
.btn-black:hover {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:focus-visible + .btn-black,
.btn-check:focus + .btn-black,
.btn-black:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
  background-color: var(--mdb-btn-focus-bg);
}
.btn-check:checked + .btn-black,
.btn-check:active + .btn-black,
.btn-black:active,
.btn-black.active,
.btn-black.show {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.btn-black.show:focus {
  box-shadow: var(--mdb-btn-box-shadow-state);
}
.btn-check:checked + .btn-black:hover,
.btn-check:active + .btn-black:hover,
.btn-black:active:hover,
.btn-black.active:hover,
.btn-black.show:hover {
  background-color: var(--mdb-btn-active-bg);
}
.btn-black:disabled,
.btn-black.disabled,
fieldset:disabled .btn-black {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-outline-primary {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #386bc0;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #3566b6;
  --mdb-btn-border-color: #3b71ca;
  --mdb-btn-focus-border-color: #386bc0;
  --mdb-btn-hover-border-color: #386bc0;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-primary:hover,
.btn-outline-primary:first-child:hover,
.btn-outline-primary:focus-visible,
.btn-outline-primary:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-primary,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled,
fieldset:disabled .btn-outline-primary {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-secondary {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #285192;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #264d8b;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #264d8b;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #244983;
  --mdb-btn-border-color: #e3ebf7;
  --mdb-btn-focus-border-color: #d8dfeb;
  --mdb-btn-hover-border-color: #d8dfeb;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-secondary:hover,
.btn-outline-secondary:first-child:hover,
.btn-outline-secondary:focus-visible,
.btn-outline-secondary:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-secondary,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled,
fieldset:disabled .btn-outline-secondary {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-success {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #14a44d;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #139c49;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #139c49;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #129445;
  --mdb-btn-border-color: #14a44d;
  --mdb-btn-focus-border-color: #139c49;
  --mdb-btn-hover-border-color: #139c49;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-success:hover,
.btn-outline-success:first-child:hover,
.btn-outline-success:focus-visible,
.btn-outline-success:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-success,
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled,
fieldset:disabled .btn-outline-success {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-danger {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #dc4c64;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #d1485f;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #d1485f;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #c6445a;
  --mdb-btn-border-color: #dc4c64;
  --mdb-btn-focus-border-color: #d1485f;
  --mdb-btn-hover-border-color: #d1485f;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-danger:hover,
.btn-outline-danger:first-child:hover,
.btn-outline-danger:focus-visible,
.btn-outline-danger:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-danger,
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled,
fieldset:disabled .btn-outline-danger {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-warning {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #e4a11b;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #d9991a;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #d9991a;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #cd9118;
  --mdb-btn-border-color: #e4a11b;
  --mdb-btn-focus-border-color: #d9991a;
  --mdb-btn-hover-border-color: #d9991a;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-warning:hover,
.btn-outline-warning:first-child:hover,
.btn-outline-warning:focus-visible,
.btn-outline-warning:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-warning,
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled,
fieldset:disabled .btn-outline-warning {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-info {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #54b4d3;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #50abc8;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #50abc8;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #4ca2be;
  --mdb-btn-border-color: #54b4d3;
  --mdb-btn-focus-border-color: #50abc8;
  --mdb-btn-hover-border-color: #50abc8;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-info:hover,
.btn-outline-info:first-child:hover,
.btn-outline-info:focus-visible,
.btn-outline-info:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-info,
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled,
fieldset:disabled .btn-outline-info {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-light {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #fbfbfb;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #eeeeee;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #eeeeee;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #e2e2e2;
  --mdb-btn-border-color: #fbfbfb;
  --mdb-btn-focus-border-color: #eeeeee;
  --mdb-btn-hover-border-color: #eeeeee;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-light:hover,
.btn-outline-light:first-child:hover,
.btn-outline-light:focus-visible,
.btn-outline-light:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-light,
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-light:disabled,
.btn-outline-light.disabled,
fieldset:disabled .btn-outline-light {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-dark {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #332d2d;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #302b2b;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #302b2b;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #2e2929;
  --mdb-btn-border-color: #332d2d;
  --mdb-btn-focus-border-color: #302b2b;
  --mdb-btn-hover-border-color: #302b2b;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-dark:hover,
.btn-outline-dark:first-child:hover,
.btn-outline-dark:focus-visible,
.btn-outline-dark:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-dark,
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled,
fieldset:disabled .btn-outline-dark {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-white {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #fff;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #f2f2f2;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #f2f2f2;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #e6e6e6;
  --mdb-btn-border-color: #fff;
  --mdb-btn-focus-border-color: #f2f2f2;
  --mdb-btn-hover-border-color: #f2f2f2;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-white:hover,
.btn-outline-white:first-child:hover,
.btn-outline-white:focus-visible,
.btn-outline-white:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-white,
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-white:disabled,
.btn-outline-white.disabled,
fieldset:disabled .btn-outline-white {
  border-color: var(--mdb-btn-border-color);
}
.btn-outline-black {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #000;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: black;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: black;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: black;
  --mdb-btn-border-color: #000;
  --mdb-btn-focus-border-color: black;
  --mdb-btn-hover-border-color: black;
  border-color: var(--mdb-btn-border-color);
}
:not(.btn-check) + .btn-outline-black:hover,
.btn-outline-black:first-child:hover,
.btn-outline-black:focus-visible,
.btn-outline-black:hover {
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check:focus-visible + .btn-outline-black,
.btn-check:focus + .btn-outline-black,
.btn-outline-black:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.show {
  border-color: var(--mdb-btn-active-border-color);
}
.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.show:focus {
  border-color: var(--mdb-btn-focus-border-color);
}
.btn-outline-black:disabled,
.btn-outline-black.disabled,
fieldset:disabled .btn-outline-black {
  border-color: var(--mdb-btn-border-color);
}
.btn-link {
  --mdb-btn-font-weight: 500;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-hover-bg: hsl(0, 0%, 96%);
  --mdb-btn-focus-color: #3566b6;
  --mdb-btn-active-color: #3260ac;
  --mdb-btn-disabled-color: #9e9e9e;
  --mdb-btn-box-shadow: none;
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
:not(.btn-check) + .btn-link:hover,
.btn-link:first-child:hover,
.btn-link:focus-visible,
.btn-link:hover {
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:focus-visible + .btn-link,
.btn-check:focus + .btn-link,
.btn-link:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + .btn-link,
.btn-check:active + .btn-link,
.btn-link:active,
.btn-link.active,
.btn-link.show {
  color: var(--mdb-btn-active-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + .btn-link:focus,
.btn-check:active + .btn-link:focus,
.btn-link:active:focus,
.btn-link.active:focus,
.btn-link.show:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-link:disabled,
.btn-link.disabled,
fieldset:disabled .btn-link {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-tertiary {
  --mdb-btn-font-weight: 500;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-focus-color: #3566b6;
  --mdb-btn-active-color: #3260ac;
  --mdb-btn-disabled-color: #9e9e9e;
  --mdb-btn-box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
:not(.btn-check) + .btn-tertiary:hover,
.btn-tertiary:first-child:hover,
.btn-tertiary:focus-visible,
.btn-tertiary:hover {
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:focus-visible + .btn-tertiary,
.btn-check:focus + .btn-tertiary,
.btn-tertiary:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + .btn-tertiary,
.btn-check:active + .btn-tertiary,
.btn-tertiary:active,
.btn-tertiary.active,
.btn-tertiary.show {
  color: var(--mdb-btn-active-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + .btn-tertiary:focus,
.btn-check:active + .btn-tertiary:focus,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.btn-tertiary.show:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-tertiary:disabled,
.btn-tertiary.disabled,
fieldset:disabled .btn-tertiary {
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-lg,
.btn-group-lg > .btn {
  --mdb-btn-padding-top: 0.75rem;
  --mdb-btn-padding-bottom: 0.6875rem;
  --mdb-btn-padding-x: 1.6875rem;
  --mdb-btn-font-size: 0.875rem;
  --mdb-btn-line-height: 1.6;
}
.btn-sm,
.btn-group-sm > .btn {
  --mdb-btn-padding-top: 0.375rem;
  --mdb-btn-padding-bottom: 0.3125rem;
  --mdb-btn-padding-x: 1rem;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-line-height: 1.5;
}
.btn-rounded {
  --mdb-btn-border-radius: 10rem;
  border-radius: var(--mdb-btn-border-radius);
}
.btn-floating,
[class*=btn-outline-].btn-floating {
  --mdb-btn-border-radius: 50%;
  border-radius: var(--mdb-btn-border-radius);
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-floating {
  --mdb-btn-width: 2.3125rem;
  --mdb-btn-height: 2.3125rem;
  --mdb-btn-icon-width: 2.3125rem;
  --mdb-btn-icon-line-height: 2.3125rem;
  --mdb-btn-width-lg: 2.8125rem;
  --mdb-btn-height-lg: 2.8125rem;
  --mdb-btn-icon-width-lg: 2.8125rem;
  --mdb-btn-icon-line-height-lg: 2.8125rem;
  --mdb-btn-width-sm: 1.8125rem;
  --mdb-btn-height-sm: 1.8125rem;
  --mdb-btn-icon-width-sm: 1.8125rem;
  --mdb-btn-icon-line-height-sm: 1.8125rem;
  width: var(--mdb-btn-width);
  height: var(--mdb-btn-height);
}
.btn-floating .fas,
.btn-floating .far,
.btn-floating .fab {
  width: var(--mdb-btn-icon-width);
  line-height: var(--mdb-btn-icon-line-height);
}
.btn-floating.btn-lg,
.btn-group-lg > .btn-floating.btn {
  width: var(--mdb-btn-width-lg);
  height: var(--mdb-btn-height-lg);
}
.btn-floating.btn-lg .fas,
.btn-group-lg > .btn-floating.btn .fas,
.btn-floating.btn-lg .far,
.btn-group-lg > .btn-floating.btn .far,
.btn-floating.btn-lg .fab,
.btn-group-lg > .btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-lg);
  line-height: var(--mdb-btn-icon-line-height-lg);
}
.btn-floating.btn-sm,
.btn-group-sm > .btn-floating.btn {
  width: var(--mdb-btn-width-sm);
  height: var(--mdb-btn-height-sm);
}
.btn-floating.btn-sm .fas,
.btn-group-sm > .btn-floating.btn .fas,
.btn-floating.btn-sm .far,
.btn-group-sm > .btn-floating.btn .far,
.btn-floating.btn-sm .fab,
.btn-group-sm > .btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-sm);
  line-height: var(--mdb-btn-icon-line-height-sm);
}
[class*=btn-outline-].btn-floating {
  --mdb-btn-icon-width: 2.0625rem;
  --mdb-btn-icon-width-lg: 2.5625rem;
  --mdb-btn-icon-width-sm: 1.5625rem;
  --mdb-btn-icon-line-height: 2.0625rem;
  --mdb-btn-icon-line-height-lg: 2.5625rem;
  --mdb-btn-icon-line-height-sm: 1.5625rem;
}
[class*=btn-outline-].btn-floating .fas,
[class*=btn-outline-].btn-floating .far,
[class*=btn-outline-].btn-floating .fab {
  width: var(--mdb-btn-icon-width);
  line-height: var(--mdb-btn-icon-line-height);
}
[class*=btn-outline-].btn-floating.btn-lg .fas,
.btn-group-lg > [class*=btn-outline-].btn-floating.btn .fas,
[class*=btn-outline-].btn-floating.btn-lg .far,
.btn-group-lg > [class*=btn-outline-].btn-floating.btn .far,
[class*=btn-outline-].btn-floating.btn-lg .fab,
.btn-group-lg > [class*=btn-outline-].btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-lg);
  line-height: var(--mdb-btn-icon-line-height-lg);
}
[class*=btn-outline-].btn-floating.btn-sm .fas,
.btn-group-sm > [class*=btn-outline-].btn-floating.btn .fas,
[class*=btn-outline-].btn-floating.btn-sm .far,
.btn-group-sm > [class*=btn-outline-].btn-floating.btn .far,
[class*=btn-outline-].btn-floating.btn-sm .fab,
.btn-group-sm > [class*=btn-outline-].btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-sm);
  line-height: var(--mdb-btn-icon-line-height-sm);
}
.fixed-action-btn {
  --mdb-btn-right: 2.1875rem;
  --mdb-btn-bottom: 2.1875rem;
  --mdb-btn-zindex: 1030;
  --mdb-btn-padding-top: 0.9375rem;
  --mdb-btn-padding-bottom: 1.25rem;
  --mdb-btn-padding-x: 1.25rem;
  --mdb-btn-margin-bottom: 1.5rem;
  position: fixed;
  right: var(--mdb-btn-right);
  bottom: var(--mdb-btn-bottom);
  z-index: var(--mdb-btn-zindex);
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  padding: var(--mdb-btn-padding-top) var(--mdb-btn-padding-x) var(--mdb-btn-padding-bottom);
  margin-bottom: 0;
  height: auto;
  overflow: hidden;
}
.fixed-action-btn > .btn-floating {
  position: relative;
  transform: scale(1.2);
  z-index: 10;
}
.fixed-action-btn ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  text-align: center;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  z-index: -1;
}
.fixed-action-btn ul li {
  z-index: 0;
  display: flex;
  margin-right: auto;
  margin-bottom: var(--mdb-btn-margin-bottom);
  margin-left: auto;
}
.fixed-action-btn ul li:first-of-type {
  margin-top: calc(var(--mdb-btn-margin-bottom) * 0.5);
}
.fixed-action-btn ul a.btn {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.fixed-action-btn ul a.btn.shown {
  opacity: 1;
}
.fixed-action-btn.active ul {
  opacity: 1;
}
.btn-block {
  --mdb-btn-margin-top: 0.5rem;
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: var(--mdb-btn-margin-top);
}
hr.divider-horizontal:not([size]) {
  height: 2px;
}
.divider-horizontal {
  opacity: 1;
  background-color: #f5f5f5;
  height: 2px;
}
.divider-vertical {
  opacity: 1;
  background-color: #f5f5f5;
  display: inline-block;
  width: 2px;
  margin: 0 1rem;
}
hr.divider-horizontal-blurry {
  background-image:
    linear-gradient(
      90deg,
      transparent,
      hsl(0, 0%, 40%),
      transparent);
  background-color: transparent;
}
hr.divider-vertical-blurry {
  background-image:
    linear-gradient(
      180deg,
      transparent,
      hsl(0, 0%, 40%),
      transparent);
  background-color: transparent;
  width: 1px;
  top: 0;
  right: 0;
}
.dropdown-menu {
  --mdb-dropdown-item-border-radius: 0.5rem;
  color: var(--mdb-dropdown-color);
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  box-shadow: var(--mdb-dropdown-box-shadow);
  font-size: var(--mdb-dropdown-font-size);
  margin-top: var(--mdb-dropdown-spacer);
  display: block;
  position: inherit;
}
.dropdown-menu > li {
  border-radius: 0;
}
.dropdown-menu > li:first-child {
  border-top-left-radius: var(--mdb-dropdown-item-border-radius);
  border-top-right-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu > li:first-child .dropdown-item {
  border-top-left-radius: var(--mdb-dropdown-item-border-radius);
  border-top-right-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu > li:not(:first-child):not(:last-child) .dropdown-item {
  border-radius: 0;
}
.dropdown-menu > li:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-right-radius: var(--mdb-dropdown-item-border-radius);
}
.dropdown-menu > li:last-child .dropdown-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-right-radius: var(--mdb-dropdown-item-border-radius);
}
.dropdown-item {
  --mdb-dropdown-state-color: #16181b;
  --mdb-dropdown-state-background-color: #eee;
  padding: var(--mdb-dropdown-item-padding-y) var(--mdb-dropdown-item-padding-x);
  color: var(--mdb-dropdown-color);
  border-radius: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--mdb-dropdown-state-color);
  background-color: var(--mdb-dropdown-state-background-color);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--mdb-dropdown-state-color);
  background-color: var(--mdb-dropdown-state-background-color);
}
.hidden-arrow.dropdown-toggle:after {
  display: none;
}
.dropdown-divider {
  --mdb-dropdown-divider-border-top-width: 2px;
  --mdb-dropdown-divider-border-top-bg: hsl(0, 0%, 96%);
  border-top: var(--mdb-dropdown-divider-border-top-width) solid var(--mdb-dropdown-divider-border-top-bg);
  opacity: 1;
}
.btn-group,
.btn-group-vertical {
  --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
  --mdb-btn-hover-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-group-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  box-shadow: var(--mdb-btn-box-shadow);
  transition: var(--mdb-btn-group-transition);
}
.btn-group:hover,
.btn-group-vertical:hover {
  box-shadow: var(--mdb-btn-hover-box-shadow);
}
.btn-group:focus,
.btn-group.focus,
.btn-group-vertical:focus,
.btn-group-vertical.focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
.btn-group:active,
.btn-group.active,
.btn-group-vertical:active,
.btn-group-vertical.active {
  box-shadow: var(--mdb-btn-active-box-shadow);
}
.btn-group:active:focus,
.btn-group.active:focus,
.btn-group-vertical:active:focus,
.btn-group-vertical.active:focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
.btn-group:disabled,
.btn-group.disabled,
fieldset:disabled .btn-group,
.btn-group-vertical:disabled,
.btn-group-vertical.disabled,
fieldset:disabled .btn-group-vertical {
  box-shadow: var(--mdb-btn-box-shadow);
  border: 0;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  box-shadow: none;
}
:not(.btn-check) + .btn-group > .btn:hover,
.btn-group > .btn:first-child:hover,
.btn-group > .btn:focus-visible,
.btn-group > .btn:hover,
:not(.btn-check) + .btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:first-child:hover,
.btn-group-vertical > .btn:focus-visible,
.btn-group-vertical > .btn:hover {
  box-shadow: none !important;
}
.btn-check:focus-visible + .btn-group > .btn,
.btn-check:focus + .btn-group > .btn,
.btn-group > .btn:focus,
.btn-check:focus-visible + .btn-group-vertical > .btn,
.btn-check:focus + .btn-group-vertical > .btn,
.btn-group-vertical > .btn:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-group > .btn,
.btn-check:active + .btn-group > .btn,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group > .btn.show,
.btn-check:checked + .btn-group-vertical > .btn,
.btn-check:active + .btn-group-vertical > .btn,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn.show {
  box-shadow: none;
}
.btn-check:checked + .btn-group > .btn:focus,
.btn-check:active + .btn-group > .btn:focus,
.btn-group > .btn:active:focus,
.btn-group > .btn.active:focus,
.btn-group > .btn.show:focus,
.btn-check:checked + .btn-group-vertical > .btn:focus,
.btn-check:active + .btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active:focus,
.btn-group-vertical > .btn.active:focus,
.btn-group-vertical > .btn.show:focus {
  box-shadow: none;
}
.btn-group > .btn:disabled,
.btn-group > .btn.disabled,
fieldset:disabled .btn-group > .btn,
.btn-group-vertical > .btn:disabled,
.btn-group-vertical > .btn.disabled,
fieldset:disabled .btn-group-vertical > .btn {
  box-shadow: none;
}
.btn-group > .btn-group,
.btn-group-vertical > .btn-group {
  box-shadow: none;
}
.btn-group > .btn-link:first-child,
.btn-group > .btn-tertiary:first-child,
.btn-group-vertical > .btn-link:first-child,
.btn-group-vertical > .btn-tertiary:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-link:last-child,
.btn-group > .btn-tertiary:last-child,
.btn-group-vertical > .btn-link:last-child,
.btn-group-vertical > .btn-tertiary:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group,
.btn-group-lg > .btn,
.btn-group-sm > .btn {
  --mdb-btn-border-radius: 0.25rem;
  border-radius: var(--mdb-btn-border-radius);
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  --mdb-nav-tabs-link-font-weight: 500;
  --mdb-nav-tabs-link-font-size: 12px;
  --mdb-nav-tabs-link-color: rgba(0, 0, 0, 0.55);
  --mdb-nav-tabs-link-padding-top: 17px;
  --mdb-nav-tabs-link-padding-bottom: 16px;
  --mdb-nav-tabs-link-padding-x: 29px;
  --mdb-nav-tabs-link-hover-bgc: #f7f7f7;
  --mdb-nav-tabs-link-border-bottom-width: 2px;
  --mdb-nav-tabs-link-active-color: #3b71ca;
  --mdb-nav-tabs-link-active-border-color: #3b71ca;
  border-width: 0;
  border-bottom: var(--mdb-nav-tabs-link-border-bottom-width) solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1;
  font-weight: var(--mdb-nav-tabs-link-font-weight);
  font-size: var(--mdb-nav-tabs-link-font-size);
  color: var(--mdb-nav-tabs-link-color);
  padding: var(--mdb-nav-tabs-link-padding-top) var(--mdb-nav-tabs-link-padding-x) var(--mdb-nav-tabs-link-padding-bottom) var(--mdb-nav-tabs-link-padding-x);
}
.nav-tabs .nav-link:hover {
  background-color: var(--mdb-nav-tabs-link-hover-bgc);
  border-color: transparent;
}
.nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--mdb-nav-tabs-link-active-color);
  border-color: var(--mdb-nav-tabs-link-active-border-color);
}
.nav-pills {
  margin-left: -0.5rem;
}
.nav-pills .nav-link {
  --mdb-nav-pills-link-border-radius: 0.25rem;
  --mdb-nav-pills-link-font-size: 12px;
  --mdb-nav-pills-link-padding-top: 17px;
  --mdb-nav-pills-link-padding-bottom: 16px;
  --mdb-nav-pills-link-padding-x: 29px;
  --mdb-nav-pills-link-line-height: 1;
  --mdb-nav-pills-link-hover-bg: #f7f7f7;
  --mdb-nav-pills-link-font-weight: 500;
  --mdb-nav-pills-link-color: rgba(0, 0, 0, 0.55);
  --mdb-nav-pills-margin: 0.5rem;
  border-radius: var(--mdb-nav-pills-link-border-radius);
  font-size: var(--mdb-nav-pills-link-font-size);
  text-transform: uppercase;
  padding: var(--mdb-nav-pills-link-padding-top) var(--mdb-nav-pills-link-padding-x) var(--mdb-nav-pills-link-padding-bottom) var(--mdb-nav-pills-link-padding-x);
  line-height: var(--mdb-nav-pills-link-line-height);
  background-color: var(--mdb-nav-pills-link-hover-bg);
  font-weight: var(--mdb-nav-pills-link-font-weight);
  color: var(--mdb-nav-pills-link-color);
  margin: var(--mdb-nav-pills-margin);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  --mdb-nav-pills-link-active-bg: #e3ebf7;
  --mdb-nav-pills-link-active-color: #285192;
  background-color: var(--mdb-nav-pills-link-active-bg);
  color: var(--mdb-nav-pills-link-active-color);
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: auto;
}
.navbar {
  --mdb-navbar-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
  --mdb-navbar-padding-top: 0.5625rem;
  --mdb-navbar-brand-img-margin-right: 0.25rem;
  box-shadow: var(--mdb-navbar-box-shadow);
  padding-top: var(--mdb-navbar-padding-top);
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-dark .navbar-toggler,
.navbar-light .navbar-toggler {
  border: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand img {
  margin-right: var(--mdb-navbar-brand-img-margin-right);
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.card {
  border: 0;
}
.card .bg-image {
  border-top-left-radius: var(--mdb-card-border-radius);
  border-top-right-radius: var(--mdb-card-border-radius);
}
.card[class*=bg-] .card-header {
  --mdb-card-header-border-bottom-color: var(--mdb-border-color-translucent);
  border-bottom-color: var(--mdb-card-header-border-bottom-color);
}
.card[class*=bg-] .card-footer {
  --mdb-card-footer-border-top-color: var(--mdb-border-color-translucent);
  border-top-color: var(--mdb-card-footer-border-top-color);
}
.card-header {
  --mdb-card-header-border-width: 2px;
  --mdb-card-header-border-color: hsl(0, 0%, 96%);
  border-bottom: var(--mdb-card-header-border-width) solid var(--mdb-card-header-border-color);
}
.card-body[class*=bg-] {
  border-bottom-left-radius: var(--mdb-card-border-radius);
  border-bottom-right-radius: var(--mdb-card-border-radius);
}
.card-footer {
  --mdb-card-footer-border-color: hsl(0, 0%, 96%);
  --mdb-card-footer-border-width: 2px;
  border-top: var(--mdb-card-footer-border-width) solid var(--mdb-card-footer-border-color);
}
.card-img-left {
  border-top-left-radius: var(--mdb-card-border-radius);
  border-bottom-left-radius: var(--mdb-card-border-radius);
}
.navbar .breadcrumb {
  --mdb-breadcrumb-item-color: rgba(0, 0, 0, 0.55);
  --mdb-breadcrumb-item-hover-color: rgba(0, 0, 0, 0.7);
  --mdb-breadcrumb-item-before-color: rgba(0, 0, 0, 0.55);
  --mdb-breadcrumb-item-transition: color 0.15s ease-in-out;
  background-color: transparent;
  margin-bottom: 0;
}
.navbar .breadcrumb .breadcrumb-item a {
  color: var(--mdb-breadcrumb-item-color);
  transition: var(--mdb-breadcrumb-item-transition);
}
.navbar .breadcrumb .breadcrumb-item a:hover,
.navbar .breadcrumb .breadcrumb-item a:focus {
  color: var(--mdb-breadcrumb-item-hover-color);
}
.navbar .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: var(--mdb-breadcrumb-item-before-color);
}
.pagination {
  --mdb-pagination-border-radius: 0.25rem;
  --mdb-pagination-active-box-shadow: 0 4px 9px -4px #e3ebf7;
  --mdb-pagination-active-transition: all 0.2s linear;
  --mdb-pagination-active-font-weight: 500;
  --mdb-pagination-circle-border-radius: 50%;
  --mdb-pagination-circle-padding-x: 0.841rem;
  --mdb-pagination-circle-padding-l-lg: 1.399414rem;
  --mdb-pagination-circle-padding-r-lg: 1.399415rem;
  --mdb-pagination-circle-padding-l-sm: 0.696rem;
  --mdb-pagination-circle-padding-r-sm: 0.688rem;
}
.page-link {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: var(--mdb-pagination-border-radius);
}
.page-link:focus {
  box-shadow: none;
}
.page-link.active,
.active > .page-link {
  border: 0;
  box-shadow: var(--mdb-pagination-active-box-shadow);
  transition: var(--mdb-pagination-active-transition);
  font-weight: var(--mdb-pagination-active-font-weight);
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--mdb-pagination-border-radius);
  border-bottom-left-radius: var(--mdb-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--mdb-pagination-border-radius);
  border-bottom-right-radius: var(--mdb-pagination-border-radius);
}
.pagination-circle .page-item:first-child .page-link {
  border-radius: var(--mdb-pagination-circle-border-radius);
}
.pagination-circle .page-item:last-child .page-link {
  border-radius: var(--mdb-pagination-circle-border-radius);
}
.pagination-circle .page-link {
  border-radius: var(--mdb-pagination-circle-border-radius);
  padding-left: var(--mdb-pagination-circle-padding-x);
  padding-right: var(--mdb-pagination-circle-padding-x);
}
.pagination-circle.pagination-lg .page-link {
  padding-left: var(--mdb-pagination-circle-padding-l-lg);
  padding-right: var(--mdb-pagination-circle-padding-r-lg);
}
.pagination-circle.pagination-sm .page-link {
  padding-left: var(--mdb-pagination-circle-padding-l-sm);
  padding-right: var(--mdb-pagination-circle-padding-r-sm);
}
.badge-dot {
  --mdb-badge-border-radius: 4.5px;
  --mdb-badge-height: 9px;
  --mdb-badge-width: 9px;
  --mdb-badge-margin-left: -0.3125rem;
  position: absolute;
  min-width: 0;
  width: var(--mdb-badge-width);
  height: var(--mdb-badge-height);
  border-radius: var(--mdb-badge-border-radius);
  padding: 0;
  margin-left: var(--mdb-badge-margin-left);
}
.badge-dot:empty {
  display: inline-block;
}
.badge-notification {
  --mdb-badge-font-size: 0.6rem;
  --mdb-badge-padding-x: 0.45em;
  --mdb-badge-padding-y: 0.2em;
  --mdb-badge-margin-top: -0.1rem;
  --mdb-badge-margin-left: -0.5rem;
  position: absolute;
  font-size: var(--mdb-badge-font-size);
  padding: var(--mdb-badge-padding-y) var(--mdb-badge-padding-x);
  margin-top: var(--mdb-badge-margin-top);
  margin-left: var(--mdb-badge-margin-left);
}
.badge-primary {
  background-color: rgb(223, 231, 246);
  color: rgb(44, 88, 160);
}
.badge-primary i {
  color: rgb(55, 111, 200);
}
.badge-secondary {
  background-color: rgb(235, 237, 239);
  color: rgb(64, 70, 79);
}
.badge-secondary i {
  color: rgb(86, 94, 108);
}
.badge-success {
  background-color: rgb(214, 240, 224);
  color: rgb(13, 104, 50);
}
.badge-success i {
  color: rgb(19, 150, 71);
}
.badge-danger {
  background-color: rgb(249, 225, 229);
  color: rgb(175, 35, 58);
}
.badge-danger i {
  color: rgb(214, 46, 74);
}
.badge-warning {
  background-color: rgb(251, 240, 218);
  color: rgb(115, 81, 13);
}
.badge-warning i {
  color: rgb(161, 113, 18);
}
.badge-info {
  background-color: rgb(222, 241, 247);
  color: rgb(28, 101, 125);
}
.badge-info i {
  color: rgb(38, 134, 166);
}
.badge-light {
  background-color: rgb(245, 245, 245);
  color: rgb(79, 79, 79);
}
.badge-light i {
  color: rgb(140, 140, 140);
}
.badge-dark {
  background-color: rgb(51, 46, 46);
  color: rgb(245, 245, 245);
}
.badge-dark i {
  color: rgb(232, 232, 232);
}
.alert {
  border: 0;
}
.alert-absolute {
  position: absolute;
}
.alert-fixed {
  --mdb-alert-fixed-z-index: 1070;
  position: fixed;
  z-index: var(--mdb-alert-fixed-z-index);
}
.parent-alert-relative {
  position: relative;
}
.alert-primary {
  background-color: rgb(223, 231, 246);
  color: rgb(44, 88, 160);
}
.alert-primary i {
  color: rgb(55, 111, 200);
}
.alert-primary .alert-link {
  color: rgb(44, 88, 160);
}
.alert-primary .alert-link:hover {
  color: #234680;
}
.alert-secondary {
  background-color: rgb(235, 237, 239);
  color: rgb(64, 70, 79);
}
.alert-secondary i {
  color: rgb(86, 94, 108);
}
.alert-secondary .alert-link {
  color: rgb(64, 70, 79);
}
.alert-secondary .alert-link:hover {
  color: #33383f;
}
.alert-success {
  background-color: rgb(214, 240, 224);
  color: rgb(13, 104, 50);
}
.alert-success i {
  color: rgb(19, 150, 71);
}
.alert-success .alert-link {
  color: rgb(13, 104, 50);
}
.alert-success .alert-link:hover {
  color: #0a5328;
}
.alert-danger {
  background-color: rgb(249, 225, 229);
  color: rgb(175, 35, 58);
}
.alert-danger i {
  color: rgb(214, 46, 74);
}
.alert-danger .alert-link {
  color: rgb(175, 35, 58);
}
.alert-danger .alert-link:hover {
  color: #8c1c2e;
}
.alert-warning {
  background-color: rgb(251, 240, 218);
  color: rgb(115, 81, 13);
}
.alert-warning i {
  color: rgb(161, 113, 18);
}
.alert-warning .alert-link {
  color: rgb(115, 81, 13);
}
.alert-warning .alert-link:hover {
  color: #5c410a;
}
.alert-info {
  background-color: rgb(222, 241, 247);
  color: rgb(28, 101, 125);
}
.alert-info i {
  color: rgb(38, 134, 166);
}
.alert-info .alert-link {
  color: rgb(28, 101, 125);
}
.alert-info .alert-link:hover {
  color: #165164;
}
.alert-light {
  background-color: rgb(245, 245, 245);
  color: rgb(79, 79, 79);
}
.alert-light i {
  color: rgb(140, 140, 140);
}
.alert-light .alert-link {
  color: rgb(79, 79, 79);
}
.alert-light .alert-link:hover {
  color: #3f3f3f;
}
.alert-dark {
  background-color: rgb(51, 46, 46);
  color: rgb(245, 245, 245);
}
.alert-dark i {
  color: rgb(232, 232, 232);
}
.alert-dark .alert-link {
  color: rgb(245, 245, 245);
}
.alert-dark .alert-link:hover {
  color: #c4c4c4;
}
.progress {
  border-radius: 0;
  box-shadow: none;
}
.list-group {
  --mdb-list-group-item-transition-time: 0.5s;
}
.list-group-item-action {
  transition: var(--mdb-list-group-item-transition-time);
}
.list-group-item-action:hover {
  transition: var(--mdb-list-group-item-transition-time);
}
.list-group-light {
  --mdb-list-group-light-item-py: 1rem;
  --mdb-list-group-light-item-border: 2px solid hsl(0, 0%, 96%);
  --mdb-list-group-light-item-border-width: 2px;
  --mdb-list-group-light-active-border-radius: 0.5rem;
  --mdb-list-group-light-active-bg: rgb(223, 231, 246);
  --mdb-list-group-light-active-color: rgb(44, 88, 160);
}
.list-group-light .list-group-item {
  padding: var(--mdb-list-group-light-item-py) 0;
  border: var(--mdb-list-group-light-item-border);
}
.list-group-light > .list-group-item {
  border-width: 0 0 var(--mdb-list-group-light-item-border-width);
}
.list-group-light > .list-group-item:last-of-type {
  border: none;
}
.list-group-light .active {
  border: none;
  border-radius: var(--mdb-list-group-light-active-border-radius);
  background-color: var(--mdb-list-group-light-active-bg);
  color: var(--mdb-list-group-light-active-color);
}
.list-group-light .list-group-item-action:hover {
  border-radius: var(--mdb-list-group-light-active-border-radius);
}
.list-group-light .list-group-item-action:focus {
  border-radius: var(--mdb-list-group-light-active-border-radius);
}
.list-group-small {
  --mdb-list-group-small-item-py: 0.5rem;
}
.list-group-small .list-group-item {
  padding: var(--mdb-list-group-small-item-py) 0;
}
.list-group-item-primary {
  background-color: rgb(223, 231, 246);
  color: rgb(44, 88, 160);
}
.list-group-item-primary i {
  color: rgb(55, 111, 200);
}
.list-group-item-secondary {
  background-color: rgb(235, 237, 239);
  color: rgb(64, 70, 79);
}
.list-group-item-secondary i {
  color: rgb(86, 94, 108);
}
.list-group-item-success {
  background-color: rgb(214, 240, 224);
  color: rgb(13, 104, 50);
}
.list-group-item-success i {
  color: rgb(19, 150, 71);
}
.list-group-item-danger {
  background-color: rgb(249, 225, 229);
  color: rgb(175, 35, 58);
}
.list-group-item-danger i {
  color: rgb(214, 46, 74);
}
.list-group-item-warning {
  background-color: rgb(251, 240, 218);
  color: rgb(115, 81, 13);
}
.list-group-item-warning i {
  color: rgb(161, 113, 18);
}
.list-group-item-info {
  background-color: rgb(222, 241, 247);
  color: rgb(28, 101, 125);
}
.list-group-item-info i {
  color: rgb(38, 134, 166);
}
.list-group-item-light {
  background-color: rgb(245, 245, 245);
  color: rgb(79, 79, 79);
}
.list-group-item-light i {
  color: rgb(140, 140, 140);
}
.list-group-item-dark {
  background-color: rgb(51, 46, 46);
  color: rgb(245, 245, 245);
}
.list-group-item-dark i {
  color: rgb(232, 232, 232);
}
.btn-close:focus {
  box-shadow: none;
}
.modal-content {
  --mdb-modal-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  border: 0;
  box-shadow: var(--mdb-modal-box-shadow);
}
.mdb-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.15s linear;
}
.modal-dynamic > :first-child {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-dialog-scrollable .modal-content,
.modal-dialog-scrollable .modal-content > :first-child {
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.toast {
  --mdb-toast-border-bottom-width: 2px;
  --mdb-toast-btn-close-width: 1.3em;
  --mdb-toast-btn-close-mr: -0.375rem;
  --mdb-toast-btn-close-ml: 0.75rem;
  border: 0;
  margin-bottom: 10px;
}
.toast .btn-close {
  width: var(--mdb-toast-btn-close-width);
}
.toast:not(.show) {
  display: block;
}
.toast-header {
  border-bottom-width: var(--mdb-toast-border-bottom-width);
}
.toast-header .btn-close {
  margin-right: var(--mdb-toast-btn-close-mr);
  margin-left: var(--mdb-toast-btn-close-ml);
}
.parent-toast-relative {
  position: relative;
}
.toast-absolute {
  position: absolute;
}
.toast-fixed {
  position: fixed;
  z-index: var(--mdb-toast-zindex);
}
.toast:not(.showing):not(.show) {
  opacity: 1;
}
.toast-primary {
  background-color: hsl(219, 56.1%, 92%);
  color: hsl(217, 56.9%, 40%);
  border-color: hsl(218, 57.7%, 86.1%);
}
.toast-primary i {
  color: hsl(217, 56.9%, 50%);
}
.toast-secondary {
  background-color: hsl(210, 11.1%, 92.9%);
  color: hsl(216, 10.5%, 28%);
  border-color: hsl(206, 10.4%, 86.9%);
}
.toast-secondary i {
  color: hsl(218, 11.3%, 38%);
}
.toast-success {
  background-color: hsl(143, 46.4%, 89%);
  color: hsl(144, 77.8%, 22.9%);
  border-color: hsl(145, 44.8%, 82.9%);
}
.toast-success i {
  color: hsl(144, 77.5%, 33.1%);
}
.toast-danger {
  background-color: hsl(350, 66.7%, 92.9%);
  color: hsl(350, 66.7%, 41.2%);
  border-color: hsl(350, 66.7%, 87.1%);
}
.toast-danger i {
  color: hsl(350, 67.2%, 51%);
}
.toast-warning {
  background-color: hsl(40, 80.5%, 92%);
  color: hsl(40, 79.7%, 25.1%);
  border-color: hsl(39, 83.1%, 86.1%);
}
.toast-warning i {
  color: hsl(40, 79.9%, 35.1%);
}
.toast-info {
  background-color: hsl(194, 61%, 92%);
  color: hsl(195, 63.4%, 30%);
  border-color: hsl(195, 60.6%, 86.1%);
}
.toast-info i {
  color: hsl(195, 62.7%, 40%);
}
.toast-light {
  background-color: hsl(0, 0%, 96.1%);
  color: hsl(0, 0%, 31%);
  border-color: hsl(0, 0%, 90.2%);
}
.toast-light i {
  color: hsl(0, 0%, 54.9%);
}
.toast-dark {
  background-color: hsl(0, 5.2%, 19%);
  color: hsl(0, 0%, 96.1%);
  border-color: hsl(0, 6.3%, 25.1%);
}
.toast-dark i {
  color: hsl(0, 0%, 91%);
}
.tooltip {
  --mdb-tooltip-font-size: 14px;
  opacity: 1;
}
.tooltip-inner {
  font-size: var(--mdb-tooltip-font-size);
  opacity: 0;
}
.notification-open .cdk-overlay-container {
  z-index: 1060;
}
.popover {
  --mdb-popover-border-bottom-width: 2px;
  position: unset;
  opacity: 0;
}
.popover-header {
  border-bottom: var(--mdb-popover-border-bottom-width) solid var(--mdb-popover-border-color);
}
.nav-pills.menu-sidebar .nav-link {
  --mdb-scrollspy-menu-sidebar-font-size: 0.8rem;
  --mdb-scrollspy-menu-sidebar-color: #262626;
  --mdb-scrollspy-menu-sidebar-line-height: 1.1rem;
  --mdb-scrollspy-menu-sidebar-padding-x: 5px;
  --mdb-scrollspy-menu-sidebar-font-weight: 400;
  --mdb-scrollspy-menu-sidebar-transition: all 0.2s ease-in-out;
  --mdb-scrollspy-menu-sidebar-margin-y: 3px;
  font-size: var(--mdb-scrollspy-menu-sidebar-font-size);
  background-color: transparent;
  color: var(--mdb-scrollspy-menu-sidebar-color);
  line-height: var(--mdb-scrollspy-menu-sidebar-line-height);
  padding: 0 var(--mdb-scrollspy-menu-sidebar-padding-x);
  font-weight: var(--mdb-scrollspy-menu-sidebar-font-weight);
  transition: var(--mdb-scrollspy-menu-sidebar-transition);
  text-transform: initial;
  margin-top: var(--mdb-scrollspy-menu-sidebar-margin-y);
  margin-bottom: var(--mdb-scrollspy-menu-sidebar-margin-y);
}
.nav-pills.menu-sidebar .nav-link.active,
.nav-pills.menu-sidebar .show > .nav-link {
  --mdb-scrollspy-menu-sidebar-active-color: #3b71ca;
  --mdb-scrollspy-menu-sidebar-active-font-weight: 600;
  --mdb-scrollspy-menu-sidebar-active-border-width: 0.125rem;
  --mdb-scrollspy-menu-sidebar-active-border-color: #3b71ca;
  background-color: transparent;
  box-shadow: none;
  color: var(--mdb-scrollspy-menu-sidebar-active-color);
  font-weight: var(--mdb-scrollspy-menu-sidebar-active-font-weight);
  border-left: var(--mdb-scrollspy-menu-sidebar-active-border-width) solid var(--mdb-scrollspy-menu-sidebar-active-border-color);
  border-radius: 0;
}
.ripple-surface {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.ripple-surface-unbound {
  overflow: visible;
}
.ripple-wave {
  --mdb-ripple-wave-cubicBezier: cubic-bezier(0, 0, 0.15, 1);
  --mdb-ripple-wave-border-radius: 50%;
  --mdb-ripple-wave-opacity: 0.5;
  --mdb-ripple-wave-transform: scale(0);
  --mdb-ripple-wave-z-index: 999;
  --mdb-ripple-wave-active-transform: scale(1);
  background-image:
    radial-gradient(
      circle,
      rgba(0, 0, 0, 0.2) 0,
      rgba(0, 0, 0, 0.3) 40%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.5) 60%,
      rgba(0, 0, 0, 0) 70%);
  border-radius: var(--mdb-ripple-wave-border-radius);
  opacity: var(--mdb-ripple-wave-opacity);
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: var(--mdb-ripple-wave-transform);
  transition-property: transform, opacity;
  transition-timing-function: var(--mdb-ripple-wave-cubicBezier), var(--mdb-ripple-wave-cubicBezier);
  z-index: var(--mdb-ripple-wave-z-index);
}
.ripple-wave.active {
  transform: var(--mdb-ripple-wave-active-transform);
  opacity: 0;
}
.btn .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
}
.input-wrapper .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
}
.ripple-surface-primary .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(59, 113, 202, 0.2) 0,
      rgba(59, 113, 202, 0.3) 40%,
      rgba(59, 113, 202, 0.4) 50%,
      rgba(59, 113, 202, 0.5) 60%,
      rgba(59, 113, 202, 0) 70%);
}
.ripple-surface-secondary .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(227, 235, 247, 0.2) 0,
      rgba(227, 235, 247, 0.3) 40%,
      rgba(227, 235, 247, 0.4) 50%,
      rgba(227, 235, 247, 0.5) 60%,
      rgba(227, 235, 247, 0) 70%);
}
.ripple-surface-success .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(20, 164, 77, 0.2) 0,
      rgba(20, 164, 77, 0.3) 40%,
      rgba(20, 164, 77, 0.4) 50%,
      rgba(20, 164, 77, 0.5) 60%,
      rgba(20, 164, 77, 0) 70%);
}
.ripple-surface-danger .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(220, 76, 100, 0.2) 0,
      rgba(220, 76, 100, 0.3) 40%,
      rgba(220, 76, 100, 0.4) 50%,
      rgba(220, 76, 100, 0.5) 60%,
      rgba(220, 76, 100, 0) 70%);
}
.ripple-surface-warning .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(228, 161, 27, 0.2) 0,
      rgba(228, 161, 27, 0.3) 40%,
      rgba(228, 161, 27, 0.4) 50%,
      rgba(228, 161, 27, 0.5) 60%,
      rgba(228, 161, 27, 0) 70%);
}
.ripple-surface-info .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(84, 180, 211, 0.2) 0,
      rgba(84, 180, 211, 0.3) 40%,
      rgba(84, 180, 211, 0.4) 50%,
      rgba(84, 180, 211, 0.5) 60%,
      rgba(84, 180, 211, 0) 70%);
}
.ripple-surface-light .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(251, 251, 251, 0.2) 0,
      rgba(251, 251, 251, 0.3) 40%,
      rgba(251, 251, 251, 0.4) 50%,
      rgba(251, 251, 251, 0.5) 60%,
      rgba(251, 251, 251, 0) 70%);
}
.ripple-surface-dark .ripple-wave {
  background-image:
    radial-gradient(
      circle,
      rgba(51, 45, 45, 0.2) 0,
      rgba(51, 45, 45, 0.3) 40%,
      rgba(51, 45, 45, 0.4) 50%,
      rgba(51, 45, 45, 0.5) 60%,
      rgba(51, 45, 45, 0) 70%);
}
.range {
  --mdb-range-thumb-height: 30px;
  --mdb-range-thumb-width: 30px;
  --mdb-range-thumb-top: -35px;
  --mdb-range-thumb-margin-left: -15px;
  --mdb-range-thumb-border-radius: 50% 50% 50% 0;
  --mdb-range-thumb-transform: scale(0);
  --mdb-range-thumb-transition: transform 0.2s ease-in-out;
  --mdb-range-thumb-value-font-size: 12px;
  --mdb-range-thumb-value-line-height: 30px;
  --mdb-range-thumb-value-color: rgb(255, 255, 255);
  --mdb-range-thumb-value-font-weight: 500;
  --mdb-range-thumb-background: #3b71ca;
  position: relative;
}
.range .thumb {
  position: absolute;
  display: block;
  height: var(--mdb-range-thumb-height);
  width: var(--mdb-range-thumb-width);
  top: var(--mdb-range-thumb-top);
  margin-left: var(--mdb-range-thumb-margin-left);
  text-align: center;
  border-radius: var(--mdb-range-thumb-border-radius);
  transform: var(--mdb-range-thumb-transform);
  transform-origin: bottom;
  transition: var(--mdb-range-thumb-transition);
}
.range .thumb:after {
  position: absolute;
  display: block;
  content: "";
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: var(--mdb-range-thumb-border-radius);
  transform: rotate(-45deg);
  background: var(--mdb-range-thumb-background);
  z-index: -1;
}
.range .thumb .thumb-value {
  display: block;
  font-size: var(--mdb-range-thumb-value-font-size);
  line-height: var(--mdb-range-thumb-value-line-height);
  color: var(--mdb-range-thumb-value-color);
  font-weight: var(--mdb-range-thumb-value-font-weight);
  z-index: 2;
}
.range .thumb.thumb-active {
  transform: scale(1);
}
.accordion-button:not(.collapsed):focus {
  box-shadow: var(--mdb-accordion-btn-focus-box-shadow);
}
.accordion-button:focus {
  border-color: var(--mdb-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none;
}
.accordion-flush {
  --mdb-accordion-flush-btn-box-shadow: inset 0 -2px 0 hsl(0, 0%, 96%);
  --mdb-accordion-flush-border-bottom: 2px solid hsl(0, 0%, 96%);
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: var(--mdb-accordion-flush-btn-box-shadow);
}
.accordion-flush .accordion-item {
  border-bottom: var(--mdb-accordion-flush-border-bottom);
}
.accordion.accordion-borderless,
.accordion.accordion-flush {
  --mdb-accordion-bg: transparent;
  background-color: var(--mdb-accordion-bg);
}
.accordion-borderless {
  --mdb-accordion-borderless-btn-border-radius: 0.5rem;
  --mdb-accordion-borderless-btn-bg: rgb(223, 231, 246);
  --mdb-accordion-borderless-btn-color: rgb(44, 88, 160);
}
.accordion-borderless .accordion-item {
  border: 0;
}
.accordion-borderless .accordion-item .accordion-button {
  border-radius: var(--mdb-accordion-borderless-btn-border-radius);
}
.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--mdb-accordion-borderless-btn-bg);
  color: var(--mdb-accordion-borderless-btn-color);
  box-shadow: none;
}
.carousel-control-prev-icon::after {
  content: "\f053";
  --mdb-carousel-control-icon-font-size: 1.7rem;
  --mdb-carousel-control-icon-font-weight: 700;
  font-weight: var(--mdb-carousel-control-icon-font-weight);
  font-size: var(--mdb-carousel-control-icon-font-size);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
}
.carousel-control-next-icon::after {
  content: "\f054";
  --mdb-carousel-control-icon-font-size: 1.7rem;
  --mdb-carousel-control-icon-font-weight: 700;
  font-weight: var(--mdb-carousel-control-icon-font-weight);
  font-size: var(--mdb-carousel-control-icon-font-size);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
}
.carousel-indicators button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators button {
    transition: none;
  }
}
.carousel-dark .carousel-indicators button {
  background-color: #000;
}
.modal {
  --mdb-modal-top-left-top: 10px;
  --mdb-modal-top-left-left: 10px;
  --mdb-modal-top-right-top: 10px;
  --mdb-modal-top-right-right: 10px;
  --mdb-modal-bottom-left-bottom: 10px;
  --mdb-modal-bottom-left-left: 10px;
  --mdb-modal-bottom-right-bottom: 10px;
  --mdb-modal-bottom-right-right: 10px;
  --mdb-modal-fade-top-transform: translate3d(0, -25%, 0);
  --mdb-modal-fade-right-transform: translate3d(25%, 0, 0);
  --mdb-modal-fade-bottom-transform: translate3d(0, 25%, 0);
  --mdb-modal-fade-left-transform: translate3d(-25%, 0, 0);
  --mdb-modal-side-right: 10px;
  --mdb-modal-side-bottom: 10px;
  --mdb-modal-non-invasive-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.07), 0 6px 18px -1px rgba(0, 0, 0, 0.04);
  --mdb-modal-non-invasive-box-shadow-top: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .modal .modal-dialog.modal-top {
    top: 0;
  }
  .modal .modal-dialog.modal-left {
    left: 0;
  }
  .modal .modal-dialog.modal-right {
    right: 0;
  }
  .modal .modal-dialog.modal-top-left {
    top: var(--mdb-modal-top-left-top);
    left: var(--mdb-modal-top-left-left);
  }
  .modal .modal-dialog.modal-top-right {
    top: var(--mdb-modal-top-right-top);
    right: var(--mdb-modal-top-right-right);
  }
  .modal .modal-dialog.modal-bottom-left {
    bottom: var(--mdb-modal-bottom-left-bottom);
    left: var(--mdb-modal-bottom-left-left);
  }
  .modal .modal-dialog.modal-bottom-right {
    right: var(--mdb-modal-bottom-right-right);
    bottom: var(--mdb-modal-bottom-right-bottom);
  }
}
.modal .modal-dialog.modal-bottom {
  bottom: 0;
}
.modal.fade.top:not(.show) .modal-dialog {
  transform: var(--mdb-modal-fade-top-transform);
}
.modal.fade.right:not(.show) .modal-dialog {
  transform: var(--mdb-modal-fade-right-transform);
}
.modal.fade.bottom:not(.show) .modal-dialog {
  transform: var(--mdb-modal-fade-bottom-transform);
}
.modal.fade.left:not(.show) .modal-dialog {
  transform: var(--mdb-modal-fade-left-transform);
}
@media (min-width: 992px) {
  .modal .modal-side {
    position: absolute;
    width: 100%;
    right: var(--mdb-modal-side-right);
    bottom: var(--mdb-modal-side-bottom);
    margin: 0;
  }
}
.modal .modal-frame {
  position: absolute;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.modal-open .modal.frame {
  overflow-y: hidden;
}
.modal-non-invasive-open {
  overflow-y: auto;
}
.modal-non-invasive-open .modal.modal-non-invasive-show {
  display: table;
}
@media (min-width: 992px) {
  .modal-non-invasive-open .modal.modal-non-invasive-show .modal-dialog.modal-bottom-right {
    bottom: 0;
  }
  .modal-non-invasive-open .modal.modal-non-invasive-show .modal-dialog.modal-bottom-left {
    bottom: 0;
  }
  .modal-non-invasive-open .modal.modal-non-invasive-show .modal-side {
    bottom: 0;
  }
  .modal-non-invasive-open .modal.modal-non-invasive-show.modal.frame.bottom {
    box-shadow: var(--mdb-modal-non-invasive-box-shadow-top);
  }
  .modal-non-invasive-open .modal.modal-non-invasive-show.modal.frame.bottom .modal-content {
    box-shadow: var(--mdb-modal-non-invasive-box-shadow-top);
  }
  .modal-non-invasive-open .modal.modal-non-invasive-show.modal.frame.top {
    box-shadow: var(--mdb-modal-non-invasive-box-shadow);
  }
  .modal-non-invasive-open .modal.modal-non-invasive-show .modal-side.modal-bottom-right .modal-content {
    box-shadow: var(--mdb-modal-non-invasive-box-shadow-top);
  }
  .modal-non-invasive-open .modal.modal-non-invasive-show .modal-side.modal-bottom-left .modal-content {
    box-shadow: var(--mdb-modal-non-invasive-box-shadow-top);
  }
}
.modal-non-invasive-open .modal.modal-non-invasive-show .modal-dialog.modal-bottom-right {
  right: 0;
}
.modal-non-invasive-open .modal.modal-non-invasive-show .modal-dialog.modal-bottom-left {
  left: 0;
}
.modal-non-invasive-open .modal.modal-non-invasive-show .modal-dialog.modal-top-left {
  left: 0;
}
.modal-non-invasive-open .modal.modal-non-invasive-show .modal-side {
  right: 0;
}
.ps {
  --mdb-scrollbar-rail-x-y-transition-opacity-bg: background-color 0.2s linear, opacity 0.2s linear;
  --mdb-scrollbar-z-index: 1035;
  --mdb-scrollbar-rail-x-y-length: 0.9375rem;
  --mdb-scrollbar-rail-x-y-opacity: 0.6;
  --mdb-scrollbar-rail-x-y-hover-opacity: 0.9;
  --mdb-scrollbar-rail-x-y-bg-color: #eee;
  --mdb-scrollbar-rail-x-y-clicking: #999;
  --mdb-scrollbar-rail-x-y-clicking-length: 0.6875rem;
  --mdb-scrollbar-rail-x-transition-height-bg: background-color 0.2s linear, height 0.2s ease-in-out;
  --mdb-scrollbar-rail-y-transition-width-bg: background-color 0.2s linear, width 0.2s ease-in-out;
  --mdb-scrollbar-thumb-x-y-color: #aaa;
  --mdb-scrollbar-thumb-x-y-border-radius: 0.375rem;
  --mdb-scrollbar-thumb-x-y-length: 0.375rem;
  --mdb-scrollbar-thumb-x-y-position-length: 0.125rem;
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: var(--mdb-scrollbar-rail-x-y-transition-opacity-bg);
  position: absolute;
  z-index: var(--mdb-scrollbar-z-index);
}
.ps__rail-x {
  height: var(--mdb-scrollbar-rail-x-y-length);
  bottom: 0;
}
.ps__rail-y {
  width: var(--mdb-scrollbar-rail-x-y-length);
  right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: var(--mdb-scrollbar-rail-x-y-opacity);
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y {
  opacity: var(--mdb-scrollbar-rail-x-y-opacity);
}
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: var(--mdb-scrollbar-rail-x-y-opacity);
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: var(--mdb-scrollbar-rail-x-y-bg-color);
  opacity: var(--mdb-scrollbar-rail-x-y-hover-opacity);
}
.ps__thumb-x,
.ps__thumb-y {
  background-color: var(--mdb-scrollbar-thumb-x-y-color);
  border-radius: var(--mdb-scrollbar-thumb-x-y-border-radius);
  position: absolute;
}
.ps__thumb-x {
  transition: var(--mdb-scrollbar-rail-x-transition-height-bg);
  height: var(--mdb-scrollbar-thumb-x-y-length);
  bottom: var(--mdb-scrollbar-thumb-x-y-position-length);
}
.ps__thumb-y {
  transition: var(--mdb-scrollbar-rail-y-transition-width-bg);
  width: var(--mdb-scrollbar-thumb-x-y-length);
  right: var(--mdb-scrollbar-thumb-x-y-position-length);
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: var(--mdb-scrollbar-rail-x-y-clicking);
  height: var(--mdb-scrollbar-rail-x-y-clicking-length);
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: var(--mdb-scrollbar-rail-x-y-clicking);
  width: var(--mdb-scrollbar-rail-x-y-clicking-length);
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.tab-content .ps__rail-y {
  left: auto !important;
  right: 0 !important;
}
.sidenav {
  --mdb-sidenav-transform: translateX(-100%);
  --mdb-sidenav-zindex: 1035;
  --mdb-sidenav-background-color: #fff;
  --mdb-sidenav-width: 240px;
  --mdb-sidenav-height: 100vh;
  --mdb-sidenav-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
  --mdb-sidenav-data-hidden-false-transform: translateX(0%);
  --mdb-sidenav-data-color-light-color: rgba(255, 255, 255, 0.6);
  --mdb-sidenav-data-right-true-transform: translateX(100%);
  --mdb-sidenav-data-slim-collapsed-true-width: 77px;
  --mdb-sidenav-menu-padding: 0.2rem;
  --mdb-sidenav-collapse-sidenav-link-font-size: 0.78rem;
  --mdb-sidenav-collapse-sidenav-link-height: 1.5rem;
  --mdb-sidenav-link-font-size: 0.89rem;
  --mdb-sidenav-link-padding-y: 1rem;
  --mdb-sidenav-link-padding-x: 1.5rem;
  --mdb-sidenav-collapse-sidenav-link-padding-left: 3.4rem;
  --mdb-sidenav-link-height: 3rem;
  --mdb-sidenav-link-border-radius: 5px;
  --mdb-sidenav-link-transition: all 0.3s linear;
  --mdb-sidenav-link-hover-background-color: #f6f9fc;
  --mdb-sidenav-link-active-focus-background-color: #f6f9fc;
  --mdb-sidenav-link-active-color: #3b71ca;
  --mdb-sidenav-subheading-font-size: 0.6rem;
  --mdb-sidenav-subheading-padding-y: 1rem;
  --mdb-sidenav-subheading-padding-x: 1.5rem;
  --mdb-sidenav-subheading-fw: 700;
  --mdb-sidenav-sm-link-pt: 0.4rem;
  --mdb-sidenav-sm-link-pb: 0.4rem;
  --mdb-sidenav-rotate-icon-margin-right: 0.8rem;
  --mdb-sidenav-rotate-icon-transition: transform 0.3s;
  --mdb-sidenav-light-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  transform: var(--mdb-sidenav-transform);
  position: fixed;
  z-index: var(--mdb-sidenav-zindex);
  background-color: var(--mdb-sidenav-background-color);
  overflow: hidden;
  width: var(--mdb-sidenav-width);
  height: var(--mdb-sidenav-height);
  box-shadow: var(--mdb-sidenav-box-shadow);
}
.sidenav[data-mdb-color=light] {
  color: var(--mdb-sidenav-data-color-light-color);
}
.sidenav.sidenav-right {
  right: 0;
  left: unset;
  transform: var(--mdb-sidenav-data-right-true-transform);
}
.sidenav.show {
  transform: var(--mdb-sidenav-data-hidden-false-transform);
}
.sidenav-menu,
.sidenav-collapse {
  list-style: none;
  position: relative;
  padding: 0 var(--mdb-sidenav-menu-padding);
  margin: 0;
}
.sidenav-menu.ps .ps__rail-y {
  right: 0 !important;
  left: auto !important;
}
.sidenav-menu .sidenav-collapse.ps {
  overflow-y: auto;
  margin-right: 10px;
}
.sidenav-collapse {
  display: none;
  padding: 0;
}
.sidenav-collapse.show,
.sidenav-collapse.collapsing {
  display: block;
}
.sidenav-collapse .sidenav-link {
  font-size: var(--mdb-sidenav-collapse-sidenav-link-font-size);
  height: var(--mdb-sidenav-collapse-sidenav-link-height);
  padding-left: var(--mdb-sidenav-collapse-sidenav-link-padding-left);
}
.sidenav-item {
  position: relative;
}
.sidenav-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: var(--mdb-sidenav-link-font-size);
  padding: var(--mdb-sidenav-link-padding-y) var(--mdb-sidenav-link-padding-x);
  height: var(--mdb-sidenav-link-height);
  color: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: var(--mdb-sidenav-link-border-radius);
  transition: var(--mdb-sidenav-link-transition);
}
.sidenav-link:hover {
  color: inherit;
  background-color: var(--mdb-sidenav-link-hover-background-color);
  outline: none;
}
.sidenav-link:active,
.sidenav-link:focus {
  color: inherit;
  background-color: var(--mdb-sidenav-link-active-focus-background-color);
  outline: none;
}
.sidenav-link.active {
  color: var(--mdb-sidenav-link-active-color);
}
.sidenav-link i {
  color: #9fa6b2;
}
.sidenav-subheading {
  color: unset;
  text-transform: uppercase;
  font-size: var(--mdb-sidenav-subheading-font-size);
  padding: var(--mdb-sidenav-subheading-padding-y) var(--mdb-sidenav-subheading-padding-x);
  font-weight: var(--mdb-sidenav-subheading-fw);
}
.sidenav-sm .sidenav-link {
  padding-top: var(--mdb-sidenav-sm-link-pt);
  padding-bottom: var(--mdb-sidenav-sm-link-pb);
  height: initial;
}
.rotate-icon {
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: var(--mdb-sidenav-rotate-icon-margin-right);
  transition: var(--mdb-sidenav-rotate-icon-transition);
}
.sidenav-backdrop {
  --mdb-sidenav-backdrop-zindex: 1034;
  --mdb-sidenav-backdrop-background-color: rgba(0, 0, 0, 0.1);
  z-index: var(--mdb-sidenav-backdrop-zindex);
  top: 0;
  left: 0;
  background-color: var(--mdb-sidenav-backdrop-background-color);
}
.sidenav-light {
  color: var(--mdb-sidenav-light-color);
}
.sidenav-slim {
  --mdb-sidenav-slim-link-padding-left: 1rem;
}
.sidenav-slim .sidenav-link {
  padding-left: var(--mdb-sidenav-slim-link-padding-left);
}
.sidenav-primary .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(59, 113, 202, 0.05);
}
.sidenav-primary .sidenav-link:active,
.sidenav-primary .sidenav-link:focus {
  color: inherit;
  background-color: rgba(59, 113, 202, 0.05);
}
.sidenav-primary .sidenav-link.active {
  color: inherit;
}
.sidenav-secondary .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(159, 166, 178, 0.05);
}
.sidenav-secondary .sidenav-link:active,
.sidenav-secondary .sidenav-link:focus {
  color: inherit;
  background-color: rgba(159, 166, 178, 0.05);
}
.sidenav-secondary .sidenav-link.active {
  color: inherit;
}
.sidenav-success .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(20, 164, 77, 0.05);
}
.sidenav-success .sidenav-link:active,
.sidenav-success .sidenav-link:focus {
  color: inherit;
  background-color: rgba(20, 164, 77, 0.05);
}
.sidenav-success .sidenav-link.active {
  color: inherit;
}
.sidenav-danger .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(220, 76, 100, 0.05);
}
.sidenav-danger .sidenav-link:active,
.sidenav-danger .sidenav-link:focus {
  color: inherit;
  background-color: rgba(220, 76, 100, 0.05);
}
.sidenav-danger .sidenav-link.active {
  color: inherit;
}
.sidenav-warning .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(228, 161, 27, 0.05);
}
.sidenav-warning .sidenav-link:active,
.sidenav-warning .sidenav-link:focus {
  color: inherit;
  background-color: rgba(228, 161, 27, 0.05);
}
.sidenav-warning .sidenav-link.active {
  color: inherit;
}
.sidenav-info .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(84, 180, 211, 0.05);
}
.sidenav-info .sidenav-link:active,
.sidenav-info .sidenav-link:focus {
  color: inherit;
  background-color: rgba(84, 180, 211, 0.05);
}
.sidenav-info .sidenav-link.active {
  color: inherit;
}
.sidenav-light .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(251, 251, 251, 0.05);
}
.sidenav-light .sidenav-link:active,
.sidenav-light .sidenav-link:focus {
  color: inherit;
  background-color: rgba(251, 251, 251, 0.05);
}
.sidenav-light .sidenav-link.active {
  color: inherit;
}
.sidenav-dark .sidenav-item .sidenav-link:hover {
  color: inherit;
  background-color: rgba(51, 45, 45, 0.05);
}
.sidenav-dark .sidenav-link:active,
.sidenav-dark .sidenav-link:focus {
  color: inherit;
  background-color: rgba(51, 45, 45, 0.05);
}
.sidenav-dark .sidenav-link.active {
  color: inherit;
}
mdb-lightbox-modal {
  --mdb-lightbox-zindex: 1100;
  --mdb-lightbox-toolbar-zindex: 1110;
  --mdb-lightbox-gallery-background-color: rgba(0, 0, 0, 0.9);
  --mdb-lightbox-gallery-transition: all 0.3s ease-out;
  --mdb-lightbox-gallery-toolbar-height: 50px;
  --mdb-lightbox-gallery-toolbar-transition: opacity 0.4s;
  --mdb-lightbox-gallery-toolbar-button-width: 50px;
  --mdb-lightbox-gallery-toolbar-button-height: 50px;
  --mdb-lightbox-gallery-toolbar-button-color: #b3b3b3;
  --mdb-lightbox-gallery-toolbar-button-transition: color 0.2s;
  --mdb-lightbox-gallery-toolbar-button-hover-color: #fff;
  --mdb-lightbox-gallery-toolbar-button-before-font-weight: 900;
  --mdb-lightbox-gallery-content-top: 50px;
  --mdb-lightbox-gallery-content-left: 50px;
  --mdb-lightbox-gallery-content-width: calc(100% - 100px);
  --mdb-lightbox-gallery-content-height: calc(100% - 100px);
  --mdb-lightbox-gallery-arrow-width: 50px;
  --mdb-lightbox-gallery-arrow-transition: opacity 0.4s;
  --mdb-lightbox-gallery-arrow-button-width: 50px;
  --mdb-lightbox-gallery-arrow-button-height: 50px;
  --mdb-lightbox-gallery-arrow-button-color: #b3b3b3;
  --mdb-lightbox-gallery-arrow-button-transition: color 0.2s;
  --mdb-lightbox-gallery-arrow-button-hover-color: #fff;
  --mdb-lightbox-gallery-arrow-button-before-font-weight: 900;
  --mdb-lightbox-gallery-button-focus-color: #fff;
  --mdb-lightbox-gallery-image-transform: scale(0.25);
  --mdb-lightbox-gallery-image-transition: all 0.4s ease-out;
  --mdb-lightbox-gallery-counter-color: #b3b3b3;
  --mdb-lightbox-gallery-counter-padding-x: 10px;
  --mdb-lightbox-gallery-caption-color: #fff;
  --mdb-lightbox-gallery-caption-margin-x: 10px;
  --mdb-lightbox-gallery-caption-wrapper-height: 50px;
  --mdb-lightbox-gallery-loader-transition: opacity 1s;
}
.lightbox img:not(.lightbox-disabled) {
  cursor: zoom-in;
}
.lightbox-gallery {
  --mdb-lightbox-gallery-background-color: rgba(0, 0, 0, 0.9);
  background-color: var(--mdb-lightbox-gallery-background-color);
}
.lightbox-gallery-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--mdb-lightbox-gallery-toolbar-height);
  z-index: var(--mdb---mdb-lightbox-toolbar-zindex);
  transition: var(--mdb-lightbox-gallery-toolbar-transition);
}
.lightbox-gallery-toolbar .lightbox-gallery-left-tools {
  float: left;
  height: 100%;
}
.lightbox-gallery-toolbar .lightbox-gallery-right-tools {
  float: right;
}
.lightbox-gallery-toolbar button {
  border: none;
  background: none;
  width: var(--mdb-lightbox-gallery-toolbar-button-width);
  height: var(--mdb-lightbox-gallery-toolbar-button-height);
  color: var(--mdb-lightbox-gallery-toolbar-button-color);
  transition: var(--mdb-lightbox-gallery-toolbar-button-transition);
}
.lightbox-gallery-toolbar button:hover {
  color: var(--mdb-lightbox-gallery-toolbar-button-hover-color);
}
.lightbox-gallery-toolbar button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: var(--mdb-lightbox-gallery-toolbar-button-before-font-weight);
}
.lightbox-gallery-toolbar button.fontawesome-pro:before {
  font-family: "Font Awesome 6 Pro";
}
.lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn:before {
  content: "\f065";
}
.lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn.active:before {
  content: "\f066";
}
.lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn:before {
  content: "\f00e";
}
.lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn.active:before {
  content: "\f010";
}
.lightbox-gallery-toolbar button.lightbox-gallery-close-btn:before {
  content: "\f00d";
}
.lightbox-gallery-counter {
  height: 100%;
  color: var(--mdb-lightbox-gallery-counter-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--mdb-lightbox-gallery-counter-padding-x);
  margin-bottom: 0;
  direction: ltr;
}
.lightbox-gallery-content {
  position: fixed;
  top: var(--mdb-lightbox-gallery-content-top);
  left: var(--mdb-lightbox-gallery-content-left);
  width: var(--mdb-lightbox-gallery-content-width);
  height: var(--mdb-lightbox-gallery-content-height);
}
.lightbox-gallery-content .lightbox-gallery-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: var(--mdb-lightbox-gallery-image-transition);
  pointer-events: none;
}
.lightbox-gallery-content .lightbox-gallery-image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s;
  transform-origin: 0 0;
}
.lightbox-gallery-content .lightbox-gallery-image img.vertical {
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: initial;
}
.lightbox-gallery-arrow-right {
  position: fixed;
  right: 0;
  top: 0;
  width: var(--mdb-lightbox-gallery-arrow-width);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--mdb-lightbox-gallery-arrow-transition);
}
.lightbox-gallery-arrow-right button {
  border: none;
  background: none;
  width: var(--mdb-lightbox-gallery-arrow-button-width);
  height: var(--mdb-lightbox-gallery-arrow-button-height);
  color: var(--mdb-lightbox-gallery-arrow-button-color);
  transition: var(--mdb-lightbox-gallery-arrow-button-transition);
}
.lightbox-gallery-arrow-right button:hover {
  color: var(--mdb-lightbox-gallery-arrow-button-hover-color);
}
.lightbox-gallery-arrow-right button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: var(--mdb-lightbox-gallery-arrow-button-before-font-weight);
  content: "\f061";
}
.lightbox-gallery-arrow-right button.fontawesome-pro:before {
  font-family: "Font Awesome 6 Pro";
}
.lightbox-gallery-arrow-left {
  position: fixed;
  left: 0;
  top: 0;
  width: var(--mdb-lightbox-gallery-arrow-width);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--mdb-lightbox-gallery-arrow-transition);
}
.lightbox-gallery-arrow-left button {
  border: none;
  background: none;
  width: var(--mdb-lightbox-gallery-arrow-button-width);
  height: var(--mdb-lightbox-gallery-arrow-button-height);
  color: var(--mdb-lightbox-gallery-arrow-button-color);
  transition: var(--mdb-lightbox-gallery-arrow-button-transition);
}
.lightbox-gallery-arrow-left button:hover {
  color: var(--mdb-lightbox-gallery-arrow-button-hover-color);
}
.lightbox-gallery-arrow-left button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: var(--mdb-lightbox-gallery-arrow-button-before-font-weight);
  content: "\f060";
}
.lightbox-gallery-arrow-left button.fontawesome-pro:before {
  font-family: "Font Awesome 6 Pro";
}
.lightbox-gallery-caption-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--mdb-lightbox-gallery-caption-wrapper-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox-gallery-caption-wrapper .lightbox-gallery-caption {
  color: var(--mdb-lightbox-gallery-caption-color);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 var(--mdb-lightbox-gallery-caption-margin-x);
  text-align: center;
}
.lightbox-gallery-loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: var(--mdb-lightbox-gallery-loader-transition);
}
.lightbox-gallery-button:focus {
  outline: none;
  color: var(--mdb-lightbox-gallery-button-focus-color);
}
.disabled-scroll {
  overflow-y: hidden;
  position: relative;
}
@media only screen and (min-device-width: 768px) {
  .disabled-scroll.replace-scrollbar {
    --mdb-lightbox-disabled-scroll-media-padding-right: 17px;
    padding-right: var(--mdb-lightbox-disabled-scroll-media-padding-right);
  }
}
.rating {
  --mdb-rating-icon-padding: 0.25rem;
  display: flex;
  margin: 0;
  padding: 0;
}
.rating li {
  list-style: none;
}
.rating i {
  padding: var(--mdb-rating-icon-padding);
}
.rating i.fa-sm {
  line-height: 1;
}
.rating:not([data-mdb-readonly=true]) li {
  cursor: pointer;
}
.timepicker-container {
  --mdb-timepicker-elements-min-width: 310px;
  --mdb-timepicker-elements-min-height: 325px;
  --mdb-timepicker-elements-background: #fff;
  --mdb-timepicker-elements-border-top-right-radius: 0.6rem;
  --mdb-timepicker-elements-border-top-left-radius: 0.6rem;
  --mdb-timepicker-elements-media-border-bottom-left-radius: 0;
  --mdb-timepicker-head-bg: #3b71ca;
  --mdb-timepicker-head-height: 100px;
  --mdb-timepicker-head-border-top-right-radius: 0.5rem;
  --mdb-timepicker-head-border-top-left-radius: 0.5rem;
  --mdb-timepicker-head-padding-y: 10px;
  --mdb-timepicker-head-padding-right: 24px;
  --mdb-timepicker-head-padding-left: 50px;
  --mdb-timepicker-head-media-padding: 10px;
  --mdb-timepicker-head-media-padding-right: 10px;
  --mdb-timepicker-head-media-min-height: 305px;
  --mdb-timepicker-head-inline-border-bottom-right-radius: 0.5rem;
  --mdb-timepicker-head-inline-border-bottom-left-radius: 0.5rem;
  --mdb-timepicker-button-font-size: 0.8rem;
  --mdb-timepicker-button-min-width: 64px;
  --mdb-timepicker-button-font-weight: 500;
  --mdb-timepicker-button-line-height: 40px;
  --mdb-timepicker-button-border-radius: 10px;
  --mdb-timepicker-button-letter-spacing: 0.1rem;
  --mdb-timepicker-button-color: #3b71ca;
  --mdb-timepicker-button-transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  --mdb-timepicker-button-padding-x: 10px;
  --mdb-timepicker-button-height: 40px;
  --mdb-timepicker-button-margin-bottom: 10px;
  --mdb-timepicker-button-hover-bg: rgba(0, 0, 0, 0.08);
  --mdb-timepicker-button-focus-bg: rgba(0, 0, 0, 0.08);
  --mdb-timepicker-submit-inline-height: 48px;
  --mdb-timepicker-submit-inline-min-width: 48px;
  --mdb-timepicker-submit-inline-margin-left: 30px;
  --mdb-timepicker-submit-inline-color: #fff;
  --mdb-timepicker-current-font-size: 3.75rem;
  --mdb-timepicker-current-font-weight: 300;
  --mdb-timepicker-current-line-height: 1.2;
  --mdb-timepicker-current-letter-spacing: -0.00833em;
  --mdb-timepicker-current-color: #fff;
  --mdb-timepicker-current-opacity: 0.54;
  --mdb-timepicker-clock-wrapper-min-width: 310px;
  --mdb-timepicker-clock-wrapper-max-width: 325px;
  --mdb-timepicker-clock-wrapper-min-height: 305px;
  --mdb-timepicker-mode-wrapper-font-size: 18px;
  --mdb-timepicker-mode-wrapper-color: rgba(255, 255, 255, 0.54);
  --mdb-timepicker-clock-inner-top: 50%;
  --mdb-timepicker-clock-inner-left: 50%;
  --mdb-timepicker-clock-inner-transform: translate(-50%, -50%);
  --mdb-timepicker-clock-inner-width: 160px;
  --mdb-timepicker-clock-inner-height: 160px;
  --mdb-timepicker-time-tips-inner-width: 32px;
  --mdb-timepicker-time-tips-inner-height: 32px;
  --mdb-timepicker-time-tips-inner-font-size: 1.1rem;
  --mdb-timepicker-time-tips-inner-font-weight: 300;
  --mdb-timepicker-clock-width: 260px;
  --mdb-timepicker-clock-height: 260px;
  --mdb-timepicker-clock-bg: rgba(0, 0, 0, 0.07);
  --mdb-timepicker-time-tips-inner-active-color: #fff;
  --mdb-timepicker-time-tips-inner-active-bg: #3b71ca;
  --mdb-timepicker-time-tips-inner-active-font-weight: 400;
  --mdb-timepicker-time-tips-inner-disabled-color: #b3afaf;
  --mdb-timepicker-dot-font-weight: 300;
  --mdb-timepicker-dot-line-height: 1.2;
  --mdb-timepicker-dot-letter-spacing: -0.00833em;
  --mdb-timepicker-dot-color: #fff;
  --mdb-timepicker-dot-media-font-size: 3rem;
  --mdb-timepicker-dot-media-font-weight: 400;
  --mdb-timepicker-dot-font-size: 3.75rem;
  --mdb-timepicker-dot-opacity: 0.54;
  --mdb-timepicker-current-inline-font-size: 2.5rem;
  --mdb-timepicker-item-width: 20px;
  --mdb-timepicker-item-height: 20px;
  --mdb-timepicker-item-padding: 10px;
  --mdb-timepicker-item-font-size: 1.1em;
  --mdb-timepicker-item-middle-dot-top: 50%;
  --mdb-timepicker-item-middle-dot-left: 50%;
  --mdb-timepicker-item-middle-dot-width: 6px;
  --mdb-timepicker-item-middle-dot-height: 6px;
  --mdb-timepicker-item-middle-dot-transform: translate(-50%, -50%);
  --mdb-timepicker-item-middle-dot-border-radius: 50%;
  --mdb-timepicker-item-middle-dot-bg: #3b71ca;
  --mdb-timepicker-hand-pointer-bg: #3b71ca;
  --mdb-timepicker-hand-pointer-bottom: 50%;
  --mdb-timepicker-hand-pointer-height: 40%;
  --mdb-timepicker-hand-pointer-left: calc(50% - 1px);
  --mdb-timepicker-hand-pointer-width: 2px;
  --mdb-timepicker-transform-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, height 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  --mdb-timepicker-time-tips-width: 32px;
  --mdb-timepicker-time-tips-height: 32px;
  --mdb-timepicker-time-tips-height: 32px;
  --mdb-timepicker-time-tips-font-size: 1.1rem;
  --mdb-timepicker-time-tips-active-color: #fff;
  --mdb-timepicker-circle-top: -21px;
  --mdb-timepicker-circle-left: -15px;
  --mdb-timepicker-circle-width: 4px;
  --mdb-timepicker-circle-border-width: 14px;
  --mdb-timepicker-circle-border-color: #3b71ca;
  --mdb-timepicker-circle-height: 4px;
  --mdb-timepicker-hour-mode-color: #fff;
  --mdb-timepicker-hour-mode-opacity: 0.54;
  --mdb-timepicker-hour-mode-hover-bg: rgba(0, 0, 0, 0.15);
  --mdb-timepicker-hour-mode-font-size: 2.5rem;
  --mdb-timepicker-hour-mode-active-color: #fff;
  --mdb-timepicker-footer-border-bottom-left-radius: 0.5rem;
  --mdb-timepicker-footer-border-bottom-right-radius: 0.5rem;
  --mdb-timepicker-footer-height: 56px;
  --mdb-timepicker-footer-padding-x: 12px;
  --mdb-timepicker-footer-bg: #fff;
  --mdb-timepicker-container-max-height: calc(100% - 64px);
  --mdb-timepicker-container-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-timepicker-icon-up-down-transition: 0.2s ease all;
  --mdb-timepicker-icon-up-down-transform: translate(-50%, -50%);
  --mdb-timepicker-icon-up-down-left: 50%;
  --mdb-timepicker-icon-up-down-width: 30px;
  --mdb-timepicker-icon-up-down-height: 30px;
  --mdb-timepicker-icon-up-top: -35px;
  --mdb-timepicker-icon-down-bottom: -47px;
  --mdb-timepicker-icon-btn-width: 30px;
  --mdb-timepicker-icon-btn-height: 30px;
  --mdb-timepicker-input-color: #3b71ca;
  --mdb-timepicker-clock-animation: show-up-clock 350ms linear;
}
.timepicker-wrapper-inline {
  --mdb-timepicker-wrapper-inline-border-radius: 0.5rem;
  border-radius: var(--mdb-timepicker-wrapper-inline-border-radius);
}
.timepicker-elements {
  min-width: var(--mdb-timepicker-elements-min-width);
  min-height: var(--mdb-timepicker-elements-min-height);
  background: var(--mdb-timepicker-elements-background);
  border-top-right-radius: var(--mdb-timepicker-elements-border-top-right-radius);
  border-top-left-radius: var(--mdb-timepicker-elements-border-top-left-radius);
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) {
  .timepicker-elements {
    flex-direction: row !important;
    border-bottom-left-radius: var(--mdb-timepicker-elements-media-border-bottom-left-radius);
    min-width: auto;
    min-height: auto;
    overflow-y: auto;
  }
}
.timepicker-elements-inline {
  min-height: auto;
}
.timepicker-head {
  background-color: var(--mdb-timepicker-head-bg);
  height: var(--mdb-timepicker-head-height);
  border-top-right-radius: var(--mdb-timepicker-head-border-top-right-radius);
  border-top-left-radius: var(--mdb-timepicker-head-border-top-left-radius);
  padding: var(--mdb-timepicker-head-padding-y) var(--mdb-timepicker-head-padding-right) var(--mdb-timepicker-head-padding-y) var(--mdb-timepicker-head-padding-left);
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) {
  .timepicker-head {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: var(--mdb-timepicker-head-media-padding);
    padding-right: var(--mdb-timepicker-head-media-padding-right) !important;
    height: auto;
    min-height: var(--mdb-timepicker-head-media-min-height);
  }
}
.timepicker-head-inline {
  padding: 0;
  border-bottom-right-radius: var(--mdb-timepicker-head-inline-border-bottom-right-radius);
  border-bottom-left-radius: var(--mdb-timepicker-head-inline-border-bottom-left-radius);
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) {
  .timepicker-head-content {
    flex-direction: column;
  }
}
.timepicker-button {
  font-size: var(--mdb-timepicker-button-font-size);
  min-width: var(--mdb-timepicker-button-min-width);
  box-sizing: border-box;
  font-weight: var(--mdb-timepicker-button-font-weight);
  line-height: var(--mdb-timepicker-button-line-height);
  border-radius: var(--mdb-timepicker-button-border-radius);
  letter-spacing: var(--mdb-timepicker-button-letter-spacing);
  text-transform: uppercase;
  color: var(--mdb-timepicker-button-color);
  border: none;
  background-color: transparent;
  transition: var(--mdb-timepicker-button-transition);
  outline: none;
  padding: 0 var(--mdb-timepicker-button-padding-x);
  height: var(--mdb-timepicker-button-height);
  margin-bottom: var(--mdb-timepicker-button-margin-bottom);
}
.timepicker-button:hover {
  background-color: var(--mdb-timepicker-button-hover-bg);
}
.timepicker-button:focus {
  outline: none;
  background-color: var(--mdb-timepicker-button-focus-bg);
}
.timepicker-submit-inline {
  border-radius: 100%;
  height: var(--mdb-timepicker-submit-inline-height);
  min-width: var(--mdb-timepicker-submit-inline-min-width);
  display: inline-block;
  margin-left: var(--mdb-timepicker-submit-inline-margin-left);
  color: var(--mdb-timepicker-submit-inline-color);
}
.timepicker-current {
  font-size: var(--mdb-timepicker-current-font-size);
  font-weight: var(--mdb-timepicker-current-font-weight);
  line-height: var(--mdb-timepicker-current-line-height);
  letter-spacing: var(--mdb-timepicker-current-letter-spacing);
  color: var(--mdb-timepicker-current-color);
  opacity: var(--mdb-timepicker-current-opacity);
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  vertical-align: unset;
}
.timepicker-current.active {
  opacity: 1;
}
.timepicker-current-wrapper {
  direction: ltr;
}
.timepicker-mode-wrapper {
  font-size: var(--mdb-timepicker-mode-wrapper-font-size);
  color: var(--mdb-timepicker-mode-wrapper-color);
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) {
  .timepicker-mode-wrapper {
    justify-content: space-around !important;
    flex-direction: row !important;
  }
}
.timepicker-mode-wrapper.active {
  opacity: 1;
}
.timepicker-clock-wrapper {
  min-width: var(--mdb-timepicker-clock-wrapper-min-width);
  max-width: var(--mdb-timepicker-clock-wrapper-max-width);
  min-height: var(--mdb-timepicker-clock-wrapper-min-height);
  overflow-x: hidden;
  height: 100%;
}
.timepicker-clock {
  position: relative;
  border-radius: 100%;
  width: var(--mdb-timepicker-clock-width);
  height: var(--mdb-timepicker-clock-height);
  cursor: default;
  margin: 0 auto;
  background-color: var(--mdb-timepicker-clock-bg);
}
.timepicker-clock-inner {
  position: absolute;
  top: var(--mdb-timepicker-clock-inner-top);
  left: var(--mdb-timepicker-clock-inner-left);
  transform: var(--mdb-timepicker-clock-inner-transform);
  width: var(--mdb-timepicker-clock-inner-width);
  height: var(--mdb-timepicker-clock-inner-height);
  border-radius: 100%;
}
.timepicker-time-tips-minutes,
.timepicker-time-tips-inner,
.timepicker-time-tips-hours {
  position: absolute;
  border-radius: 100%;
  width: var(--mdb-timepicker-time-tips-inner-width);
  height: var(--mdb-timepicker-time-tips-inner-height);
  text-align: center;
  cursor: pointer;
  font-size: var(--mdb-timepicker-time-tips-inner-font-size);
  border-radius: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--mdb-timepicker-time-tips-inner-font-weight);
}
.timepicker-time-tips-minutes.active,
.timepicker-time-tips-inner.active,
.timepicker-time-tips-hours.active {
  color: var(--mdb-timepicker-time-tips-inner-active-color);
  background-color: var(--mdb-timepicker-time-tips-inner-active-bg);
  font-weight: var(--mdb-timepicker-time-tips-inner-active-font-weight);
}
.timepicker-time-tips-minutes:focus,
.timepicker-time-tips-inner:focus,
.timepicker-time-tips-hours:focus {
  outline: none;
}
.timepicker-time-tips-minutes.disabled,
.timepicker-time-tips-inner.disabled,
.timepicker-time-tips-hours.disabled {
  color: var(--mdb-timepicker-time-tips-inner-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-minutes::selection,
.timepicker-time-tips-inner::selection,
.timepicker-time-tips-hours::selection {
  background-color: transparent;
}
.timepicker-current,
.timepicker-dot {
  font-weight: var(--mdb-timepicker-dot-font-weight);
  line-height: var(--mdb-timepicker-dot-line-height);
  letter-spacing: var(--mdb-timepicker-dot-letter-spacing);
  color: var(--mdb-timepicker-dot-color);
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) {
  .timepicker-current,
  .timepicker-dot {
    font-size: var(--mdb-timepicker-dot-media-font-size);
    font-weight: var(--mdb-timepicker-dot-media-font-weight);
  }
}
.timepicker-dot {
  font-size: var(--mdb-timepicker-dot-font-size);
  opacity: var(--mdb-timepicker-dot-opacity);
  border: none;
  background: transparent;
  padding: 0;
}
.timepicker-current-inline {
  font-size: var(--mdb-timepicker-current-inline-font-size);
}
.timepicker-item {
  position: absolute;
  border-radius: 100%;
  width: var(--mdb-timepicker-item-width);
  height: var(--mdb-timepicker-item-height);
  text-align: center;
  padding: var(--mdb-timepicker-item-padding);
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-size: var(--mdb-timepicker-item-font-size);
  z-index: 3;
}
.timepicker-middle-dot {
  top: var(--mdb-timepicker-item-middle-dot-top);
  left: var(--mdb-timepicker-item-middle-dot-left);
  width: var(--mdb-timepicker-item-middle-dot-width);
  height: var(--mdb-timepicker-item-middle-dot-height);
  transform: var(--mdb-timepicker-item-middle-dot-transform);
  border-radius: var(--mdb-timepicker-item-middle-dot-border-radius);
  background-color: var(--mdb-timepicker-item-middle-dot-bg);
}
.timepicker-hand-pointer {
  background-color: var(--mdb-timepicker-hand-pointer-bg);
  bottom: var(--mdb-timepicker-hand-pointer-bottom);
  height: var(--mdb-timepicker-hand-pointer-height);
  left: var(--mdb-timepicker-hand-pointer-left);
  transform-origin: center bottom 0;
  width: var(--mdb-timepicker-hand-pointer-width);
}
.timepicker-transform {
  transition: var(--mdb-timepicker-transform-transition);
}
.timepicker-time-tips {
  position: absolute;
  border-radius: 100%;
  width: var(--mdb-timepicker-time-tips-width);
  height: var(--mdb-timepicker-time-tips-height);
  text-align: center;
  cursor: pointer;
  font-size: var(--mdb-timepicker-time-tips-font-size);
}
.timepicker-time-tips.active {
  color: var(--mdb-timepicker-time-tips-active-color);
}
.timepicker-circle {
  top: var(--mdb-timepicker-circle-top);
  left: var(--mdb-timepicker-circle-left);
  width: var(--mdb-timepicker-circle-width);
  border: var(--mdb-timepicker-circle-border-width) solid var(--mdb-timepicker-circle-border-color);
  height: var(--mdb-timepicker-circle-height);
  box-sizing: content-box;
  border-radius: 100%;
}
.timepicker-hour-mode {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--mdb-timepicker-hour-mode-color);
  opacity: var(--mdb-timepicker-hour-mode-opacity);
}
.timepicker-hour-mode,
.timepicker-hour,
.timepicker-minute {
  cursor: pointer;
}
.timepicker-hour-mode:hover,
.timepicker-hour-mode:focus,
.timepicker-hour:hover,
.timepicker-hour:focus,
.timepicker-minute:hover,
.timepicker-minute:focus {
  background-color: var(--mdb-timepicker-hour-mode-hover-bg);
  outline: none;
}
.timepicker-hour-mode.active,
.timepicker-hour.active,
.timepicker-minute.active {
  color: #fff;
  opacity: 1;
}
.timepicker-hour-mode-current-inline,
.timepicker-hour-current-inline,
.timepicker-minute-current-inline {
  font-size: 2.5rem;
}
.timepicker-footer {
  border-bottom-left-radius: var(--mdb-timepicker-footer-border-bottom-left-radius);
  border-bottom-right-radius: var(--mdb-timepicker-footer-border-bottom-right-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--mdb-timepicker-footer-height);
  padding-left: var(--mdb-timepicker-footer-padding-x);
  padding-right: var(--mdb-timepicker-footer-padding-x);
  background-color: var(--mdb-timepicker-footer-bg);
}
.timepicker-container {
  overflow-y: auto;
  box-shadow: var(--mdb-timepicker-container-box-shadow);
}
.timepicker-container:focus-visible {
  outline: none;
}
.timepicker-icon-up,
.timepicker-icon-down {
  opacity: 0;
  transition: var(--mdb-timepicker-icon-up-down-transition);
  cursor: pointer;
  transform: var(--mdb-timepicker-icon-up-down-transform);
  left: var(--mdb-timepicker-icon-up-down-left);
  width: var(--mdb-timepicker-icon-up-down-width);
  height: var(--mdb-timepicker-icon-up-down-height);
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}
.timepicker-icon-up.active,
.timepicker-icon-up:hover,
.timepicker-icon-down.active,
.timepicker-icon-down:hover {
  opacity: 1;
}
.timepicker-icon-up {
  top: var(--mdb-timepicker-icon-up-top);
}
.timepicker-icon-down {
  bottom: var(--mdb-timepicker-icon-down-bottom);
}
.timepicker-inline-hour-icons button,
.timepicker-inline-minutes-icons button {
  opacity: 1 !important;
  cursor: default;
}
.timepicker-inline-hour-icons button:hover,
.timepicker-inline-minutes-icons button:hover {
  background-color: unset !important;
}
.timepicker-clock-animation {
  animation: var(--mdb-timepicker-clock-animation);
}
.timepicker-icon-btn {
  width: var(--mdb-timepicker-icon-btn-width);
  height: var(--mdb-timepicker-icon-btn-height);
}
.timepicker-toggle-button {
  --mdb-timepicker-btn-icon-right: -10px;
  --mdb-timepicker-btn-icon-top: 50%;
  --mdb-timepicker-btn-icon-transform: translate(-50%, -50%);
  --mdb-timepicker-btn-icon-transition: all 0.3s ease;
  --mdb-timepicker-btn-icon-hover-color: #3b71ca;
  --mdb-timepicker-btn-icon-focus-color: #3b71ca;
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: var(--mdb-timepicker-btn-icon-right);
  top: var(--mdb-timepicker-btn-icon-top);
  transform: var(--mdb-timepicker-btn-icon-transform);
  transition: var(--mdb-timepicker-btn-icon-transition);
  cursor: pointer;
}
.timepicker-toggle-button:hover {
  color: var(--mdb-timepicker-btn-icon-hover-color);
}
.timepicker-toggle-button:focus {
  color: var(--mdb-timepicker-btn-icon-focus-color);
}
.timepicker-input:focus + .timepicker-toggle-button,
.timepicker-input:focus + .timepicker-toggle-button i {
  color: var(--mdb-timepicker-input-color);
}
.timepicker a.timepicker-toggle-button,
.timepicker-toggle-button.timepicker-icon {
  right: 1px;
}
@keyframes show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.timepicker-modal {
  --mdb-timepicker-zindex: 1065;
  z-index: var(--mdb-timepicker-zindex);
}
.timepicker-modal .fade.show {
  opacity: 1;
}
.mdb-timepicker-backdrop {
  --mdb-timepicker-wrapper-bg: rgba(0, 0, 0, 0.4);
  background-color: var(--mdb-timepicker-wrapper-bg);
}
.navbar {
  --mdb-navbar-scroll-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  --mdb-navbar-scroll-scrolled-padding-y: 5px;
  --mdb-navbar-scroll-scrolled-color: #4f4f4f;
  --mdb-navbar-scroll-color: #fff;
  --mdb-navbar-scrolled-bg: #fff;
}
.navbar.navbar-scroll {
  transition: var(--mdb-navbar-scroll-transition);
}
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: var(--mdb-navbar-scroll-scrolled-padding-y);
  padding-bottom: var(--mdb-navbar-scroll-scrolled-padding-y);
}
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
  color: var(--mdb-navbar-scroll-color);
}
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: var(--mdb-navbar-scroll-scrolled-color);
}
.navbar-scrolled {
  background-color: var(--mdb-navbar-scrolled-bg);
}
:root {
  --mdb-datepicker-backdrop-background-color: rgba(0, 0, 0, 0.4);
  --mdb-datepicker-zindex: 1065;
  --mdb-datepicker-container-zindex: 1066;
  --mdb-datepicker-toggle-right: -10px;
  --mdb-datepicker-toggle-top: 50%;
  --mdb-datepicker-toggle-focus-color: #3b71ca;
}
.datepicker-toggle-button {
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: var(--mdb-datepicker-toggle-right);
  top: var(--mdb-datepicker-toggle-top);
  transform: translate(-50%, -50%);
}
.datepicker-toggle-button:focus {
  color: var(--mdb-datepicker-toggle-focus-color);
}
.datepicker-toggle-button:hover {
  color: var(--mdb-datepicker-toggle-focus-color);
}
.datepicker-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--mdb-datepicker-backdrop-background-color);
  z-index: var(--mdb-datepicker-zindex);
}
.datepicker-dropdown-container {
  --mdb-datepicker-dropdown-container-width: 328px;
  --mdb-datepicker-dropdown-container-height: 380px;
  --mdb-datepicker-dropdown-container-background-color: #fff;
  --mdb-datepicker-dropdown-container-border-radius: 0.5rem;
  --mdb-datepicker-dropdown-container-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  width: var(--mdb-datepicker-dropdown-container-width);
  height: var(--mdb-datepicker-dropdown-container-height);
  background-color: var(--mdb-datepicker-dropdown-container-background-color);
  border-radius: var(--mdb-datepicker-dropdown-container-border-radius);
  box-shadow: var(--mdb-datepicker-dropdown-container-box-shadow);
  z-index: var(--mdb-datepicker-container-zindex);
}
.datepicker-modal-container {
  --mdb-datepicker-modal-container-transform: translate(-50%, -50%);
  --mdb-datepicker-modal-container-width: 328px;
  --mdb-datepicker-modal-container-height: 512px;
  --mdb-datepicker-modal-container-background-color: #fff;
  --mdb-datepicker-modal-container-border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
  --mdb-datepicker-modal-container-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-datepicker-modal-container-date-media-margin-top: 100px;
  --mdb-datepicker-modal-container-day-cell-media-width: 32px;
  --mdb-datepicker-modal-container-day-cell-media-height: 32px;
  --mdb-datepicker-modal-container-media-width: 475px;
  --mdb-datepicker-modal-container-media-height: 360px;
  --mdb-datepicker-header-border-radius-landscape: 0.5rem 0 0 0.5rem;
  --mdb-datepicker-header-height: 120px;
  --mdb-datepicker-header-padding-x: 24px;
  --mdb-datepicker-header-background-color: #3b71ca;
  --mdb-datepicker-header-border-radius: 0.5rem 0.5rem 0 0;
  --mdb-datepicker-title-height: 32px;
  --mdb-datepicker-title-text-font-size: 10px;
  --mdb-datepicker-title-text-font-weight: 400;
  --mdb-datepicker-title-text-letter-spacing: 1.7px;
  --mdb-datepicker-title-text-color: #fff;
  --mdb-datepicker-date-height: 72px;
  --mdb-datepicker-date-text-font-size: 34px;
  --mdb-datepicker-date-text-font-weight: 400;
  --mdb-datepicker-date-text-color: #fff;
  --mdb-datepicker-footer-height: 56px;
  --mdb-datepicker-footer-padding-x: 12px;
  --mdb-datepicker-footer-btn-background-color: #fff;
  --mdb-datepicker-footer-btn-color: #3b71ca;
  --mdb-datepicker-footer-btn-padding-x: 10px;
  --mdb-datepicker-footer-btn-font-size: 0.8rem;
  --mdb-datepicker-footer-btn-font-weight: 500;
  --mdb-datepicker-footer-btn-height: 40px;
  --mdb-datepicker-footer-btn-line-height: 40px;
  --mdb-datepicker-footer-btn-letter-spacing: 0.1rem;
  --mdb-datepicker-footer-btn-border-radius: 10px;
  --mdb-datepicker-footer-btn-margin-bottom: 10px;
  --mdb-datepicker-footer-btn-state-background-color: #eee;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: var(--mdb-datepicker-modal-container-transform);
  width: var(--mdb-datepicker-modal-container-width);
  height: var(--mdb-datepicker-modal-container-height);
  background-color: var(--mdb-datepicker-modal-container-background-color);
  border-radius: var(--mdb-datepicker-modal-container-border-radius);
  box-shadow: var(--mdb-datepicker-modal-container-box-shadow);
  z-index: var(--mdb-datepicker-container-zindex);
}
@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .datepicker-modal-container .datepicker-header {
    height: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .datepicker-modal-container .datepicker-date {
    margin-top: var(--mdb-datepicker-modal-container-date-media-margin-top);
  }
}
@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .datepicker-modal-container {
    flex-direction: row;
    width: var(--mdb-datepicker-modal-container-media-width);
    height: var(--mdb-datepicker-modal-container-media-height);
  }
  .datepicker-modal-container .datepicker-day-cell {
    width: var(--mdb-datepicker-modal-container-day-cell-media-width);
    height: var(--mdb-datepicker-modal-container-day-cell-media-height);
  }
}
.datepicker-header {
  height: var(--mdb-datepicker-header-height);
  padding-right: var(--mdb-datepicker-header-padding-x);
  padding-left: var(--mdb-datepicker-header-padding-x);
  background-color: var(--mdb-datepicker-header-background-color);
  display: flex;
  flex-direction: column;
  border-radius: var(--mdb-datepicker-header-border-radius);
}
@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .datepicker-header {
    border-radius: var(--mdb-datepicker-header-border-radius-landscape);
  }
}
.datepicker-title {
  height: var(--mdb-datepicker-title-height);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-title-text {
  font-size: var(--mdb-datepicker-title-text-font-size);
  font-weight: var(--mdb-datepicker-title-text-font-weight);
  text-transform: uppercase;
  letter-spacing: var(--mdb-datepicker-title-text-letter-spacing);
  color: var(--mdb-datepicker-title-text-color);
}
.datepicker-date {
  height: var(--mdb-datepicker-date-height);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-date-text {
  font-size: var(--mdb-datepicker-date-text-font-size);
  font-weight: var(--mdb-datepicker-date-text-font-weight);
  color: var(--mdb-datepicker-date-text-color);
}
.datepicker-main {
  --mdb-datepicker-date-controls-padding-top: 10px;
  --mdb-datepicker-date-controls-padding-x: 12px;
  --mdb-datepicker-date-controls-color: rgba(0, 0, 0, 0.64);
  --mdb-datepicker-view-change-button-padding: 10px;
  --mdb-datepicker-view-change-button-color: #666;
  --mdb-datepicker-view-change-button-font-weight: 500;
  --mdb-datepicker-view-change-button-font-size: 0.9rem;
  --mdb-datepicker-view-change-button-border-radius: 10px;
  --mdb-datepicker-view-change-button-state-background-color: #eee;
  --mdb-datepicker-view-change-button-after-border-width: 5px;
  --mdb-datepicker-view-change-button-after-margin-left: 5px;
  --mdb-datepicker-arrow-controls-margin-top: 10px;
  --mdb-datepicker-previous-button-width: 40px;
  --mdb-datepicker-previous-button-height: 40px;
  --mdb-datepicker-previous-button-line-height: 40px;
  --mdb-datepicker-previous-button-color: rgba(0, 0, 0, 0.64);
  --mdb-datepicker-previous-button-margin-right: 24px;
  --mdb-datepicker-previous-button-state-background-color: #eee;
  --mdb-datepicker-previous-button-state-border-radius: 50%;
  --mdb-datepicker-previous-button-after-margin: 15.5px;
  --mdb-datepicker-previous-button-after-border-width: 2px;
  --mdb-datepicker-previous-button-after-transform: translateX(2px) rotate(-45deg);
  --mdb-datepicker-next-button-width: 40px;
  --mdb-datepicker-next-button-height: 40px;
  --mdb-datepicker-next-button-line-height: 40px;
  --mdb-datepicker-next-button-color: rgba(0, 0, 0, 0.64);
  --mdb-datepicker-next-button-margin-background-color: #eee;
  --mdb-datepicker-next-button-state-border-radius: 50%;
  --mdb-datepicker-next-button-after-margin: 15.5px;
  --mdb-datepicker-next-button-after-border-width: 2px;
  --mdb-datepicker-next-button-after-transform: translateX(-2px) rotate(45deg);
  --mdb-datepicker-view-padding-x: 12px;
  --mdb-datepicker-table-width: 304px;
  --mdb-datepicker-day-heading-width: 40px;
  --mdb-datepicker-day-heading-height: 40px;
  --mdb-datepicker-day-heading-font-size: 12px;
  --mdb-datepicker-day-heading-font-weight: 400;
  --mdb-datepicker-cell-disabled-color: #ccc;
  --mdb-datepicker-cell-hover-background-color: #d3d3d3;
  --mdb-datepicker-cell-selected-background-color: #3b71ca;
  --mdb-datepicker-cell-selected-color: #fff;
  --mdb-datepicker-cell-focused-background-color: #eee;
  --mdb-datepicker-cell-focused-selected-background-color: #3b71ca;
  --mdb-datepicker-cell-border-width: 1px;
  --mdb-datepicker-cell-border-color: #000;
  --mdb-datepicker-small-cell-width: 40px;
  --mdb-datepicker-small-cell-height: 40px;
  --mdb-datepicker-small-cell-content-width: 40px;
  --mdb-datepicker-small-cell-content-height: 40px;
  --mdb-datepicker-small-cell-content-line-height: 40px;
  --mdb-datepicker-small-cell-content-border-radius: 50%;
  --mdb-datepicker-small-cell-content-font-size: 13px;
  --mdb-datepicker-large-cell-width: 76px;
  --mdb-datepicker-large-cell-height: 42px;
  --mdb-datepicker-large-cell-content-width: 72px;
  --mdb-datepicker-large-cell-content-height: 40px;
  --mdb-datepicker-large-cell-content-line-height: 40px;
  --mdb-datepicker-large-cell-content-padding-y: 1px;
  --mdb-datepicker-large-cell-content-padding-x: 2px;
  --mdb-datepicker-large-cell-content-border-radius: 999px;
  position: relative;
  height: 100%;
}
.datepicker-date-controls {
  padding: var(--mdb-datepicker-date-controls-padding-top) var(--mdb-datepicker-date-controls-padding-x) 0 var(--mdb-datepicker-date-controls-padding-x);
  display: flex;
  justify-content: space-between;
  color: var(--mdb-datepicker-date-controls-color);
}
.datepicker-view-change-button {
  padding: var(--mdb-datepicker-view-change-button-padding);
  color: var(--mdb-datepicker-view-change-button-color);
  font-weight: var(--mdb-datepicker-view-change-button-font-weight);
  font-size: var(--mdb-datepicker-view-change-button-font-size);
  border-radius: var(--mdb-datepicker-view-change-button-border-radius);
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  border: none;
  outline: none;
}
.datepicker-view-change-button:hover,
.datepicker-view-change-button:focus {
  background-color: var(--mdb-datepicker-view-change-button-state-background-color);
}
.datepicker-view-change-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: var(--mdb-datepicker-view-change-button-after-border-width) solid transparent;
  border-right: var(--mdb-datepicker-view-change-button-after-border-width) solid transparent;
  border-top-width: var(--mdb-datepicker-view-change-button-after-border-width);
  border-top-style: solid;
  margin: 0 0 0 var(--mdb-datepicker-view-change-button-after-margin-left);
  vertical-align: middle;
}
.datepicker-arrow-controls {
  margin-top: var(--mdb-datepicker-arrow-controls-margin-top);
}
/*!rtl:begin:options:
{
  "autoRename": true,
  "stringMap":[
      {
      "name"    : "prev-next",
      "search"  : ["datepicker-previous-button", "datepicker-next-button"],
      "replace" : ["datepicker-next-button", "datepicker-previous-button"],
      "options" : {"ignoreCase":false}
      }
  ]
}
*/
.datepicker-previous-button {
  position: relative;
  padding: 0;
  width: var(--mdb-datepicker-previous-button-width);
  height: var(--mdb-datepicker-previous-button-height);
  line-height: var(--mdb-datepicker-previous-button-line-height);
  border: none;
  outline: none;
  margin: 0;
  color: var(--mdb-datepicker-previous-button-color);
  background-color: transparent;
  margin-right: var(--mdb-datepicker-previous-button-margin-right);
}
.datepicker-previous-button:hover,
.datepicker-previous-button:focus {
  background-color: var(--mdb-datepicker-previous-button-state-background-color);
  border-radius: var(--mdb-datepicker-previous-button-state-border-radius);
}
.datepicker-previous-button::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: var(--mdb-datepicker-previous-button-after-margin);
  border: 0 solid currentColor;
  border-top-width: var(--mdb-datepicker-previous-button-after-border-width);
  border-left-width: var(--mdb-datepicker-previous-button-after-border-width);
  transform: var(--mdb-datepicker-previous-button-after-transform);
}
.datepicker-next-button {
  position: relative;
  padding: 0;
  width: var(--mdb-datepicker-next-button-width);
  height: var(--mdb-datepicker-next-button-height);
  line-height: var(--mdb-datepicker-next-button-line-height);
  border: none;
  outline: none;
  margin: 0;
  color: var(--mdb-datepicker-next-button-color);
  background-color: transparent;
}
.datepicker-next-button:hover,
.datepicker-next-button:focus {
  background-color: var(--mdb-datepicker-next-button-margin-background-color);
  border-radius: var(--mdb-datepicker-next-button-state-border-radius);
}
.datepicker-next-button::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: var(--mdb-datepicker-next-button-after-margin);
  border: 0 solid currentColor;
  border-top-width: var(--mdb-datepicker-next-button-after-border-width);
  border-right-width: var(--mdb-datepicker-next-button-after-border-width);
  transform: var(--mdb-datepicker-next-button-after-transform);
}
/*!rtl:end:options*/
.datepicker-view {
  padding-left: var(--mdb-datepicker-view-padding-x);
  padding-right: var(--mdb-datepicker-view-padding-x);
  outline: none;
}
.datepicker-table {
  margin-right: auto;
  margin-left: auto;
  width: var(--mdb-datepicker-table-width);
}
.datepicker-table-body:focus {
  outline: none;
}
.datepicker-day-heading {
  width: var(--mdb-datepicker-day-heading-width);
  height: var(--mdb-datepicker-day-heading-height);
  text-align: center;
  font-size: var(--mdb-datepicker-day-heading-font-size);
  font-weight: var(--mdb-datepicker-day-heading-font-weight);
}
.datepicker-cell {
  text-align: center;
}
.datepicker-cell.disabled {
  color: var(--mdb-datepicker-cell-disabled-color);
  cursor: default;
  pointer-events: none;
}
.datepicker-cell.disabled:hover {
  cursor: default;
}
.datepicker-cell:hover {
  cursor: pointer;
}
.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content {
  background-color: var(--mdb-datepicker-cell-hover-background-color);
}
.datepicker-cell.selected .datepicker-cell-content {
  background-color: var(--mdb-datepicker-cell-selected-background-color);
  color: var(--mdb-datepicker-cell-selected-color);
}
.datepicker-cell:not(.selected).focused .datepicker-cell-content {
  background-color: var(--mdb-datepicker-cell-focused-background-color);
}
.datepicker-cell.focused .datepicker-cell-content.selected {
  background-color: var(--mdb-datepicker-cell-focused-selected-background-color);
}
.datepicker-cell.current .datepicker-cell-content {
  border: var(--mdb-datepicker-cell-border-width) solid var(--mdb-datepicker-cell-border-color);
}
.datepicker-small-cell {
  width: var(--mdb-datepicker-small-cell-width);
  height: var(--mdb-datepicker-small-cell-height);
}
.datepicker-small-cell-content {
  width: var(--mdb-datepicker-small-cell-content-width);
  height: var(--mdb-datepicker-small-cell-content-height);
  line-height: var(--mdb-datepicker-small-cell-content-line-height);
  border-radius: var(--mdb-datepicker-small-cell-content-border-radius);
  font-size: var(--mdb-datepicker-small-cell-content-font-size);
}
.datepicker-large-cell {
  width: var(--mdb-datepicker-large-cell-width);
  height: var(--mdb-datepicker-large-cell-height);
}
.datepicker-large-cell-content {
  width: var(--mdb-datepicker-large-cell-content-width);
  height: var(--mdb-datepicker-large-cell-content-height);
  line-height: var(--mdb-datepicker-large-cell-content-line-height);
  padding: var(--mdb-datepicker-large-cell-content-padding-y) var(--mdb-datepicker-large-cell-content-padding-x);
  border-radius: var(--mdb-datepicker-large-cell-content-border-radius);
}
.datepicker-footer {
  height: var(--mdb-datepicker-footer-height);
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: var(--mdb-datepicker-footer-padding-x);
  padding-right: var(--mdb-datepicker-footer-padding-x);
}
.datepicker-footer-btn {
  background-color: var(--mdb-datepicker-footer-btn-background-color);
  color: var(--mdb-datepicker-footer-btn-color);
  border: none;
  cursor: pointer;
  padding: 0 var(--mdb-datepicker-footer-btn-padding-x);
  text-transform: uppercase;
  font-size: var(--mdb-datepicker-footer-btn-font-size);
  font-weight: var(--mdb-datepicker-footer-btn-font-weight);
  height: var(--mdb-datepicker-footer-btn-height);
  line-height: var(--mdb-datepicker-footer-btn-line-height);
  letter-spacing: var(--mdb-datepicker-footer-btn-letter-spacing);
  border-radius: var(--mdb-datepicker-footer-btn-border-radius);
  margin-bottom: var(--mdb-datepicker-footer-btn-margin-bottom);
  outline: none;
}
.datepicker-footer-btn:hover,
.datepicker-footer-btn:focus {
  background-color: var(--mdb-datepicker-footer-btn-state-background-color);
}
.datepicker-clear-btn {
  margin-right: auto;
}
.form-white .datepicker-toggle-icon {
  color: #fff;
}
:root {
  --mdb-popconfirm-zindex: 1080;
  --mdb-popconfirm-border-radius: 0.5rem;
}
.popconfirm {
  --mdb-popconfirm-padding: 1rem;
  --mdb-popconfirm-background-color: #fff;
  padding: var(--mdb-popconfirm-padding);
  background-color: var(--mdb-popconfirm-background-color);
  border-radius: var(--mdb-popconfirm-border-radius);
}
.popconfirm.show {
  opacity: 1;
}
.popconfirm-popover {
  --mdb-popconfirm-popover-width: 300px;
  --mdb-popconfirm-border: 1px solid #f5f5f5;
  z-index: var(--mdb-popconfirm-zindex);
  width: var(--mdb-popconfirm-popover-width);
  border-radius: var(--mdb-popconfirm-border-radius);
  border: var(--mdb-popconfirm-border);
}
.popconfirm-modal {
  --mdb-popconfirm-modal-width: 300px;
  z-index: var(--mdb-popconfirm-zindex);
  width: var(--mdb-popconfirm-modal-width);
  position: absolute;
  border-radius: var(--mdb-popconfirm-border-radius);
}
.popconfirm-buttons-container {
  display: flex;
  justify-content: flex-end;
}
.popconfirm-buttons-container .btn {
  --mdb-popconfirm-buttons-container-btn-ml: 0.5rem;
  margin-left: var(--mdb-popconfirm-buttons-container-btn-ml);
}
.popconfirm-backdrop {
  --mdb-popconfirm-backdrop-zindex: 1070;
  --mdb-popconfirm-backdrop-background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: var(--mdb-popconfirm-backdrop-zindex);
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--mdb-popconfirm-backdrop-background-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.datatable {
  --mdb-datatable-color: rgb(33, 37, 41);
  --mdb-datatable-border-color: rgb(224, 224, 224);
  --mdb-datatable-striped-color: rgb(33, 37, 41);
  --mdb-datatable-accent-bg: rgba(0, 0, 0, 0.02);
  --mdb-datatable-hover-color: rgb(19, 19, 19);
  --mdb-datatable-hover-bg: rgba(0, 0, 0, 0.048);
  --mdb-datatable-muted-color: grey;
  --mdb-datatable-active-color: rgba(19, 19, 19, 0.05);
  --mdb-datatable-font-size: 0.9rem;
  --mdb-datatable-background-color: #fff;
  --mdb-datatable-table-th-td-max-width: 250px;
  --mdb-datatable-table-th-td-padding-y: 1rem;
  --mdb-datatable-table-th-td-padding-x: 1.4rem;
  --mdb-datatable-thead-tr-border-width: 1px;
  --mdb-datatable-thead-th-font-weight: 500;
  --mdb-datatable-thead-fixed-cell-background-color: #fff;
  --mdb-datatable-tbody-font-weight: 300;
  --mdb-datatable-tbody-tr-transition: all 0.3s ease-in;
  --mdb-datatable-tbody-tr-last-child-height: 71px;
  --mdb-datatable-tbody-loader-height: 2px;
  --mdb-datatable-tbody-progress-animation: datatableProgress 3s ease-in-out;
  --mdb-datatable-tbody-progress-width: 45%;
  --mdb-datatable-tbody-progress-opacity: 0.5;
  --mdb-datatable-tbody-progress-border-radius: 1px;
  --mdb-datatable-pagination-padding-y: 0.5rem;
  --mdb-datatable-pagination-border-width: 1px;
  --mdb-datatable-pagination-nav-font-size: 0.9rem;
  --mdb-datatable-pagination-buttons-margin-left: 2rem;
  --mdb-datatable-pagination-button-padding-x: 1rem;
  --mdb-datatable-sort-icon-transition-duration: 0.3s;
  --mdb-datatable-sort-icon-left: 0.4rem;
  --mdb-datatable-sort-icon-top: calc(50% - 0.5rem);
  --mdb-datatable-select-wrapper-font-size: 0.9rem;
  --mdb-datatable-select-wrapper-font-weight: 300;
  --mdb-datatable-sm-th-td-padding-y: 0.5rem;
  --mdb-datatable-sm-th-td-padding-x: 1.4rem;
  --mdb-datatable-sm-tbody-tr-last-child-height: 55px;
  --mdb-datatable-sm-pagination-padding: 0.2rem;
  --mdb-datatable-bordered-th-td-border-width: 1px;
  --mdb-datatable-hover-tbody-tr-transition: background-color 0.2s ease-in;
  --mdb-datatable-dark-select-arrow-input-color: white;
  --mdb-datatable-dark-border-color: rgb(251, 251, 251);
  --mdb-datatable-dark-check-border-color: #fff;
  --mdb-datatable-dark-datatable-progress-opacity: 0.8;
  font-size: var(--mdb-datatable-font-size);
  color: var(--mdb-datatable-color);
  background-color: var(--mdb-datatable-background-color);
}
.datatable-inner {
  background-color: inherit;
}
.datatable table {
  font-size: var(--mdb-datatable-font-size);
  color: var(--mdb-datatable-color);
  background-color: inherit;
  margin-bottom: 0;
  border-color: var(--mdb-datatable-border-color);
}
.datatable table th,
.datatable table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: var(--mdb-datatable-table-th-td-max-width);
  padding: var(--mdb-datatable-table-th-td-padding-y) var(--mdb-datatable-table-th-td-padding-x);
}
.datatable thead {
  background-color: inherit;
}
.datatable thead tr {
  background-color: inherit;
  border-bottom: var(--mdb-datatable-thead-tr-border-width) solid var(--mdb-datatable-border-color);
}
.datatable thead th {
  position: relative;
  border-bottom: none;
  font-weight: var(--mdb-datatable-thead-th-font-weight);
}
.datatable thead th:hover .datatable-sort-icon {
  opacity: 1;
}
.datatable thead .fixed-cell {
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: var(--mdb-datatable-border-color) 0px 1px;
  background-color: var(--mdb-datatable-thead-fixed-cell-background-color);
}
.datatable tbody {
  font-weight: var(--mdb-datatable-tbody-font-weight);
  background-color: inherit;
}
.datatable tbody .fixed-cell {
  position: sticky;
  z-index: 1;
  background-color: inherit;
}
.datatable tbody tr {
  background-color: inherit;
  transition: var(--mdb-datatable-tbody-tr-transition);
}
.datatable tbody tr:last-child {
  border-bottom: transparent;
  height: var(--mdb-datatable-tbody-tr-last-child-height);
}
.datatable tbody tr:focus {
  outline: none;
}
.datatable tbody tr.active {
  background-color: var(--mdb-datatable-active-color);
}
.datatable tbody td:focus {
  outline: none;
}
.datatable-loader {
  width: 100%;
  height: var(--mdb-datatable-tbody-loader-height);
  position: relative;
  overflow: hidden;
}
.datatable-loader-inner {
  display: block;
  height: 100%;
}
.datatable-progress {
  animation: var(--mdb-datatable-tbody-progress-animation);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  width: var(--mdb-datatable-tbody-progress-width);
  position: relative;
  opacity: var(--mdb-datatable-tbody-progress-opacity);
  border-radius: var(--mdb-datatable-tbody-progress-border-radius);
  display: block;
  height: 100%;
}
@keyframes datatableProgress {
  0% {
    left: -45%;
  }
  100% {
    left: 100%;
  }
}
.datatable-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: var(--mdb-datatable-pagination-padding-y) 0;
  border-top: var(--mdb-datatable-pagination-border-width) solid var(--mdb-datatable-border-color);
}
.datatable-pagination-nav {
  padding: 0;
  font-size: var(--mdb-datatable-pagination-nav-font-size);
  direction: ltr;
}
.datatable-pagination-buttons {
  margin-left: var(--mdb-datatable-pagination-buttons-margin-left);
}
.datatable-pagination-button {
  padding-left: var(--mdb-datatable-pagination-button-padding-x);
  padding-right: var(--mdb-datatable-pagination-button-padding-x);
  color: var(--mdb-datatable-color);
}
.datatable-sort-icon {
  opacity: 0;
  color: var(--mdb-datatable-muted-color);
  cursor: pointer;
  transition-property: opacity, transform;
  transition-duration: var(--mdb-datatable-sort-icon-transition-duration);
  transition-timing-function: linear;
  position: absolute;
  left: var(--mdb-datatable-sort-icon-left);
  top: var(--mdb-datatable-sort-icon-top);
}
.datatable-sort-icon.active {
  opacity: 1;
  color: var(--mdb-datatable-color);
}
.datatable-select-wrapper {
  display: flex;
  align-items: center;
  font-size: var(--mdb-datatable-select-wrapper-font-size);
  font-weight: var(--mdb-datatable-select-wrapper-font-weight);
  padding: 0 1rem;
}
.datatable-select-wrapper .select-input {
  max-width: 70px;
}
.datatable-select-text {
  margin: 0 1rem;
}
.datatable.datatable-sm th,
.datatable.datatable-sm td {
  padding: var(--mdb-datatable-sm-th-td-padding-y) var(--mdb-datatable-sm-th-td-padding-x);
}
.datatable.datatable-sm tbody tr:last-child {
  border-bottom: transparent;
  height: var(--mdb-datatable-sm-tbody-tr-last-child-height);
}
.datatable.datatable-sm .datatable-pagination {
  padding: var(--mdb-datatable-sm-pagination-padding) 0;
}
.datatable.datatable-bordered th,
.datatable.datatable-bordered td {
  border-width: var(--mdb-datatable-bordered-th-td-border-width);
}
.datatable.datatable-bordered .datatable-pagination {
  border: var(--mdb-datatable-bordered-th-td-border-width) solid var(--mdb-datatable-border-color);
}
.datatable.datatable-striped tbody tr:nth-of-type(odd) {
  background-color: var(--mdb-datatable-accent-bg);
  color: var(--mdb-datatable-striped-color);
}
.datatable.datatable-hover tbody tr {
  transition: var(--mdb-datatable-hover-tbody-tr-transition) !important;
}
.datatable.datatable-hover tbody tr:hover {
  background-color: var(--mdb-datatable-hover-bg) !important;
}
.datatable.datatable-clickable-rows tbody tr {
  cursor: pointer;
}
.datatable.datatable-clickable-rows tbody tr.active {
  background-color: var(--mdb-datatable-hover-bg);
}
.datatable.datatable-dark {
  --mdb-datatable-color: #fff;
  --mdb-datatable-border-color: rgb(251, 251, 251);
  --mdb-datatable-active-color: rgba(255, 255, 255, 0.2);
  --mdb-datatable-striped-color: white;
  --mdb-datatable-accent-bg: rgba(255, 255, 255, 0.05);
  --mdb-datatable-hover-bg: rgba(255, 255, 255, 0.2);
  --mdb-datatable-hover-color: white;
}
.datatable.datatable-dark .datatable-select-wrapper .select-arrow,
.datatable.datatable-dark .datatable-select-wrapper input {
  color: var(--mdb-datatable-dark-select-arrow-input-color);
}
.datatable.datatable-dark .datatable-select-wrapper .form-outline .form-control:focus ~ .form-notch .form-notch-leading,
.datatable.datatable-dark .datatable-select-wrapper .form-notch-trailing {
  border-color: var(--mdb-datatable-dark-border-color) !important;
}
.datatable.datatable-dark .datatable-select-wrapper .form-notch-leading,
.datatable.datatable-dark .datatable-select-wrapper .form-notch-middle,
.datatable.datatable-dark .datatable-select-wrapper .form-notch-trailing {
  border-color: var(--mdb-datatable-dark-border-color) !important;
}
.datatable.datatable-dark .datatable-select-wrapper .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
  border-color: var(--mdb-datatable-dark-border-color) !important;
}
.datatable.datatable-dark .form-check-input[type=checkbox]:checked {
  background-color: transparent;
  border-color: var(--mdb-datatable-dark-check-border-color);
}
.datatable.datatable-dark .datatable-progress {
  opacity: var(--mdb-datatable-dark-datatable-progress-opacity);
}
.datatable.border-primary {
  --mdb-datatable-border-color: #3b71ca;
}
.datatable.border-secondary {
  --mdb-datatable-border-color: #9fa6b2;
}
.datatable.border-success {
  --mdb-datatable-border-color: #14a44d;
}
.datatable.border-danger {
  --mdb-datatable-border-color: #dc4c64;
}
.datatable.border-warning {
  --mdb-datatable-border-color: #e4a11b;
}
.datatable.border-info {
  --mdb-datatable-border-color: #54b4d3;
}
.datatable.border-light {
  --mdb-datatable-border-color: #fbfbfb;
}
.datatable.border-dark {
  --mdb-datatable-border-color: #332d2d;
}
.datatable.datatable-borderless {
  --mdb-datatable-border-color: transparent;
}
.datatable.datatable-loading {
  color: var(--mdb-datatable-muted-color);
}
.datatable.datatable-loading th {
  color: var(--mdb-datatable-muted-color);
}
.datatable.datatable-loading .datatable-sort-icon {
  display: none;
}
.datatable.table-editor tr .edit-button,
.datatable.table-editor tr .delete-button,
.datatable.table-editor tr .discard-button,
.datatable.table-editor tr .save-button,
.datatable.table-editor tr .popconfirm-toggle {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.datatable.table-editor tr .edit-button:focus,
.datatable.table-editor tr .edit-button:active,
.datatable.table-editor tr .delete-button:focus,
.datatable.table-editor tr .delete-button:active,
.datatable.table-editor tr .discard-button:focus,
.datatable.table-editor tr .discard-button:active,
.datatable.table-editor tr .save-button:focus,
.datatable.table-editor tr .save-button:active,
.datatable.table-editor tr .popconfirm-toggle:focus,
.datatable.table-editor tr .popconfirm-toggle:active {
  box-shadow: none;
  color: #3b71ca !important;
}
.datatable.table-editor.datatable-dark tr .edit-button:focus,
.datatable.table-editor.datatable-dark tr .edit-button:active,
.datatable.table-editor.datatable-dark tr .delete-button:focus,
.datatable.table-editor.datatable-dark tr .delete-button:active,
.datatable.table-editor.datatable-dark tr .discard-button:focus,
.datatable.table-editor.datatable-dark tr .discard-button:active,
.datatable.table-editor.datatable-dark tr .save-button:focus,
.datatable.table-editor.datatable-dark tr .save-button:active,
.datatable.table-editor.datatable-dark tr .popconfirm-toggle:focus,
.datatable.table-editor.datatable-dark tr .popconfirm-toggle:active {
  color: white !important;
}
.datatable.table-editor.datatable-dark tr .edit-button:focus i,
.datatable.table-editor.datatable-dark tr .edit-button:active i,
.datatable.table-editor.datatable-dark tr .delete-button:focus i,
.datatable.table-editor.datatable-dark tr .delete-button:active i,
.datatable.table-editor.datatable-dark tr .discard-button:focus i,
.datatable.table-editor.datatable-dark tr .discard-button:active i,
.datatable.table-editor.datatable-dark tr .save-button:focus i,
.datatable.table-editor.datatable-dark tr .save-button:active i,
.datatable.table-editor.datatable-dark tr .popconfirm-toggle:focus i,
.datatable.table-editor.datatable-dark tr .popconfirm-toggle:active i {
  font-weight: 600 !important;
}
.datatable.table-editor.edited-table {
  --datatable-color: rgb(161, 161, 161);
  pointer-events: none;
}
.datatable.table-editor.edited-table .edited-row {
  color: rgb(38, 38, 38);
  pointer-events: all;
}
.datatable.table-editor.edited-table .edited-row td {
  padding: 0.8rem 1.4rem;
}
.datatable.table-editor.edited-table .edited-row [data-mdb-field=action_buttons] {
  padding: 1rem 1.4rem;
}
.datatable.table-editor.edited-table .edited-row input {
  font-size: 0.9rem;
  line-height: 1.5;
}
.datatable.table-editor.edited-table .ps__rail-x,
.datatable.table-editor.edited-table .ps__rail-y {
  pointer-events: all;
}
@media (max-width: 520px) {
  .datatable-pagination {
    flex-direction: column-reverse;
  }
  .datatable-pagination-nav {
    margin: 0.8rem 0;
  }
  .datatable-pagination-button {
    font-size: 1rem;
  }
  .datatable-pagination-buttons {
    margin: 0.8rem 0;
  }
}
.steps,
.stepper {
  --mdb-steps-transition: height 0.2s ease-in-out;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  transition: var(--mdb-steps-transition);
}
.steps-step,
.stepper-vertical .stepper-step {
  --mdb-steps-step-after-left: 2.45rem;
  --mdb-steps-step-after-width: 1px;
  --mdb-steps-step-after-margin-top: 0.5rem;
  --mdb-steps-step-after-bg: #dfdfdf;
  height: fit-content;
  position: relative;
}
.steps-step-after,
.stepper-vertical .stepper-step:not(:last-child):after {
  position: absolute;
  left: var(--mdb-steps-step-after-left);
  width: var(--mdb-steps-step-after-width);
  margin-top: var(--mdb-steps-step-after-margin-top);
  content: "";
  background-color: var(--mdb-steps-step-after-bg);
}
.steps-content,
.stepper-vertical .stepper-content {
  --mdb-steps-content-padding-y: 1.5rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: var(--mdb-steps-content-padding-y);
  padding-right: var(--mdb-steps-content-padding-y);
}
.steps-head-vertical,
.stepper-vertical .stepper-head {
  --mdb-steps-head-vertical-padding-top: 1.5rem;
  --mdb-steps-head-vertical-padding-x: 1.5rem;
  padding-left: var(--mdb-steps-head-vertical-padding-x);
  padding-right: var(--mdb-steps-head-vertical-padding-x);
  padding-top: var(--mdb-steps-head-vertical-padding-top);
}
.steps-head-icon-vertical,
.stepper-vertical .stepper-head-icon {
  --mdb-steps-head-icon-vertical-margin-right: 0.75rem;
  margin-right: var(--mdb-steps-head-icon-vertical-margin-right);
}
.steps-head-text-after-vertical,
.stepper-vertical .stepper-head-text:after {
  position: absolute;
}
.steps-head,
.stepper-head {
  --mdb-steps-head-line-height: 1.3;
  --mdb-steps-head-hover-bgc: rgba(0, 0, 0, 0.025);
  display: flex;
  align-items: center;
  text-decoration: none;
  color: unset;
  line-height: var(--mdb-steps-head-line-height);
}
.steps-head-hover,
.stepper-head:hover {
  background-color: var(--mdb-steps-head-hover-bgc);
}
.steps-head-focus,
.stepper-head:focus {
  outline: none;
}
.steps-head-text,
.stepper-head-text {
  --mdb-steps-head-text-color: #757575;
  --mdb-steps-head-text-after-font-size: 0.8rem;
  color: var(--mdb-steps-head-text-color);
}
.steps-head-text-after,
.stepper-head-text:after {
  display: flex;
  font-size: var(--mdb-steps-head-text-after-font-size);
  content: attr(data-content);
}
.steps-head-icon,
.stepper-head-icon {
  --mdb-steps-head-icon-font-size: 0.875rem;
  --mdb-steps-head-icon-width: 1.938rem;
  --mdb-steps-head-icon-height: 1.938rem;
  --mdb-steps-head-icon-font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: var(--mdb-steps-head-icon-font-size);
  width: var(--mdb-steps-head-icon-width);
  height: var(--mdb-steps-head-icon-height);
  font-weight: var(--mdb-steps-head-icon-font-weight);
}
.steps-active-head-text,
.stepper-active .stepper-head-text {
  --mdb-steps-active-head-text-font-weight: 500;
  font-weight: var(--mdb-steps-active-head-text-font-weight);
}
.stepper {
  --mdb-stepper-padding-x: 1rem;
  --mdb-stepper-step-height: 4.5rem;
  --mdb-stepper-step-head-padding-left: 1.5rem;
  --mdb-stepper-step-head-padding-right: 1.5rem;
  --mdb-stepper-step-head-height: 1px;
  --mdb-stepper-step-head-bg: rgba(0, 0, 0, 0.1);
  --mdb-stepper-step-head-margin-right: 0.5rem;
  --mdb-stepper-step-head-margin-left: 0.5rem;
  --mdb-stepper-head-icon-margin-y: 1.5rem;
  --mdb-stepper-head-icon-margin-right: 0.5rem;
  --mdb-stepper-vertical-step-top: 3.25rem;
  --mdb-stepper-vertical-step-height: calc(100% - 2.45rem);
  --mdb-stepper-vertical-content-padding-left: 3.75rem;
  --mdb-stepper-vertical-content-transition:
    height 0.3s ease-in-out,
    margin-top 0.3s ease-in-out,
    margin-bottom 0.3s ease-in-out,
    padding-top 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
  --mdb-stepper-vertical-head-padding-bottom: 1.5rem;
  --mdb-stepper-mobile-step-margin-y: 1rem;
  --mdb-stepper-mobile-step-head-padding-x: 0.25rem;
  --mdb-stepper-mobile-head-icon-height: 0.5rem;
  --mdb-stepper-mobile-head-icon-width: 0.5rem;
  --mdb-stepper-mobile-content-top: 2.56rem;
  --mdb-stepper-mobile-active-head-icon-bg: rgb(55, 111, 200);
  --mdb-stepper-mobile-completed-head-icon-bg: rgb(19, 150, 71);
  --mdb-stepper-head-icon-bg: rgb(235, 237, 239);
  --mdb-stepper-head-icon-color: rgb(64, 70, 79);
  --mdb-stepper-completed-head-icon-bg: rgb(214, 240, 224);
  --mdb-stepper-completed-head-icon-color: rgb(13, 104, 50);
  --mdb-stepper-active-head-icon-bg: rgb(223, 231, 246);
  --mdb-stepper-active-head-icon-color: rgb(44, 88, 160);
  --mdb-stepper-invalid-head-icon-bg: rgb(249, 225, 229);
  --mdb-stepper-invalid-head-icon-color: rgb(175, 35, 58);
  --mdb-stepper-disabled-head-color: #808080;
  --mdb-stepper-disabled-head-icon-bg: #e6e6e6;
  --mdb-stepper-disabled-head-icon-color: #808080;
  --mdb-stepper-mobile-head-padding-y: 0.5rem;
  --mdb-stepper-mobile-head-padding-x: 1rem;
  --mdb-stepper-mobile-footer-height: 2.5rem;
  --mdb-stepper-back-btn-i-margin-right: 0.5rem;
  --mdb-stepper-next-btn-i-margin-left: 0.5rem;
  --mdb-stepper-mobile-progress-bar-height: 0.3rem;
  --mdb-stepper-mobile-progress-height: 0.3rem;
  --mdb-stepper-mobile-progress-background-color: #e0e0e0;
}
.stepper-horizontal-content-container {
  overflow: hidden;
  padding: 1rem;
}
.stepper:not(.stepper-vertical) {
  display: flex;
  justify-content: space-between;
}
.stepper:not(.stepper-vertical) .stepper-content {
  position: absolute;
  width: 100%;
  padding-right: var(--mdb-stepper-padding-x);
  padding-left: var(--mdb-stepper-padding-x);
}
.stepper:not(.stepper-vertical) .stepper-step {
  flex: auto;
  height: var(--mdb-stepper-step-height);
}
.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
  padding-left: var(--mdb-stepper-step-head-padding-left);
}
.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
  padding-right: var(--mdb-stepper-step-head-padding-right);
}
.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before {
  flex: 1;
  height: var(--mdb-stepper-step-head-height);
  width: 100%;
  margin-right: var(--mdb-stepper-step-head-margin-right);
  content: "";
  background-color: var(--mdb-stepper-step-head-bg);
}
.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after {
  flex: 1;
  height: var(--mdb-stepper-step-head-height);
  width: 100%;
  margin-left: var(--mdb-stepper-step-head-margin-left);
  content: "";
  background-color: var(--mdb-stepper-step-head-bg);
}
.stepper:not(.stepper-vertical) .stepper-head-icon {
  margin-top: var(--mdb-stepper-head-icon-margin-y);
  margin-right: var(--mdb-stepper-head-icon-margin-right);
  margin-bottom: var(--mdb-stepper-head-icon-margin-y);
  margin-left: 0;
}
.stepper-vertical .stepper-step:not(:last-child):after {
  top: var(--mdb-stepper-vertical-step-top);
  height: var(--mdb-stepper-vertical-step-height);
}
.stepper-vertical .stepper-vertical-content-container {
  overflow: hidden;
}
.stepper-vertical .stepper-content {
  padding-left: var(--mdb-stepper-vertical-content-padding-left);
  transition: var(--mdb-stepper-vertical-content-transition);
  overflow: visible;
}
.stepper-vertical .stepper-head {
  padding-bottom: var(--mdb-stepper-vertical-head-padding-bottom);
}
.stepper.stepper-mobile {
  justify-content: center;
  align-items: flex-end;
}
.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon {
  display: none;
}
.stepper.stepper-mobile .stepper-step {
  flex: unset;
  height: fit-content;
  margin-top: var(--mdb-stepper-mobile-step-margin-y);
  margin-bottom: var(--mdb-stepper-mobile-step-margin-y);
}
.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after {
  margin-left: 0;
}
.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before {
  margin-right: 0;
}
.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head {
  padding-left: var(--mdb-stepper-mobile-step-head-padding-x);
  padding-right: var(--mdb-stepper-mobile-step-head-padding-x);
}
.stepper.stepper-mobile .stepper-head-icon {
  font-size: 0;
  margin: 0;
  height: var(--mdb-stepper-mobile-head-icon-height);
  width: var(--mdb-stepper-mobile-head-icon-width);
  z-index: 1;
}
.stepper.stepper-mobile .stepper-head-text {
  display: none;
}
.stepper.stepper-mobile .stepper-content {
  top: var(--mdb-stepper-mobile-content-top);
}
.stepper.stepper-mobile .stepper-active .stepper-head-icon {
  background-color: var(--mdb-stepper-mobile-active-head-icon-bg);
}
.stepper.stepper-mobile .stepper-completed .stepper-head-icon {
  background-color: var(--mdb-stepper-mobile-completed-head-icon-bg);
}
.stepper-form {
  display: inherit;
  justify-content: inherit;
  width: inherit;
  position: inherit;
}
.stepper-content {
  left: 0;
}
.stepper-content[aria-expanded=false] {
  height: 0px;
  overflow: hidden;
}
.stepper-head {
  cursor: pointer;
}
.stepper-head-icon {
  background-color: var(--mdb-stepper-head-icon-bg);
  color: var(--mdb-stepper-head-icon-color);
}
.stepper-completed .stepper-head-icon {
  background-color: var(--mdb-stepper-completed-head-icon-bg);
  color: var(--mdb-stepper-completed-head-icon-color);
}
.stepper-active .stepper-head-icon {
  background-color: var(--mdb-stepper-active-head-icon-bg);
  color: var(--mdb-stepper-active-head-icon-color);
}
.stepper-invalid .stepper-head-icon {
  background-color: var(--mdb-stepper-invalid-head-icon-bg);
  color: var(--mdb-stepper-invalid-head-icon-color);
}
.stepper-disabled .stepper-head {
  color: var(--mdb-stepper-disabled-head-color);
  cursor: default;
}
.stepper-disabled .stepper-head-icon {
  background-color: var(--mdb-stepper-disabled-head-icon-bg);
  color: var(--mdb-stepper-disabled-head-icon-color);
}
.stepper-mobile-head {
  position: relative;
  align-self: normal;
  height: fit-content;
  width: 100%;
  padding-top: var(--mdb-stepper-mobile-head-padding-y);
  padding-right: var(--mdb-stepper-mobile-head-padding-x);
  padding-bottom: var(--mdb-stepper-mobile-head-padding-y);
  padding-left: var(--mdb-stepper-mobile-head-padding-x);
}
.stepper-mobile-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--mdb-stepper-mobile-footer-height);
}
.stepper-back-btn {
  display: block;
  left: 0;
}
.stepper-back-btn .btn-link {
  color: unset;
}
.stepper-back-btn i {
  margin-right: var(--mdb-stepper-back-btn-i-margin-right);
}
.stepper-next-btn {
  display: block;
  right: 0;
}
.stepper-next-btn .btn-link {
  color: unset;
}
.stepper-next-btn i {
  margin-left: var(--mdb-stepper-next-btn-i-margin-left);
}
.stepper-mobile-progress-bar {
  height: var(--mdb-stepper-mobile-progress-bar-height);
  width: 0;
}
.stepper-mobile-progress {
  height: var(--mdb-stepper-mobile-progress-height);
  flex-grow: 100;
  background-color: var(--mdb-stepper-mobile-progress-background-color);
}
.select-dropdown .form-check-input label {
  display: block;
}
select.select-initialized {
  display: none !important;
}
.form-outline {
  --mdb-form-outline-select-arrow-color: #000;
  --mdb-form-outline-select-arrow-font-size: 16px;
  --mdb-form-outline-select-arrow-top: 7px;
  --mdb-form-outline-select-arrow-right: 16px;
  --mdb-form-outline-select-valid-color: #00b74a;
  --mdb-form-outline-select-invalid-color: #f93154;
  --mdb-form-outline-select-clear-btn-color: #000;
  --mdb-form-outline-select-clear-btn-font-size: 1rem;
  --mdb-form-outline-select-clear-btn-top: 7px;
  --mdb-form-outline-select-clear-btn-right: 27px;
  --mdb-form-outline-select-clear-btn-focus-color: #3b71ca;
  --mdb-form-outline-select-sm-clear-btn-font-size: 0.8rem;
  --mdb-form-outline-select-sm-clear-btn-top: 4px;
  --mdb-form-outline-select-lg-clear-btn-top: 11px;
  --mdb-form-outline-select-label-max-width: 80%;
  --mdb-form-outline-select-label-active-transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
  --mdb-form-outline-select-lg-label-active-transform: translateY(-1.25rem) translateY(0.1rem) scale(0.8);
  --mdb-form-outline-select-sm-label-active-transform: translateY(-0.83rem) translateY(0.1rem) scale(0.8);
  --mdb-form-outline-select-input-focused-color: #616161;
  --mdb-form-outline-select-label-color: #3b71ca;
  --mdb-form-outline-select-notch-border-color: #3b71ca;
  --mdb-form-outline-select-white-notch-border-color: #fff;
  --mdb-form-outline-select-input-focused-arrow-color: #3b71ca;
  --mdb-form-outline-select-white-focus-arrow-color: #fff;
  --mdb-form-outline-select-white-arrow-color: #fff;
  --mdb-form-outline-select-white-clear-btn: #fff;
  --mdb-form-outline-select-sm-arrow-top: 3px;
  --mdb-form-outline-select-lg-arrow-top: 11px;
  --mdb-form-outline-form-notch-border-top: 1px solid transparent;
}
.select-arrow {
  color: var(--mdb-form-outline-select-arrow-color);
  text-align: center;
  font-size: var(--mdb-form-outline-select-arrow-font-size);
  position: absolute;
  top: var(--mdb-form-outline-select-arrow-top);
  right: var(--mdb-form-outline-select-arrow-right);
  cursor: pointer;
}
.select-arrow::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.select-arrow:empty::after {
  margin-left: 0;
}
.was-validated .form-control:valid ~ .select-arrow {
  color: var(--mdb-form-outline-select-valid-color);
}
.was-validated .form-control:invalid ~ .select-arrow {
  color: var(--mdb-form-outline-select-invalid-color);
}
.select-clear-btn {
  color: var(--mdb-form-outline-select-clear-btn-color);
  font-size: var(--mdb-form-outline-select-clear-btn-font-size);
  position: absolute;
  top: var(--mdb-form-outline-select-clear-btn-top);
  right: var(--mdb-form-outline-select-clear-btn-right);
  cursor: pointer;
}
.select-clear-btn:focus {
  color: var(--mdb-form-outline-select-clear-btn-focus-color);
  outline: none;
}
.form-control-sm ~ .select-clear-btn {
  font-size: var(--mdb-form-outline-select-sm-clear-btn-font-size);
  top: var(--mdb-form-outline-select-sm-clear-btn-top);
}
.form-control-lg ~ .select-clear-btn {
  top: var(--mdb-form-outline-select-lg-clear-btn-top);
}
.select-dropdown-container {
  --mdb-form-outline-select-dropdown-container-z-index: 1070;
  --mdb-form-outline-select-dropdown-bg: #fff;
  --mdb-form-outline-select-dropdown-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  --mdb-form-outline-select-dropdown-min-width: 100px;
  --mdb-form-outline-select-dropdown-transform: scaleY(0.8);
  --mdb-form-outline-select-dropdown-transition: all 0.2s;
  --mdb-form-outline-select-dropdown-open-transform: scaleY(1);
  --mdb-form-outline-select-dropdown-input-group-padding: 10px;
  --mdb-form-outline-select-options-wrapper-scrollbar-width: 4px;
  --mdb-form-outline-select-options-wrapper-scrollbar-height: 4px;
  --mdb-form-outline-select-options-wrapper-scrollbar-border-bottom-right-radius: 4px;
  --mdb-form-outline-select-options-wrapper-scrollbar-border-bottom-left-radius: 4px;
  --mdb-form-outline-select-options-wrapper-scrollbar-thumb-height: 50px;
  --mdb-form-outline-select-options-wrapper-scrollbar-thumb-bg: #999;
  --mdb-form-outline-select-options-wrapper-scrollbar-thumb-border-radius: 4px;
  --mdb-form-outline-select-no-results-padding-left: 16px;
  --mdb-form-outline-select-no-results-padding-right: 16px;
  outline: 0;
}
.select-dropdown {
  background-color: var(--mdb-form-outline-select-dropdown-bg);
  box-shadow: var(--mdb-form-outline-select-dropdown-box-shadow);
  margin: 0;
  min-width: var(--mdb-form-outline-select-dropdown-min-width);
  outline: 0;
}
.select-dropdown .input-group {
  padding: var(--mdb-form-outline-select-dropdown-input-group-padding);
}
.select-label {
  max-width: var(--mdb-form-outline-select-label-max-width);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-label.active {
  transform: var(--mdb-form-outline-select-label-active-transform);
}
.select-lg.active ~ .form-label {
  transform: var(--mdb-form-outline-select-lg-label-active-transform);
}
.select-sm.active ~ .form-label {
  transform: var(--mdb-form-outline-select-sm-label-active-transform);
}
.form-outline .select-label.active ~ .form-notch .form-notch-middle {
  border-right: none;
  border-left: none;
  border-top: var(--mdb-form-outline-form-notch-border-top);
}
.select-input {
  cursor: pointer;
}
.select-input[disabled] {
  cursor: default;
}
.select.active ~ .form-notch .form-notch-middle {
  border-top: 1px solid transparent !important;
}
.select.focused:not(.active) ~ .form-notch .form-notch-middle {
  border-top: 2px solid;
  border-color: #3b71ca;
}
.select.focused {
  color: var(--mdb-form-outline-select-input-focused-color);
  outline: 0;
}
.select.focused ~ .form-label {
  color: var(--mdb-form-outline-select-label-color);
}
.select.focused::placeholder {
  opacity: 1;
}
.select.focused ~ .form-notch .form-notch-leading {
  border-color: var(--mdb-form-outline-select-notch-border-color);
  box-shadow:
    -1px 0 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 1px 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 -1px 0 0 var(--mdb-form-outline-select-notch-border-color);
}
.select.focused ~ .form-notch .form-notch-middle {
  border-top: var(--mdb-form-outline-form-notch-border-top);
  border-color: var(--mdb-form-outline-select-notch-border-color);
  box-shadow: 0 1px 0 0 var(--mdb-form-outline-select-notch-border-color);
}
.select.focused ~ .form-notch .form-notch-trailing {
  border-color: var(--mdb-form-outline-select-notch-border-color);
  box-shadow:
    1px 0 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 -1px 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 1px 0 0 var(--mdb-form-outline-select-notch-border-color);
}
.select.focused .select-arrow {
  color: var(--mdb-form-outline-select-input-focused-arrow-color);
}
.form-control-sm ~ .select-arrow {
  top: var(--mdb-form-outline-select-sm-arrow-top);
}
.form-control-lg ~ .select-arrow {
  top: var(--mdb-form-outline-select-lg-arrow-top);
}
.select-options-wrapper {
  overflow-y: auto;
}
.select-options-wrapper::-webkit-scrollbar {
  width: var(--mdb-form-outline-select-options-wrapper-scrollbar-width);
  height: var(--mdb-form-outline-select-options-wrapper-scrollbar-height);
}
.select-options-wrapper::-webkit-scrollbar-button:start:decrement,
.select-options-wrapper::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
.select-options-wrapper::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 0;
  border-bottom-right-radius: var(--mdb-form-outline-select-options-wrapper-scrollbar-border-bottom-right-radius);
  border-bottom-left-radius: var(--mdb-form-outline-select-options-wrapper-scrollbar-border-bottom-left-radius);
}
.select-options-wrapper::-webkit-scrollbar-thumb:vertical {
  height: var(--mdb-form-outline-select-options-wrapper-scrollbar-thumb-height);
  background-color: var(--mdb-form-outline-select-options-wrapper-scrollbar-thumb-bg);
  border-radius: var(--mdb-form-outline-select-options-wrapper-scrollbar-thumb-border-radius);
}
.select-options-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-custom-content {
  --mdb-form-outline-select-custom-content-padding: 16px;
  padding: var(--mdb-form-outline-select-custom-content-padding);
}
.select-no-results {
  padding-left: var(--mdb-form-outline-select-no-results-padding-left);
  padding-right: var(--mdb-form-outline-select-no-results-padding-right);
  display: flex;
  align-items: center;
}
.form-white .select.focused .select-arrow {
  color: var(--mdb-form-outline-select-white-arrow-color);
}
.form-white .select:focus .select-arrow {
  color: var(--mdb-form-outline-select-white-arrow-color);
}
.form-white .select-arrow {
  color: var(--mdb-form-outline-select-white-arrow-color);
}
.form-white .select-clear-btn {
  color: var(--mdb-form-outline-select-white-clear-btn);
}
.form-white .select ~ .form-label {
  color: var(--mdb-form-outline-select-white-arrow-color);
}
.form-white .select ~ .form-notch div {
  border-color: #bdbdbd;
}
.form-white .select.focused ~ .form-notch .form-notch-leading {
  border-color: var(--mdb-form-outline-select-white-notch-border-color);
  box-shadow:
    -1px 0 0 0 var(--mdb-form-outline-select-white-notch-border-color),
    0 1px 0 0 var(--mdb-form-outline-select-white-notch-border-color),
    0 -1px 0 0 var(--mdb-form-outline-select-white-notch-border-color);
}
.form-white .select.focused ~ .form-notch .form-notch-middle {
  border-top: var(--mdb-form-outline-form-notch-border-top);
  border-color: var(--mdb-form-outline-select-white-notch-border-color);
  box-shadow: 0 1px 0 0 var(--mdb-form-outline-select-white-notch-border-color);
}
.form-white .select.focused ~ .form-notch .form-notch-trailing {
  border-color: var(--mdb-form-outline-select-white-notch-border-color);
  box-shadow:
    1px 0 0 0 var(--mdb-form-outline-select-white-notch-border-color),
    0 -1px 0 0 var(--mdb-form-outline-select-white-notch-border-color),
    0 1px 0 0 var(--mdb-form-outline-select-white-notch-border-color);
}
.loading-spinner {
  --mdb-loading-spinner-top: 50%;
  --mdb-loading-spinner-left: 50%;
  --mdb-loading-spinner-transform: translate(-50%, -50%);
  --mdb-loading-spinner-color: #3b71ca;
  position: absolute;
  top: var(--mdb-loading-spinner-top);
  left: var(--mdb-loading-spinner-left);
  transform: var(--mdb-loading-spinner-transform);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--mdb-loading-spinner-color);
  z-index: 1056;
}
.loading-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--mdb-datepicker-backdrop-background-color);
  z-index: var(--mdb-datepicker-zindex);
}
.loading-backdrop-fullscreen {
  background-color: var(--mdb-datepicker-backdrop-background-color);
  opacity: 0.5;
}
.autocomplete-active ~ .form-label {
  --mdb-autocomplete-label-active-transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
  --mdb-autocomplete-label-color: #3b71ca;
  transform: var(--mdb-autocomplete-label-active-transform);
}
.form-outline .autocomplete-active ~ .form-notch .form-notch-middle {
  border-top: none;
  border-right: none;
  border-left: none;
}
.select-input {
  cursor: pointer;
}
.select-input[disabled] {
  cursor: default;
}
.form-outline {
  --mdb-form-outline-select-notch-border-color: #3b71ca;
}
.autocomplete-input.focused {
  --mdb-autocomplete-input-focused-color: #616161;
  color: var(--mdb-autocomplete-input-focused-color);
  outline: 0;
}
.autocomplete-input.focused ~ .form-label {
  color: var(--mdb-autocomplete-label-color);
}
.autocomplete-input.focused::placeholder {
  opacity: 1;
}
.autocomplete-input.focused ~ .form-notch .form-notch-leading {
  border-color: var(--mdb-form-outline-select-notch-border-color);
  box-shadow:
    -1px 0 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 1px 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 -1px 0 0 var(--mdb-form-outline-select-notch-border-color);
}
.autocomplete-input.focused ~ .form-notch .form-notch-middle {
  border-color: var(--mdb-form-outline-select-notch-border-color);
  box-shadow: 0 1px 0 0 var(--mdb-form-outline-select-notch-border-color);
  border-top: 1px solid transparent;
}
.autocomplete-input.focused ~ .form-notch .form-notch-trailing {
  border-color: var(--mdb-form-outline-select-notch-border-color);
  box-shadow:
    1px 0 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 -1px 0 0 var(--mdb-form-outline-select-notch-border-color),
    0 1px 0 0 var(--mdb-form-outline-select-notch-border-color);
}
.autocomplete-dropdown-container {
  --mdb-autocomplete-dropdown-container-zindex: 1065;
  --mdb-autocomplete-dropdown-background-color: #fff;
  --mdb-autocomplete-dropdown-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  --mdb-autocomplete-dropdown-margin: 0;
  --mdb-autocomplete-dropdown-transform: scaleY(0.8);
  --mdb-autocomplete-dropdown-transition: all 0.2s;
  --mdb-autocomplete-dropdown-open-transform: scaleY(1);
  --mdb-autocomplete-item-color: rgba(0, 0, 0, 0.87);
  --mdb-autocomplete-item-padding: 6.5px 16px;
  --mdb-autocomplete-item-font-size: 1rem;
  --mdb-autocomplete-item-font-weight: 400;
  --mdb-autocomplete-item-hover-background-color: #ddd;
  --mdb-autocomplete-item-disabled-color: #9e9e9e;
  z-index: var(--mdb-autocomplete-dropdown-container-zindex);
}
.autocomplete-dropdown {
  background-color: var(--mdb-autocomplete-dropdown-background-color);
  box-shadow: var(--mdb-autocomplete-dropdown-box-shadow);
  margin: var(--mdb-autocomplete-dropdown-margin);
  outline: 0;
  position: relative;
}
.autocomplete-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.autocomplete-items-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.autocomplete-items-list::-webkit-scrollbar-button:start:decrement,
.autocomplete-items-list::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
.autocomplete-items-list::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.autocomplete-items-list::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #999;
  border-radius: 4px;
}
.autocomplete-item {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--mdb-autocomplete-item-color);
  padding: var(--mdb-autocomplete-item-padding);
  font-size: var(--mdb-autocomplete-item-font-size);
  font-weight: var(--mdb-autocomplete-item-font-weight);
  background-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.autocomplete-item:hover:not(.disabled) {
  background-color: var(--mdb-autocomplete-item-hover-background-color);
}
.autocomplete-item.active {
  background-color: var(--mdb-autocomplete-item-hover-background-color);
}
.autocomplete-item.disabled {
  cursor: default;
  color: var(--mdb-autocomplete-item-disabled-color);
}
.autocomplete-loader {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 1.4rem;
  height: 1.4rem;
  border-width: 0.15em;
}
.autocomplete-custom-content {
  padding: 16px;
}
.autocomplete-no-results {
  padding: 6.5px 16px;
}
.form-outline .autocomplete-input.form-control.focusing ~ .form-notch .form-notch-middle {
  transition: none;
}
.chip {
  --mdb-chip-height: 32px;
  --mdb-chip-line-height: 2;
  --mdb-chip-padding-right: 12px;
  --mdb-chip-margin-y: 5px;
  --mdb-chip-margin-right: 1rem;
  --mdb-chip-font-size: 13px;
  --mdb-chip-font-weight: 400;
  --mdb-chip-font-color: #4f4f4f;
  --mdb-chip-bg: #eceff1;
  --mdb-chip-border-radius: 16px;
  --mdb-chip-transition-opacity: 0.3s linear;
  --mdb-chip-img-margin-right: 8px;
  --mdb-chip-img-margin-left: -12px;
  --mdb-chip-close-padding-left: 8px;
  --mdb-chip-close-font-size: 16px;
  --mdb-chip-close-opacity: 0.53;
  --mdb-chip-outline-border-width: 1px;
  --mdb-chip-md-height: 42px;
  --mdb-chip-md-br: 21px;
  --mdb-chip-lg-height: 52px;
  --mdb-chip-lg-br: 26px;
  --mdb-chip-contenteditable-border-width: 3px;
  --mdb-chip-contenteditable-border-color: #b2b3b4;
  --mdb-chip-icon-color: #afafaf;
  --mdb-chip-icon-transition: 0.2s ease-in-out;
  --mdb-chip-icon-hover-color: #8b8b8b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--mdb-chip-height);
  line-height: var(--mdb-chip-line-height);
  padding: 0 var(--mdb-chip-padding-right);
  margin-top: var(--mdb-chip-margin-y);
  margin-bottom: var(--mdb-chip-margin-y);
  margin-right: var(--mdb-chip-margin-right);
  font-size: var(--mdb-chip-font-size);
  font-weight: var(--mdb-chip-font-weight);
  color: var(--mdb-chip-font-color);
  cursor: pointer;
  background-color: var(--mdb-chip-bg);
  border-radius: var(--mdb-chip-border-radius);
  transition: opacity var(--mdb-chip-transition-opacity);
  word-wrap: break-word;
  box-shadow: none;
  text-transform: none;
}
.chip:hover {
  box-shadow: none !important;
}
.chip:hover:not(.chip-outline) {
  background-color: var(--mdb-chip-bg);
  box-shadow: none !important;
}
.chip:active,
.chip.active {
  background-color: #cacfd1;
}
.chip img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
  margin: 0 var(--mdb-chip-img-margin-right) 0 var(--mdb-chip-img-margin-left);
}
.chip .close {
  float: right;
  padding-left: var(--mdb-chip-close-padding-left);
  font-size: var(--mdb-chip-close-font-size);
  opacity: var(--mdb-chip-close-opacity);
  cursor: pointer;
}
.chip .close:hover {
  color: #332d2d;
}
.chip .close-opacity {
  opacity: 0;
}
.chip-outline {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: var(--mdb-chip-outline-border-width);
}
.chip.chip-md {
  height: var(--mdb-chip-md-height);
  border-radius: var(--mdb-chip-md-br);
}
.chip.chip-lg {
  height: var(--mdb-chip-lg-height);
  border-radius: var(--mdb-chip-lg-br);
}
.chip[contenteditable=true] {
  outline: none;
  border: var(--mdb-chip-contenteditable-border-width) solid var(--mdb-chip-contenteditable-border-color);
  background-color: #fff;
}
.chip .far,
.chip .fas {
  color: var(--mdb-chip-icon-color);
  transition: all var(--mdb-chip-icon-transition);
}
.chip .far:hover,
.chip .fas:hover {
  color: var(--mdb-chip-icon-hover-color);
}
.chips {
  --mdb-chips-min-height: 45px;
  --mdb-chips-padding-bottom: 1rem;
  --mdb-chips-margin-bottom: 30px;
  --mdb-chips-transition: 0.3s ease;
  --mdb-chips-padding-padding: 5px;
  --mdb-chips-input-width: 150px;
  min-height: var(--mdb-chips-min-height);
  padding-bottom: var(--mdb-chips-padding-bottom);
  margin-bottom: var(--mdb-chips-margin-bottom);
  border: none;
  outline: none;
  box-shadow: none;
  transition: all var(--mdb-chips-transition);
}
.chips-transition {
  transition: all var(--mdb-chips-transition);
}
.chips-padding {
  padding: var(--mdb-chips-padding-padding);
}
.chips:hover {
  cursor: text;
}
.chips .tag.selected {
  color: #fff;
}
.chips-placeholder,
.chips-initial {
  margin-bottom: 0;
  padding-bottom: 0;
}
.chips-placeholder .chips-input-wrapper,
.chips-initial .chips-input-wrapper {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  transition: all var(--mdb-chips-transition);
}
.chips-placeholder .chips-input-wrapper input,
.chips-initial .chips-input-wrapper input {
  width: var(--mdb-chips-input-width) !important;
}
.chip-opacity {
  opacity: 0;
}
.form-control.chips-input.active {
  box-shadow: none;
}
mdb-multi-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.multi-range-slider {
  width: 100%;
  height: 2px;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  position: relative;
}
.multi-range-slider .thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.45rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  touch-action: none;
}
.multi-range-slider .thumb:focus {
  outline: none;
}
.multi-range-slider .thumb-dragging {
  background-color: #b6d4fe !important;
}
@media (prefers-reduced-motion: reduce) {
  .multi-range-slider .thumb {
    -moz-transition: none;
    transition: none;
  }
}
.multi-range-slider:disabled {
  pointer-events: none;
}
.multi-range-slider:disabled .thumb {
  background-color: #adb5bd;
}
.multi-range-slider-tooltip {
  position: absolute;
  top: -38px;
  background-color: #1266f1;
  transform-origin: 50% 50%;
  border: none;
  transition:
    top 0.2s,
    transform 0.2s,
    border-radius 0.2s;
  color: #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) translate(-5px, -4px) scale(1);
}
.multi-range-slider-tooltip-value {
  transform: rotate(45deg) translateY(25%);
  color: #fff;
  height: 30px;
  font-size: 10px;
  display: block;
  width: 30px;
  text-align: center;
}
.multi-range-slider-highlighted-range {
  position: absolute;
  background-color: #3b71ca;
  height: 2px;
}
.option-group-label {
  --mdb-option-group-label-padding-left: 16px;
  --mdb-option-group-label-padding-right: 16px;
  --mdb-option-group-label-font-size: 1rem;
  --mdb-option-group-label-font-weight: 400;
  --mdb-option-group-label-color: rgba(0, 0, 0, 0.54);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: var(--mdb-option-group-label-padding-left);
  padding-right: var(--mdb-option-group-label-padding-right);
  font-size: var(--mdb-option-group-label-font-size);
  font-weight: var(--mdb-option-group-label-font-weight);
  background-color: transparent;
  color: var(--mdb-option-group-label-color);
  -webkit-user-select: none;
  user-select: none;
}
.option-group > .option {
  --mdb-option-group-option-padding-left: 26px;
  padding-left: var(--mdb-option-group-option-padding-left);
}
.option {
  --mdb-option-color: rgba(0, 0, 0, 0.87);
  --mdb-option-padding-left: 16px;
  --mdb-option-padding-right: 16px;
  --mdb-option-font-size: 1rem;
  --mdb-option-font-weight: 400;
  --mdb-option-hover-not-disabled-bg: #ddd;
  --mdb-option-active-bg: #ddd;
  --mdb-option-selected-active-bg: #ddd;
  --mdb-option-selected-disabled-color: #9e9e9e;
  --mdb-option-selected-bg: #eee;
  --mdb-option-disabled-color: #9e9e9e;
  --mdb-option-text-form-check-input-margin-right: 10px;
  --mdb-option-secondary-text-font-size: 0.8rem;
  --mdb-option-secondary-text-color: #6c757d;
  --mdb-option-icon-width: 28px;
  --mdb-option-icon-height: 28px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--mdb-option-color);
  padding-left: var(--mdb-option-padding-left);
  padding-right: var(--mdb-option-padding-right);
  font-size: var(--mdb-option-font-size);
  font-weight: var(--mdb-option-font-weight);
  background-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.option.hidden {
  display: none;
}
.option:hover:not(.disabled) {
  background-color: var(--mdb-option-hover-not-disabled-bg);
}
.option.active {
  background-color: var(--mdb-option-active-bg);
}
.option.selected.active {
  background-color: var(--mdb-option-selected-active-bg);
}
.option.selected.disabled {
  cursor: default;
  color: var(--mdb-option-selected-disabled-color);
  background-color: transparent;
}
.option.selected {
  background-color: var(--mdb-option-selected-bg);
}
.option.disabled {
  cursor: default;
  color: var(--mdb-option-disabled-color);
}
.option-text .form-check-input {
  margin-right: var(--mdb-option-text-form-check-input-margin-right);
}
.option-secondary-text {
  font-size: var(--mdb-option-secondary-text-font-size);
  color: var(--mdb-option-secondary-text-color);
  display: block;
  line-height: normal;
}
.option-icon {
  width: var(--mdb-option-icon-width);
  height: var(--mdb-option-icon-height);
}

/* node_modules/animate.css/animate.css */
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/ngx-spinner/animations/ball-scale-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#673ab7;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ffd740;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#673ab7;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#673ab7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ffd740;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ffd740;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#673ab7;
  --mdc-linear-progress-track-color:rgba(103, 58, 183, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ffd740;
  --mdc-linear-progress-track-color:rgba(255, 215, 64, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#673ab7;
  --mdc-filled-text-field-focus-active-indicator-color:#673ab7;
  --mdc-filled-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#673ab7;
  --mdc-outlined-text-field-focus-outline-color:#673ab7;
  --mdc-outlined-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(103, 58, 183, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ffd740;
  --mdc-filled-text-field-focus-active-indicator-color:#ffd740;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);
  --mdc-outlined-text-field-caret-color:#ffd740;
  --mdc-outlined-text-field-focus-outline-color:#ffd740;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 215, 64, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(103, 58, 183, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 215, 64, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#673ab7;
  --mdc-chip-elevated-selected-container-color:#673ab7;
  --mdc-chip-elevated-disabled-container-color:#673ab7;
  --mdc-chip-flat-disabled-selected-container-color:#673ab7;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color:#ffd740;
  --mdc-chip-elevated-selected-container-color:#ffd740;
  --mdc-chip-elevated-disabled-container-color:#ffd740;
  --mdc-chip-flat-disabled-selected-container-color:#ffd740;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#5e35b1;
  --mdc-switch-selected-handle-color:#5e35b1;
  --mdc-switch-selected-hover-state-layer-color:#5e35b1;
  --mdc-switch-selected-pressed-state-layer-color:#5e35b1;
  --mdc-switch-selected-focus-handle-color:#311b92;
  --mdc-switch-selected-hover-handle-color:#311b92;
  --mdc-switch-selected-pressed-handle-color:#311b92;
  --mdc-switch-selected-focus-track-color:#9575cd;
  --mdc-switch-selected-hover-track-color:#9575cd;
  --mdc-switch-selected-pressed-track-color:#9575cd;
  --mdc-switch-selected-track-color:#9575cd;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#ffb300;
  --mdc-switch-selected-handle-color:#ffb300;
  --mdc-switch-selected-hover-state-layer-color:#ffb300;
  --mdc-switch-selected-pressed-state-layer-color:#ffb300;
  --mdc-switch-selected-focus-handle-color:#ff6f00;
  --mdc-switch-selected-hover-handle-color:#ff6f00;
  --mdc-switch-selected-pressed-handle-color:#ff6f00;
  --mdc-switch-selected-focus-track-color:#ffd54f;
  --mdc-switch-selected-hover-track-color:#ffd54f;
  --mdc-switch-selected-pressed-track-color:#ffd54f;
  --mdc-switch-selected-track-color:#ffd54f;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#673ab7;
  --mdc-radio-selected-hover-icon-color:#673ab7;
  --mdc-radio-selected-icon-color:#673ab7;
  --mdc-radio-selected-pressed-icon-color:#673ab7;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#673ab7;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ffd740;
  --mdc-radio-selected-hover-icon-color:#ffd740;
  --mdc-radio-selected-icon-color:#ffd740;
  --mdc-radio-selected-pressed-icon-color:#ffd740;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ffd740;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#673ab7;
  --mdc-slider-focus-handle-color:#673ab7;
  --mdc-slider-hover-handle-color:#673ab7;
  --mdc-slider-active-track-color:#673ab7;
  --mdc-slider-inactive-track-color:#673ab7;
  --mdc-slider-with-tick-marks-inactive-container-color:#673ab7;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mat-slider-ripple-color:#673ab7;
  --mat-slider-hover-state-layer-color:rgba(103, 58, 183, 0.05);
  --mat-slider-focus-state-layer-color:rgba(103, 58, 183, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ffd740;
  --mdc-slider-focus-handle-color:#ffd740;
  --mdc-slider-hover-handle-color:#ffd740;
  --mdc-slider-active-track-color:#ffd740;
  --mdc-slider-inactive-track-color:#ffd740;
  --mdc-slider-with-tick-marks-inactive-container-color:#ffd740;
  --mdc-slider-with-tick-marks-active-container-color:rgba(0, 0, 0, 0.87);
  --mat-slider-ripple-color:#ffd740;
  --mat-slider-hover-state-layer-color:rgba(255, 215, 64, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 215, 64, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-base-elevation-level:8;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#673ab7;
  --mdc-radio-selected-hover-icon-color:#673ab7;
  --mdc-radio-selected-icon-color:#673ab7;
  --mdc-radio-selected-pressed-icon-color:#673ab7;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ffd740;
  --mdc-radio-selected-hover-icon-color:#ffd740;
  --mdc-radio-selected-icon-color:#ffd740;
  --mdc-radio-selected-pressed-icon-color:#ffd740;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#673ab7;
  --mdc-checkbox-selected-hover-icon-color:#673ab7;
  --mdc-checkbox-selected-icon-color:#673ab7;
  --mdc-checkbox-selected-pressed-icon-color:#673ab7;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#673ab7;
  --mdc-checkbox-selected-hover-state-layer-color:#673ab7;
  --mdc-checkbox-selected-pressed-state-layer-color:#673ab7;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:black;
  --mdc-checkbox-selected-focus-icon-color:#ffd740;
  --mdc-checkbox-selected-hover-icon-color:#ffd740;
  --mdc-checkbox-selected-icon-color:#ffd740;
  --mdc-checkbox-selected-pressed-icon-color:#ffd740;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ffd740;
  --mdc-checkbox-selected-hover-state-layer-color:#ffd740;
  --mdc-checkbox-selected-pressed-state-layer-color:#ffd740;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #673ab7;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#673ab7;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#673ab7;
  --mat-tab-header-active-ripple-color:#673ab7;
  --mat-tab-header-inactive-ripple-color:#673ab7;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#673ab7;
  --mat-tab-header-active-hover-label-text-color:#673ab7;
  --mat-tab-header-active-focus-indicator-color:#673ab7;
  --mat-tab-header-active-hover-indicator-color:#673ab7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ffd740;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ffd740;
  --mat-tab-header-active-ripple-color:#ffd740;
  --mat-tab-header-inactive-ripple-color:#ffd740;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ffd740;
  --mat-tab-header-active-hover-label-text-color:#ffd740;
  --mat-tab-header-active-focus-indicator-color:#ffd740;
  --mat-tab-header-active-hover-indicator-color:#ffd740;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#673ab7;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ffd740;
  --mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:black;
  --mdc-checkbox-selected-focus-icon-color:#ffd740;
  --mdc-checkbox-selected-hover-icon-color:#ffd740;
  --mdc-checkbox-selected-icon-color:#ffd740;
  --mdc-checkbox-selected-pressed-icon-color:#ffd740;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ffd740;
  --mdc-checkbox-selected-hover-state-layer-color:#ffd740;
  --mdc-checkbox-selected-pressed-state-layer-color:#ffd740;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#673ab7;
  --mdc-checkbox-selected-hover-icon-color:#673ab7;
  --mdc-checkbox-selected-icon-color:#673ab7;
  --mdc-checkbox-selected-pressed-icon-color:#673ab7;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#673ab7;
  --mdc-checkbox-selected-hover-state-layer-color:#673ab7;
  --mdc-checkbox-selected-pressed-state-layer-color:#673ab7;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
html {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#673ab7;
  --mat-text-button-state-layer-color:#673ab7;
  --mat-text-button-ripple-color:rgba(103, 58, 183, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ffd740;
  --mat-text-button-state-layer-color:#ffd740;
  --mat-text-button-ripple-color:rgba(255, 215, 64, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#673ab7;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ffd740;
  --mdc-filled-button-label-text-color:black;
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#673ab7;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ffd740;
  --mdc-protected-button-label-text-color:black;
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#673ab7;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#673ab7;
  --mat-outlined-button-ripple-color:rgba(103, 58, 183, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ffd740;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ffd740;
  --mat-outlined-button-ripple-color:rgba(255, 215, 64, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#673ab7;
  --mat-icon-button-state-layer-color:#673ab7;
  --mat-icon-button-ripple-color:rgba(103, 58, 183, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ffd740;
  --mat-icon-button-state-layer-color:#ffd740;
  --mat-icon-button-ripple-color:rgba(255, 215, 64, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color:white;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#673ab7;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ffd740;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#673ab7;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ffd740;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ffd740;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#673ab7;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ffd740;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#673ab7;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ffd740;
  --mat-badge-text-color:rgba(0, 0, 0, 0.87);
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-large-size-text-size:24px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#673ab7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#673ab7;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(103, 58, 183, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color:#ffd740;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 215, 64, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ffd740;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#673ab7;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ffd740;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#673ab7;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#673ab7;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#673ab7;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color:#ffd740;
  --mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color:#ffd740;
  --mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color:#ffd740;
  --mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87);
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#673ab7;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ffd740;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
html {
  font-size: 16px;
  line-height: 1.3;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
img {
  display: block;
  margin: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  border-collapse: collapse;
}
table {
  width: 100%;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
input,
textarea,
select,
button {
  font: inherit;
}
.bg-color-white {
  background-color: white;
}
.bg-color-gold {
  background-color: gold;
}
.bg-color-success {
  background-color: #99aa00;
}
.bg-color-magenta {
  background-color: #340745;
}
.bg-color-red {
  background-color: #c16964;
}
.bg-color-light-gray {
  background-color: #fefefe;
}
.bg-color-light-gold {
  background-color: #efdc91;
}
.text-light-gray {
  color: #e9e9e9;
}
.text-gray {
  color: #777777;
}
.text-red {
  color: #e14a4a;
}
.text-cyan {
  color: #008ba3;
}
.text-magenta {
  color: #340745;
}
.text-gold {
  color: #FBCB0E;
}
.text-dark-blue {
  color: #232352;
}
.text-light-blue {
  color: #d5d5f9;
}
.text-light-gold {
  color: #efdc91;
}
.text-light-green {
  color: #b8f2b1;
}
.text-light-magenta {
  color: #d57bf6;
}
.text-light-cyan {
  color: #6fcfde;
}
.text-light-red {
  color: #f17676;
}
.text-light-orange {
  color: #eda350;
}
.billing-badge {
  display: inline-block;
  white-space: nowrap;
  min-width: 5.6em;
  padding: 3px 7px;
  text-align: center;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.billing-badge.success {
  background-color: #E3F8DB;
  color: #369B8F;
}
.billing-badge.danger {
  background: #F9DED5 !important;
  color: #F55;
}
.billing-badge.warning {
  background: #fbefda !important;
  color: #F55;
}
.billing-badge.info {
  background-color: #F8F0DB;
  color: #9B7C36;
}
.billing-badge.light {
  background-color: #EEEBEB;
  color: #888888;
}
.bg-color-white {
  background-color: white;
}
.bg-color-gold {
  background-color: gold;
}
.bg-color-success {
  background-color: #99aa00;
}
.bg-color-magenta {
  background-color: #340745;
}
.bg-color-red {
  background-color: #c16964;
}
.bg-color-light-gray {
  background-color: #fefefe;
}
.bg-color-light-gold {
  background-color: #efdc91;
}
.text-light-gray {
  color: #e9e9e9;
}
.text-gray {
  color: #777777;
}
.text-red {
  color: #e14a4a;
}
.text-cyan {
  color: #008ba3;
}
.text-magenta {
  color: #340745;
}
.text-gold {
  color: #FBCB0E;
}
.text-dark-blue {
  color: #232352;
}
.text-light-blue {
  color: #d5d5f9;
}
.text-light-gold {
  color: #efdc91;
}
.text-light-green {
  color: #b8f2b1;
}
.text-light-magenta {
  color: #d57bf6;
}
.text-light-cyan {
  color: #6fcfde;
}
.text-light-red {
  color: #f17676;
}
.text-light-orange {
  color: #eda350;
}
.billing-badge {
  display: inline-block;
  white-space: nowrap;
  min-width: 5.6em;
  padding: 3px 7px;
  text-align: center;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.billing-badge.success {
  background-color: #E3F8DB;
  color: #369B8F;
}
.billing-badge.danger {
  background: #F9DED5 !important;
  color: #F55;
}
.billing-badge.warning {
  background: #fbefda !important;
  color: #F55;
}
.billing-badge.info {
  background-color: #F8F0DB;
  color: #9B7C36;
}
.billing-badge.light {
  background-color: #EEEBEB;
  color: #888888;
}
.app-a {
  color: #00bcd4;
  transition: 0.25s;
  cursor: pointer;
  margin-right: 1em;
}
.app-a:hover {
  color: #008ba3;
}
.app-a_active {
  color: #008ba3;
}
code {
  white-space: pre;
}
.app-input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 36px;
  line-height: 18px;
  padding: 0 15px;
  outline: none;
  color: #444;
}
.app-input:focus {
  border: 1px solid #008ba3;
}
.app-input:disabled {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.38);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
}
.app-text-area {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  outline: none;
  color: #444;
}
.app-text-area:focus {
  border: 1px solid #008ba3;
}
.app-text-area:disabled {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.38);
}
.app-page {
  max-width: 900px;
  margin: 16px auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 32px;
  position: relative;
}
.app-page__header {
  margin-bottom: 32px;
  text-align: center;
}
.app-page__content {
  border: 1px solid #e0e0e0;
  align-items: center;
}
.app-page__footer {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
.mat-snackbar_error {
  background: #B00020;
  color: #ffffff;
}
.mat-snackbar_success {
  background: #99aa00;
  color: #ffffff;
}
image-cropper .source-image {
  margin: 0 auto;
}
.table th,
.table td {
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 1px solid #dee2e6;
}
.table > :not(:first-child) {
  border-top: none;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom: 1px solid #dee2e6;
}
.datatable tbody tr:last-child {
  height: 0px;
}
.item-col-width {
  width: 35% !important;
}
.text-overflow-clip {
  text-overflow: clip !important;
}
html,
body {
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  background: #eeeeee;
  color: #444444;
  background-color: white;
  -webkit-font-smoothing: antialiased;
}
.ql ul {
  list-style: disc outside none !important;
  padding-left: 1.5em !important;
  margin-left: 1em !important;
}
.ql ul li {
  display: list-item !important;
}
.ql ol {
  list-style: decimal outside none !important;
  padding-left: 1.5em !important;
  margin-left: 1em !important;
}
.ql li::marker {
  font-size: inherit;
}
.ql blockquote {
  border-left: 4px solid #ccc;
  margin: 16px 0;
  padding-left: 16px;
  color: #666;
  font-style: italic;
}
.ql pre {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 12px 16px;
  margin: 16px 0;
  font-family:
    "Courier New",
    Courier,
    monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
}
.ql code {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 2px 4px;
  font-family:
    "Courier New",
    Courier,
    monospace;
  font-size: 90%;
}
.ql p {
  margin-top: 14px;
  margin-bottom: 14px;
}
.ql-size-small {
  font-size: 12px;
}
.ql-size-large {
  font-size: 22px;
}
.ql-size-huge {
  font-size: 34px;
}
.navbar {
  width: 100%;
}
.custom-modalbox mat-dialog-container {
  padding: 0;
  overflow: hidden;
  background-color: rgba(29, 29, 29, 0.932);
}
input[type=text],
input[type=email] {
  border: 1px #e1e1e1 solid;
  border-radius: 0.5rem;
  font-size: 1em;
}
.mini-form {
  border: 1px #e1e1e1 solid;
  border-radius: 0.5rem;
  font-size: 0.9em;
}
mdb-date-picker {
  z-index: 0;
}
ul.stepper {
  margin: 0em !important;
  padding: 0em !important;
  overflow: hidden;
}
.stepper-head {
  padding: 0px !important;
}
.label {
  color: #888888;
  font-size: 12px;
}
.toast-warning-custom {
  background-color: #f0ad4e;
}
.marquee-2 {
  position: relative;
  animation: marquee-2 25s linear infinite;
}
@keyframes marquee-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.marquee-3 {
  position: relative;
  animation: marquee-3 30s linear infinite;
}
@keyframes marquee-3 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
.marquee-4 {
  position: relative;
  animation: marquee-4 35s linear infinite;
}
@keyframes marquee-4 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-400%);
  }
}
.merchant-profile-picture {
  width: 8.5rem;
  height: 8.5rem;
  flex-shrink: 0;
  border-radius: 22.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
.merchant-cover-photo {
  min-height: 300px;
  max-height: 630px;
  overflow: hidden;
  object-position: top;
  background-color: #ffffff;
  border: 1px #f6f6f6 solid;
}
.merchant-cover-photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merchant-cover-photo {
    min-height: 150px;
    max-height: 300px;
  }
}
.contact-cover-photo {
  width: 100%;
  min-height: 300px;
  max-height: 630px;
  object-fit: cover;
  object-position: top;
  border-radius: 0.5rem;
  background-color: #f5ebc4;
}
.contact-cover-photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-cover-photo {
    min-height: 150px;
    max-height: 300px;
  }
}
.page-top-margin {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-top-margin {
    margin-top: 5rem;
  }
}
.product-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #f7f7f7;
  object-fit: cover;
  border: 1px #f6f6f6 solid;
}
@media screen and (max-width: 768px) {
  .product-img {
    height: 160px;
  }
}
.service-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #f7f7f7;
  object-fit: cover;
  border: 1px #f6f6f6 solid;
}
@media screen and (max-width: 768px) {
  .service-img {
    height: 120px;
  }
}
.product-service-detail-img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #f7f7f7;
  object-fit: cover;
  border: 1px #f6f6f6 solid;
}
@media screen and (max-width: 768px) {
  .product-service-detail-img {
    height: 300px;
  }
}
.product-cart-item {
  border-radius: 0.5rem;
  border: 1px #f3f3f3 solid;
}
.post-img {
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #f7f7f7;
  object-fit: cover;
  border: 1px #f0f0f0 solid;
}
@media screen and (max-width: 768px) {
  .post-img {
    height: 60px;
  }
}
.ui-icon {
  width: 20px;
  height: 20px;
  margin: 3px 8px 0px 6px;
}
.border-lite {
  border-radius: 1rem;
  border: 1px #f0f0f0 solid;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-item {
    font-size: 12px;
  }
}
.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ededed;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}
.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ededed;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}
.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ededed;
  margin-bottom: 6px;
}
.stepper-item.active {
  font-weight: bold;
}
.stepper-item.completed .step-counter {
  background-color: #7fc074;
  color: #fff;
}
.stepper-item.active .step-counter {
  background-color: #fff;
  border: 2px solid #7fc074;
  color: #7fc074;
  font-weight: bold;
  font-size: 22px;
  width: 60px;
  height: 60px;
  top: -10px;
}
.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #7fc074;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}
.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
.circle {
  border-radius: 100px;
}
*,
::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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::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-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-0 {
  bottom: -0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\.5 {
  bottom: -0.375rem;
}
.-bottom-1\/2 {
  bottom: -50%;
}
.-bottom-1\/3 {
  bottom: -33.333333%;
}
.-bottom-1\/4 {
  bottom: -25%;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-11 {
  bottom: -2.75rem;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-14 {
  bottom: -3.5rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-2\.5 {
  bottom: -0.625rem;
}
.-bottom-2\/3 {
  bottom: -66.666667%;
}
.-bottom-2\/4 {
  bottom: -50%;
}
.-bottom-20 {
  bottom: -5rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.-bottom-28 {
  bottom: -7rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-bottom-3\.5 {
  bottom: -0.875rem;
}
.-bottom-3\/4 {
  bottom: -75%;
}
.-bottom-32 {
  bottom: -8rem;
}
.-bottom-36 {
  bottom: -9rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-40 {
  bottom: -10rem;
}
.-bottom-44 {
  bottom: -11rem;
}
.-bottom-48 {
  bottom: -12rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-bottom-52 {
  bottom: -13rem;
}
.-bottom-56 {
  bottom: -14rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-bottom-60 {
  bottom: -15rem;
}
.-bottom-64 {
  bottom: -16rem;
}
.-bottom-7 {
  bottom: -1.75rem;
}
.-bottom-72 {
  bottom: -18rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-bottom-80 {
  bottom: -20rem;
}
.-bottom-9 {
  bottom: -2.25rem;
}
.-bottom-96 {
  bottom: -24rem;
}
.-right-0 {
  right: -0px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-1\.5 {
  right: -0.375rem;
}
.-right-1\/2 {
  right: -50%;
}
.-right-1\/3 {
  right: -33.333333%;
}
.-right-1\/4 {
  right: -25%;
}
.-right-10 {
  right: -2.5rem;
}
.-right-11 {
  right: -2.75rem;
}
.-right-12 {
  right: -3rem;
}
.-right-14 {
  right: -3.5rem;
}
.-right-16 {
  right: -4rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-2\.5 {
  right: -0.625rem;
}
.-right-2\/3 {
  right: -66.666667%;
}
.-right-2\/4 {
  right: -50%;
}
.-right-20 {
  right: -5rem;
}
.-right-24 {
  right: -6rem;
}
.-right-28 {
  right: -7rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-3\.5 {
  right: -0.875rem;
}
.-right-3\/4 {
  right: -75%;
}
.-right-32 {
  right: -8rem;
}
.-right-36 {
  right: -9rem;
}
.-right-4 {
  right: -1rem;
}
.-right-40 {
  right: -10rem;
}
.-right-44 {
  right: -11rem;
}
.-right-48 {
  right: -12rem;
}
.-right-5 {
  right: -1.25rem;
}
.-right-52 {
  right: -13rem;
}
.-right-56 {
  right: -14rem;
}
.-right-6 {
  right: -1.5rem;
}
.-right-60 {
  right: -15rem;
}
.-right-64 {
  right: -16rem;
}
.-right-7 {
  right: -1.75rem;
}
.-right-72 {
  right: -18rem;
}
.-right-8 {
  right: -2rem;
}
.-right-80 {
  right: -20rem;
}
.-right-9 {
  right: -2.25rem;
}
.-right-96 {
  right: -24rem;
}
.-right-full {
  right: -100%;
}
.-right-px {
  right: -1px;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-1\/2 {
  top: -50%;
}
.-top-1\/3 {
  top: -33.333333%;
}
.-top-1\/4 {
  top: -25%;
}
.-top-10 {
  top: -2.5rem;
}
.-top-11 {
  top: -2.75rem;
}
.-top-12 {
  top: -3rem;
}
.-top-14 {
  top: -3.5rem;
}
.-top-16 {
  top: -4rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-2\/3 {
  top: -66.666667%;
}
.-top-2\/4 {
  top: -50%;
}
.-top-20 {
  top: -5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-28 {
  top: -7rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-3\.5 {
  top: -0.875rem;
}
.-top-3\/4 {
  top: -75%;
}
.-top-32 {
  top: -8rem;
}
.-top-36 {
  top: -9rem;
}
.-top-4 {
  top: -1rem;
}
.-top-40 {
  top: -10rem;
}
.-top-44 {
  top: -11rem;
}
.-top-48 {
  top: -12rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-52 {
  top: -13rem;
}
.-top-56 {
  top: -14rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-60 {
  top: -15rem;
}
.-top-64 {
  top: -16rem;
}
.-top-7 {
  top: -1.75rem;
}
.-top-72 {
  top: -18rem;
}
.-top-8 {
  top: -2rem;
}
.-top-80 {
  top: -20rem;
}
.-top-9 {
  top: -2.25rem;
}
.-top-96 {
  top: -24rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-1\/3 {
  bottom: 33.333333%;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-11 {
  bottom: 2.75rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-2\/3 {
  bottom: 66.666667%;
}
.bottom-2\/4 {
  bottom: 50%;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-3\.5 {
  bottom: 0.875rem;
}
.bottom-3\/4 {
  bottom: 75%;
}
.bottom-32 {
  bottom: 8rem;
}
.bottom-36 {
  bottom: 9rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-40 {
  bottom: 10rem;
}
.bottom-44 {
  bottom: 11rem;
}
.bottom-48 {
  bottom: 12rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-52 {
  bottom: 13rem;
}
.bottom-56 {
  bottom: 14rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-60 {
  bottom: 15rem;
}
.bottom-64 {
  bottom: 16rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-72 {
  bottom: 18rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-80 {
  bottom: 20rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.bottom-96 {
  bottom: 24rem;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-1\/2 {
  right: 50%;
}
.right-1\/3 {
  right: 33.333333%;
}
.right-1\/4 {
  right: 25%;
}
.right-10 {
  right: 2.5rem;
}
.right-11 {
  right: 2.75rem;
}
.right-12 {
  right: 3rem;
}
.right-14 {
  right: 3.5rem;
}
.right-16 {
  right: 4rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-2\/3 {
  right: 66.666667%;
}
.right-2\/4 {
  right: 50%;
}
.right-20 {
  right: 5rem;
}
.right-24 {
  right: 6rem;
}
.right-28 {
  right: 7rem;
}
.right-3 {
  right: 0.75rem;
}
.right-3\.5 {
  right: 0.875rem;
}
.right-3\/4 {
  right: 75%;
}
.right-32 {
  right: 8rem;
}
.right-36 {
  right: 9rem;
}
.right-4 {
  right: 1rem;
}
.right-40 {
  right: 10rem;
}
.right-44 {
  right: 11rem;
}
.right-48 {
  right: 12rem;
}
.right-5 {
  right: 1.25rem;
}
.right-52 {
  right: 13rem;
}
.right-56 {
  right: 14rem;
}
.right-6 {
  right: 1.5rem;
}
.right-60 {
  right: 15rem;
}
.right-64 {
  right: 16rem;
}
.right-7 {
  right: 1.75rem;
}
.right-72 {
  right: 18rem;
}
.right-8 {
  right: 2rem;
}
.right-80 {
  right: 20rem;
}
.right-9 {
  right: 2.25rem;
}
.right-96 {
  right: 24rem;
}
.right-auto {
  right: auto;
}
.right-full {
  right: 100%;
}
.right-px {
  right: 1px;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-11 {
  top: 2.75rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-2\/4 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-28 {
  top: 7rem;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-3\/4 {
  top: 75%;
}
.top-32 {
  top: 8rem;
}
.top-36 {
  top: 9rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-44 {
  top: 11rem;
}
.top-48 {
  top: 12rem;
}
.top-5 {
  top: 1.25rem;
}
.top-52 {
  top: 13rem;
}
.top-56 {
  top: 14rem;
}
.top-6 {
  top: 1.5rem;
}
.top-60 {
  top: 15rem;
}
.top-64 {
  top: 16rem;
}
.top-7 {
  top: 1.75rem;
}
.top-72 {
  top: 18rem;
}
.top-8 {
  top: 2rem;
}
.top-80 {
  top: 20rem;
}
.top-9 {
  top: 2.25rem;
}
.top-96 {
  top: 24rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.row-auto {
  grid-row: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.row-span-full {
  grid-row: 1 / -1;
}
.-row-start-1 {
  grid-row-start: -1;
}
.-row-start-10 {
  grid-row-start: -10;
}
.-row-start-11 {
  grid-row-start: -11;
}
.-row-start-12 {
  grid-row-start: -12;
}
.-row-start-13 {
  grid-row-start: -13;
}
.-row-start-2 {
  grid-row-start: -2;
}
.-row-start-3 {
  grid-row-start: -3;
}
.-row-start-4 {
  grid-row-start: -4;
}
.-row-start-5 {
  grid-row-start: -5;
}
.-row-start-6 {
  grid-row-start: -6;
}
.-row-start-7 {
  grid-row-start: -7;
}
.-row-start-8 {
  grid-row-start: -8;
}
.-row-start-9 {
  grid-row-start: -9;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-start-auto {
  grid-row-start: auto;
}
.-row-end-1 {
  grid-row-end: -1;
}
.-row-end-10 {
  grid-row-end: -10;
}
.-row-end-11 {
  grid-row-end: -11;
}
.-row-end-12 {
  grid-row-end: -12;
}
.-row-end-13 {
  grid-row-end: -13;
}
.-row-end-2 {
  grid-row-end: -2;
}
.-row-end-3 {
  grid-row-end: -3;
}
.-row-end-4 {
  grid-row-end: -4;
}
.-row-end-5 {
  grid-row-end: -5;
}
.-row-end-6 {
  grid-row-end: -6;
}
.-row-end-7 {
  grid-row-end: -7;
}
.-row-end-8 {
  grid-row-end: -8;
}
.-row-end-9 {
  grid-row-end: -9;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-10 {
  grid-row-end: 10;
}
.row-end-11 {
  grid-row-end: 11;
}
.row-end-12 {
  grid-row-end: 12;
}
.row-end-13 {
  grid-row-end: 13;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-5 {
  grid-row-end: 5;
}
.row-end-6 {
  grid-row-end: 6;
}
.row-end-7 {
  grid-row-end: 7;
}
.row-end-8 {
  grid-row-end: 8;
}
.row-end-9 {
  grid-row-end: 9;
}
.row-end-auto {
  grid-row-end: auto;
}
.float-end {
  float: inline-end;
}
.float-right {
  float: right;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.-m-0 {
  margin: -0px;
}
.-m-0\.5 {
  margin: -0.125rem;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-10 {
  margin: -2.5rem;
}
.-m-11 {
  margin: -2.75rem;
}
.-m-12 {
  margin: -3rem;
}
.-m-14 {
  margin: -3.5rem;
}
.-m-16 {
  margin: -4rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.-m-20 {
  margin: -5rem;
}
.-m-24 {
  margin: -6rem;
}
.-m-28 {
  margin: -7rem;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-3\.5 {
  margin: -0.875rem;
}
.-m-32 {
  margin: -8rem;
}
.-m-36 {
  margin: -9rem;
}
.-m-4 {
  margin: -1rem;
}
.-m-40 {
  margin: -10rem;
}
.-m-44 {
  margin: -11rem;
}
.-m-48 {
  margin: -12rem;
}
.-m-5 {
  margin: -1.25rem;
}
.-m-52 {
  margin: -13rem;
}
.-m-56 {
  margin: -14rem;
}
.-m-6 {
  margin: -1.5rem;
}
.-m-60 {
  margin: -15rem;
}
.-m-64 {
  margin: -16rem;
}
.-m-7 {
  margin: -1.75rem;
}
.-m-72 {
  margin: -18rem;
}
.-m-8 {
  margin: -2rem;
}
.-m-80 {
  margin: -20rem;
}
.-m-9 {
  margin: -2.25rem;
}
.-m-96 {
  margin: -24rem;
}
.m-0 {
  margin: 0px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-11 {
  margin: 2.75rem;
}
.m-12 {
  margin: 3rem;
}
.m-14 {
  margin: 3.5rem;
}
.m-16 {
  margin: 4rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-2\.5 {
  margin: 0.625rem;
}
.m-20 {
  margin: 5rem;
}
.m-24 {
  margin: 6rem;
}
.m-28 {
  margin: 7rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-3\.5 {
  margin: 0.875rem;
}
.m-32 {
  margin: 8rem;
}
.m-36 {
  margin: 9rem;
}
.m-4 {
  margin: 1rem;
}
.m-40 {
  margin: 10rem;
}
.m-44 {
  margin: 11rem;
}
.m-48 {
  margin: 12rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-52 {
  margin: 13rem;
}
.m-56 {
  margin: 14rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-60 {
  margin: 15rem;
}
.m-64 {
  margin: 16rem;
}
.m-7 {
  margin: 1.75rem;
}
.m-72 {
  margin: 18rem;
}
.m-8 {
  margin: 2rem;
}
.m-80 {
  margin: 20rem;
}
.m-9 {
  margin: 2.25rem;
}
.m-96 {
  margin: 24rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-auto {
  margin-bottom: auto;
}
.me-1 {
  margin-inline-end: 0.25rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-4 {
  margin-inline-end: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-4 {
  margin-inline-start: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
}
.h-1\/5 {
  height: 20%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-2\/4 {
  height: 50%;
}
.h-2\/5 {
  height: 40%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[14px\] {
  height: 14px;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-lvh {
  height: 100lvh;
}
.h-max {
  height: max-content;
}
.h-min {
  height: min-content;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-0\.5 {
  max-height: 0.125rem;
}
.max-h-1 {
  max-height: 0.25rem;
}
.max-h-1\.5 {
  max-height: 0.375rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-2 {
  max-height: 0.5rem;
}
.max-h-2\.5 {
  max-height: 0.625rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-3 {
  max-height: 0.75rem;
}
.max-h-3\.5 {
  max-height: 0.875rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-dvh {
  max-height: 100dvh;
}
.max-h-fit {
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-lvh {
  max-height: 100lvh;
}
.max-h-max {
  max-height: max-content;
}
.max-h-min {
  max-height: min-content;
}
.max-h-none {
  max-height: none;
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-svh {
  max-height: 100svh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-0\.5 {
  min-height: 0.125rem;
}
.min-h-1 {
  min-height: 0.25rem;
}
.min-h-1\.5 {
  min-height: 0.375rem;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-2\.5 {
  min-height: 0.625rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-3 {
  min-height: 0.75rem;
}
.min-h-3\.5 {
  min-height: 0.875rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-60 {
  min-height: 15rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-fit {
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.min-h-lvh {
  min-height: 100lvh;
}
.min-h-max {
  min-height: max-content;
}
.min-h-min {
  min-height: min-content;
}
.min-h-px {
  min-height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-dvw {
  width: 100dvw;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-lvw {
  width: 100lvw;
}
.w-max {
  width: max-content;
}
.w-min {
  width: min-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.w-svw {
  width: 100svw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-0\.5 {
  min-width: 0.125rem;
}
.min-w-1 {
  min-width: 0.25rem;
}
.min-w-1\.5 {
  min-width: 0.375rem;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-11 {
  min-width: 2.75rem;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-14 {
  min-width: 3.5rem;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-2\.5 {
  min-width: 0.625rem;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-3 {
  min-width: 0.75rem;
}
.min-w-3\.5 {
  min-width: 0.875rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-44 {
  min-width: 11rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-7 {
  min-width: 1.75rem;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-96 {
  min-width: 24rem;
}
.min-w-\[14px\] {
  min-width: 14px;
}
.min-w-fit {
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: max-content;
}
.min-w-min {
  min-width: min-content;
}
.min-w-px {
  min-width: 1px;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-0\.5 {
  max-width: 0.125rem;
}
.max-w-1 {
  max-width: 0.25rem;
}
.max-w-1\.5 {
  max-width: 0.375rem;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-11 {
  max-width: 2.75rem;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-16 {
  max-width: 4rem;
}
.max-w-2 {
  max-width: 0.5rem;
}
.max-w-2\.5 {
  max-width: 0.625rem;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3 {
  max-width: 0.75rem;
}
.max-w-3\.5 {
  max-width: 0.875rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4 {
  max-width: 1rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-44 {
  max-width: 11rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5 {
  max-width: 1.25rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-56 {
  max-width: 14rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7 {
  max-width: 1.75rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-9 {
  max-width: 2.25rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-fit {
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-min {
  max-width: min-content;
}
.max-w-none {
  max-width: none;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-px {
  max-width: 1px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1 {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11 {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12 {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14 {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16 {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-20 {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24 {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28 {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3 {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-32 {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36 {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40 {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44 {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48 {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5 {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52 {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56 {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60 {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64 {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7 {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-72 {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80 {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9 {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-96 {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-px {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0 {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1 {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11 {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12 {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14 {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16 {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2 {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20 {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24 {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28 {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3 {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32 {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36 {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4 {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40 {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44 {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48 {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52 {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56 {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6 {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60 {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64 {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7 {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72 {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8 {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80 {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9 {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96 {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-px {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0 {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0\.5 {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\.5 {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10 {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11 {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12 {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14 {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16 {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\.5 {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20 {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24 {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28 {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3\.5 {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32 {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36 {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40 {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44 {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48 {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5 {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52 {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56 {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60 {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64 {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7 {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72 {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8 {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80 {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9 {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96 {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-px {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.origin-right {
  transform-origin: right;
}
.origin-top-right {
  transform-origin: top right;
}
.-skew-x-0 {
  --tw-skew-x: -0deg;
  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));
}
.-skew-x-1 {
  --tw-skew-x: -1deg;
  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));
}
.-skew-x-12 {
  --tw-skew-x: -12deg;
  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));
}
.-skew-x-2 {
  --tw-skew-x: -2deg;
  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));
}
.-skew-x-3 {
  --tw-skew-x: -3deg;
  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));
}
.-skew-x-6 {
  --tw-skew-x: -6deg;
  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));
}
.-skew-y-0 {
  --tw-skew-y: -0deg;
  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));
}
.-skew-y-1 {
  --tw-skew-y: -1deg;
  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));
}
.-skew-y-12 {
  --tw-skew-y: -12deg;
  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));
}
.-skew-y-2 {
  --tw-skew-y: -2deg;
  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));
}
.-skew-y-3 {
  --tw-skew-y: -3deg;
  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));
}
.-skew-y-6 {
  --tw-skew-y: -6deg;
  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));
}
.skew-x-0 {
  --tw-skew-x: 0deg;
  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));
}
.skew-x-1 {
  --tw-skew-x: 1deg;
  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));
}
.skew-x-12 {
  --tw-skew-x: 12deg;
  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));
}
.skew-x-2 {
  --tw-skew-x: 2deg;
  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));
}
.skew-x-3 {
  --tw-skew-x: 3deg;
  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));
}
.skew-x-6 {
  --tw-skew-x: 6deg;
  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));
}
.skew-y-0 {
  --tw-skew-y: 0deg;
  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));
}
.skew-y-1 {
  --tw-skew-y: 1deg;
  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));
}
.skew-y-12 {
  --tw-skew-y: 12deg;
  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));
}
.skew-y-2 {
  --tw-skew-y: 2deg;
  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));
}
.skew-y-3 {
  --tw-skew-y: 3deg;
  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));
}
.skew-y-6 {
  --tw-skew-y: 6deg;
  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));
}
.transform {
  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));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-help {
  cursor: help;
}
.cursor-nesw-resize {
  cursor: nesw-resize;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-nwse-resize {
  cursor: nwse-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-row-resize {
  cursor: row-resize;
}
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-text {
  cursor: text;
}
.cursor-vertical-text {
  cursor: vertical-text;
}
.cursor-w-resize {
  cursor: w-resize;
}
.cursor-wait {
  cursor: wait;
}
.touch-auto {
  touch-action: auto;
}
.touch-none {
  touch-action: none;
}
.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-manipulation {
  touch-action: manipulation;
}
.select-text {
  -webkit-user-select: text;
  user-select: text;
}
.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.snap-always {
  scroll-snap-stop: always;
}
.-scroll-m-0 {
  scroll-margin: -0px;
}
.-scroll-m-0\.5 {
  scroll-margin: -0.125rem;
}
.-scroll-m-1 {
  scroll-margin: -0.25rem;
}
.-scroll-m-1\.5 {
  scroll-margin: -0.375rem;
}
.-scroll-m-10 {
  scroll-margin: -2.5rem;
}
.-scroll-m-11 {
  scroll-margin: -2.75rem;
}
.-scroll-m-12 {
  scroll-margin: -3rem;
}
.-scroll-m-14 {
  scroll-margin: -3.5rem;
}
.-scroll-m-16 {
  scroll-margin: -4rem;
}
.-scroll-m-2 {
  scroll-margin: -0.5rem;
}
.-scroll-m-2\.5 {
  scroll-margin: -0.625rem;
}
.-scroll-m-20 {
  scroll-margin: -5rem;
}
.-scroll-m-24 {
  scroll-margin: -6rem;
}
.-scroll-m-28 {
  scroll-margin: -7rem;
}
.-scroll-m-3 {
  scroll-margin: -0.75rem;
}
.-scroll-m-3\.5 {
  scroll-margin: -0.875rem;
}
.-scroll-m-32 {
  scroll-margin: -8rem;
}
.-scroll-m-36 {
  scroll-margin: -9rem;
}
.-scroll-m-4 {
  scroll-margin: -1rem;
}
.-scroll-m-40 {
  scroll-margin: -10rem;
}
.-scroll-m-44 {
  scroll-margin: -11rem;
}
.-scroll-m-48 {
  scroll-margin: -12rem;
}
.-scroll-m-5 {
  scroll-margin: -1.25rem;
}
.-scroll-m-52 {
  scroll-margin: -13rem;
}
.-scroll-m-56 {
  scroll-margin: -14rem;
}
.-scroll-m-6 {
  scroll-margin: -1.5rem;
}
.-scroll-m-60 {
  scroll-margin: -15rem;
}
.-scroll-m-64 {
  scroll-margin: -16rem;
}
.-scroll-m-7 {
  scroll-margin: -1.75rem;
}
.-scroll-m-72 {
  scroll-margin: -18rem;
}
.-scroll-m-8 {
  scroll-margin: -2rem;
}
.-scroll-m-80 {
  scroll-margin: -20rem;
}
.-scroll-m-9 {
  scroll-margin: -2.25rem;
}
.-scroll-m-96 {
  scroll-margin: -24rem;
}
.scroll-m-0 {
  scroll-margin: 0px;
}
.scroll-m-0\.5 {
  scroll-margin: 0.125rem;
}
.scroll-m-1 {
  scroll-margin: 0.25rem;
}
.scroll-m-1\.5 {
  scroll-margin: 0.375rem;
}
.scroll-m-10 {
  scroll-margin: 2.5rem;
}
.scroll-m-11 {
  scroll-margin: 2.75rem;
}
.scroll-m-12 {
  scroll-margin: 3rem;
}
.scroll-m-14 {
  scroll-margin: 3.5rem;
}
.scroll-m-16 {
  scroll-margin: 4rem;
}
.scroll-m-2 {
  scroll-margin: 0.5rem;
}
.scroll-m-2\.5 {
  scroll-margin: 0.625rem;
}
.scroll-m-20 {
  scroll-margin: 5rem;
}
.scroll-m-24 {
  scroll-margin: 6rem;
}
.scroll-m-28 {
  scroll-margin: 7rem;
}
.scroll-m-3 {
  scroll-margin: 0.75rem;
}
.scroll-m-3\.5 {
  scroll-margin: 0.875rem;
}
.scroll-m-32 {
  scroll-margin: 8rem;
}
.scroll-m-36 {
  scroll-margin: 9rem;
}
.scroll-m-4 {
  scroll-margin: 1rem;
}
.scroll-m-40 {
  scroll-margin: 10rem;
}
.scroll-m-44 {
  scroll-margin: 11rem;
}
.scroll-m-48 {
  scroll-margin: 12rem;
}
.scroll-m-5 {
  scroll-margin: 1.25rem;
}
.scroll-m-52 {
  scroll-margin: 13rem;
}
.scroll-m-56 {
  scroll-margin: 14rem;
}
.scroll-m-6 {
  scroll-margin: 1.5rem;
}
.scroll-m-60 {
  scroll-margin: 15rem;
}
.scroll-m-64 {
  scroll-margin: 16rem;
}
.scroll-m-7 {
  scroll-margin: 1.75rem;
}
.scroll-m-72 {
  scroll-margin: 18rem;
}
.scroll-m-8 {
  scroll-margin: 2rem;
}
.scroll-m-80 {
  scroll-margin: 20rem;
}
.scroll-m-9 {
  scroll-margin: 2.25rem;
}
.scroll-m-96 {
  scroll-margin: 24rem;
}
.scroll-p-0 {
  scroll-padding: 0px;
}
.scroll-p-0\.5 {
  scroll-padding: 0.125rem;
}
.scroll-p-1 {
  scroll-padding: 0.25rem;
}
.scroll-p-1\.5 {
  scroll-padding: 0.375rem;
}
.scroll-p-10 {
  scroll-padding: 2.5rem;
}
.scroll-p-11 {
  scroll-padding: 2.75rem;
}
.scroll-p-12 {
  scroll-padding: 3rem;
}
.scroll-p-14 {
  scroll-padding: 3.5rem;
}
.scroll-p-16 {
  scroll-padding: 4rem;
}
.scroll-p-2 {
  scroll-padding: 0.5rem;
}
.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}
.scroll-p-20 {
  scroll-padding: 5rem;
}
.scroll-p-24 {
  scroll-padding: 6rem;
}
.scroll-p-28 {
  scroll-padding: 7rem;
}
.scroll-p-3 {
  scroll-padding: 0.75rem;
}
.scroll-p-3\.5 {
  scroll-padding: 0.875rem;
}
.scroll-p-32 {
  scroll-padding: 8rem;
}
.scroll-p-36 {
  scroll-padding: 9rem;
}
.scroll-p-4 {
  scroll-padding: 1rem;
}
.scroll-p-40 {
  scroll-padding: 10rem;
}
.scroll-p-44 {
  scroll-padding: 11rem;
}
.scroll-p-48 {
  scroll-padding: 12rem;
}
.scroll-p-5 {
  scroll-padding: 1.25rem;
}
.scroll-p-52 {
  scroll-padding: 13rem;
}
.scroll-p-56 {
  scroll-padding: 14rem;
}
.scroll-p-6 {
  scroll-padding: 1.5rem;
}
.scroll-p-60 {
  scroll-padding: 15rem;
}
.scroll-p-64 {
  scroll-padding: 16rem;
}
.scroll-p-7 {
  scroll-padding: 1.75rem;
}
.scroll-p-72 {
  scroll-padding: 18rem;
}
.scroll-p-8 {
  scroll-padding: 2rem;
}
.scroll-p-80 {
  scroll-padding: 20rem;
}
.scroll-p-9 {
  scroll-padding: 2.25rem;
}
.scroll-p-96 {
  scroll-padding: 24rem;
}
.break-before-right {
  break-before: right;
}
.break-after-right {
  break-after: right;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-between {
  place-content: space-between;
}
.place-content-stretch {
  place-content: stretch;
}
.place-items-stretch {
  place-items: stretch;
}
.content-between {
  align-content: space-between;
}
.content-stretch {
  align-content: stretch;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-36 {
  gap: 9rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-44 {
  gap: 11rem;
}
.gap-48 {
  gap: 12rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-52 {
  gap: 13rem;
}
.gap-56 {
  gap: 14rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-64 {
  gap: 16rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-72 {
  gap: 18rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-80 {
  gap: 20rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-96 {
  gap: 24rem;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0);
}
.divide-fuchsia-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.1);
}
.divide-fuchsia-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 1);
}
.divide-fuchsia-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.15);
}
.divide-fuchsia-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.2);
}
.divide-fuchsia-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.25);
}
.divide-fuchsia-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.3);
}
.divide-fuchsia-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.35);
}
.divide-fuchsia-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.4);
}
.divide-fuchsia-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.45);
}
.divide-fuchsia-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.05);
}
.divide-fuchsia-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.5);
}
.divide-fuchsia-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.55);
}
.divide-fuchsia-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.6);
}
.divide-fuchsia-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.65);
}
.divide-fuchsia-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.7);
}
.divide-fuchsia-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.75);
}
.divide-fuchsia-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.8);
}
.divide-fuchsia-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.85);
}
.divide-fuchsia-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.9);
}
.divide-fuchsia-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 232 255 / 0.95);
}
.divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0);
}
.divide-fuchsia-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.1);
}
.divide-fuchsia-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 1);
}
.divide-fuchsia-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.15);
}
.divide-fuchsia-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.2);
}
.divide-fuchsia-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.25);
}
.divide-fuchsia-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.3);
}
.divide-fuchsia-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.35);
}
.divide-fuchsia-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.4);
}
.divide-fuchsia-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.45);
}
.divide-fuchsia-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.05);
}
.divide-fuchsia-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.5);
}
.divide-fuchsia-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.55);
}
.divide-fuchsia-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.6);
}
.divide-fuchsia-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.65);
}
.divide-fuchsia-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.7);
}
.divide-fuchsia-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.75);
}
.divide-fuchsia-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.8);
}
.divide-fuchsia-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.85);
}
.divide-fuchsia-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.9);
}
.divide-fuchsia-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 208 254 / 0.95);
}
.divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0);
}
.divide-fuchsia-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.1);
}
.divide-fuchsia-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 1);
}
.divide-fuchsia-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.15);
}
.divide-fuchsia-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.2);
}
.divide-fuchsia-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.25);
}
.divide-fuchsia-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.3);
}
.divide-fuchsia-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.35);
}
.divide-fuchsia-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.4);
}
.divide-fuchsia-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.45);
}
.divide-fuchsia-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.05);
}
.divide-fuchsia-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.5);
}
.divide-fuchsia-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.55);
}
.divide-fuchsia-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.6);
}
.divide-fuchsia-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.65);
}
.divide-fuchsia-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.7);
}
.divide-fuchsia-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.75);
}
.divide-fuchsia-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.8);
}
.divide-fuchsia-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.85);
}
.divide-fuchsia-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.9);
}
.divide-fuchsia-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 171 252 / 0.95);
}
.divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0);
}
.divide-fuchsia-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.1);
}
.divide-fuchsia-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 1);
}
.divide-fuchsia-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.15);
}
.divide-fuchsia-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.2);
}
.divide-fuchsia-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.25);
}
.divide-fuchsia-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.3);
}
.divide-fuchsia-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.35);
}
.divide-fuchsia-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.4);
}
.divide-fuchsia-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.45);
}
.divide-fuchsia-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.05);
}
.divide-fuchsia-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.5);
}
.divide-fuchsia-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.55);
}
.divide-fuchsia-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.6);
}
.divide-fuchsia-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.65);
}
.divide-fuchsia-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.7);
}
.divide-fuchsia-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.75);
}
.divide-fuchsia-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.8);
}
.divide-fuchsia-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.85);
}
.divide-fuchsia-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.9);
}
.divide-fuchsia-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(232 121 249 / 0.95);
}
.divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0);
}
.divide-fuchsia-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.1);
}
.divide-fuchsia-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 1);
}
.divide-fuchsia-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.15);
}
.divide-fuchsia-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.2);
}
.divide-fuchsia-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.25);
}
.divide-fuchsia-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.3);
}
.divide-fuchsia-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.35);
}
.divide-fuchsia-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.4);
}
.divide-fuchsia-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.45);
}
.divide-fuchsia-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.05);
}
.divide-fuchsia-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.5);
}
.divide-fuchsia-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.55);
}
.divide-fuchsia-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.6);
}
.divide-fuchsia-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.65);
}
.divide-fuchsia-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.7);
}
.divide-fuchsia-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.75);
}
.divide-fuchsia-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.8);
}
.divide-fuchsia-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.85);
}
.divide-fuchsia-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.9);
}
.divide-fuchsia-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 244 255 / 0.95);
}
.divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0);
}
.divide-fuchsia-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.1);
}
.divide-fuchsia-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 1);
}
.divide-fuchsia-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.15);
}
.divide-fuchsia-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.2);
}
.divide-fuchsia-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.25);
}
.divide-fuchsia-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.3);
}
.divide-fuchsia-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.35);
}
.divide-fuchsia-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.4);
}
.divide-fuchsia-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.45);
}
.divide-fuchsia-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.05);
}
.divide-fuchsia-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.5);
}
.divide-fuchsia-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.55);
}
.divide-fuchsia-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.6);
}
.divide-fuchsia-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.65);
}
.divide-fuchsia-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.7);
}
.divide-fuchsia-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.75);
}
.divide-fuchsia-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.8);
}
.divide-fuchsia-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.85);
}
.divide-fuchsia-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.9);
}
.divide-fuchsia-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(217 70 239 / 0.95);
}
.divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0);
}
.divide-fuchsia-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.1);
}
.divide-fuchsia-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 1);
}
.divide-fuchsia-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.15);
}
.divide-fuchsia-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.2);
}
.divide-fuchsia-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.25);
}
.divide-fuchsia-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.3);
}
.divide-fuchsia-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.35);
}
.divide-fuchsia-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.4);
}
.divide-fuchsia-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.45);
}
.divide-fuchsia-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.05);
}
.divide-fuchsia-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.5);
}
.divide-fuchsia-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.55);
}
.divide-fuchsia-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.6);
}
.divide-fuchsia-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.65);
}
.divide-fuchsia-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.7);
}
.divide-fuchsia-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.75);
}
.divide-fuchsia-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.8);
}
.divide-fuchsia-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.85);
}
.divide-fuchsia-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.9);
}
.divide-fuchsia-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 38 211 / 0.95);
}
.divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0);
}
.divide-fuchsia-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.1);
}
.divide-fuchsia-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 1);
}
.divide-fuchsia-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.15);
}
.divide-fuchsia-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.2);
}
.divide-fuchsia-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.25);
}
.divide-fuchsia-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.3);
}
.divide-fuchsia-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.35);
}
.divide-fuchsia-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.4);
}
.divide-fuchsia-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.45);
}
.divide-fuchsia-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.05);
}
.divide-fuchsia-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.5);
}
.divide-fuchsia-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.55);
}
.divide-fuchsia-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.6);
}
.divide-fuchsia-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.65);
}
.divide-fuchsia-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.7);
}
.divide-fuchsia-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.75);
}
.divide-fuchsia-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.8);
}
.divide-fuchsia-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.85);
}
.divide-fuchsia-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.9);
}
.divide-fuchsia-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(162 28 175 / 0.95);
}
.divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0);
}
.divide-fuchsia-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.1);
}
.divide-fuchsia-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 1);
}
.divide-fuchsia-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.15);
}
.divide-fuchsia-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.2);
}
.divide-fuchsia-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.25);
}
.divide-fuchsia-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.3);
}
.divide-fuchsia-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.35);
}
.divide-fuchsia-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.4);
}
.divide-fuchsia-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.45);
}
.divide-fuchsia-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.05);
}
.divide-fuchsia-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.5);
}
.divide-fuchsia-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.55);
}
.divide-fuchsia-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.6);
}
.divide-fuchsia-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.65);
}
.divide-fuchsia-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.7);
}
.divide-fuchsia-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.75);
}
.divide-fuchsia-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.8);
}
.divide-fuchsia-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.85);
}
.divide-fuchsia-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.9);
}
.divide-fuchsia-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 25 143 / 0.95);
}
.divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0);
}
.divide-fuchsia-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.1);
}
.divide-fuchsia-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 1);
}
.divide-fuchsia-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.15);
}
.divide-fuchsia-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.2);
}
.divide-fuchsia-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.25);
}
.divide-fuchsia-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.3);
}
.divide-fuchsia-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.35);
}
.divide-fuchsia-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.4);
}
.divide-fuchsia-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.45);
}
.divide-fuchsia-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.05);
}
.divide-fuchsia-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.5);
}
.divide-fuchsia-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.55);
}
.divide-fuchsia-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.6);
}
.divide-fuchsia-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.65);
}
.divide-fuchsia-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.7);
}
.divide-fuchsia-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.75);
}
.divide-fuchsia-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.8);
}
.divide-fuchsia-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.85);
}
.divide-fuchsia-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.9);
}
.divide-fuchsia-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(112 26 117 / 0.95);
}
.divide-fuchsia-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}
.divide-fuchsia-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0);
}
.divide-fuchsia-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.1);
}
.divide-fuchsia-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 1);
}
.divide-fuchsia-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.15);
}
.divide-fuchsia-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.2);
}
.divide-fuchsia-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.25);
}
.divide-fuchsia-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.3);
}
.divide-fuchsia-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.35);
}
.divide-fuchsia-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.4);
}
.divide-fuchsia-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.45);
}
.divide-fuchsia-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.05);
}
.divide-fuchsia-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.5);
}
.divide-fuchsia-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.55);
}
.divide-fuchsia-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.6);
}
.divide-fuchsia-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.65);
}
.divide-fuchsia-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.7);
}
.divide-fuchsia-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.75);
}
.divide-fuchsia-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.8);
}
.divide-fuchsia-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.85);
}
.divide-fuchsia-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.9);
}
.divide-fuchsia-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 4 78 / 0.95);
}
.divide-inherit > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}
.divide-white\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-white\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-white\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.15);
}
.divide-white\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-white\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-white\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-white\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.35);
}
.divide-white\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-white\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.45);
}
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-white\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-white\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.55);
}
.divide-white\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-white\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.65);
}
.divide-white\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-white\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-white\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-white\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.85);
}
.divide-white\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-white\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}
.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0);
}
.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1);
}
.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1);
}
.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15);
}
.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2);
}
.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25);
}
.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3);
}
.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35);
}
.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}
.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45);
}
.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05);
}
.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5);
}
.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55);
}
.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}
.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65);
}
.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7);
}
.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75);
}
.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8);
}
.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85);
}
.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9);
}
.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95);
}
.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}
.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0);
}
.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1);
}
.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1);
}
.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15);
}
.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2);
}
.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25);
}
.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3);
}
.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35);
}
.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}
.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45);
}
.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05);
}
.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5);
}
.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55);
}
.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}
.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65);
}
.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7);
}
.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75);
}
.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8);
}
.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85);
}
.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9);
}
.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95);
}
.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}
.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0);
}
.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.1);
}
.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 1);
}
.divide-yellow-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.15);
}
.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.2);
}
.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.25);
}
.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.3);
}
.divide-yellow-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.35);
}
.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4);
}
.divide-yellow-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.45);
}
.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.05);
}
.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.5);
}
.divide-yellow-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.55);
}
.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6);
}
.divide-yellow-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.65);
}
.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.7);
}
.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.75);
}
.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.8);
}
.divide-yellow-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.85);
}
.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.9);
}
.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.95);
}
.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}
.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0);
}
.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1);
}
.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1);
}
.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15);
}
.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2);
}
.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25);
}
.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3);
}
.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35);
}
.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}
.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45);
}
.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05);
}
.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5);
}
.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55);
}
.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}
.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65);
}
.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7);
}
.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75);
}
.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8);
}
.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85);
}
.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9);
}
.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95);
}
.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}
.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0);
}
.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1);
}
.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1);
}
.divide-yellow-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.15);
}
.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2);
}
.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25);
}
.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3);
}
.divide-yellow-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.35);
}
.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}
.divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.45);
}
.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05);
}
.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5);
}
.divide-yellow-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.55);
}
.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}
.divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.65);
}
.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7);
}
.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75);
}
.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8);
}
.divide-yellow-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.85);
}
.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9);
}
.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95);
}
.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}
.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0);
}
.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1);
}
.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 1);
}
.divide-yellow-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.15);
}
.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2);
}
.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25);
}
.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3);
}
.divide-yellow-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.35);
}
.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}
.divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.45);
}
.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05);
}
.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5);
}
.divide-yellow-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.55);
}
.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}
.divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.65);
}
.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7);
}
.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75);
}
.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8);
}
.divide-yellow-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.85);
}
.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9);
}
.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95);
}
.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}
.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0);
}
.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1);
}
.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 1);
}
.divide-yellow-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.15);
}
.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2);
}
.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25);
}
.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3);
}
.divide-yellow-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.35);
}
.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}
.divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.45);
}
.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05);
}
.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5);
}
.divide-yellow-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.55);
}
.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}
.divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.65);
}
.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7);
}
.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75);
}
.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8);
}
.divide-yellow-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.85);
}
.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9);
}
.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95);
}
.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}
.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0);
}
.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.1);
}
.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 1);
}
.divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.15);
}
.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.2);
}
.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.25);
}
.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.3);
}
.divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.35);
}
.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.4);
}
.divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.45);
}
.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.05);
}
.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.5);
}
.divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.55);
}
.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.6);
}
.divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.65);
}
.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.7);
}
.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.75);
}
.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.8);
}
.divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.85);
}
.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.9);
}
.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.95);
}
.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}
.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0);
}
.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1);
}
.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1);
}
.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15);
}
.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2);
}
.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25);
}
.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3);
}
.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35);
}
.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}
.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45);
}
.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05);
}
.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5);
}
.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55);
}
.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}
.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65);
}
.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7);
}
.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75);
}
.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8);
}
.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85);
}
.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9);
}
.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95);
}
.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}
.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0);
}
.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.1);
}
.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 1);
}
.divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.15);
}
.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.2);
}
.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.25);
}
.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.3);
}
.divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.35);
}
.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.4);
}
.divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.45);
}
.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.05);
}
.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.5);
}
.divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.55);
}
.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.6);
}
.divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.65);
}
.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.7);
}
.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.75);
}
.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.8);
}
.divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.85);
}
.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.9);
}
.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.95);
}
.divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}
.divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0);
}
.divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.1);
}
.divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 1);
}
.divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.15);
}
.divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.2);
}
.divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.25);
}
.divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.3);
}
.divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.35);
}
.divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.4);
}
.divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.45);
}
.divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.05);
}
.divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.5);
}
.divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.55);
}
.divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.6);
}
.divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.65);
}
.divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.7);
}
.divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.75);
}
.divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.8);
}
.divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.85);
}
.divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.9);
}
.divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.95);
}
.place-self-stretch {
  place-self: stretch;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-stretch {
  justify-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.hyphens-none {
  hyphens: none;
}
.hyphens-manual {
  hyphens: manual;
}
.hyphens-auto {
  hyphens: auto;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-e-2xl {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}
.rounded-e-3xl {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}
.rounded-e-none {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.rounded-e-sm {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}
.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-s-2xl {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}
.rounded-s-3xl {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}
.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}
.rounded-s-none {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.rounded-s-sm {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}
.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-ee {
  border-end-end-radius: 0.25rem;
}
.rounded-ee-2xl {
  border-end-end-radius: 1rem;
}
.rounded-ee-3xl {
  border-end-end-radius: 1.5rem;
}
.rounded-ee-full {
  border-end-end-radius: 9999px;
}
.rounded-ee-lg {
  border-end-end-radius: 0.5rem;
}
.rounded-ee-md {
  border-end-end-radius: 0.375rem;
}
.rounded-ee-none {
  border-end-end-radius: 0px;
}
.rounded-ee-sm {
  border-end-end-radius: 0.125rem;
}
.rounded-ee-xl {
  border-end-end-radius: 0.75rem;
}
.rounded-es {
  border-end-start-radius: 0.25rem;
}
.rounded-es-2xl {
  border-end-start-radius: 1rem;
}
.rounded-es-3xl {
  border-end-start-radius: 1.5rem;
}
.rounded-es-full {
  border-end-start-radius: 9999px;
}
.rounded-es-lg {
  border-end-start-radius: 0.5rem;
}
.rounded-es-md {
  border-end-start-radius: 0.375rem;
}
.rounded-es-none {
  border-end-start-radius: 0px;
}
.rounded-es-sm {
  border-end-start-radius: 0.125rem;
}
.rounded-es-xl {
  border-end-start-radius: 0.75rem;
}
.rounded-se {
  border-start-end-radius: 0.25rem;
}
.rounded-se-2xl {
  border-start-end-radius: 1rem;
}
.rounded-se-3xl {
  border-start-end-radius: 1.5rem;
}
.rounded-se-full {
  border-start-end-radius: 9999px;
}
.rounded-se-lg {
  border-start-end-radius: 0.5rem;
}
.rounded-se-md {
  border-start-end-radius: 0.375rem;
}
.rounded-se-none {
  border-start-end-radius: 0px;
}
.rounded-se-sm {
  border-start-end-radius: 0.125rem;
}
.rounded-se-xl {
  border-start-end-radius: 0.75rem;
}
.rounded-ss {
  border-start-start-radius: 0.25rem;
}
.rounded-ss-2xl {
  border-start-start-radius: 1rem;
}
.rounded-ss-3xl {
  border-start-start-radius: 1.5rem;
}
.rounded-ss-full {
  border-start-start-radius: 9999px;
}
.rounded-ss-lg {
  border-start-start-radius: 0.5rem;
}
.rounded-ss-md {
  border-start-start-radius: 0.375rem;
}
.rounded-ss-none {
  border-start-start-radius: 0px;
}
.rounded-ss-sm {
  border-start-start-radius: 0.125rem;
}
.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-e {
  border-inline-end-width: 1px;
}
.border-e-0 {
  border-inline-end-width: 0px;
}
.border-e-2 {
  border-inline-end-width: 2px;
}
.border-e-4 {
  border-inline-end-width: 4px;
}
.border-e-8 {
  border-inline-end-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-s {
  border-inline-start-width: 1px;
}
.border-s-0 {
  border-inline-start-width: 0px;
}
.border-s-2 {
  border-inline-start-width: 2px;
}
.border-s-4 {
  border-inline-start-width: 4px;
}
.border-s-8 {
  border-inline-start-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-double {
  border-style: double;
}
.border-hidden {
  border-style: hidden;
}
.border-none {
  border-style: none;
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-100\/0 {
  border-color: rgb(254 243 199 / 0);
}
.border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}
.border-amber-100\/100 {
  border-color: rgb(254 243 199 / 1);
}
.border-amber-100\/15 {
  border-color: rgb(254 243 199 / 0.15);
}
.border-amber-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}
.border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}
.border-amber-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}
.border-amber-100\/35 {
  border-color: rgb(254 243 199 / 0.35);
}
.border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.border-amber-100\/45 {
  border-color: rgb(254 243 199 / 0.45);
}
.border-amber-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}
.border-amber-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}
.border-amber-100\/55 {
  border-color: rgb(254 243 199 / 0.55);
}
.border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.border-amber-100\/65 {
  border-color: rgb(254 243 199 / 0.65);
}
.border-amber-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}
.border-amber-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}
.border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}
.border-amber-100\/85 {
  border-color: rgb(254 243 199 / 0.85);
}
.border-amber-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}
.border-amber-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/0 {
  border-color: rgb(253 230 138 / 0);
}
.border-amber-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}
.border-amber-200\/100 {
  border-color: rgb(253 230 138 / 1);
}
.border-amber-200\/15 {
  border-color: rgb(253 230 138 / 0.15);
}
.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-200\/35 {
  border-color: rgb(253 230 138 / 0.35);
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-amber-200\/45 {
  border-color: rgb(253 230 138 / 0.45);
}
.border-amber-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-amber-200\/55 {
  border-color: rgb(253 230 138 / 0.55);
}
.border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-amber-200\/65 {
  border-color: rgb(253 230 138 / 0.65);
}
.border-amber-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}
.border-amber-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}
.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-amber-200\/85 {
  border-color: rgb(253 230 138 / 0.85);
}
.border-amber-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}
.border-amber-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-300\/0 {
  border-color: rgb(252 211 77 / 0);
}
.border-amber-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}
.border-amber-300\/100 {
  border-color: rgb(252 211 77 / 1);
}
.border-amber-300\/15 {
  border-color: rgb(252 211 77 / 0.15);
}
.border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}
.border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.border-amber-300\/35 {
  border-color: rgb(252 211 77 / 0.35);
}
.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-amber-300\/45 {
  border-color: rgb(252 211 77 / 0.45);
}
.border-amber-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-amber-300\/55 {
  border-color: rgb(252 211 77 / 0.55);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-300\/65 {
  border-color: rgb(252 211 77 / 0.65);
}
.border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}
.border-amber-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}
.border-amber-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}
.border-amber-300\/85 {
  border-color: rgb(252 211 77 / 0.85);
}
.border-amber-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}
.border-amber-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-amber-400\/0 {
  border-color: rgb(251 191 36 / 0);
}
.border-amber-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}
.border-amber-400\/100 {
  border-color: rgb(251 191 36 / 1);
}
.border-amber-400\/15 {
  border-color: rgb(251 191 36 / 0.15);
}
.border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-amber-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}
.border-amber-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}
.border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-amber-400\/55 {
  border-color: rgb(251 191 36 / 0.55);
}
.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-amber-400\/65 {
  border-color: rgb(251 191 36 / 0.65);
}
.border-amber-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}
.border-amber-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}
.border-amber-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}
.border-amber-400\/85 {
  border-color: rgb(251 191 36 / 0.85);
}
.border-amber-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}
.border-amber-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}
.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-amber-50\/0 {
  border-color: rgb(255 251 235 / 0);
}
.border-amber-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}
.border-amber-50\/100 {
  border-color: rgb(255 251 235 / 1);
}
.border-amber-50\/15 {
  border-color: rgb(255 251 235 / 0.15);
}
.border-amber-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}
.border-amber-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}
.border-amber-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}
.border-amber-50\/35 {
  border-color: rgb(255 251 235 / 0.35);
}
.border-amber-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}
.border-amber-50\/45 {
  border-color: rgb(255 251 235 / 0.45);
}
.border-amber-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}
.border-amber-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}
.border-amber-50\/55 {
  border-color: rgb(255 251 235 / 0.55);
}
.border-amber-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}
.border-amber-50\/65 {
  border-color: rgb(255 251 235 / 0.65);
}
.border-amber-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}
.border-amber-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}
.border-amber-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}
.border-amber-50\/85 {
  border-color: rgb(255 251 235 / 0.85);
}
.border-amber-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}
.border-amber-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0);
}
.border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}
.border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1);
}
.border-amber-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}
.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-amber-500\/35 {
  border-color: rgb(245 158 11 / 0.35);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}
.border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}
.border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.border-amber-500\/55 {
  border-color: rgb(245 158 11 / 0.55);
}
.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-amber-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}
.border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}
.border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}
.border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}
.border-amber-500\/85 {
  border-color: rgb(245 158 11 / 0.85);
}
.border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}
.border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}
.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-amber-600\/0 {
  border-color: rgb(217 119 6 / 0);
}
.border-amber-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}
.border-amber-600\/100 {
  border-color: rgb(217 119 6 / 1);
}
.border-amber-600\/15 {
  border-color: rgb(217 119 6 / 0.15);
}
.border-amber-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}
.border-amber-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}
.border-amber-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}
.border-amber-600\/35 {
  border-color: rgb(217 119 6 / 0.35);
}
.border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.border-amber-600\/45 {
  border-color: rgb(217 119 6 / 0.45);
}
.border-amber-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}
.border-amber-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}
.border-amber-600\/55 {
  border-color: rgb(217 119 6 / 0.55);
}
.border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.border-amber-600\/65 {
  border-color: rgb(217 119 6 / 0.65);
}
.border-amber-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}
.border-amber-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}
.border-amber-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}
.border-amber-600\/85 {
  border-color: rgb(217 119 6 / 0.85);
}
.border-amber-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}
.border-amber-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}
.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-amber-700\/0 {
  border-color: rgb(180 83 9 / 0);
}
.border-amber-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}
.border-amber-700\/100 {
  border-color: rgb(180 83 9 / 1);
}
.border-amber-700\/15 {
  border-color: rgb(180 83 9 / 0.15);
}
.border-amber-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}
.border-amber-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}
.border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}
.border-amber-700\/35 {
  border-color: rgb(180 83 9 / 0.35);
}
.border-amber-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}
.border-amber-700\/45 {
  border-color: rgb(180 83 9 / 0.45);
}
.border-amber-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}
.border-amber-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}
.border-amber-700\/55 {
  border-color: rgb(180 83 9 / 0.55);
}
.border-amber-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}
.border-amber-700\/65 {
  border-color: rgb(180 83 9 / 0.65);
}
.border-amber-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}
.border-amber-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}
.border-amber-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}
.border-amber-700\/85 {
  border-color: rgb(180 83 9 / 0.85);
}
.border-amber-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}
.border-amber-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}
.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-amber-800\/0 {
  border-color: rgb(146 64 14 / 0);
}
.border-amber-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}
.border-amber-800\/100 {
  border-color: rgb(146 64 14 / 1);
}
.border-amber-800\/15 {
  border-color: rgb(146 64 14 / 0.15);
}
.border-amber-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}
.border-amber-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}
.border-amber-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}
.border-amber-800\/35 {
  border-color: rgb(146 64 14 / 0.35);
}
.border-amber-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}
.border-amber-800\/45 {
  border-color: rgb(146 64 14 / 0.45);
}
.border-amber-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}
.border-amber-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}
.border-amber-800\/55 {
  border-color: rgb(146 64 14 / 0.55);
}
.border-amber-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}
.border-amber-800\/65 {
  border-color: rgb(146 64 14 / 0.65);
}
.border-amber-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}
.border-amber-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}
.border-amber-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}
.border-amber-800\/85 {
  border-color: rgb(146 64 14 / 0.85);
}
.border-amber-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}
.border-amber-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}
.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-amber-900\/0 {
  border-color: rgb(120 53 15 / 0);
}
.border-amber-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}
.border-amber-900\/100 {
  border-color: rgb(120 53 15 / 1);
}
.border-amber-900\/15 {
  border-color: rgb(120 53 15 / 0.15);
}
.border-amber-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}
.border-amber-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}
.border-amber-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}
.border-amber-900\/35 {
  border-color: rgb(120 53 15 / 0.35);
}
.border-amber-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}
.border-amber-900\/45 {
  border-color: rgb(120 53 15 / 0.45);
}
.border-amber-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}
.border-amber-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}
.border-amber-900\/55 {
  border-color: rgb(120 53 15 / 0.55);
}
.border-amber-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}
.border-amber-900\/65 {
  border-color: rgb(120 53 15 / 0.65);
}
.border-amber-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}
.border-amber-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}
.border-amber-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}
.border-amber-900\/85 {
  border-color: rgb(120 53 15 / 0.85);
}
.border-amber-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}
.border-amber-900\/95 {
  border-color: rgb(120 53 15 / 0.95);
}
.border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-amber-950\/0 {
  border-color: rgb(69 26 3 / 0);
}
.border-amber-950\/10 {
  border-color: rgb(69 26 3 / 0.1);
}
.border-amber-950\/100 {
  border-color: rgb(69 26 3 / 1);
}
.border-amber-950\/15 {
  border-color: rgb(69 26 3 / 0.15);
}
.border-amber-950\/20 {
  border-color: rgb(69 26 3 / 0.2);
}
.border-amber-950\/25 {
  border-color: rgb(69 26 3 / 0.25);
}
.border-amber-950\/30 {
  border-color: rgb(69 26 3 / 0.3);
}
.border-amber-950\/35 {
  border-color: rgb(69 26 3 / 0.35);
}
.border-amber-950\/40 {
  border-color: rgb(69 26 3 / 0.4);
}
.border-amber-950\/45 {
  border-color: rgb(69 26 3 / 0.45);
}
.border-amber-950\/5 {
  border-color: rgb(69 26 3 / 0.05);
}
.border-amber-950\/50 {
  border-color: rgb(69 26 3 / 0.5);
}
.border-amber-950\/55 {
  border-color: rgb(69 26 3 / 0.55);
}
.border-amber-950\/60 {
  border-color: rgb(69 26 3 / 0.6);
}
.border-amber-950\/65 {
  border-color: rgb(69 26 3 / 0.65);
}
.border-amber-950\/70 {
  border-color: rgb(69 26 3 / 0.7);
}
.border-amber-950\/75 {
  border-color: rgb(69 26 3 / 0.75);
}
.border-amber-950\/80 {
  border-color: rgb(69 26 3 / 0.8);
}
.border-amber-950\/85 {
  border-color: rgb(69 26 3 / 0.85);
}
.border-amber-950\/90 {
  border-color: rgb(69 26 3 / 0.9);
}
.border-amber-950\/95 {
  border-color: rgb(69 26 3 / 0.95);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-black\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}
.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}
.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}
.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}
.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}
.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}
.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}
.border-blue-100\/35 {
  border-color: rgb(219 234 254 / 0.35);
}
.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}
.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}
.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}
.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}
.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}
.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}
.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}
.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}
.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}
.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}
.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}
.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}
.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}
.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}
.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}
.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}
.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}
.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}
.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}
.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}
.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}
.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}
.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}
.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}
.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}
.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}
.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}
.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}
.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}
.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}
.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}
.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}
.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}
.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}
.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}
.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}
.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}
.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}
.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(37 99 235 / 0.15);
}
.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(37 99 235 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}
.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}
.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}
.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}
.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}
.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}
.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}
.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}
.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}
.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}
.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}
.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}
.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}
.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}
.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}
.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}
.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}
.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}
.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}
.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}
.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}
.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}
.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}
.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}
.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}
.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}
.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}
.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}
.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}
.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}
.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}
.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}
.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}
.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0);
}
.border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}
.border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1);
}
.border-blue-900\/15 {
  border-color: rgb(30 58 138 / 0.15);
}
.border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}
.border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}
.border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}
.border-blue-900\/35 {
  border-color: rgb(30 58 138 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}
.border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}
.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}
.border-blue-900\/55 {
  border-color: rgb(30 58 138 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}
.border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}
.border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}
.border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}
.border-blue-900\/85 {
  border-color: rgb(30 58 138 / 0.85);
}
.border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}
.border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}
.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-blue-950\/0 {
  border-color: rgb(23 37 84 / 0);
}
.border-blue-950\/10 {
  border-color: rgb(23 37 84 / 0.1);
}
.border-blue-950\/100 {
  border-color: rgb(23 37 84 / 1);
}
.border-blue-950\/15 {
  border-color: rgb(23 37 84 / 0.15);
}
.border-blue-950\/20 {
  border-color: rgb(23 37 84 / 0.2);
}
.border-blue-950\/25 {
  border-color: rgb(23 37 84 / 0.25);
}
.border-blue-950\/30 {
  border-color: rgb(23 37 84 / 0.3);
}
.border-blue-950\/35 {
  border-color: rgb(23 37 84 / 0.35);
}
.border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.border-blue-950\/45 {
  border-color: rgb(23 37 84 / 0.45);
}
.border-blue-950\/5 {
  border-color: rgb(23 37 84 / 0.05);
}
.border-blue-950\/50 {
  border-color: rgb(23 37 84 / 0.5);
}
.border-blue-950\/55 {
  border-color: rgb(23 37 84 / 0.55);
}
.border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.border-blue-950\/65 {
  border-color: rgb(23 37 84 / 0.65);
}
.border-blue-950\/70 {
  border-color: rgb(23 37 84 / 0.7);
}
.border-blue-950\/75 {
  border-color: rgb(23 37 84 / 0.75);
}
.border-blue-950\/80 {
  border-color: rgb(23 37 84 / 0.8);
}
.border-blue-950\/85 {
  border-color: rgb(23 37 84 / 0.85);
}
.border-blue-950\/90 {
  border-color: rgb(23 37 84 / 0.9);
}
.border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95);
}
.border-current {
  border-color: currentColor;
}
.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-cyan-100\/0 {
  border-color: rgb(207 250 254 / 0);
}
.border-cyan-100\/10 {
  border-color: rgb(207 250 254 / 0.1);
}
.border-cyan-100\/100 {
  border-color: rgb(207 250 254 / 1);
}
.border-cyan-100\/15 {
  border-color: rgb(207 250 254 / 0.15);
}
.border-cyan-100\/20 {
  border-color: rgb(207 250 254 / 0.2);
}
.border-cyan-100\/25 {
  border-color: rgb(207 250 254 / 0.25);
}
.border-cyan-100\/30 {
  border-color: rgb(207 250 254 / 0.3);
}
.border-cyan-100\/35 {
  border-color: rgb(207 250 254 / 0.35);
}
.border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4);
}
.border-cyan-100\/45 {
  border-color: rgb(207 250 254 / 0.45);
}
.border-cyan-100\/5 {
  border-color: rgb(207 250 254 / 0.05);
}
.border-cyan-100\/50 {
  border-color: rgb(207 250 254 / 0.5);
}
.border-cyan-100\/55 {
  border-color: rgb(207 250 254 / 0.55);
}
.border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6);
}
.border-cyan-100\/65 {
  border-color: rgb(207 250 254 / 0.65);
}
.border-cyan-100\/70 {
  border-color: rgb(207 250 254 / 0.7);
}
.border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75);
}
.border-cyan-100\/80 {
  border-color: rgb(207 250 254 / 0.8);
}
.border-cyan-100\/85 {
  border-color: rgb(207 250 254 / 0.85);
}
.border-cyan-100\/90 {
  border-color: rgb(207 250 254 / 0.9);
}
.border-cyan-100\/95 {
  border-color: rgb(207 250 254 / 0.95);
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-cyan-200\/0 {
  border-color: rgb(165 243 252 / 0);
}
.border-cyan-200\/10 {
  border-color: rgb(165 243 252 / 0.1);
}
.border-cyan-200\/100 {
  border-color: rgb(165 243 252 / 1);
}
.border-cyan-200\/15 {
  border-color: rgb(165 243 252 / 0.15);
}
.border-cyan-200\/20 {
  border-color: rgb(165 243 252 / 0.2);
}
.border-cyan-200\/25 {
  border-color: rgb(165 243 252 / 0.25);
}
.border-cyan-200\/30 {
  border-color: rgb(165 243 252 / 0.3);
}
.border-cyan-200\/35 {
  border-color: rgb(165 243 252 / 0.35);
}
.border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4);
}
.border-cyan-200\/45 {
  border-color: rgb(165 243 252 / 0.45);
}
.border-cyan-200\/5 {
  border-color: rgb(165 243 252 / 0.05);
}
.border-cyan-200\/50 {
  border-color: rgb(165 243 252 / 0.5);
}
.border-cyan-200\/55 {
  border-color: rgb(165 243 252 / 0.55);
}
.border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.border-cyan-200\/65 {
  border-color: rgb(165 243 252 / 0.65);
}
.border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}
.border-cyan-200\/75 {
  border-color: rgb(165 243 252 / 0.75);
}
.border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8);
}
.border-cyan-200\/85 {
  border-color: rgb(165 243 252 / 0.85);
}
.border-cyan-200\/90 {
  border-color: rgb(165 243 252 / 0.9);
}
.border-cyan-200\/95 {
  border-color: rgb(165 243 252 / 0.95);
}
.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-cyan-300\/0 {
  border-color: rgb(103 232 249 / 0);
}
.border-cyan-300\/10 {
  border-color: rgb(103 232 249 / 0.1);
}
.border-cyan-300\/100 {
  border-color: rgb(103 232 249 / 1);
}
.border-cyan-300\/15 {
  border-color: rgb(103 232 249 / 0.15);
}
.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25);
}
.border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}
.border-cyan-300\/35 {
  border-color: rgb(103 232 249 / 0.35);
}
.border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4);
}
.border-cyan-300\/45 {
  border-color: rgb(103 232 249 / 0.45);
}
.border-cyan-300\/5 {
  border-color: rgb(103 232 249 / 0.05);
}
.border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5);
}
.border-cyan-300\/55 {
  border-color: rgb(103 232 249 / 0.55);
}
.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.border-cyan-300\/65 {
  border-color: rgb(103 232 249 / 0.65);
}
.border-cyan-300\/70 {
  border-color: rgb(103 232 249 / 0.7);
}
.border-cyan-300\/75 {
  border-color: rgb(103 232 249 / 0.75);
}
.border-cyan-300\/80 {
  border-color: rgb(103 232 249 / 0.8);
}
.border-cyan-300\/85 {
  border-color: rgb(103 232 249 / 0.85);
}
.border-cyan-300\/90 {
  border-color: rgb(103 232 249 / 0.9);
}
.border-cyan-300\/95 {
  border-color: rgb(103 232 249 / 0.95);
}
.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-cyan-400\/0 {
  border-color: rgb(34 211 238 / 0);
}
.border-cyan-400\/10 {
  border-color: rgb(34 211 238 / 0.1);
}
.border-cyan-400\/100 {
  border-color: rgb(34 211 238 / 1);
}
.border-cyan-400\/15 {
  border-color: rgb(34 211 238 / 0.15);
}
.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}
.border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25);
}
.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-400\/35 {
  border-color: rgb(34 211 238 / 0.35);
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-400\/45 {
  border-color: rgb(34 211 238 / 0.45);
}
.border-cyan-400\/5 {
  border-color: rgb(34 211 238 / 0.05);
}
.border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.border-cyan-400\/55 {
  border-color: rgb(34 211 238 / 0.55);
}
.border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.border-cyan-400\/65 {
  border-color: rgb(34 211 238 / 0.65);
}
.border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}
.border-cyan-400\/75 {
  border-color: rgb(34 211 238 / 0.75);
}
.border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8);
}
.border-cyan-400\/85 {
  border-color: rgb(34 211 238 / 0.85);
}
.border-cyan-400\/90 {
  border-color: rgb(34 211 238 / 0.9);
}
.border-cyan-400\/95 {
  border-color: rgb(34 211 238 / 0.95);
}
.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-cyan-50\/0 {
  border-color: rgb(236 254 255 / 0);
}
.border-cyan-50\/10 {
  border-color: rgb(236 254 255 / 0.1);
}
.border-cyan-50\/100 {
  border-color: rgb(236 254 255 / 1);
}
.border-cyan-50\/15 {
  border-color: rgb(236 254 255 / 0.15);
}
.border-cyan-50\/20 {
  border-color: rgb(236 254 255 / 0.2);
}
.border-cyan-50\/25 {
  border-color: rgb(236 254 255 / 0.25);
}
.border-cyan-50\/30 {
  border-color: rgb(236 254 255 / 0.3);
}
.border-cyan-50\/35 {
  border-color: rgb(236 254 255 / 0.35);
}
.border-cyan-50\/40 {
  border-color: rgb(236 254 255 / 0.4);
}
.border-cyan-50\/45 {
  border-color: rgb(236 254 255 / 0.45);
}
.border-cyan-50\/5 {
  border-color: rgb(236 254 255 / 0.05);
}
.border-cyan-50\/50 {
  border-color: rgb(236 254 255 / 0.5);
}
.border-cyan-50\/55 {
  border-color: rgb(236 254 255 / 0.55);
}
.border-cyan-50\/60 {
  border-color: rgb(236 254 255 / 0.6);
}
.border-cyan-50\/65 {
  border-color: rgb(236 254 255 / 0.65);
}
.border-cyan-50\/70 {
  border-color: rgb(236 254 255 / 0.7);
}
.border-cyan-50\/75 {
  border-color: rgb(236 254 255 / 0.75);
}
.border-cyan-50\/80 {
  border-color: rgb(236 254 255 / 0.8);
}
.border-cyan-50\/85 {
  border-color: rgb(236 254 255 / 0.85);
}
.border-cyan-50\/90 {
  border-color: rgb(236 254 255 / 0.9);
}
.border-cyan-50\/95 {
  border-color: rgb(236 254 255 / 0.95);
}
.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-cyan-500\/0 {
  border-color: rgb(6 182 212 / 0);
}
.border-cyan-500\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.border-cyan-500\/100 {
  border-color: rgb(6 182 212 / 1);
}
.border-cyan-500\/15 {
  border-color: rgb(6 182 212 / 0.15);
}
.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-cyan-500\/35 {
  border-color: rgb(6 182 212 / 0.35);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-cyan-500\/45 {
  border-color: rgb(6 182 212 / 0.45);
}
.border-cyan-500\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-cyan-500\/55 {
  border-color: rgb(6 182 212 / 0.55);
}
.border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-cyan-500\/65 {
  border-color: rgb(6 182 212 / 0.65);
}
.border-cyan-500\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.border-cyan-500\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.border-cyan-500\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.border-cyan-500\/85 {
  border-color: rgb(6 182 212 / 0.85);
}
.border-cyan-500\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.border-cyan-500\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-cyan-600\/0 {
  border-color: rgb(8 145 178 / 0);
}
.border-cyan-600\/10 {
  border-color: rgb(8 145 178 / 0.1);
}
.border-cyan-600\/100 {
  border-color: rgb(8 145 178 / 1);
}
.border-cyan-600\/15 {
  border-color: rgb(8 145 178 / 0.15);
}
.border-cyan-600\/20 {
  border-color: rgb(8 145 178 / 0.2);
}
.border-cyan-600\/25 {
  border-color: rgb(8 145 178 / 0.25);
}
.border-cyan-600\/30 {
  border-color: rgb(8 145 178 / 0.3);
}
.border-cyan-600\/35 {
  border-color: rgb(8 145 178 / 0.35);
}
.border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4);
}
.border-cyan-600\/45 {
  border-color: rgb(8 145 178 / 0.45);
}
.border-cyan-600\/5 {
  border-color: rgb(8 145 178 / 0.05);
}
.border-cyan-600\/50 {
  border-color: rgb(8 145 178 / 0.5);
}
.border-cyan-600\/55 {
  border-color: rgb(8 145 178 / 0.55);
}
.border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6);
}
.border-cyan-600\/65 {
  border-color: rgb(8 145 178 / 0.65);
}
.border-cyan-600\/70 {
  border-color: rgb(8 145 178 / 0.7);
}
.border-cyan-600\/75 {
  border-color: rgb(8 145 178 / 0.75);
}
.border-cyan-600\/80 {
  border-color: rgb(8 145 178 / 0.8);
}
.border-cyan-600\/85 {
  border-color: rgb(8 145 178 / 0.85);
}
.border-cyan-600\/90 {
  border-color: rgb(8 145 178 / 0.9);
}
.border-cyan-600\/95 {
  border-color: rgb(8 145 178 / 0.95);
}
.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-cyan-700\/0 {
  border-color: rgb(14 116 144 / 0);
}
.border-cyan-700\/10 {
  border-color: rgb(14 116 144 / 0.1);
}
.border-cyan-700\/100 {
  border-color: rgb(14 116 144 / 1);
}
.border-cyan-700\/15 {
  border-color: rgb(14 116 144 / 0.15);
}
.border-cyan-700\/20 {
  border-color: rgb(14 116 144 / 0.2);
}
.border-cyan-700\/25 {
  border-color: rgb(14 116 144 / 0.25);
}
.border-cyan-700\/30 {
  border-color: rgb(14 116 144 / 0.3);
}
.border-cyan-700\/35 {
  border-color: rgb(14 116 144 / 0.35);
}
.border-cyan-700\/40 {
  border-color: rgb(14 116 144 / 0.4);
}
.border-cyan-700\/45 {
  border-color: rgb(14 116 144 / 0.45);
}
.border-cyan-700\/5 {
  border-color: rgb(14 116 144 / 0.05);
}
.border-cyan-700\/50 {
  border-color: rgb(14 116 144 / 0.5);
}
.border-cyan-700\/55 {
  border-color: rgb(14 116 144 / 0.55);
}
.border-cyan-700\/60 {
  border-color: rgb(14 116 144 / 0.6);
}
.border-cyan-700\/65 {
  border-color: rgb(14 116 144 / 0.65);
}
.border-cyan-700\/70 {
  border-color: rgb(14 116 144 / 0.7);
}
.border-cyan-700\/75 {
  border-color: rgb(14 116 144 / 0.75);
}
.border-cyan-700\/80 {
  border-color: rgb(14 116 144 / 0.8);
}
.border-cyan-700\/85 {
  border-color: rgb(14 116 144 / 0.85);
}
.border-cyan-700\/90 {
  border-color: rgb(14 116 144 / 0.9);
}
.border-cyan-700\/95 {
  border-color: rgb(14 116 144 / 0.95);
}
.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-cyan-800\/0 {
  border-color: rgb(21 94 117 / 0);
}
.border-cyan-800\/10 {
  border-color: rgb(21 94 117 / 0.1);
}
.border-cyan-800\/100 {
  border-color: rgb(21 94 117 / 1);
}
.border-cyan-800\/15 {
  border-color: rgb(21 94 117 / 0.15);
}
.border-cyan-800\/20 {
  border-color: rgb(21 94 117 / 0.2);
}
.border-cyan-800\/25 {
  border-color: rgb(21 94 117 / 0.25);
}
.border-cyan-800\/30 {
  border-color: rgb(21 94 117 / 0.3);
}
.border-cyan-800\/35 {
  border-color: rgb(21 94 117 / 0.35);
}
.border-cyan-800\/40 {
  border-color: rgb(21 94 117 / 0.4);
}
.border-cyan-800\/45 {
  border-color: rgb(21 94 117 / 0.45);
}
.border-cyan-800\/5 {
  border-color: rgb(21 94 117 / 0.05);
}
.border-cyan-800\/50 {
  border-color: rgb(21 94 117 / 0.5);
}
.border-cyan-800\/55 {
  border-color: rgb(21 94 117 / 0.55);
}
.border-cyan-800\/60 {
  border-color: rgb(21 94 117 / 0.6);
}
.border-cyan-800\/65 {
  border-color: rgb(21 94 117 / 0.65);
}
.border-cyan-800\/70 {
  border-color: rgb(21 94 117 / 0.7);
}
.border-cyan-800\/75 {
  border-color: rgb(21 94 117 / 0.75);
}
.border-cyan-800\/80 {
  border-color: rgb(21 94 117 / 0.8);
}
.border-cyan-800\/85 {
  border-color: rgb(21 94 117 / 0.85);
}
.border-cyan-800\/90 {
  border-color: rgb(21 94 117 / 0.9);
}
.border-cyan-800\/95 {
  border-color: rgb(21 94 117 / 0.95);
}
.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-cyan-900\/0 {
  border-color: rgb(22 78 99 / 0);
}
.border-cyan-900\/10 {
  border-color: rgb(22 78 99 / 0.1);
}
.border-cyan-900\/100 {
  border-color: rgb(22 78 99 / 1);
}
.border-cyan-900\/15 {
  border-color: rgb(22 78 99 / 0.15);
}
.border-cyan-900\/20 {
  border-color: rgb(22 78 99 / 0.2);
}
.border-cyan-900\/25 {
  border-color: rgb(22 78 99 / 0.25);
}
.border-cyan-900\/30 {
  border-color: rgb(22 78 99 / 0.3);
}
.border-cyan-900\/35 {
  border-color: rgb(22 78 99 / 0.35);
}
.border-cyan-900\/40 {
  border-color: rgb(22 78 99 / 0.4);
}
.border-cyan-900\/45 {
  border-color: rgb(22 78 99 / 0.45);
}
.border-cyan-900\/5 {
  border-color: rgb(22 78 99 / 0.05);
}
.border-cyan-900\/50 {
  border-color: rgb(22 78 99 / 0.5);
}
.border-cyan-900\/55 {
  border-color: rgb(22 78 99 / 0.55);
}
.border-cyan-900\/60 {
  border-color: rgb(22 78 99 / 0.6);
}
.border-cyan-900\/65 {
  border-color: rgb(22 78 99 / 0.65);
}
.border-cyan-900\/70 {
  border-color: rgb(22 78 99 / 0.7);
}
.border-cyan-900\/75 {
  border-color: rgb(22 78 99 / 0.75);
}
.border-cyan-900\/80 {
  border-color: rgb(22 78 99 / 0.8);
}
.border-cyan-900\/85 {
  border-color: rgb(22 78 99 / 0.85);
}
.border-cyan-900\/90 {
  border-color: rgb(22 78 99 / 0.9);
}
.border-cyan-900\/95 {
  border-color: rgb(22 78 99 / 0.95);
}
.border-cyan-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-cyan-950\/0 {
  border-color: rgb(8 51 68 / 0);
}
.border-cyan-950\/10 {
  border-color: rgb(8 51 68 / 0.1);
}
.border-cyan-950\/100 {
  border-color: rgb(8 51 68 / 1);
}
.border-cyan-950\/15 {
  border-color: rgb(8 51 68 / 0.15);
}
.border-cyan-950\/20 {
  border-color: rgb(8 51 68 / 0.2);
}
.border-cyan-950\/25 {
  border-color: rgb(8 51 68 / 0.25);
}
.border-cyan-950\/30 {
  border-color: rgb(8 51 68 / 0.3);
}
.border-cyan-950\/35 {
  border-color: rgb(8 51 68 / 0.35);
}
.border-cyan-950\/40 {
  border-color: rgb(8 51 68 / 0.4);
}
.border-cyan-950\/45 {
  border-color: rgb(8 51 68 / 0.45);
}
.border-cyan-950\/5 {
  border-color: rgb(8 51 68 / 0.05);
}
.border-cyan-950\/50 {
  border-color: rgb(8 51 68 / 0.5);
}
.border-cyan-950\/55 {
  border-color: rgb(8 51 68 / 0.55);
}
.border-cyan-950\/60 {
  border-color: rgb(8 51 68 / 0.6);
}
.border-cyan-950\/65 {
  border-color: rgb(8 51 68 / 0.65);
}
.border-cyan-950\/70 {
  border-color: rgb(8 51 68 / 0.7);
}
.border-cyan-950\/75 {
  border-color: rgb(8 51 68 / 0.75);
}
.border-cyan-950\/80 {
  border-color: rgb(8 51 68 / 0.8);
}
.border-cyan-950\/85 {
  border-color: rgb(8 51 68 / 0.85);
}
.border-cyan-950\/90 {
  border-color: rgb(8 51 68 / 0.9);
}
.border-cyan-950\/95 {
  border-color: rgb(8 51 68 / 0.95);
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-100\/0 {
  border-color: rgb(209 250 229 / 0);
}
.border-emerald-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}
.border-emerald-100\/100 {
  border-color: rgb(209 250 229 / 1);
}
.border-emerald-100\/15 {
  border-color: rgb(209 250 229 / 0.15);
}
.border-emerald-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}
.border-emerald-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}
.border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}
.border-emerald-100\/35 {
  border-color: rgb(209 250 229 / 0.35);
}
.border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.border-emerald-100\/45 {
  border-color: rgb(209 250 229 / 0.45);
}
.border-emerald-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}
.border-emerald-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}
.border-emerald-100\/55 {
  border-color: rgb(209 250 229 / 0.55);
}
.border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.border-emerald-100\/65 {
  border-color: rgb(209 250 229 / 0.65);
}
.border-emerald-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}
.border-emerald-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}
.border-emerald-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}
.border-emerald-100\/85 {
  border-color: rgb(209 250 229 / 0.85);
}
.border-emerald-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}
.border-emerald-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-200\/0 {
  border-color: rgb(167 243 208 / 0);
}
.border-emerald-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}
.border-emerald-200\/100 {
  border-color: rgb(167 243 208 / 1);
}
.border-emerald-200\/15 {
  border-color: rgb(167 243 208 / 0.15);
}
.border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}
.border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-emerald-200\/35 {
  border-color: rgb(167 243 208 / 0.35);
}
.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-emerald-200\/45 {
  border-color: rgb(167 243 208 / 0.45);
}
.border-emerald-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}
.border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}
.border-emerald-200\/55 {
  border-color: rgb(167 243 208 / 0.55);
}
.border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.border-emerald-200\/65 {
  border-color: rgb(167 243 208 / 0.65);
}
.border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}
.border-emerald-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}
.border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.border-emerald-200\/85 {
  border-color: rgb(167 243 208 / 0.85);
}
.border-emerald-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}
.border-emerald-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-300\/0 {
  border-color: rgb(110 231 183 / 0);
}
.border-emerald-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}
.border-emerald-300\/100 {
  border-color: rgb(110 231 183 / 1);
}
.border-emerald-300\/15 {
  border-color: rgb(110 231 183 / 0.15);
}
.border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}
.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-emerald-300\/35 {
  border-color: rgb(110 231 183 / 0.35);
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-emerald-300\/45 {
  border-color: rgb(110 231 183 / 0.45);
}
.border-emerald-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}
.border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}
.border-emerald-300\/55 {
  border-color: rgb(110 231 183 / 0.55);
}
.border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.border-emerald-300\/65 {
  border-color: rgb(110 231 183 / 0.65);
}
.border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.border-emerald-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}
.border-emerald-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}
.border-emerald-300\/85 {
  border-color: rgb(110 231 183 / 0.85);
}
.border-emerald-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}
.border-emerald-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/0 {
  border-color: rgb(52 211 153 / 0);
}
.border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}
.border-emerald-400\/100 {
  border-color: rgb(52 211 153 / 1);
}
.border-emerald-400\/15 {
  border-color: rgb(52 211 153 / 0.15);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/35 {
  border-color: rgb(52 211 153 / 0.35);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}
.border-emerald-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}
.border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.border-emerald-400\/55 {
  border-color: rgb(52 211 153 / 0.55);
}
.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-400\/65 {
  border-color: rgb(52 211 153 / 0.65);
}
.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-emerald-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}
.border-emerald-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}
.border-emerald-400\/85 {
  border-color: rgb(52 211 153 / 0.85);
}
.border-emerald-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}
.border-emerald-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}
.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-emerald-50\/0 {
  border-color: rgb(236 253 245 / 0);
}
.border-emerald-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}
.border-emerald-50\/100 {
  border-color: rgb(236 253 245 / 1);
}
.border-emerald-50\/15 {
  border-color: rgb(236 253 245 / 0.15);
}
.border-emerald-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}
.border-emerald-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}
.border-emerald-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}
.border-emerald-50\/35 {
  border-color: rgb(236 253 245 / 0.35);
}
.border-emerald-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}
.border-emerald-50\/45 {
  border-color: rgb(236 253 245 / 0.45);
}
.border-emerald-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}
.border-emerald-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}
.border-emerald-50\/55 {
  border-color: rgb(236 253 245 / 0.55);
}
.border-emerald-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}
.border-emerald-50\/65 {
  border-color: rgb(236 253 245 / 0.65);
}
.border-emerald-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}
.border-emerald-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}
.border-emerald-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}
.border-emerald-50\/85 {
  border-color: rgb(236 253 245 / 0.85);
}
.border-emerald-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}
.border-emerald-50\/95 {
  border-color: rgb(236 253 245 / 0.95);
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0);
}
.border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1);
}
.border-emerald-500\/15 {
  border-color: rgb(16 185 129 / 0.15);
}
.border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/35 {
  border-color: rgb(16 185 129 / 0.35);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}
.border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-500\/55 {
  border-color: rgb(16 185 129 / 0.55);
}
.border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.border-emerald-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}
.border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}
.border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.border-emerald-500\/85 {
  border-color: rgb(16 185 129 / 0.85);
}
.border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}
.border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-emerald-600\/0 {
  border-color: rgb(5 150 105 / 0);
}
.border-emerald-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}
.border-emerald-600\/100 {
  border-color: rgb(5 150 105 / 1);
}
.border-emerald-600\/15 {
  border-color: rgb(5 150 105 / 0.15);
}
.border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}
.border-emerald-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}
.border-emerald-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}
.border-emerald-600\/35 {
  border-color: rgb(5 150 105 / 0.35);
}
.border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.border-emerald-600\/45 {
  border-color: rgb(5 150 105 / 0.45);
}
.border-emerald-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}
.border-emerald-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}
.border-emerald-600\/55 {
  border-color: rgb(5 150 105 / 0.55);
}
.border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.border-emerald-600\/65 {
  border-color: rgb(5 150 105 / 0.65);
}
.border-emerald-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}
.border-emerald-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}
.border-emerald-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}
.border-emerald-600\/85 {
  border-color: rgb(5 150 105 / 0.85);
}
.border-emerald-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}
.border-emerald-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}
.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-emerald-700\/0 {
  border-color: rgb(4 120 87 / 0);
}
.border-emerald-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}
.border-emerald-700\/100 {
  border-color: rgb(4 120 87 / 1);
}
.border-emerald-700\/15 {
  border-color: rgb(4 120 87 / 0.15);
}
.border-emerald-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}
.border-emerald-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}
.border-emerald-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}
.border-emerald-700\/35 {
  border-color: rgb(4 120 87 / 0.35);
}
.border-emerald-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}
.border-emerald-700\/45 {
  border-color: rgb(4 120 87 / 0.45);
}
.border-emerald-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}
.border-emerald-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}
.border-emerald-700\/55 {
  border-color: rgb(4 120 87 / 0.55);
}
.border-emerald-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}
.border-emerald-700\/65 {
  border-color: rgb(4 120 87 / 0.65);
}
.border-emerald-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}
.border-emerald-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}
.border-emerald-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}
.border-emerald-700\/85 {
  border-color: rgb(4 120 87 / 0.85);
}
.border-emerald-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}
.border-emerald-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}
.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-emerald-800\/0 {
  border-color: rgb(6 95 70 / 0);
}
.border-emerald-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}
.border-emerald-800\/100 {
  border-color: rgb(6 95 70 / 1);
}
.border-emerald-800\/15 {
  border-color: rgb(6 95 70 / 0.15);
}
.border-emerald-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}
.border-emerald-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}
.border-emerald-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}
.border-emerald-800\/35 {
  border-color: rgb(6 95 70 / 0.35);
}
.border-emerald-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}
.border-emerald-800\/45 {
  border-color: rgb(6 95 70 / 0.45);
}
.border-emerald-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}
.border-emerald-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}
.border-emerald-800\/55 {
  border-color: rgb(6 95 70 / 0.55);
}
.border-emerald-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}
.border-emerald-800\/65 {
  border-color: rgb(6 95 70 / 0.65);
}
.border-emerald-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}
.border-emerald-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}
.border-emerald-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}
.border-emerald-800\/85 {
  border-color: rgb(6 95 70 / 0.85);
}
.border-emerald-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}
.border-emerald-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}
.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-emerald-900\/0 {
  border-color: rgb(6 78 59 / 0);
}
.border-emerald-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}
.border-emerald-900\/100 {
  border-color: rgb(6 78 59 / 1);
}
.border-emerald-900\/15 {
  border-color: rgb(6 78 59 / 0.15);
}
.border-emerald-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}
.border-emerald-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}
.border-emerald-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}
.border-emerald-900\/35 {
  border-color: rgb(6 78 59 / 0.35);
}
.border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.border-emerald-900\/45 {
  border-color: rgb(6 78 59 / 0.45);
}
.border-emerald-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}
.border-emerald-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}
.border-emerald-900\/55 {
  border-color: rgb(6 78 59 / 0.55);
}
.border-emerald-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}
.border-emerald-900\/65 {
  border-color: rgb(6 78 59 / 0.65);
}
.border-emerald-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}
.border-emerald-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}
.border-emerald-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}
.border-emerald-900\/85 {
  border-color: rgb(6 78 59 / 0.85);
}
.border-emerald-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}
.border-emerald-900\/95 {
  border-color: rgb(6 78 59 / 0.95);
}
.border-emerald-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-emerald-950\/0 {
  border-color: rgb(2 44 34 / 0);
}
.border-emerald-950\/10 {
  border-color: rgb(2 44 34 / 0.1);
}
.border-emerald-950\/100 {
  border-color: rgb(2 44 34 / 1);
}
.border-emerald-950\/15 {
  border-color: rgb(2 44 34 / 0.15);
}
.border-emerald-950\/20 {
  border-color: rgb(2 44 34 / 0.2);
}
.border-emerald-950\/25 {
  border-color: rgb(2 44 34 / 0.25);
}
.border-emerald-950\/30 {
  border-color: rgb(2 44 34 / 0.3);
}
.border-emerald-950\/35 {
  border-color: rgb(2 44 34 / 0.35);
}
.border-emerald-950\/40 {
  border-color: rgb(2 44 34 / 0.4);
}
.border-emerald-950\/45 {
  border-color: rgb(2 44 34 / 0.45);
}
.border-emerald-950\/5 {
  border-color: rgb(2 44 34 / 0.05);
}
.border-emerald-950\/50 {
  border-color: rgb(2 44 34 / 0.5);
}
.border-emerald-950\/55 {
  border-color: rgb(2 44 34 / 0.55);
}
.border-emerald-950\/60 {
  border-color: rgb(2 44 34 / 0.6);
}
.border-emerald-950\/65 {
  border-color: rgb(2 44 34 / 0.65);
}
.border-emerald-950\/70 {
  border-color: rgb(2 44 34 / 0.7);
}
.border-emerald-950\/75 {
  border-color: rgb(2 44 34 / 0.75);
}
.border-emerald-950\/80 {
  border-color: rgb(2 44 34 / 0.8);
}
.border-emerald-950\/85 {
  border-color: rgb(2 44 34 / 0.85);
}
.border-emerald-950\/90 {
  border-color: rgb(2 44 34 / 0.9);
}
.border-emerald-950\/95 {
  border-color: rgb(2 44 34 / 0.95);
}
.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-fuchsia-100\/0 {
  border-color: rgb(250 232 255 / 0);
}
.border-fuchsia-100\/10 {
  border-color: rgb(250 232 255 / 0.1);
}
.border-fuchsia-100\/100 {
  border-color: rgb(250 232 255 / 1);
}
.border-fuchsia-100\/15 {
  border-color: rgb(250 232 255 / 0.15);
}
.border-fuchsia-100\/20 {
  border-color: rgb(250 232 255 / 0.2);
}
.border-fuchsia-100\/25 {
  border-color: rgb(250 232 255 / 0.25);
}
.border-fuchsia-100\/30 {
  border-color: rgb(250 232 255 / 0.3);
}
.border-fuchsia-100\/35 {
  border-color: rgb(250 232 255 / 0.35);
}
.border-fuchsia-100\/40 {
  border-color: rgb(250 232 255 / 0.4);
}
.border-fuchsia-100\/45 {
  border-color: rgb(250 232 255 / 0.45);
}
.border-fuchsia-100\/5 {
  border-color: rgb(250 232 255 / 0.05);
}
.border-fuchsia-100\/50 {
  border-color: rgb(250 232 255 / 0.5);
}
.border-fuchsia-100\/55 {
  border-color: rgb(250 232 255 / 0.55);
}
.border-fuchsia-100\/60 {
  border-color: rgb(250 232 255 / 0.6);
}
.border-fuchsia-100\/65 {
  border-color: rgb(250 232 255 / 0.65);
}
.border-fuchsia-100\/70 {
  border-color: rgb(250 232 255 / 0.7);
}
.border-fuchsia-100\/75 {
  border-color: rgb(250 232 255 / 0.75);
}
.border-fuchsia-100\/80 {
  border-color: rgb(250 232 255 / 0.8);
}
.border-fuchsia-100\/85 {
  border-color: rgb(250 232 255 / 0.85);
}
.border-fuchsia-100\/90 {
  border-color: rgb(250 232 255 / 0.9);
}
.border-fuchsia-100\/95 {
  border-color: rgb(250 232 255 / 0.95);
}
.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-fuchsia-200\/0 {
  border-color: rgb(245 208 254 / 0);
}
.border-fuchsia-200\/10 {
  border-color: rgb(245 208 254 / 0.1);
}
.border-fuchsia-200\/100 {
  border-color: rgb(245 208 254 / 1);
}
.border-fuchsia-200\/15 {
  border-color: rgb(245 208 254 / 0.15);
}
.border-fuchsia-200\/20 {
  border-color: rgb(245 208 254 / 0.2);
}
.border-fuchsia-200\/25 {
  border-color: rgb(245 208 254 / 0.25);
}
.border-fuchsia-200\/30 {
  border-color: rgb(245 208 254 / 0.3);
}
.border-fuchsia-200\/35 {
  border-color: rgb(245 208 254 / 0.35);
}
.border-fuchsia-200\/40 {
  border-color: rgb(245 208 254 / 0.4);
}
.border-fuchsia-200\/45 {
  border-color: rgb(245 208 254 / 0.45);
}
.border-fuchsia-200\/5 {
  border-color: rgb(245 208 254 / 0.05);
}
.border-fuchsia-200\/50 {
  border-color: rgb(245 208 254 / 0.5);
}
.border-fuchsia-200\/55 {
  border-color: rgb(245 208 254 / 0.55);
}
.border-fuchsia-200\/60 {
  border-color: rgb(245 208 254 / 0.6);
}
.border-fuchsia-200\/65 {
  border-color: rgb(245 208 254 / 0.65);
}
.border-fuchsia-200\/70 {
  border-color: rgb(245 208 254 / 0.7);
}
.border-fuchsia-200\/75 {
  border-color: rgb(245 208 254 / 0.75);
}
.border-fuchsia-200\/80 {
  border-color: rgb(245 208 254 / 0.8);
}
.border-fuchsia-200\/85 {
  border-color: rgb(245 208 254 / 0.85);
}
.border-fuchsia-200\/90 {
  border-color: rgb(245 208 254 / 0.9);
}
.border-fuchsia-200\/95 {
  border-color: rgb(245 208 254 / 0.95);
}
.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-fuchsia-300\/0 {
  border-color: rgb(240 171 252 / 0);
}
.border-fuchsia-300\/10 {
  border-color: rgb(240 171 252 / 0.1);
}
.border-fuchsia-300\/100 {
  border-color: rgb(240 171 252 / 1);
}
.border-fuchsia-300\/15 {
  border-color: rgb(240 171 252 / 0.15);
}
.border-fuchsia-300\/20 {
  border-color: rgb(240 171 252 / 0.2);
}
.border-fuchsia-300\/25 {
  border-color: rgb(240 171 252 / 0.25);
}
.border-fuchsia-300\/30 {
  border-color: rgb(240 171 252 / 0.3);
}
.border-fuchsia-300\/35 {
  border-color: rgb(240 171 252 / 0.35);
}
.border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.border-fuchsia-300\/45 {
  border-color: rgb(240 171 252 / 0.45);
}
.border-fuchsia-300\/5 {
  border-color: rgb(240 171 252 / 0.05);
}
.border-fuchsia-300\/50 {
  border-color: rgb(240 171 252 / 0.5);
}
.border-fuchsia-300\/55 {
  border-color: rgb(240 171 252 / 0.55);
}
.border-fuchsia-300\/60 {
  border-color: rgb(240 171 252 / 0.6);
}
.border-fuchsia-300\/65 {
  border-color: rgb(240 171 252 / 0.65);
}
.border-fuchsia-300\/70 {
  border-color: rgb(240 171 252 / 0.7);
}
.border-fuchsia-300\/75 {
  border-color: rgb(240 171 252 / 0.75);
}
.border-fuchsia-300\/80 {
  border-color: rgb(240 171 252 / 0.8);
}
.border-fuchsia-300\/85 {
  border-color: rgb(240 171 252 / 0.85);
}
.border-fuchsia-300\/90 {
  border-color: rgb(240 171 252 / 0.9);
}
.border-fuchsia-300\/95 {
  border-color: rgb(240 171 252 / 0.95);
}
.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-fuchsia-400\/0 {
  border-color: rgb(232 121 249 / 0);
}
.border-fuchsia-400\/10 {
  border-color: rgb(232 121 249 / 0.1);
}
.border-fuchsia-400\/100 {
  border-color: rgb(232 121 249 / 1);
}
.border-fuchsia-400\/15 {
  border-color: rgb(232 121 249 / 0.15);
}
.border-fuchsia-400\/20 {
  border-color: rgb(232 121 249 / 0.2);
}
.border-fuchsia-400\/25 {
  border-color: rgb(232 121 249 / 0.25);
}
.border-fuchsia-400\/30 {
  border-color: rgb(232 121 249 / 0.3);
}
.border-fuchsia-400\/35 {
  border-color: rgb(232 121 249 / 0.35);
}
.border-fuchsia-400\/40 {
  border-color: rgb(232 121 249 / 0.4);
}
.border-fuchsia-400\/45 {
  border-color: rgb(232 121 249 / 0.45);
}
.border-fuchsia-400\/5 {
  border-color: rgb(232 121 249 / 0.05);
}
.border-fuchsia-400\/50 {
  border-color: rgb(232 121 249 / 0.5);
}
.border-fuchsia-400\/55 {
  border-color: rgb(232 121 249 / 0.55);
}
.border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.border-fuchsia-400\/65 {
  border-color: rgb(232 121 249 / 0.65);
}
.border-fuchsia-400\/70 {
  border-color: rgb(232 121 249 / 0.7);
}
.border-fuchsia-400\/75 {
  border-color: rgb(232 121 249 / 0.75);
}
.border-fuchsia-400\/80 {
  border-color: rgb(232 121 249 / 0.8);
}
.border-fuchsia-400\/85 {
  border-color: rgb(232 121 249 / 0.85);
}
.border-fuchsia-400\/90 {
  border-color: rgb(232 121 249 / 0.9);
}
.border-fuchsia-400\/95 {
  border-color: rgb(232 121 249 / 0.95);
}
.border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-fuchsia-50\/0 {
  border-color: rgb(253 244 255 / 0);
}
.border-fuchsia-50\/10 {
  border-color: rgb(253 244 255 / 0.1);
}
.border-fuchsia-50\/100 {
  border-color: rgb(253 244 255 / 1);
}
.border-fuchsia-50\/15 {
  border-color: rgb(253 244 255 / 0.15);
}
.border-fuchsia-50\/20 {
  border-color: rgb(253 244 255 / 0.2);
}
.border-fuchsia-50\/25 {
  border-color: rgb(253 244 255 / 0.25);
}
.border-fuchsia-50\/30 {
  border-color: rgb(253 244 255 / 0.3);
}
.border-fuchsia-50\/35 {
  border-color: rgb(253 244 255 / 0.35);
}
.border-fuchsia-50\/40 {
  border-color: rgb(253 244 255 / 0.4);
}
.border-fuchsia-50\/45 {
  border-color: rgb(253 244 255 / 0.45);
}
.border-fuchsia-50\/5 {
  border-color: rgb(253 244 255 / 0.05);
}
.border-fuchsia-50\/50 {
  border-color: rgb(253 244 255 / 0.5);
}
.border-fuchsia-50\/55 {
  border-color: rgb(253 244 255 / 0.55);
}
.border-fuchsia-50\/60 {
  border-color: rgb(253 244 255 / 0.6);
}
.border-fuchsia-50\/65 {
  border-color: rgb(253 244 255 / 0.65);
}
.border-fuchsia-50\/70 {
  border-color: rgb(253 244 255 / 0.7);
}
.border-fuchsia-50\/75 {
  border-color: rgb(253 244 255 / 0.75);
}
.border-fuchsia-50\/80 {
  border-color: rgb(253 244 255 / 0.8);
}
.border-fuchsia-50\/85 {
  border-color: rgb(253 244 255 / 0.85);
}
.border-fuchsia-50\/90 {
  border-color: rgb(253 244 255 / 0.9);
}
.border-fuchsia-50\/95 {
  border-color: rgb(253 244 255 / 0.95);
}
.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-fuchsia-500\/0 {
  border-color: rgb(217 70 239 / 0);
}
.border-fuchsia-500\/10 {
  border-color: rgb(217 70 239 / 0.1);
}
.border-fuchsia-500\/100 {
  border-color: rgb(217 70 239 / 1);
}
.border-fuchsia-500\/15 {
  border-color: rgb(217 70 239 / 0.15);
}
.border-fuchsia-500\/20 {
  border-color: rgb(217 70 239 / 0.2);
}
.border-fuchsia-500\/25 {
  border-color: rgb(217 70 239 / 0.25);
}
.border-fuchsia-500\/30 {
  border-color: rgb(217 70 239 / 0.3);
}
.border-fuchsia-500\/35 {
  border-color: rgb(217 70 239 / 0.35);
}
.border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.border-fuchsia-500\/45 {
  border-color: rgb(217 70 239 / 0.45);
}
.border-fuchsia-500\/5 {
  border-color: rgb(217 70 239 / 0.05);
}
.border-fuchsia-500\/50 {
  border-color: rgb(217 70 239 / 0.5);
}
.border-fuchsia-500\/55 {
  border-color: rgb(217 70 239 / 0.55);
}
.border-fuchsia-500\/60 {
  border-color: rgb(217 70 239 / 0.6);
}
.border-fuchsia-500\/65 {
  border-color: rgb(217 70 239 / 0.65);
}
.border-fuchsia-500\/70 {
  border-color: rgb(217 70 239 / 0.7);
}
.border-fuchsia-500\/75 {
  border-color: rgb(217 70 239 / 0.75);
}
.border-fuchsia-500\/80 {
  border-color: rgb(217 70 239 / 0.8);
}
.border-fuchsia-500\/85 {
  border-color: rgb(217 70 239 / 0.85);
}
.border-fuchsia-500\/90 {
  border-color: rgb(217 70 239 / 0.9);
}
.border-fuchsia-500\/95 {
  border-color: rgb(217 70 239 / 0.95);
}
.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-fuchsia-600\/0 {
  border-color: rgb(192 38 211 / 0);
}
.border-fuchsia-600\/10 {
  border-color: rgb(192 38 211 / 0.1);
}
.border-fuchsia-600\/100 {
  border-color: rgb(192 38 211 / 1);
}
.border-fuchsia-600\/15 {
  border-color: rgb(192 38 211 / 0.15);
}
.border-fuchsia-600\/20 {
  border-color: rgb(192 38 211 / 0.2);
}
.border-fuchsia-600\/25 {
  border-color: rgb(192 38 211 / 0.25);
}
.border-fuchsia-600\/30 {
  border-color: rgb(192 38 211 / 0.3);
}
.border-fuchsia-600\/35 {
  border-color: rgb(192 38 211 / 0.35);
}
.border-fuchsia-600\/40 {
  border-color: rgb(192 38 211 / 0.4);
}
.border-fuchsia-600\/45 {
  border-color: rgb(192 38 211 / 0.45);
}
.border-fuchsia-600\/5 {
  border-color: rgb(192 38 211 / 0.05);
}
.border-fuchsia-600\/50 {
  border-color: rgb(192 38 211 / 0.5);
}
.border-fuchsia-600\/55 {
  border-color: rgb(192 38 211 / 0.55);
}
.border-fuchsia-600\/60 {
  border-color: rgb(192 38 211 / 0.6);
}
.border-fuchsia-600\/65 {
  border-color: rgb(192 38 211 / 0.65);
}
.border-fuchsia-600\/70 {
  border-color: rgb(192 38 211 / 0.7);
}
.border-fuchsia-600\/75 {
  border-color: rgb(192 38 211 / 0.75);
}
.border-fuchsia-600\/80 {
  border-color: rgb(192 38 211 / 0.8);
}
.border-fuchsia-600\/85 {
  border-color: rgb(192 38 211 / 0.85);
}
.border-fuchsia-600\/90 {
  border-color: rgb(192 38 211 / 0.9);
}
.border-fuchsia-600\/95 {
  border-color: rgb(192 38 211 / 0.95);
}
.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-fuchsia-700\/0 {
  border-color: rgb(162 28 175 / 0);
}
.border-fuchsia-700\/10 {
  border-color: rgb(162 28 175 / 0.1);
}
.border-fuchsia-700\/100 {
  border-color: rgb(162 28 175 / 1);
}
.border-fuchsia-700\/15 {
  border-color: rgb(162 28 175 / 0.15);
}
.border-fuchsia-700\/20 {
  border-color: rgb(162 28 175 / 0.2);
}
.border-fuchsia-700\/25 {
  border-color: rgb(162 28 175 / 0.25);
}
.border-fuchsia-700\/30 {
  border-color: rgb(162 28 175 / 0.3);
}
.border-fuchsia-700\/35 {
  border-color: rgb(162 28 175 / 0.35);
}
.border-fuchsia-700\/40 {
  border-color: rgb(162 28 175 / 0.4);
}
.border-fuchsia-700\/45 {
  border-color: rgb(162 28 175 / 0.45);
}
.border-fuchsia-700\/5 {
  border-color: rgb(162 28 175 / 0.05);
}
.border-fuchsia-700\/50 {
  border-color: rgb(162 28 175 / 0.5);
}
.border-fuchsia-700\/55 {
  border-color: rgb(162 28 175 / 0.55);
}
.border-fuchsia-700\/60 {
  border-color: rgb(162 28 175 / 0.6);
}
.border-fuchsia-700\/65 {
  border-color: rgb(162 28 175 / 0.65);
}
.border-fuchsia-700\/70 {
  border-color: rgb(162 28 175 / 0.7);
}
.border-fuchsia-700\/75 {
  border-color: rgb(162 28 175 / 0.75);
}
.border-fuchsia-700\/80 {
  border-color: rgb(162 28 175 / 0.8);
}
.border-fuchsia-700\/85 {
  border-color: rgb(162 28 175 / 0.85);
}
.border-fuchsia-700\/90 {
  border-color: rgb(162 28 175 / 0.9);
}
.border-fuchsia-700\/95 {
  border-color: rgb(162 28 175 / 0.95);
}
.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-fuchsia-800\/0 {
  border-color: rgb(134 25 143 / 0);
}
.border-fuchsia-800\/10 {
  border-color: rgb(134 25 143 / 0.1);
}
.border-fuchsia-800\/100 {
  border-color: rgb(134 25 143 / 1);
}
.border-fuchsia-800\/15 {
  border-color: rgb(134 25 143 / 0.15);
}
.border-fuchsia-800\/20 {
  border-color: rgb(134 25 143 / 0.2);
}
.border-fuchsia-800\/25 {
  border-color: rgb(134 25 143 / 0.25);
}
.border-fuchsia-800\/30 {
  border-color: rgb(134 25 143 / 0.3);
}
.border-fuchsia-800\/35 {
  border-color: rgb(134 25 143 / 0.35);
}
.border-fuchsia-800\/40 {
  border-color: rgb(134 25 143 / 0.4);
}
.border-fuchsia-800\/45 {
  border-color: rgb(134 25 143 / 0.45);
}
.border-fuchsia-800\/5 {
  border-color: rgb(134 25 143 / 0.05);
}
.border-fuchsia-800\/50 {
  border-color: rgb(134 25 143 / 0.5);
}
.border-fuchsia-800\/55 {
  border-color: rgb(134 25 143 / 0.55);
}
.border-fuchsia-800\/60 {
  border-color: rgb(134 25 143 / 0.6);
}
.border-fuchsia-800\/65 {
  border-color: rgb(134 25 143 / 0.65);
}
.border-fuchsia-800\/70 {
  border-color: rgb(134 25 143 / 0.7);
}
.border-fuchsia-800\/75 {
  border-color: rgb(134 25 143 / 0.75);
}
.border-fuchsia-800\/80 {
  border-color: rgb(134 25 143 / 0.8);
}
.border-fuchsia-800\/85 {
  border-color: rgb(134 25 143 / 0.85);
}
.border-fuchsia-800\/90 {
  border-color: rgb(134 25 143 / 0.9);
}
.border-fuchsia-800\/95 {
  border-color: rgb(134 25 143 / 0.95);
}
.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-fuchsia-900\/0 {
  border-color: rgb(112 26 117 / 0);
}
.border-fuchsia-900\/10 {
  border-color: rgb(112 26 117 / 0.1);
}
.border-fuchsia-900\/100 {
  border-color: rgb(112 26 117 / 1);
}
.border-fuchsia-900\/15 {
  border-color: rgb(112 26 117 / 0.15);
}
.border-fuchsia-900\/20 {
  border-color: rgb(112 26 117 / 0.2);
}
.border-fuchsia-900\/25 {
  border-color: rgb(112 26 117 / 0.25);
}
.border-fuchsia-900\/30 {
  border-color: rgb(112 26 117 / 0.3);
}
.border-fuchsia-900\/35 {
  border-color: rgb(112 26 117 / 0.35);
}
.border-fuchsia-900\/40 {
  border-color: rgb(112 26 117 / 0.4);
}
.border-fuchsia-900\/45 {
  border-color: rgb(112 26 117 / 0.45);
}
.border-fuchsia-900\/5 {
  border-color: rgb(112 26 117 / 0.05);
}
.border-fuchsia-900\/50 {
  border-color: rgb(112 26 117 / 0.5);
}
.border-fuchsia-900\/55 {
  border-color: rgb(112 26 117 / 0.55);
}
.border-fuchsia-900\/60 {
  border-color: rgb(112 26 117 / 0.6);
}
.border-fuchsia-900\/65 {
  border-color: rgb(112 26 117 / 0.65);
}
.border-fuchsia-900\/70 {
  border-color: rgb(112 26 117 / 0.7);
}
.border-fuchsia-900\/75 {
  border-color: rgb(112 26 117 / 0.75);
}
.border-fuchsia-900\/80 {
  border-color: rgb(112 26 117 / 0.8);
}
.border-fuchsia-900\/85 {
  border-color: rgb(112 26 117 / 0.85);
}
.border-fuchsia-900\/90 {
  border-color: rgb(112 26 117 / 0.9);
}
.border-fuchsia-900\/95 {
  border-color: rgb(112 26 117 / 0.95);
}
.border-fuchsia-950 {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-fuchsia-950\/0 {
  border-color: rgb(74 4 78 / 0);
}
.border-fuchsia-950\/10 {
  border-color: rgb(74 4 78 / 0.1);
}
.border-fuchsia-950\/100 {
  border-color: rgb(74 4 78 / 1);
}
.border-fuchsia-950\/15 {
  border-color: rgb(74 4 78 / 0.15);
}
.border-fuchsia-950\/20 {
  border-color: rgb(74 4 78 / 0.2);
}
.border-fuchsia-950\/25 {
  border-color: rgb(74 4 78 / 0.25);
}
.border-fuchsia-950\/30 {
  border-color: rgb(74 4 78 / 0.3);
}
.border-fuchsia-950\/35 {
  border-color: rgb(74 4 78 / 0.35);
}
.border-fuchsia-950\/40 {
  border-color: rgb(74 4 78 / 0.4);
}
.border-fuchsia-950\/45 {
  border-color: rgb(74 4 78 / 0.45);
}
.border-fuchsia-950\/5 {
  border-color: rgb(74 4 78 / 0.05);
}
.border-fuchsia-950\/50 {
  border-color: rgb(74 4 78 / 0.5);
}
.border-fuchsia-950\/55 {
  border-color: rgb(74 4 78 / 0.55);
}
.border-fuchsia-950\/60 {
  border-color: rgb(74 4 78 / 0.6);
}
.border-fuchsia-950\/65 {
  border-color: rgb(74 4 78 / 0.65);
}
.border-fuchsia-950\/70 {
  border-color: rgb(74 4 78 / 0.7);
}
.border-fuchsia-950\/75 {
  border-color: rgb(74 4 78 / 0.75);
}
.border-fuchsia-950\/80 {
  border-color: rgb(74 4 78 / 0.8);
}
.border-fuchsia-950\/85 {
  border-color: rgb(74 4 78 / 0.85);
}
.border-fuchsia-950\/90 {
  border-color: rgb(74 4 78 / 0.9);
}
.border-fuchsia-950\/95 {
  border-color: rgb(74 4 78 / 0.95);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0);
}
.border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}
.border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}
.border-gray-100\/15 {
  border-color: rgb(243 244 246 / 0.15);
}
.border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}
.border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}
.border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}
.border-gray-100\/35 {
  border-color: rgb(243 244 246 / 0.35);
}
.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}
.border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}
.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}
.border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}
.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}
.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}
.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}
.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}
.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}
.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}
.border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15);
}
.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35);
}
.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}
.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}
.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}
.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}
.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}
.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}
.border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15);
}
.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}
.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}
.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}
.border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35);
}
.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}
.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}
.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}
.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}
.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}
.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}
.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}
.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}
.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}
.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}
.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}
.border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15);
}
.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35);
}
.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}
.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}
.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}
.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}
.border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}
.border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}
.border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15);
}
.border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}
.border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}
.border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}
.border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35);
}
.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}
.border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}
.border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}
.border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55);
}
.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}
.border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}
.border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}
.border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}
.border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85);
}
.border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}
.border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}
.border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15);
}
.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35);
}
.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}
.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}
.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}
.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}
.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}
.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}
.border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15);
}
.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}
.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}
.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}
.border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35);
}
.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}
.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}
.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}
.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}
.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}
.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}
.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}
.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}
.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}
.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}
.border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}
.border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}
.border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15);
}
.border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}
.border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}
.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}
.border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35);
}
.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}
.border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}
.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55);
}
.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}
.border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}
.border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}
.border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}
.border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85);
}
.border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}
.border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}
.border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}
.border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}
.border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15);
}
.border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}
.border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}
.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35);
}
.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}
.border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}
.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}
.border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55);
}
.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}
.border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}
.border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}
.border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}
.border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85);
}
.border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}
.border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0);
}
.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1);
}
.border-gray-900\/15 {
  border-color: rgb(17 24 39 / 0.15);
}
.border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2);
}
.border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}
.border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3);
}
.border-gray-900\/35 {
  border-color: rgb(17 24 39 / 0.35);
}
.border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45);
}
.border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05);
}
.border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5);
}
.border-gray-900\/55 {
  border-color: rgb(17 24 39 / 0.55);
}
.border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65);
}
.border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7);
}
.border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75);
}
.border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8);
}
.border-gray-900\/85 {
  border-color: rgb(17 24 39 / 0.85);
}
.border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9);
}
.border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95);
}
.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0);
}
.border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1);
}
.border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1);
}
.border-gray-950\/15 {
  border-color: rgb(3 7 18 / 0.15);
}
.border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2);
}
.border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25);
}
.border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3);
}
.border-gray-950\/35 {
  border-color: rgb(3 7 18 / 0.35);
}
.border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4);
}
.border-gray-950\/45 {
  border-color: rgb(3 7 18 / 0.45);
}
.border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05);
}
.border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5);
}
.border-gray-950\/55 {
  border-color: rgb(3 7 18 / 0.55);
}
.border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6);
}
.border-gray-950\/65 {
  border-color: rgb(3 7 18 / 0.65);
}
.border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7);
}
.border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75);
}
.border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8);
}
.border-gray-950\/85 {
  border-color: rgb(3 7 18 / 0.85);
}
.border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9);
}
.border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95);
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-100\/0 {
  border-color: rgb(220 252 231 / 0);
}
.border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1);
}
.border-green-100\/100 {
  border-color: rgb(220 252 231 / 1);
}
.border-green-100\/15 {
  border-color: rgb(220 252 231 / 0.15);
}
.border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2);
}
.border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25);
}
.border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3);
}
.border-green-100\/35 {
  border-color: rgb(220 252 231 / 0.35);
}
.border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}
.border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45);
}
.border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05);
}
.border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5);
}
.border-green-100\/55 {
  border-color: rgb(220 252 231 / 0.55);
}
.border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}
.border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65);
}
.border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7);
}
.border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75);
}
.border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8);
}
.border-green-100\/85 {
  border-color: rgb(220 252 231 / 0.85);
}
.border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9);
}
.border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95);
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-200\/0 {
  border-color: rgb(187 247 208 / 0);
}
.border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1);
}
.border-green-200\/100 {
  border-color: rgb(187 247 208 / 1);
}
.border-green-200\/15 {
  border-color: rgb(187 247 208 / 0.15);
}
.border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2);
}
.border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25);
}
.border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3);
}
.border-green-200\/35 {
  border-color: rgb(187 247 208 / 0.35);
}
.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}
.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45);
}
.border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05);
}
.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5);
}
.border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55);
}
.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}
.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65);
}
.border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7);
}
.border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75);
}
.border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8);
}
.border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85);
}
.border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9);
}
.border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95);
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-green-300\/0 {
  border-color: rgb(134 239 172 / 0);
}
.border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1);
}
.border-green-300\/100 {
  border-color: rgb(134 239 172 / 1);
}
.border-green-300\/15 {
  border-color: rgb(134 239 172 / 0.15);
}
.border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2);
}
.border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25);
}
.border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3);
}
.border-green-300\/35 {
  border-color: rgb(134 239 172 / 0.35);
}
.border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45);
}
.border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05);
}
.border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5);
}
.border-green-300\/55 {
  border-color: rgb(134 239 172 / 0.55);
}
.border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}
.border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65);
}
.border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7);
}
.border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75);
}
.border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8);
}
.border-green-300\/85 {
  border-color: rgb(134 239 172 / 0.85);
}
.border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9);
}
.border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-400\/0 {
  border-color: rgb(74 222 128 / 0);
}
.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}
.border-green-400\/100 {
  border-color: rgb(74 222 128 / 1);
}
.border-green-400\/15 {
  border-color: rgb(74 222 128 / 0.15);
}
.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25);
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-400\/35 {
  border-color: rgb(74 222 128 / 0.35);
}
.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45);
}
.border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05);
}
.border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}
.border-green-400\/55 {
  border-color: rgb(74 222 128 / 0.55);
}
.border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65);
}
.border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7);
}
.border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75);
}
.border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8);
}
.border-green-400\/85 {
  border-color: rgb(74 222 128 / 0.85);
}
.border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9);
}
.border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95);
}
.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-green-50\/0 {
  border-color: rgb(240 253 244 / 0);
}
.border-green-50\/10 {
  border-color: rgb(240 253 244 / 0.1);
}
.border-green-50\/100 {
  border-color: rgb(240 253 244 / 1);
}
.border-green-50\/15 {
  border-color: rgb(240 253 244 / 0.15);
}
.border-green-50\/20 {
  border-color: rgb(240 253 244 / 0.2);
}
.border-green-50\/25 {
  border-color: rgb(240 253 244 / 0.25);
}
.border-green-50\/30 {
  border-color: rgb(240 253 244 / 0.3);
}
.border-green-50\/35 {
  border-color: rgb(240 253 244 / 0.35);
}
.border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4);
}
.border-green-50\/45 {
  border-color: rgb(240 253 244 / 0.45);
}
.border-green-50\/5 {
  border-color: rgb(240 253 244 / 0.05);
}
.border-green-50\/50 {
  border-color: rgb(240 253 244 / 0.5);
}
.border-green-50\/55 {
  border-color: rgb(240 253 244 / 0.55);
}
.border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6);
}
.border-green-50\/65 {
  border-color: rgb(240 253 244 / 0.65);
}
.border-green-50\/70 {
  border-color: rgb(240 253 244 / 0.7);
}
.border-green-50\/75 {
  border-color: rgb(240 253 244 / 0.75);
}
.border-green-50\/80 {
  border-color: rgb(240 253 244 / 0.8);
}
.border-green-50\/85 {
  border-color: rgb(240 253 244 / 0.85);
}
.border-green-50\/90 {
  border-color: rgb(240 253 244 / 0.9);
}
.border-green-50\/95 {
  border-color: rgb(240 253 244 / 0.95);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/0 {
  border-color: rgb(34 197 94 / 0);
}
.border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1);
}
.border-green-500\/100 {
  border-color: rgb(34 197 94 / 1);
}
.border-green-500\/15 {
  border-color: rgb(34 197 94 / 0.15);
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/35 {
  border-color: rgb(34 197 94 / 0.35);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45);
}
.border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05);
}
.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}
.border-green-500\/55 {
  border-color: rgb(34 197 94 / 0.55);
}
.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65);
}
.border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7);
}
.border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75);
}
.border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8);
}
.border-green-500\/85 {
  border-color: rgb(34 197 94 / 0.85);
}
.border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9);
}
.border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95);
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-green-600\/0 {
  border-color: rgb(22 163 74 / 0);
}
.border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1);
}
.border-green-600\/100 {
  border-color: rgb(22 163 74 / 1);
}
.border-green-600\/15 {
  border-color: rgb(22 163 74 / 0.15);
}
.border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2);
}
.border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25);
}
.border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3);
}
.border-green-600\/35 {
  border-color: rgb(22 163 74 / 0.35);
}
.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45);
}
.border-green-600\/5 {
  border-color: rgb(22 163 74 / 0.05);
}
.border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5);
}
.border-green-600\/55 {
  border-color: rgb(22 163 74 / 0.55);
}
.border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}
.border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65);
}
.border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7);
}
.border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75);
}
.border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8);
}
.border-green-600\/85 {
  border-color: rgb(22 163 74 / 0.85);
}
.border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9);
}
.border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-green-700\/0 {
  border-color: rgb(21 128 61 / 0);
}
.border-green-700\/10 {
  border-color: rgb(21 128 61 / 0.1);
}
.border-green-700\/100 {
  border-color: rgb(21 128 61 / 1);
}
.border-green-700\/15 {
  border-color: rgb(21 128 61 / 0.15);
}
.border-green-700\/20 {
  border-color: rgb(21 128 61 / 0.2);
}
.border-green-700\/25 {
  border-color: rgb(21 128 61 / 0.25);
}
.border-green-700\/30 {
  border-color: rgb(21 128 61 / 0.3);
}
.border-green-700\/35 {
  border-color: rgb(21 128 61 / 0.35);
}
.border-green-700\/40 {
  border-color: rgb(21 128 61 / 0.4);
}
.border-green-700\/45 {
  border-color: rgb(21 128 61 / 0.45);
}
.border-green-700\/5 {
  border-color: rgb(21 128 61 / 0.05);
}
.border-green-700\/50 {
  border-color: rgb(21 128 61 / 0.5);
}
.border-green-700\/55 {
  border-color: rgb(21 128 61 / 0.55);
}
.border-green-700\/60 {
  border-color: rgb(21 128 61 / 0.6);
}
.border-green-700\/65 {
  border-color: rgb(21 128 61 / 0.65);
}
.border-green-700\/70 {
  border-color: rgb(21 128 61 / 0.7);
}
.border-green-700\/75 {
  border-color: rgb(21 128 61 / 0.75);
}
.border-green-700\/80 {
  border-color: rgb(21 128 61 / 0.8);
}
.border-green-700\/85 {
  border-color: rgb(21 128 61 / 0.85);
}
.border-green-700\/90 {
  border-color: rgb(21 128 61 / 0.9);
}
.border-green-700\/95 {
  border-color: rgb(21 128 61 / 0.95);
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-green-800\/0 {
  border-color: rgb(22 101 52 / 0);
}
.border-green-800\/10 {
  border-color: rgb(22 101 52 / 0.1);
}
.border-green-800\/100 {
  border-color: rgb(22 101 52 / 1);
}
.border-green-800\/15 {
  border-color: rgb(22 101 52 / 0.15);
}
.border-green-800\/20 {
  border-color: rgb(22 101 52 / 0.2);
}
.border-green-800\/25 {
  border-color: rgb(22 101 52 / 0.25);
}
.border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3);
}
.border-green-800\/35 {
  border-color: rgb(22 101 52 / 0.35);
}
.border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4);
}
.border-green-800\/45 {
  border-color: rgb(22 101 52 / 0.45);
}
.border-green-800\/5 {
  border-color: rgb(22 101 52 / 0.05);
}
.border-green-800\/50 {
  border-color: rgb(22 101 52 / 0.5);
}
.border-green-800\/55 {
  border-color: rgb(22 101 52 / 0.55);
}
.border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6);
}
.border-green-800\/65 {
  border-color: rgb(22 101 52 / 0.65);
}
.border-green-800\/70 {
  border-color: rgb(22 101 52 / 0.7);
}
.border-green-800\/75 {
  border-color: rgb(22 101 52 / 0.75);
}
.border-green-800\/80 {
  border-color: rgb(22 101 52 / 0.8);
}
.border-green-800\/85 {
  border-color: rgb(22 101 52 / 0.85);
}
.border-green-800\/90 {
  border-color: rgb(22 101 52 / 0.9);
}
.border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95);
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-green-900\/0 {
  border-color: rgb(20 83 45 / 0);
}
.border-green-900\/10 {
  border-color: rgb(20 83 45 / 0.1);
}
.border-green-900\/100 {
  border-color: rgb(20 83 45 / 1);
}
.border-green-900\/15 {
  border-color: rgb(20 83 45 / 0.15);
}
.border-green-900\/20 {
  border-color: rgb(20 83 45 / 0.2);
}
.border-green-900\/25 {
  border-color: rgb(20 83 45 / 0.25);
}
.border-green-900\/30 {
  border-color: rgb(20 83 45 / 0.3);
}
.border-green-900\/35 {
  border-color: rgb(20 83 45 / 0.35);
}
.border-green-900\/40 {
  border-color: rgb(20 83 45 / 0.4);
}
.border-green-900\/45 {
  border-color: rgb(20 83 45 / 0.45);
}
.border-green-900\/5 {
  border-color: rgb(20 83 45 / 0.05);
}
.border-green-900\/50 {
  border-color: rgb(20 83 45 / 0.5);
}
.border-green-900\/55 {
  border-color: rgb(20 83 45 / 0.55);
}
.border-green-900\/60 {
  border-color: rgb(20 83 45 / 0.6);
}
.border-green-900\/65 {
  border-color: rgb(20 83 45 / 0.65);
}
.border-green-900\/70 {
  border-color: rgb(20 83 45 / 0.7);
}
.border-green-900\/75 {
  border-color: rgb(20 83 45 / 0.75);
}
.border-green-900\/80 {
  border-color: rgb(20 83 45 / 0.8);
}
.border-green-900\/85 {
  border-color: rgb(20 83 45 / 0.85);
}
.border-green-900\/90 {
  border-color: rgb(20 83 45 / 0.9);
}
.border-green-900\/95 {
  border-color: rgb(20 83 45 / 0.95);
}
.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-green-950\/0 {
  border-color: rgb(5 46 22 / 0);
}
.border-green-950\/10 {
  border-color: rgb(5 46 22 / 0.1);
}
.border-green-950\/100 {
  border-color: rgb(5 46 22 / 1);
}
.border-green-950\/15 {
  border-color: rgb(5 46 22 / 0.15);
}
.border-green-950\/20 {
  border-color: rgb(5 46 22 / 0.2);
}
.border-green-950\/25 {
  border-color: rgb(5 46 22 / 0.25);
}
.border-green-950\/30 {
  border-color: rgb(5 46 22 / 0.3);
}
.border-green-950\/35 {
  border-color: rgb(5 46 22 / 0.35);
}
.border-green-950\/40 {
  border-color: rgb(5 46 22 / 0.4);
}
.border-green-950\/45 {
  border-color: rgb(5 46 22 / 0.45);
}
.border-green-950\/5 {
  border-color: rgb(5 46 22 / 0.05);
}
.border-green-950\/50 {
  border-color: rgb(5 46 22 / 0.5);
}
.border-green-950\/55 {
  border-color: rgb(5 46 22 / 0.55);
}
.border-green-950\/60 {
  border-color: rgb(5 46 22 / 0.6);
}
.border-green-950\/65 {
  border-color: rgb(5 46 22 / 0.65);
}
.border-green-950\/70 {
  border-color: rgb(5 46 22 / 0.7);
}
.border-green-950\/75 {
  border-color: rgb(5 46 22 / 0.75);
}
.border-green-950\/80 {
  border-color: rgb(5 46 22 / 0.8);
}
.border-green-950\/85 {
  border-color: rgb(5 46 22 / 0.85);
}
.border-green-950\/90 {
  border-color: rgb(5 46 22 / 0.9);
}
.border-green-950\/95 {
  border-color: rgb(5 46 22 / 0.95);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-100\/0 {
  border-color: rgb(224 231 255 / 0);
}
.border-indigo-100\/10 {
  border-color: rgb(224 231 255 / 0.1);
}
.border-indigo-100\/100 {
  border-color: rgb(224 231 255 / 1);
}
.border-indigo-100\/15 {
  border-color: rgb(224 231 255 / 0.15);
}
.border-indigo-100\/20 {
  border-color: rgb(224 231 255 / 0.2);
}
.border-indigo-100\/25 {
  border-color: rgb(224 231 255 / 0.25);
}
.border-indigo-100\/30 {
  border-color: rgb(224 231 255 / 0.3);
}
.border-indigo-100\/35 {
  border-color: rgb(224 231 255 / 0.35);
}
.border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.border-indigo-100\/45 {
  border-color: rgb(224 231 255 / 0.45);
}
.border-indigo-100\/5 {
  border-color: rgb(224 231 255 / 0.05);
}
.border-indigo-100\/50 {
  border-color: rgb(224 231 255 / 0.5);
}
.border-indigo-100\/55 {
  border-color: rgb(224 231 255 / 0.55);
}
.border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.border-indigo-100\/65 {
  border-color: rgb(224 231 255 / 0.65);
}
.border-indigo-100\/70 {
  border-color: rgb(224 231 255 / 0.7);
}
.border-indigo-100\/75 {
  border-color: rgb(224 231 255 / 0.75);
}
.border-indigo-100\/80 {
  border-color: rgb(224 231 255 / 0.8);
}
.border-indigo-100\/85 {
  border-color: rgb(224 231 255 / 0.85);
}
.border-indigo-100\/90 {
  border-color: rgb(224 231 255 / 0.9);
}
.border-indigo-100\/95 {
  border-color: rgb(224 231 255 / 0.95);
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-indigo-200\/0 {
  border-color: rgb(199 210 254 / 0);
}
.border-indigo-200\/10 {
  border-color: rgb(199 210 254 / 0.1);
}
.border-indigo-200\/100 {
  border-color: rgb(199 210 254 / 1);
}
.border-indigo-200\/15 {
  border-color: rgb(199 210 254 / 0.15);
}
.border-indigo-200\/20 {
  border-color: rgb(199 210 254 / 0.2);
}
.border-indigo-200\/25 {
  border-color: rgb(199 210 254 / 0.25);
}
.border-indigo-200\/30 {
  border-color: rgb(199 210 254 / 0.3);
}
.border-indigo-200\/35 {
  border-color: rgb(199 210 254 / 0.35);
}
.border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.border-indigo-200\/45 {
  border-color: rgb(199 210 254 / 0.45);
}
.border-indigo-200\/5 {
  border-color: rgb(199 210 254 / 0.05);
}
.border-indigo-200\/50 {
  border-color: rgb(199 210 254 / 0.5);
}
.border-indigo-200\/55 {
  border-color: rgb(199 210 254 / 0.55);
}
.border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.border-indigo-200\/65 {
  border-color: rgb(199 210 254 / 0.65);
}
.border-indigo-200\/70 {
  border-color: rgb(199 210 254 / 0.7);
}
.border-indigo-200\/75 {
  border-color: rgb(199 210 254 / 0.75);
}
.border-indigo-200\/80 {
  border-color: rgb(199 210 254 / 0.8);
}
.border-indigo-200\/85 {
  border-color: rgb(199 210 254 / 0.85);
}
.border-indigo-200\/90 {
  border-color: rgb(199 210 254 / 0.9);
}
.border-indigo-200\/95 {
  border-color: rgb(199 210 254 / 0.95);
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-indigo-300\/0 {
  border-color: rgb(165 180 252 / 0);
}
.border-indigo-300\/10 {
  border-color: rgb(165 180 252 / 0.1);
}
.border-indigo-300\/100 {
  border-color: rgb(165 180 252 / 1);
}
.border-indigo-300\/15 {
  border-color: rgb(165 180 252 / 0.15);
}
.border-indigo-300\/20 {
  border-color: rgb(165 180 252 / 0.2);
}
.border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}
.border-indigo-300\/30 {
  border-color: rgb(165 180 252 / 0.3);
}
.border-indigo-300\/35 {
  border-color: rgb(165 180 252 / 0.35);
}
.border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.border-indigo-300\/45 {
  border-color: rgb(165 180 252 / 0.45);
}
.border-indigo-300\/5 {
  border-color: rgb(165 180 252 / 0.05);
}
.border-indigo-300\/50 {
  border-color: rgb(165 180 252 / 0.5);
}
.border-indigo-300\/55 {
  border-color: rgb(165 180 252 / 0.55);
}
.border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.border-indigo-300\/65 {
  border-color: rgb(165 180 252 / 0.65);
}
.border-indigo-300\/70 {
  border-color: rgb(165 180 252 / 0.7);
}
.border-indigo-300\/75 {
  border-color: rgb(165 180 252 / 0.75);
}
.border-indigo-300\/80 {
  border-color: rgb(165 180 252 / 0.8);
}
.border-indigo-300\/85 {
  border-color: rgb(165 180 252 / 0.85);
}
.border-indigo-300\/90 {
  border-color: rgb(165 180 252 / 0.9);
}
.border-indigo-300\/95 {
  border-color: rgb(165 180 252 / 0.95);
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-indigo-400\/0 {
  border-color: rgb(129 140 248 / 0);
}
.border-indigo-400\/10 {
  border-color: rgb(129 140 248 / 0.1);
}
.border-indigo-400\/100 {
  border-color: rgb(129 140 248 / 1);
}
.border-indigo-400\/15 {
  border-color: rgb(129 140 248 / 0.15);
}
.border-indigo-400\/20 {
  border-color: rgb(129 140 248 / 0.2);
}
.border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}
.border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}
.border-indigo-400\/35 {
  border-color: rgb(129 140 248 / 0.35);
}
.border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.border-indigo-400\/45 {
  border-color: rgb(129 140 248 / 0.45);
}
.border-indigo-400\/5 {
  border-color: rgb(129 140 248 / 0.05);
}
.border-indigo-400\/50 {
  border-color: rgb(129 140 248 / 0.5);
}
.border-indigo-400\/55 {
  border-color: rgb(129 140 248 / 0.55);
}
.border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.border-indigo-400\/65 {
  border-color: rgb(129 140 248 / 0.65);
}
.border-indigo-400\/70 {
  border-color: rgb(129 140 248 / 0.7);
}
.border-indigo-400\/75 {
  border-color: rgb(129 140 248 / 0.75);
}
.border-indigo-400\/80 {
  border-color: rgb(129 140 248 / 0.8);
}
.border-indigo-400\/85 {
  border-color: rgb(129 140 248 / 0.85);
}
.border-indigo-400\/90 {
  border-color: rgb(129 140 248 / 0.9);
}
.border-indigo-400\/95 {
  border-color: rgb(129 140 248 / 0.95);
}
.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-indigo-50\/0 {
  border-color: rgb(238 242 255 / 0);
}
.border-indigo-50\/10 {
  border-color: rgb(238 242 255 / 0.1);
}
.border-indigo-50\/100 {
  border-color: rgb(238 242 255 / 1);
}
.border-indigo-50\/15 {
  border-color: rgb(238 242 255 / 0.15);
}
.border-indigo-50\/20 {
  border-color: rgb(238 242 255 / 0.2);
}
.border-indigo-50\/25 {
  border-color: rgb(238 242 255 / 0.25);
}
.border-indigo-50\/30 {
  border-color: rgb(238 242 255 / 0.3);
}
.border-indigo-50\/35 {
  border-color: rgb(238 242 255 / 0.35);
}
.border-indigo-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}
.border-indigo-50\/45 {
  border-color: rgb(238 242 255 / 0.45);
}
.border-indigo-50\/5 {
  border-color: rgb(238 242 255 / 0.05);
}
.border-indigo-50\/50 {
  border-color: rgb(238 242 255 / 0.5);
}
.border-indigo-50\/55 {
  border-color: rgb(238 242 255 / 0.55);
}
.border-indigo-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}
.border-indigo-50\/65 {
  border-color: rgb(238 242 255 / 0.65);
}
.border-indigo-50\/70 {
  border-color: rgb(238 242 255 / 0.7);
}
.border-indigo-50\/75 {
  border-color: rgb(238 242 255 / 0.75);
}
.border-indigo-50\/80 {
  border-color: rgb(238 242 255 / 0.8);
}
.border-indigo-50\/85 {
  border-color: rgb(238 242 255 / 0.85);
}
.border-indigo-50\/90 {
  border-color: rgb(238 242 255 / 0.9);
}
.border-indigo-50\/95 {
  border-color: rgb(238 242 255 / 0.95);
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0);
}
.border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}
.border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1);
}
.border-indigo-500\/15 {
  border-color: rgb(99 102 241 / 0.15);
}
.border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}
.border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}
.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.border-indigo-500\/35 {
  border-color: rgb(99 102 241 / 0.35);
}
.border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}
.border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}
.border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}
.border-indigo-500\/55 {
  border-color: rgb(99 102 241 / 0.55);
}
.border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}
.border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}
.border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}
.border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}
.border-indigo-500\/85 {
  border-color: rgb(99 102 241 / 0.85);
}
.border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}
.border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-indigo-600\/0 {
  border-color: rgb(79 70 229 / 0);
}
.border-indigo-600\/10 {
  border-color: rgb(79 70 229 / 0.1);
}
.border-indigo-600\/100 {
  border-color: rgb(79 70 229 / 1);
}
.border-indigo-600\/15 {
  border-color: rgb(79 70 229 / 0.15);
}
.border-indigo-600\/20 {
  border-color: rgb(79 70 229 / 0.2);
}
.border-indigo-600\/25 {
  border-color: rgb(79 70 229 / 0.25);
}
.border-indigo-600\/30 {
  border-color: rgb(79 70 229 / 0.3);
}
.border-indigo-600\/35 {
  border-color: rgb(79 70 229 / 0.35);
}
.border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.border-indigo-600\/45 {
  border-color: rgb(79 70 229 / 0.45);
}
.border-indigo-600\/5 {
  border-color: rgb(79 70 229 / 0.05);
}
.border-indigo-600\/50 {
  border-color: rgb(79 70 229 / 0.5);
}
.border-indigo-600\/55 {
  border-color: rgb(79 70 229 / 0.55);
}
.border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.border-indigo-600\/65 {
  border-color: rgb(79 70 229 / 0.65);
}
.border-indigo-600\/70 {
  border-color: rgb(79 70 229 / 0.7);
}
.border-indigo-600\/75 {
  border-color: rgb(79 70 229 / 0.75);
}
.border-indigo-600\/80 {
  border-color: rgb(79 70 229 / 0.8);
}
.border-indigo-600\/85 {
  border-color: rgb(79 70 229 / 0.85);
}
.border-indigo-600\/90 {
  border-color: rgb(79 70 229 / 0.9);
}
.border-indigo-600\/95 {
  border-color: rgb(79 70 229 / 0.95);
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-indigo-700\/0 {
  border-color: rgb(67 56 202 / 0);
}
.border-indigo-700\/10 {
  border-color: rgb(67 56 202 / 0.1);
}
.border-indigo-700\/100 {
  border-color: rgb(67 56 202 / 1);
}
.border-indigo-700\/15 {
  border-color: rgb(67 56 202 / 0.15);
}
.border-indigo-700\/20 {
  border-color: rgb(67 56 202 / 0.2);
}
.border-indigo-700\/25 {
  border-color: rgb(67 56 202 / 0.25);
}
.border-indigo-700\/30 {
  border-color: rgb(67 56 202 / 0.3);
}
.border-indigo-700\/35 {
  border-color: rgb(67 56 202 / 0.35);
}
.border-indigo-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}
.border-indigo-700\/45 {
  border-color: rgb(67 56 202 / 0.45);
}
.border-indigo-700\/5 {
  border-color: rgb(67 56 202 / 0.05);
}
.border-indigo-700\/50 {
  border-color: rgb(67 56 202 / 0.5);
}
.border-indigo-700\/55 {
  border-color: rgb(67 56 202 / 0.55);
}
.border-indigo-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}
.border-indigo-700\/65 {
  border-color: rgb(67 56 202 / 0.65);
}
.border-indigo-700\/70 {
  border-color: rgb(67 56 202 / 0.7);
}
.border-indigo-700\/75 {
  border-color: rgb(67 56 202 / 0.75);
}
.border-indigo-700\/80 {
  border-color: rgb(67 56 202 / 0.8);
}
.border-indigo-700\/85 {
  border-color: rgb(67 56 202 / 0.85);
}
.border-indigo-700\/90 {
  border-color: rgb(67 56 202 / 0.9);
}
.border-indigo-700\/95 {
  border-color: rgb(67 56 202 / 0.95);
}
.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-indigo-800\/0 {
  border-color: rgb(55 48 163 / 0);
}
.border-indigo-800\/10 {
  border-color: rgb(55 48 163 / 0.1);
}
.border-indigo-800\/100 {
  border-color: rgb(55 48 163 / 1);
}
.border-indigo-800\/15 {
  border-color: rgb(55 48 163 / 0.15);
}
.border-indigo-800\/20 {
  border-color: rgb(55 48 163 / 0.2);
}
.border-indigo-800\/25 {
  border-color: rgb(55 48 163 / 0.25);
}
.border-indigo-800\/30 {
  border-color: rgb(55 48 163 / 0.3);
}
.border-indigo-800\/35 {
  border-color: rgb(55 48 163 / 0.35);
}
.border-indigo-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}
.border-indigo-800\/45 {
  border-color: rgb(55 48 163 / 0.45);
}
.border-indigo-800\/5 {
  border-color: rgb(55 48 163 / 0.05);
}
.border-indigo-800\/50 {
  border-color: rgb(55 48 163 / 0.5);
}
.border-indigo-800\/55 {
  border-color: rgb(55 48 163 / 0.55);
}
.border-indigo-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}
.border-indigo-800\/65 {
  border-color: rgb(55 48 163 / 0.65);
}
.border-indigo-800\/70 {
  border-color: rgb(55 48 163 / 0.7);
}
.border-indigo-800\/75 {
  border-color: rgb(55 48 163 / 0.75);
}
.border-indigo-800\/80 {
  border-color: rgb(55 48 163 / 0.8);
}
.border-indigo-800\/85 {
  border-color: rgb(55 48 163 / 0.85);
}
.border-indigo-800\/90 {
  border-color: rgb(55 48 163 / 0.9);
}
.border-indigo-800\/95 {
  border-color: rgb(55 48 163 / 0.95);
}
.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-indigo-900\/0 {
  border-color: rgb(49 46 129 / 0);
}
.border-indigo-900\/10 {
  border-color: rgb(49 46 129 / 0.1);
}
.border-indigo-900\/100 {
  border-color: rgb(49 46 129 / 1);
}
.border-indigo-900\/15 {
  border-color: rgb(49 46 129 / 0.15);
}
.border-indigo-900\/20 {
  border-color: rgb(49 46 129 / 0.2);
}
.border-indigo-900\/25 {
  border-color: rgb(49 46 129 / 0.25);
}
.border-indigo-900\/30 {
  border-color: rgb(49 46 129 / 0.3);
}
.border-indigo-900\/35 {
  border-color: rgb(49 46 129 / 0.35);
}
.border-indigo-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}
.border-indigo-900\/45 {
  border-color: rgb(49 46 129 / 0.45);
}
.border-indigo-900\/5 {
  border-color: rgb(49 46 129 / 0.05);
}
.border-indigo-900\/50 {
  border-color: rgb(49 46 129 / 0.5);
}
.border-indigo-900\/55 {
  border-color: rgb(49 46 129 / 0.55);
}
.border-indigo-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}
.border-indigo-900\/65 {
  border-color: rgb(49 46 129 / 0.65);
}
.border-indigo-900\/70 {
  border-color: rgb(49 46 129 / 0.7);
}
.border-indigo-900\/75 {
  border-color: rgb(49 46 129 / 0.75);
}
.border-indigo-900\/80 {
  border-color: rgb(49 46 129 / 0.8);
}
.border-indigo-900\/85 {
  border-color: rgb(49 46 129 / 0.85);
}
.border-indigo-900\/90 {
  border-color: rgb(49 46 129 / 0.9);
}
.border-indigo-900\/95 {
  border-color: rgb(49 46 129 / 0.95);
}
.border-indigo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-indigo-950\/0 {
  border-color: rgb(30 27 75 / 0);
}
.border-indigo-950\/10 {
  border-color: rgb(30 27 75 / 0.1);
}
.border-indigo-950\/100 {
  border-color: rgb(30 27 75 / 1);
}
.border-indigo-950\/15 {
  border-color: rgb(30 27 75 / 0.15);
}
.border-indigo-950\/20 {
  border-color: rgb(30 27 75 / 0.2);
}
.border-indigo-950\/25 {
  border-color: rgb(30 27 75 / 0.25);
}
.border-indigo-950\/30 {
  border-color: rgb(30 27 75 / 0.3);
}
.border-indigo-950\/35 {
  border-color: rgb(30 27 75 / 0.35);
}
.border-indigo-950\/40 {
  border-color: rgb(30 27 75 / 0.4);
}
.border-indigo-950\/45 {
  border-color: rgb(30 27 75 / 0.45);
}
.border-indigo-950\/5 {
  border-color: rgb(30 27 75 / 0.05);
}
.border-indigo-950\/50 {
  border-color: rgb(30 27 75 / 0.5);
}
.border-indigo-950\/55 {
  border-color: rgb(30 27 75 / 0.55);
}
.border-indigo-950\/60 {
  border-color: rgb(30 27 75 / 0.6);
}
.border-indigo-950\/65 {
  border-color: rgb(30 27 75 / 0.65);
}
.border-indigo-950\/70 {
  border-color: rgb(30 27 75 / 0.7);
}
.border-indigo-950\/75 {
  border-color: rgb(30 27 75 / 0.75);
}
.border-indigo-950\/80 {
  border-color: rgb(30 27 75 / 0.8);
}
.border-indigo-950\/85 {
  border-color: rgb(30 27 75 / 0.85);
}
.border-indigo-950\/90 {
  border-color: rgb(30 27 75 / 0.9);
}
.border-indigo-950\/95 {
  border-color: rgb(30 27 75 / 0.95);
}
.border-inherit {
  border-color: inherit;
}
.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0);
}
.border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1);
}
.border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1);
}
.border-lime-100\/15 {
  border-color: rgb(236 252 203 / 0.15);
}
.border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2);
}
.border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25);
}
.border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3);
}
.border-lime-100\/35 {
  border-color: rgb(236 252 203 / 0.35);
}
.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45);
}
.border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05);
}
.border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5);
}
.border-lime-100\/55 {
  border-color: rgb(236 252 203 / 0.55);
}
.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65);
}
.border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7);
}
.border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75);
}
.border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8);
}
.border-lime-100\/85 {
  border-color: rgb(236 252 203 / 0.85);
}
.border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9);
}
.border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95);
}
.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0);
}
.border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1);
}
.border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1);
}
.border-lime-200\/15 {
  border-color: rgb(217 249 157 / 0.15);
}
.border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2);
}
.border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25);
}
.border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3);
}
.border-lime-200\/35 {
  border-color: rgb(217 249 157 / 0.35);
}
.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45);
}
.border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05);
}
.border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5);
}
.border-lime-200\/55 {
  border-color: rgb(217 249 157 / 0.55);
}
.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65);
}
.border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7);
}
.border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75);
}
.border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8);
}
.border-lime-200\/85 {
  border-color: rgb(217 249 157 / 0.85);
}
.border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9);
}
.border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95);
}
.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0);
}
.border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1);
}
.border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1);
}
.border-lime-300\/15 {
  border-color: rgb(190 242 100 / 0.15);
}
.border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2);
}
.border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25);
}
.border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3);
}
.border-lime-300\/35 {
  border-color: rgb(190 242 100 / 0.35);
}
.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45);
}
.border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05);
}
.border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5);
}
.border-lime-300\/55 {
  border-color: rgb(190 242 100 / 0.55);
}
.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65);
}
.border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7);
}
.border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75);
}
.border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8);
}
.border-lime-300\/85 {
  border-color: rgb(190 242 100 / 0.85);
}
.border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9);
}
.border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95);
}
.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0);
}
.border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1);
}
.border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1);
}
.border-lime-400\/15 {
  border-color: rgb(163 230 53 / 0.15);
}
.border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2);
}
.border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25);
}
.border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3);
}
.border-lime-400\/35 {
  border-color: rgb(163 230 53 / 0.35);
}
.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45);
}
.border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05);
}
.border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5);
}
.border-lime-400\/55 {
  border-color: rgb(163 230 53 / 0.55);
}
.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65);
}
.border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7);
}
.border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75);
}
.border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8);
}
.border-lime-400\/85 {
  border-color: rgb(163 230 53 / 0.85);
}
.border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9);
}
.border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95);
}
.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-lime-50\/0 {
  border-color: rgb(247 254 231 / 0);
}
.border-lime-50\/10 {
  border-color: rgb(247 254 231 / 0.1);
}
.border-lime-50\/100 {
  border-color: rgb(247 254 231 / 1);
}
.border-lime-50\/15 {
  border-color: rgb(247 254 231 / 0.15);
}
.border-lime-50\/20 {
  border-color: rgb(247 254 231 / 0.2);
}
.border-lime-50\/25 {
  border-color: rgb(247 254 231 / 0.25);
}
.border-lime-50\/30 {
  border-color: rgb(247 254 231 / 0.3);
}
.border-lime-50\/35 {
  border-color: rgb(247 254 231 / 0.35);
}
.border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4);
}
.border-lime-50\/45 {
  border-color: rgb(247 254 231 / 0.45);
}
.border-lime-50\/5 {
  border-color: rgb(247 254 231 / 0.05);
}
.border-lime-50\/50 {
  border-color: rgb(247 254 231 / 0.5);
}
.border-lime-50\/55 {
  border-color: rgb(247 254 231 / 0.55);
}
.border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6);
}
.border-lime-50\/65 {
  border-color: rgb(247 254 231 / 0.65);
}
.border-lime-50\/70 {
  border-color: rgb(247 254 231 / 0.7);
}
.border-lime-50\/75 {
  border-color: rgb(247 254 231 / 0.75);
}
.border-lime-50\/80 {
  border-color: rgb(247 254 231 / 0.8);
}
.border-lime-50\/85 {
  border-color: rgb(247 254 231 / 0.85);
}
.border-lime-50\/90 {
  border-color: rgb(247 254 231 / 0.9);
}
.border-lime-50\/95 {
  border-color: rgb(247 254 231 / 0.95);
}
.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0);
}
.border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1);
}
.border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1);
}
.border-lime-500\/15 {
  border-color: rgb(132 204 22 / 0.15);
}
.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}
.border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25);
}
.border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3);
}
.border-lime-500\/35 {
  border-color: rgb(132 204 22 / 0.35);
}
.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45);
}
.border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05);
}
.border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5);
}
.border-lime-500\/55 {
  border-color: rgb(132 204 22 / 0.55);
}
.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65);
}
.border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7);
}
.border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75);
}
.border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8);
}
.border-lime-500\/85 {
  border-color: rgb(132 204 22 / 0.85);
}
.border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9);
}
.border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95);
}
.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0);
}
.border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1);
}
.border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1);
}
.border-lime-600\/15 {
  border-color: rgb(101 163 13 / 0.15);
}
.border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2);
}
.border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25);
}
.border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3);
}
.border-lime-600\/35 {
  border-color: rgb(101 163 13 / 0.35);
}
.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45);
}
.border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05);
}
.border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5);
}
.border-lime-600\/55 {
  border-color: rgb(101 163 13 / 0.55);
}
.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65);
}
.border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7);
}
.border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75);
}
.border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8);
}
.border-lime-600\/85 {
  border-color: rgb(101 163 13 / 0.85);
}
.border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9);
}
.border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95);
}
.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-lime-700\/0 {
  border-color: rgb(77 124 15 / 0);
}
.border-lime-700\/10 {
  border-color: rgb(77 124 15 / 0.1);
}
.border-lime-700\/100 {
  border-color: rgb(77 124 15 / 1);
}
.border-lime-700\/15 {
  border-color: rgb(77 124 15 / 0.15);
}
.border-lime-700\/20 {
  border-color: rgb(77 124 15 / 0.2);
}
.border-lime-700\/25 {
  border-color: rgb(77 124 15 / 0.25);
}
.border-lime-700\/30 {
  border-color: rgb(77 124 15 / 0.3);
}
.border-lime-700\/35 {
  border-color: rgb(77 124 15 / 0.35);
}
.border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4);
}
.border-lime-700\/45 {
  border-color: rgb(77 124 15 / 0.45);
}
.border-lime-700\/5 {
  border-color: rgb(77 124 15 / 0.05);
}
.border-lime-700\/50 {
  border-color: rgb(77 124 15 / 0.5);
}
.border-lime-700\/55 {
  border-color: rgb(77 124 15 / 0.55);
}
.border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6);
}
.border-lime-700\/65 {
  border-color: rgb(77 124 15 / 0.65);
}
.border-lime-700\/70 {
  border-color: rgb(77 124 15 / 0.7);
}
.border-lime-700\/75 {
  border-color: rgb(77 124 15 / 0.75);
}
.border-lime-700\/80 {
  border-color: rgb(77 124 15 / 0.8);
}
.border-lime-700\/85 {
  border-color: rgb(77 124 15 / 0.85);
}
.border-lime-700\/90 {
  border-color: rgb(77 124 15 / 0.9);
}
.border-lime-700\/95 {
  border-color: rgb(77 124 15 / 0.95);
}
.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-lime-800\/0 {
  border-color: rgb(63 98 18 / 0);
}
.border-lime-800\/10 {
  border-color: rgb(63 98 18 / 0.1);
}
.border-lime-800\/100 {
  border-color: rgb(63 98 18 / 1);
}
.border-lime-800\/15 {
  border-color: rgb(63 98 18 / 0.15);
}
.border-lime-800\/20 {
  border-color: rgb(63 98 18 / 0.2);
}
.border-lime-800\/25 {
  border-color: rgb(63 98 18 / 0.25);
}
.border-lime-800\/30 {
  border-color: rgb(63 98 18 / 0.3);
}
.border-lime-800\/35 {
  border-color: rgb(63 98 18 / 0.35);
}
.border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4);
}
.border-lime-800\/45 {
  border-color: rgb(63 98 18 / 0.45);
}
.border-lime-800\/5 {
  border-color: rgb(63 98 18 / 0.05);
}
.border-lime-800\/50 {
  border-color: rgb(63 98 18 / 0.5);
}
.border-lime-800\/55 {
  border-color: rgb(63 98 18 / 0.55);
}
.border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6);
}
.border-lime-800\/65 {
  border-color: rgb(63 98 18 / 0.65);
}
.border-lime-800\/70 {
  border-color: rgb(63 98 18 / 0.7);
}
.border-lime-800\/75 {
  border-color: rgb(63 98 18 / 0.75);
}
.border-lime-800\/80 {
  border-color: rgb(63 98 18 / 0.8);
}
.border-lime-800\/85 {
  border-color: rgb(63 98 18 / 0.85);
}
.border-lime-800\/90 {
  border-color: rgb(63 98 18 / 0.9);
}
.border-lime-800\/95 {
  border-color: rgb(63 98 18 / 0.95);
}
.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-lime-900\/0 {
  border-color: rgb(54 83 20 / 0);
}
.border-lime-900\/10 {
  border-color: rgb(54 83 20 / 0.1);
}
.border-lime-900\/100 {
  border-color: rgb(54 83 20 / 1);
}
.border-lime-900\/15 {
  border-color: rgb(54 83 20 / 0.15);
}
.border-lime-900\/20 {
  border-color: rgb(54 83 20 / 0.2);
}
.border-lime-900\/25 {
  border-color: rgb(54 83 20 / 0.25);
}
.border-lime-900\/30 {
  border-color: rgb(54 83 20 / 0.3);
}
.border-lime-900\/35 {
  border-color: rgb(54 83 20 / 0.35);
}
.border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4);
}
.border-lime-900\/45 {
  border-color: rgb(54 83 20 / 0.45);
}
.border-lime-900\/5 {
  border-color: rgb(54 83 20 / 0.05);
}
.border-lime-900\/50 {
  border-color: rgb(54 83 20 / 0.5);
}
.border-lime-900\/55 {
  border-color: rgb(54 83 20 / 0.55);
}
.border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6);
}
.border-lime-900\/65 {
  border-color: rgb(54 83 20 / 0.65);
}
.border-lime-900\/70 {
  border-color: rgb(54 83 20 / 0.7);
}
.border-lime-900\/75 {
  border-color: rgb(54 83 20 / 0.75);
}
.border-lime-900\/80 {
  border-color: rgb(54 83 20 / 0.8);
}
.border-lime-900\/85 {
  border-color: rgb(54 83 20 / 0.85);
}
.border-lime-900\/90 {
  border-color: rgb(54 83 20 / 0.9);
}
.border-lime-900\/95 {
  border-color: rgb(54 83 20 / 0.95);
}
.border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-lime-950\/0 {
  border-color: rgb(26 46 5 / 0);
}
.border-lime-950\/10 {
  border-color: rgb(26 46 5 / 0.1);
}
.border-lime-950\/100 {
  border-color: rgb(26 46 5 / 1);
}
.border-lime-950\/15 {
  border-color: rgb(26 46 5 / 0.15);
}
.border-lime-950\/20 {
  border-color: rgb(26 46 5 / 0.2);
}
.border-lime-950\/25 {
  border-color: rgb(26 46 5 / 0.25);
}
.border-lime-950\/30 {
  border-color: rgb(26 46 5 / 0.3);
}
.border-lime-950\/35 {
  border-color: rgb(26 46 5 / 0.35);
}
.border-lime-950\/40 {
  border-color: rgb(26 46 5 / 0.4);
}
.border-lime-950\/45 {
  border-color: rgb(26 46 5 / 0.45);
}
.border-lime-950\/5 {
  border-color: rgb(26 46 5 / 0.05);
}
.border-lime-950\/50 {
  border-color: rgb(26 46 5 / 0.5);
}
.border-lime-950\/55 {
  border-color: rgb(26 46 5 / 0.55);
}
.border-lime-950\/60 {
  border-color: rgb(26 46 5 / 0.6);
}
.border-lime-950\/65 {
  border-color: rgb(26 46 5 / 0.65);
}
.border-lime-950\/70 {
  border-color: rgb(26 46 5 / 0.7);
}
.border-lime-950\/75 {
  border-color: rgb(26 46 5 / 0.75);
}
.border-lime-950\/80 {
  border-color: rgb(26 46 5 / 0.8);
}
.border-lime-950\/85 {
  border-color: rgb(26 46 5 / 0.85);
}
.border-lime-950\/90 {
  border-color: rgb(26 46 5 / 0.9);
}
.border-lime-950\/95 {
  border-color: rgb(26 46 5 / 0.95);
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}
.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}
.border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}
.border-neutral-100\/15 {
  border-color: rgb(245 245 245 / 0.15);
}
.border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}
.border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}
.border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}
.border-neutral-100\/35 {
  border-color: rgb(245 245 245 / 0.35);
}
.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.border-neutral-100\/45 {
  border-color: rgb(245 245 245 / 0.45);
}
.border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}
.border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}
.border-neutral-100\/55 {
  border-color: rgb(245 245 245 / 0.55);
}
.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.border-neutral-100\/65 {
  border-color: rgb(245 245 245 / 0.65);
}
.border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}
.border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}
.border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}
.border-neutral-100\/85 {
  border-color: rgb(245 245 245 / 0.85);
}
.border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}
.border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}
.border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}
.border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}
.border-neutral-200\/15 {
  border-color: rgb(229 229 229 / 0.15);
}
.border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}
.border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}
.border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}
.border-neutral-200\/35 {
  border-color: rgb(229 229 229 / 0.35);
}
.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}
.border-neutral-200\/45 {
  border-color: rgb(229 229 229 / 0.45);
}
.border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}
.border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}
.border-neutral-200\/55 {
  border-color: rgb(229 229 229 / 0.55);
}
.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}
.border-neutral-200\/65 {
  border-color: rgb(229 229 229 / 0.65);
}
.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}
.border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}
.border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}
.border-neutral-200\/85 {
  border-color: rgb(229 229 229 / 0.85);
}
.border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}
.border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}
.border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}
.border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}
.border-neutral-300\/15 {
  border-color: rgb(212 212 212 / 0.15);
}
.border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}
.border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}
.border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}
.border-neutral-300\/35 {
  border-color: rgb(212 212 212 / 0.35);
}
.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}
.border-neutral-300\/45 {
  border-color: rgb(212 212 212 / 0.45);
}
.border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}
.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}
.border-neutral-300\/55 {
  border-color: rgb(212 212 212 / 0.55);
}
.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}
.border-neutral-300\/65 {
  border-color: rgb(212 212 212 / 0.65);
}
.border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}
.border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}
.border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}
.border-neutral-300\/85 {
  border-color: rgb(212 212 212 / 0.85);
}
.border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}
.border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}
.border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}
.border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}
.border-neutral-400\/15 {
  border-color: rgb(163 163 163 / 0.15);
}
.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}
.border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25);
}
.border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}
.border-neutral-400\/35 {
  border-color: rgb(163 163 163 / 0.35);
}
.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}
.border-neutral-400\/45 {
  border-color: rgb(163 163 163 / 0.45);
}
.border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}
.border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}
.border-neutral-400\/55 {
  border-color: rgb(163 163 163 / 0.55);
}
.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}
.border-neutral-400\/65 {
  border-color: rgb(163 163 163 / 0.65);
}
.border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}
.border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}
.border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}
.border-neutral-400\/85 {
  border-color: rgb(163 163 163 / 0.85);
}
.border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}
.border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}
.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-neutral-50\/0 {
  border-color: rgb(250 250 250 / 0);
}
.border-neutral-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.border-neutral-50\/100 {
  border-color: rgb(250 250 250 / 1);
}
.border-neutral-50\/15 {
  border-color: rgb(250 250 250 / 0.15);
}
.border-neutral-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.border-neutral-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.border-neutral-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.border-neutral-50\/35 {
  border-color: rgb(250 250 250 / 0.35);
}
.border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-neutral-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}
.border-neutral-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.border-neutral-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.border-neutral-50\/55 {
  border-color: rgb(250 250 250 / 0.55);
}
.border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-neutral-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}
.border-neutral-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.border-neutral-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.border-neutral-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.border-neutral-50\/85 {
  border-color: rgb(250 250 250 / 0.85);
}
.border-neutral-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.border-neutral-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}
.border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}
.border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}
.border-neutral-500\/15 {
  border-color: rgb(115 115 115 / 0.15);
}
.border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}
.border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}
.border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}
.border-neutral-500\/35 {
  border-color: rgb(115 115 115 / 0.35);
}
.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}
.border-neutral-500\/45 {
  border-color: rgb(115 115 115 / 0.45);
}
.border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}
.border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}
.border-neutral-500\/55 {
  border-color: rgb(115 115 115 / 0.55);
}
.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}
.border-neutral-500\/65 {
  border-color: rgb(115 115 115 / 0.65);
}
.border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}
.border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}
.border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}
.border-neutral-500\/85 {
  border-color: rgb(115 115 115 / 0.85);
}
.border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}
.border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}
.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}
.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}
.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}
.border-neutral-600\/15 {
  border-color: rgb(82 82 82 / 0.15);
}
.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}
.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}
.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}
.border-neutral-600\/35 {
  border-color: rgb(82 82 82 / 0.35);
}
.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}
.border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45);
}
.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}
.border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}
.border-neutral-600\/55 {
  border-color: rgb(82 82 82 / 0.55);
}
.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}
.border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65);
}
.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}
.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}
.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}
.border-neutral-600\/85 {
  border-color: rgb(82 82 82 / 0.85);
}
.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}
.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}
.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-neutral-700\/0 {
  border-color: rgb(64 64 64 / 0);
}
.border-neutral-700\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.border-neutral-700\/100 {
  border-color: rgb(64 64 64 / 1);
}
.border-neutral-700\/15 {
  border-color: rgb(64 64 64 / 0.15);
}
.border-neutral-700\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.border-neutral-700\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.border-neutral-700\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-neutral-700\/35 {
  border-color: rgb(64 64 64 / 0.35);
}
.border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-neutral-700\/45 {
  border-color: rgb(64 64 64 / 0.45);
}
.border-neutral-700\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.border-neutral-700\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.border-neutral-700\/55 {
  border-color: rgb(64 64 64 / 0.55);
}
.border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-neutral-700\/65 {
  border-color: rgb(64 64 64 / 0.65);
}
.border-neutral-700\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.border-neutral-700\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.border-neutral-700\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.border-neutral-700\/85 {
  border-color: rgb(64 64 64 / 0.85);
}
.border-neutral-700\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.border-neutral-700\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-neutral-800\/0 {
  border-color: rgb(38 38 38 / 0);
}
.border-neutral-800\/10 {
  border-color: rgb(38 38 38 / 0.1);
}
.border-neutral-800\/100 {
  border-color: rgb(38 38 38 / 1);
}
.border-neutral-800\/15 {
  border-color: rgb(38 38 38 / 0.15);
}
.border-neutral-800\/20 {
  border-color: rgb(38 38 38 / 0.2);
}
.border-neutral-800\/25 {
  border-color: rgb(38 38 38 / 0.25);
}
.border-neutral-800\/30 {
  border-color: rgb(38 38 38 / 0.3);
}
.border-neutral-800\/35 {
  border-color: rgb(38 38 38 / 0.35);
}
.border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}
.border-neutral-800\/45 {
  border-color: rgb(38 38 38 / 0.45);
}
.border-neutral-800\/5 {
  border-color: rgb(38 38 38 / 0.05);
}
.border-neutral-800\/50 {
  border-color: rgb(38 38 38 / 0.5);
}
.border-neutral-800\/55 {
  border-color: rgb(38 38 38 / 0.55);
}
.border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}
.border-neutral-800\/65 {
  border-color: rgb(38 38 38 / 0.65);
}
.border-neutral-800\/70 {
  border-color: rgb(38 38 38 / 0.7);
}
.border-neutral-800\/75 {
  border-color: rgb(38 38 38 / 0.75);
}
.border-neutral-800\/80 {
  border-color: rgb(38 38 38 / 0.8);
}
.border-neutral-800\/85 {
  border-color: rgb(38 38 38 / 0.85);
}
.border-neutral-800\/90 {
  border-color: rgb(38 38 38 / 0.9);
}
.border-neutral-800\/95 {
  border-color: rgb(38 38 38 / 0.95);
}
.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-neutral-900\/0 {
  border-color: rgb(23 23 23 / 0);
}
.border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}
.border-neutral-900\/100 {
  border-color: rgb(23 23 23 / 1);
}
.border-neutral-900\/15 {
  border-color: rgb(23 23 23 / 0.15);
}
.border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}
.border-neutral-900\/25 {
  border-color: rgb(23 23 23 / 0.25);
}
.border-neutral-900\/30 {
  border-color: rgb(23 23 23 / 0.3);
}
.border-neutral-900\/35 {
  border-color: rgb(23 23 23 / 0.35);
}
.border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}
.border-neutral-900\/45 {
  border-color: rgb(23 23 23 / 0.45);
}
.border-neutral-900\/5 {
  border-color: rgb(23 23 23 / 0.05);
}
.border-neutral-900\/50 {
  border-color: rgb(23 23 23 / 0.5);
}
.border-neutral-900\/55 {
  border-color: rgb(23 23 23 / 0.55);
}
.border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}
.border-neutral-900\/65 {
  border-color: rgb(23 23 23 / 0.65);
}
.border-neutral-900\/70 {
  border-color: rgb(23 23 23 / 0.7);
}
.border-neutral-900\/75 {
  border-color: rgb(23 23 23 / 0.75);
}
.border-neutral-900\/80 {
  border-color: rgb(23 23 23 / 0.8);
}
.border-neutral-900\/85 {
  border-color: rgb(23 23 23 / 0.85);
}
.border-neutral-900\/90 {
  border-color: rgb(23 23 23 / 0.9);
}
.border-neutral-900\/95 {
  border-color: rgb(23 23 23 / 0.95);
}
.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-neutral-950\/0 {
  border-color: rgb(10 10 10 / 0);
}
.border-neutral-950\/10 {
  border-color: rgb(10 10 10 / 0.1);
}
.border-neutral-950\/100 {
  border-color: rgb(10 10 10 / 1);
}
.border-neutral-950\/15 {
  border-color: rgb(10 10 10 / 0.15);
}
.border-neutral-950\/20 {
  border-color: rgb(10 10 10 / 0.2);
}
.border-neutral-950\/25 {
  border-color: rgb(10 10 10 / 0.25);
}
.border-neutral-950\/30 {
  border-color: rgb(10 10 10 / 0.3);
}
.border-neutral-950\/35 {
  border-color: rgb(10 10 10 / 0.35);
}
.border-neutral-950\/40 {
  border-color: rgb(10 10 10 / 0.4);
}
.border-neutral-950\/45 {
  border-color: rgb(10 10 10 / 0.45);
}
.border-neutral-950\/5 {
  border-color: rgb(10 10 10 / 0.05);
}
.border-neutral-950\/50 {
  border-color: rgb(10 10 10 / 0.5);
}
.border-neutral-950\/55 {
  border-color: rgb(10 10 10 / 0.55);
}
.border-neutral-950\/60 {
  border-color: rgb(10 10 10 / 0.6);
}
.border-neutral-950\/65 {
  border-color: rgb(10 10 10 / 0.65);
}
.border-neutral-950\/70 {
  border-color: rgb(10 10 10 / 0.7);
}
.border-neutral-950\/75 {
  border-color: rgb(10 10 10 / 0.75);
}
.border-neutral-950\/80 {
  border-color: rgb(10 10 10 / 0.8);
}
.border-neutral-950\/85 {
  border-color: rgb(10 10 10 / 0.85);
}
.border-neutral-950\/90 {
  border-color: rgb(10 10 10 / 0.9);
}
.border-neutral-950\/95 {
  border-color: rgb(10 10 10 / 0.95);
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-orange-100\/0 {
  border-color: rgb(255 237 213 / 0);
}
.border-orange-100\/10 {
  border-color: rgb(255 237 213 / 0.1);
}
.border-orange-100\/100 {
  border-color: rgb(255 237 213 / 1);
}
.border-orange-100\/15 {
  border-color: rgb(255 237 213 / 0.15);
}
.border-orange-100\/20 {
  border-color: rgb(255 237 213 / 0.2);
}
.border-orange-100\/25 {
  border-color: rgb(255 237 213 / 0.25);
}
.border-orange-100\/30 {
  border-color: rgb(255 237 213 / 0.3);
}
.border-orange-100\/35 {
  border-color: rgb(255 237 213 / 0.35);
}
.border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4);
}
.border-orange-100\/45 {
  border-color: rgb(255 237 213 / 0.45);
}
.border-orange-100\/5 {
  border-color: rgb(255 237 213 / 0.05);
}
.border-orange-100\/50 {
  border-color: rgb(255 237 213 / 0.5);
}
.border-orange-100\/55 {
  border-color: rgb(255 237 213 / 0.55);
}
.border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6);
}
.border-orange-100\/65 {
  border-color: rgb(255 237 213 / 0.65);
}
.border-orange-100\/70 {
  border-color: rgb(255 237 213 / 0.7);
}
.border-orange-100\/75 {
  border-color: rgb(255 237 213 / 0.75);
}
.border-orange-100\/80 {
  border-color: rgb(255 237 213 / 0.8);
}
.border-orange-100\/85 {
  border-color: rgb(255 237 213 / 0.85);
}
.border-orange-100\/90 {
  border-color: rgb(255 237 213 / 0.9);
}
.border-orange-100\/95 {
  border-color: rgb(255 237 213 / 0.95);
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-200\/0 {
  border-color: rgb(254 215 170 / 0);
}
.border-orange-200\/10 {
  border-color: rgb(254 215 170 / 0.1);
}
.border-orange-200\/100 {
  border-color: rgb(254 215 170 / 1);
}
.border-orange-200\/15 {
  border-color: rgb(254 215 170 / 0.15);
}
.border-orange-200\/20 {
  border-color: rgb(254 215 170 / 0.2);
}
.border-orange-200\/25 {
  border-color: rgb(254 215 170 / 0.25);
}
.border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3);
}
.border-orange-200\/35 {
  border-color: rgb(254 215 170 / 0.35);
}
.border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4);
}
.border-orange-200\/45 {
  border-color: rgb(254 215 170 / 0.45);
}
.border-orange-200\/5 {
  border-color: rgb(254 215 170 / 0.05);
}
.border-orange-200\/50 {
  border-color: rgb(254 215 170 / 0.5);
}
.border-orange-200\/55 {
  border-color: rgb(254 215 170 / 0.55);
}
.border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6);
}
.border-orange-200\/65 {
  border-color: rgb(254 215 170 / 0.65);
}
.border-orange-200\/70 {
  border-color: rgb(254 215 170 / 0.7);
}
.border-orange-200\/75 {
  border-color: rgb(254 215 170 / 0.75);
}
.border-orange-200\/80 {
  border-color: rgb(254 215 170 / 0.8);
}
.border-orange-200\/85 {
  border-color: rgb(254 215 170 / 0.85);
}
.border-orange-200\/90 {
  border-color: rgb(254 215 170 / 0.9);
}
.border-orange-200\/95 {
  border-color: rgb(254 215 170 / 0.95);
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-orange-300\/0 {
  border-color: rgb(253 186 116 / 0);
}
.border-orange-300\/10 {
  border-color: rgb(253 186 116 / 0.1);
}
.border-orange-300\/100 {
  border-color: rgb(253 186 116 / 1);
}
.border-orange-300\/15 {
  border-color: rgb(253 186 116 / 0.15);
}
.border-orange-300\/20 {
  border-color: rgb(253 186 116 / 0.2);
}
.border-orange-300\/25 {
  border-color: rgb(253 186 116 / 0.25);
}
.border-orange-300\/30 {
  border-color: rgb(253 186 116 / 0.3);
}
.border-orange-300\/35 {
  border-color: rgb(253 186 116 / 0.35);
}
.border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4);
}
.border-orange-300\/45 {
  border-color: rgb(253 186 116 / 0.45);
}
.border-orange-300\/5 {
  border-color: rgb(253 186 116 / 0.05);
}
.border-orange-300\/50 {
  border-color: rgb(253 186 116 / 0.5);
}
.border-orange-300\/55 {
  border-color: rgb(253 186 116 / 0.55);
}
.border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6);
}
.border-orange-300\/65 {
  border-color: rgb(253 186 116 / 0.65);
}
.border-orange-300\/70 {
  border-color: rgb(253 186 116 / 0.7);
}
.border-orange-300\/75 {
  border-color: rgb(253 186 116 / 0.75);
}
.border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8);
}
.border-orange-300\/85 {
  border-color: rgb(253 186 116 / 0.85);
}
.border-orange-300\/90 {
  border-color: rgb(253 186 116 / 0.9);
}
.border-orange-300\/95 {
  border-color: rgb(253 186 116 / 0.95);
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-orange-400\/0 {
  border-color: rgb(251 146 60 / 0);
}
.border-orange-400\/10 {
  border-color: rgb(251 146 60 / 0.1);
}
.border-orange-400\/100 {
  border-color: rgb(251 146 60 / 1);
}
.border-orange-400\/15 {
  border-color: rgb(251 146 60 / 0.15);
}
.border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2);
}
.border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25);
}
.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.border-orange-400\/35 {
  border-color: rgb(251 146 60 / 0.35);
}
.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-orange-400\/45 {
  border-color: rgb(251 146 60 / 0.45);
}
.border-orange-400\/5 {
  border-color: rgb(251 146 60 / 0.05);
}
.border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.border-orange-400\/55 {
  border-color: rgb(251 146 60 / 0.55);
}
.border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.border-orange-400\/65 {
  border-color: rgb(251 146 60 / 0.65);
}
.border-orange-400\/70 {
  border-color: rgb(251 146 60 / 0.7);
}
.border-orange-400\/75 {
  border-color: rgb(251 146 60 / 0.75);
}
.border-orange-400\/80 {
  border-color: rgb(251 146 60 / 0.8);
}
.border-orange-400\/85 {
  border-color: rgb(251 146 60 / 0.85);
}
.border-orange-400\/90 {
  border-color: rgb(251 146 60 / 0.9);
}
.border-orange-400\/95 {
  border-color: rgb(251 146 60 / 0.95);
}
.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-orange-50\/0 {
  border-color: rgb(255 247 237 / 0);
}
.border-orange-50\/10 {
  border-color: rgb(255 247 237 / 0.1);
}
.border-orange-50\/100 {
  border-color: rgb(255 247 237 / 1);
}
.border-orange-50\/15 {
  border-color: rgb(255 247 237 / 0.15);
}
.border-orange-50\/20 {
  border-color: rgb(255 247 237 / 0.2);
}
.border-orange-50\/25 {
  border-color: rgb(255 247 237 / 0.25);
}
.border-orange-50\/30 {
  border-color: rgb(255 247 237 / 0.3);
}
.border-orange-50\/35 {
  border-color: rgb(255 247 237 / 0.35);
}
.border-orange-50\/40 {
  border-color: rgb(255 247 237 / 0.4);
}
.border-orange-50\/45 {
  border-color: rgb(255 247 237 / 0.45);
}
.border-orange-50\/5 {
  border-color: rgb(255 247 237 / 0.05);
}
.border-orange-50\/50 {
  border-color: rgb(255 247 237 / 0.5);
}
.border-orange-50\/55 {
  border-color: rgb(255 247 237 / 0.55);
}
.border-orange-50\/60 {
  border-color: rgb(255 247 237 / 0.6);
}
.border-orange-50\/65 {
  border-color: rgb(255 247 237 / 0.65);
}
.border-orange-50\/70 {
  border-color: rgb(255 247 237 / 0.7);
}
.border-orange-50\/75 {
  border-color: rgb(255 247 237 / 0.75);
}
.border-orange-50\/80 {
  border-color: rgb(255 247 237 / 0.8);
}
.border-orange-50\/85 {
  border-color: rgb(255 247 237 / 0.85);
}
.border-orange-50\/90 {
  border-color: rgb(255 247 237 / 0.9);
}
.border-orange-50\/95 {
  border-color: rgb(255 247 237 / 0.95);
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-500\/0 {
  border-color: rgb(249 115 22 / 0);
}
.border-orange-500\/10 {
  border-color: rgb(249 115 22 / 0.1);
}
.border-orange-500\/100 {
  border-color: rgb(249 115 22 / 1);
}
.border-orange-500\/15 {
  border-color: rgb(249 115 22 / 0.15);
}
.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25);
}
.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.border-orange-500\/35 {
  border-color: rgb(249 115 22 / 0.35);
}
.border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.border-orange-500\/45 {
  border-color: rgb(249 115 22 / 0.45);
}
.border-orange-500\/5 {
  border-color: rgb(249 115 22 / 0.05);
}
.border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5);
}
.border-orange-500\/55 {
  border-color: rgb(249 115 22 / 0.55);
}
.border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.border-orange-500\/65 {
  border-color: rgb(249 115 22 / 0.65);
}
.border-orange-500\/70 {
  border-color: rgb(249 115 22 / 0.7);
}
.border-orange-500\/75 {
  border-color: rgb(249 115 22 / 0.75);
}
.border-orange-500\/80 {
  border-color: rgb(249 115 22 / 0.8);
}
.border-orange-500\/85 {
  border-color: rgb(249 115 22 / 0.85);
}
.border-orange-500\/90 {
  border-color: rgb(249 115 22 / 0.9);
}
.border-orange-500\/95 {
  border-color: rgb(249 115 22 / 0.95);
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-orange-600\/0 {
  border-color: rgb(234 88 12 / 0);
}
.border-orange-600\/10 {
  border-color: rgb(234 88 12 / 0.1);
}
.border-orange-600\/100 {
  border-color: rgb(234 88 12 / 1);
}
.border-orange-600\/15 {
  border-color: rgb(234 88 12 / 0.15);
}
.border-orange-600\/20 {
  border-color: rgb(234 88 12 / 0.2);
}
.border-orange-600\/25 {
  border-color: rgb(234 88 12 / 0.25);
}
.border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}
.border-orange-600\/35 {
  border-color: rgb(234 88 12 / 0.35);
}
.border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4);
}
.border-orange-600\/45 {
  border-color: rgb(234 88 12 / 0.45);
}
.border-orange-600\/5 {
  border-color: rgb(234 88 12 / 0.05);
}
.border-orange-600\/50 {
  border-color: rgb(234 88 12 / 0.5);
}
.border-orange-600\/55 {
  border-color: rgb(234 88 12 / 0.55);
}
.border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6);
}
.border-orange-600\/65 {
  border-color: rgb(234 88 12 / 0.65);
}
.border-orange-600\/70 {
  border-color: rgb(234 88 12 / 0.7);
}
.border-orange-600\/75 {
  border-color: rgb(234 88 12 / 0.75);
}
.border-orange-600\/80 {
  border-color: rgb(234 88 12 / 0.8);
}
.border-orange-600\/85 {
  border-color: rgb(234 88 12 / 0.85);
}
.border-orange-600\/90 {
  border-color: rgb(234 88 12 / 0.9);
}
.border-orange-600\/95 {
  border-color: rgb(234 88 12 / 0.95);
}
.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-orange-700\/0 {
  border-color: rgb(194 65 12 / 0);
}
.border-orange-700\/10 {
  border-color: rgb(194 65 12 / 0.1);
}
.border-orange-700\/100 {
  border-color: rgb(194 65 12 / 1);
}
.border-orange-700\/15 {
  border-color: rgb(194 65 12 / 0.15);
}
.border-orange-700\/20 {
  border-color: rgb(194 65 12 / 0.2);
}
.border-orange-700\/25 {
  border-color: rgb(194 65 12 / 0.25);
}
.border-orange-700\/30 {
  border-color: rgb(194 65 12 / 0.3);
}
.border-orange-700\/35 {
  border-color: rgb(194 65 12 / 0.35);
}
.border-orange-700\/40 {
  border-color: rgb(194 65 12 / 0.4);
}
.border-orange-700\/45 {
  border-color: rgb(194 65 12 / 0.45);
}
.border-orange-700\/5 {
  border-color: rgb(194 65 12 / 0.05);
}
.border-orange-700\/50 {
  border-color: rgb(194 65 12 / 0.5);
}
.border-orange-700\/55 {
  border-color: rgb(194 65 12 / 0.55);
}
.border-orange-700\/60 {
  border-color: rgb(194 65 12 / 0.6);
}
.border-orange-700\/65 {
  border-color: rgb(194 65 12 / 0.65);
}
.border-orange-700\/70 {
  border-color: rgb(194 65 12 / 0.7);
}
.border-orange-700\/75 {
  border-color: rgb(194 65 12 / 0.75);
}
.border-orange-700\/80 {
  border-color: rgb(194 65 12 / 0.8);
}
.border-orange-700\/85 {
  border-color: rgb(194 65 12 / 0.85);
}
.border-orange-700\/90 {
  border-color: rgb(194 65 12 / 0.9);
}
.border-orange-700\/95 {
  border-color: rgb(194 65 12 / 0.95);
}
.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-orange-800\/0 {
  border-color: rgb(154 52 18 / 0);
}
.border-orange-800\/10 {
  border-color: rgb(154 52 18 / 0.1);
}
.border-orange-800\/100 {
  border-color: rgb(154 52 18 / 1);
}
.border-orange-800\/15 {
  border-color: rgb(154 52 18 / 0.15);
}
.border-orange-800\/20 {
  border-color: rgb(154 52 18 / 0.2);
}
.border-orange-800\/25 {
  border-color: rgb(154 52 18 / 0.25);
}
.border-orange-800\/30 {
  border-color: rgb(154 52 18 / 0.3);
}
.border-orange-800\/35 {
  border-color: rgb(154 52 18 / 0.35);
}
.border-orange-800\/40 {
  border-color: rgb(154 52 18 / 0.4);
}
.border-orange-800\/45 {
  border-color: rgb(154 52 18 / 0.45);
}
.border-orange-800\/5 {
  border-color: rgb(154 52 18 / 0.05);
}
.border-orange-800\/50 {
  border-color: rgb(154 52 18 / 0.5);
}
.border-orange-800\/55 {
  border-color: rgb(154 52 18 / 0.55);
}
.border-orange-800\/60 {
  border-color: rgb(154 52 18 / 0.6);
}
.border-orange-800\/65 {
  border-color: rgb(154 52 18 / 0.65);
}
.border-orange-800\/70 {
  border-color: rgb(154 52 18 / 0.7);
}
.border-orange-800\/75 {
  border-color: rgb(154 52 18 / 0.75);
}
.border-orange-800\/80 {
  border-color: rgb(154 52 18 / 0.8);
}
.border-orange-800\/85 {
  border-color: rgb(154 52 18 / 0.85);
}
.border-orange-800\/90 {
  border-color: rgb(154 52 18 / 0.9);
}
.border-orange-800\/95 {
  border-color: rgb(154 52 18 / 0.95);
}
.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-orange-900\/0 {
  border-color: rgb(124 45 18 / 0);
}
.border-orange-900\/10 {
  border-color: rgb(124 45 18 / 0.1);
}
.border-orange-900\/100 {
  border-color: rgb(124 45 18 / 1);
}
.border-orange-900\/15 {
  border-color: rgb(124 45 18 / 0.15);
}
.border-orange-900\/20 {
  border-color: rgb(124 45 18 / 0.2);
}
.border-orange-900\/25 {
  border-color: rgb(124 45 18 / 0.25);
}
.border-orange-900\/30 {
  border-color: rgb(124 45 18 / 0.3);
}
.border-orange-900\/35 {
  border-color: rgb(124 45 18 / 0.35);
}
.border-orange-900\/40 {
  border-color: rgb(124 45 18 / 0.4);
}
.border-orange-900\/45 {
  border-color: rgb(124 45 18 / 0.45);
}
.border-orange-900\/5 {
  border-color: rgb(124 45 18 / 0.05);
}
.border-orange-900\/50 {
  border-color: rgb(124 45 18 / 0.5);
}
.border-orange-900\/55 {
  border-color: rgb(124 45 18 / 0.55);
}
.border-orange-900\/60 {
  border-color: rgb(124 45 18 / 0.6);
}
.border-orange-900\/65 {
  border-color: rgb(124 45 18 / 0.65);
}
.border-orange-900\/70 {
  border-color: rgb(124 45 18 / 0.7);
}
.border-orange-900\/75 {
  border-color: rgb(124 45 18 / 0.75);
}
.border-orange-900\/80 {
  border-color: rgb(124 45 18 / 0.8);
}
.border-orange-900\/85 {
  border-color: rgb(124 45 18 / 0.85);
}
.border-orange-900\/90 {
  border-color: rgb(124 45 18 / 0.9);
}
.border-orange-900\/95 {
  border-color: rgb(124 45 18 / 0.95);
}
.border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-orange-950\/0 {
  border-color: rgb(67 20 7 / 0);
}
.border-orange-950\/10 {
  border-color: rgb(67 20 7 / 0.1);
}
.border-orange-950\/100 {
  border-color: rgb(67 20 7 / 1);
}
.border-orange-950\/15 {
  border-color: rgb(67 20 7 / 0.15);
}
.border-orange-950\/20 {
  border-color: rgb(67 20 7 / 0.2);
}
.border-orange-950\/25 {
  border-color: rgb(67 20 7 / 0.25);
}
.border-orange-950\/30 {
  border-color: rgb(67 20 7 / 0.3);
}
.border-orange-950\/35 {
  border-color: rgb(67 20 7 / 0.35);
}
.border-orange-950\/40 {
  border-color: rgb(67 20 7 / 0.4);
}
.border-orange-950\/45 {
  border-color: rgb(67 20 7 / 0.45);
}
.border-orange-950\/5 {
  border-color: rgb(67 20 7 / 0.05);
}
.border-orange-950\/50 {
  border-color: rgb(67 20 7 / 0.5);
}
.border-orange-950\/55 {
  border-color: rgb(67 20 7 / 0.55);
}
.border-orange-950\/60 {
  border-color: rgb(67 20 7 / 0.6);
}
.border-orange-950\/65 {
  border-color: rgb(67 20 7 / 0.65);
}
.border-orange-950\/70 {
  border-color: rgb(67 20 7 / 0.7);
}
.border-orange-950\/75 {
  border-color: rgb(67 20 7 / 0.75);
}
.border-orange-950\/80 {
  border-color: rgb(67 20 7 / 0.8);
}
.border-orange-950\/85 {
  border-color: rgb(67 20 7 / 0.85);
}
.border-orange-950\/90 {
  border-color: rgb(67 20 7 / 0.9);
}
.border-orange-950\/95 {
  border-color: rgb(67 20 7 / 0.95);
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-pink-100\/0 {
  border-color: rgb(252 231 243 / 0);
}
.border-pink-100\/10 {
  border-color: rgb(252 231 243 / 0.1);
}
.border-pink-100\/100 {
  border-color: rgb(252 231 243 / 1);
}
.border-pink-100\/15 {
  border-color: rgb(252 231 243 / 0.15);
}
.border-pink-100\/20 {
  border-color: rgb(252 231 243 / 0.2);
}
.border-pink-100\/25 {
  border-color: rgb(252 231 243 / 0.25);
}
.border-pink-100\/30 {
  border-color: rgb(252 231 243 / 0.3);
}
.border-pink-100\/35 {
  border-color: rgb(252 231 243 / 0.35);
}
.border-pink-100\/40 {
  border-color: rgb(252 231 243 / 0.4);
}
.border-pink-100\/45 {
  border-color: rgb(252 231 243 / 0.45);
}
.border-pink-100\/5 {
  border-color: rgb(252 231 243 / 0.05);
}
.border-pink-100\/50 {
  border-color: rgb(252 231 243 / 0.5);
}
.border-pink-100\/55 {
  border-color: rgb(252 231 243 / 0.55);
}
.border-pink-100\/60 {
  border-color: rgb(252 231 243 / 0.6);
}
.border-pink-100\/65 {
  border-color: rgb(252 231 243 / 0.65);
}
.border-pink-100\/70 {
  border-color: rgb(252 231 243 / 0.7);
}
.border-pink-100\/75 {
  border-color: rgb(252 231 243 / 0.75);
}
.border-pink-100\/80 {
  border-color: rgb(252 231 243 / 0.8);
}
.border-pink-100\/85 {
  border-color: rgb(252 231 243 / 0.85);
}
.border-pink-100\/90 {
  border-color: rgb(252 231 243 / 0.9);
}
.border-pink-100\/95 {
  border-color: rgb(252 231 243 / 0.95);
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-pink-200\/0 {
  border-color: rgb(251 207 232 / 0);
}
.border-pink-200\/10 {
  border-color: rgb(251 207 232 / 0.1);
}
.border-pink-200\/100 {
  border-color: rgb(251 207 232 / 1);
}
.border-pink-200\/15 {
  border-color: rgb(251 207 232 / 0.15);
}
.border-pink-200\/20 {
  border-color: rgb(251 207 232 / 0.2);
}
.border-pink-200\/25 {
  border-color: rgb(251 207 232 / 0.25);
}
.border-pink-200\/30 {
  border-color: rgb(251 207 232 / 0.3);
}
.border-pink-200\/35 {
  border-color: rgb(251 207 232 / 0.35);
}
.border-pink-200\/40 {
  border-color: rgb(251 207 232 / 0.4);
}
.border-pink-200\/45 {
  border-color: rgb(251 207 232 / 0.45);
}
.border-pink-200\/5 {
  border-color: rgb(251 207 232 / 0.05);
}
.border-pink-200\/50 {
  border-color: rgb(251 207 232 / 0.5);
}
.border-pink-200\/55 {
  border-color: rgb(251 207 232 / 0.55);
}
.border-pink-200\/60 {
  border-color: rgb(251 207 232 / 0.6);
}
.border-pink-200\/65 {
  border-color: rgb(251 207 232 / 0.65);
}
.border-pink-200\/70 {
  border-color: rgb(251 207 232 / 0.7);
}
.border-pink-200\/75 {
  border-color: rgb(251 207 232 / 0.75);
}
.border-pink-200\/80 {
  border-color: rgb(251 207 232 / 0.8);
}
.border-pink-200\/85 {
  border-color: rgb(251 207 232 / 0.85);
}
.border-pink-200\/90 {
  border-color: rgb(251 207 232 / 0.9);
}
.border-pink-200\/95 {
  border-color: rgb(251 207 232 / 0.95);
}
.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-pink-300\/0 {
  border-color: rgb(249 168 212 / 0);
}
.border-pink-300\/10 {
  border-color: rgb(249 168 212 / 0.1);
}
.border-pink-300\/100 {
  border-color: rgb(249 168 212 / 1);
}
.border-pink-300\/15 {
  border-color: rgb(249 168 212 / 0.15);
}
.border-pink-300\/20 {
  border-color: rgb(249 168 212 / 0.2);
}
.border-pink-300\/25 {
  border-color: rgb(249 168 212 / 0.25);
}
.border-pink-300\/30 {
  border-color: rgb(249 168 212 / 0.3);
}
.border-pink-300\/35 {
  border-color: rgb(249 168 212 / 0.35);
}
.border-pink-300\/40 {
  border-color: rgb(249 168 212 / 0.4);
}
.border-pink-300\/45 {
  border-color: rgb(249 168 212 / 0.45);
}
.border-pink-300\/5 {
  border-color: rgb(249 168 212 / 0.05);
}
.border-pink-300\/50 {
  border-color: rgb(249 168 212 / 0.5);
}
.border-pink-300\/55 {
  border-color: rgb(249 168 212 / 0.55);
}
.border-pink-300\/60 {
  border-color: rgb(249 168 212 / 0.6);
}
.border-pink-300\/65 {
  border-color: rgb(249 168 212 / 0.65);
}
.border-pink-300\/70 {
  border-color: rgb(249 168 212 / 0.7);
}
.border-pink-300\/75 {
  border-color: rgb(249 168 212 / 0.75);
}
.border-pink-300\/80 {
  border-color: rgb(249 168 212 / 0.8);
}
.border-pink-300\/85 {
  border-color: rgb(249 168 212 / 0.85);
}
.border-pink-300\/90 {
  border-color: rgb(249 168 212 / 0.9);
}
.border-pink-300\/95 {
  border-color: rgb(249 168 212 / 0.95);
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-pink-400\/0 {
  border-color: rgb(244 114 182 / 0);
}
.border-pink-400\/10 {
  border-color: rgb(244 114 182 / 0.1);
}
.border-pink-400\/100 {
  border-color: rgb(244 114 182 / 1);
}
.border-pink-400\/15 {
  border-color: rgb(244 114 182 / 0.15);
}
.border-pink-400\/20 {
  border-color: rgb(244 114 182 / 0.2);
}
.border-pink-400\/25 {
  border-color: rgb(244 114 182 / 0.25);
}
.border-pink-400\/30 {
  border-color: rgb(244 114 182 / 0.3);
}
.border-pink-400\/35 {
  border-color: rgb(244 114 182 / 0.35);
}
.border-pink-400\/40 {
  border-color: rgb(244 114 182 / 0.4);
}
.border-pink-400\/45 {
  border-color: rgb(244 114 182 / 0.45);
}
.border-pink-400\/5 {
  border-color: rgb(244 114 182 / 0.05);
}
.border-pink-400\/50 {
  border-color: rgb(244 114 182 / 0.5);
}
.border-pink-400\/55 {
  border-color: rgb(244 114 182 / 0.55);
}
.border-pink-400\/60 {
  border-color: rgb(244 114 182 / 0.6);
}
.border-pink-400\/65 {
  border-color: rgb(244 114 182 / 0.65);
}
.border-pink-400\/70 {
  border-color: rgb(244 114 182 / 0.7);
}
.border-pink-400\/75 {
  border-color: rgb(244 114 182 / 0.75);
}
.border-pink-400\/80 {
  border-color: rgb(244 114 182 / 0.8);
}
.border-pink-400\/85 {
  border-color: rgb(244 114 182 / 0.85);
}
.border-pink-400\/90 {
  border-color: rgb(244 114 182 / 0.9);
}
.border-pink-400\/95 {
  border-color: rgb(244 114 182 / 0.95);
}
.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-pink-50\/0 {
  border-color: rgb(253 242 248 / 0);
}
.border-pink-50\/10 {
  border-color: rgb(253 242 248 / 0.1);
}
.border-pink-50\/100 {
  border-color: rgb(253 242 248 / 1);
}
.border-pink-50\/15 {
  border-color: rgb(253 242 248 / 0.15);
}
.border-pink-50\/20 {
  border-color: rgb(253 242 248 / 0.2);
}
.border-pink-50\/25 {
  border-color: rgb(253 242 248 / 0.25);
}
.border-pink-50\/30 {
  border-color: rgb(253 242 248 / 0.3);
}
.border-pink-50\/35 {
  border-color: rgb(253 242 248 / 0.35);
}
.border-pink-50\/40 {
  border-color: rgb(253 242 248 / 0.4);
}
.border-pink-50\/45 {
  border-color: rgb(253 242 248 / 0.45);
}
.border-pink-50\/5 {
  border-color: rgb(253 242 248 / 0.05);
}
.border-pink-50\/50 {
  border-color: rgb(253 242 248 / 0.5);
}
.border-pink-50\/55 {
  border-color: rgb(253 242 248 / 0.55);
}
.border-pink-50\/60 {
  border-color: rgb(253 242 248 / 0.6);
}
.border-pink-50\/65 {
  border-color: rgb(253 242 248 / 0.65);
}
.border-pink-50\/70 {
  border-color: rgb(253 242 248 / 0.7);
}
.border-pink-50\/75 {
  border-color: rgb(253 242 248 / 0.75);
}
.border-pink-50\/80 {
  border-color: rgb(253 242 248 / 0.8);
}
.border-pink-50\/85 {
  border-color: rgb(253 242 248 / 0.85);
}
.border-pink-50\/90 {
  border-color: rgb(253 242 248 / 0.9);
}
.border-pink-50\/95 {
  border-color: rgb(253 242 248 / 0.95);
}
.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-pink-500\/0 {
  border-color: rgb(236 72 153 / 0);
}
.border-pink-500\/10 {
  border-color: rgb(236 72 153 / 0.1);
}
.border-pink-500\/100 {
  border-color: rgb(236 72 153 / 1);
}
.border-pink-500\/15 {
  border-color: rgb(236 72 153 / 0.15);
}
.border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2);
}
.border-pink-500\/25 {
  border-color: rgb(236 72 153 / 0.25);
}
.border-pink-500\/30 {
  border-color: rgb(236 72 153 / 0.3);
}
.border-pink-500\/35 {
  border-color: rgb(236 72 153 / 0.35);
}
.border-pink-500\/40 {
  border-color: rgb(236 72 153 / 0.4);
}
.border-pink-500\/45 {
  border-color: rgb(236 72 153 / 0.45);
}
.border-pink-500\/5 {
  border-color: rgb(236 72 153 / 0.05);
}
.border-pink-500\/50 {
  border-color: rgb(236 72 153 / 0.5);
}
.border-pink-500\/55 {
  border-color: rgb(236 72 153 / 0.55);
}
.border-pink-500\/60 {
  border-color: rgb(236 72 153 / 0.6);
}
.border-pink-500\/65 {
  border-color: rgb(236 72 153 / 0.65);
}
.border-pink-500\/70 {
  border-color: rgb(236 72 153 / 0.7);
}
.border-pink-500\/75 {
  border-color: rgb(236 72 153 / 0.75);
}
.border-pink-500\/80 {
  border-color: rgb(236 72 153 / 0.8);
}
.border-pink-500\/85 {
  border-color: rgb(236 72 153 / 0.85);
}
.border-pink-500\/90 {
  border-color: rgb(236 72 153 / 0.9);
}
.border-pink-500\/95 {
  border-color: rgb(236 72 153 / 0.95);
}
.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-pink-600\/0 {
  border-color: rgb(219 39 119 / 0);
}
.border-pink-600\/10 {
  border-color: rgb(219 39 119 / 0.1);
}
.border-pink-600\/100 {
  border-color: rgb(219 39 119 / 1);
}
.border-pink-600\/15 {
  border-color: rgb(219 39 119 / 0.15);
}
.border-pink-600\/20 {
  border-color: rgb(219 39 119 / 0.2);
}
.border-pink-600\/25 {
  border-color: rgb(219 39 119 / 0.25);
}
.border-pink-600\/30 {
  border-color: rgb(219 39 119 / 0.3);
}
.border-pink-600\/35 {
  border-color: rgb(219 39 119 / 0.35);
}
.border-pink-600\/40 {
  border-color: rgb(219 39 119 / 0.4);
}
.border-pink-600\/45 {
  border-color: rgb(219 39 119 / 0.45);
}
.border-pink-600\/5 {
  border-color: rgb(219 39 119 / 0.05);
}
.border-pink-600\/50 {
  border-color: rgb(219 39 119 / 0.5);
}
.border-pink-600\/55 {
  border-color: rgb(219 39 119 / 0.55);
}
.border-pink-600\/60 {
  border-color: rgb(219 39 119 / 0.6);
}
.border-pink-600\/65 {
  border-color: rgb(219 39 119 / 0.65);
}
.border-pink-600\/70 {
  border-color: rgb(219 39 119 / 0.7);
}
.border-pink-600\/75 {
  border-color: rgb(219 39 119 / 0.75);
}
.border-pink-600\/80 {
  border-color: rgb(219 39 119 / 0.8);
}
.border-pink-600\/85 {
  border-color: rgb(219 39 119 / 0.85);
}
.border-pink-600\/90 {
  border-color: rgb(219 39 119 / 0.9);
}
.border-pink-600\/95 {
  border-color: rgb(219 39 119 / 0.95);
}
.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-pink-700\/0 {
  border-color: rgb(190 24 93 / 0);
}
.border-pink-700\/10 {
  border-color: rgb(190 24 93 / 0.1);
}
.border-pink-700\/100 {
  border-color: rgb(190 24 93 / 1);
}
.border-pink-700\/15 {
  border-color: rgb(190 24 93 / 0.15);
}
.border-pink-700\/20 {
  border-color: rgb(190 24 93 / 0.2);
}
.border-pink-700\/25 {
  border-color: rgb(190 24 93 / 0.25);
}
.border-pink-700\/30 {
  border-color: rgb(190 24 93 / 0.3);
}
.border-pink-700\/35 {
  border-color: rgb(190 24 93 / 0.35);
}
.border-pink-700\/40 {
  border-color: rgb(190 24 93 / 0.4);
}
.border-pink-700\/45 {
  border-color: rgb(190 24 93 / 0.45);
}
.border-pink-700\/5 {
  border-color: rgb(190 24 93 / 0.05);
}
.border-pink-700\/50 {
  border-color: rgb(190 24 93 / 0.5);
}
.border-pink-700\/55 {
  border-color: rgb(190 24 93 / 0.55);
}
.border-pink-700\/60 {
  border-color: rgb(190 24 93 / 0.6);
}
.border-pink-700\/65 {
  border-color: rgb(190 24 93 / 0.65);
}
.border-pink-700\/70 {
  border-color: rgb(190 24 93 / 0.7);
}
.border-pink-700\/75 {
  border-color: rgb(190 24 93 / 0.75);
}
.border-pink-700\/80 {
  border-color: rgb(190 24 93 / 0.8);
}
.border-pink-700\/85 {
  border-color: rgb(190 24 93 / 0.85);
}
.border-pink-700\/90 {
  border-color: rgb(190 24 93 / 0.9);
}
.border-pink-700\/95 {
  border-color: rgb(190 24 93 / 0.95);
}
.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-pink-800\/0 {
  border-color: rgb(157 23 77 / 0);
}
.border-pink-800\/10 {
  border-color: rgb(157 23 77 / 0.1);
}
.border-pink-800\/100 {
  border-color: rgb(157 23 77 / 1);
}
.border-pink-800\/15 {
  border-color: rgb(157 23 77 / 0.15);
}
.border-pink-800\/20 {
  border-color: rgb(157 23 77 / 0.2);
}
.border-pink-800\/25 {
  border-color: rgb(157 23 77 / 0.25);
}
.border-pink-800\/30 {
  border-color: rgb(157 23 77 / 0.3);
}
.border-pink-800\/35 {
  border-color: rgb(157 23 77 / 0.35);
}
.border-pink-800\/40 {
  border-color: rgb(157 23 77 / 0.4);
}
.border-pink-800\/45 {
  border-color: rgb(157 23 77 / 0.45);
}
.border-pink-800\/5 {
  border-color: rgb(157 23 77 / 0.05);
}
.border-pink-800\/50 {
  border-color: rgb(157 23 77 / 0.5);
}
.border-pink-800\/55 {
  border-color: rgb(157 23 77 / 0.55);
}
.border-pink-800\/60 {
  border-color: rgb(157 23 77 / 0.6);
}
.border-pink-800\/65 {
  border-color: rgb(157 23 77 / 0.65);
}
.border-pink-800\/70 {
  border-color: rgb(157 23 77 / 0.7);
}
.border-pink-800\/75 {
  border-color: rgb(157 23 77 / 0.75);
}
.border-pink-800\/80 {
  border-color: rgb(157 23 77 / 0.8);
}
.border-pink-800\/85 {
  border-color: rgb(157 23 77 / 0.85);
}
.border-pink-800\/90 {
  border-color: rgb(157 23 77 / 0.9);
}
.border-pink-800\/95 {
  border-color: rgb(157 23 77 / 0.95);
}
.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-pink-900\/0 {
  border-color: rgb(131 24 67 / 0);
}
.border-pink-900\/10 {
  border-color: rgb(131 24 67 / 0.1);
}
.border-pink-900\/100 {
  border-color: rgb(131 24 67 / 1);
}
.border-pink-900\/15 {
  border-color: rgb(131 24 67 / 0.15);
}
.border-pink-900\/20 {
  border-color: rgb(131 24 67 / 0.2);
}
.border-pink-900\/25 {
  border-color: rgb(131 24 67 / 0.25);
}
.border-pink-900\/30 {
  border-color: rgb(131 24 67 / 0.3);
}
.border-pink-900\/35 {
  border-color: rgb(131 24 67 / 0.35);
}
.border-pink-900\/40 {
  border-color: rgb(131 24 67 / 0.4);
}
.border-pink-900\/45 {
  border-color: rgb(131 24 67 / 0.45);
}
.border-pink-900\/5 {
  border-color: rgb(131 24 67 / 0.05);
}
.border-pink-900\/50 {
  border-color: rgb(131 24 67 / 0.5);
}
.border-pink-900\/55 {
  border-color: rgb(131 24 67 / 0.55);
}
.border-pink-900\/60 {
  border-color: rgb(131 24 67 / 0.6);
}
.border-pink-900\/65 {
  border-color: rgb(131 24 67 / 0.65);
}
.border-pink-900\/70 {
  border-color: rgb(131 24 67 / 0.7);
}
.border-pink-900\/75 {
  border-color: rgb(131 24 67 / 0.75);
}
.border-pink-900\/80 {
  border-color: rgb(131 24 67 / 0.8);
}
.border-pink-900\/85 {
  border-color: rgb(131 24 67 / 0.85);
}
.border-pink-900\/90 {
  border-color: rgb(131 24 67 / 0.9);
}
.border-pink-900\/95 {
  border-color: rgb(131 24 67 / 0.95);
}
.border-pink-950 {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-pink-950\/0 {
  border-color: rgb(80 7 36 / 0);
}
.border-pink-950\/10 {
  border-color: rgb(80 7 36 / 0.1);
}
.border-pink-950\/100 {
  border-color: rgb(80 7 36 / 1);
}
.border-pink-950\/15 {
  border-color: rgb(80 7 36 / 0.15);
}
.border-pink-950\/20 {
  border-color: rgb(80 7 36 / 0.2);
}
.border-pink-950\/25 {
  border-color: rgb(80 7 36 / 0.25);
}
.border-pink-950\/30 {
  border-color: rgb(80 7 36 / 0.3);
}
.border-pink-950\/35 {
  border-color: rgb(80 7 36 / 0.35);
}
.border-pink-950\/40 {
  border-color: rgb(80 7 36 / 0.4);
}
.border-pink-950\/45 {
  border-color: rgb(80 7 36 / 0.45);
}
.border-pink-950\/5 {
  border-color: rgb(80 7 36 / 0.05);
}
.border-pink-950\/50 {
  border-color: rgb(80 7 36 / 0.5);
}
.border-pink-950\/55 {
  border-color: rgb(80 7 36 / 0.55);
}
.border-pink-950\/60 {
  border-color: rgb(80 7 36 / 0.6);
}
.border-pink-950\/65 {
  border-color: rgb(80 7 36 / 0.65);
}
.border-pink-950\/70 {
  border-color: rgb(80 7 36 / 0.7);
}
.border-pink-950\/75 {
  border-color: rgb(80 7 36 / 0.75);
}
.border-pink-950\/80 {
  border-color: rgb(80 7 36 / 0.8);
}
.border-pink-950\/85 {
  border-color: rgb(80 7 36 / 0.85);
}
.border-pink-950\/90 {
  border-color: rgb(80 7 36 / 0.9);
}
.border-pink-950\/95 {
  border-color: rgb(80 7 36 / 0.95);
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0);
}
.border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1);
}
.border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1);
}
.border-purple-100\/15 {
  border-color: rgb(243 232 255 / 0.15);
}
.border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2);
}
.border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25);
}
.border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3);
}
.border-purple-100\/35 {
  border-color: rgb(243 232 255 / 0.35);
}
.border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}
.border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45);
}
.border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05);
}
.border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5);
}
.border-purple-100\/55 {
  border-color: rgb(243 232 255 / 0.55);
}
.border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}
.border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65);
}
.border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7);
}
.border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75);
}
.border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8);
}
.border-purple-100\/85 {
  border-color: rgb(243 232 255 / 0.85);
}
.border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9);
}
.border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95);
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0);
}
.border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1);
}
.border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1);
}
.border-purple-200\/15 {
  border-color: rgb(233 213 255 / 0.15);
}
.border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2);
}
.border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25);
}
.border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3);
}
.border-purple-200\/35 {
  border-color: rgb(233 213 255 / 0.35);
}
.border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}
.border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45);
}
.border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05);
}
.border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}
.border-purple-200\/55 {
  border-color: rgb(233 213 255 / 0.55);
}
.border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}
.border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65);
}
.border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7);
}
.border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75);
}
.border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8);
}
.border-purple-200\/85 {
  border-color: rgb(233 213 255 / 0.85);
}
.border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9);
}
.border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95);
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0);
}
.border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1);
}
.border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1);
}
.border-purple-300\/15 {
  border-color: rgb(216 180 254 / 0.15);
}
.border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}
.border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}
.border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3);
}
.border-purple-300\/35 {
  border-color: rgb(216 180 254 / 0.35);
}
.border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}
.border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45);
}
.border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05);
}
.border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5);
}
.border-purple-300\/55 {
  border-color: rgb(216 180 254 / 0.55);
}
.border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}
.border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65);
}
.border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7);
}
.border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75);
}
.border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8);
}
.border-purple-300\/85 {
  border-color: rgb(216 180 254 / 0.85);
}
.border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9);
}
.border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95);
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0);
}
.border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1);
}
.border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1);
}
.border-purple-400\/15 {
  border-color: rgb(192 132 252 / 0.15);
}
.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}
.border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25);
}
.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-400\/35 {
  border-color: rgb(192 132 252 / 0.35);
}
.border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}
.border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45);
}
.border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05);
}
.border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}
.border-purple-400\/55 {
  border-color: rgb(192 132 252 / 0.55);
}
.border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}
.border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65);
}
.border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7);
}
.border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75);
}
.border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8);
}
.border-purple-400\/85 {
  border-color: rgb(192 132 252 / 0.85);
}
.border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9);
}
.border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95);
}
.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-purple-50\/0 {
  border-color: rgb(250 245 255 / 0);
}
.border-purple-50\/10 {
  border-color: rgb(250 245 255 / 0.1);
}
.border-purple-50\/100 {
  border-color: rgb(250 245 255 / 1);
}
.border-purple-50\/15 {
  border-color: rgb(250 245 255 / 0.15);
}
.border-purple-50\/20 {
  border-color: rgb(250 245 255 / 0.2);
}
.border-purple-50\/25 {
  border-color: rgb(250 245 255 / 0.25);
}
.border-purple-50\/30 {
  border-color: rgb(250 245 255 / 0.3);
}
.border-purple-50\/35 {
  border-color: rgb(250 245 255 / 0.35);
}
.border-purple-50\/40 {
  border-color: rgb(250 245 255 / 0.4);
}
.border-purple-50\/45 {
  border-color: rgb(250 245 255 / 0.45);
}
.border-purple-50\/5 {
  border-color: rgb(250 245 255 / 0.05);
}
.border-purple-50\/50 {
  border-color: rgb(250 245 255 / 0.5);
}
.border-purple-50\/55 {
  border-color: rgb(250 245 255 / 0.55);
}
.border-purple-50\/60 {
  border-color: rgb(250 245 255 / 0.6);
}
.border-purple-50\/65 {
  border-color: rgb(250 245 255 / 0.65);
}
.border-purple-50\/70 {
  border-color: rgb(250 245 255 / 0.7);
}
.border-purple-50\/75 {
  border-color: rgb(250 245 255 / 0.75);
}
.border-purple-50\/80 {
  border-color: rgb(250 245 255 / 0.8);
}
.border-purple-50\/85 {
  border-color: rgb(250 245 255 / 0.85);
}
.border-purple-50\/90 {
  border-color: rgb(250 245 255 / 0.9);
}
.border-purple-50\/95 {
  border-color: rgb(250 245 255 / 0.95);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0);
}
.border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1);
}
.border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1);
}
.border-purple-500\/15 {
  border-color: rgb(168 85 247 / 0.15);
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/25 {
  border-color: rgb(168 85 247 / 0.25);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-purple-500\/35 {
  border-color: rgb(168 85 247 / 0.35);
}
.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45);
}
.border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05);
}
.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}
.border-purple-500\/55 {
  border-color: rgb(168 85 247 / 0.55);
}
.border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}
.border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65);
}
.border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7);
}
.border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75);
}
.border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8);
}
.border-purple-500\/85 {
  border-color: rgb(168 85 247 / 0.85);
}
.border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9);
}
.border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95);
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0);
}
.border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1);
}
.border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1);
}
.border-purple-600\/15 {
  border-color: rgb(147 51 234 / 0.15);
}
.border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}
.border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25);
}
.border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3);
}
.border-purple-600\/35 {
  border-color: rgb(147 51 234 / 0.35);
}
.border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}
.border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45);
}
.border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05);
}
.border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5);
}
.border-purple-600\/55 {
  border-color: rgb(147 51 234 / 0.55);
}
.border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}
.border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65);
}
.border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7);
}
.border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75);
}
.border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8);
}
.border-purple-600\/85 {
  border-color: rgb(147 51 234 / 0.85);
}
.border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9);
}
.border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95);
}
.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-purple-700\/0 {
  border-color: rgb(126 34 206 / 0);
}
.border-purple-700\/10 {
  border-color: rgb(126 34 206 / 0.1);
}
.border-purple-700\/100 {
  border-color: rgb(126 34 206 / 1);
}
.border-purple-700\/15 {
  border-color: rgb(126 34 206 / 0.15);
}
.border-purple-700\/20 {
  border-color: rgb(126 34 206 / 0.2);
}
.border-purple-700\/25 {
  border-color: rgb(126 34 206 / 0.25);
}
.border-purple-700\/30 {
  border-color: rgb(126 34 206 / 0.3);
}
.border-purple-700\/35 {
  border-color: rgb(126 34 206 / 0.35);
}
.border-purple-700\/40 {
  border-color: rgb(126 34 206 / 0.4);
}
.border-purple-700\/45 {
  border-color: rgb(126 34 206 / 0.45);
}
.border-purple-700\/5 {
  border-color: rgb(126 34 206 / 0.05);
}
.border-purple-700\/50 {
  border-color: rgb(126 34 206 / 0.5);
}
.border-purple-700\/55 {
  border-color: rgb(126 34 206 / 0.55);
}
.border-purple-700\/60 {
  border-color: rgb(126 34 206 / 0.6);
}
.border-purple-700\/65 {
  border-color: rgb(126 34 206 / 0.65);
}
.border-purple-700\/70 {
  border-color: rgb(126 34 206 / 0.7);
}
.border-purple-700\/75 {
  border-color: rgb(126 34 206 / 0.75);
}
.border-purple-700\/80 {
  border-color: rgb(126 34 206 / 0.8);
}
.border-purple-700\/85 {
  border-color: rgb(126 34 206 / 0.85);
}
.border-purple-700\/90 {
  border-color: rgb(126 34 206 / 0.9);
}
.border-purple-700\/95 {
  border-color: rgb(126 34 206 / 0.95);
}
.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-purple-800\/0 {
  border-color: rgb(107 33 168 / 0);
}
.border-purple-800\/10 {
  border-color: rgb(107 33 168 / 0.1);
}
.border-purple-800\/100 {
  border-color: rgb(107 33 168 / 1);
}
.border-purple-800\/15 {
  border-color: rgb(107 33 168 / 0.15);
}
.border-purple-800\/20 {
  border-color: rgb(107 33 168 / 0.2);
}
.border-purple-800\/25 {
  border-color: rgb(107 33 168 / 0.25);
}
.border-purple-800\/30 {
  border-color: rgb(107 33 168 / 0.3);
}
.border-purple-800\/35 {
  border-color: rgb(107 33 168 / 0.35);
}
.border-purple-800\/40 {
  border-color: rgb(107 33 168 / 0.4);
}
.border-purple-800\/45 {
  border-color: rgb(107 33 168 / 0.45);
}
.border-purple-800\/5 {
  border-color: rgb(107 33 168 / 0.05);
}
.border-purple-800\/50 {
  border-color: rgb(107 33 168 / 0.5);
}
.border-purple-800\/55 {
  border-color: rgb(107 33 168 / 0.55);
}
.border-purple-800\/60 {
  border-color: rgb(107 33 168 / 0.6);
}
.border-purple-800\/65 {
  border-color: rgb(107 33 168 / 0.65);
}
.border-purple-800\/70 {
  border-color: rgb(107 33 168 / 0.7);
}
.border-purple-800\/75 {
  border-color: rgb(107 33 168 / 0.75);
}
.border-purple-800\/80 {
  border-color: rgb(107 33 168 / 0.8);
}
.border-purple-800\/85 {
  border-color: rgb(107 33 168 / 0.85);
}
.border-purple-800\/90 {
  border-color: rgb(107 33 168 / 0.9);
}
.border-purple-800\/95 {
  border-color: rgb(107 33 168 / 0.95);
}
.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-purple-900\/0 {
  border-color: rgb(88 28 135 / 0);
}
.border-purple-900\/10 {
  border-color: rgb(88 28 135 / 0.1);
}
.border-purple-900\/100 {
  border-color: rgb(88 28 135 / 1);
}
.border-purple-900\/15 {
  border-color: rgb(88 28 135 / 0.15);
}
.border-purple-900\/20 {
  border-color: rgb(88 28 135 / 0.2);
}
.border-purple-900\/25 {
  border-color: rgb(88 28 135 / 0.25);
}
.border-purple-900\/30 {
  border-color: rgb(88 28 135 / 0.3);
}
.border-purple-900\/35 {
  border-color: rgb(88 28 135 / 0.35);
}
.border-purple-900\/40 {
  border-color: rgb(88 28 135 / 0.4);
}
.border-purple-900\/45 {
  border-color: rgb(88 28 135 / 0.45);
}
.border-purple-900\/5 {
  border-color: rgb(88 28 135 / 0.05);
}
.border-purple-900\/50 {
  border-color: rgb(88 28 135 / 0.5);
}
.border-purple-900\/55 {
  border-color: rgb(88 28 135 / 0.55);
}
.border-purple-900\/60 {
  border-color: rgb(88 28 135 / 0.6);
}
.border-purple-900\/65 {
  border-color: rgb(88 28 135 / 0.65);
}
.border-purple-900\/70 {
  border-color: rgb(88 28 135 / 0.7);
}
.border-purple-900\/75 {
  border-color: rgb(88 28 135 / 0.75);
}
.border-purple-900\/80 {
  border-color: rgb(88 28 135 / 0.8);
}
.border-purple-900\/85 {
  border-color: rgb(88 28 135 / 0.85);
}
.border-purple-900\/90 {
  border-color: rgb(88 28 135 / 0.9);
}
.border-purple-900\/95 {
  border-color: rgb(88 28 135 / 0.95);
}
.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-purple-950\/0 {
  border-color: rgb(59 7 100 / 0);
}
.border-purple-950\/10 {
  border-color: rgb(59 7 100 / 0.1);
}
.border-purple-950\/100 {
  border-color: rgb(59 7 100 / 1);
}
.border-purple-950\/15 {
  border-color: rgb(59 7 100 / 0.15);
}
.border-purple-950\/20 {
  border-color: rgb(59 7 100 / 0.2);
}
.border-purple-950\/25 {
  border-color: rgb(59 7 100 / 0.25);
}
.border-purple-950\/30 {
  border-color: rgb(59 7 100 / 0.3);
}
.border-purple-950\/35 {
  border-color: rgb(59 7 100 / 0.35);
}
.border-purple-950\/40 {
  border-color: rgb(59 7 100 / 0.4);
}
.border-purple-950\/45 {
  border-color: rgb(59 7 100 / 0.45);
}
.border-purple-950\/5 {
  border-color: rgb(59 7 100 / 0.05);
}
.border-purple-950\/50 {
  border-color: rgb(59 7 100 / 0.5);
}
.border-purple-950\/55 {
  border-color: rgb(59 7 100 / 0.55);
}
.border-purple-950\/60 {
  border-color: rgb(59 7 100 / 0.6);
}
.border-purple-950\/65 {
  border-color: rgb(59 7 100 / 0.65);
}
.border-purple-950\/70 {
  border-color: rgb(59 7 100 / 0.7);
}
.border-purple-950\/75 {
  border-color: rgb(59 7 100 / 0.75);
}
.border-purple-950\/80 {
  border-color: rgb(59 7 100 / 0.8);
}
.border-purple-950\/85 {
  border-color: rgb(59 7 100 / 0.85);
}
.border-purple-950\/90 {
  border-color: rgb(59 7 100 / 0.9);
}
.border-purple-950\/95 {
  border-color: rgb(59 7 100 / 0.95);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}
.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}
.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}
.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}
.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}
.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}
.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}
.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}
.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}
.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}
.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}
.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}
.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}
.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}
.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}
.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}
.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}
.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}
.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}
.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}
.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}
.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}
.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-red-950\/0 {
  border-color: rgb(69 10 10 / 0);
}
.border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1);
}
.border-red-950\/100 {
  border-color: rgb(69 10 10 / 1);
}
.border-red-950\/15 {
  border-color: rgb(69 10 10 / 0.15);
}
.border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2);
}
.border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25);
}
.border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3);
}
.border-red-950\/35 {
  border-color: rgb(69 10 10 / 0.35);
}
.border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45);
}
.border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05);
}
.border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5);
}
.border-red-950\/55 {
  border-color: rgb(69 10 10 / 0.55);
}
.border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65);
}
.border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7);
}
.border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75);
}
.border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8);
}
.border-red-950\/85 {
  border-color: rgb(69 10 10 / 0.85);
}
.border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9);
}
.border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}
.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0);
}
.border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1);
}
.border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1);
}
.border-rose-100\/15 {
  border-color: rgb(255 228 230 / 0.15);
}
.border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2);
}
.border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25);
}
.border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3);
}
.border-rose-100\/35 {
  border-color: rgb(255 228 230 / 0.35);
}
.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}
.border-rose-100\/45 {
  border-color: rgb(255 228 230 / 0.45);
}
.border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05);
}
.border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5);
}
.border-rose-100\/55 {
  border-color: rgb(255 228 230 / 0.55);
}
.border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6);
}
.border-rose-100\/65 {
  border-color: rgb(255 228 230 / 0.65);
}
.border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7);
}
.border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75);
}
.border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8);
}
.border-rose-100\/85 {
  border-color: rgb(255 228 230 / 0.85);
}
.border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9);
}
.border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95);
}
.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0);
}
.border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1);
}
.border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1);
}
.border-rose-200\/15 {
  border-color: rgb(254 205 211 / 0.15);
}
.border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2);
}
.border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25);
}
.border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3);
}
.border-rose-200\/35 {
  border-color: rgb(254 205 211 / 0.35);
}
.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.border-rose-200\/45 {
  border-color: rgb(254 205 211 / 0.45);
}
.border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05);
}
.border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5);
}
.border-rose-200\/55 {
  border-color: rgb(254 205 211 / 0.55);
}
.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}
.border-rose-200\/65 {
  border-color: rgb(254 205 211 / 0.65);
}
.border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7);
}
.border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75);
}
.border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8);
}
.border-rose-200\/85 {
  border-color: rgb(254 205 211 / 0.85);
}
.border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9);
}
.border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95);
}
.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0);
}
.border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1);
}
.border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1);
}
.border-rose-300\/15 {
  border-color: rgb(253 164 175 / 0.15);
}
.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}
.border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25);
}
.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}
.border-rose-300\/35 {
  border-color: rgb(253 164 175 / 0.35);
}
.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.border-rose-300\/45 {
  border-color: rgb(253 164 175 / 0.45);
}
.border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05);
}
.border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5);
}
.border-rose-300\/55 {
  border-color: rgb(253 164 175 / 0.55);
}
.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.border-rose-300\/65 {
  border-color: rgb(253 164 175 / 0.65);
}
.border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7);
}
.border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75);
}
.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}
.border-rose-300\/85 {
  border-color: rgb(253 164 175 / 0.85);
}
.border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9);
}
.border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95);
}
.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0);
}
.border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1);
}
.border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1);
}
.border-rose-400\/15 {
  border-color: rgb(251 113 133 / 0.15);
}
.border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2);
}
.border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25);
}
.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.border-rose-400\/35 {
  border-color: rgb(251 113 133 / 0.35);
}
.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.border-rose-400\/45 {
  border-color: rgb(251 113 133 / 0.45);
}
.border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05);
}
.border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5);
}
.border-rose-400\/55 {
  border-color: rgb(251 113 133 / 0.55);
}
.border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6);
}
.border-rose-400\/65 {
  border-color: rgb(251 113 133 / 0.65);
}
.border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7);
}
.border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75);
}
.border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8);
}
.border-rose-400\/85 {
  border-color: rgb(251 113 133 / 0.85);
}
.border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9);
}
.border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95);
}
.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-rose-50\/0 {
  border-color: rgb(255 241 242 / 0);
}
.border-rose-50\/10 {
  border-color: rgb(255 241 242 / 0.1);
}
.border-rose-50\/100 {
  border-color: rgb(255 241 242 / 1);
}
.border-rose-50\/15 {
  border-color: rgb(255 241 242 / 0.15);
}
.border-rose-50\/20 {
  border-color: rgb(255 241 242 / 0.2);
}
.border-rose-50\/25 {
  border-color: rgb(255 241 242 / 0.25);
}
.border-rose-50\/30 {
  border-color: rgb(255 241 242 / 0.3);
}
.border-rose-50\/35 {
  border-color: rgb(255 241 242 / 0.35);
}
.border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4);
}
.border-rose-50\/45 {
  border-color: rgb(255 241 242 / 0.45);
}
.border-rose-50\/5 {
  border-color: rgb(255 241 242 / 0.05);
}
.border-rose-50\/50 {
  border-color: rgb(255 241 242 / 0.5);
}
.border-rose-50\/55 {
  border-color: rgb(255 241 242 / 0.55);
}
.border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6);
}
.border-rose-50\/65 {
  border-color: rgb(255 241 242 / 0.65);
}
.border-rose-50\/70 {
  border-color: rgb(255 241 242 / 0.7);
}
.border-rose-50\/75 {
  border-color: rgb(255 241 242 / 0.75);
}
.border-rose-50\/80 {
  border-color: rgb(255 241 242 / 0.8);
}
.border-rose-50\/85 {
  border-color: rgb(255 241 242 / 0.85);
}
.border-rose-50\/90 {
  border-color: rgb(255 241 242 / 0.9);
}
.border-rose-50\/95 {
  border-color: rgb(255 241 242 / 0.95);
}
.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0);
}
.border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1);
}
.border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1);
}
.border-rose-500\/15 {
  border-color: rgb(244 63 94 / 0.15);
}
.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}
.border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25);
}
.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}
.border-rose-500\/35 {
  border-color: rgb(244 63 94 / 0.35);
}
.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.border-rose-500\/45 {
  border-color: rgb(244 63 94 / 0.45);
}
.border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05);
}
.border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5);
}
.border-rose-500\/55 {
  border-color: rgb(244 63 94 / 0.55);
}
.border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6);
}
.border-rose-500\/65 {
  border-color: rgb(244 63 94 / 0.65);
}
.border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7);
}
.border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75);
}
.border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8);
}
.border-rose-500\/85 {
  border-color: rgb(244 63 94 / 0.85);
}
.border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9);
}
.border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95);
}
.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0);
}
.border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1);
}
.border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1);
}
.border-rose-600\/15 {
  border-color: rgb(225 29 72 / 0.15);
}
.border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2);
}
.border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25);
}
.border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3);
}
.border-rose-600\/35 {
  border-color: rgb(225 29 72 / 0.35);
}
.border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4);
}
.border-rose-600\/45 {
  border-color: rgb(225 29 72 / 0.45);
}
.border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05);
}
.border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5);
}
.border-rose-600\/55 {
  border-color: rgb(225 29 72 / 0.55);
}
.border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6);
}
.border-rose-600\/65 {
  border-color: rgb(225 29 72 / 0.65);
}
.border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7);
}
.border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75);
}
.border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8);
}
.border-rose-600\/85 {
  border-color: rgb(225 29 72 / 0.85);
}
.border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9);
}
.border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95);
}
.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-rose-700\/0 {
  border-color: rgb(190 18 60 / 0);
}
.border-rose-700\/10 {
  border-color: rgb(190 18 60 / 0.1);
}
.border-rose-700\/100 {
  border-color: rgb(190 18 60 / 1);
}
.border-rose-700\/15 {
  border-color: rgb(190 18 60 / 0.15);
}
.border-rose-700\/20 {
  border-color: rgb(190 18 60 / 0.2);
}
.border-rose-700\/25 {
  border-color: rgb(190 18 60 / 0.25);
}
.border-rose-700\/30 {
  border-color: rgb(190 18 60 / 0.3);
}
.border-rose-700\/35 {
  border-color: rgb(190 18 60 / 0.35);
}
.border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4);
}
.border-rose-700\/45 {
  border-color: rgb(190 18 60 / 0.45);
}
.border-rose-700\/5 {
  border-color: rgb(190 18 60 / 0.05);
}
.border-rose-700\/50 {
  border-color: rgb(190 18 60 / 0.5);
}
.border-rose-700\/55 {
  border-color: rgb(190 18 60 / 0.55);
}
.border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6);
}
.border-rose-700\/65 {
  border-color: rgb(190 18 60 / 0.65);
}
.border-rose-700\/70 {
  border-color: rgb(190 18 60 / 0.7);
}
.border-rose-700\/75 {
  border-color: rgb(190 18 60 / 0.75);
}
.border-rose-700\/80 {
  border-color: rgb(190 18 60 / 0.8);
}
.border-rose-700\/85 {
  border-color: rgb(190 18 60 / 0.85);
}
.border-rose-700\/90 {
  border-color: rgb(190 18 60 / 0.9);
}
.border-rose-700\/95 {
  border-color: rgb(190 18 60 / 0.95);
}
.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-rose-800\/0 {
  border-color: rgb(159 18 57 / 0);
}
.border-rose-800\/10 {
  border-color: rgb(159 18 57 / 0.1);
}
.border-rose-800\/100 {
  border-color: rgb(159 18 57 / 1);
}
.border-rose-800\/15 {
  border-color: rgb(159 18 57 / 0.15);
}
.border-rose-800\/20 {
  border-color: rgb(159 18 57 / 0.2);
}
.border-rose-800\/25 {
  border-color: rgb(159 18 57 / 0.25);
}
.border-rose-800\/30 {
  border-color: rgb(159 18 57 / 0.3);
}
.border-rose-800\/35 {
  border-color: rgb(159 18 57 / 0.35);
}
.border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4);
}
.border-rose-800\/45 {
  border-color: rgb(159 18 57 / 0.45);
}
.border-rose-800\/5 {
  border-color: rgb(159 18 57 / 0.05);
}
.border-rose-800\/50 {
  border-color: rgb(159 18 57 / 0.5);
}
.border-rose-800\/55 {
  border-color: rgb(159 18 57 / 0.55);
}
.border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6);
}
.border-rose-800\/65 {
  border-color: rgb(159 18 57 / 0.65);
}
.border-rose-800\/70 {
  border-color: rgb(159 18 57 / 0.7);
}
.border-rose-800\/75 {
  border-color: rgb(159 18 57 / 0.75);
}
.border-rose-800\/80 {
  border-color: rgb(159 18 57 / 0.8);
}
.border-rose-800\/85 {
  border-color: rgb(159 18 57 / 0.85);
}
.border-rose-800\/90 {
  border-color: rgb(159 18 57 / 0.9);
}
.border-rose-800\/95 {
  border-color: rgb(159 18 57 / 0.95);
}
.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-rose-900\/0 {
  border-color: rgb(136 19 55 / 0);
}
.border-rose-900\/10 {
  border-color: rgb(136 19 55 / 0.1);
}
.border-rose-900\/100 {
  border-color: rgb(136 19 55 / 1);
}
.border-rose-900\/15 {
  border-color: rgb(136 19 55 / 0.15);
}
.border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2);
}
.border-rose-900\/25 {
  border-color: rgb(136 19 55 / 0.25);
}
.border-rose-900\/30 {
  border-color: rgb(136 19 55 / 0.3);
}
.border-rose-900\/35 {
  border-color: rgb(136 19 55 / 0.35);
}
.border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4);
}
.border-rose-900\/45 {
  border-color: rgb(136 19 55 / 0.45);
}
.border-rose-900\/5 {
  border-color: rgb(136 19 55 / 0.05);
}
.border-rose-900\/50 {
  border-color: rgb(136 19 55 / 0.5);
}
.border-rose-900\/55 {
  border-color: rgb(136 19 55 / 0.55);
}
.border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6);
}
.border-rose-900\/65 {
  border-color: rgb(136 19 55 / 0.65);
}
.border-rose-900\/70 {
  border-color: rgb(136 19 55 / 0.7);
}
.border-rose-900\/75 {
  border-color: rgb(136 19 55 / 0.75);
}
.border-rose-900\/80 {
  border-color: rgb(136 19 55 / 0.8);
}
.border-rose-900\/85 {
  border-color: rgb(136 19 55 / 0.85);
}
.border-rose-900\/90 {
  border-color: rgb(136 19 55 / 0.9);
}
.border-rose-900\/95 {
  border-color: rgb(136 19 55 / 0.95);
}
.border-rose-950 {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-rose-950\/0 {
  border-color: rgb(76 5 25 / 0);
}
.border-rose-950\/10 {
  border-color: rgb(76 5 25 / 0.1);
}
.border-rose-950\/100 {
  border-color: rgb(76 5 25 / 1);
}
.border-rose-950\/15 {
  border-color: rgb(76 5 25 / 0.15);
}
.border-rose-950\/20 {
  border-color: rgb(76 5 25 / 0.2);
}
.border-rose-950\/25 {
  border-color: rgb(76 5 25 / 0.25);
}
.border-rose-950\/30 {
  border-color: rgb(76 5 25 / 0.3);
}
.border-rose-950\/35 {
  border-color: rgb(76 5 25 / 0.35);
}
.border-rose-950\/40 {
  border-color: rgb(76 5 25 / 0.4);
}
.border-rose-950\/45 {
  border-color: rgb(76 5 25 / 0.45);
}
.border-rose-950\/5 {
  border-color: rgb(76 5 25 / 0.05);
}
.border-rose-950\/50 {
  border-color: rgb(76 5 25 / 0.5);
}
.border-rose-950\/55 {
  border-color: rgb(76 5 25 / 0.55);
}
.border-rose-950\/60 {
  border-color: rgb(76 5 25 / 0.6);
}
.border-rose-950\/65 {
  border-color: rgb(76 5 25 / 0.65);
}
.border-rose-950\/70 {
  border-color: rgb(76 5 25 / 0.7);
}
.border-rose-950\/75 {
  border-color: rgb(76 5 25 / 0.75);
}
.border-rose-950\/80 {
  border-color: rgb(76 5 25 / 0.8);
}
.border-rose-950\/85 {
  border-color: rgb(76 5 25 / 0.85);
}
.border-rose-950\/90 {
  border-color: rgb(76 5 25 / 0.9);
}
.border-rose-950\/95 {
  border-color: rgb(76 5 25 / 0.95);
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-sky-100\/0 {
  border-color: rgb(224 242 254 / 0);
}
.border-sky-100\/10 {
  border-color: rgb(224 242 254 / 0.1);
}
.border-sky-100\/100 {
  border-color: rgb(224 242 254 / 1);
}
.border-sky-100\/15 {
  border-color: rgb(224 242 254 / 0.15);
}
.border-sky-100\/20 {
  border-color: rgb(224 242 254 / 0.2);
}
.border-sky-100\/25 {
  border-color: rgb(224 242 254 / 0.25);
}
.border-sky-100\/30 {
  border-color: rgb(224 242 254 / 0.3);
}
.border-sky-100\/35 {
  border-color: rgb(224 242 254 / 0.35);
}
.border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}
.border-sky-100\/45 {
  border-color: rgb(224 242 254 / 0.45);
}
.border-sky-100\/5 {
  border-color: rgb(224 242 254 / 0.05);
}
.border-sky-100\/50 {
  border-color: rgb(224 242 254 / 0.5);
}
.border-sky-100\/55 {
  border-color: rgb(224 242 254 / 0.55);
}
.border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}
.border-sky-100\/65 {
  border-color: rgb(224 242 254 / 0.65);
}
.border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}
.border-sky-100\/75 {
  border-color: rgb(224 242 254 / 0.75);
}
.border-sky-100\/80 {
  border-color: rgb(224 242 254 / 0.8);
}
.border-sky-100\/85 {
  border-color: rgb(224 242 254 / 0.85);
}
.border-sky-100\/90 {
  border-color: rgb(224 242 254 / 0.9);
}
.border-sky-100\/95 {
  border-color: rgb(224 242 254 / 0.95);
}
.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-sky-200\/0 {
  border-color: rgb(186 230 253 / 0);
}
.border-sky-200\/10 {
  border-color: rgb(186 230 253 / 0.1);
}
.border-sky-200\/100 {
  border-color: rgb(186 230 253 / 1);
}
.border-sky-200\/15 {
  border-color: rgb(186 230 253 / 0.15);
}
.border-sky-200\/20 {
  border-color: rgb(186 230 253 / 0.2);
}
.border-sky-200\/25 {
  border-color: rgb(186 230 253 / 0.25);
}
.border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3);
}
.border-sky-200\/35 {
  border-color: rgb(186 230 253 / 0.35);
}
.border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.border-sky-200\/45 {
  border-color: rgb(186 230 253 / 0.45);
}
.border-sky-200\/5 {
  border-color: rgb(186 230 253 / 0.05);
}
.border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5);
}
.border-sky-200\/55 {
  border-color: rgb(186 230 253 / 0.55);
}
.border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6);
}
.border-sky-200\/65 {
  border-color: rgb(186 230 253 / 0.65);
}
.border-sky-200\/70 {
  border-color: rgb(186 230 253 / 0.7);
}
.border-sky-200\/75 {
  border-color: rgb(186 230 253 / 0.75);
}
.border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8);
}
.border-sky-200\/85 {
  border-color: rgb(186 230 253 / 0.85);
}
.border-sky-200\/90 {
  border-color: rgb(186 230 253 / 0.9);
}
.border-sky-200\/95 {
  border-color: rgb(186 230 253 / 0.95);
}
.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-sky-300\/0 {
  border-color: rgb(125 211 252 / 0);
}
.border-sky-300\/10 {
  border-color: rgb(125 211 252 / 0.1);
}
.border-sky-300\/100 {
  border-color: rgb(125 211 252 / 1);
}
.border-sky-300\/15 {
  border-color: rgb(125 211 252 / 0.15);
}
.border-sky-300\/20 {
  border-color: rgb(125 211 252 / 0.2);
}
.border-sky-300\/25 {
  border-color: rgb(125 211 252 / 0.25);
}
.border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}
.border-sky-300\/35 {
  border-color: rgb(125 211 252 / 0.35);
}
.border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}
.border-sky-300\/45 {
  border-color: rgb(125 211 252 / 0.45);
}
.border-sky-300\/5 {
  border-color: rgb(125 211 252 / 0.05);
}
.border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}
.border-sky-300\/55 {
  border-color: rgb(125 211 252 / 0.55);
}
.border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.border-sky-300\/65 {
  border-color: rgb(125 211 252 / 0.65);
}
.border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}
.border-sky-300\/75 {
  border-color: rgb(125 211 252 / 0.75);
}
.border-sky-300\/80 {
  border-color: rgb(125 211 252 / 0.8);
}
.border-sky-300\/85 {
  border-color: rgb(125 211 252 / 0.85);
}
.border-sky-300\/90 {
  border-color: rgb(125 211 252 / 0.9);
}
.border-sky-300\/95 {
  border-color: rgb(125 211 252 / 0.95);
}
.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-sky-400\/0 {
  border-color: rgb(56 189 248 / 0);
}
.border-sky-400\/10 {
  border-color: rgb(56 189 248 / 0.1);
}
.border-sky-400\/100 {
  border-color: rgb(56 189 248 / 1);
}
.border-sky-400\/15 {
  border-color: rgb(56 189 248 / 0.15);
}
.border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2);
}
.border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25);
}
.border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3);
}
.border-sky-400\/35 {
  border-color: rgb(56 189 248 / 0.35);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-sky-400\/45 {
  border-color: rgb(56 189 248 / 0.45);
}
.border-sky-400\/5 {
  border-color: rgb(56 189 248 / 0.05);
}
.border-sky-400\/50 {
  border-color: rgb(56 189 248 / 0.5);
}
.border-sky-400\/55 {
  border-color: rgb(56 189 248 / 0.55);
}
.border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.border-sky-400\/65 {
  border-color: rgb(56 189 248 / 0.65);
}
.border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7);
}
.border-sky-400\/75 {
  border-color: rgb(56 189 248 / 0.75);
}
.border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8);
}
.border-sky-400\/85 {
  border-color: rgb(56 189 248 / 0.85);
}
.border-sky-400\/90 {
  border-color: rgb(56 189 248 / 0.9);
}
.border-sky-400\/95 {
  border-color: rgb(56 189 248 / 0.95);
}
.border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-sky-50\/0 {
  border-color: rgb(240 249 255 / 0);
}
.border-sky-50\/10 {
  border-color: rgb(240 249 255 / 0.1);
}
.border-sky-50\/100 {
  border-color: rgb(240 249 255 / 1);
}
.border-sky-50\/15 {
  border-color: rgb(240 249 255 / 0.15);
}
.border-sky-50\/20 {
  border-color: rgb(240 249 255 / 0.2);
}
.border-sky-50\/25 {
  border-color: rgb(240 249 255 / 0.25);
}
.border-sky-50\/30 {
  border-color: rgb(240 249 255 / 0.3);
}
.border-sky-50\/35 {
  border-color: rgb(240 249 255 / 0.35);
}
.border-sky-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}
.border-sky-50\/45 {
  border-color: rgb(240 249 255 / 0.45);
}
.border-sky-50\/5 {
  border-color: rgb(240 249 255 / 0.05);
}
.border-sky-50\/50 {
  border-color: rgb(240 249 255 / 0.5);
}
.border-sky-50\/55 {
  border-color: rgb(240 249 255 / 0.55);
}
.border-sky-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}
.border-sky-50\/65 {
  border-color: rgb(240 249 255 / 0.65);
}
.border-sky-50\/70 {
  border-color: rgb(240 249 255 / 0.7);
}
.border-sky-50\/75 {
  border-color: rgb(240 249 255 / 0.75);
}
.border-sky-50\/80 {
  border-color: rgb(240 249 255 / 0.8);
}
.border-sky-50\/85 {
  border-color: rgb(240 249 255 / 0.85);
}
.border-sky-50\/90 {
  border-color: rgb(240 249 255 / 0.9);
}
.border-sky-50\/95 {
  border-color: rgb(240 249 255 / 0.95);
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-sky-500\/0 {
  border-color: rgb(14 165 233 / 0);
}
.border-sky-500\/10 {
  border-color: rgb(14 165 233 / 0.1);
}
.border-sky-500\/100 {
  border-color: rgb(14 165 233 / 1);
}
.border-sky-500\/15 {
  border-color: rgb(14 165 233 / 0.15);
}
.border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}
.border-sky-500\/25 {
  border-color: rgb(14 165 233 / 0.25);
}
.border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}
.border-sky-500\/35 {
  border-color: rgb(14 165 233 / 0.35);
}
.border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.border-sky-500\/45 {
  border-color: rgb(14 165 233 / 0.45);
}
.border-sky-500\/5 {
  border-color: rgb(14 165 233 / 0.05);
}
.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}
.border-sky-500\/55 {
  border-color: rgb(14 165 233 / 0.55);
}
.border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}
.border-sky-500\/65 {
  border-color: rgb(14 165 233 / 0.65);
}
.border-sky-500\/70 {
  border-color: rgb(14 165 233 / 0.7);
}
.border-sky-500\/75 {
  border-color: rgb(14 165 233 / 0.75);
}
.border-sky-500\/80 {
  border-color: rgb(14 165 233 / 0.8);
}
.border-sky-500\/85 {
  border-color: rgb(14 165 233 / 0.85);
}
.border-sky-500\/90 {
  border-color: rgb(14 165 233 / 0.9);
}
.border-sky-500\/95 {
  border-color: rgb(14 165 233 / 0.95);
}
.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-sky-600\/0 {
  border-color: rgb(2 132 199 / 0);
}
.border-sky-600\/10 {
  border-color: rgb(2 132 199 / 0.1);
}
.border-sky-600\/100 {
  border-color: rgb(2 132 199 / 1);
}
.border-sky-600\/15 {
  border-color: rgb(2 132 199 / 0.15);
}
.border-sky-600\/20 {
  border-color: rgb(2 132 199 / 0.2);
}
.border-sky-600\/25 {
  border-color: rgb(2 132 199 / 0.25);
}
.border-sky-600\/30 {
  border-color: rgb(2 132 199 / 0.3);
}
.border-sky-600\/35 {
  border-color: rgb(2 132 199 / 0.35);
}
.border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4);
}
.border-sky-600\/45 {
  border-color: rgb(2 132 199 / 0.45);
}
.border-sky-600\/5 {
  border-color: rgb(2 132 199 / 0.05);
}
.border-sky-600\/50 {
  border-color: rgb(2 132 199 / 0.5);
}
.border-sky-600\/55 {
  border-color: rgb(2 132 199 / 0.55);
}
.border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6);
}
.border-sky-600\/65 {
  border-color: rgb(2 132 199 / 0.65);
}
.border-sky-600\/70 {
  border-color: rgb(2 132 199 / 0.7);
}
.border-sky-600\/75 {
  border-color: rgb(2 132 199 / 0.75);
}
.border-sky-600\/80 {
  border-color: rgb(2 132 199 / 0.8);
}
.border-sky-600\/85 {
  border-color: rgb(2 132 199 / 0.85);
}
.border-sky-600\/90 {
  border-color: rgb(2 132 199 / 0.9);
}
.border-sky-600\/95 {
  border-color: rgb(2 132 199 / 0.95);
}
.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-sky-700\/0 {
  border-color: rgb(3 105 161 / 0);
}
.border-sky-700\/10 {
  border-color: rgb(3 105 161 / 0.1);
}
.border-sky-700\/100 {
  border-color: rgb(3 105 161 / 1);
}
.border-sky-700\/15 {
  border-color: rgb(3 105 161 / 0.15);
}
.border-sky-700\/20 {
  border-color: rgb(3 105 161 / 0.2);
}
.border-sky-700\/25 {
  border-color: rgb(3 105 161 / 0.25);
}
.border-sky-700\/30 {
  border-color: rgb(3 105 161 / 0.3);
}
.border-sky-700\/35 {
  border-color: rgb(3 105 161 / 0.35);
}
.border-sky-700\/40 {
  border-color: rgb(3 105 161 / 0.4);
}
.border-sky-700\/45 {
  border-color: rgb(3 105 161 / 0.45);
}
.border-sky-700\/5 {
  border-color: rgb(3 105 161 / 0.05);
}
.border-sky-700\/50 {
  border-color: rgb(3 105 161 / 0.5);
}
.border-sky-700\/55 {
  border-color: rgb(3 105 161 / 0.55);
}
.border-sky-700\/60 {
  border-color: rgb(3 105 161 / 0.6);
}
.border-sky-700\/65 {
  border-color: rgb(3 105 161 / 0.65);
}
.border-sky-700\/70 {
  border-color: rgb(3 105 161 / 0.7);
}
.border-sky-700\/75 {
  border-color: rgb(3 105 161 / 0.75);
}
.border-sky-700\/80 {
  border-color: rgb(3 105 161 / 0.8);
}
.border-sky-700\/85 {
  border-color: rgb(3 105 161 / 0.85);
}
.border-sky-700\/90 {
  border-color: rgb(3 105 161 / 0.9);
}
.border-sky-700\/95 {
  border-color: rgb(3 105 161 / 0.95);
}
.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-sky-800\/0 {
  border-color: rgb(7 89 133 / 0);
}
.border-sky-800\/10 {
  border-color: rgb(7 89 133 / 0.1);
}
.border-sky-800\/100 {
  border-color: rgb(7 89 133 / 1);
}
.border-sky-800\/15 {
  border-color: rgb(7 89 133 / 0.15);
}
.border-sky-800\/20 {
  border-color: rgb(7 89 133 / 0.2);
}
.border-sky-800\/25 {
  border-color: rgb(7 89 133 / 0.25);
}
.border-sky-800\/30 {
  border-color: rgb(7 89 133 / 0.3);
}
.border-sky-800\/35 {
  border-color: rgb(7 89 133 / 0.35);
}
.border-sky-800\/40 {
  border-color: rgb(7 89 133 / 0.4);
}
.border-sky-800\/45 {
  border-color: rgb(7 89 133 / 0.45);
}
.border-sky-800\/5 {
  border-color: rgb(7 89 133 / 0.05);
}
.border-sky-800\/50 {
  border-color: rgb(7 89 133 / 0.5);
}
.border-sky-800\/55 {
  border-color: rgb(7 89 133 / 0.55);
}
.border-sky-800\/60 {
  border-color: rgb(7 89 133 / 0.6);
}
.border-sky-800\/65 {
  border-color: rgb(7 89 133 / 0.65);
}
.border-sky-800\/70 {
  border-color: rgb(7 89 133 / 0.7);
}
.border-sky-800\/75 {
  border-color: rgb(7 89 133 / 0.75);
}
.border-sky-800\/80 {
  border-color: rgb(7 89 133 / 0.8);
}
.border-sky-800\/85 {
  border-color: rgb(7 89 133 / 0.85);
}
.border-sky-800\/90 {
  border-color: rgb(7 89 133 / 0.9);
}
.border-sky-800\/95 {
  border-color: rgb(7 89 133 / 0.95);
}
.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-sky-900\/0 {
  border-color: rgb(12 74 110 / 0);
}
.border-sky-900\/10 {
  border-color: rgb(12 74 110 / 0.1);
}
.border-sky-900\/100 {
  border-color: rgb(12 74 110 / 1);
}
.border-sky-900\/15 {
  border-color: rgb(12 74 110 / 0.15);
}
.border-sky-900\/20 {
  border-color: rgb(12 74 110 / 0.2);
}
.border-sky-900\/25 {
  border-color: rgb(12 74 110 / 0.25);
}
.border-sky-900\/30 {
  border-color: rgb(12 74 110 / 0.3);
}
.border-sky-900\/35 {
  border-color: rgb(12 74 110 / 0.35);
}
.border-sky-900\/40 {
  border-color: rgb(12 74 110 / 0.4);
}
.border-sky-900\/45 {
  border-color: rgb(12 74 110 / 0.45);
}
.border-sky-900\/5 {
  border-color: rgb(12 74 110 / 0.05);
}
.border-sky-900\/50 {
  border-color: rgb(12 74 110 / 0.5);
}
.border-sky-900\/55 {
  border-color: rgb(12 74 110 / 0.55);
}
.border-sky-900\/60 {
  border-color: rgb(12 74 110 / 0.6);
}
.border-sky-900\/65 {
  border-color: rgb(12 74 110 / 0.65);
}
.border-sky-900\/70 {
  border-color: rgb(12 74 110 / 0.7);
}
.border-sky-900\/75 {
  border-color: rgb(12 74 110 / 0.75);
}
.border-sky-900\/80 {
  border-color: rgb(12 74 110 / 0.8);
}
.border-sky-900\/85 {
  border-color: rgb(12 74 110 / 0.85);
}
.border-sky-900\/90 {
  border-color: rgb(12 74 110 / 0.9);
}
.border-sky-900\/95 {
  border-color: rgb(12 74 110 / 0.95);
}
.border-sky-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-sky-950\/0 {
  border-color: rgb(8 47 73 / 0);
}
.border-sky-950\/10 {
  border-color: rgb(8 47 73 / 0.1);
}
.border-sky-950\/100 {
  border-color: rgb(8 47 73 / 1);
}
.border-sky-950\/15 {
  border-color: rgb(8 47 73 / 0.15);
}
.border-sky-950\/20 {
  border-color: rgb(8 47 73 / 0.2);
}
.border-sky-950\/25 {
  border-color: rgb(8 47 73 / 0.25);
}
.border-sky-950\/30 {
  border-color: rgb(8 47 73 / 0.3);
}
.border-sky-950\/35 {
  border-color: rgb(8 47 73 / 0.35);
}
.border-sky-950\/40 {
  border-color: rgb(8 47 73 / 0.4);
}
.border-sky-950\/45 {
  border-color: rgb(8 47 73 / 0.45);
}
.border-sky-950\/5 {
  border-color: rgb(8 47 73 / 0.05);
}
.border-sky-950\/50 {
  border-color: rgb(8 47 73 / 0.5);
}
.border-sky-950\/55 {
  border-color: rgb(8 47 73 / 0.55);
}
.border-sky-950\/60 {
  border-color: rgb(8 47 73 / 0.6);
}
.border-sky-950\/65 {
  border-color: rgb(8 47 73 / 0.65);
}
.border-sky-950\/70 {
  border-color: rgb(8 47 73 / 0.7);
}
.border-sky-950\/75 {
  border-color: rgb(8 47 73 / 0.75);
}
.border-sky-950\/80 {
  border-color: rgb(8 47 73 / 0.8);
}
.border-sky-950\/85 {
  border-color: rgb(8 47 73 / 0.85);
}
.border-sky-950\/90 {
  border-color: rgb(8 47 73 / 0.9);
}
.border-sky-950\/95 {
  border-color: rgb(8 47 73 / 0.95);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-100\/0 {
  border-color: rgb(241 245 249 / 0);
}
.border-slate-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}
.border-slate-100\/100 {
  border-color: rgb(241 245 249 / 1);
}
.border-slate-100\/15 {
  border-color: rgb(241 245 249 / 0.15);
}
.border-slate-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}
.border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}
.border-slate-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}
.border-slate-100\/35 {
  border-color: rgb(241 245 249 / 0.35);
}
.border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}
.border-slate-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}
.border-slate-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}
.border-slate-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}
.border-slate-100\/55 {
  border-color: rgb(241 245 249 / 0.55);
}
.border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}
.border-slate-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}
.border-slate-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}
.border-slate-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}
.border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}
.border-slate-100\/85 {
  border-color: rgb(241 245 249 / 0.85);
}
.border-slate-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}
.border-slate-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/0 {
  border-color: rgb(226 232 240 / 0);
}
.border-slate-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}
.border-slate-200\/100 {
  border-color: rgb(226 232 240 / 1);
}
.border-slate-200\/15 {
  border-color: rgb(226 232 240 / 0.15);
}
.border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}
.border-slate-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}
.border-slate-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}
.border-slate-200\/35 {
  border-color: rgb(226 232 240 / 0.35);
}
.border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}
.border-slate-200\/45 {
  border-color: rgb(226 232 240 / 0.45);
}
.border-slate-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}
.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.border-slate-200\/55 {
  border-color: rgb(226 232 240 / 0.55);
}
.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-200\/65 {
  border-color: rgb(226 232 240 / 0.65);
}
.border-slate-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}
.border-slate-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}
.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.border-slate-200\/85 {
  border-color: rgb(226 232 240 / 0.85);
}
.border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}
.border-slate-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-300\/0 {
  border-color: rgb(203 213 225 / 0);
}
.border-slate-300\/10 {
  border-color: rgb(203 213 225 / 0.1);
}
.border-slate-300\/100 {
  border-color: rgb(203 213 225 / 1);
}
.border-slate-300\/15 {
  border-color: rgb(203 213 225 / 0.15);
}
.border-slate-300\/20 {
  border-color: rgb(203 213 225 / 0.2);
}
.border-slate-300\/25 {
  border-color: rgb(203 213 225 / 0.25);
}
.border-slate-300\/30 {
  border-color: rgb(203 213 225 / 0.3);
}
.border-slate-300\/35 {
  border-color: rgb(203 213 225 / 0.35);
}
.border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}
.border-slate-300\/45 {
  border-color: rgb(203 213 225 / 0.45);
}
.border-slate-300\/5 {
  border-color: rgb(203 213 225 / 0.05);
}
.border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}
.border-slate-300\/55 {
  border-color: rgb(203 213 225 / 0.55);
}
.border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}
.border-slate-300\/65 {
  border-color: rgb(203 213 225 / 0.65);
}
.border-slate-300\/70 {
  border-color: rgb(203 213 225 / 0.7);
}
.border-slate-300\/75 {
  border-color: rgb(203 213 225 / 0.75);
}
.border-slate-300\/80 {
  border-color: rgb(203 213 225 / 0.8);
}
.border-slate-300\/85 {
  border-color: rgb(203 213 225 / 0.85);
}
.border-slate-300\/90 {
  border-color: rgb(203 213 225 / 0.9);
}
.border-slate-300\/95 {
  border-color: rgb(203 213 225 / 0.95);
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-slate-400\/0 {
  border-color: rgb(148 163 184 / 0);
}
.border-slate-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}
.border-slate-400\/100 {
  border-color: rgb(148 163 184 / 1);
}
.border-slate-400\/15 {
  border-color: rgb(148 163 184 / 0.15);
}
.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}
.border-slate-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}
.border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}
.border-slate-400\/35 {
  border-color: rgb(148 163 184 / 0.35);
}
.border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.border-slate-400\/45 {
  border-color: rgb(148 163 184 / 0.45);
}
.border-slate-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}
.border-slate-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}
.border-slate-400\/55 {
  border-color: rgb(148 163 184 / 0.55);
}
.border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}
.border-slate-400\/65 {
  border-color: rgb(148 163 184 / 0.65);
}
.border-slate-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}
.border-slate-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}
.border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}
.border-slate-400\/85 {
  border-color: rgb(148 163 184 / 0.85);
}
.border-slate-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}
.border-slate-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}
.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-slate-50\/0 {
  border-color: rgb(248 250 252 / 0);
}
.border-slate-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}
.border-slate-50\/100 {
  border-color: rgb(248 250 252 / 1);
}
.border-slate-50\/15 {
  border-color: rgb(248 250 252 / 0.15);
}
.border-slate-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}
.border-slate-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}
.border-slate-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}
.border-slate-50\/35 {
  border-color: rgb(248 250 252 / 0.35);
}
.border-slate-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}
.border-slate-50\/45 {
  border-color: rgb(248 250 252 / 0.45);
}
.border-slate-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}
.border-slate-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}
.border-slate-50\/55 {
  border-color: rgb(248 250 252 / 0.55);
}
.border-slate-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}
.border-slate-50\/65 {
  border-color: rgb(248 250 252 / 0.65);
}
.border-slate-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}
.border-slate-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}
.border-slate-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}
.border-slate-50\/85 {
  border-color: rgb(248 250 252 / 0.85);
}
.border-slate-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}
.border-slate-50\/95 {
  border-color: rgb(248 250 252 / 0.95);
}
.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0);
}
.border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}
.border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1);
}
.border-slate-500\/15 {
  border-color: rgb(100 116 139 / 0.15);
}
.border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}
.border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}
.border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.border-slate-500\/35 {
  border-color: rgb(100 116 139 / 0.35);
}
.border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.border-slate-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}
.border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}
.border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}
.border-slate-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}
.border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.border-slate-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}
.border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}
.border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}
.border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}
.border-slate-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}
.border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}
.border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-600\/0 {
  border-color: rgb(71 85 105 / 0);
}
.border-slate-600\/10 {
  border-color: rgb(71 85 105 / 0.1);
}
.border-slate-600\/100 {
  border-color: rgb(71 85 105 / 1);
}
.border-slate-600\/15 {
  border-color: rgb(71 85 105 / 0.15);
}
.border-slate-600\/20 {
  border-color: rgb(71 85 105 / 0.2);
}
.border-slate-600\/25 {
  border-color: rgb(71 85 105 / 0.25);
}
.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}
.border-slate-600\/35 {
  border-color: rgb(71 85 105 / 0.35);
}
.border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}
.border-slate-600\/45 {
  border-color: rgb(71 85 105 / 0.45);
}
.border-slate-600\/5 {
  border-color: rgb(71 85 105 / 0.05);
}
.border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}
.border-slate-600\/55 {
  border-color: rgb(71 85 105 / 0.55);
}
.border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}
.border-slate-600\/65 {
  border-color: rgb(71 85 105 / 0.65);
}
.border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}
.border-slate-600\/75 {
  border-color: rgb(71 85 105 / 0.75);
}
.border-slate-600\/80 {
  border-color: rgb(71 85 105 / 0.8);
}
.border-slate-600\/85 {
  border-color: rgb(71 85 105 / 0.85);
}
.border-slate-600\/90 {
  border-color: rgb(71 85 105 / 0.9);
}
.border-slate-600\/95 {
  border-color: rgb(71 85 105 / 0.95);
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-700\/0 {
  border-color: rgb(51 65 85 / 0);
}
.border-slate-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}
.border-slate-700\/100 {
  border-color: rgb(51 65 85 / 1);
}
.border-slate-700\/15 {
  border-color: rgb(51 65 85 / 0.15);
}
.border-slate-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}
.border-slate-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}
.border-slate-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}
.border-slate-700\/35 {
  border-color: rgb(51 65 85 / 0.35);
}
.border-slate-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}
.border-slate-700\/45 {
  border-color: rgb(51 65 85 / 0.45);
}
.border-slate-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}
.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}
.border-slate-700\/55 {
  border-color: rgb(51 65 85 / 0.55);
}
.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}
.border-slate-700\/65 {
  border-color: rgb(51 65 85 / 0.65);
}
.border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}
.border-slate-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}
.border-slate-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}
.border-slate-700\/85 {
  border-color: rgb(51 65 85 / 0.85);
}
.border-slate-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}
.border-slate-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}
.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-slate-800\/0 {
  border-color: rgb(30 41 59 / 0);
}
.border-slate-800\/10 {
  border-color: rgb(30 41 59 / 0.1);
}
.border-slate-800\/100 {
  border-color: rgb(30 41 59 / 1);
}
.border-slate-800\/15 {
  border-color: rgb(30 41 59 / 0.15);
}
.border-slate-800\/20 {
  border-color: rgb(30 41 59 / 0.2);
}
.border-slate-800\/25 {
  border-color: rgb(30 41 59 / 0.25);
}
.border-slate-800\/30 {
  border-color: rgb(30 41 59 / 0.3);
}
.border-slate-800\/35 {
  border-color: rgb(30 41 59 / 0.35);
}
.border-slate-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}
.border-slate-800\/45 {
  border-color: rgb(30 41 59 / 0.45);
}
.border-slate-800\/5 {
  border-color: rgb(30 41 59 / 0.05);
}
.border-slate-800\/50 {
  border-color: rgb(30 41 59 / 0.5);
}
.border-slate-800\/55 {
  border-color: rgb(30 41 59 / 0.55);
}
.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}
.border-slate-800\/65 {
  border-color: rgb(30 41 59 / 0.65);
}
.border-slate-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}
.border-slate-800\/75 {
  border-color: rgb(30 41 59 / 0.75);
}
.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}
.border-slate-800\/85 {
  border-color: rgb(30 41 59 / 0.85);
}
.border-slate-800\/90 {
  border-color: rgb(30 41 59 / 0.9);
}
.border-slate-800\/95 {
  border-color: rgb(30 41 59 / 0.95);
}
.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-slate-900\/0 {
  border-color: rgb(15 23 42 / 0);
}
.border-slate-900\/10 {
  border-color: rgb(15 23 42 / 0.1);
}
.border-slate-900\/100 {
  border-color: rgb(15 23 42 / 1);
}
.border-slate-900\/15 {
  border-color: rgb(15 23 42 / 0.15);
}
.border-slate-900\/20 {
  border-color: rgb(15 23 42 / 0.2);
}
.border-slate-900\/25 {
  border-color: rgb(15 23 42 / 0.25);
}
.border-slate-900\/30 {
  border-color: rgb(15 23 42 / 0.3);
}
.border-slate-900\/35 {
  border-color: rgb(15 23 42 / 0.35);
}
.border-slate-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}
.border-slate-900\/45 {
  border-color: rgb(15 23 42 / 0.45);
}
.border-slate-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}
.border-slate-900\/50 {
  border-color: rgb(15 23 42 / 0.5);
}
.border-slate-900\/55 {
  border-color: rgb(15 23 42 / 0.55);
}
.border-slate-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}
.border-slate-900\/65 {
  border-color: rgb(15 23 42 / 0.65);
}
.border-slate-900\/70 {
  border-color: rgb(15 23 42 / 0.7);
}
.border-slate-900\/75 {
  border-color: rgb(15 23 42 / 0.75);
}
.border-slate-900\/80 {
  border-color: rgb(15 23 42 / 0.8);
}
.border-slate-900\/85 {
  border-color: rgb(15 23 42 / 0.85);
}
.border-slate-900\/90 {
  border-color: rgb(15 23 42 / 0.9);
}
.border-slate-900\/95 {
  border-color: rgb(15 23 42 / 0.95);
}
.border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-slate-950\/0 {
  border-color: rgb(2 6 23 / 0);
}
.border-slate-950\/10 {
  border-color: rgb(2 6 23 / 0.1);
}
.border-slate-950\/100 {
  border-color: rgb(2 6 23 / 1);
}
.border-slate-950\/15 {
  border-color: rgb(2 6 23 / 0.15);
}
.border-slate-950\/20 {
  border-color: rgb(2 6 23 / 0.2);
}
.border-slate-950\/25 {
  border-color: rgb(2 6 23 / 0.25);
}
.border-slate-950\/30 {
  border-color: rgb(2 6 23 / 0.3);
}
.border-slate-950\/35 {
  border-color: rgb(2 6 23 / 0.35);
}
.border-slate-950\/40 {
  border-color: rgb(2 6 23 / 0.4);
}
.border-slate-950\/45 {
  border-color: rgb(2 6 23 / 0.45);
}
.border-slate-950\/5 {
  border-color: rgb(2 6 23 / 0.05);
}
.border-slate-950\/50 {
  border-color: rgb(2 6 23 / 0.5);
}
.border-slate-950\/55 {
  border-color: rgb(2 6 23 / 0.55);
}
.border-slate-950\/60 {
  border-color: rgb(2 6 23 / 0.6);
}
.border-slate-950\/65 {
  border-color: rgb(2 6 23 / 0.65);
}
.border-slate-950\/70 {
  border-color: rgb(2 6 23 / 0.7);
}
.border-slate-950\/75 {
  border-color: rgb(2 6 23 / 0.75);
}
.border-slate-950\/80 {
  border-color: rgb(2 6 23 / 0.8);
}
.border-slate-950\/85 {
  border-color: rgb(2 6 23 / 0.85);
}
.border-slate-950\/90 {
  border-color: rgb(2 6 23 / 0.9);
}
.border-slate-950\/95 {
  border-color: rgb(2 6 23 / 0.95);
}
.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-stone-100\/0 {
  border-color: rgb(245 245 244 / 0);
}
.border-stone-100\/10 {
  border-color: rgb(245 245 244 / 0.1);
}
.border-stone-100\/100 {
  border-color: rgb(245 245 244 / 1);
}
.border-stone-100\/15 {
  border-color: rgb(245 245 244 / 0.15);
}
.border-stone-100\/20 {
  border-color: rgb(245 245 244 / 0.2);
}
.border-stone-100\/25 {
  border-color: rgb(245 245 244 / 0.25);
}
.border-stone-100\/30 {
  border-color: rgb(245 245 244 / 0.3);
}
.border-stone-100\/35 {
  border-color: rgb(245 245 244 / 0.35);
}
.border-stone-100\/40 {
  border-color: rgb(245 245 244 / 0.4);
}
.border-stone-100\/45 {
  border-color: rgb(245 245 244 / 0.45);
}
.border-stone-100\/5 {
  border-color: rgb(245 245 244 / 0.05);
}
.border-stone-100\/50 {
  border-color: rgb(245 245 244 / 0.5);
}
.border-stone-100\/55 {
  border-color: rgb(245 245 244 / 0.55);
}
.border-stone-100\/60 {
  border-color: rgb(245 245 244 / 0.6);
}
.border-stone-100\/65 {
  border-color: rgb(245 245 244 / 0.65);
}
.border-stone-100\/70 {
  border-color: rgb(245 245 244 / 0.7);
}
.border-stone-100\/75 {
  border-color: rgb(245 245 244 / 0.75);
}
.border-stone-100\/80 {
  border-color: rgb(245 245 244 / 0.8);
}
.border-stone-100\/85 {
  border-color: rgb(245 245 244 / 0.85);
}
.border-stone-100\/90 {
  border-color: rgb(245 245 244 / 0.9);
}
.border-stone-100\/95 {
  border-color: rgb(245 245 244 / 0.95);
}
.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-stone-200\/0 {
  border-color: rgb(231 229 228 / 0);
}
.border-stone-200\/10 {
  border-color: rgb(231 229 228 / 0.1);
}
.border-stone-200\/100 {
  border-color: rgb(231 229 228 / 1);
}
.border-stone-200\/15 {
  border-color: rgb(231 229 228 / 0.15);
}
.border-stone-200\/20 {
  border-color: rgb(231 229 228 / 0.2);
}
.border-stone-200\/25 {
  border-color: rgb(231 229 228 / 0.25);
}
.border-stone-200\/30 {
  border-color: rgb(231 229 228 / 0.3);
}
.border-stone-200\/35 {
  border-color: rgb(231 229 228 / 0.35);
}
.border-stone-200\/40 {
  border-color: rgb(231 229 228 / 0.4);
}
.border-stone-200\/45 {
  border-color: rgb(231 229 228 / 0.45);
}
.border-stone-200\/5 {
  border-color: rgb(231 229 228 / 0.05);
}
.border-stone-200\/50 {
  border-color: rgb(231 229 228 / 0.5);
}
.border-stone-200\/55 {
  border-color: rgb(231 229 228 / 0.55);
}
.border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6);
}
.border-stone-200\/65 {
  border-color: rgb(231 229 228 / 0.65);
}
.border-stone-200\/70 {
  border-color: rgb(231 229 228 / 0.7);
}
.border-stone-200\/75 {
  border-color: rgb(231 229 228 / 0.75);
}
.border-stone-200\/80 {
  border-color: rgb(231 229 228 / 0.8);
}
.border-stone-200\/85 {
  border-color: rgb(231 229 228 / 0.85);
}
.border-stone-200\/90 {
  border-color: rgb(231 229 228 / 0.9);
}
.border-stone-200\/95 {
  border-color: rgb(231 229 228 / 0.95);
}
.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-stone-300\/0 {
  border-color: rgb(214 211 209 / 0);
}
.border-stone-300\/10 {
  border-color: rgb(214 211 209 / 0.1);
}
.border-stone-300\/100 {
  border-color: rgb(214 211 209 / 1);
}
.border-stone-300\/15 {
  border-color: rgb(214 211 209 / 0.15);
}
.border-stone-300\/20 {
  border-color: rgb(214 211 209 / 0.2);
}
.border-stone-300\/25 {
  border-color: rgb(214 211 209 / 0.25);
}
.border-stone-300\/30 {
  border-color: rgb(214 211 209 / 0.3);
}
.border-stone-300\/35 {
  border-color: rgb(214 211 209 / 0.35);
}
.border-stone-300\/40 {
  border-color: rgb(214 211 209 / 0.4);
}
.border-stone-300\/45 {
  border-color: rgb(214 211 209 / 0.45);
}
.border-stone-300\/5 {
  border-color: rgb(214 211 209 / 0.05);
}
.border-stone-300\/50 {
  border-color: rgb(214 211 209 / 0.5);
}
.border-stone-300\/55 {
  border-color: rgb(214 211 209 / 0.55);
}
.border-stone-300\/60 {
  border-color: rgb(214 211 209 / 0.6);
}
.border-stone-300\/65 {
  border-color: rgb(214 211 209 / 0.65);
}
.border-stone-300\/70 {
  border-color: rgb(214 211 209 / 0.7);
}
.border-stone-300\/75 {
  border-color: rgb(214 211 209 / 0.75);
}
.border-stone-300\/80 {
  border-color: rgb(214 211 209 / 0.8);
}
.border-stone-300\/85 {
  border-color: rgb(214 211 209 / 0.85);
}
.border-stone-300\/90 {
  border-color: rgb(214 211 209 / 0.9);
}
.border-stone-300\/95 {
  border-color: rgb(214 211 209 / 0.95);
}
.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-stone-400\/0 {
  border-color: rgb(168 162 158 / 0);
}
.border-stone-400\/10 {
  border-color: rgb(168 162 158 / 0.1);
}
.border-stone-400\/100 {
  border-color: rgb(168 162 158 / 1);
}
.border-stone-400\/15 {
  border-color: rgb(168 162 158 / 0.15);
}
.border-stone-400\/20 {
  border-color: rgb(168 162 158 / 0.2);
}
.border-stone-400\/25 {
  border-color: rgb(168 162 158 / 0.25);
}
.border-stone-400\/30 {
  border-color: rgb(168 162 158 / 0.3);
}
.border-stone-400\/35 {
  border-color: rgb(168 162 158 / 0.35);
}
.border-stone-400\/40 {
  border-color: rgb(168 162 158 / 0.4);
}
.border-stone-400\/45 {
  border-color: rgb(168 162 158 / 0.45);
}
.border-stone-400\/5 {
  border-color: rgb(168 162 158 / 0.05);
}
.border-stone-400\/50 {
  border-color: rgb(168 162 158 / 0.5);
}
.border-stone-400\/55 {
  border-color: rgb(168 162 158 / 0.55);
}
.border-stone-400\/60 {
  border-color: rgb(168 162 158 / 0.6);
}
.border-stone-400\/65 {
  border-color: rgb(168 162 158 / 0.65);
}
.border-stone-400\/70 {
  border-color: rgb(168 162 158 / 0.7);
}
.border-stone-400\/75 {
  border-color: rgb(168 162 158 / 0.75);
}
.border-stone-400\/80 {
  border-color: rgb(168 162 158 / 0.8);
}
.border-stone-400\/85 {
  border-color: rgb(168 162 158 / 0.85);
}
.border-stone-400\/90 {
  border-color: rgb(168 162 158 / 0.9);
}
.border-stone-400\/95 {
  border-color: rgb(168 162 158 / 0.95);
}
.border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-stone-50\/0 {
  border-color: rgb(250 250 249 / 0);
}
.border-stone-50\/10 {
  border-color: rgb(250 250 249 / 0.1);
}
.border-stone-50\/100 {
  border-color: rgb(250 250 249 / 1);
}
.border-stone-50\/15 {
  border-color: rgb(250 250 249 / 0.15);
}
.border-stone-50\/20 {
  border-color: rgb(250 250 249 / 0.2);
}
.border-stone-50\/25 {
  border-color: rgb(250 250 249 / 0.25);
}
.border-stone-50\/30 {
  border-color: rgb(250 250 249 / 0.3);
}
.border-stone-50\/35 {
  border-color: rgb(250 250 249 / 0.35);
}
.border-stone-50\/40 {
  border-color: rgb(250 250 249 / 0.4);
}
.border-stone-50\/45 {
  border-color: rgb(250 250 249 / 0.45);
}
.border-stone-50\/5 {
  border-color: rgb(250 250 249 / 0.05);
}
.border-stone-50\/50 {
  border-color: rgb(250 250 249 / 0.5);
}
.border-stone-50\/55 {
  border-color: rgb(250 250 249 / 0.55);
}
.border-stone-50\/60 {
  border-color: rgb(250 250 249 / 0.6);
}
.border-stone-50\/65 {
  border-color: rgb(250 250 249 / 0.65);
}
.border-stone-50\/70 {
  border-color: rgb(250 250 249 / 0.7);
}
.border-stone-50\/75 {
  border-color: rgb(250 250 249 / 0.75);
}
.border-stone-50\/80 {
  border-color: rgb(250 250 249 / 0.8);
}
.border-stone-50\/85 {
  border-color: rgb(250 250 249 / 0.85);
}
.border-stone-50\/90 {
  border-color: rgb(250 250 249 / 0.9);
}
.border-stone-50\/95 {
  border-color: rgb(250 250 249 / 0.95);
}
.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-stone-500\/0 {
  border-color: rgb(120 113 108 / 0);
}
.border-stone-500\/10 {
  border-color: rgb(120 113 108 / 0.1);
}
.border-stone-500\/100 {
  border-color: rgb(120 113 108 / 1);
}
.border-stone-500\/15 {
  border-color: rgb(120 113 108 / 0.15);
}
.border-stone-500\/20 {
  border-color: rgb(120 113 108 / 0.2);
}
.border-stone-500\/25 {
  border-color: rgb(120 113 108 / 0.25);
}
.border-stone-500\/30 {
  border-color: rgb(120 113 108 / 0.3);
}
.border-stone-500\/35 {
  border-color: rgb(120 113 108 / 0.35);
}
.border-stone-500\/40 {
  border-color: rgb(120 113 108 / 0.4);
}
.border-stone-500\/45 {
  border-color: rgb(120 113 108 / 0.45);
}
.border-stone-500\/5 {
  border-color: rgb(120 113 108 / 0.05);
}
.border-stone-500\/50 {
  border-color: rgb(120 113 108 / 0.5);
}
.border-stone-500\/55 {
  border-color: rgb(120 113 108 / 0.55);
}
.border-stone-500\/60 {
  border-color: rgb(120 113 108 / 0.6);
}
.border-stone-500\/65 {
  border-color: rgb(120 113 108 / 0.65);
}
.border-stone-500\/70 {
  border-color: rgb(120 113 108 / 0.7);
}
.border-stone-500\/75 {
  border-color: rgb(120 113 108 / 0.75);
}
.border-stone-500\/80 {
  border-color: rgb(120 113 108 / 0.8);
}
.border-stone-500\/85 {
  border-color: rgb(120 113 108 / 0.85);
}
.border-stone-500\/90 {
  border-color: rgb(120 113 108 / 0.9);
}
.border-stone-500\/95 {
  border-color: rgb(120 113 108 / 0.95);
}
.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-stone-600\/0 {
  border-color: rgb(87 83 78 / 0);
}
.border-stone-600\/10 {
  border-color: rgb(87 83 78 / 0.1);
}
.border-stone-600\/100 {
  border-color: rgb(87 83 78 / 1);
}
.border-stone-600\/15 {
  border-color: rgb(87 83 78 / 0.15);
}
.border-stone-600\/20 {
  border-color: rgb(87 83 78 / 0.2);
}
.border-stone-600\/25 {
  border-color: rgb(87 83 78 / 0.25);
}
.border-stone-600\/30 {
  border-color: rgb(87 83 78 / 0.3);
}
.border-stone-600\/35 {
  border-color: rgb(87 83 78 / 0.35);
}
.border-stone-600\/40 {
  border-color: rgb(87 83 78 / 0.4);
}
.border-stone-600\/45 {
  border-color: rgb(87 83 78 / 0.45);
}
.border-stone-600\/5 {
  border-color: rgb(87 83 78 / 0.05);
}
.border-stone-600\/50 {
  border-color: rgb(87 83 78 / 0.5);
}
.border-stone-600\/55 {
  border-color: rgb(87 83 78 / 0.55);
}
.border-stone-600\/60 {
  border-color: rgb(87 83 78 / 0.6);
}
.border-stone-600\/65 {
  border-color: rgb(87 83 78 / 0.65);
}
.border-stone-600\/70 {
  border-color: rgb(87 83 78 / 0.7);
}
.border-stone-600\/75 {
  border-color: rgb(87 83 78 / 0.75);
}
.border-stone-600\/80 {
  border-color: rgb(87 83 78 / 0.8);
}
.border-stone-600\/85 {
  border-color: rgb(87 83 78 / 0.85);
}
.border-stone-600\/90 {
  border-color: rgb(87 83 78 / 0.9);
}
.border-stone-600\/95 {
  border-color: rgb(87 83 78 / 0.95);
}
.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-stone-700\/0 {
  border-color: rgb(68 64 60 / 0);
}
.border-stone-700\/10 {
  border-color: rgb(68 64 60 / 0.1);
}
.border-stone-700\/100 {
  border-color: rgb(68 64 60 / 1);
}
.border-stone-700\/15 {
  border-color: rgb(68 64 60 / 0.15);
}
.border-stone-700\/20 {
  border-color: rgb(68 64 60 / 0.2);
}
.border-stone-700\/25 {
  border-color: rgb(68 64 60 / 0.25);
}
.border-stone-700\/30 {
  border-color: rgb(68 64 60 / 0.3);
}
.border-stone-700\/35 {
  border-color: rgb(68 64 60 / 0.35);
}
.border-stone-700\/40 {
  border-color: rgb(68 64 60 / 0.4);
}
.border-stone-700\/45 {
  border-color: rgb(68 64 60 / 0.45);
}
.border-stone-700\/5 {
  border-color: rgb(68 64 60 / 0.05);
}
.border-stone-700\/50 {
  border-color: rgb(68 64 60 / 0.5);
}
.border-stone-700\/55 {
  border-color: rgb(68 64 60 / 0.55);
}
.border-stone-700\/60 {
  border-color: rgb(68 64 60 / 0.6);
}
.border-stone-700\/65 {
  border-color: rgb(68 64 60 / 0.65);
}
.border-stone-700\/70 {
  border-color: rgb(68 64 60 / 0.7);
}
.border-stone-700\/75 {
  border-color: rgb(68 64 60 / 0.75);
}
.border-stone-700\/80 {
  border-color: rgb(68 64 60 / 0.8);
}
.border-stone-700\/85 {
  border-color: rgb(68 64 60 / 0.85);
}
.border-stone-700\/90 {
  border-color: rgb(68 64 60 / 0.9);
}
.border-stone-700\/95 {
  border-color: rgb(68 64 60 / 0.95);
}
.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-stone-800\/0 {
  border-color: rgb(41 37 36 / 0);
}
.border-stone-800\/10 {
  border-color: rgb(41 37 36 / 0.1);
}
.border-stone-800\/100 {
  border-color: rgb(41 37 36 / 1);
}
.border-stone-800\/15 {
  border-color: rgb(41 37 36 / 0.15);
}
.border-stone-800\/20 {
  border-color: rgb(41 37 36 / 0.2);
}
.border-stone-800\/25 {
  border-color: rgb(41 37 36 / 0.25);
}
.border-stone-800\/30 {
  border-color: rgb(41 37 36 / 0.3);
}
.border-stone-800\/35 {
  border-color: rgb(41 37 36 / 0.35);
}
.border-stone-800\/40 {
  border-color: rgb(41 37 36 / 0.4);
}
.border-stone-800\/45 {
  border-color: rgb(41 37 36 / 0.45);
}
.border-stone-800\/5 {
  border-color: rgb(41 37 36 / 0.05);
}
.border-stone-800\/50 {
  border-color: rgb(41 37 36 / 0.5);
}
.border-stone-800\/55 {
  border-color: rgb(41 37 36 / 0.55);
}
.border-stone-800\/60 {
  border-color: rgb(41 37 36 / 0.6);
}
.border-stone-800\/65 {
  border-color: rgb(41 37 36 / 0.65);
}
.border-stone-800\/70 {
  border-color: rgb(41 37 36 / 0.7);
}
.border-stone-800\/75 {
  border-color: rgb(41 37 36 / 0.75);
}
.border-stone-800\/80 {
  border-color: rgb(41 37 36 / 0.8);
}
.border-stone-800\/85 {
  border-color: rgb(41 37 36 / 0.85);
}
.border-stone-800\/90 {
  border-color: rgb(41 37 36 / 0.9);
}
.border-stone-800\/95 {
  border-color: rgb(41 37 36 / 0.95);
}
.border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-stone-900\/0 {
  border-color: rgb(28 25 23 / 0);
}
.border-stone-900\/10 {
  border-color: rgb(28 25 23 / 0.1);
}
.border-stone-900\/100 {
  border-color: rgb(28 25 23 / 1);
}
.border-stone-900\/15 {
  border-color: rgb(28 25 23 / 0.15);
}
.border-stone-900\/20 {
  border-color: rgb(28 25 23 / 0.2);
}
.border-stone-900\/25 {
  border-color: rgb(28 25 23 / 0.25);
}
.border-stone-900\/30 {
  border-color: rgb(28 25 23 / 0.3);
}
.border-stone-900\/35 {
  border-color: rgb(28 25 23 / 0.35);
}
.border-stone-900\/40 {
  border-color: rgb(28 25 23 / 0.4);
}
.border-stone-900\/45 {
  border-color: rgb(28 25 23 / 0.45);
}
.border-stone-900\/5 {
  border-color: rgb(28 25 23 / 0.05);
}
.border-stone-900\/50 {
  border-color: rgb(28 25 23 / 0.5);
}
.border-stone-900\/55 {
  border-color: rgb(28 25 23 / 0.55);
}
.border-stone-900\/60 {
  border-color: rgb(28 25 23 / 0.6);
}
.border-stone-900\/65 {
  border-color: rgb(28 25 23 / 0.65);
}
.border-stone-900\/70 {
  border-color: rgb(28 25 23 / 0.7);
}
.border-stone-900\/75 {
  border-color: rgb(28 25 23 / 0.75);
}
.border-stone-900\/80 {
  border-color: rgb(28 25 23 / 0.8);
}
.border-stone-900\/85 {
  border-color: rgb(28 25 23 / 0.85);
}
.border-stone-900\/90 {
  border-color: rgb(28 25 23 / 0.9);
}
.border-stone-900\/95 {
  border-color: rgb(28 25 23 / 0.95);
}
.border-stone-950 {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-stone-950\/0 {
  border-color: rgb(12 10 9 / 0);
}
.border-stone-950\/10 {
  border-color: rgb(12 10 9 / 0.1);
}
.border-stone-950\/100 {
  border-color: rgb(12 10 9 / 1);
}
.border-stone-950\/15 {
  border-color: rgb(12 10 9 / 0.15);
}
.border-stone-950\/20 {
  border-color: rgb(12 10 9 / 0.2);
}
.border-stone-950\/25 {
  border-color: rgb(12 10 9 / 0.25);
}
.border-stone-950\/30 {
  border-color: rgb(12 10 9 / 0.3);
}
.border-stone-950\/35 {
  border-color: rgb(12 10 9 / 0.35);
}
.border-stone-950\/40 {
  border-color: rgb(12 10 9 / 0.4);
}
.border-stone-950\/45 {
  border-color: rgb(12 10 9 / 0.45);
}
.border-stone-950\/5 {
  border-color: rgb(12 10 9 / 0.05);
}
.border-stone-950\/50 {
  border-color: rgb(12 10 9 / 0.5);
}
.border-stone-950\/55 {
  border-color: rgb(12 10 9 / 0.55);
}
.border-stone-950\/60 {
  border-color: rgb(12 10 9 / 0.6);
}
.border-stone-950\/65 {
  border-color: rgb(12 10 9 / 0.65);
}
.border-stone-950\/70 {
  border-color: rgb(12 10 9 / 0.7);
}
.border-stone-950\/75 {
  border-color: rgb(12 10 9 / 0.75);
}
.border-stone-950\/80 {
  border-color: rgb(12 10 9 / 0.8);
}
.border-stone-950\/85 {
  border-color: rgb(12 10 9 / 0.85);
}
.border-stone-950\/90 {
  border-color: rgb(12 10 9 / 0.9);
}
.border-stone-950\/95 {
  border-color: rgb(12 10 9 / 0.95);
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0);
}
.border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1);
}
.border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1);
}
.border-teal-100\/15 {
  border-color: rgb(204 251 241 / 0.15);
}
.border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2);
}
.border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25);
}
.border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3);
}
.border-teal-100\/35 {
  border-color: rgb(204 251 241 / 0.35);
}
.border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.border-teal-100\/45 {
  border-color: rgb(204 251 241 / 0.45);
}
.border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05);
}
.border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5);
}
.border-teal-100\/55 {
  border-color: rgb(204 251 241 / 0.55);
}
.border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.border-teal-100\/65 {
  border-color: rgb(204 251 241 / 0.65);
}
.border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7);
}
.border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75);
}
.border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8);
}
.border-teal-100\/85 {
  border-color: rgb(204 251 241 / 0.85);
}
.border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9);
}
.border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95);
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0);
}
.border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1);
}
.border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1);
}
.border-teal-200\/15 {
  border-color: rgb(153 246 228 / 0.15);
}
.border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2);
}
.border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25);
}
.border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3);
}
.border-teal-200\/35 {
  border-color: rgb(153 246 228 / 0.35);
}
.border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.border-teal-200\/45 {
  border-color: rgb(153 246 228 / 0.45);
}
.border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05);
}
.border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5);
}
.border-teal-200\/55 {
  border-color: rgb(153 246 228 / 0.55);
}
.border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.border-teal-200\/65 {
  border-color: rgb(153 246 228 / 0.65);
}
.border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7);
}
.border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75);
}
.border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8);
}
.border-teal-200\/85 {
  border-color: rgb(153 246 228 / 0.85);
}
.border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9);
}
.border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95);
}
.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0);
}
.border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1);
}
.border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1);
}
.border-teal-300\/15 {
  border-color: rgb(94 234 212 / 0.15);
}
.border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2);
}
.border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25);
}
.border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3);
}
.border-teal-300\/35 {
  border-color: rgb(94 234 212 / 0.35);
}
.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.border-teal-300\/45 {
  border-color: rgb(94 234 212 / 0.45);
}
.border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05);
}
.border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5);
}
.border-teal-300\/55 {
  border-color: rgb(94 234 212 / 0.55);
}
.border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.border-teal-300\/65 {
  border-color: rgb(94 234 212 / 0.65);
}
.border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7);
}
.border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75);
}
.border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8);
}
.border-teal-300\/85 {
  border-color: rgb(94 234 212 / 0.85);
}
.border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9);
}
.border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95);
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0);
}
.border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1);
}
.border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1);
}
.border-teal-400\/15 {
  border-color: rgb(45 212 191 / 0.15);
}
.border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2);
}
.border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25);
}
.border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3);
}
.border-teal-400\/35 {
  border-color: rgb(45 212 191 / 0.35);
}
.border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.border-teal-400\/45 {
  border-color: rgb(45 212 191 / 0.45);
}
.border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05);
}
.border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5);
}
.border-teal-400\/55 {
  border-color: rgb(45 212 191 / 0.55);
}
.border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.border-teal-400\/65 {
  border-color: rgb(45 212 191 / 0.65);
}
.border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7);
}
.border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75);
}
.border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8);
}
.border-teal-400\/85 {
  border-color: rgb(45 212 191 / 0.85);
}
.border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9);
}
.border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95);
}
.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-teal-50\/0 {
  border-color: rgb(240 253 250 / 0);
}
.border-teal-50\/10 {
  border-color: rgb(240 253 250 / 0.1);
}
.border-teal-50\/100 {
  border-color: rgb(240 253 250 / 1);
}
.border-teal-50\/15 {
  border-color: rgb(240 253 250 / 0.15);
}
.border-teal-50\/20 {
  border-color: rgb(240 253 250 / 0.2);
}
.border-teal-50\/25 {
  border-color: rgb(240 253 250 / 0.25);
}
.border-teal-50\/30 {
  border-color: rgb(240 253 250 / 0.3);
}
.border-teal-50\/35 {
  border-color: rgb(240 253 250 / 0.35);
}
.border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4);
}
.border-teal-50\/45 {
  border-color: rgb(240 253 250 / 0.45);
}
.border-teal-50\/5 {
  border-color: rgb(240 253 250 / 0.05);
}
.border-teal-50\/50 {
  border-color: rgb(240 253 250 / 0.5);
}
.border-teal-50\/55 {
  border-color: rgb(240 253 250 / 0.55);
}
.border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6);
}
.border-teal-50\/65 {
  border-color: rgb(240 253 250 / 0.65);
}
.border-teal-50\/70 {
  border-color: rgb(240 253 250 / 0.7);
}
.border-teal-50\/75 {
  border-color: rgb(240 253 250 / 0.75);
}
.border-teal-50\/80 {
  border-color: rgb(240 253 250 / 0.8);
}
.border-teal-50\/85 {
  border-color: rgb(240 253 250 / 0.85);
}
.border-teal-50\/90 {
  border-color: rgb(240 253 250 / 0.9);
}
.border-teal-50\/95 {
  border-color: rgb(240 253 250 / 0.95);
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0);
}
.border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1);
}
.border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1);
}
.border-teal-500\/15 {
  border-color: rgb(20 184 166 / 0.15);
}
.border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2);
}
.border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25);
}
.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.border-teal-500\/35 {
  border-color: rgb(20 184 166 / 0.35);
}
.border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.border-teal-500\/45 {
  border-color: rgb(20 184 166 / 0.45);
}
.border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05);
}
.border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5);
}
.border-teal-500\/55 {
  border-color: rgb(20 184 166 / 0.55);
}
.border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.border-teal-500\/65 {
  border-color: rgb(20 184 166 / 0.65);
}
.border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7);
}
.border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75);
}
.border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8);
}
.border-teal-500\/85 {
  border-color: rgb(20 184 166 / 0.85);
}
.border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9);
}
.border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95);
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0);
}
.border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1);
}
.border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1);
}
.border-teal-600\/15 {
  border-color: rgb(13 148 136 / 0.15);
}
.border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2);
}
.border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25);
}
.border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3);
}
.border-teal-600\/35 {
  border-color: rgb(13 148 136 / 0.35);
}
.border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.border-teal-600\/45 {
  border-color: rgb(13 148 136 / 0.45);
}
.border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05);
}
.border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5);
}
.border-teal-600\/55 {
  border-color: rgb(13 148 136 / 0.55);
}
.border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.border-teal-600\/65 {
  border-color: rgb(13 148 136 / 0.65);
}
.border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7);
}
.border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75);
}
.border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8);
}
.border-teal-600\/85 {
  border-color: rgb(13 148 136 / 0.85);
}
.border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9);
}
.border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95);
}
.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-teal-700\/0 {
  border-color: rgb(15 118 110 / 0);
}
.border-teal-700\/10 {
  border-color: rgb(15 118 110 / 0.1);
}
.border-teal-700\/100 {
  border-color: rgb(15 118 110 / 1);
}
.border-teal-700\/15 {
  border-color: rgb(15 118 110 / 0.15);
}
.border-teal-700\/20 {
  border-color: rgb(15 118 110 / 0.2);
}
.border-teal-700\/25 {
  border-color: rgb(15 118 110 / 0.25);
}
.border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3);
}
.border-teal-700\/35 {
  border-color: rgb(15 118 110 / 0.35);
}
.border-teal-700\/40 {
  border-color: rgb(15 118 110 / 0.4);
}
.border-teal-700\/45 {
  border-color: rgb(15 118 110 / 0.45);
}
.border-teal-700\/5 {
  border-color: rgb(15 118 110 / 0.05);
}
.border-teal-700\/50 {
  border-color: rgb(15 118 110 / 0.5);
}
.border-teal-700\/55 {
  border-color: rgb(15 118 110 / 0.55);
}
.border-teal-700\/60 {
  border-color: rgb(15 118 110 / 0.6);
}
.border-teal-700\/65 {
  border-color: rgb(15 118 110 / 0.65);
}
.border-teal-700\/70 {
  border-color: rgb(15 118 110 / 0.7);
}
.border-teal-700\/75 {
  border-color: rgb(15 118 110 / 0.75);
}
.border-teal-700\/80 {
  border-color: rgb(15 118 110 / 0.8);
}
.border-teal-700\/85 {
  border-color: rgb(15 118 110 / 0.85);
}
.border-teal-700\/90 {
  border-color: rgb(15 118 110 / 0.9);
}
.border-teal-700\/95 {
  border-color: rgb(15 118 110 / 0.95);
}
.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-teal-800\/0 {
  border-color: rgb(17 94 89 / 0);
}
.border-teal-800\/10 {
  border-color: rgb(17 94 89 / 0.1);
}
.border-teal-800\/100 {
  border-color: rgb(17 94 89 / 1);
}
.border-teal-800\/15 {
  border-color: rgb(17 94 89 / 0.15);
}
.border-teal-800\/20 {
  border-color: rgb(17 94 89 / 0.2);
}
.border-teal-800\/25 {
  border-color: rgb(17 94 89 / 0.25);
}
.border-teal-800\/30 {
  border-color: rgb(17 94 89 / 0.3);
}
.border-teal-800\/35 {
  border-color: rgb(17 94 89 / 0.35);
}
.border-teal-800\/40 {
  border-color: rgb(17 94 89 / 0.4);
}
.border-teal-800\/45 {
  border-color: rgb(17 94 89 / 0.45);
}
.border-teal-800\/5 {
  border-color: rgb(17 94 89 / 0.05);
}
.border-teal-800\/50 {
  border-color: rgb(17 94 89 / 0.5);
}
.border-teal-800\/55 {
  border-color: rgb(17 94 89 / 0.55);
}
.border-teal-800\/60 {
  border-color: rgb(17 94 89 / 0.6);
}
.border-teal-800\/65 {
  border-color: rgb(17 94 89 / 0.65);
}
.border-teal-800\/70 {
  border-color: rgb(17 94 89 / 0.7);
}
.border-teal-800\/75 {
  border-color: rgb(17 94 89 / 0.75);
}
.border-teal-800\/80 {
  border-color: rgb(17 94 89 / 0.8);
}
.border-teal-800\/85 {
  border-color: rgb(17 94 89 / 0.85);
}
.border-teal-800\/90 {
  border-color: rgb(17 94 89 / 0.9);
}
.border-teal-800\/95 {
  border-color: rgb(17 94 89 / 0.95);
}
.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-teal-900\/0 {
  border-color: rgb(19 78 74 / 0);
}
.border-teal-900\/10 {
  border-color: rgb(19 78 74 / 0.1);
}
.border-teal-900\/100 {
  border-color: rgb(19 78 74 / 1);
}
.border-teal-900\/15 {
  border-color: rgb(19 78 74 / 0.15);
}
.border-teal-900\/20 {
  border-color: rgb(19 78 74 / 0.2);
}
.border-teal-900\/25 {
  border-color: rgb(19 78 74 / 0.25);
}
.border-teal-900\/30 {
  border-color: rgb(19 78 74 / 0.3);
}
.border-teal-900\/35 {
  border-color: rgb(19 78 74 / 0.35);
}
.border-teal-900\/40 {
  border-color: rgb(19 78 74 / 0.4);
}
.border-teal-900\/45 {
  border-color: rgb(19 78 74 / 0.45);
}
.border-teal-900\/5 {
  border-color: rgb(19 78 74 / 0.05);
}
.border-teal-900\/50 {
  border-color: rgb(19 78 74 / 0.5);
}
.border-teal-900\/55 {
  border-color: rgb(19 78 74 / 0.55);
}
.border-teal-900\/60 {
  border-color: rgb(19 78 74 / 0.6);
}
.border-teal-900\/65 {
  border-color: rgb(19 78 74 / 0.65);
}
.border-teal-900\/70 {
  border-color: rgb(19 78 74 / 0.7);
}
.border-teal-900\/75 {
  border-color: rgb(19 78 74 / 0.75);
}
.border-teal-900\/80 {
  border-color: rgb(19 78 74 / 0.8);
}
.border-teal-900\/85 {
  border-color: rgb(19 78 74 / 0.85);
}
.border-teal-900\/90 {
  border-color: rgb(19 78 74 / 0.9);
}
.border-teal-900\/95 {
  border-color: rgb(19 78 74 / 0.95);
}
.border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-teal-950\/0 {
  border-color: rgb(4 47 46 / 0);
}
.border-teal-950\/10 {
  border-color: rgb(4 47 46 / 0.1);
}
.border-teal-950\/100 {
  border-color: rgb(4 47 46 / 1);
}
.border-teal-950\/15 {
  border-color: rgb(4 47 46 / 0.15);
}
.border-teal-950\/20 {
  border-color: rgb(4 47 46 / 0.2);
}
.border-teal-950\/25 {
  border-color: rgb(4 47 46 / 0.25);
}
.border-teal-950\/30 {
  border-color: rgb(4 47 46 / 0.3);
}
.border-teal-950\/35 {
  border-color: rgb(4 47 46 / 0.35);
}
.border-teal-950\/40 {
  border-color: rgb(4 47 46 / 0.4);
}
.border-teal-950\/45 {
  border-color: rgb(4 47 46 / 0.45);
}
.border-teal-950\/5 {
  border-color: rgb(4 47 46 / 0.05);
}
.border-teal-950\/50 {
  border-color: rgb(4 47 46 / 0.5);
}
.border-teal-950\/55 {
  border-color: rgb(4 47 46 / 0.55);
}
.border-teal-950\/60 {
  border-color: rgb(4 47 46 / 0.6);
}
.border-teal-950\/65 {
  border-color: rgb(4 47 46 / 0.65);
}
.border-teal-950\/70 {
  border-color: rgb(4 47 46 / 0.7);
}
.border-teal-950\/75 {
  border-color: rgb(4 47 46 / 0.75);
}
.border-teal-950\/80 {
  border-color: rgb(4 47 46 / 0.8);
}
.border-teal-950\/85 {
  border-color: rgb(4 47 46 / 0.85);
}
.border-teal-950\/90 {
  border-color: rgb(4 47 46 / 0.9);
}
.border-teal-950\/95 {
  border-color: rgb(4 47 46 / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-violet-100\/0 {
  border-color: rgb(237 233 254 / 0);
}
.border-violet-100\/10 {
  border-color: rgb(237 233 254 / 0.1);
}
.border-violet-100\/100 {
  border-color: rgb(237 233 254 / 1);
}
.border-violet-100\/15 {
  border-color: rgb(237 233 254 / 0.15);
}
.border-violet-100\/20 {
  border-color: rgb(237 233 254 / 0.2);
}
.border-violet-100\/25 {
  border-color: rgb(237 233 254 / 0.25);
}
.border-violet-100\/30 {
  border-color: rgb(237 233 254 / 0.3);
}
.border-violet-100\/35 {
  border-color: rgb(237 233 254 / 0.35);
}
.border-violet-100\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.border-violet-100\/45 {
  border-color: rgb(237 233 254 / 0.45);
}
.border-violet-100\/5 {
  border-color: rgb(237 233 254 / 0.05);
}
.border-violet-100\/50 {
  border-color: rgb(237 233 254 / 0.5);
}
.border-violet-100\/55 {
  border-color: rgb(237 233 254 / 0.55);
}
.border-violet-100\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.border-violet-100\/65 {
  border-color: rgb(237 233 254 / 0.65);
}
.border-violet-100\/70 {
  border-color: rgb(237 233 254 / 0.7);
}
.border-violet-100\/75 {
  border-color: rgb(237 233 254 / 0.75);
}
.border-violet-100\/80 {
  border-color: rgb(237 233 254 / 0.8);
}
.border-violet-100\/85 {
  border-color: rgb(237 233 254 / 0.85);
}
.border-violet-100\/90 {
  border-color: rgb(237 233 254 / 0.9);
}
.border-violet-100\/95 {
  border-color: rgb(237 233 254 / 0.95);
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-violet-200\/0 {
  border-color: rgb(221 214 254 / 0);
}
.border-violet-200\/10 {
  border-color: rgb(221 214 254 / 0.1);
}
.border-violet-200\/100 {
  border-color: rgb(221 214 254 / 1);
}
.border-violet-200\/15 {
  border-color: rgb(221 214 254 / 0.15);
}
.border-violet-200\/20 {
  border-color: rgb(221 214 254 / 0.2);
}
.border-violet-200\/25 {
  border-color: rgb(221 214 254 / 0.25);
}
.border-violet-200\/30 {
  border-color: rgb(221 214 254 / 0.3);
}
.border-violet-200\/35 {
  border-color: rgb(221 214 254 / 0.35);
}
.border-violet-200\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.border-violet-200\/45 {
  border-color: rgb(221 214 254 / 0.45);
}
.border-violet-200\/5 {
  border-color: rgb(221 214 254 / 0.05);
}
.border-violet-200\/50 {
  border-color: rgb(221 214 254 / 0.5);
}
.border-violet-200\/55 {
  border-color: rgb(221 214 254 / 0.55);
}
.border-violet-200\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.border-violet-200\/65 {
  border-color: rgb(221 214 254 / 0.65);
}
.border-violet-200\/70 {
  border-color: rgb(221 214 254 / 0.7);
}
.border-violet-200\/75 {
  border-color: rgb(221 214 254 / 0.75);
}
.border-violet-200\/80 {
  border-color: rgb(221 214 254 / 0.8);
}
.border-violet-200\/85 {
  border-color: rgb(221 214 254 / 0.85);
}
.border-violet-200\/90 {
  border-color: rgb(221 214 254 / 0.9);
}
.border-violet-200\/95 {
  border-color: rgb(221 214 254 / 0.95);
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-violet-300\/0 {
  border-color: rgb(196 181 253 / 0);
}
.border-violet-300\/10 {
  border-color: rgb(196 181 253 / 0.1);
}
.border-violet-300\/100 {
  border-color: rgb(196 181 253 / 1);
}
.border-violet-300\/15 {
  border-color: rgb(196 181 253 / 0.15);
}
.border-violet-300\/20 {
  border-color: rgb(196 181 253 / 0.2);
}
.border-violet-300\/25 {
  border-color: rgb(196 181 253 / 0.25);
}
.border-violet-300\/30 {
  border-color: rgb(196 181 253 / 0.3);
}
.border-violet-300\/35 {
  border-color: rgb(196 181 253 / 0.35);
}
.border-violet-300\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.border-violet-300\/45 {
  border-color: rgb(196 181 253 / 0.45);
}
.border-violet-300\/5 {
  border-color: rgb(196 181 253 / 0.05);
}
.border-violet-300\/50 {
  border-color: rgb(196 181 253 / 0.5);
}
.border-violet-300\/55 {
  border-color: rgb(196 181 253 / 0.55);
}
.border-violet-300\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.border-violet-300\/65 {
  border-color: rgb(196 181 253 / 0.65);
}
.border-violet-300\/70 {
  border-color: rgb(196 181 253 / 0.7);
}
.border-violet-300\/75 {
  border-color: rgb(196 181 253 / 0.75);
}
.border-violet-300\/80 {
  border-color: rgb(196 181 253 / 0.8);
}
.border-violet-300\/85 {
  border-color: rgb(196 181 253 / 0.85);
}
.border-violet-300\/90 {
  border-color: rgb(196 181 253 / 0.9);
}
.border-violet-300\/95 {
  border-color: rgb(196 181 253 / 0.95);
}
.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-violet-400\/0 {
  border-color: rgb(167 139 250 / 0);
}
.border-violet-400\/10 {
  border-color: rgb(167 139 250 / 0.1);
}
.border-violet-400\/100 {
  border-color: rgb(167 139 250 / 1);
}
.border-violet-400\/15 {
  border-color: rgb(167 139 250 / 0.15);
}
.border-violet-400\/20 {
  border-color: rgb(167 139 250 / 0.2);
}
.border-violet-400\/25 {
  border-color: rgb(167 139 250 / 0.25);
}
.border-violet-400\/30 {
  border-color: rgb(167 139 250 / 0.3);
}
.border-violet-400\/35 {
  border-color: rgb(167 139 250 / 0.35);
}
.border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.border-violet-400\/45 {
  border-color: rgb(167 139 250 / 0.45);
}
.border-violet-400\/5 {
  border-color: rgb(167 139 250 / 0.05);
}
.border-violet-400\/50 {
  border-color: rgb(167 139 250 / 0.5);
}
.border-violet-400\/55 {
  border-color: rgb(167 139 250 / 0.55);
}
.border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.border-violet-400\/65 {
  border-color: rgb(167 139 250 / 0.65);
}
.border-violet-400\/70 {
  border-color: rgb(167 139 250 / 0.7);
}
.border-violet-400\/75 {
  border-color: rgb(167 139 250 / 0.75);
}
.border-violet-400\/80 {
  border-color: rgb(167 139 250 / 0.8);
}
.border-violet-400\/85 {
  border-color: rgb(167 139 250 / 0.85);
}
.border-violet-400\/90 {
  border-color: rgb(167 139 250 / 0.9);
}
.border-violet-400\/95 {
  border-color: rgb(167 139 250 / 0.95);
}
.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-violet-50\/0 {
  border-color: rgb(245 243 255 / 0);
}
.border-violet-50\/10 {
  border-color: rgb(245 243 255 / 0.1);
}
.border-violet-50\/100 {
  border-color: rgb(245 243 255 / 1);
}
.border-violet-50\/15 {
  border-color: rgb(245 243 255 / 0.15);
}
.border-violet-50\/20 {
  border-color: rgb(245 243 255 / 0.2);
}
.border-violet-50\/25 {
  border-color: rgb(245 243 255 / 0.25);
}
.border-violet-50\/30 {
  border-color: rgb(245 243 255 / 0.3);
}
.border-violet-50\/35 {
  border-color: rgb(245 243 255 / 0.35);
}
.border-violet-50\/40 {
  border-color: rgb(245 243 255 / 0.4);
}
.border-violet-50\/45 {
  border-color: rgb(245 243 255 / 0.45);
}
.border-violet-50\/5 {
  border-color: rgb(245 243 255 / 0.05);
}
.border-violet-50\/50 {
  border-color: rgb(245 243 255 / 0.5);
}
.border-violet-50\/55 {
  border-color: rgb(245 243 255 / 0.55);
}
.border-violet-50\/60 {
  border-color: rgb(245 243 255 / 0.6);
}
.border-violet-50\/65 {
  border-color: rgb(245 243 255 / 0.65);
}
.border-violet-50\/70 {
  border-color: rgb(245 243 255 / 0.7);
}
.border-violet-50\/75 {
  border-color: rgb(245 243 255 / 0.75);
}
.border-violet-50\/80 {
  border-color: rgb(245 243 255 / 0.8);
}
.border-violet-50\/85 {
  border-color: rgb(245 243 255 / 0.85);
}
.border-violet-50\/90 {
  border-color: rgb(245 243 255 / 0.9);
}
.border-violet-50\/95 {
  border-color: rgb(245 243 255 / 0.95);
}
.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-violet-500\/0 {
  border-color: rgb(139 92 246 / 0);
}
.border-violet-500\/10 {
  border-color: rgb(139 92 246 / 0.1);
}
.border-violet-500\/100 {
  border-color: rgb(139 92 246 / 1);
}
.border-violet-500\/15 {
  border-color: rgb(139 92 246 / 0.15);
}
.border-violet-500\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-violet-500\/25 {
  border-color: rgb(139 92 246 / 0.25);
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-violet-500\/35 {
  border-color: rgb(139 92 246 / 0.35);
}
.border-violet-500\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.border-violet-500\/45 {
  border-color: rgb(139 92 246 / 0.45);
}
.border-violet-500\/5 {
  border-color: rgb(139 92 246 / 0.05);
}
.border-violet-500\/50 {
  border-color: rgb(139 92 246 / 0.5);
}
.border-violet-500\/55 {
  border-color: rgb(139 92 246 / 0.55);
}
.border-violet-500\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.border-violet-500\/65 {
  border-color: rgb(139 92 246 / 0.65);
}
.border-violet-500\/70 {
  border-color: rgb(139 92 246 / 0.7);
}
.border-violet-500\/75 {
  border-color: rgb(139 92 246 / 0.75);
}
.border-violet-500\/80 {
  border-color: rgb(139 92 246 / 0.8);
}
.border-violet-500\/85 {
  border-color: rgb(139 92 246 / 0.85);
}
.border-violet-500\/90 {
  border-color: rgb(139 92 246 / 0.9);
}
.border-violet-500\/95 {
  border-color: rgb(139 92 246 / 0.95);
}
.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-violet-600\/0 {
  border-color: rgb(124 58 237 / 0);
}
.border-violet-600\/10 {
  border-color: rgb(124 58 237 / 0.1);
}
.border-violet-600\/100 {
  border-color: rgb(124 58 237 / 1);
}
.border-violet-600\/15 {
  border-color: rgb(124 58 237 / 0.15);
}
.border-violet-600\/20 {
  border-color: rgb(124 58 237 / 0.2);
}
.border-violet-600\/25 {
  border-color: rgb(124 58 237 / 0.25);
}
.border-violet-600\/30 {
  border-color: rgb(124 58 237 / 0.3);
}
.border-violet-600\/35 {
  border-color: rgb(124 58 237 / 0.35);
}
.border-violet-600\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.border-violet-600\/45 {
  border-color: rgb(124 58 237 / 0.45);
}
.border-violet-600\/5 {
  border-color: rgb(124 58 237 / 0.05);
}
.border-violet-600\/50 {
  border-color: rgb(124 58 237 / 0.5);
}
.border-violet-600\/55 {
  border-color: rgb(124 58 237 / 0.55);
}
.border-violet-600\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.border-violet-600\/65 {
  border-color: rgb(124 58 237 / 0.65);
}
.border-violet-600\/70 {
  border-color: rgb(124 58 237 / 0.7);
}
.border-violet-600\/75 {
  border-color: rgb(124 58 237 / 0.75);
}
.border-violet-600\/80 {
  border-color: rgb(124 58 237 / 0.8);
}
.border-violet-600\/85 {
  border-color: rgb(124 58 237 / 0.85);
}
.border-violet-600\/90 {
  border-color: rgb(124 58 237 / 0.9);
}
.border-violet-600\/95 {
  border-color: rgb(124 58 237 / 0.95);
}
.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-violet-700\/0 {
  border-color: rgb(109 40 217 / 0);
}
.border-violet-700\/10 {
  border-color: rgb(109 40 217 / 0.1);
}
.border-violet-700\/100 {
  border-color: rgb(109 40 217 / 1);
}
.border-violet-700\/15 {
  border-color: rgb(109 40 217 / 0.15);
}
.border-violet-700\/20 {
  border-color: rgb(109 40 217 / 0.2);
}
.border-violet-700\/25 {
  border-color: rgb(109 40 217 / 0.25);
}
.border-violet-700\/30 {
  border-color: rgb(109 40 217 / 0.3);
}
.border-violet-700\/35 {
  border-color: rgb(109 40 217 / 0.35);
}
.border-violet-700\/40 {
  border-color: rgb(109 40 217 / 0.4);
}
.border-violet-700\/45 {
  border-color: rgb(109 40 217 / 0.45);
}
.border-violet-700\/5 {
  border-color: rgb(109 40 217 / 0.05);
}
.border-violet-700\/50 {
  border-color: rgb(109 40 217 / 0.5);
}
.border-violet-700\/55 {
  border-color: rgb(109 40 217 / 0.55);
}
.border-violet-700\/60 {
  border-color: rgb(109 40 217 / 0.6);
}
.border-violet-700\/65 {
  border-color: rgb(109 40 217 / 0.65);
}
.border-violet-700\/70 {
  border-color: rgb(109 40 217 / 0.7);
}
.border-violet-700\/75 {
  border-color: rgb(109 40 217 / 0.75);
}
.border-violet-700\/80 {
  border-color: rgb(109 40 217 / 0.8);
}
.border-violet-700\/85 {
  border-color: rgb(109 40 217 / 0.85);
}
.border-violet-700\/90 {
  border-color: rgb(109 40 217 / 0.9);
}
.border-violet-700\/95 {
  border-color: rgb(109 40 217 / 0.95);
}
.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-violet-800\/0 {
  border-color: rgb(91 33 182 / 0);
}
.border-violet-800\/10 {
  border-color: rgb(91 33 182 / 0.1);
}
.border-violet-800\/100 {
  border-color: rgb(91 33 182 / 1);
}
.border-violet-800\/15 {
  border-color: rgb(91 33 182 / 0.15);
}
.border-violet-800\/20 {
  border-color: rgb(91 33 182 / 0.2);
}
.border-violet-800\/25 {
  border-color: rgb(91 33 182 / 0.25);
}
.border-violet-800\/30 {
  border-color: rgb(91 33 182 / 0.3);
}
.border-violet-800\/35 {
  border-color: rgb(91 33 182 / 0.35);
}
.border-violet-800\/40 {
  border-color: rgb(91 33 182 / 0.4);
}
.border-violet-800\/45 {
  border-color: rgb(91 33 182 / 0.45);
}
.border-violet-800\/5 {
  border-color: rgb(91 33 182 / 0.05);
}
.border-violet-800\/50 {
  border-color: rgb(91 33 182 / 0.5);
}
.border-violet-800\/55 {
  border-color: rgb(91 33 182 / 0.55);
}
.border-violet-800\/60 {
  border-color: rgb(91 33 182 / 0.6);
}
.border-violet-800\/65 {
  border-color: rgb(91 33 182 / 0.65);
}
.border-violet-800\/70 {
  border-color: rgb(91 33 182 / 0.7);
}
.border-violet-800\/75 {
  border-color: rgb(91 33 182 / 0.75);
}
.border-violet-800\/80 {
  border-color: rgb(91 33 182 / 0.8);
}
.border-violet-800\/85 {
  border-color: rgb(91 33 182 / 0.85);
}
.border-violet-800\/90 {
  border-color: rgb(91 33 182 / 0.9);
}
.border-violet-800\/95 {
  border-color: rgb(91 33 182 / 0.95);
}
.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-violet-900\/0 {
  border-color: rgb(76 29 149 / 0);
}
.border-violet-900\/10 {
  border-color: rgb(76 29 149 / 0.1);
}
.border-violet-900\/100 {
  border-color: rgb(76 29 149 / 1);
}
.border-violet-900\/15 {
  border-color: rgb(76 29 149 / 0.15);
}
.border-violet-900\/20 {
  border-color: rgb(76 29 149 / 0.2);
}
.border-violet-900\/25 {
  border-color: rgb(76 29 149 / 0.25);
}
.border-violet-900\/30 {
  border-color: rgb(76 29 149 / 0.3);
}
.border-violet-900\/35 {
  border-color: rgb(76 29 149 / 0.35);
}
.border-violet-900\/40 {
  border-color: rgb(76 29 149 / 0.4);
}
.border-violet-900\/45 {
  border-color: rgb(76 29 149 / 0.45);
}
.border-violet-900\/5 {
  border-color: rgb(76 29 149 / 0.05);
}
.border-violet-900\/50 {
  border-color: rgb(76 29 149 / 0.5);
}
.border-violet-900\/55 {
  border-color: rgb(76 29 149 / 0.55);
}
.border-violet-900\/60 {
  border-color: rgb(76 29 149 / 0.6);
}
.border-violet-900\/65 {
  border-color: rgb(76 29 149 / 0.65);
}
.border-violet-900\/70 {
  border-color: rgb(76 29 149 / 0.7);
}
.border-violet-900\/75 {
  border-color: rgb(76 29 149 / 0.75);
}
.border-violet-900\/80 {
  border-color: rgb(76 29 149 / 0.8);
}
.border-violet-900\/85 {
  border-color: rgb(76 29 149 / 0.85);
}
.border-violet-900\/90 {
  border-color: rgb(76 29 149 / 0.9);
}
.border-violet-900\/95 {
  border-color: rgb(76 29 149 / 0.95);
}
.border-violet-950 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-violet-950\/0 {
  border-color: rgb(46 16 101 / 0);
}
.border-violet-950\/10 {
  border-color: rgb(46 16 101 / 0.1);
}
.border-violet-950\/100 {
  border-color: rgb(46 16 101 / 1);
}
.border-violet-950\/15 {
  border-color: rgb(46 16 101 / 0.15);
}
.border-violet-950\/20 {
  border-color: rgb(46 16 101 / 0.2);
}
.border-violet-950\/25 {
  border-color: rgb(46 16 101 / 0.25);
}
.border-violet-950\/30 {
  border-color: rgb(46 16 101 / 0.3);
}
.border-violet-950\/35 {
  border-color: rgb(46 16 101 / 0.35);
}
.border-violet-950\/40 {
  border-color: rgb(46 16 101 / 0.4);
}
.border-violet-950\/45 {
  border-color: rgb(46 16 101 / 0.45);
}
.border-violet-950\/5 {
  border-color: rgb(46 16 101 / 0.05);
}
.border-violet-950\/50 {
  border-color: rgb(46 16 101 / 0.5);
}
.border-violet-950\/55 {
  border-color: rgb(46 16 101 / 0.55);
}
.border-violet-950\/60 {
  border-color: rgb(46 16 101 / 0.6);
}
.border-violet-950\/65 {
  border-color: rgb(46 16 101 / 0.65);
}
.border-violet-950\/70 {
  border-color: rgb(46 16 101 / 0.7);
}
.border-violet-950\/75 {
  border-color: rgb(46 16 101 / 0.75);
}
.border-violet-950\/80 {
  border-color: rgb(46 16 101 / 0.8);
}
.border-violet-950\/85 {
  border-color: rgb(46 16 101 / 0.85);
}
.border-violet-950\/90 {
  border-color: rgb(46 16 101 / 0.9);
}
.border-violet-950\/95 {
  border-color: rgb(46 16 101 / 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}
.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}
.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}
.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15);
}
.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}
.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}
.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}
.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35);
}
.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}
.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}
.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}
.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}
.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}
.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}
.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}
.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}
.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}
.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}
.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}
.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}
.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}
.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}
.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}
.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15);
}
.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}
.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}
.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}
.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35);
}
.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}
.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}
.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}
.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}
.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55);
}
.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}
.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}
.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}
.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}
.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}
.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85);
}
.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}
.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}
.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}
.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}
.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / 0.15);
}
.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}
.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}
.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}
.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / 0.35);
}
.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}
.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45);
}
.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}
.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}
.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55);
}
.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}
.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65);
}
.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}
.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}
.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}
.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85);
}
.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}
.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}
.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}
.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}
.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15);
}
.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}
.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}
.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}
.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35);
}
.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}
.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}
.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}
.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}
.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}
.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}
.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}
.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}
.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}
.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}
.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}
.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}
.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}
.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}
.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}
.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}
.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}
.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}
.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}
.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}
.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}
.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}
.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}
.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}
.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}
.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}
.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}
.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}
.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}
.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}
.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}
.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}
.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}
.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}
.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}
.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}
.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15);
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35);
}
.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}
.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}
.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}
.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55);
}
.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}
.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}
.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}
.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}
.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}
.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85);
}
.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}
.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}
.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}
.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}
.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15);
}
.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}
.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}
.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}
.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35);
}
.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}
.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}
.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}
.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}
.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}
.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}
.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}
.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}
.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}
.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}
.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}
.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}
.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}
.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}
.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15);
}
.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}
.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}
.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}
.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35);
}
.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}
.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}
.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}
.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}
.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55);
}
.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}
.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}
.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}
.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}
.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}
.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85);
}
.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}
.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}
.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}
.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}
.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}
.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}
.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}
.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}
.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}
.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}
.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}
.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}
.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}
.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}
.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}
.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}
.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}
.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}
.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}
.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}
.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}
.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}
.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}
.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}
.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}
.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}
.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15);
}
.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}
.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}
.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}
.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35);
}
.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}
.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}
.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}
.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}
.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55);
}
.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}
.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}
.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}
.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}
.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}
.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85);
}
.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}
.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}
.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0);
}
.border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1);
}
.border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1);
}
.border-yellow-950\/15 {
  border-color: rgb(66 32 6 / 0.15);
}
.border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2);
}
.border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25);
}
.border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3);
}
.border-yellow-950\/35 {
  border-color: rgb(66 32 6 / 0.35);
}
.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4);
}
.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45);
}
.border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05);
}
.border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5);
}
.border-yellow-950\/55 {
  border-color: rgb(66 32 6 / 0.55);
}
.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6);
}
.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65);
}
.border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7);
}
.border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75);
}
.border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8);
}
.border-yellow-950\/85 {
  border-color: rgb(66 32 6 / 0.85);
}
.border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9);
}
.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95);
}
.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-zinc-100\/0 {
  border-color: rgb(244 244 245 / 0);
}
.border-zinc-100\/10 {
  border-color: rgb(244 244 245 / 0.1);
}
.border-zinc-100\/100 {
  border-color: rgb(244 244 245 / 1);
}
.border-zinc-100\/15 {
  border-color: rgb(244 244 245 / 0.15);
}
.border-zinc-100\/20 {
  border-color: rgb(244 244 245 / 0.2);
}
.border-zinc-100\/25 {
  border-color: rgb(244 244 245 / 0.25);
}
.border-zinc-100\/30 {
  border-color: rgb(244 244 245 / 0.3);
}
.border-zinc-100\/35 {
  border-color: rgb(244 244 245 / 0.35);
}
.border-zinc-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}
.border-zinc-100\/45 {
  border-color: rgb(244 244 245 / 0.45);
}
.border-zinc-100\/5 {
  border-color: rgb(244 244 245 / 0.05);
}
.border-zinc-100\/50 {
  border-color: rgb(244 244 245 / 0.5);
}
.border-zinc-100\/55 {
  border-color: rgb(244 244 245 / 0.55);
}
.border-zinc-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}
.border-zinc-100\/65 {
  border-color: rgb(244 244 245 / 0.65);
}
.border-zinc-100\/70 {
  border-color: rgb(244 244 245 / 0.7);
}
.border-zinc-100\/75 {
  border-color: rgb(244 244 245 / 0.75);
}
.border-zinc-100\/80 {
  border-color: rgb(244 244 245 / 0.8);
}
.border-zinc-100\/85 {
  border-color: rgb(244 244 245 / 0.85);
}
.border-zinc-100\/90 {
  border-color: rgb(244 244 245 / 0.9);
}
.border-zinc-100\/95 {
  border-color: rgb(244 244 245 / 0.95);
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-zinc-200\/0 {
  border-color: rgb(228 228 231 / 0);
}
.border-zinc-200\/10 {
  border-color: rgb(228 228 231 / 0.1);
}
.border-zinc-200\/100 {
  border-color: rgb(228 228 231 / 1);
}
.border-zinc-200\/15 {
  border-color: rgb(228 228 231 / 0.15);
}
.border-zinc-200\/20 {
  border-color: rgb(228 228 231 / 0.2);
}
.border-zinc-200\/25 {
  border-color: rgb(228 228 231 / 0.25);
}
.border-zinc-200\/30 {
  border-color: rgb(228 228 231 / 0.3);
}
.border-zinc-200\/35 {
  border-color: rgb(228 228 231 / 0.35);
}
.border-zinc-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}
.border-zinc-200\/45 {
  border-color: rgb(228 228 231 / 0.45);
}
.border-zinc-200\/5 {
  border-color: rgb(228 228 231 / 0.05);
}
.border-zinc-200\/50 {
  border-color: rgb(228 228 231 / 0.5);
}
.border-zinc-200\/55 {
  border-color: rgb(228 228 231 / 0.55);
}
.border-zinc-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}
.border-zinc-200\/65 {
  border-color: rgb(228 228 231 / 0.65);
}
.border-zinc-200\/70 {
  border-color: rgb(228 228 231 / 0.7);
}
.border-zinc-200\/75 {
  border-color: rgb(228 228 231 / 0.75);
}
.border-zinc-200\/80 {
  border-color: rgb(228 228 231 / 0.8);
}
.border-zinc-200\/85 {
  border-color: rgb(228 228 231 / 0.85);
}
.border-zinc-200\/90 {
  border-color: rgb(228 228 231 / 0.9);
}
.border-zinc-200\/95 {
  border-color: rgb(228 228 231 / 0.95);
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-zinc-300\/0 {
  border-color: rgb(212 212 216 / 0);
}
.border-zinc-300\/10 {
  border-color: rgb(212 212 216 / 0.1);
}
.border-zinc-300\/100 {
  border-color: rgb(212 212 216 / 1);
}
.border-zinc-300\/15 {
  border-color: rgb(212 212 216 / 0.15);
}
.border-zinc-300\/20 {
  border-color: rgb(212 212 216 / 0.2);
}
.border-zinc-300\/25 {
  border-color: rgb(212 212 216 / 0.25);
}
.border-zinc-300\/30 {
  border-color: rgb(212 212 216 / 0.3);
}
.border-zinc-300\/35 {
  border-color: rgb(212 212 216 / 0.35);
}
.border-zinc-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}
.border-zinc-300\/45 {
  border-color: rgb(212 212 216 / 0.45);
}
.border-zinc-300\/5 {
  border-color: rgb(212 212 216 / 0.05);
}
.border-zinc-300\/50 {
  border-color: rgb(212 212 216 / 0.5);
}
.border-zinc-300\/55 {
  border-color: rgb(212 212 216 / 0.55);
}
.border-zinc-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}
.border-zinc-300\/65 {
  border-color: rgb(212 212 216 / 0.65);
}
.border-zinc-300\/70 {
  border-color: rgb(212 212 216 / 0.7);
}
.border-zinc-300\/75 {
  border-color: rgb(212 212 216 / 0.75);
}
.border-zinc-300\/80 {
  border-color: rgb(212 212 216 / 0.8);
}
.border-zinc-300\/85 {
  border-color: rgb(212 212 216 / 0.85);
}
.border-zinc-300\/90 {
  border-color: rgb(212 212 216 / 0.9);
}
.border-zinc-300\/95 {
  border-color: rgb(212 212 216 / 0.95);
}
.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-zinc-400\/0 {
  border-color: rgb(161 161 170 / 0);
}
.border-zinc-400\/10 {
  border-color: rgb(161 161 170 / 0.1);
}
.border-zinc-400\/100 {
  border-color: rgb(161 161 170 / 1);
}
.border-zinc-400\/15 {
  border-color: rgb(161 161 170 / 0.15);
}
.border-zinc-400\/20 {
  border-color: rgb(161 161 170 / 0.2);
}
.border-zinc-400\/25 {
  border-color: rgb(161 161 170 / 0.25);
}
.border-zinc-400\/30 {
  border-color: rgb(161 161 170 / 0.3);
}
.border-zinc-400\/35 {
  border-color: rgb(161 161 170 / 0.35);
}
.border-zinc-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}
.border-zinc-400\/45 {
  border-color: rgb(161 161 170 / 0.45);
}
.border-zinc-400\/5 {
  border-color: rgb(161 161 170 / 0.05);
}
.border-zinc-400\/50 {
  border-color: rgb(161 161 170 / 0.5);
}
.border-zinc-400\/55 {
  border-color: rgb(161 161 170 / 0.55);
}
.border-zinc-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}
.border-zinc-400\/65 {
  border-color: rgb(161 161 170 / 0.65);
}
.border-zinc-400\/70 {
  border-color: rgb(161 161 170 / 0.7);
}
.border-zinc-400\/75 {
  border-color: rgb(161 161 170 / 0.75);
}
.border-zinc-400\/80 {
  border-color: rgb(161 161 170 / 0.8);
}
.border-zinc-400\/85 {
  border-color: rgb(161 161 170 / 0.85);
}
.border-zinc-400\/90 {
  border-color: rgb(161 161 170 / 0.9);
}
.border-zinc-400\/95 {
  border-color: rgb(161 161 170 / 0.95);
}
.border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-zinc-50\/0 {
  border-color: rgb(250 250 250 / 0);
}
.border-zinc-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.border-zinc-50\/100 {
  border-color: rgb(250 250 250 / 1);
}
.border-zinc-50\/15 {
  border-color: rgb(250 250 250 / 0.15);
}
.border-zinc-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.border-zinc-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.border-zinc-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.border-zinc-50\/35 {
  border-color: rgb(250 250 250 / 0.35);
}
.border-zinc-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-zinc-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}
.border-zinc-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.border-zinc-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.border-zinc-50\/55 {
  border-color: rgb(250 250 250 / 0.55);
}
.border-zinc-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-zinc-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}
.border-zinc-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.border-zinc-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.border-zinc-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.border-zinc-50\/85 {
  border-color: rgb(250 250 250 / 0.85);
}
.border-zinc-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.border-zinc-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-zinc-500\/0 {
  border-color: rgb(113 113 122 / 0);
}
.border-zinc-500\/10 {
  border-color: rgb(113 113 122 / 0.1);
}
.border-zinc-500\/100 {
  border-color: rgb(113 113 122 / 1);
}
.border-zinc-500\/15 {
  border-color: rgb(113 113 122 / 0.15);
}
.border-zinc-500\/20 {
  border-color: rgb(113 113 122 / 0.2);
}
.border-zinc-500\/25 {
  border-color: rgb(113 113 122 / 0.25);
}
.border-zinc-500\/30 {
  border-color: rgb(113 113 122 / 0.3);
}
.border-zinc-500\/35 {
  border-color: rgb(113 113 122 / 0.35);
}
.border-zinc-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}
.border-zinc-500\/45 {
  border-color: rgb(113 113 122 / 0.45);
}
.border-zinc-500\/5 {
  border-color: rgb(113 113 122 / 0.05);
}
.border-zinc-500\/50 {
  border-color: rgb(113 113 122 / 0.5);
}
.border-zinc-500\/55 {
  border-color: rgb(113 113 122 / 0.55);
}
.border-zinc-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}
.border-zinc-500\/65 {
  border-color: rgb(113 113 122 / 0.65);
}
.border-zinc-500\/70 {
  border-color: rgb(113 113 122 / 0.7);
}
.border-zinc-500\/75 {
  border-color: rgb(113 113 122 / 0.75);
}
.border-zinc-500\/80 {
  border-color: rgb(113 113 122 / 0.8);
}
.border-zinc-500\/85 {
  border-color: rgb(113 113 122 / 0.85);
}
.border-zinc-500\/90 {
  border-color: rgb(113 113 122 / 0.9);
}
.border-zinc-500\/95 {
  border-color: rgb(113 113 122 / 0.95);
}
.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-zinc-600\/0 {
  border-color: rgb(82 82 91 / 0);
}
.border-zinc-600\/10 {
  border-color: rgb(82 82 91 / 0.1);
}
.border-zinc-600\/100 {
  border-color: rgb(82 82 91 / 1);
}
.border-zinc-600\/15 {
  border-color: rgb(82 82 91 / 0.15);
}
.border-zinc-600\/20 {
  border-color: rgb(82 82 91 / 0.2);
}
.border-zinc-600\/25 {
  border-color: rgb(82 82 91 / 0.25);
}
.border-zinc-600\/30 {
  border-color: rgb(82 82 91 / 0.3);
}
.border-zinc-600\/35 {
  border-color: rgb(82 82 91 / 0.35);
}
.border-zinc-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}
.border-zinc-600\/45 {
  border-color: rgb(82 82 91 / 0.45);
}
.border-zinc-600\/5 {
  border-color: rgb(82 82 91 / 0.05);
}
.border-zinc-600\/50 {
  border-color: rgb(82 82 91 / 0.5);
}
.border-zinc-600\/55 {
  border-color: rgb(82 82 91 / 0.55);
}
.border-zinc-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}
.border-zinc-600\/65 {
  border-color: rgb(82 82 91 / 0.65);
}
.border-zinc-600\/70 {
  border-color: rgb(82 82 91 / 0.7);
}
.border-zinc-600\/75 {
  border-color: rgb(82 82 91 / 0.75);
}
.border-zinc-600\/80 {
  border-color: rgb(82 82 91 / 0.8);
}
.border-zinc-600\/85 {
  border-color: rgb(82 82 91 / 0.85);
}
.border-zinc-600\/90 {
  border-color: rgb(82 82 91 / 0.9);
}
.border-zinc-600\/95 {
  border-color: rgb(82 82 91 / 0.95);
}
.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-zinc-700\/0 {
  border-color: rgb(63 63 70 / 0);
}
.border-zinc-700\/10 {
  border-color: rgb(63 63 70 / 0.1);
}
.border-zinc-700\/100 {
  border-color: rgb(63 63 70 / 1);
}
.border-zinc-700\/15 {
  border-color: rgb(63 63 70 / 0.15);
}
.border-zinc-700\/20 {
  border-color: rgb(63 63 70 / 0.2);
}
.border-zinc-700\/25 {
  border-color: rgb(63 63 70 / 0.25);
}
.border-zinc-700\/30 {
  border-color: rgb(63 63 70 / 0.3);
}
.border-zinc-700\/35 {
  border-color: rgb(63 63 70 / 0.35);
}
.border-zinc-700\/40 {
  border-color: rgb(63 63 70 / 0.4);
}
.border-zinc-700\/45 {
  border-color: rgb(63 63 70 / 0.45);
}
.border-zinc-700\/5 {
  border-color: rgb(63 63 70 / 0.05);
}
.border-zinc-700\/50 {
  border-color: rgb(63 63 70 / 0.5);
}
.border-zinc-700\/55 {
  border-color: rgb(63 63 70 / 0.55);
}
.border-zinc-700\/60 {
  border-color: rgb(63 63 70 / 0.6);
}
.border-zinc-700\/65 {
  border-color: rgb(63 63 70 / 0.65);
}
.border-zinc-700\/70 {
  border-color: rgb(63 63 70 / 0.7);
}
.border-zinc-700\/75 {
  border-color: rgb(63 63 70 / 0.75);
}
.border-zinc-700\/80 {
  border-color: rgb(63 63 70 / 0.8);
}
.border-zinc-700\/85 {
  border-color: rgb(63 63 70 / 0.85);
}
.border-zinc-700\/90 {
  border-color: rgb(63 63 70 / 0.9);
}
.border-zinc-700\/95 {
  border-color: rgb(63 63 70 / 0.95);
}
.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-zinc-800\/0 {
  border-color: rgb(39 39 42 / 0);
}
.border-zinc-800\/10 {
  border-color: rgb(39 39 42 / 0.1);
}
.border-zinc-800\/100 {
  border-color: rgb(39 39 42 / 1);
}
.border-zinc-800\/15 {
  border-color: rgb(39 39 42 / 0.15);
}
.border-zinc-800\/20 {
  border-color: rgb(39 39 42 / 0.2);
}
.border-zinc-800\/25 {
  border-color: rgb(39 39 42 / 0.25);
}
.border-zinc-800\/30 {
  border-color: rgb(39 39 42 / 0.3);
}
.border-zinc-800\/35 {
  border-color: rgb(39 39 42 / 0.35);
}
.border-zinc-800\/40 {
  border-color: rgb(39 39 42 / 0.4);
}
.border-zinc-800\/45 {
  border-color: rgb(39 39 42 / 0.45);
}
.border-zinc-800\/5 {
  border-color: rgb(39 39 42 / 0.05);
}
.border-zinc-800\/50 {
  border-color: rgb(39 39 42 / 0.5);
}
.border-zinc-800\/55 {
  border-color: rgb(39 39 42 / 0.55);
}
.border-zinc-800\/60 {
  border-color: rgb(39 39 42 / 0.6);
}
.border-zinc-800\/65 {
  border-color: rgb(39 39 42 / 0.65);
}
.border-zinc-800\/70 {
  border-color: rgb(39 39 42 / 0.7);
}
.border-zinc-800\/75 {
  border-color: rgb(39 39 42 / 0.75);
}
.border-zinc-800\/80 {
  border-color: rgb(39 39 42 / 0.8);
}
.border-zinc-800\/85 {
  border-color: rgb(39 39 42 / 0.85);
}
.border-zinc-800\/90 {
  border-color: rgb(39 39 42 / 0.9);
}
.border-zinc-800\/95 {
  border-color: rgb(39 39 42 / 0.95);
}
.border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-zinc-900\/0 {
  border-color: rgb(24 24 27 / 0);
}
.border-zinc-900\/10 {
  border-color: rgb(24 24 27 / 0.1);
}
.border-zinc-900\/100 {
  border-color: rgb(24 24 27 / 1);
}
.border-zinc-900\/15 {
  border-color: rgb(24 24 27 / 0.15);
}
.border-zinc-900\/20 {
  border-color: rgb(24 24 27 / 0.2);
}
.border-zinc-900\/25 {
  border-color: rgb(24 24 27 / 0.25);
}
.border-zinc-900\/30 {
  border-color: rgb(24 24 27 / 0.3);
}
.border-zinc-900\/35 {
  border-color: rgb(24 24 27 / 0.35);
}
.border-zinc-900\/40 {
  border-color: rgb(24 24 27 / 0.4);
}
.border-zinc-900\/45 {
  border-color: rgb(24 24 27 / 0.45);
}
.border-zinc-900\/5 {
  border-color: rgb(24 24 27 / 0.05);
}
.border-zinc-900\/50 {
  border-color: rgb(24 24 27 / 0.5);
}
.border-zinc-900\/55 {
  border-color: rgb(24 24 27 / 0.55);
}
.border-zinc-900\/60 {
  border-color: rgb(24 24 27 / 0.6);
}
.border-zinc-900\/65 {
  border-color: rgb(24 24 27 / 0.65);
}
.border-zinc-900\/70 {
  border-color: rgb(24 24 27 / 0.7);
}
.border-zinc-900\/75 {
  border-color: rgb(24 24 27 / 0.75);
}
.border-zinc-900\/80 {
  border-color: rgb(24 24 27 / 0.8);
}
.border-zinc-900\/85 {
  border-color: rgb(24 24 27 / 0.85);
}
.border-zinc-900\/90 {
  border-color: rgb(24 24 27 / 0.9);
}
.border-zinc-900\/95 {
  border-color: rgb(24 24 27 / 0.95);
}
.border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-zinc-950\/0 {
  border-color: rgb(9 9 11 / 0);
}
.border-zinc-950\/10 {
  border-color: rgb(9 9 11 / 0.1);
}
.border-zinc-950\/100 {
  border-color: rgb(9 9 11 / 1);
}
.border-zinc-950\/15 {
  border-color: rgb(9 9 11 / 0.15);
}
.border-zinc-950\/20 {
  border-color: rgb(9 9 11 / 0.2);
}
.border-zinc-950\/25 {
  border-color: rgb(9 9 11 / 0.25);
}
.border-zinc-950\/30 {
  border-color: rgb(9 9 11 / 0.3);
}
.border-zinc-950\/35 {
  border-color: rgb(9 9 11 / 0.35);
}
.border-zinc-950\/40 {
  border-color: rgb(9 9 11 / 0.4);
}
.border-zinc-950\/45 {
  border-color: rgb(9 9 11 / 0.45);
}
.border-zinc-950\/5 {
  border-color: rgb(9 9 11 / 0.05);
}
.border-zinc-950\/50 {
  border-color: rgb(9 9 11 / 0.5);
}
.border-zinc-950\/55 {
  border-color: rgb(9 9 11 / 0.55);
}
.border-zinc-950\/60 {
  border-color: rgb(9 9 11 / 0.6);
}
.border-zinc-950\/65 {
  border-color: rgb(9 9 11 / 0.65);
}
.border-zinc-950\/70 {
  border-color: rgb(9 9 11 / 0.7);
}
.border-zinc-950\/75 {
  border-color: rgb(9 9 11 / 0.75);
}
.border-zinc-950\/80 {
  border-color: rgb(9 9 11 / 0.8);
}
.border-zinc-950\/85 {
  border-color: rgb(9 9 11 / 0.85);
}
.border-zinc-950\/90 {
  border-color: rgb(9 9 11 / 0.9);
}
.border-zinc-950\/95 {
  border-color: rgb(9 9 11 / 0.95);
}
.border-x-amber-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-x-amber-100\/0 {
  border-left-color: rgb(254 243 199 / 0);
  border-right-color: rgb(254 243 199 / 0);
}
.border-x-amber-100\/10 {
  border-left-color: rgb(254 243 199 / 0.1);
  border-right-color: rgb(254 243 199 / 0.1);
}
.border-x-amber-100\/100 {
  border-left-color: rgb(254 243 199 / 1);
  border-right-color: rgb(254 243 199 / 1);
}
.border-x-amber-100\/15 {
  border-left-color: rgb(254 243 199 / 0.15);
  border-right-color: rgb(254 243 199 / 0.15);
}
.border-x-amber-100\/20 {
  border-left-color: rgb(254 243 199 / 0.2);
  border-right-color: rgb(254 243 199 / 0.2);
}
.border-x-amber-100\/25 {
  border-left-color: rgb(254 243 199 / 0.25);
  border-right-color: rgb(254 243 199 / 0.25);
}
.border-x-amber-100\/30 {
  border-left-color: rgb(254 243 199 / 0.3);
  border-right-color: rgb(254 243 199 / 0.3);
}
.border-x-amber-100\/35 {
  border-left-color: rgb(254 243 199 / 0.35);
  border-right-color: rgb(254 243 199 / 0.35);
}
.border-x-amber-100\/40 {
  border-left-color: rgb(254 243 199 / 0.4);
  border-right-color: rgb(254 243 199 / 0.4);
}
.border-x-amber-100\/45 {
  border-left-color: rgb(254 243 199 / 0.45);
  border-right-color: rgb(254 243 199 / 0.45);
}
.border-x-amber-100\/5 {
  border-left-color: rgb(254 243 199 / 0.05);
  border-right-color: rgb(254 243 199 / 0.05);
}
.border-x-amber-100\/50 {
  border-left-color: rgb(254 243 199 / 0.5);
  border-right-color: rgb(254 243 199 / 0.5);
}
.border-x-amber-100\/55 {
  border-left-color: rgb(254 243 199 / 0.55);
  border-right-color: rgb(254 243 199 / 0.55);
}
.border-x-amber-100\/60 {
  border-left-color: rgb(254 243 199 / 0.6);
  border-right-color: rgb(254 243 199 / 0.6);
}
.border-x-amber-100\/65 {
  border-left-color: rgb(254 243 199 / 0.65);
  border-right-color: rgb(254 243 199 / 0.65);
}
.border-x-amber-100\/70 {
  border-left-color: rgb(254 243 199 / 0.7);
  border-right-color: rgb(254 243 199 / 0.7);
}
.border-x-amber-100\/75 {
  border-left-color: rgb(254 243 199 / 0.75);
  border-right-color: rgb(254 243 199 / 0.75);
}
.border-x-amber-100\/80 {
  border-left-color: rgb(254 243 199 / 0.8);
  border-right-color: rgb(254 243 199 / 0.8);
}
.border-x-amber-100\/85 {
  border-left-color: rgb(254 243 199 / 0.85);
  border-right-color: rgb(254 243 199 / 0.85);
}
.border-x-amber-100\/90 {
  border-left-color: rgb(254 243 199 / 0.9);
  border-right-color: rgb(254 243 199 / 0.9);
}
.border-x-amber-100\/95 {
  border-left-color: rgb(254 243 199 / 0.95);
  border-right-color: rgb(254 243 199 / 0.95);
}
.border-x-amber-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-x-amber-200\/0 {
  border-left-color: rgb(253 230 138 / 0);
  border-right-color: rgb(253 230 138 / 0);
}
.border-x-amber-200\/10 {
  border-left-color: rgb(253 230 138 / 0.1);
  border-right-color: rgb(253 230 138 / 0.1);
}
.border-x-amber-200\/100 {
  border-left-color: rgb(253 230 138 / 1);
  border-right-color: rgb(253 230 138 / 1);
}
.border-x-amber-200\/15 {
  border-left-color: rgb(253 230 138 / 0.15);
  border-right-color: rgb(253 230 138 / 0.15);
}
.border-x-amber-200\/20 {
  border-left-color: rgb(253 230 138 / 0.2);
  border-right-color: rgb(253 230 138 / 0.2);
}
.border-x-amber-200\/25 {
  border-left-color: rgb(253 230 138 / 0.25);
  border-right-color: rgb(253 230 138 / 0.25);
}
.border-x-amber-200\/30 {
  border-left-color: rgb(253 230 138 / 0.3);
  border-right-color: rgb(253 230 138 / 0.3);
}
.border-x-amber-200\/35 {
  border-left-color: rgb(253 230 138 / 0.35);
  border-right-color: rgb(253 230 138 / 0.35);
}
.border-x-amber-200\/40 {
  border-left-color: rgb(253 230 138 / 0.4);
  border-right-color: rgb(253 230 138 / 0.4);
}
.border-x-amber-200\/45 {
  border-left-color: rgb(253 230 138 / 0.45);
  border-right-color: rgb(253 230 138 / 0.45);
}
.border-x-amber-200\/5 {
  border-left-color: rgb(253 230 138 / 0.05);
  border-right-color: rgb(253 230 138 / 0.05);
}
.border-x-amber-200\/50 {
  border-left-color: rgb(253 230 138 / 0.5);
  border-right-color: rgb(253 230 138 / 0.5);
}
.border-x-amber-200\/55 {
  border-left-color: rgb(253 230 138 / 0.55);
  border-right-color: rgb(253 230 138 / 0.55);
}
.border-x-amber-200\/60 {
  border-left-color: rgb(253 230 138 / 0.6);
  border-right-color: rgb(253 230 138 / 0.6);
}
.border-x-amber-200\/65 {
  border-left-color: rgb(253 230 138 / 0.65);
  border-right-color: rgb(253 230 138 / 0.65);
}
.border-x-amber-200\/70 {
  border-left-color: rgb(253 230 138 / 0.7);
  border-right-color: rgb(253 230 138 / 0.7);
}
.border-x-amber-200\/75 {
  border-left-color: rgb(253 230 138 / 0.75);
  border-right-color: rgb(253 230 138 / 0.75);
}
.border-x-amber-200\/80 {
  border-left-color: rgb(253 230 138 / 0.8);
  border-right-color: rgb(253 230 138 / 0.8);
}
.border-x-amber-200\/85 {
  border-left-color: rgb(253 230 138 / 0.85);
  border-right-color: rgb(253 230 138 / 0.85);
}
.border-x-amber-200\/90 {
  border-left-color: rgb(253 230 138 / 0.9);
  border-right-color: rgb(253 230 138 / 0.9);
}
.border-x-amber-200\/95 {
  border-left-color: rgb(253 230 138 / 0.95);
  border-right-color: rgb(253 230 138 / 0.95);
}
.border-x-amber-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-x-amber-300\/0 {
  border-left-color: rgb(252 211 77 / 0);
  border-right-color: rgb(252 211 77 / 0);
}
.border-x-amber-300\/10 {
  border-left-color: rgb(252 211 77 / 0.1);
  border-right-color: rgb(252 211 77 / 0.1);
}
.border-x-amber-300\/100 {
  border-left-color: rgb(252 211 77 / 1);
  border-right-color: rgb(252 211 77 / 1);
}
.border-x-amber-300\/15 {
  border-left-color: rgb(252 211 77 / 0.15);
  border-right-color: rgb(252 211 77 / 0.15);
}
.border-x-amber-300\/20 {
  border-left-color: rgb(252 211 77 / 0.2);
  border-right-color: rgb(252 211 77 / 0.2);
}
.border-x-amber-300\/25 {
  border-left-color: rgb(252 211 77 / 0.25);
  border-right-color: rgb(252 211 77 / 0.25);
}
.border-x-amber-300\/30 {
  border-left-color: rgb(252 211 77 / 0.3);
  border-right-color: rgb(252 211 77 / 0.3);
}
.border-x-amber-300\/35 {
  border-left-color: rgb(252 211 77 / 0.35);
  border-right-color: rgb(252 211 77 / 0.35);
}
.border-x-amber-300\/40 {
  border-left-color: rgb(252 211 77 / 0.4);
  border-right-color: rgb(252 211 77 / 0.4);
}
.border-x-amber-300\/45 {
  border-left-color: rgb(252 211 77 / 0.45);
  border-right-color: rgb(252 211 77 / 0.45);
}
.border-x-amber-300\/5 {
  border-left-color: rgb(252 211 77 / 0.05);
  border-right-color: rgb(252 211 77 / 0.05);
}
.border-x-amber-300\/50 {
  border-left-color: rgb(252 211 77 / 0.5);
  border-right-color: rgb(252 211 77 / 0.5);
}
.border-x-amber-300\/55 {
  border-left-color: rgb(252 211 77 / 0.55);
  border-right-color: rgb(252 211 77 / 0.55);
}
.border-x-amber-300\/60 {
  border-left-color: rgb(252 211 77 / 0.6);
  border-right-color: rgb(252 211 77 / 0.6);
}
.border-x-amber-300\/65 {
  border-left-color: rgb(252 211 77 / 0.65);
  border-right-color: rgb(252 211 77 / 0.65);
}
.border-x-amber-300\/70 {
  border-left-color: rgb(252 211 77 / 0.7);
  border-right-color: rgb(252 211 77 / 0.7);
}
.border-x-amber-300\/75 {
  border-left-color: rgb(252 211 77 / 0.75);
  border-right-color: rgb(252 211 77 / 0.75);
}
.border-x-amber-300\/80 {
  border-left-color: rgb(252 211 77 / 0.8);
  border-right-color: rgb(252 211 77 / 0.8);
}
.border-x-amber-300\/85 {
  border-left-color: rgb(252 211 77 / 0.85);
  border-right-color: rgb(252 211 77 / 0.85);
}
.border-x-amber-300\/90 {
  border-left-color: rgb(252 211 77 / 0.9);
  border-right-color: rgb(252 211 77 / 0.9);
}
.border-x-amber-300\/95 {
  border-left-color: rgb(252 211 77 / 0.95);
  border-right-color: rgb(252 211 77 / 0.95);
}
.border-x-amber-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-x-amber-400\/0 {
  border-left-color: rgb(251 191 36 / 0);
  border-right-color: rgb(251 191 36 / 0);
}
.border-x-amber-400\/10 {
  border-left-color: rgb(251 191 36 / 0.1);
  border-right-color: rgb(251 191 36 / 0.1);
}
.border-x-amber-400\/100 {
  border-left-color: rgb(251 191 36 / 1);
  border-right-color: rgb(251 191 36 / 1);
}
.border-x-amber-400\/15 {
  border-left-color: rgb(251 191 36 / 0.15);
  border-right-color: rgb(251 191 36 / 0.15);
}
.border-x-amber-400\/20 {
  border-left-color: rgb(251 191 36 / 0.2);
  border-right-color: rgb(251 191 36 / 0.2);
}
.border-x-amber-400\/25 {
  border-left-color: rgb(251 191 36 / 0.25);
  border-right-color: rgb(251 191 36 / 0.25);
}
.border-x-amber-400\/30 {
  border-left-color: rgb(251 191 36 / 0.3);
  border-right-color: rgb(251 191 36 / 0.3);
}
.border-x-amber-400\/35 {
  border-left-color: rgb(251 191 36 / 0.35);
  border-right-color: rgb(251 191 36 / 0.35);
}
.border-x-amber-400\/40 {
  border-left-color: rgb(251 191 36 / 0.4);
  border-right-color: rgb(251 191 36 / 0.4);
}
.border-x-amber-400\/45 {
  border-left-color: rgb(251 191 36 / 0.45);
  border-right-color: rgb(251 191 36 / 0.45);
}
.border-x-amber-400\/5 {
  border-left-color: rgb(251 191 36 / 0.05);
  border-right-color: rgb(251 191 36 / 0.05);
}
.border-x-amber-400\/50 {
  border-left-color: rgb(251 191 36 / 0.5);
  border-right-color: rgb(251 191 36 / 0.5);
}
.border-x-amber-400\/55 {
  border-left-color: rgb(251 191 36 / 0.55);
  border-right-color: rgb(251 191 36 / 0.55);
}
.border-x-amber-400\/60 {
  border-left-color: rgb(251 191 36 / 0.6);
  border-right-color: rgb(251 191 36 / 0.6);
}
.border-x-amber-400\/65 {
  border-left-color: rgb(251 191 36 / 0.65);
  border-right-color: rgb(251 191 36 / 0.65);
}
.border-x-amber-400\/70 {
  border-left-color: rgb(251 191 36 / 0.7);
  border-right-color: rgb(251 191 36 / 0.7);
}
.border-x-amber-400\/75 {
  border-left-color: rgb(251 191 36 / 0.75);
  border-right-color: rgb(251 191 36 / 0.75);
}
.border-x-amber-400\/80 {
  border-left-color: rgb(251 191 36 / 0.8);
  border-right-color: rgb(251 191 36 / 0.8);
}
.border-x-amber-400\/85 {
  border-left-color: rgb(251 191 36 / 0.85);
  border-right-color: rgb(251 191 36 / 0.85);
}
.border-x-amber-400\/90 {
  border-left-color: rgb(251 191 36 / 0.9);
  border-right-color: rgb(251 191 36 / 0.9);
}
.border-x-amber-400\/95 {
  border-left-color: rgb(251 191 36 / 0.95);
  border-right-color: rgb(251 191 36 / 0.95);
}
.border-x-amber-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-x-amber-50\/0 {
  border-left-color: rgb(255 251 235 / 0);
  border-right-color: rgb(255 251 235 / 0);
}
.border-x-amber-50\/10 {
  border-left-color: rgb(255 251 235 / 0.1);
  border-right-color: rgb(255 251 235 / 0.1);
}
.border-x-amber-50\/100 {
  border-left-color: rgb(255 251 235 / 1);
  border-right-color: rgb(255 251 235 / 1);
}
.border-x-amber-50\/15 {
  border-left-color: rgb(255 251 235 / 0.15);
  border-right-color: rgb(255 251 235 / 0.15);
}
.border-x-amber-50\/20 {
  border-left-color: rgb(255 251 235 / 0.2);
  border-right-color: rgb(255 251 235 / 0.2);
}
.border-x-amber-50\/25 {
  border-left-color: rgb(255 251 235 / 0.25);
  border-right-color: rgb(255 251 235 / 0.25);
}
.border-x-amber-50\/30 {
  border-left-color: rgb(255 251 235 / 0.3);
  border-right-color: rgb(255 251 235 / 0.3);
}
.border-x-amber-50\/35 {
  border-left-color: rgb(255 251 235 / 0.35);
  border-right-color: rgb(255 251 235 / 0.35);
}
.border-x-amber-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}
.border-x-amber-50\/45 {
  border-left-color: rgb(255 251 235 / 0.45);
  border-right-color: rgb(255 251 235 / 0.45);
}
.border-x-amber-50\/5 {
  border-left-color: rgb(255 251 235 / 0.05);
  border-right-color: rgb(255 251 235 / 0.05);
}
.border-x-amber-50\/50 {
  border-left-color: rgb(255 251 235 / 0.5);
  border-right-color: rgb(255 251 235 / 0.5);
}
.border-x-amber-50\/55 {
  border-left-color: rgb(255 251 235 / 0.55);
  border-right-color: rgb(255 251 235 / 0.55);
}
.border-x-amber-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}
.border-x-amber-50\/65 {
  border-left-color: rgb(255 251 235 / 0.65);
  border-right-color: rgb(255 251 235 / 0.65);
}
.border-x-amber-50\/70 {
  border-left-color: rgb(255 251 235 / 0.7);
  border-right-color: rgb(255 251 235 / 0.7);
}
.border-x-amber-50\/75 {
  border-left-color: rgb(255 251 235 / 0.75);
  border-right-color: rgb(255 251 235 / 0.75);
}
.border-x-amber-50\/80 {
  border-left-color: rgb(255 251 235 / 0.8);
  border-right-color: rgb(255 251 235 / 0.8);
}
.border-x-amber-50\/85 {
  border-left-color: rgb(255 251 235 / 0.85);
  border-right-color: rgb(255 251 235 / 0.85);
}
.border-x-amber-50\/90 {
  border-left-color: rgb(255 251 235 / 0.9);
  border-right-color: rgb(255 251 235 / 0.9);
}
.border-x-amber-50\/95 {
  border-left-color: rgb(255 251 235 / 0.95);
  border-right-color: rgb(255 251 235 / 0.95);
}
.border-x-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-x-amber-500\/0 {
  border-left-color: rgb(245 158 11 / 0);
  border-right-color: rgb(245 158 11 / 0);
}
.border-x-amber-500\/10 {
  border-left-color: rgb(245 158 11 / 0.1);
  border-right-color: rgb(245 158 11 / 0.1);
}
.border-x-amber-500\/100 {
  border-left-color: rgb(245 158 11 / 1);
  border-right-color: rgb(245 158 11 / 1);
}
.border-x-amber-500\/15 {
  border-left-color: rgb(245 158 11 / 0.15);
  border-right-color: rgb(245 158 11 / 0.15);
}
.border-x-amber-500\/20 {
  border-left-color: rgb(245 158 11 / 0.2);
  border-right-color: rgb(245 158 11 / 0.2);
}
.border-x-amber-500\/25 {
  border-left-color: rgb(245 158 11 / 0.25);
  border-right-color: rgb(245 158 11 / 0.25);
}
.border-x-amber-500\/30 {
  border-left-color: rgb(245 158 11 / 0.3);
  border-right-color: rgb(245 158 11 / 0.3);
}
.border-x-amber-500\/35 {
  border-left-color: rgb(245 158 11 / 0.35);
  border-right-color: rgb(245 158 11 / 0.35);
}
.border-x-amber-500\/40 {
  border-left-color: rgb(245 158 11 / 0.4);
  border-right-color: rgb(245 158 11 / 0.4);
}
.border-x-amber-500\/45 {
  border-left-color: rgb(245 158 11 / 0.45);
  border-right-color: rgb(245 158 11 / 0.45);
}
.border-x-amber-500\/5 {
  border-left-color: rgb(245 158 11 / 0.05);
  border-right-color: rgb(245 158 11 / 0.05);
}
.border-x-amber-500\/50 {
  border-left-color: rgb(245 158 11 / 0.5);
  border-right-color: rgb(245 158 11 / 0.5);
}
.border-x-amber-500\/55 {
  border-left-color: rgb(245 158 11 / 0.55);
  border-right-color: rgb(245 158 11 / 0.55);
}
.border-x-amber-500\/60 {
  border-left-color: rgb(245 158 11 / 0.6);
  border-right-color: rgb(245 158 11 / 0.6);
}
.border-x-amber-500\/65 {
  border-left-color: rgb(245 158 11 / 0.65);
  border-right-color: rgb(245 158 11 / 0.65);
}
.border-x-amber-500\/70 {
  border-left-color: rgb(245 158 11 / 0.7);
  border-right-color: rgb(245 158 11 / 0.7);
}
.border-x-amber-500\/75 {
  border-left-color: rgb(245 158 11 / 0.75);
  border-right-color: rgb(245 158 11 / 0.75);
}
.border-x-amber-500\/80 {
  border-left-color: rgb(245 158 11 / 0.8);
  border-right-color: rgb(245 158 11 / 0.8);
}
.border-x-amber-500\/85 {
  border-left-color: rgb(245 158 11 / 0.85);
  border-right-color: rgb(245 158 11 / 0.85);
}
.border-x-amber-500\/90 {
  border-left-color: rgb(245 158 11 / 0.9);
  border-right-color: rgb(245 158 11 / 0.9);
}
.border-x-amber-500\/95 {
  border-left-color: rgb(245 158 11 / 0.95);
  border-right-color: rgb(245 158 11 / 0.95);
}
.border-x-amber-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-x-amber-600\/0 {
  border-left-color: rgb(217 119 6 / 0);
  border-right-color: rgb(217 119 6 / 0);
}
.border-x-amber-600\/10 {
  border-left-color: rgb(217 119 6 / 0.1);
  border-right-color: rgb(217 119 6 / 0.1);
}
.border-x-amber-600\/100 {
  border-left-color: rgb(217 119 6 / 1);
  border-right-color: rgb(217 119 6 / 1);
}
.border-x-amber-600\/15 {
  border-left-color: rgb(217 119 6 / 0.15);
  border-right-color: rgb(217 119 6 / 0.15);
}
.border-x-amber-600\/20 {
  border-left-color: rgb(217 119 6 / 0.2);
  border-right-color: rgb(217 119 6 / 0.2);
}
.border-x-amber-600\/25 {
  border-left-color: rgb(217 119 6 / 0.25);
  border-right-color: rgb(217 119 6 / 0.25);
}
.border-x-amber-600\/30 {
  border-left-color: rgb(217 119 6 / 0.3);
  border-right-color: rgb(217 119 6 / 0.3);
}
.border-x-amber-600\/35 {
  border-left-color: rgb(217 119 6 / 0.35);
  border-right-color: rgb(217 119 6 / 0.35);
}
.border-x-amber-600\/40 {
  border-left-color: rgb(217 119 6 / 0.4);
  border-right-color: rgb(217 119 6 / 0.4);
}
.border-x-amber-600\/45 {
  border-left-color: rgb(217 119 6 / 0.45);
  border-right-color: rgb(217 119 6 / 0.45);
}
.border-x-amber-600\/5 {
  border-left-color: rgb(217 119 6 / 0.05);
  border-right-color: rgb(217 119 6 / 0.05);
}
.border-x-amber-600\/50 {
  border-left-color: rgb(217 119 6 / 0.5);
  border-right-color: rgb(217 119 6 / 0.5);
}
.border-x-amber-600\/55 {
  border-left-color: rgb(217 119 6 / 0.55);
  border-right-color: rgb(217 119 6 / 0.55);
}
.border-x-amber-600\/60 {
  border-left-color: rgb(217 119 6 / 0.6);
  border-right-color: rgb(217 119 6 / 0.6);
}
.border-x-amber-600\/65 {
  border-left-color: rgb(217 119 6 / 0.65);
  border-right-color: rgb(217 119 6 / 0.65);
}
.border-x-amber-600\/70 {
  border-left-color: rgb(217 119 6 / 0.7);
  border-right-color: rgb(217 119 6 / 0.7);
}
.border-x-amber-600\/75 {
  border-left-color: rgb(217 119 6 / 0.75);
  border-right-color: rgb(217 119 6 / 0.75);
}
.border-x-amber-600\/80 {
  border-left-color: rgb(217 119 6 / 0.8);
  border-right-color: rgb(217 119 6 / 0.8);
}
.border-x-amber-600\/85 {
  border-left-color: rgb(217 119 6 / 0.85);
  border-right-color: rgb(217 119 6 / 0.85);
}
.border-x-amber-600\/90 {
  border-left-color: rgb(217 119 6 / 0.9);
  border-right-color: rgb(217 119 6 / 0.9);
}
.border-x-amber-600\/95 {
  border-left-color: rgb(217 119 6 / 0.95);
  border-right-color: rgb(217 119 6 / 0.95);
}
.border-x-amber-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-x-amber-700\/0 {
  border-left-color: rgb(180 83 9 / 0);
  border-right-color: rgb(180 83 9 / 0);
}
.border-x-amber-700\/10 {
  border-left-color: rgb(180 83 9 / 0.1);
  border-right-color: rgb(180 83 9 / 0.1);
}
.border-x-amber-700\/100 {
  border-left-color: rgb(180 83 9 / 1);
  border-right-color: rgb(180 83 9 / 1);
}
.border-x-amber-700\/15 {
  border-left-color: rgb(180 83 9 / 0.15);
  border-right-color: rgb(180 83 9 / 0.15);
}
.border-x-amber-700\/20 {
  border-left-color: rgb(180 83 9 / 0.2);
  border-right-color: rgb(180 83 9 / 0.2);
}
.border-x-amber-700\/25 {
  border-left-color: rgb(180 83 9 / 0.25);
  border-right-color: rgb(180 83 9 / 0.25);
}
.border-x-amber-700\/30 {
  border-left-color: rgb(180 83 9 / 0.3);
  border-right-color: rgb(180 83 9 / 0.3);
}
.border-x-amber-700\/35 {
  border-left-color: rgb(180 83 9 / 0.35);
  border-right-color: rgb(180 83 9 / 0.35);
}
.border-x-amber-700\/40 {
  border-left-color: rgb(180 83 9 / 0.4);
  border-right-color: rgb(180 83 9 / 0.4);
}
.border-x-amber-700\/45 {
  border-left-color: rgb(180 83 9 / 0.45);
  border-right-color: rgb(180 83 9 / 0.45);
}
.border-x-amber-700\/5 {
  border-left-color: rgb(180 83 9 / 0.05);
  border-right-color: rgb(180 83 9 / 0.05);
}
.border-x-amber-700\/50 {
  border-left-color: rgb(180 83 9 / 0.5);
  border-right-color: rgb(180 83 9 / 0.5);
}
.border-x-amber-700\/55 {
  border-left-color: rgb(180 83 9 / 0.55);
  border-right-color: rgb(180 83 9 / 0.55);
}
.border-x-amber-700\/60 {
  border-left-color: rgb(180 83 9 / 0.6);
  border-right-color: rgb(180 83 9 / 0.6);
}
.border-x-amber-700\/65 {
  border-left-color: rgb(180 83 9 / 0.65);
  border-right-color: rgb(180 83 9 / 0.65);
}
.border-x-amber-700\/70 {
  border-left-color: rgb(180 83 9 / 0.7);
  border-right-color: rgb(180 83 9 / 0.7);
}
.border-x-amber-700\/75 {
  border-left-color: rgb(180 83 9 / 0.75);
  border-right-color: rgb(180 83 9 / 0.75);
}
.border-x-amber-700\/80 {
  border-left-color: rgb(180 83 9 / 0.8);
  border-right-color: rgb(180 83 9 / 0.8);
}
.border-x-amber-700\/85 {
  border-left-color: rgb(180 83 9 / 0.85);
  border-right-color: rgb(180 83 9 / 0.85);
}
.border-x-amber-700\/90 {
  border-left-color: rgb(180 83 9 / 0.9);
  border-right-color: rgb(180 83 9 / 0.9);
}
.border-x-amber-700\/95 {
  border-left-color: rgb(180 83 9 / 0.95);
  border-right-color: rgb(180 83 9 / 0.95);
}
.border-x-amber-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-x-amber-800\/0 {
  border-left-color: rgb(146 64 14 / 0);
  border-right-color: rgb(146 64 14 / 0);
}
.border-x-amber-800\/10 {
  border-left-color: rgb(146 64 14 / 0.1);
  border-right-color: rgb(146 64 14 / 0.1);
}
.border-x-amber-800\/100 {
  border-left-color: rgb(146 64 14 / 1);
  border-right-color: rgb(146 64 14 / 1);
}
.border-x-amber-800\/15 {
  border-left-color: rgb(146 64 14 / 0.15);
  border-right-color: rgb(146 64 14 / 0.15);
}
.border-x-amber-800\/20 {
  border-left-color: rgb(146 64 14 / 0.2);
  border-right-color: rgb(146 64 14 / 0.2);
}
.border-x-amber-800\/25 {
  border-left-color: rgb(146 64 14 / 0.25);
  border-right-color: rgb(146 64 14 / 0.25);
}
.border-x-amber-800\/30 {
  border-left-color: rgb(146 64 14 / 0.3);
  border-right-color: rgb(146 64 14 / 0.3);
}
.border-x-amber-800\/35 {
  border-left-color: rgb(146 64 14 / 0.35);
  border-right-color: rgb(146 64 14 / 0.35);
}
.border-x-amber-800\/40 {
  border-left-color: rgb(146 64 14 / 0.4);
  border-right-color: rgb(146 64 14 / 0.4);
}
.border-x-amber-800\/45 {
  border-left-color: rgb(146 64 14 / 0.45);
  border-right-color: rgb(146 64 14 / 0.45);
}
.border-x-amber-800\/5 {
  border-left-color: rgb(146 64 14 / 0.05);
  border-right-color: rgb(146 64 14 / 0.05);
}
.border-x-amber-800\/50 {
  border-left-color: rgb(146 64 14 / 0.5);
  border-right-color: rgb(146 64 14 / 0.5);
}
.border-x-amber-800\/55 {
  border-left-color: rgb(146 64 14 / 0.55);
  border-right-color: rgb(146 64 14 / 0.55);
}
.border-x-amber-800\/60 {
  border-left-color: rgb(146 64 14 / 0.6);
  border-right-color: rgb(146 64 14 / 0.6);
}
.border-x-amber-800\/65 {
  border-left-color: rgb(146 64 14 / 0.65);
  border-right-color: rgb(146 64 14 / 0.65);
}
.border-x-amber-800\/70 {
  border-left-color: rgb(146 64 14 / 0.7);
  border-right-color: rgb(146 64 14 / 0.7);
}
.border-x-amber-800\/75 {
  border-left-color: rgb(146 64 14 / 0.75);
  border-right-color: rgb(146 64 14 / 0.75);
}
.border-x-amber-800\/80 {
  border-left-color: rgb(146 64 14 / 0.8);
  border-right-color: rgb(146 64 14 / 0.8);
}
.border-x-amber-800\/85 {
  border-left-color: rgb(146 64 14 / 0.85);
  border-right-color: rgb(146 64 14 / 0.85);
}
.border-x-amber-800\/90 {
  border-left-color: rgb(146 64 14 / 0.9);
  border-right-color: rgb(146 64 14 / 0.9);
}
.border-x-amber-800\/95 {
  border-left-color: rgb(146 64 14 / 0.95);
  border-right-color: rgb(146 64 14 / 0.95);
}
.border-x-amber-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-x-amber-900\/0 {
  border-left-color: rgb(120 53 15 / 0);
  border-right-color: rgb(120 53 15 / 0);
}
.border-x-amber-900\/10 {
  border-left-color: rgb(120 53 15 / 0.1);
  border-right-color: rgb(120 53 15 / 0.1);
}
.border-x-amber-900\/100 {
  border-left-color: rgb(120 53 15 / 1);
  border-right-color: rgb(120 53 15 / 1);
}
.border-x-amber-900\/15 {
  border-left-color: rgb(120 53 15 / 0.15);
  border-right-color: rgb(120 53 15 / 0.15);
}
.border-x-amber-900\/20 {
  border-left-color: rgb(120 53 15 / 0.2);
  border-right-color: rgb(120 53 15 / 0.2);
}
.border-x-amber-900\/25 {
  border-left-color: rgb(120 53 15 / 0.25);
  border-right-color: rgb(120 53 15 / 0.25);
}
.border-x-amber-900\/30 {
  border-left-color: rgb(120 53 15 / 0.3);
  border-right-color: rgb(120 53 15 / 0.3);
}
.border-x-amber-900\/35 {
  border-left-color: rgb(120 53 15 / 0.35);
  border-right-color: rgb(120 53 15 / 0.35);
}
.border-x-amber-900\/40 {
  border-left-color: rgb(120 53 15 / 0.4);
  border-right-color: rgb(120 53 15 / 0.4);
}
.border-x-amber-900\/45 {
  border-left-color: rgb(120 53 15 / 0.45);
  border-right-color: rgb(120 53 15 / 0.45);
}
.border-x-amber-900\/5 {
  border-left-color: rgb(120 53 15 / 0.05);
  border-right-color: rgb(120 53 15 / 0.05);
}
.border-x-amber-900\/50 {
  border-left-color: rgb(120 53 15 / 0.5);
  border-right-color: rgb(120 53 15 / 0.5);
}
.border-x-amber-900\/55 {
  border-left-color: rgb(120 53 15 / 0.55);
  border-right-color: rgb(120 53 15 / 0.55);
}
.border-x-amber-900\/60 {
  border-left-color: rgb(120 53 15 / 0.6);
  border-right-color: rgb(120 53 15 / 0.6);
}
.border-x-amber-900\/65 {
  border-left-color: rgb(120 53 15 / 0.65);
  border-right-color: rgb(120 53 15 / 0.65);
}
.border-x-amber-900\/70 {
  border-left-color: rgb(120 53 15 / 0.7);
  border-right-color: rgb(120 53 15 / 0.7);
}
.border-x-amber-900\/75 {
  border-left-color: rgb(120 53 15 / 0.75);
  border-right-color: rgb(120 53 15 / 0.75);
}
.border-x-amber-900\/80 {
  border-left-color: rgb(120 53 15 / 0.8);
  border-right-color: rgb(120 53 15 / 0.8);
}
.border-x-amber-900\/85 {
  border-left-color: rgb(120 53 15 / 0.85);
  border-right-color: rgb(120 53 15 / 0.85);
}
.border-x-amber-900\/90 {
  border-left-color: rgb(120 53 15 / 0.9);
  border-right-color: rgb(120 53 15 / 0.9);
}
.border-x-amber-900\/95 {
  border-left-color: rgb(120 53 15 / 0.95);
  border-right-color: rgb(120 53 15 / 0.95);
}
.border-x-amber-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-x-amber-950\/0 {
  border-left-color: rgb(69 26 3 / 0);
  border-right-color: rgb(69 26 3 / 0);
}
.border-x-amber-950\/10 {
  border-left-color: rgb(69 26 3 / 0.1);
  border-right-color: rgb(69 26 3 / 0.1);
}
.border-x-amber-950\/100 {
  border-left-color: rgb(69 26 3 / 1);
  border-right-color: rgb(69 26 3 / 1);
}
.border-x-amber-950\/15 {
  border-left-color: rgb(69 26 3 / 0.15);
  border-right-color: rgb(69 26 3 / 0.15);
}
.border-x-amber-950\/20 {
  border-left-color: rgb(69 26 3 / 0.2);
  border-right-color: rgb(69 26 3 / 0.2);
}
.border-x-amber-950\/25 {
  border-left-color: rgb(69 26 3 / 0.25);
  border-right-color: rgb(69 26 3 / 0.25);
}
.border-x-amber-950\/30 {
  border-left-color: rgb(69 26 3 / 0.3);
  border-right-color: rgb(69 26 3 / 0.3);
}
.border-x-amber-950\/35 {
  border-left-color: rgb(69 26 3 / 0.35);
  border-right-color: rgb(69 26 3 / 0.35);
}
.border-x-amber-950\/40 {
  border-left-color: rgb(69 26 3 / 0.4);
  border-right-color: rgb(69 26 3 / 0.4);
}
.border-x-amber-950\/45 {
  border-left-color: rgb(69 26 3 / 0.45);
  border-right-color: rgb(69 26 3 / 0.45);
}
.border-x-amber-950\/5 {
  border-left-color: rgb(69 26 3 / 0.05);
  border-right-color: rgb(69 26 3 / 0.05);
}
.border-x-amber-950\/50 {
  border-left-color: rgb(69 26 3 / 0.5);
  border-right-color: rgb(69 26 3 / 0.5);
}
.border-x-amber-950\/55 {
  border-left-color: rgb(69 26 3 / 0.55);
  border-right-color: rgb(69 26 3 / 0.55);
}
.border-x-amber-950\/60 {
  border-left-color: rgb(69 26 3 / 0.6);
  border-right-color: rgb(69 26 3 / 0.6);
}
.border-x-amber-950\/65 {
  border-left-color: rgb(69 26 3 / 0.65);
  border-right-color: rgb(69 26 3 / 0.65);
}
.border-x-amber-950\/70 {
  border-left-color: rgb(69 26 3 / 0.7);
  border-right-color: rgb(69 26 3 / 0.7);
}
.border-x-amber-950\/75 {
  border-left-color: rgb(69 26 3 / 0.75);
  border-right-color: rgb(69 26 3 / 0.75);
}
.border-x-amber-950\/80 {
  border-left-color: rgb(69 26 3 / 0.8);
  border-right-color: rgb(69 26 3 / 0.8);
}
.border-x-amber-950\/85 {
  border-left-color: rgb(69 26 3 / 0.85);
  border-right-color: rgb(69 26 3 / 0.85);
}
.border-x-amber-950\/90 {
  border-left-color: rgb(69 26 3 / 0.9);
  border-right-color: rgb(69 26 3 / 0.9);
}
.border-x-amber-950\/95 {
  border-left-color: rgb(69 26 3 / 0.95);
  border-right-color: rgb(69 26 3 / 0.95);
}
.border-x-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-x-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-blue-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-x-blue-100\/0 {
  border-left-color: rgb(219 234 254 / 0);
  border-right-color: rgb(219 234 254 / 0);
}
.border-x-blue-100\/10 {
  border-left-color: rgb(219 234 254 / 0.1);
  border-right-color: rgb(219 234 254 / 0.1);
}
.border-x-blue-100\/100 {
  border-left-color: rgb(219 234 254 / 1);
  border-right-color: rgb(219 234 254 / 1);
}
.border-x-blue-100\/15 {
  border-left-color: rgb(219 234 254 / 0.15);
  border-right-color: rgb(219 234 254 / 0.15);
}
.border-x-blue-100\/20 {
  border-left-color: rgb(219 234 254 / 0.2);
  border-right-color: rgb(219 234 254 / 0.2);
}
.border-x-blue-100\/25 {
  border-left-color: rgb(219 234 254 / 0.25);
  border-right-color: rgb(219 234 254 / 0.25);
}
.border-x-blue-100\/30 {
  border-left-color: rgb(219 234 254 / 0.3);
  border-right-color: rgb(219 234 254 / 0.3);
}
.border-x-blue-100\/35 {
  border-left-color: rgb(219 234 254 / 0.35);
  border-right-color: rgb(219 234 254 / 0.35);
}
.border-x-blue-100\/40 {
  border-left-color: rgb(219 234 254 / 0.4);
  border-right-color: rgb(219 234 254 / 0.4);
}
.border-x-blue-100\/45 {
  border-left-color: rgb(219 234 254 / 0.45);
  border-right-color: rgb(219 234 254 / 0.45);
}
.border-x-blue-100\/5 {
  border-left-color: rgb(219 234 254 / 0.05);
  border-right-color: rgb(219 234 254 / 0.05);
}
.border-x-blue-100\/50 {
  border-left-color: rgb(219 234 254 / 0.5);
  border-right-color: rgb(219 234 254 / 0.5);
}
.border-x-blue-100\/55 {
  border-left-color: rgb(219 234 254 / 0.55);
  border-right-color: rgb(219 234 254 / 0.55);
}
.border-x-blue-100\/60 {
  border-left-color: rgb(219 234 254 / 0.6);
  border-right-color: rgb(219 234 254 / 0.6);
}
.border-x-blue-100\/65 {
  border-left-color: rgb(219 234 254 / 0.65);
  border-right-color: rgb(219 234 254 / 0.65);
}
.border-x-blue-100\/70 {
  border-left-color: rgb(219 234 254 / 0.7);
  border-right-color: rgb(219 234 254 / 0.7);
}
.border-x-blue-100\/75 {
  border-left-color: rgb(219 234 254 / 0.75);
  border-right-color: rgb(219 234 254 / 0.75);
}
.border-x-blue-100\/80 {
  border-left-color: rgb(219 234 254 / 0.8);
  border-right-color: rgb(219 234 254 / 0.8);
}
.border-x-blue-100\/85 {
  border-left-color: rgb(219 234 254 / 0.85);
  border-right-color: rgb(219 234 254 / 0.85);
}
.border-x-blue-100\/90 {
  border-left-color: rgb(219 234 254 / 0.9);
  border-right-color: rgb(219 234 254 / 0.9);
}
.border-x-blue-100\/95 {
  border-left-color: rgb(219 234 254 / 0.95);
  border-right-color: rgb(219 234 254 / 0.95);
}
.border-x-blue-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-x-blue-200\/0 {
  border-left-color: rgb(191 219 254 / 0);
  border-right-color: rgb(191 219 254 / 0);
}
.border-x-blue-200\/10 {
  border-left-color: rgb(191 219 254 / 0.1);
  border-right-color: rgb(191 219 254 / 0.1);
}
.border-x-blue-200\/100 {
  border-left-color: rgb(191 219 254 / 1);
  border-right-color: rgb(191 219 254 / 1);
}
.border-x-blue-200\/15 {
  border-left-color: rgb(191 219 254 / 0.15);
  border-right-color: rgb(191 219 254 / 0.15);
}
.border-x-blue-200\/20 {
  border-left-color: rgb(191 219 254 / 0.2);
  border-right-color: rgb(191 219 254 / 0.2);
}
.border-x-blue-200\/25 {
  border-left-color: rgb(191 219 254 / 0.25);
  border-right-color: rgb(191 219 254 / 0.25);
}
.border-x-blue-200\/30 {
  border-left-color: rgb(191 219 254 / 0.3);
  border-right-color: rgb(191 219 254 / 0.3);
}
.border-x-blue-200\/35 {
  border-left-color: rgb(191 219 254 / 0.35);
  border-right-color: rgb(191 219 254 / 0.35);
}
.border-x-blue-200\/40 {
  border-left-color: rgb(191 219 254 / 0.4);
  border-right-color: rgb(191 219 254 / 0.4);
}
.border-x-blue-200\/45 {
  border-left-color: rgb(191 219 254 / 0.45);
  border-right-color: rgb(191 219 254 / 0.45);
}
.border-x-blue-200\/5 {
  border-left-color: rgb(191 219 254 / 0.05);
  border-right-color: rgb(191 219 254 / 0.05);
}
.border-x-blue-200\/50 {
  border-left-color: rgb(191 219 254 / 0.5);
  border-right-color: rgb(191 219 254 / 0.5);
}
.border-x-blue-200\/55 {
  border-left-color: rgb(191 219 254 / 0.55);
  border-right-color: rgb(191 219 254 / 0.55);
}
.border-x-blue-200\/60 {
  border-left-color: rgb(191 219 254 / 0.6);
  border-right-color: rgb(191 219 254 / 0.6);
}
.border-x-blue-200\/65 {
  border-left-color: rgb(191 219 254 / 0.65);
  border-right-color: rgb(191 219 254 / 0.65);
}
.border-x-blue-200\/70 {
  border-left-color: rgb(191 219 254 / 0.7);
  border-right-color: rgb(191 219 254 / 0.7);
}
.border-x-blue-200\/75 {
  border-left-color: rgb(191 219 254 / 0.75);
  border-right-color: rgb(191 219 254 / 0.75);
}
.border-x-blue-200\/80 {
  border-left-color: rgb(191 219 254 / 0.8);
  border-right-color: rgb(191 219 254 / 0.8);
}
.border-x-blue-200\/85 {
  border-left-color: rgb(191 219 254 / 0.85);
  border-right-color: rgb(191 219 254 / 0.85);
}
.border-x-blue-200\/90 {
  border-left-color: rgb(191 219 254 / 0.9);
  border-right-color: rgb(191 219 254 / 0.9);
}
.border-x-blue-200\/95 {
  border-left-color: rgb(191 219 254 / 0.95);
  border-right-color: rgb(191 219 254 / 0.95);
}
.border-x-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-x-blue-300\/0 {
  border-left-color: rgb(147 197 253 / 0);
  border-right-color: rgb(147 197 253 / 0);
}
.border-x-blue-300\/10 {
  border-left-color: rgb(147 197 253 / 0.1);
  border-right-color: rgb(147 197 253 / 0.1);
}
.border-x-blue-300\/100 {
  border-left-color: rgb(147 197 253 / 1);
  border-right-color: rgb(147 197 253 / 1);
}
.border-x-blue-300\/15 {
  border-left-color: rgb(147 197 253 / 0.15);
  border-right-color: rgb(147 197 253 / 0.15);
}
.border-x-blue-300\/20 {
  border-left-color: rgb(147 197 253 / 0.2);
  border-right-color: rgb(147 197 253 / 0.2);
}
.border-x-blue-300\/25 {
  border-left-color: rgb(147 197 253 / 0.25);
  border-right-color: rgb(147 197 253 / 0.25);
}
.border-x-blue-300\/30 {
  border-left-color: rgb(147 197 253 / 0.3);
  border-right-color: rgb(147 197 253 / 0.3);
}
.border-x-blue-300\/35 {
  border-left-color: rgb(147 197 253 / 0.35);
  border-right-color: rgb(147 197 253 / 0.35);
}
.border-x-blue-300\/40 {
  border-left-color: rgb(147 197 253 / 0.4);
  border-right-color: rgb(147 197 253 / 0.4);
}
.border-x-blue-300\/45 {
  border-left-color: rgb(147 197 253 / 0.45);
  border-right-color: rgb(147 197 253 / 0.45);
}
.border-x-blue-300\/5 {
  border-left-color: rgb(147 197 253 / 0.05);
  border-right-color: rgb(147 197 253 / 0.05);
}
.border-x-blue-300\/50 {
  border-left-color: rgb(147 197 253 / 0.5);
  border-right-color: rgb(147 197 253 / 0.5);
}
.border-x-blue-300\/55 {
  border-left-color: rgb(147 197 253 / 0.55);
  border-right-color: rgb(147 197 253 / 0.55);
}
.border-x-blue-300\/60 {
  border-left-color: rgb(147 197 253 / 0.6);
  border-right-color: rgb(147 197 253 / 0.6);
}
.border-x-blue-300\/65 {
  border-left-color: rgb(147 197 253 / 0.65);
  border-right-color: rgb(147 197 253 / 0.65);
}
.border-x-blue-300\/70 {
  border-left-color: rgb(147 197 253 / 0.7);
  border-right-color: rgb(147 197 253 / 0.7);
}
.border-x-blue-300\/75 {
  border-left-color: rgb(147 197 253 / 0.75);
  border-right-color: rgb(147 197 253 / 0.75);
}
.border-x-blue-300\/80 {
  border-left-color: rgb(147 197 253 / 0.8);
  border-right-color: rgb(147 197 253 / 0.8);
}
.border-x-blue-300\/85 {
  border-left-color: rgb(147 197 253 / 0.85);
  border-right-color: rgb(147 197 253 / 0.85);
}
.border-x-blue-300\/90 {
  border-left-color: rgb(147 197 253 / 0.9);
  border-right-color: rgb(147 197 253 / 0.9);
}
.border-x-blue-300\/95 {
  border-left-color: rgb(147 197 253 / 0.95);
  border-right-color: rgb(147 197 253 / 0.95);
}
.border-x-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-x-blue-400\/0 {
  border-left-color: rgb(96 165 250 / 0);
  border-right-color: rgb(96 165 250 / 0);
}
.border-x-blue-400\/10 {
  border-left-color: rgb(96 165 250 / 0.1);
  border-right-color: rgb(96 165 250 / 0.1);
}
.border-x-blue-400\/100 {
  border-left-color: rgb(96 165 250 / 1);
  border-right-color: rgb(96 165 250 / 1);
}
.border-x-blue-400\/15 {
  border-left-color: rgb(96 165 250 / 0.15);
  border-right-color: rgb(96 165 250 / 0.15);
}
.border-x-blue-400\/20 {
  border-left-color: rgb(96 165 250 / 0.2);
  border-right-color: rgb(96 165 250 / 0.2);
}
.border-x-blue-400\/25 {
  border-left-color: rgb(96 165 250 / 0.25);
  border-right-color: rgb(96 165 250 / 0.25);
}
.border-x-blue-400\/30 {
  border-left-color: rgb(96 165 250 / 0.3);
  border-right-color: rgb(96 165 250 / 0.3);
}
.border-x-blue-400\/35 {
  border-left-color: rgb(96 165 250 / 0.35);
  border-right-color: rgb(96 165 250 / 0.35);
}
.border-x-blue-400\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}
.border-x-blue-400\/45 {
  border-left-color: rgb(96 165 250 / 0.45);
  border-right-color: rgb(96 165 250 / 0.45);
}
.border-x-blue-400\/5 {
  border-left-color: rgb(96 165 250 / 0.05);
  border-right-color: rgb(96 165 250 / 0.05);
}
.border-x-blue-400\/50 {
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}
.border-x-blue-400\/55 {
  border-left-color: rgb(96 165 250 / 0.55);
  border-right-color: rgb(96 165 250 / 0.55);
}
.border-x-blue-400\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}
.border-x-blue-400\/65 {
  border-left-color: rgb(96 165 250 / 0.65);
  border-right-color: rgb(96 165 250 / 0.65);
}
.border-x-blue-400\/70 {
  border-left-color: rgb(96 165 250 / 0.7);
  border-right-color: rgb(96 165 250 / 0.7);
}
.border-x-blue-400\/75 {
  border-left-color: rgb(96 165 250 / 0.75);
  border-right-color: rgb(96 165 250 / 0.75);
}
.border-x-blue-400\/80 {
  border-left-color: rgb(96 165 250 / 0.8);
  border-right-color: rgb(96 165 250 / 0.8);
}
.border-x-blue-400\/85 {
  border-left-color: rgb(96 165 250 / 0.85);
  border-right-color: rgb(96 165 250 / 0.85);
}
.border-x-blue-400\/90 {
  border-left-color: rgb(96 165 250 / 0.9);
  border-right-color: rgb(96 165 250 / 0.9);
}
.border-x-blue-400\/95 {
  border-left-color: rgb(96 165 250 / 0.95);
  border-right-color: rgb(96 165 250 / 0.95);
}
.border-x-blue-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-x-blue-50\/0 {
  border-left-color: rgb(239 246 255 / 0);
  border-right-color: rgb(239 246 255 / 0);
}
.border-x-blue-50\/10 {
  border-left-color: rgb(239 246 255 / 0.1);
  border-right-color: rgb(239 246 255 / 0.1);
}
.border-x-blue-50\/100 {
  border-left-color: rgb(239 246 255 / 1);
  border-right-color: rgb(239 246 255 / 1);
}
.border-x-blue-50\/15 {
  border-left-color: rgb(239 246 255 / 0.15);
  border-right-color: rgb(239 246 255 / 0.15);
}
.border-x-blue-50\/20 {
  border-left-color: rgb(239 246 255 / 0.2);
  border-right-color: rgb(239 246 255 / 0.2);
}
.border-x-blue-50\/25 {
  border-left-color: rgb(239 246 255 / 0.25);
  border-right-color: rgb(239 246 255 / 0.25);
}
.border-x-blue-50\/30 {
  border-left-color: rgb(239 246 255 / 0.3);
  border-right-color: rgb(239 246 255 / 0.3);
}
.border-x-blue-50\/35 {
  border-left-color: rgb(239 246 255 / 0.35);
  border-right-color: rgb(239 246 255 / 0.35);
}
.border-x-blue-50\/40 {
  border-left-color: rgb(239 246 255 / 0.4);
  border-right-color: rgb(239 246 255 / 0.4);
}
.border-x-blue-50\/45 {
  border-left-color: rgb(239 246 255 / 0.45);
  border-right-color: rgb(239 246 255 / 0.45);
}
.border-x-blue-50\/5 {
  border-left-color: rgb(239 246 255 / 0.05);
  border-right-color: rgb(239 246 255 / 0.05);
}
.border-x-blue-50\/50 {
  border-left-color: rgb(239 246 255 / 0.5);
  border-right-color: rgb(239 246 255 / 0.5);
}
.border-x-blue-50\/55 {
  border-left-color: rgb(239 246 255 / 0.55);
  border-right-color: rgb(239 246 255 / 0.55);
}
.border-x-blue-50\/60 {
  border-left-color: rgb(239 246 255 / 0.6);
  border-right-color: rgb(239 246 255 / 0.6);
}
.border-x-blue-50\/65 {
  border-left-color: rgb(239 246 255 / 0.65);
  border-right-color: rgb(239 246 255 / 0.65);
}
.border-x-blue-50\/70 {
  border-left-color: rgb(239 246 255 / 0.7);
  border-right-color: rgb(239 246 255 / 0.7);
}
.border-x-blue-50\/75 {
  border-left-color: rgb(239 246 255 / 0.75);
  border-right-color: rgb(239 246 255 / 0.75);
}
.border-x-blue-50\/80 {
  border-left-color: rgb(239 246 255 / 0.8);
  border-right-color: rgb(239 246 255 / 0.8);
}
.border-x-blue-50\/85 {
  border-left-color: rgb(239 246 255 / 0.85);
  border-right-color: rgb(239 246 255 / 0.85);
}
.border-x-blue-50\/90 {
  border-left-color: rgb(239 246 255 / 0.9);
  border-right-color: rgb(239 246 255 / 0.9);
}
.border-x-blue-50\/95 {
  border-left-color: rgb(239 246 255 / 0.95);
  border-right-color: rgb(239 246 255 / 0.95);
}
.border-x-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-x-blue-500\/0 {
  border-left-color: rgb(59 130 246 / 0);
  border-right-color: rgb(59 130 246 / 0);
}
.border-x-blue-500\/10 {
  border-left-color: rgb(59 130 246 / 0.1);
  border-right-color: rgb(59 130 246 / 0.1);
}
.border-x-blue-500\/100 {
  border-left-color: rgb(59 130 246 / 1);
  border-right-color: rgb(59 130 246 / 1);
}
.border-x-blue-500\/15 {
  border-left-color: rgb(59 130 246 / 0.15);
  border-right-color: rgb(59 130 246 / 0.15);
}
.border-x-blue-500\/20 {
  border-left-color: rgb(59 130 246 / 0.2);
  border-right-color: rgb(59 130 246 / 0.2);
}
.border-x-blue-500\/25 {
  border-left-color: rgb(59 130 246 / 0.25);
  border-right-color: rgb(59 130 246 / 0.25);
}
.border-x-blue-500\/30 {
  border-left-color: rgb(59 130 246 / 0.3);
  border-right-color: rgb(59 130 246 / 0.3);
}
.border-x-blue-500\/35 {
  border-left-color: rgb(59 130 246 / 0.35);
  border-right-color: rgb(59 130 246 / 0.35);
}
.border-x-blue-500\/40 {
  border-left-color: rgb(59 130 246 / 0.4);
  border-right-color: rgb(59 130 246 / 0.4);
}
.border-x-blue-500\/45 {
  border-left-color: rgb(59 130 246 / 0.45);
  border-right-color: rgb(59 130 246 / 0.45);
}
.border-x-blue-500\/5 {
  border-left-color: rgb(59 130 246 / 0.05);
  border-right-color: rgb(59 130 246 / 0.05);
}
.border-x-blue-500\/50 {
  border-left-color: rgb(59 130 246 / 0.5);
  border-right-color: rgb(59 130 246 / 0.5);
}
.border-x-blue-500\/55 {
  border-left-color: rgb(59 130 246 / 0.55);
  border-right-color: rgb(59 130 246 / 0.55);
}
.border-x-blue-500\/60 {
  border-left-color: rgb(59 130 246 / 0.6);
  border-right-color: rgb(59 130 246 / 0.6);
}
.border-x-blue-500\/65 {
  border-left-color: rgb(59 130 246 / 0.65);
  border-right-color: rgb(59 130 246 / 0.65);
}
.border-x-blue-500\/70 {
  border-left-color: rgb(59 130 246 / 0.7);
  border-right-color: rgb(59 130 246 / 0.7);
}
.border-x-blue-500\/75 {
  border-left-color: rgb(59 130 246 / 0.75);
  border-right-color: rgb(59 130 246 / 0.75);
}
.border-x-blue-500\/80 {
  border-left-color: rgb(59 130 246 / 0.8);
  border-right-color: rgb(59 130 246 / 0.8);
}
.border-x-blue-500\/85 {
  border-left-color: rgb(59 130 246 / 0.85);
  border-right-color: rgb(59 130 246 / 0.85);
}
.border-x-blue-500\/90 {
  border-left-color: rgb(59 130 246 / 0.9);
  border-right-color: rgb(59 130 246 / 0.9);
}
.border-x-blue-500\/95 {
  border-left-color: rgb(59 130 246 / 0.95);
  border-right-color: rgb(59 130 246 / 0.95);
}
.border-x-blue-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-x-blue-600\/0 {
  border-left-color: rgb(37 99 235 / 0);
  border-right-color: rgb(37 99 235 / 0);
}
.border-x-blue-600\/10 {
  border-left-color: rgb(37 99 235 / 0.1);
  border-right-color: rgb(37 99 235 / 0.1);
}
.border-x-blue-600\/100 {
  border-left-color: rgb(37 99 235 / 1);
  border-right-color: rgb(37 99 235 / 1);
}
.border-x-blue-600\/15 {
  border-left-color: rgb(37 99 235 / 0.15);
  border-right-color: rgb(37 99 235 / 0.15);
}
.border-x-blue-600\/20 {
  border-left-color: rgb(37 99 235 / 0.2);
  border-right-color: rgb(37 99 235 / 0.2);
}
.border-x-blue-600\/25 {
  border-left-color: rgb(37 99 235 / 0.25);
  border-right-color: rgb(37 99 235 / 0.25);
}
.border-x-blue-600\/30 {
  border-left-color: rgb(37 99 235 / 0.3);
  border-right-color: rgb(37 99 235 / 0.3);
}
.border-x-blue-600\/35 {
  border-left-color: rgb(37 99 235 / 0.35);
  border-right-color: rgb(37 99 235 / 0.35);
}
.border-x-blue-600\/40 {
  border-left-color: rgb(37 99 235 / 0.4);
  border-right-color: rgb(37 99 235 / 0.4);
}
.border-x-blue-600\/45 {
  border-left-color: rgb(37 99 235 / 0.45);
  border-right-color: rgb(37 99 235 / 0.45);
}
.border-x-blue-600\/5 {
  border-left-color: rgb(37 99 235 / 0.05);
  border-right-color: rgb(37 99 235 / 0.05);
}
.border-x-blue-600\/50 {
  border-left-color: rgb(37 99 235 / 0.5);
  border-right-color: rgb(37 99 235 / 0.5);
}
.border-x-blue-600\/55 {
  border-left-color: rgb(37 99 235 / 0.55);
  border-right-color: rgb(37 99 235 / 0.55);
}
.border-x-blue-600\/60 {
  border-left-color: rgb(37 99 235 / 0.6);
  border-right-color: rgb(37 99 235 / 0.6);
}
.border-x-blue-600\/65 {
  border-left-color: rgb(37 99 235 / 0.65);
  border-right-color: rgb(37 99 235 / 0.65);
}
.border-x-blue-600\/70 {
  border-left-color: rgb(37 99 235 / 0.7);
  border-right-color: rgb(37 99 235 / 0.7);
}
.border-x-blue-600\/75 {
  border-left-color: rgb(37 99 235 / 0.75);
  border-right-color: rgb(37 99 235 / 0.75);
}
.border-x-blue-600\/80 {
  border-left-color: rgb(37 99 235 / 0.8);
  border-right-color: rgb(37 99 235 / 0.8);
}
.border-x-blue-600\/85 {
  border-left-color: rgb(37 99 235 / 0.85);
  border-right-color: rgb(37 99 235 / 0.85);
}
.border-x-blue-600\/90 {
  border-left-color: rgb(37 99 235 / 0.9);
  border-right-color: rgb(37 99 235 / 0.9);
}
.border-x-blue-600\/95 {
  border-left-color: rgb(37 99 235 / 0.95);
  border-right-color: rgb(37 99 235 / 0.95);
}
.border-x-blue-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-x-blue-700\/0 {
  border-left-color: rgb(29 78 216 / 0);
  border-right-color: rgb(29 78 216 / 0);
}
.border-x-blue-700\/10 {
  border-left-color: rgb(29 78 216 / 0.1);
  border-right-color: rgb(29 78 216 / 0.1);
}
.border-x-blue-700\/100 {
  border-left-color: rgb(29 78 216 / 1);
  border-right-color: rgb(29 78 216 / 1);
}
.border-x-blue-700\/15 {
  border-left-color: rgb(29 78 216 / 0.15);
  border-right-color: rgb(29 78 216 / 0.15);
}
.border-x-blue-700\/20 {
  border-left-color: rgb(29 78 216 / 0.2);
  border-right-color: rgb(29 78 216 / 0.2);
}
.border-x-blue-700\/25 {
  border-left-color: rgb(29 78 216 / 0.25);
  border-right-color: rgb(29 78 216 / 0.25);
}
.border-x-blue-700\/30 {
  border-left-color: rgb(29 78 216 / 0.3);
  border-right-color: rgb(29 78 216 / 0.3);
}
.border-x-blue-700\/35 {
  border-left-color: rgb(29 78 216 / 0.35);
  border-right-color: rgb(29 78 216 / 0.35);
}
.border-x-blue-700\/40 {
  border-left-color: rgb(29 78 216 / 0.4);
  border-right-color: rgb(29 78 216 / 0.4);
}
.border-x-blue-700\/45 {
  border-left-color: rgb(29 78 216 / 0.45);
  border-right-color: rgb(29 78 216 / 0.45);
}
.border-x-blue-700\/5 {
  border-left-color: rgb(29 78 216 / 0.05);
  border-right-color: rgb(29 78 216 / 0.05);
}
.border-x-blue-700\/50 {
  border-left-color: rgb(29 78 216 / 0.5);
  border-right-color: rgb(29 78 216 / 0.5);
}
.border-x-blue-700\/55 {
  border-left-color: rgb(29 78 216 / 0.55);
  border-right-color: rgb(29 78 216 / 0.55);
}
.border-x-blue-700\/60 {
  border-left-color: rgb(29 78 216 / 0.6);
  border-right-color: rgb(29 78 216 / 0.6);
}
.border-x-blue-700\/65 {
  border-left-color: rgb(29 78 216 / 0.65);
  border-right-color: rgb(29 78 216 / 0.65);
}
.border-x-blue-700\/70 {
  border-left-color: rgb(29 78 216 / 0.7);
  border-right-color: rgb(29 78 216 / 0.7);
}
.border-x-blue-700\/75 {
  border-left-color: rgb(29 78 216 / 0.75);
  border-right-color: rgb(29 78 216 / 0.75);
}
.border-x-blue-700\/80 {
  border-left-color: rgb(29 78 216 / 0.8);
  border-right-color: rgb(29 78 216 / 0.8);
}
.border-x-blue-700\/85 {
  border-left-color: rgb(29 78 216 / 0.85);
  border-right-color: rgb(29 78 216 / 0.85);
}
.border-x-blue-700\/90 {
  border-left-color: rgb(29 78 216 / 0.9);
  border-right-color: rgb(29 78 216 / 0.9);
}
.border-x-blue-700\/95 {
  border-left-color: rgb(29 78 216 / 0.95);
  border-right-color: rgb(29 78 216 / 0.95);
}
.border-x-blue-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-x-blue-800\/0 {
  border-left-color: rgb(30 64 175 / 0);
  border-right-color: rgb(30 64 175 / 0);
}
.border-x-blue-800\/10 {
  border-left-color: rgb(30 64 175 / 0.1);
  border-right-color: rgb(30 64 175 / 0.1);
}
.border-x-blue-800\/100 {
  border-left-color: rgb(30 64 175 / 1);
  border-right-color: rgb(30 64 175 / 1);
}
.border-x-blue-800\/15 {
  border-left-color: rgb(30 64 175 / 0.15);
  border-right-color: rgb(30 64 175 / 0.15);
}
.border-x-blue-800\/20 {
  border-left-color: rgb(30 64 175 / 0.2);
  border-right-color: rgb(30 64 175 / 0.2);
}
.border-x-blue-800\/25 {
  border-left-color: rgb(30 64 175 / 0.25);
  border-right-color: rgb(30 64 175 / 0.25);
}
.border-x-blue-800\/30 {
  border-left-color: rgb(30 64 175 / 0.3);
  border-right-color: rgb(30 64 175 / 0.3);
}
.border-x-blue-800\/35 {
  border-left-color: rgb(30 64 175 / 0.35);
  border-right-color: rgb(30 64 175 / 0.35);
}
.border-x-blue-800\/40 {
  border-left-color: rgb(30 64 175 / 0.4);
  border-right-color: rgb(30 64 175 / 0.4);
}
.border-x-blue-800\/45 {
  border-left-color: rgb(30 64 175 / 0.45);
  border-right-color: rgb(30 64 175 / 0.45);
}
.border-x-blue-800\/5 {
  border-left-color: rgb(30 64 175 / 0.05);
  border-right-color: rgb(30 64 175 / 0.05);
}
.border-x-blue-800\/50 {
  border-left-color: rgb(30 64 175 / 0.5);
  border-right-color: rgb(30 64 175 / 0.5);
}
.border-x-blue-800\/55 {
  border-left-color: rgb(30 64 175 / 0.55);
  border-right-color: rgb(30 64 175 / 0.55);
}
.border-x-blue-800\/60 {
  border-left-color: rgb(30 64 175 / 0.6);
  border-right-color: rgb(30 64 175 / 0.6);
}
.border-x-blue-800\/65 {
  border-left-color: rgb(30 64 175 / 0.65);
  border-right-color: rgb(30 64 175 / 0.65);
}
.border-x-blue-800\/70 {
  border-left-color: rgb(30 64 175 / 0.7);
  border-right-color: rgb(30 64 175 / 0.7);
}
.border-x-blue-800\/75 {
  border-left-color: rgb(30 64 175 / 0.75);
  border-right-color: rgb(30 64 175 / 0.75);
}
.border-x-blue-800\/80 {
  border-left-color: rgb(30 64 175 / 0.8);
  border-right-color: rgb(30 64 175 / 0.8);
}
.border-x-blue-800\/85 {
  border-left-color: rgb(30 64 175 / 0.85);
  border-right-color: rgb(30 64 175 / 0.85);
}
.border-x-blue-800\/90 {
  border-left-color: rgb(30 64 175 / 0.9);
  border-right-color: rgb(30 64 175 / 0.9);
}
.border-x-blue-800\/95 {
  border-left-color: rgb(30 64 175 / 0.95);
  border-right-color: rgb(30 64 175 / 0.95);
}
.border-x-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-x-blue-900\/0 {
  border-left-color: rgb(30 58 138 / 0);
  border-right-color: rgb(30 58 138 / 0);
}
.border-x-blue-900\/10 {
  border-left-color: rgb(30 58 138 / 0.1);
  border-right-color: rgb(30 58 138 / 0.1);
}
.border-x-blue-900\/100 {
  border-left-color: rgb(30 58 138 / 1);
  border-right-color: rgb(30 58 138 / 1);
}
.border-x-blue-900\/15 {
  border-left-color: rgb(30 58 138 / 0.15);
  border-right-color: rgb(30 58 138 / 0.15);
}
.border-x-blue-900\/20 {
  border-left-color: rgb(30 58 138 / 0.2);
  border-right-color: rgb(30 58 138 / 0.2);
}
.border-x-blue-900\/25 {
  border-left-color: rgb(30 58 138 / 0.25);
  border-right-color: rgb(30 58 138 / 0.25);
}
.border-x-blue-900\/30 {
  border-left-color: rgb(30 58 138 / 0.3);
  border-right-color: rgb(30 58 138 / 0.3);
}
.border-x-blue-900\/35 {
  border-left-color: rgb(30 58 138 / 0.35);
  border-right-color: rgb(30 58 138 / 0.35);
}
.border-x-blue-900\/40 {
  border-left-color: rgb(30 58 138 / 0.4);
  border-right-color: rgb(30 58 138 / 0.4);
}
.border-x-blue-900\/45 {
  border-left-color: rgb(30 58 138 / 0.45);
  border-right-color: rgb(30 58 138 / 0.45);
}
.border-x-blue-900\/5 {
  border-left-color: rgb(30 58 138 / 0.05);
  border-right-color: rgb(30 58 138 / 0.05);
}
.border-x-blue-900\/50 {
  border-left-color: rgb(30 58 138 / 0.5);
  border-right-color: rgb(30 58 138 / 0.5);
}
.border-x-blue-900\/55 {
  border-left-color: rgb(30 58 138 / 0.55);
  border-right-color: rgb(30 58 138 / 0.55);
}
.border-x-blue-900\/60 {
  border-left-color: rgb(30 58 138 / 0.6);
  border-right-color: rgb(30 58 138 / 0.6);
}
.border-x-blue-900\/65 {
  border-left-color: rgb(30 58 138 / 0.65);
  border-right-color: rgb(30 58 138 / 0.65);
}
.border-x-blue-900\/70 {
  border-left-color: rgb(30 58 138 / 0.7);
  border-right-color: rgb(30 58 138 / 0.7);
}
.border-x-blue-900\/75 {
  border-left-color: rgb(30 58 138 / 0.75);
  border-right-color: rgb(30 58 138 / 0.75);
}
.border-x-blue-900\/80 {
  border-left-color: rgb(30 58 138 / 0.8);
  border-right-color: rgb(30 58 138 / 0.8);
}
.border-x-blue-900\/85 {
  border-left-color: rgb(30 58 138 / 0.85);
  border-right-color: rgb(30 58 138 / 0.85);
}
.border-x-blue-900\/90 {
  border-left-color: rgb(30 58 138 / 0.9);
  border-right-color: rgb(30 58 138 / 0.9);
}
.border-x-blue-900\/95 {
  border-left-color: rgb(30 58 138 / 0.95);
  border-right-color: rgb(30 58 138 / 0.95);
}
.border-x-blue-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-x-blue-950\/0 {
  border-left-color: rgb(23 37 84 / 0);
  border-right-color: rgb(23 37 84 / 0);
}
.border-x-blue-950\/10 {
  border-left-color: rgb(23 37 84 / 0.1);
  border-right-color: rgb(23 37 84 / 0.1);
}
.border-x-blue-950\/100 {
  border-left-color: rgb(23 37 84 / 1);
  border-right-color: rgb(23 37 84 / 1);
}
.border-x-blue-950\/15 {
  border-left-color: rgb(23 37 84 / 0.15);
  border-right-color: rgb(23 37 84 / 0.15);
}
.border-x-blue-950\/20 {
  border-left-color: rgb(23 37 84 / 0.2);
  border-right-color: rgb(23 37 84 / 0.2);
}
.border-x-blue-950\/25 {
  border-left-color: rgb(23 37 84 / 0.25);
  border-right-color: rgb(23 37 84 / 0.25);
}
.border-x-blue-950\/30 {
  border-left-color: rgb(23 37 84 / 0.3);
  border-right-color: rgb(23 37 84 / 0.3);
}
.border-x-blue-950\/35 {
  border-left-color: rgb(23 37 84 / 0.35);
  border-right-color: rgb(23 37 84 / 0.35);
}
.border-x-blue-950\/40 {
  border-left-color: rgb(23 37 84 / 0.4);
  border-right-color: rgb(23 37 84 / 0.4);
}
.border-x-blue-950\/45 {
  border-left-color: rgb(23 37 84 / 0.45);
  border-right-color: rgb(23 37 84 / 0.45);
}
.border-x-blue-950\/5 {
  border-left-color: rgb(23 37 84 / 0.05);
  border-right-color: rgb(23 37 84 / 0.05);
}
.border-x-blue-950\/50 {
  border-left-color: rgb(23 37 84 / 0.5);
  border-right-color: rgb(23 37 84 / 0.5);
}
.border-x-blue-950\/55 {
  border-left-color: rgb(23 37 84 / 0.55);
  border-right-color: rgb(23 37 84 / 0.55);
}
.border-x-blue-950\/60 {
  border-left-color: rgb(23 37 84 / 0.6);
  border-right-color: rgb(23 37 84 / 0.6);
}
.border-x-blue-950\/65 {
  border-left-color: rgb(23 37 84 / 0.65);
  border-right-color: rgb(23 37 84 / 0.65);
}
.border-x-blue-950\/70 {
  border-left-color: rgb(23 37 84 / 0.7);
  border-right-color: rgb(23 37 84 / 0.7);
}
.border-x-blue-950\/75 {
  border-left-color: rgb(23 37 84 / 0.75);
  border-right-color: rgb(23 37 84 / 0.75);
}
.border-x-blue-950\/80 {
  border-left-color: rgb(23 37 84 / 0.8);
  border-right-color: rgb(23 37 84 / 0.8);
}
.border-x-blue-950\/85 {
  border-left-color: rgb(23 37 84 / 0.85);
  border-right-color: rgb(23 37 84 / 0.85);
}
.border-x-blue-950\/90 {
  border-left-color: rgb(23 37 84 / 0.9);
  border-right-color: rgb(23 37 84 / 0.9);
}
.border-x-blue-950\/95 {
  border-left-color: rgb(23 37 84 / 0.95);
  border-right-color: rgb(23 37 84 / 0.95);
}
.border-x-current {
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.border-x-cyan-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-x-cyan-100\/0 {
  border-left-color: rgb(207 250 254 / 0);
  border-right-color: rgb(207 250 254 / 0);
}
.border-x-cyan-100\/10 {
  border-left-color: rgb(207 250 254 / 0.1);
  border-right-color: rgb(207 250 254 / 0.1);
}
.border-x-cyan-100\/100 {
  border-left-color: rgb(207 250 254 / 1);
  border-right-color: rgb(207 250 254 / 1);
}
.border-x-cyan-100\/15 {
  border-left-color: rgb(207 250 254 / 0.15);
  border-right-color: rgb(207 250 254 / 0.15);
}
.border-x-cyan-100\/20 {
  border-left-color: rgb(207 250 254 / 0.2);
  border-right-color: rgb(207 250 254 / 0.2);
}
.border-x-cyan-100\/25 {
  border-left-color: rgb(207 250 254 / 0.25);
  border-right-color: rgb(207 250 254 / 0.25);
}
.border-x-cyan-100\/30 {
  border-left-color: rgb(207 250 254 / 0.3);
  border-right-color: rgb(207 250 254 / 0.3);
}
.border-x-cyan-100\/35 {
  border-left-color: rgb(207 250 254 / 0.35);
  border-right-color: rgb(207 250 254 / 0.35);
}
.border-x-cyan-100\/40 {
  border-left-color: rgb(207 250 254 / 0.4);
  border-right-color: rgb(207 250 254 / 0.4);
}
.border-x-cyan-100\/45 {
  border-left-color: rgb(207 250 254 / 0.45);
  border-right-color: rgb(207 250 254 / 0.45);
}
.border-x-cyan-100\/5 {
  border-left-color: rgb(207 250 254 / 0.05);
  border-right-color: rgb(207 250 254 / 0.05);
}
.border-x-cyan-100\/50 {
  border-left-color: rgb(207 250 254 / 0.5);
  border-right-color: rgb(207 250 254 / 0.5);
}
.border-x-cyan-100\/55 {
  border-left-color: rgb(207 250 254 / 0.55);
  border-right-color: rgb(207 250 254 / 0.55);
}
.border-x-cyan-100\/60 {
  border-left-color: rgb(207 250 254 / 0.6);
  border-right-color: rgb(207 250 254 / 0.6);
}
.border-x-cyan-100\/65 {
  border-left-color: rgb(207 250 254 / 0.65);
  border-right-color: rgb(207 250 254 / 0.65);
}
.border-x-cyan-100\/70 {
  border-left-color: rgb(207 250 254 / 0.7);
  border-right-color: rgb(207 250 254 / 0.7);
}
.border-x-cyan-100\/75 {
  border-left-color: rgb(207 250 254 / 0.75);
  border-right-color: rgb(207 250 254 / 0.75);
}
.border-x-cyan-100\/80 {
  border-left-color: rgb(207 250 254 / 0.8);
  border-right-color: rgb(207 250 254 / 0.8);
}
.border-x-cyan-100\/85 {
  border-left-color: rgb(207 250 254 / 0.85);
  border-right-color: rgb(207 250 254 / 0.85);
}
.border-x-cyan-100\/90 {
  border-left-color: rgb(207 250 254 / 0.9);
  border-right-color: rgb(207 250 254 / 0.9);
}
.border-x-cyan-100\/95 {
  border-left-color: rgb(207 250 254 / 0.95);
  border-right-color: rgb(207 250 254 / 0.95);
}
.border-x-cyan-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-x-cyan-200\/0 {
  border-left-color: rgb(165 243 252 / 0);
  border-right-color: rgb(165 243 252 / 0);
}
.border-x-cyan-200\/10 {
  border-left-color: rgb(165 243 252 / 0.1);
  border-right-color: rgb(165 243 252 / 0.1);
}
.border-x-cyan-200\/100 {
  border-left-color: rgb(165 243 252 / 1);
  border-right-color: rgb(165 243 252 / 1);
}
.border-x-cyan-200\/15 {
  border-left-color: rgb(165 243 252 / 0.15);
  border-right-color: rgb(165 243 252 / 0.15);
}
.border-x-cyan-200\/20 {
  border-left-color: rgb(165 243 252 / 0.2);
  border-right-color: rgb(165 243 252 / 0.2);
}
.border-x-cyan-200\/25 {
  border-left-color: rgb(165 243 252 / 0.25);
  border-right-color: rgb(165 243 252 / 0.25);
}
.border-x-cyan-200\/30 {
  border-left-color: rgb(165 243 252 / 0.3);
  border-right-color: rgb(165 243 252 / 0.3);
}
.border-x-cyan-200\/35 {
  border-left-color: rgb(165 243 252 / 0.35);
  border-right-color: rgb(165 243 252 / 0.35);
}
.border-x-cyan-200\/40 {
  border-left-color: rgb(165 243 252 / 0.4);
  border-right-color: rgb(165 243 252 / 0.4);
}
.border-x-cyan-200\/45 {
  border-left-color: rgb(165 243 252 / 0.45);
  border-right-color: rgb(165 243 252 / 0.45);
}
.border-x-cyan-200\/5 {
  border-left-color: rgb(165 243 252 / 0.05);
  border-right-color: rgb(165 243 252 / 0.05);
}
.border-x-cyan-200\/50 {
  border-left-color: rgb(165 243 252 / 0.5);
  border-right-color: rgb(165 243 252 / 0.5);
}
.border-x-cyan-200\/55 {
  border-left-color: rgb(165 243 252 / 0.55);
  border-right-color: rgb(165 243 252 / 0.55);
}
.border-x-cyan-200\/60 {
  border-left-color: rgb(165 243 252 / 0.6);
  border-right-color: rgb(165 243 252 / 0.6);
}
.border-x-cyan-200\/65 {
  border-left-color: rgb(165 243 252 / 0.65);
  border-right-color: rgb(165 243 252 / 0.65);
}
.border-x-cyan-200\/70 {
  border-left-color: rgb(165 243 252 / 0.7);
  border-right-color: rgb(165 243 252 / 0.7);
}
.border-x-cyan-200\/75 {
  border-left-color: rgb(165 243 252 / 0.75);
  border-right-color: rgb(165 243 252 / 0.75);
}
.border-x-cyan-200\/80 {
  border-left-color: rgb(165 243 252 / 0.8);
  border-right-color: rgb(165 243 252 / 0.8);
}
.border-x-cyan-200\/85 {
  border-left-color: rgb(165 243 252 / 0.85);
  border-right-color: rgb(165 243 252 / 0.85);
}
.border-x-cyan-200\/90 {
  border-left-color: rgb(165 243 252 / 0.9);
  border-right-color: rgb(165 243 252 / 0.9);
}
.border-x-cyan-200\/95 {
  border-left-color: rgb(165 243 252 / 0.95);
  border-right-color: rgb(165 243 252 / 0.95);
}
.border-x-cyan-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-x-cyan-300\/0 {
  border-left-color: rgb(103 232 249 / 0);
  border-right-color: rgb(103 232 249 / 0);
}
.border-x-cyan-300\/10 {
  border-left-color: rgb(103 232 249 / 0.1);
  border-right-color: rgb(103 232 249 / 0.1);
}
.border-x-cyan-300\/100 {
  border-left-color: rgb(103 232 249 / 1);
  border-right-color: rgb(103 232 249 / 1);
}
.border-x-cyan-300\/15 {
  border-left-color: rgb(103 232 249 / 0.15);
  border-right-color: rgb(103 232 249 / 0.15);
}
.border-x-cyan-300\/20 {
  border-left-color: rgb(103 232 249 / 0.2);
  border-right-color: rgb(103 232 249 / 0.2);
}
.border-x-cyan-300\/25 {
  border-left-color: rgb(103 232 249 / 0.25);
  border-right-color: rgb(103 232 249 / 0.25);
}
.border-x-cyan-300\/30 {
  border-left-color: rgb(103 232 249 / 0.3);
  border-right-color: rgb(103 232 249 / 0.3);
}
.border-x-cyan-300\/35 {
  border-left-color: rgb(103 232 249 / 0.35);
  border-right-color: rgb(103 232 249 / 0.35);
}
.border-x-cyan-300\/40 {
  border-left-color: rgb(103 232 249 / 0.4);
  border-right-color: rgb(103 232 249 / 0.4);
}
.border-x-cyan-300\/45 {
  border-left-color: rgb(103 232 249 / 0.45);
  border-right-color: rgb(103 232 249 / 0.45);
}
.border-x-cyan-300\/5 {
  border-left-color: rgb(103 232 249 / 0.05);
  border-right-color: rgb(103 232 249 / 0.05);
}
.border-x-cyan-300\/50 {
  border-left-color: rgb(103 232 249 / 0.5);
  border-right-color: rgb(103 232 249 / 0.5);
}
.border-x-cyan-300\/55 {
  border-left-color: rgb(103 232 249 / 0.55);
  border-right-color: rgb(103 232 249 / 0.55);
}
.border-x-cyan-300\/60 {
  border-left-color: rgb(103 232 249 / 0.6);
  border-right-color: rgb(103 232 249 / 0.6);
}
.border-x-cyan-300\/65 {
  border-left-color: rgb(103 232 249 / 0.65);
  border-right-color: rgb(103 232 249 / 0.65);
}
.border-x-cyan-300\/70 {
  border-left-color: rgb(103 232 249 / 0.7);
  border-right-color: rgb(103 232 249 / 0.7);
}
.border-x-cyan-300\/75 {
  border-left-color: rgb(103 232 249 / 0.75);
  border-right-color: rgb(103 232 249 / 0.75);
}
.border-x-cyan-300\/80 {
  border-left-color: rgb(103 232 249 / 0.8);
  border-right-color: rgb(103 232 249 / 0.8);
}
.border-x-cyan-300\/85 {
  border-left-color: rgb(103 232 249 / 0.85);
  border-right-color: rgb(103 232 249 / 0.85);
}
.border-x-cyan-300\/90 {
  border-left-color: rgb(103 232 249 / 0.9);
  border-right-color: rgb(103 232 249 / 0.9);
}
.border-x-cyan-300\/95 {
  border-left-color: rgb(103 232 249 / 0.95);
  border-right-color: rgb(103 232 249 / 0.95);
}
.border-x-cyan-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-x-cyan-400\/0 {
  border-left-color: rgb(34 211 238 / 0);
  border-right-color: rgb(34 211 238 / 0);
}
.border-x-cyan-400\/10 {
  border-left-color: rgb(34 211 238 / 0.1);
  border-right-color: rgb(34 211 238 / 0.1);
}
.border-x-cyan-400\/100 {
  border-left-color: rgb(34 211 238 / 1);
  border-right-color: rgb(34 211 238 / 1);
}
.border-x-cyan-400\/15 {
  border-left-color: rgb(34 211 238 / 0.15);
  border-right-color: rgb(34 211 238 / 0.15);
}
.border-x-cyan-400\/20 {
  border-left-color: rgb(34 211 238 / 0.2);
  border-right-color: rgb(34 211 238 / 0.2);
}
.border-x-cyan-400\/25 {
  border-left-color: rgb(34 211 238 / 0.25);
  border-right-color: rgb(34 211 238 / 0.25);
}
.border-x-cyan-400\/30 {
  border-left-color: rgb(34 211 238 / 0.3);
  border-right-color: rgb(34 211 238 / 0.3);
}
.border-x-cyan-400\/35 {
  border-left-color: rgb(34 211 238 / 0.35);
  border-right-color: rgb(34 211 238 / 0.35);
}
.border-x-cyan-400\/40 {
  border-left-color: rgb(34 211 238 / 0.4);
  border-right-color: rgb(34 211 238 / 0.4);
}
.border-x-cyan-400\/45 {
  border-left-color: rgb(34 211 238 / 0.45);
  border-right-color: rgb(34 211 238 / 0.45);
}
.border-x-cyan-400\/5 {
  border-left-color: rgb(34 211 238 / 0.05);
  border-right-color: rgb(34 211 238 / 0.05);
}
.border-x-cyan-400\/50 {
  border-left-color: rgb(34 211 238 / 0.5);
  border-right-color: rgb(34 211 238 / 0.5);
}
.border-x-cyan-400\/55 {
  border-left-color: rgb(34 211 238 / 0.55);
  border-right-color: rgb(34 211 238 / 0.55);
}
.border-x-cyan-400\/60 {
  border-left-color: rgb(34 211 238 / 0.6);
  border-right-color: rgb(34 211 238 / 0.6);
}
.border-x-cyan-400\/65 {
  border-left-color: rgb(34 211 238 / 0.65);
  border-right-color: rgb(34 211 238 / 0.65);
}
.border-x-cyan-400\/70 {
  border-left-color: rgb(34 211 238 / 0.7);
  border-right-color: rgb(34 211 238 / 0.7);
}
.border-x-cyan-400\/75 {
  border-left-color: rgb(34 211 238 / 0.75);
  border-right-color: rgb(34 211 238 / 0.75);
}
.border-x-cyan-400\/80 {
  border-left-color: rgb(34 211 238 / 0.8);
  border-right-color: rgb(34 211 238 / 0.8);
}
.border-x-cyan-400\/85 {
  border-left-color: rgb(34 211 238 / 0.85);
  border-right-color: rgb(34 211 238 / 0.85);
}
.border-x-cyan-400\/90 {
  border-left-color: rgb(34 211 238 / 0.9);
  border-right-color: rgb(34 211 238 / 0.9);
}
.border-x-cyan-400\/95 {
  border-left-color: rgb(34 211 238 / 0.95);
  border-right-color: rgb(34 211 238 / 0.95);
}
.border-x-cyan-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-x-cyan-50\/0 {
  border-left-color: rgb(236 254 255 / 0);
  border-right-color: rgb(236 254 255 / 0);
}
.border-x-cyan-50\/10 {
  border-left-color: rgb(236 254 255 / 0.1);
  border-right-color: rgb(236 254 255 / 0.1);
}
.border-x-cyan-50\/100 {
  border-left-color: rgb(236 254 255 / 1);
  border-right-color: rgb(236 254 255 / 1);
}
.border-x-cyan-50\/15 {
  border-left-color: rgb(236 254 255 / 0.15);
  border-right-color: rgb(236 254 255 / 0.15);
}
.border-x-cyan-50\/20 {
  border-left-color: rgb(236 254 255 / 0.2);
  border-right-color: rgb(236 254 255 / 0.2);
}
.border-x-cyan-50\/25 {
  border-left-color: rgb(236 254 255 / 0.25);
  border-right-color: rgb(236 254 255 / 0.25);
}
.border-x-cyan-50\/30 {
  border-left-color: rgb(236 254 255 / 0.3);
  border-right-color: rgb(236 254 255 / 0.3);
}
.border-x-cyan-50\/35 {
  border-left-color: rgb(236 254 255 / 0.35);
  border-right-color: rgb(236 254 255 / 0.35);
}
.border-x-cyan-50\/40 {
  border-left-color: rgb(236 254 255 / 0.4);
  border-right-color: rgb(236 254 255 / 0.4);
}
.border-x-cyan-50\/45 {
  border-left-color: rgb(236 254 255 / 0.45);
  border-right-color: rgb(236 254 255 / 0.45);
}
.border-x-cyan-50\/5 {
  border-left-color: rgb(236 254 255 / 0.05);
  border-right-color: rgb(236 254 255 / 0.05);
}
.border-x-cyan-50\/50 {
  border-left-color: rgb(236 254 255 / 0.5);
  border-right-color: rgb(236 254 255 / 0.5);
}
.border-x-cyan-50\/55 {
  border-left-color: rgb(236 254 255 / 0.55);
  border-right-color: rgb(236 254 255 / 0.55);
}
.border-x-cyan-50\/60 {
  border-left-color: rgb(236 254 255 / 0.6);
  border-right-color: rgb(236 254 255 / 0.6);
}
.border-x-cyan-50\/65 {
  border-left-color: rgb(236 254 255 / 0.65);
  border-right-color: rgb(236 254 255 / 0.65);
}
.border-x-cyan-50\/70 {
  border-left-color: rgb(236 254 255 / 0.7);
  border-right-color: rgb(236 254 255 / 0.7);
}
.border-x-cyan-50\/75 {
  border-left-color: rgb(236 254 255 / 0.75);
  border-right-color: rgb(236 254 255 / 0.75);
}
.border-x-cyan-50\/80 {
  border-left-color: rgb(236 254 255 / 0.8);
  border-right-color: rgb(236 254 255 / 0.8);
}
.border-x-cyan-50\/85 {
  border-left-color: rgb(236 254 255 / 0.85);
  border-right-color: rgb(236 254 255 / 0.85);
}
.border-x-cyan-50\/90 {
  border-left-color: rgb(236 254 255 / 0.9);
  border-right-color: rgb(236 254 255 / 0.9);
}
.border-x-cyan-50\/95 {
  border-left-color: rgb(236 254 255 / 0.95);
  border-right-color: rgb(236 254 255 / 0.95);
}
.border-x-cyan-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-x-cyan-500\/0 {
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}
.border-x-cyan-500\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-x-cyan-500\/100 {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}
.border-x-cyan-500\/15 {
  border-left-color: rgb(6 182 212 / 0.15);
  border-right-color: rgb(6 182 212 / 0.15);
}
.border-x-cyan-500\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-x-cyan-500\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-x-cyan-500\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-x-cyan-500\/35 {
  border-left-color: rgb(6 182 212 / 0.35);
  border-right-color: rgb(6 182 212 / 0.35);
}
.border-x-cyan-500\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-x-cyan-500\/45 {
  border-left-color: rgb(6 182 212 / 0.45);
  border-right-color: rgb(6 182 212 / 0.45);
}
.border-x-cyan-500\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-x-cyan-500\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-x-cyan-500\/55 {
  border-left-color: rgb(6 182 212 / 0.55);
  border-right-color: rgb(6 182 212 / 0.55);
}
.border-x-cyan-500\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-x-cyan-500\/65 {
  border-left-color: rgb(6 182 212 / 0.65);
  border-right-color: rgb(6 182 212 / 0.65);
}
.border-x-cyan-500\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-x-cyan-500\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-x-cyan-500\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-x-cyan-500\/85 {
  border-left-color: rgb(6 182 212 / 0.85);
  border-right-color: rgb(6 182 212 / 0.85);
}
.border-x-cyan-500\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-x-cyan-500\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-x-cyan-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-x-cyan-600\/0 {
  border-left-color: rgb(8 145 178 / 0);
  border-right-color: rgb(8 145 178 / 0);
}
.border-x-cyan-600\/10 {
  border-left-color: rgb(8 145 178 / 0.1);
  border-right-color: rgb(8 145 178 / 0.1);
}
.border-x-cyan-600\/100 {
  border-left-color: rgb(8 145 178 / 1);
  border-right-color: rgb(8 145 178 / 1);
}
.border-x-cyan-600\/15 {
  border-left-color: rgb(8 145 178 / 0.15);
  border-right-color: rgb(8 145 178 / 0.15);
}
.border-x-cyan-600\/20 {
  border-left-color: rgb(8 145 178 / 0.2);
  border-right-color: rgb(8 145 178 / 0.2);
}
.border-x-cyan-600\/25 {
  border-left-color: rgb(8 145 178 / 0.25);
  border-right-color: rgb(8 145 178 / 0.25);
}
.border-x-cyan-600\/30 {
  border-left-color: rgb(8 145 178 / 0.3);
  border-right-color: rgb(8 145 178 / 0.3);
}
.border-x-cyan-600\/35 {
  border-left-color: rgb(8 145 178 / 0.35);
  border-right-color: rgb(8 145 178 / 0.35);
}
.border-x-cyan-600\/40 {
  border-left-color: rgb(8 145 178 / 0.4);
  border-right-color: rgb(8 145 178 / 0.4);
}
.border-x-cyan-600\/45 {
  border-left-color: rgb(8 145 178 / 0.45);
  border-right-color: rgb(8 145 178 / 0.45);
}
.border-x-cyan-600\/5 {
  border-left-color: rgb(8 145 178 / 0.05);
  border-right-color: rgb(8 145 178 / 0.05);
}
.border-x-cyan-600\/50 {
  border-left-color: rgb(8 145 178 / 0.5);
  border-right-color: rgb(8 145 178 / 0.5);
}
.border-x-cyan-600\/55 {
  border-left-color: rgb(8 145 178 / 0.55);
  border-right-color: rgb(8 145 178 / 0.55);
}
.border-x-cyan-600\/60 {
  border-left-color: rgb(8 145 178 / 0.6);
  border-right-color: rgb(8 145 178 / 0.6);
}
.border-x-cyan-600\/65 {
  border-left-color: rgb(8 145 178 / 0.65);
  border-right-color: rgb(8 145 178 / 0.65);
}
.border-x-cyan-600\/70 {
  border-left-color: rgb(8 145 178 / 0.7);
  border-right-color: rgb(8 145 178 / 0.7);
}
.border-x-cyan-600\/75 {
  border-left-color: rgb(8 145 178 / 0.75);
  border-right-color: rgb(8 145 178 / 0.75);
}
.border-x-cyan-600\/80 {
  border-left-color: rgb(8 145 178 / 0.8);
  border-right-color: rgb(8 145 178 / 0.8);
}
.border-x-cyan-600\/85 {
  border-left-color: rgb(8 145 178 / 0.85);
  border-right-color: rgb(8 145 178 / 0.85);
}
.border-x-cyan-600\/90 {
  border-left-color: rgb(8 145 178 / 0.9);
  border-right-color: rgb(8 145 178 / 0.9);
}
.border-x-cyan-600\/95 {
  border-left-color: rgb(8 145 178 / 0.95);
  border-right-color: rgb(8 145 178 / 0.95);
}
.border-x-cyan-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-x-cyan-700\/0 {
  border-left-color: rgb(14 116 144 / 0);
  border-right-color: rgb(14 116 144 / 0);
}
.border-x-cyan-700\/10 {
  border-left-color: rgb(14 116 144 / 0.1);
  border-right-color: rgb(14 116 144 / 0.1);
}
.border-x-cyan-700\/100 {
  border-left-color: rgb(14 116 144 / 1);
  border-right-color: rgb(14 116 144 / 1);
}
.border-x-cyan-700\/15 {
  border-left-color: rgb(14 116 144 / 0.15);
  border-right-color: rgb(14 116 144 / 0.15);
}
.border-x-cyan-700\/20 {
  border-left-color: rgb(14 116 144 / 0.2);
  border-right-color: rgb(14 116 144 / 0.2);
}
.border-x-cyan-700\/25 {
  border-left-color: rgb(14 116 144 / 0.25);
  border-right-color: rgb(14 116 144 / 0.25);
}
.border-x-cyan-700\/30 {
  border-left-color: rgb(14 116 144 / 0.3);
  border-right-color: rgb(14 116 144 / 0.3);
}
.border-x-cyan-700\/35 {
  border-left-color: rgb(14 116 144 / 0.35);
  border-right-color: rgb(14 116 144 / 0.35);
}
.border-x-cyan-700\/40 {
  border-left-color: rgb(14 116 144 / 0.4);
  border-right-color: rgb(14 116 144 / 0.4);
}
.border-x-cyan-700\/45 {
  border-left-color: rgb(14 116 144 / 0.45);
  border-right-color: rgb(14 116 144 / 0.45);
}
.border-x-cyan-700\/5 {
  border-left-color: rgb(14 116 144 / 0.05);
  border-right-color: rgb(14 116 144 / 0.05);
}
.border-x-cyan-700\/50 {
  border-left-color: rgb(14 116 144 / 0.5);
  border-right-color: rgb(14 116 144 / 0.5);
}
.border-x-cyan-700\/55 {
  border-left-color: rgb(14 116 144 / 0.55);
  border-right-color: rgb(14 116 144 / 0.55);
}
.border-x-cyan-700\/60 {
  border-left-color: rgb(14 116 144 / 0.6);
  border-right-color: rgb(14 116 144 / 0.6);
}
.border-x-cyan-700\/65 {
  border-left-color: rgb(14 116 144 / 0.65);
  border-right-color: rgb(14 116 144 / 0.65);
}
.border-x-cyan-700\/70 {
  border-left-color: rgb(14 116 144 / 0.7);
  border-right-color: rgb(14 116 144 / 0.7);
}
.border-x-cyan-700\/75 {
  border-left-color: rgb(14 116 144 / 0.75);
  border-right-color: rgb(14 116 144 / 0.75);
}
.border-x-cyan-700\/80 {
  border-left-color: rgb(14 116 144 / 0.8);
  border-right-color: rgb(14 116 144 / 0.8);
}
.border-x-cyan-700\/85 {
  border-left-color: rgb(14 116 144 / 0.85);
  border-right-color: rgb(14 116 144 / 0.85);
}
.border-x-cyan-700\/90 {
  border-left-color: rgb(14 116 144 / 0.9);
  border-right-color: rgb(14 116 144 / 0.9);
}
.border-x-cyan-700\/95 {
  border-left-color: rgb(14 116 144 / 0.95);
  border-right-color: rgb(14 116 144 / 0.95);
}
.border-x-cyan-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-x-cyan-800\/0 {
  border-left-color: rgb(21 94 117 / 0);
  border-right-color: rgb(21 94 117 / 0);
}
.border-x-cyan-800\/10 {
  border-left-color: rgb(21 94 117 / 0.1);
  border-right-color: rgb(21 94 117 / 0.1);
}
.border-x-cyan-800\/100 {
  border-left-color: rgb(21 94 117 / 1);
  border-right-color: rgb(21 94 117 / 1);
}
.border-x-cyan-800\/15 {
  border-left-color: rgb(21 94 117 / 0.15);
  border-right-color: rgb(21 94 117 / 0.15);
}
.border-x-cyan-800\/20 {
  border-left-color: rgb(21 94 117 / 0.2);
  border-right-color: rgb(21 94 117 / 0.2);
}
.border-x-cyan-800\/25 {
  border-left-color: rgb(21 94 117 / 0.25);
  border-right-color: rgb(21 94 117 / 0.25);
}
.border-x-cyan-800\/30 {
  border-left-color: rgb(21 94 117 / 0.3);
  border-right-color: rgb(21 94 117 / 0.3);
}
.border-x-cyan-800\/35 {
  border-left-color: rgb(21 94 117 / 0.35);
  border-right-color: rgb(21 94 117 / 0.35);
}
.border-x-cyan-800\/40 {
  border-left-color: rgb(21 94 117 / 0.4);
  border-right-color: rgb(21 94 117 / 0.4);
}
.border-x-cyan-800\/45 {
  border-left-color: rgb(21 94 117 / 0.45);
  border-right-color: rgb(21 94 117 / 0.45);
}
.border-x-cyan-800\/5 {
  border-left-color: rgb(21 94 117 / 0.05);
  border-right-color: rgb(21 94 117 / 0.05);
}
.border-x-cyan-800\/50 {
  border-left-color: rgb(21 94 117 / 0.5);
  border-right-color: rgb(21 94 117 / 0.5);
}
.border-x-cyan-800\/55 {
  border-left-color: rgb(21 94 117 / 0.55);
  border-right-color: rgb(21 94 117 / 0.55);
}
.border-x-cyan-800\/60 {
  border-left-color: rgb(21 94 117 / 0.6);
  border-right-color: rgb(21 94 117 / 0.6);
}
.border-x-cyan-800\/65 {
  border-left-color: rgb(21 94 117 / 0.65);
  border-right-color: rgb(21 94 117 / 0.65);
}
.border-x-cyan-800\/70 {
  border-left-color: rgb(21 94 117 / 0.7);
  border-right-color: rgb(21 94 117 / 0.7);
}
.border-x-cyan-800\/75 {
  border-left-color: rgb(21 94 117 / 0.75);
  border-right-color: rgb(21 94 117 / 0.75);
}
.border-x-cyan-800\/80 {
  border-left-color: rgb(21 94 117 / 0.8);
  border-right-color: rgb(21 94 117 / 0.8);
}
.border-x-cyan-800\/85 {
  border-left-color: rgb(21 94 117 / 0.85);
  border-right-color: rgb(21 94 117 / 0.85);
}
.border-x-cyan-800\/90 {
  border-left-color: rgb(21 94 117 / 0.9);
  border-right-color: rgb(21 94 117 / 0.9);
}
.border-x-cyan-800\/95 {
  border-left-color: rgb(21 94 117 / 0.95);
  border-right-color: rgb(21 94 117 / 0.95);
}
.border-x-cyan-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-x-cyan-900\/0 {
  border-left-color: rgb(22 78 99 / 0);
  border-right-color: rgb(22 78 99 / 0);
}
.border-x-cyan-900\/10 {
  border-left-color: rgb(22 78 99 / 0.1);
  border-right-color: rgb(22 78 99 / 0.1);
}
.border-x-cyan-900\/100 {
  border-left-color: rgb(22 78 99 / 1);
  border-right-color: rgb(22 78 99 / 1);
}
.border-x-cyan-900\/15 {
  border-left-color: rgb(22 78 99 / 0.15);
  border-right-color: rgb(22 78 99 / 0.15);
}
.border-x-cyan-900\/20 {
  border-left-color: rgb(22 78 99 / 0.2);
  border-right-color: rgb(22 78 99 / 0.2);
}
.border-x-cyan-900\/25 {
  border-left-color: rgb(22 78 99 / 0.25);
  border-right-color: rgb(22 78 99 / 0.25);
}
.border-x-cyan-900\/30 {
  border-left-color: rgb(22 78 99 / 0.3);
  border-right-color: rgb(22 78 99 / 0.3);
}
.border-x-cyan-900\/35 {
  border-left-color: rgb(22 78 99 / 0.35);
  border-right-color: rgb(22 78 99 / 0.35);
}
.border-x-cyan-900\/40 {
  border-left-color: rgb(22 78 99 / 0.4);
  border-right-color: rgb(22 78 99 / 0.4);
}
.border-x-cyan-900\/45 {
  border-left-color: rgb(22 78 99 / 0.45);
  border-right-color: rgb(22 78 99 / 0.45);
}
.border-x-cyan-900\/5 {
  border-left-color: rgb(22 78 99 / 0.05);
  border-right-color: rgb(22 78 99 / 0.05);
}
.border-x-cyan-900\/50 {
  border-left-color: rgb(22 78 99 / 0.5);
  border-right-color: rgb(22 78 99 / 0.5);
}
.border-x-cyan-900\/55 {
  border-left-color: rgb(22 78 99 / 0.55);
  border-right-color: rgb(22 78 99 / 0.55);
}
.border-x-cyan-900\/60 {
  border-left-color: rgb(22 78 99 / 0.6);
  border-right-color: rgb(22 78 99 / 0.6);
}
.border-x-cyan-900\/65 {
  border-left-color: rgb(22 78 99 / 0.65);
  border-right-color: rgb(22 78 99 / 0.65);
}
.border-x-cyan-900\/70 {
  border-left-color: rgb(22 78 99 / 0.7);
  border-right-color: rgb(22 78 99 / 0.7);
}
.border-x-cyan-900\/75 {
  border-left-color: rgb(22 78 99 / 0.75);
  border-right-color: rgb(22 78 99 / 0.75);
}
.border-x-cyan-900\/80 {
  border-left-color: rgb(22 78 99 / 0.8);
  border-right-color: rgb(22 78 99 / 0.8);
}
.border-x-cyan-900\/85 {
  border-left-color: rgb(22 78 99 / 0.85);
  border-right-color: rgb(22 78 99 / 0.85);
}
.border-x-cyan-900\/90 {
  border-left-color: rgb(22 78 99 / 0.9);
  border-right-color: rgb(22 78 99 / 0.9);
}
.border-x-cyan-900\/95 {
  border-left-color: rgb(22 78 99 / 0.95);
  border-right-color: rgb(22 78 99 / 0.95);
}
.border-x-cyan-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-x-cyan-950\/0 {
  border-left-color: rgb(8 51 68 / 0);
  border-right-color: rgb(8 51 68 / 0);
}
.border-x-cyan-950\/10 {
  border-left-color: rgb(8 51 68 / 0.1);
  border-right-color: rgb(8 51 68 / 0.1);
}
.border-x-cyan-950\/100 {
  border-left-color: rgb(8 51 68 / 1);
  border-right-color: rgb(8 51 68 / 1);
}
.border-x-cyan-950\/15 {
  border-left-color: rgb(8 51 68 / 0.15);
  border-right-color: rgb(8 51 68 / 0.15);
}
.border-x-cyan-950\/20 {
  border-left-color: rgb(8 51 68 / 0.2);
  border-right-color: rgb(8 51 68 / 0.2);
}
.border-x-cyan-950\/25 {
  border-left-color: rgb(8 51 68 / 0.25);
  border-right-color: rgb(8 51 68 / 0.25);
}
.border-x-cyan-950\/30 {
  border-left-color: rgb(8 51 68 / 0.3);
  border-right-color: rgb(8 51 68 / 0.3);
}
.border-x-cyan-950\/35 {
  border-left-color: rgb(8 51 68 / 0.35);
  border-right-color: rgb(8 51 68 / 0.35);
}
.border-x-cyan-950\/40 {
  border-left-color: rgb(8 51 68 / 0.4);
  border-right-color: rgb(8 51 68 / 0.4);
}
.border-x-cyan-950\/45 {
  border-left-color: rgb(8 51 68 / 0.45);
  border-right-color: rgb(8 51 68 / 0.45);
}
.border-x-cyan-950\/5 {
  border-left-color: rgb(8 51 68 / 0.05);
  border-right-color: rgb(8 51 68 / 0.05);
}
.border-x-cyan-950\/50 {
  border-left-color: rgb(8 51 68 / 0.5);
  border-right-color: rgb(8 51 68 / 0.5);
}
.border-x-cyan-950\/55 {
  border-left-color: rgb(8 51 68 / 0.55);
  border-right-color: rgb(8 51 68 / 0.55);
}
.border-x-cyan-950\/60 {
  border-left-color: rgb(8 51 68 / 0.6);
  border-right-color: rgb(8 51 68 / 0.6);
}
.border-x-cyan-950\/65 {
  border-left-color: rgb(8 51 68 / 0.65);
  border-right-color: rgb(8 51 68 / 0.65);
}
.border-x-cyan-950\/70 {
  border-left-color: rgb(8 51 68 / 0.7);
  border-right-color: rgb(8 51 68 / 0.7);
}
.border-x-cyan-950\/75 {
  border-left-color: rgb(8 51 68 / 0.75);
  border-right-color: rgb(8 51 68 / 0.75);
}
.border-x-cyan-950\/80 {
  border-left-color: rgb(8 51 68 / 0.8);
  border-right-color: rgb(8 51 68 / 0.8);
}
.border-x-cyan-950\/85 {
  border-left-color: rgb(8 51 68 / 0.85);
  border-right-color: rgb(8 51 68 / 0.85);
}
.border-x-cyan-950\/90 {
  border-left-color: rgb(8 51 68 / 0.9);
  border-right-color: rgb(8 51 68 / 0.9);
}
.border-x-cyan-950\/95 {
  border-left-color: rgb(8 51 68 / 0.95);
  border-right-color: rgb(8 51 68 / 0.95);
}
.border-x-emerald-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-x-emerald-100\/0 {
  border-left-color: rgb(209 250 229 / 0);
  border-right-color: rgb(209 250 229 / 0);
}
.border-x-emerald-100\/10 {
  border-left-color: rgb(209 250 229 / 0.1);
  border-right-color: rgb(209 250 229 / 0.1);
}
.border-x-emerald-100\/100 {
  border-left-color: rgb(209 250 229 / 1);
  border-right-color: rgb(209 250 229 / 1);
}
.border-x-emerald-100\/15 {
  border-left-color: rgb(209 250 229 / 0.15);
  border-right-color: rgb(209 250 229 / 0.15);
}
.border-x-emerald-100\/20 {
  border-left-color: rgb(209 250 229 / 0.2);
  border-right-color: rgb(209 250 229 / 0.2);
}
.border-x-emerald-100\/25 {
  border-left-color: rgb(209 250 229 / 0.25);
  border-right-color: rgb(209 250 229 / 0.25);
}
.border-x-emerald-100\/30 {
  border-left-color: rgb(209 250 229 / 0.3);
  border-right-color: rgb(209 250 229 / 0.3);
}
.border-x-emerald-100\/35 {
  border-left-color: rgb(209 250 229 / 0.35);
  border-right-color: rgb(209 250 229 / 0.35);
}
.border-x-emerald-100\/40 {
  border-left-color: rgb(209 250 229 / 0.4);
  border-right-color: rgb(209 250 229 / 0.4);
}
.border-x-emerald-100\/45 {
  border-left-color: rgb(209 250 229 / 0.45);
  border-right-color: rgb(209 250 229 / 0.45);
}
.border-x-emerald-100\/5 {
  border-left-color: rgb(209 250 229 / 0.05);
  border-right-color: rgb(209 250 229 / 0.05);
}
.border-x-emerald-100\/50 {
  border-left-color: rgb(209 250 229 / 0.5);
  border-right-color: rgb(209 250 229 / 0.5);
}
.border-x-emerald-100\/55 {
  border-left-color: rgb(209 250 229 / 0.55);
  border-right-color: rgb(209 250 229 / 0.55);
}
.border-x-emerald-100\/60 {
  border-left-color: rgb(209 250 229 / 0.6);
  border-right-color: rgb(209 250 229 / 0.6);
}
.border-x-emerald-100\/65 {
  border-left-color: rgb(209 250 229 / 0.65);
  border-right-color: rgb(209 250 229 / 0.65);
}
.border-x-emerald-100\/70 {
  border-left-color: rgb(209 250 229 / 0.7);
  border-right-color: rgb(209 250 229 / 0.7);
}
.border-x-emerald-100\/75 {
  border-left-color: rgb(209 250 229 / 0.75);
  border-right-color: rgb(209 250 229 / 0.75);
}
.border-x-emerald-100\/80 {
  border-left-color: rgb(209 250 229 / 0.8);
  border-right-color: rgb(209 250 229 / 0.8);
}
.border-x-emerald-100\/85 {
  border-left-color: rgb(209 250 229 / 0.85);
  border-right-color: rgb(209 250 229 / 0.85);
}
.border-x-emerald-100\/90 {
  border-left-color: rgb(209 250 229 / 0.9);
  border-right-color: rgb(209 250 229 / 0.9);
}
.border-x-emerald-100\/95 {
  border-left-color: rgb(209 250 229 / 0.95);
  border-right-color: rgb(209 250 229 / 0.95);
}
.border-x-emerald-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-x-emerald-200\/0 {
  border-left-color: rgb(167 243 208 / 0);
  border-right-color: rgb(167 243 208 / 0);
}
.border-x-emerald-200\/10 {
  border-left-color: rgb(167 243 208 / 0.1);
  border-right-color: rgb(167 243 208 / 0.1);
}
.border-x-emerald-200\/100 {
  border-left-color: rgb(167 243 208 / 1);
  border-right-color: rgb(167 243 208 / 1);
}
.border-x-emerald-200\/15 {
  border-left-color: rgb(167 243 208 / 0.15);
  border-right-color: rgb(167 243 208 / 0.15);
}
.border-x-emerald-200\/20 {
  border-left-color: rgb(167 243 208 / 0.2);
  border-right-color: rgb(167 243 208 / 0.2);
}
.border-x-emerald-200\/25 {
  border-left-color: rgb(167 243 208 / 0.25);
  border-right-color: rgb(167 243 208 / 0.25);
}
.border-x-emerald-200\/30 {
  border-left-color: rgb(167 243 208 / 0.3);
  border-right-color: rgb(167 243 208 / 0.3);
}
.border-x-emerald-200\/35 {
  border-left-color: rgb(167 243 208 / 0.35);
  border-right-color: rgb(167 243 208 / 0.35);
}
.border-x-emerald-200\/40 {
  border-left-color: rgb(167 243 208 / 0.4);
  border-right-color: rgb(167 243 208 / 0.4);
}
.border-x-emerald-200\/45 {
  border-left-color: rgb(167 243 208 / 0.45);
  border-right-color: rgb(167 243 208 / 0.45);
}
.border-x-emerald-200\/5 {
  border-left-color: rgb(167 243 208 / 0.05);
  border-right-color: rgb(167 243 208 / 0.05);
}
.border-x-emerald-200\/50 {
  border-left-color: rgb(167 243 208 / 0.5);
  border-right-color: rgb(167 243 208 / 0.5);
}
.border-x-emerald-200\/55 {
  border-left-color: rgb(167 243 208 / 0.55);
  border-right-color: rgb(167 243 208 / 0.55);
}
.border-x-emerald-200\/60 {
  border-left-color: rgb(167 243 208 / 0.6);
  border-right-color: rgb(167 243 208 / 0.6);
}
.border-x-emerald-200\/65 {
  border-left-color: rgb(167 243 208 / 0.65);
  border-right-color: rgb(167 243 208 / 0.65);
}
.border-x-emerald-200\/70 {
  border-left-color: rgb(167 243 208 / 0.7);
  border-right-color: rgb(167 243 208 / 0.7);
}
.border-x-emerald-200\/75 {
  border-left-color: rgb(167 243 208 / 0.75);
  border-right-color: rgb(167 243 208 / 0.75);
}
.border-x-emerald-200\/80 {
  border-left-color: rgb(167 243 208 / 0.8);
  border-right-color: rgb(167 243 208 / 0.8);
}
.border-x-emerald-200\/85 {
  border-left-color: rgb(167 243 208 / 0.85);
  border-right-color: rgb(167 243 208 / 0.85);
}
.border-x-emerald-200\/90 {
  border-left-color: rgb(167 243 208 / 0.9);
  border-right-color: rgb(167 243 208 / 0.9);
}
.border-x-emerald-200\/95 {
  border-left-color: rgb(167 243 208 / 0.95);
  border-right-color: rgb(167 243 208 / 0.95);
}
.border-x-emerald-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-x-emerald-300\/0 {
  border-left-color: rgb(110 231 183 / 0);
  border-right-color: rgb(110 231 183 / 0);
}
.border-x-emerald-300\/10 {
  border-left-color: rgb(110 231 183 / 0.1);
  border-right-color: rgb(110 231 183 / 0.1);
}
.border-x-emerald-300\/100 {
  border-left-color: rgb(110 231 183 / 1);
  border-right-color: rgb(110 231 183 / 1);
}
.border-x-emerald-300\/15 {
  border-left-color: rgb(110 231 183 / 0.15);
  border-right-color: rgb(110 231 183 / 0.15);
}
.border-x-emerald-300\/20 {
  border-left-color: rgb(110 231 183 / 0.2);
  border-right-color: rgb(110 231 183 / 0.2);
}
.border-x-emerald-300\/25 {
  border-left-color: rgb(110 231 183 / 0.25);
  border-right-color: rgb(110 231 183 / 0.25);
}
.border-x-emerald-300\/30 {
  border-left-color: rgb(110 231 183 / 0.3);
  border-right-color: rgb(110 231 183 / 0.3);
}
.border-x-emerald-300\/35 {
  border-left-color: rgb(110 231 183 / 0.35);
  border-right-color: rgb(110 231 183 / 0.35);
}
.border-x-emerald-300\/40 {
  border-left-color: rgb(110 231 183 / 0.4);
  border-right-color: rgb(110 231 183 / 0.4);
}
.border-x-emerald-300\/45 {
  border-left-color: rgb(110 231 183 / 0.45);
  border-right-color: rgb(110 231 183 / 0.45);
}
.border-x-emerald-300\/5 {
  border-left-color: rgb(110 231 183 / 0.05);
  border-right-color: rgb(110 231 183 / 0.05);
}
.border-x-emerald-300\/50 {
  border-left-color: rgb(110 231 183 / 0.5);
  border-right-color: rgb(110 231 183 / 0.5);
}
.border-x-emerald-300\/55 {
  border-left-color: rgb(110 231 183 / 0.55);
  border-right-color: rgb(110 231 183 / 0.55);
}
.border-x-emerald-300\/60 {
  border-left-color: rgb(110 231 183 / 0.6);
  border-right-color: rgb(110 231 183 / 0.6);
}
.border-x-emerald-300\/65 {
  border-left-color: rgb(110 231 183 / 0.65);
  border-right-color: rgb(110 231 183 / 0.65);
}
.border-x-emerald-300\/70 {
  border-left-color: rgb(110 231 183 / 0.7);
  border-right-color: rgb(110 231 183 / 0.7);
}
.border-x-emerald-300\/75 {
  border-left-color: rgb(110 231 183 / 0.75);
  border-right-color: rgb(110 231 183 / 0.75);
}
.border-x-emerald-300\/80 {
  border-left-color: rgb(110 231 183 / 0.8);
  border-right-color: rgb(110 231 183 / 0.8);
}
.border-x-emerald-300\/85 {
  border-left-color: rgb(110 231 183 / 0.85);
  border-right-color: rgb(110 231 183 / 0.85);
}
.border-x-emerald-300\/90 {
  border-left-color: rgb(110 231 183 / 0.9);
  border-right-color: rgb(110 231 183 / 0.9);
}
.border-x-emerald-300\/95 {
  border-left-color: rgb(110 231 183 / 0.95);
  border-right-color: rgb(110 231 183 / 0.95);
}
.border-x-emerald-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-x-emerald-400\/0 {
  border-left-color: rgb(52 211 153 / 0);
  border-right-color: rgb(52 211 153 / 0);
}
.border-x-emerald-400\/10 {
  border-left-color: rgb(52 211 153 / 0.1);
  border-right-color: rgb(52 211 153 / 0.1);
}
.border-x-emerald-400\/100 {
  border-left-color: rgb(52 211 153 / 1);
  border-right-color: rgb(52 211 153 / 1);
}
.border-x-emerald-400\/15 {
  border-left-color: rgb(52 211 153 / 0.15);
  border-right-color: rgb(52 211 153 / 0.15);
}
.border-x-emerald-400\/20 {
  border-left-color: rgb(52 211 153 / 0.2);
  border-right-color: rgb(52 211 153 / 0.2);
}
.border-x-emerald-400\/25 {
  border-left-color: rgb(52 211 153 / 0.25);
  border-right-color: rgb(52 211 153 / 0.25);
}
.border-x-emerald-400\/30 {
  border-left-color: rgb(52 211 153 / 0.3);
  border-right-color: rgb(52 211 153 / 0.3);
}
.border-x-emerald-400\/35 {
  border-left-color: rgb(52 211 153 / 0.35);
  border-right-color: rgb(52 211 153 / 0.35);
}
.border-x-emerald-400\/40 {
  border-left-color: rgb(52 211 153 / 0.4);
  border-right-color: rgb(52 211 153 / 0.4);
}
.border-x-emerald-400\/45 {
  border-left-color: rgb(52 211 153 / 0.45);
  border-right-color: rgb(52 211 153 / 0.45);
}
.border-x-emerald-400\/5 {
  border-left-color: rgb(52 211 153 / 0.05);
  border-right-color: rgb(52 211 153 / 0.05);
}
.border-x-emerald-400\/50 {
  border-left-color: rgb(52 211 153 / 0.5);
  border-right-color: rgb(52 211 153 / 0.5);
}
.border-x-emerald-400\/55 {
  border-left-color: rgb(52 211 153 / 0.55);
  border-right-color: rgb(52 211 153 / 0.55);
}
.border-x-emerald-400\/60 {
  border-left-color: rgb(52 211 153 / 0.6);
  border-right-color: rgb(52 211 153 / 0.6);
}
.border-x-emerald-400\/65 {
  border-left-color: rgb(52 211 153 / 0.65);
  border-right-color: rgb(52 211 153 / 0.65);
}
.border-x-emerald-400\/70 {
  border-left-color: rgb(52 211 153 / 0.7);
  border-right-color: rgb(52 211 153 / 0.7);
}
.border-x-emerald-400\/75 {
  border-left-color: rgb(52 211 153 / 0.75);
  border-right-color: rgb(52 211 153 / 0.75);
}
.border-x-emerald-400\/80 {
  border-left-color: rgb(52 211 153 / 0.8);
  border-right-color: rgb(52 211 153 / 0.8);
}
.border-x-emerald-400\/85 {
  border-left-color: rgb(52 211 153 / 0.85);
  border-right-color: rgb(52 211 153 / 0.85);
}
.border-x-emerald-400\/90 {
  border-left-color: rgb(52 211 153 / 0.9);
  border-right-color: rgb(52 211 153 / 0.9);
}
.border-x-emerald-400\/95 {
  border-left-color: rgb(52 211 153 / 0.95);
  border-right-color: rgb(52 211 153 / 0.95);
}
.border-x-emerald-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-x-emerald-50\/0 {
  border-left-color: rgb(236 253 245 / 0);
  border-right-color: rgb(236 253 245 / 0);
}
.border-x-emerald-50\/10 {
  border-left-color: rgb(236 253 245 / 0.1);
  border-right-color: rgb(236 253 245 / 0.1);
}
.border-x-emerald-50\/100 {
  border-left-color: rgb(236 253 245 / 1);
  border-right-color: rgb(236 253 245 / 1);
}
.border-x-emerald-50\/15 {
  border-left-color: rgb(236 253 245 / 0.15);
  border-right-color: rgb(236 253 245 / 0.15);
}
.border-x-emerald-50\/20 {
  border-left-color: rgb(236 253 245 / 0.2);
  border-right-color: rgb(236 253 245 / 0.2);
}
.border-x-emerald-50\/25 {
  border-left-color: rgb(236 253 245 / 0.25);
  border-right-color: rgb(236 253 245 / 0.25);
}
.border-x-emerald-50\/30 {
  border-left-color: rgb(236 253 245 / 0.3);
  border-right-color: rgb(236 253 245 / 0.3);
}
.border-x-emerald-50\/35 {
  border-left-color: rgb(236 253 245 / 0.35);
  border-right-color: rgb(236 253 245 / 0.35);
}
.border-x-emerald-50\/40 {
  border-left-color: rgb(236 253 245 / 0.4);
  border-right-color: rgb(236 253 245 / 0.4);
}
.border-x-emerald-50\/45 {
  border-left-color: rgb(236 253 245 / 0.45);
  border-right-color: rgb(236 253 245 / 0.45);
}
.border-x-emerald-50\/5 {
  border-left-color: rgb(236 253 245 / 0.05);
  border-right-color: rgb(236 253 245 / 0.05);
}
.border-x-emerald-50\/50 {
  border-left-color: rgb(236 253 245 / 0.5);
  border-right-color: rgb(236 253 245 / 0.5);
}
.border-x-emerald-50\/55 {
  border-left-color: rgb(236 253 245 / 0.55);
  border-right-color: rgb(236 253 245 / 0.55);
}
.border-x-emerald-50\/60 {
  border-left-color: rgb(236 253 245 / 0.6);
  border-right-color: rgb(236 253 245 / 0.6);
}
.border-x-emerald-50\/65 {
  border-left-color: rgb(236 253 245 / 0.65);
  border-right-color: rgb(236 253 245 / 0.65);
}
.border-x-emerald-50\/70 {
  border-left-color: rgb(236 253 245 / 0.7);
  border-right-color: rgb(236 253 245 / 0.7);
}
.border-x-emerald-50\/75 {
  border-left-color: rgb(236 253 245 / 0.75);
  border-right-color: rgb(236 253 245 / 0.75);
}
.border-x-emerald-50\/80 {
  border-left-color: rgb(236 253 245 / 0.8);
  border-right-color: rgb(236 253 245 / 0.8);
}
.border-x-emerald-50\/85 {
  border-left-color: rgb(236 253 245 / 0.85);
  border-right-color: rgb(236 253 245 / 0.85);
}
.border-x-emerald-50\/90 {
  border-left-color: rgb(236 253 245 / 0.9);
  border-right-color: rgb(236 253 245 / 0.9);
}
.border-x-emerald-50\/95 {
  border-left-color: rgb(236 253 245 / 0.95);
  border-right-color: rgb(236 253 245 / 0.95);
}
.border-x-emerald-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-x-emerald-500\/0 {
  border-left-color: rgb(16 185 129 / 0);
  border-right-color: rgb(16 185 129 / 0);
}
.border-x-emerald-500\/10 {
  border-left-color: rgb(16 185 129 / 0.1);
  border-right-color: rgb(16 185 129 / 0.1);
}
.border-x-emerald-500\/100 {
  border-left-color: rgb(16 185 129 / 1);
  border-right-color: rgb(16 185 129 / 1);
}
.border-x-emerald-500\/15 {
  border-left-color: rgb(16 185 129 / 0.15);
  border-right-color: rgb(16 185 129 / 0.15);
}
.border-x-emerald-500\/20 {
  border-left-color: rgb(16 185 129 / 0.2);
  border-right-color: rgb(16 185 129 / 0.2);
}
.border-x-emerald-500\/25 {
  border-left-color: rgb(16 185 129 / 0.25);
  border-right-color: rgb(16 185 129 / 0.25);
}
.border-x-emerald-500\/30 {
  border-left-color: rgb(16 185 129 / 0.3);
  border-right-color: rgb(16 185 129 / 0.3);
}
.border-x-emerald-500\/35 {
  border-left-color: rgb(16 185 129 / 0.35);
  border-right-color: rgb(16 185 129 / 0.35);
}
.border-x-emerald-500\/40 {
  border-left-color: rgb(16 185 129 / 0.4);
  border-right-color: rgb(16 185 129 / 0.4);
}
.border-x-emerald-500\/45 {
  border-left-color: rgb(16 185 129 / 0.45);
  border-right-color: rgb(16 185 129 / 0.45);
}
.border-x-emerald-500\/5 {
  border-left-color: rgb(16 185 129 / 0.05);
  border-right-color: rgb(16 185 129 / 0.05);
}
.border-x-emerald-500\/50 {
  border-left-color: rgb(16 185 129 / 0.5);
  border-right-color: rgb(16 185 129 / 0.5);
}
.border-x-emerald-500\/55 {
  border-left-color: rgb(16 185 129 / 0.55);
  border-right-color: rgb(16 185 129 / 0.55);
}
.border-x-emerald-500\/60 {
  border-left-color: rgb(16 185 129 / 0.6);
  border-right-color: rgb(16 185 129 / 0.6);
}
.border-x-emerald-500\/65 {
  border-left-color: rgb(16 185 129 / 0.65);
  border-right-color: rgb(16 185 129 / 0.65);
}
.border-x-emerald-500\/70 {
  border-left-color: rgb(16 185 129 / 0.7);
  border-right-color: rgb(16 185 129 / 0.7);
}
.border-x-emerald-500\/75 {
  border-left-color: rgb(16 185 129 / 0.75);
  border-right-color: rgb(16 185 129 / 0.75);
}
.border-x-emerald-500\/80 {
  border-left-color: rgb(16 185 129 / 0.8);
  border-right-color: rgb(16 185 129 / 0.8);
}
.border-x-emerald-500\/85 {
  border-left-color: rgb(16 185 129 / 0.85);
  border-right-color: rgb(16 185 129 / 0.85);
}
.border-x-emerald-500\/90 {
  border-left-color: rgb(16 185 129 / 0.9);
  border-right-color: rgb(16 185 129 / 0.9);
}
.border-x-emerald-500\/95 {
  border-left-color: rgb(16 185 129 / 0.95);
  border-right-color: rgb(16 185 129 / 0.95);
}
.border-x-emerald-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-x-emerald-600\/0 {
  border-left-color: rgb(5 150 105 / 0);
  border-right-color: rgb(5 150 105 / 0);
}
.border-x-emerald-600\/10 {
  border-left-color: rgb(5 150 105 / 0.1);
  border-right-color: rgb(5 150 105 / 0.1);
}
.border-x-emerald-600\/100 {
  border-left-color: rgb(5 150 105 / 1);
  border-right-color: rgb(5 150 105 / 1);
}
.border-x-emerald-600\/15 {
  border-left-color: rgb(5 150 105 / 0.15);
  border-right-color: rgb(5 150 105 / 0.15);
}
.border-x-emerald-600\/20 {
  border-left-color: rgb(5 150 105 / 0.2);
  border-right-color: rgb(5 150 105 / 0.2);
}
.border-x-emerald-600\/25 {
  border-left-color: rgb(5 150 105 / 0.25);
  border-right-color: rgb(5 150 105 / 0.25);
}
.border-x-emerald-600\/30 {
  border-left-color: rgb(5 150 105 / 0.3);
  border-right-color: rgb(5 150 105 / 0.3);
}
.border-x-emerald-600\/35 {
  border-left-color: rgb(5 150 105 / 0.35);
  border-right-color: rgb(5 150 105 / 0.35);
}
.border-x-emerald-600\/40 {
  border-left-color: rgb(5 150 105 / 0.4);
  border-right-color: rgb(5 150 105 / 0.4);
}
.border-x-emerald-600\/45 {
  border-left-color: rgb(5 150 105 / 0.45);
  border-right-color: rgb(5 150 105 / 0.45);
}
.border-x-emerald-600\/5 {
  border-left-color: rgb(5 150 105 / 0.05);
  border-right-color: rgb(5 150 105 / 0.05);
}
.border-x-emerald-600\/50 {
  border-left-color: rgb(5 150 105 / 0.5);
  border-right-color: rgb(5 150 105 / 0.5);
}
.border-x-emerald-600\/55 {
  border-left-color: rgb(5 150 105 / 0.55);
  border-right-color: rgb(5 150 105 / 0.55);
}
.border-x-emerald-600\/60 {
  border-left-color: rgb(5 150 105 / 0.6);
  border-right-color: rgb(5 150 105 / 0.6);
}
.border-x-emerald-600\/65 {
  border-left-color: rgb(5 150 105 / 0.65);
  border-right-color: rgb(5 150 105 / 0.65);
}
.border-x-emerald-600\/70 {
  border-left-color: rgb(5 150 105 / 0.7);
  border-right-color: rgb(5 150 105 / 0.7);
}
.border-x-emerald-600\/75 {
  border-left-color: rgb(5 150 105 / 0.75);
  border-right-color: rgb(5 150 105 / 0.75);
}
.border-x-emerald-600\/80 {
  border-left-color: rgb(5 150 105 / 0.8);
  border-right-color: rgb(5 150 105 / 0.8);
}
.border-x-emerald-600\/85 {
  border-left-color: rgb(5 150 105 / 0.85);
  border-right-color: rgb(5 150 105 / 0.85);
}
.border-x-emerald-600\/90 {
  border-left-color: rgb(5 150 105 / 0.9);
  border-right-color: rgb(5 150 105 / 0.9);
}
.border-x-emerald-600\/95 {
  border-left-color: rgb(5 150 105 / 0.95);
  border-right-color: rgb(5 150 105 / 0.95);
}
.border-x-emerald-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-x-emerald-700\/0 {
  border-left-color: rgb(4 120 87 / 0);
  border-right-color: rgb(4 120 87 / 0);
}
.border-x-emerald-700\/10 {
  border-left-color: rgb(4 120 87 / 0.1);
  border-right-color: rgb(4 120 87 / 0.1);
}
.border-x-emerald-700\/100 {
  border-left-color: rgb(4 120 87 / 1);
  border-right-color: rgb(4 120 87 / 1);
}
.border-x-emerald-700\/15 {
  border-left-color: rgb(4 120 87 / 0.15);
  border-right-color: rgb(4 120 87 / 0.15);
}
.border-x-emerald-700\/20 {
  border-left-color: rgb(4 120 87 / 0.2);
  border-right-color: rgb(4 120 87 / 0.2);
}
.border-x-emerald-700\/25 {
  border-left-color: rgb(4 120 87 / 0.25);
  border-right-color: rgb(4 120 87 / 0.25);
}
.border-x-emerald-700\/30 {
  border-left-color: rgb(4 120 87 / 0.3);
  border-right-color: rgb(4 120 87 / 0.3);
}
.border-x-emerald-700\/35 {
  border-left-color: rgb(4 120 87 / 0.35);
  border-right-color: rgb(4 120 87 / 0.35);
}
.border-x-emerald-700\/40 {
  border-left-color: rgb(4 120 87 / 0.4);
  border-right-color: rgb(4 120 87 / 0.4);
}
.border-x-emerald-700\/45 {
  border-left-color: rgb(4 120 87 / 0.45);
  border-right-color: rgb(4 120 87 / 0.45);
}
.border-x-emerald-700\/5 {
  border-left-color: rgb(4 120 87 / 0.05);
  border-right-color: rgb(4 120 87 / 0.05);
}
.border-x-emerald-700\/50 {
  border-left-color: rgb(4 120 87 / 0.5);
  border-right-color: rgb(4 120 87 / 0.5);
}
.border-x-emerald-700\/55 {
  border-left-color: rgb(4 120 87 / 0.55);
  border-right-color: rgb(4 120 87 / 0.55);
}
.border-x-emerald-700\/60 {
  border-left-color: rgb(4 120 87 / 0.6);
  border-right-color: rgb(4 120 87 / 0.6);
}
.border-x-emerald-700\/65 {
  border-left-color: rgb(4 120 87 / 0.65);
  border-right-color: rgb(4 120 87 / 0.65);
}
.border-x-emerald-700\/70 {
  border-left-color: rgb(4 120 87 / 0.7);
  border-right-color: rgb(4 120 87 / 0.7);
}
.border-x-emerald-700\/75 {
  border-left-color: rgb(4 120 87 / 0.75);
  border-right-color: rgb(4 120 87 / 0.75);
}
.border-x-emerald-700\/80 {
  border-left-color: rgb(4 120 87 / 0.8);
  border-right-color: rgb(4 120 87 / 0.8);
}
.border-x-emerald-700\/85 {
  border-left-color: rgb(4 120 87 / 0.85);
  border-right-color: rgb(4 120 87 / 0.85);
}
.border-x-emerald-700\/90 {
  border-left-color: rgb(4 120 87 / 0.9);
  border-right-color: rgb(4 120 87 / 0.9);
}
.border-x-emerald-700\/95 {
  border-left-color: rgb(4 120 87 / 0.95);
  border-right-color: rgb(4 120 87 / 0.95);
}
.border-x-emerald-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-x-emerald-800\/0 {
  border-left-color: rgb(6 95 70 / 0);
  border-right-color: rgb(6 95 70 / 0);
}
.border-x-emerald-800\/10 {
  border-left-color: rgb(6 95 70 / 0.1);
  border-right-color: rgb(6 95 70 / 0.1);
}
.border-x-emerald-800\/100 {
  border-left-color: rgb(6 95 70 / 1);
  border-right-color: rgb(6 95 70 / 1);
}
.border-x-emerald-800\/15 {
  border-left-color: rgb(6 95 70 / 0.15);
  border-right-color: rgb(6 95 70 / 0.15);
}
.border-x-emerald-800\/20 {
  border-left-color: rgb(6 95 70 / 0.2);
  border-right-color: rgb(6 95 70 / 0.2);
}
.border-x-emerald-800\/25 {
  border-left-color: rgb(6 95 70 / 0.25);
  border-right-color: rgb(6 95 70 / 0.25);
}
.border-x-emerald-800\/30 {
  border-left-color: rgb(6 95 70 / 0.3);
  border-right-color: rgb(6 95 70 / 0.3);
}
.border-x-emerald-800\/35 {
  border-left-color: rgb(6 95 70 / 0.35);
  border-right-color: rgb(6 95 70 / 0.35);
}
.border-x-emerald-800\/40 {
  border-left-color: rgb(6 95 70 / 0.4);
  border-right-color: rgb(6 95 70 / 0.4);
}
.border-x-emerald-800\/45 {
  border-left-color: rgb(6 95 70 / 0.45);
  border-right-color: rgb(6 95 70 / 0.45);
}
.border-x-emerald-800\/5 {
  border-left-color: rgb(6 95 70 / 0.05);
  border-right-color: rgb(6 95 70 / 0.05);
}
.border-x-emerald-800\/50 {
  border-left-color: rgb(6 95 70 / 0.5);
  border-right-color: rgb(6 95 70 / 0.5);
}
.border-x-emerald-800\/55 {
  border-left-color: rgb(6 95 70 / 0.55);
  border-right-color: rgb(6 95 70 / 0.55);
}
.border-x-emerald-800\/60 {
  border-left-color: rgb(6 95 70 / 0.6);
  border-right-color: rgb(6 95 70 / 0.6);
}
.border-x-emerald-800\/65 {
  border-left-color: rgb(6 95 70 / 0.65);
  border-right-color: rgb(6 95 70 / 0.65);
}
.border-x-emerald-800\/70 {
  border-left-color: rgb(6 95 70 / 0.7);
  border-right-color: rgb(6 95 70 / 0.7);
}
.border-x-emerald-800\/75 {
  border-left-color: rgb(6 95 70 / 0.75);
  border-right-color: rgb(6 95 70 / 0.75);
}
.border-x-emerald-800\/80 {
  border-left-color: rgb(6 95 70 / 0.8);
  border-right-color: rgb(6 95 70 / 0.8);
}
.border-x-emerald-800\/85 {
  border-left-color: rgb(6 95 70 / 0.85);
  border-right-color: rgb(6 95 70 / 0.85);
}
.border-x-emerald-800\/90 {
  border-left-color: rgb(6 95 70 / 0.9);
  border-right-color: rgb(6 95 70 / 0.9);
}
.border-x-emerald-800\/95 {
  border-left-color: rgb(6 95 70 / 0.95);
  border-right-color: rgb(6 95 70 / 0.95);
}
.border-x-emerald-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-x-emerald-900\/0 {
  border-left-color: rgb(6 78 59 / 0);
  border-right-color: rgb(6 78 59 / 0);
}
.border-x-emerald-900\/10 {
  border-left-color: rgb(6 78 59 / 0.1);
  border-right-color: rgb(6 78 59 / 0.1);
}
.border-x-emerald-900\/100 {
  border-left-color: rgb(6 78 59 / 1);
  border-right-color: rgb(6 78 59 / 1);
}
.border-x-emerald-900\/15 {
  border-left-color: rgb(6 78 59 / 0.15);
  border-right-color: rgb(6 78 59 / 0.15);
}
.border-x-emerald-900\/20 {
  border-left-color: rgb(6 78 59 / 0.2);
  border-right-color: rgb(6 78 59 / 0.2);
}
.border-x-emerald-900\/25 {
  border-left-color: rgb(6 78 59 / 0.25);
  border-right-color: rgb(6 78 59 / 0.25);
}
.border-x-emerald-900\/30 {
  border-left-color: rgb(6 78 59 / 0.3);
  border-right-color: rgb(6 78 59 / 0.3);
}
.border-x-emerald-900\/35 {
  border-left-color: rgb(6 78 59 / 0.35);
  border-right-color: rgb(6 78 59 / 0.35);
}
.border-x-emerald-900\/40 {
  border-left-color: rgb(6 78 59 / 0.4);
  border-right-color: rgb(6 78 59 / 0.4);
}
.border-x-emerald-900\/45 {
  border-left-color: rgb(6 78 59 / 0.45);
  border-right-color: rgb(6 78 59 / 0.45);
}
.border-x-emerald-900\/5 {
  border-left-color: rgb(6 78 59 / 0.05);
  border-right-color: rgb(6 78 59 / 0.05);
}
.border-x-emerald-900\/50 {
  border-left-color: rgb(6 78 59 / 0.5);
  border-right-color: rgb(6 78 59 / 0.5);
}
.border-x-emerald-900\/55 {
  border-left-color: rgb(6 78 59 / 0.55);
  border-right-color: rgb(6 78 59 / 0.55);
}
.border-x-emerald-900\/60 {
  border-left-color: rgb(6 78 59 / 0.6);
  border-right-color: rgb(6 78 59 / 0.6);
}
.border-x-emerald-900\/65 {
  border-left-color: rgb(6 78 59 / 0.65);
  border-right-color: rgb(6 78 59 / 0.65);
}
.border-x-emerald-900\/70 {
  border-left-color: rgb(6 78 59 / 0.7);
  border-right-color: rgb(6 78 59 / 0.7);
}
.border-x-emerald-900\/75 {
  border-left-color: rgb(6 78 59 / 0.75);
  border-right-color: rgb(6 78 59 / 0.75);
}
.border-x-emerald-900\/80 {
  border-left-color: rgb(6 78 59 / 0.8);
  border-right-color: rgb(6 78 59 / 0.8);
}
.border-x-emerald-900\/85 {
  border-left-color: rgb(6 78 59 / 0.85);
  border-right-color: rgb(6 78 59 / 0.85);
}
.border-x-emerald-900\/90 {
  border-left-color: rgb(6 78 59 / 0.9);
  border-right-color: rgb(6 78 59 / 0.9);
}
.border-x-emerald-900\/95 {
  border-left-color: rgb(6 78 59 / 0.95);
  border-right-color: rgb(6 78 59 / 0.95);
}
.border-x-emerald-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-x-emerald-950\/0 {
  border-left-color: rgb(2 44 34 / 0);
  border-right-color: rgb(2 44 34 / 0);
}
.border-x-emerald-950\/10 {
  border-left-color: rgb(2 44 34 / 0.1);
  border-right-color: rgb(2 44 34 / 0.1);
}
.border-x-emerald-950\/100 {
  border-left-color: rgb(2 44 34 / 1);
  border-right-color: rgb(2 44 34 / 1);
}
.border-x-emerald-950\/15 {
  border-left-color: rgb(2 44 34 / 0.15);
  border-right-color: rgb(2 44 34 / 0.15);
}
.border-x-emerald-950\/20 {
  border-left-color: rgb(2 44 34 / 0.2);
  border-right-color: rgb(2 44 34 / 0.2);
}
.border-x-emerald-950\/25 {
  border-left-color: rgb(2 44 34 / 0.25);
  border-right-color: rgb(2 44 34 / 0.25);
}
.border-x-emerald-950\/30 {
  border-left-color: rgb(2 44 34 / 0.3);
  border-right-color: rgb(2 44 34 / 0.3);
}
.border-x-emerald-950\/35 {
  border-left-color: rgb(2 44 34 / 0.35);
  border-right-color: rgb(2 44 34 / 0.35);
}
.border-x-emerald-950\/40 {
  border-left-color: rgb(2 44 34 / 0.4);
  border-right-color: rgb(2 44 34 / 0.4);
}
.border-x-emerald-950\/45 {
  border-left-color: rgb(2 44 34 / 0.45);
  border-right-color: rgb(2 44 34 / 0.45);
}
.border-x-emerald-950\/5 {
  border-left-color: rgb(2 44 34 / 0.05);
  border-right-color: rgb(2 44 34 / 0.05);
}
.border-x-emerald-950\/50 {
  border-left-color: rgb(2 44 34 / 0.5);
  border-right-color: rgb(2 44 34 / 0.5);
}
.border-x-emerald-950\/55 {
  border-left-color: rgb(2 44 34 / 0.55);
  border-right-color: rgb(2 44 34 / 0.55);
}
.border-x-emerald-950\/60 {
  border-left-color: rgb(2 44 34 / 0.6);
  border-right-color: rgb(2 44 34 / 0.6);
}
.border-x-emerald-950\/65 {
  border-left-color: rgb(2 44 34 / 0.65);
  border-right-color: rgb(2 44 34 / 0.65);
}
.border-x-emerald-950\/70 {
  border-left-color: rgb(2 44 34 / 0.7);
  border-right-color: rgb(2 44 34 / 0.7);
}
.border-x-emerald-950\/75 {
  border-left-color: rgb(2 44 34 / 0.75);
  border-right-color: rgb(2 44 34 / 0.75);
}
.border-x-emerald-950\/80 {
  border-left-color: rgb(2 44 34 / 0.8);
  border-right-color: rgb(2 44 34 / 0.8);
}
.border-x-emerald-950\/85 {
  border-left-color: rgb(2 44 34 / 0.85);
  border-right-color: rgb(2 44 34 / 0.85);
}
.border-x-emerald-950\/90 {
  border-left-color: rgb(2 44 34 / 0.9);
  border-right-color: rgb(2 44 34 / 0.9);
}
.border-x-emerald-950\/95 {
  border-left-color: rgb(2 44 34 / 0.95);
  border-right-color: rgb(2 44 34 / 0.95);
}
.border-x-fuchsia-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-100\/0 {
  border-left-color: rgb(250 232 255 / 0);
  border-right-color: rgb(250 232 255 / 0);
}
.border-x-fuchsia-100\/10 {
  border-left-color: rgb(250 232 255 / 0.1);
  border-right-color: rgb(250 232 255 / 0.1);
}
.border-x-fuchsia-100\/100 {
  border-left-color: rgb(250 232 255 / 1);
  border-right-color: rgb(250 232 255 / 1);
}
.border-x-fuchsia-100\/15 {
  border-left-color: rgb(250 232 255 / 0.15);
  border-right-color: rgb(250 232 255 / 0.15);
}
.border-x-fuchsia-100\/20 {
  border-left-color: rgb(250 232 255 / 0.2);
  border-right-color: rgb(250 232 255 / 0.2);
}
.border-x-fuchsia-100\/25 {
  border-left-color: rgb(250 232 255 / 0.25);
  border-right-color: rgb(250 232 255 / 0.25);
}
.border-x-fuchsia-100\/30 {
  border-left-color: rgb(250 232 255 / 0.3);
  border-right-color: rgb(250 232 255 / 0.3);
}
.border-x-fuchsia-100\/35 {
  border-left-color: rgb(250 232 255 / 0.35);
  border-right-color: rgb(250 232 255 / 0.35);
}
.border-x-fuchsia-100\/40 {
  border-left-color: rgb(250 232 255 / 0.4);
  border-right-color: rgb(250 232 255 / 0.4);
}
.border-x-fuchsia-100\/45 {
  border-left-color: rgb(250 232 255 / 0.45);
  border-right-color: rgb(250 232 255 / 0.45);
}
.border-x-fuchsia-100\/5 {
  border-left-color: rgb(250 232 255 / 0.05);
  border-right-color: rgb(250 232 255 / 0.05);
}
.border-x-fuchsia-100\/50 {
  border-left-color: rgb(250 232 255 / 0.5);
  border-right-color: rgb(250 232 255 / 0.5);
}
.border-x-fuchsia-100\/55 {
  border-left-color: rgb(250 232 255 / 0.55);
  border-right-color: rgb(250 232 255 / 0.55);
}
.border-x-fuchsia-100\/60 {
  border-left-color: rgb(250 232 255 / 0.6);
  border-right-color: rgb(250 232 255 / 0.6);
}
.border-x-fuchsia-100\/65 {
  border-left-color: rgb(250 232 255 / 0.65);
  border-right-color: rgb(250 232 255 / 0.65);
}
.border-x-fuchsia-100\/70 {
  border-left-color: rgb(250 232 255 / 0.7);
  border-right-color: rgb(250 232 255 / 0.7);
}
.border-x-fuchsia-100\/75 {
  border-left-color: rgb(250 232 255 / 0.75);
  border-right-color: rgb(250 232 255 / 0.75);
}
.border-x-fuchsia-100\/80 {
  border-left-color: rgb(250 232 255 / 0.8);
  border-right-color: rgb(250 232 255 / 0.8);
}
.border-x-fuchsia-100\/85 {
  border-left-color: rgb(250 232 255 / 0.85);
  border-right-color: rgb(250 232 255 / 0.85);
}
.border-x-fuchsia-100\/90 {
  border-left-color: rgb(250 232 255 / 0.9);
  border-right-color: rgb(250 232 255 / 0.9);
}
.border-x-fuchsia-100\/95 {
  border-left-color: rgb(250 232 255 / 0.95);
  border-right-color: rgb(250 232 255 / 0.95);
}
.border-x-fuchsia-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-200\/0 {
  border-left-color: rgb(245 208 254 / 0);
  border-right-color: rgb(245 208 254 / 0);
}
.border-x-fuchsia-200\/10 {
  border-left-color: rgb(245 208 254 / 0.1);
  border-right-color: rgb(245 208 254 / 0.1);
}
.border-x-fuchsia-200\/100 {
  border-left-color: rgb(245 208 254 / 1);
  border-right-color: rgb(245 208 254 / 1);
}
.border-x-fuchsia-200\/15 {
  border-left-color: rgb(245 208 254 / 0.15);
  border-right-color: rgb(245 208 254 / 0.15);
}
.border-x-fuchsia-200\/20 {
  border-left-color: rgb(245 208 254 / 0.2);
  border-right-color: rgb(245 208 254 / 0.2);
}
.border-x-fuchsia-200\/25 {
  border-left-color: rgb(245 208 254 / 0.25);
  border-right-color: rgb(245 208 254 / 0.25);
}
.border-x-fuchsia-200\/30 {
  border-left-color: rgb(245 208 254 / 0.3);
  border-right-color: rgb(245 208 254 / 0.3);
}
.border-x-fuchsia-200\/35 {
  border-left-color: rgb(245 208 254 / 0.35);
  border-right-color: rgb(245 208 254 / 0.35);
}
.border-x-fuchsia-200\/40 {
  border-left-color: rgb(245 208 254 / 0.4);
  border-right-color: rgb(245 208 254 / 0.4);
}
.border-x-fuchsia-200\/45 {
  border-left-color: rgb(245 208 254 / 0.45);
  border-right-color: rgb(245 208 254 / 0.45);
}
.border-x-fuchsia-200\/5 {
  border-left-color: rgb(245 208 254 / 0.05);
  border-right-color: rgb(245 208 254 / 0.05);
}
.border-x-fuchsia-200\/50 {
  border-left-color: rgb(245 208 254 / 0.5);
  border-right-color: rgb(245 208 254 / 0.5);
}
.border-x-fuchsia-200\/55 {
  border-left-color: rgb(245 208 254 / 0.55);
  border-right-color: rgb(245 208 254 / 0.55);
}
.border-x-fuchsia-200\/60 {
  border-left-color: rgb(245 208 254 / 0.6);
  border-right-color: rgb(245 208 254 / 0.6);
}
.border-x-fuchsia-200\/65 {
  border-left-color: rgb(245 208 254 / 0.65);
  border-right-color: rgb(245 208 254 / 0.65);
}
.border-x-fuchsia-200\/70 {
  border-left-color: rgb(245 208 254 / 0.7);
  border-right-color: rgb(245 208 254 / 0.7);
}
.border-x-fuchsia-200\/75 {
  border-left-color: rgb(245 208 254 / 0.75);
  border-right-color: rgb(245 208 254 / 0.75);
}
.border-x-fuchsia-200\/80 {
  border-left-color: rgb(245 208 254 / 0.8);
  border-right-color: rgb(245 208 254 / 0.8);
}
.border-x-fuchsia-200\/85 {
  border-left-color: rgb(245 208 254 / 0.85);
  border-right-color: rgb(245 208 254 / 0.85);
}
.border-x-fuchsia-200\/90 {
  border-left-color: rgb(245 208 254 / 0.9);
  border-right-color: rgb(245 208 254 / 0.9);
}
.border-x-fuchsia-200\/95 {
  border-left-color: rgb(245 208 254 / 0.95);
  border-right-color: rgb(245 208 254 / 0.95);
}
.border-x-fuchsia-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-300\/0 {
  border-left-color: rgb(240 171 252 / 0);
  border-right-color: rgb(240 171 252 / 0);
}
.border-x-fuchsia-300\/10 {
  border-left-color: rgb(240 171 252 / 0.1);
  border-right-color: rgb(240 171 252 / 0.1);
}
.border-x-fuchsia-300\/100 {
  border-left-color: rgb(240 171 252 / 1);
  border-right-color: rgb(240 171 252 / 1);
}
.border-x-fuchsia-300\/15 {
  border-left-color: rgb(240 171 252 / 0.15);
  border-right-color: rgb(240 171 252 / 0.15);
}
.border-x-fuchsia-300\/20 {
  border-left-color: rgb(240 171 252 / 0.2);
  border-right-color: rgb(240 171 252 / 0.2);
}
.border-x-fuchsia-300\/25 {
  border-left-color: rgb(240 171 252 / 0.25);
  border-right-color: rgb(240 171 252 / 0.25);
}
.border-x-fuchsia-300\/30 {
  border-left-color: rgb(240 171 252 / 0.3);
  border-right-color: rgb(240 171 252 / 0.3);
}
.border-x-fuchsia-300\/35 {
  border-left-color: rgb(240 171 252 / 0.35);
  border-right-color: rgb(240 171 252 / 0.35);
}
.border-x-fuchsia-300\/40 {
  border-left-color: rgb(240 171 252 / 0.4);
  border-right-color: rgb(240 171 252 / 0.4);
}
.border-x-fuchsia-300\/45 {
  border-left-color: rgb(240 171 252 / 0.45);
  border-right-color: rgb(240 171 252 / 0.45);
}
.border-x-fuchsia-300\/5 {
  border-left-color: rgb(240 171 252 / 0.05);
  border-right-color: rgb(240 171 252 / 0.05);
}
.border-x-fuchsia-300\/50 {
  border-left-color: rgb(240 171 252 / 0.5);
  border-right-color: rgb(240 171 252 / 0.5);
}
.border-x-fuchsia-300\/55 {
  border-left-color: rgb(240 171 252 / 0.55);
  border-right-color: rgb(240 171 252 / 0.55);
}
.border-x-fuchsia-300\/60 {
  border-left-color: rgb(240 171 252 / 0.6);
  border-right-color: rgb(240 171 252 / 0.6);
}
.border-x-fuchsia-300\/65 {
  border-left-color: rgb(240 171 252 / 0.65);
  border-right-color: rgb(240 171 252 / 0.65);
}
.border-x-fuchsia-300\/70 {
  border-left-color: rgb(240 171 252 / 0.7);
  border-right-color: rgb(240 171 252 / 0.7);
}
.border-x-fuchsia-300\/75 {
  border-left-color: rgb(240 171 252 / 0.75);
  border-right-color: rgb(240 171 252 / 0.75);
}
.border-x-fuchsia-300\/80 {
  border-left-color: rgb(240 171 252 / 0.8);
  border-right-color: rgb(240 171 252 / 0.8);
}
.border-x-fuchsia-300\/85 {
  border-left-color: rgb(240 171 252 / 0.85);
  border-right-color: rgb(240 171 252 / 0.85);
}
.border-x-fuchsia-300\/90 {
  border-left-color: rgb(240 171 252 / 0.9);
  border-right-color: rgb(240 171 252 / 0.9);
}
.border-x-fuchsia-300\/95 {
  border-left-color: rgb(240 171 252 / 0.95);
  border-right-color: rgb(240 171 252 / 0.95);
}
.border-x-fuchsia-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-400\/0 {
  border-left-color: rgb(232 121 249 / 0);
  border-right-color: rgb(232 121 249 / 0);
}
.border-x-fuchsia-400\/10 {
  border-left-color: rgb(232 121 249 / 0.1);
  border-right-color: rgb(232 121 249 / 0.1);
}
.border-x-fuchsia-400\/100 {
  border-left-color: rgb(232 121 249 / 1);
  border-right-color: rgb(232 121 249 / 1);
}
.border-x-fuchsia-400\/15 {
  border-left-color: rgb(232 121 249 / 0.15);
  border-right-color: rgb(232 121 249 / 0.15);
}
.border-x-fuchsia-400\/20 {
  border-left-color: rgb(232 121 249 / 0.2);
  border-right-color: rgb(232 121 249 / 0.2);
}
.border-x-fuchsia-400\/25 {
  border-left-color: rgb(232 121 249 / 0.25);
  border-right-color: rgb(232 121 249 / 0.25);
}
.border-x-fuchsia-400\/30 {
  border-left-color: rgb(232 121 249 / 0.3);
  border-right-color: rgb(232 121 249 / 0.3);
}
.border-x-fuchsia-400\/35 {
  border-left-color: rgb(232 121 249 / 0.35);
  border-right-color: rgb(232 121 249 / 0.35);
}
.border-x-fuchsia-400\/40 {
  border-left-color: rgb(232 121 249 / 0.4);
  border-right-color: rgb(232 121 249 / 0.4);
}
.border-x-fuchsia-400\/45 {
  border-left-color: rgb(232 121 249 / 0.45);
  border-right-color: rgb(232 121 249 / 0.45);
}
.border-x-fuchsia-400\/5 {
  border-left-color: rgb(232 121 249 / 0.05);
  border-right-color: rgb(232 121 249 / 0.05);
}
.border-x-fuchsia-400\/50 {
  border-left-color: rgb(232 121 249 / 0.5);
  border-right-color: rgb(232 121 249 / 0.5);
}
.border-x-fuchsia-400\/55 {
  border-left-color: rgb(232 121 249 / 0.55);
  border-right-color: rgb(232 121 249 / 0.55);
}
.border-x-fuchsia-400\/60 {
  border-left-color: rgb(232 121 249 / 0.6);
  border-right-color: rgb(232 121 249 / 0.6);
}
.border-x-fuchsia-400\/65 {
  border-left-color: rgb(232 121 249 / 0.65);
  border-right-color: rgb(232 121 249 / 0.65);
}
.border-x-fuchsia-400\/70 {
  border-left-color: rgb(232 121 249 / 0.7);
  border-right-color: rgb(232 121 249 / 0.7);
}
.border-x-fuchsia-400\/75 {
  border-left-color: rgb(232 121 249 / 0.75);
  border-right-color: rgb(232 121 249 / 0.75);
}
.border-x-fuchsia-400\/80 {
  border-left-color: rgb(232 121 249 / 0.8);
  border-right-color: rgb(232 121 249 / 0.8);
}
.border-x-fuchsia-400\/85 {
  border-left-color: rgb(232 121 249 / 0.85);
  border-right-color: rgb(232 121 249 / 0.85);
}
.border-x-fuchsia-400\/90 {
  border-left-color: rgb(232 121 249 / 0.9);
  border-right-color: rgb(232 121 249 / 0.9);
}
.border-x-fuchsia-400\/95 {
  border-left-color: rgb(232 121 249 / 0.95);
  border-right-color: rgb(232 121 249 / 0.95);
}
.border-x-fuchsia-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-50\/0 {
  border-left-color: rgb(253 244 255 / 0);
  border-right-color: rgb(253 244 255 / 0);
}
.border-x-fuchsia-50\/10 {
  border-left-color: rgb(253 244 255 / 0.1);
  border-right-color: rgb(253 244 255 / 0.1);
}
.border-x-fuchsia-50\/100 {
  border-left-color: rgb(253 244 255 / 1);
  border-right-color: rgb(253 244 255 / 1);
}
.border-x-fuchsia-50\/15 {
  border-left-color: rgb(253 244 255 / 0.15);
  border-right-color: rgb(253 244 255 / 0.15);
}
.border-x-fuchsia-50\/20 {
  border-left-color: rgb(253 244 255 / 0.2);
  border-right-color: rgb(253 244 255 / 0.2);
}
.border-x-fuchsia-50\/25 {
  border-left-color: rgb(253 244 255 / 0.25);
  border-right-color: rgb(253 244 255 / 0.25);
}
.border-x-fuchsia-50\/30 {
  border-left-color: rgb(253 244 255 / 0.3);
  border-right-color: rgb(253 244 255 / 0.3);
}
.border-x-fuchsia-50\/35 {
  border-left-color: rgb(253 244 255 / 0.35);
  border-right-color: rgb(253 244 255 / 0.35);
}
.border-x-fuchsia-50\/40 {
  border-left-color: rgb(253 244 255 / 0.4);
  border-right-color: rgb(253 244 255 / 0.4);
}
.border-x-fuchsia-50\/45 {
  border-left-color: rgb(253 244 255 / 0.45);
  border-right-color: rgb(253 244 255 / 0.45);
}
.border-x-fuchsia-50\/5 {
  border-left-color: rgb(253 244 255 / 0.05);
  border-right-color: rgb(253 244 255 / 0.05);
}
.border-x-fuchsia-50\/50 {
  border-left-color: rgb(253 244 255 / 0.5);
  border-right-color: rgb(253 244 255 / 0.5);
}
.border-x-fuchsia-50\/55 {
  border-left-color: rgb(253 244 255 / 0.55);
  border-right-color: rgb(253 244 255 / 0.55);
}
.border-x-fuchsia-50\/60 {
  border-left-color: rgb(253 244 255 / 0.6);
  border-right-color: rgb(253 244 255 / 0.6);
}
.border-x-fuchsia-50\/65 {
  border-left-color: rgb(253 244 255 / 0.65);
  border-right-color: rgb(253 244 255 / 0.65);
}
.border-x-fuchsia-50\/70 {
  border-left-color: rgb(253 244 255 / 0.7);
  border-right-color: rgb(253 244 255 / 0.7);
}
.border-x-fuchsia-50\/75 {
  border-left-color: rgb(253 244 255 / 0.75);
  border-right-color: rgb(253 244 255 / 0.75);
}
.border-x-fuchsia-50\/80 {
  border-left-color: rgb(253 244 255 / 0.8);
  border-right-color: rgb(253 244 255 / 0.8);
}
.border-x-fuchsia-50\/85 {
  border-left-color: rgb(253 244 255 / 0.85);
  border-right-color: rgb(253 244 255 / 0.85);
}
.border-x-fuchsia-50\/90 {
  border-left-color: rgb(253 244 255 / 0.9);
  border-right-color: rgb(253 244 255 / 0.9);
}
.border-x-fuchsia-50\/95 {
  border-left-color: rgb(253 244 255 / 0.95);
  border-right-color: rgb(253 244 255 / 0.95);
}
.border-x-fuchsia-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-500\/0 {
  border-left-color: rgb(217 70 239 / 0);
  border-right-color: rgb(217 70 239 / 0);
}
.border-x-fuchsia-500\/10 {
  border-left-color: rgb(217 70 239 / 0.1);
  border-right-color: rgb(217 70 239 / 0.1);
}
.border-x-fuchsia-500\/100 {
  border-left-color: rgb(217 70 239 / 1);
  border-right-color: rgb(217 70 239 / 1);
}
.border-x-fuchsia-500\/15 {
  border-left-color: rgb(217 70 239 / 0.15);
  border-right-color: rgb(217 70 239 / 0.15);
}
.border-x-fuchsia-500\/20 {
  border-left-color: rgb(217 70 239 / 0.2);
  border-right-color: rgb(217 70 239 / 0.2);
}
.border-x-fuchsia-500\/25 {
  border-left-color: rgb(217 70 239 / 0.25);
  border-right-color: rgb(217 70 239 / 0.25);
}
.border-x-fuchsia-500\/30 {
  border-left-color: rgb(217 70 239 / 0.3);
  border-right-color: rgb(217 70 239 / 0.3);
}
.border-x-fuchsia-500\/35 {
  border-left-color: rgb(217 70 239 / 0.35);
  border-right-color: rgb(217 70 239 / 0.35);
}
.border-x-fuchsia-500\/40 {
  border-left-color: rgb(217 70 239 / 0.4);
  border-right-color: rgb(217 70 239 / 0.4);
}
.border-x-fuchsia-500\/45 {
  border-left-color: rgb(217 70 239 / 0.45);
  border-right-color: rgb(217 70 239 / 0.45);
}
.border-x-fuchsia-500\/5 {
  border-left-color: rgb(217 70 239 / 0.05);
  border-right-color: rgb(217 70 239 / 0.05);
}
.border-x-fuchsia-500\/50 {
  border-left-color: rgb(217 70 239 / 0.5);
  border-right-color: rgb(217 70 239 / 0.5);
}
.border-x-fuchsia-500\/55 {
  border-left-color: rgb(217 70 239 / 0.55);
  border-right-color: rgb(217 70 239 / 0.55);
}
.border-x-fuchsia-500\/60 {
  border-left-color: rgb(217 70 239 / 0.6);
  border-right-color: rgb(217 70 239 / 0.6);
}
.border-x-fuchsia-500\/65 {
  border-left-color: rgb(217 70 239 / 0.65);
  border-right-color: rgb(217 70 239 / 0.65);
}
.border-x-fuchsia-500\/70 {
  border-left-color: rgb(217 70 239 / 0.7);
  border-right-color: rgb(217 70 239 / 0.7);
}
.border-x-fuchsia-500\/75 {
  border-left-color: rgb(217 70 239 / 0.75);
  border-right-color: rgb(217 70 239 / 0.75);
}
.border-x-fuchsia-500\/80 {
  border-left-color: rgb(217 70 239 / 0.8);
  border-right-color: rgb(217 70 239 / 0.8);
}
.border-x-fuchsia-500\/85 {
  border-left-color: rgb(217 70 239 / 0.85);
  border-right-color: rgb(217 70 239 / 0.85);
}
.border-x-fuchsia-500\/90 {
  border-left-color: rgb(217 70 239 / 0.9);
  border-right-color: rgb(217 70 239 / 0.9);
}
.border-x-fuchsia-500\/95 {
  border-left-color: rgb(217 70 239 / 0.95);
  border-right-color: rgb(217 70 239 / 0.95);
}
.border-x-fuchsia-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-600\/0 {
  border-left-color: rgb(192 38 211 / 0);
  border-right-color: rgb(192 38 211 / 0);
}
.border-x-fuchsia-600\/10 {
  border-left-color: rgb(192 38 211 / 0.1);
  border-right-color: rgb(192 38 211 / 0.1);
}
.border-x-fuchsia-600\/100 {
  border-left-color: rgb(192 38 211 / 1);
  border-right-color: rgb(192 38 211 / 1);
}
.border-x-fuchsia-600\/15 {
  border-left-color: rgb(192 38 211 / 0.15);
  border-right-color: rgb(192 38 211 / 0.15);
}
.border-x-fuchsia-600\/20 {
  border-left-color: rgb(192 38 211 / 0.2);
  border-right-color: rgb(192 38 211 / 0.2);
}
.border-x-fuchsia-600\/25 {
  border-left-color: rgb(192 38 211 / 0.25);
  border-right-color: rgb(192 38 211 / 0.25);
}
.border-x-fuchsia-600\/30 {
  border-left-color: rgb(192 38 211 / 0.3);
  border-right-color: rgb(192 38 211 / 0.3);
}
.border-x-fuchsia-600\/35 {
  border-left-color: rgb(192 38 211 / 0.35);
  border-right-color: rgb(192 38 211 / 0.35);
}
.border-x-fuchsia-600\/40 {
  border-left-color: rgb(192 38 211 / 0.4);
  border-right-color: rgb(192 38 211 / 0.4);
}
.border-x-fuchsia-600\/45 {
  border-left-color: rgb(192 38 211 / 0.45);
  border-right-color: rgb(192 38 211 / 0.45);
}
.border-x-fuchsia-600\/5 {
  border-left-color: rgb(192 38 211 / 0.05);
  border-right-color: rgb(192 38 211 / 0.05);
}
.border-x-fuchsia-600\/50 {
  border-left-color: rgb(192 38 211 / 0.5);
  border-right-color: rgb(192 38 211 / 0.5);
}
.border-x-fuchsia-600\/55 {
  border-left-color: rgb(192 38 211 / 0.55);
  border-right-color: rgb(192 38 211 / 0.55);
}
.border-x-fuchsia-600\/60 {
  border-left-color: rgb(192 38 211 / 0.6);
  border-right-color: rgb(192 38 211 / 0.6);
}
.border-x-fuchsia-600\/65 {
  border-left-color: rgb(192 38 211 / 0.65);
  border-right-color: rgb(192 38 211 / 0.65);
}
.border-x-fuchsia-600\/70 {
  border-left-color: rgb(192 38 211 / 0.7);
  border-right-color: rgb(192 38 211 / 0.7);
}
.border-x-fuchsia-600\/75 {
  border-left-color: rgb(192 38 211 / 0.75);
  border-right-color: rgb(192 38 211 / 0.75);
}
.border-x-fuchsia-600\/80 {
  border-left-color: rgb(192 38 211 / 0.8);
  border-right-color: rgb(192 38 211 / 0.8);
}
.border-x-fuchsia-600\/85 {
  border-left-color: rgb(192 38 211 / 0.85);
  border-right-color: rgb(192 38 211 / 0.85);
}
.border-x-fuchsia-600\/90 {
  border-left-color: rgb(192 38 211 / 0.9);
  border-right-color: rgb(192 38 211 / 0.9);
}
.border-x-fuchsia-600\/95 {
  border-left-color: rgb(192 38 211 / 0.95);
  border-right-color: rgb(192 38 211 / 0.95);
}
.border-x-fuchsia-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-700\/0 {
  border-left-color: rgb(162 28 175 / 0);
  border-right-color: rgb(162 28 175 / 0);
}
.border-x-fuchsia-700\/10 {
  border-left-color: rgb(162 28 175 / 0.1);
  border-right-color: rgb(162 28 175 / 0.1);
}
.border-x-fuchsia-700\/100 {
  border-left-color: rgb(162 28 175 / 1);
  border-right-color: rgb(162 28 175 / 1);
}
.border-x-fuchsia-700\/15 {
  border-left-color: rgb(162 28 175 / 0.15);
  border-right-color: rgb(162 28 175 / 0.15);
}
.border-x-fuchsia-700\/20 {
  border-left-color: rgb(162 28 175 / 0.2);
  border-right-color: rgb(162 28 175 / 0.2);
}
.border-x-fuchsia-700\/25 {
  border-left-color: rgb(162 28 175 / 0.25);
  border-right-color: rgb(162 28 175 / 0.25);
}
.border-x-fuchsia-700\/30 {
  border-left-color: rgb(162 28 175 / 0.3);
  border-right-color: rgb(162 28 175 / 0.3);
}
.border-x-fuchsia-700\/35 {
  border-left-color: rgb(162 28 175 / 0.35);
  border-right-color: rgb(162 28 175 / 0.35);
}
.border-x-fuchsia-700\/40 {
  border-left-color: rgb(162 28 175 / 0.4);
  border-right-color: rgb(162 28 175 / 0.4);
}
.border-x-fuchsia-700\/45 {
  border-left-color: rgb(162 28 175 / 0.45);
  border-right-color: rgb(162 28 175 / 0.45);
}
.border-x-fuchsia-700\/5 {
  border-left-color: rgb(162 28 175 / 0.05);
  border-right-color: rgb(162 28 175 / 0.05);
}
.border-x-fuchsia-700\/50 {
  border-left-color: rgb(162 28 175 / 0.5);
  border-right-color: rgb(162 28 175 / 0.5);
}
.border-x-fuchsia-700\/55 {
  border-left-color: rgb(162 28 175 / 0.55);
  border-right-color: rgb(162 28 175 / 0.55);
}
.border-x-fuchsia-700\/60 {
  border-left-color: rgb(162 28 175 / 0.6);
  border-right-color: rgb(162 28 175 / 0.6);
}
.border-x-fuchsia-700\/65 {
  border-left-color: rgb(162 28 175 / 0.65);
  border-right-color: rgb(162 28 175 / 0.65);
}
.border-x-fuchsia-700\/70 {
  border-left-color: rgb(162 28 175 / 0.7);
  border-right-color: rgb(162 28 175 / 0.7);
}
.border-x-fuchsia-700\/75 {
  border-left-color: rgb(162 28 175 / 0.75);
  border-right-color: rgb(162 28 175 / 0.75);
}
.border-x-fuchsia-700\/80 {
  border-left-color: rgb(162 28 175 / 0.8);
  border-right-color: rgb(162 28 175 / 0.8);
}
.border-x-fuchsia-700\/85 {
  border-left-color: rgb(162 28 175 / 0.85);
  border-right-color: rgb(162 28 175 / 0.85);
}
.border-x-fuchsia-700\/90 {
  border-left-color: rgb(162 28 175 / 0.9);
  border-right-color: rgb(162 28 175 / 0.9);
}
.border-x-fuchsia-700\/95 {
  border-left-color: rgb(162 28 175 / 0.95);
  border-right-color: rgb(162 28 175 / 0.95);
}
.border-x-fuchsia-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-800\/0 {
  border-left-color: rgb(134 25 143 / 0);
  border-right-color: rgb(134 25 143 / 0);
}
.border-x-fuchsia-800\/10 {
  border-left-color: rgb(134 25 143 / 0.1);
  border-right-color: rgb(134 25 143 / 0.1);
}
.border-x-fuchsia-800\/100 {
  border-left-color: rgb(134 25 143 / 1);
  border-right-color: rgb(134 25 143 / 1);
}
.border-x-fuchsia-800\/15 {
  border-left-color: rgb(134 25 143 / 0.15);
  border-right-color: rgb(134 25 143 / 0.15);
}
.border-x-fuchsia-800\/20 {
  border-left-color: rgb(134 25 143 / 0.2);
  border-right-color: rgb(134 25 143 / 0.2);
}
.border-x-fuchsia-800\/25 {
  border-left-color: rgb(134 25 143 / 0.25);
  border-right-color: rgb(134 25 143 / 0.25);
}
.border-x-fuchsia-800\/30 {
  border-left-color: rgb(134 25 143 / 0.3);
  border-right-color: rgb(134 25 143 / 0.3);
}
.border-x-fuchsia-800\/35 {
  border-left-color: rgb(134 25 143 / 0.35);
  border-right-color: rgb(134 25 143 / 0.35);
}
.border-x-fuchsia-800\/40 {
  border-left-color: rgb(134 25 143 / 0.4);
  border-right-color: rgb(134 25 143 / 0.4);
}
.border-x-fuchsia-800\/45 {
  border-left-color: rgb(134 25 143 / 0.45);
  border-right-color: rgb(134 25 143 / 0.45);
}
.border-x-fuchsia-800\/5 {
  border-left-color: rgb(134 25 143 / 0.05);
  border-right-color: rgb(134 25 143 / 0.05);
}
.border-x-fuchsia-800\/50 {
  border-left-color: rgb(134 25 143 / 0.5);
  border-right-color: rgb(134 25 143 / 0.5);
}
.border-x-fuchsia-800\/55 {
  border-left-color: rgb(134 25 143 / 0.55);
  border-right-color: rgb(134 25 143 / 0.55);
}
.border-x-fuchsia-800\/60 {
  border-left-color: rgb(134 25 143 / 0.6);
  border-right-color: rgb(134 25 143 / 0.6);
}
.border-x-fuchsia-800\/65 {
  border-left-color: rgb(134 25 143 / 0.65);
  border-right-color: rgb(134 25 143 / 0.65);
}
.border-x-fuchsia-800\/70 {
  border-left-color: rgb(134 25 143 / 0.7);
  border-right-color: rgb(134 25 143 / 0.7);
}
.border-x-fuchsia-800\/75 {
  border-left-color: rgb(134 25 143 / 0.75);
  border-right-color: rgb(134 25 143 / 0.75);
}
.border-x-fuchsia-800\/80 {
  border-left-color: rgb(134 25 143 / 0.8);
  border-right-color: rgb(134 25 143 / 0.8);
}
.border-x-fuchsia-800\/85 {
  border-left-color: rgb(134 25 143 / 0.85);
  border-right-color: rgb(134 25 143 / 0.85);
}
.border-x-fuchsia-800\/90 {
  border-left-color: rgb(134 25 143 / 0.9);
  border-right-color: rgb(134 25 143 / 0.9);
}
.border-x-fuchsia-800\/95 {
  border-left-color: rgb(134 25 143 / 0.95);
  border-right-color: rgb(134 25 143 / 0.95);
}
.border-x-fuchsia-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-900\/0 {
  border-left-color: rgb(112 26 117 / 0);
  border-right-color: rgb(112 26 117 / 0);
}
.border-x-fuchsia-900\/10 {
  border-left-color: rgb(112 26 117 / 0.1);
  border-right-color: rgb(112 26 117 / 0.1);
}
.border-x-fuchsia-900\/100 {
  border-left-color: rgb(112 26 117 / 1);
  border-right-color: rgb(112 26 117 / 1);
}
.border-x-fuchsia-900\/15 {
  border-left-color: rgb(112 26 117 / 0.15);
  border-right-color: rgb(112 26 117 / 0.15);
}
.border-x-fuchsia-900\/20 {
  border-left-color: rgb(112 26 117 / 0.2);
  border-right-color: rgb(112 26 117 / 0.2);
}
.border-x-fuchsia-900\/25 {
  border-left-color: rgb(112 26 117 / 0.25);
  border-right-color: rgb(112 26 117 / 0.25);
}
.border-x-fuchsia-900\/30 {
  border-left-color: rgb(112 26 117 / 0.3);
  border-right-color: rgb(112 26 117 / 0.3);
}
.border-x-fuchsia-900\/35 {
  border-left-color: rgb(112 26 117 / 0.35);
  border-right-color: rgb(112 26 117 / 0.35);
}
.border-x-fuchsia-900\/40 {
  border-left-color: rgb(112 26 117 / 0.4);
  border-right-color: rgb(112 26 117 / 0.4);
}
.border-x-fuchsia-900\/45 {
  border-left-color: rgb(112 26 117 / 0.45);
  border-right-color: rgb(112 26 117 / 0.45);
}
.border-x-fuchsia-900\/5 {
  border-left-color: rgb(112 26 117 / 0.05);
  border-right-color: rgb(112 26 117 / 0.05);
}
.border-x-fuchsia-900\/50 {
  border-left-color: rgb(112 26 117 / 0.5);
  border-right-color: rgb(112 26 117 / 0.5);
}
.border-x-fuchsia-900\/55 {
  border-left-color: rgb(112 26 117 / 0.55);
  border-right-color: rgb(112 26 117 / 0.55);
}
.border-x-fuchsia-900\/60 {
  border-left-color: rgb(112 26 117 / 0.6);
  border-right-color: rgb(112 26 117 / 0.6);
}
.border-x-fuchsia-900\/65 {
  border-left-color: rgb(112 26 117 / 0.65);
  border-right-color: rgb(112 26 117 / 0.65);
}
.border-x-fuchsia-900\/70 {
  border-left-color: rgb(112 26 117 / 0.7);
  border-right-color: rgb(112 26 117 / 0.7);
}
.border-x-fuchsia-900\/75 {
  border-left-color: rgb(112 26 117 / 0.75);
  border-right-color: rgb(112 26 117 / 0.75);
}
.border-x-fuchsia-900\/80 {
  border-left-color: rgb(112 26 117 / 0.8);
  border-right-color: rgb(112 26 117 / 0.8);
}
.border-x-fuchsia-900\/85 {
  border-left-color: rgb(112 26 117 / 0.85);
  border-right-color: rgb(112 26 117 / 0.85);
}
.border-x-fuchsia-900\/90 {
  border-left-color: rgb(112 26 117 / 0.9);
  border-right-color: rgb(112 26 117 / 0.9);
}
.border-x-fuchsia-900\/95 {
  border-left-color: rgb(112 26 117 / 0.95);
  border-right-color: rgb(112 26 117 / 0.95);
}
.border-x-fuchsia-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-x-fuchsia-950\/0 {
  border-left-color: rgb(74 4 78 / 0);
  border-right-color: rgb(74 4 78 / 0);
}
.border-x-fuchsia-950\/10 {
  border-left-color: rgb(74 4 78 / 0.1);
  border-right-color: rgb(74 4 78 / 0.1);
}
.border-x-fuchsia-950\/100 {
  border-left-color: rgb(74 4 78 / 1);
  border-right-color: rgb(74 4 78 / 1);
}
.border-x-fuchsia-950\/15 {
  border-left-color: rgb(74 4 78 / 0.15);
  border-right-color: rgb(74 4 78 / 0.15);
}
.border-x-fuchsia-950\/20 {
  border-left-color: rgb(74 4 78 / 0.2);
  border-right-color: rgb(74 4 78 / 0.2);
}
.border-x-fuchsia-950\/25 {
  border-left-color: rgb(74 4 78 / 0.25);
  border-right-color: rgb(74 4 78 / 0.25);
}
.border-x-fuchsia-950\/30 {
  border-left-color: rgb(74 4 78 / 0.3);
  border-right-color: rgb(74 4 78 / 0.3);
}
.border-x-fuchsia-950\/35 {
  border-left-color: rgb(74 4 78 / 0.35);
  border-right-color: rgb(74 4 78 / 0.35);
}
.border-x-fuchsia-950\/40 {
  border-left-color: rgb(74 4 78 / 0.4);
  border-right-color: rgb(74 4 78 / 0.4);
}
.border-x-fuchsia-950\/45 {
  border-left-color: rgb(74 4 78 / 0.45);
  border-right-color: rgb(74 4 78 / 0.45);
}
.border-x-fuchsia-950\/5 {
  border-left-color: rgb(74 4 78 / 0.05);
  border-right-color: rgb(74 4 78 / 0.05);
}
.border-x-fuchsia-950\/50 {
  border-left-color: rgb(74 4 78 / 0.5);
  border-right-color: rgb(74 4 78 / 0.5);
}
.border-x-fuchsia-950\/55 {
  border-left-color: rgb(74 4 78 / 0.55);
  border-right-color: rgb(74 4 78 / 0.55);
}
.border-x-fuchsia-950\/60 {
  border-left-color: rgb(74 4 78 / 0.6);
  border-right-color: rgb(74 4 78 / 0.6);
}
.border-x-fuchsia-950\/65 {
  border-left-color: rgb(74 4 78 / 0.65);
  border-right-color: rgb(74 4 78 / 0.65);
}
.border-x-fuchsia-950\/70 {
  border-left-color: rgb(74 4 78 / 0.7);
  border-right-color: rgb(74 4 78 / 0.7);
}
.border-x-fuchsia-950\/75 {
  border-left-color: rgb(74 4 78 / 0.75);
  border-right-color: rgb(74 4 78 / 0.75);
}
.border-x-fuchsia-950\/80 {
  border-left-color: rgb(74 4 78 / 0.8);
  border-right-color: rgb(74 4 78 / 0.8);
}
.border-x-fuchsia-950\/85 {
  border-left-color: rgb(74 4 78 / 0.85);
  border-right-color: rgb(74 4 78 / 0.85);
}
.border-x-fuchsia-950\/90 {
  border-left-color: rgb(74 4 78 / 0.9);
  border-right-color: rgb(74 4 78 / 0.9);
}
.border-x-fuchsia-950\/95 {
  border-left-color: rgb(74 4 78 / 0.95);
  border-right-color: rgb(74 4 78 / 0.95);
}
.border-x-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-x-gray-100\/0 {
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}
.border-x-gray-100\/10 {
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}
.border-x-gray-100\/100 {
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}
.border-x-gray-100\/15 {
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}
.border-x-gray-100\/20 {
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}
.border-x-gray-100\/25 {
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}
.border-x-gray-100\/30 {
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}
.border-x-gray-100\/35 {
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}
.border-x-gray-100\/40 {
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}
.border-x-gray-100\/45 {
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}
.border-x-gray-100\/5 {
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}
.border-x-gray-100\/50 {
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}
.border-x-gray-100\/55 {
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}
.border-x-gray-100\/60 {
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}
.border-x-gray-100\/65 {
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}
.border-x-gray-100\/70 {
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}
.border-x-gray-100\/75 {
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}
.border-x-gray-100\/80 {
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}
.border-x-gray-100\/85 {
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}
.border-x-gray-100\/90 {
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}
.border-x-gray-100\/95 {
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}
.border-x-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-x-gray-200\/0 {
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}
.border-x-gray-200\/10 {
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-x-gray-200\/100 {
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}
.border-x-gray-200\/15 {
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}
.border-x-gray-200\/20 {
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-x-gray-200\/25 {
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-x-gray-200\/30 {
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-x-gray-200\/35 {
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}
.border-x-gray-200\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-x-gray-200\/45 {
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}
.border-x-gray-200\/5 {
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-x-gray-200\/50 {
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-x-gray-200\/55 {
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}
.border-x-gray-200\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-x-gray-200\/65 {
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}
.border-x-gray-200\/70 {
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-x-gray-200\/75 {
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-x-gray-200\/80 {
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-x-gray-200\/85 {
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}
.border-x-gray-200\/90 {
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-x-gray-200\/95 {
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-x-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-x-gray-300\/0 {
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}
.border-x-gray-300\/10 {
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}
.border-x-gray-300\/100 {
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}
.border-x-gray-300\/15 {
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}
.border-x-gray-300\/20 {
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}
.border-x-gray-300\/25 {
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}
.border-x-gray-300\/30 {
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}
.border-x-gray-300\/35 {
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}
.border-x-gray-300\/40 {
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}
.border-x-gray-300\/45 {
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}
.border-x-gray-300\/5 {
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}
.border-x-gray-300\/50 {
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}
.border-x-gray-300\/55 {
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}
.border-x-gray-300\/60 {
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}
.border-x-gray-300\/65 {
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}
.border-x-gray-300\/70 {
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}
.border-x-gray-300\/75 {
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}
.border-x-gray-300\/80 {
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}
.border-x-gray-300\/85 {
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}
.border-x-gray-300\/90 {
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}
.border-x-gray-300\/95 {
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}
.border-x-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-x-gray-400\/0 {
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}
.border-x-gray-400\/10 {
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-x-gray-400\/100 {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.border-x-gray-400\/15 {
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}
.border-x-gray-400\/20 {
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-x-gray-400\/25 {
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-x-gray-400\/30 {
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-x-gray-400\/35 {
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}
.border-x-gray-400\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-x-gray-400\/45 {
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}
.border-x-gray-400\/5 {
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-x-gray-400\/50 {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-x-gray-400\/55 {
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}
.border-x-gray-400\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-x-gray-400\/65 {
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}
.border-x-gray-400\/70 {
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-x-gray-400\/75 {
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-x-gray-400\/80 {
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-x-gray-400\/85 {
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}
.border-x-gray-400\/90 {
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-x-gray-400\/95 {
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-x-gray-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-x-gray-50\/0 {
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}
.border-x-gray-50\/10 {
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}
.border-x-gray-50\/100 {
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}
.border-x-gray-50\/15 {
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}
.border-x-gray-50\/20 {
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}
.border-x-gray-50\/25 {
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}
.border-x-gray-50\/30 {
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}
.border-x-gray-50\/35 {
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}
.border-x-gray-50\/40 {
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-x-gray-50\/45 {
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}
.border-x-gray-50\/5 {
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}
.border-x-gray-50\/50 {
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}
.border-x-gray-50\/55 {
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}
.border-x-gray-50\/60 {
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-x-gray-50\/65 {
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}
.border-x-gray-50\/70 {
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}
.border-x-gray-50\/75 {
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}
.border-x-gray-50\/80 {
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}
.border-x-gray-50\/85 {
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}
.border-x-gray-50\/90 {
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}
.border-x-gray-50\/95 {
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}
.border-x-gray-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-x-gray-500\/0 {
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}
.border-x-gray-500\/10 {
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}
.border-x-gray-500\/100 {
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}
.border-x-gray-500\/15 {
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}
.border-x-gray-500\/20 {
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}
.border-x-gray-500\/25 {
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}
.border-x-gray-500\/30 {
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}
.border-x-gray-500\/35 {
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}
.border-x-gray-500\/40 {
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-x-gray-500\/45 {
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}
.border-x-gray-500\/5 {
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}
.border-x-gray-500\/50 {
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}
.border-x-gray-500\/55 {
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}
.border-x-gray-500\/60 {
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-x-gray-500\/65 {
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}
.border-x-gray-500\/70 {
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}
.border-x-gray-500\/75 {
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}
.border-x-gray-500\/80 {
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}
.border-x-gray-500\/85 {
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}
.border-x-gray-500\/90 {
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}
.border-x-gray-500\/95 {
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}
.border-x-gray-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-x-gray-600\/0 {
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}
.border-x-gray-600\/10 {
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}
.border-x-gray-600\/100 {
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}
.border-x-gray-600\/15 {
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}
.border-x-gray-600\/20 {
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}
.border-x-gray-600\/25 {
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}
.border-x-gray-600\/30 {
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}
.border-x-gray-600\/35 {
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}
.border-x-gray-600\/40 {
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}
.border-x-gray-600\/45 {
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}
.border-x-gray-600\/5 {
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}
.border-x-gray-600\/50 {
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}
.border-x-gray-600\/55 {
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}
.border-x-gray-600\/60 {
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}
.border-x-gray-600\/65 {
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}
.border-x-gray-600\/70 {
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}
.border-x-gray-600\/75 {
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}
.border-x-gray-600\/80 {
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}
.border-x-gray-600\/85 {
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}
.border-x-gray-600\/90 {
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}
.border-x-gray-600\/95 {
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}
.border-x-gray-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-x-gray-700\/0 {
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}
.border-x-gray-700\/10 {
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}
.border-x-gray-700\/100 {
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}
.border-x-gray-700\/15 {
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}
.border-x-gray-700\/20 {
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}
.border-x-gray-700\/25 {
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}
.border-x-gray-700\/30 {
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}
.border-x-gray-700\/35 {
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}
.border-x-gray-700\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-x-gray-700\/45 {
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}
.border-x-gray-700\/5 {
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}
.border-x-gray-700\/50 {
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-x-gray-700\/55 {
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}
.border-x-gray-700\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-x-gray-700\/65 {
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}
.border-x-gray-700\/70 {
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}
.border-x-gray-700\/75 {
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}
.border-x-gray-700\/80 {
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}
.border-x-gray-700\/85 {
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}
.border-x-gray-700\/90 {
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}
.border-x-gray-700\/95 {
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}
.border-x-gray-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-x-gray-800\/0 {
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}
.border-x-gray-800\/10 {
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}
.border-x-gray-800\/100 {
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}
.border-x-gray-800\/15 {
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}
.border-x-gray-800\/20 {
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}
.border-x-gray-800\/25 {
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}
.border-x-gray-800\/30 {
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}
.border-x-gray-800\/35 {
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}
.border-x-gray-800\/40 {
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-x-gray-800\/45 {
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}
.border-x-gray-800\/5 {
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}
.border-x-gray-800\/50 {
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}
.border-x-gray-800\/55 {
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}
.border-x-gray-800\/60 {
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-x-gray-800\/65 {
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}
.border-x-gray-800\/70 {
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}
.border-x-gray-800\/75 {
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}
.border-x-gray-800\/80 {
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}
.border-x-gray-800\/85 {
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}
.border-x-gray-800\/90 {
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}
.border-x-gray-800\/95 {
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}
.border-x-gray-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-x-gray-900\/0 {
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}
.border-x-gray-900\/10 {
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}
.border-x-gray-900\/100 {
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}
.border-x-gray-900\/15 {
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}
.border-x-gray-900\/20 {
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}
.border-x-gray-900\/25 {
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}
.border-x-gray-900\/30 {
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}
.border-x-gray-900\/35 {
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}
.border-x-gray-900\/40 {
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}
.border-x-gray-900\/45 {
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}
.border-x-gray-900\/5 {
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}
.border-x-gray-900\/50 {
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}
.border-x-gray-900\/55 {
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}
.border-x-gray-900\/60 {
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}
.border-x-gray-900\/65 {
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}
.border-x-gray-900\/70 {
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}
.border-x-gray-900\/75 {
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}
.border-x-gray-900\/80 {
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}
.border-x-gray-900\/85 {
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}
.border-x-gray-900\/90 {
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}
.border-x-gray-900\/95 {
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}
.border-x-gray-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-x-gray-950\/0 {
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}
.border-x-gray-950\/10 {
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}
.border-x-gray-950\/100 {
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}
.border-x-gray-950\/15 {
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}
.border-x-gray-950\/20 {
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}
.border-x-gray-950\/25 {
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}
.border-x-gray-950\/30 {
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}
.border-x-gray-950\/35 {
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}
.border-x-gray-950\/40 {
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}
.border-x-gray-950\/45 {
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}
.border-x-gray-950\/5 {
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}
.border-x-gray-950\/50 {
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}
.border-x-gray-950\/55 {
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}
.border-x-gray-950\/60 {
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}
.border-x-gray-950\/65 {
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}
.border-x-gray-950\/70 {
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}
.border-x-gray-950\/75 {
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}
.border-x-gray-950\/80 {
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}
.border-x-gray-950\/85 {
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}
.border-x-gray-950\/90 {
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}
.border-x-gray-950\/95 {
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}
.border-x-green-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-x-green-100\/0 {
  border-left-color: rgb(220 252 231 / 0);
  border-right-color: rgb(220 252 231 / 0);
}
.border-x-green-100\/10 {
  border-left-color: rgb(220 252 231 / 0.1);
  border-right-color: rgb(220 252 231 / 0.1);
}
.border-x-green-100\/100 {
  border-left-color: rgb(220 252 231 / 1);
  border-right-color: rgb(220 252 231 / 1);
}
.border-x-green-100\/15 {
  border-left-color: rgb(220 252 231 / 0.15);
  border-right-color: rgb(220 252 231 / 0.15);
}
.border-x-green-100\/20 {
  border-left-color: rgb(220 252 231 / 0.2);
  border-right-color: rgb(220 252 231 / 0.2);
}
.border-x-green-100\/25 {
  border-left-color: rgb(220 252 231 / 0.25);
  border-right-color: rgb(220 252 231 / 0.25);
}
.border-x-green-100\/30 {
  border-left-color: rgb(220 252 231 / 0.3);
  border-right-color: rgb(220 252 231 / 0.3);
}
.border-x-green-100\/35 {
  border-left-color: rgb(220 252 231 / 0.35);
  border-right-color: rgb(220 252 231 / 0.35);
}
.border-x-green-100\/40 {
  border-left-color: rgb(220 252 231 / 0.4);
  border-right-color: rgb(220 252 231 / 0.4);
}
.border-x-green-100\/45 {
  border-left-color: rgb(220 252 231 / 0.45);
  border-right-color: rgb(220 252 231 / 0.45);
}
.border-x-green-100\/5 {
  border-left-color: rgb(220 252 231 / 0.05);
  border-right-color: rgb(220 252 231 / 0.05);
}
.border-x-green-100\/50 {
  border-left-color: rgb(220 252 231 / 0.5);
  border-right-color: rgb(220 252 231 / 0.5);
}
.border-x-green-100\/55 {
  border-left-color: rgb(220 252 231 / 0.55);
  border-right-color: rgb(220 252 231 / 0.55);
}
.border-x-green-100\/60 {
  border-left-color: rgb(220 252 231 / 0.6);
  border-right-color: rgb(220 252 231 / 0.6);
}
.border-x-green-100\/65 {
  border-left-color: rgb(220 252 231 / 0.65);
  border-right-color: rgb(220 252 231 / 0.65);
}
.border-x-green-100\/70 {
  border-left-color: rgb(220 252 231 / 0.7);
  border-right-color: rgb(220 252 231 / 0.7);
}
.border-x-green-100\/75 {
  border-left-color: rgb(220 252 231 / 0.75);
  border-right-color: rgb(220 252 231 / 0.75);
}
.border-x-green-100\/80 {
  border-left-color: rgb(220 252 231 / 0.8);
  border-right-color: rgb(220 252 231 / 0.8);
}
.border-x-green-100\/85 {
  border-left-color: rgb(220 252 231 / 0.85);
  border-right-color: rgb(220 252 231 / 0.85);
}
.border-x-green-100\/90 {
  border-left-color: rgb(220 252 231 / 0.9);
  border-right-color: rgb(220 252 231 / 0.9);
}
.border-x-green-100\/95 {
  border-left-color: rgb(220 252 231 / 0.95);
  border-right-color: rgb(220 252 231 / 0.95);
}
.border-x-green-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-x-green-200\/0 {
  border-left-color: rgb(187 247 208 / 0);
  border-right-color: rgb(187 247 208 / 0);
}
.border-x-green-200\/10 {
  border-left-color: rgb(187 247 208 / 0.1);
  border-right-color: rgb(187 247 208 / 0.1);
}
.border-x-green-200\/100 {
  border-left-color: rgb(187 247 208 / 1);
  border-right-color: rgb(187 247 208 / 1);
}
.border-x-green-200\/15 {
  border-left-color: rgb(187 247 208 / 0.15);
  border-right-color: rgb(187 247 208 / 0.15);
}
.border-x-green-200\/20 {
  border-left-color: rgb(187 247 208 / 0.2);
  border-right-color: rgb(187 247 208 / 0.2);
}
.border-x-green-200\/25 {
  border-left-color: rgb(187 247 208 / 0.25);
  border-right-color: rgb(187 247 208 / 0.25);
}
.border-x-green-200\/30 {
  border-left-color: rgb(187 247 208 / 0.3);
  border-right-color: rgb(187 247 208 / 0.3);
}
.border-x-green-200\/35 {
  border-left-color: rgb(187 247 208 / 0.35);
  border-right-color: rgb(187 247 208 / 0.35);
}
.border-x-green-200\/40 {
  border-left-color: rgb(187 247 208 / 0.4);
  border-right-color: rgb(187 247 208 / 0.4);
}
.border-x-green-200\/45 {
  border-left-color: rgb(187 247 208 / 0.45);
  border-right-color: rgb(187 247 208 / 0.45);
}
.border-x-green-200\/5 {
  border-left-color: rgb(187 247 208 / 0.05);
  border-right-color: rgb(187 247 208 / 0.05);
}
.border-x-green-200\/50 {
  border-left-color: rgb(187 247 208 / 0.5);
  border-right-color: rgb(187 247 208 / 0.5);
}
.border-x-green-200\/55 {
  border-left-color: rgb(187 247 208 / 0.55);
  border-right-color: rgb(187 247 208 / 0.55);
}
.border-x-green-200\/60 {
  border-left-color: rgb(187 247 208 / 0.6);
  border-right-color: rgb(187 247 208 / 0.6);
}
.border-x-green-200\/65 {
  border-left-color: rgb(187 247 208 / 0.65);
  border-right-color: rgb(187 247 208 / 0.65);
}
.border-x-green-200\/70 {
  border-left-color: rgb(187 247 208 / 0.7);
  border-right-color: rgb(187 247 208 / 0.7);
}
.border-x-green-200\/75 {
  border-left-color: rgb(187 247 208 / 0.75);
  border-right-color: rgb(187 247 208 / 0.75);
}
.border-x-green-200\/80 {
  border-left-color: rgb(187 247 208 / 0.8);
  border-right-color: rgb(187 247 208 / 0.8);
}
.border-x-green-200\/85 {
  border-left-color: rgb(187 247 208 / 0.85);
  border-right-color: rgb(187 247 208 / 0.85);
}
.border-x-green-200\/90 {
  border-left-color: rgb(187 247 208 / 0.9);
  border-right-color: rgb(187 247 208 / 0.9);
}
.border-x-green-200\/95 {
  border-left-color: rgb(187 247 208 / 0.95);
  border-right-color: rgb(187 247 208 / 0.95);
}
.border-x-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-x-green-300\/0 {
  border-left-color: rgb(134 239 172 / 0);
  border-right-color: rgb(134 239 172 / 0);
}
.border-x-green-300\/10 {
  border-left-color: rgb(134 239 172 / 0.1);
  border-right-color: rgb(134 239 172 / 0.1);
}
.border-x-green-300\/100 {
  border-left-color: rgb(134 239 172 / 1);
  border-right-color: rgb(134 239 172 / 1);
}
.border-x-green-300\/15 {
  border-left-color: rgb(134 239 172 / 0.15);
  border-right-color: rgb(134 239 172 / 0.15);
}
.border-x-green-300\/20 {
  border-left-color: rgb(134 239 172 / 0.2);
  border-right-color: rgb(134 239 172 / 0.2);
}
.border-x-green-300\/25 {
  border-left-color: rgb(134 239 172 / 0.25);
  border-right-color: rgb(134 239 172 / 0.25);
}
.border-x-green-300\/30 {
  border-left-color: rgb(134 239 172 / 0.3);
  border-right-color: rgb(134 239 172 / 0.3);
}
.border-x-green-300\/35 {
  border-left-color: rgb(134 239 172 / 0.35);
  border-right-color: rgb(134 239 172 / 0.35);
}
.border-x-green-300\/40 {
  border-left-color: rgb(134 239 172 / 0.4);
  border-right-color: rgb(134 239 172 / 0.4);
}
.border-x-green-300\/45 {
  border-left-color: rgb(134 239 172 / 0.45);
  border-right-color: rgb(134 239 172 / 0.45);
}
.border-x-green-300\/5 {
  border-left-color: rgb(134 239 172 / 0.05);
  border-right-color: rgb(134 239 172 / 0.05);
}
.border-x-green-300\/50 {
  border-left-color: rgb(134 239 172 / 0.5);
  border-right-color: rgb(134 239 172 / 0.5);
}
.border-x-green-300\/55 {
  border-left-color: rgb(134 239 172 / 0.55);
  border-right-color: rgb(134 239 172 / 0.55);
}
.border-x-green-300\/60 {
  border-left-color: rgb(134 239 172 / 0.6);
  border-right-color: rgb(134 239 172 / 0.6);
}
.border-x-green-300\/65 {
  border-left-color: rgb(134 239 172 / 0.65);
  border-right-color: rgb(134 239 172 / 0.65);
}
.border-x-green-300\/70 {
  border-left-color: rgb(134 239 172 / 0.7);
  border-right-color: rgb(134 239 172 / 0.7);
}
.border-x-green-300\/75 {
  border-left-color: rgb(134 239 172 / 0.75);
  border-right-color: rgb(134 239 172 / 0.75);
}
.border-x-green-300\/80 {
  border-left-color: rgb(134 239 172 / 0.8);
  border-right-color: rgb(134 239 172 / 0.8);
}
.border-x-green-300\/85 {
  border-left-color: rgb(134 239 172 / 0.85);
  border-right-color: rgb(134 239 172 / 0.85);
}
.border-x-green-300\/90 {
  border-left-color: rgb(134 239 172 / 0.9);
  border-right-color: rgb(134 239 172 / 0.9);
}
.border-x-green-300\/95 {
  border-left-color: rgb(134 239 172 / 0.95);
  border-right-color: rgb(134 239 172 / 0.95);
}
.border-x-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-x-green-400\/0 {
  border-left-color: rgb(74 222 128 / 0);
  border-right-color: rgb(74 222 128 / 0);
}
.border-x-green-400\/10 {
  border-left-color: rgb(74 222 128 / 0.1);
  border-right-color: rgb(74 222 128 / 0.1);
}
.border-x-green-400\/100 {
  border-left-color: rgb(74 222 128 / 1);
  border-right-color: rgb(74 222 128 / 1);
}
.border-x-green-400\/15 {
  border-left-color: rgb(74 222 128 / 0.15);
  border-right-color: rgb(74 222 128 / 0.15);
}
.border-x-green-400\/20 {
  border-left-color: rgb(74 222 128 / 0.2);
  border-right-color: rgb(74 222 128 / 0.2);
}
.border-x-green-400\/25 {
  border-left-color: rgb(74 222 128 / 0.25);
  border-right-color: rgb(74 222 128 / 0.25);
}
.border-x-green-400\/30 {
  border-left-color: rgb(74 222 128 / 0.3);
  border-right-color: rgb(74 222 128 / 0.3);
}
.border-x-green-400\/35 {
  border-left-color: rgb(74 222 128 / 0.35);
  border-right-color: rgb(74 222 128 / 0.35);
}
.border-x-green-400\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}
.border-x-green-400\/45 {
  border-left-color: rgb(74 222 128 / 0.45);
  border-right-color: rgb(74 222 128 / 0.45);
}
.border-x-green-400\/5 {
  border-left-color: rgb(74 222 128 / 0.05);
  border-right-color: rgb(74 222 128 / 0.05);
}
.border-x-green-400\/50 {
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}
.border-x-green-400\/55 {
  border-left-color: rgb(74 222 128 / 0.55);
  border-right-color: rgb(74 222 128 / 0.55);
}
.border-x-green-400\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}
.border-x-green-400\/65 {
  border-left-color: rgb(74 222 128 / 0.65);
  border-right-color: rgb(74 222 128 / 0.65);
}
.border-x-green-400\/70 {
  border-left-color: rgb(74 222 128 / 0.7);
  border-right-color: rgb(74 222 128 / 0.7);
}
.border-x-green-400\/75 {
  border-left-color: rgb(74 222 128 / 0.75);
  border-right-color: rgb(74 222 128 / 0.75);
}
.border-x-green-400\/80 {
  border-left-color: rgb(74 222 128 / 0.8);
  border-right-color: rgb(74 222 128 / 0.8);
}
.border-x-green-400\/85 {
  border-left-color: rgb(74 222 128 / 0.85);
  border-right-color: rgb(74 222 128 / 0.85);
}
.border-x-green-400\/90 {
  border-left-color: rgb(74 222 128 / 0.9);
  border-right-color: rgb(74 222 128 / 0.9);
}
.border-x-green-400\/95 {
  border-left-color: rgb(74 222 128 / 0.95);
  border-right-color: rgb(74 222 128 / 0.95);
}
.border-x-green-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-x-green-50\/0 {
  border-left-color: rgb(240 253 244 / 0);
  border-right-color: rgb(240 253 244 / 0);
}
.border-x-green-50\/10 {
  border-left-color: rgb(240 253 244 / 0.1);
  border-right-color: rgb(240 253 244 / 0.1);
}
.border-x-green-50\/100 {
  border-left-color: rgb(240 253 244 / 1);
  border-right-color: rgb(240 253 244 / 1);
}
.border-x-green-50\/15 {
  border-left-color: rgb(240 253 244 / 0.15);
  border-right-color: rgb(240 253 244 / 0.15);
}
.border-x-green-50\/20 {
  border-left-color: rgb(240 253 244 / 0.2);
  border-right-color: rgb(240 253 244 / 0.2);
}
.border-x-green-50\/25 {
  border-left-color: rgb(240 253 244 / 0.25);
  border-right-color: rgb(240 253 244 / 0.25);
}
.border-x-green-50\/30 {
  border-left-color: rgb(240 253 244 / 0.3);
  border-right-color: rgb(240 253 244 / 0.3);
}
.border-x-green-50\/35 {
  border-left-color: rgb(240 253 244 / 0.35);
  border-right-color: rgb(240 253 244 / 0.35);
}
.border-x-green-50\/40 {
  border-left-color: rgb(240 253 244 / 0.4);
  border-right-color: rgb(240 253 244 / 0.4);
}
.border-x-green-50\/45 {
  border-left-color: rgb(240 253 244 / 0.45);
  border-right-color: rgb(240 253 244 / 0.45);
}
.border-x-green-50\/5 {
  border-left-color: rgb(240 253 244 / 0.05);
  border-right-color: rgb(240 253 244 / 0.05);
}
.border-x-green-50\/50 {
  border-left-color: rgb(240 253 244 / 0.5);
  border-right-color: rgb(240 253 244 / 0.5);
}
.border-x-green-50\/55 {
  border-left-color: rgb(240 253 244 / 0.55);
  border-right-color: rgb(240 253 244 / 0.55);
}
.border-x-green-50\/60 {
  border-left-color: rgb(240 253 244 / 0.6);
  border-right-color: rgb(240 253 244 / 0.6);
}
.border-x-green-50\/65 {
  border-left-color: rgb(240 253 244 / 0.65);
  border-right-color: rgb(240 253 244 / 0.65);
}
.border-x-green-50\/70 {
  border-left-color: rgb(240 253 244 / 0.7);
  border-right-color: rgb(240 253 244 / 0.7);
}
.border-x-green-50\/75 {
  border-left-color: rgb(240 253 244 / 0.75);
  border-right-color: rgb(240 253 244 / 0.75);
}
.border-x-green-50\/80 {
  border-left-color: rgb(240 253 244 / 0.8);
  border-right-color: rgb(240 253 244 / 0.8);
}
.border-x-green-50\/85 {
  border-left-color: rgb(240 253 244 / 0.85);
  border-right-color: rgb(240 253 244 / 0.85);
}
.border-x-green-50\/90 {
  border-left-color: rgb(240 253 244 / 0.9);
  border-right-color: rgb(240 253 244 / 0.9);
}
.border-x-green-50\/95 {
  border-left-color: rgb(240 253 244 / 0.95);
  border-right-color: rgb(240 253 244 / 0.95);
}
.border-x-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-x-green-500\/0 {
  border-left-color: rgb(34 197 94 / 0);
  border-right-color: rgb(34 197 94 / 0);
}
.border-x-green-500\/10 {
  border-left-color: rgb(34 197 94 / 0.1);
  border-right-color: rgb(34 197 94 / 0.1);
}
.border-x-green-500\/100 {
  border-left-color: rgb(34 197 94 / 1);
  border-right-color: rgb(34 197 94 / 1);
}
.border-x-green-500\/15 {
  border-left-color: rgb(34 197 94 / 0.15);
  border-right-color: rgb(34 197 94 / 0.15);
}
.border-x-green-500\/20 {
  border-left-color: rgb(34 197 94 / 0.2);
  border-right-color: rgb(34 197 94 / 0.2);
}
.border-x-green-500\/25 {
  border-left-color: rgb(34 197 94 / 0.25);
  border-right-color: rgb(34 197 94 / 0.25);
}
.border-x-green-500\/30 {
  border-left-color: rgb(34 197 94 / 0.3);
  border-right-color: rgb(34 197 94 / 0.3);
}
.border-x-green-500\/35 {
  border-left-color: rgb(34 197 94 / 0.35);
  border-right-color: rgb(34 197 94 / 0.35);
}
.border-x-green-500\/40 {
  border-left-color: rgb(34 197 94 / 0.4);
  border-right-color: rgb(34 197 94 / 0.4);
}
.border-x-green-500\/45 {
  border-left-color: rgb(34 197 94 / 0.45);
  border-right-color: rgb(34 197 94 / 0.45);
}
.border-x-green-500\/5 {
  border-left-color: rgb(34 197 94 / 0.05);
  border-right-color: rgb(34 197 94 / 0.05);
}
.border-x-green-500\/50 {
  border-left-color: rgb(34 197 94 / 0.5);
  border-right-color: rgb(34 197 94 / 0.5);
}
.border-x-green-500\/55 {
  border-left-color: rgb(34 197 94 / 0.55);
  border-right-color: rgb(34 197 94 / 0.55);
}
.border-x-green-500\/60 {
  border-left-color: rgb(34 197 94 / 0.6);
  border-right-color: rgb(34 197 94 / 0.6);
}
.border-x-green-500\/65 {
  border-left-color: rgb(34 197 94 / 0.65);
  border-right-color: rgb(34 197 94 / 0.65);
}
.border-x-green-500\/70 {
  border-left-color: rgb(34 197 94 / 0.7);
  border-right-color: rgb(34 197 94 / 0.7);
}
.border-x-green-500\/75 {
  border-left-color: rgb(34 197 94 / 0.75);
  border-right-color: rgb(34 197 94 / 0.75);
}
.border-x-green-500\/80 {
  border-left-color: rgb(34 197 94 / 0.8);
  border-right-color: rgb(34 197 94 / 0.8);
}
.border-x-green-500\/85 {
  border-left-color: rgb(34 197 94 / 0.85);
  border-right-color: rgb(34 197 94 / 0.85);
}
.border-x-green-500\/90 {
  border-left-color: rgb(34 197 94 / 0.9);
  border-right-color: rgb(34 197 94 / 0.9);
}
.border-x-green-500\/95 {
  border-left-color: rgb(34 197 94 / 0.95);
  border-right-color: rgb(34 197 94 / 0.95);
}
.border-x-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-x-green-600\/0 {
  border-left-color: rgb(22 163 74 / 0);
  border-right-color: rgb(22 163 74 / 0);
}
.border-x-green-600\/10 {
  border-left-color: rgb(22 163 74 / 0.1);
  border-right-color: rgb(22 163 74 / 0.1);
}
.border-x-green-600\/100 {
  border-left-color: rgb(22 163 74 / 1);
  border-right-color: rgb(22 163 74 / 1);
}
.border-x-green-600\/15 {
  border-left-color: rgb(22 163 74 / 0.15);
  border-right-color: rgb(22 163 74 / 0.15);
}
.border-x-green-600\/20 {
  border-left-color: rgb(22 163 74 / 0.2);
  border-right-color: rgb(22 163 74 / 0.2);
}
.border-x-green-600\/25 {
  border-left-color: rgb(22 163 74 / 0.25);
  border-right-color: rgb(22 163 74 / 0.25);
}
.border-x-green-600\/30 {
  border-left-color: rgb(22 163 74 / 0.3);
  border-right-color: rgb(22 163 74 / 0.3);
}
.border-x-green-600\/35 {
  border-left-color: rgb(22 163 74 / 0.35);
  border-right-color: rgb(22 163 74 / 0.35);
}
.border-x-green-600\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}
.border-x-green-600\/45 {
  border-left-color: rgb(22 163 74 / 0.45);
  border-right-color: rgb(22 163 74 / 0.45);
}
.border-x-green-600\/5 {
  border-left-color: rgb(22 163 74 / 0.05);
  border-right-color: rgb(22 163 74 / 0.05);
}
.border-x-green-600\/50 {
  border-left-color: rgb(22 163 74 / 0.5);
  border-right-color: rgb(22 163 74 / 0.5);
}
.border-x-green-600\/55 {
  border-left-color: rgb(22 163 74 / 0.55);
  border-right-color: rgb(22 163 74 / 0.55);
}
.border-x-green-600\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}
.border-x-green-600\/65 {
  border-left-color: rgb(22 163 74 / 0.65);
  border-right-color: rgb(22 163 74 / 0.65);
}
.border-x-green-600\/70 {
  border-left-color: rgb(22 163 74 / 0.7);
  border-right-color: rgb(22 163 74 / 0.7);
}
.border-x-green-600\/75 {
  border-left-color: rgb(22 163 74 / 0.75);
  border-right-color: rgb(22 163 74 / 0.75);
}
.border-x-green-600\/80 {
  border-left-color: rgb(22 163 74 / 0.8);
  border-right-color: rgb(22 163 74 / 0.8);
}
.border-x-green-600\/85 {
  border-left-color: rgb(22 163 74 / 0.85);
  border-right-color: rgb(22 163 74 / 0.85);
}
.border-x-green-600\/90 {
  border-left-color: rgb(22 163 74 / 0.9);
  border-right-color: rgb(22 163 74 / 0.9);
}
.border-x-green-600\/95 {
  border-left-color: rgb(22 163 74 / 0.95);
  border-right-color: rgb(22 163 74 / 0.95);
}
.border-x-green-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-x-green-700\/0 {
  border-left-color: rgb(21 128 61 / 0);
  border-right-color: rgb(21 128 61 / 0);
}
.border-x-green-700\/10 {
  border-left-color: rgb(21 128 61 / 0.1);
  border-right-color: rgb(21 128 61 / 0.1);
}
.border-x-green-700\/100 {
  border-left-color: rgb(21 128 61 / 1);
  border-right-color: rgb(21 128 61 / 1);
}
.border-x-green-700\/15 {
  border-left-color: rgb(21 128 61 / 0.15);
  border-right-color: rgb(21 128 61 / 0.15);
}
.border-x-green-700\/20 {
  border-left-color: rgb(21 128 61 / 0.2);
  border-right-color: rgb(21 128 61 / 0.2);
}
.border-x-green-700\/25 {
  border-left-color: rgb(21 128 61 / 0.25);
  border-right-color: rgb(21 128 61 / 0.25);
}
.border-x-green-700\/30 {
  border-left-color: rgb(21 128 61 / 0.3);
  border-right-color: rgb(21 128 61 / 0.3);
}
.border-x-green-700\/35 {
  border-left-color: rgb(21 128 61 / 0.35);
  border-right-color: rgb(21 128 61 / 0.35);
}
.border-x-green-700\/40 {
  border-left-color: rgb(21 128 61 / 0.4);
  border-right-color: rgb(21 128 61 / 0.4);
}
.border-x-green-700\/45 {
  border-left-color: rgb(21 128 61 / 0.45);
  border-right-color: rgb(21 128 61 / 0.45);
}
.border-x-green-700\/5 {
  border-left-color: rgb(21 128 61 / 0.05);
  border-right-color: rgb(21 128 61 / 0.05);
}
.border-x-green-700\/50 {
  border-left-color: rgb(21 128 61 / 0.5);
  border-right-color: rgb(21 128 61 / 0.5);
}
.border-x-green-700\/55 {
  border-left-color: rgb(21 128 61 / 0.55);
  border-right-color: rgb(21 128 61 / 0.55);
}
.border-x-green-700\/60 {
  border-left-color: rgb(21 128 61 / 0.6);
  border-right-color: rgb(21 128 61 / 0.6);
}
.border-x-green-700\/65 {
  border-left-color: rgb(21 128 61 / 0.65);
  border-right-color: rgb(21 128 61 / 0.65);
}
.border-x-green-700\/70 {
  border-left-color: rgb(21 128 61 / 0.7);
  border-right-color: rgb(21 128 61 / 0.7);
}
.border-x-green-700\/75 {
  border-left-color: rgb(21 128 61 / 0.75);
  border-right-color: rgb(21 128 61 / 0.75);
}
.border-x-green-700\/80 {
  border-left-color: rgb(21 128 61 / 0.8);
  border-right-color: rgb(21 128 61 / 0.8);
}
.border-x-green-700\/85 {
  border-left-color: rgb(21 128 61 / 0.85);
  border-right-color: rgb(21 128 61 / 0.85);
}
.border-x-green-700\/90 {
  border-left-color: rgb(21 128 61 / 0.9);
  border-right-color: rgb(21 128 61 / 0.9);
}
.border-x-green-700\/95 {
  border-left-color: rgb(21 128 61 / 0.95);
  border-right-color: rgb(21 128 61 / 0.95);
}
.border-x-green-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-x-green-800\/0 {
  border-left-color: rgb(22 101 52 / 0);
  border-right-color: rgb(22 101 52 / 0);
}
.border-x-green-800\/10 {
  border-left-color: rgb(22 101 52 / 0.1);
  border-right-color: rgb(22 101 52 / 0.1);
}
.border-x-green-800\/100 {
  border-left-color: rgb(22 101 52 / 1);
  border-right-color: rgb(22 101 52 / 1);
}
.border-x-green-800\/15 {
  border-left-color: rgb(22 101 52 / 0.15);
  border-right-color: rgb(22 101 52 / 0.15);
}
.border-x-green-800\/20 {
  border-left-color: rgb(22 101 52 / 0.2);
  border-right-color: rgb(22 101 52 / 0.2);
}
.border-x-green-800\/25 {
  border-left-color: rgb(22 101 52 / 0.25);
  border-right-color: rgb(22 101 52 / 0.25);
}
.border-x-green-800\/30 {
  border-left-color: rgb(22 101 52 / 0.3);
  border-right-color: rgb(22 101 52 / 0.3);
}
.border-x-green-800\/35 {
  border-left-color: rgb(22 101 52 / 0.35);
  border-right-color: rgb(22 101 52 / 0.35);
}
.border-x-green-800\/40 {
  border-left-color: rgb(22 101 52 / 0.4);
  border-right-color: rgb(22 101 52 / 0.4);
}
.border-x-green-800\/45 {
  border-left-color: rgb(22 101 52 / 0.45);
  border-right-color: rgb(22 101 52 / 0.45);
}
.border-x-green-800\/5 {
  border-left-color: rgb(22 101 52 / 0.05);
  border-right-color: rgb(22 101 52 / 0.05);
}
.border-x-green-800\/50 {
  border-left-color: rgb(22 101 52 / 0.5);
  border-right-color: rgb(22 101 52 / 0.5);
}
.border-x-green-800\/55 {
  border-left-color: rgb(22 101 52 / 0.55);
  border-right-color: rgb(22 101 52 / 0.55);
}
.border-x-green-800\/60 {
  border-left-color: rgb(22 101 52 / 0.6);
  border-right-color: rgb(22 101 52 / 0.6);
}
.border-x-green-800\/65 {
  border-left-color: rgb(22 101 52 / 0.65);
  border-right-color: rgb(22 101 52 / 0.65);
}
.border-x-green-800\/70 {
  border-left-color: rgb(22 101 52 / 0.7);
  border-right-color: rgb(22 101 52 / 0.7);
}
.border-x-green-800\/75 {
  border-left-color: rgb(22 101 52 / 0.75);
  border-right-color: rgb(22 101 52 / 0.75);
}
.border-x-green-800\/80 {
  border-left-color: rgb(22 101 52 / 0.8);
  border-right-color: rgb(22 101 52 / 0.8);
}
.border-x-green-800\/85 {
  border-left-color: rgb(22 101 52 / 0.85);
  border-right-color: rgb(22 101 52 / 0.85);
}
.border-x-green-800\/90 {
  border-left-color: rgb(22 101 52 / 0.9);
  border-right-color: rgb(22 101 52 / 0.9);
}
.border-x-green-800\/95 {
  border-left-color: rgb(22 101 52 / 0.95);
  border-right-color: rgb(22 101 52 / 0.95);
}
.border-x-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-x-green-900\/0 {
  border-left-color: rgb(20 83 45 / 0);
  border-right-color: rgb(20 83 45 / 0);
}
.border-x-green-900\/10 {
  border-left-color: rgb(20 83 45 / 0.1);
  border-right-color: rgb(20 83 45 / 0.1);
}
.border-x-green-900\/100 {
  border-left-color: rgb(20 83 45 / 1);
  border-right-color: rgb(20 83 45 / 1);
}
.border-x-green-900\/15 {
  border-left-color: rgb(20 83 45 / 0.15);
  border-right-color: rgb(20 83 45 / 0.15);
}
.border-x-green-900\/20 {
  border-left-color: rgb(20 83 45 / 0.2);
  border-right-color: rgb(20 83 45 / 0.2);
}
.border-x-green-900\/25 {
  border-left-color: rgb(20 83 45 / 0.25);
  border-right-color: rgb(20 83 45 / 0.25);
}
.border-x-green-900\/30 {
  border-left-color: rgb(20 83 45 / 0.3);
  border-right-color: rgb(20 83 45 / 0.3);
}
.border-x-green-900\/35 {
  border-left-color: rgb(20 83 45 / 0.35);
  border-right-color: rgb(20 83 45 / 0.35);
}
.border-x-green-900\/40 {
  border-left-color: rgb(20 83 45 / 0.4);
  border-right-color: rgb(20 83 45 / 0.4);
}
.border-x-green-900\/45 {
  border-left-color: rgb(20 83 45 / 0.45);
  border-right-color: rgb(20 83 45 / 0.45);
}
.border-x-green-900\/5 {
  border-left-color: rgb(20 83 45 / 0.05);
  border-right-color: rgb(20 83 45 / 0.05);
}
.border-x-green-900\/50 {
  border-left-color: rgb(20 83 45 / 0.5);
  border-right-color: rgb(20 83 45 / 0.5);
}
.border-x-green-900\/55 {
  border-left-color: rgb(20 83 45 / 0.55);
  border-right-color: rgb(20 83 45 / 0.55);
}
.border-x-green-900\/60 {
  border-left-color: rgb(20 83 45 / 0.6);
  border-right-color: rgb(20 83 45 / 0.6);
}
.border-x-green-900\/65 {
  border-left-color: rgb(20 83 45 / 0.65);
  border-right-color: rgb(20 83 45 / 0.65);
}
.border-x-green-900\/70 {
  border-left-color: rgb(20 83 45 / 0.7);
  border-right-color: rgb(20 83 45 / 0.7);
}
.border-x-green-900\/75 {
  border-left-color: rgb(20 83 45 / 0.75);
  border-right-color: rgb(20 83 45 / 0.75);
}
.border-x-green-900\/80 {
  border-left-color: rgb(20 83 45 / 0.8);
  border-right-color: rgb(20 83 45 / 0.8);
}
.border-x-green-900\/85 {
  border-left-color: rgb(20 83 45 / 0.85);
  border-right-color: rgb(20 83 45 / 0.85);
}
.border-x-green-900\/90 {
  border-left-color: rgb(20 83 45 / 0.9);
  border-right-color: rgb(20 83 45 / 0.9);
}
.border-x-green-900\/95 {
  border-left-color: rgb(20 83 45 / 0.95);
  border-right-color: rgb(20 83 45 / 0.95);
}
.border-x-green-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-x-green-950\/0 {
  border-left-color: rgb(5 46 22 / 0);
  border-right-color: rgb(5 46 22 / 0);
}
.border-x-green-950\/10 {
  border-left-color: rgb(5 46 22 / 0.1);
  border-right-color: rgb(5 46 22 / 0.1);
}
.border-x-green-950\/100 {
  border-left-color: rgb(5 46 22 / 1);
  border-right-color: rgb(5 46 22 / 1);
}
.border-x-green-950\/15 {
  border-left-color: rgb(5 46 22 / 0.15);
  border-right-color: rgb(5 46 22 / 0.15);
}
.border-x-green-950\/20 {
  border-left-color: rgb(5 46 22 / 0.2);
  border-right-color: rgb(5 46 22 / 0.2);
}
.border-x-green-950\/25 {
  border-left-color: rgb(5 46 22 / 0.25);
  border-right-color: rgb(5 46 22 / 0.25);
}
.border-x-green-950\/30 {
  border-left-color: rgb(5 46 22 / 0.3);
  border-right-color: rgb(5 46 22 / 0.3);
}
.border-x-green-950\/35 {
  border-left-color: rgb(5 46 22 / 0.35);
  border-right-color: rgb(5 46 22 / 0.35);
}
.border-x-green-950\/40 {
  border-left-color: rgb(5 46 22 / 0.4);
  border-right-color: rgb(5 46 22 / 0.4);
}
.border-x-green-950\/45 {
  border-left-color: rgb(5 46 22 / 0.45);
  border-right-color: rgb(5 46 22 / 0.45);
}
.border-x-green-950\/5 {
  border-left-color: rgb(5 46 22 / 0.05);
  border-right-color: rgb(5 46 22 / 0.05);
}
.border-x-green-950\/50 {
  border-left-color: rgb(5 46 22 / 0.5);
  border-right-color: rgb(5 46 22 / 0.5);
}
.border-x-green-950\/55 {
  border-left-color: rgb(5 46 22 / 0.55);
  border-right-color: rgb(5 46 22 / 0.55);
}
.border-x-green-950\/60 {
  border-left-color: rgb(5 46 22 / 0.6);
  border-right-color: rgb(5 46 22 / 0.6);
}
.border-x-green-950\/65 {
  border-left-color: rgb(5 46 22 / 0.65);
  border-right-color: rgb(5 46 22 / 0.65);
}
.border-x-green-950\/70 {
  border-left-color: rgb(5 46 22 / 0.7);
  border-right-color: rgb(5 46 22 / 0.7);
}
.border-x-green-950\/75 {
  border-left-color: rgb(5 46 22 / 0.75);
  border-right-color: rgb(5 46 22 / 0.75);
}
.border-x-green-950\/80 {
  border-left-color: rgb(5 46 22 / 0.8);
  border-right-color: rgb(5 46 22 / 0.8);
}
.border-x-green-950\/85 {
  border-left-color: rgb(5 46 22 / 0.85);
  border-right-color: rgb(5 46 22 / 0.85);
}
.border-x-green-950\/90 {
  border-left-color: rgb(5 46 22 / 0.9);
  border-right-color: rgb(5 46 22 / 0.9);
}
.border-x-green-950\/95 {
  border-left-color: rgb(5 46 22 / 0.95);
  border-right-color: rgb(5 46 22 / 0.95);
}
.border-x-indigo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-x-indigo-100\/0 {
  border-left-color: rgb(224 231 255 / 0);
  border-right-color: rgb(224 231 255 / 0);
}
.border-x-indigo-100\/10 {
  border-left-color: rgb(224 231 255 / 0.1);
  border-right-color: rgb(224 231 255 / 0.1);
}
.border-x-indigo-100\/100 {
  border-left-color: rgb(224 231 255 / 1);
  border-right-color: rgb(224 231 255 / 1);
}
.border-x-indigo-100\/15 {
  border-left-color: rgb(224 231 255 / 0.15);
  border-right-color: rgb(224 231 255 / 0.15);
}
.border-x-indigo-100\/20 {
  border-left-color: rgb(224 231 255 / 0.2);
  border-right-color: rgb(224 231 255 / 0.2);
}
.border-x-indigo-100\/25 {
  border-left-color: rgb(224 231 255 / 0.25);
  border-right-color: rgb(224 231 255 / 0.25);
}
.border-x-indigo-100\/30 {
  border-left-color: rgb(224 231 255 / 0.3);
  border-right-color: rgb(224 231 255 / 0.3);
}
.border-x-indigo-100\/35 {
  border-left-color: rgb(224 231 255 / 0.35);
  border-right-color: rgb(224 231 255 / 0.35);
}
.border-x-indigo-100\/40 {
  border-left-color: rgb(224 231 255 / 0.4);
  border-right-color: rgb(224 231 255 / 0.4);
}
.border-x-indigo-100\/45 {
  border-left-color: rgb(224 231 255 / 0.45);
  border-right-color: rgb(224 231 255 / 0.45);
}
.border-x-indigo-100\/5 {
  border-left-color: rgb(224 231 255 / 0.05);
  border-right-color: rgb(224 231 255 / 0.05);
}
.border-x-indigo-100\/50 {
  border-left-color: rgb(224 231 255 / 0.5);
  border-right-color: rgb(224 231 255 / 0.5);
}
.border-x-indigo-100\/55 {
  border-left-color: rgb(224 231 255 / 0.55);
  border-right-color: rgb(224 231 255 / 0.55);
}
.border-x-indigo-100\/60 {
  border-left-color: rgb(224 231 255 / 0.6);
  border-right-color: rgb(224 231 255 / 0.6);
}
.border-x-indigo-100\/65 {
  border-left-color: rgb(224 231 255 / 0.65);
  border-right-color: rgb(224 231 255 / 0.65);
}
.border-x-indigo-100\/70 {
  border-left-color: rgb(224 231 255 / 0.7);
  border-right-color: rgb(224 231 255 / 0.7);
}
.border-x-indigo-100\/75 {
  border-left-color: rgb(224 231 255 / 0.75);
  border-right-color: rgb(224 231 255 / 0.75);
}
.border-x-indigo-100\/80 {
  border-left-color: rgb(224 231 255 / 0.8);
  border-right-color: rgb(224 231 255 / 0.8);
}
.border-x-indigo-100\/85 {
  border-left-color: rgb(224 231 255 / 0.85);
  border-right-color: rgb(224 231 255 / 0.85);
}
.border-x-indigo-100\/90 {
  border-left-color: rgb(224 231 255 / 0.9);
  border-right-color: rgb(224 231 255 / 0.9);
}
.border-x-indigo-100\/95 {
  border-left-color: rgb(224 231 255 / 0.95);
  border-right-color: rgb(224 231 255 / 0.95);
}
.border-x-indigo-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-x-indigo-200\/0 {
  border-left-color: rgb(199 210 254 / 0);
  border-right-color: rgb(199 210 254 / 0);
}
.border-x-indigo-200\/10 {
  border-left-color: rgb(199 210 254 / 0.1);
  border-right-color: rgb(199 210 254 / 0.1);
}
.border-x-indigo-200\/100 {
  border-left-color: rgb(199 210 254 / 1);
  border-right-color: rgb(199 210 254 / 1);
}
.border-x-indigo-200\/15 {
  border-left-color: rgb(199 210 254 / 0.15);
  border-right-color: rgb(199 210 254 / 0.15);
}
.border-x-indigo-200\/20 {
  border-left-color: rgb(199 210 254 / 0.2);
  border-right-color: rgb(199 210 254 / 0.2);
}
.border-x-indigo-200\/25 {
  border-left-color: rgb(199 210 254 / 0.25);
  border-right-color: rgb(199 210 254 / 0.25);
}
.border-x-indigo-200\/30 {
  border-left-color: rgb(199 210 254 / 0.3);
  border-right-color: rgb(199 210 254 / 0.3);
}
.border-x-indigo-200\/35 {
  border-left-color: rgb(199 210 254 / 0.35);
  border-right-color: rgb(199 210 254 / 0.35);
}
.border-x-indigo-200\/40 {
  border-left-color: rgb(199 210 254 / 0.4);
  border-right-color: rgb(199 210 254 / 0.4);
}
.border-x-indigo-200\/45 {
  border-left-color: rgb(199 210 254 / 0.45);
  border-right-color: rgb(199 210 254 / 0.45);
}
.border-x-indigo-200\/5 {
  border-left-color: rgb(199 210 254 / 0.05);
  border-right-color: rgb(199 210 254 / 0.05);
}
.border-x-indigo-200\/50 {
  border-left-color: rgb(199 210 254 / 0.5);
  border-right-color: rgb(199 210 254 / 0.5);
}
.border-x-indigo-200\/55 {
  border-left-color: rgb(199 210 254 / 0.55);
  border-right-color: rgb(199 210 254 / 0.55);
}
.border-x-indigo-200\/60 {
  border-left-color: rgb(199 210 254 / 0.6);
  border-right-color: rgb(199 210 254 / 0.6);
}
.border-x-indigo-200\/65 {
  border-left-color: rgb(199 210 254 / 0.65);
  border-right-color: rgb(199 210 254 / 0.65);
}
.border-x-indigo-200\/70 {
  border-left-color: rgb(199 210 254 / 0.7);
  border-right-color: rgb(199 210 254 / 0.7);
}
.border-x-indigo-200\/75 {
  border-left-color: rgb(199 210 254 / 0.75);
  border-right-color: rgb(199 210 254 / 0.75);
}
.border-x-indigo-200\/80 {
  border-left-color: rgb(199 210 254 / 0.8);
  border-right-color: rgb(199 210 254 / 0.8);
}
.border-x-indigo-200\/85 {
  border-left-color: rgb(199 210 254 / 0.85);
  border-right-color: rgb(199 210 254 / 0.85);
}
.border-x-indigo-200\/90 {
  border-left-color: rgb(199 210 254 / 0.9);
  border-right-color: rgb(199 210 254 / 0.9);
}
.border-x-indigo-200\/95 {
  border-left-color: rgb(199 210 254 / 0.95);
  border-right-color: rgb(199 210 254 / 0.95);
}
.border-x-indigo-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-x-indigo-300\/0 {
  border-left-color: rgb(165 180 252 / 0);
  border-right-color: rgb(165 180 252 / 0);
}
.border-x-indigo-300\/10 {
  border-left-color: rgb(165 180 252 / 0.1);
  border-right-color: rgb(165 180 252 / 0.1);
}
.border-x-indigo-300\/100 {
  border-left-color: rgb(165 180 252 / 1);
  border-right-color: rgb(165 180 252 / 1);
}
.border-x-indigo-300\/15 {
  border-left-color: rgb(165 180 252 / 0.15);
  border-right-color: rgb(165 180 252 / 0.15);
}
.border-x-indigo-300\/20 {
  border-left-color: rgb(165 180 252 / 0.2);
  border-right-color: rgb(165 180 252 / 0.2);
}
.border-x-indigo-300\/25 {
  border-left-color: rgb(165 180 252 / 0.25);
  border-right-color: rgb(165 180 252 / 0.25);
}
.border-x-indigo-300\/30 {
  border-left-color: rgb(165 180 252 / 0.3);
  border-right-color: rgb(165 180 252 / 0.3);
}
.border-x-indigo-300\/35 {
  border-left-color: rgb(165 180 252 / 0.35);
  border-right-color: rgb(165 180 252 / 0.35);
}
.border-x-indigo-300\/40 {
  border-left-color: rgb(165 180 252 / 0.4);
  border-right-color: rgb(165 180 252 / 0.4);
}
.border-x-indigo-300\/45 {
  border-left-color: rgb(165 180 252 / 0.45);
  border-right-color: rgb(165 180 252 / 0.45);
}
.border-x-indigo-300\/5 {
  border-left-color: rgb(165 180 252 / 0.05);
  border-right-color: rgb(165 180 252 / 0.05);
}
.border-x-indigo-300\/50 {
  border-left-color: rgb(165 180 252 / 0.5);
  border-right-color: rgb(165 180 252 / 0.5);
}
.border-x-indigo-300\/55 {
  border-left-color: rgb(165 180 252 / 0.55);
  border-right-color: rgb(165 180 252 / 0.55);
}
.border-x-indigo-300\/60 {
  border-left-color: rgb(165 180 252 / 0.6);
  border-right-color: rgb(165 180 252 / 0.6);
}
.border-x-indigo-300\/65 {
  border-left-color: rgb(165 180 252 / 0.65);
  border-right-color: rgb(165 180 252 / 0.65);
}
.border-x-indigo-300\/70 {
  border-left-color: rgb(165 180 252 / 0.7);
  border-right-color: rgb(165 180 252 / 0.7);
}
.border-x-indigo-300\/75 {
  border-left-color: rgb(165 180 252 / 0.75);
  border-right-color: rgb(165 180 252 / 0.75);
}
.border-x-indigo-300\/80 {
  border-left-color: rgb(165 180 252 / 0.8);
  border-right-color: rgb(165 180 252 / 0.8);
}
.border-x-indigo-300\/85 {
  border-left-color: rgb(165 180 252 / 0.85);
  border-right-color: rgb(165 180 252 / 0.85);
}
.border-x-indigo-300\/90 {
  border-left-color: rgb(165 180 252 / 0.9);
  border-right-color: rgb(165 180 252 / 0.9);
}
.border-x-indigo-300\/95 {
  border-left-color: rgb(165 180 252 / 0.95);
  border-right-color: rgb(165 180 252 / 0.95);
}
.border-x-indigo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-x-indigo-400\/0 {
  border-left-color: rgb(129 140 248 / 0);
  border-right-color: rgb(129 140 248 / 0);
}
.border-x-indigo-400\/10 {
  border-left-color: rgb(129 140 248 / 0.1);
  border-right-color: rgb(129 140 248 / 0.1);
}
.border-x-indigo-400\/100 {
  border-left-color: rgb(129 140 248 / 1);
  border-right-color: rgb(129 140 248 / 1);
}
.border-x-indigo-400\/15 {
  border-left-color: rgb(129 140 248 / 0.15);
  border-right-color: rgb(129 140 248 / 0.15);
}
.border-x-indigo-400\/20 {
  border-left-color: rgb(129 140 248 / 0.2);
  border-right-color: rgb(129 140 248 / 0.2);
}
.border-x-indigo-400\/25 {
  border-left-color: rgb(129 140 248 / 0.25);
  border-right-color: rgb(129 140 248 / 0.25);
}
.border-x-indigo-400\/30 {
  border-left-color: rgb(129 140 248 / 0.3);
  border-right-color: rgb(129 140 248 / 0.3);
}
.border-x-indigo-400\/35 {
  border-left-color: rgb(129 140 248 / 0.35);
  border-right-color: rgb(129 140 248 / 0.35);
}
.border-x-indigo-400\/40 {
  border-left-color: rgb(129 140 248 / 0.4);
  border-right-color: rgb(129 140 248 / 0.4);
}
.border-x-indigo-400\/45 {
  border-left-color: rgb(129 140 248 / 0.45);
  border-right-color: rgb(129 140 248 / 0.45);
}
.border-x-indigo-400\/5 {
  border-left-color: rgb(129 140 248 / 0.05);
  border-right-color: rgb(129 140 248 / 0.05);
}
.border-x-indigo-400\/50 {
  border-left-color: rgb(129 140 248 / 0.5);
  border-right-color: rgb(129 140 248 / 0.5);
}
.border-x-indigo-400\/55 {
  border-left-color: rgb(129 140 248 / 0.55);
  border-right-color: rgb(129 140 248 / 0.55);
}
.border-x-indigo-400\/60 {
  border-left-color: rgb(129 140 248 / 0.6);
  border-right-color: rgb(129 140 248 / 0.6);
}
.border-x-indigo-400\/65 {
  border-left-color: rgb(129 140 248 / 0.65);
  border-right-color: rgb(129 140 248 / 0.65);
}
.border-x-indigo-400\/70 {
  border-left-color: rgb(129 140 248 / 0.7);
  border-right-color: rgb(129 140 248 / 0.7);
}
.border-x-indigo-400\/75 {
  border-left-color: rgb(129 140 248 / 0.75);
  border-right-color: rgb(129 140 248 / 0.75);
}
.border-x-indigo-400\/80 {
  border-left-color: rgb(129 140 248 / 0.8);
  border-right-color: rgb(129 140 248 / 0.8);
}
.border-x-indigo-400\/85 {
  border-left-color: rgb(129 140 248 / 0.85);
  border-right-color: rgb(129 140 248 / 0.85);
}
.border-x-indigo-400\/90 {
  border-left-color: rgb(129 140 248 / 0.9);
  border-right-color: rgb(129 140 248 / 0.9);
}
.border-x-indigo-400\/95 {
  border-left-color: rgb(129 140 248 / 0.95);
  border-right-color: rgb(129 140 248 / 0.95);
}
.border-x-indigo-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-x-indigo-50\/0 {
  border-left-color: rgb(238 242 255 / 0);
  border-right-color: rgb(238 242 255 / 0);
}
.border-x-indigo-50\/10 {
  border-left-color: rgb(238 242 255 / 0.1);
  border-right-color: rgb(238 242 255 / 0.1);
}
.border-x-indigo-50\/100 {
  border-left-color: rgb(238 242 255 / 1);
  border-right-color: rgb(238 242 255 / 1);
}
.border-x-indigo-50\/15 {
  border-left-color: rgb(238 242 255 / 0.15);
  border-right-color: rgb(238 242 255 / 0.15);
}
.border-x-indigo-50\/20 {
  border-left-color: rgb(238 242 255 / 0.2);
  border-right-color: rgb(238 242 255 / 0.2);
}
.border-x-indigo-50\/25 {
  border-left-color: rgb(238 242 255 / 0.25);
  border-right-color: rgb(238 242 255 / 0.25);
}
.border-x-indigo-50\/30 {
  border-left-color: rgb(238 242 255 / 0.3);
  border-right-color: rgb(238 242 255 / 0.3);
}
.border-x-indigo-50\/35 {
  border-left-color: rgb(238 242 255 / 0.35);
  border-right-color: rgb(238 242 255 / 0.35);
}
.border-x-indigo-50\/40 {
  border-left-color: rgb(238 242 255 / 0.4);
  border-right-color: rgb(238 242 255 / 0.4);
}
.border-x-indigo-50\/45 {
  border-left-color: rgb(238 242 255 / 0.45);
  border-right-color: rgb(238 242 255 / 0.45);
}
.border-x-indigo-50\/5 {
  border-left-color: rgb(238 242 255 / 0.05);
  border-right-color: rgb(238 242 255 / 0.05);
}
.border-x-indigo-50\/50 {
  border-left-color: rgb(238 242 255 / 0.5);
  border-right-color: rgb(238 242 255 / 0.5);
}
.border-x-indigo-50\/55 {
  border-left-color: rgb(238 242 255 / 0.55);
  border-right-color: rgb(238 242 255 / 0.55);
}
.border-x-indigo-50\/60 {
  border-left-color: rgb(238 242 255 / 0.6);
  border-right-color: rgb(238 242 255 / 0.6);
}
.border-x-indigo-50\/65 {
  border-left-color: rgb(238 242 255 / 0.65);
  border-right-color: rgb(238 242 255 / 0.65);
}
.border-x-indigo-50\/70 {
  border-left-color: rgb(238 242 255 / 0.7);
  border-right-color: rgb(238 242 255 / 0.7);
}
.border-x-indigo-50\/75 {
  border-left-color: rgb(238 242 255 / 0.75);
  border-right-color: rgb(238 242 255 / 0.75);
}
.border-x-indigo-50\/80 {
  border-left-color: rgb(238 242 255 / 0.8);
  border-right-color: rgb(238 242 255 / 0.8);
}
.border-x-indigo-50\/85 {
  border-left-color: rgb(238 242 255 / 0.85);
  border-right-color: rgb(238 242 255 / 0.85);
}
.border-x-indigo-50\/90 {
  border-left-color: rgb(238 242 255 / 0.9);
  border-right-color: rgb(238 242 255 / 0.9);
}
.border-x-indigo-50\/95 {
  border-left-color: rgb(238 242 255 / 0.95);
  border-right-color: rgb(238 242 255 / 0.95);
}
.border-x-indigo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-x-indigo-500\/0 {
  border-left-color: rgb(99 102 241 / 0);
  border-right-color: rgb(99 102 241 / 0);
}
.border-x-indigo-500\/10 {
  border-left-color: rgb(99 102 241 / 0.1);
  border-right-color: rgb(99 102 241 / 0.1);
}
.border-x-indigo-500\/100 {
  border-left-color: rgb(99 102 241 / 1);
  border-right-color: rgb(99 102 241 / 1);
}
.border-x-indigo-500\/15 {
  border-left-color: rgb(99 102 241 / 0.15);
  border-right-color: rgb(99 102 241 / 0.15);
}
.border-x-indigo-500\/20 {
  border-left-color: rgb(99 102 241 / 0.2);
  border-right-color: rgb(99 102 241 / 0.2);
}
.border-x-indigo-500\/25 {
  border-left-color: rgb(99 102 241 / 0.25);
  border-right-color: rgb(99 102 241 / 0.25);
}
.border-x-indigo-500\/30 {
  border-left-color: rgb(99 102 241 / 0.3);
  border-right-color: rgb(99 102 241 / 0.3);
}
.border-x-indigo-500\/35 {
  border-left-color: rgb(99 102 241 / 0.35);
  border-right-color: rgb(99 102 241 / 0.35);
}
.border-x-indigo-500\/40 {
  border-left-color: rgb(99 102 241 / 0.4);
  border-right-color: rgb(99 102 241 / 0.4);
}
.border-x-indigo-500\/45 {
  border-left-color: rgb(99 102 241 / 0.45);
  border-right-color: rgb(99 102 241 / 0.45);
}
.border-x-indigo-500\/5 {
  border-left-color: rgb(99 102 241 / 0.05);
  border-right-color: rgb(99 102 241 / 0.05);
}
.border-x-indigo-500\/50 {
  border-left-color: rgb(99 102 241 / 0.5);
  border-right-color: rgb(99 102 241 / 0.5);
}
.border-x-indigo-500\/55 {
  border-left-color: rgb(99 102 241 / 0.55);
  border-right-color: rgb(99 102 241 / 0.55);
}
.border-x-indigo-500\/60 {
  border-left-color: rgb(99 102 241 / 0.6);
  border-right-color: rgb(99 102 241 / 0.6);
}
.border-x-indigo-500\/65 {
  border-left-color: rgb(99 102 241 / 0.65);
  border-right-color: rgb(99 102 241 / 0.65);
}
.border-x-indigo-500\/70 {
  border-left-color: rgb(99 102 241 / 0.7);
  border-right-color: rgb(99 102 241 / 0.7);
}
.border-x-indigo-500\/75 {
  border-left-color: rgb(99 102 241 / 0.75);
  border-right-color: rgb(99 102 241 / 0.75);
}
.border-x-indigo-500\/80 {
  border-left-color: rgb(99 102 241 / 0.8);
  border-right-color: rgb(99 102 241 / 0.8);
}
.border-x-indigo-500\/85 {
  border-left-color: rgb(99 102 241 / 0.85);
  border-right-color: rgb(99 102 241 / 0.85);
}
.border-x-indigo-500\/90 {
  border-left-color: rgb(99 102 241 / 0.9);
  border-right-color: rgb(99 102 241 / 0.9);
}
.border-x-indigo-500\/95 {
  border-left-color: rgb(99 102 241 / 0.95);
  border-right-color: rgb(99 102 241 / 0.95);
}
.border-x-indigo-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-x-indigo-600\/0 {
  border-left-color: rgb(79 70 229 / 0);
  border-right-color: rgb(79 70 229 / 0);
}
.border-x-indigo-600\/10 {
  border-left-color: rgb(79 70 229 / 0.1);
  border-right-color: rgb(79 70 229 / 0.1);
}
.border-x-indigo-600\/100 {
  border-left-color: rgb(79 70 229 / 1);
  border-right-color: rgb(79 70 229 / 1);
}
.border-x-indigo-600\/15 {
  border-left-color: rgb(79 70 229 / 0.15);
  border-right-color: rgb(79 70 229 / 0.15);
}
.border-x-indigo-600\/20 {
  border-left-color: rgb(79 70 229 / 0.2);
  border-right-color: rgb(79 70 229 / 0.2);
}
.border-x-indigo-600\/25 {
  border-left-color: rgb(79 70 229 / 0.25);
  border-right-color: rgb(79 70 229 / 0.25);
}
.border-x-indigo-600\/30 {
  border-left-color: rgb(79 70 229 / 0.3);
  border-right-color: rgb(79 70 229 / 0.3);
}
.border-x-indigo-600\/35 {
  border-left-color: rgb(79 70 229 / 0.35);
  border-right-color: rgb(79 70 229 / 0.35);
}
.border-x-indigo-600\/40 {
  border-left-color: rgb(79 70 229 / 0.4);
  border-right-color: rgb(79 70 229 / 0.4);
}
.border-x-indigo-600\/45 {
  border-left-color: rgb(79 70 229 / 0.45);
  border-right-color: rgb(79 70 229 / 0.45);
}
.border-x-indigo-600\/5 {
  border-left-color: rgb(79 70 229 / 0.05);
  border-right-color: rgb(79 70 229 / 0.05);
}
.border-x-indigo-600\/50 {
  border-left-color: rgb(79 70 229 / 0.5);
  border-right-color: rgb(79 70 229 / 0.5);
}
.border-x-indigo-600\/55 {
  border-left-color: rgb(79 70 229 / 0.55);
  border-right-color: rgb(79 70 229 / 0.55);
}
.border-x-indigo-600\/60 {
  border-left-color: rgb(79 70 229 / 0.6);
  border-right-color: rgb(79 70 229 / 0.6);
}
.border-x-indigo-600\/65 {
  border-left-color: rgb(79 70 229 / 0.65);
  border-right-color: rgb(79 70 229 / 0.65);
}
.border-x-indigo-600\/70 {
  border-left-color: rgb(79 70 229 / 0.7);
  border-right-color: rgb(79 70 229 / 0.7);
}
.border-x-indigo-600\/75 {
  border-left-color: rgb(79 70 229 / 0.75);
  border-right-color: rgb(79 70 229 / 0.75);
}
.border-x-indigo-600\/80 {
  border-left-color: rgb(79 70 229 / 0.8);
  border-right-color: rgb(79 70 229 / 0.8);
}
.border-x-indigo-600\/85 {
  border-left-color: rgb(79 70 229 / 0.85);
  border-right-color: rgb(79 70 229 / 0.85);
}
.border-x-indigo-600\/90 {
  border-left-color: rgb(79 70 229 / 0.9);
  border-right-color: rgb(79 70 229 / 0.9);
}
.border-x-indigo-600\/95 {
  border-left-color: rgb(79 70 229 / 0.95);
  border-right-color: rgb(79 70 229 / 0.95);
}
.border-x-indigo-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-x-indigo-700\/0 {
  border-left-color: rgb(67 56 202 / 0);
  border-right-color: rgb(67 56 202 / 0);
}
.border-x-indigo-700\/10 {
  border-left-color: rgb(67 56 202 / 0.1);
  border-right-color: rgb(67 56 202 / 0.1);
}
.border-x-indigo-700\/100 {
  border-left-color: rgb(67 56 202 / 1);
  border-right-color: rgb(67 56 202 / 1);
}
.border-x-indigo-700\/15 {
  border-left-color: rgb(67 56 202 / 0.15);
  border-right-color: rgb(67 56 202 / 0.15);
}
.border-x-indigo-700\/20 {
  border-left-color: rgb(67 56 202 / 0.2);
  border-right-color: rgb(67 56 202 / 0.2);
}
.border-x-indigo-700\/25 {
  border-left-color: rgb(67 56 202 / 0.25);
  border-right-color: rgb(67 56 202 / 0.25);
}
.border-x-indigo-700\/30 {
  border-left-color: rgb(67 56 202 / 0.3);
  border-right-color: rgb(67 56 202 / 0.3);
}
.border-x-indigo-700\/35 {
  border-left-color: rgb(67 56 202 / 0.35);
  border-right-color: rgb(67 56 202 / 0.35);
}
.border-x-indigo-700\/40 {
  border-left-color: rgb(67 56 202 / 0.4);
  border-right-color: rgb(67 56 202 / 0.4);
}
.border-x-indigo-700\/45 {
  border-left-color: rgb(67 56 202 / 0.45);
  border-right-color: rgb(67 56 202 / 0.45);
}
.border-x-indigo-700\/5 {
  border-left-color: rgb(67 56 202 / 0.05);
  border-right-color: rgb(67 56 202 / 0.05);
}
.border-x-indigo-700\/50 {
  border-left-color: rgb(67 56 202 / 0.5);
  border-right-color: rgb(67 56 202 / 0.5);
}
.border-x-indigo-700\/55 {
  border-left-color: rgb(67 56 202 / 0.55);
  border-right-color: rgb(67 56 202 / 0.55);
}
.border-x-indigo-700\/60 {
  border-left-color: rgb(67 56 202 / 0.6);
  border-right-color: rgb(67 56 202 / 0.6);
}
.border-x-indigo-700\/65 {
  border-left-color: rgb(67 56 202 / 0.65);
  border-right-color: rgb(67 56 202 / 0.65);
}
.border-x-indigo-700\/70 {
  border-left-color: rgb(67 56 202 / 0.7);
  border-right-color: rgb(67 56 202 / 0.7);
}
.border-x-indigo-700\/75 {
  border-left-color: rgb(67 56 202 / 0.75);
  border-right-color: rgb(67 56 202 / 0.75);
}
.border-x-indigo-700\/80 {
  border-left-color: rgb(67 56 202 / 0.8);
  border-right-color: rgb(67 56 202 / 0.8);
}
.border-x-indigo-700\/85 {
  border-left-color: rgb(67 56 202 / 0.85);
  border-right-color: rgb(67 56 202 / 0.85);
}
.border-x-indigo-700\/90 {
  border-left-color: rgb(67 56 202 / 0.9);
  border-right-color: rgb(67 56 202 / 0.9);
}
.border-x-indigo-700\/95 {
  border-left-color: rgb(67 56 202 / 0.95);
  border-right-color: rgb(67 56 202 / 0.95);
}
.border-x-indigo-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-x-indigo-800\/0 {
  border-left-color: rgb(55 48 163 / 0);
  border-right-color: rgb(55 48 163 / 0);
}
.border-x-indigo-800\/10 {
  border-left-color: rgb(55 48 163 / 0.1);
  border-right-color: rgb(55 48 163 / 0.1);
}
.border-x-indigo-800\/100 {
  border-left-color: rgb(55 48 163 / 1);
  border-right-color: rgb(55 48 163 / 1);
}
.border-x-indigo-800\/15 {
  border-left-color: rgb(55 48 163 / 0.15);
  border-right-color: rgb(55 48 163 / 0.15);
}
.border-x-indigo-800\/20 {
  border-left-color: rgb(55 48 163 / 0.2);
  border-right-color: rgb(55 48 163 / 0.2);
}
.border-x-indigo-800\/25 {
  border-left-color: rgb(55 48 163 / 0.25);
  border-right-color: rgb(55 48 163 / 0.25);
}
.border-x-indigo-800\/30 {
  border-left-color: rgb(55 48 163 / 0.3);
  border-right-color: rgb(55 48 163 / 0.3);
}
.border-x-indigo-800\/35 {
  border-left-color: rgb(55 48 163 / 0.35);
  border-right-color: rgb(55 48 163 / 0.35);
}
.border-x-indigo-800\/40 {
  border-left-color: rgb(55 48 163 / 0.4);
  border-right-color: rgb(55 48 163 / 0.4);
}
.border-x-indigo-800\/45 {
  border-left-color: rgb(55 48 163 / 0.45);
  border-right-color: rgb(55 48 163 / 0.45);
}
.border-x-indigo-800\/5 {
  border-left-color: rgb(55 48 163 / 0.05);
  border-right-color: rgb(55 48 163 / 0.05);
}
.border-x-indigo-800\/50 {
  border-left-color: rgb(55 48 163 / 0.5);
  border-right-color: rgb(55 48 163 / 0.5);
}
.border-x-indigo-800\/55 {
  border-left-color: rgb(55 48 163 / 0.55);
  border-right-color: rgb(55 48 163 / 0.55);
}
.border-x-indigo-800\/60 {
  border-left-color: rgb(55 48 163 / 0.6);
  border-right-color: rgb(55 48 163 / 0.6);
}
.border-x-indigo-800\/65 {
  border-left-color: rgb(55 48 163 / 0.65);
  border-right-color: rgb(55 48 163 / 0.65);
}
.border-x-indigo-800\/70 {
  border-left-color: rgb(55 48 163 / 0.7);
  border-right-color: rgb(55 48 163 / 0.7);
}
.border-x-indigo-800\/75 {
  border-left-color: rgb(55 48 163 / 0.75);
  border-right-color: rgb(55 48 163 / 0.75);
}
.border-x-indigo-800\/80 {
  border-left-color: rgb(55 48 163 / 0.8);
  border-right-color: rgb(55 48 163 / 0.8);
}
.border-x-indigo-800\/85 {
  border-left-color: rgb(55 48 163 / 0.85);
  border-right-color: rgb(55 48 163 / 0.85);
}
.border-x-indigo-800\/90 {
  border-left-color: rgb(55 48 163 / 0.9);
  border-right-color: rgb(55 48 163 / 0.9);
}
.border-x-indigo-800\/95 {
  border-left-color: rgb(55 48 163 / 0.95);
  border-right-color: rgb(55 48 163 / 0.95);
}
.border-x-indigo-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-x-indigo-900\/0 {
  border-left-color: rgb(49 46 129 / 0);
  border-right-color: rgb(49 46 129 / 0);
}
.border-x-indigo-900\/10 {
  border-left-color: rgb(49 46 129 / 0.1);
  border-right-color: rgb(49 46 129 / 0.1);
}
.border-x-indigo-900\/100 {
  border-left-color: rgb(49 46 129 / 1);
  border-right-color: rgb(49 46 129 / 1);
}
.border-x-indigo-900\/15 {
  border-left-color: rgb(49 46 129 / 0.15);
  border-right-color: rgb(49 46 129 / 0.15);
}
.border-x-indigo-900\/20 {
  border-left-color: rgb(49 46 129 / 0.2);
  border-right-color: rgb(49 46 129 / 0.2);
}
.border-x-indigo-900\/25 {
  border-left-color: rgb(49 46 129 / 0.25);
  border-right-color: rgb(49 46 129 / 0.25);
}
.border-x-indigo-900\/30 {
  border-left-color: rgb(49 46 129 / 0.3);
  border-right-color: rgb(49 46 129 / 0.3);
}
.border-x-indigo-900\/35 {
  border-left-color: rgb(49 46 129 / 0.35);
  border-right-color: rgb(49 46 129 / 0.35);
}
.border-x-indigo-900\/40 {
  border-left-color: rgb(49 46 129 / 0.4);
  border-right-color: rgb(49 46 129 / 0.4);
}
.border-x-indigo-900\/45 {
  border-left-color: rgb(49 46 129 / 0.45);
  border-right-color: rgb(49 46 129 / 0.45);
}
.border-x-indigo-900\/5 {
  border-left-color: rgb(49 46 129 / 0.05);
  border-right-color: rgb(49 46 129 / 0.05);
}
.border-x-indigo-900\/50 {
  border-left-color: rgb(49 46 129 / 0.5);
  border-right-color: rgb(49 46 129 / 0.5);
}
.border-x-indigo-900\/55 {
  border-left-color: rgb(49 46 129 / 0.55);
  border-right-color: rgb(49 46 129 / 0.55);
}
.border-x-indigo-900\/60 {
  border-left-color: rgb(49 46 129 / 0.6);
  border-right-color: rgb(49 46 129 / 0.6);
}
.border-x-indigo-900\/65 {
  border-left-color: rgb(49 46 129 / 0.65);
  border-right-color: rgb(49 46 129 / 0.65);
}
.border-x-indigo-900\/70 {
  border-left-color: rgb(49 46 129 / 0.7);
  border-right-color: rgb(49 46 129 / 0.7);
}
.border-x-indigo-900\/75 {
  border-left-color: rgb(49 46 129 / 0.75);
  border-right-color: rgb(49 46 129 / 0.75);
}
.border-x-indigo-900\/80 {
  border-left-color: rgb(49 46 129 / 0.8);
  border-right-color: rgb(49 46 129 / 0.8);
}
.border-x-indigo-900\/85 {
  border-left-color: rgb(49 46 129 / 0.85);
  border-right-color: rgb(49 46 129 / 0.85);
}
.border-x-indigo-900\/90 {
  border-left-color: rgb(49 46 129 / 0.9);
  border-right-color: rgb(49 46 129 / 0.9);
}
.border-x-indigo-900\/95 {
  border-left-color: rgb(49 46 129 / 0.95);
  border-right-color: rgb(49 46 129 / 0.95);
}
.border-x-indigo-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-x-indigo-950\/0 {
  border-left-color: rgb(30 27 75 / 0);
  border-right-color: rgb(30 27 75 / 0);
}
.border-x-indigo-950\/10 {
  border-left-color: rgb(30 27 75 / 0.1);
  border-right-color: rgb(30 27 75 / 0.1);
}
.border-x-indigo-950\/100 {
  border-left-color: rgb(30 27 75 / 1);
  border-right-color: rgb(30 27 75 / 1);
}
.border-x-indigo-950\/15 {
  border-left-color: rgb(30 27 75 / 0.15);
  border-right-color: rgb(30 27 75 / 0.15);
}
.border-x-indigo-950\/20 {
  border-left-color: rgb(30 27 75 / 0.2);
  border-right-color: rgb(30 27 75 / 0.2);
}
.border-x-indigo-950\/25 {
  border-left-color: rgb(30 27 75 / 0.25);
  border-right-color: rgb(30 27 75 / 0.25);
}
.border-x-indigo-950\/30 {
  border-left-color: rgb(30 27 75 / 0.3);
  border-right-color: rgb(30 27 75 / 0.3);
}
.border-x-indigo-950\/35 {
  border-left-color: rgb(30 27 75 / 0.35);
  border-right-color: rgb(30 27 75 / 0.35);
}
.border-x-indigo-950\/40 {
  border-left-color: rgb(30 27 75 / 0.4);
  border-right-color: rgb(30 27 75 / 0.4);
}
.border-x-indigo-950\/45 {
  border-left-color: rgb(30 27 75 / 0.45);
  border-right-color: rgb(30 27 75 / 0.45);
}
.border-x-indigo-950\/5 {
  border-left-color: rgb(30 27 75 / 0.05);
  border-right-color: rgb(30 27 75 / 0.05);
}
.border-x-indigo-950\/50 {
  border-left-color: rgb(30 27 75 / 0.5);
  border-right-color: rgb(30 27 75 / 0.5);
}
.border-x-indigo-950\/55 {
  border-left-color: rgb(30 27 75 / 0.55);
  border-right-color: rgb(30 27 75 / 0.55);
}
.border-x-indigo-950\/60 {
  border-left-color: rgb(30 27 75 / 0.6);
  border-right-color: rgb(30 27 75 / 0.6);
}
.border-x-indigo-950\/65 {
  border-left-color: rgb(30 27 75 / 0.65);
  border-right-color: rgb(30 27 75 / 0.65);
}
.border-x-indigo-950\/70 {
  border-left-color: rgb(30 27 75 / 0.7);
  border-right-color: rgb(30 27 75 / 0.7);
}
.border-x-indigo-950\/75 {
  border-left-color: rgb(30 27 75 / 0.75);
  border-right-color: rgb(30 27 75 / 0.75);
}
.border-x-indigo-950\/80 {
  border-left-color: rgb(30 27 75 / 0.8);
  border-right-color: rgb(30 27 75 / 0.8);
}
.border-x-indigo-950\/85 {
  border-left-color: rgb(30 27 75 / 0.85);
  border-right-color: rgb(30 27 75 / 0.85);
}
.border-x-indigo-950\/90 {
  border-left-color: rgb(30 27 75 / 0.9);
  border-right-color: rgb(30 27 75 / 0.9);
}
.border-x-indigo-950\/95 {
  border-left-color: rgb(30 27 75 / 0.95);
  border-right-color: rgb(30 27 75 / 0.95);
}
.border-x-inherit {
  border-left-color: inherit;
  border-right-color: inherit;
}
.border-x-lime-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-x-lime-100\/0 {
  border-left-color: rgb(236 252 203 / 0);
  border-right-color: rgb(236 252 203 / 0);
}
.border-x-lime-100\/10 {
  border-left-color: rgb(236 252 203 / 0.1);
  border-right-color: rgb(236 252 203 / 0.1);
}
.border-x-lime-100\/100 {
  border-left-color: rgb(236 252 203 / 1);
  border-right-color: rgb(236 252 203 / 1);
}
.border-x-lime-100\/15 {
  border-left-color: rgb(236 252 203 / 0.15);
  border-right-color: rgb(236 252 203 / 0.15);
}
.border-x-lime-100\/20 {
  border-left-color: rgb(236 252 203 / 0.2);
  border-right-color: rgb(236 252 203 / 0.2);
}
.border-x-lime-100\/25 {
  border-left-color: rgb(236 252 203 / 0.25);
  border-right-color: rgb(236 252 203 / 0.25);
}
.border-x-lime-100\/30 {
  border-left-color: rgb(236 252 203 / 0.3);
  border-right-color: rgb(236 252 203 / 0.3);
}
.border-x-lime-100\/35 {
  border-left-color: rgb(236 252 203 / 0.35);
  border-right-color: rgb(236 252 203 / 0.35);
}
.border-x-lime-100\/40 {
  border-left-color: rgb(236 252 203 / 0.4);
  border-right-color: rgb(236 252 203 / 0.4);
}
.border-x-lime-100\/45 {
  border-left-color: rgb(236 252 203 / 0.45);
  border-right-color: rgb(236 252 203 / 0.45);
}
.border-x-lime-100\/5 {
  border-left-color: rgb(236 252 203 / 0.05);
  border-right-color: rgb(236 252 203 / 0.05);
}
.border-x-lime-100\/50 {
  border-left-color: rgb(236 252 203 / 0.5);
  border-right-color: rgb(236 252 203 / 0.5);
}
.border-x-lime-100\/55 {
  border-left-color: rgb(236 252 203 / 0.55);
  border-right-color: rgb(236 252 203 / 0.55);
}
.border-x-lime-100\/60 {
  border-left-color: rgb(236 252 203 / 0.6);
  border-right-color: rgb(236 252 203 / 0.6);
}
.border-x-lime-100\/65 {
  border-left-color: rgb(236 252 203 / 0.65);
  border-right-color: rgb(236 252 203 / 0.65);
}
.border-x-lime-100\/70 {
  border-left-color: rgb(236 252 203 / 0.7);
  border-right-color: rgb(236 252 203 / 0.7);
}
.border-x-lime-100\/75 {
  border-left-color: rgb(236 252 203 / 0.75);
  border-right-color: rgb(236 252 203 / 0.75);
}
.border-x-lime-100\/80 {
  border-left-color: rgb(236 252 203 / 0.8);
  border-right-color: rgb(236 252 203 / 0.8);
}
.border-x-lime-100\/85 {
  border-left-color: rgb(236 252 203 / 0.85);
  border-right-color: rgb(236 252 203 / 0.85);
}
.border-x-lime-100\/90 {
  border-left-color: rgb(236 252 203 / 0.9);
  border-right-color: rgb(236 252 203 / 0.9);
}
.border-x-lime-100\/95 {
  border-left-color: rgb(236 252 203 / 0.95);
  border-right-color: rgb(236 252 203 / 0.95);
}
.border-x-lime-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-x-lime-200\/0 {
  border-left-color: rgb(217 249 157 / 0);
  border-right-color: rgb(217 249 157 / 0);
}
.border-x-lime-200\/10 {
  border-left-color: rgb(217 249 157 / 0.1);
  border-right-color: rgb(217 249 157 / 0.1);
}
.border-x-lime-200\/100 {
  border-left-color: rgb(217 249 157 / 1);
  border-right-color: rgb(217 249 157 / 1);
}
.border-x-lime-200\/15 {
  border-left-color: rgb(217 249 157 / 0.15);
  border-right-color: rgb(217 249 157 / 0.15);
}
.border-x-lime-200\/20 {
  border-left-color: rgb(217 249 157 / 0.2);
  border-right-color: rgb(217 249 157 / 0.2);
}
.border-x-lime-200\/25 {
  border-left-color: rgb(217 249 157 / 0.25);
  border-right-color: rgb(217 249 157 / 0.25);
}
.border-x-lime-200\/30 {
  border-left-color: rgb(217 249 157 / 0.3);
  border-right-color: rgb(217 249 157 / 0.3);
}
.border-x-lime-200\/35 {
  border-left-color: rgb(217 249 157 / 0.35);
  border-right-color: rgb(217 249 157 / 0.35);
}
.border-x-lime-200\/40 {
  border-left-color: rgb(217 249 157 / 0.4);
  border-right-color: rgb(217 249 157 / 0.4);
}
.border-x-lime-200\/45 {
  border-left-color: rgb(217 249 157 / 0.45);
  border-right-color: rgb(217 249 157 / 0.45);
}
.border-x-lime-200\/5 {
  border-left-color: rgb(217 249 157 / 0.05);
  border-right-color: rgb(217 249 157 / 0.05);
}
.border-x-lime-200\/50 {
  border-left-color: rgb(217 249 157 / 0.5);
  border-right-color: rgb(217 249 157 / 0.5);
}
.border-x-lime-200\/55 {
  border-left-color: rgb(217 249 157 / 0.55);
  border-right-color: rgb(217 249 157 / 0.55);
}
.border-x-lime-200\/60 {
  border-left-color: rgb(217 249 157 / 0.6);
  border-right-color: rgb(217 249 157 / 0.6);
}
.border-x-lime-200\/65 {
  border-left-color: rgb(217 249 157 / 0.65);
  border-right-color: rgb(217 249 157 / 0.65);
}
.border-x-lime-200\/70 {
  border-left-color: rgb(217 249 157 / 0.7);
  border-right-color: rgb(217 249 157 / 0.7);
}
.border-x-lime-200\/75 {
  border-left-color: rgb(217 249 157 / 0.75);
  border-right-color: rgb(217 249 157 / 0.75);
}
.border-x-lime-200\/80 {
  border-left-color: rgb(217 249 157 / 0.8);
  border-right-color: rgb(217 249 157 / 0.8);
}
.border-x-lime-200\/85 {
  border-left-color: rgb(217 249 157 / 0.85);
  border-right-color: rgb(217 249 157 / 0.85);
}
.border-x-lime-200\/90 {
  border-left-color: rgb(217 249 157 / 0.9);
  border-right-color: rgb(217 249 157 / 0.9);
}
.border-x-lime-200\/95 {
  border-left-color: rgb(217 249 157 / 0.95);
  border-right-color: rgb(217 249 157 / 0.95);
}
.border-x-lime-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-x-lime-300\/0 {
  border-left-color: rgb(190 242 100 / 0);
  border-right-color: rgb(190 242 100 / 0);
}
.border-x-lime-300\/10 {
  border-left-color: rgb(190 242 100 / 0.1);
  border-right-color: rgb(190 242 100 / 0.1);
}
.border-x-lime-300\/100 {
  border-left-color: rgb(190 242 100 / 1);
  border-right-color: rgb(190 242 100 / 1);
}
.border-x-lime-300\/15 {
  border-left-color: rgb(190 242 100 / 0.15);
  border-right-color: rgb(190 242 100 / 0.15);
}
.border-x-lime-300\/20 {
  border-left-color: rgb(190 242 100 / 0.2);
  border-right-color: rgb(190 242 100 / 0.2);
}
.border-x-lime-300\/25 {
  border-left-color: rgb(190 242 100 / 0.25);
  border-right-color: rgb(190 242 100 / 0.25);
}
.border-x-lime-300\/30 {
  border-left-color: rgb(190 242 100 / 0.3);
  border-right-color: rgb(190 242 100 / 0.3);
}
.border-x-lime-300\/35 {
  border-left-color: rgb(190 242 100 / 0.35);
  border-right-color: rgb(190 242 100 / 0.35);
}
.border-x-lime-300\/40 {
  border-left-color: rgb(190 242 100 / 0.4);
  border-right-color: rgb(190 242 100 / 0.4);
}
.border-x-lime-300\/45 {
  border-left-color: rgb(190 242 100 / 0.45);
  border-right-color: rgb(190 242 100 / 0.45);
}
.border-x-lime-300\/5 {
  border-left-color: rgb(190 242 100 / 0.05);
  border-right-color: rgb(190 242 100 / 0.05);
}
.border-x-lime-300\/50 {
  border-left-color: rgb(190 242 100 / 0.5);
  border-right-color: rgb(190 242 100 / 0.5);
}
.border-x-lime-300\/55 {
  border-left-color: rgb(190 242 100 / 0.55);
  border-right-color: rgb(190 242 100 / 0.55);
}
.border-x-lime-300\/60 {
  border-left-color: rgb(190 242 100 / 0.6);
  border-right-color: rgb(190 242 100 / 0.6);
}
.border-x-lime-300\/65 {
  border-left-color: rgb(190 242 100 / 0.65);
  border-right-color: rgb(190 242 100 / 0.65);
}
.border-x-lime-300\/70 {
  border-left-color: rgb(190 242 100 / 0.7);
  border-right-color: rgb(190 242 100 / 0.7);
}
.border-x-lime-300\/75 {
  border-left-color: rgb(190 242 100 / 0.75);
  border-right-color: rgb(190 242 100 / 0.75);
}
.border-x-lime-300\/80 {
  border-left-color: rgb(190 242 100 / 0.8);
  border-right-color: rgb(190 242 100 / 0.8);
}
.border-x-lime-300\/85 {
  border-left-color: rgb(190 242 100 / 0.85);
  border-right-color: rgb(190 242 100 / 0.85);
}
.border-x-lime-300\/90 {
  border-left-color: rgb(190 242 100 / 0.9);
  border-right-color: rgb(190 242 100 / 0.9);
}
.border-x-lime-300\/95 {
  border-left-color: rgb(190 242 100 / 0.95);
  border-right-color: rgb(190 242 100 / 0.95);
}
.border-x-lime-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-x-lime-400\/0 {
  border-left-color: rgb(163 230 53 / 0);
  border-right-color: rgb(163 230 53 / 0);
}
.border-x-lime-400\/10 {
  border-left-color: rgb(163 230 53 / 0.1);
  border-right-color: rgb(163 230 53 / 0.1);
}
.border-x-lime-400\/100 {
  border-left-color: rgb(163 230 53 / 1);
  border-right-color: rgb(163 230 53 / 1);
}
.border-x-lime-400\/15 {
  border-left-color: rgb(163 230 53 / 0.15);
  border-right-color: rgb(163 230 53 / 0.15);
}
.border-x-lime-400\/20 {
  border-left-color: rgb(163 230 53 / 0.2);
  border-right-color: rgb(163 230 53 / 0.2);
}
.border-x-lime-400\/25 {
  border-left-color: rgb(163 230 53 / 0.25);
  border-right-color: rgb(163 230 53 / 0.25);
}
.border-x-lime-400\/30 {
  border-left-color: rgb(163 230 53 / 0.3);
  border-right-color: rgb(163 230 53 / 0.3);
}
.border-x-lime-400\/35 {
  border-left-color: rgb(163 230 53 / 0.35);
  border-right-color: rgb(163 230 53 / 0.35);
}
.border-x-lime-400\/40 {
  border-left-color: rgb(163 230 53 / 0.4);
  border-right-color: rgb(163 230 53 / 0.4);
}
.border-x-lime-400\/45 {
  border-left-color: rgb(163 230 53 / 0.45);
  border-right-color: rgb(163 230 53 / 0.45);
}
.border-x-lime-400\/5 {
  border-left-color: rgb(163 230 53 / 0.05);
  border-right-color: rgb(163 230 53 / 0.05);
}
.border-x-lime-400\/50 {
  border-left-color: rgb(163 230 53 / 0.5);
  border-right-color: rgb(163 230 53 / 0.5);
}
.border-x-lime-400\/55 {
  border-left-color: rgb(163 230 53 / 0.55);
  border-right-color: rgb(163 230 53 / 0.55);
}
.border-x-lime-400\/60 {
  border-left-color: rgb(163 230 53 / 0.6);
  border-right-color: rgb(163 230 53 / 0.6);
}
.border-x-lime-400\/65 {
  border-left-color: rgb(163 230 53 / 0.65);
  border-right-color: rgb(163 230 53 / 0.65);
}
.border-x-lime-400\/70 {
  border-left-color: rgb(163 230 53 / 0.7);
  border-right-color: rgb(163 230 53 / 0.7);
}
.border-x-lime-400\/75 {
  border-left-color: rgb(163 230 53 / 0.75);
  border-right-color: rgb(163 230 53 / 0.75);
}
.border-x-lime-400\/80 {
  border-left-color: rgb(163 230 53 / 0.8);
  border-right-color: rgb(163 230 53 / 0.8);
}
.border-x-lime-400\/85 {
  border-left-color: rgb(163 230 53 / 0.85);
  border-right-color: rgb(163 230 53 / 0.85);
}
.border-x-lime-400\/90 {
  border-left-color: rgb(163 230 53 / 0.9);
  border-right-color: rgb(163 230 53 / 0.9);
}
.border-x-lime-400\/95 {
  border-left-color: rgb(163 230 53 / 0.95);
  border-right-color: rgb(163 230 53 / 0.95);
}
.border-x-lime-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-x-lime-50\/0 {
  border-left-color: rgb(247 254 231 / 0);
  border-right-color: rgb(247 254 231 / 0);
}
.border-x-lime-50\/10 {
  border-left-color: rgb(247 254 231 / 0.1);
  border-right-color: rgb(247 254 231 / 0.1);
}
.border-x-lime-50\/100 {
  border-left-color: rgb(247 254 231 / 1);
  border-right-color: rgb(247 254 231 / 1);
}
.border-x-lime-50\/15 {
  border-left-color: rgb(247 254 231 / 0.15);
  border-right-color: rgb(247 254 231 / 0.15);
}
.border-x-lime-50\/20 {
  border-left-color: rgb(247 254 231 / 0.2);
  border-right-color: rgb(247 254 231 / 0.2);
}
.border-x-lime-50\/25 {
  border-left-color: rgb(247 254 231 / 0.25);
  border-right-color: rgb(247 254 231 / 0.25);
}
.border-x-lime-50\/30 {
  border-left-color: rgb(247 254 231 / 0.3);
  border-right-color: rgb(247 254 231 / 0.3);
}
.border-x-lime-50\/35 {
  border-left-color: rgb(247 254 231 / 0.35);
  border-right-color: rgb(247 254 231 / 0.35);
}
.border-x-lime-50\/40 {
  border-left-color: rgb(247 254 231 / 0.4);
  border-right-color: rgb(247 254 231 / 0.4);
}
.border-x-lime-50\/45 {
  border-left-color: rgb(247 254 231 / 0.45);
  border-right-color: rgb(247 254 231 / 0.45);
}
.border-x-lime-50\/5 {
  border-left-color: rgb(247 254 231 / 0.05);
  border-right-color: rgb(247 254 231 / 0.05);
}
.border-x-lime-50\/50 {
  border-left-color: rgb(247 254 231 / 0.5);
  border-right-color: rgb(247 254 231 / 0.5);
}
.border-x-lime-50\/55 {
  border-left-color: rgb(247 254 231 / 0.55);
  border-right-color: rgb(247 254 231 / 0.55);
}
.border-x-lime-50\/60 {
  border-left-color: rgb(247 254 231 / 0.6);
  border-right-color: rgb(247 254 231 / 0.6);
}
.border-x-lime-50\/65 {
  border-left-color: rgb(247 254 231 / 0.65);
  border-right-color: rgb(247 254 231 / 0.65);
}
.border-x-lime-50\/70 {
  border-left-color: rgb(247 254 231 / 0.7);
  border-right-color: rgb(247 254 231 / 0.7);
}
.border-x-lime-50\/75 {
  border-left-color: rgb(247 254 231 / 0.75);
  border-right-color: rgb(247 254 231 / 0.75);
}
.border-x-lime-50\/80 {
  border-left-color: rgb(247 254 231 / 0.8);
  border-right-color: rgb(247 254 231 / 0.8);
}
.border-x-lime-50\/85 {
  border-left-color: rgb(247 254 231 / 0.85);
  border-right-color: rgb(247 254 231 / 0.85);
}
.border-x-lime-50\/90 {
  border-left-color: rgb(247 254 231 / 0.9);
  border-right-color: rgb(247 254 231 / 0.9);
}
.border-x-lime-50\/95 {
  border-left-color: rgb(247 254 231 / 0.95);
  border-right-color: rgb(247 254 231 / 0.95);
}
.border-x-lime-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-x-lime-500\/0 {
  border-left-color: rgb(132 204 22 / 0);
  border-right-color: rgb(132 204 22 / 0);
}
.border-x-lime-500\/10 {
  border-left-color: rgb(132 204 22 / 0.1);
  border-right-color: rgb(132 204 22 / 0.1);
}
.border-x-lime-500\/100 {
  border-left-color: rgb(132 204 22 / 1);
  border-right-color: rgb(132 204 22 / 1);
}
.border-x-lime-500\/15 {
  border-left-color: rgb(132 204 22 / 0.15);
  border-right-color: rgb(132 204 22 / 0.15);
}
.border-x-lime-500\/20 {
  border-left-color: rgb(132 204 22 / 0.2);
  border-right-color: rgb(132 204 22 / 0.2);
}
.border-x-lime-500\/25 {
  border-left-color: rgb(132 204 22 / 0.25);
  border-right-color: rgb(132 204 22 / 0.25);
}
.border-x-lime-500\/30 {
  border-left-color: rgb(132 204 22 / 0.3);
  border-right-color: rgb(132 204 22 / 0.3);
}
.border-x-lime-500\/35 {
  border-left-color: rgb(132 204 22 / 0.35);
  border-right-color: rgb(132 204 22 / 0.35);
}
.border-x-lime-500\/40 {
  border-left-color: rgb(132 204 22 / 0.4);
  border-right-color: rgb(132 204 22 / 0.4);
}
.border-x-lime-500\/45 {
  border-left-color: rgb(132 204 22 / 0.45);
  border-right-color: rgb(132 204 22 / 0.45);
}
.border-x-lime-500\/5 {
  border-left-color: rgb(132 204 22 / 0.05);
  border-right-color: rgb(132 204 22 / 0.05);
}
.border-x-lime-500\/50 {
  border-left-color: rgb(132 204 22 / 0.5);
  border-right-color: rgb(132 204 22 / 0.5);
}
.border-x-lime-500\/55 {
  border-left-color: rgb(132 204 22 / 0.55);
  border-right-color: rgb(132 204 22 / 0.55);
}
.border-x-lime-500\/60 {
  border-left-color: rgb(132 204 22 / 0.6);
  border-right-color: rgb(132 204 22 / 0.6);
}
.border-x-lime-500\/65 {
  border-left-color: rgb(132 204 22 / 0.65);
  border-right-color: rgb(132 204 22 / 0.65);
}
.border-x-lime-500\/70 {
  border-left-color: rgb(132 204 22 / 0.7);
  border-right-color: rgb(132 204 22 / 0.7);
}
.border-x-lime-500\/75 {
  border-left-color: rgb(132 204 22 / 0.75);
  border-right-color: rgb(132 204 22 / 0.75);
}
.border-x-lime-500\/80 {
  border-left-color: rgb(132 204 22 / 0.8);
  border-right-color: rgb(132 204 22 / 0.8);
}
.border-x-lime-500\/85 {
  border-left-color: rgb(132 204 22 / 0.85);
  border-right-color: rgb(132 204 22 / 0.85);
}
.border-x-lime-500\/90 {
  border-left-color: rgb(132 204 22 / 0.9);
  border-right-color: rgb(132 204 22 / 0.9);
}
.border-x-lime-500\/95 {
  border-left-color: rgb(132 204 22 / 0.95);
  border-right-color: rgb(132 204 22 / 0.95);
}
.border-x-lime-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-x-lime-600\/0 {
  border-left-color: rgb(101 163 13 / 0);
  border-right-color: rgb(101 163 13 / 0);
}
.border-x-lime-600\/10 {
  border-left-color: rgb(101 163 13 / 0.1);
  border-right-color: rgb(101 163 13 / 0.1);
}
.border-x-lime-600\/100 {
  border-left-color: rgb(101 163 13 / 1);
  border-right-color: rgb(101 163 13 / 1);
}
.border-x-lime-600\/15 {
  border-left-color: rgb(101 163 13 / 0.15);
  border-right-color: rgb(101 163 13 / 0.15);
}
.border-x-lime-600\/20 {
  border-left-color: rgb(101 163 13 / 0.2);
  border-right-color: rgb(101 163 13 / 0.2);
}
.border-x-lime-600\/25 {
  border-left-color: rgb(101 163 13 / 0.25);
  border-right-color: rgb(101 163 13 / 0.25);
}
.border-x-lime-600\/30 {
  border-left-color: rgb(101 163 13 / 0.3);
  border-right-color: rgb(101 163 13 / 0.3);
}
.border-x-lime-600\/35 {
  border-left-color: rgb(101 163 13 / 0.35);
  border-right-color: rgb(101 163 13 / 0.35);
}
.border-x-lime-600\/40 {
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}
.border-x-lime-600\/45 {
  border-left-color: rgb(101 163 13 / 0.45);
  border-right-color: rgb(101 163 13 / 0.45);
}
.border-x-lime-600\/5 {
  border-left-color: rgb(101 163 13 / 0.05);
  border-right-color: rgb(101 163 13 / 0.05);
}
.border-x-lime-600\/50 {
  border-left-color: rgb(101 163 13 / 0.5);
  border-right-color: rgb(101 163 13 / 0.5);
}
.border-x-lime-600\/55 {
  border-left-color: rgb(101 163 13 / 0.55);
  border-right-color: rgb(101 163 13 / 0.55);
}
.border-x-lime-600\/60 {
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}
.border-x-lime-600\/65 {
  border-left-color: rgb(101 163 13 / 0.65);
  border-right-color: rgb(101 163 13 / 0.65);
}
.border-x-lime-600\/70 {
  border-left-color: rgb(101 163 13 / 0.7);
  border-right-color: rgb(101 163 13 / 0.7);
}
.border-x-lime-600\/75 {
  border-left-color: rgb(101 163 13 / 0.75);
  border-right-color: rgb(101 163 13 / 0.75);
}
.border-x-lime-600\/80 {
  border-left-color: rgb(101 163 13 / 0.8);
  border-right-color: rgb(101 163 13 / 0.8);
}
.border-x-lime-600\/85 {
  border-left-color: rgb(101 163 13 / 0.85);
  border-right-color: rgb(101 163 13 / 0.85);
}
.border-x-lime-600\/90 {
  border-left-color: rgb(101 163 13 / 0.9);
  border-right-color: rgb(101 163 13 / 0.9);
}
.border-x-lime-600\/95 {
  border-left-color: rgb(101 163 13 / 0.95);
  border-right-color: rgb(101 163 13 / 0.95);
}
.border-x-lime-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-x-lime-700\/0 {
  border-left-color: rgb(77 124 15 / 0);
  border-right-color: rgb(77 124 15 / 0);
}
.border-x-lime-700\/10 {
  border-left-color: rgb(77 124 15 / 0.1);
  border-right-color: rgb(77 124 15 / 0.1);
}
.border-x-lime-700\/100 {
  border-left-color: rgb(77 124 15 / 1);
  border-right-color: rgb(77 124 15 / 1);
}
.border-x-lime-700\/15 {
  border-left-color: rgb(77 124 15 / 0.15);
  border-right-color: rgb(77 124 15 / 0.15);
}
.border-x-lime-700\/20 {
  border-left-color: rgb(77 124 15 / 0.2);
  border-right-color: rgb(77 124 15 / 0.2);
}
.border-x-lime-700\/25 {
  border-left-color: rgb(77 124 15 / 0.25);
  border-right-color: rgb(77 124 15 / 0.25);
}
.border-x-lime-700\/30 {
  border-left-color: rgb(77 124 15 / 0.3);
  border-right-color: rgb(77 124 15 / 0.3);
}
.border-x-lime-700\/35 {
  border-left-color: rgb(77 124 15 / 0.35);
  border-right-color: rgb(77 124 15 / 0.35);
}
.border-x-lime-700\/40 {
  border-left-color: rgb(77 124 15 / 0.4);
  border-right-color: rgb(77 124 15 / 0.4);
}
.border-x-lime-700\/45 {
  border-left-color: rgb(77 124 15 / 0.45);
  border-right-color: rgb(77 124 15 / 0.45);
}
.border-x-lime-700\/5 {
  border-left-color: rgb(77 124 15 / 0.05);
  border-right-color: rgb(77 124 15 / 0.05);
}
.border-x-lime-700\/50 {
  border-left-color: rgb(77 124 15 / 0.5);
  border-right-color: rgb(77 124 15 / 0.5);
}
.border-x-lime-700\/55 {
  border-left-color: rgb(77 124 15 / 0.55);
  border-right-color: rgb(77 124 15 / 0.55);
}
.border-x-lime-700\/60 {
  border-left-color: rgb(77 124 15 / 0.6);
  border-right-color: rgb(77 124 15 / 0.6);
}
.border-x-lime-700\/65 {
  border-left-color: rgb(77 124 15 / 0.65);
  border-right-color: rgb(77 124 15 / 0.65);
}
.border-x-lime-700\/70 {
  border-left-color: rgb(77 124 15 / 0.7);
  border-right-color: rgb(77 124 15 / 0.7);
}
.border-x-lime-700\/75 {
  border-left-color: rgb(77 124 15 / 0.75);
  border-right-color: rgb(77 124 15 / 0.75);
}
.border-x-lime-700\/80 {
  border-left-color: rgb(77 124 15 / 0.8);
  border-right-color: rgb(77 124 15 / 0.8);
}
.border-x-lime-700\/85 {
  border-left-color: rgb(77 124 15 / 0.85);
  border-right-color: rgb(77 124 15 / 0.85);
}
.border-x-lime-700\/90 {
  border-left-color: rgb(77 124 15 / 0.9);
  border-right-color: rgb(77 124 15 / 0.9);
}
.border-x-lime-700\/95 {
  border-left-color: rgb(77 124 15 / 0.95);
  border-right-color: rgb(77 124 15 / 0.95);
}
.border-x-lime-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-x-lime-800\/0 {
  border-left-color: rgb(63 98 18 / 0);
  border-right-color: rgb(63 98 18 / 0);
}
.border-x-lime-800\/10 {
  border-left-color: rgb(63 98 18 / 0.1);
  border-right-color: rgb(63 98 18 / 0.1);
}
.border-x-lime-800\/100 {
  border-left-color: rgb(63 98 18 / 1);
  border-right-color: rgb(63 98 18 / 1);
}
.border-x-lime-800\/15 {
  border-left-color: rgb(63 98 18 / 0.15);
  border-right-color: rgb(63 98 18 / 0.15);
}
.border-x-lime-800\/20 {
  border-left-color: rgb(63 98 18 / 0.2);
  border-right-color: rgb(63 98 18 / 0.2);
}
.border-x-lime-800\/25 {
  border-left-color: rgb(63 98 18 / 0.25);
  border-right-color: rgb(63 98 18 / 0.25);
}
.border-x-lime-800\/30 {
  border-left-color: rgb(63 98 18 / 0.3);
  border-right-color: rgb(63 98 18 / 0.3);
}
.border-x-lime-800\/35 {
  border-left-color: rgb(63 98 18 / 0.35);
  border-right-color: rgb(63 98 18 / 0.35);
}
.border-x-lime-800\/40 {
  border-left-color: rgb(63 98 18 / 0.4);
  border-right-color: rgb(63 98 18 / 0.4);
}
.border-x-lime-800\/45 {
  border-left-color: rgb(63 98 18 / 0.45);
  border-right-color: rgb(63 98 18 / 0.45);
}
.border-x-lime-800\/5 {
  border-left-color: rgb(63 98 18 / 0.05);
  border-right-color: rgb(63 98 18 / 0.05);
}
.border-x-lime-800\/50 {
  border-left-color: rgb(63 98 18 / 0.5);
  border-right-color: rgb(63 98 18 / 0.5);
}
.border-x-lime-800\/55 {
  border-left-color: rgb(63 98 18 / 0.55);
  border-right-color: rgb(63 98 18 / 0.55);
}
.border-x-lime-800\/60 {
  border-left-color: rgb(63 98 18 / 0.6);
  border-right-color: rgb(63 98 18 / 0.6);
}
.border-x-lime-800\/65 {
  border-left-color: rgb(63 98 18 / 0.65);
  border-right-color: rgb(63 98 18 / 0.65);
}
.border-x-lime-800\/70 {
  border-left-color: rgb(63 98 18 / 0.7);
  border-right-color: rgb(63 98 18 / 0.7);
}
.border-x-lime-800\/75 {
  border-left-color: rgb(63 98 18 / 0.75);
  border-right-color: rgb(63 98 18 / 0.75);
}
.border-x-lime-800\/80 {
  border-left-color: rgb(63 98 18 / 0.8);
  border-right-color: rgb(63 98 18 / 0.8);
}
.border-x-lime-800\/85 {
  border-left-color: rgb(63 98 18 / 0.85);
  border-right-color: rgb(63 98 18 / 0.85);
}
.border-x-lime-800\/90 {
  border-left-color: rgb(63 98 18 / 0.9);
  border-right-color: rgb(63 98 18 / 0.9);
}
.border-x-lime-800\/95 {
  border-left-color: rgb(63 98 18 / 0.95);
  border-right-color: rgb(63 98 18 / 0.95);
}
.border-x-lime-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-x-lime-900\/0 {
  border-left-color: rgb(54 83 20 / 0);
  border-right-color: rgb(54 83 20 / 0);
}
.border-x-lime-900\/10 {
  border-left-color: rgb(54 83 20 / 0.1);
  border-right-color: rgb(54 83 20 / 0.1);
}
.border-x-lime-900\/100 {
  border-left-color: rgb(54 83 20 / 1);
  border-right-color: rgb(54 83 20 / 1);
}
.border-x-lime-900\/15 {
  border-left-color: rgb(54 83 20 / 0.15);
  border-right-color: rgb(54 83 20 / 0.15);
}
.border-x-lime-900\/20 {
  border-left-color: rgb(54 83 20 / 0.2);
  border-right-color: rgb(54 83 20 / 0.2);
}
.border-x-lime-900\/25 {
  border-left-color: rgb(54 83 20 / 0.25);
  border-right-color: rgb(54 83 20 / 0.25);
}
.border-x-lime-900\/30 {
  border-left-color: rgb(54 83 20 / 0.3);
  border-right-color: rgb(54 83 20 / 0.3);
}
.border-x-lime-900\/35 {
  border-left-color: rgb(54 83 20 / 0.35);
  border-right-color: rgb(54 83 20 / 0.35);
}
.border-x-lime-900\/40 {
  border-left-color: rgb(54 83 20 / 0.4);
  border-right-color: rgb(54 83 20 / 0.4);
}
.border-x-lime-900\/45 {
  border-left-color: rgb(54 83 20 / 0.45);
  border-right-color: rgb(54 83 20 / 0.45);
}
.border-x-lime-900\/5 {
  border-left-color: rgb(54 83 20 / 0.05);
  border-right-color: rgb(54 83 20 / 0.05);
}
.border-x-lime-900\/50 {
  border-left-color: rgb(54 83 20 / 0.5);
  border-right-color: rgb(54 83 20 / 0.5);
}
.border-x-lime-900\/55 {
  border-left-color: rgb(54 83 20 / 0.55);
  border-right-color: rgb(54 83 20 / 0.55);
}
.border-x-lime-900\/60 {
  border-left-color: rgb(54 83 20 / 0.6);
  border-right-color: rgb(54 83 20 / 0.6);
}
.border-x-lime-900\/65 {
  border-left-color: rgb(54 83 20 / 0.65);
  border-right-color: rgb(54 83 20 / 0.65);
}
.border-x-lime-900\/70 {
  border-left-color: rgb(54 83 20 / 0.7);
  border-right-color: rgb(54 83 20 / 0.7);
}
.border-x-lime-900\/75 {
  border-left-color: rgb(54 83 20 / 0.75);
  border-right-color: rgb(54 83 20 / 0.75);
}
.border-x-lime-900\/80 {
  border-left-color: rgb(54 83 20 / 0.8);
  border-right-color: rgb(54 83 20 / 0.8);
}
.border-x-lime-900\/85 {
  border-left-color: rgb(54 83 20 / 0.85);
  border-right-color: rgb(54 83 20 / 0.85);
}
.border-x-lime-900\/90 {
  border-left-color: rgb(54 83 20 / 0.9);
  border-right-color: rgb(54 83 20 / 0.9);
}
.border-x-lime-900\/95 {
  border-left-color: rgb(54 83 20 / 0.95);
  border-right-color: rgb(54 83 20 / 0.95);
}
.border-x-lime-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-x-lime-950\/0 {
  border-left-color: rgb(26 46 5 / 0);
  border-right-color: rgb(26 46 5 / 0);
}
.border-x-lime-950\/10 {
  border-left-color: rgb(26 46 5 / 0.1);
  border-right-color: rgb(26 46 5 / 0.1);
}
.border-x-lime-950\/100 {
  border-left-color: rgb(26 46 5 / 1);
  border-right-color: rgb(26 46 5 / 1);
}
.border-x-lime-950\/15 {
  border-left-color: rgb(26 46 5 / 0.15);
  border-right-color: rgb(26 46 5 / 0.15);
}
.border-x-lime-950\/20 {
  border-left-color: rgb(26 46 5 / 0.2);
  border-right-color: rgb(26 46 5 / 0.2);
}
.border-x-lime-950\/25 {
  border-left-color: rgb(26 46 5 / 0.25);
  border-right-color: rgb(26 46 5 / 0.25);
}
.border-x-lime-950\/30 {
  border-left-color: rgb(26 46 5 / 0.3);
  border-right-color: rgb(26 46 5 / 0.3);
}
.border-x-lime-950\/35 {
  border-left-color: rgb(26 46 5 / 0.35);
  border-right-color: rgb(26 46 5 / 0.35);
}
.border-x-lime-950\/40 {
  border-left-color: rgb(26 46 5 / 0.4);
  border-right-color: rgb(26 46 5 / 0.4);
}
.border-x-lime-950\/45 {
  border-left-color: rgb(26 46 5 / 0.45);
  border-right-color: rgb(26 46 5 / 0.45);
}
.border-x-lime-950\/5 {
  border-left-color: rgb(26 46 5 / 0.05);
  border-right-color: rgb(26 46 5 / 0.05);
}
.border-x-lime-950\/50 {
  border-left-color: rgb(26 46 5 / 0.5);
  border-right-color: rgb(26 46 5 / 0.5);
}
.border-x-lime-950\/55 {
  border-left-color: rgb(26 46 5 / 0.55);
  border-right-color: rgb(26 46 5 / 0.55);
}
.border-x-lime-950\/60 {
  border-left-color: rgb(26 46 5 / 0.6);
  border-right-color: rgb(26 46 5 / 0.6);
}
.border-x-lime-950\/65 {
  border-left-color: rgb(26 46 5 / 0.65);
  border-right-color: rgb(26 46 5 / 0.65);
}
.border-x-lime-950\/70 {
  border-left-color: rgb(26 46 5 / 0.7);
  border-right-color: rgb(26 46 5 / 0.7);
}
.border-x-lime-950\/75 {
  border-left-color: rgb(26 46 5 / 0.75);
  border-right-color: rgb(26 46 5 / 0.75);
}
.border-x-lime-950\/80 {
  border-left-color: rgb(26 46 5 / 0.8);
  border-right-color: rgb(26 46 5 / 0.8);
}
.border-x-lime-950\/85 {
  border-left-color: rgb(26 46 5 / 0.85);
  border-right-color: rgb(26 46 5 / 0.85);
}
.border-x-lime-950\/90 {
  border-left-color: rgb(26 46 5 / 0.9);
  border-right-color: rgb(26 46 5 / 0.9);
}
.border-x-lime-950\/95 {
  border-left-color: rgb(26 46 5 / 0.95);
  border-right-color: rgb(26 46 5 / 0.95);
}
.border-x-neutral-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-x-neutral-100\/0 {
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}
.border-x-neutral-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}
.border-x-neutral-100\/100 {
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}
.border-x-neutral-100\/15 {
  border-left-color: rgb(245 245 245 / 0.15);
  border-right-color: rgb(245 245 245 / 0.15);
}
.border-x-neutral-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}
.border-x-neutral-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}
.border-x-neutral-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}
.border-x-neutral-100\/35 {
  border-left-color: rgb(245 245 245 / 0.35);
  border-right-color: rgb(245 245 245 / 0.35);
}
.border-x-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}
.border-x-neutral-100\/45 {
  border-left-color: rgb(245 245 245 / 0.45);
  border-right-color: rgb(245 245 245 / 0.45);
}
.border-x-neutral-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}
.border-x-neutral-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}
.border-x-neutral-100\/55 {
  border-left-color: rgb(245 245 245 / 0.55);
  border-right-color: rgb(245 245 245 / 0.55);
}
.border-x-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}
.border-x-neutral-100\/65 {
  border-left-color: rgb(245 245 245 / 0.65);
  border-right-color: rgb(245 245 245 / 0.65);
}
.border-x-neutral-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}
.border-x-neutral-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}
.border-x-neutral-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}
.border-x-neutral-100\/85 {
  border-left-color: rgb(245 245 245 / 0.85);
  border-right-color: rgb(245 245 245 / 0.85);
}
.border-x-neutral-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}
.border-x-neutral-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}
.border-x-neutral-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-x-neutral-200\/0 {
  border-left-color: rgb(229 229 229 / 0);
  border-right-color: rgb(229 229 229 / 0);
}
.border-x-neutral-200\/10 {
  border-left-color: rgb(229 229 229 / 0.1);
  border-right-color: rgb(229 229 229 / 0.1);
}
.border-x-neutral-200\/100 {
  border-left-color: rgb(229 229 229 / 1);
  border-right-color: rgb(229 229 229 / 1);
}
.border-x-neutral-200\/15 {
  border-left-color: rgb(229 229 229 / 0.15);
  border-right-color: rgb(229 229 229 / 0.15);
}
.border-x-neutral-200\/20 {
  border-left-color: rgb(229 229 229 / 0.2);
  border-right-color: rgb(229 229 229 / 0.2);
}
.border-x-neutral-200\/25 {
  border-left-color: rgb(229 229 229 / 0.25);
  border-right-color: rgb(229 229 229 / 0.25);
}
.border-x-neutral-200\/30 {
  border-left-color: rgb(229 229 229 / 0.3);
  border-right-color: rgb(229 229 229 / 0.3);
}
.border-x-neutral-200\/35 {
  border-left-color: rgb(229 229 229 / 0.35);
  border-right-color: rgb(229 229 229 / 0.35);
}
.border-x-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}
.border-x-neutral-200\/45 {
  border-left-color: rgb(229 229 229 / 0.45);
  border-right-color: rgb(229 229 229 / 0.45);
}
.border-x-neutral-200\/5 {
  border-left-color: rgb(229 229 229 / 0.05);
  border-right-color: rgb(229 229 229 / 0.05);
}
.border-x-neutral-200\/50 {
  border-left-color: rgb(229 229 229 / 0.5);
  border-right-color: rgb(229 229 229 / 0.5);
}
.border-x-neutral-200\/55 {
  border-left-color: rgb(229 229 229 / 0.55);
  border-right-color: rgb(229 229 229 / 0.55);
}
.border-x-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}
.border-x-neutral-200\/65 {
  border-left-color: rgb(229 229 229 / 0.65);
  border-right-color: rgb(229 229 229 / 0.65);
}
.border-x-neutral-200\/70 {
  border-left-color: rgb(229 229 229 / 0.7);
  border-right-color: rgb(229 229 229 / 0.7);
}
.border-x-neutral-200\/75 {
  border-left-color: rgb(229 229 229 / 0.75);
  border-right-color: rgb(229 229 229 / 0.75);
}
.border-x-neutral-200\/80 {
  border-left-color: rgb(229 229 229 / 0.8);
  border-right-color: rgb(229 229 229 / 0.8);
}
.border-x-neutral-200\/85 {
  border-left-color: rgb(229 229 229 / 0.85);
  border-right-color: rgb(229 229 229 / 0.85);
}
.border-x-neutral-200\/90 {
  border-left-color: rgb(229 229 229 / 0.9);
  border-right-color: rgb(229 229 229 / 0.9);
}
.border-x-neutral-200\/95 {
  border-left-color: rgb(229 229 229 / 0.95);
  border-right-color: rgb(229 229 229 / 0.95);
}
.border-x-neutral-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-x-neutral-300\/0 {
  border-left-color: rgb(212 212 212 / 0);
  border-right-color: rgb(212 212 212 / 0);
}
.border-x-neutral-300\/10 {
  border-left-color: rgb(212 212 212 / 0.1);
  border-right-color: rgb(212 212 212 / 0.1);
}
.border-x-neutral-300\/100 {
  border-left-color: rgb(212 212 212 / 1);
  border-right-color: rgb(212 212 212 / 1);
}
.border-x-neutral-300\/15 {
  border-left-color: rgb(212 212 212 / 0.15);
  border-right-color: rgb(212 212 212 / 0.15);
}
.border-x-neutral-300\/20 {
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}
.border-x-neutral-300\/25 {
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}
.border-x-neutral-300\/30 {
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}
.border-x-neutral-300\/35 {
  border-left-color: rgb(212 212 212 / 0.35);
  border-right-color: rgb(212 212 212 / 0.35);
}
.border-x-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}
.border-x-neutral-300\/45 {
  border-left-color: rgb(212 212 212 / 0.45);
  border-right-color: rgb(212 212 212 / 0.45);
}
.border-x-neutral-300\/5 {
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}
.border-x-neutral-300\/50 {
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}
.border-x-neutral-300\/55 {
  border-left-color: rgb(212 212 212 / 0.55);
  border-right-color: rgb(212 212 212 / 0.55);
}
.border-x-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}
.border-x-neutral-300\/65 {
  border-left-color: rgb(212 212 212 / 0.65);
  border-right-color: rgb(212 212 212 / 0.65);
}
.border-x-neutral-300\/70 {
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}
.border-x-neutral-300\/75 {
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}
.border-x-neutral-300\/80 {
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}
.border-x-neutral-300\/85 {
  border-left-color: rgb(212 212 212 / 0.85);
  border-right-color: rgb(212 212 212 / 0.85);
}
.border-x-neutral-300\/90 {
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}
.border-x-neutral-300\/95 {
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}
.border-x-neutral-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-x-neutral-400\/0 {
  border-left-color: rgb(163 163 163 / 0);
  border-right-color: rgb(163 163 163 / 0);
}
.border-x-neutral-400\/10 {
  border-left-color: rgb(163 163 163 / 0.1);
  border-right-color: rgb(163 163 163 / 0.1);
}
.border-x-neutral-400\/100 {
  border-left-color: rgb(163 163 163 / 1);
  border-right-color: rgb(163 163 163 / 1);
}
.border-x-neutral-400\/15 {
  border-left-color: rgb(163 163 163 / 0.15);
  border-right-color: rgb(163 163 163 / 0.15);
}
.border-x-neutral-400\/20 {
  border-left-color: rgb(163 163 163 / 0.2);
  border-right-color: rgb(163 163 163 / 0.2);
}
.border-x-neutral-400\/25 {
  border-left-color: rgb(163 163 163 / 0.25);
  border-right-color: rgb(163 163 163 / 0.25);
}
.border-x-neutral-400\/30 {
  border-left-color: rgb(163 163 163 / 0.3);
  border-right-color: rgb(163 163 163 / 0.3);
}
.border-x-neutral-400\/35 {
  border-left-color: rgb(163 163 163 / 0.35);
  border-right-color: rgb(163 163 163 / 0.35);
}
.border-x-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}
.border-x-neutral-400\/45 {
  border-left-color: rgb(163 163 163 / 0.45);
  border-right-color: rgb(163 163 163 / 0.45);
}
.border-x-neutral-400\/5 {
  border-left-color: rgb(163 163 163 / 0.05);
  border-right-color: rgb(163 163 163 / 0.05);
}
.border-x-neutral-400\/50 {
  border-left-color: rgb(163 163 163 / 0.5);
  border-right-color: rgb(163 163 163 / 0.5);
}
.border-x-neutral-400\/55 {
  border-left-color: rgb(163 163 163 / 0.55);
  border-right-color: rgb(163 163 163 / 0.55);
}
.border-x-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}
.border-x-neutral-400\/65 {
  border-left-color: rgb(163 163 163 / 0.65);
  border-right-color: rgb(163 163 163 / 0.65);
}
.border-x-neutral-400\/70 {
  border-left-color: rgb(163 163 163 / 0.7);
  border-right-color: rgb(163 163 163 / 0.7);
}
.border-x-neutral-400\/75 {
  border-left-color: rgb(163 163 163 / 0.75);
  border-right-color: rgb(163 163 163 / 0.75);
}
.border-x-neutral-400\/80 {
  border-left-color: rgb(163 163 163 / 0.8);
  border-right-color: rgb(163 163 163 / 0.8);
}
.border-x-neutral-400\/85 {
  border-left-color: rgb(163 163 163 / 0.85);
  border-right-color: rgb(163 163 163 / 0.85);
}
.border-x-neutral-400\/90 {
  border-left-color: rgb(163 163 163 / 0.9);
  border-right-color: rgb(163 163 163 / 0.9);
}
.border-x-neutral-400\/95 {
  border-left-color: rgb(163 163 163 / 0.95);
  border-right-color: rgb(163 163 163 / 0.95);
}
.border-x-neutral-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-x-neutral-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}
.border-x-neutral-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-x-neutral-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}
.border-x-neutral-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-x-neutral-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-x-neutral-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-x-neutral-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-x-neutral-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-x-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-x-neutral-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-x-neutral-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-x-neutral-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-x-neutral-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-x-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-x-neutral-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-x-neutral-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-x-neutral-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-x-neutral-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-x-neutral-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-x-neutral-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-x-neutral-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-x-neutral-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-x-neutral-500\/0 {
  border-left-color: rgb(115 115 115 / 0);
  border-right-color: rgb(115 115 115 / 0);
}
.border-x-neutral-500\/10 {
  border-left-color: rgb(115 115 115 / 0.1);
  border-right-color: rgb(115 115 115 / 0.1);
}
.border-x-neutral-500\/100 {
  border-left-color: rgb(115 115 115 / 1);
  border-right-color: rgb(115 115 115 / 1);
}
.border-x-neutral-500\/15 {
  border-left-color: rgb(115 115 115 / 0.15);
  border-right-color: rgb(115 115 115 / 0.15);
}
.border-x-neutral-500\/20 {
  border-left-color: rgb(115 115 115 / 0.2);
  border-right-color: rgb(115 115 115 / 0.2);
}
.border-x-neutral-500\/25 {
  border-left-color: rgb(115 115 115 / 0.25);
  border-right-color: rgb(115 115 115 / 0.25);
}
.border-x-neutral-500\/30 {
  border-left-color: rgb(115 115 115 / 0.3);
  border-right-color: rgb(115 115 115 / 0.3);
}
.border-x-neutral-500\/35 {
  border-left-color: rgb(115 115 115 / 0.35);
  border-right-color: rgb(115 115 115 / 0.35);
}
.border-x-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}
.border-x-neutral-500\/45 {
  border-left-color: rgb(115 115 115 / 0.45);
  border-right-color: rgb(115 115 115 / 0.45);
}
.border-x-neutral-500\/5 {
  border-left-color: rgb(115 115 115 / 0.05);
  border-right-color: rgb(115 115 115 / 0.05);
}
.border-x-neutral-500\/50 {
  border-left-color: rgb(115 115 115 / 0.5);
  border-right-color: rgb(115 115 115 / 0.5);
}
.border-x-neutral-500\/55 {
  border-left-color: rgb(115 115 115 / 0.55);
  border-right-color: rgb(115 115 115 / 0.55);
}
.border-x-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}
.border-x-neutral-500\/65 {
  border-left-color: rgb(115 115 115 / 0.65);
  border-right-color: rgb(115 115 115 / 0.65);
}
.border-x-neutral-500\/70 {
  border-left-color: rgb(115 115 115 / 0.7);
  border-right-color: rgb(115 115 115 / 0.7);
}
.border-x-neutral-500\/75 {
  border-left-color: rgb(115 115 115 / 0.75);
  border-right-color: rgb(115 115 115 / 0.75);
}
.border-x-neutral-500\/80 {
  border-left-color: rgb(115 115 115 / 0.8);
  border-right-color: rgb(115 115 115 / 0.8);
}
.border-x-neutral-500\/85 {
  border-left-color: rgb(115 115 115 / 0.85);
  border-right-color: rgb(115 115 115 / 0.85);
}
.border-x-neutral-500\/90 {
  border-left-color: rgb(115 115 115 / 0.9);
  border-right-color: rgb(115 115 115 / 0.9);
}
.border-x-neutral-500\/95 {
  border-left-color: rgb(115 115 115 / 0.95);
  border-right-color: rgb(115 115 115 / 0.95);
}
.border-x-neutral-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-x-neutral-600\/0 {
  border-left-color: rgb(82 82 82 / 0);
  border-right-color: rgb(82 82 82 / 0);
}
.border-x-neutral-600\/10 {
  border-left-color: rgb(82 82 82 / 0.1);
  border-right-color: rgb(82 82 82 / 0.1);
}
.border-x-neutral-600\/100 {
  border-left-color: rgb(82 82 82 / 1);
  border-right-color: rgb(82 82 82 / 1);
}
.border-x-neutral-600\/15 {
  border-left-color: rgb(82 82 82 / 0.15);
  border-right-color: rgb(82 82 82 / 0.15);
}
.border-x-neutral-600\/20 {
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}
.border-x-neutral-600\/25 {
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}
.border-x-neutral-600\/30 {
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}
.border-x-neutral-600\/35 {
  border-left-color: rgb(82 82 82 / 0.35);
  border-right-color: rgb(82 82 82 / 0.35);
}
.border-x-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}
.border-x-neutral-600\/45 {
  border-left-color: rgb(82 82 82 / 0.45);
  border-right-color: rgb(82 82 82 / 0.45);
}
.border-x-neutral-600\/5 {
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}
.border-x-neutral-600\/50 {
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}
.border-x-neutral-600\/55 {
  border-left-color: rgb(82 82 82 / 0.55);
  border-right-color: rgb(82 82 82 / 0.55);
}
.border-x-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}
.border-x-neutral-600\/65 {
  border-left-color: rgb(82 82 82 / 0.65);
  border-right-color: rgb(82 82 82 / 0.65);
}
.border-x-neutral-600\/70 {
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}
.border-x-neutral-600\/75 {
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}
.border-x-neutral-600\/80 {
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}
.border-x-neutral-600\/85 {
  border-left-color: rgb(82 82 82 / 0.85);
  border-right-color: rgb(82 82 82 / 0.85);
}
.border-x-neutral-600\/90 {
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}
.border-x-neutral-600\/95 {
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}
.border-x-neutral-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-x-neutral-700\/0 {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}
.border-x-neutral-700\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-x-neutral-700\/100 {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-neutral-700\/15 {
  border-left-color: rgb(64 64 64 / 0.15);
  border-right-color: rgb(64 64 64 / 0.15);
}
.border-x-neutral-700\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-x-neutral-700\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-x-neutral-700\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-x-neutral-700\/35 {
  border-left-color: rgb(64 64 64 / 0.35);
  border-right-color: rgb(64 64 64 / 0.35);
}
.border-x-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-x-neutral-700\/45 {
  border-left-color: rgb(64 64 64 / 0.45);
  border-right-color: rgb(64 64 64 / 0.45);
}
.border-x-neutral-700\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-x-neutral-700\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-neutral-700\/55 {
  border-left-color: rgb(64 64 64 / 0.55);
  border-right-color: rgb(64 64 64 / 0.55);
}
.border-x-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-x-neutral-700\/65 {
  border-left-color: rgb(64 64 64 / 0.65);
  border-right-color: rgb(64 64 64 / 0.65);
}
.border-x-neutral-700\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-x-neutral-700\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-x-neutral-700\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-x-neutral-700\/85 {
  border-left-color: rgb(64 64 64 / 0.85);
  border-right-color: rgb(64 64 64 / 0.85);
}
.border-x-neutral-700\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-x-neutral-700\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-x-neutral-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-x-neutral-800\/0 {
  border-left-color: rgb(38 38 38 / 0);
  border-right-color: rgb(38 38 38 / 0);
}
.border-x-neutral-800\/10 {
  border-left-color: rgb(38 38 38 / 0.1);
  border-right-color: rgb(38 38 38 / 0.1);
}
.border-x-neutral-800\/100 {
  border-left-color: rgb(38 38 38 / 1);
  border-right-color: rgb(38 38 38 / 1);
}
.border-x-neutral-800\/15 {
  border-left-color: rgb(38 38 38 / 0.15);
  border-right-color: rgb(38 38 38 / 0.15);
}
.border-x-neutral-800\/20 {
  border-left-color: rgb(38 38 38 / 0.2);
  border-right-color: rgb(38 38 38 / 0.2);
}
.border-x-neutral-800\/25 {
  border-left-color: rgb(38 38 38 / 0.25);
  border-right-color: rgb(38 38 38 / 0.25);
}
.border-x-neutral-800\/30 {
  border-left-color: rgb(38 38 38 / 0.3);
  border-right-color: rgb(38 38 38 / 0.3);
}
.border-x-neutral-800\/35 {
  border-left-color: rgb(38 38 38 / 0.35);
  border-right-color: rgb(38 38 38 / 0.35);
}
.border-x-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}
.border-x-neutral-800\/45 {
  border-left-color: rgb(38 38 38 / 0.45);
  border-right-color: rgb(38 38 38 / 0.45);
}
.border-x-neutral-800\/5 {
  border-left-color: rgb(38 38 38 / 0.05);
  border-right-color: rgb(38 38 38 / 0.05);
}
.border-x-neutral-800\/50 {
  border-left-color: rgb(38 38 38 / 0.5);
  border-right-color: rgb(38 38 38 / 0.5);
}
.border-x-neutral-800\/55 {
  border-left-color: rgb(38 38 38 / 0.55);
  border-right-color: rgb(38 38 38 / 0.55);
}
.border-x-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}
.border-x-neutral-800\/65 {
  border-left-color: rgb(38 38 38 / 0.65);
  border-right-color: rgb(38 38 38 / 0.65);
}
.border-x-neutral-800\/70 {
  border-left-color: rgb(38 38 38 / 0.7);
  border-right-color: rgb(38 38 38 / 0.7);
}
.border-x-neutral-800\/75 {
  border-left-color: rgb(38 38 38 / 0.75);
  border-right-color: rgb(38 38 38 / 0.75);
}
.border-x-neutral-800\/80 {
  border-left-color: rgb(38 38 38 / 0.8);
  border-right-color: rgb(38 38 38 / 0.8);
}
.border-x-neutral-800\/85 {
  border-left-color: rgb(38 38 38 / 0.85);
  border-right-color: rgb(38 38 38 / 0.85);
}
.border-x-neutral-800\/90 {
  border-left-color: rgb(38 38 38 / 0.9);
  border-right-color: rgb(38 38 38 / 0.9);
}
.border-x-neutral-800\/95 {
  border-left-color: rgb(38 38 38 / 0.95);
  border-right-color: rgb(38 38 38 / 0.95);
}
.border-x-neutral-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-x-neutral-900\/0 {
  border-left-color: rgb(23 23 23 / 0);
  border-right-color: rgb(23 23 23 / 0);
}
.border-x-neutral-900\/10 {
  border-left-color: rgb(23 23 23 / 0.1);
  border-right-color: rgb(23 23 23 / 0.1);
}
.border-x-neutral-900\/100 {
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}
.border-x-neutral-900\/15 {
  border-left-color: rgb(23 23 23 / 0.15);
  border-right-color: rgb(23 23 23 / 0.15);
}
.border-x-neutral-900\/20 {
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}
.border-x-neutral-900\/25 {
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}
.border-x-neutral-900\/30 {
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}
.border-x-neutral-900\/35 {
  border-left-color: rgb(23 23 23 / 0.35);
  border-right-color: rgb(23 23 23 / 0.35);
}
.border-x-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}
.border-x-neutral-900\/45 {
  border-left-color: rgb(23 23 23 / 0.45);
  border-right-color: rgb(23 23 23 / 0.45);
}
.border-x-neutral-900\/5 {
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}
.border-x-neutral-900\/50 {
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}
.border-x-neutral-900\/55 {
  border-left-color: rgb(23 23 23 / 0.55);
  border-right-color: rgb(23 23 23 / 0.55);
}
.border-x-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}
.border-x-neutral-900\/65 {
  border-left-color: rgb(23 23 23 / 0.65);
  border-right-color: rgb(23 23 23 / 0.65);
}
.border-x-neutral-900\/70 {
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}
.border-x-neutral-900\/75 {
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}
.border-x-neutral-900\/80 {
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}
.border-x-neutral-900\/85 {
  border-left-color: rgb(23 23 23 / 0.85);
  border-right-color: rgb(23 23 23 / 0.85);
}
.border-x-neutral-900\/90 {
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}
.border-x-neutral-900\/95 {
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}
.border-x-neutral-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-x-neutral-950\/0 {
  border-left-color: rgb(10 10 10 / 0);
  border-right-color: rgb(10 10 10 / 0);
}
.border-x-neutral-950\/10 {
  border-left-color: rgb(10 10 10 / 0.1);
  border-right-color: rgb(10 10 10 / 0.1);
}
.border-x-neutral-950\/100 {
  border-left-color: rgb(10 10 10 / 1);
  border-right-color: rgb(10 10 10 / 1);
}
.border-x-neutral-950\/15 {
  border-left-color: rgb(10 10 10 / 0.15);
  border-right-color: rgb(10 10 10 / 0.15);
}
.border-x-neutral-950\/20 {
  border-left-color: rgb(10 10 10 / 0.2);
  border-right-color: rgb(10 10 10 / 0.2);
}
.border-x-neutral-950\/25 {
  border-left-color: rgb(10 10 10 / 0.25);
  border-right-color: rgb(10 10 10 / 0.25);
}
.border-x-neutral-950\/30 {
  border-left-color: rgb(10 10 10 / 0.3);
  border-right-color: rgb(10 10 10 / 0.3);
}
.border-x-neutral-950\/35 {
  border-left-color: rgb(10 10 10 / 0.35);
  border-right-color: rgb(10 10 10 / 0.35);
}
.border-x-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}
.border-x-neutral-950\/45 {
  border-left-color: rgb(10 10 10 / 0.45);
  border-right-color: rgb(10 10 10 / 0.45);
}
.border-x-neutral-950\/5 {
  border-left-color: rgb(10 10 10 / 0.05);
  border-right-color: rgb(10 10 10 / 0.05);
}
.border-x-neutral-950\/50 {
  border-left-color: rgb(10 10 10 / 0.5);
  border-right-color: rgb(10 10 10 / 0.5);
}
.border-x-neutral-950\/55 {
  border-left-color: rgb(10 10 10 / 0.55);
  border-right-color: rgb(10 10 10 / 0.55);
}
.border-x-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}
.border-x-neutral-950\/65 {
  border-left-color: rgb(10 10 10 / 0.65);
  border-right-color: rgb(10 10 10 / 0.65);
}
.border-x-neutral-950\/70 {
  border-left-color: rgb(10 10 10 / 0.7);
  border-right-color: rgb(10 10 10 / 0.7);
}
.border-x-neutral-950\/75 {
  border-left-color: rgb(10 10 10 / 0.75);
  border-right-color: rgb(10 10 10 / 0.75);
}
.border-x-neutral-950\/80 {
  border-left-color: rgb(10 10 10 / 0.8);
  border-right-color: rgb(10 10 10 / 0.8);
}
.border-x-neutral-950\/85 {
  border-left-color: rgb(10 10 10 / 0.85);
  border-right-color: rgb(10 10 10 / 0.85);
}
.border-x-neutral-950\/90 {
  border-left-color: rgb(10 10 10 / 0.9);
  border-right-color: rgb(10 10 10 / 0.9);
}
.border-x-neutral-950\/95 {
  border-left-color: rgb(10 10 10 / 0.95);
  border-right-color: rgb(10 10 10 / 0.95);
}
.border-x-orange-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-x-orange-100\/0 {
  border-left-color: rgb(255 237 213 / 0);
  border-right-color: rgb(255 237 213 / 0);
}
.border-x-orange-100\/10 {
  border-left-color: rgb(255 237 213 / 0.1);
  border-right-color: rgb(255 237 213 / 0.1);
}
.border-x-orange-100\/100 {
  border-left-color: rgb(255 237 213 / 1);
  border-right-color: rgb(255 237 213 / 1);
}
.border-x-orange-100\/15 {
  border-left-color: rgb(255 237 213 / 0.15);
  border-right-color: rgb(255 237 213 / 0.15);
}
.border-x-orange-100\/20 {
  border-left-color: rgb(255 237 213 / 0.2);
  border-right-color: rgb(255 237 213 / 0.2);
}
.border-x-orange-100\/25 {
  border-left-color: rgb(255 237 213 / 0.25);
  border-right-color: rgb(255 237 213 / 0.25);
}
.border-x-orange-100\/30 {
  border-left-color: rgb(255 237 213 / 0.3);
  border-right-color: rgb(255 237 213 / 0.3);
}
.border-x-orange-100\/35 {
  border-left-color: rgb(255 237 213 / 0.35);
  border-right-color: rgb(255 237 213 / 0.35);
}
.border-x-orange-100\/40 {
  border-left-color: rgb(255 237 213 / 0.4);
  border-right-color: rgb(255 237 213 / 0.4);
}
.border-x-orange-100\/45 {
  border-left-color: rgb(255 237 213 / 0.45);
  border-right-color: rgb(255 237 213 / 0.45);
}
.border-x-orange-100\/5 {
  border-left-color: rgb(255 237 213 / 0.05);
  border-right-color: rgb(255 237 213 / 0.05);
}
.border-x-orange-100\/50 {
  border-left-color: rgb(255 237 213 / 0.5);
  border-right-color: rgb(255 237 213 / 0.5);
}
.border-x-orange-100\/55 {
  border-left-color: rgb(255 237 213 / 0.55);
  border-right-color: rgb(255 237 213 / 0.55);
}
.border-x-orange-100\/60 {
  border-left-color: rgb(255 237 213 / 0.6);
  border-right-color: rgb(255 237 213 / 0.6);
}
.border-x-orange-100\/65 {
  border-left-color: rgb(255 237 213 / 0.65);
  border-right-color: rgb(255 237 213 / 0.65);
}
.border-x-orange-100\/70 {
  border-left-color: rgb(255 237 213 / 0.7);
  border-right-color: rgb(255 237 213 / 0.7);
}
.border-x-orange-100\/75 {
  border-left-color: rgb(255 237 213 / 0.75);
  border-right-color: rgb(255 237 213 / 0.75);
}
.border-x-orange-100\/80 {
  border-left-color: rgb(255 237 213 / 0.8);
  border-right-color: rgb(255 237 213 / 0.8);
}
.border-x-orange-100\/85 {
  border-left-color: rgb(255 237 213 / 0.85);
  border-right-color: rgb(255 237 213 / 0.85);
}
.border-x-orange-100\/90 {
  border-left-color: rgb(255 237 213 / 0.9);
  border-right-color: rgb(255 237 213 / 0.9);
}
.border-x-orange-100\/95 {
  border-left-color: rgb(255 237 213 / 0.95);
  border-right-color: rgb(255 237 213 / 0.95);
}
.border-x-orange-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-x-orange-200\/0 {
  border-left-color: rgb(254 215 170 / 0);
  border-right-color: rgb(254 215 170 / 0);
}
.border-x-orange-200\/10 {
  border-left-color: rgb(254 215 170 / 0.1);
  border-right-color: rgb(254 215 170 / 0.1);
}
.border-x-orange-200\/100 {
  border-left-color: rgb(254 215 170 / 1);
  border-right-color: rgb(254 215 170 / 1);
}
.border-x-orange-200\/15 {
  border-left-color: rgb(254 215 170 / 0.15);
  border-right-color: rgb(254 215 170 / 0.15);
}
.border-x-orange-200\/20 {
  border-left-color: rgb(254 215 170 / 0.2);
  border-right-color: rgb(254 215 170 / 0.2);
}
.border-x-orange-200\/25 {
  border-left-color: rgb(254 215 170 / 0.25);
  border-right-color: rgb(254 215 170 / 0.25);
}
.border-x-orange-200\/30 {
  border-left-color: rgb(254 215 170 / 0.3);
  border-right-color: rgb(254 215 170 / 0.3);
}
.border-x-orange-200\/35 {
  border-left-color: rgb(254 215 170 / 0.35);
  border-right-color: rgb(254 215 170 / 0.35);
}
.border-x-orange-200\/40 {
  border-left-color: rgb(254 215 170 / 0.4);
  border-right-color: rgb(254 215 170 / 0.4);
}
.border-x-orange-200\/45 {
  border-left-color: rgb(254 215 170 / 0.45);
  border-right-color: rgb(254 215 170 / 0.45);
}
.border-x-orange-200\/5 {
  border-left-color: rgb(254 215 170 / 0.05);
  border-right-color: rgb(254 215 170 / 0.05);
}
.border-x-orange-200\/50 {
  border-left-color: rgb(254 215 170 / 0.5);
  border-right-color: rgb(254 215 170 / 0.5);
}
.border-x-orange-200\/55 {
  border-left-color: rgb(254 215 170 / 0.55);
  border-right-color: rgb(254 215 170 / 0.55);
}
.border-x-orange-200\/60 {
  border-left-color: rgb(254 215 170 / 0.6);
  border-right-color: rgb(254 215 170 / 0.6);
}
.border-x-orange-200\/65 {
  border-left-color: rgb(254 215 170 / 0.65);
  border-right-color: rgb(254 215 170 / 0.65);
}
.border-x-orange-200\/70 {
  border-left-color: rgb(254 215 170 / 0.7);
  border-right-color: rgb(254 215 170 / 0.7);
}
.border-x-orange-200\/75 {
  border-left-color: rgb(254 215 170 / 0.75);
  border-right-color: rgb(254 215 170 / 0.75);
}
.border-x-orange-200\/80 {
  border-left-color: rgb(254 215 170 / 0.8);
  border-right-color: rgb(254 215 170 / 0.8);
}
.border-x-orange-200\/85 {
  border-left-color: rgb(254 215 170 / 0.85);
  border-right-color: rgb(254 215 170 / 0.85);
}
.border-x-orange-200\/90 {
  border-left-color: rgb(254 215 170 / 0.9);
  border-right-color: rgb(254 215 170 / 0.9);
}
.border-x-orange-200\/95 {
  border-left-color: rgb(254 215 170 / 0.95);
  border-right-color: rgb(254 215 170 / 0.95);
}
.border-x-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-x-orange-300\/0 {
  border-left-color: rgb(253 186 116 / 0);
  border-right-color: rgb(253 186 116 / 0);
}
.border-x-orange-300\/10 {
  border-left-color: rgb(253 186 116 / 0.1);
  border-right-color: rgb(253 186 116 / 0.1);
}
.border-x-orange-300\/100 {
  border-left-color: rgb(253 186 116 / 1);
  border-right-color: rgb(253 186 116 / 1);
}
.border-x-orange-300\/15 {
  border-left-color: rgb(253 186 116 / 0.15);
  border-right-color: rgb(253 186 116 / 0.15);
}
.border-x-orange-300\/20 {
  border-left-color: rgb(253 186 116 / 0.2);
  border-right-color: rgb(253 186 116 / 0.2);
}
.border-x-orange-300\/25 {
  border-left-color: rgb(253 186 116 / 0.25);
  border-right-color: rgb(253 186 116 / 0.25);
}
.border-x-orange-300\/30 {
  border-left-color: rgb(253 186 116 / 0.3);
  border-right-color: rgb(253 186 116 / 0.3);
}
.border-x-orange-300\/35 {
  border-left-color: rgb(253 186 116 / 0.35);
  border-right-color: rgb(253 186 116 / 0.35);
}
.border-x-orange-300\/40 {
  border-left-color: rgb(253 186 116 / 0.4);
  border-right-color: rgb(253 186 116 / 0.4);
}
.border-x-orange-300\/45 {
  border-left-color: rgb(253 186 116 / 0.45);
  border-right-color: rgb(253 186 116 / 0.45);
}
.border-x-orange-300\/5 {
  border-left-color: rgb(253 186 116 / 0.05);
  border-right-color: rgb(253 186 116 / 0.05);
}
.border-x-orange-300\/50 {
  border-left-color: rgb(253 186 116 / 0.5);
  border-right-color: rgb(253 186 116 / 0.5);
}
.border-x-orange-300\/55 {
  border-left-color: rgb(253 186 116 / 0.55);
  border-right-color: rgb(253 186 116 / 0.55);
}
.border-x-orange-300\/60 {
  border-left-color: rgb(253 186 116 / 0.6);
  border-right-color: rgb(253 186 116 / 0.6);
}
.border-x-orange-300\/65 {
  border-left-color: rgb(253 186 116 / 0.65);
  border-right-color: rgb(253 186 116 / 0.65);
}
.border-x-orange-300\/70 {
  border-left-color: rgb(253 186 116 / 0.7);
  border-right-color: rgb(253 186 116 / 0.7);
}
.border-x-orange-300\/75 {
  border-left-color: rgb(253 186 116 / 0.75);
  border-right-color: rgb(253 186 116 / 0.75);
}
.border-x-orange-300\/80 {
  border-left-color: rgb(253 186 116 / 0.8);
  border-right-color: rgb(253 186 116 / 0.8);
}
.border-x-orange-300\/85 {
  border-left-color: rgb(253 186 116 / 0.85);
  border-right-color: rgb(253 186 116 / 0.85);
}
.border-x-orange-300\/90 {
  border-left-color: rgb(253 186 116 / 0.9);
  border-right-color: rgb(253 186 116 / 0.9);
}
.border-x-orange-300\/95 {
  border-left-color: rgb(253 186 116 / 0.95);
  border-right-color: rgb(253 186 116 / 0.95);
}
.border-x-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-x-orange-400\/0 {
  border-left-color: rgb(251 146 60 / 0);
  border-right-color: rgb(251 146 60 / 0);
}
.border-x-orange-400\/10 {
  border-left-color: rgb(251 146 60 / 0.1);
  border-right-color: rgb(251 146 60 / 0.1);
}
.border-x-orange-400\/100 {
  border-left-color: rgb(251 146 60 / 1);
  border-right-color: rgb(251 146 60 / 1);
}
.border-x-orange-400\/15 {
  border-left-color: rgb(251 146 60 / 0.15);
  border-right-color: rgb(251 146 60 / 0.15);
}
.border-x-orange-400\/20 {
  border-left-color: rgb(251 146 60 / 0.2);
  border-right-color: rgb(251 146 60 / 0.2);
}
.border-x-orange-400\/25 {
  border-left-color: rgb(251 146 60 / 0.25);
  border-right-color: rgb(251 146 60 / 0.25);
}
.border-x-orange-400\/30 {
  border-left-color: rgb(251 146 60 / 0.3);
  border-right-color: rgb(251 146 60 / 0.3);
}
.border-x-orange-400\/35 {
  border-left-color: rgb(251 146 60 / 0.35);
  border-right-color: rgb(251 146 60 / 0.35);
}
.border-x-orange-400\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}
.border-x-orange-400\/45 {
  border-left-color: rgb(251 146 60 / 0.45);
  border-right-color: rgb(251 146 60 / 0.45);
}
.border-x-orange-400\/5 {
  border-left-color: rgb(251 146 60 / 0.05);
  border-right-color: rgb(251 146 60 / 0.05);
}
.border-x-orange-400\/50 {
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}
.border-x-orange-400\/55 {
  border-left-color: rgb(251 146 60 / 0.55);
  border-right-color: rgb(251 146 60 / 0.55);
}
.border-x-orange-400\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}
.border-x-orange-400\/65 {
  border-left-color: rgb(251 146 60 / 0.65);
  border-right-color: rgb(251 146 60 / 0.65);
}
.border-x-orange-400\/70 {
  border-left-color: rgb(251 146 60 / 0.7);
  border-right-color: rgb(251 146 60 / 0.7);
}
.border-x-orange-400\/75 {
  border-left-color: rgb(251 146 60 / 0.75);
  border-right-color: rgb(251 146 60 / 0.75);
}
.border-x-orange-400\/80 {
  border-left-color: rgb(251 146 60 / 0.8);
  border-right-color: rgb(251 146 60 / 0.8);
}
.border-x-orange-400\/85 {
  border-left-color: rgb(251 146 60 / 0.85);
  border-right-color: rgb(251 146 60 / 0.85);
}
.border-x-orange-400\/90 {
  border-left-color: rgb(251 146 60 / 0.9);
  border-right-color: rgb(251 146 60 / 0.9);
}
.border-x-orange-400\/95 {
  border-left-color: rgb(251 146 60 / 0.95);
  border-right-color: rgb(251 146 60 / 0.95);
}
.border-x-orange-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-x-orange-50\/0 {
  border-left-color: rgb(255 247 237 / 0);
  border-right-color: rgb(255 247 237 / 0);
}
.border-x-orange-50\/10 {
  border-left-color: rgb(255 247 237 / 0.1);
  border-right-color: rgb(255 247 237 / 0.1);
}
.border-x-orange-50\/100 {
  border-left-color: rgb(255 247 237 / 1);
  border-right-color: rgb(255 247 237 / 1);
}
.border-x-orange-50\/15 {
  border-left-color: rgb(255 247 237 / 0.15);
  border-right-color: rgb(255 247 237 / 0.15);
}
.border-x-orange-50\/20 {
  border-left-color: rgb(255 247 237 / 0.2);
  border-right-color: rgb(255 247 237 / 0.2);
}
.border-x-orange-50\/25 {
  border-left-color: rgb(255 247 237 / 0.25);
  border-right-color: rgb(255 247 237 / 0.25);
}
.border-x-orange-50\/30 {
  border-left-color: rgb(255 247 237 / 0.3);
  border-right-color: rgb(255 247 237 / 0.3);
}
.border-x-orange-50\/35 {
  border-left-color: rgb(255 247 237 / 0.35);
  border-right-color: rgb(255 247 237 / 0.35);
}
.border-x-orange-50\/40 {
  border-left-color: rgb(255 247 237 / 0.4);
  border-right-color: rgb(255 247 237 / 0.4);
}
.border-x-orange-50\/45 {
  border-left-color: rgb(255 247 237 / 0.45);
  border-right-color: rgb(255 247 237 / 0.45);
}
.border-x-orange-50\/5 {
  border-left-color: rgb(255 247 237 / 0.05);
  border-right-color: rgb(255 247 237 / 0.05);
}
.border-x-orange-50\/50 {
  border-left-color: rgb(255 247 237 / 0.5);
  border-right-color: rgb(255 247 237 / 0.5);
}
.border-x-orange-50\/55 {
  border-left-color: rgb(255 247 237 / 0.55);
  border-right-color: rgb(255 247 237 / 0.55);
}
.border-x-orange-50\/60 {
  border-left-color: rgb(255 247 237 / 0.6);
  border-right-color: rgb(255 247 237 / 0.6);
}
.border-x-orange-50\/65 {
  border-left-color: rgb(255 247 237 / 0.65);
  border-right-color: rgb(255 247 237 / 0.65);
}
.border-x-orange-50\/70 {
  border-left-color: rgb(255 247 237 / 0.7);
  border-right-color: rgb(255 247 237 / 0.7);
}
.border-x-orange-50\/75 {
  border-left-color: rgb(255 247 237 / 0.75);
  border-right-color: rgb(255 247 237 / 0.75);
}
.border-x-orange-50\/80 {
  border-left-color: rgb(255 247 237 / 0.8);
  border-right-color: rgb(255 247 237 / 0.8);
}
.border-x-orange-50\/85 {
  border-left-color: rgb(255 247 237 / 0.85);
  border-right-color: rgb(255 247 237 / 0.85);
}
.border-x-orange-50\/90 {
  border-left-color: rgb(255 247 237 / 0.9);
  border-right-color: rgb(255 247 237 / 0.9);
}
.border-x-orange-50\/95 {
  border-left-color: rgb(255 247 237 / 0.95);
  border-right-color: rgb(255 247 237 / 0.95);
}
.border-x-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-x-orange-500\/0 {
  border-left-color: rgb(249 115 22 / 0);
  border-right-color: rgb(249 115 22 / 0);
}
.border-x-orange-500\/10 {
  border-left-color: rgb(249 115 22 / 0.1);
  border-right-color: rgb(249 115 22 / 0.1);
}
.border-x-orange-500\/100 {
  border-left-color: rgb(249 115 22 / 1);
  border-right-color: rgb(249 115 22 / 1);
}
.border-x-orange-500\/15 {
  border-left-color: rgb(249 115 22 / 0.15);
  border-right-color: rgb(249 115 22 / 0.15);
}
.border-x-orange-500\/20 {
  border-left-color: rgb(249 115 22 / 0.2);
  border-right-color: rgb(249 115 22 / 0.2);
}
.border-x-orange-500\/25 {
  border-left-color: rgb(249 115 22 / 0.25);
  border-right-color: rgb(249 115 22 / 0.25);
}
.border-x-orange-500\/30 {
  border-left-color: rgb(249 115 22 / 0.3);
  border-right-color: rgb(249 115 22 / 0.3);
}
.border-x-orange-500\/35 {
  border-left-color: rgb(249 115 22 / 0.35);
  border-right-color: rgb(249 115 22 / 0.35);
}
.border-x-orange-500\/40 {
  border-left-color: rgb(249 115 22 / 0.4);
  border-right-color: rgb(249 115 22 / 0.4);
}
.border-x-orange-500\/45 {
  border-left-color: rgb(249 115 22 / 0.45);
  border-right-color: rgb(249 115 22 / 0.45);
}
.border-x-orange-500\/5 {
  border-left-color: rgb(249 115 22 / 0.05);
  border-right-color: rgb(249 115 22 / 0.05);
}
.border-x-orange-500\/50 {
  border-left-color: rgb(249 115 22 / 0.5);
  border-right-color: rgb(249 115 22 / 0.5);
}
.border-x-orange-500\/55 {
  border-left-color: rgb(249 115 22 / 0.55);
  border-right-color: rgb(249 115 22 / 0.55);
}
.border-x-orange-500\/60 {
  border-left-color: rgb(249 115 22 / 0.6);
  border-right-color: rgb(249 115 22 / 0.6);
}
.border-x-orange-500\/65 {
  border-left-color: rgb(249 115 22 / 0.65);
  border-right-color: rgb(249 115 22 / 0.65);
}
.border-x-orange-500\/70 {
  border-left-color: rgb(249 115 22 / 0.7);
  border-right-color: rgb(249 115 22 / 0.7);
}
.border-x-orange-500\/75 {
  border-left-color: rgb(249 115 22 / 0.75);
  border-right-color: rgb(249 115 22 / 0.75);
}
.border-x-orange-500\/80 {
  border-left-color: rgb(249 115 22 / 0.8);
  border-right-color: rgb(249 115 22 / 0.8);
}
.border-x-orange-500\/85 {
  border-left-color: rgb(249 115 22 / 0.85);
  border-right-color: rgb(249 115 22 / 0.85);
}
.border-x-orange-500\/90 {
  border-left-color: rgb(249 115 22 / 0.9);
  border-right-color: rgb(249 115 22 / 0.9);
}
.border-x-orange-500\/95 {
  border-left-color: rgb(249 115 22 / 0.95);
  border-right-color: rgb(249 115 22 / 0.95);
}
.border-x-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-x-orange-600\/0 {
  border-left-color: rgb(234 88 12 / 0);
  border-right-color: rgb(234 88 12 / 0);
}
.border-x-orange-600\/10 {
  border-left-color: rgb(234 88 12 / 0.1);
  border-right-color: rgb(234 88 12 / 0.1);
}
.border-x-orange-600\/100 {
  border-left-color: rgb(234 88 12 / 1);
  border-right-color: rgb(234 88 12 / 1);
}
.border-x-orange-600\/15 {
  border-left-color: rgb(234 88 12 / 0.15);
  border-right-color: rgb(234 88 12 / 0.15);
}
.border-x-orange-600\/20 {
  border-left-color: rgb(234 88 12 / 0.2);
  border-right-color: rgb(234 88 12 / 0.2);
}
.border-x-orange-600\/25 {
  border-left-color: rgb(234 88 12 / 0.25);
  border-right-color: rgb(234 88 12 / 0.25);
}
.border-x-orange-600\/30 {
  border-left-color: rgb(234 88 12 / 0.3);
  border-right-color: rgb(234 88 12 / 0.3);
}
.border-x-orange-600\/35 {
  border-left-color: rgb(234 88 12 / 0.35);
  border-right-color: rgb(234 88 12 / 0.35);
}
.border-x-orange-600\/40 {
  border-left-color: rgb(234 88 12 / 0.4);
  border-right-color: rgb(234 88 12 / 0.4);
}
.border-x-orange-600\/45 {
  border-left-color: rgb(234 88 12 / 0.45);
  border-right-color: rgb(234 88 12 / 0.45);
}
.border-x-orange-600\/5 {
  border-left-color: rgb(234 88 12 / 0.05);
  border-right-color: rgb(234 88 12 / 0.05);
}
.border-x-orange-600\/50 {
  border-left-color: rgb(234 88 12 / 0.5);
  border-right-color: rgb(234 88 12 / 0.5);
}
.border-x-orange-600\/55 {
  border-left-color: rgb(234 88 12 / 0.55);
  border-right-color: rgb(234 88 12 / 0.55);
}
.border-x-orange-600\/60 {
  border-left-color: rgb(234 88 12 / 0.6);
  border-right-color: rgb(234 88 12 / 0.6);
}
.border-x-orange-600\/65 {
  border-left-color: rgb(234 88 12 / 0.65);
  border-right-color: rgb(234 88 12 / 0.65);
}
.border-x-orange-600\/70 {
  border-left-color: rgb(234 88 12 / 0.7);
  border-right-color: rgb(234 88 12 / 0.7);
}
.border-x-orange-600\/75 {
  border-left-color: rgb(234 88 12 / 0.75);
  border-right-color: rgb(234 88 12 / 0.75);
}
.border-x-orange-600\/80 {
  border-left-color: rgb(234 88 12 / 0.8);
  border-right-color: rgb(234 88 12 / 0.8);
}
.border-x-orange-600\/85 {
  border-left-color: rgb(234 88 12 / 0.85);
  border-right-color: rgb(234 88 12 / 0.85);
}
.border-x-orange-600\/90 {
  border-left-color: rgb(234 88 12 / 0.9);
  border-right-color: rgb(234 88 12 / 0.9);
}
.border-x-orange-600\/95 {
  border-left-color: rgb(234 88 12 / 0.95);
  border-right-color: rgb(234 88 12 / 0.95);
}
.border-x-orange-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-x-orange-700\/0 {
  border-left-color: rgb(194 65 12 / 0);
  border-right-color: rgb(194 65 12 / 0);
}
.border-x-orange-700\/10 {
  border-left-color: rgb(194 65 12 / 0.1);
  border-right-color: rgb(194 65 12 / 0.1);
}
.border-x-orange-700\/100 {
  border-left-color: rgb(194 65 12 / 1);
  border-right-color: rgb(194 65 12 / 1);
}
.border-x-orange-700\/15 {
  border-left-color: rgb(194 65 12 / 0.15);
  border-right-color: rgb(194 65 12 / 0.15);
}
.border-x-orange-700\/20 {
  border-left-color: rgb(194 65 12 / 0.2);
  border-right-color: rgb(194 65 12 / 0.2);
}
.border-x-orange-700\/25 {
  border-left-color: rgb(194 65 12 / 0.25);
  border-right-color: rgb(194 65 12 / 0.25);
}
.border-x-orange-700\/30 {
  border-left-color: rgb(194 65 12 / 0.3);
  border-right-color: rgb(194 65 12 / 0.3);
}
.border-x-orange-700\/35 {
  border-left-color: rgb(194 65 12 / 0.35);
  border-right-color: rgb(194 65 12 / 0.35);
}
.border-x-orange-700\/40 {
  border-left-color: rgb(194 65 12 / 0.4);
  border-right-color: rgb(194 65 12 / 0.4);
}
.border-x-orange-700\/45 {
  border-left-color: rgb(194 65 12 / 0.45);
  border-right-color: rgb(194 65 12 / 0.45);
}
.border-x-orange-700\/5 {
  border-left-color: rgb(194 65 12 / 0.05);
  border-right-color: rgb(194 65 12 / 0.05);
}
.border-x-orange-700\/50 {
  border-left-color: rgb(194 65 12 / 0.5);
  border-right-color: rgb(194 65 12 / 0.5);
}
.border-x-orange-700\/55 {
  border-left-color: rgb(194 65 12 / 0.55);
  border-right-color: rgb(194 65 12 / 0.55);
}
.border-x-orange-700\/60 {
  border-left-color: rgb(194 65 12 / 0.6);
  border-right-color: rgb(194 65 12 / 0.6);
}
.border-x-orange-700\/65 {
  border-left-color: rgb(194 65 12 / 0.65);
  border-right-color: rgb(194 65 12 / 0.65);
}
.border-x-orange-700\/70 {
  border-left-color: rgb(194 65 12 / 0.7);
  border-right-color: rgb(194 65 12 / 0.7);
}
.border-x-orange-700\/75 {
  border-left-color: rgb(194 65 12 / 0.75);
  border-right-color: rgb(194 65 12 / 0.75);
}
.border-x-orange-700\/80 {
  border-left-color: rgb(194 65 12 / 0.8);
  border-right-color: rgb(194 65 12 / 0.8);
}
.border-x-orange-700\/85 {
  border-left-color: rgb(194 65 12 / 0.85);
  border-right-color: rgb(194 65 12 / 0.85);
}
.border-x-orange-700\/90 {
  border-left-color: rgb(194 65 12 / 0.9);
  border-right-color: rgb(194 65 12 / 0.9);
}
.border-x-orange-700\/95 {
  border-left-color: rgb(194 65 12 / 0.95);
  border-right-color: rgb(194 65 12 / 0.95);
}
.border-x-orange-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-x-orange-800\/0 {
  border-left-color: rgb(154 52 18 / 0);
  border-right-color: rgb(154 52 18 / 0);
}
.border-x-orange-800\/10 {
  border-left-color: rgb(154 52 18 / 0.1);
  border-right-color: rgb(154 52 18 / 0.1);
}
.border-x-orange-800\/100 {
  border-left-color: rgb(154 52 18 / 1);
  border-right-color: rgb(154 52 18 / 1);
}
.border-x-orange-800\/15 {
  border-left-color: rgb(154 52 18 / 0.15);
  border-right-color: rgb(154 52 18 / 0.15);
}
.border-x-orange-800\/20 {
  border-left-color: rgb(154 52 18 / 0.2);
  border-right-color: rgb(154 52 18 / 0.2);
}
.border-x-orange-800\/25 {
  border-left-color: rgb(154 52 18 / 0.25);
  border-right-color: rgb(154 52 18 / 0.25);
}
.border-x-orange-800\/30 {
  border-left-color: rgb(154 52 18 / 0.3);
  border-right-color: rgb(154 52 18 / 0.3);
}
.border-x-orange-800\/35 {
  border-left-color: rgb(154 52 18 / 0.35);
  border-right-color: rgb(154 52 18 / 0.35);
}
.border-x-orange-800\/40 {
  border-left-color: rgb(154 52 18 / 0.4);
  border-right-color: rgb(154 52 18 / 0.4);
}
.border-x-orange-800\/45 {
  border-left-color: rgb(154 52 18 / 0.45);
  border-right-color: rgb(154 52 18 / 0.45);
}
.border-x-orange-800\/5 {
  border-left-color: rgb(154 52 18 / 0.05);
  border-right-color: rgb(154 52 18 / 0.05);
}
.border-x-orange-800\/50 {
  border-left-color: rgb(154 52 18 / 0.5);
  border-right-color: rgb(154 52 18 / 0.5);
}
.border-x-orange-800\/55 {
  border-left-color: rgb(154 52 18 / 0.55);
  border-right-color: rgb(154 52 18 / 0.55);
}
.border-x-orange-800\/60 {
  border-left-color: rgb(154 52 18 / 0.6);
  border-right-color: rgb(154 52 18 / 0.6);
}
.border-x-orange-800\/65 {
  border-left-color: rgb(154 52 18 / 0.65);
  border-right-color: rgb(154 52 18 / 0.65);
}
.border-x-orange-800\/70 {
  border-left-color: rgb(154 52 18 / 0.7);
  border-right-color: rgb(154 52 18 / 0.7);
}
.border-x-orange-800\/75 {
  border-left-color: rgb(154 52 18 / 0.75);
  border-right-color: rgb(154 52 18 / 0.75);
}
.border-x-orange-800\/80 {
  border-left-color: rgb(154 52 18 / 0.8);
  border-right-color: rgb(154 52 18 / 0.8);
}
.border-x-orange-800\/85 {
  border-left-color: rgb(154 52 18 / 0.85);
  border-right-color: rgb(154 52 18 / 0.85);
}
.border-x-orange-800\/90 {
  border-left-color: rgb(154 52 18 / 0.9);
  border-right-color: rgb(154 52 18 / 0.9);
}
.border-x-orange-800\/95 {
  border-left-color: rgb(154 52 18 / 0.95);
  border-right-color: rgb(154 52 18 / 0.95);
}
.border-x-orange-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-x-orange-900\/0 {
  border-left-color: rgb(124 45 18 / 0);
  border-right-color: rgb(124 45 18 / 0);
}
.border-x-orange-900\/10 {
  border-left-color: rgb(124 45 18 / 0.1);
  border-right-color: rgb(124 45 18 / 0.1);
}
.border-x-orange-900\/100 {
  border-left-color: rgb(124 45 18 / 1);
  border-right-color: rgb(124 45 18 / 1);
}
.border-x-orange-900\/15 {
  border-left-color: rgb(124 45 18 / 0.15);
  border-right-color: rgb(124 45 18 / 0.15);
}
.border-x-orange-900\/20 {
  border-left-color: rgb(124 45 18 / 0.2);
  border-right-color: rgb(124 45 18 / 0.2);
}
.border-x-orange-900\/25 {
  border-left-color: rgb(124 45 18 / 0.25);
  border-right-color: rgb(124 45 18 / 0.25);
}
.border-x-orange-900\/30 {
  border-left-color: rgb(124 45 18 / 0.3);
  border-right-color: rgb(124 45 18 / 0.3);
}
.border-x-orange-900\/35 {
  border-left-color: rgb(124 45 18 / 0.35);
  border-right-color: rgb(124 45 18 / 0.35);
}
.border-x-orange-900\/40 {
  border-left-color: rgb(124 45 18 / 0.4);
  border-right-color: rgb(124 45 18 / 0.4);
}
.border-x-orange-900\/45 {
  border-left-color: rgb(124 45 18 / 0.45);
  border-right-color: rgb(124 45 18 / 0.45);
}
.border-x-orange-900\/5 {
  border-left-color: rgb(124 45 18 / 0.05);
  border-right-color: rgb(124 45 18 / 0.05);
}
.border-x-orange-900\/50 {
  border-left-color: rgb(124 45 18 / 0.5);
  border-right-color: rgb(124 45 18 / 0.5);
}
.border-x-orange-900\/55 {
  border-left-color: rgb(124 45 18 / 0.55);
  border-right-color: rgb(124 45 18 / 0.55);
}
.border-x-orange-900\/60 {
  border-left-color: rgb(124 45 18 / 0.6);
  border-right-color: rgb(124 45 18 / 0.6);
}
.border-x-orange-900\/65 {
  border-left-color: rgb(124 45 18 / 0.65);
  border-right-color: rgb(124 45 18 / 0.65);
}
.border-x-orange-900\/70 {
  border-left-color: rgb(124 45 18 / 0.7);
  border-right-color: rgb(124 45 18 / 0.7);
}
.border-x-orange-900\/75 {
  border-left-color: rgb(124 45 18 / 0.75);
  border-right-color: rgb(124 45 18 / 0.75);
}
.border-x-orange-900\/80 {
  border-left-color: rgb(124 45 18 / 0.8);
  border-right-color: rgb(124 45 18 / 0.8);
}
.border-x-orange-900\/85 {
  border-left-color: rgb(124 45 18 / 0.85);
  border-right-color: rgb(124 45 18 / 0.85);
}
.border-x-orange-900\/90 {
  border-left-color: rgb(124 45 18 / 0.9);
  border-right-color: rgb(124 45 18 / 0.9);
}
.border-x-orange-900\/95 {
  border-left-color: rgb(124 45 18 / 0.95);
  border-right-color: rgb(124 45 18 / 0.95);
}
.border-x-orange-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-x-orange-950\/0 {
  border-left-color: rgb(67 20 7 / 0);
  border-right-color: rgb(67 20 7 / 0);
}
.border-x-orange-950\/10 {
  border-left-color: rgb(67 20 7 / 0.1);
  border-right-color: rgb(67 20 7 / 0.1);
}
.border-x-orange-950\/100 {
  border-left-color: rgb(67 20 7 / 1);
  border-right-color: rgb(67 20 7 / 1);
}
.border-x-orange-950\/15 {
  border-left-color: rgb(67 20 7 / 0.15);
  border-right-color: rgb(67 20 7 / 0.15);
}
.border-x-orange-950\/20 {
  border-left-color: rgb(67 20 7 / 0.2);
  border-right-color: rgb(67 20 7 / 0.2);
}
.border-x-orange-950\/25 {
  border-left-color: rgb(67 20 7 / 0.25);
  border-right-color: rgb(67 20 7 / 0.25);
}
.border-x-orange-950\/30 {
  border-left-color: rgb(67 20 7 / 0.3);
  border-right-color: rgb(67 20 7 / 0.3);
}
.border-x-orange-950\/35 {
  border-left-color: rgb(67 20 7 / 0.35);
  border-right-color: rgb(67 20 7 / 0.35);
}
.border-x-orange-950\/40 {
  border-left-color: rgb(67 20 7 / 0.4);
  border-right-color: rgb(67 20 7 / 0.4);
}
.border-x-orange-950\/45 {
  border-left-color: rgb(67 20 7 / 0.45);
  border-right-color: rgb(67 20 7 / 0.45);
}
.border-x-orange-950\/5 {
  border-left-color: rgb(67 20 7 / 0.05);
  border-right-color: rgb(67 20 7 / 0.05);
}
.border-x-orange-950\/50 {
  border-left-color: rgb(67 20 7 / 0.5);
  border-right-color: rgb(67 20 7 / 0.5);
}
.border-x-orange-950\/55 {
  border-left-color: rgb(67 20 7 / 0.55);
  border-right-color: rgb(67 20 7 / 0.55);
}
.border-x-orange-950\/60 {
  border-left-color: rgb(67 20 7 / 0.6);
  border-right-color: rgb(67 20 7 / 0.6);
}
.border-x-orange-950\/65 {
  border-left-color: rgb(67 20 7 / 0.65);
  border-right-color: rgb(67 20 7 / 0.65);
}
.border-x-orange-950\/70 {
  border-left-color: rgb(67 20 7 / 0.7);
  border-right-color: rgb(67 20 7 / 0.7);
}
.border-x-orange-950\/75 {
  border-left-color: rgb(67 20 7 / 0.75);
  border-right-color: rgb(67 20 7 / 0.75);
}
.border-x-orange-950\/80 {
  border-left-color: rgb(67 20 7 / 0.8);
  border-right-color: rgb(67 20 7 / 0.8);
}
.border-x-orange-950\/85 {
  border-left-color: rgb(67 20 7 / 0.85);
  border-right-color: rgb(67 20 7 / 0.85);
}
.border-x-orange-950\/90 {
  border-left-color: rgb(67 20 7 / 0.9);
  border-right-color: rgb(67 20 7 / 0.9);
}
.border-x-orange-950\/95 {
  border-left-color: rgb(67 20 7 / 0.95);
  border-right-color: rgb(67 20 7 / 0.95);
}
.border-x-pink-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-x-pink-100\/0 {
  border-left-color: rgb(252 231 243 / 0);
  border-right-color: rgb(252 231 243 / 0);
}
.border-x-pink-100\/10 {
  border-left-color: rgb(252 231 243 / 0.1);
  border-right-color: rgb(252 231 243 / 0.1);
}
.border-x-pink-100\/100 {
  border-left-color: rgb(252 231 243 / 1);
  border-right-color: rgb(252 231 243 / 1);
}
.border-x-pink-100\/15 {
  border-left-color: rgb(252 231 243 / 0.15);
  border-right-color: rgb(252 231 243 / 0.15);
}
.border-x-pink-100\/20 {
  border-left-color: rgb(252 231 243 / 0.2);
  border-right-color: rgb(252 231 243 / 0.2);
}
.border-x-pink-100\/25 {
  border-left-color: rgb(252 231 243 / 0.25);
  border-right-color: rgb(252 231 243 / 0.25);
}
.border-x-pink-100\/30 {
  border-left-color: rgb(252 231 243 / 0.3);
  border-right-color: rgb(252 231 243 / 0.3);
}
.border-x-pink-100\/35 {
  border-left-color: rgb(252 231 243 / 0.35);
  border-right-color: rgb(252 231 243 / 0.35);
}
.border-x-pink-100\/40 {
  border-left-color: rgb(252 231 243 / 0.4);
  border-right-color: rgb(252 231 243 / 0.4);
}
.border-x-pink-100\/45 {
  border-left-color: rgb(252 231 243 / 0.45);
  border-right-color: rgb(252 231 243 / 0.45);
}
.border-x-pink-100\/5 {
  border-left-color: rgb(252 231 243 / 0.05);
  border-right-color: rgb(252 231 243 / 0.05);
}
.border-x-pink-100\/50 {
  border-left-color: rgb(252 231 243 / 0.5);
  border-right-color: rgb(252 231 243 / 0.5);
}
.border-x-pink-100\/55 {
  border-left-color: rgb(252 231 243 / 0.55);
  border-right-color: rgb(252 231 243 / 0.55);
}
.border-x-pink-100\/60 {
  border-left-color: rgb(252 231 243 / 0.6);
  border-right-color: rgb(252 231 243 / 0.6);
}
.border-x-pink-100\/65 {
  border-left-color: rgb(252 231 243 / 0.65);
  border-right-color: rgb(252 231 243 / 0.65);
}
.border-x-pink-100\/70 {
  border-left-color: rgb(252 231 243 / 0.7);
  border-right-color: rgb(252 231 243 / 0.7);
}
.border-x-pink-100\/75 {
  border-left-color: rgb(252 231 243 / 0.75);
  border-right-color: rgb(252 231 243 / 0.75);
}
.border-x-pink-100\/80 {
  border-left-color: rgb(252 231 243 / 0.8);
  border-right-color: rgb(252 231 243 / 0.8);
}
.border-x-pink-100\/85 {
  border-left-color: rgb(252 231 243 / 0.85);
  border-right-color: rgb(252 231 243 / 0.85);
}
.border-x-pink-100\/90 {
  border-left-color: rgb(252 231 243 / 0.9);
  border-right-color: rgb(252 231 243 / 0.9);
}
.border-x-pink-100\/95 {
  border-left-color: rgb(252 231 243 / 0.95);
  border-right-color: rgb(252 231 243 / 0.95);
}
.border-x-pink-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-x-pink-200\/0 {
  border-left-color: rgb(251 207 232 / 0);
  border-right-color: rgb(251 207 232 / 0);
}
.border-x-pink-200\/10 {
  border-left-color: rgb(251 207 232 / 0.1);
  border-right-color: rgb(251 207 232 / 0.1);
}
.border-x-pink-200\/100 {
  border-left-color: rgb(251 207 232 / 1);
  border-right-color: rgb(251 207 232 / 1);
}
.border-x-pink-200\/15 {
  border-left-color: rgb(251 207 232 / 0.15);
  border-right-color: rgb(251 207 232 / 0.15);
}
.border-x-pink-200\/20 {
  border-left-color: rgb(251 207 232 / 0.2);
  border-right-color: rgb(251 207 232 / 0.2);
}
.border-x-pink-200\/25 {
  border-left-color: rgb(251 207 232 / 0.25);
  border-right-color: rgb(251 207 232 / 0.25);
}
.border-x-pink-200\/30 {
  border-left-color: rgb(251 207 232 / 0.3);
  border-right-color: rgb(251 207 232 / 0.3);
}
.border-x-pink-200\/35 {
  border-left-color: rgb(251 207 232 / 0.35);
  border-right-color: rgb(251 207 232 / 0.35);
}
.border-x-pink-200\/40 {
  border-left-color: rgb(251 207 232 / 0.4);
  border-right-color: rgb(251 207 232 / 0.4);
}
.border-x-pink-200\/45 {
  border-left-color: rgb(251 207 232 / 0.45);
  border-right-color: rgb(251 207 232 / 0.45);
}
.border-x-pink-200\/5 {
  border-left-color: rgb(251 207 232 / 0.05);
  border-right-color: rgb(251 207 232 / 0.05);
}
.border-x-pink-200\/50 {
  border-left-color: rgb(251 207 232 / 0.5);
  border-right-color: rgb(251 207 232 / 0.5);
}
.border-x-pink-200\/55 {
  border-left-color: rgb(251 207 232 / 0.55);
  border-right-color: rgb(251 207 232 / 0.55);
}
.border-x-pink-200\/60 {
  border-left-color: rgb(251 207 232 / 0.6);
  border-right-color: rgb(251 207 232 / 0.6);
}
.border-x-pink-200\/65 {
  border-left-color: rgb(251 207 232 / 0.65);
  border-right-color: rgb(251 207 232 / 0.65);
}
.border-x-pink-200\/70 {
  border-left-color: rgb(251 207 232 / 0.7);
  border-right-color: rgb(251 207 232 / 0.7);
}
.border-x-pink-200\/75 {
  border-left-color: rgb(251 207 232 / 0.75);
  border-right-color: rgb(251 207 232 / 0.75);
}
.border-x-pink-200\/80 {
  border-left-color: rgb(251 207 232 / 0.8);
  border-right-color: rgb(251 207 232 / 0.8);
}
.border-x-pink-200\/85 {
  border-left-color: rgb(251 207 232 / 0.85);
  border-right-color: rgb(251 207 232 / 0.85);
}
.border-x-pink-200\/90 {
  border-left-color: rgb(251 207 232 / 0.9);
  border-right-color: rgb(251 207 232 / 0.9);
}
.border-x-pink-200\/95 {
  border-left-color: rgb(251 207 232 / 0.95);
  border-right-color: rgb(251 207 232 / 0.95);
}
.border-x-pink-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-x-pink-300\/0 {
  border-left-color: rgb(249 168 212 / 0);
  border-right-color: rgb(249 168 212 / 0);
}
.border-x-pink-300\/10 {
  border-left-color: rgb(249 168 212 / 0.1);
  border-right-color: rgb(249 168 212 / 0.1);
}
.border-x-pink-300\/100 {
  border-left-color: rgb(249 168 212 / 1);
  border-right-color: rgb(249 168 212 / 1);
}
.border-x-pink-300\/15 {
  border-left-color: rgb(249 168 212 / 0.15);
  border-right-color: rgb(249 168 212 / 0.15);
}
.border-x-pink-300\/20 {
  border-left-color: rgb(249 168 212 / 0.2);
  border-right-color: rgb(249 168 212 / 0.2);
}
.border-x-pink-300\/25 {
  border-left-color: rgb(249 168 212 / 0.25);
  border-right-color: rgb(249 168 212 / 0.25);
}
.border-x-pink-300\/30 {
  border-left-color: rgb(249 168 212 / 0.3);
  border-right-color: rgb(249 168 212 / 0.3);
}
.border-x-pink-300\/35 {
  border-left-color: rgb(249 168 212 / 0.35);
  border-right-color: rgb(249 168 212 / 0.35);
}
.border-x-pink-300\/40 {
  border-left-color: rgb(249 168 212 / 0.4);
  border-right-color: rgb(249 168 212 / 0.4);
}
.border-x-pink-300\/45 {
  border-left-color: rgb(249 168 212 / 0.45);
  border-right-color: rgb(249 168 212 / 0.45);
}
.border-x-pink-300\/5 {
  border-left-color: rgb(249 168 212 / 0.05);
  border-right-color: rgb(249 168 212 / 0.05);
}
.border-x-pink-300\/50 {
  border-left-color: rgb(249 168 212 / 0.5);
  border-right-color: rgb(249 168 212 / 0.5);
}
.border-x-pink-300\/55 {
  border-left-color: rgb(249 168 212 / 0.55);
  border-right-color: rgb(249 168 212 / 0.55);
}
.border-x-pink-300\/60 {
  border-left-color: rgb(249 168 212 / 0.6);
  border-right-color: rgb(249 168 212 / 0.6);
}
.border-x-pink-300\/65 {
  border-left-color: rgb(249 168 212 / 0.65);
  border-right-color: rgb(249 168 212 / 0.65);
}
.border-x-pink-300\/70 {
  border-left-color: rgb(249 168 212 / 0.7);
  border-right-color: rgb(249 168 212 / 0.7);
}
.border-x-pink-300\/75 {
  border-left-color: rgb(249 168 212 / 0.75);
  border-right-color: rgb(249 168 212 / 0.75);
}
.border-x-pink-300\/80 {
  border-left-color: rgb(249 168 212 / 0.8);
  border-right-color: rgb(249 168 212 / 0.8);
}
.border-x-pink-300\/85 {
  border-left-color: rgb(249 168 212 / 0.85);
  border-right-color: rgb(249 168 212 / 0.85);
}
.border-x-pink-300\/90 {
  border-left-color: rgb(249 168 212 / 0.9);
  border-right-color: rgb(249 168 212 / 0.9);
}
.border-x-pink-300\/95 {
  border-left-color: rgb(249 168 212 / 0.95);
  border-right-color: rgb(249 168 212 / 0.95);
}
.border-x-pink-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-x-pink-400\/0 {
  border-left-color: rgb(244 114 182 / 0);
  border-right-color: rgb(244 114 182 / 0);
}
.border-x-pink-400\/10 {
  border-left-color: rgb(244 114 182 / 0.1);
  border-right-color: rgb(244 114 182 / 0.1);
}
.border-x-pink-400\/100 {
  border-left-color: rgb(244 114 182 / 1);
  border-right-color: rgb(244 114 182 / 1);
}
.border-x-pink-400\/15 {
  border-left-color: rgb(244 114 182 / 0.15);
  border-right-color: rgb(244 114 182 / 0.15);
}
.border-x-pink-400\/20 {
  border-left-color: rgb(244 114 182 / 0.2);
  border-right-color: rgb(244 114 182 / 0.2);
}
.border-x-pink-400\/25 {
  border-left-color: rgb(244 114 182 / 0.25);
  border-right-color: rgb(244 114 182 / 0.25);
}
.border-x-pink-400\/30 {
  border-left-color: rgb(244 114 182 / 0.3);
  border-right-color: rgb(244 114 182 / 0.3);
}
.border-x-pink-400\/35 {
  border-left-color: rgb(244 114 182 / 0.35);
  border-right-color: rgb(244 114 182 / 0.35);
}
.border-x-pink-400\/40 {
  border-left-color: rgb(244 114 182 / 0.4);
  border-right-color: rgb(244 114 182 / 0.4);
}
.border-x-pink-400\/45 {
  border-left-color: rgb(244 114 182 / 0.45);
  border-right-color: rgb(244 114 182 / 0.45);
}
.border-x-pink-400\/5 {
  border-left-color: rgb(244 114 182 / 0.05);
  border-right-color: rgb(244 114 182 / 0.05);
}
.border-x-pink-400\/50 {
  border-left-color: rgb(244 114 182 / 0.5);
  border-right-color: rgb(244 114 182 / 0.5);
}
.border-x-pink-400\/55 {
  border-left-color: rgb(244 114 182 / 0.55);
  border-right-color: rgb(244 114 182 / 0.55);
}
.border-x-pink-400\/60 {
  border-left-color: rgb(244 114 182 / 0.6);
  border-right-color: rgb(244 114 182 / 0.6);
}
.border-x-pink-400\/65 {
  border-left-color: rgb(244 114 182 / 0.65);
  border-right-color: rgb(244 114 182 / 0.65);
}
.border-x-pink-400\/70 {
  border-left-color: rgb(244 114 182 / 0.7);
  border-right-color: rgb(244 114 182 / 0.7);
}
.border-x-pink-400\/75 {
  border-left-color: rgb(244 114 182 / 0.75);
  border-right-color: rgb(244 114 182 / 0.75);
}
.border-x-pink-400\/80 {
  border-left-color: rgb(244 114 182 / 0.8);
  border-right-color: rgb(244 114 182 / 0.8);
}
.border-x-pink-400\/85 {
  border-left-color: rgb(244 114 182 / 0.85);
  border-right-color: rgb(244 114 182 / 0.85);
}
.border-x-pink-400\/90 {
  border-left-color: rgb(244 114 182 / 0.9);
  border-right-color: rgb(244 114 182 / 0.9);
}
.border-x-pink-400\/95 {
  border-left-color: rgb(244 114 182 / 0.95);
  border-right-color: rgb(244 114 182 / 0.95);
}
.border-x-pink-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-x-pink-50\/0 {
  border-left-color: rgb(253 242 248 / 0);
  border-right-color: rgb(253 242 248 / 0);
}
.border-x-pink-50\/10 {
  border-left-color: rgb(253 242 248 / 0.1);
  border-right-color: rgb(253 242 248 / 0.1);
}
.border-x-pink-50\/100 {
  border-left-color: rgb(253 242 248 / 1);
  border-right-color: rgb(253 242 248 / 1);
}
.border-x-pink-50\/15 {
  border-left-color: rgb(253 242 248 / 0.15);
  border-right-color: rgb(253 242 248 / 0.15);
}
.border-x-pink-50\/20 {
  border-left-color: rgb(253 242 248 / 0.2);
  border-right-color: rgb(253 242 248 / 0.2);
}
.border-x-pink-50\/25 {
  border-left-color: rgb(253 242 248 / 0.25);
  border-right-color: rgb(253 242 248 / 0.25);
}
.border-x-pink-50\/30 {
  border-left-color: rgb(253 242 248 / 0.3);
  border-right-color: rgb(253 242 248 / 0.3);
}
.border-x-pink-50\/35 {
  border-left-color: rgb(253 242 248 / 0.35);
  border-right-color: rgb(253 242 248 / 0.35);
}
.border-x-pink-50\/40 {
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}
.border-x-pink-50\/45 {
  border-left-color: rgb(253 242 248 / 0.45);
  border-right-color: rgb(253 242 248 / 0.45);
}
.border-x-pink-50\/5 {
  border-left-color: rgb(253 242 248 / 0.05);
  border-right-color: rgb(253 242 248 / 0.05);
}
.border-x-pink-50\/50 {
  border-left-color: rgb(253 242 248 / 0.5);
  border-right-color: rgb(253 242 248 / 0.5);
}
.border-x-pink-50\/55 {
  border-left-color: rgb(253 242 248 / 0.55);
  border-right-color: rgb(253 242 248 / 0.55);
}
.border-x-pink-50\/60 {
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}
.border-x-pink-50\/65 {
  border-left-color: rgb(253 242 248 / 0.65);
  border-right-color: rgb(253 242 248 / 0.65);
}
.border-x-pink-50\/70 {
  border-left-color: rgb(253 242 248 / 0.7);
  border-right-color: rgb(253 242 248 / 0.7);
}
.border-x-pink-50\/75 {
  border-left-color: rgb(253 242 248 / 0.75);
  border-right-color: rgb(253 242 248 / 0.75);
}
.border-x-pink-50\/80 {
  border-left-color: rgb(253 242 248 / 0.8);
  border-right-color: rgb(253 242 248 / 0.8);
}
.border-x-pink-50\/85 {
  border-left-color: rgb(253 242 248 / 0.85);
  border-right-color: rgb(253 242 248 / 0.85);
}
.border-x-pink-50\/90 {
  border-left-color: rgb(253 242 248 / 0.9);
  border-right-color: rgb(253 242 248 / 0.9);
}
.border-x-pink-50\/95 {
  border-left-color: rgb(253 242 248 / 0.95);
  border-right-color: rgb(253 242 248 / 0.95);
}
.border-x-pink-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-x-pink-500\/0 {
  border-left-color: rgb(236 72 153 / 0);
  border-right-color: rgb(236 72 153 / 0);
}
.border-x-pink-500\/10 {
  border-left-color: rgb(236 72 153 / 0.1);
  border-right-color: rgb(236 72 153 / 0.1);
}
.border-x-pink-500\/100 {
  border-left-color: rgb(236 72 153 / 1);
  border-right-color: rgb(236 72 153 / 1);
}
.border-x-pink-500\/15 {
  border-left-color: rgb(236 72 153 / 0.15);
  border-right-color: rgb(236 72 153 / 0.15);
}
.border-x-pink-500\/20 {
  border-left-color: rgb(236 72 153 / 0.2);
  border-right-color: rgb(236 72 153 / 0.2);
}
.border-x-pink-500\/25 {
  border-left-color: rgb(236 72 153 / 0.25);
  border-right-color: rgb(236 72 153 / 0.25);
}
.border-x-pink-500\/30 {
  border-left-color: rgb(236 72 153 / 0.3);
  border-right-color: rgb(236 72 153 / 0.3);
}
.border-x-pink-500\/35 {
  border-left-color: rgb(236 72 153 / 0.35);
  border-right-color: rgb(236 72 153 / 0.35);
}
.border-x-pink-500\/40 {
  border-left-color: rgb(236 72 153 / 0.4);
  border-right-color: rgb(236 72 153 / 0.4);
}
.border-x-pink-500\/45 {
  border-left-color: rgb(236 72 153 / 0.45);
  border-right-color: rgb(236 72 153 / 0.45);
}
.border-x-pink-500\/5 {
  border-left-color: rgb(236 72 153 / 0.05);
  border-right-color: rgb(236 72 153 / 0.05);
}
.border-x-pink-500\/50 {
  border-left-color: rgb(236 72 153 / 0.5);
  border-right-color: rgb(236 72 153 / 0.5);
}
.border-x-pink-500\/55 {
  border-left-color: rgb(236 72 153 / 0.55);
  border-right-color: rgb(236 72 153 / 0.55);
}
.border-x-pink-500\/60 {
  border-left-color: rgb(236 72 153 / 0.6);
  border-right-color: rgb(236 72 153 / 0.6);
}
.border-x-pink-500\/65 {
  border-left-color: rgb(236 72 153 / 0.65);
  border-right-color: rgb(236 72 153 / 0.65);
}
.border-x-pink-500\/70 {
  border-left-color: rgb(236 72 153 / 0.7);
  border-right-color: rgb(236 72 153 / 0.7);
}
.border-x-pink-500\/75 {
  border-left-color: rgb(236 72 153 / 0.75);
  border-right-color: rgb(236 72 153 / 0.75);
}
.border-x-pink-500\/80 {
  border-left-color: rgb(236 72 153 / 0.8);
  border-right-color: rgb(236 72 153 / 0.8);
}
.border-x-pink-500\/85 {
  border-left-color: rgb(236 72 153 / 0.85);
  border-right-color: rgb(236 72 153 / 0.85);
}
.border-x-pink-500\/90 {
  border-left-color: rgb(236 72 153 / 0.9);
  border-right-color: rgb(236 72 153 / 0.9);
}
.border-x-pink-500\/95 {
  border-left-color: rgb(236 72 153 / 0.95);
  border-right-color: rgb(236 72 153 / 0.95);
}
.border-x-pink-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-x-pink-600\/0 {
  border-left-color: rgb(219 39 119 / 0);
  border-right-color: rgb(219 39 119 / 0);
}
.border-x-pink-600\/10 {
  border-left-color: rgb(219 39 119 / 0.1);
  border-right-color: rgb(219 39 119 / 0.1);
}
.border-x-pink-600\/100 {
  border-left-color: rgb(219 39 119 / 1);
  border-right-color: rgb(219 39 119 / 1);
}
.border-x-pink-600\/15 {
  border-left-color: rgb(219 39 119 / 0.15);
  border-right-color: rgb(219 39 119 / 0.15);
}
.border-x-pink-600\/20 {
  border-left-color: rgb(219 39 119 / 0.2);
  border-right-color: rgb(219 39 119 / 0.2);
}
.border-x-pink-600\/25 {
  border-left-color: rgb(219 39 119 / 0.25);
  border-right-color: rgb(219 39 119 / 0.25);
}
.border-x-pink-600\/30 {
  border-left-color: rgb(219 39 119 / 0.3);
  border-right-color: rgb(219 39 119 / 0.3);
}
.border-x-pink-600\/35 {
  border-left-color: rgb(219 39 119 / 0.35);
  border-right-color: rgb(219 39 119 / 0.35);
}
.border-x-pink-600\/40 {
  border-left-color: rgb(219 39 119 / 0.4);
  border-right-color: rgb(219 39 119 / 0.4);
}
.border-x-pink-600\/45 {
  border-left-color: rgb(219 39 119 / 0.45);
  border-right-color: rgb(219 39 119 / 0.45);
}
.border-x-pink-600\/5 {
  border-left-color: rgb(219 39 119 / 0.05);
  border-right-color: rgb(219 39 119 / 0.05);
}
.border-x-pink-600\/50 {
  border-left-color: rgb(219 39 119 / 0.5);
  border-right-color: rgb(219 39 119 / 0.5);
}
.border-x-pink-600\/55 {
  border-left-color: rgb(219 39 119 / 0.55);
  border-right-color: rgb(219 39 119 / 0.55);
}
.border-x-pink-600\/60 {
  border-left-color: rgb(219 39 119 / 0.6);
  border-right-color: rgb(219 39 119 / 0.6);
}
.border-x-pink-600\/65 {
  border-left-color: rgb(219 39 119 / 0.65);
  border-right-color: rgb(219 39 119 / 0.65);
}
.border-x-pink-600\/70 {
  border-left-color: rgb(219 39 119 / 0.7);
  border-right-color: rgb(219 39 119 / 0.7);
}
.border-x-pink-600\/75 {
  border-left-color: rgb(219 39 119 / 0.75);
  border-right-color: rgb(219 39 119 / 0.75);
}
.border-x-pink-600\/80 {
  border-left-color: rgb(219 39 119 / 0.8);
  border-right-color: rgb(219 39 119 / 0.8);
}
.border-x-pink-600\/85 {
  border-left-color: rgb(219 39 119 / 0.85);
  border-right-color: rgb(219 39 119 / 0.85);
}
.border-x-pink-600\/90 {
  border-left-color: rgb(219 39 119 / 0.9);
  border-right-color: rgb(219 39 119 / 0.9);
}
.border-x-pink-600\/95 {
  border-left-color: rgb(219 39 119 / 0.95);
  border-right-color: rgb(219 39 119 / 0.95);
}
.border-x-pink-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-x-pink-700\/0 {
  border-left-color: rgb(190 24 93 / 0);
  border-right-color: rgb(190 24 93 / 0);
}
.border-x-pink-700\/10 {
  border-left-color: rgb(190 24 93 / 0.1);
  border-right-color: rgb(190 24 93 / 0.1);
}
.border-x-pink-700\/100 {
  border-left-color: rgb(190 24 93 / 1);
  border-right-color: rgb(190 24 93 / 1);
}
.border-x-pink-700\/15 {
  border-left-color: rgb(190 24 93 / 0.15);
  border-right-color: rgb(190 24 93 / 0.15);
}
.border-x-pink-700\/20 {
  border-left-color: rgb(190 24 93 / 0.2);
  border-right-color: rgb(190 24 93 / 0.2);
}
.border-x-pink-700\/25 {
  border-left-color: rgb(190 24 93 / 0.25);
  border-right-color: rgb(190 24 93 / 0.25);
}
.border-x-pink-700\/30 {
  border-left-color: rgb(190 24 93 / 0.3);
  border-right-color: rgb(190 24 93 / 0.3);
}
.border-x-pink-700\/35 {
  border-left-color: rgb(190 24 93 / 0.35);
  border-right-color: rgb(190 24 93 / 0.35);
}
.border-x-pink-700\/40 {
  border-left-color: rgb(190 24 93 / 0.4);
  border-right-color: rgb(190 24 93 / 0.4);
}
.border-x-pink-700\/45 {
  border-left-color: rgb(190 24 93 / 0.45);
  border-right-color: rgb(190 24 93 / 0.45);
}
.border-x-pink-700\/5 {
  border-left-color: rgb(190 24 93 / 0.05);
  border-right-color: rgb(190 24 93 / 0.05);
}
.border-x-pink-700\/50 {
  border-left-color: rgb(190 24 93 / 0.5);
  border-right-color: rgb(190 24 93 / 0.5);
}
.border-x-pink-700\/55 {
  border-left-color: rgb(190 24 93 / 0.55);
  border-right-color: rgb(190 24 93 / 0.55);
}
.border-x-pink-700\/60 {
  border-left-color: rgb(190 24 93 / 0.6);
  border-right-color: rgb(190 24 93 / 0.6);
}
.border-x-pink-700\/65 {
  border-left-color: rgb(190 24 93 / 0.65);
  border-right-color: rgb(190 24 93 / 0.65);
}
.border-x-pink-700\/70 {
  border-left-color: rgb(190 24 93 / 0.7);
  border-right-color: rgb(190 24 93 / 0.7);
}
.border-x-pink-700\/75 {
  border-left-color: rgb(190 24 93 / 0.75);
  border-right-color: rgb(190 24 93 / 0.75);
}
.border-x-pink-700\/80 {
  border-left-color: rgb(190 24 93 / 0.8);
  border-right-color: rgb(190 24 93 / 0.8);
}
.border-x-pink-700\/85 {
  border-left-color: rgb(190 24 93 / 0.85);
  border-right-color: rgb(190 24 93 / 0.85);
}
.border-x-pink-700\/90 {
  border-left-color: rgb(190 24 93 / 0.9);
  border-right-color: rgb(190 24 93 / 0.9);
}
.border-x-pink-700\/95 {
  border-left-color: rgb(190 24 93 / 0.95);
  border-right-color: rgb(190 24 93 / 0.95);
}
.border-x-pink-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-x-pink-800\/0 {
  border-left-color: rgb(157 23 77 / 0);
  border-right-color: rgb(157 23 77 / 0);
}
.border-x-pink-800\/10 {
  border-left-color: rgb(157 23 77 / 0.1);
  border-right-color: rgb(157 23 77 / 0.1);
}
.border-x-pink-800\/100 {
  border-left-color: rgb(157 23 77 / 1);
  border-right-color: rgb(157 23 77 / 1);
}
.border-x-pink-800\/15 {
  border-left-color: rgb(157 23 77 / 0.15);
  border-right-color: rgb(157 23 77 / 0.15);
}
.border-x-pink-800\/20 {
  border-left-color: rgb(157 23 77 / 0.2);
  border-right-color: rgb(157 23 77 / 0.2);
}
.border-x-pink-800\/25 {
  border-left-color: rgb(157 23 77 / 0.25);
  border-right-color: rgb(157 23 77 / 0.25);
}
.border-x-pink-800\/30 {
  border-left-color: rgb(157 23 77 / 0.3);
  border-right-color: rgb(157 23 77 / 0.3);
}
.border-x-pink-800\/35 {
  border-left-color: rgb(157 23 77 / 0.35);
  border-right-color: rgb(157 23 77 / 0.35);
}
.border-x-pink-800\/40 {
  border-left-color: rgb(157 23 77 / 0.4);
  border-right-color: rgb(157 23 77 / 0.4);
}
.border-x-pink-800\/45 {
  border-left-color: rgb(157 23 77 / 0.45);
  border-right-color: rgb(157 23 77 / 0.45);
}
.border-x-pink-800\/5 {
  border-left-color: rgb(157 23 77 / 0.05);
  border-right-color: rgb(157 23 77 / 0.05);
}
.border-x-pink-800\/50 {
  border-left-color: rgb(157 23 77 / 0.5);
  border-right-color: rgb(157 23 77 / 0.5);
}
.border-x-pink-800\/55 {
  border-left-color: rgb(157 23 77 / 0.55);
  border-right-color: rgb(157 23 77 / 0.55);
}
.border-x-pink-800\/60 {
  border-left-color: rgb(157 23 77 / 0.6);
  border-right-color: rgb(157 23 77 / 0.6);
}
.border-x-pink-800\/65 {
  border-left-color: rgb(157 23 77 / 0.65);
  border-right-color: rgb(157 23 77 / 0.65);
}
.border-x-pink-800\/70 {
  border-left-color: rgb(157 23 77 / 0.7);
  border-right-color: rgb(157 23 77 / 0.7);
}
.border-x-pink-800\/75 {
  border-left-color: rgb(157 23 77 / 0.75);
  border-right-color: rgb(157 23 77 / 0.75);
}
.border-x-pink-800\/80 {
  border-left-color: rgb(157 23 77 / 0.8);
  border-right-color: rgb(157 23 77 / 0.8);
}
.border-x-pink-800\/85 {
  border-left-color: rgb(157 23 77 / 0.85);
  border-right-color: rgb(157 23 77 / 0.85);
}
.border-x-pink-800\/90 {
  border-left-color: rgb(157 23 77 / 0.9);
  border-right-color: rgb(157 23 77 / 0.9);
}
.border-x-pink-800\/95 {
  border-left-color: rgb(157 23 77 / 0.95);
  border-right-color: rgb(157 23 77 / 0.95);
}
.border-x-pink-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-x-pink-900\/0 {
  border-left-color: rgb(131 24 67 / 0);
  border-right-color: rgb(131 24 67 / 0);
}
.border-x-pink-900\/10 {
  border-left-color: rgb(131 24 67 / 0.1);
  border-right-color: rgb(131 24 67 / 0.1);
}
.border-x-pink-900\/100 {
  border-left-color: rgb(131 24 67 / 1);
  border-right-color: rgb(131 24 67 / 1);
}
.border-x-pink-900\/15 {
  border-left-color: rgb(131 24 67 / 0.15);
  border-right-color: rgb(131 24 67 / 0.15);
}
.border-x-pink-900\/20 {
  border-left-color: rgb(131 24 67 / 0.2);
  border-right-color: rgb(131 24 67 / 0.2);
}
.border-x-pink-900\/25 {
  border-left-color: rgb(131 24 67 / 0.25);
  border-right-color: rgb(131 24 67 / 0.25);
}
.border-x-pink-900\/30 {
  border-left-color: rgb(131 24 67 / 0.3);
  border-right-color: rgb(131 24 67 / 0.3);
}
.border-x-pink-900\/35 {
  border-left-color: rgb(131 24 67 / 0.35);
  border-right-color: rgb(131 24 67 / 0.35);
}
.border-x-pink-900\/40 {
  border-left-color: rgb(131 24 67 / 0.4);
  border-right-color: rgb(131 24 67 / 0.4);
}
.border-x-pink-900\/45 {
  border-left-color: rgb(131 24 67 / 0.45);
  border-right-color: rgb(131 24 67 / 0.45);
}
.border-x-pink-900\/5 {
  border-left-color: rgb(131 24 67 / 0.05);
  border-right-color: rgb(131 24 67 / 0.05);
}
.border-x-pink-900\/50 {
  border-left-color: rgb(131 24 67 / 0.5);
  border-right-color: rgb(131 24 67 / 0.5);
}
.border-x-pink-900\/55 {
  border-left-color: rgb(131 24 67 / 0.55);
  border-right-color: rgb(131 24 67 / 0.55);
}
.border-x-pink-900\/60 {
  border-left-color: rgb(131 24 67 / 0.6);
  border-right-color: rgb(131 24 67 / 0.6);
}
.border-x-pink-900\/65 {
  border-left-color: rgb(131 24 67 / 0.65);
  border-right-color: rgb(131 24 67 / 0.65);
}
.border-x-pink-900\/70 {
  border-left-color: rgb(131 24 67 / 0.7);
  border-right-color: rgb(131 24 67 / 0.7);
}
.border-x-pink-900\/75 {
  border-left-color: rgb(131 24 67 / 0.75);
  border-right-color: rgb(131 24 67 / 0.75);
}
.border-x-pink-900\/80 {
  border-left-color: rgb(131 24 67 / 0.8);
  border-right-color: rgb(131 24 67 / 0.8);
}
.border-x-pink-900\/85 {
  border-left-color: rgb(131 24 67 / 0.85);
  border-right-color: rgb(131 24 67 / 0.85);
}
.border-x-pink-900\/90 {
  border-left-color: rgb(131 24 67 / 0.9);
  border-right-color: rgb(131 24 67 / 0.9);
}
.border-x-pink-900\/95 {
  border-left-color: rgb(131 24 67 / 0.95);
  border-right-color: rgb(131 24 67 / 0.95);
}
.border-x-pink-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-x-pink-950\/0 {
  border-left-color: rgb(80 7 36 / 0);
  border-right-color: rgb(80 7 36 / 0);
}
.border-x-pink-950\/10 {
  border-left-color: rgb(80 7 36 / 0.1);
  border-right-color: rgb(80 7 36 / 0.1);
}
.border-x-pink-950\/100 {
  border-left-color: rgb(80 7 36 / 1);
  border-right-color: rgb(80 7 36 / 1);
}
.border-x-pink-950\/15 {
  border-left-color: rgb(80 7 36 / 0.15);
  border-right-color: rgb(80 7 36 / 0.15);
}
.border-x-pink-950\/20 {
  border-left-color: rgb(80 7 36 / 0.2);
  border-right-color: rgb(80 7 36 / 0.2);
}
.border-x-pink-950\/25 {
  border-left-color: rgb(80 7 36 / 0.25);
  border-right-color: rgb(80 7 36 / 0.25);
}
.border-x-pink-950\/30 {
  border-left-color: rgb(80 7 36 / 0.3);
  border-right-color: rgb(80 7 36 / 0.3);
}
.border-x-pink-950\/35 {
  border-left-color: rgb(80 7 36 / 0.35);
  border-right-color: rgb(80 7 36 / 0.35);
}
.border-x-pink-950\/40 {
  border-left-color: rgb(80 7 36 / 0.4);
  border-right-color: rgb(80 7 36 / 0.4);
}
.border-x-pink-950\/45 {
  border-left-color: rgb(80 7 36 / 0.45);
  border-right-color: rgb(80 7 36 / 0.45);
}
.border-x-pink-950\/5 {
  border-left-color: rgb(80 7 36 / 0.05);
  border-right-color: rgb(80 7 36 / 0.05);
}
.border-x-pink-950\/50 {
  border-left-color: rgb(80 7 36 / 0.5);
  border-right-color: rgb(80 7 36 / 0.5);
}
.border-x-pink-950\/55 {
  border-left-color: rgb(80 7 36 / 0.55);
  border-right-color: rgb(80 7 36 / 0.55);
}
.border-x-pink-950\/60 {
  border-left-color: rgb(80 7 36 / 0.6);
  border-right-color: rgb(80 7 36 / 0.6);
}
.border-x-pink-950\/65 {
  border-left-color: rgb(80 7 36 / 0.65);
  border-right-color: rgb(80 7 36 / 0.65);
}
.border-x-pink-950\/70 {
  border-left-color: rgb(80 7 36 / 0.7);
  border-right-color: rgb(80 7 36 / 0.7);
}
.border-x-pink-950\/75 {
  border-left-color: rgb(80 7 36 / 0.75);
  border-right-color: rgb(80 7 36 / 0.75);
}
.border-x-pink-950\/80 {
  border-left-color: rgb(80 7 36 / 0.8);
  border-right-color: rgb(80 7 36 / 0.8);
}
.border-x-pink-950\/85 {
  border-left-color: rgb(80 7 36 / 0.85);
  border-right-color: rgb(80 7 36 / 0.85);
}
.border-x-pink-950\/90 {
  border-left-color: rgb(80 7 36 / 0.9);
  border-right-color: rgb(80 7 36 / 0.9);
}
.border-x-pink-950\/95 {
  border-left-color: rgb(80 7 36 / 0.95);
  border-right-color: rgb(80 7 36 / 0.95);
}
.border-x-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-x-purple-100\/0 {
  border-left-color: rgb(243 232 255 / 0);
  border-right-color: rgb(243 232 255 / 0);
}
.border-x-purple-100\/10 {
  border-left-color: rgb(243 232 255 / 0.1);
  border-right-color: rgb(243 232 255 / 0.1);
}
.border-x-purple-100\/100 {
  border-left-color: rgb(243 232 255 / 1);
  border-right-color: rgb(243 232 255 / 1);
}
.border-x-purple-100\/15 {
  border-left-color: rgb(243 232 255 / 0.15);
  border-right-color: rgb(243 232 255 / 0.15);
}
.border-x-purple-100\/20 {
  border-left-color: rgb(243 232 255 / 0.2);
  border-right-color: rgb(243 232 255 / 0.2);
}
.border-x-purple-100\/25 {
  border-left-color: rgb(243 232 255 / 0.25);
  border-right-color: rgb(243 232 255 / 0.25);
}
.border-x-purple-100\/30 {
  border-left-color: rgb(243 232 255 / 0.3);
  border-right-color: rgb(243 232 255 / 0.3);
}
.border-x-purple-100\/35 {
  border-left-color: rgb(243 232 255 / 0.35);
  border-right-color: rgb(243 232 255 / 0.35);
}
.border-x-purple-100\/40 {
  border-left-color: rgb(243 232 255 / 0.4);
  border-right-color: rgb(243 232 255 / 0.4);
}
.border-x-purple-100\/45 {
  border-left-color: rgb(243 232 255 / 0.45);
  border-right-color: rgb(243 232 255 / 0.45);
}
.border-x-purple-100\/5 {
  border-left-color: rgb(243 232 255 / 0.05);
  border-right-color: rgb(243 232 255 / 0.05);
}
.border-x-purple-100\/50 {
  border-left-color: rgb(243 232 255 / 0.5);
  border-right-color: rgb(243 232 255 / 0.5);
}
.border-x-purple-100\/55 {
  border-left-color: rgb(243 232 255 / 0.55);
  border-right-color: rgb(243 232 255 / 0.55);
}
.border-x-purple-100\/60 {
  border-left-color: rgb(243 232 255 / 0.6);
  border-right-color: rgb(243 232 255 / 0.6);
}
.border-x-purple-100\/65 {
  border-left-color: rgb(243 232 255 / 0.65);
  border-right-color: rgb(243 232 255 / 0.65);
}
.border-x-purple-100\/70 {
  border-left-color: rgb(243 232 255 / 0.7);
  border-right-color: rgb(243 232 255 / 0.7);
}
.border-x-purple-100\/75 {
  border-left-color: rgb(243 232 255 / 0.75);
  border-right-color: rgb(243 232 255 / 0.75);
}
.border-x-purple-100\/80 {
  border-left-color: rgb(243 232 255 / 0.8);
  border-right-color: rgb(243 232 255 / 0.8);
}
.border-x-purple-100\/85 {
  border-left-color: rgb(243 232 255 / 0.85);
  border-right-color: rgb(243 232 255 / 0.85);
}
.border-x-purple-100\/90 {
  border-left-color: rgb(243 232 255 / 0.9);
  border-right-color: rgb(243 232 255 / 0.9);
}
.border-x-purple-100\/95 {
  border-left-color: rgb(243 232 255 / 0.95);
  border-right-color: rgb(243 232 255 / 0.95);
}
.border-x-purple-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-x-purple-200\/0 {
  border-left-color: rgb(233 213 255 / 0);
  border-right-color: rgb(233 213 255 / 0);
}
.border-x-purple-200\/10 {
  border-left-color: rgb(233 213 255 / 0.1);
  border-right-color: rgb(233 213 255 / 0.1);
}
.border-x-purple-200\/100 {
  border-left-color: rgb(233 213 255 / 1);
  border-right-color: rgb(233 213 255 / 1);
}
.border-x-purple-200\/15 {
  border-left-color: rgb(233 213 255 / 0.15);
  border-right-color: rgb(233 213 255 / 0.15);
}
.border-x-purple-200\/20 {
  border-left-color: rgb(233 213 255 / 0.2);
  border-right-color: rgb(233 213 255 / 0.2);
}
.border-x-purple-200\/25 {
  border-left-color: rgb(233 213 255 / 0.25);
  border-right-color: rgb(233 213 255 / 0.25);
}
.border-x-purple-200\/30 {
  border-left-color: rgb(233 213 255 / 0.3);
  border-right-color: rgb(233 213 255 / 0.3);
}
.border-x-purple-200\/35 {
  border-left-color: rgb(233 213 255 / 0.35);
  border-right-color: rgb(233 213 255 / 0.35);
}
.border-x-purple-200\/40 {
  border-left-color: rgb(233 213 255 / 0.4);
  border-right-color: rgb(233 213 255 / 0.4);
}
.border-x-purple-200\/45 {
  border-left-color: rgb(233 213 255 / 0.45);
  border-right-color: rgb(233 213 255 / 0.45);
}
.border-x-purple-200\/5 {
  border-left-color: rgb(233 213 255 / 0.05);
  border-right-color: rgb(233 213 255 / 0.05);
}
.border-x-purple-200\/50 {
  border-left-color: rgb(233 213 255 / 0.5);
  border-right-color: rgb(233 213 255 / 0.5);
}
.border-x-purple-200\/55 {
  border-left-color: rgb(233 213 255 / 0.55);
  border-right-color: rgb(233 213 255 / 0.55);
}
.border-x-purple-200\/60 {
  border-left-color: rgb(233 213 255 / 0.6);
  border-right-color: rgb(233 213 255 / 0.6);
}
.border-x-purple-200\/65 {
  border-left-color: rgb(233 213 255 / 0.65);
  border-right-color: rgb(233 213 255 / 0.65);
}
.border-x-purple-200\/70 {
  border-left-color: rgb(233 213 255 / 0.7);
  border-right-color: rgb(233 213 255 / 0.7);
}
.border-x-purple-200\/75 {
  border-left-color: rgb(233 213 255 / 0.75);
  border-right-color: rgb(233 213 255 / 0.75);
}
.border-x-purple-200\/80 {
  border-left-color: rgb(233 213 255 / 0.8);
  border-right-color: rgb(233 213 255 / 0.8);
}
.border-x-purple-200\/85 {
  border-left-color: rgb(233 213 255 / 0.85);
  border-right-color: rgb(233 213 255 / 0.85);
}
.border-x-purple-200\/90 {
  border-left-color: rgb(233 213 255 / 0.9);
  border-right-color: rgb(233 213 255 / 0.9);
}
.border-x-purple-200\/95 {
  border-left-color: rgb(233 213 255 / 0.95);
  border-right-color: rgb(233 213 255 / 0.95);
}
.border-x-purple-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-x-purple-300\/0 {
  border-left-color: rgb(216 180 254 / 0);
  border-right-color: rgb(216 180 254 / 0);
}
.border-x-purple-300\/10 {
  border-left-color: rgb(216 180 254 / 0.1);
  border-right-color: rgb(216 180 254 / 0.1);
}
.border-x-purple-300\/100 {
  border-left-color: rgb(216 180 254 / 1);
  border-right-color: rgb(216 180 254 / 1);
}
.border-x-purple-300\/15 {
  border-left-color: rgb(216 180 254 / 0.15);
  border-right-color: rgb(216 180 254 / 0.15);
}
.border-x-purple-300\/20 {
  border-left-color: rgb(216 180 254 / 0.2);
  border-right-color: rgb(216 180 254 / 0.2);
}
.border-x-purple-300\/25 {
  border-left-color: rgb(216 180 254 / 0.25);
  border-right-color: rgb(216 180 254 / 0.25);
}
.border-x-purple-300\/30 {
  border-left-color: rgb(216 180 254 / 0.3);
  border-right-color: rgb(216 180 254 / 0.3);
}
.border-x-purple-300\/35 {
  border-left-color: rgb(216 180 254 / 0.35);
  border-right-color: rgb(216 180 254 / 0.35);
}
.border-x-purple-300\/40 {
  border-left-color: rgb(216 180 254 / 0.4);
  border-right-color: rgb(216 180 254 / 0.4);
}
.border-x-purple-300\/45 {
  border-left-color: rgb(216 180 254 / 0.45);
  border-right-color: rgb(216 180 254 / 0.45);
}
.border-x-purple-300\/5 {
  border-left-color: rgb(216 180 254 / 0.05);
  border-right-color: rgb(216 180 254 / 0.05);
}
.border-x-purple-300\/50 {
  border-left-color: rgb(216 180 254 / 0.5);
  border-right-color: rgb(216 180 254 / 0.5);
}
.border-x-purple-300\/55 {
  border-left-color: rgb(216 180 254 / 0.55);
  border-right-color: rgb(216 180 254 / 0.55);
}
.border-x-purple-300\/60 {
  border-left-color: rgb(216 180 254 / 0.6);
  border-right-color: rgb(216 180 254 / 0.6);
}
.border-x-purple-300\/65 {
  border-left-color: rgb(216 180 254 / 0.65);
  border-right-color: rgb(216 180 254 / 0.65);
}
.border-x-purple-300\/70 {
  border-left-color: rgb(216 180 254 / 0.7);
  border-right-color: rgb(216 180 254 / 0.7);
}
.border-x-purple-300\/75 {
  border-left-color: rgb(216 180 254 / 0.75);
  border-right-color: rgb(216 180 254 / 0.75);
}
.border-x-purple-300\/80 {
  border-left-color: rgb(216 180 254 / 0.8);
  border-right-color: rgb(216 180 254 / 0.8);
}
.border-x-purple-300\/85 {
  border-left-color: rgb(216 180 254 / 0.85);
  border-right-color: rgb(216 180 254 / 0.85);
}
.border-x-purple-300\/90 {
  border-left-color: rgb(216 180 254 / 0.9);
  border-right-color: rgb(216 180 254 / 0.9);
}
.border-x-purple-300\/95 {
  border-left-color: rgb(216 180 254 / 0.95);
  border-right-color: rgb(216 180 254 / 0.95);
}
.border-x-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-x-purple-400\/0 {
  border-left-color: rgb(192 132 252 / 0);
  border-right-color: rgb(192 132 252 / 0);
}
.border-x-purple-400\/10 {
  border-left-color: rgb(192 132 252 / 0.1);
  border-right-color: rgb(192 132 252 / 0.1);
}
.border-x-purple-400\/100 {
  border-left-color: rgb(192 132 252 / 1);
  border-right-color: rgb(192 132 252 / 1);
}
.border-x-purple-400\/15 {
  border-left-color: rgb(192 132 252 / 0.15);
  border-right-color: rgb(192 132 252 / 0.15);
}
.border-x-purple-400\/20 {
  border-left-color: rgb(192 132 252 / 0.2);
  border-right-color: rgb(192 132 252 / 0.2);
}
.border-x-purple-400\/25 {
  border-left-color: rgb(192 132 252 / 0.25);
  border-right-color: rgb(192 132 252 / 0.25);
}
.border-x-purple-400\/30 {
  border-left-color: rgb(192 132 252 / 0.3);
  border-right-color: rgb(192 132 252 / 0.3);
}
.border-x-purple-400\/35 {
  border-left-color: rgb(192 132 252 / 0.35);
  border-right-color: rgb(192 132 252 / 0.35);
}
.border-x-purple-400\/40 {
  border-left-color: rgb(192 132 252 / 0.4);
  border-right-color: rgb(192 132 252 / 0.4);
}
.border-x-purple-400\/45 {
  border-left-color: rgb(192 132 252 / 0.45);
  border-right-color: rgb(192 132 252 / 0.45);
}
.border-x-purple-400\/5 {
  border-left-color: rgb(192 132 252 / 0.05);
  border-right-color: rgb(192 132 252 / 0.05);
}
.border-x-purple-400\/50 {
  border-left-color: rgb(192 132 252 / 0.5);
  border-right-color: rgb(192 132 252 / 0.5);
}
.border-x-purple-400\/55 {
  border-left-color: rgb(192 132 252 / 0.55);
  border-right-color: rgb(192 132 252 / 0.55);
}
.border-x-purple-400\/60 {
  border-left-color: rgb(192 132 252 / 0.6);
  border-right-color: rgb(192 132 252 / 0.6);
}
.border-x-purple-400\/65 {
  border-left-color: rgb(192 132 252 / 0.65);
  border-right-color: rgb(192 132 252 / 0.65);
}
.border-x-purple-400\/70 {
  border-left-color: rgb(192 132 252 / 0.7);
  border-right-color: rgb(192 132 252 / 0.7);
}
.border-x-purple-400\/75 {
  border-left-color: rgb(192 132 252 / 0.75);
  border-right-color: rgb(192 132 252 / 0.75);
}
.border-x-purple-400\/80 {
  border-left-color: rgb(192 132 252 / 0.8);
  border-right-color: rgb(192 132 252 / 0.8);
}
.border-x-purple-400\/85 {
  border-left-color: rgb(192 132 252 / 0.85);
  border-right-color: rgb(192 132 252 / 0.85);
}
.border-x-purple-400\/90 {
  border-left-color: rgb(192 132 252 / 0.9);
  border-right-color: rgb(192 132 252 / 0.9);
}
.border-x-purple-400\/95 {
  border-left-color: rgb(192 132 252 / 0.95);
  border-right-color: rgb(192 132 252 / 0.95);
}
.border-x-purple-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-x-purple-50\/0 {
  border-left-color: rgb(250 245 255 / 0);
  border-right-color: rgb(250 245 255 / 0);
}
.border-x-purple-50\/10 {
  border-left-color: rgb(250 245 255 / 0.1);
  border-right-color: rgb(250 245 255 / 0.1);
}
.border-x-purple-50\/100 {
  border-left-color: rgb(250 245 255 / 1);
  border-right-color: rgb(250 245 255 / 1);
}
.border-x-purple-50\/15 {
  border-left-color: rgb(250 245 255 / 0.15);
  border-right-color: rgb(250 245 255 / 0.15);
}
.border-x-purple-50\/20 {
  border-left-color: rgb(250 245 255 / 0.2);
  border-right-color: rgb(250 245 255 / 0.2);
}
.border-x-purple-50\/25 {
  border-left-color: rgb(250 245 255 / 0.25);
  border-right-color: rgb(250 245 255 / 0.25);
}
.border-x-purple-50\/30 {
  border-left-color: rgb(250 245 255 / 0.3);
  border-right-color: rgb(250 245 255 / 0.3);
}
.border-x-purple-50\/35 {
  border-left-color: rgb(250 245 255 / 0.35);
  border-right-color: rgb(250 245 255 / 0.35);
}
.border-x-purple-50\/40 {
  border-left-color: rgb(250 245 255 / 0.4);
  border-right-color: rgb(250 245 255 / 0.4);
}
.border-x-purple-50\/45 {
  border-left-color: rgb(250 245 255 / 0.45);
  border-right-color: rgb(250 245 255 / 0.45);
}
.border-x-purple-50\/5 {
  border-left-color: rgb(250 245 255 / 0.05);
  border-right-color: rgb(250 245 255 / 0.05);
}
.border-x-purple-50\/50 {
  border-left-color: rgb(250 245 255 / 0.5);
  border-right-color: rgb(250 245 255 / 0.5);
}
.border-x-purple-50\/55 {
  border-left-color: rgb(250 245 255 / 0.55);
  border-right-color: rgb(250 245 255 / 0.55);
}
.border-x-purple-50\/60 {
  border-left-color: rgb(250 245 255 / 0.6);
  border-right-color: rgb(250 245 255 / 0.6);
}
.border-x-purple-50\/65 {
  border-left-color: rgb(250 245 255 / 0.65);
  border-right-color: rgb(250 245 255 / 0.65);
}
.border-x-purple-50\/70 {
  border-left-color: rgb(250 245 255 / 0.7);
  border-right-color: rgb(250 245 255 / 0.7);
}
.border-x-purple-50\/75 {
  border-left-color: rgb(250 245 255 / 0.75);
  border-right-color: rgb(250 245 255 / 0.75);
}
.border-x-purple-50\/80 {
  border-left-color: rgb(250 245 255 / 0.8);
  border-right-color: rgb(250 245 255 / 0.8);
}
.border-x-purple-50\/85 {
  border-left-color: rgb(250 245 255 / 0.85);
  border-right-color: rgb(250 245 255 / 0.85);
}
.border-x-purple-50\/90 {
  border-left-color: rgb(250 245 255 / 0.9);
  border-right-color: rgb(250 245 255 / 0.9);
}
.border-x-purple-50\/95 {
  border-left-color: rgb(250 245 255 / 0.95);
  border-right-color: rgb(250 245 255 / 0.95);
}
.border-x-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-x-purple-500\/0 {
  border-left-color: rgb(168 85 247 / 0);
  border-right-color: rgb(168 85 247 / 0);
}
.border-x-purple-500\/10 {
  border-left-color: rgb(168 85 247 / 0.1);
  border-right-color: rgb(168 85 247 / 0.1);
}
.border-x-purple-500\/100 {
  border-left-color: rgb(168 85 247 / 1);
  border-right-color: rgb(168 85 247 / 1);
}
.border-x-purple-500\/15 {
  border-left-color: rgb(168 85 247 / 0.15);
  border-right-color: rgb(168 85 247 / 0.15);
}
.border-x-purple-500\/20 {
  border-left-color: rgb(168 85 247 / 0.2);
  border-right-color: rgb(168 85 247 / 0.2);
}
.border-x-purple-500\/25 {
  border-left-color: rgb(168 85 247 / 0.25);
  border-right-color: rgb(168 85 247 / 0.25);
}
.border-x-purple-500\/30 {
  border-left-color: rgb(168 85 247 / 0.3);
  border-right-color: rgb(168 85 247 / 0.3);
}
.border-x-purple-500\/35 {
  border-left-color: rgb(168 85 247 / 0.35);
  border-right-color: rgb(168 85 247 / 0.35);
}
.border-x-purple-500\/40 {
  border-left-color: rgb(168 85 247 / 0.4);
  border-right-color: rgb(168 85 247 / 0.4);
}
.border-x-purple-500\/45 {
  border-left-color: rgb(168 85 247 / 0.45);
  border-right-color: rgb(168 85 247 / 0.45);
}
.border-x-purple-500\/5 {
  border-left-color: rgb(168 85 247 / 0.05);
  border-right-color: rgb(168 85 247 / 0.05);
}
.border-x-purple-500\/50 {
  border-left-color: rgb(168 85 247 / 0.5);
  border-right-color: rgb(168 85 247 / 0.5);
}
.border-x-purple-500\/55 {
  border-left-color: rgb(168 85 247 / 0.55);
  border-right-color: rgb(168 85 247 / 0.55);
}
.border-x-purple-500\/60 {
  border-left-color: rgb(168 85 247 / 0.6);
  border-right-color: rgb(168 85 247 / 0.6);
}
.border-x-purple-500\/65 {
  border-left-color: rgb(168 85 247 / 0.65);
  border-right-color: rgb(168 85 247 / 0.65);
}
.border-x-purple-500\/70 {
  border-left-color: rgb(168 85 247 / 0.7);
  border-right-color: rgb(168 85 247 / 0.7);
}
.border-x-purple-500\/75 {
  border-left-color: rgb(168 85 247 / 0.75);
  border-right-color: rgb(168 85 247 / 0.75);
}
.border-x-purple-500\/80 {
  border-left-color: rgb(168 85 247 / 0.8);
  border-right-color: rgb(168 85 247 / 0.8);
}
.border-x-purple-500\/85 {
  border-left-color: rgb(168 85 247 / 0.85);
  border-right-color: rgb(168 85 247 / 0.85);
}
.border-x-purple-500\/90 {
  border-left-color: rgb(168 85 247 / 0.9);
  border-right-color: rgb(168 85 247 / 0.9);
}
.border-x-purple-500\/95 {
  border-left-color: rgb(168 85 247 / 0.95);
  border-right-color: rgb(168 85 247 / 0.95);
}
.border-x-purple-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-x-purple-600\/0 {
  border-left-color: rgb(147 51 234 / 0);
  border-right-color: rgb(147 51 234 / 0);
}
.border-x-purple-600\/10 {
  border-left-color: rgb(147 51 234 / 0.1);
  border-right-color: rgb(147 51 234 / 0.1);
}
.border-x-purple-600\/100 {
  border-left-color: rgb(147 51 234 / 1);
  border-right-color: rgb(147 51 234 / 1);
}
.border-x-purple-600\/15 {
  border-left-color: rgb(147 51 234 / 0.15);
  border-right-color: rgb(147 51 234 / 0.15);
}
.border-x-purple-600\/20 {
  border-left-color: rgb(147 51 234 / 0.2);
  border-right-color: rgb(147 51 234 / 0.2);
}
.border-x-purple-600\/25 {
  border-left-color: rgb(147 51 234 / 0.25);
  border-right-color: rgb(147 51 234 / 0.25);
}
.border-x-purple-600\/30 {
  border-left-color: rgb(147 51 234 / 0.3);
  border-right-color: rgb(147 51 234 / 0.3);
}
.border-x-purple-600\/35 {
  border-left-color: rgb(147 51 234 / 0.35);
  border-right-color: rgb(147 51 234 / 0.35);
}
.border-x-purple-600\/40 {
  border-left-color: rgb(147 51 234 / 0.4);
  border-right-color: rgb(147 51 234 / 0.4);
}
.border-x-purple-600\/45 {
  border-left-color: rgb(147 51 234 / 0.45);
  border-right-color: rgb(147 51 234 / 0.45);
}
.border-x-purple-600\/5 {
  border-left-color: rgb(147 51 234 / 0.05);
  border-right-color: rgb(147 51 234 / 0.05);
}
.border-x-purple-600\/50 {
  border-left-color: rgb(147 51 234 / 0.5);
  border-right-color: rgb(147 51 234 / 0.5);
}
.border-x-purple-600\/55 {
  border-left-color: rgb(147 51 234 / 0.55);
  border-right-color: rgb(147 51 234 / 0.55);
}
.border-x-purple-600\/60 {
  border-left-color: rgb(147 51 234 / 0.6);
  border-right-color: rgb(147 51 234 / 0.6);
}
.border-x-purple-600\/65 {
  border-left-color: rgb(147 51 234 / 0.65);
  border-right-color: rgb(147 51 234 / 0.65);
}
.border-x-purple-600\/70 {
  border-left-color: rgb(147 51 234 / 0.7);
  border-right-color: rgb(147 51 234 / 0.7);
}
.border-x-purple-600\/75 {
  border-left-color: rgb(147 51 234 / 0.75);
  border-right-color: rgb(147 51 234 / 0.75);
}
.border-x-purple-600\/80 {
  border-left-color: rgb(147 51 234 / 0.8);
  border-right-color: rgb(147 51 234 / 0.8);
}
.border-x-purple-600\/85 {
  border-left-color: rgb(147 51 234 / 0.85);
  border-right-color: rgb(147 51 234 / 0.85);
}
.border-x-purple-600\/90 {
  border-left-color: rgb(147 51 234 / 0.9);
  border-right-color: rgb(147 51 234 / 0.9);
}
.border-x-purple-600\/95 {
  border-left-color: rgb(147 51 234 / 0.95);
  border-right-color: rgb(147 51 234 / 0.95);
}
.border-x-purple-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-x-purple-700\/0 {
  border-left-color: rgb(126 34 206 / 0);
  border-right-color: rgb(126 34 206 / 0);
}
.border-x-purple-700\/10 {
  border-left-color: rgb(126 34 206 / 0.1);
  border-right-color: rgb(126 34 206 / 0.1);
}
.border-x-purple-700\/100 {
  border-left-color: rgb(126 34 206 / 1);
  border-right-color: rgb(126 34 206 / 1);
}
.border-x-purple-700\/15 {
  border-left-color: rgb(126 34 206 / 0.15);
  border-right-color: rgb(126 34 206 / 0.15);
}
.border-x-purple-700\/20 {
  border-left-color: rgb(126 34 206 / 0.2);
  border-right-color: rgb(126 34 206 / 0.2);
}
.border-x-purple-700\/25 {
  border-left-color: rgb(126 34 206 / 0.25);
  border-right-color: rgb(126 34 206 / 0.25);
}
.border-x-purple-700\/30 {
  border-left-color: rgb(126 34 206 / 0.3);
  border-right-color: rgb(126 34 206 / 0.3);
}
.border-x-purple-700\/35 {
  border-left-color: rgb(126 34 206 / 0.35);
  border-right-color: rgb(126 34 206 / 0.35);
}
.border-x-purple-700\/40 {
  border-left-color: rgb(126 34 206 / 0.4);
  border-right-color: rgb(126 34 206 / 0.4);
}
.border-x-purple-700\/45 {
  border-left-color: rgb(126 34 206 / 0.45);
  border-right-color: rgb(126 34 206 / 0.45);
}
.border-x-purple-700\/5 {
  border-left-color: rgb(126 34 206 / 0.05);
  border-right-color: rgb(126 34 206 / 0.05);
}
.border-x-purple-700\/50 {
  border-left-color: rgb(126 34 206 / 0.5);
  border-right-color: rgb(126 34 206 / 0.5);
}
.border-x-purple-700\/55 {
  border-left-color: rgb(126 34 206 / 0.55);
  border-right-color: rgb(126 34 206 / 0.55);
}
.border-x-purple-700\/60 {
  border-left-color: rgb(126 34 206 / 0.6);
  border-right-color: rgb(126 34 206 / 0.6);
}
.border-x-purple-700\/65 {
  border-left-color: rgb(126 34 206 / 0.65);
  border-right-color: rgb(126 34 206 / 0.65);
}
.border-x-purple-700\/70 {
  border-left-color: rgb(126 34 206 / 0.7);
  border-right-color: rgb(126 34 206 / 0.7);
}
.border-x-purple-700\/75 {
  border-left-color: rgb(126 34 206 / 0.75);
  border-right-color: rgb(126 34 206 / 0.75);
}
.border-x-purple-700\/80 {
  border-left-color: rgb(126 34 206 / 0.8);
  border-right-color: rgb(126 34 206 / 0.8);
}
.border-x-purple-700\/85 {
  border-left-color: rgb(126 34 206 / 0.85);
  border-right-color: rgb(126 34 206 / 0.85);
}
.border-x-purple-700\/90 {
  border-left-color: rgb(126 34 206 / 0.9);
  border-right-color: rgb(126 34 206 / 0.9);
}
.border-x-purple-700\/95 {
  border-left-color: rgb(126 34 206 / 0.95);
  border-right-color: rgb(126 34 206 / 0.95);
}
.border-x-purple-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-x-purple-800\/0 {
  border-left-color: rgb(107 33 168 / 0);
  border-right-color: rgb(107 33 168 / 0);
}
.border-x-purple-800\/10 {
  border-left-color: rgb(107 33 168 / 0.1);
  border-right-color: rgb(107 33 168 / 0.1);
}
.border-x-purple-800\/100 {
  border-left-color: rgb(107 33 168 / 1);
  border-right-color: rgb(107 33 168 / 1);
}
.border-x-purple-800\/15 {
  border-left-color: rgb(107 33 168 / 0.15);
  border-right-color: rgb(107 33 168 / 0.15);
}
.border-x-purple-800\/20 {
  border-left-color: rgb(107 33 168 / 0.2);
  border-right-color: rgb(107 33 168 / 0.2);
}
.border-x-purple-800\/25 {
  border-left-color: rgb(107 33 168 / 0.25);
  border-right-color: rgb(107 33 168 / 0.25);
}
.border-x-purple-800\/30 {
  border-left-color: rgb(107 33 168 / 0.3);
  border-right-color: rgb(107 33 168 / 0.3);
}
.border-x-purple-800\/35 {
  border-left-color: rgb(107 33 168 / 0.35);
  border-right-color: rgb(107 33 168 / 0.35);
}
.border-x-purple-800\/40 {
  border-left-color: rgb(107 33 168 / 0.4);
  border-right-color: rgb(107 33 168 / 0.4);
}
.border-x-purple-800\/45 {
  border-left-color: rgb(107 33 168 / 0.45);
  border-right-color: rgb(107 33 168 / 0.45);
}
.border-x-purple-800\/5 {
  border-left-color: rgb(107 33 168 / 0.05);
  border-right-color: rgb(107 33 168 / 0.05);
}
.border-x-purple-800\/50 {
  border-left-color: rgb(107 33 168 / 0.5);
  border-right-color: rgb(107 33 168 / 0.5);
}
.border-x-purple-800\/55 {
  border-left-color: rgb(107 33 168 / 0.55);
  border-right-color: rgb(107 33 168 / 0.55);
}
.border-x-purple-800\/60 {
  border-left-color: rgb(107 33 168 / 0.6);
  border-right-color: rgb(107 33 168 / 0.6);
}
.border-x-purple-800\/65 {
  border-left-color: rgb(107 33 168 / 0.65);
  border-right-color: rgb(107 33 168 / 0.65);
}
.border-x-purple-800\/70 {
  border-left-color: rgb(107 33 168 / 0.7);
  border-right-color: rgb(107 33 168 / 0.7);
}
.border-x-purple-800\/75 {
  border-left-color: rgb(107 33 168 / 0.75);
  border-right-color: rgb(107 33 168 / 0.75);
}
.border-x-purple-800\/80 {
  border-left-color: rgb(107 33 168 / 0.8);
  border-right-color: rgb(107 33 168 / 0.8);
}
.border-x-purple-800\/85 {
  border-left-color: rgb(107 33 168 / 0.85);
  border-right-color: rgb(107 33 168 / 0.85);
}
.border-x-purple-800\/90 {
  border-left-color: rgb(107 33 168 / 0.9);
  border-right-color: rgb(107 33 168 / 0.9);
}
.border-x-purple-800\/95 {
  border-left-color: rgb(107 33 168 / 0.95);
  border-right-color: rgb(107 33 168 / 0.95);
}
.border-x-purple-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-x-purple-900\/0 {
  border-left-color: rgb(88 28 135 / 0);
  border-right-color: rgb(88 28 135 / 0);
}
.border-x-purple-900\/10 {
  border-left-color: rgb(88 28 135 / 0.1);
  border-right-color: rgb(88 28 135 / 0.1);
}
.border-x-purple-900\/100 {
  border-left-color: rgb(88 28 135 / 1);
  border-right-color: rgb(88 28 135 / 1);
}
.border-x-purple-900\/15 {
  border-left-color: rgb(88 28 135 / 0.15);
  border-right-color: rgb(88 28 135 / 0.15);
}
.border-x-purple-900\/20 {
  border-left-color: rgb(88 28 135 / 0.2);
  border-right-color: rgb(88 28 135 / 0.2);
}
.border-x-purple-900\/25 {
  border-left-color: rgb(88 28 135 / 0.25);
  border-right-color: rgb(88 28 135 / 0.25);
}
.border-x-purple-900\/30 {
  border-left-color: rgb(88 28 135 / 0.3);
  border-right-color: rgb(88 28 135 / 0.3);
}
.border-x-purple-900\/35 {
  border-left-color: rgb(88 28 135 / 0.35);
  border-right-color: rgb(88 28 135 / 0.35);
}
.border-x-purple-900\/40 {
  border-left-color: rgb(88 28 135 / 0.4);
  border-right-color: rgb(88 28 135 / 0.4);
}
.border-x-purple-900\/45 {
  border-left-color: rgb(88 28 135 / 0.45);
  border-right-color: rgb(88 28 135 / 0.45);
}
.border-x-purple-900\/5 {
  border-left-color: rgb(88 28 135 / 0.05);
  border-right-color: rgb(88 28 135 / 0.05);
}
.border-x-purple-900\/50 {
  border-left-color: rgb(88 28 135 / 0.5);
  border-right-color: rgb(88 28 135 / 0.5);
}
.border-x-purple-900\/55 {
  border-left-color: rgb(88 28 135 / 0.55);
  border-right-color: rgb(88 28 135 / 0.55);
}
.border-x-purple-900\/60 {
  border-left-color: rgb(88 28 135 / 0.6);
  border-right-color: rgb(88 28 135 / 0.6);
}
.border-x-purple-900\/65 {
  border-left-color: rgb(88 28 135 / 0.65);
  border-right-color: rgb(88 28 135 / 0.65);
}
.border-x-purple-900\/70 {
  border-left-color: rgb(88 28 135 / 0.7);
  border-right-color: rgb(88 28 135 / 0.7);
}
.border-x-purple-900\/75 {
  border-left-color: rgb(88 28 135 / 0.75);
  border-right-color: rgb(88 28 135 / 0.75);
}
.border-x-purple-900\/80 {
  border-left-color: rgb(88 28 135 / 0.8);
  border-right-color: rgb(88 28 135 / 0.8);
}
.border-x-purple-900\/85 {
  border-left-color: rgb(88 28 135 / 0.85);
  border-right-color: rgb(88 28 135 / 0.85);
}
.border-x-purple-900\/90 {
  border-left-color: rgb(88 28 135 / 0.9);
  border-right-color: rgb(88 28 135 / 0.9);
}
.border-x-purple-900\/95 {
  border-left-color: rgb(88 28 135 / 0.95);
  border-right-color: rgb(88 28 135 / 0.95);
}
.border-x-purple-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-x-purple-950\/0 {
  border-left-color: rgb(59 7 100 / 0);
  border-right-color: rgb(59 7 100 / 0);
}
.border-x-purple-950\/10 {
  border-left-color: rgb(59 7 100 / 0.1);
  border-right-color: rgb(59 7 100 / 0.1);
}
.border-x-purple-950\/100 {
  border-left-color: rgb(59 7 100 / 1);
  border-right-color: rgb(59 7 100 / 1);
}
.border-x-purple-950\/15 {
  border-left-color: rgb(59 7 100 / 0.15);
  border-right-color: rgb(59 7 100 / 0.15);
}
.border-x-purple-950\/20 {
  border-left-color: rgb(59 7 100 / 0.2);
  border-right-color: rgb(59 7 100 / 0.2);
}
.border-x-purple-950\/25 {
  border-left-color: rgb(59 7 100 / 0.25);
  border-right-color: rgb(59 7 100 / 0.25);
}
.border-x-purple-950\/30 {
  border-left-color: rgb(59 7 100 / 0.3);
  border-right-color: rgb(59 7 100 / 0.3);
}
.border-x-purple-950\/35 {
  border-left-color: rgb(59 7 100 / 0.35);
  border-right-color: rgb(59 7 100 / 0.35);
}
.border-x-purple-950\/40 {
  border-left-color: rgb(59 7 100 / 0.4);
  border-right-color: rgb(59 7 100 / 0.4);
}
.border-x-purple-950\/45 {
  border-left-color: rgb(59 7 100 / 0.45);
  border-right-color: rgb(59 7 100 / 0.45);
}
.border-x-purple-950\/5 {
  border-left-color: rgb(59 7 100 / 0.05);
  border-right-color: rgb(59 7 100 / 0.05);
}
.border-x-purple-950\/50 {
  border-left-color: rgb(59 7 100 / 0.5);
  border-right-color: rgb(59 7 100 / 0.5);
}
.border-x-purple-950\/55 {
  border-left-color: rgb(59 7 100 / 0.55);
  border-right-color: rgb(59 7 100 / 0.55);
}
.border-x-purple-950\/60 {
  border-left-color: rgb(59 7 100 / 0.6);
  border-right-color: rgb(59 7 100 / 0.6);
}
.border-x-purple-950\/65 {
  border-left-color: rgb(59 7 100 / 0.65);
  border-right-color: rgb(59 7 100 / 0.65);
}
.border-x-purple-950\/70 {
  border-left-color: rgb(59 7 100 / 0.7);
  border-right-color: rgb(59 7 100 / 0.7);
}
.border-x-purple-950\/75 {
  border-left-color: rgb(59 7 100 / 0.75);
  border-right-color: rgb(59 7 100 / 0.75);
}
.border-x-purple-950\/80 {
  border-left-color: rgb(59 7 100 / 0.8);
  border-right-color: rgb(59 7 100 / 0.8);
}
.border-x-purple-950\/85 {
  border-left-color: rgb(59 7 100 / 0.85);
  border-right-color: rgb(59 7 100 / 0.85);
}
.border-x-purple-950\/90 {
  border-left-color: rgb(59 7 100 / 0.9);
  border-right-color: rgb(59 7 100 / 0.9);
}
.border-x-purple-950\/95 {
  border-left-color: rgb(59 7 100 / 0.95);
  border-right-color: rgb(59 7 100 / 0.95);
}
.border-x-red-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-x-red-100\/0 {
  border-left-color: rgb(254 226 226 / 0);
  border-right-color: rgb(254 226 226 / 0);
}
.border-x-red-100\/10 {
  border-left-color: rgb(254 226 226 / 0.1);
  border-right-color: rgb(254 226 226 / 0.1);
}
.border-x-red-100\/100 {
  border-left-color: rgb(254 226 226 / 1);
  border-right-color: rgb(254 226 226 / 1);
}
.border-x-red-100\/15 {
  border-left-color: rgb(254 226 226 / 0.15);
  border-right-color: rgb(254 226 226 / 0.15);
}
.border-x-red-100\/20 {
  border-left-color: rgb(254 226 226 / 0.2);
  border-right-color: rgb(254 226 226 / 0.2);
}
.border-x-red-100\/25 {
  border-left-color: rgb(254 226 226 / 0.25);
  border-right-color: rgb(254 226 226 / 0.25);
}
.border-x-red-100\/30 {
  border-left-color: rgb(254 226 226 / 0.3);
  border-right-color: rgb(254 226 226 / 0.3);
}
.border-x-red-100\/35 {
  border-left-color: rgb(254 226 226 / 0.35);
  border-right-color: rgb(254 226 226 / 0.35);
}
.border-x-red-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}
.border-x-red-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45);
  border-right-color: rgb(254 226 226 / 0.45);
}
.border-x-red-100\/5 {
  border-left-color: rgb(254 226 226 / 0.05);
  border-right-color: rgb(254 226 226 / 0.05);
}
.border-x-red-100\/50 {
  border-left-color: rgb(254 226 226 / 0.5);
  border-right-color: rgb(254 226 226 / 0.5);
}
.border-x-red-100\/55 {
  border-left-color: rgb(254 226 226 / 0.55);
  border-right-color: rgb(254 226 226 / 0.55);
}
.border-x-red-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}
.border-x-red-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65);
  border-right-color: rgb(254 226 226 / 0.65);
}
.border-x-red-100\/70 {
  border-left-color: rgb(254 226 226 / 0.7);
  border-right-color: rgb(254 226 226 / 0.7);
}
.border-x-red-100\/75 {
  border-left-color: rgb(254 226 226 / 0.75);
  border-right-color: rgb(254 226 226 / 0.75);
}
.border-x-red-100\/80 {
  border-left-color: rgb(254 226 226 / 0.8);
  border-right-color: rgb(254 226 226 / 0.8);
}
.border-x-red-100\/85 {
  border-left-color: rgb(254 226 226 / 0.85);
  border-right-color: rgb(254 226 226 / 0.85);
}
.border-x-red-100\/90 {
  border-left-color: rgb(254 226 226 / 0.9);
  border-right-color: rgb(254 226 226 / 0.9);
}
.border-x-red-100\/95 {
  border-left-color: rgb(254 226 226 / 0.95);
  border-right-color: rgb(254 226 226 / 0.95);
}
.border-x-red-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-x-red-200\/0 {
  border-left-color: rgb(254 202 202 / 0);
  border-right-color: rgb(254 202 202 / 0);
}
.border-x-red-200\/10 {
  border-left-color: rgb(254 202 202 / 0.1);
  border-right-color: rgb(254 202 202 / 0.1);
}
.border-x-red-200\/100 {
  border-left-color: rgb(254 202 202 / 1);
  border-right-color: rgb(254 202 202 / 1);
}
.border-x-red-200\/15 {
  border-left-color: rgb(254 202 202 / 0.15);
  border-right-color: rgb(254 202 202 / 0.15);
}
.border-x-red-200\/20 {
  border-left-color: rgb(254 202 202 / 0.2);
  border-right-color: rgb(254 202 202 / 0.2);
}
.border-x-red-200\/25 {
  border-left-color: rgb(254 202 202 / 0.25);
  border-right-color: rgb(254 202 202 / 0.25);
}
.border-x-red-200\/30 {
  border-left-color: rgb(254 202 202 / 0.3);
  border-right-color: rgb(254 202 202 / 0.3);
}
.border-x-red-200\/35 {
  border-left-color: rgb(254 202 202 / 0.35);
  border-right-color: rgb(254 202 202 / 0.35);
}
.border-x-red-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}
.border-x-red-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45);
  border-right-color: rgb(254 202 202 / 0.45);
}
.border-x-red-200\/5 {
  border-left-color: rgb(254 202 202 / 0.05);
  border-right-color: rgb(254 202 202 / 0.05);
}
.border-x-red-200\/50 {
  border-left-color: rgb(254 202 202 / 0.5);
  border-right-color: rgb(254 202 202 / 0.5);
}
.border-x-red-200\/55 {
  border-left-color: rgb(254 202 202 / 0.55);
  border-right-color: rgb(254 202 202 / 0.55);
}
.border-x-red-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}
.border-x-red-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65);
  border-right-color: rgb(254 202 202 / 0.65);
}
.border-x-red-200\/70 {
  border-left-color: rgb(254 202 202 / 0.7);
  border-right-color: rgb(254 202 202 / 0.7);
}
.border-x-red-200\/75 {
  border-left-color: rgb(254 202 202 / 0.75);
  border-right-color: rgb(254 202 202 / 0.75);
}
.border-x-red-200\/80 {
  border-left-color: rgb(254 202 202 / 0.8);
  border-right-color: rgb(254 202 202 / 0.8);
}
.border-x-red-200\/85 {
  border-left-color: rgb(254 202 202 / 0.85);
  border-right-color: rgb(254 202 202 / 0.85);
}
.border-x-red-200\/90 {
  border-left-color: rgb(254 202 202 / 0.9);
  border-right-color: rgb(254 202 202 / 0.9);
}
.border-x-red-200\/95 {
  border-left-color: rgb(254 202 202 / 0.95);
  border-right-color: rgb(254 202 202 / 0.95);
}
.border-x-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-x-red-300\/0 {
  border-left-color: rgb(252 165 165 / 0);
  border-right-color: rgb(252 165 165 / 0);
}
.border-x-red-300\/10 {
  border-left-color: rgb(252 165 165 / 0.1);
  border-right-color: rgb(252 165 165 / 0.1);
}
.border-x-red-300\/100 {
  border-left-color: rgb(252 165 165 / 1);
  border-right-color: rgb(252 165 165 / 1);
}
.border-x-red-300\/15 {
  border-left-color: rgb(252 165 165 / 0.15);
  border-right-color: rgb(252 165 165 / 0.15);
}
.border-x-red-300\/20 {
  border-left-color: rgb(252 165 165 / 0.2);
  border-right-color: rgb(252 165 165 / 0.2);
}
.border-x-red-300\/25 {
  border-left-color: rgb(252 165 165 / 0.25);
  border-right-color: rgb(252 165 165 / 0.25);
}
.border-x-red-300\/30 {
  border-left-color: rgb(252 165 165 / 0.3);
  border-right-color: rgb(252 165 165 / 0.3);
}
.border-x-red-300\/35 {
  border-left-color: rgb(252 165 165 / 0.35);
  border-right-color: rgb(252 165 165 / 0.35);
}
.border-x-red-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}
.border-x-red-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45);
  border-right-color: rgb(252 165 165 / 0.45);
}
.border-x-red-300\/5 {
  border-left-color: rgb(252 165 165 / 0.05);
  border-right-color: rgb(252 165 165 / 0.05);
}
.border-x-red-300\/50 {
  border-left-color: rgb(252 165 165 / 0.5);
  border-right-color: rgb(252 165 165 / 0.5);
}
.border-x-red-300\/55 {
  border-left-color: rgb(252 165 165 / 0.55);
  border-right-color: rgb(252 165 165 / 0.55);
}
.border-x-red-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}
.border-x-red-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65);
  border-right-color: rgb(252 165 165 / 0.65);
}
.border-x-red-300\/70 {
  border-left-color: rgb(252 165 165 / 0.7);
  border-right-color: rgb(252 165 165 / 0.7);
}
.border-x-red-300\/75 {
  border-left-color: rgb(252 165 165 / 0.75);
  border-right-color: rgb(252 165 165 / 0.75);
}
.border-x-red-300\/80 {
  border-left-color: rgb(252 165 165 / 0.8);
  border-right-color: rgb(252 165 165 / 0.8);
}
.border-x-red-300\/85 {
  border-left-color: rgb(252 165 165 / 0.85);
  border-right-color: rgb(252 165 165 / 0.85);
}
.border-x-red-300\/90 {
  border-left-color: rgb(252 165 165 / 0.9);
  border-right-color: rgb(252 165 165 / 0.9);
}
.border-x-red-300\/95 {
  border-left-color: rgb(252 165 165 / 0.95);
  border-right-color: rgb(252 165 165 / 0.95);
}
.border-x-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-x-red-400\/0 {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}
.border-x-red-400\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-x-red-400\/100 {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-red-400\/15 {
  border-left-color: rgb(248 113 113 / 0.15);
  border-right-color: rgb(248 113 113 / 0.15);
}
.border-x-red-400\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-x-red-400\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-x-red-400\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-x-red-400\/35 {
  border-left-color: rgb(248 113 113 / 0.35);
  border-right-color: rgb(248 113 113 / 0.35);
}
.border-x-red-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-x-red-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45);
  border-right-color: rgb(248 113 113 / 0.45);
}
.border-x-red-400\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-x-red-400\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-red-400\/55 {
  border-left-color: rgb(248 113 113 / 0.55);
  border-right-color: rgb(248 113 113 / 0.55);
}
.border-x-red-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-x-red-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65);
  border-right-color: rgb(248 113 113 / 0.65);
}
.border-x-red-400\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-x-red-400\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-x-red-400\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-x-red-400\/85 {
  border-left-color: rgb(248 113 113 / 0.85);
  border-right-color: rgb(248 113 113 / 0.85);
}
.border-x-red-400\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-x-red-400\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-x-red-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-x-red-50\/0 {
  border-left-color: rgb(254 242 242 / 0);
  border-right-color: rgb(254 242 242 / 0);
}
.border-x-red-50\/10 {
  border-left-color: rgb(254 242 242 / 0.1);
  border-right-color: rgb(254 242 242 / 0.1);
}
.border-x-red-50\/100 {
  border-left-color: rgb(254 242 242 / 1);
  border-right-color: rgb(254 242 242 / 1);
}
.border-x-red-50\/15 {
  border-left-color: rgb(254 242 242 / 0.15);
  border-right-color: rgb(254 242 242 / 0.15);
}
.border-x-red-50\/20 {
  border-left-color: rgb(254 242 242 / 0.2);
  border-right-color: rgb(254 242 242 / 0.2);
}
.border-x-red-50\/25 {
  border-left-color: rgb(254 242 242 / 0.25);
  border-right-color: rgb(254 242 242 / 0.25);
}
.border-x-red-50\/30 {
  border-left-color: rgb(254 242 242 / 0.3);
  border-right-color: rgb(254 242 242 / 0.3);
}
.border-x-red-50\/35 {
  border-left-color: rgb(254 242 242 / 0.35);
  border-right-color: rgb(254 242 242 / 0.35);
}
.border-x-red-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}
.border-x-red-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45);
  border-right-color: rgb(254 242 242 / 0.45);
}
.border-x-red-50\/5 {
  border-left-color: rgb(254 242 242 / 0.05);
  border-right-color: rgb(254 242 242 / 0.05);
}
.border-x-red-50\/50 {
  border-left-color: rgb(254 242 242 / 0.5);
  border-right-color: rgb(254 242 242 / 0.5);
}
.border-x-red-50\/55 {
  border-left-color: rgb(254 242 242 / 0.55);
  border-right-color: rgb(254 242 242 / 0.55);
}
.border-x-red-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}
.border-x-red-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65);
  border-right-color: rgb(254 242 242 / 0.65);
}
.border-x-red-50\/70 {
  border-left-color: rgb(254 242 242 / 0.7);
  border-right-color: rgb(254 242 242 / 0.7);
}
.border-x-red-50\/75 {
  border-left-color: rgb(254 242 242 / 0.75);
  border-right-color: rgb(254 242 242 / 0.75);
}
.border-x-red-50\/80 {
  border-left-color: rgb(254 242 242 / 0.8);
  border-right-color: rgb(254 242 242 / 0.8);
}
.border-x-red-50\/85 {
  border-left-color: rgb(254 242 242 / 0.85);
  border-right-color: rgb(254 242 242 / 0.85);
}
.border-x-red-50\/90 {
  border-left-color: rgb(254 242 242 / 0.9);
  border-right-color: rgb(254 242 242 / 0.9);
}
.border-x-red-50\/95 {
  border-left-color: rgb(254 242 242 / 0.95);
  border-right-color: rgb(254 242 242 / 0.95);
}
.border-x-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-x-red-500\/0 {
  border-left-color: rgb(239 68 68 / 0);
  border-right-color: rgb(239 68 68 / 0);
}
.border-x-red-500\/10 {
  border-left-color: rgb(239 68 68 / 0.1);
  border-right-color: rgb(239 68 68 / 0.1);
}
.border-x-red-500\/100 {
  border-left-color: rgb(239 68 68 / 1);
  border-right-color: rgb(239 68 68 / 1);
}
.border-x-red-500\/15 {
  border-left-color: rgb(239 68 68 / 0.15);
  border-right-color: rgb(239 68 68 / 0.15);
}
.border-x-red-500\/20 {
  border-left-color: rgb(239 68 68 / 0.2);
  border-right-color: rgb(239 68 68 / 0.2);
}
.border-x-red-500\/25 {
  border-left-color: rgb(239 68 68 / 0.25);
  border-right-color: rgb(239 68 68 / 0.25);
}
.border-x-red-500\/30 {
  border-left-color: rgb(239 68 68 / 0.3);
  border-right-color: rgb(239 68 68 / 0.3);
}
.border-x-red-500\/35 {
  border-left-color: rgb(239 68 68 / 0.35);
  border-right-color: rgb(239 68 68 / 0.35);
}
.border-x-red-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}
.border-x-red-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45);
  border-right-color: rgb(239 68 68 / 0.45);
}
.border-x-red-500\/5 {
  border-left-color: rgb(239 68 68 / 0.05);
  border-right-color: rgb(239 68 68 / 0.05);
}
.border-x-red-500\/50 {
  border-left-color: rgb(239 68 68 / 0.5);
  border-right-color: rgb(239 68 68 / 0.5);
}
.border-x-red-500\/55 {
  border-left-color: rgb(239 68 68 / 0.55);
  border-right-color: rgb(239 68 68 / 0.55);
}
.border-x-red-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}
.border-x-red-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65);
  border-right-color: rgb(239 68 68 / 0.65);
}
.border-x-red-500\/70 {
  border-left-color: rgb(239 68 68 / 0.7);
  border-right-color: rgb(239 68 68 / 0.7);
}
.border-x-red-500\/75 {
  border-left-color: rgb(239 68 68 / 0.75);
  border-right-color: rgb(239 68 68 / 0.75);
}
.border-x-red-500\/80 {
  border-left-color: rgb(239 68 68 / 0.8);
  border-right-color: rgb(239 68 68 / 0.8);
}
.border-x-red-500\/85 {
  border-left-color: rgb(239 68 68 / 0.85);
  border-right-color: rgb(239 68 68 / 0.85);
}
.border-x-red-500\/90 {
  border-left-color: rgb(239 68 68 / 0.9);
  border-right-color: rgb(239 68 68 / 0.9);
}
.border-x-red-500\/95 {
  border-left-color: rgb(239 68 68 / 0.95);
  border-right-color: rgb(239 68 68 / 0.95);
}
.border-x-red-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-x-red-600\/0 {
  border-left-color: rgb(220 38 38 / 0);
  border-right-color: rgb(220 38 38 / 0);
}
.border-x-red-600\/10 {
  border-left-color: rgb(220 38 38 / 0.1);
  border-right-color: rgb(220 38 38 / 0.1);
}
.border-x-red-600\/100 {
  border-left-color: rgb(220 38 38 / 1);
  border-right-color: rgb(220 38 38 / 1);
}
.border-x-red-600\/15 {
  border-left-color: rgb(220 38 38 / 0.15);
  border-right-color: rgb(220 38 38 / 0.15);
}
.border-x-red-600\/20 {
  border-left-color: rgb(220 38 38 / 0.2);
  border-right-color: rgb(220 38 38 / 0.2);
}
.border-x-red-600\/25 {
  border-left-color: rgb(220 38 38 / 0.25);
  border-right-color: rgb(220 38 38 / 0.25);
}
.border-x-red-600\/30 {
  border-left-color: rgb(220 38 38 / 0.3);
  border-right-color: rgb(220 38 38 / 0.3);
}
.border-x-red-600\/35 {
  border-left-color: rgb(220 38 38 / 0.35);
  border-right-color: rgb(220 38 38 / 0.35);
}
.border-x-red-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}
.border-x-red-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45);
  border-right-color: rgb(220 38 38 / 0.45);
}
.border-x-red-600\/5 {
  border-left-color: rgb(220 38 38 / 0.05);
  border-right-color: rgb(220 38 38 / 0.05);
}
.border-x-red-600\/50 {
  border-left-color: rgb(220 38 38 / 0.5);
  border-right-color: rgb(220 38 38 / 0.5);
}
.border-x-red-600\/55 {
  border-left-color: rgb(220 38 38 / 0.55);
  border-right-color: rgb(220 38 38 / 0.55);
}
.border-x-red-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}
.border-x-red-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65);
  border-right-color: rgb(220 38 38 / 0.65);
}
.border-x-red-600\/70 {
  border-left-color: rgb(220 38 38 / 0.7);
  border-right-color: rgb(220 38 38 / 0.7);
}
.border-x-red-600\/75 {
  border-left-color: rgb(220 38 38 / 0.75);
  border-right-color: rgb(220 38 38 / 0.75);
}
.border-x-red-600\/80 {
  border-left-color: rgb(220 38 38 / 0.8);
  border-right-color: rgb(220 38 38 / 0.8);
}
.border-x-red-600\/85 {
  border-left-color: rgb(220 38 38 / 0.85);
  border-right-color: rgb(220 38 38 / 0.85);
}
.border-x-red-600\/90 {
  border-left-color: rgb(220 38 38 / 0.9);
  border-right-color: rgb(220 38 38 / 0.9);
}
.border-x-red-600\/95 {
  border-left-color: rgb(220 38 38 / 0.95);
  border-right-color: rgb(220 38 38 / 0.95);
}
.border-x-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-x-red-700\/0 {
  border-left-color: rgb(185 28 28 / 0);
  border-right-color: rgb(185 28 28 / 0);
}
.border-x-red-700\/10 {
  border-left-color: rgb(185 28 28 / 0.1);
  border-right-color: rgb(185 28 28 / 0.1);
}
.border-x-red-700\/100 {
  border-left-color: rgb(185 28 28 / 1);
  border-right-color: rgb(185 28 28 / 1);
}
.border-x-red-700\/15 {
  border-left-color: rgb(185 28 28 / 0.15);
  border-right-color: rgb(185 28 28 / 0.15);
}
.border-x-red-700\/20 {
  border-left-color: rgb(185 28 28 / 0.2);
  border-right-color: rgb(185 28 28 / 0.2);
}
.border-x-red-700\/25 {
  border-left-color: rgb(185 28 28 / 0.25);
  border-right-color: rgb(185 28 28 / 0.25);
}
.border-x-red-700\/30 {
  border-left-color: rgb(185 28 28 / 0.3);
  border-right-color: rgb(185 28 28 / 0.3);
}
.border-x-red-700\/35 {
  border-left-color: rgb(185 28 28 / 0.35);
  border-right-color: rgb(185 28 28 / 0.35);
}
.border-x-red-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}
.border-x-red-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45);
  border-right-color: rgb(185 28 28 / 0.45);
}
.border-x-red-700\/5 {
  border-left-color: rgb(185 28 28 / 0.05);
  border-right-color: rgb(185 28 28 / 0.05);
}
.border-x-red-700\/50 {
  border-left-color: rgb(185 28 28 / 0.5);
  border-right-color: rgb(185 28 28 / 0.5);
}
.border-x-red-700\/55 {
  border-left-color: rgb(185 28 28 / 0.55);
  border-right-color: rgb(185 28 28 / 0.55);
}
.border-x-red-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}
.border-x-red-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65);
  border-right-color: rgb(185 28 28 / 0.65);
}
.border-x-red-700\/70 {
  border-left-color: rgb(185 28 28 / 0.7);
  border-right-color: rgb(185 28 28 / 0.7);
}
.border-x-red-700\/75 {
  border-left-color: rgb(185 28 28 / 0.75);
  border-right-color: rgb(185 28 28 / 0.75);
}
.border-x-red-700\/80 {
  border-left-color: rgb(185 28 28 / 0.8);
  border-right-color: rgb(185 28 28 / 0.8);
}
.border-x-red-700\/85 {
  border-left-color: rgb(185 28 28 / 0.85);
  border-right-color: rgb(185 28 28 / 0.85);
}
.border-x-red-700\/90 {
  border-left-color: rgb(185 28 28 / 0.9);
  border-right-color: rgb(185 28 28 / 0.9);
}
.border-x-red-700\/95 {
  border-left-color: rgb(185 28 28 / 0.95);
  border-right-color: rgb(185 28 28 / 0.95);
}
.border-x-red-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-x-red-800\/0 {
  border-left-color: rgb(153 27 27 / 0);
  border-right-color: rgb(153 27 27 / 0);
}
.border-x-red-800\/10 {
  border-left-color: rgb(153 27 27 / 0.1);
  border-right-color: rgb(153 27 27 / 0.1);
}
.border-x-red-800\/100 {
  border-left-color: rgb(153 27 27 / 1);
  border-right-color: rgb(153 27 27 / 1);
}
.border-x-red-800\/15 {
  border-left-color: rgb(153 27 27 / 0.15);
  border-right-color: rgb(153 27 27 / 0.15);
}
.border-x-red-800\/20 {
  border-left-color: rgb(153 27 27 / 0.2);
  border-right-color: rgb(153 27 27 / 0.2);
}
.border-x-red-800\/25 {
  border-left-color: rgb(153 27 27 / 0.25);
  border-right-color: rgb(153 27 27 / 0.25);
}
.border-x-red-800\/30 {
  border-left-color: rgb(153 27 27 / 0.3);
  border-right-color: rgb(153 27 27 / 0.3);
}
.border-x-red-800\/35 {
  border-left-color: rgb(153 27 27 / 0.35);
  border-right-color: rgb(153 27 27 / 0.35);
}
.border-x-red-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}
.border-x-red-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45);
  border-right-color: rgb(153 27 27 / 0.45);
}
.border-x-red-800\/5 {
  border-left-color: rgb(153 27 27 / 0.05);
  border-right-color: rgb(153 27 27 / 0.05);
}
.border-x-red-800\/50 {
  border-left-color: rgb(153 27 27 / 0.5);
  border-right-color: rgb(153 27 27 / 0.5);
}
.border-x-red-800\/55 {
  border-left-color: rgb(153 27 27 / 0.55);
  border-right-color: rgb(153 27 27 / 0.55);
}
.border-x-red-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}
.border-x-red-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65);
  border-right-color: rgb(153 27 27 / 0.65);
}
.border-x-red-800\/70 {
  border-left-color: rgb(153 27 27 / 0.7);
  border-right-color: rgb(153 27 27 / 0.7);
}
.border-x-red-800\/75 {
  border-left-color: rgb(153 27 27 / 0.75);
  border-right-color: rgb(153 27 27 / 0.75);
}
.border-x-red-800\/80 {
  border-left-color: rgb(153 27 27 / 0.8);
  border-right-color: rgb(153 27 27 / 0.8);
}
.border-x-red-800\/85 {
  border-left-color: rgb(153 27 27 / 0.85);
  border-right-color: rgb(153 27 27 / 0.85);
}
.border-x-red-800\/90 {
  border-left-color: rgb(153 27 27 / 0.9);
  border-right-color: rgb(153 27 27 / 0.9);
}
.border-x-red-800\/95 {
  border-left-color: rgb(153 27 27 / 0.95);
  border-right-color: rgb(153 27 27 / 0.95);
}
.border-x-red-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-x-red-900\/0 {
  border-left-color: rgb(127 29 29 / 0);
  border-right-color: rgb(127 29 29 / 0);
}
.border-x-red-900\/10 {
  border-left-color: rgb(127 29 29 / 0.1);
  border-right-color: rgb(127 29 29 / 0.1);
}
.border-x-red-900\/100 {
  border-left-color: rgb(127 29 29 / 1);
  border-right-color: rgb(127 29 29 / 1);
}
.border-x-red-900\/15 {
  border-left-color: rgb(127 29 29 / 0.15);
  border-right-color: rgb(127 29 29 / 0.15);
}
.border-x-red-900\/20 {
  border-left-color: rgb(127 29 29 / 0.2);
  border-right-color: rgb(127 29 29 / 0.2);
}
.border-x-red-900\/25 {
  border-left-color: rgb(127 29 29 / 0.25);
  border-right-color: rgb(127 29 29 / 0.25);
}
.border-x-red-900\/30 {
  border-left-color: rgb(127 29 29 / 0.3);
  border-right-color: rgb(127 29 29 / 0.3);
}
.border-x-red-900\/35 {
  border-left-color: rgb(127 29 29 / 0.35);
  border-right-color: rgb(127 29 29 / 0.35);
}
.border-x-red-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}
.border-x-red-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45);
  border-right-color: rgb(127 29 29 / 0.45);
}
.border-x-red-900\/5 {
  border-left-color: rgb(127 29 29 / 0.05);
  border-right-color: rgb(127 29 29 / 0.05);
}
.border-x-red-900\/50 {
  border-left-color: rgb(127 29 29 / 0.5);
  border-right-color: rgb(127 29 29 / 0.5);
}
.border-x-red-900\/55 {
  border-left-color: rgb(127 29 29 / 0.55);
  border-right-color: rgb(127 29 29 / 0.55);
}
.border-x-red-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}
.border-x-red-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65);
  border-right-color: rgb(127 29 29 / 0.65);
}
.border-x-red-900\/70 {
  border-left-color: rgb(127 29 29 / 0.7);
  border-right-color: rgb(127 29 29 / 0.7);
}
.border-x-red-900\/75 {
  border-left-color: rgb(127 29 29 / 0.75);
  border-right-color: rgb(127 29 29 / 0.75);
}
.border-x-red-900\/80 {
  border-left-color: rgb(127 29 29 / 0.8);
  border-right-color: rgb(127 29 29 / 0.8);
}
.border-x-red-900\/85 {
  border-left-color: rgb(127 29 29 / 0.85);
  border-right-color: rgb(127 29 29 / 0.85);
}
.border-x-red-900\/90 {
  border-left-color: rgb(127 29 29 / 0.9);
  border-right-color: rgb(127 29 29 / 0.9);
}
.border-x-red-900\/95 {
  border-left-color: rgb(127 29 29 / 0.95);
  border-right-color: rgb(127 29 29 / 0.95);
}
.border-x-red-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-x-red-950\/0 {
  border-left-color: rgb(69 10 10 / 0);
  border-right-color: rgb(69 10 10 / 0);
}
.border-x-red-950\/10 {
  border-left-color: rgb(69 10 10 / 0.1);
  border-right-color: rgb(69 10 10 / 0.1);
}
.border-x-red-950\/100 {
  border-left-color: rgb(69 10 10 / 1);
  border-right-color: rgb(69 10 10 / 1);
}
.border-x-red-950\/15 {
  border-left-color: rgb(69 10 10 / 0.15);
  border-right-color: rgb(69 10 10 / 0.15);
}
.border-x-red-950\/20 {
  border-left-color: rgb(69 10 10 / 0.2);
  border-right-color: rgb(69 10 10 / 0.2);
}
.border-x-red-950\/25 {
  border-left-color: rgb(69 10 10 / 0.25);
  border-right-color: rgb(69 10 10 / 0.25);
}
.border-x-red-950\/30 {
  border-left-color: rgb(69 10 10 / 0.3);
  border-right-color: rgb(69 10 10 / 0.3);
}
.border-x-red-950\/35 {
  border-left-color: rgb(69 10 10 / 0.35);
  border-right-color: rgb(69 10 10 / 0.35);
}
.border-x-red-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}
.border-x-red-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45);
  border-right-color: rgb(69 10 10 / 0.45);
}
.border-x-red-950\/5 {
  border-left-color: rgb(69 10 10 / 0.05);
  border-right-color: rgb(69 10 10 / 0.05);
}
.border-x-red-950\/50 {
  border-left-color: rgb(69 10 10 / 0.5);
  border-right-color: rgb(69 10 10 / 0.5);
}
.border-x-red-950\/55 {
  border-left-color: rgb(69 10 10 / 0.55);
  border-right-color: rgb(69 10 10 / 0.55);
}
.border-x-red-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}
.border-x-red-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65);
  border-right-color: rgb(69 10 10 / 0.65);
}
.border-x-red-950\/70 {
  border-left-color: rgb(69 10 10 / 0.7);
  border-right-color: rgb(69 10 10 / 0.7);
}
.border-x-red-950\/75 {
  border-left-color: rgb(69 10 10 / 0.75);
  border-right-color: rgb(69 10 10 / 0.75);
}
.border-x-red-950\/80 {
  border-left-color: rgb(69 10 10 / 0.8);
  border-right-color: rgb(69 10 10 / 0.8);
}
.border-x-red-950\/85 {
  border-left-color: rgb(69 10 10 / 0.85);
  border-right-color: rgb(69 10 10 / 0.85);
}
.border-x-red-950\/90 {
  border-left-color: rgb(69 10 10 / 0.9);
  border-right-color: rgb(69 10 10 / 0.9);
}
.border-x-red-950\/95 {
  border-left-color: rgb(69 10 10 / 0.95);
  border-right-color: rgb(69 10 10 / 0.95);
}
.border-x-rose-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-x-rose-100\/0 {
  border-left-color: rgb(255 228 230 / 0);
  border-right-color: rgb(255 228 230 / 0);
}
.border-x-rose-100\/10 {
  border-left-color: rgb(255 228 230 / 0.1);
  border-right-color: rgb(255 228 230 / 0.1);
}
.border-x-rose-100\/100 {
  border-left-color: rgb(255 228 230 / 1);
  border-right-color: rgb(255 228 230 / 1);
}
.border-x-rose-100\/15 {
  border-left-color: rgb(255 228 230 / 0.15);
  border-right-color: rgb(255 228 230 / 0.15);
}
.border-x-rose-100\/20 {
  border-left-color: rgb(255 228 230 / 0.2);
  border-right-color: rgb(255 228 230 / 0.2);
}
.border-x-rose-100\/25 {
  border-left-color: rgb(255 228 230 / 0.25);
  border-right-color: rgb(255 228 230 / 0.25);
}
.border-x-rose-100\/30 {
  border-left-color: rgb(255 228 230 / 0.3);
  border-right-color: rgb(255 228 230 / 0.3);
}
.border-x-rose-100\/35 {
  border-left-color: rgb(255 228 230 / 0.35);
  border-right-color: rgb(255 228 230 / 0.35);
}
.border-x-rose-100\/40 {
  border-left-color: rgb(255 228 230 / 0.4);
  border-right-color: rgb(255 228 230 / 0.4);
}
.border-x-rose-100\/45 {
  border-left-color: rgb(255 228 230 / 0.45);
  border-right-color: rgb(255 228 230 / 0.45);
}
.border-x-rose-100\/5 {
  border-left-color: rgb(255 228 230 / 0.05);
  border-right-color: rgb(255 228 230 / 0.05);
}
.border-x-rose-100\/50 {
  border-left-color: rgb(255 228 230 / 0.5);
  border-right-color: rgb(255 228 230 / 0.5);
}
.border-x-rose-100\/55 {
  border-left-color: rgb(255 228 230 / 0.55);
  border-right-color: rgb(255 228 230 / 0.55);
}
.border-x-rose-100\/60 {
  border-left-color: rgb(255 228 230 / 0.6);
  border-right-color: rgb(255 228 230 / 0.6);
}
.border-x-rose-100\/65 {
  border-left-color: rgb(255 228 230 / 0.65);
  border-right-color: rgb(255 228 230 / 0.65);
}
.border-x-rose-100\/70 {
  border-left-color: rgb(255 228 230 / 0.7);
  border-right-color: rgb(255 228 230 / 0.7);
}
.border-x-rose-100\/75 {
  border-left-color: rgb(255 228 230 / 0.75);
  border-right-color: rgb(255 228 230 / 0.75);
}
.border-x-rose-100\/80 {
  border-left-color: rgb(255 228 230 / 0.8);
  border-right-color: rgb(255 228 230 / 0.8);
}
.border-x-rose-100\/85 {
  border-left-color: rgb(255 228 230 / 0.85);
  border-right-color: rgb(255 228 230 / 0.85);
}
.border-x-rose-100\/90 {
  border-left-color: rgb(255 228 230 / 0.9);
  border-right-color: rgb(255 228 230 / 0.9);
}
.border-x-rose-100\/95 {
  border-left-color: rgb(255 228 230 / 0.95);
  border-right-color: rgb(255 228 230 / 0.95);
}
.border-x-rose-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-x-rose-200\/0 {
  border-left-color: rgb(254 205 211 / 0);
  border-right-color: rgb(254 205 211 / 0);
}
.border-x-rose-200\/10 {
  border-left-color: rgb(254 205 211 / 0.1);
  border-right-color: rgb(254 205 211 / 0.1);
}
.border-x-rose-200\/100 {
  border-left-color: rgb(254 205 211 / 1);
  border-right-color: rgb(254 205 211 / 1);
}
.border-x-rose-200\/15 {
  border-left-color: rgb(254 205 211 / 0.15);
  border-right-color: rgb(254 205 211 / 0.15);
}
.border-x-rose-200\/20 {
  border-left-color: rgb(254 205 211 / 0.2);
  border-right-color: rgb(254 205 211 / 0.2);
}
.border-x-rose-200\/25 {
  border-left-color: rgb(254 205 211 / 0.25);
  border-right-color: rgb(254 205 211 / 0.25);
}
.border-x-rose-200\/30 {
  border-left-color: rgb(254 205 211 / 0.3);
  border-right-color: rgb(254 205 211 / 0.3);
}
.border-x-rose-200\/35 {
  border-left-color: rgb(254 205 211 / 0.35);
  border-right-color: rgb(254 205 211 / 0.35);
}
.border-x-rose-200\/40 {
  border-left-color: rgb(254 205 211 / 0.4);
  border-right-color: rgb(254 205 211 / 0.4);
}
.border-x-rose-200\/45 {
  border-left-color: rgb(254 205 211 / 0.45);
  border-right-color: rgb(254 205 211 / 0.45);
}
.border-x-rose-200\/5 {
  border-left-color: rgb(254 205 211 / 0.05);
  border-right-color: rgb(254 205 211 / 0.05);
}
.border-x-rose-200\/50 {
  border-left-color: rgb(254 205 211 / 0.5);
  border-right-color: rgb(254 205 211 / 0.5);
}
.border-x-rose-200\/55 {
  border-left-color: rgb(254 205 211 / 0.55);
  border-right-color: rgb(254 205 211 / 0.55);
}
.border-x-rose-200\/60 {
  border-left-color: rgb(254 205 211 / 0.6);
  border-right-color: rgb(254 205 211 / 0.6);
}
.border-x-rose-200\/65 {
  border-left-color: rgb(254 205 211 / 0.65);
  border-right-color: rgb(254 205 211 / 0.65);
}
.border-x-rose-200\/70 {
  border-left-color: rgb(254 205 211 / 0.7);
  border-right-color: rgb(254 205 211 / 0.7);
}
.border-x-rose-200\/75 {
  border-left-color: rgb(254 205 211 / 0.75);
  border-right-color: rgb(254 205 211 / 0.75);
}
.border-x-rose-200\/80 {
  border-left-color: rgb(254 205 211 / 0.8);
  border-right-color: rgb(254 205 211 / 0.8);
}
.border-x-rose-200\/85 {
  border-left-color: rgb(254 205 211 / 0.85);
  border-right-color: rgb(254 205 211 / 0.85);
}
.border-x-rose-200\/90 {
  border-left-color: rgb(254 205 211 / 0.9);
  border-right-color: rgb(254 205 211 / 0.9);
}
.border-x-rose-200\/95 {
  border-left-color: rgb(254 205 211 / 0.95);
  border-right-color: rgb(254 205 211 / 0.95);
}
.border-x-rose-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-x-rose-300\/0 {
  border-left-color: rgb(253 164 175 / 0);
  border-right-color: rgb(253 164 175 / 0);
}
.border-x-rose-300\/10 {
  border-left-color: rgb(253 164 175 / 0.1);
  border-right-color: rgb(253 164 175 / 0.1);
}
.border-x-rose-300\/100 {
  border-left-color: rgb(253 164 175 / 1);
  border-right-color: rgb(253 164 175 / 1);
}
.border-x-rose-300\/15 {
  border-left-color: rgb(253 164 175 / 0.15);
  border-right-color: rgb(253 164 175 / 0.15);
}
.border-x-rose-300\/20 {
  border-left-color: rgb(253 164 175 / 0.2);
  border-right-color: rgb(253 164 175 / 0.2);
}
.border-x-rose-300\/25 {
  border-left-color: rgb(253 164 175 / 0.25);
  border-right-color: rgb(253 164 175 / 0.25);
}
.border-x-rose-300\/30 {
  border-left-color: rgb(253 164 175 / 0.3);
  border-right-color: rgb(253 164 175 / 0.3);
}
.border-x-rose-300\/35 {
  border-left-color: rgb(253 164 175 / 0.35);
  border-right-color: rgb(253 164 175 / 0.35);
}
.border-x-rose-300\/40 {
  border-left-color: rgb(253 164 175 / 0.4);
  border-right-color: rgb(253 164 175 / 0.4);
}
.border-x-rose-300\/45 {
  border-left-color: rgb(253 164 175 / 0.45);
  border-right-color: rgb(253 164 175 / 0.45);
}
.border-x-rose-300\/5 {
  border-left-color: rgb(253 164 175 / 0.05);
  border-right-color: rgb(253 164 175 / 0.05);
}
.border-x-rose-300\/50 {
  border-left-color: rgb(253 164 175 / 0.5);
  border-right-color: rgb(253 164 175 / 0.5);
}
.border-x-rose-300\/55 {
  border-left-color: rgb(253 164 175 / 0.55);
  border-right-color: rgb(253 164 175 / 0.55);
}
.border-x-rose-300\/60 {
  border-left-color: rgb(253 164 175 / 0.6);
  border-right-color: rgb(253 164 175 / 0.6);
}
.border-x-rose-300\/65 {
  border-left-color: rgb(253 164 175 / 0.65);
  border-right-color: rgb(253 164 175 / 0.65);
}
.border-x-rose-300\/70 {
  border-left-color: rgb(253 164 175 / 0.7);
  border-right-color: rgb(253 164 175 / 0.7);
}
.border-x-rose-300\/75 {
  border-left-color: rgb(253 164 175 / 0.75);
  border-right-color: rgb(253 164 175 / 0.75);
}
.border-x-rose-300\/80 {
  border-left-color: rgb(253 164 175 / 0.8);
  border-right-color: rgb(253 164 175 / 0.8);
}
.border-x-rose-300\/85 {
  border-left-color: rgb(253 164 175 / 0.85);
  border-right-color: rgb(253 164 175 / 0.85);
}
.border-x-rose-300\/90 {
  border-left-color: rgb(253 164 175 / 0.9);
  border-right-color: rgb(253 164 175 / 0.9);
}
.border-x-rose-300\/95 {
  border-left-color: rgb(253 164 175 / 0.95);
  border-right-color: rgb(253 164 175 / 0.95);
}
.border-x-rose-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-x-rose-400\/0 {
  border-left-color: rgb(251 113 133 / 0);
  border-right-color: rgb(251 113 133 / 0);
}
.border-x-rose-400\/10 {
  border-left-color: rgb(251 113 133 / 0.1);
  border-right-color: rgb(251 113 133 / 0.1);
}
.border-x-rose-400\/100 {
  border-left-color: rgb(251 113 133 / 1);
  border-right-color: rgb(251 113 133 / 1);
}
.border-x-rose-400\/15 {
  border-left-color: rgb(251 113 133 / 0.15);
  border-right-color: rgb(251 113 133 / 0.15);
}
.border-x-rose-400\/20 {
  border-left-color: rgb(251 113 133 / 0.2);
  border-right-color: rgb(251 113 133 / 0.2);
}
.border-x-rose-400\/25 {
  border-left-color: rgb(251 113 133 / 0.25);
  border-right-color: rgb(251 113 133 / 0.25);
}
.border-x-rose-400\/30 {
  border-left-color: rgb(251 113 133 / 0.3);
  border-right-color: rgb(251 113 133 / 0.3);
}
.border-x-rose-400\/35 {
  border-left-color: rgb(251 113 133 / 0.35);
  border-right-color: rgb(251 113 133 / 0.35);
}
.border-x-rose-400\/40 {
  border-left-color: rgb(251 113 133 / 0.4);
  border-right-color: rgb(251 113 133 / 0.4);
}
.border-x-rose-400\/45 {
  border-left-color: rgb(251 113 133 / 0.45);
  border-right-color: rgb(251 113 133 / 0.45);
}
.border-x-rose-400\/5 {
  border-left-color: rgb(251 113 133 / 0.05);
  border-right-color: rgb(251 113 133 / 0.05);
}
.border-x-rose-400\/50 {
  border-left-color: rgb(251 113 133 / 0.5);
  border-right-color: rgb(251 113 133 / 0.5);
}
.border-x-rose-400\/55 {
  border-left-color: rgb(251 113 133 / 0.55);
  border-right-color: rgb(251 113 133 / 0.55);
}
.border-x-rose-400\/60 {
  border-left-color: rgb(251 113 133 / 0.6);
  border-right-color: rgb(251 113 133 / 0.6);
}
.border-x-rose-400\/65 {
  border-left-color: rgb(251 113 133 / 0.65);
  border-right-color: rgb(251 113 133 / 0.65);
}
.border-x-rose-400\/70 {
  border-left-color: rgb(251 113 133 / 0.7);
  border-right-color: rgb(251 113 133 / 0.7);
}
.border-x-rose-400\/75 {
  border-left-color: rgb(251 113 133 / 0.75);
  border-right-color: rgb(251 113 133 / 0.75);
}
.border-x-rose-400\/80 {
  border-left-color: rgb(251 113 133 / 0.8);
  border-right-color: rgb(251 113 133 / 0.8);
}
.border-x-rose-400\/85 {
  border-left-color: rgb(251 113 133 / 0.85);
  border-right-color: rgb(251 113 133 / 0.85);
}
.border-x-rose-400\/90 {
  border-left-color: rgb(251 113 133 / 0.9);
  border-right-color: rgb(251 113 133 / 0.9);
}
.border-x-rose-400\/95 {
  border-left-color: rgb(251 113 133 / 0.95);
  border-right-color: rgb(251 113 133 / 0.95);
}
.border-x-rose-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-x-rose-50\/0 {
  border-left-color: rgb(255 241 242 / 0);
  border-right-color: rgb(255 241 242 / 0);
}
.border-x-rose-50\/10 {
  border-left-color: rgb(255 241 242 / 0.1);
  border-right-color: rgb(255 241 242 / 0.1);
}
.border-x-rose-50\/100 {
  border-left-color: rgb(255 241 242 / 1);
  border-right-color: rgb(255 241 242 / 1);
}
.border-x-rose-50\/15 {
  border-left-color: rgb(255 241 242 / 0.15);
  border-right-color: rgb(255 241 242 / 0.15);
}
.border-x-rose-50\/20 {
  border-left-color: rgb(255 241 242 / 0.2);
  border-right-color: rgb(255 241 242 / 0.2);
}
.border-x-rose-50\/25 {
  border-left-color: rgb(255 241 242 / 0.25);
  border-right-color: rgb(255 241 242 / 0.25);
}
.border-x-rose-50\/30 {
  border-left-color: rgb(255 241 242 / 0.3);
  border-right-color: rgb(255 241 242 / 0.3);
}
.border-x-rose-50\/35 {
  border-left-color: rgb(255 241 242 / 0.35);
  border-right-color: rgb(255 241 242 / 0.35);
}
.border-x-rose-50\/40 {
  border-left-color: rgb(255 241 242 / 0.4);
  border-right-color: rgb(255 241 242 / 0.4);
}
.border-x-rose-50\/45 {
  border-left-color: rgb(255 241 242 / 0.45);
  border-right-color: rgb(255 241 242 / 0.45);
}
.border-x-rose-50\/5 {
  border-left-color: rgb(255 241 242 / 0.05);
  border-right-color: rgb(255 241 242 / 0.05);
}
.border-x-rose-50\/50 {
  border-left-color: rgb(255 241 242 / 0.5);
  border-right-color: rgb(255 241 242 / 0.5);
}
.border-x-rose-50\/55 {
  border-left-color: rgb(255 241 242 / 0.55);
  border-right-color: rgb(255 241 242 / 0.55);
}
.border-x-rose-50\/60 {
  border-left-color: rgb(255 241 242 / 0.6);
  border-right-color: rgb(255 241 242 / 0.6);
}
.border-x-rose-50\/65 {
  border-left-color: rgb(255 241 242 / 0.65);
  border-right-color: rgb(255 241 242 / 0.65);
}
.border-x-rose-50\/70 {
  border-left-color: rgb(255 241 242 / 0.7);
  border-right-color: rgb(255 241 242 / 0.7);
}
.border-x-rose-50\/75 {
  border-left-color: rgb(255 241 242 / 0.75);
  border-right-color: rgb(255 241 242 / 0.75);
}
.border-x-rose-50\/80 {
  border-left-color: rgb(255 241 242 / 0.8);
  border-right-color: rgb(255 241 242 / 0.8);
}
.border-x-rose-50\/85 {
  border-left-color: rgb(255 241 242 / 0.85);
  border-right-color: rgb(255 241 242 / 0.85);
}
.border-x-rose-50\/90 {
  border-left-color: rgb(255 241 242 / 0.9);
  border-right-color: rgb(255 241 242 / 0.9);
}
.border-x-rose-50\/95 {
  border-left-color: rgb(255 241 242 / 0.95);
  border-right-color: rgb(255 241 242 / 0.95);
}
.border-x-rose-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-x-rose-500\/0 {
  border-left-color: rgb(244 63 94 / 0);
  border-right-color: rgb(244 63 94 / 0);
}
.border-x-rose-500\/10 {
  border-left-color: rgb(244 63 94 / 0.1);
  border-right-color: rgb(244 63 94 / 0.1);
}
.border-x-rose-500\/100 {
  border-left-color: rgb(244 63 94 / 1);
  border-right-color: rgb(244 63 94 / 1);
}
.border-x-rose-500\/15 {
  border-left-color: rgb(244 63 94 / 0.15);
  border-right-color: rgb(244 63 94 / 0.15);
}
.border-x-rose-500\/20 {
  border-left-color: rgb(244 63 94 / 0.2);
  border-right-color: rgb(244 63 94 / 0.2);
}
.border-x-rose-500\/25 {
  border-left-color: rgb(244 63 94 / 0.25);
  border-right-color: rgb(244 63 94 / 0.25);
}
.border-x-rose-500\/30 {
  border-left-color: rgb(244 63 94 / 0.3);
  border-right-color: rgb(244 63 94 / 0.3);
}
.border-x-rose-500\/35 {
  border-left-color: rgb(244 63 94 / 0.35);
  border-right-color: rgb(244 63 94 / 0.35);
}
.border-x-rose-500\/40 {
  border-left-color: rgb(244 63 94 / 0.4);
  border-right-color: rgb(244 63 94 / 0.4);
}
.border-x-rose-500\/45 {
  border-left-color: rgb(244 63 94 / 0.45);
  border-right-color: rgb(244 63 94 / 0.45);
}
.border-x-rose-500\/5 {
  border-left-color: rgb(244 63 94 / 0.05);
  border-right-color: rgb(244 63 94 / 0.05);
}
.border-x-rose-500\/50 {
  border-left-color: rgb(244 63 94 / 0.5);
  border-right-color: rgb(244 63 94 / 0.5);
}
.border-x-rose-500\/55 {
  border-left-color: rgb(244 63 94 / 0.55);
  border-right-color: rgb(244 63 94 / 0.55);
}
.border-x-rose-500\/60 {
  border-left-color: rgb(244 63 94 / 0.6);
  border-right-color: rgb(244 63 94 / 0.6);
}
.border-x-rose-500\/65 {
  border-left-color: rgb(244 63 94 / 0.65);
  border-right-color: rgb(244 63 94 / 0.65);
}
.border-x-rose-500\/70 {
  border-left-color: rgb(244 63 94 / 0.7);
  border-right-color: rgb(244 63 94 / 0.7);
}
.border-x-rose-500\/75 {
  border-left-color: rgb(244 63 94 / 0.75);
  border-right-color: rgb(244 63 94 / 0.75);
}
.border-x-rose-500\/80 {
  border-left-color: rgb(244 63 94 / 0.8);
  border-right-color: rgb(244 63 94 / 0.8);
}
.border-x-rose-500\/85 {
  border-left-color: rgb(244 63 94 / 0.85);
  border-right-color: rgb(244 63 94 / 0.85);
}
.border-x-rose-500\/90 {
  border-left-color: rgb(244 63 94 / 0.9);
  border-right-color: rgb(244 63 94 / 0.9);
}
.border-x-rose-500\/95 {
  border-left-color: rgb(244 63 94 / 0.95);
  border-right-color: rgb(244 63 94 / 0.95);
}
.border-x-rose-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-x-rose-600\/0 {
  border-left-color: rgb(225 29 72 / 0);
  border-right-color: rgb(225 29 72 / 0);
}
.border-x-rose-600\/10 {
  border-left-color: rgb(225 29 72 / 0.1);
  border-right-color: rgb(225 29 72 / 0.1);
}
.border-x-rose-600\/100 {
  border-left-color: rgb(225 29 72 / 1);
  border-right-color: rgb(225 29 72 / 1);
}
.border-x-rose-600\/15 {
  border-left-color: rgb(225 29 72 / 0.15);
  border-right-color: rgb(225 29 72 / 0.15);
}
.border-x-rose-600\/20 {
  border-left-color: rgb(225 29 72 / 0.2);
  border-right-color: rgb(225 29 72 / 0.2);
}
.border-x-rose-600\/25 {
  border-left-color: rgb(225 29 72 / 0.25);
  border-right-color: rgb(225 29 72 / 0.25);
}
.border-x-rose-600\/30 {
  border-left-color: rgb(225 29 72 / 0.3);
  border-right-color: rgb(225 29 72 / 0.3);
}
.border-x-rose-600\/35 {
  border-left-color: rgb(225 29 72 / 0.35);
  border-right-color: rgb(225 29 72 / 0.35);
}
.border-x-rose-600\/40 {
  border-left-color: rgb(225 29 72 / 0.4);
  border-right-color: rgb(225 29 72 / 0.4);
}
.border-x-rose-600\/45 {
  border-left-color: rgb(225 29 72 / 0.45);
  border-right-color: rgb(225 29 72 / 0.45);
}
.border-x-rose-600\/5 {
  border-left-color: rgb(225 29 72 / 0.05);
  border-right-color: rgb(225 29 72 / 0.05);
}
.border-x-rose-600\/50 {
  border-left-color: rgb(225 29 72 / 0.5);
  border-right-color: rgb(225 29 72 / 0.5);
}
.border-x-rose-600\/55 {
  border-left-color: rgb(225 29 72 / 0.55);
  border-right-color: rgb(225 29 72 / 0.55);
}
.border-x-rose-600\/60 {
  border-left-color: rgb(225 29 72 / 0.6);
  border-right-color: rgb(225 29 72 / 0.6);
}
.border-x-rose-600\/65 {
  border-left-color: rgb(225 29 72 / 0.65);
  border-right-color: rgb(225 29 72 / 0.65);
}
.border-x-rose-600\/70 {
  border-left-color: rgb(225 29 72 / 0.7);
  border-right-color: rgb(225 29 72 / 0.7);
}
.border-x-rose-600\/75 {
  border-left-color: rgb(225 29 72 / 0.75);
  border-right-color: rgb(225 29 72 / 0.75);
}
.border-x-rose-600\/80 {
  border-left-color: rgb(225 29 72 / 0.8);
  border-right-color: rgb(225 29 72 / 0.8);
}
.border-x-rose-600\/85 {
  border-left-color: rgb(225 29 72 / 0.85);
  border-right-color: rgb(225 29 72 / 0.85);
}
.border-x-rose-600\/90 {
  border-left-color: rgb(225 29 72 / 0.9);
  border-right-color: rgb(225 29 72 / 0.9);
}
.border-x-rose-600\/95 {
  border-left-color: rgb(225 29 72 / 0.95);
  border-right-color: rgb(225 29 72 / 0.95);
}
.border-x-rose-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-x-rose-700\/0 {
  border-left-color: rgb(190 18 60 / 0);
  border-right-color: rgb(190 18 60 / 0);
}
.border-x-rose-700\/10 {
  border-left-color: rgb(190 18 60 / 0.1);
  border-right-color: rgb(190 18 60 / 0.1);
}
.border-x-rose-700\/100 {
  border-left-color: rgb(190 18 60 / 1);
  border-right-color: rgb(190 18 60 / 1);
}
.border-x-rose-700\/15 {
  border-left-color: rgb(190 18 60 / 0.15);
  border-right-color: rgb(190 18 60 / 0.15);
}
.border-x-rose-700\/20 {
  border-left-color: rgb(190 18 60 / 0.2);
  border-right-color: rgb(190 18 60 / 0.2);
}
.border-x-rose-700\/25 {
  border-left-color: rgb(190 18 60 / 0.25);
  border-right-color: rgb(190 18 60 / 0.25);
}
.border-x-rose-700\/30 {
  border-left-color: rgb(190 18 60 / 0.3);
  border-right-color: rgb(190 18 60 / 0.3);
}
.border-x-rose-700\/35 {
  border-left-color: rgb(190 18 60 / 0.35);
  border-right-color: rgb(190 18 60 / 0.35);
}
.border-x-rose-700\/40 {
  border-left-color: rgb(190 18 60 / 0.4);
  border-right-color: rgb(190 18 60 / 0.4);
}
.border-x-rose-700\/45 {
  border-left-color: rgb(190 18 60 / 0.45);
  border-right-color: rgb(190 18 60 / 0.45);
}
.border-x-rose-700\/5 {
  border-left-color: rgb(190 18 60 / 0.05);
  border-right-color: rgb(190 18 60 / 0.05);
}
.border-x-rose-700\/50 {
  border-left-color: rgb(190 18 60 / 0.5);
  border-right-color: rgb(190 18 60 / 0.5);
}
.border-x-rose-700\/55 {
  border-left-color: rgb(190 18 60 / 0.55);
  border-right-color: rgb(190 18 60 / 0.55);
}
.border-x-rose-700\/60 {
  border-left-color: rgb(190 18 60 / 0.6);
  border-right-color: rgb(190 18 60 / 0.6);
}
.border-x-rose-700\/65 {
  border-left-color: rgb(190 18 60 / 0.65);
  border-right-color: rgb(190 18 60 / 0.65);
}
.border-x-rose-700\/70 {
  border-left-color: rgb(190 18 60 / 0.7);
  border-right-color: rgb(190 18 60 / 0.7);
}
.border-x-rose-700\/75 {
  border-left-color: rgb(190 18 60 / 0.75);
  border-right-color: rgb(190 18 60 / 0.75);
}
.border-x-rose-700\/80 {
  border-left-color: rgb(190 18 60 / 0.8);
  border-right-color: rgb(190 18 60 / 0.8);
}
.border-x-rose-700\/85 {
  border-left-color: rgb(190 18 60 / 0.85);
  border-right-color: rgb(190 18 60 / 0.85);
}
.border-x-rose-700\/90 {
  border-left-color: rgb(190 18 60 / 0.9);
  border-right-color: rgb(190 18 60 / 0.9);
}
.border-x-rose-700\/95 {
  border-left-color: rgb(190 18 60 / 0.95);
  border-right-color: rgb(190 18 60 / 0.95);
}
.border-x-rose-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-x-rose-800\/0 {
  border-left-color: rgb(159 18 57 / 0);
  border-right-color: rgb(159 18 57 / 0);
}
.border-x-rose-800\/10 {
  border-left-color: rgb(159 18 57 / 0.1);
  border-right-color: rgb(159 18 57 / 0.1);
}
.border-x-rose-800\/100 {
  border-left-color: rgb(159 18 57 / 1);
  border-right-color: rgb(159 18 57 / 1);
}
.border-x-rose-800\/15 {
  border-left-color: rgb(159 18 57 / 0.15);
  border-right-color: rgb(159 18 57 / 0.15);
}
.border-x-rose-800\/20 {
  border-left-color: rgb(159 18 57 / 0.2);
  border-right-color: rgb(159 18 57 / 0.2);
}
.border-x-rose-800\/25 {
  border-left-color: rgb(159 18 57 / 0.25);
  border-right-color: rgb(159 18 57 / 0.25);
}
.border-x-rose-800\/30 {
  border-left-color: rgb(159 18 57 / 0.3);
  border-right-color: rgb(159 18 57 / 0.3);
}
.border-x-rose-800\/35 {
  border-left-color: rgb(159 18 57 / 0.35);
  border-right-color: rgb(159 18 57 / 0.35);
}
.border-x-rose-800\/40 {
  border-left-color: rgb(159 18 57 / 0.4);
  border-right-color: rgb(159 18 57 / 0.4);
}
.border-x-rose-800\/45 {
  border-left-color: rgb(159 18 57 / 0.45);
  border-right-color: rgb(159 18 57 / 0.45);
}
.border-x-rose-800\/5 {
  border-left-color: rgb(159 18 57 / 0.05);
  border-right-color: rgb(159 18 57 / 0.05);
}
.border-x-rose-800\/50 {
  border-left-color: rgb(159 18 57 / 0.5);
  border-right-color: rgb(159 18 57 / 0.5);
}
.border-x-rose-800\/55 {
  border-left-color: rgb(159 18 57 / 0.55);
  border-right-color: rgb(159 18 57 / 0.55);
}
.border-x-rose-800\/60 {
  border-left-color: rgb(159 18 57 / 0.6);
  border-right-color: rgb(159 18 57 / 0.6);
}
.border-x-rose-800\/65 {
  border-left-color: rgb(159 18 57 / 0.65);
  border-right-color: rgb(159 18 57 / 0.65);
}
.border-x-rose-800\/70 {
  border-left-color: rgb(159 18 57 / 0.7);
  border-right-color: rgb(159 18 57 / 0.7);
}
.border-x-rose-800\/75 {
  border-left-color: rgb(159 18 57 / 0.75);
  border-right-color: rgb(159 18 57 / 0.75);
}
.border-x-rose-800\/80 {
  border-left-color: rgb(159 18 57 / 0.8);
  border-right-color: rgb(159 18 57 / 0.8);
}
.border-x-rose-800\/85 {
  border-left-color: rgb(159 18 57 / 0.85);
  border-right-color: rgb(159 18 57 / 0.85);
}
.border-x-rose-800\/90 {
  border-left-color: rgb(159 18 57 / 0.9);
  border-right-color: rgb(159 18 57 / 0.9);
}
.border-x-rose-800\/95 {
  border-left-color: rgb(159 18 57 / 0.95);
  border-right-color: rgb(159 18 57 / 0.95);
}
.border-x-rose-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-x-rose-900\/0 {
  border-left-color: rgb(136 19 55 / 0);
  border-right-color: rgb(136 19 55 / 0);
}
.border-x-rose-900\/10 {
  border-left-color: rgb(136 19 55 / 0.1);
  border-right-color: rgb(136 19 55 / 0.1);
}
.border-x-rose-900\/100 {
  border-left-color: rgb(136 19 55 / 1);
  border-right-color: rgb(136 19 55 / 1);
}
.border-x-rose-900\/15 {
  border-left-color: rgb(136 19 55 / 0.15);
  border-right-color: rgb(136 19 55 / 0.15);
}
.border-x-rose-900\/20 {
  border-left-color: rgb(136 19 55 / 0.2);
  border-right-color: rgb(136 19 55 / 0.2);
}
.border-x-rose-900\/25 {
  border-left-color: rgb(136 19 55 / 0.25);
  border-right-color: rgb(136 19 55 / 0.25);
}
.border-x-rose-900\/30 {
  border-left-color: rgb(136 19 55 / 0.3);
  border-right-color: rgb(136 19 55 / 0.3);
}
.border-x-rose-900\/35 {
  border-left-color: rgb(136 19 55 / 0.35);
  border-right-color: rgb(136 19 55 / 0.35);
}
.border-x-rose-900\/40 {
  border-left-color: rgb(136 19 55 / 0.4);
  border-right-color: rgb(136 19 55 / 0.4);
}
.border-x-rose-900\/45 {
  border-left-color: rgb(136 19 55 / 0.45);
  border-right-color: rgb(136 19 55 / 0.45);
}
.border-x-rose-900\/5 {
  border-left-color: rgb(136 19 55 / 0.05);
  border-right-color: rgb(136 19 55 / 0.05);
}
.border-x-rose-900\/50 {
  border-left-color: rgb(136 19 55 / 0.5);
  border-right-color: rgb(136 19 55 / 0.5);
}
.border-x-rose-900\/55 {
  border-left-color: rgb(136 19 55 / 0.55);
  border-right-color: rgb(136 19 55 / 0.55);
}
.border-x-rose-900\/60 {
  border-left-color: rgb(136 19 55 / 0.6);
  border-right-color: rgb(136 19 55 / 0.6);
}
.border-x-rose-900\/65 {
  border-left-color: rgb(136 19 55 / 0.65);
  border-right-color: rgb(136 19 55 / 0.65);
}
.border-x-rose-900\/70 {
  border-left-color: rgb(136 19 55 / 0.7);
  border-right-color: rgb(136 19 55 / 0.7);
}
.border-x-rose-900\/75 {
  border-left-color: rgb(136 19 55 / 0.75);
  border-right-color: rgb(136 19 55 / 0.75);
}
.border-x-rose-900\/80 {
  border-left-color: rgb(136 19 55 / 0.8);
  border-right-color: rgb(136 19 55 / 0.8);
}
.border-x-rose-900\/85 {
  border-left-color: rgb(136 19 55 / 0.85);
  border-right-color: rgb(136 19 55 / 0.85);
}
.border-x-rose-900\/90 {
  border-left-color: rgb(136 19 55 / 0.9);
  border-right-color: rgb(136 19 55 / 0.9);
}
.border-x-rose-900\/95 {
  border-left-color: rgb(136 19 55 / 0.95);
  border-right-color: rgb(136 19 55 / 0.95);
}
.border-x-rose-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-x-rose-950\/0 {
  border-left-color: rgb(76 5 25 / 0);
  border-right-color: rgb(76 5 25 / 0);
}
.border-x-rose-950\/10 {
  border-left-color: rgb(76 5 25 / 0.1);
  border-right-color: rgb(76 5 25 / 0.1);
}
.border-x-rose-950\/100 {
  border-left-color: rgb(76 5 25 / 1);
  border-right-color: rgb(76 5 25 / 1);
}
.border-x-rose-950\/15 {
  border-left-color: rgb(76 5 25 / 0.15);
  border-right-color: rgb(76 5 25 / 0.15);
}
.border-x-rose-950\/20 {
  border-left-color: rgb(76 5 25 / 0.2);
  border-right-color: rgb(76 5 25 / 0.2);
}
.border-x-rose-950\/25 {
  border-left-color: rgb(76 5 25 / 0.25);
  border-right-color: rgb(76 5 25 / 0.25);
}
.border-x-rose-950\/30 {
  border-left-color: rgb(76 5 25 / 0.3);
  border-right-color: rgb(76 5 25 / 0.3);
}
.border-x-rose-950\/35 {
  border-left-color: rgb(76 5 25 / 0.35);
  border-right-color: rgb(76 5 25 / 0.35);
}
.border-x-rose-950\/40 {
  border-left-color: rgb(76 5 25 / 0.4);
  border-right-color: rgb(76 5 25 / 0.4);
}
.border-x-rose-950\/45 {
  border-left-color: rgb(76 5 25 / 0.45);
  border-right-color: rgb(76 5 25 / 0.45);
}
.border-x-rose-950\/5 {
  border-left-color: rgb(76 5 25 / 0.05);
  border-right-color: rgb(76 5 25 / 0.05);
}
.border-x-rose-950\/50 {
  border-left-color: rgb(76 5 25 / 0.5);
  border-right-color: rgb(76 5 25 / 0.5);
}
.border-x-rose-950\/55 {
  border-left-color: rgb(76 5 25 / 0.55);
  border-right-color: rgb(76 5 25 / 0.55);
}
.border-x-rose-950\/60 {
  border-left-color: rgb(76 5 25 / 0.6);
  border-right-color: rgb(76 5 25 / 0.6);
}
.border-x-rose-950\/65 {
  border-left-color: rgb(76 5 25 / 0.65);
  border-right-color: rgb(76 5 25 / 0.65);
}
.border-x-rose-950\/70 {
  border-left-color: rgb(76 5 25 / 0.7);
  border-right-color: rgb(76 5 25 / 0.7);
}
.border-x-rose-950\/75 {
  border-left-color: rgb(76 5 25 / 0.75);
  border-right-color: rgb(76 5 25 / 0.75);
}
.border-x-rose-950\/80 {
  border-left-color: rgb(76 5 25 / 0.8);
  border-right-color: rgb(76 5 25 / 0.8);
}
.border-x-rose-950\/85 {
  border-left-color: rgb(76 5 25 / 0.85);
  border-right-color: rgb(76 5 25 / 0.85);
}
.border-x-rose-950\/90 {
  border-left-color: rgb(76 5 25 / 0.9);
  border-right-color: rgb(76 5 25 / 0.9);
}
.border-x-rose-950\/95 {
  border-left-color: rgb(76 5 25 / 0.95);
  border-right-color: rgb(76 5 25 / 0.95);
}
.border-x-sky-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-x-sky-100\/0 {
  border-left-color: rgb(224 242 254 / 0);
  border-right-color: rgb(224 242 254 / 0);
}
.border-x-sky-100\/10 {
  border-left-color: rgb(224 242 254 / 0.1);
  border-right-color: rgb(224 242 254 / 0.1);
}
.border-x-sky-100\/100 {
  border-left-color: rgb(224 242 254 / 1);
  border-right-color: rgb(224 242 254 / 1);
}
.border-x-sky-100\/15 {
  border-left-color: rgb(224 242 254 / 0.15);
  border-right-color: rgb(224 242 254 / 0.15);
}
.border-x-sky-100\/20 {
  border-left-color: rgb(224 242 254 / 0.2);
  border-right-color: rgb(224 242 254 / 0.2);
}
.border-x-sky-100\/25 {
  border-left-color: rgb(224 242 254 / 0.25);
  border-right-color: rgb(224 242 254 / 0.25);
}
.border-x-sky-100\/30 {
  border-left-color: rgb(224 242 254 / 0.3);
  border-right-color: rgb(224 242 254 / 0.3);
}
.border-x-sky-100\/35 {
  border-left-color: rgb(224 242 254 / 0.35);
  border-right-color: rgb(224 242 254 / 0.35);
}
.border-x-sky-100\/40 {
  border-left-color: rgb(224 242 254 / 0.4);
  border-right-color: rgb(224 242 254 / 0.4);
}
.border-x-sky-100\/45 {
  border-left-color: rgb(224 242 254 / 0.45);
  border-right-color: rgb(224 242 254 / 0.45);
}
.border-x-sky-100\/5 {
  border-left-color: rgb(224 242 254 / 0.05);
  border-right-color: rgb(224 242 254 / 0.05);
}
.border-x-sky-100\/50 {
  border-left-color: rgb(224 242 254 / 0.5);
  border-right-color: rgb(224 242 254 / 0.5);
}
.border-x-sky-100\/55 {
  border-left-color: rgb(224 242 254 / 0.55);
  border-right-color: rgb(224 242 254 / 0.55);
}
.border-x-sky-100\/60 {
  border-left-color: rgb(224 242 254 / 0.6);
  border-right-color: rgb(224 242 254 / 0.6);
}
.border-x-sky-100\/65 {
  border-left-color: rgb(224 242 254 / 0.65);
  border-right-color: rgb(224 242 254 / 0.65);
}
.border-x-sky-100\/70 {
  border-left-color: rgb(224 242 254 / 0.7);
  border-right-color: rgb(224 242 254 / 0.7);
}
.border-x-sky-100\/75 {
  border-left-color: rgb(224 242 254 / 0.75);
  border-right-color: rgb(224 242 254 / 0.75);
}
.border-x-sky-100\/80 {
  border-left-color: rgb(224 242 254 / 0.8);
  border-right-color: rgb(224 242 254 / 0.8);
}
.border-x-sky-100\/85 {
  border-left-color: rgb(224 242 254 / 0.85);
  border-right-color: rgb(224 242 254 / 0.85);
}
.border-x-sky-100\/90 {
  border-left-color: rgb(224 242 254 / 0.9);
  border-right-color: rgb(224 242 254 / 0.9);
}
.border-x-sky-100\/95 {
  border-left-color: rgb(224 242 254 / 0.95);
  border-right-color: rgb(224 242 254 / 0.95);
}
.border-x-sky-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-x-sky-200\/0 {
  border-left-color: rgb(186 230 253 / 0);
  border-right-color: rgb(186 230 253 / 0);
}
.border-x-sky-200\/10 {
  border-left-color: rgb(186 230 253 / 0.1);
  border-right-color: rgb(186 230 253 / 0.1);
}
.border-x-sky-200\/100 {
  border-left-color: rgb(186 230 253 / 1);
  border-right-color: rgb(186 230 253 / 1);
}
.border-x-sky-200\/15 {
  border-left-color: rgb(186 230 253 / 0.15);
  border-right-color: rgb(186 230 253 / 0.15);
}
.border-x-sky-200\/20 {
  border-left-color: rgb(186 230 253 / 0.2);
  border-right-color: rgb(186 230 253 / 0.2);
}
.border-x-sky-200\/25 {
  border-left-color: rgb(186 230 253 / 0.25);
  border-right-color: rgb(186 230 253 / 0.25);
}
.border-x-sky-200\/30 {
  border-left-color: rgb(186 230 253 / 0.3);
  border-right-color: rgb(186 230 253 / 0.3);
}
.border-x-sky-200\/35 {
  border-left-color: rgb(186 230 253 / 0.35);
  border-right-color: rgb(186 230 253 / 0.35);
}
.border-x-sky-200\/40 {
  border-left-color: rgb(186 230 253 / 0.4);
  border-right-color: rgb(186 230 253 / 0.4);
}
.border-x-sky-200\/45 {
  border-left-color: rgb(186 230 253 / 0.45);
  border-right-color: rgb(186 230 253 / 0.45);
}
.border-x-sky-200\/5 {
  border-left-color: rgb(186 230 253 / 0.05);
  border-right-color: rgb(186 230 253 / 0.05);
}
.border-x-sky-200\/50 {
  border-left-color: rgb(186 230 253 / 0.5);
  border-right-color: rgb(186 230 253 / 0.5);
}
.border-x-sky-200\/55 {
  border-left-color: rgb(186 230 253 / 0.55);
  border-right-color: rgb(186 230 253 / 0.55);
}
.border-x-sky-200\/60 {
  border-left-color: rgb(186 230 253 / 0.6);
  border-right-color: rgb(186 230 253 / 0.6);
}
.border-x-sky-200\/65 {
  border-left-color: rgb(186 230 253 / 0.65);
  border-right-color: rgb(186 230 253 / 0.65);
}
.border-x-sky-200\/70 {
  border-left-color: rgb(186 230 253 / 0.7);
  border-right-color: rgb(186 230 253 / 0.7);
}
.border-x-sky-200\/75 {
  border-left-color: rgb(186 230 253 / 0.75);
  border-right-color: rgb(186 230 253 / 0.75);
}
.border-x-sky-200\/80 {
  border-left-color: rgb(186 230 253 / 0.8);
  border-right-color: rgb(186 230 253 / 0.8);
}
.border-x-sky-200\/85 {
  border-left-color: rgb(186 230 253 / 0.85);
  border-right-color: rgb(186 230 253 / 0.85);
}
.border-x-sky-200\/90 {
  border-left-color: rgb(186 230 253 / 0.9);
  border-right-color: rgb(186 230 253 / 0.9);
}
.border-x-sky-200\/95 {
  border-left-color: rgb(186 230 253 / 0.95);
  border-right-color: rgb(186 230 253 / 0.95);
}
.border-x-sky-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-x-sky-300\/0 {
  border-left-color: rgb(125 211 252 / 0);
  border-right-color: rgb(125 211 252 / 0);
}
.border-x-sky-300\/10 {
  border-left-color: rgb(125 211 252 / 0.1);
  border-right-color: rgb(125 211 252 / 0.1);
}
.border-x-sky-300\/100 {
  border-left-color: rgb(125 211 252 / 1);
  border-right-color: rgb(125 211 252 / 1);
}
.border-x-sky-300\/15 {
  border-left-color: rgb(125 211 252 / 0.15);
  border-right-color: rgb(125 211 252 / 0.15);
}
.border-x-sky-300\/20 {
  border-left-color: rgb(125 211 252 / 0.2);
  border-right-color: rgb(125 211 252 / 0.2);
}
.border-x-sky-300\/25 {
  border-left-color: rgb(125 211 252 / 0.25);
  border-right-color: rgb(125 211 252 / 0.25);
}
.border-x-sky-300\/30 {
  border-left-color: rgb(125 211 252 / 0.3);
  border-right-color: rgb(125 211 252 / 0.3);
}
.border-x-sky-300\/35 {
  border-left-color: rgb(125 211 252 / 0.35);
  border-right-color: rgb(125 211 252 / 0.35);
}
.border-x-sky-300\/40 {
  border-left-color: rgb(125 211 252 / 0.4);
  border-right-color: rgb(125 211 252 / 0.4);
}
.border-x-sky-300\/45 {
  border-left-color: rgb(125 211 252 / 0.45);
  border-right-color: rgb(125 211 252 / 0.45);
}
.border-x-sky-300\/5 {
  border-left-color: rgb(125 211 252 / 0.05);
  border-right-color: rgb(125 211 252 / 0.05);
}
.border-x-sky-300\/50 {
  border-left-color: rgb(125 211 252 / 0.5);
  border-right-color: rgb(125 211 252 / 0.5);
}
.border-x-sky-300\/55 {
  border-left-color: rgb(125 211 252 / 0.55);
  border-right-color: rgb(125 211 252 / 0.55);
}
.border-x-sky-300\/60 {
  border-left-color: rgb(125 211 252 / 0.6);
  border-right-color: rgb(125 211 252 / 0.6);
}
.border-x-sky-300\/65 {
  border-left-color: rgb(125 211 252 / 0.65);
  border-right-color: rgb(125 211 252 / 0.65);
}
.border-x-sky-300\/70 {
  border-left-color: rgb(125 211 252 / 0.7);
  border-right-color: rgb(125 211 252 / 0.7);
}
.border-x-sky-300\/75 {
  border-left-color: rgb(125 211 252 / 0.75);
  border-right-color: rgb(125 211 252 / 0.75);
}
.border-x-sky-300\/80 {
  border-left-color: rgb(125 211 252 / 0.8);
  border-right-color: rgb(125 211 252 / 0.8);
}
.border-x-sky-300\/85 {
  border-left-color: rgb(125 211 252 / 0.85);
  border-right-color: rgb(125 211 252 / 0.85);
}
.border-x-sky-300\/90 {
  border-left-color: rgb(125 211 252 / 0.9);
  border-right-color: rgb(125 211 252 / 0.9);
}
.border-x-sky-300\/95 {
  border-left-color: rgb(125 211 252 / 0.95);
  border-right-color: rgb(125 211 252 / 0.95);
}
.border-x-sky-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-x-sky-400\/0 {
  border-left-color: rgb(56 189 248 / 0);
  border-right-color: rgb(56 189 248 / 0);
}
.border-x-sky-400\/10 {
  border-left-color: rgb(56 189 248 / 0.1);
  border-right-color: rgb(56 189 248 / 0.1);
}
.border-x-sky-400\/100 {
  border-left-color: rgb(56 189 248 / 1);
  border-right-color: rgb(56 189 248 / 1);
}
.border-x-sky-400\/15 {
  border-left-color: rgb(56 189 248 / 0.15);
  border-right-color: rgb(56 189 248 / 0.15);
}
.border-x-sky-400\/20 {
  border-left-color: rgb(56 189 248 / 0.2);
  border-right-color: rgb(56 189 248 / 0.2);
}
.border-x-sky-400\/25 {
  border-left-color: rgb(56 189 248 / 0.25);
  border-right-color: rgb(56 189 248 / 0.25);
}
.border-x-sky-400\/30 {
  border-left-color: rgb(56 189 248 / 0.3);
  border-right-color: rgb(56 189 248 / 0.3);
}
.border-x-sky-400\/35 {
  border-left-color: rgb(56 189 248 / 0.35);
  border-right-color: rgb(56 189 248 / 0.35);
}
.border-x-sky-400\/40 {
  border-left-color: rgb(56 189 248 / 0.4);
  border-right-color: rgb(56 189 248 / 0.4);
}
.border-x-sky-400\/45 {
  border-left-color: rgb(56 189 248 / 0.45);
  border-right-color: rgb(56 189 248 / 0.45);
}
.border-x-sky-400\/5 {
  border-left-color: rgb(56 189 248 / 0.05);
  border-right-color: rgb(56 189 248 / 0.05);
}
.border-x-sky-400\/50 {
  border-left-color: rgb(56 189 248 / 0.5);
  border-right-color: rgb(56 189 248 / 0.5);
}
.border-x-sky-400\/55 {
  border-left-color: rgb(56 189 248 / 0.55);
  border-right-color: rgb(56 189 248 / 0.55);
}
.border-x-sky-400\/60 {
  border-left-color: rgb(56 189 248 / 0.6);
  border-right-color: rgb(56 189 248 / 0.6);
}
.border-x-sky-400\/65 {
  border-left-color: rgb(56 189 248 / 0.65);
  border-right-color: rgb(56 189 248 / 0.65);
}
.border-x-sky-400\/70 {
  border-left-color: rgb(56 189 248 / 0.7);
  border-right-color: rgb(56 189 248 / 0.7);
}
.border-x-sky-400\/75 {
  border-left-color: rgb(56 189 248 / 0.75);
  border-right-color: rgb(56 189 248 / 0.75);
}
.border-x-sky-400\/80 {
  border-left-color: rgb(56 189 248 / 0.8);
  border-right-color: rgb(56 189 248 / 0.8);
}
.border-x-sky-400\/85 {
  border-left-color: rgb(56 189 248 / 0.85);
  border-right-color: rgb(56 189 248 / 0.85);
}
.border-x-sky-400\/90 {
  border-left-color: rgb(56 189 248 / 0.9);
  border-right-color: rgb(56 189 248 / 0.9);
}
.border-x-sky-400\/95 {
  border-left-color: rgb(56 189 248 / 0.95);
  border-right-color: rgb(56 189 248 / 0.95);
}
.border-x-sky-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-x-sky-50\/0 {
  border-left-color: rgb(240 249 255 / 0);
  border-right-color: rgb(240 249 255 / 0);
}
.border-x-sky-50\/10 {
  border-left-color: rgb(240 249 255 / 0.1);
  border-right-color: rgb(240 249 255 / 0.1);
}
.border-x-sky-50\/100 {
  border-left-color: rgb(240 249 255 / 1);
  border-right-color: rgb(240 249 255 / 1);
}
.border-x-sky-50\/15 {
  border-left-color: rgb(240 249 255 / 0.15);
  border-right-color: rgb(240 249 255 / 0.15);
}
.border-x-sky-50\/20 {
  border-left-color: rgb(240 249 255 / 0.2);
  border-right-color: rgb(240 249 255 / 0.2);
}
.border-x-sky-50\/25 {
  border-left-color: rgb(240 249 255 / 0.25);
  border-right-color: rgb(240 249 255 / 0.25);
}
.border-x-sky-50\/30 {
  border-left-color: rgb(240 249 255 / 0.3);
  border-right-color: rgb(240 249 255 / 0.3);
}
.border-x-sky-50\/35 {
  border-left-color: rgb(240 249 255 / 0.35);
  border-right-color: rgb(240 249 255 / 0.35);
}
.border-x-sky-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}
.border-x-sky-50\/45 {
  border-left-color: rgb(240 249 255 / 0.45);
  border-right-color: rgb(240 249 255 / 0.45);
}
.border-x-sky-50\/5 {
  border-left-color: rgb(240 249 255 / 0.05);
  border-right-color: rgb(240 249 255 / 0.05);
}
.border-x-sky-50\/50 {
  border-left-color: rgb(240 249 255 / 0.5);
  border-right-color: rgb(240 249 255 / 0.5);
}
.border-x-sky-50\/55 {
  border-left-color: rgb(240 249 255 / 0.55);
  border-right-color: rgb(240 249 255 / 0.55);
}
.border-x-sky-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}
.border-x-sky-50\/65 {
  border-left-color: rgb(240 249 255 / 0.65);
  border-right-color: rgb(240 249 255 / 0.65);
}
.border-x-sky-50\/70 {
  border-left-color: rgb(240 249 255 / 0.7);
  border-right-color: rgb(240 249 255 / 0.7);
}
.border-x-sky-50\/75 {
  border-left-color: rgb(240 249 255 / 0.75);
  border-right-color: rgb(240 249 255 / 0.75);
}
.border-x-sky-50\/80 {
  border-left-color: rgb(240 249 255 / 0.8);
  border-right-color: rgb(240 249 255 / 0.8);
}
.border-x-sky-50\/85 {
  border-left-color: rgb(240 249 255 / 0.85);
  border-right-color: rgb(240 249 255 / 0.85);
}
.border-x-sky-50\/90 {
  border-left-color: rgb(240 249 255 / 0.9);
  border-right-color: rgb(240 249 255 / 0.9);
}
.border-x-sky-50\/95 {
  border-left-color: rgb(240 249 255 / 0.95);
  border-right-color: rgb(240 249 255 / 0.95);
}
.border-x-sky-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-x-sky-500\/0 {
  border-left-color: rgb(14 165 233 / 0);
  border-right-color: rgb(14 165 233 / 0);
}
.border-x-sky-500\/10 {
  border-left-color: rgb(14 165 233 / 0.1);
  border-right-color: rgb(14 165 233 / 0.1);
}
.border-x-sky-500\/100 {
  border-left-color: rgb(14 165 233 / 1);
  border-right-color: rgb(14 165 233 / 1);
}
.border-x-sky-500\/15 {
  border-left-color: rgb(14 165 233 / 0.15);
  border-right-color: rgb(14 165 233 / 0.15);
}
.border-x-sky-500\/20 {
  border-left-color: rgb(14 165 233 / 0.2);
  border-right-color: rgb(14 165 233 / 0.2);
}
.border-x-sky-500\/25 {
  border-left-color: rgb(14 165 233 / 0.25);
  border-right-color: rgb(14 165 233 / 0.25);
}
.border-x-sky-500\/30 {
  border-left-color: rgb(14 165 233 / 0.3);
  border-right-color: rgb(14 165 233 / 0.3);
}
.border-x-sky-500\/35 {
  border-left-color: rgb(14 165 233 / 0.35);
  border-right-color: rgb(14 165 233 / 0.35);
}
.border-x-sky-500\/40 {
  border-left-color: rgb(14 165 233 / 0.4);
  border-right-color: rgb(14 165 233 / 0.4);
}
.border-x-sky-500\/45 {
  border-left-color: rgb(14 165 233 / 0.45);
  border-right-color: rgb(14 165 233 / 0.45);
}
.border-x-sky-500\/5 {
  border-left-color: rgb(14 165 233 / 0.05);
  border-right-color: rgb(14 165 233 / 0.05);
}
.border-x-sky-500\/50 {
  border-left-color: rgb(14 165 233 / 0.5);
  border-right-color: rgb(14 165 233 / 0.5);
}
.border-x-sky-500\/55 {
  border-left-color: rgb(14 165 233 / 0.55);
  border-right-color: rgb(14 165 233 / 0.55);
}
.border-x-sky-500\/60 {
  border-left-color: rgb(14 165 233 / 0.6);
  border-right-color: rgb(14 165 233 / 0.6);
}
.border-x-sky-500\/65 {
  border-left-color: rgb(14 165 233 / 0.65);
  border-right-color: rgb(14 165 233 / 0.65);
}
.border-x-sky-500\/70 {
  border-left-color: rgb(14 165 233 / 0.7);
  border-right-color: rgb(14 165 233 / 0.7);
}
.border-x-sky-500\/75 {
  border-left-color: rgb(14 165 233 / 0.75);
  border-right-color: rgb(14 165 233 / 0.75);
}
.border-x-sky-500\/80 {
  border-left-color: rgb(14 165 233 / 0.8);
  border-right-color: rgb(14 165 233 / 0.8);
}
.border-x-sky-500\/85 {
  border-left-color: rgb(14 165 233 / 0.85);
  border-right-color: rgb(14 165 233 / 0.85);
}
.border-x-sky-500\/90 {
  border-left-color: rgb(14 165 233 / 0.9);
  border-right-color: rgb(14 165 233 / 0.9);
}
.border-x-sky-500\/95 {
  border-left-color: rgb(14 165 233 / 0.95);
  border-right-color: rgb(14 165 233 / 0.95);
}
.border-x-sky-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-x-sky-600\/0 {
  border-left-color: rgb(2 132 199 / 0);
  border-right-color: rgb(2 132 199 / 0);
}
.border-x-sky-600\/10 {
  border-left-color: rgb(2 132 199 / 0.1);
  border-right-color: rgb(2 132 199 / 0.1);
}
.border-x-sky-600\/100 {
  border-left-color: rgb(2 132 199 / 1);
  border-right-color: rgb(2 132 199 / 1);
}
.border-x-sky-600\/15 {
  border-left-color: rgb(2 132 199 / 0.15);
  border-right-color: rgb(2 132 199 / 0.15);
}
.border-x-sky-600\/20 {
  border-left-color: rgb(2 132 199 / 0.2);
  border-right-color: rgb(2 132 199 / 0.2);
}
.border-x-sky-600\/25 {
  border-left-color: rgb(2 132 199 / 0.25);
  border-right-color: rgb(2 132 199 / 0.25);
}
.border-x-sky-600\/30 {
  border-left-color: rgb(2 132 199 / 0.3);
  border-right-color: rgb(2 132 199 / 0.3);
}
.border-x-sky-600\/35 {
  border-left-color: rgb(2 132 199 / 0.35);
  border-right-color: rgb(2 132 199 / 0.35);
}
.border-x-sky-600\/40 {
  border-left-color: rgb(2 132 199 / 0.4);
  border-right-color: rgb(2 132 199 / 0.4);
}
.border-x-sky-600\/45 {
  border-left-color: rgb(2 132 199 / 0.45);
  border-right-color: rgb(2 132 199 / 0.45);
}
.border-x-sky-600\/5 {
  border-left-color: rgb(2 132 199 / 0.05);
  border-right-color: rgb(2 132 199 / 0.05);
}
.border-x-sky-600\/50 {
  border-left-color: rgb(2 132 199 / 0.5);
  border-right-color: rgb(2 132 199 / 0.5);
}
.border-x-sky-600\/55 {
  border-left-color: rgb(2 132 199 / 0.55);
  border-right-color: rgb(2 132 199 / 0.55);
}
.border-x-sky-600\/60 {
  border-left-color: rgb(2 132 199 / 0.6);
  border-right-color: rgb(2 132 199 / 0.6);
}
.border-x-sky-600\/65 {
  border-left-color: rgb(2 132 199 / 0.65);
  border-right-color: rgb(2 132 199 / 0.65);
}
.border-x-sky-600\/70 {
  border-left-color: rgb(2 132 199 / 0.7);
  border-right-color: rgb(2 132 199 / 0.7);
}
.border-x-sky-600\/75 {
  border-left-color: rgb(2 132 199 / 0.75);
  border-right-color: rgb(2 132 199 / 0.75);
}
.border-x-sky-600\/80 {
  border-left-color: rgb(2 132 199 / 0.8);
  border-right-color: rgb(2 132 199 / 0.8);
}
.border-x-sky-600\/85 {
  border-left-color: rgb(2 132 199 / 0.85);
  border-right-color: rgb(2 132 199 / 0.85);
}
.border-x-sky-600\/90 {
  border-left-color: rgb(2 132 199 / 0.9);
  border-right-color: rgb(2 132 199 / 0.9);
}
.border-x-sky-600\/95 {
  border-left-color: rgb(2 132 199 / 0.95);
  border-right-color: rgb(2 132 199 / 0.95);
}
.border-x-sky-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-x-sky-700\/0 {
  border-left-color: rgb(3 105 161 / 0);
  border-right-color: rgb(3 105 161 / 0);
}
.border-x-sky-700\/10 {
  border-left-color: rgb(3 105 161 / 0.1);
  border-right-color: rgb(3 105 161 / 0.1);
}
.border-x-sky-700\/100 {
  border-left-color: rgb(3 105 161 / 1);
  border-right-color: rgb(3 105 161 / 1);
}
.border-x-sky-700\/15 {
  border-left-color: rgb(3 105 161 / 0.15);
  border-right-color: rgb(3 105 161 / 0.15);
}
.border-x-sky-700\/20 {
  border-left-color: rgb(3 105 161 / 0.2);
  border-right-color: rgb(3 105 161 / 0.2);
}
.border-x-sky-700\/25 {
  border-left-color: rgb(3 105 161 / 0.25);
  border-right-color: rgb(3 105 161 / 0.25);
}
.border-x-sky-700\/30 {
  border-left-color: rgb(3 105 161 / 0.3);
  border-right-color: rgb(3 105 161 / 0.3);
}
.border-x-sky-700\/35 {
  border-left-color: rgb(3 105 161 / 0.35);
  border-right-color: rgb(3 105 161 / 0.35);
}
.border-x-sky-700\/40 {
  border-left-color: rgb(3 105 161 / 0.4);
  border-right-color: rgb(3 105 161 / 0.4);
}
.border-x-sky-700\/45 {
  border-left-color: rgb(3 105 161 / 0.45);
  border-right-color: rgb(3 105 161 / 0.45);
}
.border-x-sky-700\/5 {
  border-left-color: rgb(3 105 161 / 0.05);
  border-right-color: rgb(3 105 161 / 0.05);
}
.border-x-sky-700\/50 {
  border-left-color: rgb(3 105 161 / 0.5);
  border-right-color: rgb(3 105 161 / 0.5);
}
.border-x-sky-700\/55 {
  border-left-color: rgb(3 105 161 / 0.55);
  border-right-color: rgb(3 105 161 / 0.55);
}
.border-x-sky-700\/60 {
  border-left-color: rgb(3 105 161 / 0.6);
  border-right-color: rgb(3 105 161 / 0.6);
}
.border-x-sky-700\/65 {
  border-left-color: rgb(3 105 161 / 0.65);
  border-right-color: rgb(3 105 161 / 0.65);
}
.border-x-sky-700\/70 {
  border-left-color: rgb(3 105 161 / 0.7);
  border-right-color: rgb(3 105 161 / 0.7);
}
.border-x-sky-700\/75 {
  border-left-color: rgb(3 105 161 / 0.75);
  border-right-color: rgb(3 105 161 / 0.75);
}
.border-x-sky-700\/80 {
  border-left-color: rgb(3 105 161 / 0.8);
  border-right-color: rgb(3 105 161 / 0.8);
}
.border-x-sky-700\/85 {
  border-left-color: rgb(3 105 161 / 0.85);
  border-right-color: rgb(3 105 161 / 0.85);
}
.border-x-sky-700\/90 {
  border-left-color: rgb(3 105 161 / 0.9);
  border-right-color: rgb(3 105 161 / 0.9);
}
.border-x-sky-700\/95 {
  border-left-color: rgb(3 105 161 / 0.95);
  border-right-color: rgb(3 105 161 / 0.95);
}
.border-x-sky-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-x-sky-800\/0 {
  border-left-color: rgb(7 89 133 / 0);
  border-right-color: rgb(7 89 133 / 0);
}
.border-x-sky-800\/10 {
  border-left-color: rgb(7 89 133 / 0.1);
  border-right-color: rgb(7 89 133 / 0.1);
}
.border-x-sky-800\/100 {
  border-left-color: rgb(7 89 133 / 1);
  border-right-color: rgb(7 89 133 / 1);
}
.border-x-sky-800\/15 {
  border-left-color: rgb(7 89 133 / 0.15);
  border-right-color: rgb(7 89 133 / 0.15);
}
.border-x-sky-800\/20 {
  border-left-color: rgb(7 89 133 / 0.2);
  border-right-color: rgb(7 89 133 / 0.2);
}
.border-x-sky-800\/25 {
  border-left-color: rgb(7 89 133 / 0.25);
  border-right-color: rgb(7 89 133 / 0.25);
}
.border-x-sky-800\/30 {
  border-left-color: rgb(7 89 133 / 0.3);
  border-right-color: rgb(7 89 133 / 0.3);
}
.border-x-sky-800\/35 {
  border-left-color: rgb(7 89 133 / 0.35);
  border-right-color: rgb(7 89 133 / 0.35);
}
.border-x-sky-800\/40 {
  border-left-color: rgb(7 89 133 / 0.4);
  border-right-color: rgb(7 89 133 / 0.4);
}
.border-x-sky-800\/45 {
  border-left-color: rgb(7 89 133 / 0.45);
  border-right-color: rgb(7 89 133 / 0.45);
}
.border-x-sky-800\/5 {
  border-left-color: rgb(7 89 133 / 0.05);
  border-right-color: rgb(7 89 133 / 0.05);
}
.border-x-sky-800\/50 {
  border-left-color: rgb(7 89 133 / 0.5);
  border-right-color: rgb(7 89 133 / 0.5);
}
.border-x-sky-800\/55 {
  border-left-color: rgb(7 89 133 / 0.55);
  border-right-color: rgb(7 89 133 / 0.55);
}
.border-x-sky-800\/60 {
  border-left-color: rgb(7 89 133 / 0.6);
  border-right-color: rgb(7 89 133 / 0.6);
}
.border-x-sky-800\/65 {
  border-left-color: rgb(7 89 133 / 0.65);
  border-right-color: rgb(7 89 133 / 0.65);
}
.border-x-sky-800\/70 {
  border-left-color: rgb(7 89 133 / 0.7);
  border-right-color: rgb(7 89 133 / 0.7);
}
.border-x-sky-800\/75 {
  border-left-color: rgb(7 89 133 / 0.75);
  border-right-color: rgb(7 89 133 / 0.75);
}
.border-x-sky-800\/80 {
  border-left-color: rgb(7 89 133 / 0.8);
  border-right-color: rgb(7 89 133 / 0.8);
}
.border-x-sky-800\/85 {
  border-left-color: rgb(7 89 133 / 0.85);
  border-right-color: rgb(7 89 133 / 0.85);
}
.border-x-sky-800\/90 {
  border-left-color: rgb(7 89 133 / 0.9);
  border-right-color: rgb(7 89 133 / 0.9);
}
.border-x-sky-800\/95 {
  border-left-color: rgb(7 89 133 / 0.95);
  border-right-color: rgb(7 89 133 / 0.95);
}
.border-x-sky-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-x-sky-900\/0 {
  border-left-color: rgb(12 74 110 / 0);
  border-right-color: rgb(12 74 110 / 0);
}
.border-x-sky-900\/10 {
  border-left-color: rgb(12 74 110 / 0.1);
  border-right-color: rgb(12 74 110 / 0.1);
}
.border-x-sky-900\/100 {
  border-left-color: rgb(12 74 110 / 1);
  border-right-color: rgb(12 74 110 / 1);
}
.border-x-sky-900\/15 {
  border-left-color: rgb(12 74 110 / 0.15);
  border-right-color: rgb(12 74 110 / 0.15);
}
.border-x-sky-900\/20 {
  border-left-color: rgb(12 74 110 / 0.2);
  border-right-color: rgb(12 74 110 / 0.2);
}
.border-x-sky-900\/25 {
  border-left-color: rgb(12 74 110 / 0.25);
  border-right-color: rgb(12 74 110 / 0.25);
}
.border-x-sky-900\/30 {
  border-left-color: rgb(12 74 110 / 0.3);
  border-right-color: rgb(12 74 110 / 0.3);
}
.border-x-sky-900\/35 {
  border-left-color: rgb(12 74 110 / 0.35);
  border-right-color: rgb(12 74 110 / 0.35);
}
.border-x-sky-900\/40 {
  border-left-color: rgb(12 74 110 / 0.4);
  border-right-color: rgb(12 74 110 / 0.4);
}
.border-x-sky-900\/45 {
  border-left-color: rgb(12 74 110 / 0.45);
  border-right-color: rgb(12 74 110 / 0.45);
}
.border-x-sky-900\/5 {
  border-left-color: rgb(12 74 110 / 0.05);
  border-right-color: rgb(12 74 110 / 0.05);
}
.border-x-sky-900\/50 {
  border-left-color: rgb(12 74 110 / 0.5);
  border-right-color: rgb(12 74 110 / 0.5);
}
.border-x-sky-900\/55 {
  border-left-color: rgb(12 74 110 / 0.55);
  border-right-color: rgb(12 74 110 / 0.55);
}
.border-x-sky-900\/60 {
  border-left-color: rgb(12 74 110 / 0.6);
  border-right-color: rgb(12 74 110 / 0.6);
}
.border-x-sky-900\/65 {
  border-left-color: rgb(12 74 110 / 0.65);
  border-right-color: rgb(12 74 110 / 0.65);
}
.border-x-sky-900\/70 {
  border-left-color: rgb(12 74 110 / 0.7);
  border-right-color: rgb(12 74 110 / 0.7);
}
.border-x-sky-900\/75 {
  border-left-color: rgb(12 74 110 / 0.75);
  border-right-color: rgb(12 74 110 / 0.75);
}
.border-x-sky-900\/80 {
  border-left-color: rgb(12 74 110 / 0.8);
  border-right-color: rgb(12 74 110 / 0.8);
}
.border-x-sky-900\/85 {
  border-left-color: rgb(12 74 110 / 0.85);
  border-right-color: rgb(12 74 110 / 0.85);
}
.border-x-sky-900\/90 {
  border-left-color: rgb(12 74 110 / 0.9);
  border-right-color: rgb(12 74 110 / 0.9);
}
.border-x-sky-900\/95 {
  border-left-color: rgb(12 74 110 / 0.95);
  border-right-color: rgb(12 74 110 / 0.95);
}
.border-x-sky-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-x-sky-950\/0 {
  border-left-color: rgb(8 47 73 / 0);
  border-right-color: rgb(8 47 73 / 0);
}
.border-x-sky-950\/10 {
  border-left-color: rgb(8 47 73 / 0.1);
  border-right-color: rgb(8 47 73 / 0.1);
}
.border-x-sky-950\/100 {
  border-left-color: rgb(8 47 73 / 1);
  border-right-color: rgb(8 47 73 / 1);
}
.border-x-sky-950\/15 {
  border-left-color: rgb(8 47 73 / 0.15);
  border-right-color: rgb(8 47 73 / 0.15);
}
.border-x-sky-950\/20 {
  border-left-color: rgb(8 47 73 / 0.2);
  border-right-color: rgb(8 47 73 / 0.2);
}
.border-x-sky-950\/25 {
  border-left-color: rgb(8 47 73 / 0.25);
  border-right-color: rgb(8 47 73 / 0.25);
}
.border-x-sky-950\/30 {
  border-left-color: rgb(8 47 73 / 0.3);
  border-right-color: rgb(8 47 73 / 0.3);
}
.border-x-sky-950\/35 {
  border-left-color: rgb(8 47 73 / 0.35);
  border-right-color: rgb(8 47 73 / 0.35);
}
.border-x-sky-950\/40 {
  border-left-color: rgb(8 47 73 / 0.4);
  border-right-color: rgb(8 47 73 / 0.4);
}
.border-x-sky-950\/45 {
  border-left-color: rgb(8 47 73 / 0.45);
  border-right-color: rgb(8 47 73 / 0.45);
}
.border-x-sky-950\/5 {
  border-left-color: rgb(8 47 73 / 0.05);
  border-right-color: rgb(8 47 73 / 0.05);
}
.border-x-sky-950\/50 {
  border-left-color: rgb(8 47 73 / 0.5);
  border-right-color: rgb(8 47 73 / 0.5);
}
.border-x-sky-950\/55 {
  border-left-color: rgb(8 47 73 / 0.55);
  border-right-color: rgb(8 47 73 / 0.55);
}
.border-x-sky-950\/60 {
  border-left-color: rgb(8 47 73 / 0.6);
  border-right-color: rgb(8 47 73 / 0.6);
}
.border-x-sky-950\/65 {
  border-left-color: rgb(8 47 73 / 0.65);
  border-right-color: rgb(8 47 73 / 0.65);
}
.border-x-sky-950\/70 {
  border-left-color: rgb(8 47 73 / 0.7);
  border-right-color: rgb(8 47 73 / 0.7);
}
.border-x-sky-950\/75 {
  border-left-color: rgb(8 47 73 / 0.75);
  border-right-color: rgb(8 47 73 / 0.75);
}
.border-x-sky-950\/80 {
  border-left-color: rgb(8 47 73 / 0.8);
  border-right-color: rgb(8 47 73 / 0.8);
}
.border-x-sky-950\/85 {
  border-left-color: rgb(8 47 73 / 0.85);
  border-right-color: rgb(8 47 73 / 0.85);
}
.border-x-sky-950\/90 {
  border-left-color: rgb(8 47 73 / 0.9);
  border-right-color: rgb(8 47 73 / 0.9);
}
.border-x-sky-950\/95 {
  border-left-color: rgb(8 47 73 / 0.95);
  border-right-color: rgb(8 47 73 / 0.95);
}
.border-x-slate-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-x-slate-100\/0 {
  border-left-color: rgb(241 245 249 / 0);
  border-right-color: rgb(241 245 249 / 0);
}
.border-x-slate-100\/10 {
  border-left-color: rgb(241 245 249 / 0.1);
  border-right-color: rgb(241 245 249 / 0.1);
}
.border-x-slate-100\/100 {
  border-left-color: rgb(241 245 249 / 1);
  border-right-color: rgb(241 245 249 / 1);
}
.border-x-slate-100\/15 {
  border-left-color: rgb(241 245 249 / 0.15);
  border-right-color: rgb(241 245 249 / 0.15);
}
.border-x-slate-100\/20 {
  border-left-color: rgb(241 245 249 / 0.2);
  border-right-color: rgb(241 245 249 / 0.2);
}
.border-x-slate-100\/25 {
  border-left-color: rgb(241 245 249 / 0.25);
  border-right-color: rgb(241 245 249 / 0.25);
}
.border-x-slate-100\/30 {
  border-left-color: rgb(241 245 249 / 0.3);
  border-right-color: rgb(241 245 249 / 0.3);
}
.border-x-slate-100\/35 {
  border-left-color: rgb(241 245 249 / 0.35);
  border-right-color: rgb(241 245 249 / 0.35);
}
.border-x-slate-100\/40 {
  border-left-color: rgb(241 245 249 / 0.4);
  border-right-color: rgb(241 245 249 / 0.4);
}
.border-x-slate-100\/45 {
  border-left-color: rgb(241 245 249 / 0.45);
  border-right-color: rgb(241 245 249 / 0.45);
}
.border-x-slate-100\/5 {
  border-left-color: rgb(241 245 249 / 0.05);
  border-right-color: rgb(241 245 249 / 0.05);
}
.border-x-slate-100\/50 {
  border-left-color: rgb(241 245 249 / 0.5);
  border-right-color: rgb(241 245 249 / 0.5);
}
.border-x-slate-100\/55 {
  border-left-color: rgb(241 245 249 / 0.55);
  border-right-color: rgb(241 245 249 / 0.55);
}
.border-x-slate-100\/60 {
  border-left-color: rgb(241 245 249 / 0.6);
  border-right-color: rgb(241 245 249 / 0.6);
}
.border-x-slate-100\/65 {
  border-left-color: rgb(241 245 249 / 0.65);
  border-right-color: rgb(241 245 249 / 0.65);
}
.border-x-slate-100\/70 {
  border-left-color: rgb(241 245 249 / 0.7);
  border-right-color: rgb(241 245 249 / 0.7);
}
.border-x-slate-100\/75 {
  border-left-color: rgb(241 245 249 / 0.75);
  border-right-color: rgb(241 245 249 / 0.75);
}
.border-x-slate-100\/80 {
  border-left-color: rgb(241 245 249 / 0.8);
  border-right-color: rgb(241 245 249 / 0.8);
}
.border-x-slate-100\/85 {
  border-left-color: rgb(241 245 249 / 0.85);
  border-right-color: rgb(241 245 249 / 0.85);
}
.border-x-slate-100\/90 {
  border-left-color: rgb(241 245 249 / 0.9);
  border-right-color: rgb(241 245 249 / 0.9);
}
.border-x-slate-100\/95 {
  border-left-color: rgb(241 245 249 / 0.95);
  border-right-color: rgb(241 245 249 / 0.95);
}
.border-x-slate-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-x-slate-200\/0 {
  border-left-color: rgb(226 232 240 / 0);
  border-right-color: rgb(226 232 240 / 0);
}
.border-x-slate-200\/10 {
  border-left-color: rgb(226 232 240 / 0.1);
  border-right-color: rgb(226 232 240 / 0.1);
}
.border-x-slate-200\/100 {
  border-left-color: rgb(226 232 240 / 1);
  border-right-color: rgb(226 232 240 / 1);
}
.border-x-slate-200\/15 {
  border-left-color: rgb(226 232 240 / 0.15);
  border-right-color: rgb(226 232 240 / 0.15);
}
.border-x-slate-200\/20 {
  border-left-color: rgb(226 232 240 / 0.2);
  border-right-color: rgb(226 232 240 / 0.2);
}
.border-x-slate-200\/25 {
  border-left-color: rgb(226 232 240 / 0.25);
  border-right-color: rgb(226 232 240 / 0.25);
}
.border-x-slate-200\/30 {
  border-left-color: rgb(226 232 240 / 0.3);
  border-right-color: rgb(226 232 240 / 0.3);
}
.border-x-slate-200\/35 {
  border-left-color: rgb(226 232 240 / 0.35);
  border-right-color: rgb(226 232 240 / 0.35);
}
.border-x-slate-200\/40 {
  border-left-color: rgb(226 232 240 / 0.4);
  border-right-color: rgb(226 232 240 / 0.4);
}
.border-x-slate-200\/45 {
  border-left-color: rgb(226 232 240 / 0.45);
  border-right-color: rgb(226 232 240 / 0.45);
}
.border-x-slate-200\/5 {
  border-left-color: rgb(226 232 240 / 0.05);
  border-right-color: rgb(226 232 240 / 0.05);
}
.border-x-slate-200\/50 {
  border-left-color: rgb(226 232 240 / 0.5);
  border-right-color: rgb(226 232 240 / 0.5);
}
.border-x-slate-200\/55 {
  border-left-color: rgb(226 232 240 / 0.55);
  border-right-color: rgb(226 232 240 / 0.55);
}
.border-x-slate-200\/60 {
  border-left-color: rgb(226 232 240 / 0.6);
  border-right-color: rgb(226 232 240 / 0.6);
}
.border-x-slate-200\/65 {
  border-left-color: rgb(226 232 240 / 0.65);
  border-right-color: rgb(226 232 240 / 0.65);
}
.border-x-slate-200\/70 {
  border-left-color: rgb(226 232 240 / 0.7);
  border-right-color: rgb(226 232 240 / 0.7);
}
.border-x-slate-200\/75 {
  border-left-color: rgb(226 232 240 / 0.75);
  border-right-color: rgb(226 232 240 / 0.75);
}
.border-x-slate-200\/80 {
  border-left-color: rgb(226 232 240 / 0.8);
  border-right-color: rgb(226 232 240 / 0.8);
}
.border-x-slate-200\/85 {
  border-left-color: rgb(226 232 240 / 0.85);
  border-right-color: rgb(226 232 240 / 0.85);
}
.border-x-slate-200\/90 {
  border-left-color: rgb(226 232 240 / 0.9);
  border-right-color: rgb(226 232 240 / 0.9);
}
.border-x-slate-200\/95 {
  border-left-color: rgb(226 232 240 / 0.95);
  border-right-color: rgb(226 232 240 / 0.95);
}
.border-x-slate-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-x-slate-300\/0 {
  border-left-color: rgb(203 213 225 / 0);
  border-right-color: rgb(203 213 225 / 0);
}
.border-x-slate-300\/10 {
  border-left-color: rgb(203 213 225 / 0.1);
  border-right-color: rgb(203 213 225 / 0.1);
}
.border-x-slate-300\/100 {
  border-left-color: rgb(203 213 225 / 1);
  border-right-color: rgb(203 213 225 / 1);
}
.border-x-slate-300\/15 {
  border-left-color: rgb(203 213 225 / 0.15);
  border-right-color: rgb(203 213 225 / 0.15);
}
.border-x-slate-300\/20 {
  border-left-color: rgb(203 213 225 / 0.2);
  border-right-color: rgb(203 213 225 / 0.2);
}
.border-x-slate-300\/25 {
  border-left-color: rgb(203 213 225 / 0.25);
  border-right-color: rgb(203 213 225 / 0.25);
}
.border-x-slate-300\/30 {
  border-left-color: rgb(203 213 225 / 0.3);
  border-right-color: rgb(203 213 225 / 0.3);
}
.border-x-slate-300\/35 {
  border-left-color: rgb(203 213 225 / 0.35);
  border-right-color: rgb(203 213 225 / 0.35);
}
.border-x-slate-300\/40 {
  border-left-color: rgb(203 213 225 / 0.4);
  border-right-color: rgb(203 213 225 / 0.4);
}
.border-x-slate-300\/45 {
  border-left-color: rgb(203 213 225 / 0.45);
  border-right-color: rgb(203 213 225 / 0.45);
}
.border-x-slate-300\/5 {
  border-left-color: rgb(203 213 225 / 0.05);
  border-right-color: rgb(203 213 225 / 0.05);
}
.border-x-slate-300\/50 {
  border-left-color: rgb(203 213 225 / 0.5);
  border-right-color: rgb(203 213 225 / 0.5);
}
.border-x-slate-300\/55 {
  border-left-color: rgb(203 213 225 / 0.55);
  border-right-color: rgb(203 213 225 / 0.55);
}
.border-x-slate-300\/60 {
  border-left-color: rgb(203 213 225 / 0.6);
  border-right-color: rgb(203 213 225 / 0.6);
}
.border-x-slate-300\/65 {
  border-left-color: rgb(203 213 225 / 0.65);
  border-right-color: rgb(203 213 225 / 0.65);
}
.border-x-slate-300\/70 {
  border-left-color: rgb(203 213 225 / 0.7);
  border-right-color: rgb(203 213 225 / 0.7);
}
.border-x-slate-300\/75 {
  border-left-color: rgb(203 213 225 / 0.75);
  border-right-color: rgb(203 213 225 / 0.75);
}
.border-x-slate-300\/80 {
  border-left-color: rgb(203 213 225 / 0.8);
  border-right-color: rgb(203 213 225 / 0.8);
}
.border-x-slate-300\/85 {
  border-left-color: rgb(203 213 225 / 0.85);
  border-right-color: rgb(203 213 225 / 0.85);
}
.border-x-slate-300\/90 {
  border-left-color: rgb(203 213 225 / 0.9);
  border-right-color: rgb(203 213 225 / 0.9);
}
.border-x-slate-300\/95 {
  border-left-color: rgb(203 213 225 / 0.95);
  border-right-color: rgb(203 213 225 / 0.95);
}
.border-x-slate-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-x-slate-400\/0 {
  border-left-color: rgb(148 163 184 / 0);
  border-right-color: rgb(148 163 184 / 0);
}
.border-x-slate-400\/10 {
  border-left-color: rgb(148 163 184 / 0.1);
  border-right-color: rgb(148 163 184 / 0.1);
}
.border-x-slate-400\/100 {
  border-left-color: rgb(148 163 184 / 1);
  border-right-color: rgb(148 163 184 / 1);
}
.border-x-slate-400\/15 {
  border-left-color: rgb(148 163 184 / 0.15);
  border-right-color: rgb(148 163 184 / 0.15);
}
.border-x-slate-400\/20 {
  border-left-color: rgb(148 163 184 / 0.2);
  border-right-color: rgb(148 163 184 / 0.2);
}
.border-x-slate-400\/25 {
  border-left-color: rgb(148 163 184 / 0.25);
  border-right-color: rgb(148 163 184 / 0.25);
}
.border-x-slate-400\/30 {
  border-left-color: rgb(148 163 184 / 0.3);
  border-right-color: rgb(148 163 184 / 0.3);
}
.border-x-slate-400\/35 {
  border-left-color: rgb(148 163 184 / 0.35);
  border-right-color: rgb(148 163 184 / 0.35);
}
.border-x-slate-400\/40 {
  border-left-color: rgb(148 163 184 / 0.4);
  border-right-color: rgb(148 163 184 / 0.4);
}
.border-x-slate-400\/45 {
  border-left-color: rgb(148 163 184 / 0.45);
  border-right-color: rgb(148 163 184 / 0.45);
}
.border-x-slate-400\/5 {
  border-left-color: rgb(148 163 184 / 0.05);
  border-right-color: rgb(148 163 184 / 0.05);
}
.border-x-slate-400\/50 {
  border-left-color: rgb(148 163 184 / 0.5);
  border-right-color: rgb(148 163 184 / 0.5);
}
.border-x-slate-400\/55 {
  border-left-color: rgb(148 163 184 / 0.55);
  border-right-color: rgb(148 163 184 / 0.55);
}
.border-x-slate-400\/60 {
  border-left-color: rgb(148 163 184 / 0.6);
  border-right-color: rgb(148 163 184 / 0.6);
}
.border-x-slate-400\/65 {
  border-left-color: rgb(148 163 184 / 0.65);
  border-right-color: rgb(148 163 184 / 0.65);
}
.border-x-slate-400\/70 {
  border-left-color: rgb(148 163 184 / 0.7);
  border-right-color: rgb(148 163 184 / 0.7);
}
.border-x-slate-400\/75 {
  border-left-color: rgb(148 163 184 / 0.75);
  border-right-color: rgb(148 163 184 / 0.75);
}
.border-x-slate-400\/80 {
  border-left-color: rgb(148 163 184 / 0.8);
  border-right-color: rgb(148 163 184 / 0.8);
}
.border-x-slate-400\/85 {
  border-left-color: rgb(148 163 184 / 0.85);
  border-right-color: rgb(148 163 184 / 0.85);
}
.border-x-slate-400\/90 {
  border-left-color: rgb(148 163 184 / 0.9);
  border-right-color: rgb(148 163 184 / 0.9);
}
.border-x-slate-400\/95 {
  border-left-color: rgb(148 163 184 / 0.95);
  border-right-color: rgb(148 163 184 / 0.95);
}
.border-x-slate-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-x-slate-50\/0 {
  border-left-color: rgb(248 250 252 / 0);
  border-right-color: rgb(248 250 252 / 0);
}
.border-x-slate-50\/10 {
  border-left-color: rgb(248 250 252 / 0.1);
  border-right-color: rgb(248 250 252 / 0.1);
}
.border-x-slate-50\/100 {
  border-left-color: rgb(248 250 252 / 1);
  border-right-color: rgb(248 250 252 / 1);
}
.border-x-slate-50\/15 {
  border-left-color: rgb(248 250 252 / 0.15);
  border-right-color: rgb(248 250 252 / 0.15);
}
.border-x-slate-50\/20 {
  border-left-color: rgb(248 250 252 / 0.2);
  border-right-color: rgb(248 250 252 / 0.2);
}
.border-x-slate-50\/25 {
  border-left-color: rgb(248 250 252 / 0.25);
  border-right-color: rgb(248 250 252 / 0.25);
}
.border-x-slate-50\/30 {
  border-left-color: rgb(248 250 252 / 0.3);
  border-right-color: rgb(248 250 252 / 0.3);
}
.border-x-slate-50\/35 {
  border-left-color: rgb(248 250 252 / 0.35);
  border-right-color: rgb(248 250 252 / 0.35);
}
.border-x-slate-50\/40 {
  border-left-color: rgb(248 250 252 / 0.4);
  border-right-color: rgb(248 250 252 / 0.4);
}
.border-x-slate-50\/45 {
  border-left-color: rgb(248 250 252 / 0.45);
  border-right-color: rgb(248 250 252 / 0.45);
}
.border-x-slate-50\/5 {
  border-left-color: rgb(248 250 252 / 0.05);
  border-right-color: rgb(248 250 252 / 0.05);
}
.border-x-slate-50\/50 {
  border-left-color: rgb(248 250 252 / 0.5);
  border-right-color: rgb(248 250 252 / 0.5);
}
.border-x-slate-50\/55 {
  border-left-color: rgb(248 250 252 / 0.55);
  border-right-color: rgb(248 250 252 / 0.55);
}
.border-x-slate-50\/60 {
  border-left-color: rgb(248 250 252 / 0.6);
  border-right-color: rgb(248 250 252 / 0.6);
}
.border-x-slate-50\/65 {
  border-left-color: rgb(248 250 252 / 0.65);
  border-right-color: rgb(248 250 252 / 0.65);
}
.border-x-slate-50\/70 {
  border-left-color: rgb(248 250 252 / 0.7);
  border-right-color: rgb(248 250 252 / 0.7);
}
.border-x-slate-50\/75 {
  border-left-color: rgb(248 250 252 / 0.75);
  border-right-color: rgb(248 250 252 / 0.75);
}
.border-x-slate-50\/80 {
  border-left-color: rgb(248 250 252 / 0.8);
  border-right-color: rgb(248 250 252 / 0.8);
}
.border-x-slate-50\/85 {
  border-left-color: rgb(248 250 252 / 0.85);
  border-right-color: rgb(248 250 252 / 0.85);
}
.border-x-slate-50\/90 {
  border-left-color: rgb(248 250 252 / 0.9);
  border-right-color: rgb(248 250 252 / 0.9);
}
.border-x-slate-50\/95 {
  border-left-color: rgb(248 250 252 / 0.95);
  border-right-color: rgb(248 250 252 / 0.95);
}
.border-x-slate-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-x-slate-500\/0 {
  border-left-color: rgb(100 116 139 / 0);
  border-right-color: rgb(100 116 139 / 0);
}
.border-x-slate-500\/10 {
  border-left-color: rgb(100 116 139 / 0.1);
  border-right-color: rgb(100 116 139 / 0.1);
}
.border-x-slate-500\/100 {
  border-left-color: rgb(100 116 139 / 1);
  border-right-color: rgb(100 116 139 / 1);
}
.border-x-slate-500\/15 {
  border-left-color: rgb(100 116 139 / 0.15);
  border-right-color: rgb(100 116 139 / 0.15);
}
.border-x-slate-500\/20 {
  border-left-color: rgb(100 116 139 / 0.2);
  border-right-color: rgb(100 116 139 / 0.2);
}
.border-x-slate-500\/25 {
  border-left-color: rgb(100 116 139 / 0.25);
  border-right-color: rgb(100 116 139 / 0.25);
}
.border-x-slate-500\/30 {
  border-left-color: rgb(100 116 139 / 0.3);
  border-right-color: rgb(100 116 139 / 0.3);
}
.border-x-slate-500\/35 {
  border-left-color: rgb(100 116 139 / 0.35);
  border-right-color: rgb(100 116 139 / 0.35);
}
.border-x-slate-500\/40 {
  border-left-color: rgb(100 116 139 / 0.4);
  border-right-color: rgb(100 116 139 / 0.4);
}
.border-x-slate-500\/45 {
  border-left-color: rgb(100 116 139 / 0.45);
  border-right-color: rgb(100 116 139 / 0.45);
}
.border-x-slate-500\/5 {
  border-left-color: rgb(100 116 139 / 0.05);
  border-right-color: rgb(100 116 139 / 0.05);
}
.border-x-slate-500\/50 {
  border-left-color: rgb(100 116 139 / 0.5);
  border-right-color: rgb(100 116 139 / 0.5);
}
.border-x-slate-500\/55 {
  border-left-color: rgb(100 116 139 / 0.55);
  border-right-color: rgb(100 116 139 / 0.55);
}
.border-x-slate-500\/60 {
  border-left-color: rgb(100 116 139 / 0.6);
  border-right-color: rgb(100 116 139 / 0.6);
}
.border-x-slate-500\/65 {
  border-left-color: rgb(100 116 139 / 0.65);
  border-right-color: rgb(100 116 139 / 0.65);
}
.border-x-slate-500\/70 {
  border-left-color: rgb(100 116 139 / 0.7);
  border-right-color: rgb(100 116 139 / 0.7);
}
.border-x-slate-500\/75 {
  border-left-color: rgb(100 116 139 / 0.75);
  border-right-color: rgb(100 116 139 / 0.75);
}
.border-x-slate-500\/80 {
  border-left-color: rgb(100 116 139 / 0.8);
  border-right-color: rgb(100 116 139 / 0.8);
}
.border-x-slate-500\/85 {
  border-left-color: rgb(100 116 139 / 0.85);
  border-right-color: rgb(100 116 139 / 0.85);
}
.border-x-slate-500\/90 {
  border-left-color: rgb(100 116 139 / 0.9);
  border-right-color: rgb(100 116 139 / 0.9);
}
.border-x-slate-500\/95 {
  border-left-color: rgb(100 116 139 / 0.95);
  border-right-color: rgb(100 116 139 / 0.95);
}
.border-x-slate-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-x-slate-600\/0 {
  border-left-color: rgb(71 85 105 / 0);
  border-right-color: rgb(71 85 105 / 0);
}
.border-x-slate-600\/10 {
  border-left-color: rgb(71 85 105 / 0.1);
  border-right-color: rgb(71 85 105 / 0.1);
}
.border-x-slate-600\/100 {
  border-left-color: rgb(71 85 105 / 1);
  border-right-color: rgb(71 85 105 / 1);
}
.border-x-slate-600\/15 {
  border-left-color: rgb(71 85 105 / 0.15);
  border-right-color: rgb(71 85 105 / 0.15);
}
.border-x-slate-600\/20 {
  border-left-color: rgb(71 85 105 / 0.2);
  border-right-color: rgb(71 85 105 / 0.2);
}
.border-x-slate-600\/25 {
  border-left-color: rgb(71 85 105 / 0.25);
  border-right-color: rgb(71 85 105 / 0.25);
}
.border-x-slate-600\/30 {
  border-left-color: rgb(71 85 105 / 0.3);
  border-right-color: rgb(71 85 105 / 0.3);
}
.border-x-slate-600\/35 {
  border-left-color: rgb(71 85 105 / 0.35);
  border-right-color: rgb(71 85 105 / 0.35);
}
.border-x-slate-600\/40 {
  border-left-color: rgb(71 85 105 / 0.4);
  border-right-color: rgb(71 85 105 / 0.4);
}
.border-x-slate-600\/45 {
  border-left-color: rgb(71 85 105 / 0.45);
  border-right-color: rgb(71 85 105 / 0.45);
}
.border-x-slate-600\/5 {
  border-left-color: rgb(71 85 105 / 0.05);
  border-right-color: rgb(71 85 105 / 0.05);
}
.border-x-slate-600\/50 {
  border-left-color: rgb(71 85 105 / 0.5);
  border-right-color: rgb(71 85 105 / 0.5);
}
.border-x-slate-600\/55 {
  border-left-color: rgb(71 85 105 / 0.55);
  border-right-color: rgb(71 85 105 / 0.55);
}
.border-x-slate-600\/60 {
  border-left-color: rgb(71 85 105 / 0.6);
  border-right-color: rgb(71 85 105 / 0.6);
}
.border-x-slate-600\/65 {
  border-left-color: rgb(71 85 105 / 0.65);
  border-right-color: rgb(71 85 105 / 0.65);
}
.border-x-slate-600\/70 {
  border-left-color: rgb(71 85 105 / 0.7);
  border-right-color: rgb(71 85 105 / 0.7);
}
.border-x-slate-600\/75 {
  border-left-color: rgb(71 85 105 / 0.75);
  border-right-color: rgb(71 85 105 / 0.75);
}
.border-x-slate-600\/80 {
  border-left-color: rgb(71 85 105 / 0.8);
  border-right-color: rgb(71 85 105 / 0.8);
}
.border-x-slate-600\/85 {
  border-left-color: rgb(71 85 105 / 0.85);
  border-right-color: rgb(71 85 105 / 0.85);
}
.border-x-slate-600\/90 {
  border-left-color: rgb(71 85 105 / 0.9);
  border-right-color: rgb(71 85 105 / 0.9);
}
.border-x-slate-600\/95 {
  border-left-color: rgb(71 85 105 / 0.95);
  border-right-color: rgb(71 85 105 / 0.95);
}
.border-x-slate-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-x-slate-700\/0 {
  border-left-color: rgb(51 65 85 / 0);
  border-right-color: rgb(51 65 85 / 0);
}
.border-x-slate-700\/10 {
  border-left-color: rgb(51 65 85 / 0.1);
  border-right-color: rgb(51 65 85 / 0.1);
}
.border-x-slate-700\/100 {
  border-left-color: rgb(51 65 85 / 1);
  border-right-color: rgb(51 65 85 / 1);
}
.border-x-slate-700\/15 {
  border-left-color: rgb(51 65 85 / 0.15);
  border-right-color: rgb(51 65 85 / 0.15);
}
.border-x-slate-700\/20 {
  border-left-color: rgb(51 65 85 / 0.2);
  border-right-color: rgb(51 65 85 / 0.2);
}
.border-x-slate-700\/25 {
  border-left-color: rgb(51 65 85 / 0.25);
  border-right-color: rgb(51 65 85 / 0.25);
}
.border-x-slate-700\/30 {
  border-left-color: rgb(51 65 85 / 0.3);
  border-right-color: rgb(51 65 85 / 0.3);
}
.border-x-slate-700\/35 {
  border-left-color: rgb(51 65 85 / 0.35);
  border-right-color: rgb(51 65 85 / 0.35);
}
.border-x-slate-700\/40 {
  border-left-color: rgb(51 65 85 / 0.4);
  border-right-color: rgb(51 65 85 / 0.4);
}
.border-x-slate-700\/45 {
  border-left-color: rgb(51 65 85 / 0.45);
  border-right-color: rgb(51 65 85 / 0.45);
}
.border-x-slate-700\/5 {
  border-left-color: rgb(51 65 85 / 0.05);
  border-right-color: rgb(51 65 85 / 0.05);
}
.border-x-slate-700\/50 {
  border-left-color: rgb(51 65 85 / 0.5);
  border-right-color: rgb(51 65 85 / 0.5);
}
.border-x-slate-700\/55 {
  border-left-color: rgb(51 65 85 / 0.55);
  border-right-color: rgb(51 65 85 / 0.55);
}
.border-x-slate-700\/60 {
  border-left-color: rgb(51 65 85 / 0.6);
  border-right-color: rgb(51 65 85 / 0.6);
}
.border-x-slate-700\/65 {
  border-left-color: rgb(51 65 85 / 0.65);
  border-right-color: rgb(51 65 85 / 0.65);
}
.border-x-slate-700\/70 {
  border-left-color: rgb(51 65 85 / 0.7);
  border-right-color: rgb(51 65 85 / 0.7);
}
.border-x-slate-700\/75 {
  border-left-color: rgb(51 65 85 / 0.75);
  border-right-color: rgb(51 65 85 / 0.75);
}
.border-x-slate-700\/80 {
  border-left-color: rgb(51 65 85 / 0.8);
  border-right-color: rgb(51 65 85 / 0.8);
}
.border-x-slate-700\/85 {
  border-left-color: rgb(51 65 85 / 0.85);
  border-right-color: rgb(51 65 85 / 0.85);
}
.border-x-slate-700\/90 {
  border-left-color: rgb(51 65 85 / 0.9);
  border-right-color: rgb(51 65 85 / 0.9);
}
.border-x-slate-700\/95 {
  border-left-color: rgb(51 65 85 / 0.95);
  border-right-color: rgb(51 65 85 / 0.95);
}
.border-x-slate-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-x-slate-800\/0 {
  border-left-color: rgb(30 41 59 / 0);
  border-right-color: rgb(30 41 59 / 0);
}
.border-x-slate-800\/10 {
  border-left-color: rgb(30 41 59 / 0.1);
  border-right-color: rgb(30 41 59 / 0.1);
}
.border-x-slate-800\/100 {
  border-left-color: rgb(30 41 59 / 1);
  border-right-color: rgb(30 41 59 / 1);
}
.border-x-slate-800\/15 {
  border-left-color: rgb(30 41 59 / 0.15);
  border-right-color: rgb(30 41 59 / 0.15);
}
.border-x-slate-800\/20 {
  border-left-color: rgb(30 41 59 / 0.2);
  border-right-color: rgb(30 41 59 / 0.2);
}
.border-x-slate-800\/25 {
  border-left-color: rgb(30 41 59 / 0.25);
  border-right-color: rgb(30 41 59 / 0.25);
}
.border-x-slate-800\/30 {
  border-left-color: rgb(30 41 59 / 0.3);
  border-right-color: rgb(30 41 59 / 0.3);
}
.border-x-slate-800\/35 {
  border-left-color: rgb(30 41 59 / 0.35);
  border-right-color: rgb(30 41 59 / 0.35);
}
.border-x-slate-800\/40 {
  border-left-color: rgb(30 41 59 / 0.4);
  border-right-color: rgb(30 41 59 / 0.4);
}
.border-x-slate-800\/45 {
  border-left-color: rgb(30 41 59 / 0.45);
  border-right-color: rgb(30 41 59 / 0.45);
}
.border-x-slate-800\/5 {
  border-left-color: rgb(30 41 59 / 0.05);
  border-right-color: rgb(30 41 59 / 0.05);
}
.border-x-slate-800\/50 {
  border-left-color: rgb(30 41 59 / 0.5);
  border-right-color: rgb(30 41 59 / 0.5);
}
.border-x-slate-800\/55 {
  border-left-color: rgb(30 41 59 / 0.55);
  border-right-color: rgb(30 41 59 / 0.55);
}
.border-x-slate-800\/60 {
  border-left-color: rgb(30 41 59 / 0.6);
  border-right-color: rgb(30 41 59 / 0.6);
}
.border-x-slate-800\/65 {
  border-left-color: rgb(30 41 59 / 0.65);
  border-right-color: rgb(30 41 59 / 0.65);
}
.border-x-slate-800\/70 {
  border-left-color: rgb(30 41 59 / 0.7);
  border-right-color: rgb(30 41 59 / 0.7);
}
.border-x-slate-800\/75 {
  border-left-color: rgb(30 41 59 / 0.75);
  border-right-color: rgb(30 41 59 / 0.75);
}
.border-x-slate-800\/80 {
  border-left-color: rgb(30 41 59 / 0.8);
  border-right-color: rgb(30 41 59 / 0.8);
}
.border-x-slate-800\/85 {
  border-left-color: rgb(30 41 59 / 0.85);
  border-right-color: rgb(30 41 59 / 0.85);
}
.border-x-slate-800\/90 {
  border-left-color: rgb(30 41 59 / 0.9);
  border-right-color: rgb(30 41 59 / 0.9);
}
.border-x-slate-800\/95 {
  border-left-color: rgb(30 41 59 / 0.95);
  border-right-color: rgb(30 41 59 / 0.95);
}
.border-x-slate-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-x-slate-900\/0 {
  border-left-color: rgb(15 23 42 / 0);
  border-right-color: rgb(15 23 42 / 0);
}
.border-x-slate-900\/10 {
  border-left-color: rgb(15 23 42 / 0.1);
  border-right-color: rgb(15 23 42 / 0.1);
}
.border-x-slate-900\/100 {
  border-left-color: rgb(15 23 42 / 1);
  border-right-color: rgb(15 23 42 / 1);
}
.border-x-slate-900\/15 {
  border-left-color: rgb(15 23 42 / 0.15);
  border-right-color: rgb(15 23 42 / 0.15);
}
.border-x-slate-900\/20 {
  border-left-color: rgb(15 23 42 / 0.2);
  border-right-color: rgb(15 23 42 / 0.2);
}
.border-x-slate-900\/25 {
  border-left-color: rgb(15 23 42 / 0.25);
  border-right-color: rgb(15 23 42 / 0.25);
}
.border-x-slate-900\/30 {
  border-left-color: rgb(15 23 42 / 0.3);
  border-right-color: rgb(15 23 42 / 0.3);
}
.border-x-slate-900\/35 {
  border-left-color: rgb(15 23 42 / 0.35);
  border-right-color: rgb(15 23 42 / 0.35);
}
.border-x-slate-900\/40 {
  border-left-color: rgb(15 23 42 / 0.4);
  border-right-color: rgb(15 23 42 / 0.4);
}
.border-x-slate-900\/45 {
  border-left-color: rgb(15 23 42 / 0.45);
  border-right-color: rgb(15 23 42 / 0.45);
}
.border-x-slate-900\/5 {
  border-left-color: rgb(15 23 42 / 0.05);
  border-right-color: rgb(15 23 42 / 0.05);
}
.border-x-slate-900\/50 {
  border-left-color: rgb(15 23 42 / 0.5);
  border-right-color: rgb(15 23 42 / 0.5);
}
.border-x-slate-900\/55 {
  border-left-color: rgb(15 23 42 / 0.55);
  border-right-color: rgb(15 23 42 / 0.55);
}
.border-x-slate-900\/60 {
  border-left-color: rgb(15 23 42 / 0.6);
  border-right-color: rgb(15 23 42 / 0.6);
}
.border-x-slate-900\/65 {
  border-left-color: rgb(15 23 42 / 0.65);
  border-right-color: rgb(15 23 42 / 0.65);
}
.border-x-slate-900\/70 {
  border-left-color: rgb(15 23 42 / 0.7);
  border-right-color: rgb(15 23 42 / 0.7);
}
.border-x-slate-900\/75 {
  border-left-color: rgb(15 23 42 / 0.75);
  border-right-color: rgb(15 23 42 / 0.75);
}
.border-x-slate-900\/80 {
  border-left-color: rgb(15 23 42 / 0.8);
  border-right-color: rgb(15 23 42 / 0.8);
}
.border-x-slate-900\/85 {
  border-left-color: rgb(15 23 42 / 0.85);
  border-right-color: rgb(15 23 42 / 0.85);
}
.border-x-slate-900\/90 {
  border-left-color: rgb(15 23 42 / 0.9);
  border-right-color: rgb(15 23 42 / 0.9);
}
.border-x-slate-900\/95 {
  border-left-color: rgb(15 23 42 / 0.95);
  border-right-color: rgb(15 23 42 / 0.95);
}
.border-x-slate-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-x-slate-950\/0 {
  border-left-color: rgb(2 6 23 / 0);
  border-right-color: rgb(2 6 23 / 0);
}
.border-x-slate-950\/10 {
  border-left-color: rgb(2 6 23 / 0.1);
  border-right-color: rgb(2 6 23 / 0.1);
}
.border-x-slate-950\/100 {
  border-left-color: rgb(2 6 23 / 1);
  border-right-color: rgb(2 6 23 / 1);
}
.border-x-slate-950\/15 {
  border-left-color: rgb(2 6 23 / 0.15);
  border-right-color: rgb(2 6 23 / 0.15);
}
.border-x-slate-950\/20 {
  border-left-color: rgb(2 6 23 / 0.2);
  border-right-color: rgb(2 6 23 / 0.2);
}
.border-x-slate-950\/25 {
  border-left-color: rgb(2 6 23 / 0.25);
  border-right-color: rgb(2 6 23 / 0.25);
}
.border-x-slate-950\/30 {
  border-left-color: rgb(2 6 23 / 0.3);
  border-right-color: rgb(2 6 23 / 0.3);
}
.border-x-slate-950\/35 {
  border-left-color: rgb(2 6 23 / 0.35);
  border-right-color: rgb(2 6 23 / 0.35);
}
.border-x-slate-950\/40 {
  border-left-color: rgb(2 6 23 / 0.4);
  border-right-color: rgb(2 6 23 / 0.4);
}
.border-x-slate-950\/45 {
  border-left-color: rgb(2 6 23 / 0.45);
  border-right-color: rgb(2 6 23 / 0.45);
}
.border-x-slate-950\/5 {
  border-left-color: rgb(2 6 23 / 0.05);
  border-right-color: rgb(2 6 23 / 0.05);
}
.border-x-slate-950\/50 {
  border-left-color: rgb(2 6 23 / 0.5);
  border-right-color: rgb(2 6 23 / 0.5);
}
.border-x-slate-950\/55 {
  border-left-color: rgb(2 6 23 / 0.55);
  border-right-color: rgb(2 6 23 / 0.55);
}
.border-x-slate-950\/60 {
  border-left-color: rgb(2 6 23 / 0.6);
  border-right-color: rgb(2 6 23 / 0.6);
}
.border-x-slate-950\/65 {
  border-left-color: rgb(2 6 23 / 0.65);
  border-right-color: rgb(2 6 23 / 0.65);
}
.border-x-slate-950\/70 {
  border-left-color: rgb(2 6 23 / 0.7);
  border-right-color: rgb(2 6 23 / 0.7);
}
.border-x-slate-950\/75 {
  border-left-color: rgb(2 6 23 / 0.75);
  border-right-color: rgb(2 6 23 / 0.75);
}
.border-x-slate-950\/80 {
  border-left-color: rgb(2 6 23 / 0.8);
  border-right-color: rgb(2 6 23 / 0.8);
}
.border-x-slate-950\/85 {
  border-left-color: rgb(2 6 23 / 0.85);
  border-right-color: rgb(2 6 23 / 0.85);
}
.border-x-slate-950\/90 {
  border-left-color: rgb(2 6 23 / 0.9);
  border-right-color: rgb(2 6 23 / 0.9);
}
.border-x-slate-950\/95 {
  border-left-color: rgb(2 6 23 / 0.95);
  border-right-color: rgb(2 6 23 / 0.95);
}
.border-x-stone-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-x-stone-100\/0 {
  border-left-color: rgb(245 245 244 / 0);
  border-right-color: rgb(245 245 244 / 0);
}
.border-x-stone-100\/10 {
  border-left-color: rgb(245 245 244 / 0.1);
  border-right-color: rgb(245 245 244 / 0.1);
}
.border-x-stone-100\/100 {
  border-left-color: rgb(245 245 244 / 1);
  border-right-color: rgb(245 245 244 / 1);
}
.border-x-stone-100\/15 {
  border-left-color: rgb(245 245 244 / 0.15);
  border-right-color: rgb(245 245 244 / 0.15);
}
.border-x-stone-100\/20 {
  border-left-color: rgb(245 245 244 / 0.2);
  border-right-color: rgb(245 245 244 / 0.2);
}
.border-x-stone-100\/25 {
  border-left-color: rgb(245 245 244 / 0.25);
  border-right-color: rgb(245 245 244 / 0.25);
}
.border-x-stone-100\/30 {
  border-left-color: rgb(245 245 244 / 0.3);
  border-right-color: rgb(245 245 244 / 0.3);
}
.border-x-stone-100\/35 {
  border-left-color: rgb(245 245 244 / 0.35);
  border-right-color: rgb(245 245 244 / 0.35);
}
.border-x-stone-100\/40 {
  border-left-color: rgb(245 245 244 / 0.4);
  border-right-color: rgb(245 245 244 / 0.4);
}
.border-x-stone-100\/45 {
  border-left-color: rgb(245 245 244 / 0.45);
  border-right-color: rgb(245 245 244 / 0.45);
}
.border-x-stone-100\/5 {
  border-left-color: rgb(245 245 244 / 0.05);
  border-right-color: rgb(245 245 244 / 0.05);
}
.border-x-stone-100\/50 {
  border-left-color: rgb(245 245 244 / 0.5);
  border-right-color: rgb(245 245 244 / 0.5);
}
.border-x-stone-100\/55 {
  border-left-color: rgb(245 245 244 / 0.55);
  border-right-color: rgb(245 245 244 / 0.55);
}
.border-x-stone-100\/60 {
  border-left-color: rgb(245 245 244 / 0.6);
  border-right-color: rgb(245 245 244 / 0.6);
}
.border-x-stone-100\/65 {
  border-left-color: rgb(245 245 244 / 0.65);
  border-right-color: rgb(245 245 244 / 0.65);
}
.border-x-stone-100\/70 {
  border-left-color: rgb(245 245 244 / 0.7);
  border-right-color: rgb(245 245 244 / 0.7);
}
.border-x-stone-100\/75 {
  border-left-color: rgb(245 245 244 / 0.75);
  border-right-color: rgb(245 245 244 / 0.75);
}
.border-x-stone-100\/80 {
  border-left-color: rgb(245 245 244 / 0.8);
  border-right-color: rgb(245 245 244 / 0.8);
}
.border-x-stone-100\/85 {
  border-left-color: rgb(245 245 244 / 0.85);
  border-right-color: rgb(245 245 244 / 0.85);
}
.border-x-stone-100\/90 {
  border-left-color: rgb(245 245 244 / 0.9);
  border-right-color: rgb(245 245 244 / 0.9);
}
.border-x-stone-100\/95 {
  border-left-color: rgb(245 245 244 / 0.95);
  border-right-color: rgb(245 245 244 / 0.95);
}
.border-x-stone-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-x-stone-200\/0 {
  border-left-color: rgb(231 229 228 / 0);
  border-right-color: rgb(231 229 228 / 0);
}
.border-x-stone-200\/10 {
  border-left-color: rgb(231 229 228 / 0.1);
  border-right-color: rgb(231 229 228 / 0.1);
}
.border-x-stone-200\/100 {
  border-left-color: rgb(231 229 228 / 1);
  border-right-color: rgb(231 229 228 / 1);
}
.border-x-stone-200\/15 {
  border-left-color: rgb(231 229 228 / 0.15);
  border-right-color: rgb(231 229 228 / 0.15);
}
.border-x-stone-200\/20 {
  border-left-color: rgb(231 229 228 / 0.2);
  border-right-color: rgb(231 229 228 / 0.2);
}
.border-x-stone-200\/25 {
  border-left-color: rgb(231 229 228 / 0.25);
  border-right-color: rgb(231 229 228 / 0.25);
}
.border-x-stone-200\/30 {
  border-left-color: rgb(231 229 228 / 0.3);
  border-right-color: rgb(231 229 228 / 0.3);
}
.border-x-stone-200\/35 {
  border-left-color: rgb(231 229 228 / 0.35);
  border-right-color: rgb(231 229 228 / 0.35);
}
.border-x-stone-200\/40 {
  border-left-color: rgb(231 229 228 / 0.4);
  border-right-color: rgb(231 229 228 / 0.4);
}
.border-x-stone-200\/45 {
  border-left-color: rgb(231 229 228 / 0.45);
  border-right-color: rgb(231 229 228 / 0.45);
}
.border-x-stone-200\/5 {
  border-left-color: rgb(231 229 228 / 0.05);
  border-right-color: rgb(231 229 228 / 0.05);
}
.border-x-stone-200\/50 {
  border-left-color: rgb(231 229 228 / 0.5);
  border-right-color: rgb(231 229 228 / 0.5);
}
.border-x-stone-200\/55 {
  border-left-color: rgb(231 229 228 / 0.55);
  border-right-color: rgb(231 229 228 / 0.55);
}
.border-x-stone-200\/60 {
  border-left-color: rgb(231 229 228 / 0.6);
  border-right-color: rgb(231 229 228 / 0.6);
}
.border-x-stone-200\/65 {
  border-left-color: rgb(231 229 228 / 0.65);
  border-right-color: rgb(231 229 228 / 0.65);
}
.border-x-stone-200\/70 {
  border-left-color: rgb(231 229 228 / 0.7);
  border-right-color: rgb(231 229 228 / 0.7);
}
.border-x-stone-200\/75 {
  border-left-color: rgb(231 229 228 / 0.75);
  border-right-color: rgb(231 229 228 / 0.75);
}
.border-x-stone-200\/80 {
  border-left-color: rgb(231 229 228 / 0.8);
  border-right-color: rgb(231 229 228 / 0.8);
}
.border-x-stone-200\/85 {
  border-left-color: rgb(231 229 228 / 0.85);
  border-right-color: rgb(231 229 228 / 0.85);
}
.border-x-stone-200\/90 {
  border-left-color: rgb(231 229 228 / 0.9);
  border-right-color: rgb(231 229 228 / 0.9);
}
.border-x-stone-200\/95 {
  border-left-color: rgb(231 229 228 / 0.95);
  border-right-color: rgb(231 229 228 / 0.95);
}
.border-x-stone-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-x-stone-300\/0 {
  border-left-color: rgb(214 211 209 / 0);
  border-right-color: rgb(214 211 209 / 0);
}
.border-x-stone-300\/10 {
  border-left-color: rgb(214 211 209 / 0.1);
  border-right-color: rgb(214 211 209 / 0.1);
}
.border-x-stone-300\/100 {
  border-left-color: rgb(214 211 209 / 1);
  border-right-color: rgb(214 211 209 / 1);
}
.border-x-stone-300\/15 {
  border-left-color: rgb(214 211 209 / 0.15);
  border-right-color: rgb(214 211 209 / 0.15);
}
.border-x-stone-300\/20 {
  border-left-color: rgb(214 211 209 / 0.2);
  border-right-color: rgb(214 211 209 / 0.2);
}
.border-x-stone-300\/25 {
  border-left-color: rgb(214 211 209 / 0.25);
  border-right-color: rgb(214 211 209 / 0.25);
}
.border-x-stone-300\/30 {
  border-left-color: rgb(214 211 209 / 0.3);
  border-right-color: rgb(214 211 209 / 0.3);
}
.border-x-stone-300\/35 {
  border-left-color: rgb(214 211 209 / 0.35);
  border-right-color: rgb(214 211 209 / 0.35);
}
.border-x-stone-300\/40 {
  border-left-color: rgb(214 211 209 / 0.4);
  border-right-color: rgb(214 211 209 / 0.4);
}
.border-x-stone-300\/45 {
  border-left-color: rgb(214 211 209 / 0.45);
  border-right-color: rgb(214 211 209 / 0.45);
}
.border-x-stone-300\/5 {
  border-left-color: rgb(214 211 209 / 0.05);
  border-right-color: rgb(214 211 209 / 0.05);
}
.border-x-stone-300\/50 {
  border-left-color: rgb(214 211 209 / 0.5);
  border-right-color: rgb(214 211 209 / 0.5);
}
.border-x-stone-300\/55 {
  border-left-color: rgb(214 211 209 / 0.55);
  border-right-color: rgb(214 211 209 / 0.55);
}
.border-x-stone-300\/60 {
  border-left-color: rgb(214 211 209 / 0.6);
  border-right-color: rgb(214 211 209 / 0.6);
}
.border-x-stone-300\/65 {
  border-left-color: rgb(214 211 209 / 0.65);
  border-right-color: rgb(214 211 209 / 0.65);
}
.border-x-stone-300\/70 {
  border-left-color: rgb(214 211 209 / 0.7);
  border-right-color: rgb(214 211 209 / 0.7);
}
.border-x-stone-300\/75 {
  border-left-color: rgb(214 211 209 / 0.75);
  border-right-color: rgb(214 211 209 / 0.75);
}
.border-x-stone-300\/80 {
  border-left-color: rgb(214 211 209 / 0.8);
  border-right-color: rgb(214 211 209 / 0.8);
}
.border-x-stone-300\/85 {
  border-left-color: rgb(214 211 209 / 0.85);
  border-right-color: rgb(214 211 209 / 0.85);
}
.border-x-stone-300\/90 {
  border-left-color: rgb(214 211 209 / 0.9);
  border-right-color: rgb(214 211 209 / 0.9);
}
.border-x-stone-300\/95 {
  border-left-color: rgb(214 211 209 / 0.95);
  border-right-color: rgb(214 211 209 / 0.95);
}
.border-x-stone-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-x-stone-400\/0 {
  border-left-color: rgb(168 162 158 / 0);
  border-right-color: rgb(168 162 158 / 0);
}
.border-x-stone-400\/10 {
  border-left-color: rgb(168 162 158 / 0.1);
  border-right-color: rgb(168 162 158 / 0.1);
}
.border-x-stone-400\/100 {
  border-left-color: rgb(168 162 158 / 1);
  border-right-color: rgb(168 162 158 / 1);
}
.border-x-stone-400\/15 {
  border-left-color: rgb(168 162 158 / 0.15);
  border-right-color: rgb(168 162 158 / 0.15);
}
.border-x-stone-400\/20 {
  border-left-color: rgb(168 162 158 / 0.2);
  border-right-color: rgb(168 162 158 / 0.2);
}
.border-x-stone-400\/25 {
  border-left-color: rgb(168 162 158 / 0.25);
  border-right-color: rgb(168 162 158 / 0.25);
}
.border-x-stone-400\/30 {
  border-left-color: rgb(168 162 158 / 0.3);
  border-right-color: rgb(168 162 158 / 0.3);
}
.border-x-stone-400\/35 {
  border-left-color: rgb(168 162 158 / 0.35);
  border-right-color: rgb(168 162 158 / 0.35);
}
.border-x-stone-400\/40 {
  border-left-color: rgb(168 162 158 / 0.4);
  border-right-color: rgb(168 162 158 / 0.4);
}
.border-x-stone-400\/45 {
  border-left-color: rgb(168 162 158 / 0.45);
  border-right-color: rgb(168 162 158 / 0.45);
}
.border-x-stone-400\/5 {
  border-left-color: rgb(168 162 158 / 0.05);
  border-right-color: rgb(168 162 158 / 0.05);
}
.border-x-stone-400\/50 {
  border-left-color: rgb(168 162 158 / 0.5);
  border-right-color: rgb(168 162 158 / 0.5);
}
.border-x-stone-400\/55 {
  border-left-color: rgb(168 162 158 / 0.55);
  border-right-color: rgb(168 162 158 / 0.55);
}
.border-x-stone-400\/60 {
  border-left-color: rgb(168 162 158 / 0.6);
  border-right-color: rgb(168 162 158 / 0.6);
}
.border-x-stone-400\/65 {
  border-left-color: rgb(168 162 158 / 0.65);
  border-right-color: rgb(168 162 158 / 0.65);
}
.border-x-stone-400\/70 {
  border-left-color: rgb(168 162 158 / 0.7);
  border-right-color: rgb(168 162 158 / 0.7);
}
.border-x-stone-400\/75 {
  border-left-color: rgb(168 162 158 / 0.75);
  border-right-color: rgb(168 162 158 / 0.75);
}
.border-x-stone-400\/80 {
  border-left-color: rgb(168 162 158 / 0.8);
  border-right-color: rgb(168 162 158 / 0.8);
}
.border-x-stone-400\/85 {
  border-left-color: rgb(168 162 158 / 0.85);
  border-right-color: rgb(168 162 158 / 0.85);
}
.border-x-stone-400\/90 {
  border-left-color: rgb(168 162 158 / 0.9);
  border-right-color: rgb(168 162 158 / 0.9);
}
.border-x-stone-400\/95 {
  border-left-color: rgb(168 162 158 / 0.95);
  border-right-color: rgb(168 162 158 / 0.95);
}
.border-x-stone-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-x-stone-50\/0 {
  border-left-color: rgb(250 250 249 / 0);
  border-right-color: rgb(250 250 249 / 0);
}
.border-x-stone-50\/10 {
  border-left-color: rgb(250 250 249 / 0.1);
  border-right-color: rgb(250 250 249 / 0.1);
}
.border-x-stone-50\/100 {
  border-left-color: rgb(250 250 249 / 1);
  border-right-color: rgb(250 250 249 / 1);
}
.border-x-stone-50\/15 {
  border-left-color: rgb(250 250 249 / 0.15);
  border-right-color: rgb(250 250 249 / 0.15);
}
.border-x-stone-50\/20 {
  border-left-color: rgb(250 250 249 / 0.2);
  border-right-color: rgb(250 250 249 / 0.2);
}
.border-x-stone-50\/25 {
  border-left-color: rgb(250 250 249 / 0.25);
  border-right-color: rgb(250 250 249 / 0.25);
}
.border-x-stone-50\/30 {
  border-left-color: rgb(250 250 249 / 0.3);
  border-right-color: rgb(250 250 249 / 0.3);
}
.border-x-stone-50\/35 {
  border-left-color: rgb(250 250 249 / 0.35);
  border-right-color: rgb(250 250 249 / 0.35);
}
.border-x-stone-50\/40 {
  border-left-color: rgb(250 250 249 / 0.4);
  border-right-color: rgb(250 250 249 / 0.4);
}
.border-x-stone-50\/45 {
  border-left-color: rgb(250 250 249 / 0.45);
  border-right-color: rgb(250 250 249 / 0.45);
}
.border-x-stone-50\/5 {
  border-left-color: rgb(250 250 249 / 0.05);
  border-right-color: rgb(250 250 249 / 0.05);
}
.border-x-stone-50\/50 {
  border-left-color: rgb(250 250 249 / 0.5);
  border-right-color: rgb(250 250 249 / 0.5);
}
.border-x-stone-50\/55 {
  border-left-color: rgb(250 250 249 / 0.55);
  border-right-color: rgb(250 250 249 / 0.55);
}
.border-x-stone-50\/60 {
  border-left-color: rgb(250 250 249 / 0.6);
  border-right-color: rgb(250 250 249 / 0.6);
}
.border-x-stone-50\/65 {
  border-left-color: rgb(250 250 249 / 0.65);
  border-right-color: rgb(250 250 249 / 0.65);
}
.border-x-stone-50\/70 {
  border-left-color: rgb(250 250 249 / 0.7);
  border-right-color: rgb(250 250 249 / 0.7);
}
.border-x-stone-50\/75 {
  border-left-color: rgb(250 250 249 / 0.75);
  border-right-color: rgb(250 250 249 / 0.75);
}
.border-x-stone-50\/80 {
  border-left-color: rgb(250 250 249 / 0.8);
  border-right-color: rgb(250 250 249 / 0.8);
}
.border-x-stone-50\/85 {
  border-left-color: rgb(250 250 249 / 0.85);
  border-right-color: rgb(250 250 249 / 0.85);
}
.border-x-stone-50\/90 {
  border-left-color: rgb(250 250 249 / 0.9);
  border-right-color: rgb(250 250 249 / 0.9);
}
.border-x-stone-50\/95 {
  border-left-color: rgb(250 250 249 / 0.95);
  border-right-color: rgb(250 250 249 / 0.95);
}
.border-x-stone-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-x-stone-500\/0 {
  border-left-color: rgb(120 113 108 / 0);
  border-right-color: rgb(120 113 108 / 0);
}
.border-x-stone-500\/10 {
  border-left-color: rgb(120 113 108 / 0.1);
  border-right-color: rgb(120 113 108 / 0.1);
}
.border-x-stone-500\/100 {
  border-left-color: rgb(120 113 108 / 1);
  border-right-color: rgb(120 113 108 / 1);
}
.border-x-stone-500\/15 {
  border-left-color: rgb(120 113 108 / 0.15);
  border-right-color: rgb(120 113 108 / 0.15);
}
.border-x-stone-500\/20 {
  border-left-color: rgb(120 113 108 / 0.2);
  border-right-color: rgb(120 113 108 / 0.2);
}
.border-x-stone-500\/25 {
  border-left-color: rgb(120 113 108 / 0.25);
  border-right-color: rgb(120 113 108 / 0.25);
}
.border-x-stone-500\/30 {
  border-left-color: rgb(120 113 108 / 0.3);
  border-right-color: rgb(120 113 108 / 0.3);
}
.border-x-stone-500\/35 {
  border-left-color: rgb(120 113 108 / 0.35);
  border-right-color: rgb(120 113 108 / 0.35);
}
.border-x-stone-500\/40 {
  border-left-color: rgb(120 113 108 / 0.4);
  border-right-color: rgb(120 113 108 / 0.4);
}
.border-x-stone-500\/45 {
  border-left-color: rgb(120 113 108 / 0.45);
  border-right-color: rgb(120 113 108 / 0.45);
}
.border-x-stone-500\/5 {
  border-left-color: rgb(120 113 108 / 0.05);
  border-right-color: rgb(120 113 108 / 0.05);
}
.border-x-stone-500\/50 {
  border-left-color: rgb(120 113 108 / 0.5);
  border-right-color: rgb(120 113 108 / 0.5);
}
.border-x-stone-500\/55 {
  border-left-color: rgb(120 113 108 / 0.55);
  border-right-color: rgb(120 113 108 / 0.55);
}
.border-x-stone-500\/60 {
  border-left-color: rgb(120 113 108 / 0.6);
  border-right-color: rgb(120 113 108 / 0.6);
}
.border-x-stone-500\/65 {
  border-left-color: rgb(120 113 108 / 0.65);
  border-right-color: rgb(120 113 108 / 0.65);
}
.border-x-stone-500\/70 {
  border-left-color: rgb(120 113 108 / 0.7);
  border-right-color: rgb(120 113 108 / 0.7);
}
.border-x-stone-500\/75 {
  border-left-color: rgb(120 113 108 / 0.75);
  border-right-color: rgb(120 113 108 / 0.75);
}
.border-x-stone-500\/80 {
  border-left-color: rgb(120 113 108 / 0.8);
  border-right-color: rgb(120 113 108 / 0.8);
}
.border-x-stone-500\/85 {
  border-left-color: rgb(120 113 108 / 0.85);
  border-right-color: rgb(120 113 108 / 0.85);
}
.border-x-stone-500\/90 {
  border-left-color: rgb(120 113 108 / 0.9);
  border-right-color: rgb(120 113 108 / 0.9);
}
.border-x-stone-500\/95 {
  border-left-color: rgb(120 113 108 / 0.95);
  border-right-color: rgb(120 113 108 / 0.95);
}
.border-x-stone-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-x-stone-600\/0 {
  border-left-color: rgb(87 83 78 / 0);
  border-right-color: rgb(87 83 78 / 0);
}
.border-x-stone-600\/10 {
  border-left-color: rgb(87 83 78 / 0.1);
  border-right-color: rgb(87 83 78 / 0.1);
}
.border-x-stone-600\/100 {
  border-left-color: rgb(87 83 78 / 1);
  border-right-color: rgb(87 83 78 / 1);
}
.border-x-stone-600\/15 {
  border-left-color: rgb(87 83 78 / 0.15);
  border-right-color: rgb(87 83 78 / 0.15);
}
.border-x-stone-600\/20 {
  border-left-color: rgb(87 83 78 / 0.2);
  border-right-color: rgb(87 83 78 / 0.2);
}
.border-x-stone-600\/25 {
  border-left-color: rgb(87 83 78 / 0.25);
  border-right-color: rgb(87 83 78 / 0.25);
}
.border-x-stone-600\/30 {
  border-left-color: rgb(87 83 78 / 0.3);
  border-right-color: rgb(87 83 78 / 0.3);
}
.border-x-stone-600\/35 {
  border-left-color: rgb(87 83 78 / 0.35);
  border-right-color: rgb(87 83 78 / 0.35);
}
.border-x-stone-600\/40 {
  border-left-color: rgb(87 83 78 / 0.4);
  border-right-color: rgb(87 83 78 / 0.4);
}
.border-x-stone-600\/45 {
  border-left-color: rgb(87 83 78 / 0.45);
  border-right-color: rgb(87 83 78 / 0.45);
}
.border-x-stone-600\/5 {
  border-left-color: rgb(87 83 78 / 0.05);
  border-right-color: rgb(87 83 78 / 0.05);
}
.border-x-stone-600\/50 {
  border-left-color: rgb(87 83 78 / 0.5);
  border-right-color: rgb(87 83 78 / 0.5);
}
.border-x-stone-600\/55 {
  border-left-color: rgb(87 83 78 / 0.55);
  border-right-color: rgb(87 83 78 / 0.55);
}
.border-x-stone-600\/60 {
  border-left-color: rgb(87 83 78 / 0.6);
  border-right-color: rgb(87 83 78 / 0.6);
}
.border-x-stone-600\/65 {
  border-left-color: rgb(87 83 78 / 0.65);
  border-right-color: rgb(87 83 78 / 0.65);
}
.border-x-stone-600\/70 {
  border-left-color: rgb(87 83 78 / 0.7);
  border-right-color: rgb(87 83 78 / 0.7);
}
.border-x-stone-600\/75 {
  border-left-color: rgb(87 83 78 / 0.75);
  border-right-color: rgb(87 83 78 / 0.75);
}
.border-x-stone-600\/80 {
  border-left-color: rgb(87 83 78 / 0.8);
  border-right-color: rgb(87 83 78 / 0.8);
}
.border-x-stone-600\/85 {
  border-left-color: rgb(87 83 78 / 0.85);
  border-right-color: rgb(87 83 78 / 0.85);
}
.border-x-stone-600\/90 {
  border-left-color: rgb(87 83 78 / 0.9);
  border-right-color: rgb(87 83 78 / 0.9);
}
.border-x-stone-600\/95 {
  border-left-color: rgb(87 83 78 / 0.95);
  border-right-color: rgb(87 83 78 / 0.95);
}
.border-x-stone-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-x-stone-700\/0 {
  border-left-color: rgb(68 64 60 / 0);
  border-right-color: rgb(68 64 60 / 0);
}
.border-x-stone-700\/10 {
  border-left-color: rgb(68 64 60 / 0.1);
  border-right-color: rgb(68 64 60 / 0.1);
}
.border-x-stone-700\/100 {
  border-left-color: rgb(68 64 60 / 1);
  border-right-color: rgb(68 64 60 / 1);
}
.border-x-stone-700\/15 {
  border-left-color: rgb(68 64 60 / 0.15);
  border-right-color: rgb(68 64 60 / 0.15);
}
.border-x-stone-700\/20 {
  border-left-color: rgb(68 64 60 / 0.2);
  border-right-color: rgb(68 64 60 / 0.2);
}
.border-x-stone-700\/25 {
  border-left-color: rgb(68 64 60 / 0.25);
  border-right-color: rgb(68 64 60 / 0.25);
}
.border-x-stone-700\/30 {
  border-left-color: rgb(68 64 60 / 0.3);
  border-right-color: rgb(68 64 60 / 0.3);
}
.border-x-stone-700\/35 {
  border-left-color: rgb(68 64 60 / 0.35);
  border-right-color: rgb(68 64 60 / 0.35);
}
.border-x-stone-700\/40 {
  border-left-color: rgb(68 64 60 / 0.4);
  border-right-color: rgb(68 64 60 / 0.4);
}
.border-x-stone-700\/45 {
  border-left-color: rgb(68 64 60 / 0.45);
  border-right-color: rgb(68 64 60 / 0.45);
}
.border-x-stone-700\/5 {
  border-left-color: rgb(68 64 60 / 0.05);
  border-right-color: rgb(68 64 60 / 0.05);
}
.border-x-stone-700\/50 {
  border-left-color: rgb(68 64 60 / 0.5);
  border-right-color: rgb(68 64 60 / 0.5);
}
.border-x-stone-700\/55 {
  border-left-color: rgb(68 64 60 / 0.55);
  border-right-color: rgb(68 64 60 / 0.55);
}
.border-x-stone-700\/60 {
  border-left-color: rgb(68 64 60 / 0.6);
  border-right-color: rgb(68 64 60 / 0.6);
}
.border-x-stone-700\/65 {
  border-left-color: rgb(68 64 60 / 0.65);
  border-right-color: rgb(68 64 60 / 0.65);
}
.border-x-stone-700\/70 {
  border-left-color: rgb(68 64 60 / 0.7);
  border-right-color: rgb(68 64 60 / 0.7);
}
.border-x-stone-700\/75 {
  border-left-color: rgb(68 64 60 / 0.75);
  border-right-color: rgb(68 64 60 / 0.75);
}
.border-x-stone-700\/80 {
  border-left-color: rgb(68 64 60 / 0.8);
  border-right-color: rgb(68 64 60 / 0.8);
}
.border-x-stone-700\/85 {
  border-left-color: rgb(68 64 60 / 0.85);
  border-right-color: rgb(68 64 60 / 0.85);
}
.border-x-stone-700\/90 {
  border-left-color: rgb(68 64 60 / 0.9);
  border-right-color: rgb(68 64 60 / 0.9);
}
.border-x-stone-700\/95 {
  border-left-color: rgb(68 64 60 / 0.95);
  border-right-color: rgb(68 64 60 / 0.95);
}
.border-x-stone-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-x-stone-800\/0 {
  border-left-color: rgb(41 37 36 / 0);
  border-right-color: rgb(41 37 36 / 0);
}
.border-x-stone-800\/10 {
  border-left-color: rgb(41 37 36 / 0.1);
  border-right-color: rgb(41 37 36 / 0.1);
}
.border-x-stone-800\/100 {
  border-left-color: rgb(41 37 36 / 1);
  border-right-color: rgb(41 37 36 / 1);
}
.border-x-stone-800\/15 {
  border-left-color: rgb(41 37 36 / 0.15);
  border-right-color: rgb(41 37 36 / 0.15);
}
.border-x-stone-800\/20 {
  border-left-color: rgb(41 37 36 / 0.2);
  border-right-color: rgb(41 37 36 / 0.2);
}
.border-x-stone-800\/25 {
  border-left-color: rgb(41 37 36 / 0.25);
  border-right-color: rgb(41 37 36 / 0.25);
}
.border-x-stone-800\/30 {
  border-left-color: rgb(41 37 36 / 0.3);
  border-right-color: rgb(41 37 36 / 0.3);
}
.border-x-stone-800\/35 {
  border-left-color: rgb(41 37 36 / 0.35);
  border-right-color: rgb(41 37 36 / 0.35);
}
.border-x-stone-800\/40 {
  border-left-color: rgb(41 37 36 / 0.4);
  border-right-color: rgb(41 37 36 / 0.4);
}
.border-x-stone-800\/45 {
  border-left-color: rgb(41 37 36 / 0.45);
  border-right-color: rgb(41 37 36 / 0.45);
}
.border-x-stone-800\/5 {
  border-left-color: rgb(41 37 36 / 0.05);
  border-right-color: rgb(41 37 36 / 0.05);
}
.border-x-stone-800\/50 {
  border-left-color: rgb(41 37 36 / 0.5);
  border-right-color: rgb(41 37 36 / 0.5);
}
.border-x-stone-800\/55 {
  border-left-color: rgb(41 37 36 / 0.55);
  border-right-color: rgb(41 37 36 / 0.55);
}
.border-x-stone-800\/60 {
  border-left-color: rgb(41 37 36 / 0.6);
  border-right-color: rgb(41 37 36 / 0.6);
}
.border-x-stone-800\/65 {
  border-left-color: rgb(41 37 36 / 0.65);
  border-right-color: rgb(41 37 36 / 0.65);
}
.border-x-stone-800\/70 {
  border-left-color: rgb(41 37 36 / 0.7);
  border-right-color: rgb(41 37 36 / 0.7);
}
.border-x-stone-800\/75 {
  border-left-color: rgb(41 37 36 / 0.75);
  border-right-color: rgb(41 37 36 / 0.75);
}
.border-x-stone-800\/80 {
  border-left-color: rgb(41 37 36 / 0.8);
  border-right-color: rgb(41 37 36 / 0.8);
}
.border-x-stone-800\/85 {
  border-left-color: rgb(41 37 36 / 0.85);
  border-right-color: rgb(41 37 36 / 0.85);
}
.border-x-stone-800\/90 {
  border-left-color: rgb(41 37 36 / 0.9);
  border-right-color: rgb(41 37 36 / 0.9);
}
.border-x-stone-800\/95 {
  border-left-color: rgb(41 37 36 / 0.95);
  border-right-color: rgb(41 37 36 / 0.95);
}
.border-x-stone-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-x-stone-900\/0 {
  border-left-color: rgb(28 25 23 / 0);
  border-right-color: rgb(28 25 23 / 0);
}
.border-x-stone-900\/10 {
  border-left-color: rgb(28 25 23 / 0.1);
  border-right-color: rgb(28 25 23 / 0.1);
}
.border-x-stone-900\/100 {
  border-left-color: rgb(28 25 23 / 1);
  border-right-color: rgb(28 25 23 / 1);
}
.border-x-stone-900\/15 {
  border-left-color: rgb(28 25 23 / 0.15);
  border-right-color: rgb(28 25 23 / 0.15);
}
.border-x-stone-900\/20 {
  border-left-color: rgb(28 25 23 / 0.2);
  border-right-color: rgb(28 25 23 / 0.2);
}
.border-x-stone-900\/25 {
  border-left-color: rgb(28 25 23 / 0.25);
  border-right-color: rgb(28 25 23 / 0.25);
}
.border-x-stone-900\/30 {
  border-left-color: rgb(28 25 23 / 0.3);
  border-right-color: rgb(28 25 23 / 0.3);
}
.border-x-stone-900\/35 {
  border-left-color: rgb(28 25 23 / 0.35);
  border-right-color: rgb(28 25 23 / 0.35);
}
.border-x-stone-900\/40 {
  border-left-color: rgb(28 25 23 / 0.4);
  border-right-color: rgb(28 25 23 / 0.4);
}
.border-x-stone-900\/45 {
  border-left-color: rgb(28 25 23 / 0.45);
  border-right-color: rgb(28 25 23 / 0.45);
}
.border-x-stone-900\/5 {
  border-left-color: rgb(28 25 23 / 0.05);
  border-right-color: rgb(28 25 23 / 0.05);
}
.border-x-stone-900\/50 {
  border-left-color: rgb(28 25 23 / 0.5);
  border-right-color: rgb(28 25 23 / 0.5);
}
.border-x-stone-900\/55 {
  border-left-color: rgb(28 25 23 / 0.55);
  border-right-color: rgb(28 25 23 / 0.55);
}
.border-x-stone-900\/60 {
  border-left-color: rgb(28 25 23 / 0.6);
  border-right-color: rgb(28 25 23 / 0.6);
}
.border-x-stone-900\/65 {
  border-left-color: rgb(28 25 23 / 0.65);
  border-right-color: rgb(28 25 23 / 0.65);
}
.border-x-stone-900\/70 {
  border-left-color: rgb(28 25 23 / 0.7);
  border-right-color: rgb(28 25 23 / 0.7);
}
.border-x-stone-900\/75 {
  border-left-color: rgb(28 25 23 / 0.75);
  border-right-color: rgb(28 25 23 / 0.75);
}
.border-x-stone-900\/80 {
  border-left-color: rgb(28 25 23 / 0.8);
  border-right-color: rgb(28 25 23 / 0.8);
}
.border-x-stone-900\/85 {
  border-left-color: rgb(28 25 23 / 0.85);
  border-right-color: rgb(28 25 23 / 0.85);
}
.border-x-stone-900\/90 {
  border-left-color: rgb(28 25 23 / 0.9);
  border-right-color: rgb(28 25 23 / 0.9);
}
.border-x-stone-900\/95 {
  border-left-color: rgb(28 25 23 / 0.95);
  border-right-color: rgb(28 25 23 / 0.95);
}
.border-x-stone-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-x-stone-950\/0 {
  border-left-color: rgb(12 10 9 / 0);
  border-right-color: rgb(12 10 9 / 0);
}
.border-x-stone-950\/10 {
  border-left-color: rgb(12 10 9 / 0.1);
  border-right-color: rgb(12 10 9 / 0.1);
}
.border-x-stone-950\/100 {
  border-left-color: rgb(12 10 9 / 1);
  border-right-color: rgb(12 10 9 / 1);
}
.border-x-stone-950\/15 {
  border-left-color: rgb(12 10 9 / 0.15);
  border-right-color: rgb(12 10 9 / 0.15);
}
.border-x-stone-950\/20 {
  border-left-color: rgb(12 10 9 / 0.2);
  border-right-color: rgb(12 10 9 / 0.2);
}
.border-x-stone-950\/25 {
  border-left-color: rgb(12 10 9 / 0.25);
  border-right-color: rgb(12 10 9 / 0.25);
}
.border-x-stone-950\/30 {
  border-left-color: rgb(12 10 9 / 0.3);
  border-right-color: rgb(12 10 9 / 0.3);
}
.border-x-stone-950\/35 {
  border-left-color: rgb(12 10 9 / 0.35);
  border-right-color: rgb(12 10 9 / 0.35);
}
.border-x-stone-950\/40 {
  border-left-color: rgb(12 10 9 / 0.4);
  border-right-color: rgb(12 10 9 / 0.4);
}
.border-x-stone-950\/45 {
  border-left-color: rgb(12 10 9 / 0.45);
  border-right-color: rgb(12 10 9 / 0.45);
}
.border-x-stone-950\/5 {
  border-left-color: rgb(12 10 9 / 0.05);
  border-right-color: rgb(12 10 9 / 0.05);
}
.border-x-stone-950\/50 {
  border-left-color: rgb(12 10 9 / 0.5);
  border-right-color: rgb(12 10 9 / 0.5);
}
.border-x-stone-950\/55 {
  border-left-color: rgb(12 10 9 / 0.55);
  border-right-color: rgb(12 10 9 / 0.55);
}
.border-x-stone-950\/60 {
  border-left-color: rgb(12 10 9 / 0.6);
  border-right-color: rgb(12 10 9 / 0.6);
}
.border-x-stone-950\/65 {
  border-left-color: rgb(12 10 9 / 0.65);
  border-right-color: rgb(12 10 9 / 0.65);
}
.border-x-stone-950\/70 {
  border-left-color: rgb(12 10 9 / 0.7);
  border-right-color: rgb(12 10 9 / 0.7);
}
.border-x-stone-950\/75 {
  border-left-color: rgb(12 10 9 / 0.75);
  border-right-color: rgb(12 10 9 / 0.75);
}
.border-x-stone-950\/80 {
  border-left-color: rgb(12 10 9 / 0.8);
  border-right-color: rgb(12 10 9 / 0.8);
}
.border-x-stone-950\/85 {
  border-left-color: rgb(12 10 9 / 0.85);
  border-right-color: rgb(12 10 9 / 0.85);
}
.border-x-stone-950\/90 {
  border-left-color: rgb(12 10 9 / 0.9);
  border-right-color: rgb(12 10 9 / 0.9);
}
.border-x-stone-950\/95 {
  border-left-color: rgb(12 10 9 / 0.95);
  border-right-color: rgb(12 10 9 / 0.95);
}
.border-x-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-x-teal-100\/0 {
  border-left-color: rgb(204 251 241 / 0);
  border-right-color: rgb(204 251 241 / 0);
}
.border-x-teal-100\/10 {
  border-left-color: rgb(204 251 241 / 0.1);
  border-right-color: rgb(204 251 241 / 0.1);
}
.border-x-teal-100\/100 {
  border-left-color: rgb(204 251 241 / 1);
  border-right-color: rgb(204 251 241 / 1);
}
.border-x-teal-100\/15 {
  border-left-color: rgb(204 251 241 / 0.15);
  border-right-color: rgb(204 251 241 / 0.15);
}
.border-x-teal-100\/20 {
  border-left-color: rgb(204 251 241 / 0.2);
  border-right-color: rgb(204 251 241 / 0.2);
}
.border-x-teal-100\/25 {
  border-left-color: rgb(204 251 241 / 0.25);
  border-right-color: rgb(204 251 241 / 0.25);
}
.border-x-teal-100\/30 {
  border-left-color: rgb(204 251 241 / 0.3);
  border-right-color: rgb(204 251 241 / 0.3);
}
.border-x-teal-100\/35 {
  border-left-color: rgb(204 251 241 / 0.35);
  border-right-color: rgb(204 251 241 / 0.35);
}
.border-x-teal-100\/40 {
  border-left-color: rgb(204 251 241 / 0.4);
  border-right-color: rgb(204 251 241 / 0.4);
}
.border-x-teal-100\/45 {
  border-left-color: rgb(204 251 241 / 0.45);
  border-right-color: rgb(204 251 241 / 0.45);
}
.border-x-teal-100\/5 {
  border-left-color: rgb(204 251 241 / 0.05);
  border-right-color: rgb(204 251 241 / 0.05);
}
.border-x-teal-100\/50 {
  border-left-color: rgb(204 251 241 / 0.5);
  border-right-color: rgb(204 251 241 / 0.5);
}
.border-x-teal-100\/55 {
  border-left-color: rgb(204 251 241 / 0.55);
  border-right-color: rgb(204 251 241 / 0.55);
}
.border-x-teal-100\/60 {
  border-left-color: rgb(204 251 241 / 0.6);
  border-right-color: rgb(204 251 241 / 0.6);
}
.border-x-teal-100\/65 {
  border-left-color: rgb(204 251 241 / 0.65);
  border-right-color: rgb(204 251 241 / 0.65);
}
.border-x-teal-100\/70 {
  border-left-color: rgb(204 251 241 / 0.7);
  border-right-color: rgb(204 251 241 / 0.7);
}
.border-x-teal-100\/75 {
  border-left-color: rgb(204 251 241 / 0.75);
  border-right-color: rgb(204 251 241 / 0.75);
}
.border-x-teal-100\/80 {
  border-left-color: rgb(204 251 241 / 0.8);
  border-right-color: rgb(204 251 241 / 0.8);
}
.border-x-teal-100\/85 {
  border-left-color: rgb(204 251 241 / 0.85);
  border-right-color: rgb(204 251 241 / 0.85);
}
.border-x-teal-100\/90 {
  border-left-color: rgb(204 251 241 / 0.9);
  border-right-color: rgb(204 251 241 / 0.9);
}
.border-x-teal-100\/95 {
  border-left-color: rgb(204 251 241 / 0.95);
  border-right-color: rgb(204 251 241 / 0.95);
}
.border-x-teal-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-x-teal-200\/0 {
  border-left-color: rgb(153 246 228 / 0);
  border-right-color: rgb(153 246 228 / 0);
}
.border-x-teal-200\/10 {
  border-left-color: rgb(153 246 228 / 0.1);
  border-right-color: rgb(153 246 228 / 0.1);
}
.border-x-teal-200\/100 {
  border-left-color: rgb(153 246 228 / 1);
  border-right-color: rgb(153 246 228 / 1);
}
.border-x-teal-200\/15 {
  border-left-color: rgb(153 246 228 / 0.15);
  border-right-color: rgb(153 246 228 / 0.15);
}
.border-x-teal-200\/20 {
  border-left-color: rgb(153 246 228 / 0.2);
  border-right-color: rgb(153 246 228 / 0.2);
}
.border-x-teal-200\/25 {
  border-left-color: rgb(153 246 228 / 0.25);
  border-right-color: rgb(153 246 228 / 0.25);
}
.border-x-teal-200\/30 {
  border-left-color: rgb(153 246 228 / 0.3);
  border-right-color: rgb(153 246 228 / 0.3);
}
.border-x-teal-200\/35 {
  border-left-color: rgb(153 246 228 / 0.35);
  border-right-color: rgb(153 246 228 / 0.35);
}
.border-x-teal-200\/40 {
  border-left-color: rgb(153 246 228 / 0.4);
  border-right-color: rgb(153 246 228 / 0.4);
}
.border-x-teal-200\/45 {
  border-left-color: rgb(153 246 228 / 0.45);
  border-right-color: rgb(153 246 228 / 0.45);
}
.border-x-teal-200\/5 {
  border-left-color: rgb(153 246 228 / 0.05);
  border-right-color: rgb(153 246 228 / 0.05);
}
.border-x-teal-200\/50 {
  border-left-color: rgb(153 246 228 / 0.5);
  border-right-color: rgb(153 246 228 / 0.5);
}
.border-x-teal-200\/55 {
  border-left-color: rgb(153 246 228 / 0.55);
  border-right-color: rgb(153 246 228 / 0.55);
}
.border-x-teal-200\/60 {
  border-left-color: rgb(153 246 228 / 0.6);
  border-right-color: rgb(153 246 228 / 0.6);
}
.border-x-teal-200\/65 {
  border-left-color: rgb(153 246 228 / 0.65);
  border-right-color: rgb(153 246 228 / 0.65);
}
.border-x-teal-200\/70 {
  border-left-color: rgb(153 246 228 / 0.7);
  border-right-color: rgb(153 246 228 / 0.7);
}
.border-x-teal-200\/75 {
  border-left-color: rgb(153 246 228 / 0.75);
  border-right-color: rgb(153 246 228 / 0.75);
}
.border-x-teal-200\/80 {
  border-left-color: rgb(153 246 228 / 0.8);
  border-right-color: rgb(153 246 228 / 0.8);
}
.border-x-teal-200\/85 {
  border-left-color: rgb(153 246 228 / 0.85);
  border-right-color: rgb(153 246 228 / 0.85);
}
.border-x-teal-200\/90 {
  border-left-color: rgb(153 246 228 / 0.9);
  border-right-color: rgb(153 246 228 / 0.9);
}
.border-x-teal-200\/95 {
  border-left-color: rgb(153 246 228 / 0.95);
  border-right-color: rgb(153 246 228 / 0.95);
}
.border-x-teal-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-x-teal-300\/0 {
  border-left-color: rgb(94 234 212 / 0);
  border-right-color: rgb(94 234 212 / 0);
}
.border-x-teal-300\/10 {
  border-left-color: rgb(94 234 212 / 0.1);
  border-right-color: rgb(94 234 212 / 0.1);
}
.border-x-teal-300\/100 {
  border-left-color: rgb(94 234 212 / 1);
  border-right-color: rgb(94 234 212 / 1);
}
.border-x-teal-300\/15 {
  border-left-color: rgb(94 234 212 / 0.15);
  border-right-color: rgb(94 234 212 / 0.15);
}
.border-x-teal-300\/20 {
  border-left-color: rgb(94 234 212 / 0.2);
  border-right-color: rgb(94 234 212 / 0.2);
}
.border-x-teal-300\/25 {
  border-left-color: rgb(94 234 212 / 0.25);
  border-right-color: rgb(94 234 212 / 0.25);
}
.border-x-teal-300\/30 {
  border-left-color: rgb(94 234 212 / 0.3);
  border-right-color: rgb(94 234 212 / 0.3);
}
.border-x-teal-300\/35 {
  border-left-color: rgb(94 234 212 / 0.35);
  border-right-color: rgb(94 234 212 / 0.35);
}
.border-x-teal-300\/40 {
  border-left-color: rgb(94 234 212 / 0.4);
  border-right-color: rgb(94 234 212 / 0.4);
}
.border-x-teal-300\/45 {
  border-left-color: rgb(94 234 212 / 0.45);
  border-right-color: rgb(94 234 212 / 0.45);
}
.border-x-teal-300\/5 {
  border-left-color: rgb(94 234 212 / 0.05);
  border-right-color: rgb(94 234 212 / 0.05);
}
.border-x-teal-300\/50 {
  border-left-color: rgb(94 234 212 / 0.5);
  border-right-color: rgb(94 234 212 / 0.5);
}
.border-x-teal-300\/55 {
  border-left-color: rgb(94 234 212 / 0.55);
  border-right-color: rgb(94 234 212 / 0.55);
}
.border-x-teal-300\/60 {
  border-left-color: rgb(94 234 212 / 0.6);
  border-right-color: rgb(94 234 212 / 0.6);
}
.border-x-teal-300\/65 {
  border-left-color: rgb(94 234 212 / 0.65);
  border-right-color: rgb(94 234 212 / 0.65);
}
.border-x-teal-300\/70 {
  border-left-color: rgb(94 234 212 / 0.7);
  border-right-color: rgb(94 234 212 / 0.7);
}
.border-x-teal-300\/75 {
  border-left-color: rgb(94 234 212 / 0.75);
  border-right-color: rgb(94 234 212 / 0.75);
}
.border-x-teal-300\/80 {
  border-left-color: rgb(94 234 212 / 0.8);
  border-right-color: rgb(94 234 212 / 0.8);
}
.border-x-teal-300\/85 {
  border-left-color: rgb(94 234 212 / 0.85);
  border-right-color: rgb(94 234 212 / 0.85);
}
.border-x-teal-300\/90 {
  border-left-color: rgb(94 234 212 / 0.9);
  border-right-color: rgb(94 234 212 / 0.9);
}
.border-x-teal-300\/95 {
  border-left-color: rgb(94 234 212 / 0.95);
  border-right-color: rgb(94 234 212 / 0.95);
}
.border-x-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-x-teal-400\/0 {
  border-left-color: rgb(45 212 191 / 0);
  border-right-color: rgb(45 212 191 / 0);
}
.border-x-teal-400\/10 {
  border-left-color: rgb(45 212 191 / 0.1);
  border-right-color: rgb(45 212 191 / 0.1);
}
.border-x-teal-400\/100 {
  border-left-color: rgb(45 212 191 / 1);
  border-right-color: rgb(45 212 191 / 1);
}
.border-x-teal-400\/15 {
  border-left-color: rgb(45 212 191 / 0.15);
  border-right-color: rgb(45 212 191 / 0.15);
}
.border-x-teal-400\/20 {
  border-left-color: rgb(45 212 191 / 0.2);
  border-right-color: rgb(45 212 191 / 0.2);
}
.border-x-teal-400\/25 {
  border-left-color: rgb(45 212 191 / 0.25);
  border-right-color: rgb(45 212 191 / 0.25);
}
.border-x-teal-400\/30 {
  border-left-color: rgb(45 212 191 / 0.3);
  border-right-color: rgb(45 212 191 / 0.3);
}
.border-x-teal-400\/35 {
  border-left-color: rgb(45 212 191 / 0.35);
  border-right-color: rgb(45 212 191 / 0.35);
}
.border-x-teal-400\/40 {
  border-left-color: rgb(45 212 191 / 0.4);
  border-right-color: rgb(45 212 191 / 0.4);
}
.border-x-teal-400\/45 {
  border-left-color: rgb(45 212 191 / 0.45);
  border-right-color: rgb(45 212 191 / 0.45);
}
.border-x-teal-400\/5 {
  border-left-color: rgb(45 212 191 / 0.05);
  border-right-color: rgb(45 212 191 / 0.05);
}
.border-x-teal-400\/50 {
  border-left-color: rgb(45 212 191 / 0.5);
  border-right-color: rgb(45 212 191 / 0.5);
}
.border-x-teal-400\/55 {
  border-left-color: rgb(45 212 191 / 0.55);
  border-right-color: rgb(45 212 191 / 0.55);
}
.border-x-teal-400\/60 {
  border-left-color: rgb(45 212 191 / 0.6);
  border-right-color: rgb(45 212 191 / 0.6);
}
.border-x-teal-400\/65 {
  border-left-color: rgb(45 212 191 / 0.65);
  border-right-color: rgb(45 212 191 / 0.65);
}
.border-x-teal-400\/70 {
  border-left-color: rgb(45 212 191 / 0.7);
  border-right-color: rgb(45 212 191 / 0.7);
}
.border-x-teal-400\/75 {
  border-left-color: rgb(45 212 191 / 0.75);
  border-right-color: rgb(45 212 191 / 0.75);
}
.border-x-teal-400\/80 {
  border-left-color: rgb(45 212 191 / 0.8);
  border-right-color: rgb(45 212 191 / 0.8);
}
.border-x-teal-400\/85 {
  border-left-color: rgb(45 212 191 / 0.85);
  border-right-color: rgb(45 212 191 / 0.85);
}
.border-x-teal-400\/90 {
  border-left-color: rgb(45 212 191 / 0.9);
  border-right-color: rgb(45 212 191 / 0.9);
}
.border-x-teal-400\/95 {
  border-left-color: rgb(45 212 191 / 0.95);
  border-right-color: rgb(45 212 191 / 0.95);
}
.border-x-teal-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-x-teal-50\/0 {
  border-left-color: rgb(240 253 250 / 0);
  border-right-color: rgb(240 253 250 / 0);
}
.border-x-teal-50\/10 {
  border-left-color: rgb(240 253 250 / 0.1);
  border-right-color: rgb(240 253 250 / 0.1);
}
.border-x-teal-50\/100 {
  border-left-color: rgb(240 253 250 / 1);
  border-right-color: rgb(240 253 250 / 1);
}
.border-x-teal-50\/15 {
  border-left-color: rgb(240 253 250 / 0.15);
  border-right-color: rgb(240 253 250 / 0.15);
}
.border-x-teal-50\/20 {
  border-left-color: rgb(240 253 250 / 0.2);
  border-right-color: rgb(240 253 250 / 0.2);
}
.border-x-teal-50\/25 {
  border-left-color: rgb(240 253 250 / 0.25);
  border-right-color: rgb(240 253 250 / 0.25);
}
.border-x-teal-50\/30 {
  border-left-color: rgb(240 253 250 / 0.3);
  border-right-color: rgb(240 253 250 / 0.3);
}
.border-x-teal-50\/35 {
  border-left-color: rgb(240 253 250 / 0.35);
  border-right-color: rgb(240 253 250 / 0.35);
}
.border-x-teal-50\/40 {
  border-left-color: rgb(240 253 250 / 0.4);
  border-right-color: rgb(240 253 250 / 0.4);
}
.border-x-teal-50\/45 {
  border-left-color: rgb(240 253 250 / 0.45);
  border-right-color: rgb(240 253 250 / 0.45);
}
.border-x-teal-50\/5 {
  border-left-color: rgb(240 253 250 / 0.05);
  border-right-color: rgb(240 253 250 / 0.05);
}
.border-x-teal-50\/50 {
  border-left-color: rgb(240 253 250 / 0.5);
  border-right-color: rgb(240 253 250 / 0.5);
}
.border-x-teal-50\/55 {
  border-left-color: rgb(240 253 250 / 0.55);
  border-right-color: rgb(240 253 250 / 0.55);
}
.border-x-teal-50\/60 {
  border-left-color: rgb(240 253 250 / 0.6);
  border-right-color: rgb(240 253 250 / 0.6);
}
.border-x-teal-50\/65 {
  border-left-color: rgb(240 253 250 / 0.65);
  border-right-color: rgb(240 253 250 / 0.65);
}
.border-x-teal-50\/70 {
  border-left-color: rgb(240 253 250 / 0.7);
  border-right-color: rgb(240 253 250 / 0.7);
}
.border-x-teal-50\/75 {
  border-left-color: rgb(240 253 250 / 0.75);
  border-right-color: rgb(240 253 250 / 0.75);
}
.border-x-teal-50\/80 {
  border-left-color: rgb(240 253 250 / 0.8);
  border-right-color: rgb(240 253 250 / 0.8);
}
.border-x-teal-50\/85 {
  border-left-color: rgb(240 253 250 / 0.85);
  border-right-color: rgb(240 253 250 / 0.85);
}
.border-x-teal-50\/90 {
  border-left-color: rgb(240 253 250 / 0.9);
  border-right-color: rgb(240 253 250 / 0.9);
}
.border-x-teal-50\/95 {
  border-left-color: rgb(240 253 250 / 0.95);
  border-right-color: rgb(240 253 250 / 0.95);
}
.border-x-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-x-teal-500\/0 {
  border-left-color: rgb(20 184 166 / 0);
  border-right-color: rgb(20 184 166 / 0);
}
.border-x-teal-500\/10 {
  border-left-color: rgb(20 184 166 / 0.1);
  border-right-color: rgb(20 184 166 / 0.1);
}
.border-x-teal-500\/100 {
  border-left-color: rgb(20 184 166 / 1);
  border-right-color: rgb(20 184 166 / 1);
}
.border-x-teal-500\/15 {
  border-left-color: rgb(20 184 166 / 0.15);
  border-right-color: rgb(20 184 166 / 0.15);
}
.border-x-teal-500\/20 {
  border-left-color: rgb(20 184 166 / 0.2);
  border-right-color: rgb(20 184 166 / 0.2);
}
.border-x-teal-500\/25 {
  border-left-color: rgb(20 184 166 / 0.25);
  border-right-color: rgb(20 184 166 / 0.25);
}
.border-x-teal-500\/30 {
  border-left-color: rgb(20 184 166 / 0.3);
  border-right-color: rgb(20 184 166 / 0.3);
}
.border-x-teal-500\/35 {
  border-left-color: rgb(20 184 166 / 0.35);
  border-right-color: rgb(20 184 166 / 0.35);
}
.border-x-teal-500\/40 {
  border-left-color: rgb(20 184 166 / 0.4);
  border-right-color: rgb(20 184 166 / 0.4);
}
.border-x-teal-500\/45 {
  border-left-color: rgb(20 184 166 / 0.45);
  border-right-color: rgb(20 184 166 / 0.45);
}
.border-x-teal-500\/5 {
  border-left-color: rgb(20 184 166 / 0.05);
  border-right-color: rgb(20 184 166 / 0.05);
}
.border-x-teal-500\/50 {
  border-left-color: rgb(20 184 166 / 0.5);
  border-right-color: rgb(20 184 166 / 0.5);
}
.border-x-teal-500\/55 {
  border-left-color: rgb(20 184 166 / 0.55);
  border-right-color: rgb(20 184 166 / 0.55);
}
.border-x-teal-500\/60 {
  border-left-color: rgb(20 184 166 / 0.6);
  border-right-color: rgb(20 184 166 / 0.6);
}
.border-x-teal-500\/65 {
  border-left-color: rgb(20 184 166 / 0.65);
  border-right-color: rgb(20 184 166 / 0.65);
}
.border-x-teal-500\/70 {
  border-left-color: rgb(20 184 166 / 0.7);
  border-right-color: rgb(20 184 166 / 0.7);
}
.border-x-teal-500\/75 {
  border-left-color: rgb(20 184 166 / 0.75);
  border-right-color: rgb(20 184 166 / 0.75);
}
.border-x-teal-500\/80 {
  border-left-color: rgb(20 184 166 / 0.8);
  border-right-color: rgb(20 184 166 / 0.8);
}
.border-x-teal-500\/85 {
  border-left-color: rgb(20 184 166 / 0.85);
  border-right-color: rgb(20 184 166 / 0.85);
}
.border-x-teal-500\/90 {
  border-left-color: rgb(20 184 166 / 0.9);
  border-right-color: rgb(20 184 166 / 0.9);
}
.border-x-teal-500\/95 {
  border-left-color: rgb(20 184 166 / 0.95);
  border-right-color: rgb(20 184 166 / 0.95);
}
.border-x-teal-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-x-teal-600\/0 {
  border-left-color: rgb(13 148 136 / 0);
  border-right-color: rgb(13 148 136 / 0);
}
.border-x-teal-600\/10 {
  border-left-color: rgb(13 148 136 / 0.1);
  border-right-color: rgb(13 148 136 / 0.1);
}
.border-x-teal-600\/100 {
  border-left-color: rgb(13 148 136 / 1);
  border-right-color: rgb(13 148 136 / 1);
}
.border-x-teal-600\/15 {
  border-left-color: rgb(13 148 136 / 0.15);
  border-right-color: rgb(13 148 136 / 0.15);
}
.border-x-teal-600\/20 {
  border-left-color: rgb(13 148 136 / 0.2);
  border-right-color: rgb(13 148 136 / 0.2);
}
.border-x-teal-600\/25 {
  border-left-color: rgb(13 148 136 / 0.25);
  border-right-color: rgb(13 148 136 / 0.25);
}
.border-x-teal-600\/30 {
  border-left-color: rgb(13 148 136 / 0.3);
  border-right-color: rgb(13 148 136 / 0.3);
}
.border-x-teal-600\/35 {
  border-left-color: rgb(13 148 136 / 0.35);
  border-right-color: rgb(13 148 136 / 0.35);
}
.border-x-teal-600\/40 {
  border-left-color: rgb(13 148 136 / 0.4);
  border-right-color: rgb(13 148 136 / 0.4);
}
.border-x-teal-600\/45 {
  border-left-color: rgb(13 148 136 / 0.45);
  border-right-color: rgb(13 148 136 / 0.45);
}
.border-x-teal-600\/5 {
  border-left-color: rgb(13 148 136 / 0.05);
  border-right-color: rgb(13 148 136 / 0.05);
}
.border-x-teal-600\/50 {
  border-left-color: rgb(13 148 136 / 0.5);
  border-right-color: rgb(13 148 136 / 0.5);
}
.border-x-teal-600\/55 {
  border-left-color: rgb(13 148 136 / 0.55);
  border-right-color: rgb(13 148 136 / 0.55);
}
.border-x-teal-600\/60 {
  border-left-color: rgb(13 148 136 / 0.6);
  border-right-color: rgb(13 148 136 / 0.6);
}
.border-x-teal-600\/65 {
  border-left-color: rgb(13 148 136 / 0.65);
  border-right-color: rgb(13 148 136 / 0.65);
}
.border-x-teal-600\/70 {
  border-left-color: rgb(13 148 136 / 0.7);
  border-right-color: rgb(13 148 136 / 0.7);
}
.border-x-teal-600\/75 {
  border-left-color: rgb(13 148 136 / 0.75);
  border-right-color: rgb(13 148 136 / 0.75);
}
.border-x-teal-600\/80 {
  border-left-color: rgb(13 148 136 / 0.8);
  border-right-color: rgb(13 148 136 / 0.8);
}
.border-x-teal-600\/85 {
  border-left-color: rgb(13 148 136 / 0.85);
  border-right-color: rgb(13 148 136 / 0.85);
}
.border-x-teal-600\/90 {
  border-left-color: rgb(13 148 136 / 0.9);
  border-right-color: rgb(13 148 136 / 0.9);
}
.border-x-teal-600\/95 {
  border-left-color: rgb(13 148 136 / 0.95);
  border-right-color: rgb(13 148 136 / 0.95);
}
.border-x-teal-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-x-teal-700\/0 {
  border-left-color: rgb(15 118 110 / 0);
  border-right-color: rgb(15 118 110 / 0);
}
.border-x-teal-700\/10 {
  border-left-color: rgb(15 118 110 / 0.1);
  border-right-color: rgb(15 118 110 / 0.1);
}
.border-x-teal-700\/100 {
  border-left-color: rgb(15 118 110 / 1);
  border-right-color: rgb(15 118 110 / 1);
}
.border-x-teal-700\/15 {
  border-left-color: rgb(15 118 110 / 0.15);
  border-right-color: rgb(15 118 110 / 0.15);
}
.border-x-teal-700\/20 {
  border-left-color: rgb(15 118 110 / 0.2);
  border-right-color: rgb(15 118 110 / 0.2);
}
.border-x-teal-700\/25 {
  border-left-color: rgb(15 118 110 / 0.25);
  border-right-color: rgb(15 118 110 / 0.25);
}
.border-x-teal-700\/30 {
  border-left-color: rgb(15 118 110 / 0.3);
  border-right-color: rgb(15 118 110 / 0.3);
}
.border-x-teal-700\/35 {
  border-left-color: rgb(15 118 110 / 0.35);
  border-right-color: rgb(15 118 110 / 0.35);
}
.border-x-teal-700\/40 {
  border-left-color: rgb(15 118 110 / 0.4);
  border-right-color: rgb(15 118 110 / 0.4);
}
.border-x-teal-700\/45 {
  border-left-color: rgb(15 118 110 / 0.45);
  border-right-color: rgb(15 118 110 / 0.45);
}
.border-x-teal-700\/5 {
  border-left-color: rgb(15 118 110 / 0.05);
  border-right-color: rgb(15 118 110 / 0.05);
}
.border-x-teal-700\/50 {
  border-left-color: rgb(15 118 110 / 0.5);
  border-right-color: rgb(15 118 110 / 0.5);
}
.border-x-teal-700\/55 {
  border-left-color: rgb(15 118 110 / 0.55);
  border-right-color: rgb(15 118 110 / 0.55);
}
.border-x-teal-700\/60 {
  border-left-color: rgb(15 118 110 / 0.6);
  border-right-color: rgb(15 118 110 / 0.6);
}
.border-x-teal-700\/65 {
  border-left-color: rgb(15 118 110 / 0.65);
  border-right-color: rgb(15 118 110 / 0.65);
}
.border-x-teal-700\/70 {
  border-left-color: rgb(15 118 110 / 0.7);
  border-right-color: rgb(15 118 110 / 0.7);
}
.border-x-teal-700\/75 {
  border-left-color: rgb(15 118 110 / 0.75);
  border-right-color: rgb(15 118 110 / 0.75);
}
.border-x-teal-700\/80 {
  border-left-color: rgb(15 118 110 / 0.8);
  border-right-color: rgb(15 118 110 / 0.8);
}
.border-x-teal-700\/85 {
  border-left-color: rgb(15 118 110 / 0.85);
  border-right-color: rgb(15 118 110 / 0.85);
}
.border-x-teal-700\/90 {
  border-left-color: rgb(15 118 110 / 0.9);
  border-right-color: rgb(15 118 110 / 0.9);
}
.border-x-teal-700\/95 {
  border-left-color: rgb(15 118 110 / 0.95);
  border-right-color: rgb(15 118 110 / 0.95);
}
.border-x-teal-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-x-teal-800\/0 {
  border-left-color: rgb(17 94 89 / 0);
  border-right-color: rgb(17 94 89 / 0);
}
.border-x-teal-800\/10 {
  border-left-color: rgb(17 94 89 / 0.1);
  border-right-color: rgb(17 94 89 / 0.1);
}
.border-x-teal-800\/100 {
  border-left-color: rgb(17 94 89 / 1);
  border-right-color: rgb(17 94 89 / 1);
}
.border-x-teal-800\/15 {
  border-left-color: rgb(17 94 89 / 0.15);
  border-right-color: rgb(17 94 89 / 0.15);
}
.border-x-teal-800\/20 {
  border-left-color: rgb(17 94 89 / 0.2);
  border-right-color: rgb(17 94 89 / 0.2);
}
.border-x-teal-800\/25 {
  border-left-color: rgb(17 94 89 / 0.25);
  border-right-color: rgb(17 94 89 / 0.25);
}
.border-x-teal-800\/30 {
  border-left-color: rgb(17 94 89 / 0.3);
  border-right-color: rgb(17 94 89 / 0.3);
}
.border-x-teal-800\/35 {
  border-left-color: rgb(17 94 89 / 0.35);
  border-right-color: rgb(17 94 89 / 0.35);
}
.border-x-teal-800\/40 {
  border-left-color: rgb(17 94 89 / 0.4);
  border-right-color: rgb(17 94 89 / 0.4);
}
.border-x-teal-800\/45 {
  border-left-color: rgb(17 94 89 / 0.45);
  border-right-color: rgb(17 94 89 / 0.45);
}
.border-x-teal-800\/5 {
  border-left-color: rgb(17 94 89 / 0.05);
  border-right-color: rgb(17 94 89 / 0.05);
}
.border-x-teal-800\/50 {
  border-left-color: rgb(17 94 89 / 0.5);
  border-right-color: rgb(17 94 89 / 0.5);
}
.border-x-teal-800\/55 {
  border-left-color: rgb(17 94 89 / 0.55);
  border-right-color: rgb(17 94 89 / 0.55);
}
.border-x-teal-800\/60 {
  border-left-color: rgb(17 94 89 / 0.6);
  border-right-color: rgb(17 94 89 / 0.6);
}
.border-x-teal-800\/65 {
  border-left-color: rgb(17 94 89 / 0.65);
  border-right-color: rgb(17 94 89 / 0.65);
}
.border-x-teal-800\/70 {
  border-left-color: rgb(17 94 89 / 0.7);
  border-right-color: rgb(17 94 89 / 0.7);
}
.border-x-teal-800\/75 {
  border-left-color: rgb(17 94 89 / 0.75);
  border-right-color: rgb(17 94 89 / 0.75);
}
.border-x-teal-800\/80 {
  border-left-color: rgb(17 94 89 / 0.8);
  border-right-color: rgb(17 94 89 / 0.8);
}
.border-x-teal-800\/85 {
  border-left-color: rgb(17 94 89 / 0.85);
  border-right-color: rgb(17 94 89 / 0.85);
}
.border-x-teal-800\/90 {
  border-left-color: rgb(17 94 89 / 0.9);
  border-right-color: rgb(17 94 89 / 0.9);
}
.border-x-teal-800\/95 {
  border-left-color: rgb(17 94 89 / 0.95);
  border-right-color: rgb(17 94 89 / 0.95);
}
.border-x-teal-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-x-teal-900\/0 {
  border-left-color: rgb(19 78 74 / 0);
  border-right-color: rgb(19 78 74 / 0);
}
.border-x-teal-900\/10 {
  border-left-color: rgb(19 78 74 / 0.1);
  border-right-color: rgb(19 78 74 / 0.1);
}
.border-x-teal-900\/100 {
  border-left-color: rgb(19 78 74 / 1);
  border-right-color: rgb(19 78 74 / 1);
}
.border-x-teal-900\/15 {
  border-left-color: rgb(19 78 74 / 0.15);
  border-right-color: rgb(19 78 74 / 0.15);
}
.border-x-teal-900\/20 {
  border-left-color: rgb(19 78 74 / 0.2);
  border-right-color: rgb(19 78 74 / 0.2);
}
.border-x-teal-900\/25 {
  border-left-color: rgb(19 78 74 / 0.25);
  border-right-color: rgb(19 78 74 / 0.25);
}
.border-x-teal-900\/30 {
  border-left-color: rgb(19 78 74 / 0.3);
  border-right-color: rgb(19 78 74 / 0.3);
}
.border-x-teal-900\/35 {
  border-left-color: rgb(19 78 74 / 0.35);
  border-right-color: rgb(19 78 74 / 0.35);
}
.border-x-teal-900\/40 {
  border-left-color: rgb(19 78 74 / 0.4);
  border-right-color: rgb(19 78 74 / 0.4);
}
.border-x-teal-900\/45 {
  border-left-color: rgb(19 78 74 / 0.45);
  border-right-color: rgb(19 78 74 / 0.45);
}
.border-x-teal-900\/5 {
  border-left-color: rgb(19 78 74 / 0.05);
  border-right-color: rgb(19 78 74 / 0.05);
}
.border-x-teal-900\/50 {
  border-left-color: rgb(19 78 74 / 0.5);
  border-right-color: rgb(19 78 74 / 0.5);
}
.border-x-teal-900\/55 {
  border-left-color: rgb(19 78 74 / 0.55);
  border-right-color: rgb(19 78 74 / 0.55);
}
.border-x-teal-900\/60 {
  border-left-color: rgb(19 78 74 / 0.6);
  border-right-color: rgb(19 78 74 / 0.6);
}
.border-x-teal-900\/65 {
  border-left-color: rgb(19 78 74 / 0.65);
  border-right-color: rgb(19 78 74 / 0.65);
}
.border-x-teal-900\/70 {
  border-left-color: rgb(19 78 74 / 0.7);
  border-right-color: rgb(19 78 74 / 0.7);
}
.border-x-teal-900\/75 {
  border-left-color: rgb(19 78 74 / 0.75);
  border-right-color: rgb(19 78 74 / 0.75);
}
.border-x-teal-900\/80 {
  border-left-color: rgb(19 78 74 / 0.8);
  border-right-color: rgb(19 78 74 / 0.8);
}
.border-x-teal-900\/85 {
  border-left-color: rgb(19 78 74 / 0.85);
  border-right-color: rgb(19 78 74 / 0.85);
}
.border-x-teal-900\/90 {
  border-left-color: rgb(19 78 74 / 0.9);
  border-right-color: rgb(19 78 74 / 0.9);
}
.border-x-teal-900\/95 {
  border-left-color: rgb(19 78 74 / 0.95);
  border-right-color: rgb(19 78 74 / 0.95);
}
.border-x-teal-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-x-teal-950\/0 {
  border-left-color: rgb(4 47 46 / 0);
  border-right-color: rgb(4 47 46 / 0);
}
.border-x-teal-950\/10 {
  border-left-color: rgb(4 47 46 / 0.1);
  border-right-color: rgb(4 47 46 / 0.1);
}
.border-x-teal-950\/100 {
  border-left-color: rgb(4 47 46 / 1);
  border-right-color: rgb(4 47 46 / 1);
}
.border-x-teal-950\/15 {
  border-left-color: rgb(4 47 46 / 0.15);
  border-right-color: rgb(4 47 46 / 0.15);
}
.border-x-teal-950\/20 {
  border-left-color: rgb(4 47 46 / 0.2);
  border-right-color: rgb(4 47 46 / 0.2);
}
.border-x-teal-950\/25 {
  border-left-color: rgb(4 47 46 / 0.25);
  border-right-color: rgb(4 47 46 / 0.25);
}
.border-x-teal-950\/30 {
  border-left-color: rgb(4 47 46 / 0.3);
  border-right-color: rgb(4 47 46 / 0.3);
}
.border-x-teal-950\/35 {
  border-left-color: rgb(4 47 46 / 0.35);
  border-right-color: rgb(4 47 46 / 0.35);
}
.border-x-teal-950\/40 {
  border-left-color: rgb(4 47 46 / 0.4);
  border-right-color: rgb(4 47 46 / 0.4);
}
.border-x-teal-950\/45 {
  border-left-color: rgb(4 47 46 / 0.45);
  border-right-color: rgb(4 47 46 / 0.45);
}
.border-x-teal-950\/5 {
  border-left-color: rgb(4 47 46 / 0.05);
  border-right-color: rgb(4 47 46 / 0.05);
}
.border-x-teal-950\/50 {
  border-left-color: rgb(4 47 46 / 0.5);
  border-right-color: rgb(4 47 46 / 0.5);
}
.border-x-teal-950\/55 {
  border-left-color: rgb(4 47 46 / 0.55);
  border-right-color: rgb(4 47 46 / 0.55);
}
.border-x-teal-950\/60 {
  border-left-color: rgb(4 47 46 / 0.6);
  border-right-color: rgb(4 47 46 / 0.6);
}
.border-x-teal-950\/65 {
  border-left-color: rgb(4 47 46 / 0.65);
  border-right-color: rgb(4 47 46 / 0.65);
}
.border-x-teal-950\/70 {
  border-left-color: rgb(4 47 46 / 0.7);
  border-right-color: rgb(4 47 46 / 0.7);
}
.border-x-teal-950\/75 {
  border-left-color: rgb(4 47 46 / 0.75);
  border-right-color: rgb(4 47 46 / 0.75);
}
.border-x-teal-950\/80 {
  border-left-color: rgb(4 47 46 / 0.8);
  border-right-color: rgb(4 47 46 / 0.8);
}
.border-x-teal-950\/85 {
  border-left-color: rgb(4 47 46 / 0.85);
  border-right-color: rgb(4 47 46 / 0.85);
}
.border-x-teal-950\/90 {
  border-left-color: rgb(4 47 46 / 0.9);
  border-right-color: rgb(4 47 46 / 0.9);
}
.border-x-teal-950\/95 {
  border-left-color: rgb(4 47 46 / 0.95);
  border-right-color: rgb(4 47 46 / 0.95);
}
.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-x-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-violet-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-x-violet-100\/0 {
  border-left-color: rgb(237 233 254 / 0);
  border-right-color: rgb(237 233 254 / 0);
}
.border-x-violet-100\/10 {
  border-left-color: rgb(237 233 254 / 0.1);
  border-right-color: rgb(237 233 254 / 0.1);
}
.border-x-violet-100\/100 {
  border-left-color: rgb(237 233 254 / 1);
  border-right-color: rgb(237 233 254 / 1);
}
.border-x-violet-100\/15 {
  border-left-color: rgb(237 233 254 / 0.15);
  border-right-color: rgb(237 233 254 / 0.15);
}
.border-x-violet-100\/20 {
  border-left-color: rgb(237 233 254 / 0.2);
  border-right-color: rgb(237 233 254 / 0.2);
}
.border-x-violet-100\/25 {
  border-left-color: rgb(237 233 254 / 0.25);
  border-right-color: rgb(237 233 254 / 0.25);
}
.border-x-violet-100\/30 {
  border-left-color: rgb(237 233 254 / 0.3);
  border-right-color: rgb(237 233 254 / 0.3);
}
.border-x-violet-100\/35 {
  border-left-color: rgb(237 233 254 / 0.35);
  border-right-color: rgb(237 233 254 / 0.35);
}
.border-x-violet-100\/40 {
  border-left-color: rgb(237 233 254 / 0.4);
  border-right-color: rgb(237 233 254 / 0.4);
}
.border-x-violet-100\/45 {
  border-left-color: rgb(237 233 254 / 0.45);
  border-right-color: rgb(237 233 254 / 0.45);
}
.border-x-violet-100\/5 {
  border-left-color: rgb(237 233 254 / 0.05);
  border-right-color: rgb(237 233 254 / 0.05);
}
.border-x-violet-100\/50 {
  border-left-color: rgb(237 233 254 / 0.5);
  border-right-color: rgb(237 233 254 / 0.5);
}
.border-x-violet-100\/55 {
  border-left-color: rgb(237 233 254 / 0.55);
  border-right-color: rgb(237 233 254 / 0.55);
}
.border-x-violet-100\/60 {
  border-left-color: rgb(237 233 254 / 0.6);
  border-right-color: rgb(237 233 254 / 0.6);
}
.border-x-violet-100\/65 {
  border-left-color: rgb(237 233 254 / 0.65);
  border-right-color: rgb(237 233 254 / 0.65);
}
.border-x-violet-100\/70 {
  border-left-color: rgb(237 233 254 / 0.7);
  border-right-color: rgb(237 233 254 / 0.7);
}
.border-x-violet-100\/75 {
  border-left-color: rgb(237 233 254 / 0.75);
  border-right-color: rgb(237 233 254 / 0.75);
}
.border-x-violet-100\/80 {
  border-left-color: rgb(237 233 254 / 0.8);
  border-right-color: rgb(237 233 254 / 0.8);
}
.border-x-violet-100\/85 {
  border-left-color: rgb(237 233 254 / 0.85);
  border-right-color: rgb(237 233 254 / 0.85);
}
.border-x-violet-100\/90 {
  border-left-color: rgb(237 233 254 / 0.9);
  border-right-color: rgb(237 233 254 / 0.9);
}
.border-x-violet-100\/95 {
  border-left-color: rgb(237 233 254 / 0.95);
  border-right-color: rgb(237 233 254 / 0.95);
}
.border-x-violet-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-x-violet-200\/0 {
  border-left-color: rgb(221 214 254 / 0);
  border-right-color: rgb(221 214 254 / 0);
}
.border-x-violet-200\/10 {
  border-left-color: rgb(221 214 254 / 0.1);
  border-right-color: rgb(221 214 254 / 0.1);
}
.border-x-violet-200\/100 {
  border-left-color: rgb(221 214 254 / 1);
  border-right-color: rgb(221 214 254 / 1);
}
.border-x-violet-200\/15 {
  border-left-color: rgb(221 214 254 / 0.15);
  border-right-color: rgb(221 214 254 / 0.15);
}
.border-x-violet-200\/20 {
  border-left-color: rgb(221 214 254 / 0.2);
  border-right-color: rgb(221 214 254 / 0.2);
}
.border-x-violet-200\/25 {
  border-left-color: rgb(221 214 254 / 0.25);
  border-right-color: rgb(221 214 254 / 0.25);
}
.border-x-violet-200\/30 {
  border-left-color: rgb(221 214 254 / 0.3);
  border-right-color: rgb(221 214 254 / 0.3);
}
.border-x-violet-200\/35 {
  border-left-color: rgb(221 214 254 / 0.35);
  border-right-color: rgb(221 214 254 / 0.35);
}
.border-x-violet-200\/40 {
  border-left-color: rgb(221 214 254 / 0.4);
  border-right-color: rgb(221 214 254 / 0.4);
}
.border-x-violet-200\/45 {
  border-left-color: rgb(221 214 254 / 0.45);
  border-right-color: rgb(221 214 254 / 0.45);
}
.border-x-violet-200\/5 {
  border-left-color: rgb(221 214 254 / 0.05);
  border-right-color: rgb(221 214 254 / 0.05);
}
.border-x-violet-200\/50 {
  border-left-color: rgb(221 214 254 / 0.5);
  border-right-color: rgb(221 214 254 / 0.5);
}
.border-x-violet-200\/55 {
  border-left-color: rgb(221 214 254 / 0.55);
  border-right-color: rgb(221 214 254 / 0.55);
}
.border-x-violet-200\/60 {
  border-left-color: rgb(221 214 254 / 0.6);
  border-right-color: rgb(221 214 254 / 0.6);
}
.border-x-violet-200\/65 {
  border-left-color: rgb(221 214 254 / 0.65);
  border-right-color: rgb(221 214 254 / 0.65);
}
.border-x-violet-200\/70 {
  border-left-color: rgb(221 214 254 / 0.7);
  border-right-color: rgb(221 214 254 / 0.7);
}
.border-x-violet-200\/75 {
  border-left-color: rgb(221 214 254 / 0.75);
  border-right-color: rgb(221 214 254 / 0.75);
}
.border-x-violet-200\/80 {
  border-left-color: rgb(221 214 254 / 0.8);
  border-right-color: rgb(221 214 254 / 0.8);
}
.border-x-violet-200\/85 {
  border-left-color: rgb(221 214 254 / 0.85);
  border-right-color: rgb(221 214 254 / 0.85);
}
.border-x-violet-200\/90 {
  border-left-color: rgb(221 214 254 / 0.9);
  border-right-color: rgb(221 214 254 / 0.9);
}
.border-x-violet-200\/95 {
  border-left-color: rgb(221 214 254 / 0.95);
  border-right-color: rgb(221 214 254 / 0.95);
}
.border-x-violet-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-x-violet-300\/0 {
  border-left-color: rgb(196 181 253 / 0);
  border-right-color: rgb(196 181 253 / 0);
}
.border-x-violet-300\/10 {
  border-left-color: rgb(196 181 253 / 0.1);
  border-right-color: rgb(196 181 253 / 0.1);
}
.border-x-violet-300\/100 {
  border-left-color: rgb(196 181 253 / 1);
  border-right-color: rgb(196 181 253 / 1);
}
.border-x-violet-300\/15 {
  border-left-color: rgb(196 181 253 / 0.15);
  border-right-color: rgb(196 181 253 / 0.15);
}
.border-x-violet-300\/20 {
  border-left-color: rgb(196 181 253 / 0.2);
  border-right-color: rgb(196 181 253 / 0.2);
}
.border-x-violet-300\/25 {
  border-left-color: rgb(196 181 253 / 0.25);
  border-right-color: rgb(196 181 253 / 0.25);
}
.border-x-violet-300\/30 {
  border-left-color: rgb(196 181 253 / 0.3);
  border-right-color: rgb(196 181 253 / 0.3);
}
.border-x-violet-300\/35 {
  border-left-color: rgb(196 181 253 / 0.35);
  border-right-color: rgb(196 181 253 / 0.35);
}
.border-x-violet-300\/40 {
  border-left-color: rgb(196 181 253 / 0.4);
  border-right-color: rgb(196 181 253 / 0.4);
}
.border-x-violet-300\/45 {
  border-left-color: rgb(196 181 253 / 0.45);
  border-right-color: rgb(196 181 253 / 0.45);
}
.border-x-violet-300\/5 {
  border-left-color: rgb(196 181 253 / 0.05);
  border-right-color: rgb(196 181 253 / 0.05);
}
.border-x-violet-300\/50 {
  border-left-color: rgb(196 181 253 / 0.5);
  border-right-color: rgb(196 181 253 / 0.5);
}
.border-x-violet-300\/55 {
  border-left-color: rgb(196 181 253 / 0.55);
  border-right-color: rgb(196 181 253 / 0.55);
}
.border-x-violet-300\/60 {
  border-left-color: rgb(196 181 253 / 0.6);
  border-right-color: rgb(196 181 253 / 0.6);
}
.border-x-violet-300\/65 {
  border-left-color: rgb(196 181 253 / 0.65);
  border-right-color: rgb(196 181 253 / 0.65);
}
.border-x-violet-300\/70 {
  border-left-color: rgb(196 181 253 / 0.7);
  border-right-color: rgb(196 181 253 / 0.7);
}
.border-x-violet-300\/75 {
  border-left-color: rgb(196 181 253 / 0.75);
  border-right-color: rgb(196 181 253 / 0.75);
}
.border-x-violet-300\/80 {
  border-left-color: rgb(196 181 253 / 0.8);
  border-right-color: rgb(196 181 253 / 0.8);
}
.border-x-violet-300\/85 {
  border-left-color: rgb(196 181 253 / 0.85);
  border-right-color: rgb(196 181 253 / 0.85);
}
.border-x-violet-300\/90 {
  border-left-color: rgb(196 181 253 / 0.9);
  border-right-color: rgb(196 181 253 / 0.9);
}
.border-x-violet-300\/95 {
  border-left-color: rgb(196 181 253 / 0.95);
  border-right-color: rgb(196 181 253 / 0.95);
}
.border-x-violet-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-x-violet-400\/0 {
  border-left-color: rgb(167 139 250 / 0);
  border-right-color: rgb(167 139 250 / 0);
}
.border-x-violet-400\/10 {
  border-left-color: rgb(167 139 250 / 0.1);
  border-right-color: rgb(167 139 250 / 0.1);
}
.border-x-violet-400\/100 {
  border-left-color: rgb(167 139 250 / 1);
  border-right-color: rgb(167 139 250 / 1);
}
.border-x-violet-400\/15 {
  border-left-color: rgb(167 139 250 / 0.15);
  border-right-color: rgb(167 139 250 / 0.15);
}
.border-x-violet-400\/20 {
  border-left-color: rgb(167 139 250 / 0.2);
  border-right-color: rgb(167 139 250 / 0.2);
}
.border-x-violet-400\/25 {
  border-left-color: rgb(167 139 250 / 0.25);
  border-right-color: rgb(167 139 250 / 0.25);
}
.border-x-violet-400\/30 {
  border-left-color: rgb(167 139 250 / 0.3);
  border-right-color: rgb(167 139 250 / 0.3);
}
.border-x-violet-400\/35 {
  border-left-color: rgb(167 139 250 / 0.35);
  border-right-color: rgb(167 139 250 / 0.35);
}
.border-x-violet-400\/40 {
  border-left-color: rgb(167 139 250 / 0.4);
  border-right-color: rgb(167 139 250 / 0.4);
}
.border-x-violet-400\/45 {
  border-left-color: rgb(167 139 250 / 0.45);
  border-right-color: rgb(167 139 250 / 0.45);
}
.border-x-violet-400\/5 {
  border-left-color: rgb(167 139 250 / 0.05);
  border-right-color: rgb(167 139 250 / 0.05);
}
.border-x-violet-400\/50 {
  border-left-color: rgb(167 139 250 / 0.5);
  border-right-color: rgb(167 139 250 / 0.5);
}
.border-x-violet-400\/55 {
  border-left-color: rgb(167 139 250 / 0.55);
  border-right-color: rgb(167 139 250 / 0.55);
}
.border-x-violet-400\/60 {
  border-left-color: rgb(167 139 250 / 0.6);
  border-right-color: rgb(167 139 250 / 0.6);
}
.border-x-violet-400\/65 {
  border-left-color: rgb(167 139 250 / 0.65);
  border-right-color: rgb(167 139 250 / 0.65);
}
.border-x-violet-400\/70 {
  border-left-color: rgb(167 139 250 / 0.7);
  border-right-color: rgb(167 139 250 / 0.7);
}
.border-x-violet-400\/75 {
  border-left-color: rgb(167 139 250 / 0.75);
  border-right-color: rgb(167 139 250 / 0.75);
}
.border-x-violet-400\/80 {
  border-left-color: rgb(167 139 250 / 0.8);
  border-right-color: rgb(167 139 250 / 0.8);
}
.border-x-violet-400\/85 {
  border-left-color: rgb(167 139 250 / 0.85);
  border-right-color: rgb(167 139 250 / 0.85);
}
.border-x-violet-400\/90 {
  border-left-color: rgb(167 139 250 / 0.9);
  border-right-color: rgb(167 139 250 / 0.9);
}
.border-x-violet-400\/95 {
  border-left-color: rgb(167 139 250 / 0.95);
  border-right-color: rgb(167 139 250 / 0.95);
}
.border-x-violet-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-x-violet-50\/0 {
  border-left-color: rgb(245 243 255 / 0);
  border-right-color: rgb(245 243 255 / 0);
}
.border-x-violet-50\/10 {
  border-left-color: rgb(245 243 255 / 0.1);
  border-right-color: rgb(245 243 255 / 0.1);
}
.border-x-violet-50\/100 {
  border-left-color: rgb(245 243 255 / 1);
  border-right-color: rgb(245 243 255 / 1);
}
.border-x-violet-50\/15 {
  border-left-color: rgb(245 243 255 / 0.15);
  border-right-color: rgb(245 243 255 / 0.15);
}
.border-x-violet-50\/20 {
  border-left-color: rgb(245 243 255 / 0.2);
  border-right-color: rgb(245 243 255 / 0.2);
}
.border-x-violet-50\/25 {
  border-left-color: rgb(245 243 255 / 0.25);
  border-right-color: rgb(245 243 255 / 0.25);
}
.border-x-violet-50\/30 {
  border-left-color: rgb(245 243 255 / 0.3);
  border-right-color: rgb(245 243 255 / 0.3);
}
.border-x-violet-50\/35 {
  border-left-color: rgb(245 243 255 / 0.35);
  border-right-color: rgb(245 243 255 / 0.35);
}
.border-x-violet-50\/40 {
  border-left-color: rgb(245 243 255 / 0.4);
  border-right-color: rgb(245 243 255 / 0.4);
}
.border-x-violet-50\/45 {
  border-left-color: rgb(245 243 255 / 0.45);
  border-right-color: rgb(245 243 255 / 0.45);
}
.border-x-violet-50\/5 {
  border-left-color: rgb(245 243 255 / 0.05);
  border-right-color: rgb(245 243 255 / 0.05);
}
.border-x-violet-50\/50 {
  border-left-color: rgb(245 243 255 / 0.5);
  border-right-color: rgb(245 243 255 / 0.5);
}
.border-x-violet-50\/55 {
  border-left-color: rgb(245 243 255 / 0.55);
  border-right-color: rgb(245 243 255 / 0.55);
}
.border-x-violet-50\/60 {
  border-left-color: rgb(245 243 255 / 0.6);
  border-right-color: rgb(245 243 255 / 0.6);
}
.border-x-violet-50\/65 {
  border-left-color: rgb(245 243 255 / 0.65);
  border-right-color: rgb(245 243 255 / 0.65);
}
.border-x-violet-50\/70 {
  border-left-color: rgb(245 243 255 / 0.7);
  border-right-color: rgb(245 243 255 / 0.7);
}
.border-x-violet-50\/75 {
  border-left-color: rgb(245 243 255 / 0.75);
  border-right-color: rgb(245 243 255 / 0.75);
}
.border-x-violet-50\/80 {
  border-left-color: rgb(245 243 255 / 0.8);
  border-right-color: rgb(245 243 255 / 0.8);
}
.border-x-violet-50\/85 {
  border-left-color: rgb(245 243 255 / 0.85);
  border-right-color: rgb(245 243 255 / 0.85);
}
.border-x-violet-50\/90 {
  border-left-color: rgb(245 243 255 / 0.9);
  border-right-color: rgb(245 243 255 / 0.9);
}
.border-x-violet-50\/95 {
  border-left-color: rgb(245 243 255 / 0.95);
  border-right-color: rgb(245 243 255 / 0.95);
}
.border-x-violet-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-x-violet-500\/0 {
  border-left-color: rgb(139 92 246 / 0);
  border-right-color: rgb(139 92 246 / 0);
}
.border-x-violet-500\/10 {
  border-left-color: rgb(139 92 246 / 0.1);
  border-right-color: rgb(139 92 246 / 0.1);
}
.border-x-violet-500\/100 {
  border-left-color: rgb(139 92 246 / 1);
  border-right-color: rgb(139 92 246 / 1);
}
.border-x-violet-500\/15 {
  border-left-color: rgb(139 92 246 / 0.15);
  border-right-color: rgb(139 92 246 / 0.15);
}
.border-x-violet-500\/20 {
  border-left-color: rgb(139 92 246 / 0.2);
  border-right-color: rgb(139 92 246 / 0.2);
}
.border-x-violet-500\/25 {
  border-left-color: rgb(139 92 246 / 0.25);
  border-right-color: rgb(139 92 246 / 0.25);
}
.border-x-violet-500\/30 {
  border-left-color: rgb(139 92 246 / 0.3);
  border-right-color: rgb(139 92 246 / 0.3);
}
.border-x-violet-500\/35 {
  border-left-color: rgb(139 92 246 / 0.35);
  border-right-color: rgb(139 92 246 / 0.35);
}
.border-x-violet-500\/40 {
  border-left-color: rgb(139 92 246 / 0.4);
  border-right-color: rgb(139 92 246 / 0.4);
}
.border-x-violet-500\/45 {
  border-left-color: rgb(139 92 246 / 0.45);
  border-right-color: rgb(139 92 246 / 0.45);
}
.border-x-violet-500\/5 {
  border-left-color: rgb(139 92 246 / 0.05);
  border-right-color: rgb(139 92 246 / 0.05);
}
.border-x-violet-500\/50 {
  border-left-color: rgb(139 92 246 / 0.5);
  border-right-color: rgb(139 92 246 / 0.5);
}
.border-x-violet-500\/55 {
  border-left-color: rgb(139 92 246 / 0.55);
  border-right-color: rgb(139 92 246 / 0.55);
}
.border-x-violet-500\/60 {
  border-left-color: rgb(139 92 246 / 0.6);
  border-right-color: rgb(139 92 246 / 0.6);
}
.border-x-violet-500\/65 {
  border-left-color: rgb(139 92 246 / 0.65);
  border-right-color: rgb(139 92 246 / 0.65);
}
.border-x-violet-500\/70 {
  border-left-color: rgb(139 92 246 / 0.7);
  border-right-color: rgb(139 92 246 / 0.7);
}
.border-x-violet-500\/75 {
  border-left-color: rgb(139 92 246 / 0.75);
  border-right-color: rgb(139 92 246 / 0.75);
}
.border-x-violet-500\/80 {
  border-left-color: rgb(139 92 246 / 0.8);
  border-right-color: rgb(139 92 246 / 0.8);
}
.border-x-violet-500\/85 {
  border-left-color: rgb(139 92 246 / 0.85);
  border-right-color: rgb(139 92 246 / 0.85);
}
.border-x-violet-500\/90 {
  border-left-color: rgb(139 92 246 / 0.9);
  border-right-color: rgb(139 92 246 / 0.9);
}
.border-x-violet-500\/95 {
  border-left-color: rgb(139 92 246 / 0.95);
  border-right-color: rgb(139 92 246 / 0.95);
}
.border-x-violet-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-x-violet-600\/0 {
  border-left-color: rgb(124 58 237 / 0);
  border-right-color: rgb(124 58 237 / 0);
}
.border-x-violet-600\/10 {
  border-left-color: rgb(124 58 237 / 0.1);
  border-right-color: rgb(124 58 237 / 0.1);
}
.border-x-violet-600\/100 {
  border-left-color: rgb(124 58 237 / 1);
  border-right-color: rgb(124 58 237 / 1);
}
.border-x-violet-600\/15 {
  border-left-color: rgb(124 58 237 / 0.15);
  border-right-color: rgb(124 58 237 / 0.15);
}
.border-x-violet-600\/20 {
  border-left-color: rgb(124 58 237 / 0.2);
  border-right-color: rgb(124 58 237 / 0.2);
}
.border-x-violet-600\/25 {
  border-left-color: rgb(124 58 237 / 0.25);
  border-right-color: rgb(124 58 237 / 0.25);
}
.border-x-violet-600\/30 {
  border-left-color: rgb(124 58 237 / 0.3);
  border-right-color: rgb(124 58 237 / 0.3);
}
.border-x-violet-600\/35 {
  border-left-color: rgb(124 58 237 / 0.35);
  border-right-color: rgb(124 58 237 / 0.35);
}
.border-x-violet-600\/40 {
  border-left-color: rgb(124 58 237 / 0.4);
  border-right-color: rgb(124 58 237 / 0.4);
}
.border-x-violet-600\/45 {
  border-left-color: rgb(124 58 237 / 0.45);
  border-right-color: rgb(124 58 237 / 0.45);
}
.border-x-violet-600\/5 {
  border-left-color: rgb(124 58 237 / 0.05);
  border-right-color: rgb(124 58 237 / 0.05);
}
.border-x-violet-600\/50 {
  border-left-color: rgb(124 58 237 / 0.5);
  border-right-color: rgb(124 58 237 / 0.5);
}
.border-x-violet-600\/55 {
  border-left-color: rgb(124 58 237 / 0.55);
  border-right-color: rgb(124 58 237 / 0.55);
}
.border-x-violet-600\/60 {
  border-left-color: rgb(124 58 237 / 0.6);
  border-right-color: rgb(124 58 237 / 0.6);
}
.border-x-violet-600\/65 {
  border-left-color: rgb(124 58 237 / 0.65);
  border-right-color: rgb(124 58 237 / 0.65);
}
.border-x-violet-600\/70 {
  border-left-color: rgb(124 58 237 / 0.7);
  border-right-color: rgb(124 58 237 / 0.7);
}
.border-x-violet-600\/75 {
  border-left-color: rgb(124 58 237 / 0.75);
  border-right-color: rgb(124 58 237 / 0.75);
}
.border-x-violet-600\/80 {
  border-left-color: rgb(124 58 237 / 0.8);
  border-right-color: rgb(124 58 237 / 0.8);
}
.border-x-violet-600\/85 {
  border-left-color: rgb(124 58 237 / 0.85);
  border-right-color: rgb(124 58 237 / 0.85);
}
.border-x-violet-600\/90 {
  border-left-color: rgb(124 58 237 / 0.9);
  border-right-color: rgb(124 58 237 / 0.9);
}
.border-x-violet-600\/95 {
  border-left-color: rgb(124 58 237 / 0.95);
  border-right-color: rgb(124 58 237 / 0.95);
}
.border-x-violet-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-x-violet-700\/0 {
  border-left-color: rgb(109 40 217 / 0);
  border-right-color: rgb(109 40 217 / 0);
}
.border-x-violet-700\/10 {
  border-left-color: rgb(109 40 217 / 0.1);
  border-right-color: rgb(109 40 217 / 0.1);
}
.border-x-violet-700\/100 {
  border-left-color: rgb(109 40 217 / 1);
  border-right-color: rgb(109 40 217 / 1);
}
.border-x-violet-700\/15 {
  border-left-color: rgb(109 40 217 / 0.15);
  border-right-color: rgb(109 40 217 / 0.15);
}
.border-x-violet-700\/20 {
  border-left-color: rgb(109 40 217 / 0.2);
  border-right-color: rgb(109 40 217 / 0.2);
}
.border-x-violet-700\/25 {
  border-left-color: rgb(109 40 217 / 0.25);
  border-right-color: rgb(109 40 217 / 0.25);
}
.border-x-violet-700\/30 {
  border-left-color: rgb(109 40 217 / 0.3);
  border-right-color: rgb(109 40 217 / 0.3);
}
.border-x-violet-700\/35 {
  border-left-color: rgb(109 40 217 / 0.35);
  border-right-color: rgb(109 40 217 / 0.35);
}
.border-x-violet-700\/40 {
  border-left-color: rgb(109 40 217 / 0.4);
  border-right-color: rgb(109 40 217 / 0.4);
}
.border-x-violet-700\/45 {
  border-left-color: rgb(109 40 217 / 0.45);
  border-right-color: rgb(109 40 217 / 0.45);
}
.border-x-violet-700\/5 {
  border-left-color: rgb(109 40 217 / 0.05);
  border-right-color: rgb(109 40 217 / 0.05);
}
.border-x-violet-700\/50 {
  border-left-color: rgb(109 40 217 / 0.5);
  border-right-color: rgb(109 40 217 / 0.5);
}
.border-x-violet-700\/55 {
  border-left-color: rgb(109 40 217 / 0.55);
  border-right-color: rgb(109 40 217 / 0.55);
}
.border-x-violet-700\/60 {
  border-left-color: rgb(109 40 217 / 0.6);
  border-right-color: rgb(109 40 217 / 0.6);
}
.border-x-violet-700\/65 {
  border-left-color: rgb(109 40 217 / 0.65);
  border-right-color: rgb(109 40 217 / 0.65);
}
.border-x-violet-700\/70 {
  border-left-color: rgb(109 40 217 / 0.7);
  border-right-color: rgb(109 40 217 / 0.7);
}
.border-x-violet-700\/75 {
  border-left-color: rgb(109 40 217 / 0.75);
  border-right-color: rgb(109 40 217 / 0.75);
}
.border-x-violet-700\/80 {
  border-left-color: rgb(109 40 217 / 0.8);
  border-right-color: rgb(109 40 217 / 0.8);
}
.border-x-violet-700\/85 {
  border-left-color: rgb(109 40 217 / 0.85);
  border-right-color: rgb(109 40 217 / 0.85);
}
.border-x-violet-700\/90 {
  border-left-color: rgb(109 40 217 / 0.9);
  border-right-color: rgb(109 40 217 / 0.9);
}
.border-x-violet-700\/95 {
  border-left-color: rgb(109 40 217 / 0.95);
  border-right-color: rgb(109 40 217 / 0.95);
}
.border-x-violet-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-x-violet-800\/0 {
  border-left-color: rgb(91 33 182 / 0);
  border-right-color: rgb(91 33 182 / 0);
}
.border-x-violet-800\/10 {
  border-left-color: rgb(91 33 182 / 0.1);
  border-right-color: rgb(91 33 182 / 0.1);
}
.border-x-violet-800\/100 {
  border-left-color: rgb(91 33 182 / 1);
  border-right-color: rgb(91 33 182 / 1);
}
.border-x-violet-800\/15 {
  border-left-color: rgb(91 33 182 / 0.15);
  border-right-color: rgb(91 33 182 / 0.15);
}
.border-x-violet-800\/20 {
  border-left-color: rgb(91 33 182 / 0.2);
  border-right-color: rgb(91 33 182 / 0.2);
}
.border-x-violet-800\/25 {
  border-left-color: rgb(91 33 182 / 0.25);
  border-right-color: rgb(91 33 182 / 0.25);
}
.border-x-violet-800\/30 {
  border-left-color: rgb(91 33 182 / 0.3);
  border-right-color: rgb(91 33 182 / 0.3);
}
.border-x-violet-800\/35 {
  border-left-color: rgb(91 33 182 / 0.35);
  border-right-color: rgb(91 33 182 / 0.35);
}
.border-x-violet-800\/40 {
  border-left-color: rgb(91 33 182 / 0.4);
  border-right-color: rgb(91 33 182 / 0.4);
}
.border-x-violet-800\/45 {
  border-left-color: rgb(91 33 182 / 0.45);
  border-right-color: rgb(91 33 182 / 0.45);
}
.border-x-violet-800\/5 {
  border-left-color: rgb(91 33 182 / 0.05);
  border-right-color: rgb(91 33 182 / 0.05);
}
.border-x-violet-800\/50 {
  border-left-color: rgb(91 33 182 / 0.5);
  border-right-color: rgb(91 33 182 / 0.5);
}
.border-x-violet-800\/55 {
  border-left-color: rgb(91 33 182 / 0.55);
  border-right-color: rgb(91 33 182 / 0.55);
}
.border-x-violet-800\/60 {
  border-left-color: rgb(91 33 182 / 0.6);
  border-right-color: rgb(91 33 182 / 0.6);
}
.border-x-violet-800\/65 {
  border-left-color: rgb(91 33 182 / 0.65);
  border-right-color: rgb(91 33 182 / 0.65);
}
.border-x-violet-800\/70 {
  border-left-color: rgb(91 33 182 / 0.7);
  border-right-color: rgb(91 33 182 / 0.7);
}
.border-x-violet-800\/75 {
  border-left-color: rgb(91 33 182 / 0.75);
  border-right-color: rgb(91 33 182 / 0.75);
}
.border-x-violet-800\/80 {
  border-left-color: rgb(91 33 182 / 0.8);
  border-right-color: rgb(91 33 182 / 0.8);
}
.border-x-violet-800\/85 {
  border-left-color: rgb(91 33 182 / 0.85);
  border-right-color: rgb(91 33 182 / 0.85);
}
.border-x-violet-800\/90 {
  border-left-color: rgb(91 33 182 / 0.9);
  border-right-color: rgb(91 33 182 / 0.9);
}
.border-x-violet-800\/95 {
  border-left-color: rgb(91 33 182 / 0.95);
  border-right-color: rgb(91 33 182 / 0.95);
}
.border-x-violet-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-x-violet-900\/0 {
  border-left-color: rgb(76 29 149 / 0);
  border-right-color: rgb(76 29 149 / 0);
}
.border-x-violet-900\/10 {
  border-left-color: rgb(76 29 149 / 0.1);
  border-right-color: rgb(76 29 149 / 0.1);
}
.border-x-violet-900\/100 {
  border-left-color: rgb(76 29 149 / 1);
  border-right-color: rgb(76 29 149 / 1);
}
.border-x-violet-900\/15 {
  border-left-color: rgb(76 29 149 / 0.15);
  border-right-color: rgb(76 29 149 / 0.15);
}
.border-x-violet-900\/20 {
  border-left-color: rgb(76 29 149 / 0.2);
  border-right-color: rgb(76 29 149 / 0.2);
}
.border-x-violet-900\/25 {
  border-left-color: rgb(76 29 149 / 0.25);
  border-right-color: rgb(76 29 149 / 0.25);
}
.border-x-violet-900\/30 {
  border-left-color: rgb(76 29 149 / 0.3);
  border-right-color: rgb(76 29 149 / 0.3);
}
.border-x-violet-900\/35 {
  border-left-color: rgb(76 29 149 / 0.35);
  border-right-color: rgb(76 29 149 / 0.35);
}
.border-x-violet-900\/40 {
  border-left-color: rgb(76 29 149 / 0.4);
  border-right-color: rgb(76 29 149 / 0.4);
}
.border-x-violet-900\/45 {
  border-left-color: rgb(76 29 149 / 0.45);
  border-right-color: rgb(76 29 149 / 0.45);
}
.border-x-violet-900\/5 {
  border-left-color: rgb(76 29 149 / 0.05);
  border-right-color: rgb(76 29 149 / 0.05);
}
.border-x-violet-900\/50 {
  border-left-color: rgb(76 29 149 / 0.5);
  border-right-color: rgb(76 29 149 / 0.5);
}
.border-x-violet-900\/55 {
  border-left-color: rgb(76 29 149 / 0.55);
  border-right-color: rgb(76 29 149 / 0.55);
}
.border-x-violet-900\/60 {
  border-left-color: rgb(76 29 149 / 0.6);
  border-right-color: rgb(76 29 149 / 0.6);
}
.border-x-violet-900\/65 {
  border-left-color: rgb(76 29 149 / 0.65);
  border-right-color: rgb(76 29 149 / 0.65);
}
.border-x-violet-900\/70 {
  border-left-color: rgb(76 29 149 / 0.7);
  border-right-color: rgb(76 29 149 / 0.7);
}
.border-x-violet-900\/75 {
  border-left-color: rgb(76 29 149 / 0.75);
  border-right-color: rgb(76 29 149 / 0.75);
}
.border-x-violet-900\/80 {
  border-left-color: rgb(76 29 149 / 0.8);
  border-right-color: rgb(76 29 149 / 0.8);
}
.border-x-violet-900\/85 {
  border-left-color: rgb(76 29 149 / 0.85);
  border-right-color: rgb(76 29 149 / 0.85);
}
.border-x-violet-900\/90 {
  border-left-color: rgb(76 29 149 / 0.9);
  border-right-color: rgb(76 29 149 / 0.9);
}
.border-x-violet-900\/95 {
  border-left-color: rgb(76 29 149 / 0.95);
  border-right-color: rgb(76 29 149 / 0.95);
}
.border-x-violet-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-x-violet-950\/0 {
  border-left-color: rgb(46 16 101 / 0);
  border-right-color: rgb(46 16 101 / 0);
}
.border-x-violet-950\/10 {
  border-left-color: rgb(46 16 101 / 0.1);
  border-right-color: rgb(46 16 101 / 0.1);
}
.border-x-violet-950\/100 {
  border-left-color: rgb(46 16 101 / 1);
  border-right-color: rgb(46 16 101 / 1);
}
.border-x-violet-950\/15 {
  border-left-color: rgb(46 16 101 / 0.15);
  border-right-color: rgb(46 16 101 / 0.15);
}
.border-x-violet-950\/20 {
  border-left-color: rgb(46 16 101 / 0.2);
  border-right-color: rgb(46 16 101 / 0.2);
}
.border-x-violet-950\/25 {
  border-left-color: rgb(46 16 101 / 0.25);
  border-right-color: rgb(46 16 101 / 0.25);
}
.border-x-violet-950\/30 {
  border-left-color: rgb(46 16 101 / 0.3);
  border-right-color: rgb(46 16 101 / 0.3);
}
.border-x-violet-950\/35 {
  border-left-color: rgb(46 16 101 / 0.35);
  border-right-color: rgb(46 16 101 / 0.35);
}
.border-x-violet-950\/40 {
  border-left-color: rgb(46 16 101 / 0.4);
  border-right-color: rgb(46 16 101 / 0.4);
}
.border-x-violet-950\/45 {
  border-left-color: rgb(46 16 101 / 0.45);
  border-right-color: rgb(46 16 101 / 0.45);
}
.border-x-violet-950\/5 {
  border-left-color: rgb(46 16 101 / 0.05);
  border-right-color: rgb(46 16 101 / 0.05);
}
.border-x-violet-950\/50 {
  border-left-color: rgb(46 16 101 / 0.5);
  border-right-color: rgb(46 16 101 / 0.5);
}
.border-x-violet-950\/55 {
  border-left-color: rgb(46 16 101 / 0.55);
  border-right-color: rgb(46 16 101 / 0.55);
}
.border-x-violet-950\/60 {
  border-left-color: rgb(46 16 101 / 0.6);
  border-right-color: rgb(46 16 101 / 0.6);
}
.border-x-violet-950\/65 {
  border-left-color: rgb(46 16 101 / 0.65);
  border-right-color: rgb(46 16 101 / 0.65);
}
.border-x-violet-950\/70 {
  border-left-color: rgb(46 16 101 / 0.7);
  border-right-color: rgb(46 16 101 / 0.7);
}
.border-x-violet-950\/75 {
  border-left-color: rgb(46 16 101 / 0.75);
  border-right-color: rgb(46 16 101 / 0.75);
}
.border-x-violet-950\/80 {
  border-left-color: rgb(46 16 101 / 0.8);
  border-right-color: rgb(46 16 101 / 0.8);
}
.border-x-violet-950\/85 {
  border-left-color: rgb(46 16 101 / 0.85);
  border-right-color: rgb(46 16 101 / 0.85);
}
.border-x-violet-950\/90 {
  border-left-color: rgb(46 16 101 / 0.9);
  border-right-color: rgb(46 16 101 / 0.9);
}
.border-x-violet-950\/95 {
  border-left-color: rgb(46 16 101 / 0.95);
  border-right-color: rgb(46 16 101 / 0.95);
}
.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-x-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-x-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-x-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-x-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-x-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-x-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-x-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}
.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}
.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}
.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}
.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}
.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}
.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}
.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}
.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}
.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}
.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}
.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}
.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}
.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}
.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}
.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}
.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}
.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}
.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}
.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}
.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}
.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}
.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}
.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}
.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}
.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}
.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}
.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}
.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}
.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}
.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}
.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}
.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}
.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}
.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}
.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}
.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}
.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}
.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}
.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}
.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}
.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}
.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}
.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}
.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}
.border-x-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}
.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}
.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}
.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}
.border-x-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}
.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}
.border-x-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}
.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}
.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}
.border-x-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}
.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}
.border-x-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}
.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}
.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}
.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}
.border-x-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}
.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}
.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}
.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}
.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}
.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}
.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}
.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}
.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}
.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}
.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}
.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}
.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}
.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}
.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}
.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}
.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}
.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}
.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}
.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}
.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}
.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}
.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}
.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}
.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}
.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}
.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}
.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}
.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}
.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}
.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}
.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}
.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}
.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}
.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}
.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}
.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}
.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}
.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}
.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}
.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}
.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}
.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}
.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}
.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}
.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}
.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}
.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}
.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}
.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}
.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}
.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}
.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}
.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}
.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}
.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}
.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}
.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}
.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}
.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}
.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}
.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}
.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}
.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}
.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}
.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}
.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}
.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}
.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}
.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}
.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}
.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}
.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}
.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}
.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}
.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}
.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}
.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}
.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}
.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}
.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}
.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}
.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}
.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}
.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}
.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}
.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}
.border-x-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-x-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}
.border-x-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}
.border-x-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}
.border-x-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}
.border-x-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}
.border-x-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}
.border-x-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}
.border-x-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}
.border-x-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}
.border-x-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}
.border-x-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}
.border-x-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}
.border-x-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}
.border-x-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}
.border-x-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}
.border-x-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}
.border-x-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}
.border-x-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}
.border-x-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}
.border-x-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}
.border-x-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}
.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}
.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}
.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}
.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}
.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}
.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}
.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}
.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}
.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}
.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}
.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}
.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}
.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}
.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}
.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}
.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}
.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}
.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}
.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}
.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}
.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}
.border-x-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-x-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}
.border-x-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}
.border-x-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}
.border-x-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}
.border-x-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}
.border-x-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}
.border-x-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}
.border-x-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}
.border-x-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}
.border-x-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}
.border-x-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}
.border-x-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}
.border-x-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}
.border-x-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}
.border-x-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}
.border-x-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}
.border-x-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}
.border-x-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}
.border-x-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}
.border-x-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}
.border-x-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}
.border-x-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-x-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}
.border-x-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}
.border-x-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}
.border-x-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}
.border-x-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}
.border-x-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}
.border-x-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}
.border-x-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}
.border-x-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}
.border-x-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}
.border-x-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}
.border-x-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}
.border-x-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}
.border-x-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}
.border-x-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}
.border-x-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}
.border-x-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}
.border-x-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}
.border-x-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}
.border-x-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}
.border-x-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}
.border-x-zinc-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-x-zinc-100\/0 {
  border-left-color: rgb(244 244 245 / 0);
  border-right-color: rgb(244 244 245 / 0);
}
.border-x-zinc-100\/10 {
  border-left-color: rgb(244 244 245 / 0.1);
  border-right-color: rgb(244 244 245 / 0.1);
}
.border-x-zinc-100\/100 {
  border-left-color: rgb(244 244 245 / 1);
  border-right-color: rgb(244 244 245 / 1);
}
.border-x-zinc-100\/15 {
  border-left-color: rgb(244 244 245 / 0.15);
  border-right-color: rgb(244 244 245 / 0.15);
}
.border-x-zinc-100\/20 {
  border-left-color: rgb(244 244 245 / 0.2);
  border-right-color: rgb(244 244 245 / 0.2);
}
.border-x-zinc-100\/25 {
  border-left-color: rgb(244 244 245 / 0.25);
  border-right-color: rgb(244 244 245 / 0.25);
}
.border-x-zinc-100\/30 {
  border-left-color: rgb(244 244 245 / 0.3);
  border-right-color: rgb(244 244 245 / 0.3);
}
.border-x-zinc-100\/35 {
  border-left-color: rgb(244 244 245 / 0.35);
  border-right-color: rgb(244 244 245 / 0.35);
}
.border-x-zinc-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}
.border-x-zinc-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45);
  border-right-color: rgb(244 244 245 / 0.45);
}
.border-x-zinc-100\/5 {
  border-left-color: rgb(244 244 245 / 0.05);
  border-right-color: rgb(244 244 245 / 0.05);
}
.border-x-zinc-100\/50 {
  border-left-color: rgb(244 244 245 / 0.5);
  border-right-color: rgb(244 244 245 / 0.5);
}
.border-x-zinc-100\/55 {
  border-left-color: rgb(244 244 245 / 0.55);
  border-right-color: rgb(244 244 245 / 0.55);
}
.border-x-zinc-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}
.border-x-zinc-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65);
  border-right-color: rgb(244 244 245 / 0.65);
}
.border-x-zinc-100\/70 {
  border-left-color: rgb(244 244 245 / 0.7);
  border-right-color: rgb(244 244 245 / 0.7);
}
.border-x-zinc-100\/75 {
  border-left-color: rgb(244 244 245 / 0.75);
  border-right-color: rgb(244 244 245 / 0.75);
}
.border-x-zinc-100\/80 {
  border-left-color: rgb(244 244 245 / 0.8);
  border-right-color: rgb(244 244 245 / 0.8);
}
.border-x-zinc-100\/85 {
  border-left-color: rgb(244 244 245 / 0.85);
  border-right-color: rgb(244 244 245 / 0.85);
}
.border-x-zinc-100\/90 {
  border-left-color: rgb(244 244 245 / 0.9);
  border-right-color: rgb(244 244 245 / 0.9);
}
.border-x-zinc-100\/95 {
  border-left-color: rgb(244 244 245 / 0.95);
  border-right-color: rgb(244 244 245 / 0.95);
}
.border-x-zinc-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-x-zinc-200\/0 {
  border-left-color: rgb(228 228 231 / 0);
  border-right-color: rgb(228 228 231 / 0);
}
.border-x-zinc-200\/10 {
  border-left-color: rgb(228 228 231 / 0.1);
  border-right-color: rgb(228 228 231 / 0.1);
}
.border-x-zinc-200\/100 {
  border-left-color: rgb(228 228 231 / 1);
  border-right-color: rgb(228 228 231 / 1);
}
.border-x-zinc-200\/15 {
  border-left-color: rgb(228 228 231 / 0.15);
  border-right-color: rgb(228 228 231 / 0.15);
}
.border-x-zinc-200\/20 {
  border-left-color: rgb(228 228 231 / 0.2);
  border-right-color: rgb(228 228 231 / 0.2);
}
.border-x-zinc-200\/25 {
  border-left-color: rgb(228 228 231 / 0.25);
  border-right-color: rgb(228 228 231 / 0.25);
}
.border-x-zinc-200\/30 {
  border-left-color: rgb(228 228 231 / 0.3);
  border-right-color: rgb(228 228 231 / 0.3);
}
.border-x-zinc-200\/35 {
  border-left-color: rgb(228 228 231 / 0.35);
  border-right-color: rgb(228 228 231 / 0.35);
}
.border-x-zinc-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}
.border-x-zinc-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45);
  border-right-color: rgb(228 228 231 / 0.45);
}
.border-x-zinc-200\/5 {
  border-left-color: rgb(228 228 231 / 0.05);
  border-right-color: rgb(228 228 231 / 0.05);
}
.border-x-zinc-200\/50 {
  border-left-color: rgb(228 228 231 / 0.5);
  border-right-color: rgb(228 228 231 / 0.5);
}
.border-x-zinc-200\/55 {
  border-left-color: rgb(228 228 231 / 0.55);
  border-right-color: rgb(228 228 231 / 0.55);
}
.border-x-zinc-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}
.border-x-zinc-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65);
  border-right-color: rgb(228 228 231 / 0.65);
}
.border-x-zinc-200\/70 {
  border-left-color: rgb(228 228 231 / 0.7);
  border-right-color: rgb(228 228 231 / 0.7);
}
.border-x-zinc-200\/75 {
  border-left-color: rgb(228 228 231 / 0.75);
  border-right-color: rgb(228 228 231 / 0.75);
}
.border-x-zinc-200\/80 {
  border-left-color: rgb(228 228 231 / 0.8);
  border-right-color: rgb(228 228 231 / 0.8);
}
.border-x-zinc-200\/85 {
  border-left-color: rgb(228 228 231 / 0.85);
  border-right-color: rgb(228 228 231 / 0.85);
}
.border-x-zinc-200\/90 {
  border-left-color: rgb(228 228 231 / 0.9);
  border-right-color: rgb(228 228 231 / 0.9);
}
.border-x-zinc-200\/95 {
  border-left-color: rgb(228 228 231 / 0.95);
  border-right-color: rgb(228 228 231 / 0.95);
}
.border-x-zinc-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-x-zinc-300\/0 {
  border-left-color: rgb(212 212 216 / 0);
  border-right-color: rgb(212 212 216 / 0);
}
.border-x-zinc-300\/10 {
  border-left-color: rgb(212 212 216 / 0.1);
  border-right-color: rgb(212 212 216 / 0.1);
}
.border-x-zinc-300\/100 {
  border-left-color: rgb(212 212 216 / 1);
  border-right-color: rgb(212 212 216 / 1);
}
.border-x-zinc-300\/15 {
  border-left-color: rgb(212 212 216 / 0.15);
  border-right-color: rgb(212 212 216 / 0.15);
}
.border-x-zinc-300\/20 {
  border-left-color: rgb(212 212 216 / 0.2);
  border-right-color: rgb(212 212 216 / 0.2);
}
.border-x-zinc-300\/25 {
  border-left-color: rgb(212 212 216 / 0.25);
  border-right-color: rgb(212 212 216 / 0.25);
}
.border-x-zinc-300\/30 {
  border-left-color: rgb(212 212 216 / 0.3);
  border-right-color: rgb(212 212 216 / 0.3);
}
.border-x-zinc-300\/35 {
  border-left-color: rgb(212 212 216 / 0.35);
  border-right-color: rgb(212 212 216 / 0.35);
}
.border-x-zinc-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}
.border-x-zinc-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45);
  border-right-color: rgb(212 212 216 / 0.45);
}
.border-x-zinc-300\/5 {
  border-left-color: rgb(212 212 216 / 0.05);
  border-right-color: rgb(212 212 216 / 0.05);
}
.border-x-zinc-300\/50 {
  border-left-color: rgb(212 212 216 / 0.5);
  border-right-color: rgb(212 212 216 / 0.5);
}
.border-x-zinc-300\/55 {
  border-left-color: rgb(212 212 216 / 0.55);
  border-right-color: rgb(212 212 216 / 0.55);
}
.border-x-zinc-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}
.border-x-zinc-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65);
  border-right-color: rgb(212 212 216 / 0.65);
}
.border-x-zinc-300\/70 {
  border-left-color: rgb(212 212 216 / 0.7);
  border-right-color: rgb(212 212 216 / 0.7);
}
.border-x-zinc-300\/75 {
  border-left-color: rgb(212 212 216 / 0.75);
  border-right-color: rgb(212 212 216 / 0.75);
}
.border-x-zinc-300\/80 {
  border-left-color: rgb(212 212 216 / 0.8);
  border-right-color: rgb(212 212 216 / 0.8);
}
.border-x-zinc-300\/85 {
  border-left-color: rgb(212 212 216 / 0.85);
  border-right-color: rgb(212 212 216 / 0.85);
}
.border-x-zinc-300\/90 {
  border-left-color: rgb(212 212 216 / 0.9);
  border-right-color: rgb(212 212 216 / 0.9);
}
.border-x-zinc-300\/95 {
  border-left-color: rgb(212 212 216 / 0.95);
  border-right-color: rgb(212 212 216 / 0.95);
}
.border-x-zinc-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-x-zinc-400\/0 {
  border-left-color: rgb(161 161 170 / 0);
  border-right-color: rgb(161 161 170 / 0);
}
.border-x-zinc-400\/10 {
  border-left-color: rgb(161 161 170 / 0.1);
  border-right-color: rgb(161 161 170 / 0.1);
}
.border-x-zinc-400\/100 {
  border-left-color: rgb(161 161 170 / 1);
  border-right-color: rgb(161 161 170 / 1);
}
.border-x-zinc-400\/15 {
  border-left-color: rgb(161 161 170 / 0.15);
  border-right-color: rgb(161 161 170 / 0.15);
}
.border-x-zinc-400\/20 {
  border-left-color: rgb(161 161 170 / 0.2);
  border-right-color: rgb(161 161 170 / 0.2);
}
.border-x-zinc-400\/25 {
  border-left-color: rgb(161 161 170 / 0.25);
  border-right-color: rgb(161 161 170 / 0.25);
}
.border-x-zinc-400\/30 {
  border-left-color: rgb(161 161 170 / 0.3);
  border-right-color: rgb(161 161 170 / 0.3);
}
.border-x-zinc-400\/35 {
  border-left-color: rgb(161 161 170 / 0.35);
  border-right-color: rgb(161 161 170 / 0.35);
}
.border-x-zinc-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}
.border-x-zinc-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45);
  border-right-color: rgb(161 161 170 / 0.45);
}
.border-x-zinc-400\/5 {
  border-left-color: rgb(161 161 170 / 0.05);
  border-right-color: rgb(161 161 170 / 0.05);
}
.border-x-zinc-400\/50 {
  border-left-color: rgb(161 161 170 / 0.5);
  border-right-color: rgb(161 161 170 / 0.5);
}
.border-x-zinc-400\/55 {
  border-left-color: rgb(161 161 170 / 0.55);
  border-right-color: rgb(161 161 170 / 0.55);
}
.border-x-zinc-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}
.border-x-zinc-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65);
  border-right-color: rgb(161 161 170 / 0.65);
}
.border-x-zinc-400\/70 {
  border-left-color: rgb(161 161 170 / 0.7);
  border-right-color: rgb(161 161 170 / 0.7);
}
.border-x-zinc-400\/75 {
  border-left-color: rgb(161 161 170 / 0.75);
  border-right-color: rgb(161 161 170 / 0.75);
}
.border-x-zinc-400\/80 {
  border-left-color: rgb(161 161 170 / 0.8);
  border-right-color: rgb(161 161 170 / 0.8);
}
.border-x-zinc-400\/85 {
  border-left-color: rgb(161 161 170 / 0.85);
  border-right-color: rgb(161 161 170 / 0.85);
}
.border-x-zinc-400\/90 {
  border-left-color: rgb(161 161 170 / 0.9);
  border-right-color: rgb(161 161 170 / 0.9);
}
.border-x-zinc-400\/95 {
  border-left-color: rgb(161 161 170 / 0.95);
  border-right-color: rgb(161 161 170 / 0.95);
}
.border-x-zinc-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-x-zinc-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}
.border-x-zinc-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-x-zinc-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}
.border-x-zinc-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-x-zinc-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-x-zinc-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-x-zinc-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-x-zinc-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-x-zinc-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-x-zinc-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-x-zinc-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-x-zinc-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-x-zinc-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-x-zinc-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-x-zinc-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-x-zinc-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-x-zinc-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-x-zinc-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-x-zinc-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-x-zinc-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-x-zinc-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-x-zinc-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-x-zinc-500\/0 {
  border-left-color: rgb(113 113 122 / 0);
  border-right-color: rgb(113 113 122 / 0);
}
.border-x-zinc-500\/10 {
  border-left-color: rgb(113 113 122 / 0.1);
  border-right-color: rgb(113 113 122 / 0.1);
}
.border-x-zinc-500\/100 {
  border-left-color: rgb(113 113 122 / 1);
  border-right-color: rgb(113 113 122 / 1);
}
.border-x-zinc-500\/15 {
  border-left-color: rgb(113 113 122 / 0.15);
  border-right-color: rgb(113 113 122 / 0.15);
}
.border-x-zinc-500\/20 {
  border-left-color: rgb(113 113 122 / 0.2);
  border-right-color: rgb(113 113 122 / 0.2);
}
.border-x-zinc-500\/25 {
  border-left-color: rgb(113 113 122 / 0.25);
  border-right-color: rgb(113 113 122 / 0.25);
}
.border-x-zinc-500\/30 {
  border-left-color: rgb(113 113 122 / 0.3);
  border-right-color: rgb(113 113 122 / 0.3);
}
.border-x-zinc-500\/35 {
  border-left-color: rgb(113 113 122 / 0.35);
  border-right-color: rgb(113 113 122 / 0.35);
}
.border-x-zinc-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}
.border-x-zinc-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45);
  border-right-color: rgb(113 113 122 / 0.45);
}
.border-x-zinc-500\/5 {
  border-left-color: rgb(113 113 122 / 0.05);
  border-right-color: rgb(113 113 122 / 0.05);
}
.border-x-zinc-500\/50 {
  border-left-color: rgb(113 113 122 / 0.5);
  border-right-color: rgb(113 113 122 / 0.5);
}
.border-x-zinc-500\/55 {
  border-left-color: rgb(113 113 122 / 0.55);
  border-right-color: rgb(113 113 122 / 0.55);
}
.border-x-zinc-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}
.border-x-zinc-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65);
  border-right-color: rgb(113 113 122 / 0.65);
}
.border-x-zinc-500\/70 {
  border-left-color: rgb(113 113 122 / 0.7);
  border-right-color: rgb(113 113 122 / 0.7);
}
.border-x-zinc-500\/75 {
  border-left-color: rgb(113 113 122 / 0.75);
  border-right-color: rgb(113 113 122 / 0.75);
}
.border-x-zinc-500\/80 {
  border-left-color: rgb(113 113 122 / 0.8);
  border-right-color: rgb(113 113 122 / 0.8);
}
.border-x-zinc-500\/85 {
  border-left-color: rgb(113 113 122 / 0.85);
  border-right-color: rgb(113 113 122 / 0.85);
}
.border-x-zinc-500\/90 {
  border-left-color: rgb(113 113 122 / 0.9);
  border-right-color: rgb(113 113 122 / 0.9);
}
.border-x-zinc-500\/95 {
  border-left-color: rgb(113 113 122 / 0.95);
  border-right-color: rgb(113 113 122 / 0.95);
}
.border-x-zinc-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-x-zinc-600\/0 {
  border-left-color: rgb(82 82 91 / 0);
  border-right-color: rgb(82 82 91 / 0);
}
.border-x-zinc-600\/10 {
  border-left-color: rgb(82 82 91 / 0.1);
  border-right-color: rgb(82 82 91 / 0.1);
}
.border-x-zinc-600\/100 {
  border-left-color: rgb(82 82 91 / 1);
  border-right-color: rgb(82 82 91 / 1);
}
.border-x-zinc-600\/15 {
  border-left-color: rgb(82 82 91 / 0.15);
  border-right-color: rgb(82 82 91 / 0.15);
}
.border-x-zinc-600\/20 {
  border-left-color: rgb(82 82 91 / 0.2);
  border-right-color: rgb(82 82 91 / 0.2);
}
.border-x-zinc-600\/25 {
  border-left-color: rgb(82 82 91 / 0.25);
  border-right-color: rgb(82 82 91 / 0.25);
}
.border-x-zinc-600\/30 {
  border-left-color: rgb(82 82 91 / 0.3);
  border-right-color: rgb(82 82 91 / 0.3);
}
.border-x-zinc-600\/35 {
  border-left-color: rgb(82 82 91 / 0.35);
  border-right-color: rgb(82 82 91 / 0.35);
}
.border-x-zinc-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}
.border-x-zinc-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45);
  border-right-color: rgb(82 82 91 / 0.45);
}
.border-x-zinc-600\/5 {
  border-left-color: rgb(82 82 91 / 0.05);
  border-right-color: rgb(82 82 91 / 0.05);
}
.border-x-zinc-600\/50 {
  border-left-color: rgb(82 82 91 / 0.5);
  border-right-color: rgb(82 82 91 / 0.5);
}
.border-x-zinc-600\/55 {
  border-left-color: rgb(82 82 91 / 0.55);
  border-right-color: rgb(82 82 91 / 0.55);
}
.border-x-zinc-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}
.border-x-zinc-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65);
  border-right-color: rgb(82 82 91 / 0.65);
}
.border-x-zinc-600\/70 {
  border-left-color: rgb(82 82 91 / 0.7);
  border-right-color: rgb(82 82 91 / 0.7);
}
.border-x-zinc-600\/75 {
  border-left-color: rgb(82 82 91 / 0.75);
  border-right-color: rgb(82 82 91 / 0.75);
}
.border-x-zinc-600\/80 {
  border-left-color: rgb(82 82 91 / 0.8);
  border-right-color: rgb(82 82 91 / 0.8);
}
.border-x-zinc-600\/85 {
  border-left-color: rgb(82 82 91 / 0.85);
  border-right-color: rgb(82 82 91 / 0.85);
}
.border-x-zinc-600\/90 {
  border-left-color: rgb(82 82 91 / 0.9);
  border-right-color: rgb(82 82 91 / 0.9);
}
.border-x-zinc-600\/95 {
  border-left-color: rgb(82 82 91 / 0.95);
  border-right-color: rgb(82 82 91 / 0.95);
}
.border-x-zinc-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-x-zinc-700\/0 {
  border-left-color: rgb(63 63 70 / 0);
  border-right-color: rgb(63 63 70 / 0);
}
.border-x-zinc-700\/10 {
  border-left-color: rgb(63 63 70 / 0.1);
  border-right-color: rgb(63 63 70 / 0.1);
}
.border-x-zinc-700\/100 {
  border-left-color: rgb(63 63 70 / 1);
  border-right-color: rgb(63 63 70 / 1);
}
.border-x-zinc-700\/15 {
  border-left-color: rgb(63 63 70 / 0.15);
  border-right-color: rgb(63 63 70 / 0.15);
}
.border-x-zinc-700\/20 {
  border-left-color: rgb(63 63 70 / 0.2);
  border-right-color: rgb(63 63 70 / 0.2);
}
.border-x-zinc-700\/25 {
  border-left-color: rgb(63 63 70 / 0.25);
  border-right-color: rgb(63 63 70 / 0.25);
}
.border-x-zinc-700\/30 {
  border-left-color: rgb(63 63 70 / 0.3);
  border-right-color: rgb(63 63 70 / 0.3);
}
.border-x-zinc-700\/35 {
  border-left-color: rgb(63 63 70 / 0.35);
  border-right-color: rgb(63 63 70 / 0.35);
}
.border-x-zinc-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}
.border-x-zinc-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45);
  border-right-color: rgb(63 63 70 / 0.45);
}
.border-x-zinc-700\/5 {
  border-left-color: rgb(63 63 70 / 0.05);
  border-right-color: rgb(63 63 70 / 0.05);
}
.border-x-zinc-700\/50 {
  border-left-color: rgb(63 63 70 / 0.5);
  border-right-color: rgb(63 63 70 / 0.5);
}
.border-x-zinc-700\/55 {
  border-left-color: rgb(63 63 70 / 0.55);
  border-right-color: rgb(63 63 70 / 0.55);
}
.border-x-zinc-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}
.border-x-zinc-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65);
  border-right-color: rgb(63 63 70 / 0.65);
}
.border-x-zinc-700\/70 {
  border-left-color: rgb(63 63 70 / 0.7);
  border-right-color: rgb(63 63 70 / 0.7);
}
.border-x-zinc-700\/75 {
  border-left-color: rgb(63 63 70 / 0.75);
  border-right-color: rgb(63 63 70 / 0.75);
}
.border-x-zinc-700\/80 {
  border-left-color: rgb(63 63 70 / 0.8);
  border-right-color: rgb(63 63 70 / 0.8);
}
.border-x-zinc-700\/85 {
  border-left-color: rgb(63 63 70 / 0.85);
  border-right-color: rgb(63 63 70 / 0.85);
}
.border-x-zinc-700\/90 {
  border-left-color: rgb(63 63 70 / 0.9);
  border-right-color: rgb(63 63 70 / 0.9);
}
.border-x-zinc-700\/95 {
  border-left-color: rgb(63 63 70 / 0.95);
  border-right-color: rgb(63 63 70 / 0.95);
}
.border-x-zinc-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-x-zinc-800\/0 {
  border-left-color: rgb(39 39 42 / 0);
  border-right-color: rgb(39 39 42 / 0);
}
.border-x-zinc-800\/10 {
  border-left-color: rgb(39 39 42 / 0.1);
  border-right-color: rgb(39 39 42 / 0.1);
}
.border-x-zinc-800\/100 {
  border-left-color: rgb(39 39 42 / 1);
  border-right-color: rgb(39 39 42 / 1);
}
.border-x-zinc-800\/15 {
  border-left-color: rgb(39 39 42 / 0.15);
  border-right-color: rgb(39 39 42 / 0.15);
}
.border-x-zinc-800\/20 {
  border-left-color: rgb(39 39 42 / 0.2);
  border-right-color: rgb(39 39 42 / 0.2);
}
.border-x-zinc-800\/25 {
  border-left-color: rgb(39 39 42 / 0.25);
  border-right-color: rgb(39 39 42 / 0.25);
}
.border-x-zinc-800\/30 {
  border-left-color: rgb(39 39 42 / 0.3);
  border-right-color: rgb(39 39 42 / 0.3);
}
.border-x-zinc-800\/35 {
  border-left-color: rgb(39 39 42 / 0.35);
  border-right-color: rgb(39 39 42 / 0.35);
}
.border-x-zinc-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}
.border-x-zinc-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45);
  border-right-color: rgb(39 39 42 / 0.45);
}
.border-x-zinc-800\/5 {
  border-left-color: rgb(39 39 42 / 0.05);
  border-right-color: rgb(39 39 42 / 0.05);
}
.border-x-zinc-800\/50 {
  border-left-color: rgb(39 39 42 / 0.5);
  border-right-color: rgb(39 39 42 / 0.5);
}
.border-x-zinc-800\/55 {
  border-left-color: rgb(39 39 42 / 0.55);
  border-right-color: rgb(39 39 42 / 0.55);
}
.border-x-zinc-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}
.border-x-zinc-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65);
  border-right-color: rgb(39 39 42 / 0.65);
}
.border-x-zinc-800\/70 {
  border-left-color: rgb(39 39 42 / 0.7);
  border-right-color: rgb(39 39 42 / 0.7);
}
.border-x-zinc-800\/75 {
  border-left-color: rgb(39 39 42 / 0.75);
  border-right-color: rgb(39 39 42 / 0.75);
}
.border-x-zinc-800\/80 {
  border-left-color: rgb(39 39 42 / 0.8);
  border-right-color: rgb(39 39 42 / 0.8);
}
.border-x-zinc-800\/85 {
  border-left-color: rgb(39 39 42 / 0.85);
  border-right-color: rgb(39 39 42 / 0.85);
}
.border-x-zinc-800\/90 {
  border-left-color: rgb(39 39 42 / 0.9);
  border-right-color: rgb(39 39 42 / 0.9);
}
.border-x-zinc-800\/95 {
  border-left-color: rgb(39 39 42 / 0.95);
  border-right-color: rgb(39 39 42 / 0.95);
}
.border-x-zinc-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-x-zinc-900\/0 {
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}
.border-x-zinc-900\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}
.border-x-zinc-900\/100 {
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}
.border-x-zinc-900\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}
.border-x-zinc-900\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}
.border-x-zinc-900\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}
.border-x-zinc-900\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}
.border-x-zinc-900\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}
.border-x-zinc-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}
.border-x-zinc-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}
.border-x-zinc-900\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}
.border-x-zinc-900\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}
.border-x-zinc-900\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}
.border-x-zinc-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}
.border-x-zinc-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}
.border-x-zinc-900\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}
.border-x-zinc-900\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}
.border-x-zinc-900\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}
.border-x-zinc-900\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}
.border-x-zinc-900\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}
.border-x-zinc-900\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}
.border-x-zinc-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-x-zinc-950\/0 {
  border-left-color: rgb(9 9 11 / 0);
  border-right-color: rgb(9 9 11 / 0);
}
.border-x-zinc-950\/10 {
  border-left-color: rgb(9 9 11 / 0.1);
  border-right-color: rgb(9 9 11 / 0.1);
}
.border-x-zinc-950\/100 {
  border-left-color: rgb(9 9 11 / 1);
  border-right-color: rgb(9 9 11 / 1);
}
.border-x-zinc-950\/15 {
  border-left-color: rgb(9 9 11 / 0.15);
  border-right-color: rgb(9 9 11 / 0.15);
}
.border-x-zinc-950\/20 {
  border-left-color: rgb(9 9 11 / 0.2);
  border-right-color: rgb(9 9 11 / 0.2);
}
.border-x-zinc-950\/25 {
  border-left-color: rgb(9 9 11 / 0.25);
  border-right-color: rgb(9 9 11 / 0.25);
}
.border-x-zinc-950\/30 {
  border-left-color: rgb(9 9 11 / 0.3);
  border-right-color: rgb(9 9 11 / 0.3);
}
.border-x-zinc-950\/35 {
  border-left-color: rgb(9 9 11 / 0.35);
  border-right-color: rgb(9 9 11 / 0.35);
}
.border-x-zinc-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}
.border-x-zinc-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45);
  border-right-color: rgb(9 9 11 / 0.45);
}
.border-x-zinc-950\/5 {
  border-left-color: rgb(9 9 11 / 0.05);
  border-right-color: rgb(9 9 11 / 0.05);
}
.border-x-zinc-950\/50 {
  border-left-color: rgb(9 9 11 / 0.5);
  border-right-color: rgb(9 9 11 / 0.5);
}
.border-x-zinc-950\/55 {
  border-left-color: rgb(9 9 11 / 0.55);
  border-right-color: rgb(9 9 11 / 0.55);
}
.border-x-zinc-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}
.border-x-zinc-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65);
  border-right-color: rgb(9 9 11 / 0.65);
}
.border-x-zinc-950\/70 {
  border-left-color: rgb(9 9 11 / 0.7);
  border-right-color: rgb(9 9 11 / 0.7);
}
.border-x-zinc-950\/75 {
  border-left-color: rgb(9 9 11 / 0.75);
  border-right-color: rgb(9 9 11 / 0.75);
}
.border-x-zinc-950\/80 {
  border-left-color: rgb(9 9 11 / 0.8);
  border-right-color: rgb(9 9 11 / 0.8);
}
.border-x-zinc-950\/85 {
  border-left-color: rgb(9 9 11 / 0.85);
  border-right-color: rgb(9 9 11 / 0.85);
}
.border-x-zinc-950\/90 {
  border-left-color: rgb(9 9 11 / 0.9);
  border-right-color: rgb(9 9 11 / 0.9);
}
.border-x-zinc-950\/95 {
  border-left-color: rgb(9 9 11 / 0.95);
  border-right-color: rgb(9 9 11 / 0.95);
}
.border-y-amber-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-y-amber-100\/0 {
  border-top-color: rgb(254 243 199 / 0);
  border-bottom-color: rgb(254 243 199 / 0);
}
.border-y-amber-100\/10 {
  border-top-color: rgb(254 243 199 / 0.1);
  border-bottom-color: rgb(254 243 199 / 0.1);
}
.border-y-amber-100\/100 {
  border-top-color: rgb(254 243 199 / 1);
  border-bottom-color: rgb(254 243 199 / 1);
}
.border-y-amber-100\/15 {
  border-top-color: rgb(254 243 199 / 0.15);
  border-bottom-color: rgb(254 243 199 / 0.15);
}
.border-y-amber-100\/20 {
  border-top-color: rgb(254 243 199 / 0.2);
  border-bottom-color: rgb(254 243 199 / 0.2);
}
.border-y-amber-100\/25 {
  border-top-color: rgb(254 243 199 / 0.25);
  border-bottom-color: rgb(254 243 199 / 0.25);
}
.border-y-amber-100\/30 {
  border-top-color: rgb(254 243 199 / 0.3);
  border-bottom-color: rgb(254 243 199 / 0.3);
}
.border-y-amber-100\/35 {
  border-top-color: rgb(254 243 199 / 0.35);
  border-bottom-color: rgb(254 243 199 / 0.35);
}
.border-y-amber-100\/40 {
  border-top-color: rgb(254 243 199 / 0.4);
  border-bottom-color: rgb(254 243 199 / 0.4);
}
.border-y-amber-100\/45 {
  border-top-color: rgb(254 243 199 / 0.45);
  border-bottom-color: rgb(254 243 199 / 0.45);
}
.border-y-amber-100\/5 {
  border-top-color: rgb(254 243 199 / 0.05);
  border-bottom-color: rgb(254 243 199 / 0.05);
}
.border-y-amber-100\/50 {
  border-top-color: rgb(254 243 199 / 0.5);
  border-bottom-color: rgb(254 243 199 / 0.5);
}
.border-y-amber-100\/55 {
  border-top-color: rgb(254 243 199 / 0.55);
  border-bottom-color: rgb(254 243 199 / 0.55);
}
.border-y-amber-100\/60 {
  border-top-color: rgb(254 243 199 / 0.6);
  border-bottom-color: rgb(254 243 199 / 0.6);
}
.border-y-amber-100\/65 {
  border-top-color: rgb(254 243 199 / 0.65);
  border-bottom-color: rgb(254 243 199 / 0.65);
}
.border-y-amber-100\/70 {
  border-top-color: rgb(254 243 199 / 0.7);
  border-bottom-color: rgb(254 243 199 / 0.7);
}
.border-y-amber-100\/75 {
  border-top-color: rgb(254 243 199 / 0.75);
  border-bottom-color: rgb(254 243 199 / 0.75);
}
.border-y-amber-100\/80 {
  border-top-color: rgb(254 243 199 / 0.8);
  border-bottom-color: rgb(254 243 199 / 0.8);
}
.border-y-amber-100\/85 {
  border-top-color: rgb(254 243 199 / 0.85);
  border-bottom-color: rgb(254 243 199 / 0.85);
}
.border-y-amber-100\/90 {
  border-top-color: rgb(254 243 199 / 0.9);
  border-bottom-color: rgb(254 243 199 / 0.9);
}
.border-y-amber-100\/95 {
  border-top-color: rgb(254 243 199 / 0.95);
  border-bottom-color: rgb(254 243 199 / 0.95);
}
.border-y-amber-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-y-amber-200\/0 {
  border-top-color: rgb(253 230 138 / 0);
  border-bottom-color: rgb(253 230 138 / 0);
}
.border-y-amber-200\/10 {
  border-top-color: rgb(253 230 138 / 0.1);
  border-bottom-color: rgb(253 230 138 / 0.1);
}
.border-y-amber-200\/100 {
  border-top-color: rgb(253 230 138 / 1);
  border-bottom-color: rgb(253 230 138 / 1);
}
.border-y-amber-200\/15 {
  border-top-color: rgb(253 230 138 / 0.15);
  border-bottom-color: rgb(253 230 138 / 0.15);
}
.border-y-amber-200\/20 {
  border-top-color: rgb(253 230 138 / 0.2);
  border-bottom-color: rgb(253 230 138 / 0.2);
}
.border-y-amber-200\/25 {
  border-top-color: rgb(253 230 138 / 0.25);
  border-bottom-color: rgb(253 230 138 / 0.25);
}
.border-y-amber-200\/30 {
  border-top-color: rgb(253 230 138 / 0.3);
  border-bottom-color: rgb(253 230 138 / 0.3);
}
.border-y-amber-200\/35 {
  border-top-color: rgb(253 230 138 / 0.35);
  border-bottom-color: rgb(253 230 138 / 0.35);
}
.border-y-amber-200\/40 {
  border-top-color: rgb(253 230 138 / 0.4);
  border-bottom-color: rgb(253 230 138 / 0.4);
}
.border-y-amber-200\/45 {
  border-top-color: rgb(253 230 138 / 0.45);
  border-bottom-color: rgb(253 230 138 / 0.45);
}
.border-y-amber-200\/5 {
  border-top-color: rgb(253 230 138 / 0.05);
  border-bottom-color: rgb(253 230 138 / 0.05);
}
.border-y-amber-200\/50 {
  border-top-color: rgb(253 230 138 / 0.5);
  border-bottom-color: rgb(253 230 138 / 0.5);
}
.border-y-amber-200\/55 {
  border-top-color: rgb(253 230 138 / 0.55);
  border-bottom-color: rgb(253 230 138 / 0.55);
}
.border-y-amber-200\/60 {
  border-top-color: rgb(253 230 138 / 0.6);
  border-bottom-color: rgb(253 230 138 / 0.6);
}
.border-y-amber-200\/65 {
  border-top-color: rgb(253 230 138 / 0.65);
  border-bottom-color: rgb(253 230 138 / 0.65);
}
.border-y-amber-200\/70 {
  border-top-color: rgb(253 230 138 / 0.7);
  border-bottom-color: rgb(253 230 138 / 0.7);
}
.border-y-amber-200\/75 {
  border-top-color: rgb(253 230 138 / 0.75);
  border-bottom-color: rgb(253 230 138 / 0.75);
}
.border-y-amber-200\/80 {
  border-top-color: rgb(253 230 138 / 0.8);
  border-bottom-color: rgb(253 230 138 / 0.8);
}
.border-y-amber-200\/85 {
  border-top-color: rgb(253 230 138 / 0.85);
  border-bottom-color: rgb(253 230 138 / 0.85);
}
.border-y-amber-200\/90 {
  border-top-color: rgb(253 230 138 / 0.9);
  border-bottom-color: rgb(253 230 138 / 0.9);
}
.border-y-amber-200\/95 {
  border-top-color: rgb(253 230 138 / 0.95);
  border-bottom-color: rgb(253 230 138 / 0.95);
}
.border-y-amber-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-y-amber-300\/0 {
  border-top-color: rgb(252 211 77 / 0);
  border-bottom-color: rgb(252 211 77 / 0);
}
.border-y-amber-300\/10 {
  border-top-color: rgb(252 211 77 / 0.1);
  border-bottom-color: rgb(252 211 77 / 0.1);
}
.border-y-amber-300\/100 {
  border-top-color: rgb(252 211 77 / 1);
  border-bottom-color: rgb(252 211 77 / 1);
}
.border-y-amber-300\/15 {
  border-top-color: rgb(252 211 77 / 0.15);
  border-bottom-color: rgb(252 211 77 / 0.15);
}
.border-y-amber-300\/20 {
  border-top-color: rgb(252 211 77 / 0.2);
  border-bottom-color: rgb(252 211 77 / 0.2);
}
.border-y-amber-300\/25 {
  border-top-color: rgb(252 211 77 / 0.25);
  border-bottom-color: rgb(252 211 77 / 0.25);
}
.border-y-amber-300\/30 {
  border-top-color: rgb(252 211 77 / 0.3);
  border-bottom-color: rgb(252 211 77 / 0.3);
}
.border-y-amber-300\/35 {
  border-top-color: rgb(252 211 77 / 0.35);
  border-bottom-color: rgb(252 211 77 / 0.35);
}
.border-y-amber-300\/40 {
  border-top-color: rgb(252 211 77 / 0.4);
  border-bottom-color: rgb(252 211 77 / 0.4);
}
.border-y-amber-300\/45 {
  border-top-color: rgb(252 211 77 / 0.45);
  border-bottom-color: rgb(252 211 77 / 0.45);
}
.border-y-amber-300\/5 {
  border-top-color: rgb(252 211 77 / 0.05);
  border-bottom-color: rgb(252 211 77 / 0.05);
}
.border-y-amber-300\/50 {
  border-top-color: rgb(252 211 77 / 0.5);
  border-bottom-color: rgb(252 211 77 / 0.5);
}
.border-y-amber-300\/55 {
  border-top-color: rgb(252 211 77 / 0.55);
  border-bottom-color: rgb(252 211 77 / 0.55);
}
.border-y-amber-300\/60 {
  border-top-color: rgb(252 211 77 / 0.6);
  border-bottom-color: rgb(252 211 77 / 0.6);
}
.border-y-amber-300\/65 {
  border-top-color: rgb(252 211 77 / 0.65);
  border-bottom-color: rgb(252 211 77 / 0.65);
}
.border-y-amber-300\/70 {
  border-top-color: rgb(252 211 77 / 0.7);
  border-bottom-color: rgb(252 211 77 / 0.7);
}
.border-y-amber-300\/75 {
  border-top-color: rgb(252 211 77 / 0.75);
  border-bottom-color: rgb(252 211 77 / 0.75);
}
.border-y-amber-300\/80 {
  border-top-color: rgb(252 211 77 / 0.8);
  border-bottom-color: rgb(252 211 77 / 0.8);
}
.border-y-amber-300\/85 {
  border-top-color: rgb(252 211 77 / 0.85);
  border-bottom-color: rgb(252 211 77 / 0.85);
}
.border-y-amber-300\/90 {
  border-top-color: rgb(252 211 77 / 0.9);
  border-bottom-color: rgb(252 211 77 / 0.9);
}
.border-y-amber-300\/95 {
  border-top-color: rgb(252 211 77 / 0.95);
  border-bottom-color: rgb(252 211 77 / 0.95);
}
.border-y-amber-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-y-amber-400\/0 {
  border-top-color: rgb(251 191 36 / 0);
  border-bottom-color: rgb(251 191 36 / 0);
}
.border-y-amber-400\/10 {
  border-top-color: rgb(251 191 36 / 0.1);
  border-bottom-color: rgb(251 191 36 / 0.1);
}
.border-y-amber-400\/100 {
  border-top-color: rgb(251 191 36 / 1);
  border-bottom-color: rgb(251 191 36 / 1);
}
.border-y-amber-400\/15 {
  border-top-color: rgb(251 191 36 / 0.15);
  border-bottom-color: rgb(251 191 36 / 0.15);
}
.border-y-amber-400\/20 {
  border-top-color: rgb(251 191 36 / 0.2);
  border-bottom-color: rgb(251 191 36 / 0.2);
}
.border-y-amber-400\/25 {
  border-top-color: rgb(251 191 36 / 0.25);
  border-bottom-color: rgb(251 191 36 / 0.25);
}
.border-y-amber-400\/30 {
  border-top-color: rgb(251 191 36 / 0.3);
  border-bottom-color: rgb(251 191 36 / 0.3);
}
.border-y-amber-400\/35 {
  border-top-color: rgb(251 191 36 / 0.35);
  border-bottom-color: rgb(251 191 36 / 0.35);
}
.border-y-amber-400\/40 {
  border-top-color: rgb(251 191 36 / 0.4);
  border-bottom-color: rgb(251 191 36 / 0.4);
}
.border-y-amber-400\/45 {
  border-top-color: rgb(251 191 36 / 0.45);
  border-bottom-color: rgb(251 191 36 / 0.45);
}
.border-y-amber-400\/5 {
  border-top-color: rgb(251 191 36 / 0.05);
  border-bottom-color: rgb(251 191 36 / 0.05);
}
.border-y-amber-400\/50 {
  border-top-color: rgb(251 191 36 / 0.5);
  border-bottom-color: rgb(251 191 36 / 0.5);
}
.border-y-amber-400\/55 {
  border-top-color: rgb(251 191 36 / 0.55);
  border-bottom-color: rgb(251 191 36 / 0.55);
}
.border-y-amber-400\/60 {
  border-top-color: rgb(251 191 36 / 0.6);
  border-bottom-color: rgb(251 191 36 / 0.6);
}
.border-y-amber-400\/65 {
  border-top-color: rgb(251 191 36 / 0.65);
  border-bottom-color: rgb(251 191 36 / 0.65);
}
.border-y-amber-400\/70 {
  border-top-color: rgb(251 191 36 / 0.7);
  border-bottom-color: rgb(251 191 36 / 0.7);
}
.border-y-amber-400\/75 {
  border-top-color: rgb(251 191 36 / 0.75);
  border-bottom-color: rgb(251 191 36 / 0.75);
}
.border-y-amber-400\/80 {
  border-top-color: rgb(251 191 36 / 0.8);
  border-bottom-color: rgb(251 191 36 / 0.8);
}
.border-y-amber-400\/85 {
  border-top-color: rgb(251 191 36 / 0.85);
  border-bottom-color: rgb(251 191 36 / 0.85);
}
.border-y-amber-400\/90 {
  border-top-color: rgb(251 191 36 / 0.9);
  border-bottom-color: rgb(251 191 36 / 0.9);
}
.border-y-amber-400\/95 {
  border-top-color: rgb(251 191 36 / 0.95);
  border-bottom-color: rgb(251 191 36 / 0.95);
}
.border-y-amber-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-y-amber-50\/0 {
  border-top-color: rgb(255 251 235 / 0);
  border-bottom-color: rgb(255 251 235 / 0);
}
.border-y-amber-50\/10 {
  border-top-color: rgb(255 251 235 / 0.1);
  border-bottom-color: rgb(255 251 235 / 0.1);
}
.border-y-amber-50\/100 {
  border-top-color: rgb(255 251 235 / 1);
  border-bottom-color: rgb(255 251 235 / 1);
}
.border-y-amber-50\/15 {
  border-top-color: rgb(255 251 235 / 0.15);
  border-bottom-color: rgb(255 251 235 / 0.15);
}
.border-y-amber-50\/20 {
  border-top-color: rgb(255 251 235 / 0.2);
  border-bottom-color: rgb(255 251 235 / 0.2);
}
.border-y-amber-50\/25 {
  border-top-color: rgb(255 251 235 / 0.25);
  border-bottom-color: rgb(255 251 235 / 0.25);
}
.border-y-amber-50\/30 {
  border-top-color: rgb(255 251 235 / 0.3);
  border-bottom-color: rgb(255 251 235 / 0.3);
}
.border-y-amber-50\/35 {
  border-top-color: rgb(255 251 235 / 0.35);
  border-bottom-color: rgb(255 251 235 / 0.35);
}
.border-y-amber-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}
.border-y-amber-50\/45 {
  border-top-color: rgb(255 251 235 / 0.45);
  border-bottom-color: rgb(255 251 235 / 0.45);
}
.border-y-amber-50\/5 {
  border-top-color: rgb(255 251 235 / 0.05);
  border-bottom-color: rgb(255 251 235 / 0.05);
}
.border-y-amber-50\/50 {
  border-top-color: rgb(255 251 235 / 0.5);
  border-bottom-color: rgb(255 251 235 / 0.5);
}
.border-y-amber-50\/55 {
  border-top-color: rgb(255 251 235 / 0.55);
  border-bottom-color: rgb(255 251 235 / 0.55);
}
.border-y-amber-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}
.border-y-amber-50\/65 {
  border-top-color: rgb(255 251 235 / 0.65);
  border-bottom-color: rgb(255 251 235 / 0.65);
}
.border-y-amber-50\/70 {
  border-top-color: rgb(255 251 235 / 0.7);
  border-bottom-color: rgb(255 251 235 / 0.7);
}
.border-y-amber-50\/75 {
  border-top-color: rgb(255 251 235 / 0.75);
  border-bottom-color: rgb(255 251 235 / 0.75);
}
.border-y-amber-50\/80 {
  border-top-color: rgb(255 251 235 / 0.8);
  border-bottom-color: rgb(255 251 235 / 0.8);
}
.border-y-amber-50\/85 {
  border-top-color: rgb(255 251 235 / 0.85);
  border-bottom-color: rgb(255 251 235 / 0.85);
}
.border-y-amber-50\/90 {
  border-top-color: rgb(255 251 235 / 0.9);
  border-bottom-color: rgb(255 251 235 / 0.9);
}
.border-y-amber-50\/95 {
  border-top-color: rgb(255 251 235 / 0.95);
  border-bottom-color: rgb(255 251 235 / 0.95);
}
.border-y-amber-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-y-amber-500\/0 {
  border-top-color: rgb(245 158 11 / 0);
  border-bottom-color: rgb(245 158 11 / 0);
}
.border-y-amber-500\/10 {
  border-top-color: rgb(245 158 11 / 0.1);
  border-bottom-color: rgb(245 158 11 / 0.1);
}
.border-y-amber-500\/100 {
  border-top-color: rgb(245 158 11 / 1);
  border-bottom-color: rgb(245 158 11 / 1);
}
.border-y-amber-500\/15 {
  border-top-color: rgb(245 158 11 / 0.15);
  border-bottom-color: rgb(245 158 11 / 0.15);
}
.border-y-amber-500\/20 {
  border-top-color: rgb(245 158 11 / 0.2);
  border-bottom-color: rgb(245 158 11 / 0.2);
}
.border-y-amber-500\/25 {
  border-top-color: rgb(245 158 11 / 0.25);
  border-bottom-color: rgb(245 158 11 / 0.25);
}
.border-y-amber-500\/30 {
  border-top-color: rgb(245 158 11 / 0.3);
  border-bottom-color: rgb(245 158 11 / 0.3);
}
.border-y-amber-500\/35 {
  border-top-color: rgb(245 158 11 / 0.35);
  border-bottom-color: rgb(245 158 11 / 0.35);
}
.border-y-amber-500\/40 {
  border-top-color: rgb(245 158 11 / 0.4);
  border-bottom-color: rgb(245 158 11 / 0.4);
}
.border-y-amber-500\/45 {
  border-top-color: rgb(245 158 11 / 0.45);
  border-bottom-color: rgb(245 158 11 / 0.45);
}
.border-y-amber-500\/5 {
  border-top-color: rgb(245 158 11 / 0.05);
  border-bottom-color: rgb(245 158 11 / 0.05);
}
.border-y-amber-500\/50 {
  border-top-color: rgb(245 158 11 / 0.5);
  border-bottom-color: rgb(245 158 11 / 0.5);
}
.border-y-amber-500\/55 {
  border-top-color: rgb(245 158 11 / 0.55);
  border-bottom-color: rgb(245 158 11 / 0.55);
}
.border-y-amber-500\/60 {
  border-top-color: rgb(245 158 11 / 0.6);
  border-bottom-color: rgb(245 158 11 / 0.6);
}
.border-y-amber-500\/65 {
  border-top-color: rgb(245 158 11 / 0.65);
  border-bottom-color: rgb(245 158 11 / 0.65);
}
.border-y-amber-500\/70 {
  border-top-color: rgb(245 158 11 / 0.7);
  border-bottom-color: rgb(245 158 11 / 0.7);
}
.border-y-amber-500\/75 {
  border-top-color: rgb(245 158 11 / 0.75);
  border-bottom-color: rgb(245 158 11 / 0.75);
}
.border-y-amber-500\/80 {
  border-top-color: rgb(245 158 11 / 0.8);
  border-bottom-color: rgb(245 158 11 / 0.8);
}
.border-y-amber-500\/85 {
  border-top-color: rgb(245 158 11 / 0.85);
  border-bottom-color: rgb(245 158 11 / 0.85);
}
.border-y-amber-500\/90 {
  border-top-color: rgb(245 158 11 / 0.9);
  border-bottom-color: rgb(245 158 11 / 0.9);
}
.border-y-amber-500\/95 {
  border-top-color: rgb(245 158 11 / 0.95);
  border-bottom-color: rgb(245 158 11 / 0.95);
}
.border-y-amber-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-y-amber-600\/0 {
  border-top-color: rgb(217 119 6 / 0);
  border-bottom-color: rgb(217 119 6 / 0);
}
.border-y-amber-600\/10 {
  border-top-color: rgb(217 119 6 / 0.1);
  border-bottom-color: rgb(217 119 6 / 0.1);
}
.border-y-amber-600\/100 {
  border-top-color: rgb(217 119 6 / 1);
  border-bottom-color: rgb(217 119 6 / 1);
}
.border-y-amber-600\/15 {
  border-top-color: rgb(217 119 6 / 0.15);
  border-bottom-color: rgb(217 119 6 / 0.15);
}
.border-y-amber-600\/20 {
  border-top-color: rgb(217 119 6 / 0.2);
  border-bottom-color: rgb(217 119 6 / 0.2);
}
.border-y-amber-600\/25 {
  border-top-color: rgb(217 119 6 / 0.25);
  border-bottom-color: rgb(217 119 6 / 0.25);
}
.border-y-amber-600\/30 {
  border-top-color: rgb(217 119 6 / 0.3);
  border-bottom-color: rgb(217 119 6 / 0.3);
}
.border-y-amber-600\/35 {
  border-top-color: rgb(217 119 6 / 0.35);
  border-bottom-color: rgb(217 119 6 / 0.35);
}
.border-y-amber-600\/40 {
  border-top-color: rgb(217 119 6 / 0.4);
  border-bottom-color: rgb(217 119 6 / 0.4);
}
.border-y-amber-600\/45 {
  border-top-color: rgb(217 119 6 / 0.45);
  border-bottom-color: rgb(217 119 6 / 0.45);
}
.border-y-amber-600\/5 {
  border-top-color: rgb(217 119 6 / 0.05);
  border-bottom-color: rgb(217 119 6 / 0.05);
}
.border-y-amber-600\/50 {
  border-top-color: rgb(217 119 6 / 0.5);
  border-bottom-color: rgb(217 119 6 / 0.5);
}
.border-y-amber-600\/55 {
  border-top-color: rgb(217 119 6 / 0.55);
  border-bottom-color: rgb(217 119 6 / 0.55);
}
.border-y-amber-600\/60 {
  border-top-color: rgb(217 119 6 / 0.6);
  border-bottom-color: rgb(217 119 6 / 0.6);
}
.border-y-amber-600\/65 {
  border-top-color: rgb(217 119 6 / 0.65);
  border-bottom-color: rgb(217 119 6 / 0.65);
}
.border-y-amber-600\/70 {
  border-top-color: rgb(217 119 6 / 0.7);
  border-bottom-color: rgb(217 119 6 / 0.7);
}
.border-y-amber-600\/75 {
  border-top-color: rgb(217 119 6 / 0.75);
  border-bottom-color: rgb(217 119 6 / 0.75);
}
.border-y-amber-600\/80 {
  border-top-color: rgb(217 119 6 / 0.8);
  border-bottom-color: rgb(217 119 6 / 0.8);
}
.border-y-amber-600\/85 {
  border-top-color: rgb(217 119 6 / 0.85);
  border-bottom-color: rgb(217 119 6 / 0.85);
}
.border-y-amber-600\/90 {
  border-top-color: rgb(217 119 6 / 0.9);
  border-bottom-color: rgb(217 119 6 / 0.9);
}
.border-y-amber-600\/95 {
  border-top-color: rgb(217 119 6 / 0.95);
  border-bottom-color: rgb(217 119 6 / 0.95);
}
.border-y-amber-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-y-amber-700\/0 {
  border-top-color: rgb(180 83 9 / 0);
  border-bottom-color: rgb(180 83 9 / 0);
}
.border-y-amber-700\/10 {
  border-top-color: rgb(180 83 9 / 0.1);
  border-bottom-color: rgb(180 83 9 / 0.1);
}
.border-y-amber-700\/100 {
  border-top-color: rgb(180 83 9 / 1);
  border-bottom-color: rgb(180 83 9 / 1);
}
.border-y-amber-700\/15 {
  border-top-color: rgb(180 83 9 / 0.15);
  border-bottom-color: rgb(180 83 9 / 0.15);
}
.border-y-amber-700\/20 {
  border-top-color: rgb(180 83 9 / 0.2);
  border-bottom-color: rgb(180 83 9 / 0.2);
}
.border-y-amber-700\/25 {
  border-top-color: rgb(180 83 9 / 0.25);
  border-bottom-color: rgb(180 83 9 / 0.25);
}
.border-y-amber-700\/30 {
  border-top-color: rgb(180 83 9 / 0.3);
  border-bottom-color: rgb(180 83 9 / 0.3);
}
.border-y-amber-700\/35 {
  border-top-color: rgb(180 83 9 / 0.35);
  border-bottom-color: rgb(180 83 9 / 0.35);
}
.border-y-amber-700\/40 {
  border-top-color: rgb(180 83 9 / 0.4);
  border-bottom-color: rgb(180 83 9 / 0.4);
}
.border-y-amber-700\/45 {
  border-top-color: rgb(180 83 9 / 0.45);
  border-bottom-color: rgb(180 83 9 / 0.45);
}
.border-y-amber-700\/5 {
  border-top-color: rgb(180 83 9 / 0.05);
  border-bottom-color: rgb(180 83 9 / 0.05);
}
.border-y-amber-700\/50 {
  border-top-color: rgb(180 83 9 / 0.5);
  border-bottom-color: rgb(180 83 9 / 0.5);
}
.border-y-amber-700\/55 {
  border-top-color: rgb(180 83 9 / 0.55);
  border-bottom-color: rgb(180 83 9 / 0.55);
}
.border-y-amber-700\/60 {
  border-top-color: rgb(180 83 9 / 0.6);
  border-bottom-color: rgb(180 83 9 / 0.6);
}
.border-y-amber-700\/65 {
  border-top-color: rgb(180 83 9 / 0.65);
  border-bottom-color: rgb(180 83 9 / 0.65);
}
.border-y-amber-700\/70 {
  border-top-color: rgb(180 83 9 / 0.7);
  border-bottom-color: rgb(180 83 9 / 0.7);
}
.border-y-amber-700\/75 {
  border-top-color: rgb(180 83 9 / 0.75);
  border-bottom-color: rgb(180 83 9 / 0.75);
}
.border-y-amber-700\/80 {
  border-top-color: rgb(180 83 9 / 0.8);
  border-bottom-color: rgb(180 83 9 / 0.8);
}
.border-y-amber-700\/85 {
  border-top-color: rgb(180 83 9 / 0.85);
  border-bottom-color: rgb(180 83 9 / 0.85);
}
.border-y-amber-700\/90 {
  border-top-color: rgb(180 83 9 / 0.9);
  border-bottom-color: rgb(180 83 9 / 0.9);
}
.border-y-amber-700\/95 {
  border-top-color: rgb(180 83 9 / 0.95);
  border-bottom-color: rgb(180 83 9 / 0.95);
}
.border-y-amber-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-y-amber-800\/0 {
  border-top-color: rgb(146 64 14 / 0);
  border-bottom-color: rgb(146 64 14 / 0);
}
.border-y-amber-800\/10 {
  border-top-color: rgb(146 64 14 / 0.1);
  border-bottom-color: rgb(146 64 14 / 0.1);
}
.border-y-amber-800\/100 {
  border-top-color: rgb(146 64 14 / 1);
  border-bottom-color: rgb(146 64 14 / 1);
}
.border-y-amber-800\/15 {
  border-top-color: rgb(146 64 14 / 0.15);
  border-bottom-color: rgb(146 64 14 / 0.15);
}
.border-y-amber-800\/20 {
  border-top-color: rgb(146 64 14 / 0.2);
  border-bottom-color: rgb(146 64 14 / 0.2);
}
.border-y-amber-800\/25 {
  border-top-color: rgb(146 64 14 / 0.25);
  border-bottom-color: rgb(146 64 14 / 0.25);
}
.border-y-amber-800\/30 {
  border-top-color: rgb(146 64 14 / 0.3);
  border-bottom-color: rgb(146 64 14 / 0.3);
}
.border-y-amber-800\/35 {
  border-top-color: rgb(146 64 14 / 0.35);
  border-bottom-color: rgb(146 64 14 / 0.35);
}
.border-y-amber-800\/40 {
  border-top-color: rgb(146 64 14 / 0.4);
  border-bottom-color: rgb(146 64 14 / 0.4);
}
.border-y-amber-800\/45 {
  border-top-color: rgb(146 64 14 / 0.45);
  border-bottom-color: rgb(146 64 14 / 0.45);
}
.border-y-amber-800\/5 {
  border-top-color: rgb(146 64 14 / 0.05);
  border-bottom-color: rgb(146 64 14 / 0.05);
}
.border-y-amber-800\/50 {
  border-top-color: rgb(146 64 14 / 0.5);
  border-bottom-color: rgb(146 64 14 / 0.5);
}
.border-y-amber-800\/55 {
  border-top-color: rgb(146 64 14 / 0.55);
  border-bottom-color: rgb(146 64 14 / 0.55);
}
.border-y-amber-800\/60 {
  border-top-color: rgb(146 64 14 / 0.6);
  border-bottom-color: rgb(146 64 14 / 0.6);
}
.border-y-amber-800\/65 {
  border-top-color: rgb(146 64 14 / 0.65);
  border-bottom-color: rgb(146 64 14 / 0.65);
}
.border-y-amber-800\/70 {
  border-top-color: rgb(146 64 14 / 0.7);
  border-bottom-color: rgb(146 64 14 / 0.7);
}
.border-y-amber-800\/75 {
  border-top-color: rgb(146 64 14 / 0.75);
  border-bottom-color: rgb(146 64 14 / 0.75);
}
.border-y-amber-800\/80 {
  border-top-color: rgb(146 64 14 / 0.8);
  border-bottom-color: rgb(146 64 14 / 0.8);
}
.border-y-amber-800\/85 {
  border-top-color: rgb(146 64 14 / 0.85);
  border-bottom-color: rgb(146 64 14 / 0.85);
}
.border-y-amber-800\/90 {
  border-top-color: rgb(146 64 14 / 0.9);
  border-bottom-color: rgb(146 64 14 / 0.9);
}
.border-y-amber-800\/95 {
  border-top-color: rgb(146 64 14 / 0.95);
  border-bottom-color: rgb(146 64 14 / 0.95);
}
.border-y-amber-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-y-amber-900\/0 {
  border-top-color: rgb(120 53 15 / 0);
  border-bottom-color: rgb(120 53 15 / 0);
}
.border-y-amber-900\/10 {
  border-top-color: rgb(120 53 15 / 0.1);
  border-bottom-color: rgb(120 53 15 / 0.1);
}
.border-y-amber-900\/100 {
  border-top-color: rgb(120 53 15 / 1);
  border-bottom-color: rgb(120 53 15 / 1);
}
.border-y-amber-900\/15 {
  border-top-color: rgb(120 53 15 / 0.15);
  border-bottom-color: rgb(120 53 15 / 0.15);
}
.border-y-amber-900\/20 {
  border-top-color: rgb(120 53 15 / 0.2);
  border-bottom-color: rgb(120 53 15 / 0.2);
}
.border-y-amber-900\/25 {
  border-top-color: rgb(120 53 15 / 0.25);
  border-bottom-color: rgb(120 53 15 / 0.25);
}
.border-y-amber-900\/30 {
  border-top-color: rgb(120 53 15 / 0.3);
  border-bottom-color: rgb(120 53 15 / 0.3);
}
.border-y-amber-900\/35 {
  border-top-color: rgb(120 53 15 / 0.35);
  border-bottom-color: rgb(120 53 15 / 0.35);
}
.border-y-amber-900\/40 {
  border-top-color: rgb(120 53 15 / 0.4);
  border-bottom-color: rgb(120 53 15 / 0.4);
}
.border-y-amber-900\/45 {
  border-top-color: rgb(120 53 15 / 0.45);
  border-bottom-color: rgb(120 53 15 / 0.45);
}
.border-y-amber-900\/5 {
  border-top-color: rgb(120 53 15 / 0.05);
  border-bottom-color: rgb(120 53 15 / 0.05);
}
.border-y-amber-900\/50 {
  border-top-color: rgb(120 53 15 / 0.5);
  border-bottom-color: rgb(120 53 15 / 0.5);
}
.border-y-amber-900\/55 {
  border-top-color: rgb(120 53 15 / 0.55);
  border-bottom-color: rgb(120 53 15 / 0.55);
}
.border-y-amber-900\/60 {
  border-top-color: rgb(120 53 15 / 0.6);
  border-bottom-color: rgb(120 53 15 / 0.6);
}
.border-y-amber-900\/65 {
  border-top-color: rgb(120 53 15 / 0.65);
  border-bottom-color: rgb(120 53 15 / 0.65);
}
.border-y-amber-900\/70 {
  border-top-color: rgb(120 53 15 / 0.7);
  border-bottom-color: rgb(120 53 15 / 0.7);
}
.border-y-amber-900\/75 {
  border-top-color: rgb(120 53 15 / 0.75);
  border-bottom-color: rgb(120 53 15 / 0.75);
}
.border-y-amber-900\/80 {
  border-top-color: rgb(120 53 15 / 0.8);
  border-bottom-color: rgb(120 53 15 / 0.8);
}
.border-y-amber-900\/85 {
  border-top-color: rgb(120 53 15 / 0.85);
  border-bottom-color: rgb(120 53 15 / 0.85);
}
.border-y-amber-900\/90 {
  border-top-color: rgb(120 53 15 / 0.9);
  border-bottom-color: rgb(120 53 15 / 0.9);
}
.border-y-amber-900\/95 {
  border-top-color: rgb(120 53 15 / 0.95);
  border-bottom-color: rgb(120 53 15 / 0.95);
}
.border-y-amber-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-y-amber-950\/0 {
  border-top-color: rgb(69 26 3 / 0);
  border-bottom-color: rgb(69 26 3 / 0);
}
.border-y-amber-950\/10 {
  border-top-color: rgb(69 26 3 / 0.1);
  border-bottom-color: rgb(69 26 3 / 0.1);
}
.border-y-amber-950\/100 {
  border-top-color: rgb(69 26 3 / 1);
  border-bottom-color: rgb(69 26 3 / 1);
}
.border-y-amber-950\/15 {
  border-top-color: rgb(69 26 3 / 0.15);
  border-bottom-color: rgb(69 26 3 / 0.15);
}
.border-y-amber-950\/20 {
  border-top-color: rgb(69 26 3 / 0.2);
  border-bottom-color: rgb(69 26 3 / 0.2);
}
.border-y-amber-950\/25 {
  border-top-color: rgb(69 26 3 / 0.25);
  border-bottom-color: rgb(69 26 3 / 0.25);
}
.border-y-amber-950\/30 {
  border-top-color: rgb(69 26 3 / 0.3);
  border-bottom-color: rgb(69 26 3 / 0.3);
}
.border-y-amber-950\/35 {
  border-top-color: rgb(69 26 3 / 0.35);
  border-bottom-color: rgb(69 26 3 / 0.35);
}
.border-y-amber-950\/40 {
  border-top-color: rgb(69 26 3 / 0.4);
  border-bottom-color: rgb(69 26 3 / 0.4);
}
.border-y-amber-950\/45 {
  border-top-color: rgb(69 26 3 / 0.45);
  border-bottom-color: rgb(69 26 3 / 0.45);
}
.border-y-amber-950\/5 {
  border-top-color: rgb(69 26 3 / 0.05);
  border-bottom-color: rgb(69 26 3 / 0.05);
}
.border-y-amber-950\/50 {
  border-top-color: rgb(69 26 3 / 0.5);
  border-bottom-color: rgb(69 26 3 / 0.5);
}
.border-y-amber-950\/55 {
  border-top-color: rgb(69 26 3 / 0.55);
  border-bottom-color: rgb(69 26 3 / 0.55);
}
.border-y-amber-950\/60 {
  border-top-color: rgb(69 26 3 / 0.6);
  border-bottom-color: rgb(69 26 3 / 0.6);
}
.border-y-amber-950\/65 {
  border-top-color: rgb(69 26 3 / 0.65);
  border-bottom-color: rgb(69 26 3 / 0.65);
}
.border-y-amber-950\/70 {
  border-top-color: rgb(69 26 3 / 0.7);
  border-bottom-color: rgb(69 26 3 / 0.7);
}
.border-y-amber-950\/75 {
  border-top-color: rgb(69 26 3 / 0.75);
  border-bottom-color: rgb(69 26 3 / 0.75);
}
.border-y-amber-950\/80 {
  border-top-color: rgb(69 26 3 / 0.8);
  border-bottom-color: rgb(69 26 3 / 0.8);
}
.border-y-amber-950\/85 {
  border-top-color: rgb(69 26 3 / 0.85);
  border-bottom-color: rgb(69 26 3 / 0.85);
}
.border-y-amber-950\/90 {
  border-top-color: rgb(69 26 3 / 0.9);
  border-bottom-color: rgb(69 26 3 / 0.9);
}
.border-y-amber-950\/95 {
  border-top-color: rgb(69 26 3 / 0.95);
  border-bottom-color: rgb(69 26 3 / 0.95);
}
.border-y-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-y-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-blue-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-y-blue-100\/0 {
  border-top-color: rgb(219 234 254 / 0);
  border-bottom-color: rgb(219 234 254 / 0);
}
.border-y-blue-100\/10 {
  border-top-color: rgb(219 234 254 / 0.1);
  border-bottom-color: rgb(219 234 254 / 0.1);
}
.border-y-blue-100\/100 {
  border-top-color: rgb(219 234 254 / 1);
  border-bottom-color: rgb(219 234 254 / 1);
}
.border-y-blue-100\/15 {
  border-top-color: rgb(219 234 254 / 0.15);
  border-bottom-color: rgb(219 234 254 / 0.15);
}
.border-y-blue-100\/20 {
  border-top-color: rgb(219 234 254 / 0.2);
  border-bottom-color: rgb(219 234 254 / 0.2);
}
.border-y-blue-100\/25 {
  border-top-color: rgb(219 234 254 / 0.25);
  border-bottom-color: rgb(219 234 254 / 0.25);
}
.border-y-blue-100\/30 {
  border-top-color: rgb(219 234 254 / 0.3);
  border-bottom-color: rgb(219 234 254 / 0.3);
}
.border-y-blue-100\/35 {
  border-top-color: rgb(219 234 254 / 0.35);
  border-bottom-color: rgb(219 234 254 / 0.35);
}
.border-y-blue-100\/40 {
  border-top-color: rgb(219 234 254 / 0.4);
  border-bottom-color: rgb(219 234 254 / 0.4);
}
.border-y-blue-100\/45 {
  border-top-color: rgb(219 234 254 / 0.45);
  border-bottom-color: rgb(219 234 254 / 0.45);
}
.border-y-blue-100\/5 {
  border-top-color: rgb(219 234 254 / 0.05);
  border-bottom-color: rgb(219 234 254 / 0.05);
}
.border-y-blue-100\/50 {
  border-top-color: rgb(219 234 254 / 0.5);
  border-bottom-color: rgb(219 234 254 / 0.5);
}
.border-y-blue-100\/55 {
  border-top-color: rgb(219 234 254 / 0.55);
  border-bottom-color: rgb(219 234 254 / 0.55);
}
.border-y-blue-100\/60 {
  border-top-color: rgb(219 234 254 / 0.6);
  border-bottom-color: rgb(219 234 254 / 0.6);
}
.border-y-blue-100\/65 {
  border-top-color: rgb(219 234 254 / 0.65);
  border-bottom-color: rgb(219 234 254 / 0.65);
}
.border-y-blue-100\/70 {
  border-top-color: rgb(219 234 254 / 0.7);
  border-bottom-color: rgb(219 234 254 / 0.7);
}
.border-y-blue-100\/75 {
  border-top-color: rgb(219 234 254 / 0.75);
  border-bottom-color: rgb(219 234 254 / 0.75);
}
.border-y-blue-100\/80 {
  border-top-color: rgb(219 234 254 / 0.8);
  border-bottom-color: rgb(219 234 254 / 0.8);
}
.border-y-blue-100\/85 {
  border-top-color: rgb(219 234 254 / 0.85);
  border-bottom-color: rgb(219 234 254 / 0.85);
}
.border-y-blue-100\/90 {
  border-top-color: rgb(219 234 254 / 0.9);
  border-bottom-color: rgb(219 234 254 / 0.9);
}
.border-y-blue-100\/95 {
  border-top-color: rgb(219 234 254 / 0.95);
  border-bottom-color: rgb(219 234 254 / 0.95);
}
.border-y-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-y-blue-200\/0 {
  border-top-color: rgb(191 219 254 / 0);
  border-bottom-color: rgb(191 219 254 / 0);
}
.border-y-blue-200\/10 {
  border-top-color: rgb(191 219 254 / 0.1);
  border-bottom-color: rgb(191 219 254 / 0.1);
}
.border-y-blue-200\/100 {
  border-top-color: rgb(191 219 254 / 1);
  border-bottom-color: rgb(191 219 254 / 1);
}
.border-y-blue-200\/15 {
  border-top-color: rgb(191 219 254 / 0.15);
  border-bottom-color: rgb(191 219 254 / 0.15);
}
.border-y-blue-200\/20 {
  border-top-color: rgb(191 219 254 / 0.2);
  border-bottom-color: rgb(191 219 254 / 0.2);
}
.border-y-blue-200\/25 {
  border-top-color: rgb(191 219 254 / 0.25);
  border-bottom-color: rgb(191 219 254 / 0.25);
}
.border-y-blue-200\/30 {
  border-top-color: rgb(191 219 254 / 0.3);
  border-bottom-color: rgb(191 219 254 / 0.3);
}
.border-y-blue-200\/35 {
  border-top-color: rgb(191 219 254 / 0.35);
  border-bottom-color: rgb(191 219 254 / 0.35);
}
.border-y-blue-200\/40 {
  border-top-color: rgb(191 219 254 / 0.4);
  border-bottom-color: rgb(191 219 254 / 0.4);
}
.border-y-blue-200\/45 {
  border-top-color: rgb(191 219 254 / 0.45);
  border-bottom-color: rgb(191 219 254 / 0.45);
}
.border-y-blue-200\/5 {
  border-top-color: rgb(191 219 254 / 0.05);
  border-bottom-color: rgb(191 219 254 / 0.05);
}
.border-y-blue-200\/50 {
  border-top-color: rgb(191 219 254 / 0.5);
  border-bottom-color: rgb(191 219 254 / 0.5);
}
.border-y-blue-200\/55 {
  border-top-color: rgb(191 219 254 / 0.55);
  border-bottom-color: rgb(191 219 254 / 0.55);
}
.border-y-blue-200\/60 {
  border-top-color: rgb(191 219 254 / 0.6);
  border-bottom-color: rgb(191 219 254 / 0.6);
}
.border-y-blue-200\/65 {
  border-top-color: rgb(191 219 254 / 0.65);
  border-bottom-color: rgb(191 219 254 / 0.65);
}
.border-y-blue-200\/70 {
  border-top-color: rgb(191 219 254 / 0.7);
  border-bottom-color: rgb(191 219 254 / 0.7);
}
.border-y-blue-200\/75 {
  border-top-color: rgb(191 219 254 / 0.75);
  border-bottom-color: rgb(191 219 254 / 0.75);
}
.border-y-blue-200\/80 {
  border-top-color: rgb(191 219 254 / 0.8);
  border-bottom-color: rgb(191 219 254 / 0.8);
}
.border-y-blue-200\/85 {
  border-top-color: rgb(191 219 254 / 0.85);
  border-bottom-color: rgb(191 219 254 / 0.85);
}
.border-y-blue-200\/90 {
  border-top-color: rgb(191 219 254 / 0.9);
  border-bottom-color: rgb(191 219 254 / 0.9);
}
.border-y-blue-200\/95 {
  border-top-color: rgb(191 219 254 / 0.95);
  border-bottom-color: rgb(191 219 254 / 0.95);
}
.border-y-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-y-blue-300\/0 {
  border-top-color: rgb(147 197 253 / 0);
  border-bottom-color: rgb(147 197 253 / 0);
}
.border-y-blue-300\/10 {
  border-top-color: rgb(147 197 253 / 0.1);
  border-bottom-color: rgb(147 197 253 / 0.1);
}
.border-y-blue-300\/100 {
  border-top-color: rgb(147 197 253 / 1);
  border-bottom-color: rgb(147 197 253 / 1);
}
.border-y-blue-300\/15 {
  border-top-color: rgb(147 197 253 / 0.15);
  border-bottom-color: rgb(147 197 253 / 0.15);
}
.border-y-blue-300\/20 {
  border-top-color: rgb(147 197 253 / 0.2);
  border-bottom-color: rgb(147 197 253 / 0.2);
}
.border-y-blue-300\/25 {
  border-top-color: rgb(147 197 253 / 0.25);
  border-bottom-color: rgb(147 197 253 / 0.25);
}
.border-y-blue-300\/30 {
  border-top-color: rgb(147 197 253 / 0.3);
  border-bottom-color: rgb(147 197 253 / 0.3);
}
.border-y-blue-300\/35 {
  border-top-color: rgb(147 197 253 / 0.35);
  border-bottom-color: rgb(147 197 253 / 0.35);
}
.border-y-blue-300\/40 {
  border-top-color: rgb(147 197 253 / 0.4);
  border-bottom-color: rgb(147 197 253 / 0.4);
}
.border-y-blue-300\/45 {
  border-top-color: rgb(147 197 253 / 0.45);
  border-bottom-color: rgb(147 197 253 / 0.45);
}
.border-y-blue-300\/5 {
  border-top-color: rgb(147 197 253 / 0.05);
  border-bottom-color: rgb(147 197 253 / 0.05);
}
.border-y-blue-300\/50 {
  border-top-color: rgb(147 197 253 / 0.5);
  border-bottom-color: rgb(147 197 253 / 0.5);
}
.border-y-blue-300\/55 {
  border-top-color: rgb(147 197 253 / 0.55);
  border-bottom-color: rgb(147 197 253 / 0.55);
}
.border-y-blue-300\/60 {
  border-top-color: rgb(147 197 253 / 0.6);
  border-bottom-color: rgb(147 197 253 / 0.6);
}
.border-y-blue-300\/65 {
  border-top-color: rgb(147 197 253 / 0.65);
  border-bottom-color: rgb(147 197 253 / 0.65);
}
.border-y-blue-300\/70 {
  border-top-color: rgb(147 197 253 / 0.7);
  border-bottom-color: rgb(147 197 253 / 0.7);
}
.border-y-blue-300\/75 {
  border-top-color: rgb(147 197 253 / 0.75);
  border-bottom-color: rgb(147 197 253 / 0.75);
}
.border-y-blue-300\/80 {
  border-top-color: rgb(147 197 253 / 0.8);
  border-bottom-color: rgb(147 197 253 / 0.8);
}
.border-y-blue-300\/85 {
  border-top-color: rgb(147 197 253 / 0.85);
  border-bottom-color: rgb(147 197 253 / 0.85);
}
.border-y-blue-300\/90 {
  border-top-color: rgb(147 197 253 / 0.9);
  border-bottom-color: rgb(147 197 253 / 0.9);
}
.border-y-blue-300\/95 {
  border-top-color: rgb(147 197 253 / 0.95);
  border-bottom-color: rgb(147 197 253 / 0.95);
}
.border-y-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-y-blue-400\/0 {
  border-top-color: rgb(96 165 250 / 0);
  border-bottom-color: rgb(96 165 250 / 0);
}
.border-y-blue-400\/10 {
  border-top-color: rgb(96 165 250 / 0.1);
  border-bottom-color: rgb(96 165 250 / 0.1);
}
.border-y-blue-400\/100 {
  border-top-color: rgb(96 165 250 / 1);
  border-bottom-color: rgb(96 165 250 / 1);
}
.border-y-blue-400\/15 {
  border-top-color: rgb(96 165 250 / 0.15);
  border-bottom-color: rgb(96 165 250 / 0.15);
}
.border-y-blue-400\/20 {
  border-top-color: rgb(96 165 250 / 0.2);
  border-bottom-color: rgb(96 165 250 / 0.2);
}
.border-y-blue-400\/25 {
  border-top-color: rgb(96 165 250 / 0.25);
  border-bottom-color: rgb(96 165 250 / 0.25);
}
.border-y-blue-400\/30 {
  border-top-color: rgb(96 165 250 / 0.3);
  border-bottom-color: rgb(96 165 250 / 0.3);
}
.border-y-blue-400\/35 {
  border-top-color: rgb(96 165 250 / 0.35);
  border-bottom-color: rgb(96 165 250 / 0.35);
}
.border-y-blue-400\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.border-y-blue-400\/45 {
  border-top-color: rgb(96 165 250 / 0.45);
  border-bottom-color: rgb(96 165 250 / 0.45);
}
.border-y-blue-400\/5 {
  border-top-color: rgb(96 165 250 / 0.05);
  border-bottom-color: rgb(96 165 250 / 0.05);
}
.border-y-blue-400\/50 {
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}
.border-y-blue-400\/55 {
  border-top-color: rgb(96 165 250 / 0.55);
  border-bottom-color: rgb(96 165 250 / 0.55);
}
.border-y-blue-400\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.border-y-blue-400\/65 {
  border-top-color: rgb(96 165 250 / 0.65);
  border-bottom-color: rgb(96 165 250 / 0.65);
}
.border-y-blue-400\/70 {
  border-top-color: rgb(96 165 250 / 0.7);
  border-bottom-color: rgb(96 165 250 / 0.7);
}
.border-y-blue-400\/75 {
  border-top-color: rgb(96 165 250 / 0.75);
  border-bottom-color: rgb(96 165 250 / 0.75);
}
.border-y-blue-400\/80 {
  border-top-color: rgb(96 165 250 / 0.8);
  border-bottom-color: rgb(96 165 250 / 0.8);
}
.border-y-blue-400\/85 {
  border-top-color: rgb(96 165 250 / 0.85);
  border-bottom-color: rgb(96 165 250 / 0.85);
}
.border-y-blue-400\/90 {
  border-top-color: rgb(96 165 250 / 0.9);
  border-bottom-color: rgb(96 165 250 / 0.9);
}
.border-y-blue-400\/95 {
  border-top-color: rgb(96 165 250 / 0.95);
  border-bottom-color: rgb(96 165 250 / 0.95);
}
.border-y-blue-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-y-blue-50\/0 {
  border-top-color: rgb(239 246 255 / 0);
  border-bottom-color: rgb(239 246 255 / 0);
}
.border-y-blue-50\/10 {
  border-top-color: rgb(239 246 255 / 0.1);
  border-bottom-color: rgb(239 246 255 / 0.1);
}
.border-y-blue-50\/100 {
  border-top-color: rgb(239 246 255 / 1);
  border-bottom-color: rgb(239 246 255 / 1);
}
.border-y-blue-50\/15 {
  border-top-color: rgb(239 246 255 / 0.15);
  border-bottom-color: rgb(239 246 255 / 0.15);
}
.border-y-blue-50\/20 {
  border-top-color: rgb(239 246 255 / 0.2);
  border-bottom-color: rgb(239 246 255 / 0.2);
}
.border-y-blue-50\/25 {
  border-top-color: rgb(239 246 255 / 0.25);
  border-bottom-color: rgb(239 246 255 / 0.25);
}
.border-y-blue-50\/30 {
  border-top-color: rgb(239 246 255 / 0.3);
  border-bottom-color: rgb(239 246 255 / 0.3);
}
.border-y-blue-50\/35 {
  border-top-color: rgb(239 246 255 / 0.35);
  border-bottom-color: rgb(239 246 255 / 0.35);
}
.border-y-blue-50\/40 {
  border-top-color: rgb(239 246 255 / 0.4);
  border-bottom-color: rgb(239 246 255 / 0.4);
}
.border-y-blue-50\/45 {
  border-top-color: rgb(239 246 255 / 0.45);
  border-bottom-color: rgb(239 246 255 / 0.45);
}
.border-y-blue-50\/5 {
  border-top-color: rgb(239 246 255 / 0.05);
  border-bottom-color: rgb(239 246 255 / 0.05);
}
.border-y-blue-50\/50 {
  border-top-color: rgb(239 246 255 / 0.5);
  border-bottom-color: rgb(239 246 255 / 0.5);
}
.border-y-blue-50\/55 {
  border-top-color: rgb(239 246 255 / 0.55);
  border-bottom-color: rgb(239 246 255 / 0.55);
}
.border-y-blue-50\/60 {
  border-top-color: rgb(239 246 255 / 0.6);
  border-bottom-color: rgb(239 246 255 / 0.6);
}
.border-y-blue-50\/65 {
  border-top-color: rgb(239 246 255 / 0.65);
  border-bottom-color: rgb(239 246 255 / 0.65);
}
.border-y-blue-50\/70 {
  border-top-color: rgb(239 246 255 / 0.7);
  border-bottom-color: rgb(239 246 255 / 0.7);
}
.border-y-blue-50\/75 {
  border-top-color: rgb(239 246 255 / 0.75);
  border-bottom-color: rgb(239 246 255 / 0.75);
}
.border-y-blue-50\/80 {
  border-top-color: rgb(239 246 255 / 0.8);
  border-bottom-color: rgb(239 246 255 / 0.8);
}
.border-y-blue-50\/85 {
  border-top-color: rgb(239 246 255 / 0.85);
  border-bottom-color: rgb(239 246 255 / 0.85);
}
.border-y-blue-50\/90 {
  border-top-color: rgb(239 246 255 / 0.9);
  border-bottom-color: rgb(239 246 255 / 0.9);
}
.border-y-blue-50\/95 {
  border-top-color: rgb(239 246 255 / 0.95);
  border-bottom-color: rgb(239 246 255 / 0.95);
}
.border-y-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-y-blue-500\/0 {
  border-top-color: rgb(59 130 246 / 0);
  border-bottom-color: rgb(59 130 246 / 0);
}
.border-y-blue-500\/10 {
  border-top-color: rgb(59 130 246 / 0.1);
  border-bottom-color: rgb(59 130 246 / 0.1);
}
.border-y-blue-500\/100 {
  border-top-color: rgb(59 130 246 / 1);
  border-bottom-color: rgb(59 130 246 / 1);
}
.border-y-blue-500\/15 {
  border-top-color: rgb(59 130 246 / 0.15);
  border-bottom-color: rgb(59 130 246 / 0.15);
}
.border-y-blue-500\/20 {
  border-top-color: rgb(59 130 246 / 0.2);
  border-bottom-color: rgb(59 130 246 / 0.2);
}
.border-y-blue-500\/25 {
  border-top-color: rgb(59 130 246 / 0.25);
  border-bottom-color: rgb(59 130 246 / 0.25);
}
.border-y-blue-500\/30 {
  border-top-color: rgb(59 130 246 / 0.3);
  border-bottom-color: rgb(59 130 246 / 0.3);
}
.border-y-blue-500\/35 {
  border-top-color: rgb(59 130 246 / 0.35);
  border-bottom-color: rgb(59 130 246 / 0.35);
}
.border-y-blue-500\/40 {
  border-top-color: rgb(59 130 246 / 0.4);
  border-bottom-color: rgb(59 130 246 / 0.4);
}
.border-y-blue-500\/45 {
  border-top-color: rgb(59 130 246 / 0.45);
  border-bottom-color: rgb(59 130 246 / 0.45);
}
.border-y-blue-500\/5 {
  border-top-color: rgb(59 130 246 / 0.05);
  border-bottom-color: rgb(59 130 246 / 0.05);
}
.border-y-blue-500\/50 {
  border-top-color: rgb(59 130 246 / 0.5);
  border-bottom-color: rgb(59 130 246 / 0.5);
}
.border-y-blue-500\/55 {
  border-top-color: rgb(59 130 246 / 0.55);
  border-bottom-color: rgb(59 130 246 / 0.55);
}
.border-y-blue-500\/60 {
  border-top-color: rgb(59 130 246 / 0.6);
  border-bottom-color: rgb(59 130 246 / 0.6);
}
.border-y-blue-500\/65 {
  border-top-color: rgb(59 130 246 / 0.65);
  border-bottom-color: rgb(59 130 246 / 0.65);
}
.border-y-blue-500\/70 {
  border-top-color: rgb(59 130 246 / 0.7);
  border-bottom-color: rgb(59 130 246 / 0.7);
}
.border-y-blue-500\/75 {
  border-top-color: rgb(59 130 246 / 0.75);
  border-bottom-color: rgb(59 130 246 / 0.75);
}
.border-y-blue-500\/80 {
  border-top-color: rgb(59 130 246 / 0.8);
  border-bottom-color: rgb(59 130 246 / 0.8);
}
.border-y-blue-500\/85 {
  border-top-color: rgb(59 130 246 / 0.85);
  border-bottom-color: rgb(59 130 246 / 0.85);
}
.border-y-blue-500\/90 {
  border-top-color: rgb(59 130 246 / 0.9);
  border-bottom-color: rgb(59 130 246 / 0.9);
}
.border-y-blue-500\/95 {
  border-top-color: rgb(59 130 246 / 0.95);
  border-bottom-color: rgb(59 130 246 / 0.95);
}
.border-y-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-y-blue-600\/0 {
  border-top-color: rgb(37 99 235 / 0);
  border-bottom-color: rgb(37 99 235 / 0);
}
.border-y-blue-600\/10 {
  border-top-color: rgb(37 99 235 / 0.1);
  border-bottom-color: rgb(37 99 235 / 0.1);
}
.border-y-blue-600\/100 {
  border-top-color: rgb(37 99 235 / 1);
  border-bottom-color: rgb(37 99 235 / 1);
}
.border-y-blue-600\/15 {
  border-top-color: rgb(37 99 235 / 0.15);
  border-bottom-color: rgb(37 99 235 / 0.15);
}
.border-y-blue-600\/20 {
  border-top-color: rgb(37 99 235 / 0.2);
  border-bottom-color: rgb(37 99 235 / 0.2);
}
.border-y-blue-600\/25 {
  border-top-color: rgb(37 99 235 / 0.25);
  border-bottom-color: rgb(37 99 235 / 0.25);
}
.border-y-blue-600\/30 {
  border-top-color: rgb(37 99 235 / 0.3);
  border-bottom-color: rgb(37 99 235 / 0.3);
}
.border-y-blue-600\/35 {
  border-top-color: rgb(37 99 235 / 0.35);
  border-bottom-color: rgb(37 99 235 / 0.35);
}
.border-y-blue-600\/40 {
  border-top-color: rgb(37 99 235 / 0.4);
  border-bottom-color: rgb(37 99 235 / 0.4);
}
.border-y-blue-600\/45 {
  border-top-color: rgb(37 99 235 / 0.45);
  border-bottom-color: rgb(37 99 235 / 0.45);
}
.border-y-blue-600\/5 {
  border-top-color: rgb(37 99 235 / 0.05);
  border-bottom-color: rgb(37 99 235 / 0.05);
}
.border-y-blue-600\/50 {
  border-top-color: rgb(37 99 235 / 0.5);
  border-bottom-color: rgb(37 99 235 / 0.5);
}
.border-y-blue-600\/55 {
  border-top-color: rgb(37 99 235 / 0.55);
  border-bottom-color: rgb(37 99 235 / 0.55);
}
.border-y-blue-600\/60 {
  border-top-color: rgb(37 99 235 / 0.6);
  border-bottom-color: rgb(37 99 235 / 0.6);
}
.border-y-blue-600\/65 {
  border-top-color: rgb(37 99 235 / 0.65);
  border-bottom-color: rgb(37 99 235 / 0.65);
}
.border-y-blue-600\/70 {
  border-top-color: rgb(37 99 235 / 0.7);
  border-bottom-color: rgb(37 99 235 / 0.7);
}
.border-y-blue-600\/75 {
  border-top-color: rgb(37 99 235 / 0.75);
  border-bottom-color: rgb(37 99 235 / 0.75);
}
.border-y-blue-600\/80 {
  border-top-color: rgb(37 99 235 / 0.8);
  border-bottom-color: rgb(37 99 235 / 0.8);
}
.border-y-blue-600\/85 {
  border-top-color: rgb(37 99 235 / 0.85);
  border-bottom-color: rgb(37 99 235 / 0.85);
}
.border-y-blue-600\/90 {
  border-top-color: rgb(37 99 235 / 0.9);
  border-bottom-color: rgb(37 99 235 / 0.9);
}
.border-y-blue-600\/95 {
  border-top-color: rgb(37 99 235 / 0.95);
  border-bottom-color: rgb(37 99 235 / 0.95);
}
.border-y-blue-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-y-blue-700\/0 {
  border-top-color: rgb(29 78 216 / 0);
  border-bottom-color: rgb(29 78 216 / 0);
}
.border-y-blue-700\/10 {
  border-top-color: rgb(29 78 216 / 0.1);
  border-bottom-color: rgb(29 78 216 / 0.1);
}
.border-y-blue-700\/100 {
  border-top-color: rgb(29 78 216 / 1);
  border-bottom-color: rgb(29 78 216 / 1);
}
.border-y-blue-700\/15 {
  border-top-color: rgb(29 78 216 / 0.15);
  border-bottom-color: rgb(29 78 216 / 0.15);
}
.border-y-blue-700\/20 {
  border-top-color: rgb(29 78 216 / 0.2);
  border-bottom-color: rgb(29 78 216 / 0.2);
}
.border-y-blue-700\/25 {
  border-top-color: rgb(29 78 216 / 0.25);
  border-bottom-color: rgb(29 78 216 / 0.25);
}
.border-y-blue-700\/30 {
  border-top-color: rgb(29 78 216 / 0.3);
  border-bottom-color: rgb(29 78 216 / 0.3);
}
.border-y-blue-700\/35 {
  border-top-color: rgb(29 78 216 / 0.35);
  border-bottom-color: rgb(29 78 216 / 0.35);
}
.border-y-blue-700\/40 {
  border-top-color: rgb(29 78 216 / 0.4);
  border-bottom-color: rgb(29 78 216 / 0.4);
}
.border-y-blue-700\/45 {
  border-top-color: rgb(29 78 216 / 0.45);
  border-bottom-color: rgb(29 78 216 / 0.45);
}
.border-y-blue-700\/5 {
  border-top-color: rgb(29 78 216 / 0.05);
  border-bottom-color: rgb(29 78 216 / 0.05);
}
.border-y-blue-700\/50 {
  border-top-color: rgb(29 78 216 / 0.5);
  border-bottom-color: rgb(29 78 216 / 0.5);
}
.border-y-blue-700\/55 {
  border-top-color: rgb(29 78 216 / 0.55);
  border-bottom-color: rgb(29 78 216 / 0.55);
}
.border-y-blue-700\/60 {
  border-top-color: rgb(29 78 216 / 0.6);
  border-bottom-color: rgb(29 78 216 / 0.6);
}
.border-y-blue-700\/65 {
  border-top-color: rgb(29 78 216 / 0.65);
  border-bottom-color: rgb(29 78 216 / 0.65);
}
.border-y-blue-700\/70 {
  border-top-color: rgb(29 78 216 / 0.7);
  border-bottom-color: rgb(29 78 216 / 0.7);
}
.border-y-blue-700\/75 {
  border-top-color: rgb(29 78 216 / 0.75);
  border-bottom-color: rgb(29 78 216 / 0.75);
}
.border-y-blue-700\/80 {
  border-top-color: rgb(29 78 216 / 0.8);
  border-bottom-color: rgb(29 78 216 / 0.8);
}
.border-y-blue-700\/85 {
  border-top-color: rgb(29 78 216 / 0.85);
  border-bottom-color: rgb(29 78 216 / 0.85);
}
.border-y-blue-700\/90 {
  border-top-color: rgb(29 78 216 / 0.9);
  border-bottom-color: rgb(29 78 216 / 0.9);
}
.border-y-blue-700\/95 {
  border-top-color: rgb(29 78 216 / 0.95);
  border-bottom-color: rgb(29 78 216 / 0.95);
}
.border-y-blue-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-y-blue-800\/0 {
  border-top-color: rgb(30 64 175 / 0);
  border-bottom-color: rgb(30 64 175 / 0);
}
.border-y-blue-800\/10 {
  border-top-color: rgb(30 64 175 / 0.1);
  border-bottom-color: rgb(30 64 175 / 0.1);
}
.border-y-blue-800\/100 {
  border-top-color: rgb(30 64 175 / 1);
  border-bottom-color: rgb(30 64 175 / 1);
}
.border-y-blue-800\/15 {
  border-top-color: rgb(30 64 175 / 0.15);
  border-bottom-color: rgb(30 64 175 / 0.15);
}
.border-y-blue-800\/20 {
  border-top-color: rgb(30 64 175 / 0.2);
  border-bottom-color: rgb(30 64 175 / 0.2);
}
.border-y-blue-800\/25 {
  border-top-color: rgb(30 64 175 / 0.25);
  border-bottom-color: rgb(30 64 175 / 0.25);
}
.border-y-blue-800\/30 {
  border-top-color: rgb(30 64 175 / 0.3);
  border-bottom-color: rgb(30 64 175 / 0.3);
}
.border-y-blue-800\/35 {
  border-top-color: rgb(30 64 175 / 0.35);
  border-bottom-color: rgb(30 64 175 / 0.35);
}
.border-y-blue-800\/40 {
  border-top-color: rgb(30 64 175 / 0.4);
  border-bottom-color: rgb(30 64 175 / 0.4);
}
.border-y-blue-800\/45 {
  border-top-color: rgb(30 64 175 / 0.45);
  border-bottom-color: rgb(30 64 175 / 0.45);
}
.border-y-blue-800\/5 {
  border-top-color: rgb(30 64 175 / 0.05);
  border-bottom-color: rgb(30 64 175 / 0.05);
}
.border-y-blue-800\/50 {
  border-top-color: rgb(30 64 175 / 0.5);
  border-bottom-color: rgb(30 64 175 / 0.5);
}
.border-y-blue-800\/55 {
  border-top-color: rgb(30 64 175 / 0.55);
  border-bottom-color: rgb(30 64 175 / 0.55);
}
.border-y-blue-800\/60 {
  border-top-color: rgb(30 64 175 / 0.6);
  border-bottom-color: rgb(30 64 175 / 0.6);
}
.border-y-blue-800\/65 {
  border-top-color: rgb(30 64 175 / 0.65);
  border-bottom-color: rgb(30 64 175 / 0.65);
}
.border-y-blue-800\/70 {
  border-top-color: rgb(30 64 175 / 0.7);
  border-bottom-color: rgb(30 64 175 / 0.7);
}
.border-y-blue-800\/75 {
  border-top-color: rgb(30 64 175 / 0.75);
  border-bottom-color: rgb(30 64 175 / 0.75);
}
.border-y-blue-800\/80 {
  border-top-color: rgb(30 64 175 / 0.8);
  border-bottom-color: rgb(30 64 175 / 0.8);
}
.border-y-blue-800\/85 {
  border-top-color: rgb(30 64 175 / 0.85);
  border-bottom-color: rgb(30 64 175 / 0.85);
}
.border-y-blue-800\/90 {
  border-top-color: rgb(30 64 175 / 0.9);
  border-bottom-color: rgb(30 64 175 / 0.9);
}
.border-y-blue-800\/95 {
  border-top-color: rgb(30 64 175 / 0.95);
  border-bottom-color: rgb(30 64 175 / 0.95);
}
.border-y-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-y-blue-900\/0 {
  border-top-color: rgb(30 58 138 / 0);
  border-bottom-color: rgb(30 58 138 / 0);
}
.border-y-blue-900\/10 {
  border-top-color: rgb(30 58 138 / 0.1);
  border-bottom-color: rgb(30 58 138 / 0.1);
}
.border-y-blue-900\/100 {
  border-top-color: rgb(30 58 138 / 1);
  border-bottom-color: rgb(30 58 138 / 1);
}
.border-y-blue-900\/15 {
  border-top-color: rgb(30 58 138 / 0.15);
  border-bottom-color: rgb(30 58 138 / 0.15);
}
.border-y-blue-900\/20 {
  border-top-color: rgb(30 58 138 / 0.2);
  border-bottom-color: rgb(30 58 138 / 0.2);
}
.border-y-blue-900\/25 {
  border-top-color: rgb(30 58 138 / 0.25);
  border-bottom-color: rgb(30 58 138 / 0.25);
}
.border-y-blue-900\/30 {
  border-top-color: rgb(30 58 138 / 0.3);
  border-bottom-color: rgb(30 58 138 / 0.3);
}
.border-y-blue-900\/35 {
  border-top-color: rgb(30 58 138 / 0.35);
  border-bottom-color: rgb(30 58 138 / 0.35);
}
.border-y-blue-900\/40 {
  border-top-color: rgb(30 58 138 / 0.4);
  border-bottom-color: rgb(30 58 138 / 0.4);
}
.border-y-blue-900\/45 {
  border-top-color: rgb(30 58 138 / 0.45);
  border-bottom-color: rgb(30 58 138 / 0.45);
}
.border-y-blue-900\/5 {
  border-top-color: rgb(30 58 138 / 0.05);
  border-bottom-color: rgb(30 58 138 / 0.05);
}
.border-y-blue-900\/50 {
  border-top-color: rgb(30 58 138 / 0.5);
  border-bottom-color: rgb(30 58 138 / 0.5);
}
.border-y-blue-900\/55 {
  border-top-color: rgb(30 58 138 / 0.55);
  border-bottom-color: rgb(30 58 138 / 0.55);
}
.border-y-blue-900\/60 {
  border-top-color: rgb(30 58 138 / 0.6);
  border-bottom-color: rgb(30 58 138 / 0.6);
}
.border-y-blue-900\/65 {
  border-top-color: rgb(30 58 138 / 0.65);
  border-bottom-color: rgb(30 58 138 / 0.65);
}
.border-y-blue-900\/70 {
  border-top-color: rgb(30 58 138 / 0.7);
  border-bottom-color: rgb(30 58 138 / 0.7);
}
.border-y-blue-900\/75 {
  border-top-color: rgb(30 58 138 / 0.75);
  border-bottom-color: rgb(30 58 138 / 0.75);
}
.border-y-blue-900\/80 {
  border-top-color: rgb(30 58 138 / 0.8);
  border-bottom-color: rgb(30 58 138 / 0.8);
}
.border-y-blue-900\/85 {
  border-top-color: rgb(30 58 138 / 0.85);
  border-bottom-color: rgb(30 58 138 / 0.85);
}
.border-y-blue-900\/90 {
  border-top-color: rgb(30 58 138 / 0.9);
  border-bottom-color: rgb(30 58 138 / 0.9);
}
.border-y-blue-900\/95 {
  border-top-color: rgb(30 58 138 / 0.95);
  border-bottom-color: rgb(30 58 138 / 0.95);
}
.border-y-blue-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-y-blue-950\/0 {
  border-top-color: rgb(23 37 84 / 0);
  border-bottom-color: rgb(23 37 84 / 0);
}
.border-y-blue-950\/10 {
  border-top-color: rgb(23 37 84 / 0.1);
  border-bottom-color: rgb(23 37 84 / 0.1);
}
.border-y-blue-950\/100 {
  border-top-color: rgb(23 37 84 / 1);
  border-bottom-color: rgb(23 37 84 / 1);
}
.border-y-blue-950\/15 {
  border-top-color: rgb(23 37 84 / 0.15);
  border-bottom-color: rgb(23 37 84 / 0.15);
}
.border-y-blue-950\/20 {
  border-top-color: rgb(23 37 84 / 0.2);
  border-bottom-color: rgb(23 37 84 / 0.2);
}
.border-y-blue-950\/25 {
  border-top-color: rgb(23 37 84 / 0.25);
  border-bottom-color: rgb(23 37 84 / 0.25);
}
.border-y-blue-950\/30 {
  border-top-color: rgb(23 37 84 / 0.3);
  border-bottom-color: rgb(23 37 84 / 0.3);
}
.border-y-blue-950\/35 {
  border-top-color: rgb(23 37 84 / 0.35);
  border-bottom-color: rgb(23 37 84 / 0.35);
}
.border-y-blue-950\/40 {
  border-top-color: rgb(23 37 84 / 0.4);
  border-bottom-color: rgb(23 37 84 / 0.4);
}
.border-y-blue-950\/45 {
  border-top-color: rgb(23 37 84 / 0.45);
  border-bottom-color: rgb(23 37 84 / 0.45);
}
.border-y-blue-950\/5 {
  border-top-color: rgb(23 37 84 / 0.05);
  border-bottom-color: rgb(23 37 84 / 0.05);
}
.border-y-blue-950\/50 {
  border-top-color: rgb(23 37 84 / 0.5);
  border-bottom-color: rgb(23 37 84 / 0.5);
}
.border-y-blue-950\/55 {
  border-top-color: rgb(23 37 84 / 0.55);
  border-bottom-color: rgb(23 37 84 / 0.55);
}
.border-y-blue-950\/60 {
  border-top-color: rgb(23 37 84 / 0.6);
  border-bottom-color: rgb(23 37 84 / 0.6);
}
.border-y-blue-950\/65 {
  border-top-color: rgb(23 37 84 / 0.65);
  border-bottom-color: rgb(23 37 84 / 0.65);
}
.border-y-blue-950\/70 {
  border-top-color: rgb(23 37 84 / 0.7);
  border-bottom-color: rgb(23 37 84 / 0.7);
}
.border-y-blue-950\/75 {
  border-top-color: rgb(23 37 84 / 0.75);
  border-bottom-color: rgb(23 37 84 / 0.75);
}
.border-y-blue-950\/80 {
  border-top-color: rgb(23 37 84 / 0.8);
  border-bottom-color: rgb(23 37 84 / 0.8);
}
.border-y-blue-950\/85 {
  border-top-color: rgb(23 37 84 / 0.85);
  border-bottom-color: rgb(23 37 84 / 0.85);
}
.border-y-blue-950\/90 {
  border-top-color: rgb(23 37 84 / 0.9);
  border-bottom-color: rgb(23 37 84 / 0.9);
}
.border-y-blue-950\/95 {
  border-top-color: rgb(23 37 84 / 0.95);
  border-bottom-color: rgb(23 37 84 / 0.95);
}
.border-y-current {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.border-y-cyan-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-y-cyan-100\/0 {
  border-top-color: rgb(207 250 254 / 0);
  border-bottom-color: rgb(207 250 254 / 0);
}
.border-y-cyan-100\/10 {
  border-top-color: rgb(207 250 254 / 0.1);
  border-bottom-color: rgb(207 250 254 / 0.1);
}
.border-y-cyan-100\/100 {
  border-top-color: rgb(207 250 254 / 1);
  border-bottom-color: rgb(207 250 254 / 1);
}
.border-y-cyan-100\/15 {
  border-top-color: rgb(207 250 254 / 0.15);
  border-bottom-color: rgb(207 250 254 / 0.15);
}
.border-y-cyan-100\/20 {
  border-top-color: rgb(207 250 254 / 0.2);
  border-bottom-color: rgb(207 250 254 / 0.2);
}
.border-y-cyan-100\/25 {
  border-top-color: rgb(207 250 254 / 0.25);
  border-bottom-color: rgb(207 250 254 / 0.25);
}
.border-y-cyan-100\/30 {
  border-top-color: rgb(207 250 254 / 0.3);
  border-bottom-color: rgb(207 250 254 / 0.3);
}
.border-y-cyan-100\/35 {
  border-top-color: rgb(207 250 254 / 0.35);
  border-bottom-color: rgb(207 250 254 / 0.35);
}
.border-y-cyan-100\/40 {
  border-top-color: rgb(207 250 254 / 0.4);
  border-bottom-color: rgb(207 250 254 / 0.4);
}
.border-y-cyan-100\/45 {
  border-top-color: rgb(207 250 254 / 0.45);
  border-bottom-color: rgb(207 250 254 / 0.45);
}
.border-y-cyan-100\/5 {
  border-top-color: rgb(207 250 254 / 0.05);
  border-bottom-color: rgb(207 250 254 / 0.05);
}
.border-y-cyan-100\/50 {
  border-top-color: rgb(207 250 254 / 0.5);
  border-bottom-color: rgb(207 250 254 / 0.5);
}
.border-y-cyan-100\/55 {
  border-top-color: rgb(207 250 254 / 0.55);
  border-bottom-color: rgb(207 250 254 / 0.55);
}
.border-y-cyan-100\/60 {
  border-top-color: rgb(207 250 254 / 0.6);
  border-bottom-color: rgb(207 250 254 / 0.6);
}
.border-y-cyan-100\/65 {
  border-top-color: rgb(207 250 254 / 0.65);
  border-bottom-color: rgb(207 250 254 / 0.65);
}
.border-y-cyan-100\/70 {
  border-top-color: rgb(207 250 254 / 0.7);
  border-bottom-color: rgb(207 250 254 / 0.7);
}
.border-y-cyan-100\/75 {
  border-top-color: rgb(207 250 254 / 0.75);
  border-bottom-color: rgb(207 250 254 / 0.75);
}
.border-y-cyan-100\/80 {
  border-top-color: rgb(207 250 254 / 0.8);
  border-bottom-color: rgb(207 250 254 / 0.8);
}
.border-y-cyan-100\/85 {
  border-top-color: rgb(207 250 254 / 0.85);
  border-bottom-color: rgb(207 250 254 / 0.85);
}
.border-y-cyan-100\/90 {
  border-top-color: rgb(207 250 254 / 0.9);
  border-bottom-color: rgb(207 250 254 / 0.9);
}
.border-y-cyan-100\/95 {
  border-top-color: rgb(207 250 254 / 0.95);
  border-bottom-color: rgb(207 250 254 / 0.95);
}
.border-y-cyan-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-y-cyan-200\/0 {
  border-top-color: rgb(165 243 252 / 0);
  border-bottom-color: rgb(165 243 252 / 0);
}
.border-y-cyan-200\/10 {
  border-top-color: rgb(165 243 252 / 0.1);
  border-bottom-color: rgb(165 243 252 / 0.1);
}
.border-y-cyan-200\/100 {
  border-top-color: rgb(165 243 252 / 1);
  border-bottom-color: rgb(165 243 252 / 1);
}
.border-y-cyan-200\/15 {
  border-top-color: rgb(165 243 252 / 0.15);
  border-bottom-color: rgb(165 243 252 / 0.15);
}
.border-y-cyan-200\/20 {
  border-top-color: rgb(165 243 252 / 0.2);
  border-bottom-color: rgb(165 243 252 / 0.2);
}
.border-y-cyan-200\/25 {
  border-top-color: rgb(165 243 252 / 0.25);
  border-bottom-color: rgb(165 243 252 / 0.25);
}
.border-y-cyan-200\/30 {
  border-top-color: rgb(165 243 252 / 0.3);
  border-bottom-color: rgb(165 243 252 / 0.3);
}
.border-y-cyan-200\/35 {
  border-top-color: rgb(165 243 252 / 0.35);
  border-bottom-color: rgb(165 243 252 / 0.35);
}
.border-y-cyan-200\/40 {
  border-top-color: rgb(165 243 252 / 0.4);
  border-bottom-color: rgb(165 243 252 / 0.4);
}
.border-y-cyan-200\/45 {
  border-top-color: rgb(165 243 252 / 0.45);
  border-bottom-color: rgb(165 243 252 / 0.45);
}
.border-y-cyan-200\/5 {
  border-top-color: rgb(165 243 252 / 0.05);
  border-bottom-color: rgb(165 243 252 / 0.05);
}
.border-y-cyan-200\/50 {
  border-top-color: rgb(165 243 252 / 0.5);
  border-bottom-color: rgb(165 243 252 / 0.5);
}
.border-y-cyan-200\/55 {
  border-top-color: rgb(165 243 252 / 0.55);
  border-bottom-color: rgb(165 243 252 / 0.55);
}
.border-y-cyan-200\/60 {
  border-top-color: rgb(165 243 252 / 0.6);
  border-bottom-color: rgb(165 243 252 / 0.6);
}
.border-y-cyan-200\/65 {
  border-top-color: rgb(165 243 252 / 0.65);
  border-bottom-color: rgb(165 243 252 / 0.65);
}
.border-y-cyan-200\/70 {
  border-top-color: rgb(165 243 252 / 0.7);
  border-bottom-color: rgb(165 243 252 / 0.7);
}
.border-y-cyan-200\/75 {
  border-top-color: rgb(165 243 252 / 0.75);
  border-bottom-color: rgb(165 243 252 / 0.75);
}
.border-y-cyan-200\/80 {
  border-top-color: rgb(165 243 252 / 0.8);
  border-bottom-color: rgb(165 243 252 / 0.8);
}
.border-y-cyan-200\/85 {
  border-top-color: rgb(165 243 252 / 0.85);
  border-bottom-color: rgb(165 243 252 / 0.85);
}
.border-y-cyan-200\/90 {
  border-top-color: rgb(165 243 252 / 0.9);
  border-bottom-color: rgb(165 243 252 / 0.9);
}
.border-y-cyan-200\/95 {
  border-top-color: rgb(165 243 252 / 0.95);
  border-bottom-color: rgb(165 243 252 / 0.95);
}
.border-y-cyan-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-y-cyan-300\/0 {
  border-top-color: rgb(103 232 249 / 0);
  border-bottom-color: rgb(103 232 249 / 0);
}
.border-y-cyan-300\/10 {
  border-top-color: rgb(103 232 249 / 0.1);
  border-bottom-color: rgb(103 232 249 / 0.1);
}
.border-y-cyan-300\/100 {
  border-top-color: rgb(103 232 249 / 1);
  border-bottom-color: rgb(103 232 249 / 1);
}
.border-y-cyan-300\/15 {
  border-top-color: rgb(103 232 249 / 0.15);
  border-bottom-color: rgb(103 232 249 / 0.15);
}
.border-y-cyan-300\/20 {
  border-top-color: rgb(103 232 249 / 0.2);
  border-bottom-color: rgb(103 232 249 / 0.2);
}
.border-y-cyan-300\/25 {
  border-top-color: rgb(103 232 249 / 0.25);
  border-bottom-color: rgb(103 232 249 / 0.25);
}
.border-y-cyan-300\/30 {
  border-top-color: rgb(103 232 249 / 0.3);
  border-bottom-color: rgb(103 232 249 / 0.3);
}
.border-y-cyan-300\/35 {
  border-top-color: rgb(103 232 249 / 0.35);
  border-bottom-color: rgb(103 232 249 / 0.35);
}
.border-y-cyan-300\/40 {
  border-top-color: rgb(103 232 249 / 0.4);
  border-bottom-color: rgb(103 232 249 / 0.4);
}
.border-y-cyan-300\/45 {
  border-top-color: rgb(103 232 249 / 0.45);
  border-bottom-color: rgb(103 232 249 / 0.45);
}
.border-y-cyan-300\/5 {
  border-top-color: rgb(103 232 249 / 0.05);
  border-bottom-color: rgb(103 232 249 / 0.05);
}
.border-y-cyan-300\/50 {
  border-top-color: rgb(103 232 249 / 0.5);
  border-bottom-color: rgb(103 232 249 / 0.5);
}
.border-y-cyan-300\/55 {
  border-top-color: rgb(103 232 249 / 0.55);
  border-bottom-color: rgb(103 232 249 / 0.55);
}
.border-y-cyan-300\/60 {
  border-top-color: rgb(103 232 249 / 0.6);
  border-bottom-color: rgb(103 232 249 / 0.6);
}
.border-y-cyan-300\/65 {
  border-top-color: rgb(103 232 249 / 0.65);
  border-bottom-color: rgb(103 232 249 / 0.65);
}
.border-y-cyan-300\/70 {
  border-top-color: rgb(103 232 249 / 0.7);
  border-bottom-color: rgb(103 232 249 / 0.7);
}
.border-y-cyan-300\/75 {
  border-top-color: rgb(103 232 249 / 0.75);
  border-bottom-color: rgb(103 232 249 / 0.75);
}
.border-y-cyan-300\/80 {
  border-top-color: rgb(103 232 249 / 0.8);
  border-bottom-color: rgb(103 232 249 / 0.8);
}
.border-y-cyan-300\/85 {
  border-top-color: rgb(103 232 249 / 0.85);
  border-bottom-color: rgb(103 232 249 / 0.85);
}
.border-y-cyan-300\/90 {
  border-top-color: rgb(103 232 249 / 0.9);
  border-bottom-color: rgb(103 232 249 / 0.9);
}
.border-y-cyan-300\/95 {
  border-top-color: rgb(103 232 249 / 0.95);
  border-bottom-color: rgb(103 232 249 / 0.95);
}
.border-y-cyan-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-y-cyan-400\/0 {
  border-top-color: rgb(34 211 238 / 0);
  border-bottom-color: rgb(34 211 238 / 0);
}
.border-y-cyan-400\/10 {
  border-top-color: rgb(34 211 238 / 0.1);
  border-bottom-color: rgb(34 211 238 / 0.1);
}
.border-y-cyan-400\/100 {
  border-top-color: rgb(34 211 238 / 1);
  border-bottom-color: rgb(34 211 238 / 1);
}
.border-y-cyan-400\/15 {
  border-top-color: rgb(34 211 238 / 0.15);
  border-bottom-color: rgb(34 211 238 / 0.15);
}
.border-y-cyan-400\/20 {
  border-top-color: rgb(34 211 238 / 0.2);
  border-bottom-color: rgb(34 211 238 / 0.2);
}
.border-y-cyan-400\/25 {
  border-top-color: rgb(34 211 238 / 0.25);
  border-bottom-color: rgb(34 211 238 / 0.25);
}
.border-y-cyan-400\/30 {
  border-top-color: rgb(34 211 238 / 0.3);
  border-bottom-color: rgb(34 211 238 / 0.3);
}
.border-y-cyan-400\/35 {
  border-top-color: rgb(34 211 238 / 0.35);
  border-bottom-color: rgb(34 211 238 / 0.35);
}
.border-y-cyan-400\/40 {
  border-top-color: rgb(34 211 238 / 0.4);
  border-bottom-color: rgb(34 211 238 / 0.4);
}
.border-y-cyan-400\/45 {
  border-top-color: rgb(34 211 238 / 0.45);
  border-bottom-color: rgb(34 211 238 / 0.45);
}
.border-y-cyan-400\/5 {
  border-top-color: rgb(34 211 238 / 0.05);
  border-bottom-color: rgb(34 211 238 / 0.05);
}
.border-y-cyan-400\/50 {
  border-top-color: rgb(34 211 238 / 0.5);
  border-bottom-color: rgb(34 211 238 / 0.5);
}
.border-y-cyan-400\/55 {
  border-top-color: rgb(34 211 238 / 0.55);
  border-bottom-color: rgb(34 211 238 / 0.55);
}
.border-y-cyan-400\/60 {
  border-top-color: rgb(34 211 238 / 0.6);
  border-bottom-color: rgb(34 211 238 / 0.6);
}
.border-y-cyan-400\/65 {
  border-top-color: rgb(34 211 238 / 0.65);
  border-bottom-color: rgb(34 211 238 / 0.65);
}
.border-y-cyan-400\/70 {
  border-top-color: rgb(34 211 238 / 0.7);
  border-bottom-color: rgb(34 211 238 / 0.7);
}
.border-y-cyan-400\/75 {
  border-top-color: rgb(34 211 238 / 0.75);
  border-bottom-color: rgb(34 211 238 / 0.75);
}
.border-y-cyan-400\/80 {
  border-top-color: rgb(34 211 238 / 0.8);
  border-bottom-color: rgb(34 211 238 / 0.8);
}
.border-y-cyan-400\/85 {
  border-top-color: rgb(34 211 238 / 0.85);
  border-bottom-color: rgb(34 211 238 / 0.85);
}
.border-y-cyan-400\/90 {
  border-top-color: rgb(34 211 238 / 0.9);
  border-bottom-color: rgb(34 211 238 / 0.9);
}
.border-y-cyan-400\/95 {
  border-top-color: rgb(34 211 238 / 0.95);
  border-bottom-color: rgb(34 211 238 / 0.95);
}
.border-y-cyan-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-y-cyan-50\/0 {
  border-top-color: rgb(236 254 255 / 0);
  border-bottom-color: rgb(236 254 255 / 0);
}
.border-y-cyan-50\/10 {
  border-top-color: rgb(236 254 255 / 0.1);
  border-bottom-color: rgb(236 254 255 / 0.1);
}
.border-y-cyan-50\/100 {
  border-top-color: rgb(236 254 255 / 1);
  border-bottom-color: rgb(236 254 255 / 1);
}
.border-y-cyan-50\/15 {
  border-top-color: rgb(236 254 255 / 0.15);
  border-bottom-color: rgb(236 254 255 / 0.15);
}
.border-y-cyan-50\/20 {
  border-top-color: rgb(236 254 255 / 0.2);
  border-bottom-color: rgb(236 254 255 / 0.2);
}
.border-y-cyan-50\/25 {
  border-top-color: rgb(236 254 255 / 0.25);
  border-bottom-color: rgb(236 254 255 / 0.25);
}
.border-y-cyan-50\/30 {
  border-top-color: rgb(236 254 255 / 0.3);
  border-bottom-color: rgb(236 254 255 / 0.3);
}
.border-y-cyan-50\/35 {
  border-top-color: rgb(236 254 255 / 0.35);
  border-bottom-color: rgb(236 254 255 / 0.35);
}
.border-y-cyan-50\/40 {
  border-top-color: rgb(236 254 255 / 0.4);
  border-bottom-color: rgb(236 254 255 / 0.4);
}
.border-y-cyan-50\/45 {
  border-top-color: rgb(236 254 255 / 0.45);
  border-bottom-color: rgb(236 254 255 / 0.45);
}
.border-y-cyan-50\/5 {
  border-top-color: rgb(236 254 255 / 0.05);
  border-bottom-color: rgb(236 254 255 / 0.05);
}
.border-y-cyan-50\/50 {
  border-top-color: rgb(236 254 255 / 0.5);
  border-bottom-color: rgb(236 254 255 / 0.5);
}
.border-y-cyan-50\/55 {
  border-top-color: rgb(236 254 255 / 0.55);
  border-bottom-color: rgb(236 254 255 / 0.55);
}
.border-y-cyan-50\/60 {
  border-top-color: rgb(236 254 255 / 0.6);
  border-bottom-color: rgb(236 254 255 / 0.6);
}
.border-y-cyan-50\/65 {
  border-top-color: rgb(236 254 255 / 0.65);
  border-bottom-color: rgb(236 254 255 / 0.65);
}
.border-y-cyan-50\/70 {
  border-top-color: rgb(236 254 255 / 0.7);
  border-bottom-color: rgb(236 254 255 / 0.7);
}
.border-y-cyan-50\/75 {
  border-top-color: rgb(236 254 255 / 0.75);
  border-bottom-color: rgb(236 254 255 / 0.75);
}
.border-y-cyan-50\/80 {
  border-top-color: rgb(236 254 255 / 0.8);
  border-bottom-color: rgb(236 254 255 / 0.8);
}
.border-y-cyan-50\/85 {
  border-top-color: rgb(236 254 255 / 0.85);
  border-bottom-color: rgb(236 254 255 / 0.85);
}
.border-y-cyan-50\/90 {
  border-top-color: rgb(236 254 255 / 0.9);
  border-bottom-color: rgb(236 254 255 / 0.9);
}
.border-y-cyan-50\/95 {
  border-top-color: rgb(236 254 255 / 0.95);
  border-bottom-color: rgb(236 254 255 / 0.95);
}
.border-y-cyan-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-y-cyan-500\/0 {
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-y-cyan-500\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-y-cyan-500\/100 {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-y-cyan-500\/15 {
  border-top-color: rgb(6 182 212 / 0.15);
  border-bottom-color: rgb(6 182 212 / 0.15);
}
.border-y-cyan-500\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-y-cyan-500\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-y-cyan-500\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-y-cyan-500\/35 {
  border-top-color: rgb(6 182 212 / 0.35);
  border-bottom-color: rgb(6 182 212 / 0.35);
}
.border-y-cyan-500\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-y-cyan-500\/45 {
  border-top-color: rgb(6 182 212 / 0.45);
  border-bottom-color: rgb(6 182 212 / 0.45);
}
.border-y-cyan-500\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-y-cyan-500\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-y-cyan-500\/55 {
  border-top-color: rgb(6 182 212 / 0.55);
  border-bottom-color: rgb(6 182 212 / 0.55);
}
.border-y-cyan-500\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-y-cyan-500\/65 {
  border-top-color: rgb(6 182 212 / 0.65);
  border-bottom-color: rgb(6 182 212 / 0.65);
}
.border-y-cyan-500\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-y-cyan-500\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-y-cyan-500\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-y-cyan-500\/85 {
  border-top-color: rgb(6 182 212 / 0.85);
  border-bottom-color: rgb(6 182 212 / 0.85);
}
.border-y-cyan-500\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-y-cyan-500\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-y-cyan-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-y-cyan-600\/0 {
  border-top-color: rgb(8 145 178 / 0);
  border-bottom-color: rgb(8 145 178 / 0);
}
.border-y-cyan-600\/10 {
  border-top-color: rgb(8 145 178 / 0.1);
  border-bottom-color: rgb(8 145 178 / 0.1);
}
.border-y-cyan-600\/100 {
  border-top-color: rgb(8 145 178 / 1);
  border-bottom-color: rgb(8 145 178 / 1);
}
.border-y-cyan-600\/15 {
  border-top-color: rgb(8 145 178 / 0.15);
  border-bottom-color: rgb(8 145 178 / 0.15);
}
.border-y-cyan-600\/20 {
  border-top-color: rgb(8 145 178 / 0.2);
  border-bottom-color: rgb(8 145 178 / 0.2);
}
.border-y-cyan-600\/25 {
  border-top-color: rgb(8 145 178 / 0.25);
  border-bottom-color: rgb(8 145 178 / 0.25);
}
.border-y-cyan-600\/30 {
  border-top-color: rgb(8 145 178 / 0.3);
  border-bottom-color: rgb(8 145 178 / 0.3);
}
.border-y-cyan-600\/35 {
  border-top-color: rgb(8 145 178 / 0.35);
  border-bottom-color: rgb(8 145 178 / 0.35);
}
.border-y-cyan-600\/40 {
  border-top-color: rgb(8 145 178 / 0.4);
  border-bottom-color: rgb(8 145 178 / 0.4);
}
.border-y-cyan-600\/45 {
  border-top-color: rgb(8 145 178 / 0.45);
  border-bottom-color: rgb(8 145 178 / 0.45);
}
.border-y-cyan-600\/5 {
  border-top-color: rgb(8 145 178 / 0.05);
  border-bottom-color: rgb(8 145 178 / 0.05);
}
.border-y-cyan-600\/50 {
  border-top-color: rgb(8 145 178 / 0.5);
  border-bottom-color: rgb(8 145 178 / 0.5);
}
.border-y-cyan-600\/55 {
  border-top-color: rgb(8 145 178 / 0.55);
  border-bottom-color: rgb(8 145 178 / 0.55);
}
.border-y-cyan-600\/60 {
  border-top-color: rgb(8 145 178 / 0.6);
  border-bottom-color: rgb(8 145 178 / 0.6);
}
.border-y-cyan-600\/65 {
  border-top-color: rgb(8 145 178 / 0.65);
  border-bottom-color: rgb(8 145 178 / 0.65);
}
.border-y-cyan-600\/70 {
  border-top-color: rgb(8 145 178 / 0.7);
  border-bottom-color: rgb(8 145 178 / 0.7);
}
.border-y-cyan-600\/75 {
  border-top-color: rgb(8 145 178 / 0.75);
  border-bottom-color: rgb(8 145 178 / 0.75);
}
.border-y-cyan-600\/80 {
  border-top-color: rgb(8 145 178 / 0.8);
  border-bottom-color: rgb(8 145 178 / 0.8);
}
.border-y-cyan-600\/85 {
  border-top-color: rgb(8 145 178 / 0.85);
  border-bottom-color: rgb(8 145 178 / 0.85);
}
.border-y-cyan-600\/90 {
  border-top-color: rgb(8 145 178 / 0.9);
  border-bottom-color: rgb(8 145 178 / 0.9);
}
.border-y-cyan-600\/95 {
  border-top-color: rgb(8 145 178 / 0.95);
  border-bottom-color: rgb(8 145 178 / 0.95);
}
.border-y-cyan-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-y-cyan-700\/0 {
  border-top-color: rgb(14 116 144 / 0);
  border-bottom-color: rgb(14 116 144 / 0);
}
.border-y-cyan-700\/10 {
  border-top-color: rgb(14 116 144 / 0.1);
  border-bottom-color: rgb(14 116 144 / 0.1);
}
.border-y-cyan-700\/100 {
  border-top-color: rgb(14 116 144 / 1);
  border-bottom-color: rgb(14 116 144 / 1);
}
.border-y-cyan-700\/15 {
  border-top-color: rgb(14 116 144 / 0.15);
  border-bottom-color: rgb(14 116 144 / 0.15);
}
.border-y-cyan-700\/20 {
  border-top-color: rgb(14 116 144 / 0.2);
  border-bottom-color: rgb(14 116 144 / 0.2);
}
.border-y-cyan-700\/25 {
  border-top-color: rgb(14 116 144 / 0.25);
  border-bottom-color: rgb(14 116 144 / 0.25);
}
.border-y-cyan-700\/30 {
  border-top-color: rgb(14 116 144 / 0.3);
  border-bottom-color: rgb(14 116 144 / 0.3);
}
.border-y-cyan-700\/35 {
  border-top-color: rgb(14 116 144 / 0.35);
  border-bottom-color: rgb(14 116 144 / 0.35);
}
.border-y-cyan-700\/40 {
  border-top-color: rgb(14 116 144 / 0.4);
  border-bottom-color: rgb(14 116 144 / 0.4);
}
.border-y-cyan-700\/45 {
  border-top-color: rgb(14 116 144 / 0.45);
  border-bottom-color: rgb(14 116 144 / 0.45);
}
.border-y-cyan-700\/5 {
  border-top-color: rgb(14 116 144 / 0.05);
  border-bottom-color: rgb(14 116 144 / 0.05);
}
.border-y-cyan-700\/50 {
  border-top-color: rgb(14 116 144 / 0.5);
  border-bottom-color: rgb(14 116 144 / 0.5);
}
.border-y-cyan-700\/55 {
  border-top-color: rgb(14 116 144 / 0.55);
  border-bottom-color: rgb(14 116 144 / 0.55);
}
.border-y-cyan-700\/60 {
  border-top-color: rgb(14 116 144 / 0.6);
  border-bottom-color: rgb(14 116 144 / 0.6);
}
.border-y-cyan-700\/65 {
  border-top-color: rgb(14 116 144 / 0.65);
  border-bottom-color: rgb(14 116 144 / 0.65);
}
.border-y-cyan-700\/70 {
  border-top-color: rgb(14 116 144 / 0.7);
  border-bottom-color: rgb(14 116 144 / 0.7);
}
.border-y-cyan-700\/75 {
  border-top-color: rgb(14 116 144 / 0.75);
  border-bottom-color: rgb(14 116 144 / 0.75);
}
.border-y-cyan-700\/80 {
  border-top-color: rgb(14 116 144 / 0.8);
  border-bottom-color: rgb(14 116 144 / 0.8);
}
.border-y-cyan-700\/85 {
  border-top-color: rgb(14 116 144 / 0.85);
  border-bottom-color: rgb(14 116 144 / 0.85);
}
.border-y-cyan-700\/90 {
  border-top-color: rgb(14 116 144 / 0.9);
  border-bottom-color: rgb(14 116 144 / 0.9);
}
.border-y-cyan-700\/95 {
  border-top-color: rgb(14 116 144 / 0.95);
  border-bottom-color: rgb(14 116 144 / 0.95);
}
.border-y-cyan-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-y-cyan-800\/0 {
  border-top-color: rgb(21 94 117 / 0);
  border-bottom-color: rgb(21 94 117 / 0);
}
.border-y-cyan-800\/10 {
  border-top-color: rgb(21 94 117 / 0.1);
  border-bottom-color: rgb(21 94 117 / 0.1);
}
.border-y-cyan-800\/100 {
  border-top-color: rgb(21 94 117 / 1);
  border-bottom-color: rgb(21 94 117 / 1);
}
.border-y-cyan-800\/15 {
  border-top-color: rgb(21 94 117 / 0.15);
  border-bottom-color: rgb(21 94 117 / 0.15);
}
.border-y-cyan-800\/20 {
  border-top-color: rgb(21 94 117 / 0.2);
  border-bottom-color: rgb(21 94 117 / 0.2);
}
.border-y-cyan-800\/25 {
  border-top-color: rgb(21 94 117 / 0.25);
  border-bottom-color: rgb(21 94 117 / 0.25);
}
.border-y-cyan-800\/30 {
  border-top-color: rgb(21 94 117 / 0.3);
  border-bottom-color: rgb(21 94 117 / 0.3);
}
.border-y-cyan-800\/35 {
  border-top-color: rgb(21 94 117 / 0.35);
  border-bottom-color: rgb(21 94 117 / 0.35);
}
.border-y-cyan-800\/40 {
  border-top-color: rgb(21 94 117 / 0.4);
  border-bottom-color: rgb(21 94 117 / 0.4);
}
.border-y-cyan-800\/45 {
  border-top-color: rgb(21 94 117 / 0.45);
  border-bottom-color: rgb(21 94 117 / 0.45);
}
.border-y-cyan-800\/5 {
  border-top-color: rgb(21 94 117 / 0.05);
  border-bottom-color: rgb(21 94 117 / 0.05);
}
.border-y-cyan-800\/50 {
  border-top-color: rgb(21 94 117 / 0.5);
  border-bottom-color: rgb(21 94 117 / 0.5);
}
.border-y-cyan-800\/55 {
  border-top-color: rgb(21 94 117 / 0.55);
  border-bottom-color: rgb(21 94 117 / 0.55);
}
.border-y-cyan-800\/60 {
  border-top-color: rgb(21 94 117 / 0.6);
  border-bottom-color: rgb(21 94 117 / 0.6);
}
.border-y-cyan-800\/65 {
  border-top-color: rgb(21 94 117 / 0.65);
  border-bottom-color: rgb(21 94 117 / 0.65);
}
.border-y-cyan-800\/70 {
  border-top-color: rgb(21 94 117 / 0.7);
  border-bottom-color: rgb(21 94 117 / 0.7);
}
.border-y-cyan-800\/75 {
  border-top-color: rgb(21 94 117 / 0.75);
  border-bottom-color: rgb(21 94 117 / 0.75);
}
.border-y-cyan-800\/80 {
  border-top-color: rgb(21 94 117 / 0.8);
  border-bottom-color: rgb(21 94 117 / 0.8);
}
.border-y-cyan-800\/85 {
  border-top-color: rgb(21 94 117 / 0.85);
  border-bottom-color: rgb(21 94 117 / 0.85);
}
.border-y-cyan-800\/90 {
  border-top-color: rgb(21 94 117 / 0.9);
  border-bottom-color: rgb(21 94 117 / 0.9);
}
.border-y-cyan-800\/95 {
  border-top-color: rgb(21 94 117 / 0.95);
  border-bottom-color: rgb(21 94 117 / 0.95);
}
.border-y-cyan-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-y-cyan-900\/0 {
  border-top-color: rgb(22 78 99 / 0);
  border-bottom-color: rgb(22 78 99 / 0);
}
.border-y-cyan-900\/10 {
  border-top-color: rgb(22 78 99 / 0.1);
  border-bottom-color: rgb(22 78 99 / 0.1);
}
.border-y-cyan-900\/100 {
  border-top-color: rgb(22 78 99 / 1);
  border-bottom-color: rgb(22 78 99 / 1);
}
.border-y-cyan-900\/15 {
  border-top-color: rgb(22 78 99 / 0.15);
  border-bottom-color: rgb(22 78 99 / 0.15);
}
.border-y-cyan-900\/20 {
  border-top-color: rgb(22 78 99 / 0.2);
  border-bottom-color: rgb(22 78 99 / 0.2);
}
.border-y-cyan-900\/25 {
  border-top-color: rgb(22 78 99 / 0.25);
  border-bottom-color: rgb(22 78 99 / 0.25);
}
.border-y-cyan-900\/30 {
  border-top-color: rgb(22 78 99 / 0.3);
  border-bottom-color: rgb(22 78 99 / 0.3);
}
.border-y-cyan-900\/35 {
  border-top-color: rgb(22 78 99 / 0.35);
  border-bottom-color: rgb(22 78 99 / 0.35);
}
.border-y-cyan-900\/40 {
  border-top-color: rgb(22 78 99 / 0.4);
  border-bottom-color: rgb(22 78 99 / 0.4);
}
.border-y-cyan-900\/45 {
  border-top-color: rgb(22 78 99 / 0.45);
  border-bottom-color: rgb(22 78 99 / 0.45);
}
.border-y-cyan-900\/5 {
  border-top-color: rgb(22 78 99 / 0.05);
  border-bottom-color: rgb(22 78 99 / 0.05);
}
.border-y-cyan-900\/50 {
  border-top-color: rgb(22 78 99 / 0.5);
  border-bottom-color: rgb(22 78 99 / 0.5);
}
.border-y-cyan-900\/55 {
  border-top-color: rgb(22 78 99 / 0.55);
  border-bottom-color: rgb(22 78 99 / 0.55);
}
.border-y-cyan-900\/60 {
  border-top-color: rgb(22 78 99 / 0.6);
  border-bottom-color: rgb(22 78 99 / 0.6);
}
.border-y-cyan-900\/65 {
  border-top-color: rgb(22 78 99 / 0.65);
  border-bottom-color: rgb(22 78 99 / 0.65);
}
.border-y-cyan-900\/70 {
  border-top-color: rgb(22 78 99 / 0.7);
  border-bottom-color: rgb(22 78 99 / 0.7);
}
.border-y-cyan-900\/75 {
  border-top-color: rgb(22 78 99 / 0.75);
  border-bottom-color: rgb(22 78 99 / 0.75);
}
.border-y-cyan-900\/80 {
  border-top-color: rgb(22 78 99 / 0.8);
  border-bottom-color: rgb(22 78 99 / 0.8);
}
.border-y-cyan-900\/85 {
  border-top-color: rgb(22 78 99 / 0.85);
  border-bottom-color: rgb(22 78 99 / 0.85);
}
.border-y-cyan-900\/90 {
  border-top-color: rgb(22 78 99 / 0.9);
  border-bottom-color: rgb(22 78 99 / 0.9);
}
.border-y-cyan-900\/95 {
  border-top-color: rgb(22 78 99 / 0.95);
  border-bottom-color: rgb(22 78 99 / 0.95);
}
.border-y-cyan-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-y-cyan-950\/0 {
  border-top-color: rgb(8 51 68 / 0);
  border-bottom-color: rgb(8 51 68 / 0);
}
.border-y-cyan-950\/10 {
  border-top-color: rgb(8 51 68 / 0.1);
  border-bottom-color: rgb(8 51 68 / 0.1);
}
.border-y-cyan-950\/100 {
  border-top-color: rgb(8 51 68 / 1);
  border-bottom-color: rgb(8 51 68 / 1);
}
.border-y-cyan-950\/15 {
  border-top-color: rgb(8 51 68 / 0.15);
  border-bottom-color: rgb(8 51 68 / 0.15);
}
.border-y-cyan-950\/20 {
  border-top-color: rgb(8 51 68 / 0.2);
  border-bottom-color: rgb(8 51 68 / 0.2);
}
.border-y-cyan-950\/25 {
  border-top-color: rgb(8 51 68 / 0.25);
  border-bottom-color: rgb(8 51 68 / 0.25);
}
.border-y-cyan-950\/30 {
  border-top-color: rgb(8 51 68 / 0.3);
  border-bottom-color: rgb(8 51 68 / 0.3);
}
.border-y-cyan-950\/35 {
  border-top-color: rgb(8 51 68 / 0.35);
  border-bottom-color: rgb(8 51 68 / 0.35);
}
.border-y-cyan-950\/40 {
  border-top-color: rgb(8 51 68 / 0.4);
  border-bottom-color: rgb(8 51 68 / 0.4);
}
.border-y-cyan-950\/45 {
  border-top-color: rgb(8 51 68 / 0.45);
  border-bottom-color: rgb(8 51 68 / 0.45);
}
.border-y-cyan-950\/5 {
  border-top-color: rgb(8 51 68 / 0.05);
  border-bottom-color: rgb(8 51 68 / 0.05);
}
.border-y-cyan-950\/50 {
  border-top-color: rgb(8 51 68 / 0.5);
  border-bottom-color: rgb(8 51 68 / 0.5);
}
.border-y-cyan-950\/55 {
  border-top-color: rgb(8 51 68 / 0.55);
  border-bottom-color: rgb(8 51 68 / 0.55);
}
.border-y-cyan-950\/60 {
  border-top-color: rgb(8 51 68 / 0.6);
  border-bottom-color: rgb(8 51 68 / 0.6);
}
.border-y-cyan-950\/65 {
  border-top-color: rgb(8 51 68 / 0.65);
  border-bottom-color: rgb(8 51 68 / 0.65);
}
.border-y-cyan-950\/70 {
  border-top-color: rgb(8 51 68 / 0.7);
  border-bottom-color: rgb(8 51 68 / 0.7);
}
.border-y-cyan-950\/75 {
  border-top-color: rgb(8 51 68 / 0.75);
  border-bottom-color: rgb(8 51 68 / 0.75);
}
.border-y-cyan-950\/80 {
  border-top-color: rgb(8 51 68 / 0.8);
  border-bottom-color: rgb(8 51 68 / 0.8);
}
.border-y-cyan-950\/85 {
  border-top-color: rgb(8 51 68 / 0.85);
  border-bottom-color: rgb(8 51 68 / 0.85);
}
.border-y-cyan-950\/90 {
  border-top-color: rgb(8 51 68 / 0.9);
  border-bottom-color: rgb(8 51 68 / 0.9);
}
.border-y-cyan-950\/95 {
  border-top-color: rgb(8 51 68 / 0.95);
  border-bottom-color: rgb(8 51 68 / 0.95);
}
.border-y-emerald-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-y-emerald-100\/0 {
  border-top-color: rgb(209 250 229 / 0);
  border-bottom-color: rgb(209 250 229 / 0);
}
.border-y-emerald-100\/10 {
  border-top-color: rgb(209 250 229 / 0.1);
  border-bottom-color: rgb(209 250 229 / 0.1);
}
.border-y-emerald-100\/100 {
  border-top-color: rgb(209 250 229 / 1);
  border-bottom-color: rgb(209 250 229 / 1);
}
.border-y-emerald-100\/15 {
  border-top-color: rgb(209 250 229 / 0.15);
  border-bottom-color: rgb(209 250 229 / 0.15);
}
.border-y-emerald-100\/20 {
  border-top-color: rgb(209 250 229 / 0.2);
  border-bottom-color: rgb(209 250 229 / 0.2);
}
.border-y-emerald-100\/25 {
  border-top-color: rgb(209 250 229 / 0.25);
  border-bottom-color: rgb(209 250 229 / 0.25);
}
.border-y-emerald-100\/30 {
  border-top-color: rgb(209 250 229 / 0.3);
  border-bottom-color: rgb(209 250 229 / 0.3);
}
.border-y-emerald-100\/35 {
  border-top-color: rgb(209 250 229 / 0.35);
  border-bottom-color: rgb(209 250 229 / 0.35);
}
.border-y-emerald-100\/40 {
  border-top-color: rgb(209 250 229 / 0.4);
  border-bottom-color: rgb(209 250 229 / 0.4);
}
.border-y-emerald-100\/45 {
  border-top-color: rgb(209 250 229 / 0.45);
  border-bottom-color: rgb(209 250 229 / 0.45);
}
.border-y-emerald-100\/5 {
  border-top-color: rgb(209 250 229 / 0.05);
  border-bottom-color: rgb(209 250 229 / 0.05);
}
.border-y-emerald-100\/50 {
  border-top-color: rgb(209 250 229 / 0.5);
  border-bottom-color: rgb(209 250 229 / 0.5);
}
.border-y-emerald-100\/55 {
  border-top-color: rgb(209 250 229 / 0.55);
  border-bottom-color: rgb(209 250 229 / 0.55);
}
.border-y-emerald-100\/60 {
  border-top-color: rgb(209 250 229 / 0.6);
  border-bottom-color: rgb(209 250 229 / 0.6);
}
.border-y-emerald-100\/65 {
  border-top-color: rgb(209 250 229 / 0.65);
  border-bottom-color: rgb(209 250 229 / 0.65);
}
.border-y-emerald-100\/70 {
  border-top-color: rgb(209 250 229 / 0.7);
  border-bottom-color: rgb(209 250 229 / 0.7);
}
.border-y-emerald-100\/75 {
  border-top-color: rgb(209 250 229 / 0.75);
  border-bottom-color: rgb(209 250 229 / 0.75);
}
.border-y-emerald-100\/80 {
  border-top-color: rgb(209 250 229 / 0.8);
  border-bottom-color: rgb(209 250 229 / 0.8);
}
.border-y-emerald-100\/85 {
  border-top-color: rgb(209 250 229 / 0.85);
  border-bottom-color: rgb(209 250 229 / 0.85);
}
.border-y-emerald-100\/90 {
  border-top-color: rgb(209 250 229 / 0.9);
  border-bottom-color: rgb(209 250 229 / 0.9);
}
.border-y-emerald-100\/95 {
  border-top-color: rgb(209 250 229 / 0.95);
  border-bottom-color: rgb(209 250 229 / 0.95);
}
.border-y-emerald-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-y-emerald-200\/0 {
  border-top-color: rgb(167 243 208 / 0);
  border-bottom-color: rgb(167 243 208 / 0);
}
.border-y-emerald-200\/10 {
  border-top-color: rgb(167 243 208 / 0.1);
  border-bottom-color: rgb(167 243 208 / 0.1);
}
.border-y-emerald-200\/100 {
  border-top-color: rgb(167 243 208 / 1);
  border-bottom-color: rgb(167 243 208 / 1);
}
.border-y-emerald-200\/15 {
  border-top-color: rgb(167 243 208 / 0.15);
  border-bottom-color: rgb(167 243 208 / 0.15);
}
.border-y-emerald-200\/20 {
  border-top-color: rgb(167 243 208 / 0.2);
  border-bottom-color: rgb(167 243 208 / 0.2);
}
.border-y-emerald-200\/25 {
  border-top-color: rgb(167 243 208 / 0.25);
  border-bottom-color: rgb(167 243 208 / 0.25);
}
.border-y-emerald-200\/30 {
  border-top-color: rgb(167 243 208 / 0.3);
  border-bottom-color: rgb(167 243 208 / 0.3);
}
.border-y-emerald-200\/35 {
  border-top-color: rgb(167 243 208 / 0.35);
  border-bottom-color: rgb(167 243 208 / 0.35);
}
.border-y-emerald-200\/40 {
  border-top-color: rgb(167 243 208 / 0.4);
  border-bottom-color: rgb(167 243 208 / 0.4);
}
.border-y-emerald-200\/45 {
  border-top-color: rgb(167 243 208 / 0.45);
  border-bottom-color: rgb(167 243 208 / 0.45);
}
.border-y-emerald-200\/5 {
  border-top-color: rgb(167 243 208 / 0.05);
  border-bottom-color: rgb(167 243 208 / 0.05);
}
.border-y-emerald-200\/50 {
  border-top-color: rgb(167 243 208 / 0.5);
  border-bottom-color: rgb(167 243 208 / 0.5);
}
.border-y-emerald-200\/55 {
  border-top-color: rgb(167 243 208 / 0.55);
  border-bottom-color: rgb(167 243 208 / 0.55);
}
.border-y-emerald-200\/60 {
  border-top-color: rgb(167 243 208 / 0.6);
  border-bottom-color: rgb(167 243 208 / 0.6);
}
.border-y-emerald-200\/65 {
  border-top-color: rgb(167 243 208 / 0.65);
  border-bottom-color: rgb(167 243 208 / 0.65);
}
.border-y-emerald-200\/70 {
  border-top-color: rgb(167 243 208 / 0.7);
  border-bottom-color: rgb(167 243 208 / 0.7);
}
.border-y-emerald-200\/75 {
  border-top-color: rgb(167 243 208 / 0.75);
  border-bottom-color: rgb(167 243 208 / 0.75);
}
.border-y-emerald-200\/80 {
  border-top-color: rgb(167 243 208 / 0.8);
  border-bottom-color: rgb(167 243 208 / 0.8);
}
.border-y-emerald-200\/85 {
  border-top-color: rgb(167 243 208 / 0.85);
  border-bottom-color: rgb(167 243 208 / 0.85);
}
.border-y-emerald-200\/90 {
  border-top-color: rgb(167 243 208 / 0.9);
  border-bottom-color: rgb(167 243 208 / 0.9);
}
.border-y-emerald-200\/95 {
  border-top-color: rgb(167 243 208 / 0.95);
  border-bottom-color: rgb(167 243 208 / 0.95);
}
.border-y-emerald-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-y-emerald-300\/0 {
  border-top-color: rgb(110 231 183 / 0);
  border-bottom-color: rgb(110 231 183 / 0);
}
.border-y-emerald-300\/10 {
  border-top-color: rgb(110 231 183 / 0.1);
  border-bottom-color: rgb(110 231 183 / 0.1);
}
.border-y-emerald-300\/100 {
  border-top-color: rgb(110 231 183 / 1);
  border-bottom-color: rgb(110 231 183 / 1);
}
.border-y-emerald-300\/15 {
  border-top-color: rgb(110 231 183 / 0.15);
  border-bottom-color: rgb(110 231 183 / 0.15);
}
.border-y-emerald-300\/20 {
  border-top-color: rgb(110 231 183 / 0.2);
  border-bottom-color: rgb(110 231 183 / 0.2);
}
.border-y-emerald-300\/25 {
  border-top-color: rgb(110 231 183 / 0.25);
  border-bottom-color: rgb(110 231 183 / 0.25);
}
.border-y-emerald-300\/30 {
  border-top-color: rgb(110 231 183 / 0.3);
  border-bottom-color: rgb(110 231 183 / 0.3);
}
.border-y-emerald-300\/35 {
  border-top-color: rgb(110 231 183 / 0.35);
  border-bottom-color: rgb(110 231 183 / 0.35);
}
.border-y-emerald-300\/40 {
  border-top-color: rgb(110 231 183 / 0.4);
  border-bottom-color: rgb(110 231 183 / 0.4);
}
.border-y-emerald-300\/45 {
  border-top-color: rgb(110 231 183 / 0.45);
  border-bottom-color: rgb(110 231 183 / 0.45);
}
.border-y-emerald-300\/5 {
  border-top-color: rgb(110 231 183 / 0.05);
  border-bottom-color: rgb(110 231 183 / 0.05);
}
.border-y-emerald-300\/50 {
  border-top-color: rgb(110 231 183 / 0.5);
  border-bottom-color: rgb(110 231 183 / 0.5);
}
.border-y-emerald-300\/55 {
  border-top-color: rgb(110 231 183 / 0.55);
  border-bottom-color: rgb(110 231 183 / 0.55);
}
.border-y-emerald-300\/60 {
  border-top-color: rgb(110 231 183 / 0.6);
  border-bottom-color: rgb(110 231 183 / 0.6);
}
.border-y-emerald-300\/65 {
  border-top-color: rgb(110 231 183 / 0.65);
  border-bottom-color: rgb(110 231 183 / 0.65);
}
.border-y-emerald-300\/70 {
  border-top-color: rgb(110 231 183 / 0.7);
  border-bottom-color: rgb(110 231 183 / 0.7);
}
.border-y-emerald-300\/75 {
  border-top-color: rgb(110 231 183 / 0.75);
  border-bottom-color: rgb(110 231 183 / 0.75);
}
.border-y-emerald-300\/80 {
  border-top-color: rgb(110 231 183 / 0.8);
  border-bottom-color: rgb(110 231 183 / 0.8);
}
.border-y-emerald-300\/85 {
  border-top-color: rgb(110 231 183 / 0.85);
  border-bottom-color: rgb(110 231 183 / 0.85);
}
.border-y-emerald-300\/90 {
  border-top-color: rgb(110 231 183 / 0.9);
  border-bottom-color: rgb(110 231 183 / 0.9);
}
.border-y-emerald-300\/95 {
  border-top-color: rgb(110 231 183 / 0.95);
  border-bottom-color: rgb(110 231 183 / 0.95);
}
.border-y-emerald-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-y-emerald-400\/0 {
  border-top-color: rgb(52 211 153 / 0);
  border-bottom-color: rgb(52 211 153 / 0);
}
.border-y-emerald-400\/10 {
  border-top-color: rgb(52 211 153 / 0.1);
  border-bottom-color: rgb(52 211 153 / 0.1);
}
.border-y-emerald-400\/100 {
  border-top-color: rgb(52 211 153 / 1);
  border-bottom-color: rgb(52 211 153 / 1);
}
.border-y-emerald-400\/15 {
  border-top-color: rgb(52 211 153 / 0.15);
  border-bottom-color: rgb(52 211 153 / 0.15);
}
.border-y-emerald-400\/20 {
  border-top-color: rgb(52 211 153 / 0.2);
  border-bottom-color: rgb(52 211 153 / 0.2);
}
.border-y-emerald-400\/25 {
  border-top-color: rgb(52 211 153 / 0.25);
  border-bottom-color: rgb(52 211 153 / 0.25);
}
.border-y-emerald-400\/30 {
  border-top-color: rgb(52 211 153 / 0.3);
  border-bottom-color: rgb(52 211 153 / 0.3);
}
.border-y-emerald-400\/35 {
  border-top-color: rgb(52 211 153 / 0.35);
  border-bottom-color: rgb(52 211 153 / 0.35);
}
.border-y-emerald-400\/40 {
  border-top-color: rgb(52 211 153 / 0.4);
  border-bottom-color: rgb(52 211 153 / 0.4);
}
.border-y-emerald-400\/45 {
  border-top-color: rgb(52 211 153 / 0.45);
  border-bottom-color: rgb(52 211 153 / 0.45);
}
.border-y-emerald-400\/5 {
  border-top-color: rgb(52 211 153 / 0.05);
  border-bottom-color: rgb(52 211 153 / 0.05);
}
.border-y-emerald-400\/50 {
  border-top-color: rgb(52 211 153 / 0.5);
  border-bottom-color: rgb(52 211 153 / 0.5);
}
.border-y-emerald-400\/55 {
  border-top-color: rgb(52 211 153 / 0.55);
  border-bottom-color: rgb(52 211 153 / 0.55);
}
.border-y-emerald-400\/60 {
  border-top-color: rgb(52 211 153 / 0.6);
  border-bottom-color: rgb(52 211 153 / 0.6);
}
.border-y-emerald-400\/65 {
  border-top-color: rgb(52 211 153 / 0.65);
  border-bottom-color: rgb(52 211 153 / 0.65);
}
.border-y-emerald-400\/70 {
  border-top-color: rgb(52 211 153 / 0.7);
  border-bottom-color: rgb(52 211 153 / 0.7);
}
.border-y-emerald-400\/75 {
  border-top-color: rgb(52 211 153 / 0.75);
  border-bottom-color: rgb(52 211 153 / 0.75);
}
.border-y-emerald-400\/80 {
  border-top-color: rgb(52 211 153 / 0.8);
  border-bottom-color: rgb(52 211 153 / 0.8);
}
.border-y-emerald-400\/85 {
  border-top-color: rgb(52 211 153 / 0.85);
  border-bottom-color: rgb(52 211 153 / 0.85);
}
.border-y-emerald-400\/90 {
  border-top-color: rgb(52 211 153 / 0.9);
  border-bottom-color: rgb(52 211 153 / 0.9);
}
.border-y-emerald-400\/95 {
  border-top-color: rgb(52 211 153 / 0.95);
  border-bottom-color: rgb(52 211 153 / 0.95);
}
.border-y-emerald-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-y-emerald-50\/0 {
  border-top-color: rgb(236 253 245 / 0);
  border-bottom-color: rgb(236 253 245 / 0);
}
.border-y-emerald-50\/10 {
  border-top-color: rgb(236 253 245 / 0.1);
  border-bottom-color: rgb(236 253 245 / 0.1);
}
.border-y-emerald-50\/100 {
  border-top-color: rgb(236 253 245 / 1);
  border-bottom-color: rgb(236 253 245 / 1);
}
.border-y-emerald-50\/15 {
  border-top-color: rgb(236 253 245 / 0.15);
  border-bottom-color: rgb(236 253 245 / 0.15);
}
.border-y-emerald-50\/20 {
  border-top-color: rgb(236 253 245 / 0.2);
  border-bottom-color: rgb(236 253 245 / 0.2);
}
.border-y-emerald-50\/25 {
  border-top-color: rgb(236 253 245 / 0.25);
  border-bottom-color: rgb(236 253 245 / 0.25);
}
.border-y-emerald-50\/30 {
  border-top-color: rgb(236 253 245 / 0.3);
  border-bottom-color: rgb(236 253 245 / 0.3);
}
.border-y-emerald-50\/35 {
  border-top-color: rgb(236 253 245 / 0.35);
  border-bottom-color: rgb(236 253 245 / 0.35);
}
.border-y-emerald-50\/40 {
  border-top-color: rgb(236 253 245 / 0.4);
  border-bottom-color: rgb(236 253 245 / 0.4);
}
.border-y-emerald-50\/45 {
  border-top-color: rgb(236 253 245 / 0.45);
  border-bottom-color: rgb(236 253 245 / 0.45);
}
.border-y-emerald-50\/5 {
  border-top-color: rgb(236 253 245 / 0.05);
  border-bottom-color: rgb(236 253 245 / 0.05);
}
.border-y-emerald-50\/50 {
  border-top-color: rgb(236 253 245 / 0.5);
  border-bottom-color: rgb(236 253 245 / 0.5);
}
.border-y-emerald-50\/55 {
  border-top-color: rgb(236 253 245 / 0.55);
  border-bottom-color: rgb(236 253 245 / 0.55);
}
.border-y-emerald-50\/60 {
  border-top-color: rgb(236 253 245 / 0.6);
  border-bottom-color: rgb(236 253 245 / 0.6);
}
.border-y-emerald-50\/65 {
  border-top-color: rgb(236 253 245 / 0.65);
  border-bottom-color: rgb(236 253 245 / 0.65);
}
.border-y-emerald-50\/70 {
  border-top-color: rgb(236 253 245 / 0.7);
  border-bottom-color: rgb(236 253 245 / 0.7);
}
.border-y-emerald-50\/75 {
  border-top-color: rgb(236 253 245 / 0.75);
  border-bottom-color: rgb(236 253 245 / 0.75);
}
.border-y-emerald-50\/80 {
  border-top-color: rgb(236 253 245 / 0.8);
  border-bottom-color: rgb(236 253 245 / 0.8);
}
.border-y-emerald-50\/85 {
  border-top-color: rgb(236 253 245 / 0.85);
  border-bottom-color: rgb(236 253 245 / 0.85);
}
.border-y-emerald-50\/90 {
  border-top-color: rgb(236 253 245 / 0.9);
  border-bottom-color: rgb(236 253 245 / 0.9);
}
.border-y-emerald-50\/95 {
  border-top-color: rgb(236 253 245 / 0.95);
  border-bottom-color: rgb(236 253 245 / 0.95);
}
.border-y-emerald-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-y-emerald-500\/0 {
  border-top-color: rgb(16 185 129 / 0);
  border-bottom-color: rgb(16 185 129 / 0);
}
.border-y-emerald-500\/10 {
  border-top-color: rgb(16 185 129 / 0.1);
  border-bottom-color: rgb(16 185 129 / 0.1);
}
.border-y-emerald-500\/100 {
  border-top-color: rgb(16 185 129 / 1);
  border-bottom-color: rgb(16 185 129 / 1);
}
.border-y-emerald-500\/15 {
  border-top-color: rgb(16 185 129 / 0.15);
  border-bottom-color: rgb(16 185 129 / 0.15);
}
.border-y-emerald-500\/20 {
  border-top-color: rgb(16 185 129 / 0.2);
  border-bottom-color: rgb(16 185 129 / 0.2);
}
.border-y-emerald-500\/25 {
  border-top-color: rgb(16 185 129 / 0.25);
  border-bottom-color: rgb(16 185 129 / 0.25);
}
.border-y-emerald-500\/30 {
  border-top-color: rgb(16 185 129 / 0.3);
  border-bottom-color: rgb(16 185 129 / 0.3);
}
.border-y-emerald-500\/35 {
  border-top-color: rgb(16 185 129 / 0.35);
  border-bottom-color: rgb(16 185 129 / 0.35);
}
.border-y-emerald-500\/40 {
  border-top-color: rgb(16 185 129 / 0.4);
  border-bottom-color: rgb(16 185 129 / 0.4);
}
.border-y-emerald-500\/45 {
  border-top-color: rgb(16 185 129 / 0.45);
  border-bottom-color: rgb(16 185 129 / 0.45);
}
.border-y-emerald-500\/5 {
  border-top-color: rgb(16 185 129 / 0.05);
  border-bottom-color: rgb(16 185 129 / 0.05);
}
.border-y-emerald-500\/50 {
  border-top-color: rgb(16 185 129 / 0.5);
  border-bottom-color: rgb(16 185 129 / 0.5);
}
.border-y-emerald-500\/55 {
  border-top-color: rgb(16 185 129 / 0.55);
  border-bottom-color: rgb(16 185 129 / 0.55);
}
.border-y-emerald-500\/60 {
  border-top-color: rgb(16 185 129 / 0.6);
  border-bottom-color: rgb(16 185 129 / 0.6);
}
.border-y-emerald-500\/65 {
  border-top-color: rgb(16 185 129 / 0.65);
  border-bottom-color: rgb(16 185 129 / 0.65);
}
.border-y-emerald-500\/70 {
  border-top-color: rgb(16 185 129 / 0.7);
  border-bottom-color: rgb(16 185 129 / 0.7);
}
.border-y-emerald-500\/75 {
  border-top-color: rgb(16 185 129 / 0.75);
  border-bottom-color: rgb(16 185 129 / 0.75);
}
.border-y-emerald-500\/80 {
  border-top-color: rgb(16 185 129 / 0.8);
  border-bottom-color: rgb(16 185 129 / 0.8);
}
.border-y-emerald-500\/85 {
  border-top-color: rgb(16 185 129 / 0.85);
  border-bottom-color: rgb(16 185 129 / 0.85);
}
.border-y-emerald-500\/90 {
  border-top-color: rgb(16 185 129 / 0.9);
  border-bottom-color: rgb(16 185 129 / 0.9);
}
.border-y-emerald-500\/95 {
  border-top-color: rgb(16 185 129 / 0.95);
  border-bottom-color: rgb(16 185 129 / 0.95);
}
.border-y-emerald-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-y-emerald-600\/0 {
  border-top-color: rgb(5 150 105 / 0);
  border-bottom-color: rgb(5 150 105 / 0);
}
.border-y-emerald-600\/10 {
  border-top-color: rgb(5 150 105 / 0.1);
  border-bottom-color: rgb(5 150 105 / 0.1);
}
.border-y-emerald-600\/100 {
  border-top-color: rgb(5 150 105 / 1);
  border-bottom-color: rgb(5 150 105 / 1);
}
.border-y-emerald-600\/15 {
  border-top-color: rgb(5 150 105 / 0.15);
  border-bottom-color: rgb(5 150 105 / 0.15);
}
.border-y-emerald-600\/20 {
  border-top-color: rgb(5 150 105 / 0.2);
  border-bottom-color: rgb(5 150 105 / 0.2);
}
.border-y-emerald-600\/25 {
  border-top-color: rgb(5 150 105 / 0.25);
  border-bottom-color: rgb(5 150 105 / 0.25);
}
.border-y-emerald-600\/30 {
  border-top-color: rgb(5 150 105 / 0.3);
  border-bottom-color: rgb(5 150 105 / 0.3);
}
.border-y-emerald-600\/35 {
  border-top-color: rgb(5 150 105 / 0.35);
  border-bottom-color: rgb(5 150 105 / 0.35);
}
.border-y-emerald-600\/40 {
  border-top-color: rgb(5 150 105 / 0.4);
  border-bottom-color: rgb(5 150 105 / 0.4);
}
.border-y-emerald-600\/45 {
  border-top-color: rgb(5 150 105 / 0.45);
  border-bottom-color: rgb(5 150 105 / 0.45);
}
.border-y-emerald-600\/5 {
  border-top-color: rgb(5 150 105 / 0.05);
  border-bottom-color: rgb(5 150 105 / 0.05);
}
.border-y-emerald-600\/50 {
  border-top-color: rgb(5 150 105 / 0.5);
  border-bottom-color: rgb(5 150 105 / 0.5);
}
.border-y-emerald-600\/55 {
  border-top-color: rgb(5 150 105 / 0.55);
  border-bottom-color: rgb(5 150 105 / 0.55);
}
.border-y-emerald-600\/60 {
  border-top-color: rgb(5 150 105 / 0.6);
  border-bottom-color: rgb(5 150 105 / 0.6);
}
.border-y-emerald-600\/65 {
  border-top-color: rgb(5 150 105 / 0.65);
  border-bottom-color: rgb(5 150 105 / 0.65);
}
.border-y-emerald-600\/70 {
  border-top-color: rgb(5 150 105 / 0.7);
  border-bottom-color: rgb(5 150 105 / 0.7);
}
.border-y-emerald-600\/75 {
  border-top-color: rgb(5 150 105 / 0.75);
  border-bottom-color: rgb(5 150 105 / 0.75);
}
.border-y-emerald-600\/80 {
  border-top-color: rgb(5 150 105 / 0.8);
  border-bottom-color: rgb(5 150 105 / 0.8);
}
.border-y-emerald-600\/85 {
  border-top-color: rgb(5 150 105 / 0.85);
  border-bottom-color: rgb(5 150 105 / 0.85);
}
.border-y-emerald-600\/90 {
  border-top-color: rgb(5 150 105 / 0.9);
  border-bottom-color: rgb(5 150 105 / 0.9);
}
.border-y-emerald-600\/95 {
  border-top-color: rgb(5 150 105 / 0.95);
  border-bottom-color: rgb(5 150 105 / 0.95);
}
.border-y-emerald-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-y-emerald-700\/0 {
  border-top-color: rgb(4 120 87 / 0);
  border-bottom-color: rgb(4 120 87 / 0);
}
.border-y-emerald-700\/10 {
  border-top-color: rgb(4 120 87 / 0.1);
  border-bottom-color: rgb(4 120 87 / 0.1);
}
.border-y-emerald-700\/100 {
  border-top-color: rgb(4 120 87 / 1);
  border-bottom-color: rgb(4 120 87 / 1);
}
.border-y-emerald-700\/15 {
  border-top-color: rgb(4 120 87 / 0.15);
  border-bottom-color: rgb(4 120 87 / 0.15);
}
.border-y-emerald-700\/20 {
  border-top-color: rgb(4 120 87 / 0.2);
  border-bottom-color: rgb(4 120 87 / 0.2);
}
.border-y-emerald-700\/25 {
  border-top-color: rgb(4 120 87 / 0.25);
  border-bottom-color: rgb(4 120 87 / 0.25);
}
.border-y-emerald-700\/30 {
  border-top-color: rgb(4 120 87 / 0.3);
  border-bottom-color: rgb(4 120 87 / 0.3);
}
.border-y-emerald-700\/35 {
  border-top-color: rgb(4 120 87 / 0.35);
  border-bottom-color: rgb(4 120 87 / 0.35);
}
.border-y-emerald-700\/40 {
  border-top-color: rgb(4 120 87 / 0.4);
  border-bottom-color: rgb(4 120 87 / 0.4);
}
.border-y-emerald-700\/45 {
  border-top-color: rgb(4 120 87 / 0.45);
  border-bottom-color: rgb(4 120 87 / 0.45);
}
.border-y-emerald-700\/5 {
  border-top-color: rgb(4 120 87 / 0.05);
  border-bottom-color: rgb(4 120 87 / 0.05);
}
.border-y-emerald-700\/50 {
  border-top-color: rgb(4 120 87 / 0.5);
  border-bottom-color: rgb(4 120 87 / 0.5);
}
.border-y-emerald-700\/55 {
  border-top-color: rgb(4 120 87 / 0.55);
  border-bottom-color: rgb(4 120 87 / 0.55);
}
.border-y-emerald-700\/60 {
  border-top-color: rgb(4 120 87 / 0.6);
  border-bottom-color: rgb(4 120 87 / 0.6);
}
.border-y-emerald-700\/65 {
  border-top-color: rgb(4 120 87 / 0.65);
  border-bottom-color: rgb(4 120 87 / 0.65);
}
.border-y-emerald-700\/70 {
  border-top-color: rgb(4 120 87 / 0.7);
  border-bottom-color: rgb(4 120 87 / 0.7);
}
.border-y-emerald-700\/75 {
  border-top-color: rgb(4 120 87 / 0.75);
  border-bottom-color: rgb(4 120 87 / 0.75);
}
.border-y-emerald-700\/80 {
  border-top-color: rgb(4 120 87 / 0.8);
  border-bottom-color: rgb(4 120 87 / 0.8);
}
.border-y-emerald-700\/85 {
  border-top-color: rgb(4 120 87 / 0.85);
  border-bottom-color: rgb(4 120 87 / 0.85);
}
.border-y-emerald-700\/90 {
  border-top-color: rgb(4 120 87 / 0.9);
  border-bottom-color: rgb(4 120 87 / 0.9);
}
.border-y-emerald-700\/95 {
  border-top-color: rgb(4 120 87 / 0.95);
  border-bottom-color: rgb(4 120 87 / 0.95);
}
.border-y-emerald-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-y-emerald-800\/0 {
  border-top-color: rgb(6 95 70 / 0);
  border-bottom-color: rgb(6 95 70 / 0);
}
.border-y-emerald-800\/10 {
  border-top-color: rgb(6 95 70 / 0.1);
  border-bottom-color: rgb(6 95 70 / 0.1);
}
.border-y-emerald-800\/100 {
  border-top-color: rgb(6 95 70 / 1);
  border-bottom-color: rgb(6 95 70 / 1);
}
.border-y-emerald-800\/15 {
  border-top-color: rgb(6 95 70 / 0.15);
  border-bottom-color: rgb(6 95 70 / 0.15);
}
.border-y-emerald-800\/20 {
  border-top-color: rgb(6 95 70 / 0.2);
  border-bottom-color: rgb(6 95 70 / 0.2);
}
.border-y-emerald-800\/25 {
  border-top-color: rgb(6 95 70 / 0.25);
  border-bottom-color: rgb(6 95 70 / 0.25);
}
.border-y-emerald-800\/30 {
  border-top-color: rgb(6 95 70 / 0.3);
  border-bottom-color: rgb(6 95 70 / 0.3);
}
.border-y-emerald-800\/35 {
  border-top-color: rgb(6 95 70 / 0.35);
  border-bottom-color: rgb(6 95 70 / 0.35);
}
.border-y-emerald-800\/40 {
  border-top-color: rgb(6 95 70 / 0.4);
  border-bottom-color: rgb(6 95 70 / 0.4);
}
.border-y-emerald-800\/45 {
  border-top-color: rgb(6 95 70 / 0.45);
  border-bottom-color: rgb(6 95 70 / 0.45);
}
.border-y-emerald-800\/5 {
  border-top-color: rgb(6 95 70 / 0.05);
  border-bottom-color: rgb(6 95 70 / 0.05);
}
.border-y-emerald-800\/50 {
  border-top-color: rgb(6 95 70 / 0.5);
  border-bottom-color: rgb(6 95 70 / 0.5);
}
.border-y-emerald-800\/55 {
  border-top-color: rgb(6 95 70 / 0.55);
  border-bottom-color: rgb(6 95 70 / 0.55);
}
.border-y-emerald-800\/60 {
  border-top-color: rgb(6 95 70 / 0.6);
  border-bottom-color: rgb(6 95 70 / 0.6);
}
.border-y-emerald-800\/65 {
  border-top-color: rgb(6 95 70 / 0.65);
  border-bottom-color: rgb(6 95 70 / 0.65);
}
.border-y-emerald-800\/70 {
  border-top-color: rgb(6 95 70 / 0.7);
  border-bottom-color: rgb(6 95 70 / 0.7);
}
.border-y-emerald-800\/75 {
  border-top-color: rgb(6 95 70 / 0.75);
  border-bottom-color: rgb(6 95 70 / 0.75);
}
.border-y-emerald-800\/80 {
  border-top-color: rgb(6 95 70 / 0.8);
  border-bottom-color: rgb(6 95 70 / 0.8);
}
.border-y-emerald-800\/85 {
  border-top-color: rgb(6 95 70 / 0.85);
  border-bottom-color: rgb(6 95 70 / 0.85);
}
.border-y-emerald-800\/90 {
  border-top-color: rgb(6 95 70 / 0.9);
  border-bottom-color: rgb(6 95 70 / 0.9);
}
.border-y-emerald-800\/95 {
  border-top-color: rgb(6 95 70 / 0.95);
  border-bottom-color: rgb(6 95 70 / 0.95);
}
.border-y-emerald-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-y-emerald-900\/0 {
  border-top-color: rgb(6 78 59 / 0);
  border-bottom-color: rgb(6 78 59 / 0);
}
.border-y-emerald-900\/10 {
  border-top-color: rgb(6 78 59 / 0.1);
  border-bottom-color: rgb(6 78 59 / 0.1);
}
.border-y-emerald-900\/100 {
  border-top-color: rgb(6 78 59 / 1);
  border-bottom-color: rgb(6 78 59 / 1);
}
.border-y-emerald-900\/15 {
  border-top-color: rgb(6 78 59 / 0.15);
  border-bottom-color: rgb(6 78 59 / 0.15);
}
.border-y-emerald-900\/20 {
  border-top-color: rgb(6 78 59 / 0.2);
  border-bottom-color: rgb(6 78 59 / 0.2);
}
.border-y-emerald-900\/25 {
  border-top-color: rgb(6 78 59 / 0.25);
  border-bottom-color: rgb(6 78 59 / 0.25);
}
.border-y-emerald-900\/30 {
  border-top-color: rgb(6 78 59 / 0.3);
  border-bottom-color: rgb(6 78 59 / 0.3);
}
.border-y-emerald-900\/35 {
  border-top-color: rgb(6 78 59 / 0.35);
  border-bottom-color: rgb(6 78 59 / 0.35);
}
.border-y-emerald-900\/40 {
  border-top-color: rgb(6 78 59 / 0.4);
  border-bottom-color: rgb(6 78 59 / 0.4);
}
.border-y-emerald-900\/45 {
  border-top-color: rgb(6 78 59 / 0.45);
  border-bottom-color: rgb(6 78 59 / 0.45);
}
.border-y-emerald-900\/5 {
  border-top-color: rgb(6 78 59 / 0.05);
  border-bottom-color: rgb(6 78 59 / 0.05);
}
.border-y-emerald-900\/50 {
  border-top-color: rgb(6 78 59 / 0.5);
  border-bottom-color: rgb(6 78 59 / 0.5);
}
.border-y-emerald-900\/55 {
  border-top-color: rgb(6 78 59 / 0.55);
  border-bottom-color: rgb(6 78 59 / 0.55);
}
.border-y-emerald-900\/60 {
  border-top-color: rgb(6 78 59 / 0.6);
  border-bottom-color: rgb(6 78 59 / 0.6);
}
.border-y-emerald-900\/65 {
  border-top-color: rgb(6 78 59 / 0.65);
  border-bottom-color: rgb(6 78 59 / 0.65);
}
.border-y-emerald-900\/70 {
  border-top-color: rgb(6 78 59 / 0.7);
  border-bottom-color: rgb(6 78 59 / 0.7);
}
.border-y-emerald-900\/75 {
  border-top-color: rgb(6 78 59 / 0.75);
  border-bottom-color: rgb(6 78 59 / 0.75);
}
.border-y-emerald-900\/80 {
  border-top-color: rgb(6 78 59 / 0.8);
  border-bottom-color: rgb(6 78 59 / 0.8);
}
.border-y-emerald-900\/85 {
  border-top-color: rgb(6 78 59 / 0.85);
  border-bottom-color: rgb(6 78 59 / 0.85);
}
.border-y-emerald-900\/90 {
  border-top-color: rgb(6 78 59 / 0.9);
  border-bottom-color: rgb(6 78 59 / 0.9);
}
.border-y-emerald-900\/95 {
  border-top-color: rgb(6 78 59 / 0.95);
  border-bottom-color: rgb(6 78 59 / 0.95);
}
.border-y-emerald-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-y-emerald-950\/0 {
  border-top-color: rgb(2 44 34 / 0);
  border-bottom-color: rgb(2 44 34 / 0);
}
.border-y-emerald-950\/10 {
  border-top-color: rgb(2 44 34 / 0.1);
  border-bottom-color: rgb(2 44 34 / 0.1);
}
.border-y-emerald-950\/100 {
  border-top-color: rgb(2 44 34 / 1);
  border-bottom-color: rgb(2 44 34 / 1);
}
.border-y-emerald-950\/15 {
  border-top-color: rgb(2 44 34 / 0.15);
  border-bottom-color: rgb(2 44 34 / 0.15);
}
.border-y-emerald-950\/20 {
  border-top-color: rgb(2 44 34 / 0.2);
  border-bottom-color: rgb(2 44 34 / 0.2);
}
.border-y-emerald-950\/25 {
  border-top-color: rgb(2 44 34 / 0.25);
  border-bottom-color: rgb(2 44 34 / 0.25);
}
.border-y-emerald-950\/30 {
  border-top-color: rgb(2 44 34 / 0.3);
  border-bottom-color: rgb(2 44 34 / 0.3);
}
.border-y-emerald-950\/35 {
  border-top-color: rgb(2 44 34 / 0.35);
  border-bottom-color: rgb(2 44 34 / 0.35);
}
.border-y-emerald-950\/40 {
  border-top-color: rgb(2 44 34 / 0.4);
  border-bottom-color: rgb(2 44 34 / 0.4);
}
.border-y-emerald-950\/45 {
  border-top-color: rgb(2 44 34 / 0.45);
  border-bottom-color: rgb(2 44 34 / 0.45);
}
.border-y-emerald-950\/5 {
  border-top-color: rgb(2 44 34 / 0.05);
  border-bottom-color: rgb(2 44 34 / 0.05);
}
.border-y-emerald-950\/50 {
  border-top-color: rgb(2 44 34 / 0.5);
  border-bottom-color: rgb(2 44 34 / 0.5);
}
.border-y-emerald-950\/55 {
  border-top-color: rgb(2 44 34 / 0.55);
  border-bottom-color: rgb(2 44 34 / 0.55);
}
.border-y-emerald-950\/60 {
  border-top-color: rgb(2 44 34 / 0.6);
  border-bottom-color: rgb(2 44 34 / 0.6);
}
.border-y-emerald-950\/65 {
  border-top-color: rgb(2 44 34 / 0.65);
  border-bottom-color: rgb(2 44 34 / 0.65);
}
.border-y-emerald-950\/70 {
  border-top-color: rgb(2 44 34 / 0.7);
  border-bottom-color: rgb(2 44 34 / 0.7);
}
.border-y-emerald-950\/75 {
  border-top-color: rgb(2 44 34 / 0.75);
  border-bottom-color: rgb(2 44 34 / 0.75);
}
.border-y-emerald-950\/80 {
  border-top-color: rgb(2 44 34 / 0.8);
  border-bottom-color: rgb(2 44 34 / 0.8);
}
.border-y-emerald-950\/85 {
  border-top-color: rgb(2 44 34 / 0.85);
  border-bottom-color: rgb(2 44 34 / 0.85);
}
.border-y-emerald-950\/90 {
  border-top-color: rgb(2 44 34 / 0.9);
  border-bottom-color: rgb(2 44 34 / 0.9);
}
.border-y-emerald-950\/95 {
  border-top-color: rgb(2 44 34 / 0.95);
  border-bottom-color: rgb(2 44 34 / 0.95);
}
.border-y-fuchsia-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-100\/0 {
  border-top-color: rgb(250 232 255 / 0);
  border-bottom-color: rgb(250 232 255 / 0);
}
.border-y-fuchsia-100\/10 {
  border-top-color: rgb(250 232 255 / 0.1);
  border-bottom-color: rgb(250 232 255 / 0.1);
}
.border-y-fuchsia-100\/100 {
  border-top-color: rgb(250 232 255 / 1);
  border-bottom-color: rgb(250 232 255 / 1);
}
.border-y-fuchsia-100\/15 {
  border-top-color: rgb(250 232 255 / 0.15);
  border-bottom-color: rgb(250 232 255 / 0.15);
}
.border-y-fuchsia-100\/20 {
  border-top-color: rgb(250 232 255 / 0.2);
  border-bottom-color: rgb(250 232 255 / 0.2);
}
.border-y-fuchsia-100\/25 {
  border-top-color: rgb(250 232 255 / 0.25);
  border-bottom-color: rgb(250 232 255 / 0.25);
}
.border-y-fuchsia-100\/30 {
  border-top-color: rgb(250 232 255 / 0.3);
  border-bottom-color: rgb(250 232 255 / 0.3);
}
.border-y-fuchsia-100\/35 {
  border-top-color: rgb(250 232 255 / 0.35);
  border-bottom-color: rgb(250 232 255 / 0.35);
}
.border-y-fuchsia-100\/40 {
  border-top-color: rgb(250 232 255 / 0.4);
  border-bottom-color: rgb(250 232 255 / 0.4);
}
.border-y-fuchsia-100\/45 {
  border-top-color: rgb(250 232 255 / 0.45);
  border-bottom-color: rgb(250 232 255 / 0.45);
}
.border-y-fuchsia-100\/5 {
  border-top-color: rgb(250 232 255 / 0.05);
  border-bottom-color: rgb(250 232 255 / 0.05);
}
.border-y-fuchsia-100\/50 {
  border-top-color: rgb(250 232 255 / 0.5);
  border-bottom-color: rgb(250 232 255 / 0.5);
}
.border-y-fuchsia-100\/55 {
  border-top-color: rgb(250 232 255 / 0.55);
  border-bottom-color: rgb(250 232 255 / 0.55);
}
.border-y-fuchsia-100\/60 {
  border-top-color: rgb(250 232 255 / 0.6);
  border-bottom-color: rgb(250 232 255 / 0.6);
}
.border-y-fuchsia-100\/65 {
  border-top-color: rgb(250 232 255 / 0.65);
  border-bottom-color: rgb(250 232 255 / 0.65);
}
.border-y-fuchsia-100\/70 {
  border-top-color: rgb(250 232 255 / 0.7);
  border-bottom-color: rgb(250 232 255 / 0.7);
}
.border-y-fuchsia-100\/75 {
  border-top-color: rgb(250 232 255 / 0.75);
  border-bottom-color: rgb(250 232 255 / 0.75);
}
.border-y-fuchsia-100\/80 {
  border-top-color: rgb(250 232 255 / 0.8);
  border-bottom-color: rgb(250 232 255 / 0.8);
}
.border-y-fuchsia-100\/85 {
  border-top-color: rgb(250 232 255 / 0.85);
  border-bottom-color: rgb(250 232 255 / 0.85);
}
.border-y-fuchsia-100\/90 {
  border-top-color: rgb(250 232 255 / 0.9);
  border-bottom-color: rgb(250 232 255 / 0.9);
}
.border-y-fuchsia-100\/95 {
  border-top-color: rgb(250 232 255 / 0.95);
  border-bottom-color: rgb(250 232 255 / 0.95);
}
.border-y-fuchsia-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-200\/0 {
  border-top-color: rgb(245 208 254 / 0);
  border-bottom-color: rgb(245 208 254 / 0);
}
.border-y-fuchsia-200\/10 {
  border-top-color: rgb(245 208 254 / 0.1);
  border-bottom-color: rgb(245 208 254 / 0.1);
}
.border-y-fuchsia-200\/100 {
  border-top-color: rgb(245 208 254 / 1);
  border-bottom-color: rgb(245 208 254 / 1);
}
.border-y-fuchsia-200\/15 {
  border-top-color: rgb(245 208 254 / 0.15);
  border-bottom-color: rgb(245 208 254 / 0.15);
}
.border-y-fuchsia-200\/20 {
  border-top-color: rgb(245 208 254 / 0.2);
  border-bottom-color: rgb(245 208 254 / 0.2);
}
.border-y-fuchsia-200\/25 {
  border-top-color: rgb(245 208 254 / 0.25);
  border-bottom-color: rgb(245 208 254 / 0.25);
}
.border-y-fuchsia-200\/30 {
  border-top-color: rgb(245 208 254 / 0.3);
  border-bottom-color: rgb(245 208 254 / 0.3);
}
.border-y-fuchsia-200\/35 {
  border-top-color: rgb(245 208 254 / 0.35);
  border-bottom-color: rgb(245 208 254 / 0.35);
}
.border-y-fuchsia-200\/40 {
  border-top-color: rgb(245 208 254 / 0.4);
  border-bottom-color: rgb(245 208 254 / 0.4);
}
.border-y-fuchsia-200\/45 {
  border-top-color: rgb(245 208 254 / 0.45);
  border-bottom-color: rgb(245 208 254 / 0.45);
}
.border-y-fuchsia-200\/5 {
  border-top-color: rgb(245 208 254 / 0.05);
  border-bottom-color: rgb(245 208 254 / 0.05);
}
.border-y-fuchsia-200\/50 {
  border-top-color: rgb(245 208 254 / 0.5);
  border-bottom-color: rgb(245 208 254 / 0.5);
}
.border-y-fuchsia-200\/55 {
  border-top-color: rgb(245 208 254 / 0.55);
  border-bottom-color: rgb(245 208 254 / 0.55);
}
.border-y-fuchsia-200\/60 {
  border-top-color: rgb(245 208 254 / 0.6);
  border-bottom-color: rgb(245 208 254 / 0.6);
}
.border-y-fuchsia-200\/65 {
  border-top-color: rgb(245 208 254 / 0.65);
  border-bottom-color: rgb(245 208 254 / 0.65);
}
.border-y-fuchsia-200\/70 {
  border-top-color: rgb(245 208 254 / 0.7);
  border-bottom-color: rgb(245 208 254 / 0.7);
}
.border-y-fuchsia-200\/75 {
  border-top-color: rgb(245 208 254 / 0.75);
  border-bottom-color: rgb(245 208 254 / 0.75);
}
.border-y-fuchsia-200\/80 {
  border-top-color: rgb(245 208 254 / 0.8);
  border-bottom-color: rgb(245 208 254 / 0.8);
}
.border-y-fuchsia-200\/85 {
  border-top-color: rgb(245 208 254 / 0.85);
  border-bottom-color: rgb(245 208 254 / 0.85);
}
.border-y-fuchsia-200\/90 {
  border-top-color: rgb(245 208 254 / 0.9);
  border-bottom-color: rgb(245 208 254 / 0.9);
}
.border-y-fuchsia-200\/95 {
  border-top-color: rgb(245 208 254 / 0.95);
  border-bottom-color: rgb(245 208 254 / 0.95);
}
.border-y-fuchsia-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-300\/0 {
  border-top-color: rgb(240 171 252 / 0);
  border-bottom-color: rgb(240 171 252 / 0);
}
.border-y-fuchsia-300\/10 {
  border-top-color: rgb(240 171 252 / 0.1);
  border-bottom-color: rgb(240 171 252 / 0.1);
}
.border-y-fuchsia-300\/100 {
  border-top-color: rgb(240 171 252 / 1);
  border-bottom-color: rgb(240 171 252 / 1);
}
.border-y-fuchsia-300\/15 {
  border-top-color: rgb(240 171 252 / 0.15);
  border-bottom-color: rgb(240 171 252 / 0.15);
}
.border-y-fuchsia-300\/20 {
  border-top-color: rgb(240 171 252 / 0.2);
  border-bottom-color: rgb(240 171 252 / 0.2);
}
.border-y-fuchsia-300\/25 {
  border-top-color: rgb(240 171 252 / 0.25);
  border-bottom-color: rgb(240 171 252 / 0.25);
}
.border-y-fuchsia-300\/30 {
  border-top-color: rgb(240 171 252 / 0.3);
  border-bottom-color: rgb(240 171 252 / 0.3);
}
.border-y-fuchsia-300\/35 {
  border-top-color: rgb(240 171 252 / 0.35);
  border-bottom-color: rgb(240 171 252 / 0.35);
}
.border-y-fuchsia-300\/40 {
  border-top-color: rgb(240 171 252 / 0.4);
  border-bottom-color: rgb(240 171 252 / 0.4);
}
.border-y-fuchsia-300\/45 {
  border-top-color: rgb(240 171 252 / 0.45);
  border-bottom-color: rgb(240 171 252 / 0.45);
}
.border-y-fuchsia-300\/5 {
  border-top-color: rgb(240 171 252 / 0.05);
  border-bottom-color: rgb(240 171 252 / 0.05);
}
.border-y-fuchsia-300\/50 {
  border-top-color: rgb(240 171 252 / 0.5);
  border-bottom-color: rgb(240 171 252 / 0.5);
}
.border-y-fuchsia-300\/55 {
  border-top-color: rgb(240 171 252 / 0.55);
  border-bottom-color: rgb(240 171 252 / 0.55);
}
.border-y-fuchsia-300\/60 {
  border-top-color: rgb(240 171 252 / 0.6);
  border-bottom-color: rgb(240 171 252 / 0.6);
}
.border-y-fuchsia-300\/65 {
  border-top-color: rgb(240 171 252 / 0.65);
  border-bottom-color: rgb(240 171 252 / 0.65);
}
.border-y-fuchsia-300\/70 {
  border-top-color: rgb(240 171 252 / 0.7);
  border-bottom-color: rgb(240 171 252 / 0.7);
}
.border-y-fuchsia-300\/75 {
  border-top-color: rgb(240 171 252 / 0.75);
  border-bottom-color: rgb(240 171 252 / 0.75);
}
.border-y-fuchsia-300\/80 {
  border-top-color: rgb(240 171 252 / 0.8);
  border-bottom-color: rgb(240 171 252 / 0.8);
}
.border-y-fuchsia-300\/85 {
  border-top-color: rgb(240 171 252 / 0.85);
  border-bottom-color: rgb(240 171 252 / 0.85);
}
.border-y-fuchsia-300\/90 {
  border-top-color: rgb(240 171 252 / 0.9);
  border-bottom-color: rgb(240 171 252 / 0.9);
}
.border-y-fuchsia-300\/95 {
  border-top-color: rgb(240 171 252 / 0.95);
  border-bottom-color: rgb(240 171 252 / 0.95);
}
.border-y-fuchsia-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-400\/0 {
  border-top-color: rgb(232 121 249 / 0);
  border-bottom-color: rgb(232 121 249 / 0);
}
.border-y-fuchsia-400\/10 {
  border-top-color: rgb(232 121 249 / 0.1);
  border-bottom-color: rgb(232 121 249 / 0.1);
}
.border-y-fuchsia-400\/100 {
  border-top-color: rgb(232 121 249 / 1);
  border-bottom-color: rgb(232 121 249 / 1);
}
.border-y-fuchsia-400\/15 {
  border-top-color: rgb(232 121 249 / 0.15);
  border-bottom-color: rgb(232 121 249 / 0.15);
}
.border-y-fuchsia-400\/20 {
  border-top-color: rgb(232 121 249 / 0.2);
  border-bottom-color: rgb(232 121 249 / 0.2);
}
.border-y-fuchsia-400\/25 {
  border-top-color: rgb(232 121 249 / 0.25);
  border-bottom-color: rgb(232 121 249 / 0.25);
}
.border-y-fuchsia-400\/30 {
  border-top-color: rgb(232 121 249 / 0.3);
  border-bottom-color: rgb(232 121 249 / 0.3);
}
.border-y-fuchsia-400\/35 {
  border-top-color: rgb(232 121 249 / 0.35);
  border-bottom-color: rgb(232 121 249 / 0.35);
}
.border-y-fuchsia-400\/40 {
  border-top-color: rgb(232 121 249 / 0.4);
  border-bottom-color: rgb(232 121 249 / 0.4);
}
.border-y-fuchsia-400\/45 {
  border-top-color: rgb(232 121 249 / 0.45);
  border-bottom-color: rgb(232 121 249 / 0.45);
}
.border-y-fuchsia-400\/5 {
  border-top-color: rgb(232 121 249 / 0.05);
  border-bottom-color: rgb(232 121 249 / 0.05);
}
.border-y-fuchsia-400\/50 {
  border-top-color: rgb(232 121 249 / 0.5);
  border-bottom-color: rgb(232 121 249 / 0.5);
}
.border-y-fuchsia-400\/55 {
  border-top-color: rgb(232 121 249 / 0.55);
  border-bottom-color: rgb(232 121 249 / 0.55);
}
.border-y-fuchsia-400\/60 {
  border-top-color: rgb(232 121 249 / 0.6);
  border-bottom-color: rgb(232 121 249 / 0.6);
}
.border-y-fuchsia-400\/65 {
  border-top-color: rgb(232 121 249 / 0.65);
  border-bottom-color: rgb(232 121 249 / 0.65);
}
.border-y-fuchsia-400\/70 {
  border-top-color: rgb(232 121 249 / 0.7);
  border-bottom-color: rgb(232 121 249 / 0.7);
}
.border-y-fuchsia-400\/75 {
  border-top-color: rgb(232 121 249 / 0.75);
  border-bottom-color: rgb(232 121 249 / 0.75);
}
.border-y-fuchsia-400\/80 {
  border-top-color: rgb(232 121 249 / 0.8);
  border-bottom-color: rgb(232 121 249 / 0.8);
}
.border-y-fuchsia-400\/85 {
  border-top-color: rgb(232 121 249 / 0.85);
  border-bottom-color: rgb(232 121 249 / 0.85);
}
.border-y-fuchsia-400\/90 {
  border-top-color: rgb(232 121 249 / 0.9);
  border-bottom-color: rgb(232 121 249 / 0.9);
}
.border-y-fuchsia-400\/95 {
  border-top-color: rgb(232 121 249 / 0.95);
  border-bottom-color: rgb(232 121 249 / 0.95);
}
.border-y-fuchsia-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-50\/0 {
  border-top-color: rgb(253 244 255 / 0);
  border-bottom-color: rgb(253 244 255 / 0);
}
.border-y-fuchsia-50\/10 {
  border-top-color: rgb(253 244 255 / 0.1);
  border-bottom-color: rgb(253 244 255 / 0.1);
}
.border-y-fuchsia-50\/100 {
  border-top-color: rgb(253 244 255 / 1);
  border-bottom-color: rgb(253 244 255 / 1);
}
.border-y-fuchsia-50\/15 {
  border-top-color: rgb(253 244 255 / 0.15);
  border-bottom-color: rgb(253 244 255 / 0.15);
}
.border-y-fuchsia-50\/20 {
  border-top-color: rgb(253 244 255 / 0.2);
  border-bottom-color: rgb(253 244 255 / 0.2);
}
.border-y-fuchsia-50\/25 {
  border-top-color: rgb(253 244 255 / 0.25);
  border-bottom-color: rgb(253 244 255 / 0.25);
}
.border-y-fuchsia-50\/30 {
  border-top-color: rgb(253 244 255 / 0.3);
  border-bottom-color: rgb(253 244 255 / 0.3);
}
.border-y-fuchsia-50\/35 {
  border-top-color: rgb(253 244 255 / 0.35);
  border-bottom-color: rgb(253 244 255 / 0.35);
}
.border-y-fuchsia-50\/40 {
  border-top-color: rgb(253 244 255 / 0.4);
  border-bottom-color: rgb(253 244 255 / 0.4);
}
.border-y-fuchsia-50\/45 {
  border-top-color: rgb(253 244 255 / 0.45);
  border-bottom-color: rgb(253 244 255 / 0.45);
}
.border-y-fuchsia-50\/5 {
  border-top-color: rgb(253 244 255 / 0.05);
  border-bottom-color: rgb(253 244 255 / 0.05);
}
.border-y-fuchsia-50\/50 {
  border-top-color: rgb(253 244 255 / 0.5);
  border-bottom-color: rgb(253 244 255 / 0.5);
}
.border-y-fuchsia-50\/55 {
  border-top-color: rgb(253 244 255 / 0.55);
  border-bottom-color: rgb(253 244 255 / 0.55);
}
.border-y-fuchsia-50\/60 {
  border-top-color: rgb(253 244 255 / 0.6);
  border-bottom-color: rgb(253 244 255 / 0.6);
}
.border-y-fuchsia-50\/65 {
  border-top-color: rgb(253 244 255 / 0.65);
  border-bottom-color: rgb(253 244 255 / 0.65);
}
.border-y-fuchsia-50\/70 {
  border-top-color: rgb(253 244 255 / 0.7);
  border-bottom-color: rgb(253 244 255 / 0.7);
}
.border-y-fuchsia-50\/75 {
  border-top-color: rgb(253 244 255 / 0.75);
  border-bottom-color: rgb(253 244 255 / 0.75);
}
.border-y-fuchsia-50\/80 {
  border-top-color: rgb(253 244 255 / 0.8);
  border-bottom-color: rgb(253 244 255 / 0.8);
}
.border-y-fuchsia-50\/85 {
  border-top-color: rgb(253 244 255 / 0.85);
  border-bottom-color: rgb(253 244 255 / 0.85);
}
.border-y-fuchsia-50\/90 {
  border-top-color: rgb(253 244 255 / 0.9);
  border-bottom-color: rgb(253 244 255 / 0.9);
}
.border-y-fuchsia-50\/95 {
  border-top-color: rgb(253 244 255 / 0.95);
  border-bottom-color: rgb(253 244 255 / 0.95);
}
.border-y-fuchsia-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-500\/0 {
  border-top-color: rgb(217 70 239 / 0);
  border-bottom-color: rgb(217 70 239 / 0);
}
.border-y-fuchsia-500\/10 {
  border-top-color: rgb(217 70 239 / 0.1);
  border-bottom-color: rgb(217 70 239 / 0.1);
}
.border-y-fuchsia-500\/100 {
  border-top-color: rgb(217 70 239 / 1);
  border-bottom-color: rgb(217 70 239 / 1);
}
.border-y-fuchsia-500\/15 {
  border-top-color: rgb(217 70 239 / 0.15);
  border-bottom-color: rgb(217 70 239 / 0.15);
}
.border-y-fuchsia-500\/20 {
  border-top-color: rgb(217 70 239 / 0.2);
  border-bottom-color: rgb(217 70 239 / 0.2);
}
.border-y-fuchsia-500\/25 {
  border-top-color: rgb(217 70 239 / 0.25);
  border-bottom-color: rgb(217 70 239 / 0.25);
}
.border-y-fuchsia-500\/30 {
  border-top-color: rgb(217 70 239 / 0.3);
  border-bottom-color: rgb(217 70 239 / 0.3);
}
.border-y-fuchsia-500\/35 {
  border-top-color: rgb(217 70 239 / 0.35);
  border-bottom-color: rgb(217 70 239 / 0.35);
}
.border-y-fuchsia-500\/40 {
  border-top-color: rgb(217 70 239 / 0.4);
  border-bottom-color: rgb(217 70 239 / 0.4);
}
.border-y-fuchsia-500\/45 {
  border-top-color: rgb(217 70 239 / 0.45);
  border-bottom-color: rgb(217 70 239 / 0.45);
}
.border-y-fuchsia-500\/5 {
  border-top-color: rgb(217 70 239 / 0.05);
  border-bottom-color: rgb(217 70 239 / 0.05);
}
.border-y-fuchsia-500\/50 {
  border-top-color: rgb(217 70 239 / 0.5);
  border-bottom-color: rgb(217 70 239 / 0.5);
}
.border-y-fuchsia-500\/55 {
  border-top-color: rgb(217 70 239 / 0.55);
  border-bottom-color: rgb(217 70 239 / 0.55);
}
.border-y-fuchsia-500\/60 {
  border-top-color: rgb(217 70 239 / 0.6);
  border-bottom-color: rgb(217 70 239 / 0.6);
}
.border-y-fuchsia-500\/65 {
  border-top-color: rgb(217 70 239 / 0.65);
  border-bottom-color: rgb(217 70 239 / 0.65);
}
.border-y-fuchsia-500\/70 {
  border-top-color: rgb(217 70 239 / 0.7);
  border-bottom-color: rgb(217 70 239 / 0.7);
}
.border-y-fuchsia-500\/75 {
  border-top-color: rgb(217 70 239 / 0.75);
  border-bottom-color: rgb(217 70 239 / 0.75);
}
.border-y-fuchsia-500\/80 {
  border-top-color: rgb(217 70 239 / 0.8);
  border-bottom-color: rgb(217 70 239 / 0.8);
}
.border-y-fuchsia-500\/85 {
  border-top-color: rgb(217 70 239 / 0.85);
  border-bottom-color: rgb(217 70 239 / 0.85);
}
.border-y-fuchsia-500\/90 {
  border-top-color: rgb(217 70 239 / 0.9);
  border-bottom-color: rgb(217 70 239 / 0.9);
}
.border-y-fuchsia-500\/95 {
  border-top-color: rgb(217 70 239 / 0.95);
  border-bottom-color: rgb(217 70 239 / 0.95);
}
.border-y-fuchsia-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-600\/0 {
  border-top-color: rgb(192 38 211 / 0);
  border-bottom-color: rgb(192 38 211 / 0);
}
.border-y-fuchsia-600\/10 {
  border-top-color: rgb(192 38 211 / 0.1);
  border-bottom-color: rgb(192 38 211 / 0.1);
}
.border-y-fuchsia-600\/100 {
  border-top-color: rgb(192 38 211 / 1);
  border-bottom-color: rgb(192 38 211 / 1);
}
.border-y-fuchsia-600\/15 {
  border-top-color: rgb(192 38 211 / 0.15);
  border-bottom-color: rgb(192 38 211 / 0.15);
}
.border-y-fuchsia-600\/20 {
  border-top-color: rgb(192 38 211 / 0.2);
  border-bottom-color: rgb(192 38 211 / 0.2);
}
.border-y-fuchsia-600\/25 {
  border-top-color: rgb(192 38 211 / 0.25);
  border-bottom-color: rgb(192 38 211 / 0.25);
}
.border-y-fuchsia-600\/30 {
  border-top-color: rgb(192 38 211 / 0.3);
  border-bottom-color: rgb(192 38 211 / 0.3);
}
.border-y-fuchsia-600\/35 {
  border-top-color: rgb(192 38 211 / 0.35);
  border-bottom-color: rgb(192 38 211 / 0.35);
}
.border-y-fuchsia-600\/40 {
  border-top-color: rgb(192 38 211 / 0.4);
  border-bottom-color: rgb(192 38 211 / 0.4);
}
.border-y-fuchsia-600\/45 {
  border-top-color: rgb(192 38 211 / 0.45);
  border-bottom-color: rgb(192 38 211 / 0.45);
}
.border-y-fuchsia-600\/5 {
  border-top-color: rgb(192 38 211 / 0.05);
  border-bottom-color: rgb(192 38 211 / 0.05);
}
.border-y-fuchsia-600\/50 {
  border-top-color: rgb(192 38 211 / 0.5);
  border-bottom-color: rgb(192 38 211 / 0.5);
}
.border-y-fuchsia-600\/55 {
  border-top-color: rgb(192 38 211 / 0.55);
  border-bottom-color: rgb(192 38 211 / 0.55);
}
.border-y-fuchsia-600\/60 {
  border-top-color: rgb(192 38 211 / 0.6);
  border-bottom-color: rgb(192 38 211 / 0.6);
}
.border-y-fuchsia-600\/65 {
  border-top-color: rgb(192 38 211 / 0.65);
  border-bottom-color: rgb(192 38 211 / 0.65);
}
.border-y-fuchsia-600\/70 {
  border-top-color: rgb(192 38 211 / 0.7);
  border-bottom-color: rgb(192 38 211 / 0.7);
}
.border-y-fuchsia-600\/75 {
  border-top-color: rgb(192 38 211 / 0.75);
  border-bottom-color: rgb(192 38 211 / 0.75);
}
.border-y-fuchsia-600\/80 {
  border-top-color: rgb(192 38 211 / 0.8);
  border-bottom-color: rgb(192 38 211 / 0.8);
}
.border-y-fuchsia-600\/85 {
  border-top-color: rgb(192 38 211 / 0.85);
  border-bottom-color: rgb(192 38 211 / 0.85);
}
.border-y-fuchsia-600\/90 {
  border-top-color: rgb(192 38 211 / 0.9);
  border-bottom-color: rgb(192 38 211 / 0.9);
}
.border-y-fuchsia-600\/95 {
  border-top-color: rgb(192 38 211 / 0.95);
  border-bottom-color: rgb(192 38 211 / 0.95);
}
.border-y-fuchsia-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-700\/0 {
  border-top-color: rgb(162 28 175 / 0);
  border-bottom-color: rgb(162 28 175 / 0);
}
.border-y-fuchsia-700\/10 {
  border-top-color: rgb(162 28 175 / 0.1);
  border-bottom-color: rgb(162 28 175 / 0.1);
}
.border-y-fuchsia-700\/100 {
  border-top-color: rgb(162 28 175 / 1);
  border-bottom-color: rgb(162 28 175 / 1);
}
.border-y-fuchsia-700\/15 {
  border-top-color: rgb(162 28 175 / 0.15);
  border-bottom-color: rgb(162 28 175 / 0.15);
}
.border-y-fuchsia-700\/20 {
  border-top-color: rgb(162 28 175 / 0.2);
  border-bottom-color: rgb(162 28 175 / 0.2);
}
.border-y-fuchsia-700\/25 {
  border-top-color: rgb(162 28 175 / 0.25);
  border-bottom-color: rgb(162 28 175 / 0.25);
}
.border-y-fuchsia-700\/30 {
  border-top-color: rgb(162 28 175 / 0.3);
  border-bottom-color: rgb(162 28 175 / 0.3);
}
.border-y-fuchsia-700\/35 {
  border-top-color: rgb(162 28 175 / 0.35);
  border-bottom-color: rgb(162 28 175 / 0.35);
}
.border-y-fuchsia-700\/40 {
  border-top-color: rgb(162 28 175 / 0.4);
  border-bottom-color: rgb(162 28 175 / 0.4);
}
.border-y-fuchsia-700\/45 {
  border-top-color: rgb(162 28 175 / 0.45);
  border-bottom-color: rgb(162 28 175 / 0.45);
}
.border-y-fuchsia-700\/5 {
  border-top-color: rgb(162 28 175 / 0.05);
  border-bottom-color: rgb(162 28 175 / 0.05);
}
.border-y-fuchsia-700\/50 {
  border-top-color: rgb(162 28 175 / 0.5);
  border-bottom-color: rgb(162 28 175 / 0.5);
}
.border-y-fuchsia-700\/55 {
  border-top-color: rgb(162 28 175 / 0.55);
  border-bottom-color: rgb(162 28 175 / 0.55);
}
.border-y-fuchsia-700\/60 {
  border-top-color: rgb(162 28 175 / 0.6);
  border-bottom-color: rgb(162 28 175 / 0.6);
}
.border-y-fuchsia-700\/65 {
  border-top-color: rgb(162 28 175 / 0.65);
  border-bottom-color: rgb(162 28 175 / 0.65);
}
.border-y-fuchsia-700\/70 {
  border-top-color: rgb(162 28 175 / 0.7);
  border-bottom-color: rgb(162 28 175 / 0.7);
}
.border-y-fuchsia-700\/75 {
  border-top-color: rgb(162 28 175 / 0.75);
  border-bottom-color: rgb(162 28 175 / 0.75);
}
.border-y-fuchsia-700\/80 {
  border-top-color: rgb(162 28 175 / 0.8);
  border-bottom-color: rgb(162 28 175 / 0.8);
}
.border-y-fuchsia-700\/85 {
  border-top-color: rgb(162 28 175 / 0.85);
  border-bottom-color: rgb(162 28 175 / 0.85);
}
.border-y-fuchsia-700\/90 {
  border-top-color: rgb(162 28 175 / 0.9);
  border-bottom-color: rgb(162 28 175 / 0.9);
}
.border-y-fuchsia-700\/95 {
  border-top-color: rgb(162 28 175 / 0.95);
  border-bottom-color: rgb(162 28 175 / 0.95);
}
.border-y-fuchsia-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-800\/0 {
  border-top-color: rgb(134 25 143 / 0);
  border-bottom-color: rgb(134 25 143 / 0);
}
.border-y-fuchsia-800\/10 {
  border-top-color: rgb(134 25 143 / 0.1);
  border-bottom-color: rgb(134 25 143 / 0.1);
}
.border-y-fuchsia-800\/100 {
  border-top-color: rgb(134 25 143 / 1);
  border-bottom-color: rgb(134 25 143 / 1);
}
.border-y-fuchsia-800\/15 {
  border-top-color: rgb(134 25 143 / 0.15);
  border-bottom-color: rgb(134 25 143 / 0.15);
}
.border-y-fuchsia-800\/20 {
  border-top-color: rgb(134 25 143 / 0.2);
  border-bottom-color: rgb(134 25 143 / 0.2);
}
.border-y-fuchsia-800\/25 {
  border-top-color: rgb(134 25 143 / 0.25);
  border-bottom-color: rgb(134 25 143 / 0.25);
}
.border-y-fuchsia-800\/30 {
  border-top-color: rgb(134 25 143 / 0.3);
  border-bottom-color: rgb(134 25 143 / 0.3);
}
.border-y-fuchsia-800\/35 {
  border-top-color: rgb(134 25 143 / 0.35);
  border-bottom-color: rgb(134 25 143 / 0.35);
}
.border-y-fuchsia-800\/40 {
  border-top-color: rgb(134 25 143 / 0.4);
  border-bottom-color: rgb(134 25 143 / 0.4);
}
.border-y-fuchsia-800\/45 {
  border-top-color: rgb(134 25 143 / 0.45);
  border-bottom-color: rgb(134 25 143 / 0.45);
}
.border-y-fuchsia-800\/5 {
  border-top-color: rgb(134 25 143 / 0.05);
  border-bottom-color: rgb(134 25 143 / 0.05);
}
.border-y-fuchsia-800\/50 {
  border-top-color: rgb(134 25 143 / 0.5);
  border-bottom-color: rgb(134 25 143 / 0.5);
}
.border-y-fuchsia-800\/55 {
  border-top-color: rgb(134 25 143 / 0.55);
  border-bottom-color: rgb(134 25 143 / 0.55);
}
.border-y-fuchsia-800\/60 {
  border-top-color: rgb(134 25 143 / 0.6);
  border-bottom-color: rgb(134 25 143 / 0.6);
}
.border-y-fuchsia-800\/65 {
  border-top-color: rgb(134 25 143 / 0.65);
  border-bottom-color: rgb(134 25 143 / 0.65);
}
.border-y-fuchsia-800\/70 {
  border-top-color: rgb(134 25 143 / 0.7);
  border-bottom-color: rgb(134 25 143 / 0.7);
}
.border-y-fuchsia-800\/75 {
  border-top-color: rgb(134 25 143 / 0.75);
  border-bottom-color: rgb(134 25 143 / 0.75);
}
.border-y-fuchsia-800\/80 {
  border-top-color: rgb(134 25 143 / 0.8);
  border-bottom-color: rgb(134 25 143 / 0.8);
}
.border-y-fuchsia-800\/85 {
  border-top-color: rgb(134 25 143 / 0.85);
  border-bottom-color: rgb(134 25 143 / 0.85);
}
.border-y-fuchsia-800\/90 {
  border-top-color: rgb(134 25 143 / 0.9);
  border-bottom-color: rgb(134 25 143 / 0.9);
}
.border-y-fuchsia-800\/95 {
  border-top-color: rgb(134 25 143 / 0.95);
  border-bottom-color: rgb(134 25 143 / 0.95);
}
.border-y-fuchsia-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-900\/0 {
  border-top-color: rgb(112 26 117 / 0);
  border-bottom-color: rgb(112 26 117 / 0);
}
.border-y-fuchsia-900\/10 {
  border-top-color: rgb(112 26 117 / 0.1);
  border-bottom-color: rgb(112 26 117 / 0.1);
}
.border-y-fuchsia-900\/100 {
  border-top-color: rgb(112 26 117 / 1);
  border-bottom-color: rgb(112 26 117 / 1);
}
.border-y-fuchsia-900\/15 {
  border-top-color: rgb(112 26 117 / 0.15);
  border-bottom-color: rgb(112 26 117 / 0.15);
}
.border-y-fuchsia-900\/20 {
  border-top-color: rgb(112 26 117 / 0.2);
  border-bottom-color: rgb(112 26 117 / 0.2);
}
.border-y-fuchsia-900\/25 {
  border-top-color: rgb(112 26 117 / 0.25);
  border-bottom-color: rgb(112 26 117 / 0.25);
}
.border-y-fuchsia-900\/30 {
  border-top-color: rgb(112 26 117 / 0.3);
  border-bottom-color: rgb(112 26 117 / 0.3);
}
.border-y-fuchsia-900\/35 {
  border-top-color: rgb(112 26 117 / 0.35);
  border-bottom-color: rgb(112 26 117 / 0.35);
}
.border-y-fuchsia-900\/40 {
  border-top-color: rgb(112 26 117 / 0.4);
  border-bottom-color: rgb(112 26 117 / 0.4);
}
.border-y-fuchsia-900\/45 {
  border-top-color: rgb(112 26 117 / 0.45);
  border-bottom-color: rgb(112 26 117 / 0.45);
}
.border-y-fuchsia-900\/5 {
  border-top-color: rgb(112 26 117 / 0.05);
  border-bottom-color: rgb(112 26 117 / 0.05);
}
.border-y-fuchsia-900\/50 {
  border-top-color: rgb(112 26 117 / 0.5);
  border-bottom-color: rgb(112 26 117 / 0.5);
}
.border-y-fuchsia-900\/55 {
  border-top-color: rgb(112 26 117 / 0.55);
  border-bottom-color: rgb(112 26 117 / 0.55);
}
.border-y-fuchsia-900\/60 {
  border-top-color: rgb(112 26 117 / 0.6);
  border-bottom-color: rgb(112 26 117 / 0.6);
}
.border-y-fuchsia-900\/65 {
  border-top-color: rgb(112 26 117 / 0.65);
  border-bottom-color: rgb(112 26 117 / 0.65);
}
.border-y-fuchsia-900\/70 {
  border-top-color: rgb(112 26 117 / 0.7);
  border-bottom-color: rgb(112 26 117 / 0.7);
}
.border-y-fuchsia-900\/75 {
  border-top-color: rgb(112 26 117 / 0.75);
  border-bottom-color: rgb(112 26 117 / 0.75);
}
.border-y-fuchsia-900\/80 {
  border-top-color: rgb(112 26 117 / 0.8);
  border-bottom-color: rgb(112 26 117 / 0.8);
}
.border-y-fuchsia-900\/85 {
  border-top-color: rgb(112 26 117 / 0.85);
  border-bottom-color: rgb(112 26 117 / 0.85);
}
.border-y-fuchsia-900\/90 {
  border-top-color: rgb(112 26 117 / 0.9);
  border-bottom-color: rgb(112 26 117 / 0.9);
}
.border-y-fuchsia-900\/95 {
  border-top-color: rgb(112 26 117 / 0.95);
  border-bottom-color: rgb(112 26 117 / 0.95);
}
.border-y-fuchsia-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-y-fuchsia-950\/0 {
  border-top-color: rgb(74 4 78 / 0);
  border-bottom-color: rgb(74 4 78 / 0);
}
.border-y-fuchsia-950\/10 {
  border-top-color: rgb(74 4 78 / 0.1);
  border-bottom-color: rgb(74 4 78 / 0.1);
}
.border-y-fuchsia-950\/100 {
  border-top-color: rgb(74 4 78 / 1);
  border-bottom-color: rgb(74 4 78 / 1);
}
.border-y-fuchsia-950\/15 {
  border-top-color: rgb(74 4 78 / 0.15);
  border-bottom-color: rgb(74 4 78 / 0.15);
}
.border-y-fuchsia-950\/20 {
  border-top-color: rgb(74 4 78 / 0.2);
  border-bottom-color: rgb(74 4 78 / 0.2);
}
.border-y-fuchsia-950\/25 {
  border-top-color: rgb(74 4 78 / 0.25);
  border-bottom-color: rgb(74 4 78 / 0.25);
}
.border-y-fuchsia-950\/30 {
  border-top-color: rgb(74 4 78 / 0.3);
  border-bottom-color: rgb(74 4 78 / 0.3);
}
.border-y-fuchsia-950\/35 {
  border-top-color: rgb(74 4 78 / 0.35);
  border-bottom-color: rgb(74 4 78 / 0.35);
}
.border-y-fuchsia-950\/40 {
  border-top-color: rgb(74 4 78 / 0.4);
  border-bottom-color: rgb(74 4 78 / 0.4);
}
.border-y-fuchsia-950\/45 {
  border-top-color: rgb(74 4 78 / 0.45);
  border-bottom-color: rgb(74 4 78 / 0.45);
}
.border-y-fuchsia-950\/5 {
  border-top-color: rgb(74 4 78 / 0.05);
  border-bottom-color: rgb(74 4 78 / 0.05);
}
.border-y-fuchsia-950\/50 {
  border-top-color: rgb(74 4 78 / 0.5);
  border-bottom-color: rgb(74 4 78 / 0.5);
}
.border-y-fuchsia-950\/55 {
  border-top-color: rgb(74 4 78 / 0.55);
  border-bottom-color: rgb(74 4 78 / 0.55);
}
.border-y-fuchsia-950\/60 {
  border-top-color: rgb(74 4 78 / 0.6);
  border-bottom-color: rgb(74 4 78 / 0.6);
}
.border-y-fuchsia-950\/65 {
  border-top-color: rgb(74 4 78 / 0.65);
  border-bottom-color: rgb(74 4 78 / 0.65);
}
.border-y-fuchsia-950\/70 {
  border-top-color: rgb(74 4 78 / 0.7);
  border-bottom-color: rgb(74 4 78 / 0.7);
}
.border-y-fuchsia-950\/75 {
  border-top-color: rgb(74 4 78 / 0.75);
  border-bottom-color: rgb(74 4 78 / 0.75);
}
.border-y-fuchsia-950\/80 {
  border-top-color: rgb(74 4 78 / 0.8);
  border-bottom-color: rgb(74 4 78 / 0.8);
}
.border-y-fuchsia-950\/85 {
  border-top-color: rgb(74 4 78 / 0.85);
  border-bottom-color: rgb(74 4 78 / 0.85);
}
.border-y-fuchsia-950\/90 {
  border-top-color: rgb(74 4 78 / 0.9);
  border-bottom-color: rgb(74 4 78 / 0.9);
}
.border-y-fuchsia-950\/95 {
  border-top-color: rgb(74 4 78 / 0.95);
  border-bottom-color: rgb(74 4 78 / 0.95);
}
.border-y-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-y-gray-100\/0 {
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}
.border-y-gray-100\/10 {
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.border-y-gray-100\/100 {
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}
.border-y-gray-100\/15 {
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.border-y-gray-100\/20 {
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.border-y-gray-100\/25 {
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.border-y-gray-100\/30 {
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.border-y-gray-100\/35 {
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-y-gray-100\/40 {
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-y-gray-100\/45 {
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.border-y-gray-100\/5 {
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.border-y-gray-100\/50 {
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.border-y-gray-100\/55 {
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-y-gray-100\/60 {
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-y-gray-100\/65 {
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.border-y-gray-100\/70 {
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.border-y-gray-100\/75 {
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.border-y-gray-100\/80 {
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.border-y-gray-100\/85 {
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.border-y-gray-100\/90 {
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.border-y-gray-100\/95 {
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.border-y-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-y-gray-200\/0 {
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-y-gray-200\/10 {
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-y-gray-200\/100 {
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-y-gray-200\/15 {
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.border-y-gray-200\/20 {
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-y-gray-200\/25 {
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-y-gray-200\/30 {
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-y-gray-200\/35 {
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-y-gray-200\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-y-gray-200\/45 {
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.border-y-gray-200\/5 {
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-y-gray-200\/50 {
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-y-gray-200\/55 {
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-y-gray-200\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-y-gray-200\/65 {
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.border-y-gray-200\/70 {
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-y-gray-200\/75 {
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-y-gray-200\/80 {
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-y-gray-200\/85 {
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.border-y-gray-200\/90 {
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-y-gray-200\/95 {
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-y-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-y-gray-300\/0 {
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}
.border-y-gray-300\/10 {
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.border-y-gray-300\/100 {
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}
.border-y-gray-300\/15 {
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.border-y-gray-300\/20 {
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.border-y-gray-300\/25 {
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.border-y-gray-300\/30 {
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.border-y-gray-300\/35 {
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-y-gray-300\/40 {
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-y-gray-300\/45 {
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.border-y-gray-300\/5 {
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.border-y-gray-300\/50 {
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.border-y-gray-300\/55 {
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-y-gray-300\/60 {
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-y-gray-300\/65 {
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.border-y-gray-300\/70 {
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.border-y-gray-300\/75 {
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.border-y-gray-300\/80 {
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.border-y-gray-300\/85 {
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.border-y-gray-300\/90 {
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.border-y-gray-300\/95 {
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.border-y-gray-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-y-gray-400\/0 {
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-y-gray-400\/10 {
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-y-gray-400\/100 {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-y-gray-400\/15 {
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.border-y-gray-400\/20 {
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-y-gray-400\/25 {
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-y-gray-400\/30 {
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-y-gray-400\/35 {
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-y-gray-400\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-y-gray-400\/45 {
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.border-y-gray-400\/5 {
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-y-gray-400\/50 {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-y-gray-400\/55 {
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-y-gray-400\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-y-gray-400\/65 {
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.border-y-gray-400\/70 {
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-y-gray-400\/75 {
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-y-gray-400\/80 {
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-y-gray-400\/85 {
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.border-y-gray-400\/90 {
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-y-gray-400\/95 {
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-y-gray-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-y-gray-50\/0 {
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}
.border-y-gray-50\/10 {
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-y-gray-50\/100 {
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}
.border-y-gray-50\/15 {
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.border-y-gray-50\/20 {
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-y-gray-50\/25 {
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-y-gray-50\/30 {
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-y-gray-50\/35 {
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-y-gray-50\/40 {
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-y-gray-50\/45 {
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.border-y-gray-50\/5 {
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-y-gray-50\/50 {
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-y-gray-50\/55 {
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-y-gray-50\/60 {
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-y-gray-50\/65 {
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.border-y-gray-50\/70 {
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-y-gray-50\/75 {
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-y-gray-50\/80 {
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-y-gray-50\/85 {
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.border-y-gray-50\/90 {
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-y-gray-50\/95 {
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-y-gray-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-y-gray-500\/0 {
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}
.border-y-gray-500\/10 {
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-y-gray-500\/100 {
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}
.border-y-gray-500\/15 {
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.border-y-gray-500\/20 {
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-y-gray-500\/25 {
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-y-gray-500\/30 {
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-y-gray-500\/35 {
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-y-gray-500\/40 {
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-y-gray-500\/45 {
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.border-y-gray-500\/5 {
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-y-gray-500\/50 {
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-y-gray-500\/55 {
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-y-gray-500\/60 {
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-y-gray-500\/65 {
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.border-y-gray-500\/70 {
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-y-gray-500\/75 {
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-y-gray-500\/80 {
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-y-gray-500\/85 {
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.border-y-gray-500\/90 {
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-y-gray-500\/95 {
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-y-gray-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-y-gray-600\/0 {
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}
.border-y-gray-600\/10 {
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.border-y-gray-600\/100 {
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}
.border-y-gray-600\/15 {
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.border-y-gray-600\/20 {
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.border-y-gray-600\/25 {
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.border-y-gray-600\/30 {
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.border-y-gray-600\/35 {
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-y-gray-600\/40 {
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-y-gray-600\/45 {
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.border-y-gray-600\/5 {
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.border-y-gray-600\/50 {
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.border-y-gray-600\/55 {
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-y-gray-600\/60 {
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-y-gray-600\/65 {
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.border-y-gray-600\/70 {
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.border-y-gray-600\/75 {
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.border-y-gray-600\/80 {
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.border-y-gray-600\/85 {
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.border-y-gray-600\/90 {
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.border-y-gray-600\/95 {
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.border-y-gray-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-y-gray-700\/0 {
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}
.border-y-gray-700\/10 {
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-y-gray-700\/100 {
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-y-gray-700\/15 {
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.border-y-gray-700\/20 {
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-y-gray-700\/25 {
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-y-gray-700\/30 {
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-y-gray-700\/35 {
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-y-gray-700\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-y-gray-700\/45 {
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.border-y-gray-700\/5 {
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-y-gray-700\/50 {
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-y-gray-700\/55 {
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-y-gray-700\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-y-gray-700\/65 {
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.border-y-gray-700\/70 {
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-y-gray-700\/75 {
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-y-gray-700\/80 {
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-y-gray-700\/85 {
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.border-y-gray-700\/90 {
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-y-gray-700\/95 {
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-y-gray-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-y-gray-800\/0 {
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}
.border-y-gray-800\/10 {
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-y-gray-800\/100 {
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}
.border-y-gray-800\/15 {
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.border-y-gray-800\/20 {
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-y-gray-800\/25 {
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-y-gray-800\/30 {
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-y-gray-800\/35 {
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-y-gray-800\/40 {
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-y-gray-800\/45 {
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.border-y-gray-800\/5 {
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-y-gray-800\/50 {
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-y-gray-800\/55 {
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-y-gray-800\/60 {
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-y-gray-800\/65 {
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.border-y-gray-800\/70 {
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-y-gray-800\/75 {
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-y-gray-800\/80 {
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-y-gray-800\/85 {
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.border-y-gray-800\/90 {
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-y-gray-800\/95 {
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-y-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-y-gray-900\/0 {
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}
.border-y-gray-900\/10 {
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.border-y-gray-900\/100 {
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}
.border-y-gray-900\/15 {
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.border-y-gray-900\/20 {
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.border-y-gray-900\/25 {
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.border-y-gray-900\/30 {
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.border-y-gray-900\/35 {
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-y-gray-900\/40 {
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-y-gray-900\/45 {
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.border-y-gray-900\/5 {
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.border-y-gray-900\/50 {
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.border-y-gray-900\/55 {
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-y-gray-900\/60 {
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-y-gray-900\/65 {
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.border-y-gray-900\/70 {
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.border-y-gray-900\/75 {
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.border-y-gray-900\/80 {
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.border-y-gray-900\/85 {
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.border-y-gray-900\/90 {
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.border-y-gray-900\/95 {
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.border-y-gray-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-y-gray-950\/0 {
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}
.border-y-gray-950\/10 {
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.border-y-gray-950\/100 {
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}
.border-y-gray-950\/15 {
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.border-y-gray-950\/20 {
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.border-y-gray-950\/25 {
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.border-y-gray-950\/30 {
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.border-y-gray-950\/35 {
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-y-gray-950\/40 {
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-y-gray-950\/45 {
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.border-y-gray-950\/5 {
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.border-y-gray-950\/50 {
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.border-y-gray-950\/55 {
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-y-gray-950\/60 {
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-y-gray-950\/65 {
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.border-y-gray-950\/70 {
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.border-y-gray-950\/75 {
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.border-y-gray-950\/80 {
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.border-y-gray-950\/85 {
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.border-y-gray-950\/90 {
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.border-y-gray-950\/95 {
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.border-y-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-y-green-100\/0 {
  border-top-color: rgb(220 252 231 / 0);
  border-bottom-color: rgb(220 252 231 / 0);
}
.border-y-green-100\/10 {
  border-top-color: rgb(220 252 231 / 0.1);
  border-bottom-color: rgb(220 252 231 / 0.1);
}
.border-y-green-100\/100 {
  border-top-color: rgb(220 252 231 / 1);
  border-bottom-color: rgb(220 252 231 / 1);
}
.border-y-green-100\/15 {
  border-top-color: rgb(220 252 231 / 0.15);
  border-bottom-color: rgb(220 252 231 / 0.15);
}
.border-y-green-100\/20 {
  border-top-color: rgb(220 252 231 / 0.2);
  border-bottom-color: rgb(220 252 231 / 0.2);
}
.border-y-green-100\/25 {
  border-top-color: rgb(220 252 231 / 0.25);
  border-bottom-color: rgb(220 252 231 / 0.25);
}
.border-y-green-100\/30 {
  border-top-color: rgb(220 252 231 / 0.3);
  border-bottom-color: rgb(220 252 231 / 0.3);
}
.border-y-green-100\/35 {
  border-top-color: rgb(220 252 231 / 0.35);
  border-bottom-color: rgb(220 252 231 / 0.35);
}
.border-y-green-100\/40 {
  border-top-color: rgb(220 252 231 / 0.4);
  border-bottom-color: rgb(220 252 231 / 0.4);
}
.border-y-green-100\/45 {
  border-top-color: rgb(220 252 231 / 0.45);
  border-bottom-color: rgb(220 252 231 / 0.45);
}
.border-y-green-100\/5 {
  border-top-color: rgb(220 252 231 / 0.05);
  border-bottom-color: rgb(220 252 231 / 0.05);
}
.border-y-green-100\/50 {
  border-top-color: rgb(220 252 231 / 0.5);
  border-bottom-color: rgb(220 252 231 / 0.5);
}
.border-y-green-100\/55 {
  border-top-color: rgb(220 252 231 / 0.55);
  border-bottom-color: rgb(220 252 231 / 0.55);
}
.border-y-green-100\/60 {
  border-top-color: rgb(220 252 231 / 0.6);
  border-bottom-color: rgb(220 252 231 / 0.6);
}
.border-y-green-100\/65 {
  border-top-color: rgb(220 252 231 / 0.65);
  border-bottom-color: rgb(220 252 231 / 0.65);
}
.border-y-green-100\/70 {
  border-top-color: rgb(220 252 231 / 0.7);
  border-bottom-color: rgb(220 252 231 / 0.7);
}
.border-y-green-100\/75 {
  border-top-color: rgb(220 252 231 / 0.75);
  border-bottom-color: rgb(220 252 231 / 0.75);
}
.border-y-green-100\/80 {
  border-top-color: rgb(220 252 231 / 0.8);
  border-bottom-color: rgb(220 252 231 / 0.8);
}
.border-y-green-100\/85 {
  border-top-color: rgb(220 252 231 / 0.85);
  border-bottom-color: rgb(220 252 231 / 0.85);
}
.border-y-green-100\/90 {
  border-top-color: rgb(220 252 231 / 0.9);
  border-bottom-color: rgb(220 252 231 / 0.9);
}
.border-y-green-100\/95 {
  border-top-color: rgb(220 252 231 / 0.95);
  border-bottom-color: rgb(220 252 231 / 0.95);
}
.border-y-green-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-y-green-200\/0 {
  border-top-color: rgb(187 247 208 / 0);
  border-bottom-color: rgb(187 247 208 / 0);
}
.border-y-green-200\/10 {
  border-top-color: rgb(187 247 208 / 0.1);
  border-bottom-color: rgb(187 247 208 / 0.1);
}
.border-y-green-200\/100 {
  border-top-color: rgb(187 247 208 / 1);
  border-bottom-color: rgb(187 247 208 / 1);
}
.border-y-green-200\/15 {
  border-top-color: rgb(187 247 208 / 0.15);
  border-bottom-color: rgb(187 247 208 / 0.15);
}
.border-y-green-200\/20 {
  border-top-color: rgb(187 247 208 / 0.2);
  border-bottom-color: rgb(187 247 208 / 0.2);
}
.border-y-green-200\/25 {
  border-top-color: rgb(187 247 208 / 0.25);
  border-bottom-color: rgb(187 247 208 / 0.25);
}
.border-y-green-200\/30 {
  border-top-color: rgb(187 247 208 / 0.3);
  border-bottom-color: rgb(187 247 208 / 0.3);
}
.border-y-green-200\/35 {
  border-top-color: rgb(187 247 208 / 0.35);
  border-bottom-color: rgb(187 247 208 / 0.35);
}
.border-y-green-200\/40 {
  border-top-color: rgb(187 247 208 / 0.4);
  border-bottom-color: rgb(187 247 208 / 0.4);
}
.border-y-green-200\/45 {
  border-top-color: rgb(187 247 208 / 0.45);
  border-bottom-color: rgb(187 247 208 / 0.45);
}
.border-y-green-200\/5 {
  border-top-color: rgb(187 247 208 / 0.05);
  border-bottom-color: rgb(187 247 208 / 0.05);
}
.border-y-green-200\/50 {
  border-top-color: rgb(187 247 208 / 0.5);
  border-bottom-color: rgb(187 247 208 / 0.5);
}
.border-y-green-200\/55 {
  border-top-color: rgb(187 247 208 / 0.55);
  border-bottom-color: rgb(187 247 208 / 0.55);
}
.border-y-green-200\/60 {
  border-top-color: rgb(187 247 208 / 0.6);
  border-bottom-color: rgb(187 247 208 / 0.6);
}
.border-y-green-200\/65 {
  border-top-color: rgb(187 247 208 / 0.65);
  border-bottom-color: rgb(187 247 208 / 0.65);
}
.border-y-green-200\/70 {
  border-top-color: rgb(187 247 208 / 0.7);
  border-bottom-color: rgb(187 247 208 / 0.7);
}
.border-y-green-200\/75 {
  border-top-color: rgb(187 247 208 / 0.75);
  border-bottom-color: rgb(187 247 208 / 0.75);
}
.border-y-green-200\/80 {
  border-top-color: rgb(187 247 208 / 0.8);
  border-bottom-color: rgb(187 247 208 / 0.8);
}
.border-y-green-200\/85 {
  border-top-color: rgb(187 247 208 / 0.85);
  border-bottom-color: rgb(187 247 208 / 0.85);
}
.border-y-green-200\/90 {
  border-top-color: rgb(187 247 208 / 0.9);
  border-bottom-color: rgb(187 247 208 / 0.9);
}
.border-y-green-200\/95 {
  border-top-color: rgb(187 247 208 / 0.95);
  border-bottom-color: rgb(187 247 208 / 0.95);
}
.border-y-green-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-y-green-300\/0 {
  border-top-color: rgb(134 239 172 / 0);
  border-bottom-color: rgb(134 239 172 / 0);
}
.border-y-green-300\/10 {
  border-top-color: rgb(134 239 172 / 0.1);
  border-bottom-color: rgb(134 239 172 / 0.1);
}
.border-y-green-300\/100 {
  border-top-color: rgb(134 239 172 / 1);
  border-bottom-color: rgb(134 239 172 / 1);
}
.border-y-green-300\/15 {
  border-top-color: rgb(134 239 172 / 0.15);
  border-bottom-color: rgb(134 239 172 / 0.15);
}
.border-y-green-300\/20 {
  border-top-color: rgb(134 239 172 / 0.2);
  border-bottom-color: rgb(134 239 172 / 0.2);
}
.border-y-green-300\/25 {
  border-top-color: rgb(134 239 172 / 0.25);
  border-bottom-color: rgb(134 239 172 / 0.25);
}
.border-y-green-300\/30 {
  border-top-color: rgb(134 239 172 / 0.3);
  border-bottom-color: rgb(134 239 172 / 0.3);
}
.border-y-green-300\/35 {
  border-top-color: rgb(134 239 172 / 0.35);
  border-bottom-color: rgb(134 239 172 / 0.35);
}
.border-y-green-300\/40 {
  border-top-color: rgb(134 239 172 / 0.4);
  border-bottom-color: rgb(134 239 172 / 0.4);
}
.border-y-green-300\/45 {
  border-top-color: rgb(134 239 172 / 0.45);
  border-bottom-color: rgb(134 239 172 / 0.45);
}
.border-y-green-300\/5 {
  border-top-color: rgb(134 239 172 / 0.05);
  border-bottom-color: rgb(134 239 172 / 0.05);
}
.border-y-green-300\/50 {
  border-top-color: rgb(134 239 172 / 0.5);
  border-bottom-color: rgb(134 239 172 / 0.5);
}
.border-y-green-300\/55 {
  border-top-color: rgb(134 239 172 / 0.55);
  border-bottom-color: rgb(134 239 172 / 0.55);
}
.border-y-green-300\/60 {
  border-top-color: rgb(134 239 172 / 0.6);
  border-bottom-color: rgb(134 239 172 / 0.6);
}
.border-y-green-300\/65 {
  border-top-color: rgb(134 239 172 / 0.65);
  border-bottom-color: rgb(134 239 172 / 0.65);
}
.border-y-green-300\/70 {
  border-top-color: rgb(134 239 172 / 0.7);
  border-bottom-color: rgb(134 239 172 / 0.7);
}
.border-y-green-300\/75 {
  border-top-color: rgb(134 239 172 / 0.75);
  border-bottom-color: rgb(134 239 172 / 0.75);
}
.border-y-green-300\/80 {
  border-top-color: rgb(134 239 172 / 0.8);
  border-bottom-color: rgb(134 239 172 / 0.8);
}
.border-y-green-300\/85 {
  border-top-color: rgb(134 239 172 / 0.85);
  border-bottom-color: rgb(134 239 172 / 0.85);
}
.border-y-green-300\/90 {
  border-top-color: rgb(134 239 172 / 0.9);
  border-bottom-color: rgb(134 239 172 / 0.9);
}
.border-y-green-300\/95 {
  border-top-color: rgb(134 239 172 / 0.95);
  border-bottom-color: rgb(134 239 172 / 0.95);
}
.border-y-green-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-y-green-400\/0 {
  border-top-color: rgb(74 222 128 / 0);
  border-bottom-color: rgb(74 222 128 / 0);
}
.border-y-green-400\/10 {
  border-top-color: rgb(74 222 128 / 0.1);
  border-bottom-color: rgb(74 222 128 / 0.1);
}
.border-y-green-400\/100 {
  border-top-color: rgb(74 222 128 / 1);
  border-bottom-color: rgb(74 222 128 / 1);
}
.border-y-green-400\/15 {
  border-top-color: rgb(74 222 128 / 0.15);
  border-bottom-color: rgb(74 222 128 / 0.15);
}
.border-y-green-400\/20 {
  border-top-color: rgb(74 222 128 / 0.2);
  border-bottom-color: rgb(74 222 128 / 0.2);
}
.border-y-green-400\/25 {
  border-top-color: rgb(74 222 128 / 0.25);
  border-bottom-color: rgb(74 222 128 / 0.25);
}
.border-y-green-400\/30 {
  border-top-color: rgb(74 222 128 / 0.3);
  border-bottom-color: rgb(74 222 128 / 0.3);
}
.border-y-green-400\/35 {
  border-top-color: rgb(74 222 128 / 0.35);
  border-bottom-color: rgb(74 222 128 / 0.35);
}
.border-y-green-400\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.border-y-green-400\/45 {
  border-top-color: rgb(74 222 128 / 0.45);
  border-bottom-color: rgb(74 222 128 / 0.45);
}
.border-y-green-400\/5 {
  border-top-color: rgb(74 222 128 / 0.05);
  border-bottom-color: rgb(74 222 128 / 0.05);
}
.border-y-green-400\/50 {
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}
.border-y-green-400\/55 {
  border-top-color: rgb(74 222 128 / 0.55);
  border-bottom-color: rgb(74 222 128 / 0.55);
}
.border-y-green-400\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.border-y-green-400\/65 {
  border-top-color: rgb(74 222 128 / 0.65);
  border-bottom-color: rgb(74 222 128 / 0.65);
}
.border-y-green-400\/70 {
  border-top-color: rgb(74 222 128 / 0.7);
  border-bottom-color: rgb(74 222 128 / 0.7);
}
.border-y-green-400\/75 {
  border-top-color: rgb(74 222 128 / 0.75);
  border-bottom-color: rgb(74 222 128 / 0.75);
}
.border-y-green-400\/80 {
  border-top-color: rgb(74 222 128 / 0.8);
  border-bottom-color: rgb(74 222 128 / 0.8);
}
.border-y-green-400\/85 {
  border-top-color: rgb(74 222 128 / 0.85);
  border-bottom-color: rgb(74 222 128 / 0.85);
}
.border-y-green-400\/90 {
  border-top-color: rgb(74 222 128 / 0.9);
  border-bottom-color: rgb(74 222 128 / 0.9);
}
.border-y-green-400\/95 {
  border-top-color: rgb(74 222 128 / 0.95);
  border-bottom-color: rgb(74 222 128 / 0.95);
}
.border-y-green-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-y-green-50\/0 {
  border-top-color: rgb(240 253 244 / 0);
  border-bottom-color: rgb(240 253 244 / 0);
}
.border-y-green-50\/10 {
  border-top-color: rgb(240 253 244 / 0.1);
  border-bottom-color: rgb(240 253 244 / 0.1);
}
.border-y-green-50\/100 {
  border-top-color: rgb(240 253 244 / 1);
  border-bottom-color: rgb(240 253 244 / 1);
}
.border-y-green-50\/15 {
  border-top-color: rgb(240 253 244 / 0.15);
  border-bottom-color: rgb(240 253 244 / 0.15);
}
.border-y-green-50\/20 {
  border-top-color: rgb(240 253 244 / 0.2);
  border-bottom-color: rgb(240 253 244 / 0.2);
}
.border-y-green-50\/25 {
  border-top-color: rgb(240 253 244 / 0.25);
  border-bottom-color: rgb(240 253 244 / 0.25);
}
.border-y-green-50\/30 {
  border-top-color: rgb(240 253 244 / 0.3);
  border-bottom-color: rgb(240 253 244 / 0.3);
}
.border-y-green-50\/35 {
  border-top-color: rgb(240 253 244 / 0.35);
  border-bottom-color: rgb(240 253 244 / 0.35);
}
.border-y-green-50\/40 {
  border-top-color: rgb(240 253 244 / 0.4);
  border-bottom-color: rgb(240 253 244 / 0.4);
}
.border-y-green-50\/45 {
  border-top-color: rgb(240 253 244 / 0.45);
  border-bottom-color: rgb(240 253 244 / 0.45);
}
.border-y-green-50\/5 {
  border-top-color: rgb(240 253 244 / 0.05);
  border-bottom-color: rgb(240 253 244 / 0.05);
}
.border-y-green-50\/50 {
  border-top-color: rgb(240 253 244 / 0.5);
  border-bottom-color: rgb(240 253 244 / 0.5);
}
.border-y-green-50\/55 {
  border-top-color: rgb(240 253 244 / 0.55);
  border-bottom-color: rgb(240 253 244 / 0.55);
}
.border-y-green-50\/60 {
  border-top-color: rgb(240 253 244 / 0.6);
  border-bottom-color: rgb(240 253 244 / 0.6);
}
.border-y-green-50\/65 {
  border-top-color: rgb(240 253 244 / 0.65);
  border-bottom-color: rgb(240 253 244 / 0.65);
}
.border-y-green-50\/70 {
  border-top-color: rgb(240 253 244 / 0.7);
  border-bottom-color: rgb(240 253 244 / 0.7);
}
.border-y-green-50\/75 {
  border-top-color: rgb(240 253 244 / 0.75);
  border-bottom-color: rgb(240 253 244 / 0.75);
}
.border-y-green-50\/80 {
  border-top-color: rgb(240 253 244 / 0.8);
  border-bottom-color: rgb(240 253 244 / 0.8);
}
.border-y-green-50\/85 {
  border-top-color: rgb(240 253 244 / 0.85);
  border-bottom-color: rgb(240 253 244 / 0.85);
}
.border-y-green-50\/90 {
  border-top-color: rgb(240 253 244 / 0.9);
  border-bottom-color: rgb(240 253 244 / 0.9);
}
.border-y-green-50\/95 {
  border-top-color: rgb(240 253 244 / 0.95);
  border-bottom-color: rgb(240 253 244 / 0.95);
}
.border-y-green-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-y-green-500\/0 {
  border-top-color: rgb(34 197 94 / 0);
  border-bottom-color: rgb(34 197 94 / 0);
}
.border-y-green-500\/10 {
  border-top-color: rgb(34 197 94 / 0.1);
  border-bottom-color: rgb(34 197 94 / 0.1);
}
.border-y-green-500\/100 {
  border-top-color: rgb(34 197 94 / 1);
  border-bottom-color: rgb(34 197 94 / 1);
}
.border-y-green-500\/15 {
  border-top-color: rgb(34 197 94 / 0.15);
  border-bottom-color: rgb(34 197 94 / 0.15);
}
.border-y-green-500\/20 {
  border-top-color: rgb(34 197 94 / 0.2);
  border-bottom-color: rgb(34 197 94 / 0.2);
}
.border-y-green-500\/25 {
  border-top-color: rgb(34 197 94 / 0.25);
  border-bottom-color: rgb(34 197 94 / 0.25);
}
.border-y-green-500\/30 {
  border-top-color: rgb(34 197 94 / 0.3);
  border-bottom-color: rgb(34 197 94 / 0.3);
}
.border-y-green-500\/35 {
  border-top-color: rgb(34 197 94 / 0.35);
  border-bottom-color: rgb(34 197 94 / 0.35);
}
.border-y-green-500\/40 {
  border-top-color: rgb(34 197 94 / 0.4);
  border-bottom-color: rgb(34 197 94 / 0.4);
}
.border-y-green-500\/45 {
  border-top-color: rgb(34 197 94 / 0.45);
  border-bottom-color: rgb(34 197 94 / 0.45);
}
.border-y-green-500\/5 {
  border-top-color: rgb(34 197 94 / 0.05);
  border-bottom-color: rgb(34 197 94 / 0.05);
}
.border-y-green-500\/50 {
  border-top-color: rgb(34 197 94 / 0.5);
  border-bottom-color: rgb(34 197 94 / 0.5);
}
.border-y-green-500\/55 {
  border-top-color: rgb(34 197 94 / 0.55);
  border-bottom-color: rgb(34 197 94 / 0.55);
}
.border-y-green-500\/60 {
  border-top-color: rgb(34 197 94 / 0.6);
  border-bottom-color: rgb(34 197 94 / 0.6);
}
.border-y-green-500\/65 {
  border-top-color: rgb(34 197 94 / 0.65);
  border-bottom-color: rgb(34 197 94 / 0.65);
}
.border-y-green-500\/70 {
  border-top-color: rgb(34 197 94 / 0.7);
  border-bottom-color: rgb(34 197 94 / 0.7);
}
.border-y-green-500\/75 {
  border-top-color: rgb(34 197 94 / 0.75);
  border-bottom-color: rgb(34 197 94 / 0.75);
}
.border-y-green-500\/80 {
  border-top-color: rgb(34 197 94 / 0.8);
  border-bottom-color: rgb(34 197 94 / 0.8);
}
.border-y-green-500\/85 {
  border-top-color: rgb(34 197 94 / 0.85);
  border-bottom-color: rgb(34 197 94 / 0.85);
}
.border-y-green-500\/90 {
  border-top-color: rgb(34 197 94 / 0.9);
  border-bottom-color: rgb(34 197 94 / 0.9);
}
.border-y-green-500\/95 {
  border-top-color: rgb(34 197 94 / 0.95);
  border-bottom-color: rgb(34 197 94 / 0.95);
}
.border-y-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-y-green-600\/0 {
  border-top-color: rgb(22 163 74 / 0);
  border-bottom-color: rgb(22 163 74 / 0);
}
.border-y-green-600\/10 {
  border-top-color: rgb(22 163 74 / 0.1);
  border-bottom-color: rgb(22 163 74 / 0.1);
}
.border-y-green-600\/100 {
  border-top-color: rgb(22 163 74 / 1);
  border-bottom-color: rgb(22 163 74 / 1);
}
.border-y-green-600\/15 {
  border-top-color: rgb(22 163 74 / 0.15);
  border-bottom-color: rgb(22 163 74 / 0.15);
}
.border-y-green-600\/20 {
  border-top-color: rgb(22 163 74 / 0.2);
  border-bottom-color: rgb(22 163 74 / 0.2);
}
.border-y-green-600\/25 {
  border-top-color: rgb(22 163 74 / 0.25);
  border-bottom-color: rgb(22 163 74 / 0.25);
}
.border-y-green-600\/30 {
  border-top-color: rgb(22 163 74 / 0.3);
  border-bottom-color: rgb(22 163 74 / 0.3);
}
.border-y-green-600\/35 {
  border-top-color: rgb(22 163 74 / 0.35);
  border-bottom-color: rgb(22 163 74 / 0.35);
}
.border-y-green-600\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}
.border-y-green-600\/45 {
  border-top-color: rgb(22 163 74 / 0.45);
  border-bottom-color: rgb(22 163 74 / 0.45);
}
.border-y-green-600\/5 {
  border-top-color: rgb(22 163 74 / 0.05);
  border-bottom-color: rgb(22 163 74 / 0.05);
}
.border-y-green-600\/50 {
  border-top-color: rgb(22 163 74 / 0.5);
  border-bottom-color: rgb(22 163 74 / 0.5);
}
.border-y-green-600\/55 {
  border-top-color: rgb(22 163 74 / 0.55);
  border-bottom-color: rgb(22 163 74 / 0.55);
}
.border-y-green-600\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}
.border-y-green-600\/65 {
  border-top-color: rgb(22 163 74 / 0.65);
  border-bottom-color: rgb(22 163 74 / 0.65);
}
.border-y-green-600\/70 {
  border-top-color: rgb(22 163 74 / 0.7);
  border-bottom-color: rgb(22 163 74 / 0.7);
}
.border-y-green-600\/75 {
  border-top-color: rgb(22 163 74 / 0.75);
  border-bottom-color: rgb(22 163 74 / 0.75);
}
.border-y-green-600\/80 {
  border-top-color: rgb(22 163 74 / 0.8);
  border-bottom-color: rgb(22 163 74 / 0.8);
}
.border-y-green-600\/85 {
  border-top-color: rgb(22 163 74 / 0.85);
  border-bottom-color: rgb(22 163 74 / 0.85);
}
.border-y-green-600\/90 {
  border-top-color: rgb(22 163 74 / 0.9);
  border-bottom-color: rgb(22 163 74 / 0.9);
}
.border-y-green-600\/95 {
  border-top-color: rgb(22 163 74 / 0.95);
  border-bottom-color: rgb(22 163 74 / 0.95);
}
.border-y-green-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-y-green-700\/0 {
  border-top-color: rgb(21 128 61 / 0);
  border-bottom-color: rgb(21 128 61 / 0);
}
.border-y-green-700\/10 {
  border-top-color: rgb(21 128 61 / 0.1);
  border-bottom-color: rgb(21 128 61 / 0.1);
}
.border-y-green-700\/100 {
  border-top-color: rgb(21 128 61 / 1);
  border-bottom-color: rgb(21 128 61 / 1);
}
.border-y-green-700\/15 {
  border-top-color: rgb(21 128 61 / 0.15);
  border-bottom-color: rgb(21 128 61 / 0.15);
}
.border-y-green-700\/20 {
  border-top-color: rgb(21 128 61 / 0.2);
  border-bottom-color: rgb(21 128 61 / 0.2);
}
.border-y-green-700\/25 {
  border-top-color: rgb(21 128 61 / 0.25);
  border-bottom-color: rgb(21 128 61 / 0.25);
}
.border-y-green-700\/30 {
  border-top-color: rgb(21 128 61 / 0.3);
  border-bottom-color: rgb(21 128 61 / 0.3);
}
.border-y-green-700\/35 {
  border-top-color: rgb(21 128 61 / 0.35);
  border-bottom-color: rgb(21 128 61 / 0.35);
}
.border-y-green-700\/40 {
  border-top-color: rgb(21 128 61 / 0.4);
  border-bottom-color: rgb(21 128 61 / 0.4);
}
.border-y-green-700\/45 {
  border-top-color: rgb(21 128 61 / 0.45);
  border-bottom-color: rgb(21 128 61 / 0.45);
}
.border-y-green-700\/5 {
  border-top-color: rgb(21 128 61 / 0.05);
  border-bottom-color: rgb(21 128 61 / 0.05);
}
.border-y-green-700\/50 {
  border-top-color: rgb(21 128 61 / 0.5);
  border-bottom-color: rgb(21 128 61 / 0.5);
}
.border-y-green-700\/55 {
  border-top-color: rgb(21 128 61 / 0.55);
  border-bottom-color: rgb(21 128 61 / 0.55);
}
.border-y-green-700\/60 {
  border-top-color: rgb(21 128 61 / 0.6);
  border-bottom-color: rgb(21 128 61 / 0.6);
}
.border-y-green-700\/65 {
  border-top-color: rgb(21 128 61 / 0.65);
  border-bottom-color: rgb(21 128 61 / 0.65);
}
.border-y-green-700\/70 {
  border-top-color: rgb(21 128 61 / 0.7);
  border-bottom-color: rgb(21 128 61 / 0.7);
}
.border-y-green-700\/75 {
  border-top-color: rgb(21 128 61 / 0.75);
  border-bottom-color: rgb(21 128 61 / 0.75);
}
.border-y-green-700\/80 {
  border-top-color: rgb(21 128 61 / 0.8);
  border-bottom-color: rgb(21 128 61 / 0.8);
}
.border-y-green-700\/85 {
  border-top-color: rgb(21 128 61 / 0.85);
  border-bottom-color: rgb(21 128 61 / 0.85);
}
.border-y-green-700\/90 {
  border-top-color: rgb(21 128 61 / 0.9);
  border-bottom-color: rgb(21 128 61 / 0.9);
}
.border-y-green-700\/95 {
  border-top-color: rgb(21 128 61 / 0.95);
  border-bottom-color: rgb(21 128 61 / 0.95);
}
.border-y-green-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-y-green-800\/0 {
  border-top-color: rgb(22 101 52 / 0);
  border-bottom-color: rgb(22 101 52 / 0);
}
.border-y-green-800\/10 {
  border-top-color: rgb(22 101 52 / 0.1);
  border-bottom-color: rgb(22 101 52 / 0.1);
}
.border-y-green-800\/100 {
  border-top-color: rgb(22 101 52 / 1);
  border-bottom-color: rgb(22 101 52 / 1);
}
.border-y-green-800\/15 {
  border-top-color: rgb(22 101 52 / 0.15);
  border-bottom-color: rgb(22 101 52 / 0.15);
}
.border-y-green-800\/20 {
  border-top-color: rgb(22 101 52 / 0.2);
  border-bottom-color: rgb(22 101 52 / 0.2);
}
.border-y-green-800\/25 {
  border-top-color: rgb(22 101 52 / 0.25);
  border-bottom-color: rgb(22 101 52 / 0.25);
}
.border-y-green-800\/30 {
  border-top-color: rgb(22 101 52 / 0.3);
  border-bottom-color: rgb(22 101 52 / 0.3);
}
.border-y-green-800\/35 {
  border-top-color: rgb(22 101 52 / 0.35);
  border-bottom-color: rgb(22 101 52 / 0.35);
}
.border-y-green-800\/40 {
  border-top-color: rgb(22 101 52 / 0.4);
  border-bottom-color: rgb(22 101 52 / 0.4);
}
.border-y-green-800\/45 {
  border-top-color: rgb(22 101 52 / 0.45);
  border-bottom-color: rgb(22 101 52 / 0.45);
}
.border-y-green-800\/5 {
  border-top-color: rgb(22 101 52 / 0.05);
  border-bottom-color: rgb(22 101 52 / 0.05);
}
.border-y-green-800\/50 {
  border-top-color: rgb(22 101 52 / 0.5);
  border-bottom-color: rgb(22 101 52 / 0.5);
}
.border-y-green-800\/55 {
  border-top-color: rgb(22 101 52 / 0.55);
  border-bottom-color: rgb(22 101 52 / 0.55);
}
.border-y-green-800\/60 {
  border-top-color: rgb(22 101 52 / 0.6);
  border-bottom-color: rgb(22 101 52 / 0.6);
}
.border-y-green-800\/65 {
  border-top-color: rgb(22 101 52 / 0.65);
  border-bottom-color: rgb(22 101 52 / 0.65);
}
.border-y-green-800\/70 {
  border-top-color: rgb(22 101 52 / 0.7);
  border-bottom-color: rgb(22 101 52 / 0.7);
}
.border-y-green-800\/75 {
  border-top-color: rgb(22 101 52 / 0.75);
  border-bottom-color: rgb(22 101 52 / 0.75);
}
.border-y-green-800\/80 {
  border-top-color: rgb(22 101 52 / 0.8);
  border-bottom-color: rgb(22 101 52 / 0.8);
}
.border-y-green-800\/85 {
  border-top-color: rgb(22 101 52 / 0.85);
  border-bottom-color: rgb(22 101 52 / 0.85);
}
.border-y-green-800\/90 {
  border-top-color: rgb(22 101 52 / 0.9);
  border-bottom-color: rgb(22 101 52 / 0.9);
}
.border-y-green-800\/95 {
  border-top-color: rgb(22 101 52 / 0.95);
  border-bottom-color: rgb(22 101 52 / 0.95);
}
.border-y-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-y-green-900\/0 {
  border-top-color: rgb(20 83 45 / 0);
  border-bottom-color: rgb(20 83 45 / 0);
}
.border-y-green-900\/10 {
  border-top-color: rgb(20 83 45 / 0.1);
  border-bottom-color: rgb(20 83 45 / 0.1);
}
.border-y-green-900\/100 {
  border-top-color: rgb(20 83 45 / 1);
  border-bottom-color: rgb(20 83 45 / 1);
}
.border-y-green-900\/15 {
  border-top-color: rgb(20 83 45 / 0.15);
  border-bottom-color: rgb(20 83 45 / 0.15);
}
.border-y-green-900\/20 {
  border-top-color: rgb(20 83 45 / 0.2);
  border-bottom-color: rgb(20 83 45 / 0.2);
}
.border-y-green-900\/25 {
  border-top-color: rgb(20 83 45 / 0.25);
  border-bottom-color: rgb(20 83 45 / 0.25);
}
.border-y-green-900\/30 {
  border-top-color: rgb(20 83 45 / 0.3);
  border-bottom-color: rgb(20 83 45 / 0.3);
}
.border-y-green-900\/35 {
  border-top-color: rgb(20 83 45 / 0.35);
  border-bottom-color: rgb(20 83 45 / 0.35);
}
.border-y-green-900\/40 {
  border-top-color: rgb(20 83 45 / 0.4);
  border-bottom-color: rgb(20 83 45 / 0.4);
}
.border-y-green-900\/45 {
  border-top-color: rgb(20 83 45 / 0.45);
  border-bottom-color: rgb(20 83 45 / 0.45);
}
.border-y-green-900\/5 {
  border-top-color: rgb(20 83 45 / 0.05);
  border-bottom-color: rgb(20 83 45 / 0.05);
}
.border-y-green-900\/50 {
  border-top-color: rgb(20 83 45 / 0.5);
  border-bottom-color: rgb(20 83 45 / 0.5);
}
.border-y-green-900\/55 {
  border-top-color: rgb(20 83 45 / 0.55);
  border-bottom-color: rgb(20 83 45 / 0.55);
}
.border-y-green-900\/60 {
  border-top-color: rgb(20 83 45 / 0.6);
  border-bottom-color: rgb(20 83 45 / 0.6);
}
.border-y-green-900\/65 {
  border-top-color: rgb(20 83 45 / 0.65);
  border-bottom-color: rgb(20 83 45 / 0.65);
}
.border-y-green-900\/70 {
  border-top-color: rgb(20 83 45 / 0.7);
  border-bottom-color: rgb(20 83 45 / 0.7);
}
.border-y-green-900\/75 {
  border-top-color: rgb(20 83 45 / 0.75);
  border-bottom-color: rgb(20 83 45 / 0.75);
}
.border-y-green-900\/80 {
  border-top-color: rgb(20 83 45 / 0.8);
  border-bottom-color: rgb(20 83 45 / 0.8);
}
.border-y-green-900\/85 {
  border-top-color: rgb(20 83 45 / 0.85);
  border-bottom-color: rgb(20 83 45 / 0.85);
}
.border-y-green-900\/90 {
  border-top-color: rgb(20 83 45 / 0.9);
  border-bottom-color: rgb(20 83 45 / 0.9);
}
.border-y-green-900\/95 {
  border-top-color: rgb(20 83 45 / 0.95);
  border-bottom-color: rgb(20 83 45 / 0.95);
}
.border-y-green-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-y-green-950\/0 {
  border-top-color: rgb(5 46 22 / 0);
  border-bottom-color: rgb(5 46 22 / 0);
}
.border-y-green-950\/10 {
  border-top-color: rgb(5 46 22 / 0.1);
  border-bottom-color: rgb(5 46 22 / 0.1);
}
.border-y-green-950\/100 {
  border-top-color: rgb(5 46 22 / 1);
  border-bottom-color: rgb(5 46 22 / 1);
}
.border-y-green-950\/15 {
  border-top-color: rgb(5 46 22 / 0.15);
  border-bottom-color: rgb(5 46 22 / 0.15);
}
.border-y-green-950\/20 {
  border-top-color: rgb(5 46 22 / 0.2);
  border-bottom-color: rgb(5 46 22 / 0.2);
}
.border-y-green-950\/25 {
  border-top-color: rgb(5 46 22 / 0.25);
  border-bottom-color: rgb(5 46 22 / 0.25);
}
.border-y-green-950\/30 {
  border-top-color: rgb(5 46 22 / 0.3);
  border-bottom-color: rgb(5 46 22 / 0.3);
}
.border-y-green-950\/35 {
  border-top-color: rgb(5 46 22 / 0.35);
  border-bottom-color: rgb(5 46 22 / 0.35);
}
.border-y-green-950\/40 {
  border-top-color: rgb(5 46 22 / 0.4);
  border-bottom-color: rgb(5 46 22 / 0.4);
}
.border-y-green-950\/45 {
  border-top-color: rgb(5 46 22 / 0.45);
  border-bottom-color: rgb(5 46 22 / 0.45);
}
.border-y-green-950\/5 {
  border-top-color: rgb(5 46 22 / 0.05);
  border-bottom-color: rgb(5 46 22 / 0.05);
}
.border-y-green-950\/50 {
  border-top-color: rgb(5 46 22 / 0.5);
  border-bottom-color: rgb(5 46 22 / 0.5);
}
.border-y-green-950\/55 {
  border-top-color: rgb(5 46 22 / 0.55);
  border-bottom-color: rgb(5 46 22 / 0.55);
}
.border-y-green-950\/60 {
  border-top-color: rgb(5 46 22 / 0.6);
  border-bottom-color: rgb(5 46 22 / 0.6);
}
.border-y-green-950\/65 {
  border-top-color: rgb(5 46 22 / 0.65);
  border-bottom-color: rgb(5 46 22 / 0.65);
}
.border-y-green-950\/70 {
  border-top-color: rgb(5 46 22 / 0.7);
  border-bottom-color: rgb(5 46 22 / 0.7);
}
.border-y-green-950\/75 {
  border-top-color: rgb(5 46 22 / 0.75);
  border-bottom-color: rgb(5 46 22 / 0.75);
}
.border-y-green-950\/80 {
  border-top-color: rgb(5 46 22 / 0.8);
  border-bottom-color: rgb(5 46 22 / 0.8);
}
.border-y-green-950\/85 {
  border-top-color: rgb(5 46 22 / 0.85);
  border-bottom-color: rgb(5 46 22 / 0.85);
}
.border-y-green-950\/90 {
  border-top-color: rgb(5 46 22 / 0.9);
  border-bottom-color: rgb(5 46 22 / 0.9);
}
.border-y-green-950\/95 {
  border-top-color: rgb(5 46 22 / 0.95);
  border-bottom-color: rgb(5 46 22 / 0.95);
}
.border-y-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-y-indigo-100\/0 {
  border-top-color: rgb(224 231 255 / 0);
  border-bottom-color: rgb(224 231 255 / 0);
}
.border-y-indigo-100\/10 {
  border-top-color: rgb(224 231 255 / 0.1);
  border-bottom-color: rgb(224 231 255 / 0.1);
}
.border-y-indigo-100\/100 {
  border-top-color: rgb(224 231 255 / 1);
  border-bottom-color: rgb(224 231 255 / 1);
}
.border-y-indigo-100\/15 {
  border-top-color: rgb(224 231 255 / 0.15);
  border-bottom-color: rgb(224 231 255 / 0.15);
}
.border-y-indigo-100\/20 {
  border-top-color: rgb(224 231 255 / 0.2);
  border-bottom-color: rgb(224 231 255 / 0.2);
}
.border-y-indigo-100\/25 {
  border-top-color: rgb(224 231 255 / 0.25);
  border-bottom-color: rgb(224 231 255 / 0.25);
}
.border-y-indigo-100\/30 {
  border-top-color: rgb(224 231 255 / 0.3);
  border-bottom-color: rgb(224 231 255 / 0.3);
}
.border-y-indigo-100\/35 {
  border-top-color: rgb(224 231 255 / 0.35);
  border-bottom-color: rgb(224 231 255 / 0.35);
}
.border-y-indigo-100\/40 {
  border-top-color: rgb(224 231 255 / 0.4);
  border-bottom-color: rgb(224 231 255 / 0.4);
}
.border-y-indigo-100\/45 {
  border-top-color: rgb(224 231 255 / 0.45);
  border-bottom-color: rgb(224 231 255 / 0.45);
}
.border-y-indigo-100\/5 {
  border-top-color: rgb(224 231 255 / 0.05);
  border-bottom-color: rgb(224 231 255 / 0.05);
}
.border-y-indigo-100\/50 {
  border-top-color: rgb(224 231 255 / 0.5);
  border-bottom-color: rgb(224 231 255 / 0.5);
}
.border-y-indigo-100\/55 {
  border-top-color: rgb(224 231 255 / 0.55);
  border-bottom-color: rgb(224 231 255 / 0.55);
}
.border-y-indigo-100\/60 {
  border-top-color: rgb(224 231 255 / 0.6);
  border-bottom-color: rgb(224 231 255 / 0.6);
}
.border-y-indigo-100\/65 {
  border-top-color: rgb(224 231 255 / 0.65);
  border-bottom-color: rgb(224 231 255 / 0.65);
}
.border-y-indigo-100\/70 {
  border-top-color: rgb(224 231 255 / 0.7);
  border-bottom-color: rgb(224 231 255 / 0.7);
}
.border-y-indigo-100\/75 {
  border-top-color: rgb(224 231 255 / 0.75);
  border-bottom-color: rgb(224 231 255 / 0.75);
}
.border-y-indigo-100\/80 {
  border-top-color: rgb(224 231 255 / 0.8);
  border-bottom-color: rgb(224 231 255 / 0.8);
}
.border-y-indigo-100\/85 {
  border-top-color: rgb(224 231 255 / 0.85);
  border-bottom-color: rgb(224 231 255 / 0.85);
}
.border-y-indigo-100\/90 {
  border-top-color: rgb(224 231 255 / 0.9);
  border-bottom-color: rgb(224 231 255 / 0.9);
}
.border-y-indigo-100\/95 {
  border-top-color: rgb(224 231 255 / 0.95);
  border-bottom-color: rgb(224 231 255 / 0.95);
}
.border-y-indigo-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-y-indigo-200\/0 {
  border-top-color: rgb(199 210 254 / 0);
  border-bottom-color: rgb(199 210 254 / 0);
}
.border-y-indigo-200\/10 {
  border-top-color: rgb(199 210 254 / 0.1);
  border-bottom-color: rgb(199 210 254 / 0.1);
}
.border-y-indigo-200\/100 {
  border-top-color: rgb(199 210 254 / 1);
  border-bottom-color: rgb(199 210 254 / 1);
}
.border-y-indigo-200\/15 {
  border-top-color: rgb(199 210 254 / 0.15);
  border-bottom-color: rgb(199 210 254 / 0.15);
}
.border-y-indigo-200\/20 {
  border-top-color: rgb(199 210 254 / 0.2);
  border-bottom-color: rgb(199 210 254 / 0.2);
}
.border-y-indigo-200\/25 {
  border-top-color: rgb(199 210 254 / 0.25);
  border-bottom-color: rgb(199 210 254 / 0.25);
}
.border-y-indigo-200\/30 {
  border-top-color: rgb(199 210 254 / 0.3);
  border-bottom-color: rgb(199 210 254 / 0.3);
}
.border-y-indigo-200\/35 {
  border-top-color: rgb(199 210 254 / 0.35);
  border-bottom-color: rgb(199 210 254 / 0.35);
}
.border-y-indigo-200\/40 {
  border-top-color: rgb(199 210 254 / 0.4);
  border-bottom-color: rgb(199 210 254 / 0.4);
}
.border-y-indigo-200\/45 {
  border-top-color: rgb(199 210 254 / 0.45);
  border-bottom-color: rgb(199 210 254 / 0.45);
}
.border-y-indigo-200\/5 {
  border-top-color: rgb(199 210 254 / 0.05);
  border-bottom-color: rgb(199 210 254 / 0.05);
}
.border-y-indigo-200\/50 {
  border-top-color: rgb(199 210 254 / 0.5);
  border-bottom-color: rgb(199 210 254 / 0.5);
}
.border-y-indigo-200\/55 {
  border-top-color: rgb(199 210 254 / 0.55);
  border-bottom-color: rgb(199 210 254 / 0.55);
}
.border-y-indigo-200\/60 {
  border-top-color: rgb(199 210 254 / 0.6);
  border-bottom-color: rgb(199 210 254 / 0.6);
}
.border-y-indigo-200\/65 {
  border-top-color: rgb(199 210 254 / 0.65);
  border-bottom-color: rgb(199 210 254 / 0.65);
}
.border-y-indigo-200\/70 {
  border-top-color: rgb(199 210 254 / 0.7);
  border-bottom-color: rgb(199 210 254 / 0.7);
}
.border-y-indigo-200\/75 {
  border-top-color: rgb(199 210 254 / 0.75);
  border-bottom-color: rgb(199 210 254 / 0.75);
}
.border-y-indigo-200\/80 {
  border-top-color: rgb(199 210 254 / 0.8);
  border-bottom-color: rgb(199 210 254 / 0.8);
}
.border-y-indigo-200\/85 {
  border-top-color: rgb(199 210 254 / 0.85);
  border-bottom-color: rgb(199 210 254 / 0.85);
}
.border-y-indigo-200\/90 {
  border-top-color: rgb(199 210 254 / 0.9);
  border-bottom-color: rgb(199 210 254 / 0.9);
}
.border-y-indigo-200\/95 {
  border-top-color: rgb(199 210 254 / 0.95);
  border-bottom-color: rgb(199 210 254 / 0.95);
}
.border-y-indigo-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-y-indigo-300\/0 {
  border-top-color: rgb(165 180 252 / 0);
  border-bottom-color: rgb(165 180 252 / 0);
}
.border-y-indigo-300\/10 {
  border-top-color: rgb(165 180 252 / 0.1);
  border-bottom-color: rgb(165 180 252 / 0.1);
}
.border-y-indigo-300\/100 {
  border-top-color: rgb(165 180 252 / 1);
  border-bottom-color: rgb(165 180 252 / 1);
}
.border-y-indigo-300\/15 {
  border-top-color: rgb(165 180 252 / 0.15);
  border-bottom-color: rgb(165 180 252 / 0.15);
}
.border-y-indigo-300\/20 {
  border-top-color: rgb(165 180 252 / 0.2);
  border-bottom-color: rgb(165 180 252 / 0.2);
}
.border-y-indigo-300\/25 {
  border-top-color: rgb(165 180 252 / 0.25);
  border-bottom-color: rgb(165 180 252 / 0.25);
}
.border-y-indigo-300\/30 {
  border-top-color: rgb(165 180 252 / 0.3);
  border-bottom-color: rgb(165 180 252 / 0.3);
}
.border-y-indigo-300\/35 {
  border-top-color: rgb(165 180 252 / 0.35);
  border-bottom-color: rgb(165 180 252 / 0.35);
}
.border-y-indigo-300\/40 {
  border-top-color: rgb(165 180 252 / 0.4);
  border-bottom-color: rgb(165 180 252 / 0.4);
}
.border-y-indigo-300\/45 {
  border-top-color: rgb(165 180 252 / 0.45);
  border-bottom-color: rgb(165 180 252 / 0.45);
}
.border-y-indigo-300\/5 {
  border-top-color: rgb(165 180 252 / 0.05);
  border-bottom-color: rgb(165 180 252 / 0.05);
}
.border-y-indigo-300\/50 {
  border-top-color: rgb(165 180 252 / 0.5);
  border-bottom-color: rgb(165 180 252 / 0.5);
}
.border-y-indigo-300\/55 {
  border-top-color: rgb(165 180 252 / 0.55);
  border-bottom-color: rgb(165 180 252 / 0.55);
}
.border-y-indigo-300\/60 {
  border-top-color: rgb(165 180 252 / 0.6);
  border-bottom-color: rgb(165 180 252 / 0.6);
}
.border-y-indigo-300\/65 {
  border-top-color: rgb(165 180 252 / 0.65);
  border-bottom-color: rgb(165 180 252 / 0.65);
}
.border-y-indigo-300\/70 {
  border-top-color: rgb(165 180 252 / 0.7);
  border-bottom-color: rgb(165 180 252 / 0.7);
}
.border-y-indigo-300\/75 {
  border-top-color: rgb(165 180 252 / 0.75);
  border-bottom-color: rgb(165 180 252 / 0.75);
}
.border-y-indigo-300\/80 {
  border-top-color: rgb(165 180 252 / 0.8);
  border-bottom-color: rgb(165 180 252 / 0.8);
}
.border-y-indigo-300\/85 {
  border-top-color: rgb(165 180 252 / 0.85);
  border-bottom-color: rgb(165 180 252 / 0.85);
}
.border-y-indigo-300\/90 {
  border-top-color: rgb(165 180 252 / 0.9);
  border-bottom-color: rgb(165 180 252 / 0.9);
}
.border-y-indigo-300\/95 {
  border-top-color: rgb(165 180 252 / 0.95);
  border-bottom-color: rgb(165 180 252 / 0.95);
}
.border-y-indigo-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-y-indigo-400\/0 {
  border-top-color: rgb(129 140 248 / 0);
  border-bottom-color: rgb(129 140 248 / 0);
}
.border-y-indigo-400\/10 {
  border-top-color: rgb(129 140 248 / 0.1);
  border-bottom-color: rgb(129 140 248 / 0.1);
}
.border-y-indigo-400\/100 {
  border-top-color: rgb(129 140 248 / 1);
  border-bottom-color: rgb(129 140 248 / 1);
}
.border-y-indigo-400\/15 {
  border-top-color: rgb(129 140 248 / 0.15);
  border-bottom-color: rgb(129 140 248 / 0.15);
}
.border-y-indigo-400\/20 {
  border-top-color: rgb(129 140 248 / 0.2);
  border-bottom-color: rgb(129 140 248 / 0.2);
}
.border-y-indigo-400\/25 {
  border-top-color: rgb(129 140 248 / 0.25);
  border-bottom-color: rgb(129 140 248 / 0.25);
}
.border-y-indigo-400\/30 {
  border-top-color: rgb(129 140 248 / 0.3);
  border-bottom-color: rgb(129 140 248 / 0.3);
}
.border-y-indigo-400\/35 {
  border-top-color: rgb(129 140 248 / 0.35);
  border-bottom-color: rgb(129 140 248 / 0.35);
}
.border-y-indigo-400\/40 {
  border-top-color: rgb(129 140 248 / 0.4);
  border-bottom-color: rgb(129 140 248 / 0.4);
}
.border-y-indigo-400\/45 {
  border-top-color: rgb(129 140 248 / 0.45);
  border-bottom-color: rgb(129 140 248 / 0.45);
}
.border-y-indigo-400\/5 {
  border-top-color: rgb(129 140 248 / 0.05);
  border-bottom-color: rgb(129 140 248 / 0.05);
}
.border-y-indigo-400\/50 {
  border-top-color: rgb(129 140 248 / 0.5);
  border-bottom-color: rgb(129 140 248 / 0.5);
}
.border-y-indigo-400\/55 {
  border-top-color: rgb(129 140 248 / 0.55);
  border-bottom-color: rgb(129 140 248 / 0.55);
}
.border-y-indigo-400\/60 {
  border-top-color: rgb(129 140 248 / 0.6);
  border-bottom-color: rgb(129 140 248 / 0.6);
}
.border-y-indigo-400\/65 {
  border-top-color: rgb(129 140 248 / 0.65);
  border-bottom-color: rgb(129 140 248 / 0.65);
}
.border-y-indigo-400\/70 {
  border-top-color: rgb(129 140 248 / 0.7);
  border-bottom-color: rgb(129 140 248 / 0.7);
}
.border-y-indigo-400\/75 {
  border-top-color: rgb(129 140 248 / 0.75);
  border-bottom-color: rgb(129 140 248 / 0.75);
}
.border-y-indigo-400\/80 {
  border-top-color: rgb(129 140 248 / 0.8);
  border-bottom-color: rgb(129 140 248 / 0.8);
}
.border-y-indigo-400\/85 {
  border-top-color: rgb(129 140 248 / 0.85);
  border-bottom-color: rgb(129 140 248 / 0.85);
}
.border-y-indigo-400\/90 {
  border-top-color: rgb(129 140 248 / 0.9);
  border-bottom-color: rgb(129 140 248 / 0.9);
}
.border-y-indigo-400\/95 {
  border-top-color: rgb(129 140 248 / 0.95);
  border-bottom-color: rgb(129 140 248 / 0.95);
}
.border-y-indigo-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-y-indigo-50\/0 {
  border-top-color: rgb(238 242 255 / 0);
  border-bottom-color: rgb(238 242 255 / 0);
}
.border-y-indigo-50\/10 {
  border-top-color: rgb(238 242 255 / 0.1);
  border-bottom-color: rgb(238 242 255 / 0.1);
}
.border-y-indigo-50\/100 {
  border-top-color: rgb(238 242 255 / 1);
  border-bottom-color: rgb(238 242 255 / 1);
}
.border-y-indigo-50\/15 {
  border-top-color: rgb(238 242 255 / 0.15);
  border-bottom-color: rgb(238 242 255 / 0.15);
}
.border-y-indigo-50\/20 {
  border-top-color: rgb(238 242 255 / 0.2);
  border-bottom-color: rgb(238 242 255 / 0.2);
}
.border-y-indigo-50\/25 {
  border-top-color: rgb(238 242 255 / 0.25);
  border-bottom-color: rgb(238 242 255 / 0.25);
}
.border-y-indigo-50\/30 {
  border-top-color: rgb(238 242 255 / 0.3);
  border-bottom-color: rgb(238 242 255 / 0.3);
}
.border-y-indigo-50\/35 {
  border-top-color: rgb(238 242 255 / 0.35);
  border-bottom-color: rgb(238 242 255 / 0.35);
}
.border-y-indigo-50\/40 {
  border-top-color: rgb(238 242 255 / 0.4);
  border-bottom-color: rgb(238 242 255 / 0.4);
}
.border-y-indigo-50\/45 {
  border-top-color: rgb(238 242 255 / 0.45);
  border-bottom-color: rgb(238 242 255 / 0.45);
}
.border-y-indigo-50\/5 {
  border-top-color: rgb(238 242 255 / 0.05);
  border-bottom-color: rgb(238 242 255 / 0.05);
}
.border-y-indigo-50\/50 {
  border-top-color: rgb(238 242 255 / 0.5);
  border-bottom-color: rgb(238 242 255 / 0.5);
}
.border-y-indigo-50\/55 {
  border-top-color: rgb(238 242 255 / 0.55);
  border-bottom-color: rgb(238 242 255 / 0.55);
}
.border-y-indigo-50\/60 {
  border-top-color: rgb(238 242 255 / 0.6);
  border-bottom-color: rgb(238 242 255 / 0.6);
}
.border-y-indigo-50\/65 {
  border-top-color: rgb(238 242 255 / 0.65);
  border-bottom-color: rgb(238 242 255 / 0.65);
}
.border-y-indigo-50\/70 {
  border-top-color: rgb(238 242 255 / 0.7);
  border-bottom-color: rgb(238 242 255 / 0.7);
}
.border-y-indigo-50\/75 {
  border-top-color: rgb(238 242 255 / 0.75);
  border-bottom-color: rgb(238 242 255 / 0.75);
}
.border-y-indigo-50\/80 {
  border-top-color: rgb(238 242 255 / 0.8);
  border-bottom-color: rgb(238 242 255 / 0.8);
}
.border-y-indigo-50\/85 {
  border-top-color: rgb(238 242 255 / 0.85);
  border-bottom-color: rgb(238 242 255 / 0.85);
}
.border-y-indigo-50\/90 {
  border-top-color: rgb(238 242 255 / 0.9);
  border-bottom-color: rgb(238 242 255 / 0.9);
}
.border-y-indigo-50\/95 {
  border-top-color: rgb(238 242 255 / 0.95);
  border-bottom-color: rgb(238 242 255 / 0.95);
}
.border-y-indigo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-y-indigo-500\/0 {
  border-top-color: rgb(99 102 241 / 0);
  border-bottom-color: rgb(99 102 241 / 0);
}
.border-y-indigo-500\/10 {
  border-top-color: rgb(99 102 241 / 0.1);
  border-bottom-color: rgb(99 102 241 / 0.1);
}
.border-y-indigo-500\/100 {
  border-top-color: rgb(99 102 241 / 1);
  border-bottom-color: rgb(99 102 241 / 1);
}
.border-y-indigo-500\/15 {
  border-top-color: rgb(99 102 241 / 0.15);
  border-bottom-color: rgb(99 102 241 / 0.15);
}
.border-y-indigo-500\/20 {
  border-top-color: rgb(99 102 241 / 0.2);
  border-bottom-color: rgb(99 102 241 / 0.2);
}
.border-y-indigo-500\/25 {
  border-top-color: rgb(99 102 241 / 0.25);
  border-bottom-color: rgb(99 102 241 / 0.25);
}
.border-y-indigo-500\/30 {
  border-top-color: rgb(99 102 241 / 0.3);
  border-bottom-color: rgb(99 102 241 / 0.3);
}
.border-y-indigo-500\/35 {
  border-top-color: rgb(99 102 241 / 0.35);
  border-bottom-color: rgb(99 102 241 / 0.35);
}
.border-y-indigo-500\/40 {
  border-top-color: rgb(99 102 241 / 0.4);
  border-bottom-color: rgb(99 102 241 / 0.4);
}
.border-y-indigo-500\/45 {
  border-top-color: rgb(99 102 241 / 0.45);
  border-bottom-color: rgb(99 102 241 / 0.45);
}
.border-y-indigo-500\/5 {
  border-top-color: rgb(99 102 241 / 0.05);
  border-bottom-color: rgb(99 102 241 / 0.05);
}
.border-y-indigo-500\/50 {
  border-top-color: rgb(99 102 241 / 0.5);
  border-bottom-color: rgb(99 102 241 / 0.5);
}
.border-y-indigo-500\/55 {
  border-top-color: rgb(99 102 241 / 0.55);
  border-bottom-color: rgb(99 102 241 / 0.55);
}
.border-y-indigo-500\/60 {
  border-top-color: rgb(99 102 241 / 0.6);
  border-bottom-color: rgb(99 102 241 / 0.6);
}
.border-y-indigo-500\/65 {
  border-top-color: rgb(99 102 241 / 0.65);
  border-bottom-color: rgb(99 102 241 / 0.65);
}
.border-y-indigo-500\/70 {
  border-top-color: rgb(99 102 241 / 0.7);
  border-bottom-color: rgb(99 102 241 / 0.7);
}
.border-y-indigo-500\/75 {
  border-top-color: rgb(99 102 241 / 0.75);
  border-bottom-color: rgb(99 102 241 / 0.75);
}
.border-y-indigo-500\/80 {
  border-top-color: rgb(99 102 241 / 0.8);
  border-bottom-color: rgb(99 102 241 / 0.8);
}
.border-y-indigo-500\/85 {
  border-top-color: rgb(99 102 241 / 0.85);
  border-bottom-color: rgb(99 102 241 / 0.85);
}
.border-y-indigo-500\/90 {
  border-top-color: rgb(99 102 241 / 0.9);
  border-bottom-color: rgb(99 102 241 / 0.9);
}
.border-y-indigo-500\/95 {
  border-top-color: rgb(99 102 241 / 0.95);
  border-bottom-color: rgb(99 102 241 / 0.95);
}
.border-y-indigo-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-y-indigo-600\/0 {
  border-top-color: rgb(79 70 229 / 0);
  border-bottom-color: rgb(79 70 229 / 0);
}
.border-y-indigo-600\/10 {
  border-top-color: rgb(79 70 229 / 0.1);
  border-bottom-color: rgb(79 70 229 / 0.1);
}
.border-y-indigo-600\/100 {
  border-top-color: rgb(79 70 229 / 1);
  border-bottom-color: rgb(79 70 229 / 1);
}
.border-y-indigo-600\/15 {
  border-top-color: rgb(79 70 229 / 0.15);
  border-bottom-color: rgb(79 70 229 / 0.15);
}
.border-y-indigo-600\/20 {
  border-top-color: rgb(79 70 229 / 0.2);
  border-bottom-color: rgb(79 70 229 / 0.2);
}
.border-y-indigo-600\/25 {
  border-top-color: rgb(79 70 229 / 0.25);
  border-bottom-color: rgb(79 70 229 / 0.25);
}
.border-y-indigo-600\/30 {
  border-top-color: rgb(79 70 229 / 0.3);
  border-bottom-color: rgb(79 70 229 / 0.3);
}
.border-y-indigo-600\/35 {
  border-top-color: rgb(79 70 229 / 0.35);
  border-bottom-color: rgb(79 70 229 / 0.35);
}
.border-y-indigo-600\/40 {
  border-top-color: rgb(79 70 229 / 0.4);
  border-bottom-color: rgb(79 70 229 / 0.4);
}
.border-y-indigo-600\/45 {
  border-top-color: rgb(79 70 229 / 0.45);
  border-bottom-color: rgb(79 70 229 / 0.45);
}
.border-y-indigo-600\/5 {
  border-top-color: rgb(79 70 229 / 0.05);
  border-bottom-color: rgb(79 70 229 / 0.05);
}
.border-y-indigo-600\/50 {
  border-top-color: rgb(79 70 229 / 0.5);
  border-bottom-color: rgb(79 70 229 / 0.5);
}
.border-y-indigo-600\/55 {
  border-top-color: rgb(79 70 229 / 0.55);
  border-bottom-color: rgb(79 70 229 / 0.55);
}
.border-y-indigo-600\/60 {
  border-top-color: rgb(79 70 229 / 0.6);
  border-bottom-color: rgb(79 70 229 / 0.6);
}
.border-y-indigo-600\/65 {
  border-top-color: rgb(79 70 229 / 0.65);
  border-bottom-color: rgb(79 70 229 / 0.65);
}
.border-y-indigo-600\/70 {
  border-top-color: rgb(79 70 229 / 0.7);
  border-bottom-color: rgb(79 70 229 / 0.7);
}
.border-y-indigo-600\/75 {
  border-top-color: rgb(79 70 229 / 0.75);
  border-bottom-color: rgb(79 70 229 / 0.75);
}
.border-y-indigo-600\/80 {
  border-top-color: rgb(79 70 229 / 0.8);
  border-bottom-color: rgb(79 70 229 / 0.8);
}
.border-y-indigo-600\/85 {
  border-top-color: rgb(79 70 229 / 0.85);
  border-bottom-color: rgb(79 70 229 / 0.85);
}
.border-y-indigo-600\/90 {
  border-top-color: rgb(79 70 229 / 0.9);
  border-bottom-color: rgb(79 70 229 / 0.9);
}
.border-y-indigo-600\/95 {
  border-top-color: rgb(79 70 229 / 0.95);
  border-bottom-color: rgb(79 70 229 / 0.95);
}
.border-y-indigo-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-y-indigo-700\/0 {
  border-top-color: rgb(67 56 202 / 0);
  border-bottom-color: rgb(67 56 202 / 0);
}
.border-y-indigo-700\/10 {
  border-top-color: rgb(67 56 202 / 0.1);
  border-bottom-color: rgb(67 56 202 / 0.1);
}
.border-y-indigo-700\/100 {
  border-top-color: rgb(67 56 202 / 1);
  border-bottom-color: rgb(67 56 202 / 1);
}
.border-y-indigo-700\/15 {
  border-top-color: rgb(67 56 202 / 0.15);
  border-bottom-color: rgb(67 56 202 / 0.15);
}
.border-y-indigo-700\/20 {
  border-top-color: rgb(67 56 202 / 0.2);
  border-bottom-color: rgb(67 56 202 / 0.2);
}
.border-y-indigo-700\/25 {
  border-top-color: rgb(67 56 202 / 0.25);
  border-bottom-color: rgb(67 56 202 / 0.25);
}
.border-y-indigo-700\/30 {
  border-top-color: rgb(67 56 202 / 0.3);
  border-bottom-color: rgb(67 56 202 / 0.3);
}
.border-y-indigo-700\/35 {
  border-top-color: rgb(67 56 202 / 0.35);
  border-bottom-color: rgb(67 56 202 / 0.35);
}
.border-y-indigo-700\/40 {
  border-top-color: rgb(67 56 202 / 0.4);
  border-bottom-color: rgb(67 56 202 / 0.4);
}
.border-y-indigo-700\/45 {
  border-top-color: rgb(67 56 202 / 0.45);
  border-bottom-color: rgb(67 56 202 / 0.45);
}
.border-y-indigo-700\/5 {
  border-top-color: rgb(67 56 202 / 0.05);
  border-bottom-color: rgb(67 56 202 / 0.05);
}
.border-y-indigo-700\/50 {
  border-top-color: rgb(67 56 202 / 0.5);
  border-bottom-color: rgb(67 56 202 / 0.5);
}
.border-y-indigo-700\/55 {
  border-top-color: rgb(67 56 202 / 0.55);
  border-bottom-color: rgb(67 56 202 / 0.55);
}
.border-y-indigo-700\/60 {
  border-top-color: rgb(67 56 202 / 0.6);
  border-bottom-color: rgb(67 56 202 / 0.6);
}
.border-y-indigo-700\/65 {
  border-top-color: rgb(67 56 202 / 0.65);
  border-bottom-color: rgb(67 56 202 / 0.65);
}
.border-y-indigo-700\/70 {
  border-top-color: rgb(67 56 202 / 0.7);
  border-bottom-color: rgb(67 56 202 / 0.7);
}
.border-y-indigo-700\/75 {
  border-top-color: rgb(67 56 202 / 0.75);
  border-bottom-color: rgb(67 56 202 / 0.75);
}
.border-y-indigo-700\/80 {
  border-top-color: rgb(67 56 202 / 0.8);
  border-bottom-color: rgb(67 56 202 / 0.8);
}
.border-y-indigo-700\/85 {
  border-top-color: rgb(67 56 202 / 0.85);
  border-bottom-color: rgb(67 56 202 / 0.85);
}
.border-y-indigo-700\/90 {
  border-top-color: rgb(67 56 202 / 0.9);
  border-bottom-color: rgb(67 56 202 / 0.9);
}
.border-y-indigo-700\/95 {
  border-top-color: rgb(67 56 202 / 0.95);
  border-bottom-color: rgb(67 56 202 / 0.95);
}
.border-y-indigo-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-y-indigo-800\/0 {
  border-top-color: rgb(55 48 163 / 0);
  border-bottom-color: rgb(55 48 163 / 0);
}
.border-y-indigo-800\/10 {
  border-top-color: rgb(55 48 163 / 0.1);
  border-bottom-color: rgb(55 48 163 / 0.1);
}
.border-y-indigo-800\/100 {
  border-top-color: rgb(55 48 163 / 1);
  border-bottom-color: rgb(55 48 163 / 1);
}
.border-y-indigo-800\/15 {
  border-top-color: rgb(55 48 163 / 0.15);
  border-bottom-color: rgb(55 48 163 / 0.15);
}
.border-y-indigo-800\/20 {
  border-top-color: rgb(55 48 163 / 0.2);
  border-bottom-color: rgb(55 48 163 / 0.2);
}
.border-y-indigo-800\/25 {
  border-top-color: rgb(55 48 163 / 0.25);
  border-bottom-color: rgb(55 48 163 / 0.25);
}
.border-y-indigo-800\/30 {
  border-top-color: rgb(55 48 163 / 0.3);
  border-bottom-color: rgb(55 48 163 / 0.3);
}
.border-y-indigo-800\/35 {
  border-top-color: rgb(55 48 163 / 0.35);
  border-bottom-color: rgb(55 48 163 / 0.35);
}
.border-y-indigo-800\/40 {
  border-top-color: rgb(55 48 163 / 0.4);
  border-bottom-color: rgb(55 48 163 / 0.4);
}
.border-y-indigo-800\/45 {
  border-top-color: rgb(55 48 163 / 0.45);
  border-bottom-color: rgb(55 48 163 / 0.45);
}
.border-y-indigo-800\/5 {
  border-top-color: rgb(55 48 163 / 0.05);
  border-bottom-color: rgb(55 48 163 / 0.05);
}
.border-y-indigo-800\/50 {
  border-top-color: rgb(55 48 163 / 0.5);
  border-bottom-color: rgb(55 48 163 / 0.5);
}
.border-y-indigo-800\/55 {
  border-top-color: rgb(55 48 163 / 0.55);
  border-bottom-color: rgb(55 48 163 / 0.55);
}
.border-y-indigo-800\/60 {
  border-top-color: rgb(55 48 163 / 0.6);
  border-bottom-color: rgb(55 48 163 / 0.6);
}
.border-y-indigo-800\/65 {
  border-top-color: rgb(55 48 163 / 0.65);
  border-bottom-color: rgb(55 48 163 / 0.65);
}
.border-y-indigo-800\/70 {
  border-top-color: rgb(55 48 163 / 0.7);
  border-bottom-color: rgb(55 48 163 / 0.7);
}
.border-y-indigo-800\/75 {
  border-top-color: rgb(55 48 163 / 0.75);
  border-bottom-color: rgb(55 48 163 / 0.75);
}
.border-y-indigo-800\/80 {
  border-top-color: rgb(55 48 163 / 0.8);
  border-bottom-color: rgb(55 48 163 / 0.8);
}
.border-y-indigo-800\/85 {
  border-top-color: rgb(55 48 163 / 0.85);
  border-bottom-color: rgb(55 48 163 / 0.85);
}
.border-y-indigo-800\/90 {
  border-top-color: rgb(55 48 163 / 0.9);
  border-bottom-color: rgb(55 48 163 / 0.9);
}
.border-y-indigo-800\/95 {
  border-top-color: rgb(55 48 163 / 0.95);
  border-bottom-color: rgb(55 48 163 / 0.95);
}
.border-y-indigo-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-y-indigo-900\/0 {
  border-top-color: rgb(49 46 129 / 0);
  border-bottom-color: rgb(49 46 129 / 0);
}
.border-y-indigo-900\/10 {
  border-top-color: rgb(49 46 129 / 0.1);
  border-bottom-color: rgb(49 46 129 / 0.1);
}
.border-y-indigo-900\/100 {
  border-top-color: rgb(49 46 129 / 1);
  border-bottom-color: rgb(49 46 129 / 1);
}
.border-y-indigo-900\/15 {
  border-top-color: rgb(49 46 129 / 0.15);
  border-bottom-color: rgb(49 46 129 / 0.15);
}
.border-y-indigo-900\/20 {
  border-top-color: rgb(49 46 129 / 0.2);
  border-bottom-color: rgb(49 46 129 / 0.2);
}
.border-y-indigo-900\/25 {
  border-top-color: rgb(49 46 129 / 0.25);
  border-bottom-color: rgb(49 46 129 / 0.25);
}
.border-y-indigo-900\/30 {
  border-top-color: rgb(49 46 129 / 0.3);
  border-bottom-color: rgb(49 46 129 / 0.3);
}
.border-y-indigo-900\/35 {
  border-top-color: rgb(49 46 129 / 0.35);
  border-bottom-color: rgb(49 46 129 / 0.35);
}
.border-y-indigo-900\/40 {
  border-top-color: rgb(49 46 129 / 0.4);
  border-bottom-color: rgb(49 46 129 / 0.4);
}
.border-y-indigo-900\/45 {
  border-top-color: rgb(49 46 129 / 0.45);
  border-bottom-color: rgb(49 46 129 / 0.45);
}
.border-y-indigo-900\/5 {
  border-top-color: rgb(49 46 129 / 0.05);
  border-bottom-color: rgb(49 46 129 / 0.05);
}
.border-y-indigo-900\/50 {
  border-top-color: rgb(49 46 129 / 0.5);
  border-bottom-color: rgb(49 46 129 / 0.5);
}
.border-y-indigo-900\/55 {
  border-top-color: rgb(49 46 129 / 0.55);
  border-bottom-color: rgb(49 46 129 / 0.55);
}
.border-y-indigo-900\/60 {
  border-top-color: rgb(49 46 129 / 0.6);
  border-bottom-color: rgb(49 46 129 / 0.6);
}
.border-y-indigo-900\/65 {
  border-top-color: rgb(49 46 129 / 0.65);
  border-bottom-color: rgb(49 46 129 / 0.65);
}
.border-y-indigo-900\/70 {
  border-top-color: rgb(49 46 129 / 0.7);
  border-bottom-color: rgb(49 46 129 / 0.7);
}
.border-y-indigo-900\/75 {
  border-top-color: rgb(49 46 129 / 0.75);
  border-bottom-color: rgb(49 46 129 / 0.75);
}
.border-y-indigo-900\/80 {
  border-top-color: rgb(49 46 129 / 0.8);
  border-bottom-color: rgb(49 46 129 / 0.8);
}
.border-y-indigo-900\/85 {
  border-top-color: rgb(49 46 129 / 0.85);
  border-bottom-color: rgb(49 46 129 / 0.85);
}
.border-y-indigo-900\/90 {
  border-top-color: rgb(49 46 129 / 0.9);
  border-bottom-color: rgb(49 46 129 / 0.9);
}
.border-y-indigo-900\/95 {
  border-top-color: rgb(49 46 129 / 0.95);
  border-bottom-color: rgb(49 46 129 / 0.95);
}
.border-y-indigo-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-y-indigo-950\/0 {
  border-top-color: rgb(30 27 75 / 0);
  border-bottom-color: rgb(30 27 75 / 0);
}
.border-y-indigo-950\/10 {
  border-top-color: rgb(30 27 75 / 0.1);
  border-bottom-color: rgb(30 27 75 / 0.1);
}
.border-y-indigo-950\/100 {
  border-top-color: rgb(30 27 75 / 1);
  border-bottom-color: rgb(30 27 75 / 1);
}
.border-y-indigo-950\/15 {
  border-top-color: rgb(30 27 75 / 0.15);
  border-bottom-color: rgb(30 27 75 / 0.15);
}
.border-y-indigo-950\/20 {
  border-top-color: rgb(30 27 75 / 0.2);
  border-bottom-color: rgb(30 27 75 / 0.2);
}
.border-y-indigo-950\/25 {
  border-top-color: rgb(30 27 75 / 0.25);
  border-bottom-color: rgb(30 27 75 / 0.25);
}
.border-y-indigo-950\/30 {
  border-top-color: rgb(30 27 75 / 0.3);
  border-bottom-color: rgb(30 27 75 / 0.3);
}
.border-y-indigo-950\/35 {
  border-top-color: rgb(30 27 75 / 0.35);
  border-bottom-color: rgb(30 27 75 / 0.35);
}
.border-y-indigo-950\/40 {
  border-top-color: rgb(30 27 75 / 0.4);
  border-bottom-color: rgb(30 27 75 / 0.4);
}
.border-y-indigo-950\/45 {
  border-top-color: rgb(30 27 75 / 0.45);
  border-bottom-color: rgb(30 27 75 / 0.45);
}
.border-y-indigo-950\/5 {
  border-top-color: rgb(30 27 75 / 0.05);
  border-bottom-color: rgb(30 27 75 / 0.05);
}
.border-y-indigo-950\/50 {
  border-top-color: rgb(30 27 75 / 0.5);
  border-bottom-color: rgb(30 27 75 / 0.5);
}
.border-y-indigo-950\/55 {
  border-top-color: rgb(30 27 75 / 0.55);
  border-bottom-color: rgb(30 27 75 / 0.55);
}
.border-y-indigo-950\/60 {
  border-top-color: rgb(30 27 75 / 0.6);
  border-bottom-color: rgb(30 27 75 / 0.6);
}
.border-y-indigo-950\/65 {
  border-top-color: rgb(30 27 75 / 0.65);
  border-bottom-color: rgb(30 27 75 / 0.65);
}
.border-y-indigo-950\/70 {
  border-top-color: rgb(30 27 75 / 0.7);
  border-bottom-color: rgb(30 27 75 / 0.7);
}
.border-y-indigo-950\/75 {
  border-top-color: rgb(30 27 75 / 0.75);
  border-bottom-color: rgb(30 27 75 / 0.75);
}
.border-y-indigo-950\/80 {
  border-top-color: rgb(30 27 75 / 0.8);
  border-bottom-color: rgb(30 27 75 / 0.8);
}
.border-y-indigo-950\/85 {
  border-top-color: rgb(30 27 75 / 0.85);
  border-bottom-color: rgb(30 27 75 / 0.85);
}
.border-y-indigo-950\/90 {
  border-top-color: rgb(30 27 75 / 0.9);
  border-bottom-color: rgb(30 27 75 / 0.9);
}
.border-y-indigo-950\/95 {
  border-top-color: rgb(30 27 75 / 0.95);
  border-bottom-color: rgb(30 27 75 / 0.95);
}
.border-y-inherit {
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.border-y-lime-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-y-lime-100\/0 {
  border-top-color: rgb(236 252 203 / 0);
  border-bottom-color: rgb(236 252 203 / 0);
}
.border-y-lime-100\/10 {
  border-top-color: rgb(236 252 203 / 0.1);
  border-bottom-color: rgb(236 252 203 / 0.1);
}
.border-y-lime-100\/100 {
  border-top-color: rgb(236 252 203 / 1);
  border-bottom-color: rgb(236 252 203 / 1);
}
.border-y-lime-100\/15 {
  border-top-color: rgb(236 252 203 / 0.15);
  border-bottom-color: rgb(236 252 203 / 0.15);
}
.border-y-lime-100\/20 {
  border-top-color: rgb(236 252 203 / 0.2);
  border-bottom-color: rgb(236 252 203 / 0.2);
}
.border-y-lime-100\/25 {
  border-top-color: rgb(236 252 203 / 0.25);
  border-bottom-color: rgb(236 252 203 / 0.25);
}
.border-y-lime-100\/30 {
  border-top-color: rgb(236 252 203 / 0.3);
  border-bottom-color: rgb(236 252 203 / 0.3);
}
.border-y-lime-100\/35 {
  border-top-color: rgb(236 252 203 / 0.35);
  border-bottom-color: rgb(236 252 203 / 0.35);
}
.border-y-lime-100\/40 {
  border-top-color: rgb(236 252 203 / 0.4);
  border-bottom-color: rgb(236 252 203 / 0.4);
}
.border-y-lime-100\/45 {
  border-top-color: rgb(236 252 203 / 0.45);
  border-bottom-color: rgb(236 252 203 / 0.45);
}
.border-y-lime-100\/5 {
  border-top-color: rgb(236 252 203 / 0.05);
  border-bottom-color: rgb(236 252 203 / 0.05);
}
.border-y-lime-100\/50 {
  border-top-color: rgb(236 252 203 / 0.5);
  border-bottom-color: rgb(236 252 203 / 0.5);
}
.border-y-lime-100\/55 {
  border-top-color: rgb(236 252 203 / 0.55);
  border-bottom-color: rgb(236 252 203 / 0.55);
}
.border-y-lime-100\/60 {
  border-top-color: rgb(236 252 203 / 0.6);
  border-bottom-color: rgb(236 252 203 / 0.6);
}
.border-y-lime-100\/65 {
  border-top-color: rgb(236 252 203 / 0.65);
  border-bottom-color: rgb(236 252 203 / 0.65);
}
.border-y-lime-100\/70 {
  border-top-color: rgb(236 252 203 / 0.7);
  border-bottom-color: rgb(236 252 203 / 0.7);
}
.border-y-lime-100\/75 {
  border-top-color: rgb(236 252 203 / 0.75);
  border-bottom-color: rgb(236 252 203 / 0.75);
}
.border-y-lime-100\/80 {
  border-top-color: rgb(236 252 203 / 0.8);
  border-bottom-color: rgb(236 252 203 / 0.8);
}
.border-y-lime-100\/85 {
  border-top-color: rgb(236 252 203 / 0.85);
  border-bottom-color: rgb(236 252 203 / 0.85);
}
.border-y-lime-100\/90 {
  border-top-color: rgb(236 252 203 / 0.9);
  border-bottom-color: rgb(236 252 203 / 0.9);
}
.border-y-lime-100\/95 {
  border-top-color: rgb(236 252 203 / 0.95);
  border-bottom-color: rgb(236 252 203 / 0.95);
}
.border-y-lime-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-y-lime-200\/0 {
  border-top-color: rgb(217 249 157 / 0);
  border-bottom-color: rgb(217 249 157 / 0);
}
.border-y-lime-200\/10 {
  border-top-color: rgb(217 249 157 / 0.1);
  border-bottom-color: rgb(217 249 157 / 0.1);
}
.border-y-lime-200\/100 {
  border-top-color: rgb(217 249 157 / 1);
  border-bottom-color: rgb(217 249 157 / 1);
}
.border-y-lime-200\/15 {
  border-top-color: rgb(217 249 157 / 0.15);
  border-bottom-color: rgb(217 249 157 / 0.15);
}
.border-y-lime-200\/20 {
  border-top-color: rgb(217 249 157 / 0.2);
  border-bottom-color: rgb(217 249 157 / 0.2);
}
.border-y-lime-200\/25 {
  border-top-color: rgb(217 249 157 / 0.25);
  border-bottom-color: rgb(217 249 157 / 0.25);
}
.border-y-lime-200\/30 {
  border-top-color: rgb(217 249 157 / 0.3);
  border-bottom-color: rgb(217 249 157 / 0.3);
}
.border-y-lime-200\/35 {
  border-top-color: rgb(217 249 157 / 0.35);
  border-bottom-color: rgb(217 249 157 / 0.35);
}
.border-y-lime-200\/40 {
  border-top-color: rgb(217 249 157 / 0.4);
  border-bottom-color: rgb(217 249 157 / 0.4);
}
.border-y-lime-200\/45 {
  border-top-color: rgb(217 249 157 / 0.45);
  border-bottom-color: rgb(217 249 157 / 0.45);
}
.border-y-lime-200\/5 {
  border-top-color: rgb(217 249 157 / 0.05);
  border-bottom-color: rgb(217 249 157 / 0.05);
}
.border-y-lime-200\/50 {
  border-top-color: rgb(217 249 157 / 0.5);
  border-bottom-color: rgb(217 249 157 / 0.5);
}
.border-y-lime-200\/55 {
  border-top-color: rgb(217 249 157 / 0.55);
  border-bottom-color: rgb(217 249 157 / 0.55);
}
.border-y-lime-200\/60 {
  border-top-color: rgb(217 249 157 / 0.6);
  border-bottom-color: rgb(217 249 157 / 0.6);
}
.border-y-lime-200\/65 {
  border-top-color: rgb(217 249 157 / 0.65);
  border-bottom-color: rgb(217 249 157 / 0.65);
}
.border-y-lime-200\/70 {
  border-top-color: rgb(217 249 157 / 0.7);
  border-bottom-color: rgb(217 249 157 / 0.7);
}
.border-y-lime-200\/75 {
  border-top-color: rgb(217 249 157 / 0.75);
  border-bottom-color: rgb(217 249 157 / 0.75);
}
.border-y-lime-200\/80 {
  border-top-color: rgb(217 249 157 / 0.8);
  border-bottom-color: rgb(217 249 157 / 0.8);
}
.border-y-lime-200\/85 {
  border-top-color: rgb(217 249 157 / 0.85);
  border-bottom-color: rgb(217 249 157 / 0.85);
}
.border-y-lime-200\/90 {
  border-top-color: rgb(217 249 157 / 0.9);
  border-bottom-color: rgb(217 249 157 / 0.9);
}
.border-y-lime-200\/95 {
  border-top-color: rgb(217 249 157 / 0.95);
  border-bottom-color: rgb(217 249 157 / 0.95);
}
.border-y-lime-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-y-lime-300\/0 {
  border-top-color: rgb(190 242 100 / 0);
  border-bottom-color: rgb(190 242 100 / 0);
}
.border-y-lime-300\/10 {
  border-top-color: rgb(190 242 100 / 0.1);
  border-bottom-color: rgb(190 242 100 / 0.1);
}
.border-y-lime-300\/100 {
  border-top-color: rgb(190 242 100 / 1);
  border-bottom-color: rgb(190 242 100 / 1);
}
.border-y-lime-300\/15 {
  border-top-color: rgb(190 242 100 / 0.15);
  border-bottom-color: rgb(190 242 100 / 0.15);
}
.border-y-lime-300\/20 {
  border-top-color: rgb(190 242 100 / 0.2);
  border-bottom-color: rgb(190 242 100 / 0.2);
}
.border-y-lime-300\/25 {
  border-top-color: rgb(190 242 100 / 0.25);
  border-bottom-color: rgb(190 242 100 / 0.25);
}
.border-y-lime-300\/30 {
  border-top-color: rgb(190 242 100 / 0.3);
  border-bottom-color: rgb(190 242 100 / 0.3);
}
.border-y-lime-300\/35 {
  border-top-color: rgb(190 242 100 / 0.35);
  border-bottom-color: rgb(190 242 100 / 0.35);
}
.border-y-lime-300\/40 {
  border-top-color: rgb(190 242 100 / 0.4);
  border-bottom-color: rgb(190 242 100 / 0.4);
}
.border-y-lime-300\/45 {
  border-top-color: rgb(190 242 100 / 0.45);
  border-bottom-color: rgb(190 242 100 / 0.45);
}
.border-y-lime-300\/5 {
  border-top-color: rgb(190 242 100 / 0.05);
  border-bottom-color: rgb(190 242 100 / 0.05);
}
.border-y-lime-300\/50 {
  border-top-color: rgb(190 242 100 / 0.5);
  border-bottom-color: rgb(190 242 100 / 0.5);
}
.border-y-lime-300\/55 {
  border-top-color: rgb(190 242 100 / 0.55);
  border-bottom-color: rgb(190 242 100 / 0.55);
}
.border-y-lime-300\/60 {
  border-top-color: rgb(190 242 100 / 0.6);
  border-bottom-color: rgb(190 242 100 / 0.6);
}
.border-y-lime-300\/65 {
  border-top-color: rgb(190 242 100 / 0.65);
  border-bottom-color: rgb(190 242 100 / 0.65);
}
.border-y-lime-300\/70 {
  border-top-color: rgb(190 242 100 / 0.7);
  border-bottom-color: rgb(190 242 100 / 0.7);
}
.border-y-lime-300\/75 {
  border-top-color: rgb(190 242 100 / 0.75);
  border-bottom-color: rgb(190 242 100 / 0.75);
}
.border-y-lime-300\/80 {
  border-top-color: rgb(190 242 100 / 0.8);
  border-bottom-color: rgb(190 242 100 / 0.8);
}
.border-y-lime-300\/85 {
  border-top-color: rgb(190 242 100 / 0.85);
  border-bottom-color: rgb(190 242 100 / 0.85);
}
.border-y-lime-300\/90 {
  border-top-color: rgb(190 242 100 / 0.9);
  border-bottom-color: rgb(190 242 100 / 0.9);
}
.border-y-lime-300\/95 {
  border-top-color: rgb(190 242 100 / 0.95);
  border-bottom-color: rgb(190 242 100 / 0.95);
}
.border-y-lime-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-y-lime-400\/0 {
  border-top-color: rgb(163 230 53 / 0);
  border-bottom-color: rgb(163 230 53 / 0);
}
.border-y-lime-400\/10 {
  border-top-color: rgb(163 230 53 / 0.1);
  border-bottom-color: rgb(163 230 53 / 0.1);
}
.border-y-lime-400\/100 {
  border-top-color: rgb(163 230 53 / 1);
  border-bottom-color: rgb(163 230 53 / 1);
}
.border-y-lime-400\/15 {
  border-top-color: rgb(163 230 53 / 0.15);
  border-bottom-color: rgb(163 230 53 / 0.15);
}
.border-y-lime-400\/20 {
  border-top-color: rgb(163 230 53 / 0.2);
  border-bottom-color: rgb(163 230 53 / 0.2);
}
.border-y-lime-400\/25 {
  border-top-color: rgb(163 230 53 / 0.25);
  border-bottom-color: rgb(163 230 53 / 0.25);
}
.border-y-lime-400\/30 {
  border-top-color: rgb(163 230 53 / 0.3);
  border-bottom-color: rgb(163 230 53 / 0.3);
}
.border-y-lime-400\/35 {
  border-top-color: rgb(163 230 53 / 0.35);
  border-bottom-color: rgb(163 230 53 / 0.35);
}
.border-y-lime-400\/40 {
  border-top-color: rgb(163 230 53 / 0.4);
  border-bottom-color: rgb(163 230 53 / 0.4);
}
.border-y-lime-400\/45 {
  border-top-color: rgb(163 230 53 / 0.45);
  border-bottom-color: rgb(163 230 53 / 0.45);
}
.border-y-lime-400\/5 {
  border-top-color: rgb(163 230 53 / 0.05);
  border-bottom-color: rgb(163 230 53 / 0.05);
}
.border-y-lime-400\/50 {
  border-top-color: rgb(163 230 53 / 0.5);
  border-bottom-color: rgb(163 230 53 / 0.5);
}
.border-y-lime-400\/55 {
  border-top-color: rgb(163 230 53 / 0.55);
  border-bottom-color: rgb(163 230 53 / 0.55);
}
.border-y-lime-400\/60 {
  border-top-color: rgb(163 230 53 / 0.6);
  border-bottom-color: rgb(163 230 53 / 0.6);
}
.border-y-lime-400\/65 {
  border-top-color: rgb(163 230 53 / 0.65);
  border-bottom-color: rgb(163 230 53 / 0.65);
}
.border-y-lime-400\/70 {
  border-top-color: rgb(163 230 53 / 0.7);
  border-bottom-color: rgb(163 230 53 / 0.7);
}
.border-y-lime-400\/75 {
  border-top-color: rgb(163 230 53 / 0.75);
  border-bottom-color: rgb(163 230 53 / 0.75);
}
.border-y-lime-400\/80 {
  border-top-color: rgb(163 230 53 / 0.8);
  border-bottom-color: rgb(163 230 53 / 0.8);
}
.border-y-lime-400\/85 {
  border-top-color: rgb(163 230 53 / 0.85);
  border-bottom-color: rgb(163 230 53 / 0.85);
}
.border-y-lime-400\/90 {
  border-top-color: rgb(163 230 53 / 0.9);
  border-bottom-color: rgb(163 230 53 / 0.9);
}
.border-y-lime-400\/95 {
  border-top-color: rgb(163 230 53 / 0.95);
  border-bottom-color: rgb(163 230 53 / 0.95);
}
.border-y-lime-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-y-lime-50\/0 {
  border-top-color: rgb(247 254 231 / 0);
  border-bottom-color: rgb(247 254 231 / 0);
}
.border-y-lime-50\/10 {
  border-top-color: rgb(247 254 231 / 0.1);
  border-bottom-color: rgb(247 254 231 / 0.1);
}
.border-y-lime-50\/100 {
  border-top-color: rgb(247 254 231 / 1);
  border-bottom-color: rgb(247 254 231 / 1);
}
.border-y-lime-50\/15 {
  border-top-color: rgb(247 254 231 / 0.15);
  border-bottom-color: rgb(247 254 231 / 0.15);
}
.border-y-lime-50\/20 {
  border-top-color: rgb(247 254 231 / 0.2);
  border-bottom-color: rgb(247 254 231 / 0.2);
}
.border-y-lime-50\/25 {
  border-top-color: rgb(247 254 231 / 0.25);
  border-bottom-color: rgb(247 254 231 / 0.25);
}
.border-y-lime-50\/30 {
  border-top-color: rgb(247 254 231 / 0.3);
  border-bottom-color: rgb(247 254 231 / 0.3);
}
.border-y-lime-50\/35 {
  border-top-color: rgb(247 254 231 / 0.35);
  border-bottom-color: rgb(247 254 231 / 0.35);
}
.border-y-lime-50\/40 {
  border-top-color: rgb(247 254 231 / 0.4);
  border-bottom-color: rgb(247 254 231 / 0.4);
}
.border-y-lime-50\/45 {
  border-top-color: rgb(247 254 231 / 0.45);
  border-bottom-color: rgb(247 254 231 / 0.45);
}
.border-y-lime-50\/5 {
  border-top-color: rgb(247 254 231 / 0.05);
  border-bottom-color: rgb(247 254 231 / 0.05);
}
.border-y-lime-50\/50 {
  border-top-color: rgb(247 254 231 / 0.5);
  border-bottom-color: rgb(247 254 231 / 0.5);
}
.border-y-lime-50\/55 {
  border-top-color: rgb(247 254 231 / 0.55);
  border-bottom-color: rgb(247 254 231 / 0.55);
}
.border-y-lime-50\/60 {
  border-top-color: rgb(247 254 231 / 0.6);
  border-bottom-color: rgb(247 254 231 / 0.6);
}
.border-y-lime-50\/65 {
  border-top-color: rgb(247 254 231 / 0.65);
  border-bottom-color: rgb(247 254 231 / 0.65);
}
.border-y-lime-50\/70 {
  border-top-color: rgb(247 254 231 / 0.7);
  border-bottom-color: rgb(247 254 231 / 0.7);
}
.border-y-lime-50\/75 {
  border-top-color: rgb(247 254 231 / 0.75);
  border-bottom-color: rgb(247 254 231 / 0.75);
}
.border-y-lime-50\/80 {
  border-top-color: rgb(247 254 231 / 0.8);
  border-bottom-color: rgb(247 254 231 / 0.8);
}
.border-y-lime-50\/85 {
  border-top-color: rgb(247 254 231 / 0.85);
  border-bottom-color: rgb(247 254 231 / 0.85);
}
.border-y-lime-50\/90 {
  border-top-color: rgb(247 254 231 / 0.9);
  border-bottom-color: rgb(247 254 231 / 0.9);
}
.border-y-lime-50\/95 {
  border-top-color: rgb(247 254 231 / 0.95);
  border-bottom-color: rgb(247 254 231 / 0.95);
}
.border-y-lime-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-y-lime-500\/0 {
  border-top-color: rgb(132 204 22 / 0);
  border-bottom-color: rgb(132 204 22 / 0);
}
.border-y-lime-500\/10 {
  border-top-color: rgb(132 204 22 / 0.1);
  border-bottom-color: rgb(132 204 22 / 0.1);
}
.border-y-lime-500\/100 {
  border-top-color: rgb(132 204 22 / 1);
  border-bottom-color: rgb(132 204 22 / 1);
}
.border-y-lime-500\/15 {
  border-top-color: rgb(132 204 22 / 0.15);
  border-bottom-color: rgb(132 204 22 / 0.15);
}
.border-y-lime-500\/20 {
  border-top-color: rgb(132 204 22 / 0.2);
  border-bottom-color: rgb(132 204 22 / 0.2);
}
.border-y-lime-500\/25 {
  border-top-color: rgb(132 204 22 / 0.25);
  border-bottom-color: rgb(132 204 22 / 0.25);
}
.border-y-lime-500\/30 {
  border-top-color: rgb(132 204 22 / 0.3);
  border-bottom-color: rgb(132 204 22 / 0.3);
}
.border-y-lime-500\/35 {
  border-top-color: rgb(132 204 22 / 0.35);
  border-bottom-color: rgb(132 204 22 / 0.35);
}
.border-y-lime-500\/40 {
  border-top-color: rgb(132 204 22 / 0.4);
  border-bottom-color: rgb(132 204 22 / 0.4);
}
.border-y-lime-500\/45 {
  border-top-color: rgb(132 204 22 / 0.45);
  border-bottom-color: rgb(132 204 22 / 0.45);
}
.border-y-lime-500\/5 {
  border-top-color: rgb(132 204 22 / 0.05);
  border-bottom-color: rgb(132 204 22 / 0.05);
}
.border-y-lime-500\/50 {
  border-top-color: rgb(132 204 22 / 0.5);
  border-bottom-color: rgb(132 204 22 / 0.5);
}
.border-y-lime-500\/55 {
  border-top-color: rgb(132 204 22 / 0.55);
  border-bottom-color: rgb(132 204 22 / 0.55);
}
.border-y-lime-500\/60 {
  border-top-color: rgb(132 204 22 / 0.6);
  border-bottom-color: rgb(132 204 22 / 0.6);
}
.border-y-lime-500\/65 {
  border-top-color: rgb(132 204 22 / 0.65);
  border-bottom-color: rgb(132 204 22 / 0.65);
}
.border-y-lime-500\/70 {
  border-top-color: rgb(132 204 22 / 0.7);
  border-bottom-color: rgb(132 204 22 / 0.7);
}
.border-y-lime-500\/75 {
  border-top-color: rgb(132 204 22 / 0.75);
  border-bottom-color: rgb(132 204 22 / 0.75);
}
.border-y-lime-500\/80 {
  border-top-color: rgb(132 204 22 / 0.8);
  border-bottom-color: rgb(132 204 22 / 0.8);
}
.border-y-lime-500\/85 {
  border-top-color: rgb(132 204 22 / 0.85);
  border-bottom-color: rgb(132 204 22 / 0.85);
}
.border-y-lime-500\/90 {
  border-top-color: rgb(132 204 22 / 0.9);
  border-bottom-color: rgb(132 204 22 / 0.9);
}
.border-y-lime-500\/95 {
  border-top-color: rgb(132 204 22 / 0.95);
  border-bottom-color: rgb(132 204 22 / 0.95);
}
.border-y-lime-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-y-lime-600\/0 {
  border-top-color: rgb(101 163 13 / 0);
  border-bottom-color: rgb(101 163 13 / 0);
}
.border-y-lime-600\/10 {
  border-top-color: rgb(101 163 13 / 0.1);
  border-bottom-color: rgb(101 163 13 / 0.1);
}
.border-y-lime-600\/100 {
  border-top-color: rgb(101 163 13 / 1);
  border-bottom-color: rgb(101 163 13 / 1);
}
.border-y-lime-600\/15 {
  border-top-color: rgb(101 163 13 / 0.15);
  border-bottom-color: rgb(101 163 13 / 0.15);
}
.border-y-lime-600\/20 {
  border-top-color: rgb(101 163 13 / 0.2);
  border-bottom-color: rgb(101 163 13 / 0.2);
}
.border-y-lime-600\/25 {
  border-top-color: rgb(101 163 13 / 0.25);
  border-bottom-color: rgb(101 163 13 / 0.25);
}
.border-y-lime-600\/30 {
  border-top-color: rgb(101 163 13 / 0.3);
  border-bottom-color: rgb(101 163 13 / 0.3);
}
.border-y-lime-600\/35 {
  border-top-color: rgb(101 163 13 / 0.35);
  border-bottom-color: rgb(101 163 13 / 0.35);
}
.border-y-lime-600\/40 {
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.border-y-lime-600\/45 {
  border-top-color: rgb(101 163 13 / 0.45);
  border-bottom-color: rgb(101 163 13 / 0.45);
}
.border-y-lime-600\/5 {
  border-top-color: rgb(101 163 13 / 0.05);
  border-bottom-color: rgb(101 163 13 / 0.05);
}
.border-y-lime-600\/50 {
  border-top-color: rgb(101 163 13 / 0.5);
  border-bottom-color: rgb(101 163 13 / 0.5);
}
.border-y-lime-600\/55 {
  border-top-color: rgb(101 163 13 / 0.55);
  border-bottom-color: rgb(101 163 13 / 0.55);
}
.border-y-lime-600\/60 {
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.border-y-lime-600\/65 {
  border-top-color: rgb(101 163 13 / 0.65);
  border-bottom-color: rgb(101 163 13 / 0.65);
}
.border-y-lime-600\/70 {
  border-top-color: rgb(101 163 13 / 0.7);
  border-bottom-color: rgb(101 163 13 / 0.7);
}
.border-y-lime-600\/75 {
  border-top-color: rgb(101 163 13 / 0.75);
  border-bottom-color: rgb(101 163 13 / 0.75);
}
.border-y-lime-600\/80 {
  border-top-color: rgb(101 163 13 / 0.8);
  border-bottom-color: rgb(101 163 13 / 0.8);
}
.border-y-lime-600\/85 {
  border-top-color: rgb(101 163 13 / 0.85);
  border-bottom-color: rgb(101 163 13 / 0.85);
}
.border-y-lime-600\/90 {
  border-top-color: rgb(101 163 13 / 0.9);
  border-bottom-color: rgb(101 163 13 / 0.9);
}
.border-y-lime-600\/95 {
  border-top-color: rgb(101 163 13 / 0.95);
  border-bottom-color: rgb(101 163 13 / 0.95);
}
.border-y-lime-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-y-lime-700\/0 {
  border-top-color: rgb(77 124 15 / 0);
  border-bottom-color: rgb(77 124 15 / 0);
}
.border-y-lime-700\/10 {
  border-top-color: rgb(77 124 15 / 0.1);
  border-bottom-color: rgb(77 124 15 / 0.1);
}
.border-y-lime-700\/100 {
  border-top-color: rgb(77 124 15 / 1);
  border-bottom-color: rgb(77 124 15 / 1);
}
.border-y-lime-700\/15 {
  border-top-color: rgb(77 124 15 / 0.15);
  border-bottom-color: rgb(77 124 15 / 0.15);
}
.border-y-lime-700\/20 {
  border-top-color: rgb(77 124 15 / 0.2);
  border-bottom-color: rgb(77 124 15 / 0.2);
}
.border-y-lime-700\/25 {
  border-top-color: rgb(77 124 15 / 0.25);
  border-bottom-color: rgb(77 124 15 / 0.25);
}
.border-y-lime-700\/30 {
  border-top-color: rgb(77 124 15 / 0.3);
  border-bottom-color: rgb(77 124 15 / 0.3);
}
.border-y-lime-700\/35 {
  border-top-color: rgb(77 124 15 / 0.35);
  border-bottom-color: rgb(77 124 15 / 0.35);
}
.border-y-lime-700\/40 {
  border-top-color: rgb(77 124 15 / 0.4);
  border-bottom-color: rgb(77 124 15 / 0.4);
}
.border-y-lime-700\/45 {
  border-top-color: rgb(77 124 15 / 0.45);
  border-bottom-color: rgb(77 124 15 / 0.45);
}
.border-y-lime-700\/5 {
  border-top-color: rgb(77 124 15 / 0.05);
  border-bottom-color: rgb(77 124 15 / 0.05);
}
.border-y-lime-700\/50 {
  border-top-color: rgb(77 124 15 / 0.5);
  border-bottom-color: rgb(77 124 15 / 0.5);
}
.border-y-lime-700\/55 {
  border-top-color: rgb(77 124 15 / 0.55);
  border-bottom-color: rgb(77 124 15 / 0.55);
}
.border-y-lime-700\/60 {
  border-top-color: rgb(77 124 15 / 0.6);
  border-bottom-color: rgb(77 124 15 / 0.6);
}
.border-y-lime-700\/65 {
  border-top-color: rgb(77 124 15 / 0.65);
  border-bottom-color: rgb(77 124 15 / 0.65);
}
.border-y-lime-700\/70 {
  border-top-color: rgb(77 124 15 / 0.7);
  border-bottom-color: rgb(77 124 15 / 0.7);
}
.border-y-lime-700\/75 {
  border-top-color: rgb(77 124 15 / 0.75);
  border-bottom-color: rgb(77 124 15 / 0.75);
}
.border-y-lime-700\/80 {
  border-top-color: rgb(77 124 15 / 0.8);
  border-bottom-color: rgb(77 124 15 / 0.8);
}
.border-y-lime-700\/85 {
  border-top-color: rgb(77 124 15 / 0.85);
  border-bottom-color: rgb(77 124 15 / 0.85);
}
.border-y-lime-700\/90 {
  border-top-color: rgb(77 124 15 / 0.9);
  border-bottom-color: rgb(77 124 15 / 0.9);
}
.border-y-lime-700\/95 {
  border-top-color: rgb(77 124 15 / 0.95);
  border-bottom-color: rgb(77 124 15 / 0.95);
}
.border-y-lime-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-y-lime-800\/0 {
  border-top-color: rgb(63 98 18 / 0);
  border-bottom-color: rgb(63 98 18 / 0);
}
.border-y-lime-800\/10 {
  border-top-color: rgb(63 98 18 / 0.1);
  border-bottom-color: rgb(63 98 18 / 0.1);
}
.border-y-lime-800\/100 {
  border-top-color: rgb(63 98 18 / 1);
  border-bottom-color: rgb(63 98 18 / 1);
}
.border-y-lime-800\/15 {
  border-top-color: rgb(63 98 18 / 0.15);
  border-bottom-color: rgb(63 98 18 / 0.15);
}
.border-y-lime-800\/20 {
  border-top-color: rgb(63 98 18 / 0.2);
  border-bottom-color: rgb(63 98 18 / 0.2);
}
.border-y-lime-800\/25 {
  border-top-color: rgb(63 98 18 / 0.25);
  border-bottom-color: rgb(63 98 18 / 0.25);
}
.border-y-lime-800\/30 {
  border-top-color: rgb(63 98 18 / 0.3);
  border-bottom-color: rgb(63 98 18 / 0.3);
}
.border-y-lime-800\/35 {
  border-top-color: rgb(63 98 18 / 0.35);
  border-bottom-color: rgb(63 98 18 / 0.35);
}
.border-y-lime-800\/40 {
  border-top-color: rgb(63 98 18 / 0.4);
  border-bottom-color: rgb(63 98 18 / 0.4);
}
.border-y-lime-800\/45 {
  border-top-color: rgb(63 98 18 / 0.45);
  border-bottom-color: rgb(63 98 18 / 0.45);
}
.border-y-lime-800\/5 {
  border-top-color: rgb(63 98 18 / 0.05);
  border-bottom-color: rgb(63 98 18 / 0.05);
}
.border-y-lime-800\/50 {
  border-top-color: rgb(63 98 18 / 0.5);
  border-bottom-color: rgb(63 98 18 / 0.5);
}
.border-y-lime-800\/55 {
  border-top-color: rgb(63 98 18 / 0.55);
  border-bottom-color: rgb(63 98 18 / 0.55);
}
.border-y-lime-800\/60 {
  border-top-color: rgb(63 98 18 / 0.6);
  border-bottom-color: rgb(63 98 18 / 0.6);
}
.border-y-lime-800\/65 {
  border-top-color: rgb(63 98 18 / 0.65);
  border-bottom-color: rgb(63 98 18 / 0.65);
}
.border-y-lime-800\/70 {
  border-top-color: rgb(63 98 18 / 0.7);
  border-bottom-color: rgb(63 98 18 / 0.7);
}
.border-y-lime-800\/75 {
  border-top-color: rgb(63 98 18 / 0.75);
  border-bottom-color: rgb(63 98 18 / 0.75);
}
.border-y-lime-800\/80 {
  border-top-color: rgb(63 98 18 / 0.8);
  border-bottom-color: rgb(63 98 18 / 0.8);
}
.border-y-lime-800\/85 {
  border-top-color: rgb(63 98 18 / 0.85);
  border-bottom-color: rgb(63 98 18 / 0.85);
}
.border-y-lime-800\/90 {
  border-top-color: rgb(63 98 18 / 0.9);
  border-bottom-color: rgb(63 98 18 / 0.9);
}
.border-y-lime-800\/95 {
  border-top-color: rgb(63 98 18 / 0.95);
  border-bottom-color: rgb(63 98 18 / 0.95);
}
.border-y-lime-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-y-lime-900\/0 {
  border-top-color: rgb(54 83 20 / 0);
  border-bottom-color: rgb(54 83 20 / 0);
}
.border-y-lime-900\/10 {
  border-top-color: rgb(54 83 20 / 0.1);
  border-bottom-color: rgb(54 83 20 / 0.1);
}
.border-y-lime-900\/100 {
  border-top-color: rgb(54 83 20 / 1);
  border-bottom-color: rgb(54 83 20 / 1);
}
.border-y-lime-900\/15 {
  border-top-color: rgb(54 83 20 / 0.15);
  border-bottom-color: rgb(54 83 20 / 0.15);
}
.border-y-lime-900\/20 {
  border-top-color: rgb(54 83 20 / 0.2);
  border-bottom-color: rgb(54 83 20 / 0.2);
}
.border-y-lime-900\/25 {
  border-top-color: rgb(54 83 20 / 0.25);
  border-bottom-color: rgb(54 83 20 / 0.25);
}
.border-y-lime-900\/30 {
  border-top-color: rgb(54 83 20 / 0.3);
  border-bottom-color: rgb(54 83 20 / 0.3);
}
.border-y-lime-900\/35 {
  border-top-color: rgb(54 83 20 / 0.35);
  border-bottom-color: rgb(54 83 20 / 0.35);
}
.border-y-lime-900\/40 {
  border-top-color: rgb(54 83 20 / 0.4);
  border-bottom-color: rgb(54 83 20 / 0.4);
}
.border-y-lime-900\/45 {
  border-top-color: rgb(54 83 20 / 0.45);
  border-bottom-color: rgb(54 83 20 / 0.45);
}
.border-y-lime-900\/5 {
  border-top-color: rgb(54 83 20 / 0.05);
  border-bottom-color: rgb(54 83 20 / 0.05);
}
.border-y-lime-900\/50 {
  border-top-color: rgb(54 83 20 / 0.5);
  border-bottom-color: rgb(54 83 20 / 0.5);
}
.border-y-lime-900\/55 {
  border-top-color: rgb(54 83 20 / 0.55);
  border-bottom-color: rgb(54 83 20 / 0.55);
}
.border-y-lime-900\/60 {
  border-top-color: rgb(54 83 20 / 0.6);
  border-bottom-color: rgb(54 83 20 / 0.6);
}
.border-y-lime-900\/65 {
  border-top-color: rgb(54 83 20 / 0.65);
  border-bottom-color: rgb(54 83 20 / 0.65);
}
.border-y-lime-900\/70 {
  border-top-color: rgb(54 83 20 / 0.7);
  border-bottom-color: rgb(54 83 20 / 0.7);
}
.border-y-lime-900\/75 {
  border-top-color: rgb(54 83 20 / 0.75);
  border-bottom-color: rgb(54 83 20 / 0.75);
}
.border-y-lime-900\/80 {
  border-top-color: rgb(54 83 20 / 0.8);
  border-bottom-color: rgb(54 83 20 / 0.8);
}
.border-y-lime-900\/85 {
  border-top-color: rgb(54 83 20 / 0.85);
  border-bottom-color: rgb(54 83 20 / 0.85);
}
.border-y-lime-900\/90 {
  border-top-color: rgb(54 83 20 / 0.9);
  border-bottom-color: rgb(54 83 20 / 0.9);
}
.border-y-lime-900\/95 {
  border-top-color: rgb(54 83 20 / 0.95);
  border-bottom-color: rgb(54 83 20 / 0.95);
}
.border-y-lime-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-y-lime-950\/0 {
  border-top-color: rgb(26 46 5 / 0);
  border-bottom-color: rgb(26 46 5 / 0);
}
.border-y-lime-950\/10 {
  border-top-color: rgb(26 46 5 / 0.1);
  border-bottom-color: rgb(26 46 5 / 0.1);
}
.border-y-lime-950\/100 {
  border-top-color: rgb(26 46 5 / 1);
  border-bottom-color: rgb(26 46 5 / 1);
}
.border-y-lime-950\/15 {
  border-top-color: rgb(26 46 5 / 0.15);
  border-bottom-color: rgb(26 46 5 / 0.15);
}
.border-y-lime-950\/20 {
  border-top-color: rgb(26 46 5 / 0.2);
  border-bottom-color: rgb(26 46 5 / 0.2);
}
.border-y-lime-950\/25 {
  border-top-color: rgb(26 46 5 / 0.25);
  border-bottom-color: rgb(26 46 5 / 0.25);
}
.border-y-lime-950\/30 {
  border-top-color: rgb(26 46 5 / 0.3);
  border-bottom-color: rgb(26 46 5 / 0.3);
}
.border-y-lime-950\/35 {
  border-top-color: rgb(26 46 5 / 0.35);
  border-bottom-color: rgb(26 46 5 / 0.35);
}
.border-y-lime-950\/40 {
  border-top-color: rgb(26 46 5 / 0.4);
  border-bottom-color: rgb(26 46 5 / 0.4);
}
.border-y-lime-950\/45 {
  border-top-color: rgb(26 46 5 / 0.45);
  border-bottom-color: rgb(26 46 5 / 0.45);
}
.border-y-lime-950\/5 {
  border-top-color: rgb(26 46 5 / 0.05);
  border-bottom-color: rgb(26 46 5 / 0.05);
}
.border-y-lime-950\/50 {
  border-top-color: rgb(26 46 5 / 0.5);
  border-bottom-color: rgb(26 46 5 / 0.5);
}
.border-y-lime-950\/55 {
  border-top-color: rgb(26 46 5 / 0.55);
  border-bottom-color: rgb(26 46 5 / 0.55);
}
.border-y-lime-950\/60 {
  border-top-color: rgb(26 46 5 / 0.6);
  border-bottom-color: rgb(26 46 5 / 0.6);
}
.border-y-lime-950\/65 {
  border-top-color: rgb(26 46 5 / 0.65);
  border-bottom-color: rgb(26 46 5 / 0.65);
}
.border-y-lime-950\/70 {
  border-top-color: rgb(26 46 5 / 0.7);
  border-bottom-color: rgb(26 46 5 / 0.7);
}
.border-y-lime-950\/75 {
  border-top-color: rgb(26 46 5 / 0.75);
  border-bottom-color: rgb(26 46 5 / 0.75);
}
.border-y-lime-950\/80 {
  border-top-color: rgb(26 46 5 / 0.8);
  border-bottom-color: rgb(26 46 5 / 0.8);
}
.border-y-lime-950\/85 {
  border-top-color: rgb(26 46 5 / 0.85);
  border-bottom-color: rgb(26 46 5 / 0.85);
}
.border-y-lime-950\/90 {
  border-top-color: rgb(26 46 5 / 0.9);
  border-bottom-color: rgb(26 46 5 / 0.9);
}
.border-y-lime-950\/95 {
  border-top-color: rgb(26 46 5 / 0.95);
  border-bottom-color: rgb(26 46 5 / 0.95);
}
.border-y-neutral-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-y-neutral-100\/0 {
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}
.border-y-neutral-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}
.border-y-neutral-100\/100 {
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}
.border-y-neutral-100\/15 {
  border-top-color: rgb(245 245 245 / 0.15);
  border-bottom-color: rgb(245 245 245 / 0.15);
}
.border-y-neutral-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}
.border-y-neutral-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}
.border-y-neutral-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}
.border-y-neutral-100\/35 {
  border-top-color: rgb(245 245 245 / 0.35);
  border-bottom-color: rgb(245 245 245 / 0.35);
}
.border-y-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.border-y-neutral-100\/45 {
  border-top-color: rgb(245 245 245 / 0.45);
  border-bottom-color: rgb(245 245 245 / 0.45);
}
.border-y-neutral-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}
.border-y-neutral-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}
.border-y-neutral-100\/55 {
  border-top-color: rgb(245 245 245 / 0.55);
  border-bottom-color: rgb(245 245 245 / 0.55);
}
.border-y-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.border-y-neutral-100\/65 {
  border-top-color: rgb(245 245 245 / 0.65);
  border-bottom-color: rgb(245 245 245 / 0.65);
}
.border-y-neutral-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}
.border-y-neutral-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}
.border-y-neutral-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}
.border-y-neutral-100\/85 {
  border-top-color: rgb(245 245 245 / 0.85);
  border-bottom-color: rgb(245 245 245 / 0.85);
}
.border-y-neutral-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}
.border-y-neutral-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}
.border-y-neutral-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-y-neutral-200\/0 {
  border-top-color: rgb(229 229 229 / 0);
  border-bottom-color: rgb(229 229 229 / 0);
}
.border-y-neutral-200\/10 {
  border-top-color: rgb(229 229 229 / 0.1);
  border-bottom-color: rgb(229 229 229 / 0.1);
}
.border-y-neutral-200\/100 {
  border-top-color: rgb(229 229 229 / 1);
  border-bottom-color: rgb(229 229 229 / 1);
}
.border-y-neutral-200\/15 {
  border-top-color: rgb(229 229 229 / 0.15);
  border-bottom-color: rgb(229 229 229 / 0.15);
}
.border-y-neutral-200\/20 {
  border-top-color: rgb(229 229 229 / 0.2);
  border-bottom-color: rgb(229 229 229 / 0.2);
}
.border-y-neutral-200\/25 {
  border-top-color: rgb(229 229 229 / 0.25);
  border-bottom-color: rgb(229 229 229 / 0.25);
}
.border-y-neutral-200\/30 {
  border-top-color: rgb(229 229 229 / 0.3);
  border-bottom-color: rgb(229 229 229 / 0.3);
}
.border-y-neutral-200\/35 {
  border-top-color: rgb(229 229 229 / 0.35);
  border-bottom-color: rgb(229 229 229 / 0.35);
}
.border-y-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}
.border-y-neutral-200\/45 {
  border-top-color: rgb(229 229 229 / 0.45);
  border-bottom-color: rgb(229 229 229 / 0.45);
}
.border-y-neutral-200\/5 {
  border-top-color: rgb(229 229 229 / 0.05);
  border-bottom-color: rgb(229 229 229 / 0.05);
}
.border-y-neutral-200\/50 {
  border-top-color: rgb(229 229 229 / 0.5);
  border-bottom-color: rgb(229 229 229 / 0.5);
}
.border-y-neutral-200\/55 {
  border-top-color: rgb(229 229 229 / 0.55);
  border-bottom-color: rgb(229 229 229 / 0.55);
}
.border-y-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}
.border-y-neutral-200\/65 {
  border-top-color: rgb(229 229 229 / 0.65);
  border-bottom-color: rgb(229 229 229 / 0.65);
}
.border-y-neutral-200\/70 {
  border-top-color: rgb(229 229 229 / 0.7);
  border-bottom-color: rgb(229 229 229 / 0.7);
}
.border-y-neutral-200\/75 {
  border-top-color: rgb(229 229 229 / 0.75);
  border-bottom-color: rgb(229 229 229 / 0.75);
}
.border-y-neutral-200\/80 {
  border-top-color: rgb(229 229 229 / 0.8);
  border-bottom-color: rgb(229 229 229 / 0.8);
}
.border-y-neutral-200\/85 {
  border-top-color: rgb(229 229 229 / 0.85);
  border-bottom-color: rgb(229 229 229 / 0.85);
}
.border-y-neutral-200\/90 {
  border-top-color: rgb(229 229 229 / 0.9);
  border-bottom-color: rgb(229 229 229 / 0.9);
}
.border-y-neutral-200\/95 {
  border-top-color: rgb(229 229 229 / 0.95);
  border-bottom-color: rgb(229 229 229 / 0.95);
}
.border-y-neutral-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-y-neutral-300\/0 {
  border-top-color: rgb(212 212 212 / 0);
  border-bottom-color: rgb(212 212 212 / 0);
}
.border-y-neutral-300\/10 {
  border-top-color: rgb(212 212 212 / 0.1);
  border-bottom-color: rgb(212 212 212 / 0.1);
}
.border-y-neutral-300\/100 {
  border-top-color: rgb(212 212 212 / 1);
  border-bottom-color: rgb(212 212 212 / 1);
}
.border-y-neutral-300\/15 {
  border-top-color: rgb(212 212 212 / 0.15);
  border-bottom-color: rgb(212 212 212 / 0.15);
}
.border-y-neutral-300\/20 {
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}
.border-y-neutral-300\/25 {
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}
.border-y-neutral-300\/30 {
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}
.border-y-neutral-300\/35 {
  border-top-color: rgb(212 212 212 / 0.35);
  border-bottom-color: rgb(212 212 212 / 0.35);
}
.border-y-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}
.border-y-neutral-300\/45 {
  border-top-color: rgb(212 212 212 / 0.45);
  border-bottom-color: rgb(212 212 212 / 0.45);
}
.border-y-neutral-300\/5 {
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}
.border-y-neutral-300\/50 {
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}
.border-y-neutral-300\/55 {
  border-top-color: rgb(212 212 212 / 0.55);
  border-bottom-color: rgb(212 212 212 / 0.55);
}
.border-y-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}
.border-y-neutral-300\/65 {
  border-top-color: rgb(212 212 212 / 0.65);
  border-bottom-color: rgb(212 212 212 / 0.65);
}
.border-y-neutral-300\/70 {
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}
.border-y-neutral-300\/75 {
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}
.border-y-neutral-300\/80 {
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}
.border-y-neutral-300\/85 {
  border-top-color: rgb(212 212 212 / 0.85);
  border-bottom-color: rgb(212 212 212 / 0.85);
}
.border-y-neutral-300\/90 {
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}
.border-y-neutral-300\/95 {
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}
.border-y-neutral-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-y-neutral-400\/0 {
  border-top-color: rgb(163 163 163 / 0);
  border-bottom-color: rgb(163 163 163 / 0);
}
.border-y-neutral-400\/10 {
  border-top-color: rgb(163 163 163 / 0.1);
  border-bottom-color: rgb(163 163 163 / 0.1);
}
.border-y-neutral-400\/100 {
  border-top-color: rgb(163 163 163 / 1);
  border-bottom-color: rgb(163 163 163 / 1);
}
.border-y-neutral-400\/15 {
  border-top-color: rgb(163 163 163 / 0.15);
  border-bottom-color: rgb(163 163 163 / 0.15);
}
.border-y-neutral-400\/20 {
  border-top-color: rgb(163 163 163 / 0.2);
  border-bottom-color: rgb(163 163 163 / 0.2);
}
.border-y-neutral-400\/25 {
  border-top-color: rgb(163 163 163 / 0.25);
  border-bottom-color: rgb(163 163 163 / 0.25);
}
.border-y-neutral-400\/30 {
  border-top-color: rgb(163 163 163 / 0.3);
  border-bottom-color: rgb(163 163 163 / 0.3);
}
.border-y-neutral-400\/35 {
  border-top-color: rgb(163 163 163 / 0.35);
  border-bottom-color: rgb(163 163 163 / 0.35);
}
.border-y-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}
.border-y-neutral-400\/45 {
  border-top-color: rgb(163 163 163 / 0.45);
  border-bottom-color: rgb(163 163 163 / 0.45);
}
.border-y-neutral-400\/5 {
  border-top-color: rgb(163 163 163 / 0.05);
  border-bottom-color: rgb(163 163 163 / 0.05);
}
.border-y-neutral-400\/50 {
  border-top-color: rgb(163 163 163 / 0.5);
  border-bottom-color: rgb(163 163 163 / 0.5);
}
.border-y-neutral-400\/55 {
  border-top-color: rgb(163 163 163 / 0.55);
  border-bottom-color: rgb(163 163 163 / 0.55);
}
.border-y-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}
.border-y-neutral-400\/65 {
  border-top-color: rgb(163 163 163 / 0.65);
  border-bottom-color: rgb(163 163 163 / 0.65);
}
.border-y-neutral-400\/70 {
  border-top-color: rgb(163 163 163 / 0.7);
  border-bottom-color: rgb(163 163 163 / 0.7);
}
.border-y-neutral-400\/75 {
  border-top-color: rgb(163 163 163 / 0.75);
  border-bottom-color: rgb(163 163 163 / 0.75);
}
.border-y-neutral-400\/80 {
  border-top-color: rgb(163 163 163 / 0.8);
  border-bottom-color: rgb(163 163 163 / 0.8);
}
.border-y-neutral-400\/85 {
  border-top-color: rgb(163 163 163 / 0.85);
  border-bottom-color: rgb(163 163 163 / 0.85);
}
.border-y-neutral-400\/90 {
  border-top-color: rgb(163 163 163 / 0.9);
  border-bottom-color: rgb(163 163 163 / 0.9);
}
.border-y-neutral-400\/95 {
  border-top-color: rgb(163 163 163 / 0.95);
  border-bottom-color: rgb(163 163 163 / 0.95);
}
.border-y-neutral-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-y-neutral-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-y-neutral-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-y-neutral-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-y-neutral-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-y-neutral-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-y-neutral-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-y-neutral-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-y-neutral-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-y-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-y-neutral-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-y-neutral-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-y-neutral-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-y-neutral-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-y-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-y-neutral-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-y-neutral-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-y-neutral-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-y-neutral-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-y-neutral-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-y-neutral-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-y-neutral-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-y-neutral-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-y-neutral-500\/0 {
  border-top-color: rgb(115 115 115 / 0);
  border-bottom-color: rgb(115 115 115 / 0);
}
.border-y-neutral-500\/10 {
  border-top-color: rgb(115 115 115 / 0.1);
  border-bottom-color: rgb(115 115 115 / 0.1);
}
.border-y-neutral-500\/100 {
  border-top-color: rgb(115 115 115 / 1);
  border-bottom-color: rgb(115 115 115 / 1);
}
.border-y-neutral-500\/15 {
  border-top-color: rgb(115 115 115 / 0.15);
  border-bottom-color: rgb(115 115 115 / 0.15);
}
.border-y-neutral-500\/20 {
  border-top-color: rgb(115 115 115 / 0.2);
  border-bottom-color: rgb(115 115 115 / 0.2);
}
.border-y-neutral-500\/25 {
  border-top-color: rgb(115 115 115 / 0.25);
  border-bottom-color: rgb(115 115 115 / 0.25);
}
.border-y-neutral-500\/30 {
  border-top-color: rgb(115 115 115 / 0.3);
  border-bottom-color: rgb(115 115 115 / 0.3);
}
.border-y-neutral-500\/35 {
  border-top-color: rgb(115 115 115 / 0.35);
  border-bottom-color: rgb(115 115 115 / 0.35);
}
.border-y-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}
.border-y-neutral-500\/45 {
  border-top-color: rgb(115 115 115 / 0.45);
  border-bottom-color: rgb(115 115 115 / 0.45);
}
.border-y-neutral-500\/5 {
  border-top-color: rgb(115 115 115 / 0.05);
  border-bottom-color: rgb(115 115 115 / 0.05);
}
.border-y-neutral-500\/50 {
  border-top-color: rgb(115 115 115 / 0.5);
  border-bottom-color: rgb(115 115 115 / 0.5);
}
.border-y-neutral-500\/55 {
  border-top-color: rgb(115 115 115 / 0.55);
  border-bottom-color: rgb(115 115 115 / 0.55);
}
.border-y-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}
.border-y-neutral-500\/65 {
  border-top-color: rgb(115 115 115 / 0.65);
  border-bottom-color: rgb(115 115 115 / 0.65);
}
.border-y-neutral-500\/70 {
  border-top-color: rgb(115 115 115 / 0.7);
  border-bottom-color: rgb(115 115 115 / 0.7);
}
.border-y-neutral-500\/75 {
  border-top-color: rgb(115 115 115 / 0.75);
  border-bottom-color: rgb(115 115 115 / 0.75);
}
.border-y-neutral-500\/80 {
  border-top-color: rgb(115 115 115 / 0.8);
  border-bottom-color: rgb(115 115 115 / 0.8);
}
.border-y-neutral-500\/85 {
  border-top-color: rgb(115 115 115 / 0.85);
  border-bottom-color: rgb(115 115 115 / 0.85);
}
.border-y-neutral-500\/90 {
  border-top-color: rgb(115 115 115 / 0.9);
  border-bottom-color: rgb(115 115 115 / 0.9);
}
.border-y-neutral-500\/95 {
  border-top-color: rgb(115 115 115 / 0.95);
  border-bottom-color: rgb(115 115 115 / 0.95);
}
.border-y-neutral-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-y-neutral-600\/0 {
  border-top-color: rgb(82 82 82 / 0);
  border-bottom-color: rgb(82 82 82 / 0);
}
.border-y-neutral-600\/10 {
  border-top-color: rgb(82 82 82 / 0.1);
  border-bottom-color: rgb(82 82 82 / 0.1);
}
.border-y-neutral-600\/100 {
  border-top-color: rgb(82 82 82 / 1);
  border-bottom-color: rgb(82 82 82 / 1);
}
.border-y-neutral-600\/15 {
  border-top-color: rgb(82 82 82 / 0.15);
  border-bottom-color: rgb(82 82 82 / 0.15);
}
.border-y-neutral-600\/20 {
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}
.border-y-neutral-600\/25 {
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}
.border-y-neutral-600\/30 {
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}
.border-y-neutral-600\/35 {
  border-top-color: rgb(82 82 82 / 0.35);
  border-bottom-color: rgb(82 82 82 / 0.35);
}
.border-y-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.border-y-neutral-600\/45 {
  border-top-color: rgb(82 82 82 / 0.45);
  border-bottom-color: rgb(82 82 82 / 0.45);
}
.border-y-neutral-600\/5 {
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}
.border-y-neutral-600\/50 {
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}
.border-y-neutral-600\/55 {
  border-top-color: rgb(82 82 82 / 0.55);
  border-bottom-color: rgb(82 82 82 / 0.55);
}
.border-y-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.border-y-neutral-600\/65 {
  border-top-color: rgb(82 82 82 / 0.65);
  border-bottom-color: rgb(82 82 82 / 0.65);
}
.border-y-neutral-600\/70 {
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}
.border-y-neutral-600\/75 {
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}
.border-y-neutral-600\/80 {
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}
.border-y-neutral-600\/85 {
  border-top-color: rgb(82 82 82 / 0.85);
  border-bottom-color: rgb(82 82 82 / 0.85);
}
.border-y-neutral-600\/90 {
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}
.border-y-neutral-600\/95 {
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}
.border-y-neutral-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-y-neutral-700\/0 {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-y-neutral-700\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-y-neutral-700\/100 {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-neutral-700\/15 {
  border-top-color: rgb(64 64 64 / 0.15);
  border-bottom-color: rgb(64 64 64 / 0.15);
}
.border-y-neutral-700\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-y-neutral-700\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-y-neutral-700\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-y-neutral-700\/35 {
  border-top-color: rgb(64 64 64 / 0.35);
  border-bottom-color: rgb(64 64 64 / 0.35);
}
.border-y-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-y-neutral-700\/45 {
  border-top-color: rgb(64 64 64 / 0.45);
  border-bottom-color: rgb(64 64 64 / 0.45);
}
.border-y-neutral-700\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-y-neutral-700\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-neutral-700\/55 {
  border-top-color: rgb(64 64 64 / 0.55);
  border-bottom-color: rgb(64 64 64 / 0.55);
}
.border-y-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-y-neutral-700\/65 {
  border-top-color: rgb(64 64 64 / 0.65);
  border-bottom-color: rgb(64 64 64 / 0.65);
}
.border-y-neutral-700\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-y-neutral-700\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-y-neutral-700\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-y-neutral-700\/85 {
  border-top-color: rgb(64 64 64 / 0.85);
  border-bottom-color: rgb(64 64 64 / 0.85);
}
.border-y-neutral-700\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-y-neutral-700\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-y-neutral-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-y-neutral-800\/0 {
  border-top-color: rgb(38 38 38 / 0);
  border-bottom-color: rgb(38 38 38 / 0);
}
.border-y-neutral-800\/10 {
  border-top-color: rgb(38 38 38 / 0.1);
  border-bottom-color: rgb(38 38 38 / 0.1);
}
.border-y-neutral-800\/100 {
  border-top-color: rgb(38 38 38 / 1);
  border-bottom-color: rgb(38 38 38 / 1);
}
.border-y-neutral-800\/15 {
  border-top-color: rgb(38 38 38 / 0.15);
  border-bottom-color: rgb(38 38 38 / 0.15);
}
.border-y-neutral-800\/20 {
  border-top-color: rgb(38 38 38 / 0.2);
  border-bottom-color: rgb(38 38 38 / 0.2);
}
.border-y-neutral-800\/25 {
  border-top-color: rgb(38 38 38 / 0.25);
  border-bottom-color: rgb(38 38 38 / 0.25);
}
.border-y-neutral-800\/30 {
  border-top-color: rgb(38 38 38 / 0.3);
  border-bottom-color: rgb(38 38 38 / 0.3);
}
.border-y-neutral-800\/35 {
  border-top-color: rgb(38 38 38 / 0.35);
  border-bottom-color: rgb(38 38 38 / 0.35);
}
.border-y-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}
.border-y-neutral-800\/45 {
  border-top-color: rgb(38 38 38 / 0.45);
  border-bottom-color: rgb(38 38 38 / 0.45);
}
.border-y-neutral-800\/5 {
  border-top-color: rgb(38 38 38 / 0.05);
  border-bottom-color: rgb(38 38 38 / 0.05);
}
.border-y-neutral-800\/50 {
  border-top-color: rgb(38 38 38 / 0.5);
  border-bottom-color: rgb(38 38 38 / 0.5);
}
.border-y-neutral-800\/55 {
  border-top-color: rgb(38 38 38 / 0.55);
  border-bottom-color: rgb(38 38 38 / 0.55);
}
.border-y-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}
.border-y-neutral-800\/65 {
  border-top-color: rgb(38 38 38 / 0.65);
  border-bottom-color: rgb(38 38 38 / 0.65);
}
.border-y-neutral-800\/70 {
  border-top-color: rgb(38 38 38 / 0.7);
  border-bottom-color: rgb(38 38 38 / 0.7);
}
.border-y-neutral-800\/75 {
  border-top-color: rgb(38 38 38 / 0.75);
  border-bottom-color: rgb(38 38 38 / 0.75);
}
.border-y-neutral-800\/80 {
  border-top-color: rgb(38 38 38 / 0.8);
  border-bottom-color: rgb(38 38 38 / 0.8);
}
.border-y-neutral-800\/85 {
  border-top-color: rgb(38 38 38 / 0.85);
  border-bottom-color: rgb(38 38 38 / 0.85);
}
.border-y-neutral-800\/90 {
  border-top-color: rgb(38 38 38 / 0.9);
  border-bottom-color: rgb(38 38 38 / 0.9);
}
.border-y-neutral-800\/95 {
  border-top-color: rgb(38 38 38 / 0.95);
  border-bottom-color: rgb(38 38 38 / 0.95);
}
.border-y-neutral-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-y-neutral-900\/0 {
  border-top-color: rgb(23 23 23 / 0);
  border-bottom-color: rgb(23 23 23 / 0);
}
.border-y-neutral-900\/10 {
  border-top-color: rgb(23 23 23 / 0.1);
  border-bottom-color: rgb(23 23 23 / 0.1);
}
.border-y-neutral-900\/100 {
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}
.border-y-neutral-900\/15 {
  border-top-color: rgb(23 23 23 / 0.15);
  border-bottom-color: rgb(23 23 23 / 0.15);
}
.border-y-neutral-900\/20 {
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}
.border-y-neutral-900\/25 {
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}
.border-y-neutral-900\/30 {
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}
.border-y-neutral-900\/35 {
  border-top-color: rgb(23 23 23 / 0.35);
  border-bottom-color: rgb(23 23 23 / 0.35);
}
.border-y-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.border-y-neutral-900\/45 {
  border-top-color: rgb(23 23 23 / 0.45);
  border-bottom-color: rgb(23 23 23 / 0.45);
}
.border-y-neutral-900\/5 {
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}
.border-y-neutral-900\/50 {
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}
.border-y-neutral-900\/55 {
  border-top-color: rgb(23 23 23 / 0.55);
  border-bottom-color: rgb(23 23 23 / 0.55);
}
.border-y-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.border-y-neutral-900\/65 {
  border-top-color: rgb(23 23 23 / 0.65);
  border-bottom-color: rgb(23 23 23 / 0.65);
}
.border-y-neutral-900\/70 {
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}
.border-y-neutral-900\/75 {
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}
.border-y-neutral-900\/80 {
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}
.border-y-neutral-900\/85 {
  border-top-color: rgb(23 23 23 / 0.85);
  border-bottom-color: rgb(23 23 23 / 0.85);
}
.border-y-neutral-900\/90 {
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}
.border-y-neutral-900\/95 {
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}
.border-y-neutral-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-y-neutral-950\/0 {
  border-top-color: rgb(10 10 10 / 0);
  border-bottom-color: rgb(10 10 10 / 0);
}
.border-y-neutral-950\/10 {
  border-top-color: rgb(10 10 10 / 0.1);
  border-bottom-color: rgb(10 10 10 / 0.1);
}
.border-y-neutral-950\/100 {
  border-top-color: rgb(10 10 10 / 1);
  border-bottom-color: rgb(10 10 10 / 1);
}
.border-y-neutral-950\/15 {
  border-top-color: rgb(10 10 10 / 0.15);
  border-bottom-color: rgb(10 10 10 / 0.15);
}
.border-y-neutral-950\/20 {
  border-top-color: rgb(10 10 10 / 0.2);
  border-bottom-color: rgb(10 10 10 / 0.2);
}
.border-y-neutral-950\/25 {
  border-top-color: rgb(10 10 10 / 0.25);
  border-bottom-color: rgb(10 10 10 / 0.25);
}
.border-y-neutral-950\/30 {
  border-top-color: rgb(10 10 10 / 0.3);
  border-bottom-color: rgb(10 10 10 / 0.3);
}
.border-y-neutral-950\/35 {
  border-top-color: rgb(10 10 10 / 0.35);
  border-bottom-color: rgb(10 10 10 / 0.35);
}
.border-y-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}
.border-y-neutral-950\/45 {
  border-top-color: rgb(10 10 10 / 0.45);
  border-bottom-color: rgb(10 10 10 / 0.45);
}
.border-y-neutral-950\/5 {
  border-top-color: rgb(10 10 10 / 0.05);
  border-bottom-color: rgb(10 10 10 / 0.05);
}
.border-y-neutral-950\/50 {
  border-top-color: rgb(10 10 10 / 0.5);
  border-bottom-color: rgb(10 10 10 / 0.5);
}
.border-y-neutral-950\/55 {
  border-top-color: rgb(10 10 10 / 0.55);
  border-bottom-color: rgb(10 10 10 / 0.55);
}
.border-y-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}
.border-y-neutral-950\/65 {
  border-top-color: rgb(10 10 10 / 0.65);
  border-bottom-color: rgb(10 10 10 / 0.65);
}
.border-y-neutral-950\/70 {
  border-top-color: rgb(10 10 10 / 0.7);
  border-bottom-color: rgb(10 10 10 / 0.7);
}
.border-y-neutral-950\/75 {
  border-top-color: rgb(10 10 10 / 0.75);
  border-bottom-color: rgb(10 10 10 / 0.75);
}
.border-y-neutral-950\/80 {
  border-top-color: rgb(10 10 10 / 0.8);
  border-bottom-color: rgb(10 10 10 / 0.8);
}
.border-y-neutral-950\/85 {
  border-top-color: rgb(10 10 10 / 0.85);
  border-bottom-color: rgb(10 10 10 / 0.85);
}
.border-y-neutral-950\/90 {
  border-top-color: rgb(10 10 10 / 0.9);
  border-bottom-color: rgb(10 10 10 / 0.9);
}
.border-y-neutral-950\/95 {
  border-top-color: rgb(10 10 10 / 0.95);
  border-bottom-color: rgb(10 10 10 / 0.95);
}
.border-y-orange-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-y-orange-100\/0 {
  border-top-color: rgb(255 237 213 / 0);
  border-bottom-color: rgb(255 237 213 / 0);
}
.border-y-orange-100\/10 {
  border-top-color: rgb(255 237 213 / 0.1);
  border-bottom-color: rgb(255 237 213 / 0.1);
}
.border-y-orange-100\/100 {
  border-top-color: rgb(255 237 213 / 1);
  border-bottom-color: rgb(255 237 213 / 1);
}
.border-y-orange-100\/15 {
  border-top-color: rgb(255 237 213 / 0.15);
  border-bottom-color: rgb(255 237 213 / 0.15);
}
.border-y-orange-100\/20 {
  border-top-color: rgb(255 237 213 / 0.2);
  border-bottom-color: rgb(255 237 213 / 0.2);
}
.border-y-orange-100\/25 {
  border-top-color: rgb(255 237 213 / 0.25);
  border-bottom-color: rgb(255 237 213 / 0.25);
}
.border-y-orange-100\/30 {
  border-top-color: rgb(255 237 213 / 0.3);
  border-bottom-color: rgb(255 237 213 / 0.3);
}
.border-y-orange-100\/35 {
  border-top-color: rgb(255 237 213 / 0.35);
  border-bottom-color: rgb(255 237 213 / 0.35);
}
.border-y-orange-100\/40 {
  border-top-color: rgb(255 237 213 / 0.4);
  border-bottom-color: rgb(255 237 213 / 0.4);
}
.border-y-orange-100\/45 {
  border-top-color: rgb(255 237 213 / 0.45);
  border-bottom-color: rgb(255 237 213 / 0.45);
}
.border-y-orange-100\/5 {
  border-top-color: rgb(255 237 213 / 0.05);
  border-bottom-color: rgb(255 237 213 / 0.05);
}
.border-y-orange-100\/50 {
  border-top-color: rgb(255 237 213 / 0.5);
  border-bottom-color: rgb(255 237 213 / 0.5);
}
.border-y-orange-100\/55 {
  border-top-color: rgb(255 237 213 / 0.55);
  border-bottom-color: rgb(255 237 213 / 0.55);
}
.border-y-orange-100\/60 {
  border-top-color: rgb(255 237 213 / 0.6);
  border-bottom-color: rgb(255 237 213 / 0.6);
}
.border-y-orange-100\/65 {
  border-top-color: rgb(255 237 213 / 0.65);
  border-bottom-color: rgb(255 237 213 / 0.65);
}
.border-y-orange-100\/70 {
  border-top-color: rgb(255 237 213 / 0.7);
  border-bottom-color: rgb(255 237 213 / 0.7);
}
.border-y-orange-100\/75 {
  border-top-color: rgb(255 237 213 / 0.75);
  border-bottom-color: rgb(255 237 213 / 0.75);
}
.border-y-orange-100\/80 {
  border-top-color: rgb(255 237 213 / 0.8);
  border-bottom-color: rgb(255 237 213 / 0.8);
}
.border-y-orange-100\/85 {
  border-top-color: rgb(255 237 213 / 0.85);
  border-bottom-color: rgb(255 237 213 / 0.85);
}
.border-y-orange-100\/90 {
  border-top-color: rgb(255 237 213 / 0.9);
  border-bottom-color: rgb(255 237 213 / 0.9);
}
.border-y-orange-100\/95 {
  border-top-color: rgb(255 237 213 / 0.95);
  border-bottom-color: rgb(255 237 213 / 0.95);
}
.border-y-orange-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-y-orange-200\/0 {
  border-top-color: rgb(254 215 170 / 0);
  border-bottom-color: rgb(254 215 170 / 0);
}
.border-y-orange-200\/10 {
  border-top-color: rgb(254 215 170 / 0.1);
  border-bottom-color: rgb(254 215 170 / 0.1);
}
.border-y-orange-200\/100 {
  border-top-color: rgb(254 215 170 / 1);
  border-bottom-color: rgb(254 215 170 / 1);
}
.border-y-orange-200\/15 {
  border-top-color: rgb(254 215 170 / 0.15);
  border-bottom-color: rgb(254 215 170 / 0.15);
}
.border-y-orange-200\/20 {
  border-top-color: rgb(254 215 170 / 0.2);
  border-bottom-color: rgb(254 215 170 / 0.2);
}
.border-y-orange-200\/25 {
  border-top-color: rgb(254 215 170 / 0.25);
  border-bottom-color: rgb(254 215 170 / 0.25);
}
.border-y-orange-200\/30 {
  border-top-color: rgb(254 215 170 / 0.3);
  border-bottom-color: rgb(254 215 170 / 0.3);
}
.border-y-orange-200\/35 {
  border-top-color: rgb(254 215 170 / 0.35);
  border-bottom-color: rgb(254 215 170 / 0.35);
}
.border-y-orange-200\/40 {
  border-top-color: rgb(254 215 170 / 0.4);
  border-bottom-color: rgb(254 215 170 / 0.4);
}
.border-y-orange-200\/45 {
  border-top-color: rgb(254 215 170 / 0.45);
  border-bottom-color: rgb(254 215 170 / 0.45);
}
.border-y-orange-200\/5 {
  border-top-color: rgb(254 215 170 / 0.05);
  border-bottom-color: rgb(254 215 170 / 0.05);
}
.border-y-orange-200\/50 {
  border-top-color: rgb(254 215 170 / 0.5);
  border-bottom-color: rgb(254 215 170 / 0.5);
}
.border-y-orange-200\/55 {
  border-top-color: rgb(254 215 170 / 0.55);
  border-bottom-color: rgb(254 215 170 / 0.55);
}
.border-y-orange-200\/60 {
  border-top-color: rgb(254 215 170 / 0.6);
  border-bottom-color: rgb(254 215 170 / 0.6);
}
.border-y-orange-200\/65 {
  border-top-color: rgb(254 215 170 / 0.65);
  border-bottom-color: rgb(254 215 170 / 0.65);
}
.border-y-orange-200\/70 {
  border-top-color: rgb(254 215 170 / 0.7);
  border-bottom-color: rgb(254 215 170 / 0.7);
}
.border-y-orange-200\/75 {
  border-top-color: rgb(254 215 170 / 0.75);
  border-bottom-color: rgb(254 215 170 / 0.75);
}
.border-y-orange-200\/80 {
  border-top-color: rgb(254 215 170 / 0.8);
  border-bottom-color: rgb(254 215 170 / 0.8);
}
.border-y-orange-200\/85 {
  border-top-color: rgb(254 215 170 / 0.85);
  border-bottom-color: rgb(254 215 170 / 0.85);
}
.border-y-orange-200\/90 {
  border-top-color: rgb(254 215 170 / 0.9);
  border-bottom-color: rgb(254 215 170 / 0.9);
}
.border-y-orange-200\/95 {
  border-top-color: rgb(254 215 170 / 0.95);
  border-bottom-color: rgb(254 215 170 / 0.95);
}
.border-y-orange-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-y-orange-300\/0 {
  border-top-color: rgb(253 186 116 / 0);
  border-bottom-color: rgb(253 186 116 / 0);
}
.border-y-orange-300\/10 {
  border-top-color: rgb(253 186 116 / 0.1);
  border-bottom-color: rgb(253 186 116 / 0.1);
}
.border-y-orange-300\/100 {
  border-top-color: rgb(253 186 116 / 1);
  border-bottom-color: rgb(253 186 116 / 1);
}
.border-y-orange-300\/15 {
  border-top-color: rgb(253 186 116 / 0.15);
  border-bottom-color: rgb(253 186 116 / 0.15);
}
.border-y-orange-300\/20 {
  border-top-color: rgb(253 186 116 / 0.2);
  border-bottom-color: rgb(253 186 116 / 0.2);
}
.border-y-orange-300\/25 {
  border-top-color: rgb(253 186 116 / 0.25);
  border-bottom-color: rgb(253 186 116 / 0.25);
}
.border-y-orange-300\/30 {
  border-top-color: rgb(253 186 116 / 0.3);
  border-bottom-color: rgb(253 186 116 / 0.3);
}
.border-y-orange-300\/35 {
  border-top-color: rgb(253 186 116 / 0.35);
  border-bottom-color: rgb(253 186 116 / 0.35);
}
.border-y-orange-300\/40 {
  border-top-color: rgb(253 186 116 / 0.4);
  border-bottom-color: rgb(253 186 116 / 0.4);
}
.border-y-orange-300\/45 {
  border-top-color: rgb(253 186 116 / 0.45);
  border-bottom-color: rgb(253 186 116 / 0.45);
}
.border-y-orange-300\/5 {
  border-top-color: rgb(253 186 116 / 0.05);
  border-bottom-color: rgb(253 186 116 / 0.05);
}
.border-y-orange-300\/50 {
  border-top-color: rgb(253 186 116 / 0.5);
  border-bottom-color: rgb(253 186 116 / 0.5);
}
.border-y-orange-300\/55 {
  border-top-color: rgb(253 186 116 / 0.55);
  border-bottom-color: rgb(253 186 116 / 0.55);
}
.border-y-orange-300\/60 {
  border-top-color: rgb(253 186 116 / 0.6);
  border-bottom-color: rgb(253 186 116 / 0.6);
}
.border-y-orange-300\/65 {
  border-top-color: rgb(253 186 116 / 0.65);
  border-bottom-color: rgb(253 186 116 / 0.65);
}
.border-y-orange-300\/70 {
  border-top-color: rgb(253 186 116 / 0.7);
  border-bottom-color: rgb(253 186 116 / 0.7);
}
.border-y-orange-300\/75 {
  border-top-color: rgb(253 186 116 / 0.75);
  border-bottom-color: rgb(253 186 116 / 0.75);
}
.border-y-orange-300\/80 {
  border-top-color: rgb(253 186 116 / 0.8);
  border-bottom-color: rgb(253 186 116 / 0.8);
}
.border-y-orange-300\/85 {
  border-top-color: rgb(253 186 116 / 0.85);
  border-bottom-color: rgb(253 186 116 / 0.85);
}
.border-y-orange-300\/90 {
  border-top-color: rgb(253 186 116 / 0.9);
  border-bottom-color: rgb(253 186 116 / 0.9);
}
.border-y-orange-300\/95 {
  border-top-color: rgb(253 186 116 / 0.95);
  border-bottom-color: rgb(253 186 116 / 0.95);
}
.border-y-orange-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-y-orange-400\/0 {
  border-top-color: rgb(251 146 60 / 0);
  border-bottom-color: rgb(251 146 60 / 0);
}
.border-y-orange-400\/10 {
  border-top-color: rgb(251 146 60 / 0.1);
  border-bottom-color: rgb(251 146 60 / 0.1);
}
.border-y-orange-400\/100 {
  border-top-color: rgb(251 146 60 / 1);
  border-bottom-color: rgb(251 146 60 / 1);
}
.border-y-orange-400\/15 {
  border-top-color: rgb(251 146 60 / 0.15);
  border-bottom-color: rgb(251 146 60 / 0.15);
}
.border-y-orange-400\/20 {
  border-top-color: rgb(251 146 60 / 0.2);
  border-bottom-color: rgb(251 146 60 / 0.2);
}
.border-y-orange-400\/25 {
  border-top-color: rgb(251 146 60 / 0.25);
  border-bottom-color: rgb(251 146 60 / 0.25);
}
.border-y-orange-400\/30 {
  border-top-color: rgb(251 146 60 / 0.3);
  border-bottom-color: rgb(251 146 60 / 0.3);
}
.border-y-orange-400\/35 {
  border-top-color: rgb(251 146 60 / 0.35);
  border-bottom-color: rgb(251 146 60 / 0.35);
}
.border-y-orange-400\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.border-y-orange-400\/45 {
  border-top-color: rgb(251 146 60 / 0.45);
  border-bottom-color: rgb(251 146 60 / 0.45);
}
.border-y-orange-400\/5 {
  border-top-color: rgb(251 146 60 / 0.05);
  border-bottom-color: rgb(251 146 60 / 0.05);
}
.border-y-orange-400\/50 {
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}
.border-y-orange-400\/55 {
  border-top-color: rgb(251 146 60 / 0.55);
  border-bottom-color: rgb(251 146 60 / 0.55);
}
.border-y-orange-400\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.border-y-orange-400\/65 {
  border-top-color: rgb(251 146 60 / 0.65);
  border-bottom-color: rgb(251 146 60 / 0.65);
}
.border-y-orange-400\/70 {
  border-top-color: rgb(251 146 60 / 0.7);
  border-bottom-color: rgb(251 146 60 / 0.7);
}
.border-y-orange-400\/75 {
  border-top-color: rgb(251 146 60 / 0.75);
  border-bottom-color: rgb(251 146 60 / 0.75);
}
.border-y-orange-400\/80 {
  border-top-color: rgb(251 146 60 / 0.8);
  border-bottom-color: rgb(251 146 60 / 0.8);
}
.border-y-orange-400\/85 {
  border-top-color: rgb(251 146 60 / 0.85);
  border-bottom-color: rgb(251 146 60 / 0.85);
}
.border-y-orange-400\/90 {
  border-top-color: rgb(251 146 60 / 0.9);
  border-bottom-color: rgb(251 146 60 / 0.9);
}
.border-y-orange-400\/95 {
  border-top-color: rgb(251 146 60 / 0.95);
  border-bottom-color: rgb(251 146 60 / 0.95);
}
.border-y-orange-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-y-orange-50\/0 {
  border-top-color: rgb(255 247 237 / 0);
  border-bottom-color: rgb(255 247 237 / 0);
}
.border-y-orange-50\/10 {
  border-top-color: rgb(255 247 237 / 0.1);
  border-bottom-color: rgb(255 247 237 / 0.1);
}
.border-y-orange-50\/100 {
  border-top-color: rgb(255 247 237 / 1);
  border-bottom-color: rgb(255 247 237 / 1);
}
.border-y-orange-50\/15 {
  border-top-color: rgb(255 247 237 / 0.15);
  border-bottom-color: rgb(255 247 237 / 0.15);
}
.border-y-orange-50\/20 {
  border-top-color: rgb(255 247 237 / 0.2);
  border-bottom-color: rgb(255 247 237 / 0.2);
}
.border-y-orange-50\/25 {
  border-top-color: rgb(255 247 237 / 0.25);
  border-bottom-color: rgb(255 247 237 / 0.25);
}
.border-y-orange-50\/30 {
  border-top-color: rgb(255 247 237 / 0.3);
  border-bottom-color: rgb(255 247 237 / 0.3);
}
.border-y-orange-50\/35 {
  border-top-color: rgb(255 247 237 / 0.35);
  border-bottom-color: rgb(255 247 237 / 0.35);
}
.border-y-orange-50\/40 {
  border-top-color: rgb(255 247 237 / 0.4);
  border-bottom-color: rgb(255 247 237 / 0.4);
}
.border-y-orange-50\/45 {
  border-top-color: rgb(255 247 237 / 0.45);
  border-bottom-color: rgb(255 247 237 / 0.45);
}
.border-y-orange-50\/5 {
  border-top-color: rgb(255 247 237 / 0.05);
  border-bottom-color: rgb(255 247 237 / 0.05);
}
.border-y-orange-50\/50 {
  border-top-color: rgb(255 247 237 / 0.5);
  border-bottom-color: rgb(255 247 237 / 0.5);
}
.border-y-orange-50\/55 {
  border-top-color: rgb(255 247 237 / 0.55);
  border-bottom-color: rgb(255 247 237 / 0.55);
}
.border-y-orange-50\/60 {
  border-top-color: rgb(255 247 237 / 0.6);
  border-bottom-color: rgb(255 247 237 / 0.6);
}
.border-y-orange-50\/65 {
  border-top-color: rgb(255 247 237 / 0.65);
  border-bottom-color: rgb(255 247 237 / 0.65);
}
.border-y-orange-50\/70 {
  border-top-color: rgb(255 247 237 / 0.7);
  border-bottom-color: rgb(255 247 237 / 0.7);
}
.border-y-orange-50\/75 {
  border-top-color: rgb(255 247 237 / 0.75);
  border-bottom-color: rgb(255 247 237 / 0.75);
}
.border-y-orange-50\/80 {
  border-top-color: rgb(255 247 237 / 0.8);
  border-bottom-color: rgb(255 247 237 / 0.8);
}
.border-y-orange-50\/85 {
  border-top-color: rgb(255 247 237 / 0.85);
  border-bottom-color: rgb(255 247 237 / 0.85);
}
.border-y-orange-50\/90 {
  border-top-color: rgb(255 247 237 / 0.9);
  border-bottom-color: rgb(255 247 237 / 0.9);
}
.border-y-orange-50\/95 {
  border-top-color: rgb(255 247 237 / 0.95);
  border-bottom-color: rgb(255 247 237 / 0.95);
}
.border-y-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-y-orange-500\/0 {
  border-top-color: rgb(249 115 22 / 0);
  border-bottom-color: rgb(249 115 22 / 0);
}
.border-y-orange-500\/10 {
  border-top-color: rgb(249 115 22 / 0.1);
  border-bottom-color: rgb(249 115 22 / 0.1);
}
.border-y-orange-500\/100 {
  border-top-color: rgb(249 115 22 / 1);
  border-bottom-color: rgb(249 115 22 / 1);
}
.border-y-orange-500\/15 {
  border-top-color: rgb(249 115 22 / 0.15);
  border-bottom-color: rgb(249 115 22 / 0.15);
}
.border-y-orange-500\/20 {
  border-top-color: rgb(249 115 22 / 0.2);
  border-bottom-color: rgb(249 115 22 / 0.2);
}
.border-y-orange-500\/25 {
  border-top-color: rgb(249 115 22 / 0.25);
  border-bottom-color: rgb(249 115 22 / 0.25);
}
.border-y-orange-500\/30 {
  border-top-color: rgb(249 115 22 / 0.3);
  border-bottom-color: rgb(249 115 22 / 0.3);
}
.border-y-orange-500\/35 {
  border-top-color: rgb(249 115 22 / 0.35);
  border-bottom-color: rgb(249 115 22 / 0.35);
}
.border-y-orange-500\/40 {
  border-top-color: rgb(249 115 22 / 0.4);
  border-bottom-color: rgb(249 115 22 / 0.4);
}
.border-y-orange-500\/45 {
  border-top-color: rgb(249 115 22 / 0.45);
  border-bottom-color: rgb(249 115 22 / 0.45);
}
.border-y-orange-500\/5 {
  border-top-color: rgb(249 115 22 / 0.05);
  border-bottom-color: rgb(249 115 22 / 0.05);
}
.border-y-orange-500\/50 {
  border-top-color: rgb(249 115 22 / 0.5);
  border-bottom-color: rgb(249 115 22 / 0.5);
}
.border-y-orange-500\/55 {
  border-top-color: rgb(249 115 22 / 0.55);
  border-bottom-color: rgb(249 115 22 / 0.55);
}
.border-y-orange-500\/60 {
  border-top-color: rgb(249 115 22 / 0.6);
  border-bottom-color: rgb(249 115 22 / 0.6);
}
.border-y-orange-500\/65 {
  border-top-color: rgb(249 115 22 / 0.65);
  border-bottom-color: rgb(249 115 22 / 0.65);
}
.border-y-orange-500\/70 {
  border-top-color: rgb(249 115 22 / 0.7);
  border-bottom-color: rgb(249 115 22 / 0.7);
}
.border-y-orange-500\/75 {
  border-top-color: rgb(249 115 22 / 0.75);
  border-bottom-color: rgb(249 115 22 / 0.75);
}
.border-y-orange-500\/80 {
  border-top-color: rgb(249 115 22 / 0.8);
  border-bottom-color: rgb(249 115 22 / 0.8);
}
.border-y-orange-500\/85 {
  border-top-color: rgb(249 115 22 / 0.85);
  border-bottom-color: rgb(249 115 22 / 0.85);
}
.border-y-orange-500\/90 {
  border-top-color: rgb(249 115 22 / 0.9);
  border-bottom-color: rgb(249 115 22 / 0.9);
}
.border-y-orange-500\/95 {
  border-top-color: rgb(249 115 22 / 0.95);
  border-bottom-color: rgb(249 115 22 / 0.95);
}
.border-y-orange-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-y-orange-600\/0 {
  border-top-color: rgb(234 88 12 / 0);
  border-bottom-color: rgb(234 88 12 / 0);
}
.border-y-orange-600\/10 {
  border-top-color: rgb(234 88 12 / 0.1);
  border-bottom-color: rgb(234 88 12 / 0.1);
}
.border-y-orange-600\/100 {
  border-top-color: rgb(234 88 12 / 1);
  border-bottom-color: rgb(234 88 12 / 1);
}
.border-y-orange-600\/15 {
  border-top-color: rgb(234 88 12 / 0.15);
  border-bottom-color: rgb(234 88 12 / 0.15);
}
.border-y-orange-600\/20 {
  border-top-color: rgb(234 88 12 / 0.2);
  border-bottom-color: rgb(234 88 12 / 0.2);
}
.border-y-orange-600\/25 {
  border-top-color: rgb(234 88 12 / 0.25);
  border-bottom-color: rgb(234 88 12 / 0.25);
}
.border-y-orange-600\/30 {
  border-top-color: rgb(234 88 12 / 0.3);
  border-bottom-color: rgb(234 88 12 / 0.3);
}
.border-y-orange-600\/35 {
  border-top-color: rgb(234 88 12 / 0.35);
  border-bottom-color: rgb(234 88 12 / 0.35);
}
.border-y-orange-600\/40 {
  border-top-color: rgb(234 88 12 / 0.4);
  border-bottom-color: rgb(234 88 12 / 0.4);
}
.border-y-orange-600\/45 {
  border-top-color: rgb(234 88 12 / 0.45);
  border-bottom-color: rgb(234 88 12 / 0.45);
}
.border-y-orange-600\/5 {
  border-top-color: rgb(234 88 12 / 0.05);
  border-bottom-color: rgb(234 88 12 / 0.05);
}
.border-y-orange-600\/50 {
  border-top-color: rgb(234 88 12 / 0.5);
  border-bottom-color: rgb(234 88 12 / 0.5);
}
.border-y-orange-600\/55 {
  border-top-color: rgb(234 88 12 / 0.55);
  border-bottom-color: rgb(234 88 12 / 0.55);
}
.border-y-orange-600\/60 {
  border-top-color: rgb(234 88 12 / 0.6);
  border-bottom-color: rgb(234 88 12 / 0.6);
}
.border-y-orange-600\/65 {
  border-top-color: rgb(234 88 12 / 0.65);
  border-bottom-color: rgb(234 88 12 / 0.65);
}
.border-y-orange-600\/70 {
  border-top-color: rgb(234 88 12 / 0.7);
  border-bottom-color: rgb(234 88 12 / 0.7);
}
.border-y-orange-600\/75 {
  border-top-color: rgb(234 88 12 / 0.75);
  border-bottom-color: rgb(234 88 12 / 0.75);
}
.border-y-orange-600\/80 {
  border-top-color: rgb(234 88 12 / 0.8);
  border-bottom-color: rgb(234 88 12 / 0.8);
}
.border-y-orange-600\/85 {
  border-top-color: rgb(234 88 12 / 0.85);
  border-bottom-color: rgb(234 88 12 / 0.85);
}
.border-y-orange-600\/90 {
  border-top-color: rgb(234 88 12 / 0.9);
  border-bottom-color: rgb(234 88 12 / 0.9);
}
.border-y-orange-600\/95 {
  border-top-color: rgb(234 88 12 / 0.95);
  border-bottom-color: rgb(234 88 12 / 0.95);
}
.border-y-orange-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-y-orange-700\/0 {
  border-top-color: rgb(194 65 12 / 0);
  border-bottom-color: rgb(194 65 12 / 0);
}
.border-y-orange-700\/10 {
  border-top-color: rgb(194 65 12 / 0.1);
  border-bottom-color: rgb(194 65 12 / 0.1);
}
.border-y-orange-700\/100 {
  border-top-color: rgb(194 65 12 / 1);
  border-bottom-color: rgb(194 65 12 / 1);
}
.border-y-orange-700\/15 {
  border-top-color: rgb(194 65 12 / 0.15);
  border-bottom-color: rgb(194 65 12 / 0.15);
}
.border-y-orange-700\/20 {
  border-top-color: rgb(194 65 12 / 0.2);
  border-bottom-color: rgb(194 65 12 / 0.2);
}
.border-y-orange-700\/25 {
  border-top-color: rgb(194 65 12 / 0.25);
  border-bottom-color: rgb(194 65 12 / 0.25);
}
.border-y-orange-700\/30 {
  border-top-color: rgb(194 65 12 / 0.3);
  border-bottom-color: rgb(194 65 12 / 0.3);
}
.border-y-orange-700\/35 {
  border-top-color: rgb(194 65 12 / 0.35);
  border-bottom-color: rgb(194 65 12 / 0.35);
}
.border-y-orange-700\/40 {
  border-top-color: rgb(194 65 12 / 0.4);
  border-bottom-color: rgb(194 65 12 / 0.4);
}
.border-y-orange-700\/45 {
  border-top-color: rgb(194 65 12 / 0.45);
  border-bottom-color: rgb(194 65 12 / 0.45);
}
.border-y-orange-700\/5 {
  border-top-color: rgb(194 65 12 / 0.05);
  border-bottom-color: rgb(194 65 12 / 0.05);
}
.border-y-orange-700\/50 {
  border-top-color: rgb(194 65 12 / 0.5);
  border-bottom-color: rgb(194 65 12 / 0.5);
}
.border-y-orange-700\/55 {
  border-top-color: rgb(194 65 12 / 0.55);
  border-bottom-color: rgb(194 65 12 / 0.55);
}
.border-y-orange-700\/60 {
  border-top-color: rgb(194 65 12 / 0.6);
  border-bottom-color: rgb(194 65 12 / 0.6);
}
.border-y-orange-700\/65 {
  border-top-color: rgb(194 65 12 / 0.65);
  border-bottom-color: rgb(194 65 12 / 0.65);
}
.border-y-orange-700\/70 {
  border-top-color: rgb(194 65 12 / 0.7);
  border-bottom-color: rgb(194 65 12 / 0.7);
}
.border-y-orange-700\/75 {
  border-top-color: rgb(194 65 12 / 0.75);
  border-bottom-color: rgb(194 65 12 / 0.75);
}
.border-y-orange-700\/80 {
  border-top-color: rgb(194 65 12 / 0.8);
  border-bottom-color: rgb(194 65 12 / 0.8);
}
.border-y-orange-700\/85 {
  border-top-color: rgb(194 65 12 / 0.85);
  border-bottom-color: rgb(194 65 12 / 0.85);
}
.border-y-orange-700\/90 {
  border-top-color: rgb(194 65 12 / 0.9);
  border-bottom-color: rgb(194 65 12 / 0.9);
}
.border-y-orange-700\/95 {
  border-top-color: rgb(194 65 12 / 0.95);
  border-bottom-color: rgb(194 65 12 / 0.95);
}
.border-y-orange-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-y-orange-800\/0 {
  border-top-color: rgb(154 52 18 / 0);
  border-bottom-color: rgb(154 52 18 / 0);
}
.border-y-orange-800\/10 {
  border-top-color: rgb(154 52 18 / 0.1);
  border-bottom-color: rgb(154 52 18 / 0.1);
}
.border-y-orange-800\/100 {
  border-top-color: rgb(154 52 18 / 1);
  border-bottom-color: rgb(154 52 18 / 1);
}
.border-y-orange-800\/15 {
  border-top-color: rgb(154 52 18 / 0.15);
  border-bottom-color: rgb(154 52 18 / 0.15);
}
.border-y-orange-800\/20 {
  border-top-color: rgb(154 52 18 / 0.2);
  border-bottom-color: rgb(154 52 18 / 0.2);
}
.border-y-orange-800\/25 {
  border-top-color: rgb(154 52 18 / 0.25);
  border-bottom-color: rgb(154 52 18 / 0.25);
}
.border-y-orange-800\/30 {
  border-top-color: rgb(154 52 18 / 0.3);
  border-bottom-color: rgb(154 52 18 / 0.3);
}
.border-y-orange-800\/35 {
  border-top-color: rgb(154 52 18 / 0.35);
  border-bottom-color: rgb(154 52 18 / 0.35);
}
.border-y-orange-800\/40 {
  border-top-color: rgb(154 52 18 / 0.4);
  border-bottom-color: rgb(154 52 18 / 0.4);
}
.border-y-orange-800\/45 {
  border-top-color: rgb(154 52 18 / 0.45);
  border-bottom-color: rgb(154 52 18 / 0.45);
}
.border-y-orange-800\/5 {
  border-top-color: rgb(154 52 18 / 0.05);
  border-bottom-color: rgb(154 52 18 / 0.05);
}
.border-y-orange-800\/50 {
  border-top-color: rgb(154 52 18 / 0.5);
  border-bottom-color: rgb(154 52 18 / 0.5);
}
.border-y-orange-800\/55 {
  border-top-color: rgb(154 52 18 / 0.55);
  border-bottom-color: rgb(154 52 18 / 0.55);
}
.border-y-orange-800\/60 {
  border-top-color: rgb(154 52 18 / 0.6);
  border-bottom-color: rgb(154 52 18 / 0.6);
}
.border-y-orange-800\/65 {
  border-top-color: rgb(154 52 18 / 0.65);
  border-bottom-color: rgb(154 52 18 / 0.65);
}
.border-y-orange-800\/70 {
  border-top-color: rgb(154 52 18 / 0.7);
  border-bottom-color: rgb(154 52 18 / 0.7);
}
.border-y-orange-800\/75 {
  border-top-color: rgb(154 52 18 / 0.75);
  border-bottom-color: rgb(154 52 18 / 0.75);
}
.border-y-orange-800\/80 {
  border-top-color: rgb(154 52 18 / 0.8);
  border-bottom-color: rgb(154 52 18 / 0.8);
}
.border-y-orange-800\/85 {
  border-top-color: rgb(154 52 18 / 0.85);
  border-bottom-color: rgb(154 52 18 / 0.85);
}
.border-y-orange-800\/90 {
  border-top-color: rgb(154 52 18 / 0.9);
  border-bottom-color: rgb(154 52 18 / 0.9);
}
.border-y-orange-800\/95 {
  border-top-color: rgb(154 52 18 / 0.95);
  border-bottom-color: rgb(154 52 18 / 0.95);
}
.border-y-orange-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-y-orange-900\/0 {
  border-top-color: rgb(124 45 18 / 0);
  border-bottom-color: rgb(124 45 18 / 0);
}
.border-y-orange-900\/10 {
  border-top-color: rgb(124 45 18 / 0.1);
  border-bottom-color: rgb(124 45 18 / 0.1);
}
.border-y-orange-900\/100 {
  border-top-color: rgb(124 45 18 / 1);
  border-bottom-color: rgb(124 45 18 / 1);
}
.border-y-orange-900\/15 {
  border-top-color: rgb(124 45 18 / 0.15);
  border-bottom-color: rgb(124 45 18 / 0.15);
}
.border-y-orange-900\/20 {
  border-top-color: rgb(124 45 18 / 0.2);
  border-bottom-color: rgb(124 45 18 / 0.2);
}
.border-y-orange-900\/25 {
  border-top-color: rgb(124 45 18 / 0.25);
  border-bottom-color: rgb(124 45 18 / 0.25);
}
.border-y-orange-900\/30 {
  border-top-color: rgb(124 45 18 / 0.3);
  border-bottom-color: rgb(124 45 18 / 0.3);
}
.border-y-orange-900\/35 {
  border-top-color: rgb(124 45 18 / 0.35);
  border-bottom-color: rgb(124 45 18 / 0.35);
}
.border-y-orange-900\/40 {
  border-top-color: rgb(124 45 18 / 0.4);
  border-bottom-color: rgb(124 45 18 / 0.4);
}
.border-y-orange-900\/45 {
  border-top-color: rgb(124 45 18 / 0.45);
  border-bottom-color: rgb(124 45 18 / 0.45);
}
.border-y-orange-900\/5 {
  border-top-color: rgb(124 45 18 / 0.05);
  border-bottom-color: rgb(124 45 18 / 0.05);
}
.border-y-orange-900\/50 {
  border-top-color: rgb(124 45 18 / 0.5);
  border-bottom-color: rgb(124 45 18 / 0.5);
}
.border-y-orange-900\/55 {
  border-top-color: rgb(124 45 18 / 0.55);
  border-bottom-color: rgb(124 45 18 / 0.55);
}
.border-y-orange-900\/60 {
  border-top-color: rgb(124 45 18 / 0.6);
  border-bottom-color: rgb(124 45 18 / 0.6);
}
.border-y-orange-900\/65 {
  border-top-color: rgb(124 45 18 / 0.65);
  border-bottom-color: rgb(124 45 18 / 0.65);
}
.border-y-orange-900\/70 {
  border-top-color: rgb(124 45 18 / 0.7);
  border-bottom-color: rgb(124 45 18 / 0.7);
}
.border-y-orange-900\/75 {
  border-top-color: rgb(124 45 18 / 0.75);
  border-bottom-color: rgb(124 45 18 / 0.75);
}
.border-y-orange-900\/80 {
  border-top-color: rgb(124 45 18 / 0.8);
  border-bottom-color: rgb(124 45 18 / 0.8);
}
.border-y-orange-900\/85 {
  border-top-color: rgb(124 45 18 / 0.85);
  border-bottom-color: rgb(124 45 18 / 0.85);
}
.border-y-orange-900\/90 {
  border-top-color: rgb(124 45 18 / 0.9);
  border-bottom-color: rgb(124 45 18 / 0.9);
}
.border-y-orange-900\/95 {
  border-top-color: rgb(124 45 18 / 0.95);
  border-bottom-color: rgb(124 45 18 / 0.95);
}
.border-y-orange-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-y-orange-950\/0 {
  border-top-color: rgb(67 20 7 / 0);
  border-bottom-color: rgb(67 20 7 / 0);
}
.border-y-orange-950\/10 {
  border-top-color: rgb(67 20 7 / 0.1);
  border-bottom-color: rgb(67 20 7 / 0.1);
}
.border-y-orange-950\/100 {
  border-top-color: rgb(67 20 7 / 1);
  border-bottom-color: rgb(67 20 7 / 1);
}
.border-y-orange-950\/15 {
  border-top-color: rgb(67 20 7 / 0.15);
  border-bottom-color: rgb(67 20 7 / 0.15);
}
.border-y-orange-950\/20 {
  border-top-color: rgb(67 20 7 / 0.2);
  border-bottom-color: rgb(67 20 7 / 0.2);
}
.border-y-orange-950\/25 {
  border-top-color: rgb(67 20 7 / 0.25);
  border-bottom-color: rgb(67 20 7 / 0.25);
}
.border-y-orange-950\/30 {
  border-top-color: rgb(67 20 7 / 0.3);
  border-bottom-color: rgb(67 20 7 / 0.3);
}
.border-y-orange-950\/35 {
  border-top-color: rgb(67 20 7 / 0.35);
  border-bottom-color: rgb(67 20 7 / 0.35);
}
.border-y-orange-950\/40 {
  border-top-color: rgb(67 20 7 / 0.4);
  border-bottom-color: rgb(67 20 7 / 0.4);
}
.border-y-orange-950\/45 {
  border-top-color: rgb(67 20 7 / 0.45);
  border-bottom-color: rgb(67 20 7 / 0.45);
}
.border-y-orange-950\/5 {
  border-top-color: rgb(67 20 7 / 0.05);
  border-bottom-color: rgb(67 20 7 / 0.05);
}
.border-y-orange-950\/50 {
  border-top-color: rgb(67 20 7 / 0.5);
  border-bottom-color: rgb(67 20 7 / 0.5);
}
.border-y-orange-950\/55 {
  border-top-color: rgb(67 20 7 / 0.55);
  border-bottom-color: rgb(67 20 7 / 0.55);
}
.border-y-orange-950\/60 {
  border-top-color: rgb(67 20 7 / 0.6);
  border-bottom-color: rgb(67 20 7 / 0.6);
}
.border-y-orange-950\/65 {
  border-top-color: rgb(67 20 7 / 0.65);
  border-bottom-color: rgb(67 20 7 / 0.65);
}
.border-y-orange-950\/70 {
  border-top-color: rgb(67 20 7 / 0.7);
  border-bottom-color: rgb(67 20 7 / 0.7);
}
.border-y-orange-950\/75 {
  border-top-color: rgb(67 20 7 / 0.75);
  border-bottom-color: rgb(67 20 7 / 0.75);
}
.border-y-orange-950\/80 {
  border-top-color: rgb(67 20 7 / 0.8);
  border-bottom-color: rgb(67 20 7 / 0.8);
}
.border-y-orange-950\/85 {
  border-top-color: rgb(67 20 7 / 0.85);
  border-bottom-color: rgb(67 20 7 / 0.85);
}
.border-y-orange-950\/90 {
  border-top-color: rgb(67 20 7 / 0.9);
  border-bottom-color: rgb(67 20 7 / 0.9);
}
.border-y-orange-950\/95 {
  border-top-color: rgb(67 20 7 / 0.95);
  border-bottom-color: rgb(67 20 7 / 0.95);
}
.border-y-pink-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-y-pink-100\/0 {
  border-top-color: rgb(252 231 243 / 0);
  border-bottom-color: rgb(252 231 243 / 0);
}
.border-y-pink-100\/10 {
  border-top-color: rgb(252 231 243 / 0.1);
  border-bottom-color: rgb(252 231 243 / 0.1);
}
.border-y-pink-100\/100 {
  border-top-color: rgb(252 231 243 / 1);
  border-bottom-color: rgb(252 231 243 / 1);
}
.border-y-pink-100\/15 {
  border-top-color: rgb(252 231 243 / 0.15);
  border-bottom-color: rgb(252 231 243 / 0.15);
}
.border-y-pink-100\/20 {
  border-top-color: rgb(252 231 243 / 0.2);
  border-bottom-color: rgb(252 231 243 / 0.2);
}
.border-y-pink-100\/25 {
  border-top-color: rgb(252 231 243 / 0.25);
  border-bottom-color: rgb(252 231 243 / 0.25);
}
.border-y-pink-100\/30 {
  border-top-color: rgb(252 231 243 / 0.3);
  border-bottom-color: rgb(252 231 243 / 0.3);
}
.border-y-pink-100\/35 {
  border-top-color: rgb(252 231 243 / 0.35);
  border-bottom-color: rgb(252 231 243 / 0.35);
}
.border-y-pink-100\/40 {
  border-top-color: rgb(252 231 243 / 0.4);
  border-bottom-color: rgb(252 231 243 / 0.4);
}
.border-y-pink-100\/45 {
  border-top-color: rgb(252 231 243 / 0.45);
  border-bottom-color: rgb(252 231 243 / 0.45);
}
.border-y-pink-100\/5 {
  border-top-color: rgb(252 231 243 / 0.05);
  border-bottom-color: rgb(252 231 243 / 0.05);
}
.border-y-pink-100\/50 {
  border-top-color: rgb(252 231 243 / 0.5);
  border-bottom-color: rgb(252 231 243 / 0.5);
}
.border-y-pink-100\/55 {
  border-top-color: rgb(252 231 243 / 0.55);
  border-bottom-color: rgb(252 231 243 / 0.55);
}
.border-y-pink-100\/60 {
  border-top-color: rgb(252 231 243 / 0.6);
  border-bottom-color: rgb(252 231 243 / 0.6);
}
.border-y-pink-100\/65 {
  border-top-color: rgb(252 231 243 / 0.65);
  border-bottom-color: rgb(252 231 243 / 0.65);
}
.border-y-pink-100\/70 {
  border-top-color: rgb(252 231 243 / 0.7);
  border-bottom-color: rgb(252 231 243 / 0.7);
}
.border-y-pink-100\/75 {
  border-top-color: rgb(252 231 243 / 0.75);
  border-bottom-color: rgb(252 231 243 / 0.75);
}
.border-y-pink-100\/80 {
  border-top-color: rgb(252 231 243 / 0.8);
  border-bottom-color: rgb(252 231 243 / 0.8);
}
.border-y-pink-100\/85 {
  border-top-color: rgb(252 231 243 / 0.85);
  border-bottom-color: rgb(252 231 243 / 0.85);
}
.border-y-pink-100\/90 {
  border-top-color: rgb(252 231 243 / 0.9);
  border-bottom-color: rgb(252 231 243 / 0.9);
}
.border-y-pink-100\/95 {
  border-top-color: rgb(252 231 243 / 0.95);
  border-bottom-color: rgb(252 231 243 / 0.95);
}
.border-y-pink-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-y-pink-200\/0 {
  border-top-color: rgb(251 207 232 / 0);
  border-bottom-color: rgb(251 207 232 / 0);
}
.border-y-pink-200\/10 {
  border-top-color: rgb(251 207 232 / 0.1);
  border-bottom-color: rgb(251 207 232 / 0.1);
}
.border-y-pink-200\/100 {
  border-top-color: rgb(251 207 232 / 1);
  border-bottom-color: rgb(251 207 232 / 1);
}
.border-y-pink-200\/15 {
  border-top-color: rgb(251 207 232 / 0.15);
  border-bottom-color: rgb(251 207 232 / 0.15);
}
.border-y-pink-200\/20 {
  border-top-color: rgb(251 207 232 / 0.2);
  border-bottom-color: rgb(251 207 232 / 0.2);
}
.border-y-pink-200\/25 {
  border-top-color: rgb(251 207 232 / 0.25);
  border-bottom-color: rgb(251 207 232 / 0.25);
}
.border-y-pink-200\/30 {
  border-top-color: rgb(251 207 232 / 0.3);
  border-bottom-color: rgb(251 207 232 / 0.3);
}
.border-y-pink-200\/35 {
  border-top-color: rgb(251 207 232 / 0.35);
  border-bottom-color: rgb(251 207 232 / 0.35);
}
.border-y-pink-200\/40 {
  border-top-color: rgb(251 207 232 / 0.4);
  border-bottom-color: rgb(251 207 232 / 0.4);
}
.border-y-pink-200\/45 {
  border-top-color: rgb(251 207 232 / 0.45);
  border-bottom-color: rgb(251 207 232 / 0.45);
}
.border-y-pink-200\/5 {
  border-top-color: rgb(251 207 232 / 0.05);
  border-bottom-color: rgb(251 207 232 / 0.05);
}
.border-y-pink-200\/50 {
  border-top-color: rgb(251 207 232 / 0.5);
  border-bottom-color: rgb(251 207 232 / 0.5);
}
.border-y-pink-200\/55 {
  border-top-color: rgb(251 207 232 / 0.55);
  border-bottom-color: rgb(251 207 232 / 0.55);
}
.border-y-pink-200\/60 {
  border-top-color: rgb(251 207 232 / 0.6);
  border-bottom-color: rgb(251 207 232 / 0.6);
}
.border-y-pink-200\/65 {
  border-top-color: rgb(251 207 232 / 0.65);
  border-bottom-color: rgb(251 207 232 / 0.65);
}
.border-y-pink-200\/70 {
  border-top-color: rgb(251 207 232 / 0.7);
  border-bottom-color: rgb(251 207 232 / 0.7);
}
.border-y-pink-200\/75 {
  border-top-color: rgb(251 207 232 / 0.75);
  border-bottom-color: rgb(251 207 232 / 0.75);
}
.border-y-pink-200\/80 {
  border-top-color: rgb(251 207 232 / 0.8);
  border-bottom-color: rgb(251 207 232 / 0.8);
}
.border-y-pink-200\/85 {
  border-top-color: rgb(251 207 232 / 0.85);
  border-bottom-color: rgb(251 207 232 / 0.85);
}
.border-y-pink-200\/90 {
  border-top-color: rgb(251 207 232 / 0.9);
  border-bottom-color: rgb(251 207 232 / 0.9);
}
.border-y-pink-200\/95 {
  border-top-color: rgb(251 207 232 / 0.95);
  border-bottom-color: rgb(251 207 232 / 0.95);
}
.border-y-pink-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-y-pink-300\/0 {
  border-top-color: rgb(249 168 212 / 0);
  border-bottom-color: rgb(249 168 212 / 0);
}
.border-y-pink-300\/10 {
  border-top-color: rgb(249 168 212 / 0.1);
  border-bottom-color: rgb(249 168 212 / 0.1);
}
.border-y-pink-300\/100 {
  border-top-color: rgb(249 168 212 / 1);
  border-bottom-color: rgb(249 168 212 / 1);
}
.border-y-pink-300\/15 {
  border-top-color: rgb(249 168 212 / 0.15);
  border-bottom-color: rgb(249 168 212 / 0.15);
}
.border-y-pink-300\/20 {
  border-top-color: rgb(249 168 212 / 0.2);
  border-bottom-color: rgb(249 168 212 / 0.2);
}
.border-y-pink-300\/25 {
  border-top-color: rgb(249 168 212 / 0.25);
  border-bottom-color: rgb(249 168 212 / 0.25);
}
.border-y-pink-300\/30 {
  border-top-color: rgb(249 168 212 / 0.3);
  border-bottom-color: rgb(249 168 212 / 0.3);
}
.border-y-pink-300\/35 {
  border-top-color: rgb(249 168 212 / 0.35);
  border-bottom-color: rgb(249 168 212 / 0.35);
}
.border-y-pink-300\/40 {
  border-top-color: rgb(249 168 212 / 0.4);
  border-bottom-color: rgb(249 168 212 / 0.4);
}
.border-y-pink-300\/45 {
  border-top-color: rgb(249 168 212 / 0.45);
  border-bottom-color: rgb(249 168 212 / 0.45);
}
.border-y-pink-300\/5 {
  border-top-color: rgb(249 168 212 / 0.05);
  border-bottom-color: rgb(249 168 212 / 0.05);
}
.border-y-pink-300\/50 {
  border-top-color: rgb(249 168 212 / 0.5);
  border-bottom-color: rgb(249 168 212 / 0.5);
}
.border-y-pink-300\/55 {
  border-top-color: rgb(249 168 212 / 0.55);
  border-bottom-color: rgb(249 168 212 / 0.55);
}
.border-y-pink-300\/60 {
  border-top-color: rgb(249 168 212 / 0.6);
  border-bottom-color: rgb(249 168 212 / 0.6);
}
.border-y-pink-300\/65 {
  border-top-color: rgb(249 168 212 / 0.65);
  border-bottom-color: rgb(249 168 212 / 0.65);
}
.border-y-pink-300\/70 {
  border-top-color: rgb(249 168 212 / 0.7);
  border-bottom-color: rgb(249 168 212 / 0.7);
}
.border-y-pink-300\/75 {
  border-top-color: rgb(249 168 212 / 0.75);
  border-bottom-color: rgb(249 168 212 / 0.75);
}
.border-y-pink-300\/80 {
  border-top-color: rgb(249 168 212 / 0.8);
  border-bottom-color: rgb(249 168 212 / 0.8);
}
.border-y-pink-300\/85 {
  border-top-color: rgb(249 168 212 / 0.85);
  border-bottom-color: rgb(249 168 212 / 0.85);
}
.border-y-pink-300\/90 {
  border-top-color: rgb(249 168 212 / 0.9);
  border-bottom-color: rgb(249 168 212 / 0.9);
}
.border-y-pink-300\/95 {
  border-top-color: rgb(249 168 212 / 0.95);
  border-bottom-color: rgb(249 168 212 / 0.95);
}
.border-y-pink-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-y-pink-400\/0 {
  border-top-color: rgb(244 114 182 / 0);
  border-bottom-color: rgb(244 114 182 / 0);
}
.border-y-pink-400\/10 {
  border-top-color: rgb(244 114 182 / 0.1);
  border-bottom-color: rgb(244 114 182 / 0.1);
}
.border-y-pink-400\/100 {
  border-top-color: rgb(244 114 182 / 1);
  border-bottom-color: rgb(244 114 182 / 1);
}
.border-y-pink-400\/15 {
  border-top-color: rgb(244 114 182 / 0.15);
  border-bottom-color: rgb(244 114 182 / 0.15);
}
.border-y-pink-400\/20 {
  border-top-color: rgb(244 114 182 / 0.2);
  border-bottom-color: rgb(244 114 182 / 0.2);
}
.border-y-pink-400\/25 {
  border-top-color: rgb(244 114 182 / 0.25);
  border-bottom-color: rgb(244 114 182 / 0.25);
}
.border-y-pink-400\/30 {
  border-top-color: rgb(244 114 182 / 0.3);
  border-bottom-color: rgb(244 114 182 / 0.3);
}
.border-y-pink-400\/35 {
  border-top-color: rgb(244 114 182 / 0.35);
  border-bottom-color: rgb(244 114 182 / 0.35);
}
.border-y-pink-400\/40 {
  border-top-color: rgb(244 114 182 / 0.4);
  border-bottom-color: rgb(244 114 182 / 0.4);
}
.border-y-pink-400\/45 {
  border-top-color: rgb(244 114 182 / 0.45);
  border-bottom-color: rgb(244 114 182 / 0.45);
}
.border-y-pink-400\/5 {
  border-top-color: rgb(244 114 182 / 0.05);
  border-bottom-color: rgb(244 114 182 / 0.05);
}
.border-y-pink-400\/50 {
  border-top-color: rgb(244 114 182 / 0.5);
  border-bottom-color: rgb(244 114 182 / 0.5);
}
.border-y-pink-400\/55 {
  border-top-color: rgb(244 114 182 / 0.55);
  border-bottom-color: rgb(244 114 182 / 0.55);
}
.border-y-pink-400\/60 {
  border-top-color: rgb(244 114 182 / 0.6);
  border-bottom-color: rgb(244 114 182 / 0.6);
}
.border-y-pink-400\/65 {
  border-top-color: rgb(244 114 182 / 0.65);
  border-bottom-color: rgb(244 114 182 / 0.65);
}
.border-y-pink-400\/70 {
  border-top-color: rgb(244 114 182 / 0.7);
  border-bottom-color: rgb(244 114 182 / 0.7);
}
.border-y-pink-400\/75 {
  border-top-color: rgb(244 114 182 / 0.75);
  border-bottom-color: rgb(244 114 182 / 0.75);
}
.border-y-pink-400\/80 {
  border-top-color: rgb(244 114 182 / 0.8);
  border-bottom-color: rgb(244 114 182 / 0.8);
}
.border-y-pink-400\/85 {
  border-top-color: rgb(244 114 182 / 0.85);
  border-bottom-color: rgb(244 114 182 / 0.85);
}
.border-y-pink-400\/90 {
  border-top-color: rgb(244 114 182 / 0.9);
  border-bottom-color: rgb(244 114 182 / 0.9);
}
.border-y-pink-400\/95 {
  border-top-color: rgb(244 114 182 / 0.95);
  border-bottom-color: rgb(244 114 182 / 0.95);
}
.border-y-pink-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-y-pink-50\/0 {
  border-top-color: rgb(253 242 248 / 0);
  border-bottom-color: rgb(253 242 248 / 0);
}
.border-y-pink-50\/10 {
  border-top-color: rgb(253 242 248 / 0.1);
  border-bottom-color: rgb(253 242 248 / 0.1);
}
.border-y-pink-50\/100 {
  border-top-color: rgb(253 242 248 / 1);
  border-bottom-color: rgb(253 242 248 / 1);
}
.border-y-pink-50\/15 {
  border-top-color: rgb(253 242 248 / 0.15);
  border-bottom-color: rgb(253 242 248 / 0.15);
}
.border-y-pink-50\/20 {
  border-top-color: rgb(253 242 248 / 0.2);
  border-bottom-color: rgb(253 242 248 / 0.2);
}
.border-y-pink-50\/25 {
  border-top-color: rgb(253 242 248 / 0.25);
  border-bottom-color: rgb(253 242 248 / 0.25);
}
.border-y-pink-50\/30 {
  border-top-color: rgb(253 242 248 / 0.3);
  border-bottom-color: rgb(253 242 248 / 0.3);
}
.border-y-pink-50\/35 {
  border-top-color: rgb(253 242 248 / 0.35);
  border-bottom-color: rgb(253 242 248 / 0.35);
}
.border-y-pink-50\/40 {
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.border-y-pink-50\/45 {
  border-top-color: rgb(253 242 248 / 0.45);
  border-bottom-color: rgb(253 242 248 / 0.45);
}
.border-y-pink-50\/5 {
  border-top-color: rgb(253 242 248 / 0.05);
  border-bottom-color: rgb(253 242 248 / 0.05);
}
.border-y-pink-50\/50 {
  border-top-color: rgb(253 242 248 / 0.5);
  border-bottom-color: rgb(253 242 248 / 0.5);
}
.border-y-pink-50\/55 {
  border-top-color: rgb(253 242 248 / 0.55);
  border-bottom-color: rgb(253 242 248 / 0.55);
}
.border-y-pink-50\/60 {
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.border-y-pink-50\/65 {
  border-top-color: rgb(253 242 248 / 0.65);
  border-bottom-color: rgb(253 242 248 / 0.65);
}
.border-y-pink-50\/70 {
  border-top-color: rgb(253 242 248 / 0.7);
  border-bottom-color: rgb(253 242 248 / 0.7);
}
.border-y-pink-50\/75 {
  border-top-color: rgb(253 242 248 / 0.75);
  border-bottom-color: rgb(253 242 248 / 0.75);
}
.border-y-pink-50\/80 {
  border-top-color: rgb(253 242 248 / 0.8);
  border-bottom-color: rgb(253 242 248 / 0.8);
}
.border-y-pink-50\/85 {
  border-top-color: rgb(253 242 248 / 0.85);
  border-bottom-color: rgb(253 242 248 / 0.85);
}
.border-y-pink-50\/90 {
  border-top-color: rgb(253 242 248 / 0.9);
  border-bottom-color: rgb(253 242 248 / 0.9);
}
.border-y-pink-50\/95 {
  border-top-color: rgb(253 242 248 / 0.95);
  border-bottom-color: rgb(253 242 248 / 0.95);
}
.border-y-pink-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-y-pink-500\/0 {
  border-top-color: rgb(236 72 153 / 0);
  border-bottom-color: rgb(236 72 153 / 0);
}
.border-y-pink-500\/10 {
  border-top-color: rgb(236 72 153 / 0.1);
  border-bottom-color: rgb(236 72 153 / 0.1);
}
.border-y-pink-500\/100 {
  border-top-color: rgb(236 72 153 / 1);
  border-bottom-color: rgb(236 72 153 / 1);
}
.border-y-pink-500\/15 {
  border-top-color: rgb(236 72 153 / 0.15);
  border-bottom-color: rgb(236 72 153 / 0.15);
}
.border-y-pink-500\/20 {
  border-top-color: rgb(236 72 153 / 0.2);
  border-bottom-color: rgb(236 72 153 / 0.2);
}
.border-y-pink-500\/25 {
  border-top-color: rgb(236 72 153 / 0.25);
  border-bottom-color: rgb(236 72 153 / 0.25);
}
.border-y-pink-500\/30 {
  border-top-color: rgb(236 72 153 / 0.3);
  border-bottom-color: rgb(236 72 153 / 0.3);
}
.border-y-pink-500\/35 {
  border-top-color: rgb(236 72 153 / 0.35);
  border-bottom-color: rgb(236 72 153 / 0.35);
}
.border-y-pink-500\/40 {
  border-top-color: rgb(236 72 153 / 0.4);
  border-bottom-color: rgb(236 72 153 / 0.4);
}
.border-y-pink-500\/45 {
  border-top-color: rgb(236 72 153 / 0.45);
  border-bottom-color: rgb(236 72 153 / 0.45);
}
.border-y-pink-500\/5 {
  border-top-color: rgb(236 72 153 / 0.05);
  border-bottom-color: rgb(236 72 153 / 0.05);
}
.border-y-pink-500\/50 {
  border-top-color: rgb(236 72 153 / 0.5);
  border-bottom-color: rgb(236 72 153 / 0.5);
}
.border-y-pink-500\/55 {
  border-top-color: rgb(236 72 153 / 0.55);
  border-bottom-color: rgb(236 72 153 / 0.55);
}
.border-y-pink-500\/60 {
  border-top-color: rgb(236 72 153 / 0.6);
  border-bottom-color: rgb(236 72 153 / 0.6);
}
.border-y-pink-500\/65 {
  border-top-color: rgb(236 72 153 / 0.65);
  border-bottom-color: rgb(236 72 153 / 0.65);
}
.border-y-pink-500\/70 {
  border-top-color: rgb(236 72 153 / 0.7);
  border-bottom-color: rgb(236 72 153 / 0.7);
}
.border-y-pink-500\/75 {
  border-top-color: rgb(236 72 153 / 0.75);
  border-bottom-color: rgb(236 72 153 / 0.75);
}
.border-y-pink-500\/80 {
  border-top-color: rgb(236 72 153 / 0.8);
  border-bottom-color: rgb(236 72 153 / 0.8);
}
.border-y-pink-500\/85 {
  border-top-color: rgb(236 72 153 / 0.85);
  border-bottom-color: rgb(236 72 153 / 0.85);
}
.border-y-pink-500\/90 {
  border-top-color: rgb(236 72 153 / 0.9);
  border-bottom-color: rgb(236 72 153 / 0.9);
}
.border-y-pink-500\/95 {
  border-top-color: rgb(236 72 153 / 0.95);
  border-bottom-color: rgb(236 72 153 / 0.95);
}
.border-y-pink-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-y-pink-600\/0 {
  border-top-color: rgb(219 39 119 / 0);
  border-bottom-color: rgb(219 39 119 / 0);
}
.border-y-pink-600\/10 {
  border-top-color: rgb(219 39 119 / 0.1);
  border-bottom-color: rgb(219 39 119 / 0.1);
}
.border-y-pink-600\/100 {
  border-top-color: rgb(219 39 119 / 1);
  border-bottom-color: rgb(219 39 119 / 1);
}
.border-y-pink-600\/15 {
  border-top-color: rgb(219 39 119 / 0.15);
  border-bottom-color: rgb(219 39 119 / 0.15);
}
.border-y-pink-600\/20 {
  border-top-color: rgb(219 39 119 / 0.2);
  border-bottom-color: rgb(219 39 119 / 0.2);
}
.border-y-pink-600\/25 {
  border-top-color: rgb(219 39 119 / 0.25);
  border-bottom-color: rgb(219 39 119 / 0.25);
}
.border-y-pink-600\/30 {
  border-top-color: rgb(219 39 119 / 0.3);
  border-bottom-color: rgb(219 39 119 / 0.3);
}
.border-y-pink-600\/35 {
  border-top-color: rgb(219 39 119 / 0.35);
  border-bottom-color: rgb(219 39 119 / 0.35);
}
.border-y-pink-600\/40 {
  border-top-color: rgb(219 39 119 / 0.4);
  border-bottom-color: rgb(219 39 119 / 0.4);
}
.border-y-pink-600\/45 {
  border-top-color: rgb(219 39 119 / 0.45);
  border-bottom-color: rgb(219 39 119 / 0.45);
}
.border-y-pink-600\/5 {
  border-top-color: rgb(219 39 119 / 0.05);
  border-bottom-color: rgb(219 39 119 / 0.05);
}
.border-y-pink-600\/50 {
  border-top-color: rgb(219 39 119 / 0.5);
  border-bottom-color: rgb(219 39 119 / 0.5);
}
.border-y-pink-600\/55 {
  border-top-color: rgb(219 39 119 / 0.55);
  border-bottom-color: rgb(219 39 119 / 0.55);
}
.border-y-pink-600\/60 {
  border-top-color: rgb(219 39 119 / 0.6);
  border-bottom-color: rgb(219 39 119 / 0.6);
}
.border-y-pink-600\/65 {
  border-top-color: rgb(219 39 119 / 0.65);
  border-bottom-color: rgb(219 39 119 / 0.65);
}
.border-y-pink-600\/70 {
  border-top-color: rgb(219 39 119 / 0.7);
  border-bottom-color: rgb(219 39 119 / 0.7);
}
.border-y-pink-600\/75 {
  border-top-color: rgb(219 39 119 / 0.75);
  border-bottom-color: rgb(219 39 119 / 0.75);
}
.border-y-pink-600\/80 {
  border-top-color: rgb(219 39 119 / 0.8);
  border-bottom-color: rgb(219 39 119 / 0.8);
}
.border-y-pink-600\/85 {
  border-top-color: rgb(219 39 119 / 0.85);
  border-bottom-color: rgb(219 39 119 / 0.85);
}
.border-y-pink-600\/90 {
  border-top-color: rgb(219 39 119 / 0.9);
  border-bottom-color: rgb(219 39 119 / 0.9);
}
.border-y-pink-600\/95 {
  border-top-color: rgb(219 39 119 / 0.95);
  border-bottom-color: rgb(219 39 119 / 0.95);
}
.border-y-pink-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-y-pink-700\/0 {
  border-top-color: rgb(190 24 93 / 0);
  border-bottom-color: rgb(190 24 93 / 0);
}
.border-y-pink-700\/10 {
  border-top-color: rgb(190 24 93 / 0.1);
  border-bottom-color: rgb(190 24 93 / 0.1);
}
.border-y-pink-700\/100 {
  border-top-color: rgb(190 24 93 / 1);
  border-bottom-color: rgb(190 24 93 / 1);
}
.border-y-pink-700\/15 {
  border-top-color: rgb(190 24 93 / 0.15);
  border-bottom-color: rgb(190 24 93 / 0.15);
}
.border-y-pink-700\/20 {
  border-top-color: rgb(190 24 93 / 0.2);
  border-bottom-color: rgb(190 24 93 / 0.2);
}
.border-y-pink-700\/25 {
  border-top-color: rgb(190 24 93 / 0.25);
  border-bottom-color: rgb(190 24 93 / 0.25);
}
.border-y-pink-700\/30 {
  border-top-color: rgb(190 24 93 / 0.3);
  border-bottom-color: rgb(190 24 93 / 0.3);
}
.border-y-pink-700\/35 {
  border-top-color: rgb(190 24 93 / 0.35);
  border-bottom-color: rgb(190 24 93 / 0.35);
}
.border-y-pink-700\/40 {
  border-top-color: rgb(190 24 93 / 0.4);
  border-bottom-color: rgb(190 24 93 / 0.4);
}
.border-y-pink-700\/45 {
  border-top-color: rgb(190 24 93 / 0.45);
  border-bottom-color: rgb(190 24 93 / 0.45);
}
.border-y-pink-700\/5 {
  border-top-color: rgb(190 24 93 / 0.05);
  border-bottom-color: rgb(190 24 93 / 0.05);
}
.border-y-pink-700\/50 {
  border-top-color: rgb(190 24 93 / 0.5);
  border-bottom-color: rgb(190 24 93 / 0.5);
}
.border-y-pink-700\/55 {
  border-top-color: rgb(190 24 93 / 0.55);
  border-bottom-color: rgb(190 24 93 / 0.55);
}
.border-y-pink-700\/60 {
  border-top-color: rgb(190 24 93 / 0.6);
  border-bottom-color: rgb(190 24 93 / 0.6);
}
.border-y-pink-700\/65 {
  border-top-color: rgb(190 24 93 / 0.65);
  border-bottom-color: rgb(190 24 93 / 0.65);
}
.border-y-pink-700\/70 {
  border-top-color: rgb(190 24 93 / 0.7);
  border-bottom-color: rgb(190 24 93 / 0.7);
}
.border-y-pink-700\/75 {
  border-top-color: rgb(190 24 93 / 0.75);
  border-bottom-color: rgb(190 24 93 / 0.75);
}
.border-y-pink-700\/80 {
  border-top-color: rgb(190 24 93 / 0.8);
  border-bottom-color: rgb(190 24 93 / 0.8);
}
.border-y-pink-700\/85 {
  border-top-color: rgb(190 24 93 / 0.85);
  border-bottom-color: rgb(190 24 93 / 0.85);
}
.border-y-pink-700\/90 {
  border-top-color: rgb(190 24 93 / 0.9);
  border-bottom-color: rgb(190 24 93 / 0.9);
}
.border-y-pink-700\/95 {
  border-top-color: rgb(190 24 93 / 0.95);
  border-bottom-color: rgb(190 24 93 / 0.95);
}
.border-y-pink-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-y-pink-800\/0 {
  border-top-color: rgb(157 23 77 / 0);
  border-bottom-color: rgb(157 23 77 / 0);
}
.border-y-pink-800\/10 {
  border-top-color: rgb(157 23 77 / 0.1);
  border-bottom-color: rgb(157 23 77 / 0.1);
}
.border-y-pink-800\/100 {
  border-top-color: rgb(157 23 77 / 1);
  border-bottom-color: rgb(157 23 77 / 1);
}
.border-y-pink-800\/15 {
  border-top-color: rgb(157 23 77 / 0.15);
  border-bottom-color: rgb(157 23 77 / 0.15);
}
.border-y-pink-800\/20 {
  border-top-color: rgb(157 23 77 / 0.2);
  border-bottom-color: rgb(157 23 77 / 0.2);
}
.border-y-pink-800\/25 {
  border-top-color: rgb(157 23 77 / 0.25);
  border-bottom-color: rgb(157 23 77 / 0.25);
}
.border-y-pink-800\/30 {
  border-top-color: rgb(157 23 77 / 0.3);
  border-bottom-color: rgb(157 23 77 / 0.3);
}
.border-y-pink-800\/35 {
  border-top-color: rgb(157 23 77 / 0.35);
  border-bottom-color: rgb(157 23 77 / 0.35);
}
.border-y-pink-800\/40 {
  border-top-color: rgb(157 23 77 / 0.4);
  border-bottom-color: rgb(157 23 77 / 0.4);
}
.border-y-pink-800\/45 {
  border-top-color: rgb(157 23 77 / 0.45);
  border-bottom-color: rgb(157 23 77 / 0.45);
}
.border-y-pink-800\/5 {
  border-top-color: rgb(157 23 77 / 0.05);
  border-bottom-color: rgb(157 23 77 / 0.05);
}
.border-y-pink-800\/50 {
  border-top-color: rgb(157 23 77 / 0.5);
  border-bottom-color: rgb(157 23 77 / 0.5);
}
.border-y-pink-800\/55 {
  border-top-color: rgb(157 23 77 / 0.55);
  border-bottom-color: rgb(157 23 77 / 0.55);
}
.border-y-pink-800\/60 {
  border-top-color: rgb(157 23 77 / 0.6);
  border-bottom-color: rgb(157 23 77 / 0.6);
}
.border-y-pink-800\/65 {
  border-top-color: rgb(157 23 77 / 0.65);
  border-bottom-color: rgb(157 23 77 / 0.65);
}
.border-y-pink-800\/70 {
  border-top-color: rgb(157 23 77 / 0.7);
  border-bottom-color: rgb(157 23 77 / 0.7);
}
.border-y-pink-800\/75 {
  border-top-color: rgb(157 23 77 / 0.75);
  border-bottom-color: rgb(157 23 77 / 0.75);
}
.border-y-pink-800\/80 {
  border-top-color: rgb(157 23 77 / 0.8);
  border-bottom-color: rgb(157 23 77 / 0.8);
}
.border-y-pink-800\/85 {
  border-top-color: rgb(157 23 77 / 0.85);
  border-bottom-color: rgb(157 23 77 / 0.85);
}
.border-y-pink-800\/90 {
  border-top-color: rgb(157 23 77 / 0.9);
  border-bottom-color: rgb(157 23 77 / 0.9);
}
.border-y-pink-800\/95 {
  border-top-color: rgb(157 23 77 / 0.95);
  border-bottom-color: rgb(157 23 77 / 0.95);
}
.border-y-pink-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-y-pink-900\/0 {
  border-top-color: rgb(131 24 67 / 0);
  border-bottom-color: rgb(131 24 67 / 0);
}
.border-y-pink-900\/10 {
  border-top-color: rgb(131 24 67 / 0.1);
  border-bottom-color: rgb(131 24 67 / 0.1);
}
.border-y-pink-900\/100 {
  border-top-color: rgb(131 24 67 / 1);
  border-bottom-color: rgb(131 24 67 / 1);
}
.border-y-pink-900\/15 {
  border-top-color: rgb(131 24 67 / 0.15);
  border-bottom-color: rgb(131 24 67 / 0.15);
}
.border-y-pink-900\/20 {
  border-top-color: rgb(131 24 67 / 0.2);
  border-bottom-color: rgb(131 24 67 / 0.2);
}
.border-y-pink-900\/25 {
  border-top-color: rgb(131 24 67 / 0.25);
  border-bottom-color: rgb(131 24 67 / 0.25);
}
.border-y-pink-900\/30 {
  border-top-color: rgb(131 24 67 / 0.3);
  border-bottom-color: rgb(131 24 67 / 0.3);
}
.border-y-pink-900\/35 {
  border-top-color: rgb(131 24 67 / 0.35);
  border-bottom-color: rgb(131 24 67 / 0.35);
}
.border-y-pink-900\/40 {
  border-top-color: rgb(131 24 67 / 0.4);
  border-bottom-color: rgb(131 24 67 / 0.4);
}
.border-y-pink-900\/45 {
  border-top-color: rgb(131 24 67 / 0.45);
  border-bottom-color: rgb(131 24 67 / 0.45);
}
.border-y-pink-900\/5 {
  border-top-color: rgb(131 24 67 / 0.05);
  border-bottom-color: rgb(131 24 67 / 0.05);
}
.border-y-pink-900\/50 {
  border-top-color: rgb(131 24 67 / 0.5);
  border-bottom-color: rgb(131 24 67 / 0.5);
}
.border-y-pink-900\/55 {
  border-top-color: rgb(131 24 67 / 0.55);
  border-bottom-color: rgb(131 24 67 / 0.55);
}
.border-y-pink-900\/60 {
  border-top-color: rgb(131 24 67 / 0.6);
  border-bottom-color: rgb(131 24 67 / 0.6);
}
.border-y-pink-900\/65 {
  border-top-color: rgb(131 24 67 / 0.65);
  border-bottom-color: rgb(131 24 67 / 0.65);
}
.border-y-pink-900\/70 {
  border-top-color: rgb(131 24 67 / 0.7);
  border-bottom-color: rgb(131 24 67 / 0.7);
}
.border-y-pink-900\/75 {
  border-top-color: rgb(131 24 67 / 0.75);
  border-bottom-color: rgb(131 24 67 / 0.75);
}
.border-y-pink-900\/80 {
  border-top-color: rgb(131 24 67 / 0.8);
  border-bottom-color: rgb(131 24 67 / 0.8);
}
.border-y-pink-900\/85 {
  border-top-color: rgb(131 24 67 / 0.85);
  border-bottom-color: rgb(131 24 67 / 0.85);
}
.border-y-pink-900\/90 {
  border-top-color: rgb(131 24 67 / 0.9);
  border-bottom-color: rgb(131 24 67 / 0.9);
}
.border-y-pink-900\/95 {
  border-top-color: rgb(131 24 67 / 0.95);
  border-bottom-color: rgb(131 24 67 / 0.95);
}
.border-y-pink-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-y-pink-950\/0 {
  border-top-color: rgb(80 7 36 / 0);
  border-bottom-color: rgb(80 7 36 / 0);
}
.border-y-pink-950\/10 {
  border-top-color: rgb(80 7 36 / 0.1);
  border-bottom-color: rgb(80 7 36 / 0.1);
}
.border-y-pink-950\/100 {
  border-top-color: rgb(80 7 36 / 1);
  border-bottom-color: rgb(80 7 36 / 1);
}
.border-y-pink-950\/15 {
  border-top-color: rgb(80 7 36 / 0.15);
  border-bottom-color: rgb(80 7 36 / 0.15);
}
.border-y-pink-950\/20 {
  border-top-color: rgb(80 7 36 / 0.2);
  border-bottom-color: rgb(80 7 36 / 0.2);
}
.border-y-pink-950\/25 {
  border-top-color: rgb(80 7 36 / 0.25);
  border-bottom-color: rgb(80 7 36 / 0.25);
}
.border-y-pink-950\/30 {
  border-top-color: rgb(80 7 36 / 0.3);
  border-bottom-color: rgb(80 7 36 / 0.3);
}
.border-y-pink-950\/35 {
  border-top-color: rgb(80 7 36 / 0.35);
  border-bottom-color: rgb(80 7 36 / 0.35);
}
.border-y-pink-950\/40 {
  border-top-color: rgb(80 7 36 / 0.4);
  border-bottom-color: rgb(80 7 36 / 0.4);
}
.border-y-pink-950\/45 {
  border-top-color: rgb(80 7 36 / 0.45);
  border-bottom-color: rgb(80 7 36 / 0.45);
}
.border-y-pink-950\/5 {
  border-top-color: rgb(80 7 36 / 0.05);
  border-bottom-color: rgb(80 7 36 / 0.05);
}
.border-y-pink-950\/50 {
  border-top-color: rgb(80 7 36 / 0.5);
  border-bottom-color: rgb(80 7 36 / 0.5);
}
.border-y-pink-950\/55 {
  border-top-color: rgb(80 7 36 / 0.55);
  border-bottom-color: rgb(80 7 36 / 0.55);
}
.border-y-pink-950\/60 {
  border-top-color: rgb(80 7 36 / 0.6);
  border-bottom-color: rgb(80 7 36 / 0.6);
}
.border-y-pink-950\/65 {
  border-top-color: rgb(80 7 36 / 0.65);
  border-bottom-color: rgb(80 7 36 / 0.65);
}
.border-y-pink-950\/70 {
  border-top-color: rgb(80 7 36 / 0.7);
  border-bottom-color: rgb(80 7 36 / 0.7);
}
.border-y-pink-950\/75 {
  border-top-color: rgb(80 7 36 / 0.75);
  border-bottom-color: rgb(80 7 36 / 0.75);
}
.border-y-pink-950\/80 {
  border-top-color: rgb(80 7 36 / 0.8);
  border-bottom-color: rgb(80 7 36 / 0.8);
}
.border-y-pink-950\/85 {
  border-top-color: rgb(80 7 36 / 0.85);
  border-bottom-color: rgb(80 7 36 / 0.85);
}
.border-y-pink-950\/90 {
  border-top-color: rgb(80 7 36 / 0.9);
  border-bottom-color: rgb(80 7 36 / 0.9);
}
.border-y-pink-950\/95 {
  border-top-color: rgb(80 7 36 / 0.95);
  border-bottom-color: rgb(80 7 36 / 0.95);
}
.border-y-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-y-purple-100\/0 {
  border-top-color: rgb(243 232 255 / 0);
  border-bottom-color: rgb(243 232 255 / 0);
}
.border-y-purple-100\/10 {
  border-top-color: rgb(243 232 255 / 0.1);
  border-bottom-color: rgb(243 232 255 / 0.1);
}
.border-y-purple-100\/100 {
  border-top-color: rgb(243 232 255 / 1);
  border-bottom-color: rgb(243 232 255 / 1);
}
.border-y-purple-100\/15 {
  border-top-color: rgb(243 232 255 / 0.15);
  border-bottom-color: rgb(243 232 255 / 0.15);
}
.border-y-purple-100\/20 {
  border-top-color: rgb(243 232 255 / 0.2);
  border-bottom-color: rgb(243 232 255 / 0.2);
}
.border-y-purple-100\/25 {
  border-top-color: rgb(243 232 255 / 0.25);
  border-bottom-color: rgb(243 232 255 / 0.25);
}
.border-y-purple-100\/30 {
  border-top-color: rgb(243 232 255 / 0.3);
  border-bottom-color: rgb(243 232 255 / 0.3);
}
.border-y-purple-100\/35 {
  border-top-color: rgb(243 232 255 / 0.35);
  border-bottom-color: rgb(243 232 255 / 0.35);
}
.border-y-purple-100\/40 {
  border-top-color: rgb(243 232 255 / 0.4);
  border-bottom-color: rgb(243 232 255 / 0.4);
}
.border-y-purple-100\/45 {
  border-top-color: rgb(243 232 255 / 0.45);
  border-bottom-color: rgb(243 232 255 / 0.45);
}
.border-y-purple-100\/5 {
  border-top-color: rgb(243 232 255 / 0.05);
  border-bottom-color: rgb(243 232 255 / 0.05);
}
.border-y-purple-100\/50 {
  border-top-color: rgb(243 232 255 / 0.5);
  border-bottom-color: rgb(243 232 255 / 0.5);
}
.border-y-purple-100\/55 {
  border-top-color: rgb(243 232 255 / 0.55);
  border-bottom-color: rgb(243 232 255 / 0.55);
}
.border-y-purple-100\/60 {
  border-top-color: rgb(243 232 255 / 0.6);
  border-bottom-color: rgb(243 232 255 / 0.6);
}
.border-y-purple-100\/65 {
  border-top-color: rgb(243 232 255 / 0.65);
  border-bottom-color: rgb(243 232 255 / 0.65);
}
.border-y-purple-100\/70 {
  border-top-color: rgb(243 232 255 / 0.7);
  border-bottom-color: rgb(243 232 255 / 0.7);
}
.border-y-purple-100\/75 {
  border-top-color: rgb(243 232 255 / 0.75);
  border-bottom-color: rgb(243 232 255 / 0.75);
}
.border-y-purple-100\/80 {
  border-top-color: rgb(243 232 255 / 0.8);
  border-bottom-color: rgb(243 232 255 / 0.8);
}
.border-y-purple-100\/85 {
  border-top-color: rgb(243 232 255 / 0.85);
  border-bottom-color: rgb(243 232 255 / 0.85);
}
.border-y-purple-100\/90 {
  border-top-color: rgb(243 232 255 / 0.9);
  border-bottom-color: rgb(243 232 255 / 0.9);
}
.border-y-purple-100\/95 {
  border-top-color: rgb(243 232 255 / 0.95);
  border-bottom-color: rgb(243 232 255 / 0.95);
}
.border-y-purple-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-y-purple-200\/0 {
  border-top-color: rgb(233 213 255 / 0);
  border-bottom-color: rgb(233 213 255 / 0);
}
.border-y-purple-200\/10 {
  border-top-color: rgb(233 213 255 / 0.1);
  border-bottom-color: rgb(233 213 255 / 0.1);
}
.border-y-purple-200\/100 {
  border-top-color: rgb(233 213 255 / 1);
  border-bottom-color: rgb(233 213 255 / 1);
}
.border-y-purple-200\/15 {
  border-top-color: rgb(233 213 255 / 0.15);
  border-bottom-color: rgb(233 213 255 / 0.15);
}
.border-y-purple-200\/20 {
  border-top-color: rgb(233 213 255 / 0.2);
  border-bottom-color: rgb(233 213 255 / 0.2);
}
.border-y-purple-200\/25 {
  border-top-color: rgb(233 213 255 / 0.25);
  border-bottom-color: rgb(233 213 255 / 0.25);
}
.border-y-purple-200\/30 {
  border-top-color: rgb(233 213 255 / 0.3);
  border-bottom-color: rgb(233 213 255 / 0.3);
}
.border-y-purple-200\/35 {
  border-top-color: rgb(233 213 255 / 0.35);
  border-bottom-color: rgb(233 213 255 / 0.35);
}
.border-y-purple-200\/40 {
  border-top-color: rgb(233 213 255 / 0.4);
  border-bottom-color: rgb(233 213 255 / 0.4);
}
.border-y-purple-200\/45 {
  border-top-color: rgb(233 213 255 / 0.45);
  border-bottom-color: rgb(233 213 255 / 0.45);
}
.border-y-purple-200\/5 {
  border-top-color: rgb(233 213 255 / 0.05);
  border-bottom-color: rgb(233 213 255 / 0.05);
}
.border-y-purple-200\/50 {
  border-top-color: rgb(233 213 255 / 0.5);
  border-bottom-color: rgb(233 213 255 / 0.5);
}
.border-y-purple-200\/55 {
  border-top-color: rgb(233 213 255 / 0.55);
  border-bottom-color: rgb(233 213 255 / 0.55);
}
.border-y-purple-200\/60 {
  border-top-color: rgb(233 213 255 / 0.6);
  border-bottom-color: rgb(233 213 255 / 0.6);
}
.border-y-purple-200\/65 {
  border-top-color: rgb(233 213 255 / 0.65);
  border-bottom-color: rgb(233 213 255 / 0.65);
}
.border-y-purple-200\/70 {
  border-top-color: rgb(233 213 255 / 0.7);
  border-bottom-color: rgb(233 213 255 / 0.7);
}
.border-y-purple-200\/75 {
  border-top-color: rgb(233 213 255 / 0.75);
  border-bottom-color: rgb(233 213 255 / 0.75);
}
.border-y-purple-200\/80 {
  border-top-color: rgb(233 213 255 / 0.8);
  border-bottom-color: rgb(233 213 255 / 0.8);
}
.border-y-purple-200\/85 {
  border-top-color: rgb(233 213 255 / 0.85);
  border-bottom-color: rgb(233 213 255 / 0.85);
}
.border-y-purple-200\/90 {
  border-top-color: rgb(233 213 255 / 0.9);
  border-bottom-color: rgb(233 213 255 / 0.9);
}
.border-y-purple-200\/95 {
  border-top-color: rgb(233 213 255 / 0.95);
  border-bottom-color: rgb(233 213 255 / 0.95);
}
.border-y-purple-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-y-purple-300\/0 {
  border-top-color: rgb(216 180 254 / 0);
  border-bottom-color: rgb(216 180 254 / 0);
}
.border-y-purple-300\/10 {
  border-top-color: rgb(216 180 254 / 0.1);
  border-bottom-color: rgb(216 180 254 / 0.1);
}
.border-y-purple-300\/100 {
  border-top-color: rgb(216 180 254 / 1);
  border-bottom-color: rgb(216 180 254 / 1);
}
.border-y-purple-300\/15 {
  border-top-color: rgb(216 180 254 / 0.15);
  border-bottom-color: rgb(216 180 254 / 0.15);
}
.border-y-purple-300\/20 {
  border-top-color: rgb(216 180 254 / 0.2);
  border-bottom-color: rgb(216 180 254 / 0.2);
}
.border-y-purple-300\/25 {
  border-top-color: rgb(216 180 254 / 0.25);
  border-bottom-color: rgb(216 180 254 / 0.25);
}
.border-y-purple-300\/30 {
  border-top-color: rgb(216 180 254 / 0.3);
  border-bottom-color: rgb(216 180 254 / 0.3);
}
.border-y-purple-300\/35 {
  border-top-color: rgb(216 180 254 / 0.35);
  border-bottom-color: rgb(216 180 254 / 0.35);
}
.border-y-purple-300\/40 {
  border-top-color: rgb(216 180 254 / 0.4);
  border-bottom-color: rgb(216 180 254 / 0.4);
}
.border-y-purple-300\/45 {
  border-top-color: rgb(216 180 254 / 0.45);
  border-bottom-color: rgb(216 180 254 / 0.45);
}
.border-y-purple-300\/5 {
  border-top-color: rgb(216 180 254 / 0.05);
  border-bottom-color: rgb(216 180 254 / 0.05);
}
.border-y-purple-300\/50 {
  border-top-color: rgb(216 180 254 / 0.5);
  border-bottom-color: rgb(216 180 254 / 0.5);
}
.border-y-purple-300\/55 {
  border-top-color: rgb(216 180 254 / 0.55);
  border-bottom-color: rgb(216 180 254 / 0.55);
}
.border-y-purple-300\/60 {
  border-top-color: rgb(216 180 254 / 0.6);
  border-bottom-color: rgb(216 180 254 / 0.6);
}
.border-y-purple-300\/65 {
  border-top-color: rgb(216 180 254 / 0.65);
  border-bottom-color: rgb(216 180 254 / 0.65);
}
.border-y-purple-300\/70 {
  border-top-color: rgb(216 180 254 / 0.7);
  border-bottom-color: rgb(216 180 254 / 0.7);
}
.border-y-purple-300\/75 {
  border-top-color: rgb(216 180 254 / 0.75);
  border-bottom-color: rgb(216 180 254 / 0.75);
}
.border-y-purple-300\/80 {
  border-top-color: rgb(216 180 254 / 0.8);
  border-bottom-color: rgb(216 180 254 / 0.8);
}
.border-y-purple-300\/85 {
  border-top-color: rgb(216 180 254 / 0.85);
  border-bottom-color: rgb(216 180 254 / 0.85);
}
.border-y-purple-300\/90 {
  border-top-color: rgb(216 180 254 / 0.9);
  border-bottom-color: rgb(216 180 254 / 0.9);
}
.border-y-purple-300\/95 {
  border-top-color: rgb(216 180 254 / 0.95);
  border-bottom-color: rgb(216 180 254 / 0.95);
}
.border-y-purple-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-y-purple-400\/0 {
  border-top-color: rgb(192 132 252 / 0);
  border-bottom-color: rgb(192 132 252 / 0);
}
.border-y-purple-400\/10 {
  border-top-color: rgb(192 132 252 / 0.1);
  border-bottom-color: rgb(192 132 252 / 0.1);
}
.border-y-purple-400\/100 {
  border-top-color: rgb(192 132 252 / 1);
  border-bottom-color: rgb(192 132 252 / 1);
}
.border-y-purple-400\/15 {
  border-top-color: rgb(192 132 252 / 0.15);
  border-bottom-color: rgb(192 132 252 / 0.15);
}
.border-y-purple-400\/20 {
  border-top-color: rgb(192 132 252 / 0.2);
  border-bottom-color: rgb(192 132 252 / 0.2);
}
.border-y-purple-400\/25 {
  border-top-color: rgb(192 132 252 / 0.25);
  border-bottom-color: rgb(192 132 252 / 0.25);
}
.border-y-purple-400\/30 {
  border-top-color: rgb(192 132 252 / 0.3);
  border-bottom-color: rgb(192 132 252 / 0.3);
}
.border-y-purple-400\/35 {
  border-top-color: rgb(192 132 252 / 0.35);
  border-bottom-color: rgb(192 132 252 / 0.35);
}
.border-y-purple-400\/40 {
  border-top-color: rgb(192 132 252 / 0.4);
  border-bottom-color: rgb(192 132 252 / 0.4);
}
.border-y-purple-400\/45 {
  border-top-color: rgb(192 132 252 / 0.45);
  border-bottom-color: rgb(192 132 252 / 0.45);
}
.border-y-purple-400\/5 {
  border-top-color: rgb(192 132 252 / 0.05);
  border-bottom-color: rgb(192 132 252 / 0.05);
}
.border-y-purple-400\/50 {
  border-top-color: rgb(192 132 252 / 0.5);
  border-bottom-color: rgb(192 132 252 / 0.5);
}
.border-y-purple-400\/55 {
  border-top-color: rgb(192 132 252 / 0.55);
  border-bottom-color: rgb(192 132 252 / 0.55);
}
.border-y-purple-400\/60 {
  border-top-color: rgb(192 132 252 / 0.6);
  border-bottom-color: rgb(192 132 252 / 0.6);
}
.border-y-purple-400\/65 {
  border-top-color: rgb(192 132 252 / 0.65);
  border-bottom-color: rgb(192 132 252 / 0.65);
}
.border-y-purple-400\/70 {
  border-top-color: rgb(192 132 252 / 0.7);
  border-bottom-color: rgb(192 132 252 / 0.7);
}
.border-y-purple-400\/75 {
  border-top-color: rgb(192 132 252 / 0.75);
  border-bottom-color: rgb(192 132 252 / 0.75);
}
.border-y-purple-400\/80 {
  border-top-color: rgb(192 132 252 / 0.8);
  border-bottom-color: rgb(192 132 252 / 0.8);
}
.border-y-purple-400\/85 {
  border-top-color: rgb(192 132 252 / 0.85);
  border-bottom-color: rgb(192 132 252 / 0.85);
}
.border-y-purple-400\/90 {
  border-top-color: rgb(192 132 252 / 0.9);
  border-bottom-color: rgb(192 132 252 / 0.9);
}
.border-y-purple-400\/95 {
  border-top-color: rgb(192 132 252 / 0.95);
  border-bottom-color: rgb(192 132 252 / 0.95);
}
.border-y-purple-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-y-purple-50\/0 {
  border-top-color: rgb(250 245 255 / 0);
  border-bottom-color: rgb(250 245 255 / 0);
}
.border-y-purple-50\/10 {
  border-top-color: rgb(250 245 255 / 0.1);
  border-bottom-color: rgb(250 245 255 / 0.1);
}
.border-y-purple-50\/100 {
  border-top-color: rgb(250 245 255 / 1);
  border-bottom-color: rgb(250 245 255 / 1);
}
.border-y-purple-50\/15 {
  border-top-color: rgb(250 245 255 / 0.15);
  border-bottom-color: rgb(250 245 255 / 0.15);
}
.border-y-purple-50\/20 {
  border-top-color: rgb(250 245 255 / 0.2);
  border-bottom-color: rgb(250 245 255 / 0.2);
}
.border-y-purple-50\/25 {
  border-top-color: rgb(250 245 255 / 0.25);
  border-bottom-color: rgb(250 245 255 / 0.25);
}
.border-y-purple-50\/30 {
  border-top-color: rgb(250 245 255 / 0.3);
  border-bottom-color: rgb(250 245 255 / 0.3);
}
.border-y-purple-50\/35 {
  border-top-color: rgb(250 245 255 / 0.35);
  border-bottom-color: rgb(250 245 255 / 0.35);
}
.border-y-purple-50\/40 {
  border-top-color: rgb(250 245 255 / 0.4);
  border-bottom-color: rgb(250 245 255 / 0.4);
}
.border-y-purple-50\/45 {
  border-top-color: rgb(250 245 255 / 0.45);
  border-bottom-color: rgb(250 245 255 / 0.45);
}
.border-y-purple-50\/5 {
  border-top-color: rgb(250 245 255 / 0.05);
  border-bottom-color: rgb(250 245 255 / 0.05);
}
.border-y-purple-50\/50 {
  border-top-color: rgb(250 245 255 / 0.5);
  border-bottom-color: rgb(250 245 255 / 0.5);
}
.border-y-purple-50\/55 {
  border-top-color: rgb(250 245 255 / 0.55);
  border-bottom-color: rgb(250 245 255 / 0.55);
}
.border-y-purple-50\/60 {
  border-top-color: rgb(250 245 255 / 0.6);
  border-bottom-color: rgb(250 245 255 / 0.6);
}
.border-y-purple-50\/65 {
  border-top-color: rgb(250 245 255 / 0.65);
  border-bottom-color: rgb(250 245 255 / 0.65);
}
.border-y-purple-50\/70 {
  border-top-color: rgb(250 245 255 / 0.7);
  border-bottom-color: rgb(250 245 255 / 0.7);
}
.border-y-purple-50\/75 {
  border-top-color: rgb(250 245 255 / 0.75);
  border-bottom-color: rgb(250 245 255 / 0.75);
}
.border-y-purple-50\/80 {
  border-top-color: rgb(250 245 255 / 0.8);
  border-bottom-color: rgb(250 245 255 / 0.8);
}
.border-y-purple-50\/85 {
  border-top-color: rgb(250 245 255 / 0.85);
  border-bottom-color: rgb(250 245 255 / 0.85);
}
.border-y-purple-50\/90 {
  border-top-color: rgb(250 245 255 / 0.9);
  border-bottom-color: rgb(250 245 255 / 0.9);
}
.border-y-purple-50\/95 {
  border-top-color: rgb(250 245 255 / 0.95);
  border-bottom-color: rgb(250 245 255 / 0.95);
}
.border-y-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-y-purple-500\/0 {
  border-top-color: rgb(168 85 247 / 0);
  border-bottom-color: rgb(168 85 247 / 0);
}
.border-y-purple-500\/10 {
  border-top-color: rgb(168 85 247 / 0.1);
  border-bottom-color: rgb(168 85 247 / 0.1);
}
.border-y-purple-500\/100 {
  border-top-color: rgb(168 85 247 / 1);
  border-bottom-color: rgb(168 85 247 / 1);
}
.border-y-purple-500\/15 {
  border-top-color: rgb(168 85 247 / 0.15);
  border-bottom-color: rgb(168 85 247 / 0.15);
}
.border-y-purple-500\/20 {
  border-top-color: rgb(168 85 247 / 0.2);
  border-bottom-color: rgb(168 85 247 / 0.2);
}
.border-y-purple-500\/25 {
  border-top-color: rgb(168 85 247 / 0.25);
  border-bottom-color: rgb(168 85 247 / 0.25);
}
.border-y-purple-500\/30 {
  border-top-color: rgb(168 85 247 / 0.3);
  border-bottom-color: rgb(168 85 247 / 0.3);
}
.border-y-purple-500\/35 {
  border-top-color: rgb(168 85 247 / 0.35);
  border-bottom-color: rgb(168 85 247 / 0.35);
}
.border-y-purple-500\/40 {
  border-top-color: rgb(168 85 247 / 0.4);
  border-bottom-color: rgb(168 85 247 / 0.4);
}
.border-y-purple-500\/45 {
  border-top-color: rgb(168 85 247 / 0.45);
  border-bottom-color: rgb(168 85 247 / 0.45);
}
.border-y-purple-500\/5 {
  border-top-color: rgb(168 85 247 / 0.05);
  border-bottom-color: rgb(168 85 247 / 0.05);
}
.border-y-purple-500\/50 {
  border-top-color: rgb(168 85 247 / 0.5);
  border-bottom-color: rgb(168 85 247 / 0.5);
}
.border-y-purple-500\/55 {
  border-top-color: rgb(168 85 247 / 0.55);
  border-bottom-color: rgb(168 85 247 / 0.55);
}
.border-y-purple-500\/60 {
  border-top-color: rgb(168 85 247 / 0.6);
  border-bottom-color: rgb(168 85 247 / 0.6);
}
.border-y-purple-500\/65 {
  border-top-color: rgb(168 85 247 / 0.65);
  border-bottom-color: rgb(168 85 247 / 0.65);
}
.border-y-purple-500\/70 {
  border-top-color: rgb(168 85 247 / 0.7);
  border-bottom-color: rgb(168 85 247 / 0.7);
}
.border-y-purple-500\/75 {
  border-top-color: rgb(168 85 247 / 0.75);
  border-bottom-color: rgb(168 85 247 / 0.75);
}
.border-y-purple-500\/80 {
  border-top-color: rgb(168 85 247 / 0.8);
  border-bottom-color: rgb(168 85 247 / 0.8);
}
.border-y-purple-500\/85 {
  border-top-color: rgb(168 85 247 / 0.85);
  border-bottom-color: rgb(168 85 247 / 0.85);
}
.border-y-purple-500\/90 {
  border-top-color: rgb(168 85 247 / 0.9);
  border-bottom-color: rgb(168 85 247 / 0.9);
}
.border-y-purple-500\/95 {
  border-top-color: rgb(168 85 247 / 0.95);
  border-bottom-color: rgb(168 85 247 / 0.95);
}
.border-y-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-y-purple-600\/0 {
  border-top-color: rgb(147 51 234 / 0);
  border-bottom-color: rgb(147 51 234 / 0);
}
.border-y-purple-600\/10 {
  border-top-color: rgb(147 51 234 / 0.1);
  border-bottom-color: rgb(147 51 234 / 0.1);
}
.border-y-purple-600\/100 {
  border-top-color: rgb(147 51 234 / 1);
  border-bottom-color: rgb(147 51 234 / 1);
}
.border-y-purple-600\/15 {
  border-top-color: rgb(147 51 234 / 0.15);
  border-bottom-color: rgb(147 51 234 / 0.15);
}
.border-y-purple-600\/20 {
  border-top-color: rgb(147 51 234 / 0.2);
  border-bottom-color: rgb(147 51 234 / 0.2);
}
.border-y-purple-600\/25 {
  border-top-color: rgb(147 51 234 / 0.25);
  border-bottom-color: rgb(147 51 234 / 0.25);
}
.border-y-purple-600\/30 {
  border-top-color: rgb(147 51 234 / 0.3);
  border-bottom-color: rgb(147 51 234 / 0.3);
}
.border-y-purple-600\/35 {
  border-top-color: rgb(147 51 234 / 0.35);
  border-bottom-color: rgb(147 51 234 / 0.35);
}
.border-y-purple-600\/40 {
  border-top-color: rgb(147 51 234 / 0.4);
  border-bottom-color: rgb(147 51 234 / 0.4);
}
.border-y-purple-600\/45 {
  border-top-color: rgb(147 51 234 / 0.45);
  border-bottom-color: rgb(147 51 234 / 0.45);
}
.border-y-purple-600\/5 {
  border-top-color: rgb(147 51 234 / 0.05);
  border-bottom-color: rgb(147 51 234 / 0.05);
}
.border-y-purple-600\/50 {
  border-top-color: rgb(147 51 234 / 0.5);
  border-bottom-color: rgb(147 51 234 / 0.5);
}
.border-y-purple-600\/55 {
  border-top-color: rgb(147 51 234 / 0.55);
  border-bottom-color: rgb(147 51 234 / 0.55);
}
.border-y-purple-600\/60 {
  border-top-color: rgb(147 51 234 / 0.6);
  border-bottom-color: rgb(147 51 234 / 0.6);
}
.border-y-purple-600\/65 {
  border-top-color: rgb(147 51 234 / 0.65);
  border-bottom-color: rgb(147 51 234 / 0.65);
}
.border-y-purple-600\/70 {
  border-top-color: rgb(147 51 234 / 0.7);
  border-bottom-color: rgb(147 51 234 / 0.7);
}
.border-y-purple-600\/75 {
  border-top-color: rgb(147 51 234 / 0.75);
  border-bottom-color: rgb(147 51 234 / 0.75);
}
.border-y-purple-600\/80 {
  border-top-color: rgb(147 51 234 / 0.8);
  border-bottom-color: rgb(147 51 234 / 0.8);
}
.border-y-purple-600\/85 {
  border-top-color: rgb(147 51 234 / 0.85);
  border-bottom-color: rgb(147 51 234 / 0.85);
}
.border-y-purple-600\/90 {
  border-top-color: rgb(147 51 234 / 0.9);
  border-bottom-color: rgb(147 51 234 / 0.9);
}
.border-y-purple-600\/95 {
  border-top-color: rgb(147 51 234 / 0.95);
  border-bottom-color: rgb(147 51 234 / 0.95);
}
.border-y-purple-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-y-purple-700\/0 {
  border-top-color: rgb(126 34 206 / 0);
  border-bottom-color: rgb(126 34 206 / 0);
}
.border-y-purple-700\/10 {
  border-top-color: rgb(126 34 206 / 0.1);
  border-bottom-color: rgb(126 34 206 / 0.1);
}
.border-y-purple-700\/100 {
  border-top-color: rgb(126 34 206 / 1);
  border-bottom-color: rgb(126 34 206 / 1);
}
.border-y-purple-700\/15 {
  border-top-color: rgb(126 34 206 / 0.15);
  border-bottom-color: rgb(126 34 206 / 0.15);
}
.border-y-purple-700\/20 {
  border-top-color: rgb(126 34 206 / 0.2);
  border-bottom-color: rgb(126 34 206 / 0.2);
}
.border-y-purple-700\/25 {
  border-top-color: rgb(126 34 206 / 0.25);
  border-bottom-color: rgb(126 34 206 / 0.25);
}
.border-y-purple-700\/30 {
  border-top-color: rgb(126 34 206 / 0.3);
  border-bottom-color: rgb(126 34 206 / 0.3);
}
.border-y-purple-700\/35 {
  border-top-color: rgb(126 34 206 / 0.35);
  border-bottom-color: rgb(126 34 206 / 0.35);
}
.border-y-purple-700\/40 {
  border-top-color: rgb(126 34 206 / 0.4);
  border-bottom-color: rgb(126 34 206 / 0.4);
}
.border-y-purple-700\/45 {
  border-top-color: rgb(126 34 206 / 0.45);
  border-bottom-color: rgb(126 34 206 / 0.45);
}
.border-y-purple-700\/5 {
  border-top-color: rgb(126 34 206 / 0.05);
  border-bottom-color: rgb(126 34 206 / 0.05);
}
.border-y-purple-700\/50 {
  border-top-color: rgb(126 34 206 / 0.5);
  border-bottom-color: rgb(126 34 206 / 0.5);
}
.border-y-purple-700\/55 {
  border-top-color: rgb(126 34 206 / 0.55);
  border-bottom-color: rgb(126 34 206 / 0.55);
}
.border-y-purple-700\/60 {
  border-top-color: rgb(126 34 206 / 0.6);
  border-bottom-color: rgb(126 34 206 / 0.6);
}
.border-y-purple-700\/65 {
  border-top-color: rgb(126 34 206 / 0.65);
  border-bottom-color: rgb(126 34 206 / 0.65);
}
.border-y-purple-700\/70 {
  border-top-color: rgb(126 34 206 / 0.7);
  border-bottom-color: rgb(126 34 206 / 0.7);
}
.border-y-purple-700\/75 {
  border-top-color: rgb(126 34 206 / 0.75);
  border-bottom-color: rgb(126 34 206 / 0.75);
}
.border-y-purple-700\/80 {
  border-top-color: rgb(126 34 206 / 0.8);
  border-bottom-color: rgb(126 34 206 / 0.8);
}
.border-y-purple-700\/85 {
  border-top-color: rgb(126 34 206 / 0.85);
  border-bottom-color: rgb(126 34 206 / 0.85);
}
.border-y-purple-700\/90 {
  border-top-color: rgb(126 34 206 / 0.9);
  border-bottom-color: rgb(126 34 206 / 0.9);
}
.border-y-purple-700\/95 {
  border-top-color: rgb(126 34 206 / 0.95);
  border-bottom-color: rgb(126 34 206 / 0.95);
}
.border-y-purple-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-y-purple-800\/0 {
  border-top-color: rgb(107 33 168 / 0);
  border-bottom-color: rgb(107 33 168 / 0);
}
.border-y-purple-800\/10 {
  border-top-color: rgb(107 33 168 / 0.1);
  border-bottom-color: rgb(107 33 168 / 0.1);
}
.border-y-purple-800\/100 {
  border-top-color: rgb(107 33 168 / 1);
  border-bottom-color: rgb(107 33 168 / 1);
}
.border-y-purple-800\/15 {
  border-top-color: rgb(107 33 168 / 0.15);
  border-bottom-color: rgb(107 33 168 / 0.15);
}
.border-y-purple-800\/20 {
  border-top-color: rgb(107 33 168 / 0.2);
  border-bottom-color: rgb(107 33 168 / 0.2);
}
.border-y-purple-800\/25 {
  border-top-color: rgb(107 33 168 / 0.25);
  border-bottom-color: rgb(107 33 168 / 0.25);
}
.border-y-purple-800\/30 {
  border-top-color: rgb(107 33 168 / 0.3);
  border-bottom-color: rgb(107 33 168 / 0.3);
}
.border-y-purple-800\/35 {
  border-top-color: rgb(107 33 168 / 0.35);
  border-bottom-color: rgb(107 33 168 / 0.35);
}
.border-y-purple-800\/40 {
  border-top-color: rgb(107 33 168 / 0.4);
  border-bottom-color: rgb(107 33 168 / 0.4);
}
.border-y-purple-800\/45 {
  border-top-color: rgb(107 33 168 / 0.45);
  border-bottom-color: rgb(107 33 168 / 0.45);
}
.border-y-purple-800\/5 {
  border-top-color: rgb(107 33 168 / 0.05);
  border-bottom-color: rgb(107 33 168 / 0.05);
}
.border-y-purple-800\/50 {
  border-top-color: rgb(107 33 168 / 0.5);
  border-bottom-color: rgb(107 33 168 / 0.5);
}
.border-y-purple-800\/55 {
  border-top-color: rgb(107 33 168 / 0.55);
  border-bottom-color: rgb(107 33 168 / 0.55);
}
.border-y-purple-800\/60 {
  border-top-color: rgb(107 33 168 / 0.6);
  border-bottom-color: rgb(107 33 168 / 0.6);
}
.border-y-purple-800\/65 {
  border-top-color: rgb(107 33 168 / 0.65);
  border-bottom-color: rgb(107 33 168 / 0.65);
}
.border-y-purple-800\/70 {
  border-top-color: rgb(107 33 168 / 0.7);
  border-bottom-color: rgb(107 33 168 / 0.7);
}
.border-y-purple-800\/75 {
  border-top-color: rgb(107 33 168 / 0.75);
  border-bottom-color: rgb(107 33 168 / 0.75);
}
.border-y-purple-800\/80 {
  border-top-color: rgb(107 33 168 / 0.8);
  border-bottom-color: rgb(107 33 168 / 0.8);
}
.border-y-purple-800\/85 {
  border-top-color: rgb(107 33 168 / 0.85);
  border-bottom-color: rgb(107 33 168 / 0.85);
}
.border-y-purple-800\/90 {
  border-top-color: rgb(107 33 168 / 0.9);
  border-bottom-color: rgb(107 33 168 / 0.9);
}
.border-y-purple-800\/95 {
  border-top-color: rgb(107 33 168 / 0.95);
  border-bottom-color: rgb(107 33 168 / 0.95);
}
.border-y-purple-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-y-purple-900\/0 {
  border-top-color: rgb(88 28 135 / 0);
  border-bottom-color: rgb(88 28 135 / 0);
}
.border-y-purple-900\/10 {
  border-top-color: rgb(88 28 135 / 0.1);
  border-bottom-color: rgb(88 28 135 / 0.1);
}
.border-y-purple-900\/100 {
  border-top-color: rgb(88 28 135 / 1);
  border-bottom-color: rgb(88 28 135 / 1);
}
.border-y-purple-900\/15 {
  border-top-color: rgb(88 28 135 / 0.15);
  border-bottom-color: rgb(88 28 135 / 0.15);
}
.border-y-purple-900\/20 {
  border-top-color: rgb(88 28 135 / 0.2);
  border-bottom-color: rgb(88 28 135 / 0.2);
}
.border-y-purple-900\/25 {
  border-top-color: rgb(88 28 135 / 0.25);
  border-bottom-color: rgb(88 28 135 / 0.25);
}
.border-y-purple-900\/30 {
  border-top-color: rgb(88 28 135 / 0.3);
  border-bottom-color: rgb(88 28 135 / 0.3);
}
.border-y-purple-900\/35 {
  border-top-color: rgb(88 28 135 / 0.35);
  border-bottom-color: rgb(88 28 135 / 0.35);
}
.border-y-purple-900\/40 {
  border-top-color: rgb(88 28 135 / 0.4);
  border-bottom-color: rgb(88 28 135 / 0.4);
}
.border-y-purple-900\/45 {
  border-top-color: rgb(88 28 135 / 0.45);
  border-bottom-color: rgb(88 28 135 / 0.45);
}
.border-y-purple-900\/5 {
  border-top-color: rgb(88 28 135 / 0.05);
  border-bottom-color: rgb(88 28 135 / 0.05);
}
.border-y-purple-900\/50 {
  border-top-color: rgb(88 28 135 / 0.5);
  border-bottom-color: rgb(88 28 135 / 0.5);
}
.border-y-purple-900\/55 {
  border-top-color: rgb(88 28 135 / 0.55);
  border-bottom-color: rgb(88 28 135 / 0.55);
}
.border-y-purple-900\/60 {
  border-top-color: rgb(88 28 135 / 0.6);
  border-bottom-color: rgb(88 28 135 / 0.6);
}
.border-y-purple-900\/65 {
  border-top-color: rgb(88 28 135 / 0.65);
  border-bottom-color: rgb(88 28 135 / 0.65);
}
.border-y-purple-900\/70 {
  border-top-color: rgb(88 28 135 / 0.7);
  border-bottom-color: rgb(88 28 135 / 0.7);
}
.border-y-purple-900\/75 {
  border-top-color: rgb(88 28 135 / 0.75);
  border-bottom-color: rgb(88 28 135 / 0.75);
}
.border-y-purple-900\/80 {
  border-top-color: rgb(88 28 135 / 0.8);
  border-bottom-color: rgb(88 28 135 / 0.8);
}
.border-y-purple-900\/85 {
  border-top-color: rgb(88 28 135 / 0.85);
  border-bottom-color: rgb(88 28 135 / 0.85);
}
.border-y-purple-900\/90 {
  border-top-color: rgb(88 28 135 / 0.9);
  border-bottom-color: rgb(88 28 135 / 0.9);
}
.border-y-purple-900\/95 {
  border-top-color: rgb(88 28 135 / 0.95);
  border-bottom-color: rgb(88 28 135 / 0.95);
}
.border-y-purple-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-y-purple-950\/0 {
  border-top-color: rgb(59 7 100 / 0);
  border-bottom-color: rgb(59 7 100 / 0);
}
.border-y-purple-950\/10 {
  border-top-color: rgb(59 7 100 / 0.1);
  border-bottom-color: rgb(59 7 100 / 0.1);
}
.border-y-purple-950\/100 {
  border-top-color: rgb(59 7 100 / 1);
  border-bottom-color: rgb(59 7 100 / 1);
}
.border-y-purple-950\/15 {
  border-top-color: rgb(59 7 100 / 0.15);
  border-bottom-color: rgb(59 7 100 / 0.15);
}
.border-y-purple-950\/20 {
  border-top-color: rgb(59 7 100 / 0.2);
  border-bottom-color: rgb(59 7 100 / 0.2);
}
.border-y-purple-950\/25 {
  border-top-color: rgb(59 7 100 / 0.25);
  border-bottom-color: rgb(59 7 100 / 0.25);
}
.border-y-purple-950\/30 {
  border-top-color: rgb(59 7 100 / 0.3);
  border-bottom-color: rgb(59 7 100 / 0.3);
}
.border-y-purple-950\/35 {
  border-top-color: rgb(59 7 100 / 0.35);
  border-bottom-color: rgb(59 7 100 / 0.35);
}
.border-y-purple-950\/40 {
  border-top-color: rgb(59 7 100 / 0.4);
  border-bottom-color: rgb(59 7 100 / 0.4);
}
.border-y-purple-950\/45 {
  border-top-color: rgb(59 7 100 / 0.45);
  border-bottom-color: rgb(59 7 100 / 0.45);
}
.border-y-purple-950\/5 {
  border-top-color: rgb(59 7 100 / 0.05);
  border-bottom-color: rgb(59 7 100 / 0.05);
}
.border-y-purple-950\/50 {
  border-top-color: rgb(59 7 100 / 0.5);
  border-bottom-color: rgb(59 7 100 / 0.5);
}
.border-y-purple-950\/55 {
  border-top-color: rgb(59 7 100 / 0.55);
  border-bottom-color: rgb(59 7 100 / 0.55);
}
.border-y-purple-950\/60 {
  border-top-color: rgb(59 7 100 / 0.6);
  border-bottom-color: rgb(59 7 100 / 0.6);
}
.border-y-purple-950\/65 {
  border-top-color: rgb(59 7 100 / 0.65);
  border-bottom-color: rgb(59 7 100 / 0.65);
}
.border-y-purple-950\/70 {
  border-top-color: rgb(59 7 100 / 0.7);
  border-bottom-color: rgb(59 7 100 / 0.7);
}
.border-y-purple-950\/75 {
  border-top-color: rgb(59 7 100 / 0.75);
  border-bottom-color: rgb(59 7 100 / 0.75);
}
.border-y-purple-950\/80 {
  border-top-color: rgb(59 7 100 / 0.8);
  border-bottom-color: rgb(59 7 100 / 0.8);
}
.border-y-purple-950\/85 {
  border-top-color: rgb(59 7 100 / 0.85);
  border-bottom-color: rgb(59 7 100 / 0.85);
}
.border-y-purple-950\/90 {
  border-top-color: rgb(59 7 100 / 0.9);
  border-bottom-color: rgb(59 7 100 / 0.9);
}
.border-y-purple-950\/95 {
  border-top-color: rgb(59 7 100 / 0.95);
  border-bottom-color: rgb(59 7 100 / 0.95);
}
.border-y-red-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-y-red-100\/0 {
  border-top-color: rgb(254 226 226 / 0);
  border-bottom-color: rgb(254 226 226 / 0);
}
.border-y-red-100\/10 {
  border-top-color: rgb(254 226 226 / 0.1);
  border-bottom-color: rgb(254 226 226 / 0.1);
}
.border-y-red-100\/100 {
  border-top-color: rgb(254 226 226 / 1);
  border-bottom-color: rgb(254 226 226 / 1);
}
.border-y-red-100\/15 {
  border-top-color: rgb(254 226 226 / 0.15);
  border-bottom-color: rgb(254 226 226 / 0.15);
}
.border-y-red-100\/20 {
  border-top-color: rgb(254 226 226 / 0.2);
  border-bottom-color: rgb(254 226 226 / 0.2);
}
.border-y-red-100\/25 {
  border-top-color: rgb(254 226 226 / 0.25);
  border-bottom-color: rgb(254 226 226 / 0.25);
}
.border-y-red-100\/30 {
  border-top-color: rgb(254 226 226 / 0.3);
  border-bottom-color: rgb(254 226 226 / 0.3);
}
.border-y-red-100\/35 {
  border-top-color: rgb(254 226 226 / 0.35);
  border-bottom-color: rgb(254 226 226 / 0.35);
}
.border-y-red-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.border-y-red-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45);
  border-bottom-color: rgb(254 226 226 / 0.45);
}
.border-y-red-100\/5 {
  border-top-color: rgb(254 226 226 / 0.05);
  border-bottom-color: rgb(254 226 226 / 0.05);
}
.border-y-red-100\/50 {
  border-top-color: rgb(254 226 226 / 0.5);
  border-bottom-color: rgb(254 226 226 / 0.5);
}
.border-y-red-100\/55 {
  border-top-color: rgb(254 226 226 / 0.55);
  border-bottom-color: rgb(254 226 226 / 0.55);
}
.border-y-red-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.border-y-red-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65);
  border-bottom-color: rgb(254 226 226 / 0.65);
}
.border-y-red-100\/70 {
  border-top-color: rgb(254 226 226 / 0.7);
  border-bottom-color: rgb(254 226 226 / 0.7);
}
.border-y-red-100\/75 {
  border-top-color: rgb(254 226 226 / 0.75);
  border-bottom-color: rgb(254 226 226 / 0.75);
}
.border-y-red-100\/80 {
  border-top-color: rgb(254 226 226 / 0.8);
  border-bottom-color: rgb(254 226 226 / 0.8);
}
.border-y-red-100\/85 {
  border-top-color: rgb(254 226 226 / 0.85);
  border-bottom-color: rgb(254 226 226 / 0.85);
}
.border-y-red-100\/90 {
  border-top-color: rgb(254 226 226 / 0.9);
  border-bottom-color: rgb(254 226 226 / 0.9);
}
.border-y-red-100\/95 {
  border-top-color: rgb(254 226 226 / 0.95);
  border-bottom-color: rgb(254 226 226 / 0.95);
}
.border-y-red-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-y-red-200\/0 {
  border-top-color: rgb(254 202 202 / 0);
  border-bottom-color: rgb(254 202 202 / 0);
}
.border-y-red-200\/10 {
  border-top-color: rgb(254 202 202 / 0.1);
  border-bottom-color: rgb(254 202 202 / 0.1);
}
.border-y-red-200\/100 {
  border-top-color: rgb(254 202 202 / 1);
  border-bottom-color: rgb(254 202 202 / 1);
}
.border-y-red-200\/15 {
  border-top-color: rgb(254 202 202 / 0.15);
  border-bottom-color: rgb(254 202 202 / 0.15);
}
.border-y-red-200\/20 {
  border-top-color: rgb(254 202 202 / 0.2);
  border-bottom-color: rgb(254 202 202 / 0.2);
}
.border-y-red-200\/25 {
  border-top-color: rgb(254 202 202 / 0.25);
  border-bottom-color: rgb(254 202 202 / 0.25);
}
.border-y-red-200\/30 {
  border-top-color: rgb(254 202 202 / 0.3);
  border-bottom-color: rgb(254 202 202 / 0.3);
}
.border-y-red-200\/35 {
  border-top-color: rgb(254 202 202 / 0.35);
  border-bottom-color: rgb(254 202 202 / 0.35);
}
.border-y-red-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.border-y-red-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45);
  border-bottom-color: rgb(254 202 202 / 0.45);
}
.border-y-red-200\/5 {
  border-top-color: rgb(254 202 202 / 0.05);
  border-bottom-color: rgb(254 202 202 / 0.05);
}
.border-y-red-200\/50 {
  border-top-color: rgb(254 202 202 / 0.5);
  border-bottom-color: rgb(254 202 202 / 0.5);
}
.border-y-red-200\/55 {
  border-top-color: rgb(254 202 202 / 0.55);
  border-bottom-color: rgb(254 202 202 / 0.55);
}
.border-y-red-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.border-y-red-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65);
  border-bottom-color: rgb(254 202 202 / 0.65);
}
.border-y-red-200\/70 {
  border-top-color: rgb(254 202 202 / 0.7);
  border-bottom-color: rgb(254 202 202 / 0.7);
}
.border-y-red-200\/75 {
  border-top-color: rgb(254 202 202 / 0.75);
  border-bottom-color: rgb(254 202 202 / 0.75);
}
.border-y-red-200\/80 {
  border-top-color: rgb(254 202 202 / 0.8);
  border-bottom-color: rgb(254 202 202 / 0.8);
}
.border-y-red-200\/85 {
  border-top-color: rgb(254 202 202 / 0.85);
  border-bottom-color: rgb(254 202 202 / 0.85);
}
.border-y-red-200\/90 {
  border-top-color: rgb(254 202 202 / 0.9);
  border-bottom-color: rgb(254 202 202 / 0.9);
}
.border-y-red-200\/95 {
  border-top-color: rgb(254 202 202 / 0.95);
  border-bottom-color: rgb(254 202 202 / 0.95);
}
.border-y-red-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-y-red-300\/0 {
  border-top-color: rgb(252 165 165 / 0);
  border-bottom-color: rgb(252 165 165 / 0);
}
.border-y-red-300\/10 {
  border-top-color: rgb(252 165 165 / 0.1);
  border-bottom-color: rgb(252 165 165 / 0.1);
}
.border-y-red-300\/100 {
  border-top-color: rgb(252 165 165 / 1);
  border-bottom-color: rgb(252 165 165 / 1);
}
.border-y-red-300\/15 {
  border-top-color: rgb(252 165 165 / 0.15);
  border-bottom-color: rgb(252 165 165 / 0.15);
}
.border-y-red-300\/20 {
  border-top-color: rgb(252 165 165 / 0.2);
  border-bottom-color: rgb(252 165 165 / 0.2);
}
.border-y-red-300\/25 {
  border-top-color: rgb(252 165 165 / 0.25);
  border-bottom-color: rgb(252 165 165 / 0.25);
}
.border-y-red-300\/30 {
  border-top-color: rgb(252 165 165 / 0.3);
  border-bottom-color: rgb(252 165 165 / 0.3);
}
.border-y-red-300\/35 {
  border-top-color: rgb(252 165 165 / 0.35);
  border-bottom-color: rgb(252 165 165 / 0.35);
}
.border-y-red-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.border-y-red-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45);
  border-bottom-color: rgb(252 165 165 / 0.45);
}
.border-y-red-300\/5 {
  border-top-color: rgb(252 165 165 / 0.05);
  border-bottom-color: rgb(252 165 165 / 0.05);
}
.border-y-red-300\/50 {
  border-top-color: rgb(252 165 165 / 0.5);
  border-bottom-color: rgb(252 165 165 / 0.5);
}
.border-y-red-300\/55 {
  border-top-color: rgb(252 165 165 / 0.55);
  border-bottom-color: rgb(252 165 165 / 0.55);
}
.border-y-red-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.border-y-red-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65);
  border-bottom-color: rgb(252 165 165 / 0.65);
}
.border-y-red-300\/70 {
  border-top-color: rgb(252 165 165 / 0.7);
  border-bottom-color: rgb(252 165 165 / 0.7);
}
.border-y-red-300\/75 {
  border-top-color: rgb(252 165 165 / 0.75);
  border-bottom-color: rgb(252 165 165 / 0.75);
}
.border-y-red-300\/80 {
  border-top-color: rgb(252 165 165 / 0.8);
  border-bottom-color: rgb(252 165 165 / 0.8);
}
.border-y-red-300\/85 {
  border-top-color: rgb(252 165 165 / 0.85);
  border-bottom-color: rgb(252 165 165 / 0.85);
}
.border-y-red-300\/90 {
  border-top-color: rgb(252 165 165 / 0.9);
  border-bottom-color: rgb(252 165 165 / 0.9);
}
.border-y-red-300\/95 {
  border-top-color: rgb(252 165 165 / 0.95);
  border-bottom-color: rgb(252 165 165 / 0.95);
}
.border-y-red-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-y-red-400\/0 {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-y-red-400\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-y-red-400\/100 {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-red-400\/15 {
  border-top-color: rgb(248 113 113 / 0.15);
  border-bottom-color: rgb(248 113 113 / 0.15);
}
.border-y-red-400\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-y-red-400\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-y-red-400\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-y-red-400\/35 {
  border-top-color: rgb(248 113 113 / 0.35);
  border-bottom-color: rgb(248 113 113 / 0.35);
}
.border-y-red-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-y-red-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45);
  border-bottom-color: rgb(248 113 113 / 0.45);
}
.border-y-red-400\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-y-red-400\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-red-400\/55 {
  border-top-color: rgb(248 113 113 / 0.55);
  border-bottom-color: rgb(248 113 113 / 0.55);
}
.border-y-red-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-y-red-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65);
  border-bottom-color: rgb(248 113 113 / 0.65);
}
.border-y-red-400\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-y-red-400\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-y-red-400\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-y-red-400\/85 {
  border-top-color: rgb(248 113 113 / 0.85);
  border-bottom-color: rgb(248 113 113 / 0.85);
}
.border-y-red-400\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-y-red-400\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-y-red-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-y-red-50\/0 {
  border-top-color: rgb(254 242 242 / 0);
  border-bottom-color: rgb(254 242 242 / 0);
}
.border-y-red-50\/10 {
  border-top-color: rgb(254 242 242 / 0.1);
  border-bottom-color: rgb(254 242 242 / 0.1);
}
.border-y-red-50\/100 {
  border-top-color: rgb(254 242 242 / 1);
  border-bottom-color: rgb(254 242 242 / 1);
}
.border-y-red-50\/15 {
  border-top-color: rgb(254 242 242 / 0.15);
  border-bottom-color: rgb(254 242 242 / 0.15);
}
.border-y-red-50\/20 {
  border-top-color: rgb(254 242 242 / 0.2);
  border-bottom-color: rgb(254 242 242 / 0.2);
}
.border-y-red-50\/25 {
  border-top-color: rgb(254 242 242 / 0.25);
  border-bottom-color: rgb(254 242 242 / 0.25);
}
.border-y-red-50\/30 {
  border-top-color: rgb(254 242 242 / 0.3);
  border-bottom-color: rgb(254 242 242 / 0.3);
}
.border-y-red-50\/35 {
  border-top-color: rgb(254 242 242 / 0.35);
  border-bottom-color: rgb(254 242 242 / 0.35);
}
.border-y-red-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.border-y-red-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45);
  border-bottom-color: rgb(254 242 242 / 0.45);
}
.border-y-red-50\/5 {
  border-top-color: rgb(254 242 242 / 0.05);
  border-bottom-color: rgb(254 242 242 / 0.05);
}
.border-y-red-50\/50 {
  border-top-color: rgb(254 242 242 / 0.5);
  border-bottom-color: rgb(254 242 242 / 0.5);
}
.border-y-red-50\/55 {
  border-top-color: rgb(254 242 242 / 0.55);
  border-bottom-color: rgb(254 242 242 / 0.55);
}
.border-y-red-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.border-y-red-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65);
  border-bottom-color: rgb(254 242 242 / 0.65);
}
.border-y-red-50\/70 {
  border-top-color: rgb(254 242 242 / 0.7);
  border-bottom-color: rgb(254 242 242 / 0.7);
}
.border-y-red-50\/75 {
  border-top-color: rgb(254 242 242 / 0.75);
  border-bottom-color: rgb(254 242 242 / 0.75);
}
.border-y-red-50\/80 {
  border-top-color: rgb(254 242 242 / 0.8);
  border-bottom-color: rgb(254 242 242 / 0.8);
}
.border-y-red-50\/85 {
  border-top-color: rgb(254 242 242 / 0.85);
  border-bottom-color: rgb(254 242 242 / 0.85);
}
.border-y-red-50\/90 {
  border-top-color: rgb(254 242 242 / 0.9);
  border-bottom-color: rgb(254 242 242 / 0.9);
}
.border-y-red-50\/95 {
  border-top-color: rgb(254 242 242 / 0.95);
  border-bottom-color: rgb(254 242 242 / 0.95);
}
.border-y-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-y-red-500\/0 {
  border-top-color: rgb(239 68 68 / 0);
  border-bottom-color: rgb(239 68 68 / 0);
}
.border-y-red-500\/10 {
  border-top-color: rgb(239 68 68 / 0.1);
  border-bottom-color: rgb(239 68 68 / 0.1);
}
.border-y-red-500\/100 {
  border-top-color: rgb(239 68 68 / 1);
  border-bottom-color: rgb(239 68 68 / 1);
}
.border-y-red-500\/15 {
  border-top-color: rgb(239 68 68 / 0.15);
  border-bottom-color: rgb(239 68 68 / 0.15);
}
.border-y-red-500\/20 {
  border-top-color: rgb(239 68 68 / 0.2);
  border-bottom-color: rgb(239 68 68 / 0.2);
}
.border-y-red-500\/25 {
  border-top-color: rgb(239 68 68 / 0.25);
  border-bottom-color: rgb(239 68 68 / 0.25);
}
.border-y-red-500\/30 {
  border-top-color: rgb(239 68 68 / 0.3);
  border-bottom-color: rgb(239 68 68 / 0.3);
}
.border-y-red-500\/35 {
  border-top-color: rgb(239 68 68 / 0.35);
  border-bottom-color: rgb(239 68 68 / 0.35);
}
.border-y-red-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.border-y-red-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45);
  border-bottom-color: rgb(239 68 68 / 0.45);
}
.border-y-red-500\/5 {
  border-top-color: rgb(239 68 68 / 0.05);
  border-bottom-color: rgb(239 68 68 / 0.05);
}
.border-y-red-500\/50 {
  border-top-color: rgb(239 68 68 / 0.5);
  border-bottom-color: rgb(239 68 68 / 0.5);
}
.border-y-red-500\/55 {
  border-top-color: rgb(239 68 68 / 0.55);
  border-bottom-color: rgb(239 68 68 / 0.55);
}
.border-y-red-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.border-y-red-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65);
  border-bottom-color: rgb(239 68 68 / 0.65);
}
.border-y-red-500\/70 {
  border-top-color: rgb(239 68 68 / 0.7);
  border-bottom-color: rgb(239 68 68 / 0.7);
}
.border-y-red-500\/75 {
  border-top-color: rgb(239 68 68 / 0.75);
  border-bottom-color: rgb(239 68 68 / 0.75);
}
.border-y-red-500\/80 {
  border-top-color: rgb(239 68 68 / 0.8);
  border-bottom-color: rgb(239 68 68 / 0.8);
}
.border-y-red-500\/85 {
  border-top-color: rgb(239 68 68 / 0.85);
  border-bottom-color: rgb(239 68 68 / 0.85);
}
.border-y-red-500\/90 {
  border-top-color: rgb(239 68 68 / 0.9);
  border-bottom-color: rgb(239 68 68 / 0.9);
}
.border-y-red-500\/95 {
  border-top-color: rgb(239 68 68 / 0.95);
  border-bottom-color: rgb(239 68 68 / 0.95);
}
.border-y-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-y-red-600\/0 {
  border-top-color: rgb(220 38 38 / 0);
  border-bottom-color: rgb(220 38 38 / 0);
}
.border-y-red-600\/10 {
  border-top-color: rgb(220 38 38 / 0.1);
  border-bottom-color: rgb(220 38 38 / 0.1);
}
.border-y-red-600\/100 {
  border-top-color: rgb(220 38 38 / 1);
  border-bottom-color: rgb(220 38 38 / 1);
}
.border-y-red-600\/15 {
  border-top-color: rgb(220 38 38 / 0.15);
  border-bottom-color: rgb(220 38 38 / 0.15);
}
.border-y-red-600\/20 {
  border-top-color: rgb(220 38 38 / 0.2);
  border-bottom-color: rgb(220 38 38 / 0.2);
}
.border-y-red-600\/25 {
  border-top-color: rgb(220 38 38 / 0.25);
  border-bottom-color: rgb(220 38 38 / 0.25);
}
.border-y-red-600\/30 {
  border-top-color: rgb(220 38 38 / 0.3);
  border-bottom-color: rgb(220 38 38 / 0.3);
}
.border-y-red-600\/35 {
  border-top-color: rgb(220 38 38 / 0.35);
  border-bottom-color: rgb(220 38 38 / 0.35);
}
.border-y-red-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.border-y-red-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45);
  border-bottom-color: rgb(220 38 38 / 0.45);
}
.border-y-red-600\/5 {
  border-top-color: rgb(220 38 38 / 0.05);
  border-bottom-color: rgb(220 38 38 / 0.05);
}
.border-y-red-600\/50 {
  border-top-color: rgb(220 38 38 / 0.5);
  border-bottom-color: rgb(220 38 38 / 0.5);
}
.border-y-red-600\/55 {
  border-top-color: rgb(220 38 38 / 0.55);
  border-bottom-color: rgb(220 38 38 / 0.55);
}
.border-y-red-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.border-y-red-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65);
  border-bottom-color: rgb(220 38 38 / 0.65);
}
.border-y-red-600\/70 {
  border-top-color: rgb(220 38 38 / 0.7);
  border-bottom-color: rgb(220 38 38 / 0.7);
}
.border-y-red-600\/75 {
  border-top-color: rgb(220 38 38 / 0.75);
  border-bottom-color: rgb(220 38 38 / 0.75);
}
.border-y-red-600\/80 {
  border-top-color: rgb(220 38 38 / 0.8);
  border-bottom-color: rgb(220 38 38 / 0.8);
}
.border-y-red-600\/85 {
  border-top-color: rgb(220 38 38 / 0.85);
  border-bottom-color: rgb(220 38 38 / 0.85);
}
.border-y-red-600\/90 {
  border-top-color: rgb(220 38 38 / 0.9);
  border-bottom-color: rgb(220 38 38 / 0.9);
}
.border-y-red-600\/95 {
  border-top-color: rgb(220 38 38 / 0.95);
  border-bottom-color: rgb(220 38 38 / 0.95);
}
.border-y-red-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-y-red-700\/0 {
  border-top-color: rgb(185 28 28 / 0);
  border-bottom-color: rgb(185 28 28 / 0);
}
.border-y-red-700\/10 {
  border-top-color: rgb(185 28 28 / 0.1);
  border-bottom-color: rgb(185 28 28 / 0.1);
}
.border-y-red-700\/100 {
  border-top-color: rgb(185 28 28 / 1);
  border-bottom-color: rgb(185 28 28 / 1);
}
.border-y-red-700\/15 {
  border-top-color: rgb(185 28 28 / 0.15);
  border-bottom-color: rgb(185 28 28 / 0.15);
}
.border-y-red-700\/20 {
  border-top-color: rgb(185 28 28 / 0.2);
  border-bottom-color: rgb(185 28 28 / 0.2);
}
.border-y-red-700\/25 {
  border-top-color: rgb(185 28 28 / 0.25);
  border-bottom-color: rgb(185 28 28 / 0.25);
}
.border-y-red-700\/30 {
  border-top-color: rgb(185 28 28 / 0.3);
  border-bottom-color: rgb(185 28 28 / 0.3);
}
.border-y-red-700\/35 {
  border-top-color: rgb(185 28 28 / 0.35);
  border-bottom-color: rgb(185 28 28 / 0.35);
}
.border-y-red-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.border-y-red-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45);
  border-bottom-color: rgb(185 28 28 / 0.45);
}
.border-y-red-700\/5 {
  border-top-color: rgb(185 28 28 / 0.05);
  border-bottom-color: rgb(185 28 28 / 0.05);
}
.border-y-red-700\/50 {
  border-top-color: rgb(185 28 28 / 0.5);
  border-bottom-color: rgb(185 28 28 / 0.5);
}
.border-y-red-700\/55 {
  border-top-color: rgb(185 28 28 / 0.55);
  border-bottom-color: rgb(185 28 28 / 0.55);
}
.border-y-red-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.border-y-red-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65);
  border-bottom-color: rgb(185 28 28 / 0.65);
}
.border-y-red-700\/70 {
  border-top-color: rgb(185 28 28 / 0.7);
  border-bottom-color: rgb(185 28 28 / 0.7);
}
.border-y-red-700\/75 {
  border-top-color: rgb(185 28 28 / 0.75);
  border-bottom-color: rgb(185 28 28 / 0.75);
}
.border-y-red-700\/80 {
  border-top-color: rgb(185 28 28 / 0.8);
  border-bottom-color: rgb(185 28 28 / 0.8);
}
.border-y-red-700\/85 {
  border-top-color: rgb(185 28 28 / 0.85);
  border-bottom-color: rgb(185 28 28 / 0.85);
}
.border-y-red-700\/90 {
  border-top-color: rgb(185 28 28 / 0.9);
  border-bottom-color: rgb(185 28 28 / 0.9);
}
.border-y-red-700\/95 {
  border-top-color: rgb(185 28 28 / 0.95);
  border-bottom-color: rgb(185 28 28 / 0.95);
}
.border-y-red-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-y-red-800\/0 {
  border-top-color: rgb(153 27 27 / 0);
  border-bottom-color: rgb(153 27 27 / 0);
}
.border-y-red-800\/10 {
  border-top-color: rgb(153 27 27 / 0.1);
  border-bottom-color: rgb(153 27 27 / 0.1);
}
.border-y-red-800\/100 {
  border-top-color: rgb(153 27 27 / 1);
  border-bottom-color: rgb(153 27 27 / 1);
}
.border-y-red-800\/15 {
  border-top-color: rgb(153 27 27 / 0.15);
  border-bottom-color: rgb(153 27 27 / 0.15);
}
.border-y-red-800\/20 {
  border-top-color: rgb(153 27 27 / 0.2);
  border-bottom-color: rgb(153 27 27 / 0.2);
}
.border-y-red-800\/25 {
  border-top-color: rgb(153 27 27 / 0.25);
  border-bottom-color: rgb(153 27 27 / 0.25);
}
.border-y-red-800\/30 {
  border-top-color: rgb(153 27 27 / 0.3);
  border-bottom-color: rgb(153 27 27 / 0.3);
}
.border-y-red-800\/35 {
  border-top-color: rgb(153 27 27 / 0.35);
  border-bottom-color: rgb(153 27 27 / 0.35);
}
.border-y-red-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.border-y-red-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45);
  border-bottom-color: rgb(153 27 27 / 0.45);
}
.border-y-red-800\/5 {
  border-top-color: rgb(153 27 27 / 0.05);
  border-bottom-color: rgb(153 27 27 / 0.05);
}
.border-y-red-800\/50 {
  border-top-color: rgb(153 27 27 / 0.5);
  border-bottom-color: rgb(153 27 27 / 0.5);
}
.border-y-red-800\/55 {
  border-top-color: rgb(153 27 27 / 0.55);
  border-bottom-color: rgb(153 27 27 / 0.55);
}
.border-y-red-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.border-y-red-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65);
  border-bottom-color: rgb(153 27 27 / 0.65);
}
.border-y-red-800\/70 {
  border-top-color: rgb(153 27 27 / 0.7);
  border-bottom-color: rgb(153 27 27 / 0.7);
}
.border-y-red-800\/75 {
  border-top-color: rgb(153 27 27 / 0.75);
  border-bottom-color: rgb(153 27 27 / 0.75);
}
.border-y-red-800\/80 {
  border-top-color: rgb(153 27 27 / 0.8);
  border-bottom-color: rgb(153 27 27 / 0.8);
}
.border-y-red-800\/85 {
  border-top-color: rgb(153 27 27 / 0.85);
  border-bottom-color: rgb(153 27 27 / 0.85);
}
.border-y-red-800\/90 {
  border-top-color: rgb(153 27 27 / 0.9);
  border-bottom-color: rgb(153 27 27 / 0.9);
}
.border-y-red-800\/95 {
  border-top-color: rgb(153 27 27 / 0.95);
  border-bottom-color: rgb(153 27 27 / 0.95);
}
.border-y-red-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-y-red-900\/0 {
  border-top-color: rgb(127 29 29 / 0);
  border-bottom-color: rgb(127 29 29 / 0);
}
.border-y-red-900\/10 {
  border-top-color: rgb(127 29 29 / 0.1);
  border-bottom-color: rgb(127 29 29 / 0.1);
}
.border-y-red-900\/100 {
  border-top-color: rgb(127 29 29 / 1);
  border-bottom-color: rgb(127 29 29 / 1);
}
.border-y-red-900\/15 {
  border-top-color: rgb(127 29 29 / 0.15);
  border-bottom-color: rgb(127 29 29 / 0.15);
}
.border-y-red-900\/20 {
  border-top-color: rgb(127 29 29 / 0.2);
  border-bottom-color: rgb(127 29 29 / 0.2);
}
.border-y-red-900\/25 {
  border-top-color: rgb(127 29 29 / 0.25);
  border-bottom-color: rgb(127 29 29 / 0.25);
}
.border-y-red-900\/30 {
  border-top-color: rgb(127 29 29 / 0.3);
  border-bottom-color: rgb(127 29 29 / 0.3);
}
.border-y-red-900\/35 {
  border-top-color: rgb(127 29 29 / 0.35);
  border-bottom-color: rgb(127 29 29 / 0.35);
}
.border-y-red-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.border-y-red-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45);
  border-bottom-color: rgb(127 29 29 / 0.45);
}
.border-y-red-900\/5 {
  border-top-color: rgb(127 29 29 / 0.05);
  border-bottom-color: rgb(127 29 29 / 0.05);
}
.border-y-red-900\/50 {
  border-top-color: rgb(127 29 29 / 0.5);
  border-bottom-color: rgb(127 29 29 / 0.5);
}
.border-y-red-900\/55 {
  border-top-color: rgb(127 29 29 / 0.55);
  border-bottom-color: rgb(127 29 29 / 0.55);
}
.border-y-red-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.border-y-red-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65);
  border-bottom-color: rgb(127 29 29 / 0.65);
}
.border-y-red-900\/70 {
  border-top-color: rgb(127 29 29 / 0.7);
  border-bottom-color: rgb(127 29 29 / 0.7);
}
.border-y-red-900\/75 {
  border-top-color: rgb(127 29 29 / 0.75);
  border-bottom-color: rgb(127 29 29 / 0.75);
}
.border-y-red-900\/80 {
  border-top-color: rgb(127 29 29 / 0.8);
  border-bottom-color: rgb(127 29 29 / 0.8);
}
.border-y-red-900\/85 {
  border-top-color: rgb(127 29 29 / 0.85);
  border-bottom-color: rgb(127 29 29 / 0.85);
}
.border-y-red-900\/90 {
  border-top-color: rgb(127 29 29 / 0.9);
  border-bottom-color: rgb(127 29 29 / 0.9);
}
.border-y-red-900\/95 {
  border-top-color: rgb(127 29 29 / 0.95);
  border-bottom-color: rgb(127 29 29 / 0.95);
}
.border-y-red-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-y-red-950\/0 {
  border-top-color: rgb(69 10 10 / 0);
  border-bottom-color: rgb(69 10 10 / 0);
}
.border-y-red-950\/10 {
  border-top-color: rgb(69 10 10 / 0.1);
  border-bottom-color: rgb(69 10 10 / 0.1);
}
.border-y-red-950\/100 {
  border-top-color: rgb(69 10 10 / 1);
  border-bottom-color: rgb(69 10 10 / 1);
}
.border-y-red-950\/15 {
  border-top-color: rgb(69 10 10 / 0.15);
  border-bottom-color: rgb(69 10 10 / 0.15);
}
.border-y-red-950\/20 {
  border-top-color: rgb(69 10 10 / 0.2);
  border-bottom-color: rgb(69 10 10 / 0.2);
}
.border-y-red-950\/25 {
  border-top-color: rgb(69 10 10 / 0.25);
  border-bottom-color: rgb(69 10 10 / 0.25);
}
.border-y-red-950\/30 {
  border-top-color: rgb(69 10 10 / 0.3);
  border-bottom-color: rgb(69 10 10 / 0.3);
}
.border-y-red-950\/35 {
  border-top-color: rgb(69 10 10 / 0.35);
  border-bottom-color: rgb(69 10 10 / 0.35);
}
.border-y-red-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.border-y-red-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45);
  border-bottom-color: rgb(69 10 10 / 0.45);
}
.border-y-red-950\/5 {
  border-top-color: rgb(69 10 10 / 0.05);
  border-bottom-color: rgb(69 10 10 / 0.05);
}
.border-y-red-950\/50 {
  border-top-color: rgb(69 10 10 / 0.5);
  border-bottom-color: rgb(69 10 10 / 0.5);
}
.border-y-red-950\/55 {
  border-top-color: rgb(69 10 10 / 0.55);
  border-bottom-color: rgb(69 10 10 / 0.55);
}
.border-y-red-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.border-y-red-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65);
  border-bottom-color: rgb(69 10 10 / 0.65);
}
.border-y-red-950\/70 {
  border-top-color: rgb(69 10 10 / 0.7);
  border-bottom-color: rgb(69 10 10 / 0.7);
}
.border-y-red-950\/75 {
  border-top-color: rgb(69 10 10 / 0.75);
  border-bottom-color: rgb(69 10 10 / 0.75);
}
.border-y-red-950\/80 {
  border-top-color: rgb(69 10 10 / 0.8);
  border-bottom-color: rgb(69 10 10 / 0.8);
}
.border-y-red-950\/85 {
  border-top-color: rgb(69 10 10 / 0.85);
  border-bottom-color: rgb(69 10 10 / 0.85);
}
.border-y-red-950\/90 {
  border-top-color: rgb(69 10 10 / 0.9);
  border-bottom-color: rgb(69 10 10 / 0.9);
}
.border-y-red-950\/95 {
  border-top-color: rgb(69 10 10 / 0.95);
  border-bottom-color: rgb(69 10 10 / 0.95);
}
.border-y-rose-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-y-rose-100\/0 {
  border-top-color: rgb(255 228 230 / 0);
  border-bottom-color: rgb(255 228 230 / 0);
}
.border-y-rose-100\/10 {
  border-top-color: rgb(255 228 230 / 0.1);
  border-bottom-color: rgb(255 228 230 / 0.1);
}
.border-y-rose-100\/100 {
  border-top-color: rgb(255 228 230 / 1);
  border-bottom-color: rgb(255 228 230 / 1);
}
.border-y-rose-100\/15 {
  border-top-color: rgb(255 228 230 / 0.15);
  border-bottom-color: rgb(255 228 230 / 0.15);
}
.border-y-rose-100\/20 {
  border-top-color: rgb(255 228 230 / 0.2);
  border-bottom-color: rgb(255 228 230 / 0.2);
}
.border-y-rose-100\/25 {
  border-top-color: rgb(255 228 230 / 0.25);
  border-bottom-color: rgb(255 228 230 / 0.25);
}
.border-y-rose-100\/30 {
  border-top-color: rgb(255 228 230 / 0.3);
  border-bottom-color: rgb(255 228 230 / 0.3);
}
.border-y-rose-100\/35 {
  border-top-color: rgb(255 228 230 / 0.35);
  border-bottom-color: rgb(255 228 230 / 0.35);
}
.border-y-rose-100\/40 {
  border-top-color: rgb(255 228 230 / 0.4);
  border-bottom-color: rgb(255 228 230 / 0.4);
}
.border-y-rose-100\/45 {
  border-top-color: rgb(255 228 230 / 0.45);
  border-bottom-color: rgb(255 228 230 / 0.45);
}
.border-y-rose-100\/5 {
  border-top-color: rgb(255 228 230 / 0.05);
  border-bottom-color: rgb(255 228 230 / 0.05);
}
.border-y-rose-100\/50 {
  border-top-color: rgb(255 228 230 / 0.5);
  border-bottom-color: rgb(255 228 230 / 0.5);
}
.border-y-rose-100\/55 {
  border-top-color: rgb(255 228 230 / 0.55);
  border-bottom-color: rgb(255 228 230 / 0.55);
}
.border-y-rose-100\/60 {
  border-top-color: rgb(255 228 230 / 0.6);
  border-bottom-color: rgb(255 228 230 / 0.6);
}
.border-y-rose-100\/65 {
  border-top-color: rgb(255 228 230 / 0.65);
  border-bottom-color: rgb(255 228 230 / 0.65);
}
.border-y-rose-100\/70 {
  border-top-color: rgb(255 228 230 / 0.7);
  border-bottom-color: rgb(255 228 230 / 0.7);
}
.border-y-rose-100\/75 {
  border-top-color: rgb(255 228 230 / 0.75);
  border-bottom-color: rgb(255 228 230 / 0.75);
}
.border-y-rose-100\/80 {
  border-top-color: rgb(255 228 230 / 0.8);
  border-bottom-color: rgb(255 228 230 / 0.8);
}
.border-y-rose-100\/85 {
  border-top-color: rgb(255 228 230 / 0.85);
  border-bottom-color: rgb(255 228 230 / 0.85);
}
.border-y-rose-100\/90 {
  border-top-color: rgb(255 228 230 / 0.9);
  border-bottom-color: rgb(255 228 230 / 0.9);
}
.border-y-rose-100\/95 {
  border-top-color: rgb(255 228 230 / 0.95);
  border-bottom-color: rgb(255 228 230 / 0.95);
}
.border-y-rose-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-y-rose-200\/0 {
  border-top-color: rgb(254 205 211 / 0);
  border-bottom-color: rgb(254 205 211 / 0);
}
.border-y-rose-200\/10 {
  border-top-color: rgb(254 205 211 / 0.1);
  border-bottom-color: rgb(254 205 211 / 0.1);
}
.border-y-rose-200\/100 {
  border-top-color: rgb(254 205 211 / 1);
  border-bottom-color: rgb(254 205 211 / 1);
}
.border-y-rose-200\/15 {
  border-top-color: rgb(254 205 211 / 0.15);
  border-bottom-color: rgb(254 205 211 / 0.15);
}
.border-y-rose-200\/20 {
  border-top-color: rgb(254 205 211 / 0.2);
  border-bottom-color: rgb(254 205 211 / 0.2);
}
.border-y-rose-200\/25 {
  border-top-color: rgb(254 205 211 / 0.25);
  border-bottom-color: rgb(254 205 211 / 0.25);
}
.border-y-rose-200\/30 {
  border-top-color: rgb(254 205 211 / 0.3);
  border-bottom-color: rgb(254 205 211 / 0.3);
}
.border-y-rose-200\/35 {
  border-top-color: rgb(254 205 211 / 0.35);
  border-bottom-color: rgb(254 205 211 / 0.35);
}
.border-y-rose-200\/40 {
  border-top-color: rgb(254 205 211 / 0.4);
  border-bottom-color: rgb(254 205 211 / 0.4);
}
.border-y-rose-200\/45 {
  border-top-color: rgb(254 205 211 / 0.45);
  border-bottom-color: rgb(254 205 211 / 0.45);
}
.border-y-rose-200\/5 {
  border-top-color: rgb(254 205 211 / 0.05);
  border-bottom-color: rgb(254 205 211 / 0.05);
}
.border-y-rose-200\/50 {
  border-top-color: rgb(254 205 211 / 0.5);
  border-bottom-color: rgb(254 205 211 / 0.5);
}
.border-y-rose-200\/55 {
  border-top-color: rgb(254 205 211 / 0.55);
  border-bottom-color: rgb(254 205 211 / 0.55);
}
.border-y-rose-200\/60 {
  border-top-color: rgb(254 205 211 / 0.6);
  border-bottom-color: rgb(254 205 211 / 0.6);
}
.border-y-rose-200\/65 {
  border-top-color: rgb(254 205 211 / 0.65);
  border-bottom-color: rgb(254 205 211 / 0.65);
}
.border-y-rose-200\/70 {
  border-top-color: rgb(254 205 211 / 0.7);
  border-bottom-color: rgb(254 205 211 / 0.7);
}
.border-y-rose-200\/75 {
  border-top-color: rgb(254 205 211 / 0.75);
  border-bottom-color: rgb(254 205 211 / 0.75);
}
.border-y-rose-200\/80 {
  border-top-color: rgb(254 205 211 / 0.8);
  border-bottom-color: rgb(254 205 211 / 0.8);
}
.border-y-rose-200\/85 {
  border-top-color: rgb(254 205 211 / 0.85);
  border-bottom-color: rgb(254 205 211 / 0.85);
}
.border-y-rose-200\/90 {
  border-top-color: rgb(254 205 211 / 0.9);
  border-bottom-color: rgb(254 205 211 / 0.9);
}
.border-y-rose-200\/95 {
  border-top-color: rgb(254 205 211 / 0.95);
  border-bottom-color: rgb(254 205 211 / 0.95);
}
.border-y-rose-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-y-rose-300\/0 {
  border-top-color: rgb(253 164 175 / 0);
  border-bottom-color: rgb(253 164 175 / 0);
}
.border-y-rose-300\/10 {
  border-top-color: rgb(253 164 175 / 0.1);
  border-bottom-color: rgb(253 164 175 / 0.1);
}
.border-y-rose-300\/100 {
  border-top-color: rgb(253 164 175 / 1);
  border-bottom-color: rgb(253 164 175 / 1);
}
.border-y-rose-300\/15 {
  border-top-color: rgb(253 164 175 / 0.15);
  border-bottom-color: rgb(253 164 175 / 0.15);
}
.border-y-rose-300\/20 {
  border-top-color: rgb(253 164 175 / 0.2);
  border-bottom-color: rgb(253 164 175 / 0.2);
}
.border-y-rose-300\/25 {
  border-top-color: rgb(253 164 175 / 0.25);
  border-bottom-color: rgb(253 164 175 / 0.25);
}
.border-y-rose-300\/30 {
  border-top-color: rgb(253 164 175 / 0.3);
  border-bottom-color: rgb(253 164 175 / 0.3);
}
.border-y-rose-300\/35 {
  border-top-color: rgb(253 164 175 / 0.35);
  border-bottom-color: rgb(253 164 175 / 0.35);
}
.border-y-rose-300\/40 {
  border-top-color: rgb(253 164 175 / 0.4);
  border-bottom-color: rgb(253 164 175 / 0.4);
}
.border-y-rose-300\/45 {
  border-top-color: rgb(253 164 175 / 0.45);
  border-bottom-color: rgb(253 164 175 / 0.45);
}
.border-y-rose-300\/5 {
  border-top-color: rgb(253 164 175 / 0.05);
  border-bottom-color: rgb(253 164 175 / 0.05);
}
.border-y-rose-300\/50 {
  border-top-color: rgb(253 164 175 / 0.5);
  border-bottom-color: rgb(253 164 175 / 0.5);
}
.border-y-rose-300\/55 {
  border-top-color: rgb(253 164 175 / 0.55);
  border-bottom-color: rgb(253 164 175 / 0.55);
}
.border-y-rose-300\/60 {
  border-top-color: rgb(253 164 175 / 0.6);
  border-bottom-color: rgb(253 164 175 / 0.6);
}
.border-y-rose-300\/65 {
  border-top-color: rgb(253 164 175 / 0.65);
  border-bottom-color: rgb(253 164 175 / 0.65);
}
.border-y-rose-300\/70 {
  border-top-color: rgb(253 164 175 / 0.7);
  border-bottom-color: rgb(253 164 175 / 0.7);
}
.border-y-rose-300\/75 {
  border-top-color: rgb(253 164 175 / 0.75);
  border-bottom-color: rgb(253 164 175 / 0.75);
}
.border-y-rose-300\/80 {
  border-top-color: rgb(253 164 175 / 0.8);
  border-bottom-color: rgb(253 164 175 / 0.8);
}
.border-y-rose-300\/85 {
  border-top-color: rgb(253 164 175 / 0.85);
  border-bottom-color: rgb(253 164 175 / 0.85);
}
.border-y-rose-300\/90 {
  border-top-color: rgb(253 164 175 / 0.9);
  border-bottom-color: rgb(253 164 175 / 0.9);
}
.border-y-rose-300\/95 {
  border-top-color: rgb(253 164 175 / 0.95);
  border-bottom-color: rgb(253 164 175 / 0.95);
}
.border-y-rose-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-y-rose-400\/0 {
  border-top-color: rgb(251 113 133 / 0);
  border-bottom-color: rgb(251 113 133 / 0);
}
.border-y-rose-400\/10 {
  border-top-color: rgb(251 113 133 / 0.1);
  border-bottom-color: rgb(251 113 133 / 0.1);
}
.border-y-rose-400\/100 {
  border-top-color: rgb(251 113 133 / 1);
  border-bottom-color: rgb(251 113 133 / 1);
}
.border-y-rose-400\/15 {
  border-top-color: rgb(251 113 133 / 0.15);
  border-bottom-color: rgb(251 113 133 / 0.15);
}
.border-y-rose-400\/20 {
  border-top-color: rgb(251 113 133 / 0.2);
  border-bottom-color: rgb(251 113 133 / 0.2);
}
.border-y-rose-400\/25 {
  border-top-color: rgb(251 113 133 / 0.25);
  border-bottom-color: rgb(251 113 133 / 0.25);
}
.border-y-rose-400\/30 {
  border-top-color: rgb(251 113 133 / 0.3);
  border-bottom-color: rgb(251 113 133 / 0.3);
}
.border-y-rose-400\/35 {
  border-top-color: rgb(251 113 133 / 0.35);
  border-bottom-color: rgb(251 113 133 / 0.35);
}
.border-y-rose-400\/40 {
  border-top-color: rgb(251 113 133 / 0.4);
  border-bottom-color: rgb(251 113 133 / 0.4);
}
.border-y-rose-400\/45 {
  border-top-color: rgb(251 113 133 / 0.45);
  border-bottom-color: rgb(251 113 133 / 0.45);
}
.border-y-rose-400\/5 {
  border-top-color: rgb(251 113 133 / 0.05);
  border-bottom-color: rgb(251 113 133 / 0.05);
}
.border-y-rose-400\/50 {
  border-top-color: rgb(251 113 133 / 0.5);
  border-bottom-color: rgb(251 113 133 / 0.5);
}
.border-y-rose-400\/55 {
  border-top-color: rgb(251 113 133 / 0.55);
  border-bottom-color: rgb(251 113 133 / 0.55);
}
.border-y-rose-400\/60 {
  border-top-color: rgb(251 113 133 / 0.6);
  border-bottom-color: rgb(251 113 133 / 0.6);
}
.border-y-rose-400\/65 {
  border-top-color: rgb(251 113 133 / 0.65);
  border-bottom-color: rgb(251 113 133 / 0.65);
}
.border-y-rose-400\/70 {
  border-top-color: rgb(251 113 133 / 0.7);
  border-bottom-color: rgb(251 113 133 / 0.7);
}
.border-y-rose-400\/75 {
  border-top-color: rgb(251 113 133 / 0.75);
  border-bottom-color: rgb(251 113 133 / 0.75);
}
.border-y-rose-400\/80 {
  border-top-color: rgb(251 113 133 / 0.8);
  border-bottom-color: rgb(251 113 133 / 0.8);
}
.border-y-rose-400\/85 {
  border-top-color: rgb(251 113 133 / 0.85);
  border-bottom-color: rgb(251 113 133 / 0.85);
}
.border-y-rose-400\/90 {
  border-top-color: rgb(251 113 133 / 0.9);
  border-bottom-color: rgb(251 113 133 / 0.9);
}
.border-y-rose-400\/95 {
  border-top-color: rgb(251 113 133 / 0.95);
  border-bottom-color: rgb(251 113 133 / 0.95);
}
.border-y-rose-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-y-rose-50\/0 {
  border-top-color: rgb(255 241 242 / 0);
  border-bottom-color: rgb(255 241 242 / 0);
}
.border-y-rose-50\/10 {
  border-top-color: rgb(255 241 242 / 0.1);
  border-bottom-color: rgb(255 241 242 / 0.1);
}
.border-y-rose-50\/100 {
  border-top-color: rgb(255 241 242 / 1);
  border-bottom-color: rgb(255 241 242 / 1);
}
.border-y-rose-50\/15 {
  border-top-color: rgb(255 241 242 / 0.15);
  border-bottom-color: rgb(255 241 242 / 0.15);
}
.border-y-rose-50\/20 {
  border-top-color: rgb(255 241 242 / 0.2);
  border-bottom-color: rgb(255 241 242 / 0.2);
}
.border-y-rose-50\/25 {
  border-top-color: rgb(255 241 242 / 0.25);
  border-bottom-color: rgb(255 241 242 / 0.25);
}
.border-y-rose-50\/30 {
  border-top-color: rgb(255 241 242 / 0.3);
  border-bottom-color: rgb(255 241 242 / 0.3);
}
.border-y-rose-50\/35 {
  border-top-color: rgb(255 241 242 / 0.35);
  border-bottom-color: rgb(255 241 242 / 0.35);
}
.border-y-rose-50\/40 {
  border-top-color: rgb(255 241 242 / 0.4);
  border-bottom-color: rgb(255 241 242 / 0.4);
}
.border-y-rose-50\/45 {
  border-top-color: rgb(255 241 242 / 0.45);
  border-bottom-color: rgb(255 241 242 / 0.45);
}
.border-y-rose-50\/5 {
  border-top-color: rgb(255 241 242 / 0.05);
  border-bottom-color: rgb(255 241 242 / 0.05);
}
.border-y-rose-50\/50 {
  border-top-color: rgb(255 241 242 / 0.5);
  border-bottom-color: rgb(255 241 242 / 0.5);
}
.border-y-rose-50\/55 {
  border-top-color: rgb(255 241 242 / 0.55);
  border-bottom-color: rgb(255 241 242 / 0.55);
}
.border-y-rose-50\/60 {
  border-top-color: rgb(255 241 242 / 0.6);
  border-bottom-color: rgb(255 241 242 / 0.6);
}
.border-y-rose-50\/65 {
  border-top-color: rgb(255 241 242 / 0.65);
  border-bottom-color: rgb(255 241 242 / 0.65);
}
.border-y-rose-50\/70 {
  border-top-color: rgb(255 241 242 / 0.7);
  border-bottom-color: rgb(255 241 242 / 0.7);
}
.border-y-rose-50\/75 {
  border-top-color: rgb(255 241 242 / 0.75);
  border-bottom-color: rgb(255 241 242 / 0.75);
}
.border-y-rose-50\/80 {
  border-top-color: rgb(255 241 242 / 0.8);
  border-bottom-color: rgb(255 241 242 / 0.8);
}
.border-y-rose-50\/85 {
  border-top-color: rgb(255 241 242 / 0.85);
  border-bottom-color: rgb(255 241 242 / 0.85);
}
.border-y-rose-50\/90 {
  border-top-color: rgb(255 241 242 / 0.9);
  border-bottom-color: rgb(255 241 242 / 0.9);
}
.border-y-rose-50\/95 {
  border-top-color: rgb(255 241 242 / 0.95);
  border-bottom-color: rgb(255 241 242 / 0.95);
}
.border-y-rose-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-y-rose-500\/0 {
  border-top-color: rgb(244 63 94 / 0);
  border-bottom-color: rgb(244 63 94 / 0);
}
.border-y-rose-500\/10 {
  border-top-color: rgb(244 63 94 / 0.1);
  border-bottom-color: rgb(244 63 94 / 0.1);
}
.border-y-rose-500\/100 {
  border-top-color: rgb(244 63 94 / 1);
  border-bottom-color: rgb(244 63 94 / 1);
}
.border-y-rose-500\/15 {
  border-top-color: rgb(244 63 94 / 0.15);
  border-bottom-color: rgb(244 63 94 / 0.15);
}
.border-y-rose-500\/20 {
  border-top-color: rgb(244 63 94 / 0.2);
  border-bottom-color: rgb(244 63 94 / 0.2);
}
.border-y-rose-500\/25 {
  border-top-color: rgb(244 63 94 / 0.25);
  border-bottom-color: rgb(244 63 94 / 0.25);
}
.border-y-rose-500\/30 {
  border-top-color: rgb(244 63 94 / 0.3);
  border-bottom-color: rgb(244 63 94 / 0.3);
}
.border-y-rose-500\/35 {
  border-top-color: rgb(244 63 94 / 0.35);
  border-bottom-color: rgb(244 63 94 / 0.35);
}
.border-y-rose-500\/40 {
  border-top-color: rgb(244 63 94 / 0.4);
  border-bottom-color: rgb(244 63 94 / 0.4);
}
.border-y-rose-500\/45 {
  border-top-color: rgb(244 63 94 / 0.45);
  border-bottom-color: rgb(244 63 94 / 0.45);
}
.border-y-rose-500\/5 {
  border-top-color: rgb(244 63 94 / 0.05);
  border-bottom-color: rgb(244 63 94 / 0.05);
}
.border-y-rose-500\/50 {
  border-top-color: rgb(244 63 94 / 0.5);
  border-bottom-color: rgb(244 63 94 / 0.5);
}
.border-y-rose-500\/55 {
  border-top-color: rgb(244 63 94 / 0.55);
  border-bottom-color: rgb(244 63 94 / 0.55);
}
.border-y-rose-500\/60 {
  border-top-color: rgb(244 63 94 / 0.6);
  border-bottom-color: rgb(244 63 94 / 0.6);
}
.border-y-rose-500\/65 {
  border-top-color: rgb(244 63 94 / 0.65);
  border-bottom-color: rgb(244 63 94 / 0.65);
}
.border-y-rose-500\/70 {
  border-top-color: rgb(244 63 94 / 0.7);
  border-bottom-color: rgb(244 63 94 / 0.7);
}
.border-y-rose-500\/75 {
  border-top-color: rgb(244 63 94 / 0.75);
  border-bottom-color: rgb(244 63 94 / 0.75);
}
.border-y-rose-500\/80 {
  border-top-color: rgb(244 63 94 / 0.8);
  border-bottom-color: rgb(244 63 94 / 0.8);
}
.border-y-rose-500\/85 {
  border-top-color: rgb(244 63 94 / 0.85);
  border-bottom-color: rgb(244 63 94 / 0.85);
}
.border-y-rose-500\/90 {
  border-top-color: rgb(244 63 94 / 0.9);
  border-bottom-color: rgb(244 63 94 / 0.9);
}
.border-y-rose-500\/95 {
  border-top-color: rgb(244 63 94 / 0.95);
  border-bottom-color: rgb(244 63 94 / 0.95);
}
.border-y-rose-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-y-rose-600\/0 {
  border-top-color: rgb(225 29 72 / 0);
  border-bottom-color: rgb(225 29 72 / 0);
}
.border-y-rose-600\/10 {
  border-top-color: rgb(225 29 72 / 0.1);
  border-bottom-color: rgb(225 29 72 / 0.1);
}
.border-y-rose-600\/100 {
  border-top-color: rgb(225 29 72 / 1);
  border-bottom-color: rgb(225 29 72 / 1);
}
.border-y-rose-600\/15 {
  border-top-color: rgb(225 29 72 / 0.15);
  border-bottom-color: rgb(225 29 72 / 0.15);
}
.border-y-rose-600\/20 {
  border-top-color: rgb(225 29 72 / 0.2);
  border-bottom-color: rgb(225 29 72 / 0.2);
}
.border-y-rose-600\/25 {
  border-top-color: rgb(225 29 72 / 0.25);
  border-bottom-color: rgb(225 29 72 / 0.25);
}
.border-y-rose-600\/30 {
  border-top-color: rgb(225 29 72 / 0.3);
  border-bottom-color: rgb(225 29 72 / 0.3);
}
.border-y-rose-600\/35 {
  border-top-color: rgb(225 29 72 / 0.35);
  border-bottom-color: rgb(225 29 72 / 0.35);
}
.border-y-rose-600\/40 {
  border-top-color: rgb(225 29 72 / 0.4);
  border-bottom-color: rgb(225 29 72 / 0.4);
}
.border-y-rose-600\/45 {
  border-top-color: rgb(225 29 72 / 0.45);
  border-bottom-color: rgb(225 29 72 / 0.45);
}
.border-y-rose-600\/5 {
  border-top-color: rgb(225 29 72 / 0.05);
  border-bottom-color: rgb(225 29 72 / 0.05);
}
.border-y-rose-600\/50 {
  border-top-color: rgb(225 29 72 / 0.5);
  border-bottom-color: rgb(225 29 72 / 0.5);
}
.border-y-rose-600\/55 {
  border-top-color: rgb(225 29 72 / 0.55);
  border-bottom-color: rgb(225 29 72 / 0.55);
}
.border-y-rose-600\/60 {
  border-top-color: rgb(225 29 72 / 0.6);
  border-bottom-color: rgb(225 29 72 / 0.6);
}
.border-y-rose-600\/65 {
  border-top-color: rgb(225 29 72 / 0.65);
  border-bottom-color: rgb(225 29 72 / 0.65);
}
.border-y-rose-600\/70 {
  border-top-color: rgb(225 29 72 / 0.7);
  border-bottom-color: rgb(225 29 72 / 0.7);
}
.border-y-rose-600\/75 {
  border-top-color: rgb(225 29 72 / 0.75);
  border-bottom-color: rgb(225 29 72 / 0.75);
}
.border-y-rose-600\/80 {
  border-top-color: rgb(225 29 72 / 0.8);
  border-bottom-color: rgb(225 29 72 / 0.8);
}
.border-y-rose-600\/85 {
  border-top-color: rgb(225 29 72 / 0.85);
  border-bottom-color: rgb(225 29 72 / 0.85);
}
.border-y-rose-600\/90 {
  border-top-color: rgb(225 29 72 / 0.9);
  border-bottom-color: rgb(225 29 72 / 0.9);
}
.border-y-rose-600\/95 {
  border-top-color: rgb(225 29 72 / 0.95);
  border-bottom-color: rgb(225 29 72 / 0.95);
}
.border-y-rose-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-y-rose-700\/0 {
  border-top-color: rgb(190 18 60 / 0);
  border-bottom-color: rgb(190 18 60 / 0);
}
.border-y-rose-700\/10 {
  border-top-color: rgb(190 18 60 / 0.1);
  border-bottom-color: rgb(190 18 60 / 0.1);
}
.border-y-rose-700\/100 {
  border-top-color: rgb(190 18 60 / 1);
  border-bottom-color: rgb(190 18 60 / 1);
}
.border-y-rose-700\/15 {
  border-top-color: rgb(190 18 60 / 0.15);
  border-bottom-color: rgb(190 18 60 / 0.15);
}
.border-y-rose-700\/20 {
  border-top-color: rgb(190 18 60 / 0.2);
  border-bottom-color: rgb(190 18 60 / 0.2);
}
.border-y-rose-700\/25 {
  border-top-color: rgb(190 18 60 / 0.25);
  border-bottom-color: rgb(190 18 60 / 0.25);
}
.border-y-rose-700\/30 {
  border-top-color: rgb(190 18 60 / 0.3);
  border-bottom-color: rgb(190 18 60 / 0.3);
}
.border-y-rose-700\/35 {
  border-top-color: rgb(190 18 60 / 0.35);
  border-bottom-color: rgb(190 18 60 / 0.35);
}
.border-y-rose-700\/40 {
  border-top-color: rgb(190 18 60 / 0.4);
  border-bottom-color: rgb(190 18 60 / 0.4);
}
.border-y-rose-700\/45 {
  border-top-color: rgb(190 18 60 / 0.45);
  border-bottom-color: rgb(190 18 60 / 0.45);
}
.border-y-rose-700\/5 {
  border-top-color: rgb(190 18 60 / 0.05);
  border-bottom-color: rgb(190 18 60 / 0.05);
}
.border-y-rose-700\/50 {
  border-top-color: rgb(190 18 60 / 0.5);
  border-bottom-color: rgb(190 18 60 / 0.5);
}
.border-y-rose-700\/55 {
  border-top-color: rgb(190 18 60 / 0.55);
  border-bottom-color: rgb(190 18 60 / 0.55);
}
.border-y-rose-700\/60 {
  border-top-color: rgb(190 18 60 / 0.6);
  border-bottom-color: rgb(190 18 60 / 0.6);
}
.border-y-rose-700\/65 {
  border-top-color: rgb(190 18 60 / 0.65);
  border-bottom-color: rgb(190 18 60 / 0.65);
}
.border-y-rose-700\/70 {
  border-top-color: rgb(190 18 60 / 0.7);
  border-bottom-color: rgb(190 18 60 / 0.7);
}
.border-y-rose-700\/75 {
  border-top-color: rgb(190 18 60 / 0.75);
  border-bottom-color: rgb(190 18 60 / 0.75);
}
.border-y-rose-700\/80 {
  border-top-color: rgb(190 18 60 / 0.8);
  border-bottom-color: rgb(190 18 60 / 0.8);
}
.border-y-rose-700\/85 {
  border-top-color: rgb(190 18 60 / 0.85);
  border-bottom-color: rgb(190 18 60 / 0.85);
}
.border-y-rose-700\/90 {
  border-top-color: rgb(190 18 60 / 0.9);
  border-bottom-color: rgb(190 18 60 / 0.9);
}
.border-y-rose-700\/95 {
  border-top-color: rgb(190 18 60 / 0.95);
  border-bottom-color: rgb(190 18 60 / 0.95);
}
.border-y-rose-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-y-rose-800\/0 {
  border-top-color: rgb(159 18 57 / 0);
  border-bottom-color: rgb(159 18 57 / 0);
}
.border-y-rose-800\/10 {
  border-top-color: rgb(159 18 57 / 0.1);
  border-bottom-color: rgb(159 18 57 / 0.1);
}
.border-y-rose-800\/100 {
  border-top-color: rgb(159 18 57 / 1);
  border-bottom-color: rgb(159 18 57 / 1);
}
.border-y-rose-800\/15 {
  border-top-color: rgb(159 18 57 / 0.15);
  border-bottom-color: rgb(159 18 57 / 0.15);
}
.border-y-rose-800\/20 {
  border-top-color: rgb(159 18 57 / 0.2);
  border-bottom-color: rgb(159 18 57 / 0.2);
}
.border-y-rose-800\/25 {
  border-top-color: rgb(159 18 57 / 0.25);
  border-bottom-color: rgb(159 18 57 / 0.25);
}
.border-y-rose-800\/30 {
  border-top-color: rgb(159 18 57 / 0.3);
  border-bottom-color: rgb(159 18 57 / 0.3);
}
.border-y-rose-800\/35 {
  border-top-color: rgb(159 18 57 / 0.35);
  border-bottom-color: rgb(159 18 57 / 0.35);
}
.border-y-rose-800\/40 {
  border-top-color: rgb(159 18 57 / 0.4);
  border-bottom-color: rgb(159 18 57 / 0.4);
}
.border-y-rose-800\/45 {
  border-top-color: rgb(159 18 57 / 0.45);
  border-bottom-color: rgb(159 18 57 / 0.45);
}
.border-y-rose-800\/5 {
  border-top-color: rgb(159 18 57 / 0.05);
  border-bottom-color: rgb(159 18 57 / 0.05);
}
.border-y-rose-800\/50 {
  border-top-color: rgb(159 18 57 / 0.5);
  border-bottom-color: rgb(159 18 57 / 0.5);
}
.border-y-rose-800\/55 {
  border-top-color: rgb(159 18 57 / 0.55);
  border-bottom-color: rgb(159 18 57 / 0.55);
}
.border-y-rose-800\/60 {
  border-top-color: rgb(159 18 57 / 0.6);
  border-bottom-color: rgb(159 18 57 / 0.6);
}
.border-y-rose-800\/65 {
  border-top-color: rgb(159 18 57 / 0.65);
  border-bottom-color: rgb(159 18 57 / 0.65);
}
.border-y-rose-800\/70 {
  border-top-color: rgb(159 18 57 / 0.7);
  border-bottom-color: rgb(159 18 57 / 0.7);
}
.border-y-rose-800\/75 {
  border-top-color: rgb(159 18 57 / 0.75);
  border-bottom-color: rgb(159 18 57 / 0.75);
}
.border-y-rose-800\/80 {
  border-top-color: rgb(159 18 57 / 0.8);
  border-bottom-color: rgb(159 18 57 / 0.8);
}
.border-y-rose-800\/85 {
  border-top-color: rgb(159 18 57 / 0.85);
  border-bottom-color: rgb(159 18 57 / 0.85);
}
.border-y-rose-800\/90 {
  border-top-color: rgb(159 18 57 / 0.9);
  border-bottom-color: rgb(159 18 57 / 0.9);
}
.border-y-rose-800\/95 {
  border-top-color: rgb(159 18 57 / 0.95);
  border-bottom-color: rgb(159 18 57 / 0.95);
}
.border-y-rose-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-y-rose-900\/0 {
  border-top-color: rgb(136 19 55 / 0);
  border-bottom-color: rgb(136 19 55 / 0);
}
.border-y-rose-900\/10 {
  border-top-color: rgb(136 19 55 / 0.1);
  border-bottom-color: rgb(136 19 55 / 0.1);
}
.border-y-rose-900\/100 {
  border-top-color: rgb(136 19 55 / 1);
  border-bottom-color: rgb(136 19 55 / 1);
}
.border-y-rose-900\/15 {
  border-top-color: rgb(136 19 55 / 0.15);
  border-bottom-color: rgb(136 19 55 / 0.15);
}
.border-y-rose-900\/20 {
  border-top-color: rgb(136 19 55 / 0.2);
  border-bottom-color: rgb(136 19 55 / 0.2);
}
.border-y-rose-900\/25 {
  border-top-color: rgb(136 19 55 / 0.25);
  border-bottom-color: rgb(136 19 55 / 0.25);
}
.border-y-rose-900\/30 {
  border-top-color: rgb(136 19 55 / 0.3);
  border-bottom-color: rgb(136 19 55 / 0.3);
}
.border-y-rose-900\/35 {
  border-top-color: rgb(136 19 55 / 0.35);
  border-bottom-color: rgb(136 19 55 / 0.35);
}
.border-y-rose-900\/40 {
  border-top-color: rgb(136 19 55 / 0.4);
  border-bottom-color: rgb(136 19 55 / 0.4);
}
.border-y-rose-900\/45 {
  border-top-color: rgb(136 19 55 / 0.45);
  border-bottom-color: rgb(136 19 55 / 0.45);
}
.border-y-rose-900\/5 {
  border-top-color: rgb(136 19 55 / 0.05);
  border-bottom-color: rgb(136 19 55 / 0.05);
}
.border-y-rose-900\/50 {
  border-top-color: rgb(136 19 55 / 0.5);
  border-bottom-color: rgb(136 19 55 / 0.5);
}
.border-y-rose-900\/55 {
  border-top-color: rgb(136 19 55 / 0.55);
  border-bottom-color: rgb(136 19 55 / 0.55);
}
.border-y-rose-900\/60 {
  border-top-color: rgb(136 19 55 / 0.6);
  border-bottom-color: rgb(136 19 55 / 0.6);
}
.border-y-rose-900\/65 {
  border-top-color: rgb(136 19 55 / 0.65);
  border-bottom-color: rgb(136 19 55 / 0.65);
}
.border-y-rose-900\/70 {
  border-top-color: rgb(136 19 55 / 0.7);
  border-bottom-color: rgb(136 19 55 / 0.7);
}
.border-y-rose-900\/75 {
  border-top-color: rgb(136 19 55 / 0.75);
  border-bottom-color: rgb(136 19 55 / 0.75);
}
.border-y-rose-900\/80 {
  border-top-color: rgb(136 19 55 / 0.8);
  border-bottom-color: rgb(136 19 55 / 0.8);
}
.border-y-rose-900\/85 {
  border-top-color: rgb(136 19 55 / 0.85);
  border-bottom-color: rgb(136 19 55 / 0.85);
}
.border-y-rose-900\/90 {
  border-top-color: rgb(136 19 55 / 0.9);
  border-bottom-color: rgb(136 19 55 / 0.9);
}
.border-y-rose-900\/95 {
  border-top-color: rgb(136 19 55 / 0.95);
  border-bottom-color: rgb(136 19 55 / 0.95);
}
.border-y-rose-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-y-rose-950\/0 {
  border-top-color: rgb(76 5 25 / 0);
  border-bottom-color: rgb(76 5 25 / 0);
}
.border-y-rose-950\/10 {
  border-top-color: rgb(76 5 25 / 0.1);
  border-bottom-color: rgb(76 5 25 / 0.1);
}
.border-y-rose-950\/100 {
  border-top-color: rgb(76 5 25 / 1);
  border-bottom-color: rgb(76 5 25 / 1);
}
.border-y-rose-950\/15 {
  border-top-color: rgb(76 5 25 / 0.15);
  border-bottom-color: rgb(76 5 25 / 0.15);
}
.border-y-rose-950\/20 {
  border-top-color: rgb(76 5 25 / 0.2);
  border-bottom-color: rgb(76 5 25 / 0.2);
}
.border-y-rose-950\/25 {
  border-top-color: rgb(76 5 25 / 0.25);
  border-bottom-color: rgb(76 5 25 / 0.25);
}
.border-y-rose-950\/30 {
  border-top-color: rgb(76 5 25 / 0.3);
  border-bottom-color: rgb(76 5 25 / 0.3);
}
.border-y-rose-950\/35 {
  border-top-color: rgb(76 5 25 / 0.35);
  border-bottom-color: rgb(76 5 25 / 0.35);
}
.border-y-rose-950\/40 {
  border-top-color: rgb(76 5 25 / 0.4);
  border-bottom-color: rgb(76 5 25 / 0.4);
}
.border-y-rose-950\/45 {
  border-top-color: rgb(76 5 25 / 0.45);
  border-bottom-color: rgb(76 5 25 / 0.45);
}
.border-y-rose-950\/5 {
  border-top-color: rgb(76 5 25 / 0.05);
  border-bottom-color: rgb(76 5 25 / 0.05);
}
.border-y-rose-950\/50 {
  border-top-color: rgb(76 5 25 / 0.5);
  border-bottom-color: rgb(76 5 25 / 0.5);
}
.border-y-rose-950\/55 {
  border-top-color: rgb(76 5 25 / 0.55);
  border-bottom-color: rgb(76 5 25 / 0.55);
}
.border-y-rose-950\/60 {
  border-top-color: rgb(76 5 25 / 0.6);
  border-bottom-color: rgb(76 5 25 / 0.6);
}
.border-y-rose-950\/65 {
  border-top-color: rgb(76 5 25 / 0.65);
  border-bottom-color: rgb(76 5 25 / 0.65);
}
.border-y-rose-950\/70 {
  border-top-color: rgb(76 5 25 / 0.7);
  border-bottom-color: rgb(76 5 25 / 0.7);
}
.border-y-rose-950\/75 {
  border-top-color: rgb(76 5 25 / 0.75);
  border-bottom-color: rgb(76 5 25 / 0.75);
}
.border-y-rose-950\/80 {
  border-top-color: rgb(76 5 25 / 0.8);
  border-bottom-color: rgb(76 5 25 / 0.8);
}
.border-y-rose-950\/85 {
  border-top-color: rgb(76 5 25 / 0.85);
  border-bottom-color: rgb(76 5 25 / 0.85);
}
.border-y-rose-950\/90 {
  border-top-color: rgb(76 5 25 / 0.9);
  border-bottom-color: rgb(76 5 25 / 0.9);
}
.border-y-rose-950\/95 {
  border-top-color: rgb(76 5 25 / 0.95);
  border-bottom-color: rgb(76 5 25 / 0.95);
}
.border-y-sky-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-y-sky-100\/0 {
  border-top-color: rgb(224 242 254 / 0);
  border-bottom-color: rgb(224 242 254 / 0);
}
.border-y-sky-100\/10 {
  border-top-color: rgb(224 242 254 / 0.1);
  border-bottom-color: rgb(224 242 254 / 0.1);
}
.border-y-sky-100\/100 {
  border-top-color: rgb(224 242 254 / 1);
  border-bottom-color: rgb(224 242 254 / 1);
}
.border-y-sky-100\/15 {
  border-top-color: rgb(224 242 254 / 0.15);
  border-bottom-color: rgb(224 242 254 / 0.15);
}
.border-y-sky-100\/20 {
  border-top-color: rgb(224 242 254 / 0.2);
  border-bottom-color: rgb(224 242 254 / 0.2);
}
.border-y-sky-100\/25 {
  border-top-color: rgb(224 242 254 / 0.25);
  border-bottom-color: rgb(224 242 254 / 0.25);
}
.border-y-sky-100\/30 {
  border-top-color: rgb(224 242 254 / 0.3);
  border-bottom-color: rgb(224 242 254 / 0.3);
}
.border-y-sky-100\/35 {
  border-top-color: rgb(224 242 254 / 0.35);
  border-bottom-color: rgb(224 242 254 / 0.35);
}
.border-y-sky-100\/40 {
  border-top-color: rgb(224 242 254 / 0.4);
  border-bottom-color: rgb(224 242 254 / 0.4);
}
.border-y-sky-100\/45 {
  border-top-color: rgb(224 242 254 / 0.45);
  border-bottom-color: rgb(224 242 254 / 0.45);
}
.border-y-sky-100\/5 {
  border-top-color: rgb(224 242 254 / 0.05);
  border-bottom-color: rgb(224 242 254 / 0.05);
}
.border-y-sky-100\/50 {
  border-top-color: rgb(224 242 254 / 0.5);
  border-bottom-color: rgb(224 242 254 / 0.5);
}
.border-y-sky-100\/55 {
  border-top-color: rgb(224 242 254 / 0.55);
  border-bottom-color: rgb(224 242 254 / 0.55);
}
.border-y-sky-100\/60 {
  border-top-color: rgb(224 242 254 / 0.6);
  border-bottom-color: rgb(224 242 254 / 0.6);
}
.border-y-sky-100\/65 {
  border-top-color: rgb(224 242 254 / 0.65);
  border-bottom-color: rgb(224 242 254 / 0.65);
}
.border-y-sky-100\/70 {
  border-top-color: rgb(224 242 254 / 0.7);
  border-bottom-color: rgb(224 242 254 / 0.7);
}
.border-y-sky-100\/75 {
  border-top-color: rgb(224 242 254 / 0.75);
  border-bottom-color: rgb(224 242 254 / 0.75);
}
.border-y-sky-100\/80 {
  border-top-color: rgb(224 242 254 / 0.8);
  border-bottom-color: rgb(224 242 254 / 0.8);
}
.border-y-sky-100\/85 {
  border-top-color: rgb(224 242 254 / 0.85);
  border-bottom-color: rgb(224 242 254 / 0.85);
}
.border-y-sky-100\/90 {
  border-top-color: rgb(224 242 254 / 0.9);
  border-bottom-color: rgb(224 242 254 / 0.9);
}
.border-y-sky-100\/95 {
  border-top-color: rgb(224 242 254 / 0.95);
  border-bottom-color: rgb(224 242 254 / 0.95);
}
.border-y-sky-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-y-sky-200\/0 {
  border-top-color: rgb(186 230 253 / 0);
  border-bottom-color: rgb(186 230 253 / 0);
}
.border-y-sky-200\/10 {
  border-top-color: rgb(186 230 253 / 0.1);
  border-bottom-color: rgb(186 230 253 / 0.1);
}
.border-y-sky-200\/100 {
  border-top-color: rgb(186 230 253 / 1);
  border-bottom-color: rgb(186 230 253 / 1);
}
.border-y-sky-200\/15 {
  border-top-color: rgb(186 230 253 / 0.15);
  border-bottom-color: rgb(186 230 253 / 0.15);
}
.border-y-sky-200\/20 {
  border-top-color: rgb(186 230 253 / 0.2);
  border-bottom-color: rgb(186 230 253 / 0.2);
}
.border-y-sky-200\/25 {
  border-top-color: rgb(186 230 253 / 0.25);
  border-bottom-color: rgb(186 230 253 / 0.25);
}
.border-y-sky-200\/30 {
  border-top-color: rgb(186 230 253 / 0.3);
  border-bottom-color: rgb(186 230 253 / 0.3);
}
.border-y-sky-200\/35 {
  border-top-color: rgb(186 230 253 / 0.35);
  border-bottom-color: rgb(186 230 253 / 0.35);
}
.border-y-sky-200\/40 {
  border-top-color: rgb(186 230 253 / 0.4);
  border-bottom-color: rgb(186 230 253 / 0.4);
}
.border-y-sky-200\/45 {
  border-top-color: rgb(186 230 253 / 0.45);
  border-bottom-color: rgb(186 230 253 / 0.45);
}
.border-y-sky-200\/5 {
  border-top-color: rgb(186 230 253 / 0.05);
  border-bottom-color: rgb(186 230 253 / 0.05);
}
.border-y-sky-200\/50 {
  border-top-color: rgb(186 230 253 / 0.5);
  border-bottom-color: rgb(186 230 253 / 0.5);
}
.border-y-sky-200\/55 {
  border-top-color: rgb(186 230 253 / 0.55);
  border-bottom-color: rgb(186 230 253 / 0.55);
}
.border-y-sky-200\/60 {
  border-top-color: rgb(186 230 253 / 0.6);
  border-bottom-color: rgb(186 230 253 / 0.6);
}
.border-y-sky-200\/65 {
  border-top-color: rgb(186 230 253 / 0.65);
  border-bottom-color: rgb(186 230 253 / 0.65);
}
.border-y-sky-200\/70 {
  border-top-color: rgb(186 230 253 / 0.7);
  border-bottom-color: rgb(186 230 253 / 0.7);
}
.border-y-sky-200\/75 {
  border-top-color: rgb(186 230 253 / 0.75);
  border-bottom-color: rgb(186 230 253 / 0.75);
}
.border-y-sky-200\/80 {
  border-top-color: rgb(186 230 253 / 0.8);
  border-bottom-color: rgb(186 230 253 / 0.8);
}
.border-y-sky-200\/85 {
  border-top-color: rgb(186 230 253 / 0.85);
  border-bottom-color: rgb(186 230 253 / 0.85);
}
.border-y-sky-200\/90 {
  border-top-color: rgb(186 230 253 / 0.9);
  border-bottom-color: rgb(186 230 253 / 0.9);
}
.border-y-sky-200\/95 {
  border-top-color: rgb(186 230 253 / 0.95);
  border-bottom-color: rgb(186 230 253 / 0.95);
}
.border-y-sky-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-y-sky-300\/0 {
  border-top-color: rgb(125 211 252 / 0);
  border-bottom-color: rgb(125 211 252 / 0);
}
.border-y-sky-300\/10 {
  border-top-color: rgb(125 211 252 / 0.1);
  border-bottom-color: rgb(125 211 252 / 0.1);
}
.border-y-sky-300\/100 {
  border-top-color: rgb(125 211 252 / 1);
  border-bottom-color: rgb(125 211 252 / 1);
}
.border-y-sky-300\/15 {
  border-top-color: rgb(125 211 252 / 0.15);
  border-bottom-color: rgb(125 211 252 / 0.15);
}
.border-y-sky-300\/20 {
  border-top-color: rgb(125 211 252 / 0.2);
  border-bottom-color: rgb(125 211 252 / 0.2);
}
.border-y-sky-300\/25 {
  border-top-color: rgb(125 211 252 / 0.25);
  border-bottom-color: rgb(125 211 252 / 0.25);
}
.border-y-sky-300\/30 {
  border-top-color: rgb(125 211 252 / 0.3);
  border-bottom-color: rgb(125 211 252 / 0.3);
}
.border-y-sky-300\/35 {
  border-top-color: rgb(125 211 252 / 0.35);
  border-bottom-color: rgb(125 211 252 / 0.35);
}
.border-y-sky-300\/40 {
  border-top-color: rgb(125 211 252 / 0.4);
  border-bottom-color: rgb(125 211 252 / 0.4);
}
.border-y-sky-300\/45 {
  border-top-color: rgb(125 211 252 / 0.45);
  border-bottom-color: rgb(125 211 252 / 0.45);
}
.border-y-sky-300\/5 {
  border-top-color: rgb(125 211 252 / 0.05);
  border-bottom-color: rgb(125 211 252 / 0.05);
}
.border-y-sky-300\/50 {
  border-top-color: rgb(125 211 252 / 0.5);
  border-bottom-color: rgb(125 211 252 / 0.5);
}
.border-y-sky-300\/55 {
  border-top-color: rgb(125 211 252 / 0.55);
  border-bottom-color: rgb(125 211 252 / 0.55);
}
.border-y-sky-300\/60 {
  border-top-color: rgb(125 211 252 / 0.6);
  border-bottom-color: rgb(125 211 252 / 0.6);
}
.border-y-sky-300\/65 {
  border-top-color: rgb(125 211 252 / 0.65);
  border-bottom-color: rgb(125 211 252 / 0.65);
}
.border-y-sky-300\/70 {
  border-top-color: rgb(125 211 252 / 0.7);
  border-bottom-color: rgb(125 211 252 / 0.7);
}
.border-y-sky-300\/75 {
  border-top-color: rgb(125 211 252 / 0.75);
  border-bottom-color: rgb(125 211 252 / 0.75);
}
.border-y-sky-300\/80 {
  border-top-color: rgb(125 211 252 / 0.8);
  border-bottom-color: rgb(125 211 252 / 0.8);
}
.border-y-sky-300\/85 {
  border-top-color: rgb(125 211 252 / 0.85);
  border-bottom-color: rgb(125 211 252 / 0.85);
}
.border-y-sky-300\/90 {
  border-top-color: rgb(125 211 252 / 0.9);
  border-bottom-color: rgb(125 211 252 / 0.9);
}
.border-y-sky-300\/95 {
  border-top-color: rgb(125 211 252 / 0.95);
  border-bottom-color: rgb(125 211 252 / 0.95);
}
.border-y-sky-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-y-sky-400\/0 {
  border-top-color: rgb(56 189 248 / 0);
  border-bottom-color: rgb(56 189 248 / 0);
}
.border-y-sky-400\/10 {
  border-top-color: rgb(56 189 248 / 0.1);
  border-bottom-color: rgb(56 189 248 / 0.1);
}
.border-y-sky-400\/100 {
  border-top-color: rgb(56 189 248 / 1);
  border-bottom-color: rgb(56 189 248 / 1);
}
.border-y-sky-400\/15 {
  border-top-color: rgb(56 189 248 / 0.15);
  border-bottom-color: rgb(56 189 248 / 0.15);
}
.border-y-sky-400\/20 {
  border-top-color: rgb(56 189 248 / 0.2);
  border-bottom-color: rgb(56 189 248 / 0.2);
}
.border-y-sky-400\/25 {
  border-top-color: rgb(56 189 248 / 0.25);
  border-bottom-color: rgb(56 189 248 / 0.25);
}
.border-y-sky-400\/30 {
  border-top-color: rgb(56 189 248 / 0.3);
  border-bottom-color: rgb(56 189 248 / 0.3);
}
.border-y-sky-400\/35 {
  border-top-color: rgb(56 189 248 / 0.35);
  border-bottom-color: rgb(56 189 248 / 0.35);
}
.border-y-sky-400\/40 {
  border-top-color: rgb(56 189 248 / 0.4);
  border-bottom-color: rgb(56 189 248 / 0.4);
}
.border-y-sky-400\/45 {
  border-top-color: rgb(56 189 248 / 0.45);
  border-bottom-color: rgb(56 189 248 / 0.45);
}
.border-y-sky-400\/5 {
  border-top-color: rgb(56 189 248 / 0.05);
  border-bottom-color: rgb(56 189 248 / 0.05);
}
.border-y-sky-400\/50 {
  border-top-color: rgb(56 189 248 / 0.5);
  border-bottom-color: rgb(56 189 248 / 0.5);
}
.border-y-sky-400\/55 {
  border-top-color: rgb(56 189 248 / 0.55);
  border-bottom-color: rgb(56 189 248 / 0.55);
}
.border-y-sky-400\/60 {
  border-top-color: rgb(56 189 248 / 0.6);
  border-bottom-color: rgb(56 189 248 / 0.6);
}
.border-y-sky-400\/65 {
  border-top-color: rgb(56 189 248 / 0.65);
  border-bottom-color: rgb(56 189 248 / 0.65);
}
.border-y-sky-400\/70 {
  border-top-color: rgb(56 189 248 / 0.7);
  border-bottom-color: rgb(56 189 248 / 0.7);
}
.border-y-sky-400\/75 {
  border-top-color: rgb(56 189 248 / 0.75);
  border-bottom-color: rgb(56 189 248 / 0.75);
}
.border-y-sky-400\/80 {
  border-top-color: rgb(56 189 248 / 0.8);
  border-bottom-color: rgb(56 189 248 / 0.8);
}
.border-y-sky-400\/85 {
  border-top-color: rgb(56 189 248 / 0.85);
  border-bottom-color: rgb(56 189 248 / 0.85);
}
.border-y-sky-400\/90 {
  border-top-color: rgb(56 189 248 / 0.9);
  border-bottom-color: rgb(56 189 248 / 0.9);
}
.border-y-sky-400\/95 {
  border-top-color: rgb(56 189 248 / 0.95);
  border-bottom-color: rgb(56 189 248 / 0.95);
}
.border-y-sky-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-y-sky-50\/0 {
  border-top-color: rgb(240 249 255 / 0);
  border-bottom-color: rgb(240 249 255 / 0);
}
.border-y-sky-50\/10 {
  border-top-color: rgb(240 249 255 / 0.1);
  border-bottom-color: rgb(240 249 255 / 0.1);
}
.border-y-sky-50\/100 {
  border-top-color: rgb(240 249 255 / 1);
  border-bottom-color: rgb(240 249 255 / 1);
}
.border-y-sky-50\/15 {
  border-top-color: rgb(240 249 255 / 0.15);
  border-bottom-color: rgb(240 249 255 / 0.15);
}
.border-y-sky-50\/20 {
  border-top-color: rgb(240 249 255 / 0.2);
  border-bottom-color: rgb(240 249 255 / 0.2);
}
.border-y-sky-50\/25 {
  border-top-color: rgb(240 249 255 / 0.25);
  border-bottom-color: rgb(240 249 255 / 0.25);
}
.border-y-sky-50\/30 {
  border-top-color: rgb(240 249 255 / 0.3);
  border-bottom-color: rgb(240 249 255 / 0.3);
}
.border-y-sky-50\/35 {
  border-top-color: rgb(240 249 255 / 0.35);
  border-bottom-color: rgb(240 249 255 / 0.35);
}
.border-y-sky-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}
.border-y-sky-50\/45 {
  border-top-color: rgb(240 249 255 / 0.45);
  border-bottom-color: rgb(240 249 255 / 0.45);
}
.border-y-sky-50\/5 {
  border-top-color: rgb(240 249 255 / 0.05);
  border-bottom-color: rgb(240 249 255 / 0.05);
}
.border-y-sky-50\/50 {
  border-top-color: rgb(240 249 255 / 0.5);
  border-bottom-color: rgb(240 249 255 / 0.5);
}
.border-y-sky-50\/55 {
  border-top-color: rgb(240 249 255 / 0.55);
  border-bottom-color: rgb(240 249 255 / 0.55);
}
.border-y-sky-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}
.border-y-sky-50\/65 {
  border-top-color: rgb(240 249 255 / 0.65);
  border-bottom-color: rgb(240 249 255 / 0.65);
}
.border-y-sky-50\/70 {
  border-top-color: rgb(240 249 255 / 0.7);
  border-bottom-color: rgb(240 249 255 / 0.7);
}
.border-y-sky-50\/75 {
  border-top-color: rgb(240 249 255 / 0.75);
  border-bottom-color: rgb(240 249 255 / 0.75);
}
.border-y-sky-50\/80 {
  border-top-color: rgb(240 249 255 / 0.8);
  border-bottom-color: rgb(240 249 255 / 0.8);
}
.border-y-sky-50\/85 {
  border-top-color: rgb(240 249 255 / 0.85);
  border-bottom-color: rgb(240 249 255 / 0.85);
}
.border-y-sky-50\/90 {
  border-top-color: rgb(240 249 255 / 0.9);
  border-bottom-color: rgb(240 249 255 / 0.9);
}
.border-y-sky-50\/95 {
  border-top-color: rgb(240 249 255 / 0.95);
  border-bottom-color: rgb(240 249 255 / 0.95);
}
.border-y-sky-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-y-sky-500\/0 {
  border-top-color: rgb(14 165 233 / 0);
  border-bottom-color: rgb(14 165 233 / 0);
}
.border-y-sky-500\/10 {
  border-top-color: rgb(14 165 233 / 0.1);
  border-bottom-color: rgb(14 165 233 / 0.1);
}
.border-y-sky-500\/100 {
  border-top-color: rgb(14 165 233 / 1);
  border-bottom-color: rgb(14 165 233 / 1);
}
.border-y-sky-500\/15 {
  border-top-color: rgb(14 165 233 / 0.15);
  border-bottom-color: rgb(14 165 233 / 0.15);
}
.border-y-sky-500\/20 {
  border-top-color: rgb(14 165 233 / 0.2);
  border-bottom-color: rgb(14 165 233 / 0.2);
}
.border-y-sky-500\/25 {
  border-top-color: rgb(14 165 233 / 0.25);
  border-bottom-color: rgb(14 165 233 / 0.25);
}
.border-y-sky-500\/30 {
  border-top-color: rgb(14 165 233 / 0.3);
  border-bottom-color: rgb(14 165 233 / 0.3);
}
.border-y-sky-500\/35 {
  border-top-color: rgb(14 165 233 / 0.35);
  border-bottom-color: rgb(14 165 233 / 0.35);
}
.border-y-sky-500\/40 {
  border-top-color: rgb(14 165 233 / 0.4);
  border-bottom-color: rgb(14 165 233 / 0.4);
}
.border-y-sky-500\/45 {
  border-top-color: rgb(14 165 233 / 0.45);
  border-bottom-color: rgb(14 165 233 / 0.45);
}
.border-y-sky-500\/5 {
  border-top-color: rgb(14 165 233 / 0.05);
  border-bottom-color: rgb(14 165 233 / 0.05);
}
.border-y-sky-500\/50 {
  border-top-color: rgb(14 165 233 / 0.5);
  border-bottom-color: rgb(14 165 233 / 0.5);
}
.border-y-sky-500\/55 {
  border-top-color: rgb(14 165 233 / 0.55);
  border-bottom-color: rgb(14 165 233 / 0.55);
}
.border-y-sky-500\/60 {
  border-top-color: rgb(14 165 233 / 0.6);
  border-bottom-color: rgb(14 165 233 / 0.6);
}
.border-y-sky-500\/65 {
  border-top-color: rgb(14 165 233 / 0.65);
  border-bottom-color: rgb(14 165 233 / 0.65);
}
.border-y-sky-500\/70 {
  border-top-color: rgb(14 165 233 / 0.7);
  border-bottom-color: rgb(14 165 233 / 0.7);
}
.border-y-sky-500\/75 {
  border-top-color: rgb(14 165 233 / 0.75);
  border-bottom-color: rgb(14 165 233 / 0.75);
}
.border-y-sky-500\/80 {
  border-top-color: rgb(14 165 233 / 0.8);
  border-bottom-color: rgb(14 165 233 / 0.8);
}
.border-y-sky-500\/85 {
  border-top-color: rgb(14 165 233 / 0.85);
  border-bottom-color: rgb(14 165 233 / 0.85);
}
.border-y-sky-500\/90 {
  border-top-color: rgb(14 165 233 / 0.9);
  border-bottom-color: rgb(14 165 233 / 0.9);
}
.border-y-sky-500\/95 {
  border-top-color: rgb(14 165 233 / 0.95);
  border-bottom-color: rgb(14 165 233 / 0.95);
}
.border-y-sky-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-y-sky-600\/0 {
  border-top-color: rgb(2 132 199 / 0);
  border-bottom-color: rgb(2 132 199 / 0);
}
.border-y-sky-600\/10 {
  border-top-color: rgb(2 132 199 / 0.1);
  border-bottom-color: rgb(2 132 199 / 0.1);
}
.border-y-sky-600\/100 {
  border-top-color: rgb(2 132 199 / 1);
  border-bottom-color: rgb(2 132 199 / 1);
}
.border-y-sky-600\/15 {
  border-top-color: rgb(2 132 199 / 0.15);
  border-bottom-color: rgb(2 132 199 / 0.15);
}
.border-y-sky-600\/20 {
  border-top-color: rgb(2 132 199 / 0.2);
  border-bottom-color: rgb(2 132 199 / 0.2);
}
.border-y-sky-600\/25 {
  border-top-color: rgb(2 132 199 / 0.25);
  border-bottom-color: rgb(2 132 199 / 0.25);
}
.border-y-sky-600\/30 {
  border-top-color: rgb(2 132 199 / 0.3);
  border-bottom-color: rgb(2 132 199 / 0.3);
}
.border-y-sky-600\/35 {
  border-top-color: rgb(2 132 199 / 0.35);
  border-bottom-color: rgb(2 132 199 / 0.35);
}
.border-y-sky-600\/40 {
  border-top-color: rgb(2 132 199 / 0.4);
  border-bottom-color: rgb(2 132 199 / 0.4);
}
.border-y-sky-600\/45 {
  border-top-color: rgb(2 132 199 / 0.45);
  border-bottom-color: rgb(2 132 199 / 0.45);
}
.border-y-sky-600\/5 {
  border-top-color: rgb(2 132 199 / 0.05);
  border-bottom-color: rgb(2 132 199 / 0.05);
}
.border-y-sky-600\/50 {
  border-top-color: rgb(2 132 199 / 0.5);
  border-bottom-color: rgb(2 132 199 / 0.5);
}
.border-y-sky-600\/55 {
  border-top-color: rgb(2 132 199 / 0.55);
  border-bottom-color: rgb(2 132 199 / 0.55);
}
.border-y-sky-600\/60 {
  border-top-color: rgb(2 132 199 / 0.6);
  border-bottom-color: rgb(2 132 199 / 0.6);
}
.border-y-sky-600\/65 {
  border-top-color: rgb(2 132 199 / 0.65);
  border-bottom-color: rgb(2 132 199 / 0.65);
}
.border-y-sky-600\/70 {
  border-top-color: rgb(2 132 199 / 0.7);
  border-bottom-color: rgb(2 132 199 / 0.7);
}
.border-y-sky-600\/75 {
  border-top-color: rgb(2 132 199 / 0.75);
  border-bottom-color: rgb(2 132 199 / 0.75);
}
.border-y-sky-600\/80 {
  border-top-color: rgb(2 132 199 / 0.8);
  border-bottom-color: rgb(2 132 199 / 0.8);
}
.border-y-sky-600\/85 {
  border-top-color: rgb(2 132 199 / 0.85);
  border-bottom-color: rgb(2 132 199 / 0.85);
}
.border-y-sky-600\/90 {
  border-top-color: rgb(2 132 199 / 0.9);
  border-bottom-color: rgb(2 132 199 / 0.9);
}
.border-y-sky-600\/95 {
  border-top-color: rgb(2 132 199 / 0.95);
  border-bottom-color: rgb(2 132 199 / 0.95);
}
.border-y-sky-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-y-sky-700\/0 {
  border-top-color: rgb(3 105 161 / 0);
  border-bottom-color: rgb(3 105 161 / 0);
}
.border-y-sky-700\/10 {
  border-top-color: rgb(3 105 161 / 0.1);
  border-bottom-color: rgb(3 105 161 / 0.1);
}
.border-y-sky-700\/100 {
  border-top-color: rgb(3 105 161 / 1);
  border-bottom-color: rgb(3 105 161 / 1);
}
.border-y-sky-700\/15 {
  border-top-color: rgb(3 105 161 / 0.15);
  border-bottom-color: rgb(3 105 161 / 0.15);
}
.border-y-sky-700\/20 {
  border-top-color: rgb(3 105 161 / 0.2);
  border-bottom-color: rgb(3 105 161 / 0.2);
}
.border-y-sky-700\/25 {
  border-top-color: rgb(3 105 161 / 0.25);
  border-bottom-color: rgb(3 105 161 / 0.25);
}
.border-y-sky-700\/30 {
  border-top-color: rgb(3 105 161 / 0.3);
  border-bottom-color: rgb(3 105 161 / 0.3);
}
.border-y-sky-700\/35 {
  border-top-color: rgb(3 105 161 / 0.35);
  border-bottom-color: rgb(3 105 161 / 0.35);
}
.border-y-sky-700\/40 {
  border-top-color: rgb(3 105 161 / 0.4);
  border-bottom-color: rgb(3 105 161 / 0.4);
}
.border-y-sky-700\/45 {
  border-top-color: rgb(3 105 161 / 0.45);
  border-bottom-color: rgb(3 105 161 / 0.45);
}
.border-y-sky-700\/5 {
  border-top-color: rgb(3 105 161 / 0.05);
  border-bottom-color: rgb(3 105 161 / 0.05);
}
.border-y-sky-700\/50 {
  border-top-color: rgb(3 105 161 / 0.5);
  border-bottom-color: rgb(3 105 161 / 0.5);
}
.border-y-sky-700\/55 {
  border-top-color: rgb(3 105 161 / 0.55);
  border-bottom-color: rgb(3 105 161 / 0.55);
}
.border-y-sky-700\/60 {
  border-top-color: rgb(3 105 161 / 0.6);
  border-bottom-color: rgb(3 105 161 / 0.6);
}
.border-y-sky-700\/65 {
  border-top-color: rgb(3 105 161 / 0.65);
  border-bottom-color: rgb(3 105 161 / 0.65);
}
.border-y-sky-700\/70 {
  border-top-color: rgb(3 105 161 / 0.7);
  border-bottom-color: rgb(3 105 161 / 0.7);
}
.border-y-sky-700\/75 {
  border-top-color: rgb(3 105 161 / 0.75);
  border-bottom-color: rgb(3 105 161 / 0.75);
}
.border-y-sky-700\/80 {
  border-top-color: rgb(3 105 161 / 0.8);
  border-bottom-color: rgb(3 105 161 / 0.8);
}
.border-y-sky-700\/85 {
  border-top-color: rgb(3 105 161 / 0.85);
  border-bottom-color: rgb(3 105 161 / 0.85);
}
.border-y-sky-700\/90 {
  border-top-color: rgb(3 105 161 / 0.9);
  border-bottom-color: rgb(3 105 161 / 0.9);
}
.border-y-sky-700\/95 {
  border-top-color: rgb(3 105 161 / 0.95);
  border-bottom-color: rgb(3 105 161 / 0.95);
}
.border-y-sky-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-y-sky-800\/0 {
  border-top-color: rgb(7 89 133 / 0);
  border-bottom-color: rgb(7 89 133 / 0);
}
.border-y-sky-800\/10 {
  border-top-color: rgb(7 89 133 / 0.1);
  border-bottom-color: rgb(7 89 133 / 0.1);
}
.border-y-sky-800\/100 {
  border-top-color: rgb(7 89 133 / 1);
  border-bottom-color: rgb(7 89 133 / 1);
}
.border-y-sky-800\/15 {
  border-top-color: rgb(7 89 133 / 0.15);
  border-bottom-color: rgb(7 89 133 / 0.15);
}
.border-y-sky-800\/20 {
  border-top-color: rgb(7 89 133 / 0.2);
  border-bottom-color: rgb(7 89 133 / 0.2);
}
.border-y-sky-800\/25 {
  border-top-color: rgb(7 89 133 / 0.25);
  border-bottom-color: rgb(7 89 133 / 0.25);
}
.border-y-sky-800\/30 {
  border-top-color: rgb(7 89 133 / 0.3);
  border-bottom-color: rgb(7 89 133 / 0.3);
}
.border-y-sky-800\/35 {
  border-top-color: rgb(7 89 133 / 0.35);
  border-bottom-color: rgb(7 89 133 / 0.35);
}
.border-y-sky-800\/40 {
  border-top-color: rgb(7 89 133 / 0.4);
  border-bottom-color: rgb(7 89 133 / 0.4);
}
.border-y-sky-800\/45 {
  border-top-color: rgb(7 89 133 / 0.45);
  border-bottom-color: rgb(7 89 133 / 0.45);
}
.border-y-sky-800\/5 {
  border-top-color: rgb(7 89 133 / 0.05);
  border-bottom-color: rgb(7 89 133 / 0.05);
}
.border-y-sky-800\/50 {
  border-top-color: rgb(7 89 133 / 0.5);
  border-bottom-color: rgb(7 89 133 / 0.5);
}
.border-y-sky-800\/55 {
  border-top-color: rgb(7 89 133 / 0.55);
  border-bottom-color: rgb(7 89 133 / 0.55);
}
.border-y-sky-800\/60 {
  border-top-color: rgb(7 89 133 / 0.6);
  border-bottom-color: rgb(7 89 133 / 0.6);
}
.border-y-sky-800\/65 {
  border-top-color: rgb(7 89 133 / 0.65);
  border-bottom-color: rgb(7 89 133 / 0.65);
}
.border-y-sky-800\/70 {
  border-top-color: rgb(7 89 133 / 0.7);
  border-bottom-color: rgb(7 89 133 / 0.7);
}
.border-y-sky-800\/75 {
  border-top-color: rgb(7 89 133 / 0.75);
  border-bottom-color: rgb(7 89 133 / 0.75);
}
.border-y-sky-800\/80 {
  border-top-color: rgb(7 89 133 / 0.8);
  border-bottom-color: rgb(7 89 133 / 0.8);
}
.border-y-sky-800\/85 {
  border-top-color: rgb(7 89 133 / 0.85);
  border-bottom-color: rgb(7 89 133 / 0.85);
}
.border-y-sky-800\/90 {
  border-top-color: rgb(7 89 133 / 0.9);
  border-bottom-color: rgb(7 89 133 / 0.9);
}
.border-y-sky-800\/95 {
  border-top-color: rgb(7 89 133 / 0.95);
  border-bottom-color: rgb(7 89 133 / 0.95);
}
.border-y-sky-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-y-sky-900\/0 {
  border-top-color: rgb(12 74 110 / 0);
  border-bottom-color: rgb(12 74 110 / 0);
}
.border-y-sky-900\/10 {
  border-top-color: rgb(12 74 110 / 0.1);
  border-bottom-color: rgb(12 74 110 / 0.1);
}
.border-y-sky-900\/100 {
  border-top-color: rgb(12 74 110 / 1);
  border-bottom-color: rgb(12 74 110 / 1);
}
.border-y-sky-900\/15 {
  border-top-color: rgb(12 74 110 / 0.15);
  border-bottom-color: rgb(12 74 110 / 0.15);
}
.border-y-sky-900\/20 {
  border-top-color: rgb(12 74 110 / 0.2);
  border-bottom-color: rgb(12 74 110 / 0.2);
}
.border-y-sky-900\/25 {
  border-top-color: rgb(12 74 110 / 0.25);
  border-bottom-color: rgb(12 74 110 / 0.25);
}
.border-y-sky-900\/30 {
  border-top-color: rgb(12 74 110 / 0.3);
  border-bottom-color: rgb(12 74 110 / 0.3);
}
.border-y-sky-900\/35 {
  border-top-color: rgb(12 74 110 / 0.35);
  border-bottom-color: rgb(12 74 110 / 0.35);
}
.border-y-sky-900\/40 {
  border-top-color: rgb(12 74 110 / 0.4);
  border-bottom-color: rgb(12 74 110 / 0.4);
}
.border-y-sky-900\/45 {
  border-top-color: rgb(12 74 110 / 0.45);
  border-bottom-color: rgb(12 74 110 / 0.45);
}
.border-y-sky-900\/5 {
  border-top-color: rgb(12 74 110 / 0.05);
  border-bottom-color: rgb(12 74 110 / 0.05);
}
.border-y-sky-900\/50 {
  border-top-color: rgb(12 74 110 / 0.5);
  border-bottom-color: rgb(12 74 110 / 0.5);
}
.border-y-sky-900\/55 {
  border-top-color: rgb(12 74 110 / 0.55);
  border-bottom-color: rgb(12 74 110 / 0.55);
}
.border-y-sky-900\/60 {
  border-top-color: rgb(12 74 110 / 0.6);
  border-bottom-color: rgb(12 74 110 / 0.6);
}
.border-y-sky-900\/65 {
  border-top-color: rgb(12 74 110 / 0.65);
  border-bottom-color: rgb(12 74 110 / 0.65);
}
.border-y-sky-900\/70 {
  border-top-color: rgb(12 74 110 / 0.7);
  border-bottom-color: rgb(12 74 110 / 0.7);
}
.border-y-sky-900\/75 {
  border-top-color: rgb(12 74 110 / 0.75);
  border-bottom-color: rgb(12 74 110 / 0.75);
}
.border-y-sky-900\/80 {
  border-top-color: rgb(12 74 110 / 0.8);
  border-bottom-color: rgb(12 74 110 / 0.8);
}
.border-y-sky-900\/85 {
  border-top-color: rgb(12 74 110 / 0.85);
  border-bottom-color: rgb(12 74 110 / 0.85);
}
.border-y-sky-900\/90 {
  border-top-color: rgb(12 74 110 / 0.9);
  border-bottom-color: rgb(12 74 110 / 0.9);
}
.border-y-sky-900\/95 {
  border-top-color: rgb(12 74 110 / 0.95);
  border-bottom-color: rgb(12 74 110 / 0.95);
}
.border-y-sky-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-y-sky-950\/0 {
  border-top-color: rgb(8 47 73 / 0);
  border-bottom-color: rgb(8 47 73 / 0);
}
.border-y-sky-950\/10 {
  border-top-color: rgb(8 47 73 / 0.1);
  border-bottom-color: rgb(8 47 73 / 0.1);
}
.border-y-sky-950\/100 {
  border-top-color: rgb(8 47 73 / 1);
  border-bottom-color: rgb(8 47 73 / 1);
}
.border-y-sky-950\/15 {
  border-top-color: rgb(8 47 73 / 0.15);
  border-bottom-color: rgb(8 47 73 / 0.15);
}
.border-y-sky-950\/20 {
  border-top-color: rgb(8 47 73 / 0.2);
  border-bottom-color: rgb(8 47 73 / 0.2);
}
.border-y-sky-950\/25 {
  border-top-color: rgb(8 47 73 / 0.25);
  border-bottom-color: rgb(8 47 73 / 0.25);
}
.border-y-sky-950\/30 {
  border-top-color: rgb(8 47 73 / 0.3);
  border-bottom-color: rgb(8 47 73 / 0.3);
}
.border-y-sky-950\/35 {
  border-top-color: rgb(8 47 73 / 0.35);
  border-bottom-color: rgb(8 47 73 / 0.35);
}
.border-y-sky-950\/40 {
  border-top-color: rgb(8 47 73 / 0.4);
  border-bottom-color: rgb(8 47 73 / 0.4);
}
.border-y-sky-950\/45 {
  border-top-color: rgb(8 47 73 / 0.45);
  border-bottom-color: rgb(8 47 73 / 0.45);
}
.border-y-sky-950\/5 {
  border-top-color: rgb(8 47 73 / 0.05);
  border-bottom-color: rgb(8 47 73 / 0.05);
}
.border-y-sky-950\/50 {
  border-top-color: rgb(8 47 73 / 0.5);
  border-bottom-color: rgb(8 47 73 / 0.5);
}
.border-y-sky-950\/55 {
  border-top-color: rgb(8 47 73 / 0.55);
  border-bottom-color: rgb(8 47 73 / 0.55);
}
.border-y-sky-950\/60 {
  border-top-color: rgb(8 47 73 / 0.6);
  border-bottom-color: rgb(8 47 73 / 0.6);
}
.border-y-sky-950\/65 {
  border-top-color: rgb(8 47 73 / 0.65);
  border-bottom-color: rgb(8 47 73 / 0.65);
}
.border-y-sky-950\/70 {
  border-top-color: rgb(8 47 73 / 0.7);
  border-bottom-color: rgb(8 47 73 / 0.7);
}
.border-y-sky-950\/75 {
  border-top-color: rgb(8 47 73 / 0.75);
  border-bottom-color: rgb(8 47 73 / 0.75);
}
.border-y-sky-950\/80 {
  border-top-color: rgb(8 47 73 / 0.8);
  border-bottom-color: rgb(8 47 73 / 0.8);
}
.border-y-sky-950\/85 {
  border-top-color: rgb(8 47 73 / 0.85);
  border-bottom-color: rgb(8 47 73 / 0.85);
}
.border-y-sky-950\/90 {
  border-top-color: rgb(8 47 73 / 0.9);
  border-bottom-color: rgb(8 47 73 / 0.9);
}
.border-y-sky-950\/95 {
  border-top-color: rgb(8 47 73 / 0.95);
  border-bottom-color: rgb(8 47 73 / 0.95);
}
.border-y-slate-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-y-slate-100\/0 {
  border-top-color: rgb(241 245 249 / 0);
  border-bottom-color: rgb(241 245 249 / 0);
}
.border-y-slate-100\/10 {
  border-top-color: rgb(241 245 249 / 0.1);
  border-bottom-color: rgb(241 245 249 / 0.1);
}
.border-y-slate-100\/100 {
  border-top-color: rgb(241 245 249 / 1);
  border-bottom-color: rgb(241 245 249 / 1);
}
.border-y-slate-100\/15 {
  border-top-color: rgb(241 245 249 / 0.15);
  border-bottom-color: rgb(241 245 249 / 0.15);
}
.border-y-slate-100\/20 {
  border-top-color: rgb(241 245 249 / 0.2);
  border-bottom-color: rgb(241 245 249 / 0.2);
}
.border-y-slate-100\/25 {
  border-top-color: rgb(241 245 249 / 0.25);
  border-bottom-color: rgb(241 245 249 / 0.25);
}
.border-y-slate-100\/30 {
  border-top-color: rgb(241 245 249 / 0.3);
  border-bottom-color: rgb(241 245 249 / 0.3);
}
.border-y-slate-100\/35 {
  border-top-color: rgb(241 245 249 / 0.35);
  border-bottom-color: rgb(241 245 249 / 0.35);
}
.border-y-slate-100\/40 {
  border-top-color: rgb(241 245 249 / 0.4);
  border-bottom-color: rgb(241 245 249 / 0.4);
}
.border-y-slate-100\/45 {
  border-top-color: rgb(241 245 249 / 0.45);
  border-bottom-color: rgb(241 245 249 / 0.45);
}
.border-y-slate-100\/5 {
  border-top-color: rgb(241 245 249 / 0.05);
  border-bottom-color: rgb(241 245 249 / 0.05);
}
.border-y-slate-100\/50 {
  border-top-color: rgb(241 245 249 / 0.5);
  border-bottom-color: rgb(241 245 249 / 0.5);
}
.border-y-slate-100\/55 {
  border-top-color: rgb(241 245 249 / 0.55);
  border-bottom-color: rgb(241 245 249 / 0.55);
}
.border-y-slate-100\/60 {
  border-top-color: rgb(241 245 249 / 0.6);
  border-bottom-color: rgb(241 245 249 / 0.6);
}
.border-y-slate-100\/65 {
  border-top-color: rgb(241 245 249 / 0.65);
  border-bottom-color: rgb(241 245 249 / 0.65);
}
.border-y-slate-100\/70 {
  border-top-color: rgb(241 245 249 / 0.7);
  border-bottom-color: rgb(241 245 249 / 0.7);
}
.border-y-slate-100\/75 {
  border-top-color: rgb(241 245 249 / 0.75);
  border-bottom-color: rgb(241 245 249 / 0.75);
}
.border-y-slate-100\/80 {
  border-top-color: rgb(241 245 249 / 0.8);
  border-bottom-color: rgb(241 245 249 / 0.8);
}
.border-y-slate-100\/85 {
  border-top-color: rgb(241 245 249 / 0.85);
  border-bottom-color: rgb(241 245 249 / 0.85);
}
.border-y-slate-100\/90 {
  border-top-color: rgb(241 245 249 / 0.9);
  border-bottom-color: rgb(241 245 249 / 0.9);
}
.border-y-slate-100\/95 {
  border-top-color: rgb(241 245 249 / 0.95);
  border-bottom-color: rgb(241 245 249 / 0.95);
}
.border-y-slate-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-y-slate-200\/0 {
  border-top-color: rgb(226 232 240 / 0);
  border-bottom-color: rgb(226 232 240 / 0);
}
.border-y-slate-200\/10 {
  border-top-color: rgb(226 232 240 / 0.1);
  border-bottom-color: rgb(226 232 240 / 0.1);
}
.border-y-slate-200\/100 {
  border-top-color: rgb(226 232 240 / 1);
  border-bottom-color: rgb(226 232 240 / 1);
}
.border-y-slate-200\/15 {
  border-top-color: rgb(226 232 240 / 0.15);
  border-bottom-color: rgb(226 232 240 / 0.15);
}
.border-y-slate-200\/20 {
  border-top-color: rgb(226 232 240 / 0.2);
  border-bottom-color: rgb(226 232 240 / 0.2);
}
.border-y-slate-200\/25 {
  border-top-color: rgb(226 232 240 / 0.25);
  border-bottom-color: rgb(226 232 240 / 0.25);
}
.border-y-slate-200\/30 {
  border-top-color: rgb(226 232 240 / 0.3);
  border-bottom-color: rgb(226 232 240 / 0.3);
}
.border-y-slate-200\/35 {
  border-top-color: rgb(226 232 240 / 0.35);
  border-bottom-color: rgb(226 232 240 / 0.35);
}
.border-y-slate-200\/40 {
  border-top-color: rgb(226 232 240 / 0.4);
  border-bottom-color: rgb(226 232 240 / 0.4);
}
.border-y-slate-200\/45 {
  border-top-color: rgb(226 232 240 / 0.45);
  border-bottom-color: rgb(226 232 240 / 0.45);
}
.border-y-slate-200\/5 {
  border-top-color: rgb(226 232 240 / 0.05);
  border-bottom-color: rgb(226 232 240 / 0.05);
}
.border-y-slate-200\/50 {
  border-top-color: rgb(226 232 240 / 0.5);
  border-bottom-color: rgb(226 232 240 / 0.5);
}
.border-y-slate-200\/55 {
  border-top-color: rgb(226 232 240 / 0.55);
  border-bottom-color: rgb(226 232 240 / 0.55);
}
.border-y-slate-200\/60 {
  border-top-color: rgb(226 232 240 / 0.6);
  border-bottom-color: rgb(226 232 240 / 0.6);
}
.border-y-slate-200\/65 {
  border-top-color: rgb(226 232 240 / 0.65);
  border-bottom-color: rgb(226 232 240 / 0.65);
}
.border-y-slate-200\/70 {
  border-top-color: rgb(226 232 240 / 0.7);
  border-bottom-color: rgb(226 232 240 / 0.7);
}
.border-y-slate-200\/75 {
  border-top-color: rgb(226 232 240 / 0.75);
  border-bottom-color: rgb(226 232 240 / 0.75);
}
.border-y-slate-200\/80 {
  border-top-color: rgb(226 232 240 / 0.8);
  border-bottom-color: rgb(226 232 240 / 0.8);
}
.border-y-slate-200\/85 {
  border-top-color: rgb(226 232 240 / 0.85);
  border-bottom-color: rgb(226 232 240 / 0.85);
}
.border-y-slate-200\/90 {
  border-top-color: rgb(226 232 240 / 0.9);
  border-bottom-color: rgb(226 232 240 / 0.9);
}
.border-y-slate-200\/95 {
  border-top-color: rgb(226 232 240 / 0.95);
  border-bottom-color: rgb(226 232 240 / 0.95);
}
.border-y-slate-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-y-slate-300\/0 {
  border-top-color: rgb(203 213 225 / 0);
  border-bottom-color: rgb(203 213 225 / 0);
}
.border-y-slate-300\/10 {
  border-top-color: rgb(203 213 225 / 0.1);
  border-bottom-color: rgb(203 213 225 / 0.1);
}
.border-y-slate-300\/100 {
  border-top-color: rgb(203 213 225 / 1);
  border-bottom-color: rgb(203 213 225 / 1);
}
.border-y-slate-300\/15 {
  border-top-color: rgb(203 213 225 / 0.15);
  border-bottom-color: rgb(203 213 225 / 0.15);
}
.border-y-slate-300\/20 {
  border-top-color: rgb(203 213 225 / 0.2);
  border-bottom-color: rgb(203 213 225 / 0.2);
}
.border-y-slate-300\/25 {
  border-top-color: rgb(203 213 225 / 0.25);
  border-bottom-color: rgb(203 213 225 / 0.25);
}
.border-y-slate-300\/30 {
  border-top-color: rgb(203 213 225 / 0.3);
  border-bottom-color: rgb(203 213 225 / 0.3);
}
.border-y-slate-300\/35 {
  border-top-color: rgb(203 213 225 / 0.35);
  border-bottom-color: rgb(203 213 225 / 0.35);
}
.border-y-slate-300\/40 {
  border-top-color: rgb(203 213 225 / 0.4);
  border-bottom-color: rgb(203 213 225 / 0.4);
}
.border-y-slate-300\/45 {
  border-top-color: rgb(203 213 225 / 0.45);
  border-bottom-color: rgb(203 213 225 / 0.45);
}
.border-y-slate-300\/5 {
  border-top-color: rgb(203 213 225 / 0.05);
  border-bottom-color: rgb(203 213 225 / 0.05);
}
.border-y-slate-300\/50 {
  border-top-color: rgb(203 213 225 / 0.5);
  border-bottom-color: rgb(203 213 225 / 0.5);
}
.border-y-slate-300\/55 {
  border-top-color: rgb(203 213 225 / 0.55);
  border-bottom-color: rgb(203 213 225 / 0.55);
}
.border-y-slate-300\/60 {
  border-top-color: rgb(203 213 225 / 0.6);
  border-bottom-color: rgb(203 213 225 / 0.6);
}
.border-y-slate-300\/65 {
  border-top-color: rgb(203 213 225 / 0.65);
  border-bottom-color: rgb(203 213 225 / 0.65);
}
.border-y-slate-300\/70 {
  border-top-color: rgb(203 213 225 / 0.7);
  border-bottom-color: rgb(203 213 225 / 0.7);
}
.border-y-slate-300\/75 {
  border-top-color: rgb(203 213 225 / 0.75);
  border-bottom-color: rgb(203 213 225 / 0.75);
}
.border-y-slate-300\/80 {
  border-top-color: rgb(203 213 225 / 0.8);
  border-bottom-color: rgb(203 213 225 / 0.8);
}
.border-y-slate-300\/85 {
  border-top-color: rgb(203 213 225 / 0.85);
  border-bottom-color: rgb(203 213 225 / 0.85);
}
.border-y-slate-300\/90 {
  border-top-color: rgb(203 213 225 / 0.9);
  border-bottom-color: rgb(203 213 225 / 0.9);
}
.border-y-slate-300\/95 {
  border-top-color: rgb(203 213 225 / 0.95);
  border-bottom-color: rgb(203 213 225 / 0.95);
}
.border-y-slate-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-y-slate-400\/0 {
  border-top-color: rgb(148 163 184 / 0);
  border-bottom-color: rgb(148 163 184 / 0);
}
.border-y-slate-400\/10 {
  border-top-color: rgb(148 163 184 / 0.1);
  border-bottom-color: rgb(148 163 184 / 0.1);
}
.border-y-slate-400\/100 {
  border-top-color: rgb(148 163 184 / 1);
  border-bottom-color: rgb(148 163 184 / 1);
}
.border-y-slate-400\/15 {
  border-top-color: rgb(148 163 184 / 0.15);
  border-bottom-color: rgb(148 163 184 / 0.15);
}
.border-y-slate-400\/20 {
  border-top-color: rgb(148 163 184 / 0.2);
  border-bottom-color: rgb(148 163 184 / 0.2);
}
.border-y-slate-400\/25 {
  border-top-color: rgb(148 163 184 / 0.25);
  border-bottom-color: rgb(148 163 184 / 0.25);
}
.border-y-slate-400\/30 {
  border-top-color: rgb(148 163 184 / 0.3);
  border-bottom-color: rgb(148 163 184 / 0.3);
}
.border-y-slate-400\/35 {
  border-top-color: rgb(148 163 184 / 0.35);
  border-bottom-color: rgb(148 163 184 / 0.35);
}
.border-y-slate-400\/40 {
  border-top-color: rgb(148 163 184 / 0.4);
  border-bottom-color: rgb(148 163 184 / 0.4);
}
.border-y-slate-400\/45 {
  border-top-color: rgb(148 163 184 / 0.45);
  border-bottom-color: rgb(148 163 184 / 0.45);
}
.border-y-slate-400\/5 {
  border-top-color: rgb(148 163 184 / 0.05);
  border-bottom-color: rgb(148 163 184 / 0.05);
}
.border-y-slate-400\/50 {
  border-top-color: rgb(148 163 184 / 0.5);
  border-bottom-color: rgb(148 163 184 / 0.5);
}
.border-y-slate-400\/55 {
  border-top-color: rgb(148 163 184 / 0.55);
  border-bottom-color: rgb(148 163 184 / 0.55);
}
.border-y-slate-400\/60 {
  border-top-color: rgb(148 163 184 / 0.6);
  border-bottom-color: rgb(148 163 184 / 0.6);
}
.border-y-slate-400\/65 {
  border-top-color: rgb(148 163 184 / 0.65);
  border-bottom-color: rgb(148 163 184 / 0.65);
}
.border-y-slate-400\/70 {
  border-top-color: rgb(148 163 184 / 0.7);
  border-bottom-color: rgb(148 163 184 / 0.7);
}
.border-y-slate-400\/75 {
  border-top-color: rgb(148 163 184 / 0.75);
  border-bottom-color: rgb(148 163 184 / 0.75);
}
.border-y-slate-400\/80 {
  border-top-color: rgb(148 163 184 / 0.8);
  border-bottom-color: rgb(148 163 184 / 0.8);
}
.border-y-slate-400\/85 {
  border-top-color: rgb(148 163 184 / 0.85);
  border-bottom-color: rgb(148 163 184 / 0.85);
}
.border-y-slate-400\/90 {
  border-top-color: rgb(148 163 184 / 0.9);
  border-bottom-color: rgb(148 163 184 / 0.9);
}
.border-y-slate-400\/95 {
  border-top-color: rgb(148 163 184 / 0.95);
  border-bottom-color: rgb(148 163 184 / 0.95);
}
.border-y-slate-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-y-slate-50\/0 {
  border-top-color: rgb(248 250 252 / 0);
  border-bottom-color: rgb(248 250 252 / 0);
}
.border-y-slate-50\/10 {
  border-top-color: rgb(248 250 252 / 0.1);
  border-bottom-color: rgb(248 250 252 / 0.1);
}
.border-y-slate-50\/100 {
  border-top-color: rgb(248 250 252 / 1);
  border-bottom-color: rgb(248 250 252 / 1);
}
.border-y-slate-50\/15 {
  border-top-color: rgb(248 250 252 / 0.15);
  border-bottom-color: rgb(248 250 252 / 0.15);
}
.border-y-slate-50\/20 {
  border-top-color: rgb(248 250 252 / 0.2);
  border-bottom-color: rgb(248 250 252 / 0.2);
}
.border-y-slate-50\/25 {
  border-top-color: rgb(248 250 252 / 0.25);
  border-bottom-color: rgb(248 250 252 / 0.25);
}
.border-y-slate-50\/30 {
  border-top-color: rgb(248 250 252 / 0.3);
  border-bottom-color: rgb(248 250 252 / 0.3);
}
.border-y-slate-50\/35 {
  border-top-color: rgb(248 250 252 / 0.35);
  border-bottom-color: rgb(248 250 252 / 0.35);
}
.border-y-slate-50\/40 {
  border-top-color: rgb(248 250 252 / 0.4);
  border-bottom-color: rgb(248 250 252 / 0.4);
}
.border-y-slate-50\/45 {
  border-top-color: rgb(248 250 252 / 0.45);
  border-bottom-color: rgb(248 250 252 / 0.45);
}
.border-y-slate-50\/5 {
  border-top-color: rgb(248 250 252 / 0.05);
  border-bottom-color: rgb(248 250 252 / 0.05);
}
.border-y-slate-50\/50 {
  border-top-color: rgb(248 250 252 / 0.5);
  border-bottom-color: rgb(248 250 252 / 0.5);
}
.border-y-slate-50\/55 {
  border-top-color: rgb(248 250 252 / 0.55);
  border-bottom-color: rgb(248 250 252 / 0.55);
}
.border-y-slate-50\/60 {
  border-top-color: rgb(248 250 252 / 0.6);
  border-bottom-color: rgb(248 250 252 / 0.6);
}
.border-y-slate-50\/65 {
  border-top-color: rgb(248 250 252 / 0.65);
  border-bottom-color: rgb(248 250 252 / 0.65);
}
.border-y-slate-50\/70 {
  border-top-color: rgb(248 250 252 / 0.7);
  border-bottom-color: rgb(248 250 252 / 0.7);
}
.border-y-slate-50\/75 {
  border-top-color: rgb(248 250 252 / 0.75);
  border-bottom-color: rgb(248 250 252 / 0.75);
}
.border-y-slate-50\/80 {
  border-top-color: rgb(248 250 252 / 0.8);
  border-bottom-color: rgb(248 250 252 / 0.8);
}
.border-y-slate-50\/85 {
  border-top-color: rgb(248 250 252 / 0.85);
  border-bottom-color: rgb(248 250 252 / 0.85);
}
.border-y-slate-50\/90 {
  border-top-color: rgb(248 250 252 / 0.9);
  border-bottom-color: rgb(248 250 252 / 0.9);
}
.border-y-slate-50\/95 {
  border-top-color: rgb(248 250 252 / 0.95);
  border-bottom-color: rgb(248 250 252 / 0.95);
}
.border-y-slate-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-y-slate-500\/0 {
  border-top-color: rgb(100 116 139 / 0);
  border-bottom-color: rgb(100 116 139 / 0);
}
.border-y-slate-500\/10 {
  border-top-color: rgb(100 116 139 / 0.1);
  border-bottom-color: rgb(100 116 139 / 0.1);
}
.border-y-slate-500\/100 {
  border-top-color: rgb(100 116 139 / 1);
  border-bottom-color: rgb(100 116 139 / 1);
}
.border-y-slate-500\/15 {
  border-top-color: rgb(100 116 139 / 0.15);
  border-bottom-color: rgb(100 116 139 / 0.15);
}
.border-y-slate-500\/20 {
  border-top-color: rgb(100 116 139 / 0.2);
  border-bottom-color: rgb(100 116 139 / 0.2);
}
.border-y-slate-500\/25 {
  border-top-color: rgb(100 116 139 / 0.25);
  border-bottom-color: rgb(100 116 139 / 0.25);
}
.border-y-slate-500\/30 {
  border-top-color: rgb(100 116 139 / 0.3);
  border-bottom-color: rgb(100 116 139 / 0.3);
}
.border-y-slate-500\/35 {
  border-top-color: rgb(100 116 139 / 0.35);
  border-bottom-color: rgb(100 116 139 / 0.35);
}
.border-y-slate-500\/40 {
  border-top-color: rgb(100 116 139 / 0.4);
  border-bottom-color: rgb(100 116 139 / 0.4);
}
.border-y-slate-500\/45 {
  border-top-color: rgb(100 116 139 / 0.45);
  border-bottom-color: rgb(100 116 139 / 0.45);
}
.border-y-slate-500\/5 {
  border-top-color: rgb(100 116 139 / 0.05);
  border-bottom-color: rgb(100 116 139 / 0.05);
}
.border-y-slate-500\/50 {
  border-top-color: rgb(100 116 139 / 0.5);
  border-bottom-color: rgb(100 116 139 / 0.5);
}
.border-y-slate-500\/55 {
  border-top-color: rgb(100 116 139 / 0.55);
  border-bottom-color: rgb(100 116 139 / 0.55);
}
.border-y-slate-500\/60 {
  border-top-color: rgb(100 116 139 / 0.6);
  border-bottom-color: rgb(100 116 139 / 0.6);
}
.border-y-slate-500\/65 {
  border-top-color: rgb(100 116 139 / 0.65);
  border-bottom-color: rgb(100 116 139 / 0.65);
}
.border-y-slate-500\/70 {
  border-top-color: rgb(100 116 139 / 0.7);
  border-bottom-color: rgb(100 116 139 / 0.7);
}
.border-y-slate-500\/75 {
  border-top-color: rgb(100 116 139 / 0.75);
  border-bottom-color: rgb(100 116 139 / 0.75);
}
.border-y-slate-500\/80 {
  border-top-color: rgb(100 116 139 / 0.8);
  border-bottom-color: rgb(100 116 139 / 0.8);
}
.border-y-slate-500\/85 {
  border-top-color: rgb(100 116 139 / 0.85);
  border-bottom-color: rgb(100 116 139 / 0.85);
}
.border-y-slate-500\/90 {
  border-top-color: rgb(100 116 139 / 0.9);
  border-bottom-color: rgb(100 116 139 / 0.9);
}
.border-y-slate-500\/95 {
  border-top-color: rgb(100 116 139 / 0.95);
  border-bottom-color: rgb(100 116 139 / 0.95);
}
.border-y-slate-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-y-slate-600\/0 {
  border-top-color: rgb(71 85 105 / 0);
  border-bottom-color: rgb(71 85 105 / 0);
}
.border-y-slate-600\/10 {
  border-top-color: rgb(71 85 105 / 0.1);
  border-bottom-color: rgb(71 85 105 / 0.1);
}
.border-y-slate-600\/100 {
  border-top-color: rgb(71 85 105 / 1);
  border-bottom-color: rgb(71 85 105 / 1);
}
.border-y-slate-600\/15 {
  border-top-color: rgb(71 85 105 / 0.15);
  border-bottom-color: rgb(71 85 105 / 0.15);
}
.border-y-slate-600\/20 {
  border-top-color: rgb(71 85 105 / 0.2);
  border-bottom-color: rgb(71 85 105 / 0.2);
}
.border-y-slate-600\/25 {
  border-top-color: rgb(71 85 105 / 0.25);
  border-bottom-color: rgb(71 85 105 / 0.25);
}
.border-y-slate-600\/30 {
  border-top-color: rgb(71 85 105 / 0.3);
  border-bottom-color: rgb(71 85 105 / 0.3);
}
.border-y-slate-600\/35 {
  border-top-color: rgb(71 85 105 / 0.35);
  border-bottom-color: rgb(71 85 105 / 0.35);
}
.border-y-slate-600\/40 {
  border-top-color: rgb(71 85 105 / 0.4);
  border-bottom-color: rgb(71 85 105 / 0.4);
}
.border-y-slate-600\/45 {
  border-top-color: rgb(71 85 105 / 0.45);
  border-bottom-color: rgb(71 85 105 / 0.45);
}
.border-y-slate-600\/5 {
  border-top-color: rgb(71 85 105 / 0.05);
  border-bottom-color: rgb(71 85 105 / 0.05);
}
.border-y-slate-600\/50 {
  border-top-color: rgb(71 85 105 / 0.5);
  border-bottom-color: rgb(71 85 105 / 0.5);
}
.border-y-slate-600\/55 {
  border-top-color: rgb(71 85 105 / 0.55);
  border-bottom-color: rgb(71 85 105 / 0.55);
}
.border-y-slate-600\/60 {
  border-top-color: rgb(71 85 105 / 0.6);
  border-bottom-color: rgb(71 85 105 / 0.6);
}
.border-y-slate-600\/65 {
  border-top-color: rgb(71 85 105 / 0.65);
  border-bottom-color: rgb(71 85 105 / 0.65);
}
.border-y-slate-600\/70 {
  border-top-color: rgb(71 85 105 / 0.7);
  border-bottom-color: rgb(71 85 105 / 0.7);
}
.border-y-slate-600\/75 {
  border-top-color: rgb(71 85 105 / 0.75);
  border-bottom-color: rgb(71 85 105 / 0.75);
}
.border-y-slate-600\/80 {
  border-top-color: rgb(71 85 105 / 0.8);
  border-bottom-color: rgb(71 85 105 / 0.8);
}
.border-y-slate-600\/85 {
  border-top-color: rgb(71 85 105 / 0.85);
  border-bottom-color: rgb(71 85 105 / 0.85);
}
.border-y-slate-600\/90 {
  border-top-color: rgb(71 85 105 / 0.9);
  border-bottom-color: rgb(71 85 105 / 0.9);
}
.border-y-slate-600\/95 {
  border-top-color: rgb(71 85 105 / 0.95);
  border-bottom-color: rgb(71 85 105 / 0.95);
}
.border-y-slate-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-y-slate-700\/0 {
  border-top-color: rgb(51 65 85 / 0);
  border-bottom-color: rgb(51 65 85 / 0);
}
.border-y-slate-700\/10 {
  border-top-color: rgb(51 65 85 / 0.1);
  border-bottom-color: rgb(51 65 85 / 0.1);
}
.border-y-slate-700\/100 {
  border-top-color: rgb(51 65 85 / 1);
  border-bottom-color: rgb(51 65 85 / 1);
}
.border-y-slate-700\/15 {
  border-top-color: rgb(51 65 85 / 0.15);
  border-bottom-color: rgb(51 65 85 / 0.15);
}
.border-y-slate-700\/20 {
  border-top-color: rgb(51 65 85 / 0.2);
  border-bottom-color: rgb(51 65 85 / 0.2);
}
.border-y-slate-700\/25 {
  border-top-color: rgb(51 65 85 / 0.25);
  border-bottom-color: rgb(51 65 85 / 0.25);
}
.border-y-slate-700\/30 {
  border-top-color: rgb(51 65 85 / 0.3);
  border-bottom-color: rgb(51 65 85 / 0.3);
}
.border-y-slate-700\/35 {
  border-top-color: rgb(51 65 85 / 0.35);
  border-bottom-color: rgb(51 65 85 / 0.35);
}
.border-y-slate-700\/40 {
  border-top-color: rgb(51 65 85 / 0.4);
  border-bottom-color: rgb(51 65 85 / 0.4);
}
.border-y-slate-700\/45 {
  border-top-color: rgb(51 65 85 / 0.45);
  border-bottom-color: rgb(51 65 85 / 0.45);
}
.border-y-slate-700\/5 {
  border-top-color: rgb(51 65 85 / 0.05);
  border-bottom-color: rgb(51 65 85 / 0.05);
}
.border-y-slate-700\/50 {
  border-top-color: rgb(51 65 85 / 0.5);
  border-bottom-color: rgb(51 65 85 / 0.5);
}
.border-y-slate-700\/55 {
  border-top-color: rgb(51 65 85 / 0.55);
  border-bottom-color: rgb(51 65 85 / 0.55);
}
.border-y-slate-700\/60 {
  border-top-color: rgb(51 65 85 / 0.6);
  border-bottom-color: rgb(51 65 85 / 0.6);
}
.border-y-slate-700\/65 {
  border-top-color: rgb(51 65 85 / 0.65);
  border-bottom-color: rgb(51 65 85 / 0.65);
}
.border-y-slate-700\/70 {
  border-top-color: rgb(51 65 85 / 0.7);
  border-bottom-color: rgb(51 65 85 / 0.7);
}
.border-y-slate-700\/75 {
  border-top-color: rgb(51 65 85 / 0.75);
  border-bottom-color: rgb(51 65 85 / 0.75);
}
.border-y-slate-700\/80 {
  border-top-color: rgb(51 65 85 / 0.8);
  border-bottom-color: rgb(51 65 85 / 0.8);
}
.border-y-slate-700\/85 {
  border-top-color: rgb(51 65 85 / 0.85);
  border-bottom-color: rgb(51 65 85 / 0.85);
}
.border-y-slate-700\/90 {
  border-top-color: rgb(51 65 85 / 0.9);
  border-bottom-color: rgb(51 65 85 / 0.9);
}
.border-y-slate-700\/95 {
  border-top-color: rgb(51 65 85 / 0.95);
  border-bottom-color: rgb(51 65 85 / 0.95);
}
.border-y-slate-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-y-slate-800\/0 {
  border-top-color: rgb(30 41 59 / 0);
  border-bottom-color: rgb(30 41 59 / 0);
}
.border-y-slate-800\/10 {
  border-top-color: rgb(30 41 59 / 0.1);
  border-bottom-color: rgb(30 41 59 / 0.1);
}
.border-y-slate-800\/100 {
  border-top-color: rgb(30 41 59 / 1);
  border-bottom-color: rgb(30 41 59 / 1);
}
.border-y-slate-800\/15 {
  border-top-color: rgb(30 41 59 / 0.15);
  border-bottom-color: rgb(30 41 59 / 0.15);
}
.border-y-slate-800\/20 {
  border-top-color: rgb(30 41 59 / 0.2);
  border-bottom-color: rgb(30 41 59 / 0.2);
}
.border-y-slate-800\/25 {
  border-top-color: rgb(30 41 59 / 0.25);
  border-bottom-color: rgb(30 41 59 / 0.25);
}
.border-y-slate-800\/30 {
  border-top-color: rgb(30 41 59 / 0.3);
  border-bottom-color: rgb(30 41 59 / 0.3);
}
.border-y-slate-800\/35 {
  border-top-color: rgb(30 41 59 / 0.35);
  border-bottom-color: rgb(30 41 59 / 0.35);
}
.border-y-slate-800\/40 {
  border-top-color: rgb(30 41 59 / 0.4);
  border-bottom-color: rgb(30 41 59 / 0.4);
}
.border-y-slate-800\/45 {
  border-top-color: rgb(30 41 59 / 0.45);
  border-bottom-color: rgb(30 41 59 / 0.45);
}
.border-y-slate-800\/5 {
  border-top-color: rgb(30 41 59 / 0.05);
  border-bottom-color: rgb(30 41 59 / 0.05);
}
.border-y-slate-800\/50 {
  border-top-color: rgb(30 41 59 / 0.5);
  border-bottom-color: rgb(30 41 59 / 0.5);
}
.border-y-slate-800\/55 {
  border-top-color: rgb(30 41 59 / 0.55);
  border-bottom-color: rgb(30 41 59 / 0.55);
}
.border-y-slate-800\/60 {
  border-top-color: rgb(30 41 59 / 0.6);
  border-bottom-color: rgb(30 41 59 / 0.6);
}
.border-y-slate-800\/65 {
  border-top-color: rgb(30 41 59 / 0.65);
  border-bottom-color: rgb(30 41 59 / 0.65);
}
.border-y-slate-800\/70 {
  border-top-color: rgb(30 41 59 / 0.7);
  border-bottom-color: rgb(30 41 59 / 0.7);
}
.border-y-slate-800\/75 {
  border-top-color: rgb(30 41 59 / 0.75);
  border-bottom-color: rgb(30 41 59 / 0.75);
}
.border-y-slate-800\/80 {
  border-top-color: rgb(30 41 59 / 0.8);
  border-bottom-color: rgb(30 41 59 / 0.8);
}
.border-y-slate-800\/85 {
  border-top-color: rgb(30 41 59 / 0.85);
  border-bottom-color: rgb(30 41 59 / 0.85);
}
.border-y-slate-800\/90 {
  border-top-color: rgb(30 41 59 / 0.9);
  border-bottom-color: rgb(30 41 59 / 0.9);
}
.border-y-slate-800\/95 {
  border-top-color: rgb(30 41 59 / 0.95);
  border-bottom-color: rgb(30 41 59 / 0.95);
}
.border-y-slate-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-y-slate-900\/0 {
  border-top-color: rgb(15 23 42 / 0);
  border-bottom-color: rgb(15 23 42 / 0);
}
.border-y-slate-900\/10 {
  border-top-color: rgb(15 23 42 / 0.1);
  border-bottom-color: rgb(15 23 42 / 0.1);
}
.border-y-slate-900\/100 {
  border-top-color: rgb(15 23 42 / 1);
  border-bottom-color: rgb(15 23 42 / 1);
}
.border-y-slate-900\/15 {
  border-top-color: rgb(15 23 42 / 0.15);
  border-bottom-color: rgb(15 23 42 / 0.15);
}
.border-y-slate-900\/20 {
  border-top-color: rgb(15 23 42 / 0.2);
  border-bottom-color: rgb(15 23 42 / 0.2);
}
.border-y-slate-900\/25 {
  border-top-color: rgb(15 23 42 / 0.25);
  border-bottom-color: rgb(15 23 42 / 0.25);
}
.border-y-slate-900\/30 {
  border-top-color: rgb(15 23 42 / 0.3);
  border-bottom-color: rgb(15 23 42 / 0.3);
}
.border-y-slate-900\/35 {
  border-top-color: rgb(15 23 42 / 0.35);
  border-bottom-color: rgb(15 23 42 / 0.35);
}
.border-y-slate-900\/40 {
  border-top-color: rgb(15 23 42 / 0.4);
  border-bottom-color: rgb(15 23 42 / 0.4);
}
.border-y-slate-900\/45 {
  border-top-color: rgb(15 23 42 / 0.45);
  border-bottom-color: rgb(15 23 42 / 0.45);
}
.border-y-slate-900\/5 {
  border-top-color: rgb(15 23 42 / 0.05);
  border-bottom-color: rgb(15 23 42 / 0.05);
}
.border-y-slate-900\/50 {
  border-top-color: rgb(15 23 42 / 0.5);
  border-bottom-color: rgb(15 23 42 / 0.5);
}
.border-y-slate-900\/55 {
  border-top-color: rgb(15 23 42 / 0.55);
  border-bottom-color: rgb(15 23 42 / 0.55);
}
.border-y-slate-900\/60 {
  border-top-color: rgb(15 23 42 / 0.6);
  border-bottom-color: rgb(15 23 42 / 0.6);
}
.border-y-slate-900\/65 {
  border-top-color: rgb(15 23 42 / 0.65);
  border-bottom-color: rgb(15 23 42 / 0.65);
}
.border-y-slate-900\/70 {
  border-top-color: rgb(15 23 42 / 0.7);
  border-bottom-color: rgb(15 23 42 / 0.7);
}
.border-y-slate-900\/75 {
  border-top-color: rgb(15 23 42 / 0.75);
  border-bottom-color: rgb(15 23 42 / 0.75);
}
.border-y-slate-900\/80 {
  border-top-color: rgb(15 23 42 / 0.8);
  border-bottom-color: rgb(15 23 42 / 0.8);
}
.border-y-slate-900\/85 {
  border-top-color: rgb(15 23 42 / 0.85);
  border-bottom-color: rgb(15 23 42 / 0.85);
}
.border-y-slate-900\/90 {
  border-top-color: rgb(15 23 42 / 0.9);
  border-bottom-color: rgb(15 23 42 / 0.9);
}
.border-y-slate-900\/95 {
  border-top-color: rgb(15 23 42 / 0.95);
  border-bottom-color: rgb(15 23 42 / 0.95);
}
.border-y-slate-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-y-slate-950\/0 {
  border-top-color: rgb(2 6 23 / 0);
  border-bottom-color: rgb(2 6 23 / 0);
}
.border-y-slate-950\/10 {
  border-top-color: rgb(2 6 23 / 0.1);
  border-bottom-color: rgb(2 6 23 / 0.1);
}
.border-y-slate-950\/100 {
  border-top-color: rgb(2 6 23 / 1);
  border-bottom-color: rgb(2 6 23 / 1);
}
.border-y-slate-950\/15 {
  border-top-color: rgb(2 6 23 / 0.15);
  border-bottom-color: rgb(2 6 23 / 0.15);
}
.border-y-slate-950\/20 {
  border-top-color: rgb(2 6 23 / 0.2);
  border-bottom-color: rgb(2 6 23 / 0.2);
}
.border-y-slate-950\/25 {
  border-top-color: rgb(2 6 23 / 0.25);
  border-bottom-color: rgb(2 6 23 / 0.25);
}
.border-y-slate-950\/30 {
  border-top-color: rgb(2 6 23 / 0.3);
  border-bottom-color: rgb(2 6 23 / 0.3);
}
.border-y-slate-950\/35 {
  border-top-color: rgb(2 6 23 / 0.35);
  border-bottom-color: rgb(2 6 23 / 0.35);
}
.border-y-slate-950\/40 {
  border-top-color: rgb(2 6 23 / 0.4);
  border-bottom-color: rgb(2 6 23 / 0.4);
}
.border-y-slate-950\/45 {
  border-top-color: rgb(2 6 23 / 0.45);
  border-bottom-color: rgb(2 6 23 / 0.45);
}
.border-y-slate-950\/5 {
  border-top-color: rgb(2 6 23 / 0.05);
  border-bottom-color: rgb(2 6 23 / 0.05);
}
.border-y-slate-950\/50 {
  border-top-color: rgb(2 6 23 / 0.5);
  border-bottom-color: rgb(2 6 23 / 0.5);
}
.border-y-slate-950\/55 {
  border-top-color: rgb(2 6 23 / 0.55);
  border-bottom-color: rgb(2 6 23 / 0.55);
}
.border-y-slate-950\/60 {
  border-top-color: rgb(2 6 23 / 0.6);
  border-bottom-color: rgb(2 6 23 / 0.6);
}
.border-y-slate-950\/65 {
  border-top-color: rgb(2 6 23 / 0.65);
  border-bottom-color: rgb(2 6 23 / 0.65);
}
.border-y-slate-950\/70 {
  border-top-color: rgb(2 6 23 / 0.7);
  border-bottom-color: rgb(2 6 23 / 0.7);
}
.border-y-slate-950\/75 {
  border-top-color: rgb(2 6 23 / 0.75);
  border-bottom-color: rgb(2 6 23 / 0.75);
}
.border-y-slate-950\/80 {
  border-top-color: rgb(2 6 23 / 0.8);
  border-bottom-color: rgb(2 6 23 / 0.8);
}
.border-y-slate-950\/85 {
  border-top-color: rgb(2 6 23 / 0.85);
  border-bottom-color: rgb(2 6 23 / 0.85);
}
.border-y-slate-950\/90 {
  border-top-color: rgb(2 6 23 / 0.9);
  border-bottom-color: rgb(2 6 23 / 0.9);
}
.border-y-slate-950\/95 {
  border-top-color: rgb(2 6 23 / 0.95);
  border-bottom-color: rgb(2 6 23 / 0.95);
}
.border-y-stone-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-y-stone-100\/0 {
  border-top-color: rgb(245 245 244 / 0);
  border-bottom-color: rgb(245 245 244 / 0);
}
.border-y-stone-100\/10 {
  border-top-color: rgb(245 245 244 / 0.1);
  border-bottom-color: rgb(245 245 244 / 0.1);
}
.border-y-stone-100\/100 {
  border-top-color: rgb(245 245 244 / 1);
  border-bottom-color: rgb(245 245 244 / 1);
}
.border-y-stone-100\/15 {
  border-top-color: rgb(245 245 244 / 0.15);
  border-bottom-color: rgb(245 245 244 / 0.15);
}
.border-y-stone-100\/20 {
  border-top-color: rgb(245 245 244 / 0.2);
  border-bottom-color: rgb(245 245 244 / 0.2);
}
.border-y-stone-100\/25 {
  border-top-color: rgb(245 245 244 / 0.25);
  border-bottom-color: rgb(245 245 244 / 0.25);
}
.border-y-stone-100\/30 {
  border-top-color: rgb(245 245 244 / 0.3);
  border-bottom-color: rgb(245 245 244 / 0.3);
}
.border-y-stone-100\/35 {
  border-top-color: rgb(245 245 244 / 0.35);
  border-bottom-color: rgb(245 245 244 / 0.35);
}
.border-y-stone-100\/40 {
  border-top-color: rgb(245 245 244 / 0.4);
  border-bottom-color: rgb(245 245 244 / 0.4);
}
.border-y-stone-100\/45 {
  border-top-color: rgb(245 245 244 / 0.45);
  border-bottom-color: rgb(245 245 244 / 0.45);
}
.border-y-stone-100\/5 {
  border-top-color: rgb(245 245 244 / 0.05);
  border-bottom-color: rgb(245 245 244 / 0.05);
}
.border-y-stone-100\/50 {
  border-top-color: rgb(245 245 244 / 0.5);
  border-bottom-color: rgb(245 245 244 / 0.5);
}
.border-y-stone-100\/55 {
  border-top-color: rgb(245 245 244 / 0.55);
  border-bottom-color: rgb(245 245 244 / 0.55);
}
.border-y-stone-100\/60 {
  border-top-color: rgb(245 245 244 / 0.6);
  border-bottom-color: rgb(245 245 244 / 0.6);
}
.border-y-stone-100\/65 {
  border-top-color: rgb(245 245 244 / 0.65);
  border-bottom-color: rgb(245 245 244 / 0.65);
}
.border-y-stone-100\/70 {
  border-top-color: rgb(245 245 244 / 0.7);
  border-bottom-color: rgb(245 245 244 / 0.7);
}
.border-y-stone-100\/75 {
  border-top-color: rgb(245 245 244 / 0.75);
  border-bottom-color: rgb(245 245 244 / 0.75);
}
.border-y-stone-100\/80 {
  border-top-color: rgb(245 245 244 / 0.8);
  border-bottom-color: rgb(245 245 244 / 0.8);
}
.border-y-stone-100\/85 {
  border-top-color: rgb(245 245 244 / 0.85);
  border-bottom-color: rgb(245 245 244 / 0.85);
}
.border-y-stone-100\/90 {
  border-top-color: rgb(245 245 244 / 0.9);
  border-bottom-color: rgb(245 245 244 / 0.9);
}
.border-y-stone-100\/95 {
  border-top-color: rgb(245 245 244 / 0.95);
  border-bottom-color: rgb(245 245 244 / 0.95);
}
.border-y-stone-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-y-stone-200\/0 {
  border-top-color: rgb(231 229 228 / 0);
  border-bottom-color: rgb(231 229 228 / 0);
}
.border-y-stone-200\/10 {
  border-top-color: rgb(231 229 228 / 0.1);
  border-bottom-color: rgb(231 229 228 / 0.1);
}
.border-y-stone-200\/100 {
  border-top-color: rgb(231 229 228 / 1);
  border-bottom-color: rgb(231 229 228 / 1);
}
.border-y-stone-200\/15 {
  border-top-color: rgb(231 229 228 / 0.15);
  border-bottom-color: rgb(231 229 228 / 0.15);
}
.border-y-stone-200\/20 {
  border-top-color: rgb(231 229 228 / 0.2);
  border-bottom-color: rgb(231 229 228 / 0.2);
}
.border-y-stone-200\/25 {
  border-top-color: rgb(231 229 228 / 0.25);
  border-bottom-color: rgb(231 229 228 / 0.25);
}
.border-y-stone-200\/30 {
  border-top-color: rgb(231 229 228 / 0.3);
  border-bottom-color: rgb(231 229 228 / 0.3);
}
.border-y-stone-200\/35 {
  border-top-color: rgb(231 229 228 / 0.35);
  border-bottom-color: rgb(231 229 228 / 0.35);
}
.border-y-stone-200\/40 {
  border-top-color: rgb(231 229 228 / 0.4);
  border-bottom-color: rgb(231 229 228 / 0.4);
}
.border-y-stone-200\/45 {
  border-top-color: rgb(231 229 228 / 0.45);
  border-bottom-color: rgb(231 229 228 / 0.45);
}
.border-y-stone-200\/5 {
  border-top-color: rgb(231 229 228 / 0.05);
  border-bottom-color: rgb(231 229 228 / 0.05);
}
.border-y-stone-200\/50 {
  border-top-color: rgb(231 229 228 / 0.5);
  border-bottom-color: rgb(231 229 228 / 0.5);
}
.border-y-stone-200\/55 {
  border-top-color: rgb(231 229 228 / 0.55);
  border-bottom-color: rgb(231 229 228 / 0.55);
}
.border-y-stone-200\/60 {
  border-top-color: rgb(231 229 228 / 0.6);
  border-bottom-color: rgb(231 229 228 / 0.6);
}
.border-y-stone-200\/65 {
  border-top-color: rgb(231 229 228 / 0.65);
  border-bottom-color: rgb(231 229 228 / 0.65);
}
.border-y-stone-200\/70 {
  border-top-color: rgb(231 229 228 / 0.7);
  border-bottom-color: rgb(231 229 228 / 0.7);
}
.border-y-stone-200\/75 {
  border-top-color: rgb(231 229 228 / 0.75);
  border-bottom-color: rgb(231 229 228 / 0.75);
}
.border-y-stone-200\/80 {
  border-top-color: rgb(231 229 228 / 0.8);
  border-bottom-color: rgb(231 229 228 / 0.8);
}
.border-y-stone-200\/85 {
  border-top-color: rgb(231 229 228 / 0.85);
  border-bottom-color: rgb(231 229 228 / 0.85);
}
.border-y-stone-200\/90 {
  border-top-color: rgb(231 229 228 / 0.9);
  border-bottom-color: rgb(231 229 228 / 0.9);
}
.border-y-stone-200\/95 {
  border-top-color: rgb(231 229 228 / 0.95);
  border-bottom-color: rgb(231 229 228 / 0.95);
}
.border-y-stone-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-y-stone-300\/0 {
  border-top-color: rgb(214 211 209 / 0);
  border-bottom-color: rgb(214 211 209 / 0);
}
.border-y-stone-300\/10 {
  border-top-color: rgb(214 211 209 / 0.1);
  border-bottom-color: rgb(214 211 209 / 0.1);
}
.border-y-stone-300\/100 {
  border-top-color: rgb(214 211 209 / 1);
  border-bottom-color: rgb(214 211 209 / 1);
}
.border-y-stone-300\/15 {
  border-top-color: rgb(214 211 209 / 0.15);
  border-bottom-color: rgb(214 211 209 / 0.15);
}
.border-y-stone-300\/20 {
  border-top-color: rgb(214 211 209 / 0.2);
  border-bottom-color: rgb(214 211 209 / 0.2);
}
.border-y-stone-300\/25 {
  border-top-color: rgb(214 211 209 / 0.25);
  border-bottom-color: rgb(214 211 209 / 0.25);
}
.border-y-stone-300\/30 {
  border-top-color: rgb(214 211 209 / 0.3);
  border-bottom-color: rgb(214 211 209 / 0.3);
}
.border-y-stone-300\/35 {
  border-top-color: rgb(214 211 209 / 0.35);
  border-bottom-color: rgb(214 211 209 / 0.35);
}
.border-y-stone-300\/40 {
  border-top-color: rgb(214 211 209 / 0.4);
  border-bottom-color: rgb(214 211 209 / 0.4);
}
.border-y-stone-300\/45 {
  border-top-color: rgb(214 211 209 / 0.45);
  border-bottom-color: rgb(214 211 209 / 0.45);
}
.border-y-stone-300\/5 {
  border-top-color: rgb(214 211 209 / 0.05);
  border-bottom-color: rgb(214 211 209 / 0.05);
}
.border-y-stone-300\/50 {
  border-top-color: rgb(214 211 209 / 0.5);
  border-bottom-color: rgb(214 211 209 / 0.5);
}
.border-y-stone-300\/55 {
  border-top-color: rgb(214 211 209 / 0.55);
  border-bottom-color: rgb(214 211 209 / 0.55);
}
.border-y-stone-300\/60 {
  border-top-color: rgb(214 211 209 / 0.6);
  border-bottom-color: rgb(214 211 209 / 0.6);
}
.border-y-stone-300\/65 {
  border-top-color: rgb(214 211 209 / 0.65);
  border-bottom-color: rgb(214 211 209 / 0.65);
}
.border-y-stone-300\/70 {
  border-top-color: rgb(214 211 209 / 0.7);
  border-bottom-color: rgb(214 211 209 / 0.7);
}
.border-y-stone-300\/75 {
  border-top-color: rgb(214 211 209 / 0.75);
  border-bottom-color: rgb(214 211 209 / 0.75);
}
.border-y-stone-300\/80 {
  border-top-color: rgb(214 211 209 / 0.8);
  border-bottom-color: rgb(214 211 209 / 0.8);
}
.border-y-stone-300\/85 {
  border-top-color: rgb(214 211 209 / 0.85);
  border-bottom-color: rgb(214 211 209 / 0.85);
}
.border-y-stone-300\/90 {
  border-top-color: rgb(214 211 209 / 0.9);
  border-bottom-color: rgb(214 211 209 / 0.9);
}
.border-y-stone-300\/95 {
  border-top-color: rgb(214 211 209 / 0.95);
  border-bottom-color: rgb(214 211 209 / 0.95);
}
.border-y-stone-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-y-stone-400\/0 {
  border-top-color: rgb(168 162 158 / 0);
  border-bottom-color: rgb(168 162 158 / 0);
}
.border-y-stone-400\/10 {
  border-top-color: rgb(168 162 158 / 0.1);
  border-bottom-color: rgb(168 162 158 / 0.1);
}
.border-y-stone-400\/100 {
  border-top-color: rgb(168 162 158 / 1);
  border-bottom-color: rgb(168 162 158 / 1);
}
.border-y-stone-400\/15 {
  border-top-color: rgb(168 162 158 / 0.15);
  border-bottom-color: rgb(168 162 158 / 0.15);
}
.border-y-stone-400\/20 {
  border-top-color: rgb(168 162 158 / 0.2);
  border-bottom-color: rgb(168 162 158 / 0.2);
}
.border-y-stone-400\/25 {
  border-top-color: rgb(168 162 158 / 0.25);
  border-bottom-color: rgb(168 162 158 / 0.25);
}
.border-y-stone-400\/30 {
  border-top-color: rgb(168 162 158 / 0.3);
  border-bottom-color: rgb(168 162 158 / 0.3);
}
.border-y-stone-400\/35 {
  border-top-color: rgb(168 162 158 / 0.35);
  border-bottom-color: rgb(168 162 158 / 0.35);
}
.border-y-stone-400\/40 {
  border-top-color: rgb(168 162 158 / 0.4);
  border-bottom-color: rgb(168 162 158 / 0.4);
}
.border-y-stone-400\/45 {
  border-top-color: rgb(168 162 158 / 0.45);
  border-bottom-color: rgb(168 162 158 / 0.45);
}
.border-y-stone-400\/5 {
  border-top-color: rgb(168 162 158 / 0.05);
  border-bottom-color: rgb(168 162 158 / 0.05);
}
.border-y-stone-400\/50 {
  border-top-color: rgb(168 162 158 / 0.5);
  border-bottom-color: rgb(168 162 158 / 0.5);
}
.border-y-stone-400\/55 {
  border-top-color: rgb(168 162 158 / 0.55);
  border-bottom-color: rgb(168 162 158 / 0.55);
}
.border-y-stone-400\/60 {
  border-top-color: rgb(168 162 158 / 0.6);
  border-bottom-color: rgb(168 162 158 / 0.6);
}
.border-y-stone-400\/65 {
  border-top-color: rgb(168 162 158 / 0.65);
  border-bottom-color: rgb(168 162 158 / 0.65);
}
.border-y-stone-400\/70 {
  border-top-color: rgb(168 162 158 / 0.7);
  border-bottom-color: rgb(168 162 158 / 0.7);
}
.border-y-stone-400\/75 {
  border-top-color: rgb(168 162 158 / 0.75);
  border-bottom-color: rgb(168 162 158 / 0.75);
}
.border-y-stone-400\/80 {
  border-top-color: rgb(168 162 158 / 0.8);
  border-bottom-color: rgb(168 162 158 / 0.8);
}
.border-y-stone-400\/85 {
  border-top-color: rgb(168 162 158 / 0.85);
  border-bottom-color: rgb(168 162 158 / 0.85);
}
.border-y-stone-400\/90 {
  border-top-color: rgb(168 162 158 / 0.9);
  border-bottom-color: rgb(168 162 158 / 0.9);
}
.border-y-stone-400\/95 {
  border-top-color: rgb(168 162 158 / 0.95);
  border-bottom-color: rgb(168 162 158 / 0.95);
}
.border-y-stone-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-y-stone-50\/0 {
  border-top-color: rgb(250 250 249 / 0);
  border-bottom-color: rgb(250 250 249 / 0);
}
.border-y-stone-50\/10 {
  border-top-color: rgb(250 250 249 / 0.1);
  border-bottom-color: rgb(250 250 249 / 0.1);
}
.border-y-stone-50\/100 {
  border-top-color: rgb(250 250 249 / 1);
  border-bottom-color: rgb(250 250 249 / 1);
}
.border-y-stone-50\/15 {
  border-top-color: rgb(250 250 249 / 0.15);
  border-bottom-color: rgb(250 250 249 / 0.15);
}
.border-y-stone-50\/20 {
  border-top-color: rgb(250 250 249 / 0.2);
  border-bottom-color: rgb(250 250 249 / 0.2);
}
.border-y-stone-50\/25 {
  border-top-color: rgb(250 250 249 / 0.25);
  border-bottom-color: rgb(250 250 249 / 0.25);
}
.border-y-stone-50\/30 {
  border-top-color: rgb(250 250 249 / 0.3);
  border-bottom-color: rgb(250 250 249 / 0.3);
}
.border-y-stone-50\/35 {
  border-top-color: rgb(250 250 249 / 0.35);
  border-bottom-color: rgb(250 250 249 / 0.35);
}
.border-y-stone-50\/40 {
  border-top-color: rgb(250 250 249 / 0.4);
  border-bottom-color: rgb(250 250 249 / 0.4);
}
.border-y-stone-50\/45 {
  border-top-color: rgb(250 250 249 / 0.45);
  border-bottom-color: rgb(250 250 249 / 0.45);
}
.border-y-stone-50\/5 {
  border-top-color: rgb(250 250 249 / 0.05);
  border-bottom-color: rgb(250 250 249 / 0.05);
}
.border-y-stone-50\/50 {
  border-top-color: rgb(250 250 249 / 0.5);
  border-bottom-color: rgb(250 250 249 / 0.5);
}
.border-y-stone-50\/55 {
  border-top-color: rgb(250 250 249 / 0.55);
  border-bottom-color: rgb(250 250 249 / 0.55);
}
.border-y-stone-50\/60 {
  border-top-color: rgb(250 250 249 / 0.6);
  border-bottom-color: rgb(250 250 249 / 0.6);
}
.border-y-stone-50\/65 {
  border-top-color: rgb(250 250 249 / 0.65);
  border-bottom-color: rgb(250 250 249 / 0.65);
}
.border-y-stone-50\/70 {
  border-top-color: rgb(250 250 249 / 0.7);
  border-bottom-color: rgb(250 250 249 / 0.7);
}
.border-y-stone-50\/75 {
  border-top-color: rgb(250 250 249 / 0.75);
  border-bottom-color: rgb(250 250 249 / 0.75);
}
.border-y-stone-50\/80 {
  border-top-color: rgb(250 250 249 / 0.8);
  border-bottom-color: rgb(250 250 249 / 0.8);
}
.border-y-stone-50\/85 {
  border-top-color: rgb(250 250 249 / 0.85);
  border-bottom-color: rgb(250 250 249 / 0.85);
}
.border-y-stone-50\/90 {
  border-top-color: rgb(250 250 249 / 0.9);
  border-bottom-color: rgb(250 250 249 / 0.9);
}
.border-y-stone-50\/95 {
  border-top-color: rgb(250 250 249 / 0.95);
  border-bottom-color: rgb(250 250 249 / 0.95);
}
.border-y-stone-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-y-stone-500\/0 {
  border-top-color: rgb(120 113 108 / 0);
  border-bottom-color: rgb(120 113 108 / 0);
}
.border-y-stone-500\/10 {
  border-top-color: rgb(120 113 108 / 0.1);
  border-bottom-color: rgb(120 113 108 / 0.1);
}
.border-y-stone-500\/100 {
  border-top-color: rgb(120 113 108 / 1);
  border-bottom-color: rgb(120 113 108 / 1);
}
.border-y-stone-500\/15 {
  border-top-color: rgb(120 113 108 / 0.15);
  border-bottom-color: rgb(120 113 108 / 0.15);
}
.border-y-stone-500\/20 {
  border-top-color: rgb(120 113 108 / 0.2);
  border-bottom-color: rgb(120 113 108 / 0.2);
}
.border-y-stone-500\/25 {
  border-top-color: rgb(120 113 108 / 0.25);
  border-bottom-color: rgb(120 113 108 / 0.25);
}
.border-y-stone-500\/30 {
  border-top-color: rgb(120 113 108 / 0.3);
  border-bottom-color: rgb(120 113 108 / 0.3);
}
.border-y-stone-500\/35 {
  border-top-color: rgb(120 113 108 / 0.35);
  border-bottom-color: rgb(120 113 108 / 0.35);
}
.border-y-stone-500\/40 {
  border-top-color: rgb(120 113 108 / 0.4);
  border-bottom-color: rgb(120 113 108 / 0.4);
}
.border-y-stone-500\/45 {
  border-top-color: rgb(120 113 108 / 0.45);
  border-bottom-color: rgb(120 113 108 / 0.45);
}
.border-y-stone-500\/5 {
  border-top-color: rgb(120 113 108 / 0.05);
  border-bottom-color: rgb(120 113 108 / 0.05);
}
.border-y-stone-500\/50 {
  border-top-color: rgb(120 113 108 / 0.5);
  border-bottom-color: rgb(120 113 108 / 0.5);
}
.border-y-stone-500\/55 {
  border-top-color: rgb(120 113 108 / 0.55);
  border-bottom-color: rgb(120 113 108 / 0.55);
}
.border-y-stone-500\/60 {
  border-top-color: rgb(120 113 108 / 0.6);
  border-bottom-color: rgb(120 113 108 / 0.6);
}
.border-y-stone-500\/65 {
  border-top-color: rgb(120 113 108 / 0.65);
  border-bottom-color: rgb(120 113 108 / 0.65);
}
.border-y-stone-500\/70 {
  border-top-color: rgb(120 113 108 / 0.7);
  border-bottom-color: rgb(120 113 108 / 0.7);
}
.border-y-stone-500\/75 {
  border-top-color: rgb(120 113 108 / 0.75);
  border-bottom-color: rgb(120 113 108 / 0.75);
}
.border-y-stone-500\/80 {
  border-top-color: rgb(120 113 108 / 0.8);
  border-bottom-color: rgb(120 113 108 / 0.8);
}
.border-y-stone-500\/85 {
  border-top-color: rgb(120 113 108 / 0.85);
  border-bottom-color: rgb(120 113 108 / 0.85);
}
.border-y-stone-500\/90 {
  border-top-color: rgb(120 113 108 / 0.9);
  border-bottom-color: rgb(120 113 108 / 0.9);
}
.border-y-stone-500\/95 {
  border-top-color: rgb(120 113 108 / 0.95);
  border-bottom-color: rgb(120 113 108 / 0.95);
}
.border-y-stone-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-y-stone-600\/0 {
  border-top-color: rgb(87 83 78 / 0);
  border-bottom-color: rgb(87 83 78 / 0);
}
.border-y-stone-600\/10 {
  border-top-color: rgb(87 83 78 / 0.1);
  border-bottom-color: rgb(87 83 78 / 0.1);
}
.border-y-stone-600\/100 {
  border-top-color: rgb(87 83 78 / 1);
  border-bottom-color: rgb(87 83 78 / 1);
}
.border-y-stone-600\/15 {
  border-top-color: rgb(87 83 78 / 0.15);
  border-bottom-color: rgb(87 83 78 / 0.15);
}
.border-y-stone-600\/20 {
  border-top-color: rgb(87 83 78 / 0.2);
  border-bottom-color: rgb(87 83 78 / 0.2);
}
.border-y-stone-600\/25 {
  border-top-color: rgb(87 83 78 / 0.25);
  border-bottom-color: rgb(87 83 78 / 0.25);
}
.border-y-stone-600\/30 {
  border-top-color: rgb(87 83 78 / 0.3);
  border-bottom-color: rgb(87 83 78 / 0.3);
}
.border-y-stone-600\/35 {
  border-top-color: rgb(87 83 78 / 0.35);
  border-bottom-color: rgb(87 83 78 / 0.35);
}
.border-y-stone-600\/40 {
  border-top-color: rgb(87 83 78 / 0.4);
  border-bottom-color: rgb(87 83 78 / 0.4);
}
.border-y-stone-600\/45 {
  border-top-color: rgb(87 83 78 / 0.45);
  border-bottom-color: rgb(87 83 78 / 0.45);
}
.border-y-stone-600\/5 {
  border-top-color: rgb(87 83 78 / 0.05);
  border-bottom-color: rgb(87 83 78 / 0.05);
}
.border-y-stone-600\/50 {
  border-top-color: rgb(87 83 78 / 0.5);
  border-bottom-color: rgb(87 83 78 / 0.5);
}
.border-y-stone-600\/55 {
  border-top-color: rgb(87 83 78 / 0.55);
  border-bottom-color: rgb(87 83 78 / 0.55);
}
.border-y-stone-600\/60 {
  border-top-color: rgb(87 83 78 / 0.6);
  border-bottom-color: rgb(87 83 78 / 0.6);
}
.border-y-stone-600\/65 {
  border-top-color: rgb(87 83 78 / 0.65);
  border-bottom-color: rgb(87 83 78 / 0.65);
}
.border-y-stone-600\/70 {
  border-top-color: rgb(87 83 78 / 0.7);
  border-bottom-color: rgb(87 83 78 / 0.7);
}
.border-y-stone-600\/75 {
  border-top-color: rgb(87 83 78 / 0.75);
  border-bottom-color: rgb(87 83 78 / 0.75);
}
.border-y-stone-600\/80 {
  border-top-color: rgb(87 83 78 / 0.8);
  border-bottom-color: rgb(87 83 78 / 0.8);
}
.border-y-stone-600\/85 {
  border-top-color: rgb(87 83 78 / 0.85);
  border-bottom-color: rgb(87 83 78 / 0.85);
}
.border-y-stone-600\/90 {
  border-top-color: rgb(87 83 78 / 0.9);
  border-bottom-color: rgb(87 83 78 / 0.9);
}
.border-y-stone-600\/95 {
  border-top-color: rgb(87 83 78 / 0.95);
  border-bottom-color: rgb(87 83 78 / 0.95);
}
.border-y-stone-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-y-stone-700\/0 {
  border-top-color: rgb(68 64 60 / 0);
  border-bottom-color: rgb(68 64 60 / 0);
}
.border-y-stone-700\/10 {
  border-top-color: rgb(68 64 60 / 0.1);
  border-bottom-color: rgb(68 64 60 / 0.1);
}
.border-y-stone-700\/100 {
  border-top-color: rgb(68 64 60 / 1);
  border-bottom-color: rgb(68 64 60 / 1);
}
.border-y-stone-700\/15 {
  border-top-color: rgb(68 64 60 / 0.15);
  border-bottom-color: rgb(68 64 60 / 0.15);
}
.border-y-stone-700\/20 {
  border-top-color: rgb(68 64 60 / 0.2);
  border-bottom-color: rgb(68 64 60 / 0.2);
}
.border-y-stone-700\/25 {
  border-top-color: rgb(68 64 60 / 0.25);
  border-bottom-color: rgb(68 64 60 / 0.25);
}
.border-y-stone-700\/30 {
  border-top-color: rgb(68 64 60 / 0.3);
  border-bottom-color: rgb(68 64 60 / 0.3);
}
.border-y-stone-700\/35 {
  border-top-color: rgb(68 64 60 / 0.35);
  border-bottom-color: rgb(68 64 60 / 0.35);
}
.border-y-stone-700\/40 {
  border-top-color: rgb(68 64 60 / 0.4);
  border-bottom-color: rgb(68 64 60 / 0.4);
}
.border-y-stone-700\/45 {
  border-top-color: rgb(68 64 60 / 0.45);
  border-bottom-color: rgb(68 64 60 / 0.45);
}
.border-y-stone-700\/5 {
  border-top-color: rgb(68 64 60 / 0.05);
  border-bottom-color: rgb(68 64 60 / 0.05);
}
.border-y-stone-700\/50 {
  border-top-color: rgb(68 64 60 / 0.5);
  border-bottom-color: rgb(68 64 60 / 0.5);
}
.border-y-stone-700\/55 {
  border-top-color: rgb(68 64 60 / 0.55);
  border-bottom-color: rgb(68 64 60 / 0.55);
}
.border-y-stone-700\/60 {
  border-top-color: rgb(68 64 60 / 0.6);
  border-bottom-color: rgb(68 64 60 / 0.6);
}
.border-y-stone-700\/65 {
  border-top-color: rgb(68 64 60 / 0.65);
  border-bottom-color: rgb(68 64 60 / 0.65);
}
.border-y-stone-700\/70 {
  border-top-color: rgb(68 64 60 / 0.7);
  border-bottom-color: rgb(68 64 60 / 0.7);
}
.border-y-stone-700\/75 {
  border-top-color: rgb(68 64 60 / 0.75);
  border-bottom-color: rgb(68 64 60 / 0.75);
}
.border-y-stone-700\/80 {
  border-top-color: rgb(68 64 60 / 0.8);
  border-bottom-color: rgb(68 64 60 / 0.8);
}
.border-y-stone-700\/85 {
  border-top-color: rgb(68 64 60 / 0.85);
  border-bottom-color: rgb(68 64 60 / 0.85);
}
.border-y-stone-700\/90 {
  border-top-color: rgb(68 64 60 / 0.9);
  border-bottom-color: rgb(68 64 60 / 0.9);
}
.border-y-stone-700\/95 {
  border-top-color: rgb(68 64 60 / 0.95);
  border-bottom-color: rgb(68 64 60 / 0.95);
}
.border-y-stone-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-y-stone-800\/0 {
  border-top-color: rgb(41 37 36 / 0);
  border-bottom-color: rgb(41 37 36 / 0);
}
.border-y-stone-800\/10 {
  border-top-color: rgb(41 37 36 / 0.1);
  border-bottom-color: rgb(41 37 36 / 0.1);
}
.border-y-stone-800\/100 {
  border-top-color: rgb(41 37 36 / 1);
  border-bottom-color: rgb(41 37 36 / 1);
}
.border-y-stone-800\/15 {
  border-top-color: rgb(41 37 36 / 0.15);
  border-bottom-color: rgb(41 37 36 / 0.15);
}
.border-y-stone-800\/20 {
  border-top-color: rgb(41 37 36 / 0.2);
  border-bottom-color: rgb(41 37 36 / 0.2);
}
.border-y-stone-800\/25 {
  border-top-color: rgb(41 37 36 / 0.25);
  border-bottom-color: rgb(41 37 36 / 0.25);
}
.border-y-stone-800\/30 {
  border-top-color: rgb(41 37 36 / 0.3);
  border-bottom-color: rgb(41 37 36 / 0.3);
}
.border-y-stone-800\/35 {
  border-top-color: rgb(41 37 36 / 0.35);
  border-bottom-color: rgb(41 37 36 / 0.35);
}
.border-y-stone-800\/40 {
  border-top-color: rgb(41 37 36 / 0.4);
  border-bottom-color: rgb(41 37 36 / 0.4);
}
.border-y-stone-800\/45 {
  border-top-color: rgb(41 37 36 / 0.45);
  border-bottom-color: rgb(41 37 36 / 0.45);
}
.border-y-stone-800\/5 {
  border-top-color: rgb(41 37 36 / 0.05);
  border-bottom-color: rgb(41 37 36 / 0.05);
}
.border-y-stone-800\/50 {
  border-top-color: rgb(41 37 36 / 0.5);
  border-bottom-color: rgb(41 37 36 / 0.5);
}
.border-y-stone-800\/55 {
  border-top-color: rgb(41 37 36 / 0.55);
  border-bottom-color: rgb(41 37 36 / 0.55);
}
.border-y-stone-800\/60 {
  border-top-color: rgb(41 37 36 / 0.6);
  border-bottom-color: rgb(41 37 36 / 0.6);
}
.border-y-stone-800\/65 {
  border-top-color: rgb(41 37 36 / 0.65);
  border-bottom-color: rgb(41 37 36 / 0.65);
}
.border-y-stone-800\/70 {
  border-top-color: rgb(41 37 36 / 0.7);
  border-bottom-color: rgb(41 37 36 / 0.7);
}
.border-y-stone-800\/75 {
  border-top-color: rgb(41 37 36 / 0.75);
  border-bottom-color: rgb(41 37 36 / 0.75);
}
.border-y-stone-800\/80 {
  border-top-color: rgb(41 37 36 / 0.8);
  border-bottom-color: rgb(41 37 36 / 0.8);
}
.border-y-stone-800\/85 {
  border-top-color: rgb(41 37 36 / 0.85);
  border-bottom-color: rgb(41 37 36 / 0.85);
}
.border-y-stone-800\/90 {
  border-top-color: rgb(41 37 36 / 0.9);
  border-bottom-color: rgb(41 37 36 / 0.9);
}
.border-y-stone-800\/95 {
  border-top-color: rgb(41 37 36 / 0.95);
  border-bottom-color: rgb(41 37 36 / 0.95);
}
.border-y-stone-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-y-stone-900\/0 {
  border-top-color: rgb(28 25 23 / 0);
  border-bottom-color: rgb(28 25 23 / 0);
}
.border-y-stone-900\/10 {
  border-top-color: rgb(28 25 23 / 0.1);
  border-bottom-color: rgb(28 25 23 / 0.1);
}
.border-y-stone-900\/100 {
  border-top-color: rgb(28 25 23 / 1);
  border-bottom-color: rgb(28 25 23 / 1);
}
.border-y-stone-900\/15 {
  border-top-color: rgb(28 25 23 / 0.15);
  border-bottom-color: rgb(28 25 23 / 0.15);
}
.border-y-stone-900\/20 {
  border-top-color: rgb(28 25 23 / 0.2);
  border-bottom-color: rgb(28 25 23 / 0.2);
}
.border-y-stone-900\/25 {
  border-top-color: rgb(28 25 23 / 0.25);
  border-bottom-color: rgb(28 25 23 / 0.25);
}
.border-y-stone-900\/30 {
  border-top-color: rgb(28 25 23 / 0.3);
  border-bottom-color: rgb(28 25 23 / 0.3);
}
.border-y-stone-900\/35 {
  border-top-color: rgb(28 25 23 / 0.35);
  border-bottom-color: rgb(28 25 23 / 0.35);
}
.border-y-stone-900\/40 {
  border-top-color: rgb(28 25 23 / 0.4);
  border-bottom-color: rgb(28 25 23 / 0.4);
}
.border-y-stone-900\/45 {
  border-top-color: rgb(28 25 23 / 0.45);
  border-bottom-color: rgb(28 25 23 / 0.45);
}
.border-y-stone-900\/5 {
  border-top-color: rgb(28 25 23 / 0.05);
  border-bottom-color: rgb(28 25 23 / 0.05);
}
.border-y-stone-900\/50 {
  border-top-color: rgb(28 25 23 / 0.5);
  border-bottom-color: rgb(28 25 23 / 0.5);
}
.border-y-stone-900\/55 {
  border-top-color: rgb(28 25 23 / 0.55);
  border-bottom-color: rgb(28 25 23 / 0.55);
}
.border-y-stone-900\/60 {
  border-top-color: rgb(28 25 23 / 0.6);
  border-bottom-color: rgb(28 25 23 / 0.6);
}
.border-y-stone-900\/65 {
  border-top-color: rgb(28 25 23 / 0.65);
  border-bottom-color: rgb(28 25 23 / 0.65);
}
.border-y-stone-900\/70 {
  border-top-color: rgb(28 25 23 / 0.7);
  border-bottom-color: rgb(28 25 23 / 0.7);
}
.border-y-stone-900\/75 {
  border-top-color: rgb(28 25 23 / 0.75);
  border-bottom-color: rgb(28 25 23 / 0.75);
}
.border-y-stone-900\/80 {
  border-top-color: rgb(28 25 23 / 0.8);
  border-bottom-color: rgb(28 25 23 / 0.8);
}
.border-y-stone-900\/85 {
  border-top-color: rgb(28 25 23 / 0.85);
  border-bottom-color: rgb(28 25 23 / 0.85);
}
.border-y-stone-900\/90 {
  border-top-color: rgb(28 25 23 / 0.9);
  border-bottom-color: rgb(28 25 23 / 0.9);
}
.border-y-stone-900\/95 {
  border-top-color: rgb(28 25 23 / 0.95);
  border-bottom-color: rgb(28 25 23 / 0.95);
}
.border-y-stone-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-y-stone-950\/0 {
  border-top-color: rgb(12 10 9 / 0);
  border-bottom-color: rgb(12 10 9 / 0);
}
.border-y-stone-950\/10 {
  border-top-color: rgb(12 10 9 / 0.1);
  border-bottom-color: rgb(12 10 9 / 0.1);
}
.border-y-stone-950\/100 {
  border-top-color: rgb(12 10 9 / 1);
  border-bottom-color: rgb(12 10 9 / 1);
}
.border-y-stone-950\/15 {
  border-top-color: rgb(12 10 9 / 0.15);
  border-bottom-color: rgb(12 10 9 / 0.15);
}
.border-y-stone-950\/20 {
  border-top-color: rgb(12 10 9 / 0.2);
  border-bottom-color: rgb(12 10 9 / 0.2);
}
.border-y-stone-950\/25 {
  border-top-color: rgb(12 10 9 / 0.25);
  border-bottom-color: rgb(12 10 9 / 0.25);
}
.border-y-stone-950\/30 {
  border-top-color: rgb(12 10 9 / 0.3);
  border-bottom-color: rgb(12 10 9 / 0.3);
}
.border-y-stone-950\/35 {
  border-top-color: rgb(12 10 9 / 0.35);
  border-bottom-color: rgb(12 10 9 / 0.35);
}
.border-y-stone-950\/40 {
  border-top-color: rgb(12 10 9 / 0.4);
  border-bottom-color: rgb(12 10 9 / 0.4);
}
.border-y-stone-950\/45 {
  border-top-color: rgb(12 10 9 / 0.45);
  border-bottom-color: rgb(12 10 9 / 0.45);
}
.border-y-stone-950\/5 {
  border-top-color: rgb(12 10 9 / 0.05);
  border-bottom-color: rgb(12 10 9 / 0.05);
}
.border-y-stone-950\/50 {
  border-top-color: rgb(12 10 9 / 0.5);
  border-bottom-color: rgb(12 10 9 / 0.5);
}
.border-y-stone-950\/55 {
  border-top-color: rgb(12 10 9 / 0.55);
  border-bottom-color: rgb(12 10 9 / 0.55);
}
.border-y-stone-950\/60 {
  border-top-color: rgb(12 10 9 / 0.6);
  border-bottom-color: rgb(12 10 9 / 0.6);
}
.border-y-stone-950\/65 {
  border-top-color: rgb(12 10 9 / 0.65);
  border-bottom-color: rgb(12 10 9 / 0.65);
}
.border-y-stone-950\/70 {
  border-top-color: rgb(12 10 9 / 0.7);
  border-bottom-color: rgb(12 10 9 / 0.7);
}
.border-y-stone-950\/75 {
  border-top-color: rgb(12 10 9 / 0.75);
  border-bottom-color: rgb(12 10 9 / 0.75);
}
.border-y-stone-950\/80 {
  border-top-color: rgb(12 10 9 / 0.8);
  border-bottom-color: rgb(12 10 9 / 0.8);
}
.border-y-stone-950\/85 {
  border-top-color: rgb(12 10 9 / 0.85);
  border-bottom-color: rgb(12 10 9 / 0.85);
}
.border-y-stone-950\/90 {
  border-top-color: rgb(12 10 9 / 0.9);
  border-bottom-color: rgb(12 10 9 / 0.9);
}
.border-y-stone-950\/95 {
  border-top-color: rgb(12 10 9 / 0.95);
  border-bottom-color: rgb(12 10 9 / 0.95);
}
.border-y-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-y-teal-100\/0 {
  border-top-color: rgb(204 251 241 / 0);
  border-bottom-color: rgb(204 251 241 / 0);
}
.border-y-teal-100\/10 {
  border-top-color: rgb(204 251 241 / 0.1);
  border-bottom-color: rgb(204 251 241 / 0.1);
}
.border-y-teal-100\/100 {
  border-top-color: rgb(204 251 241 / 1);
  border-bottom-color: rgb(204 251 241 / 1);
}
.border-y-teal-100\/15 {
  border-top-color: rgb(204 251 241 / 0.15);
  border-bottom-color: rgb(204 251 241 / 0.15);
}
.border-y-teal-100\/20 {
  border-top-color: rgb(204 251 241 / 0.2);
  border-bottom-color: rgb(204 251 241 / 0.2);
}
.border-y-teal-100\/25 {
  border-top-color: rgb(204 251 241 / 0.25);
  border-bottom-color: rgb(204 251 241 / 0.25);
}
.border-y-teal-100\/30 {
  border-top-color: rgb(204 251 241 / 0.3);
  border-bottom-color: rgb(204 251 241 / 0.3);
}
.border-y-teal-100\/35 {
  border-top-color: rgb(204 251 241 / 0.35);
  border-bottom-color: rgb(204 251 241 / 0.35);
}
.border-y-teal-100\/40 {
  border-top-color: rgb(204 251 241 / 0.4);
  border-bottom-color: rgb(204 251 241 / 0.4);
}
.border-y-teal-100\/45 {
  border-top-color: rgb(204 251 241 / 0.45);
  border-bottom-color: rgb(204 251 241 / 0.45);
}
.border-y-teal-100\/5 {
  border-top-color: rgb(204 251 241 / 0.05);
  border-bottom-color: rgb(204 251 241 / 0.05);
}
.border-y-teal-100\/50 {
  border-top-color: rgb(204 251 241 / 0.5);
  border-bottom-color: rgb(204 251 241 / 0.5);
}
.border-y-teal-100\/55 {
  border-top-color: rgb(204 251 241 / 0.55);
  border-bottom-color: rgb(204 251 241 / 0.55);
}
.border-y-teal-100\/60 {
  border-top-color: rgb(204 251 241 / 0.6);
  border-bottom-color: rgb(204 251 241 / 0.6);
}
.border-y-teal-100\/65 {
  border-top-color: rgb(204 251 241 / 0.65);
  border-bottom-color: rgb(204 251 241 / 0.65);
}
.border-y-teal-100\/70 {
  border-top-color: rgb(204 251 241 / 0.7);
  border-bottom-color: rgb(204 251 241 / 0.7);
}
.border-y-teal-100\/75 {
  border-top-color: rgb(204 251 241 / 0.75);
  border-bottom-color: rgb(204 251 241 / 0.75);
}
.border-y-teal-100\/80 {
  border-top-color: rgb(204 251 241 / 0.8);
  border-bottom-color: rgb(204 251 241 / 0.8);
}
.border-y-teal-100\/85 {
  border-top-color: rgb(204 251 241 / 0.85);
  border-bottom-color: rgb(204 251 241 / 0.85);
}
.border-y-teal-100\/90 {
  border-top-color: rgb(204 251 241 / 0.9);
  border-bottom-color: rgb(204 251 241 / 0.9);
}
.border-y-teal-100\/95 {
  border-top-color: rgb(204 251 241 / 0.95);
  border-bottom-color: rgb(204 251 241 / 0.95);
}
.border-y-teal-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-y-teal-200\/0 {
  border-top-color: rgb(153 246 228 / 0);
  border-bottom-color: rgb(153 246 228 / 0);
}
.border-y-teal-200\/10 {
  border-top-color: rgb(153 246 228 / 0.1);
  border-bottom-color: rgb(153 246 228 / 0.1);
}
.border-y-teal-200\/100 {
  border-top-color: rgb(153 246 228 / 1);
  border-bottom-color: rgb(153 246 228 / 1);
}
.border-y-teal-200\/15 {
  border-top-color: rgb(153 246 228 / 0.15);
  border-bottom-color: rgb(153 246 228 / 0.15);
}
.border-y-teal-200\/20 {
  border-top-color: rgb(153 246 228 / 0.2);
  border-bottom-color: rgb(153 246 228 / 0.2);
}
.border-y-teal-200\/25 {
  border-top-color: rgb(153 246 228 / 0.25);
  border-bottom-color: rgb(153 246 228 / 0.25);
}
.border-y-teal-200\/30 {
  border-top-color: rgb(153 246 228 / 0.3);
  border-bottom-color: rgb(153 246 228 / 0.3);
}
.border-y-teal-200\/35 {
  border-top-color: rgb(153 246 228 / 0.35);
  border-bottom-color: rgb(153 246 228 / 0.35);
}
.border-y-teal-200\/40 {
  border-top-color: rgb(153 246 228 / 0.4);
  border-bottom-color: rgb(153 246 228 / 0.4);
}
.border-y-teal-200\/45 {
  border-top-color: rgb(153 246 228 / 0.45);
  border-bottom-color: rgb(153 246 228 / 0.45);
}
.border-y-teal-200\/5 {
  border-top-color: rgb(153 246 228 / 0.05);
  border-bottom-color: rgb(153 246 228 / 0.05);
}
.border-y-teal-200\/50 {
  border-top-color: rgb(153 246 228 / 0.5);
  border-bottom-color: rgb(153 246 228 / 0.5);
}
.border-y-teal-200\/55 {
  border-top-color: rgb(153 246 228 / 0.55);
  border-bottom-color: rgb(153 246 228 / 0.55);
}
.border-y-teal-200\/60 {
  border-top-color: rgb(153 246 228 / 0.6);
  border-bottom-color: rgb(153 246 228 / 0.6);
}
.border-y-teal-200\/65 {
  border-top-color: rgb(153 246 228 / 0.65);
  border-bottom-color: rgb(153 246 228 / 0.65);
}
.border-y-teal-200\/70 {
  border-top-color: rgb(153 246 228 / 0.7);
  border-bottom-color: rgb(153 246 228 / 0.7);
}
.border-y-teal-200\/75 {
  border-top-color: rgb(153 246 228 / 0.75);
  border-bottom-color: rgb(153 246 228 / 0.75);
}
.border-y-teal-200\/80 {
  border-top-color: rgb(153 246 228 / 0.8);
  border-bottom-color: rgb(153 246 228 / 0.8);
}
.border-y-teal-200\/85 {
  border-top-color: rgb(153 246 228 / 0.85);
  border-bottom-color: rgb(153 246 228 / 0.85);
}
.border-y-teal-200\/90 {
  border-top-color: rgb(153 246 228 / 0.9);
  border-bottom-color: rgb(153 246 228 / 0.9);
}
.border-y-teal-200\/95 {
  border-top-color: rgb(153 246 228 / 0.95);
  border-bottom-color: rgb(153 246 228 / 0.95);
}
.border-y-teal-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-y-teal-300\/0 {
  border-top-color: rgb(94 234 212 / 0);
  border-bottom-color: rgb(94 234 212 / 0);
}
.border-y-teal-300\/10 {
  border-top-color: rgb(94 234 212 / 0.1);
  border-bottom-color: rgb(94 234 212 / 0.1);
}
.border-y-teal-300\/100 {
  border-top-color: rgb(94 234 212 / 1);
  border-bottom-color: rgb(94 234 212 / 1);
}
.border-y-teal-300\/15 {
  border-top-color: rgb(94 234 212 / 0.15);
  border-bottom-color: rgb(94 234 212 / 0.15);
}
.border-y-teal-300\/20 {
  border-top-color: rgb(94 234 212 / 0.2);
  border-bottom-color: rgb(94 234 212 / 0.2);
}
.border-y-teal-300\/25 {
  border-top-color: rgb(94 234 212 / 0.25);
  border-bottom-color: rgb(94 234 212 / 0.25);
}
.border-y-teal-300\/30 {
  border-top-color: rgb(94 234 212 / 0.3);
  border-bottom-color: rgb(94 234 212 / 0.3);
}
.border-y-teal-300\/35 {
  border-top-color: rgb(94 234 212 / 0.35);
  border-bottom-color: rgb(94 234 212 / 0.35);
}
.border-y-teal-300\/40 {
  border-top-color: rgb(94 234 212 / 0.4);
  border-bottom-color: rgb(94 234 212 / 0.4);
}
.border-y-teal-300\/45 {
  border-top-color: rgb(94 234 212 / 0.45);
  border-bottom-color: rgb(94 234 212 / 0.45);
}
.border-y-teal-300\/5 {
  border-top-color: rgb(94 234 212 / 0.05);
  border-bottom-color: rgb(94 234 212 / 0.05);
}
.border-y-teal-300\/50 {
  border-top-color: rgb(94 234 212 / 0.5);
  border-bottom-color: rgb(94 234 212 / 0.5);
}
.border-y-teal-300\/55 {
  border-top-color: rgb(94 234 212 / 0.55);
  border-bottom-color: rgb(94 234 212 / 0.55);
}
.border-y-teal-300\/60 {
  border-top-color: rgb(94 234 212 / 0.6);
  border-bottom-color: rgb(94 234 212 / 0.6);
}
.border-y-teal-300\/65 {
  border-top-color: rgb(94 234 212 / 0.65);
  border-bottom-color: rgb(94 234 212 / 0.65);
}
.border-y-teal-300\/70 {
  border-top-color: rgb(94 234 212 / 0.7);
  border-bottom-color: rgb(94 234 212 / 0.7);
}
.border-y-teal-300\/75 {
  border-top-color: rgb(94 234 212 / 0.75);
  border-bottom-color: rgb(94 234 212 / 0.75);
}
.border-y-teal-300\/80 {
  border-top-color: rgb(94 234 212 / 0.8);
  border-bottom-color: rgb(94 234 212 / 0.8);
}
.border-y-teal-300\/85 {
  border-top-color: rgb(94 234 212 / 0.85);
  border-bottom-color: rgb(94 234 212 / 0.85);
}
.border-y-teal-300\/90 {
  border-top-color: rgb(94 234 212 / 0.9);
  border-bottom-color: rgb(94 234 212 / 0.9);
}
.border-y-teal-300\/95 {
  border-top-color: rgb(94 234 212 / 0.95);
  border-bottom-color: rgb(94 234 212 / 0.95);
}
.border-y-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-y-teal-400\/0 {
  border-top-color: rgb(45 212 191 / 0);
  border-bottom-color: rgb(45 212 191 / 0);
}
.border-y-teal-400\/10 {
  border-top-color: rgb(45 212 191 / 0.1);
  border-bottom-color: rgb(45 212 191 / 0.1);
}
.border-y-teal-400\/100 {
  border-top-color: rgb(45 212 191 / 1);
  border-bottom-color: rgb(45 212 191 / 1);
}
.border-y-teal-400\/15 {
  border-top-color: rgb(45 212 191 / 0.15);
  border-bottom-color: rgb(45 212 191 / 0.15);
}
.border-y-teal-400\/20 {
  border-top-color: rgb(45 212 191 / 0.2);
  border-bottom-color: rgb(45 212 191 / 0.2);
}
.border-y-teal-400\/25 {
  border-top-color: rgb(45 212 191 / 0.25);
  border-bottom-color: rgb(45 212 191 / 0.25);
}
.border-y-teal-400\/30 {
  border-top-color: rgb(45 212 191 / 0.3);
  border-bottom-color: rgb(45 212 191 / 0.3);
}
.border-y-teal-400\/35 {
  border-top-color: rgb(45 212 191 / 0.35);
  border-bottom-color: rgb(45 212 191 / 0.35);
}
.border-y-teal-400\/40 {
  border-top-color: rgb(45 212 191 / 0.4);
  border-bottom-color: rgb(45 212 191 / 0.4);
}
.border-y-teal-400\/45 {
  border-top-color: rgb(45 212 191 / 0.45);
  border-bottom-color: rgb(45 212 191 / 0.45);
}
.border-y-teal-400\/5 {
  border-top-color: rgb(45 212 191 / 0.05);
  border-bottom-color: rgb(45 212 191 / 0.05);
}
.border-y-teal-400\/50 {
  border-top-color: rgb(45 212 191 / 0.5);
  border-bottom-color: rgb(45 212 191 / 0.5);
}
.border-y-teal-400\/55 {
  border-top-color: rgb(45 212 191 / 0.55);
  border-bottom-color: rgb(45 212 191 / 0.55);
}
.border-y-teal-400\/60 {
  border-top-color: rgb(45 212 191 / 0.6);
  border-bottom-color: rgb(45 212 191 / 0.6);
}
.border-y-teal-400\/65 {
  border-top-color: rgb(45 212 191 / 0.65);
  border-bottom-color: rgb(45 212 191 / 0.65);
}
.border-y-teal-400\/70 {
  border-top-color: rgb(45 212 191 / 0.7);
  border-bottom-color: rgb(45 212 191 / 0.7);
}
.border-y-teal-400\/75 {
  border-top-color: rgb(45 212 191 / 0.75);
  border-bottom-color: rgb(45 212 191 / 0.75);
}
.border-y-teal-400\/80 {
  border-top-color: rgb(45 212 191 / 0.8);
  border-bottom-color: rgb(45 212 191 / 0.8);
}
.border-y-teal-400\/85 {
  border-top-color: rgb(45 212 191 / 0.85);
  border-bottom-color: rgb(45 212 191 / 0.85);
}
.border-y-teal-400\/90 {
  border-top-color: rgb(45 212 191 / 0.9);
  border-bottom-color: rgb(45 212 191 / 0.9);
}
.border-y-teal-400\/95 {
  border-top-color: rgb(45 212 191 / 0.95);
  border-bottom-color: rgb(45 212 191 / 0.95);
}
.border-y-teal-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-y-teal-50\/0 {
  border-top-color: rgb(240 253 250 / 0);
  border-bottom-color: rgb(240 253 250 / 0);
}
.border-y-teal-50\/10 {
  border-top-color: rgb(240 253 250 / 0.1);
  border-bottom-color: rgb(240 253 250 / 0.1);
}
.border-y-teal-50\/100 {
  border-top-color: rgb(240 253 250 / 1);
  border-bottom-color: rgb(240 253 250 / 1);
}
.border-y-teal-50\/15 {
  border-top-color: rgb(240 253 250 / 0.15);
  border-bottom-color: rgb(240 253 250 / 0.15);
}
.border-y-teal-50\/20 {
  border-top-color: rgb(240 253 250 / 0.2);
  border-bottom-color: rgb(240 253 250 / 0.2);
}
.border-y-teal-50\/25 {
  border-top-color: rgb(240 253 250 / 0.25);
  border-bottom-color: rgb(240 253 250 / 0.25);
}
.border-y-teal-50\/30 {
  border-top-color: rgb(240 253 250 / 0.3);
  border-bottom-color: rgb(240 253 250 / 0.3);
}
.border-y-teal-50\/35 {
  border-top-color: rgb(240 253 250 / 0.35);
  border-bottom-color: rgb(240 253 250 / 0.35);
}
.border-y-teal-50\/40 {
  border-top-color: rgb(240 253 250 / 0.4);
  border-bottom-color: rgb(240 253 250 / 0.4);
}
.border-y-teal-50\/45 {
  border-top-color: rgb(240 253 250 / 0.45);
  border-bottom-color: rgb(240 253 250 / 0.45);
}
.border-y-teal-50\/5 {
  border-top-color: rgb(240 253 250 / 0.05);
  border-bottom-color: rgb(240 253 250 / 0.05);
}
.border-y-teal-50\/50 {
  border-top-color: rgb(240 253 250 / 0.5);
  border-bottom-color: rgb(240 253 250 / 0.5);
}
.border-y-teal-50\/55 {
  border-top-color: rgb(240 253 250 / 0.55);
  border-bottom-color: rgb(240 253 250 / 0.55);
}
.border-y-teal-50\/60 {
  border-top-color: rgb(240 253 250 / 0.6);
  border-bottom-color: rgb(240 253 250 / 0.6);
}
.border-y-teal-50\/65 {
  border-top-color: rgb(240 253 250 / 0.65);
  border-bottom-color: rgb(240 253 250 / 0.65);
}
.border-y-teal-50\/70 {
  border-top-color: rgb(240 253 250 / 0.7);
  border-bottom-color: rgb(240 253 250 / 0.7);
}
.border-y-teal-50\/75 {
  border-top-color: rgb(240 253 250 / 0.75);
  border-bottom-color: rgb(240 253 250 / 0.75);
}
.border-y-teal-50\/80 {
  border-top-color: rgb(240 253 250 / 0.8);
  border-bottom-color: rgb(240 253 250 / 0.8);
}
.border-y-teal-50\/85 {
  border-top-color: rgb(240 253 250 / 0.85);
  border-bottom-color: rgb(240 253 250 / 0.85);
}
.border-y-teal-50\/90 {
  border-top-color: rgb(240 253 250 / 0.9);
  border-bottom-color: rgb(240 253 250 / 0.9);
}
.border-y-teal-50\/95 {
  border-top-color: rgb(240 253 250 / 0.95);
  border-bottom-color: rgb(240 253 250 / 0.95);
}
.border-y-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-y-teal-500\/0 {
  border-top-color: rgb(20 184 166 / 0);
  border-bottom-color: rgb(20 184 166 / 0);
}
.border-y-teal-500\/10 {
  border-top-color: rgb(20 184 166 / 0.1);
  border-bottom-color: rgb(20 184 166 / 0.1);
}
.border-y-teal-500\/100 {
  border-top-color: rgb(20 184 166 / 1);
  border-bottom-color: rgb(20 184 166 / 1);
}
.border-y-teal-500\/15 {
  border-top-color: rgb(20 184 166 / 0.15);
  border-bottom-color: rgb(20 184 166 / 0.15);
}
.border-y-teal-500\/20 {
  border-top-color: rgb(20 184 166 / 0.2);
  border-bottom-color: rgb(20 184 166 / 0.2);
}
.border-y-teal-500\/25 {
  border-top-color: rgb(20 184 166 / 0.25);
  border-bottom-color: rgb(20 184 166 / 0.25);
}
.border-y-teal-500\/30 {
  border-top-color: rgb(20 184 166 / 0.3);
  border-bottom-color: rgb(20 184 166 / 0.3);
}
.border-y-teal-500\/35 {
  border-top-color: rgb(20 184 166 / 0.35);
  border-bottom-color: rgb(20 184 166 / 0.35);
}
.border-y-teal-500\/40 {
  border-top-color: rgb(20 184 166 / 0.4);
  border-bottom-color: rgb(20 184 166 / 0.4);
}
.border-y-teal-500\/45 {
  border-top-color: rgb(20 184 166 / 0.45);
  border-bottom-color: rgb(20 184 166 / 0.45);
}
.border-y-teal-500\/5 {
  border-top-color: rgb(20 184 166 / 0.05);
  border-bottom-color: rgb(20 184 166 / 0.05);
}
.border-y-teal-500\/50 {
  border-top-color: rgb(20 184 166 / 0.5);
  border-bottom-color: rgb(20 184 166 / 0.5);
}
.border-y-teal-500\/55 {
  border-top-color: rgb(20 184 166 / 0.55);
  border-bottom-color: rgb(20 184 166 / 0.55);
}
.border-y-teal-500\/60 {
  border-top-color: rgb(20 184 166 / 0.6);
  border-bottom-color: rgb(20 184 166 / 0.6);
}
.border-y-teal-500\/65 {
  border-top-color: rgb(20 184 166 / 0.65);
  border-bottom-color: rgb(20 184 166 / 0.65);
}
.border-y-teal-500\/70 {
  border-top-color: rgb(20 184 166 / 0.7);
  border-bottom-color: rgb(20 184 166 / 0.7);
}
.border-y-teal-500\/75 {
  border-top-color: rgb(20 184 166 / 0.75);
  border-bottom-color: rgb(20 184 166 / 0.75);
}
.border-y-teal-500\/80 {
  border-top-color: rgb(20 184 166 / 0.8);
  border-bottom-color: rgb(20 184 166 / 0.8);
}
.border-y-teal-500\/85 {
  border-top-color: rgb(20 184 166 / 0.85);
  border-bottom-color: rgb(20 184 166 / 0.85);
}
.border-y-teal-500\/90 {
  border-top-color: rgb(20 184 166 / 0.9);
  border-bottom-color: rgb(20 184 166 / 0.9);
}
.border-y-teal-500\/95 {
  border-top-color: rgb(20 184 166 / 0.95);
  border-bottom-color: rgb(20 184 166 / 0.95);
}
.border-y-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-y-teal-600\/0 {
  border-top-color: rgb(13 148 136 / 0);
  border-bottom-color: rgb(13 148 136 / 0);
}
.border-y-teal-600\/10 {
  border-top-color: rgb(13 148 136 / 0.1);
  border-bottom-color: rgb(13 148 136 / 0.1);
}
.border-y-teal-600\/100 {
  border-top-color: rgb(13 148 136 / 1);
  border-bottom-color: rgb(13 148 136 / 1);
}
.border-y-teal-600\/15 {
  border-top-color: rgb(13 148 136 / 0.15);
  border-bottom-color: rgb(13 148 136 / 0.15);
}
.border-y-teal-600\/20 {
  border-top-color: rgb(13 148 136 / 0.2);
  border-bottom-color: rgb(13 148 136 / 0.2);
}
.border-y-teal-600\/25 {
  border-top-color: rgb(13 148 136 / 0.25);
  border-bottom-color: rgb(13 148 136 / 0.25);
}
.border-y-teal-600\/30 {
  border-top-color: rgb(13 148 136 / 0.3);
  border-bottom-color: rgb(13 148 136 / 0.3);
}
.border-y-teal-600\/35 {
  border-top-color: rgb(13 148 136 / 0.35);
  border-bottom-color: rgb(13 148 136 / 0.35);
}
.border-y-teal-600\/40 {
  border-top-color: rgb(13 148 136 / 0.4);
  border-bottom-color: rgb(13 148 136 / 0.4);
}
.border-y-teal-600\/45 {
  border-top-color: rgb(13 148 136 / 0.45);
  border-bottom-color: rgb(13 148 136 / 0.45);
}
.border-y-teal-600\/5 {
  border-top-color: rgb(13 148 136 / 0.05);
  border-bottom-color: rgb(13 148 136 / 0.05);
}
.border-y-teal-600\/50 {
  border-top-color: rgb(13 148 136 / 0.5);
  border-bottom-color: rgb(13 148 136 / 0.5);
}
.border-y-teal-600\/55 {
  border-top-color: rgb(13 148 136 / 0.55);
  border-bottom-color: rgb(13 148 136 / 0.55);
}
.border-y-teal-600\/60 {
  border-top-color: rgb(13 148 136 / 0.6);
  border-bottom-color: rgb(13 148 136 / 0.6);
}
.border-y-teal-600\/65 {
  border-top-color: rgb(13 148 136 / 0.65);
  border-bottom-color: rgb(13 148 136 / 0.65);
}
.border-y-teal-600\/70 {
  border-top-color: rgb(13 148 136 / 0.7);
  border-bottom-color: rgb(13 148 136 / 0.7);
}
.border-y-teal-600\/75 {
  border-top-color: rgb(13 148 136 / 0.75);
  border-bottom-color: rgb(13 148 136 / 0.75);
}
.border-y-teal-600\/80 {
  border-top-color: rgb(13 148 136 / 0.8);
  border-bottom-color: rgb(13 148 136 / 0.8);
}
.border-y-teal-600\/85 {
  border-top-color: rgb(13 148 136 / 0.85);
  border-bottom-color: rgb(13 148 136 / 0.85);
}
.border-y-teal-600\/90 {
  border-top-color: rgb(13 148 136 / 0.9);
  border-bottom-color: rgb(13 148 136 / 0.9);
}
.border-y-teal-600\/95 {
  border-top-color: rgb(13 148 136 / 0.95);
  border-bottom-color: rgb(13 148 136 / 0.95);
}
.border-y-teal-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-y-teal-700\/0 {
  border-top-color: rgb(15 118 110 / 0);
  border-bottom-color: rgb(15 118 110 / 0);
}
.border-y-teal-700\/10 {
  border-top-color: rgb(15 118 110 / 0.1);
  border-bottom-color: rgb(15 118 110 / 0.1);
}
.border-y-teal-700\/100 {
  border-top-color: rgb(15 118 110 / 1);
  border-bottom-color: rgb(15 118 110 / 1);
}
.border-y-teal-700\/15 {
  border-top-color: rgb(15 118 110 / 0.15);
  border-bottom-color: rgb(15 118 110 / 0.15);
}
.border-y-teal-700\/20 {
  border-top-color: rgb(15 118 110 / 0.2);
  border-bottom-color: rgb(15 118 110 / 0.2);
}
.border-y-teal-700\/25 {
  border-top-color: rgb(15 118 110 / 0.25);
  border-bottom-color: rgb(15 118 110 / 0.25);
}
.border-y-teal-700\/30 {
  border-top-color: rgb(15 118 110 / 0.3);
  border-bottom-color: rgb(15 118 110 / 0.3);
}
.border-y-teal-700\/35 {
  border-top-color: rgb(15 118 110 / 0.35);
  border-bottom-color: rgb(15 118 110 / 0.35);
}
.border-y-teal-700\/40 {
  border-top-color: rgb(15 118 110 / 0.4);
  border-bottom-color: rgb(15 118 110 / 0.4);
}
.border-y-teal-700\/45 {
  border-top-color: rgb(15 118 110 / 0.45);
  border-bottom-color: rgb(15 118 110 / 0.45);
}
.border-y-teal-700\/5 {
  border-top-color: rgb(15 118 110 / 0.05);
  border-bottom-color: rgb(15 118 110 / 0.05);
}
.border-y-teal-700\/50 {
  border-top-color: rgb(15 118 110 / 0.5);
  border-bottom-color: rgb(15 118 110 / 0.5);
}
.border-y-teal-700\/55 {
  border-top-color: rgb(15 118 110 / 0.55);
  border-bottom-color: rgb(15 118 110 / 0.55);
}
.border-y-teal-700\/60 {
  border-top-color: rgb(15 118 110 / 0.6);
  border-bottom-color: rgb(15 118 110 / 0.6);
}
.border-y-teal-700\/65 {
  border-top-color: rgb(15 118 110 / 0.65);
  border-bottom-color: rgb(15 118 110 / 0.65);
}
.border-y-teal-700\/70 {
  border-top-color: rgb(15 118 110 / 0.7);
  border-bottom-color: rgb(15 118 110 / 0.7);
}
.border-y-teal-700\/75 {
  border-top-color: rgb(15 118 110 / 0.75);
  border-bottom-color: rgb(15 118 110 / 0.75);
}
.border-y-teal-700\/80 {
  border-top-color: rgb(15 118 110 / 0.8);
  border-bottom-color: rgb(15 118 110 / 0.8);
}
.border-y-teal-700\/85 {
  border-top-color: rgb(15 118 110 / 0.85);
  border-bottom-color: rgb(15 118 110 / 0.85);
}
.border-y-teal-700\/90 {
  border-top-color: rgb(15 118 110 / 0.9);
  border-bottom-color: rgb(15 118 110 / 0.9);
}
.border-y-teal-700\/95 {
  border-top-color: rgb(15 118 110 / 0.95);
  border-bottom-color: rgb(15 118 110 / 0.95);
}
.border-y-teal-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-y-teal-800\/0 {
  border-top-color: rgb(17 94 89 / 0);
  border-bottom-color: rgb(17 94 89 / 0);
}
.border-y-teal-800\/10 {
  border-top-color: rgb(17 94 89 / 0.1);
  border-bottom-color: rgb(17 94 89 / 0.1);
}
.border-y-teal-800\/100 {
  border-top-color: rgb(17 94 89 / 1);
  border-bottom-color: rgb(17 94 89 / 1);
}
.border-y-teal-800\/15 {
  border-top-color: rgb(17 94 89 / 0.15);
  border-bottom-color: rgb(17 94 89 / 0.15);
}
.border-y-teal-800\/20 {
  border-top-color: rgb(17 94 89 / 0.2);
  border-bottom-color: rgb(17 94 89 / 0.2);
}
.border-y-teal-800\/25 {
  border-top-color: rgb(17 94 89 / 0.25);
  border-bottom-color: rgb(17 94 89 / 0.25);
}
.border-y-teal-800\/30 {
  border-top-color: rgb(17 94 89 / 0.3);
  border-bottom-color: rgb(17 94 89 / 0.3);
}
.border-y-teal-800\/35 {
  border-top-color: rgb(17 94 89 / 0.35);
  border-bottom-color: rgb(17 94 89 / 0.35);
}
.border-y-teal-800\/40 {
  border-top-color: rgb(17 94 89 / 0.4);
  border-bottom-color: rgb(17 94 89 / 0.4);
}
.border-y-teal-800\/45 {
  border-top-color: rgb(17 94 89 / 0.45);
  border-bottom-color: rgb(17 94 89 / 0.45);
}
.border-y-teal-800\/5 {
  border-top-color: rgb(17 94 89 / 0.05);
  border-bottom-color: rgb(17 94 89 / 0.05);
}
.border-y-teal-800\/50 {
  border-top-color: rgb(17 94 89 / 0.5);
  border-bottom-color: rgb(17 94 89 / 0.5);
}
.border-y-teal-800\/55 {
  border-top-color: rgb(17 94 89 / 0.55);
  border-bottom-color: rgb(17 94 89 / 0.55);
}
.border-y-teal-800\/60 {
  border-top-color: rgb(17 94 89 / 0.6);
  border-bottom-color: rgb(17 94 89 / 0.6);
}
.border-y-teal-800\/65 {
  border-top-color: rgb(17 94 89 / 0.65);
  border-bottom-color: rgb(17 94 89 / 0.65);
}
.border-y-teal-800\/70 {
  border-top-color: rgb(17 94 89 / 0.7);
  border-bottom-color: rgb(17 94 89 / 0.7);
}
.border-y-teal-800\/75 {
  border-top-color: rgb(17 94 89 / 0.75);
  border-bottom-color: rgb(17 94 89 / 0.75);
}
.border-y-teal-800\/80 {
  border-top-color: rgb(17 94 89 / 0.8);
  border-bottom-color: rgb(17 94 89 / 0.8);
}
.border-y-teal-800\/85 {
  border-top-color: rgb(17 94 89 / 0.85);
  border-bottom-color: rgb(17 94 89 / 0.85);
}
.border-y-teal-800\/90 {
  border-top-color: rgb(17 94 89 / 0.9);
  border-bottom-color: rgb(17 94 89 / 0.9);
}
.border-y-teal-800\/95 {
  border-top-color: rgb(17 94 89 / 0.95);
  border-bottom-color: rgb(17 94 89 / 0.95);
}
.border-y-teal-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-y-teal-900\/0 {
  border-top-color: rgb(19 78 74 / 0);
  border-bottom-color: rgb(19 78 74 / 0);
}
.border-y-teal-900\/10 {
  border-top-color: rgb(19 78 74 / 0.1);
  border-bottom-color: rgb(19 78 74 / 0.1);
}
.border-y-teal-900\/100 {
  border-top-color: rgb(19 78 74 / 1);
  border-bottom-color: rgb(19 78 74 / 1);
}
.border-y-teal-900\/15 {
  border-top-color: rgb(19 78 74 / 0.15);
  border-bottom-color: rgb(19 78 74 / 0.15);
}
.border-y-teal-900\/20 {
  border-top-color: rgb(19 78 74 / 0.2);
  border-bottom-color: rgb(19 78 74 / 0.2);
}
.border-y-teal-900\/25 {
  border-top-color: rgb(19 78 74 / 0.25);
  border-bottom-color: rgb(19 78 74 / 0.25);
}
.border-y-teal-900\/30 {
  border-top-color: rgb(19 78 74 / 0.3);
  border-bottom-color: rgb(19 78 74 / 0.3);
}
.border-y-teal-900\/35 {
  border-top-color: rgb(19 78 74 / 0.35);
  border-bottom-color: rgb(19 78 74 / 0.35);
}
.border-y-teal-900\/40 {
  border-top-color: rgb(19 78 74 / 0.4);
  border-bottom-color: rgb(19 78 74 / 0.4);
}
.border-y-teal-900\/45 {
  border-top-color: rgb(19 78 74 / 0.45);
  border-bottom-color: rgb(19 78 74 / 0.45);
}
.border-y-teal-900\/5 {
  border-top-color: rgb(19 78 74 / 0.05);
  border-bottom-color: rgb(19 78 74 / 0.05);
}
.border-y-teal-900\/50 {
  border-top-color: rgb(19 78 74 / 0.5);
  border-bottom-color: rgb(19 78 74 / 0.5);
}
.border-y-teal-900\/55 {
  border-top-color: rgb(19 78 74 / 0.55);
  border-bottom-color: rgb(19 78 74 / 0.55);
}
.border-y-teal-900\/60 {
  border-top-color: rgb(19 78 74 / 0.6);
  border-bottom-color: rgb(19 78 74 / 0.6);
}
.border-y-teal-900\/65 {
  border-top-color: rgb(19 78 74 / 0.65);
  border-bottom-color: rgb(19 78 74 / 0.65);
}
.border-y-teal-900\/70 {
  border-top-color: rgb(19 78 74 / 0.7);
  border-bottom-color: rgb(19 78 74 / 0.7);
}
.border-y-teal-900\/75 {
  border-top-color: rgb(19 78 74 / 0.75);
  border-bottom-color: rgb(19 78 74 / 0.75);
}
.border-y-teal-900\/80 {
  border-top-color: rgb(19 78 74 / 0.8);
  border-bottom-color: rgb(19 78 74 / 0.8);
}
.border-y-teal-900\/85 {
  border-top-color: rgb(19 78 74 / 0.85);
  border-bottom-color: rgb(19 78 74 / 0.85);
}
.border-y-teal-900\/90 {
  border-top-color: rgb(19 78 74 / 0.9);
  border-bottom-color: rgb(19 78 74 / 0.9);
}
.border-y-teal-900\/95 {
  border-top-color: rgb(19 78 74 / 0.95);
  border-bottom-color: rgb(19 78 74 / 0.95);
}
.border-y-teal-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-y-teal-950\/0 {
  border-top-color: rgb(4 47 46 / 0);
  border-bottom-color: rgb(4 47 46 / 0);
}
.border-y-teal-950\/10 {
  border-top-color: rgb(4 47 46 / 0.1);
  border-bottom-color: rgb(4 47 46 / 0.1);
}
.border-y-teal-950\/100 {
  border-top-color: rgb(4 47 46 / 1);
  border-bottom-color: rgb(4 47 46 / 1);
}
.border-y-teal-950\/15 {
  border-top-color: rgb(4 47 46 / 0.15);
  border-bottom-color: rgb(4 47 46 / 0.15);
}
.border-y-teal-950\/20 {
  border-top-color: rgb(4 47 46 / 0.2);
  border-bottom-color: rgb(4 47 46 / 0.2);
}
.border-y-teal-950\/25 {
  border-top-color: rgb(4 47 46 / 0.25);
  border-bottom-color: rgb(4 47 46 / 0.25);
}
.border-y-teal-950\/30 {
  border-top-color: rgb(4 47 46 / 0.3);
  border-bottom-color: rgb(4 47 46 / 0.3);
}
.border-y-teal-950\/35 {
  border-top-color: rgb(4 47 46 / 0.35);
  border-bottom-color: rgb(4 47 46 / 0.35);
}
.border-y-teal-950\/40 {
  border-top-color: rgb(4 47 46 / 0.4);
  border-bottom-color: rgb(4 47 46 / 0.4);
}
.border-y-teal-950\/45 {
  border-top-color: rgb(4 47 46 / 0.45);
  border-bottom-color: rgb(4 47 46 / 0.45);
}
.border-y-teal-950\/5 {
  border-top-color: rgb(4 47 46 / 0.05);
  border-bottom-color: rgb(4 47 46 / 0.05);
}
.border-y-teal-950\/50 {
  border-top-color: rgb(4 47 46 / 0.5);
  border-bottom-color: rgb(4 47 46 / 0.5);
}
.border-y-teal-950\/55 {
  border-top-color: rgb(4 47 46 / 0.55);
  border-bottom-color: rgb(4 47 46 / 0.55);
}
.border-y-teal-950\/60 {
  border-top-color: rgb(4 47 46 / 0.6);
  border-bottom-color: rgb(4 47 46 / 0.6);
}
.border-y-teal-950\/65 {
  border-top-color: rgb(4 47 46 / 0.65);
  border-bottom-color: rgb(4 47 46 / 0.65);
}
.border-y-teal-950\/70 {
  border-top-color: rgb(4 47 46 / 0.7);
  border-bottom-color: rgb(4 47 46 / 0.7);
}
.border-y-teal-950\/75 {
  border-top-color: rgb(4 47 46 / 0.75);
  border-bottom-color: rgb(4 47 46 / 0.75);
}
.border-y-teal-950\/80 {
  border-top-color: rgb(4 47 46 / 0.8);
  border-bottom-color: rgb(4 47 46 / 0.8);
}
.border-y-teal-950\/85 {
  border-top-color: rgb(4 47 46 / 0.85);
  border-bottom-color: rgb(4 47 46 / 0.85);
}
.border-y-teal-950\/90 {
  border-top-color: rgb(4 47 46 / 0.9);
  border-bottom-color: rgb(4 47 46 / 0.9);
}
.border-y-teal-950\/95 {
  border-top-color: rgb(4 47 46 / 0.95);
  border-bottom-color: rgb(4 47 46 / 0.95);
}
.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-y-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-violet-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-y-violet-100\/0 {
  border-top-color: rgb(237 233 254 / 0);
  border-bottom-color: rgb(237 233 254 / 0);
}
.border-y-violet-100\/10 {
  border-top-color: rgb(237 233 254 / 0.1);
  border-bottom-color: rgb(237 233 254 / 0.1);
}
.border-y-violet-100\/100 {
  border-top-color: rgb(237 233 254 / 1);
  border-bottom-color: rgb(237 233 254 / 1);
}
.border-y-violet-100\/15 {
  border-top-color: rgb(237 233 254 / 0.15);
  border-bottom-color: rgb(237 233 254 / 0.15);
}
.border-y-violet-100\/20 {
  border-top-color: rgb(237 233 254 / 0.2);
  border-bottom-color: rgb(237 233 254 / 0.2);
}
.border-y-violet-100\/25 {
  border-top-color: rgb(237 233 254 / 0.25);
  border-bottom-color: rgb(237 233 254 / 0.25);
}
.border-y-violet-100\/30 {
  border-top-color: rgb(237 233 254 / 0.3);
  border-bottom-color: rgb(237 233 254 / 0.3);
}
.border-y-violet-100\/35 {
  border-top-color: rgb(237 233 254 / 0.35);
  border-bottom-color: rgb(237 233 254 / 0.35);
}
.border-y-violet-100\/40 {
  border-top-color: rgb(237 233 254 / 0.4);
  border-bottom-color: rgb(237 233 254 / 0.4);
}
.border-y-violet-100\/45 {
  border-top-color: rgb(237 233 254 / 0.45);
  border-bottom-color: rgb(237 233 254 / 0.45);
}
.border-y-violet-100\/5 {
  border-top-color: rgb(237 233 254 / 0.05);
  border-bottom-color: rgb(237 233 254 / 0.05);
}
.border-y-violet-100\/50 {
  border-top-color: rgb(237 233 254 / 0.5);
  border-bottom-color: rgb(237 233 254 / 0.5);
}
.border-y-violet-100\/55 {
  border-top-color: rgb(237 233 254 / 0.55);
  border-bottom-color: rgb(237 233 254 / 0.55);
}
.border-y-violet-100\/60 {
  border-top-color: rgb(237 233 254 / 0.6);
  border-bottom-color: rgb(237 233 254 / 0.6);
}
.border-y-violet-100\/65 {
  border-top-color: rgb(237 233 254 / 0.65);
  border-bottom-color: rgb(237 233 254 / 0.65);
}
.border-y-violet-100\/70 {
  border-top-color: rgb(237 233 254 / 0.7);
  border-bottom-color: rgb(237 233 254 / 0.7);
}
.border-y-violet-100\/75 {
  border-top-color: rgb(237 233 254 / 0.75);
  border-bottom-color: rgb(237 233 254 / 0.75);
}
.border-y-violet-100\/80 {
  border-top-color: rgb(237 233 254 / 0.8);
  border-bottom-color: rgb(237 233 254 / 0.8);
}
.border-y-violet-100\/85 {
  border-top-color: rgb(237 233 254 / 0.85);
  border-bottom-color: rgb(237 233 254 / 0.85);
}
.border-y-violet-100\/90 {
  border-top-color: rgb(237 233 254 / 0.9);
  border-bottom-color: rgb(237 233 254 / 0.9);
}
.border-y-violet-100\/95 {
  border-top-color: rgb(237 233 254 / 0.95);
  border-bottom-color: rgb(237 233 254 / 0.95);
}
.border-y-violet-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-y-violet-200\/0 {
  border-top-color: rgb(221 214 254 / 0);
  border-bottom-color: rgb(221 214 254 / 0);
}
.border-y-violet-200\/10 {
  border-top-color: rgb(221 214 254 / 0.1);
  border-bottom-color: rgb(221 214 254 / 0.1);
}
.border-y-violet-200\/100 {
  border-top-color: rgb(221 214 254 / 1);
  border-bottom-color: rgb(221 214 254 / 1);
}
.border-y-violet-200\/15 {
  border-top-color: rgb(221 214 254 / 0.15);
  border-bottom-color: rgb(221 214 254 / 0.15);
}
.border-y-violet-200\/20 {
  border-top-color: rgb(221 214 254 / 0.2);
  border-bottom-color: rgb(221 214 254 / 0.2);
}
.border-y-violet-200\/25 {
  border-top-color: rgb(221 214 254 / 0.25);
  border-bottom-color: rgb(221 214 254 / 0.25);
}
.border-y-violet-200\/30 {
  border-top-color: rgb(221 214 254 / 0.3);
  border-bottom-color: rgb(221 214 254 / 0.3);
}
.border-y-violet-200\/35 {
  border-top-color: rgb(221 214 254 / 0.35);
  border-bottom-color: rgb(221 214 254 / 0.35);
}
.border-y-violet-200\/40 {
  border-top-color: rgb(221 214 254 / 0.4);
  border-bottom-color: rgb(221 214 254 / 0.4);
}
.border-y-violet-200\/45 {
  border-top-color: rgb(221 214 254 / 0.45);
  border-bottom-color: rgb(221 214 254 / 0.45);
}
.border-y-violet-200\/5 {
  border-top-color: rgb(221 214 254 / 0.05);
  border-bottom-color: rgb(221 214 254 / 0.05);
}
.border-y-violet-200\/50 {
  border-top-color: rgb(221 214 254 / 0.5);
  border-bottom-color: rgb(221 214 254 / 0.5);
}
.border-y-violet-200\/55 {
  border-top-color: rgb(221 214 254 / 0.55);
  border-bottom-color: rgb(221 214 254 / 0.55);
}
.border-y-violet-200\/60 {
  border-top-color: rgb(221 214 254 / 0.6);
  border-bottom-color: rgb(221 214 254 / 0.6);
}
.border-y-violet-200\/65 {
  border-top-color: rgb(221 214 254 / 0.65);
  border-bottom-color: rgb(221 214 254 / 0.65);
}
.border-y-violet-200\/70 {
  border-top-color: rgb(221 214 254 / 0.7);
  border-bottom-color: rgb(221 214 254 / 0.7);
}
.border-y-violet-200\/75 {
  border-top-color: rgb(221 214 254 / 0.75);
  border-bottom-color: rgb(221 214 254 / 0.75);
}
.border-y-violet-200\/80 {
  border-top-color: rgb(221 214 254 / 0.8);
  border-bottom-color: rgb(221 214 254 / 0.8);
}
.border-y-violet-200\/85 {
  border-top-color: rgb(221 214 254 / 0.85);
  border-bottom-color: rgb(221 214 254 / 0.85);
}
.border-y-violet-200\/90 {
  border-top-color: rgb(221 214 254 / 0.9);
  border-bottom-color: rgb(221 214 254 / 0.9);
}
.border-y-violet-200\/95 {
  border-top-color: rgb(221 214 254 / 0.95);
  border-bottom-color: rgb(221 214 254 / 0.95);
}
.border-y-violet-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-y-violet-300\/0 {
  border-top-color: rgb(196 181 253 / 0);
  border-bottom-color: rgb(196 181 253 / 0);
}
.border-y-violet-300\/10 {
  border-top-color: rgb(196 181 253 / 0.1);
  border-bottom-color: rgb(196 181 253 / 0.1);
}
.border-y-violet-300\/100 {
  border-top-color: rgb(196 181 253 / 1);
  border-bottom-color: rgb(196 181 253 / 1);
}
.border-y-violet-300\/15 {
  border-top-color: rgb(196 181 253 / 0.15);
  border-bottom-color: rgb(196 181 253 / 0.15);
}
.border-y-violet-300\/20 {
  border-top-color: rgb(196 181 253 / 0.2);
  border-bottom-color: rgb(196 181 253 / 0.2);
}
.border-y-violet-300\/25 {
  border-top-color: rgb(196 181 253 / 0.25);
  border-bottom-color: rgb(196 181 253 / 0.25);
}
.border-y-violet-300\/30 {
  border-top-color: rgb(196 181 253 / 0.3);
  border-bottom-color: rgb(196 181 253 / 0.3);
}
.border-y-violet-300\/35 {
  border-top-color: rgb(196 181 253 / 0.35);
  border-bottom-color: rgb(196 181 253 / 0.35);
}
.border-y-violet-300\/40 {
  border-top-color: rgb(196 181 253 / 0.4);
  border-bottom-color: rgb(196 181 253 / 0.4);
}
.border-y-violet-300\/45 {
  border-top-color: rgb(196 181 253 / 0.45);
  border-bottom-color: rgb(196 181 253 / 0.45);
}
.border-y-violet-300\/5 {
  border-top-color: rgb(196 181 253 / 0.05);
  border-bottom-color: rgb(196 181 253 / 0.05);
}
.border-y-violet-300\/50 {
  border-top-color: rgb(196 181 253 / 0.5);
  border-bottom-color: rgb(196 181 253 / 0.5);
}
.border-y-violet-300\/55 {
  border-top-color: rgb(196 181 253 / 0.55);
  border-bottom-color: rgb(196 181 253 / 0.55);
}
.border-y-violet-300\/60 {
  border-top-color: rgb(196 181 253 / 0.6);
  border-bottom-color: rgb(196 181 253 / 0.6);
}
.border-y-violet-300\/65 {
  border-top-color: rgb(196 181 253 / 0.65);
  border-bottom-color: rgb(196 181 253 / 0.65);
}
.border-y-violet-300\/70 {
  border-top-color: rgb(196 181 253 / 0.7);
  border-bottom-color: rgb(196 181 253 / 0.7);
}
.border-y-violet-300\/75 {
  border-top-color: rgb(196 181 253 / 0.75);
  border-bottom-color: rgb(196 181 253 / 0.75);
}
.border-y-violet-300\/80 {
  border-top-color: rgb(196 181 253 / 0.8);
  border-bottom-color: rgb(196 181 253 / 0.8);
}
.border-y-violet-300\/85 {
  border-top-color: rgb(196 181 253 / 0.85);
  border-bottom-color: rgb(196 181 253 / 0.85);
}
.border-y-violet-300\/90 {
  border-top-color: rgb(196 181 253 / 0.9);
  border-bottom-color: rgb(196 181 253 / 0.9);
}
.border-y-violet-300\/95 {
  border-top-color: rgb(196 181 253 / 0.95);
  border-bottom-color: rgb(196 181 253 / 0.95);
}
.border-y-violet-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-y-violet-400\/0 {
  border-top-color: rgb(167 139 250 / 0);
  border-bottom-color: rgb(167 139 250 / 0);
}
.border-y-violet-400\/10 {
  border-top-color: rgb(167 139 250 / 0.1);
  border-bottom-color: rgb(167 139 250 / 0.1);
}
.border-y-violet-400\/100 {
  border-top-color: rgb(167 139 250 / 1);
  border-bottom-color: rgb(167 139 250 / 1);
}
.border-y-violet-400\/15 {
  border-top-color: rgb(167 139 250 / 0.15);
  border-bottom-color: rgb(167 139 250 / 0.15);
}
.border-y-violet-400\/20 {
  border-top-color: rgb(167 139 250 / 0.2);
  border-bottom-color: rgb(167 139 250 / 0.2);
}
.border-y-violet-400\/25 {
  border-top-color: rgb(167 139 250 / 0.25);
  border-bottom-color: rgb(167 139 250 / 0.25);
}
.border-y-violet-400\/30 {
  border-top-color: rgb(167 139 250 / 0.3);
  border-bottom-color: rgb(167 139 250 / 0.3);
}
.border-y-violet-400\/35 {
  border-top-color: rgb(167 139 250 / 0.35);
  border-bottom-color: rgb(167 139 250 / 0.35);
}
.border-y-violet-400\/40 {
  border-top-color: rgb(167 139 250 / 0.4);
  border-bottom-color: rgb(167 139 250 / 0.4);
}
.border-y-violet-400\/45 {
  border-top-color: rgb(167 139 250 / 0.45);
  border-bottom-color: rgb(167 139 250 / 0.45);
}
.border-y-violet-400\/5 {
  border-top-color: rgb(167 139 250 / 0.05);
  border-bottom-color: rgb(167 139 250 / 0.05);
}
.border-y-violet-400\/50 {
  border-top-color: rgb(167 139 250 / 0.5);
  border-bottom-color: rgb(167 139 250 / 0.5);
}
.border-y-violet-400\/55 {
  border-top-color: rgb(167 139 250 / 0.55);
  border-bottom-color: rgb(167 139 250 / 0.55);
}
.border-y-violet-400\/60 {
  border-top-color: rgb(167 139 250 / 0.6);
  border-bottom-color: rgb(167 139 250 / 0.6);
}
.border-y-violet-400\/65 {
  border-top-color: rgb(167 139 250 / 0.65);
  border-bottom-color: rgb(167 139 250 / 0.65);
}
.border-y-violet-400\/70 {
  border-top-color: rgb(167 139 250 / 0.7);
  border-bottom-color: rgb(167 139 250 / 0.7);
}
.border-y-violet-400\/75 {
  border-top-color: rgb(167 139 250 / 0.75);
  border-bottom-color: rgb(167 139 250 / 0.75);
}
.border-y-violet-400\/80 {
  border-top-color: rgb(167 139 250 / 0.8);
  border-bottom-color: rgb(167 139 250 / 0.8);
}
.border-y-violet-400\/85 {
  border-top-color: rgb(167 139 250 / 0.85);
  border-bottom-color: rgb(167 139 250 / 0.85);
}
.border-y-violet-400\/90 {
  border-top-color: rgb(167 139 250 / 0.9);
  border-bottom-color: rgb(167 139 250 / 0.9);
}
.border-y-violet-400\/95 {
  border-top-color: rgb(167 139 250 / 0.95);
  border-bottom-color: rgb(167 139 250 / 0.95);
}
.border-y-violet-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-y-violet-50\/0 {
  border-top-color: rgb(245 243 255 / 0);
  border-bottom-color: rgb(245 243 255 / 0);
}
.border-y-violet-50\/10 {
  border-top-color: rgb(245 243 255 / 0.1);
  border-bottom-color: rgb(245 243 255 / 0.1);
}
.border-y-violet-50\/100 {
  border-top-color: rgb(245 243 255 / 1);
  border-bottom-color: rgb(245 243 255 / 1);
}
.border-y-violet-50\/15 {
  border-top-color: rgb(245 243 255 / 0.15);
  border-bottom-color: rgb(245 243 255 / 0.15);
}
.border-y-violet-50\/20 {
  border-top-color: rgb(245 243 255 / 0.2);
  border-bottom-color: rgb(245 243 255 / 0.2);
}
.border-y-violet-50\/25 {
  border-top-color: rgb(245 243 255 / 0.25);
  border-bottom-color: rgb(245 243 255 / 0.25);
}
.border-y-violet-50\/30 {
  border-top-color: rgb(245 243 255 / 0.3);
  border-bottom-color: rgb(245 243 255 / 0.3);
}
.border-y-violet-50\/35 {
  border-top-color: rgb(245 243 255 / 0.35);
  border-bottom-color: rgb(245 243 255 / 0.35);
}
.border-y-violet-50\/40 {
  border-top-color: rgb(245 243 255 / 0.4);
  border-bottom-color: rgb(245 243 255 / 0.4);
}
.border-y-violet-50\/45 {
  border-top-color: rgb(245 243 255 / 0.45);
  border-bottom-color: rgb(245 243 255 / 0.45);
}
.border-y-violet-50\/5 {
  border-top-color: rgb(245 243 255 / 0.05);
  border-bottom-color: rgb(245 243 255 / 0.05);
}
.border-y-violet-50\/50 {
  border-top-color: rgb(245 243 255 / 0.5);
  border-bottom-color: rgb(245 243 255 / 0.5);
}
.border-y-violet-50\/55 {
  border-top-color: rgb(245 243 255 / 0.55);
  border-bottom-color: rgb(245 243 255 / 0.55);
}
.border-y-violet-50\/60 {
  border-top-color: rgb(245 243 255 / 0.6);
  border-bottom-color: rgb(245 243 255 / 0.6);
}
.border-y-violet-50\/65 {
  border-top-color: rgb(245 243 255 / 0.65);
  border-bottom-color: rgb(245 243 255 / 0.65);
}
.border-y-violet-50\/70 {
  border-top-color: rgb(245 243 255 / 0.7);
  border-bottom-color: rgb(245 243 255 / 0.7);
}
.border-y-violet-50\/75 {
  border-top-color: rgb(245 243 255 / 0.75);
  border-bottom-color: rgb(245 243 255 / 0.75);
}
.border-y-violet-50\/80 {
  border-top-color: rgb(245 243 255 / 0.8);
  border-bottom-color: rgb(245 243 255 / 0.8);
}
.border-y-violet-50\/85 {
  border-top-color: rgb(245 243 255 / 0.85);
  border-bottom-color: rgb(245 243 255 / 0.85);
}
.border-y-violet-50\/90 {
  border-top-color: rgb(245 243 255 / 0.9);
  border-bottom-color: rgb(245 243 255 / 0.9);
}
.border-y-violet-50\/95 {
  border-top-color: rgb(245 243 255 / 0.95);
  border-bottom-color: rgb(245 243 255 / 0.95);
}
.border-y-violet-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-y-violet-500\/0 {
  border-top-color: rgb(139 92 246 / 0);
  border-bottom-color: rgb(139 92 246 / 0);
}
.border-y-violet-500\/10 {
  border-top-color: rgb(139 92 246 / 0.1);
  border-bottom-color: rgb(139 92 246 / 0.1);
}
.border-y-violet-500\/100 {
  border-top-color: rgb(139 92 246 / 1);
  border-bottom-color: rgb(139 92 246 / 1);
}
.border-y-violet-500\/15 {
  border-top-color: rgb(139 92 246 / 0.15);
  border-bottom-color: rgb(139 92 246 / 0.15);
}
.border-y-violet-500\/20 {
  border-top-color: rgb(139 92 246 / 0.2);
  border-bottom-color: rgb(139 92 246 / 0.2);
}
.border-y-violet-500\/25 {
  border-top-color: rgb(139 92 246 / 0.25);
  border-bottom-color: rgb(139 92 246 / 0.25);
}
.border-y-violet-500\/30 {
  border-top-color: rgb(139 92 246 / 0.3);
  border-bottom-color: rgb(139 92 246 / 0.3);
}
.border-y-violet-500\/35 {
  border-top-color: rgb(139 92 246 / 0.35);
  border-bottom-color: rgb(139 92 246 / 0.35);
}
.border-y-violet-500\/40 {
  border-top-color: rgb(139 92 246 / 0.4);
  border-bottom-color: rgb(139 92 246 / 0.4);
}
.border-y-violet-500\/45 {
  border-top-color: rgb(139 92 246 / 0.45);
  border-bottom-color: rgb(139 92 246 / 0.45);
}
.border-y-violet-500\/5 {
  border-top-color: rgb(139 92 246 / 0.05);
  border-bottom-color: rgb(139 92 246 / 0.05);
}
.border-y-violet-500\/50 {
  border-top-color: rgb(139 92 246 / 0.5);
  border-bottom-color: rgb(139 92 246 / 0.5);
}
.border-y-violet-500\/55 {
  border-top-color: rgb(139 92 246 / 0.55);
  border-bottom-color: rgb(139 92 246 / 0.55);
}
.border-y-violet-500\/60 {
  border-top-color: rgb(139 92 246 / 0.6);
  border-bottom-color: rgb(139 92 246 / 0.6);
}
.border-y-violet-500\/65 {
  border-top-color: rgb(139 92 246 / 0.65);
  border-bottom-color: rgb(139 92 246 / 0.65);
}
.border-y-violet-500\/70 {
  border-top-color: rgb(139 92 246 / 0.7);
  border-bottom-color: rgb(139 92 246 / 0.7);
}
.border-y-violet-500\/75 {
  border-top-color: rgb(139 92 246 / 0.75);
  border-bottom-color: rgb(139 92 246 / 0.75);
}
.border-y-violet-500\/80 {
  border-top-color: rgb(139 92 246 / 0.8);
  border-bottom-color: rgb(139 92 246 / 0.8);
}
.border-y-violet-500\/85 {
  border-top-color: rgb(139 92 246 / 0.85);
  border-bottom-color: rgb(139 92 246 / 0.85);
}
.border-y-violet-500\/90 {
  border-top-color: rgb(139 92 246 / 0.9);
  border-bottom-color: rgb(139 92 246 / 0.9);
}
.border-y-violet-500\/95 {
  border-top-color: rgb(139 92 246 / 0.95);
  border-bottom-color: rgb(139 92 246 / 0.95);
}
.border-y-violet-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-y-violet-600\/0 {
  border-top-color: rgb(124 58 237 / 0);
  border-bottom-color: rgb(124 58 237 / 0);
}
.border-y-violet-600\/10 {
  border-top-color: rgb(124 58 237 / 0.1);
  border-bottom-color: rgb(124 58 237 / 0.1);
}
.border-y-violet-600\/100 {
  border-top-color: rgb(124 58 237 / 1);
  border-bottom-color: rgb(124 58 237 / 1);
}
.border-y-violet-600\/15 {
  border-top-color: rgb(124 58 237 / 0.15);
  border-bottom-color: rgb(124 58 237 / 0.15);
}
.border-y-violet-600\/20 {
  border-top-color: rgb(124 58 237 / 0.2);
  border-bottom-color: rgb(124 58 237 / 0.2);
}
.border-y-violet-600\/25 {
  border-top-color: rgb(124 58 237 / 0.25);
  border-bottom-color: rgb(124 58 237 / 0.25);
}
.border-y-violet-600\/30 {
  border-top-color: rgb(124 58 237 / 0.3);
  border-bottom-color: rgb(124 58 237 / 0.3);
}
.border-y-violet-600\/35 {
  border-top-color: rgb(124 58 237 / 0.35);
  border-bottom-color: rgb(124 58 237 / 0.35);
}
.border-y-violet-600\/40 {
  border-top-color: rgb(124 58 237 / 0.4);
  border-bottom-color: rgb(124 58 237 / 0.4);
}
.border-y-violet-600\/45 {
  border-top-color: rgb(124 58 237 / 0.45);
  border-bottom-color: rgb(124 58 237 / 0.45);
}
.border-y-violet-600\/5 {
  border-top-color: rgb(124 58 237 / 0.05);
  border-bottom-color: rgb(124 58 237 / 0.05);
}
.border-y-violet-600\/50 {
  border-top-color: rgb(124 58 237 / 0.5);
  border-bottom-color: rgb(124 58 237 / 0.5);
}
.border-y-violet-600\/55 {
  border-top-color: rgb(124 58 237 / 0.55);
  border-bottom-color: rgb(124 58 237 / 0.55);
}
.border-y-violet-600\/60 {
  border-top-color: rgb(124 58 237 / 0.6);
  border-bottom-color: rgb(124 58 237 / 0.6);
}
.border-y-violet-600\/65 {
  border-top-color: rgb(124 58 237 / 0.65);
  border-bottom-color: rgb(124 58 237 / 0.65);
}
.border-y-violet-600\/70 {
  border-top-color: rgb(124 58 237 / 0.7);
  border-bottom-color: rgb(124 58 237 / 0.7);
}
.border-y-violet-600\/75 {
  border-top-color: rgb(124 58 237 / 0.75);
  border-bottom-color: rgb(124 58 237 / 0.75);
}
.border-y-violet-600\/80 {
  border-top-color: rgb(124 58 237 / 0.8);
  border-bottom-color: rgb(124 58 237 / 0.8);
}
.border-y-violet-600\/85 {
  border-top-color: rgb(124 58 237 / 0.85);
  border-bottom-color: rgb(124 58 237 / 0.85);
}
.border-y-violet-600\/90 {
  border-top-color: rgb(124 58 237 / 0.9);
  border-bottom-color: rgb(124 58 237 / 0.9);
}
.border-y-violet-600\/95 {
  border-top-color: rgb(124 58 237 / 0.95);
  border-bottom-color: rgb(124 58 237 / 0.95);
}
.border-y-violet-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-y-violet-700\/0 {
  border-top-color: rgb(109 40 217 / 0);
  border-bottom-color: rgb(109 40 217 / 0);
}
.border-y-violet-700\/10 {
  border-top-color: rgb(109 40 217 / 0.1);
  border-bottom-color: rgb(109 40 217 / 0.1);
}
.border-y-violet-700\/100 {
  border-top-color: rgb(109 40 217 / 1);
  border-bottom-color: rgb(109 40 217 / 1);
}
.border-y-violet-700\/15 {
  border-top-color: rgb(109 40 217 / 0.15);
  border-bottom-color: rgb(109 40 217 / 0.15);
}
.border-y-violet-700\/20 {
  border-top-color: rgb(109 40 217 / 0.2);
  border-bottom-color: rgb(109 40 217 / 0.2);
}
.border-y-violet-700\/25 {
  border-top-color: rgb(109 40 217 / 0.25);
  border-bottom-color: rgb(109 40 217 / 0.25);
}
.border-y-violet-700\/30 {
  border-top-color: rgb(109 40 217 / 0.3);
  border-bottom-color: rgb(109 40 217 / 0.3);
}
.border-y-violet-700\/35 {
  border-top-color: rgb(109 40 217 / 0.35);
  border-bottom-color: rgb(109 40 217 / 0.35);
}
.border-y-violet-700\/40 {
  border-top-color: rgb(109 40 217 / 0.4);
  border-bottom-color: rgb(109 40 217 / 0.4);
}
.border-y-violet-700\/45 {
  border-top-color: rgb(109 40 217 / 0.45);
  border-bottom-color: rgb(109 40 217 / 0.45);
}
.border-y-violet-700\/5 {
  border-top-color: rgb(109 40 217 / 0.05);
  border-bottom-color: rgb(109 40 217 / 0.05);
}
.border-y-violet-700\/50 {
  border-top-color: rgb(109 40 217 / 0.5);
  border-bottom-color: rgb(109 40 217 / 0.5);
}
.border-y-violet-700\/55 {
  border-top-color: rgb(109 40 217 / 0.55);
  border-bottom-color: rgb(109 40 217 / 0.55);
}
.border-y-violet-700\/60 {
  border-top-color: rgb(109 40 217 / 0.6);
  border-bottom-color: rgb(109 40 217 / 0.6);
}
.border-y-violet-700\/65 {
  border-top-color: rgb(109 40 217 / 0.65);
  border-bottom-color: rgb(109 40 217 / 0.65);
}
.border-y-violet-700\/70 {
  border-top-color: rgb(109 40 217 / 0.7);
  border-bottom-color: rgb(109 40 217 / 0.7);
}
.border-y-violet-700\/75 {
  border-top-color: rgb(109 40 217 / 0.75);
  border-bottom-color: rgb(109 40 217 / 0.75);
}
.border-y-violet-700\/80 {
  border-top-color: rgb(109 40 217 / 0.8);
  border-bottom-color: rgb(109 40 217 / 0.8);
}
.border-y-violet-700\/85 {
  border-top-color: rgb(109 40 217 / 0.85);
  border-bottom-color: rgb(109 40 217 / 0.85);
}
.border-y-violet-700\/90 {
  border-top-color: rgb(109 40 217 / 0.9);
  border-bottom-color: rgb(109 40 217 / 0.9);
}
.border-y-violet-700\/95 {
  border-top-color: rgb(109 40 217 / 0.95);
  border-bottom-color: rgb(109 40 217 / 0.95);
}
.border-y-violet-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-y-violet-800\/0 {
  border-top-color: rgb(91 33 182 / 0);
  border-bottom-color: rgb(91 33 182 / 0);
}
.border-y-violet-800\/10 {
  border-top-color: rgb(91 33 182 / 0.1);
  border-bottom-color: rgb(91 33 182 / 0.1);
}
.border-y-violet-800\/100 {
  border-top-color: rgb(91 33 182 / 1);
  border-bottom-color: rgb(91 33 182 / 1);
}
.border-y-violet-800\/15 {
  border-top-color: rgb(91 33 182 / 0.15);
  border-bottom-color: rgb(91 33 182 / 0.15);
}
.border-y-violet-800\/20 {
  border-top-color: rgb(91 33 182 / 0.2);
  border-bottom-color: rgb(91 33 182 / 0.2);
}
.border-y-violet-800\/25 {
  border-top-color: rgb(91 33 182 / 0.25);
  border-bottom-color: rgb(91 33 182 / 0.25);
}
.border-y-violet-800\/30 {
  border-top-color: rgb(91 33 182 / 0.3);
  border-bottom-color: rgb(91 33 182 / 0.3);
}
.border-y-violet-800\/35 {
  border-top-color: rgb(91 33 182 / 0.35);
  border-bottom-color: rgb(91 33 182 / 0.35);
}
.border-y-violet-800\/40 {
  border-top-color: rgb(91 33 182 / 0.4);
  border-bottom-color: rgb(91 33 182 / 0.4);
}
.border-y-violet-800\/45 {
  border-top-color: rgb(91 33 182 / 0.45);
  border-bottom-color: rgb(91 33 182 / 0.45);
}
.border-y-violet-800\/5 {
  border-top-color: rgb(91 33 182 / 0.05);
  border-bottom-color: rgb(91 33 182 / 0.05);
}
.border-y-violet-800\/50 {
  border-top-color: rgb(91 33 182 / 0.5);
  border-bottom-color: rgb(91 33 182 / 0.5);
}
.border-y-violet-800\/55 {
  border-top-color: rgb(91 33 182 / 0.55);
  border-bottom-color: rgb(91 33 182 / 0.55);
}
.border-y-violet-800\/60 {
  border-top-color: rgb(91 33 182 / 0.6);
  border-bottom-color: rgb(91 33 182 / 0.6);
}
.border-y-violet-800\/65 {
  border-top-color: rgb(91 33 182 / 0.65);
  border-bottom-color: rgb(91 33 182 / 0.65);
}
.border-y-violet-800\/70 {
  border-top-color: rgb(91 33 182 / 0.7);
  border-bottom-color: rgb(91 33 182 / 0.7);
}
.border-y-violet-800\/75 {
  border-top-color: rgb(91 33 182 / 0.75);
  border-bottom-color: rgb(91 33 182 / 0.75);
}
.border-y-violet-800\/80 {
  border-top-color: rgb(91 33 182 / 0.8);
  border-bottom-color: rgb(91 33 182 / 0.8);
}
.border-y-violet-800\/85 {
  border-top-color: rgb(91 33 182 / 0.85);
  border-bottom-color: rgb(91 33 182 / 0.85);
}
.border-y-violet-800\/90 {
  border-top-color: rgb(91 33 182 / 0.9);
  border-bottom-color: rgb(91 33 182 / 0.9);
}
.border-y-violet-800\/95 {
  border-top-color: rgb(91 33 182 / 0.95);
  border-bottom-color: rgb(91 33 182 / 0.95);
}
.border-y-violet-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-y-violet-900\/0 {
  border-top-color: rgb(76 29 149 / 0);
  border-bottom-color: rgb(76 29 149 / 0);
}
.border-y-violet-900\/10 {
  border-top-color: rgb(76 29 149 / 0.1);
  border-bottom-color: rgb(76 29 149 / 0.1);
}
.border-y-violet-900\/100 {
  border-top-color: rgb(76 29 149 / 1);
  border-bottom-color: rgb(76 29 149 / 1);
}
.border-y-violet-900\/15 {
  border-top-color: rgb(76 29 149 / 0.15);
  border-bottom-color: rgb(76 29 149 / 0.15);
}
.border-y-violet-900\/20 {
  border-top-color: rgb(76 29 149 / 0.2);
  border-bottom-color: rgb(76 29 149 / 0.2);
}
.border-y-violet-900\/25 {
  border-top-color: rgb(76 29 149 / 0.25);
  border-bottom-color: rgb(76 29 149 / 0.25);
}
.border-y-violet-900\/30 {
  border-top-color: rgb(76 29 149 / 0.3);
  border-bottom-color: rgb(76 29 149 / 0.3);
}
.border-y-violet-900\/35 {
  border-top-color: rgb(76 29 149 / 0.35);
  border-bottom-color: rgb(76 29 149 / 0.35);
}
.border-y-violet-900\/40 {
  border-top-color: rgb(76 29 149 / 0.4);
  border-bottom-color: rgb(76 29 149 / 0.4);
}
.border-y-violet-900\/45 {
  border-top-color: rgb(76 29 149 / 0.45);
  border-bottom-color: rgb(76 29 149 / 0.45);
}
.border-y-violet-900\/5 {
  border-top-color: rgb(76 29 149 / 0.05);
  border-bottom-color: rgb(76 29 149 / 0.05);
}
.border-y-violet-900\/50 {
  border-top-color: rgb(76 29 149 / 0.5);
  border-bottom-color: rgb(76 29 149 / 0.5);
}
.border-y-violet-900\/55 {
  border-top-color: rgb(76 29 149 / 0.55);
  border-bottom-color: rgb(76 29 149 / 0.55);
}
.border-y-violet-900\/60 {
  border-top-color: rgb(76 29 149 / 0.6);
  border-bottom-color: rgb(76 29 149 / 0.6);
}
.border-y-violet-900\/65 {
  border-top-color: rgb(76 29 149 / 0.65);
  border-bottom-color: rgb(76 29 149 / 0.65);
}
.border-y-violet-900\/70 {
  border-top-color: rgb(76 29 149 / 0.7);
  border-bottom-color: rgb(76 29 149 / 0.7);
}
.border-y-violet-900\/75 {
  border-top-color: rgb(76 29 149 / 0.75);
  border-bottom-color: rgb(76 29 149 / 0.75);
}
.border-y-violet-900\/80 {
  border-top-color: rgb(76 29 149 / 0.8);
  border-bottom-color: rgb(76 29 149 / 0.8);
}
.border-y-violet-900\/85 {
  border-top-color: rgb(76 29 149 / 0.85);
  border-bottom-color: rgb(76 29 149 / 0.85);
}
.border-y-violet-900\/90 {
  border-top-color: rgb(76 29 149 / 0.9);
  border-bottom-color: rgb(76 29 149 / 0.9);
}
.border-y-violet-900\/95 {
  border-top-color: rgb(76 29 149 / 0.95);
  border-bottom-color: rgb(76 29 149 / 0.95);
}
.border-y-violet-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-y-violet-950\/0 {
  border-top-color: rgb(46 16 101 / 0);
  border-bottom-color: rgb(46 16 101 / 0);
}
.border-y-violet-950\/10 {
  border-top-color: rgb(46 16 101 / 0.1);
  border-bottom-color: rgb(46 16 101 / 0.1);
}
.border-y-violet-950\/100 {
  border-top-color: rgb(46 16 101 / 1);
  border-bottom-color: rgb(46 16 101 / 1);
}
.border-y-violet-950\/15 {
  border-top-color: rgb(46 16 101 / 0.15);
  border-bottom-color: rgb(46 16 101 / 0.15);
}
.border-y-violet-950\/20 {
  border-top-color: rgb(46 16 101 / 0.2);
  border-bottom-color: rgb(46 16 101 / 0.2);
}
.border-y-violet-950\/25 {
  border-top-color: rgb(46 16 101 / 0.25);
  border-bottom-color: rgb(46 16 101 / 0.25);
}
.border-y-violet-950\/30 {
  border-top-color: rgb(46 16 101 / 0.3);
  border-bottom-color: rgb(46 16 101 / 0.3);
}
.border-y-violet-950\/35 {
  border-top-color: rgb(46 16 101 / 0.35);
  border-bottom-color: rgb(46 16 101 / 0.35);
}
.border-y-violet-950\/40 {
  border-top-color: rgb(46 16 101 / 0.4);
  border-bottom-color: rgb(46 16 101 / 0.4);
}
.border-y-violet-950\/45 {
  border-top-color: rgb(46 16 101 / 0.45);
  border-bottom-color: rgb(46 16 101 / 0.45);
}
.border-y-violet-950\/5 {
  border-top-color: rgb(46 16 101 / 0.05);
  border-bottom-color: rgb(46 16 101 / 0.05);
}
.border-y-violet-950\/50 {
  border-top-color: rgb(46 16 101 / 0.5);
  border-bottom-color: rgb(46 16 101 / 0.5);
}
.border-y-violet-950\/55 {
  border-top-color: rgb(46 16 101 / 0.55);
  border-bottom-color: rgb(46 16 101 / 0.55);
}
.border-y-violet-950\/60 {
  border-top-color: rgb(46 16 101 / 0.6);
  border-bottom-color: rgb(46 16 101 / 0.6);
}
.border-y-violet-950\/65 {
  border-top-color: rgb(46 16 101 / 0.65);
  border-bottom-color: rgb(46 16 101 / 0.65);
}
.border-y-violet-950\/70 {
  border-top-color: rgb(46 16 101 / 0.7);
  border-bottom-color: rgb(46 16 101 / 0.7);
}
.border-y-violet-950\/75 {
  border-top-color: rgb(46 16 101 / 0.75);
  border-bottom-color: rgb(46 16 101 / 0.75);
}
.border-y-violet-950\/80 {
  border-top-color: rgb(46 16 101 / 0.8);
  border-bottom-color: rgb(46 16 101 / 0.8);
}
.border-y-violet-950\/85 {
  border-top-color: rgb(46 16 101 / 0.85);
  border-bottom-color: rgb(46 16 101 / 0.85);
}
.border-y-violet-950\/90 {
  border-top-color: rgb(46 16 101 / 0.9);
  border-bottom-color: rgb(46 16 101 / 0.9);
}
.border-y-violet-950\/95 {
  border-top-color: rgb(46 16 101 / 0.95);
  border-bottom-color: rgb(46 16 101 / 0.95);
}
.border-y-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-y-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-y-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-y-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-y-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-y-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-y-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}
.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}
.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}
.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}
.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}
.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}
.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}
.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}
.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}
.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}
.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}
.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}
.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}
.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}
.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}
.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}
.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}
.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}
.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}
.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}
.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}
.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}
.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}
.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}
.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}
.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}
.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}
.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}
.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}
.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}
.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}
.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}
.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}
.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}
.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}
.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}
.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}
.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}
.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}
.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}
.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}
.border-y-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}
.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}
.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}
.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}
.border-y-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}
.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.border-y-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}
.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}
.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}
.border-y-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}
.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.border-y-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}
.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}
.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}
.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}
.border-y-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}
.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}
.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}
.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}
.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}
.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}
.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}
.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}
.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}
.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}
.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}
.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}
.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}
.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}
.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}
.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}
.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}
.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}
.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}
.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}
.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}
.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}
.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}
.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}
.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}
.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}
.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}
.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}
.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}
.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}
.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}
.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}
.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}
.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}
.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}
.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}
.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}
.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}
.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}
.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}
.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}
.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}
.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}
.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}
.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}
.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}
.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}
.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}
.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}
.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}
.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}
.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}
.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}
.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}
.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}
.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}
.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}
.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}
.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}
.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}
.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}
.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}
.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}
.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}
.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}
.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}
.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}
.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}
.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}
.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}
.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}
.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}
.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}
.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}
.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}
.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}
.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}
.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}
.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}
.border-y-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-y-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}
.border-y-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}
.border-y-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}
.border-y-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}
.border-y-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}
.border-y-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}
.border-y-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}
.border-y-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}
.border-y-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.border-y-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}
.border-y-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}
.border-y-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}
.border-y-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}
.border-y-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.border-y-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}
.border-y-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}
.border-y-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}
.border-y-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}
.border-y-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}
.border-y-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}
.border-y-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}
.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}
.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}
.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}
.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}
.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}
.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}
.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}
.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}
.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}
.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}
.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}
.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}
.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}
.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}
.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}
.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}
.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}
.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}
.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}
.border-y-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-y-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}
.border-y-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}
.border-y-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}
.border-y-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}
.border-y-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}
.border-y-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}
.border-y-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}
.border-y-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}
.border-y-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.border-y-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}
.border-y-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}
.border-y-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}
.border-y-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}
.border-y-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.border-y-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}
.border-y-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}
.border-y-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}
.border-y-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}
.border-y-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}
.border-y-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}
.border-y-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}
.border-y-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-y-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}
.border-y-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}
.border-y-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}
.border-y-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}
.border-y-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}
.border-y-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}
.border-y-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}
.border-y-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}
.border-y-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.border-y-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}
.border-y-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}
.border-y-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}
.border-y-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}
.border-y-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.border-y-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}
.border-y-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}
.border-y-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}
.border-y-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}
.border-y-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}
.border-y-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}
.border-y-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}
.border-y-zinc-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-y-zinc-100\/0 {
  border-top-color: rgb(244 244 245 / 0);
  border-bottom-color: rgb(244 244 245 / 0);
}
.border-y-zinc-100\/10 {
  border-top-color: rgb(244 244 245 / 0.1);
  border-bottom-color: rgb(244 244 245 / 0.1);
}
.border-y-zinc-100\/100 {
  border-top-color: rgb(244 244 245 / 1);
  border-bottom-color: rgb(244 244 245 / 1);
}
.border-y-zinc-100\/15 {
  border-top-color: rgb(244 244 245 / 0.15);
  border-bottom-color: rgb(244 244 245 / 0.15);
}
.border-y-zinc-100\/20 {
  border-top-color: rgb(244 244 245 / 0.2);
  border-bottom-color: rgb(244 244 245 / 0.2);
}
.border-y-zinc-100\/25 {
  border-top-color: rgb(244 244 245 / 0.25);
  border-bottom-color: rgb(244 244 245 / 0.25);
}
.border-y-zinc-100\/30 {
  border-top-color: rgb(244 244 245 / 0.3);
  border-bottom-color: rgb(244 244 245 / 0.3);
}
.border-y-zinc-100\/35 {
  border-top-color: rgb(244 244 245 / 0.35);
  border-bottom-color: rgb(244 244 245 / 0.35);
}
.border-y-zinc-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.border-y-zinc-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45);
  border-bottom-color: rgb(244 244 245 / 0.45);
}
.border-y-zinc-100\/5 {
  border-top-color: rgb(244 244 245 / 0.05);
  border-bottom-color: rgb(244 244 245 / 0.05);
}
.border-y-zinc-100\/50 {
  border-top-color: rgb(244 244 245 / 0.5);
  border-bottom-color: rgb(244 244 245 / 0.5);
}
.border-y-zinc-100\/55 {
  border-top-color: rgb(244 244 245 / 0.55);
  border-bottom-color: rgb(244 244 245 / 0.55);
}
.border-y-zinc-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.border-y-zinc-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65);
  border-bottom-color: rgb(244 244 245 / 0.65);
}
.border-y-zinc-100\/70 {
  border-top-color: rgb(244 244 245 / 0.7);
  border-bottom-color: rgb(244 244 245 / 0.7);
}
.border-y-zinc-100\/75 {
  border-top-color: rgb(244 244 245 / 0.75);
  border-bottom-color: rgb(244 244 245 / 0.75);
}
.border-y-zinc-100\/80 {
  border-top-color: rgb(244 244 245 / 0.8);
  border-bottom-color: rgb(244 244 245 / 0.8);
}
.border-y-zinc-100\/85 {
  border-top-color: rgb(244 244 245 / 0.85);
  border-bottom-color: rgb(244 244 245 / 0.85);
}
.border-y-zinc-100\/90 {
  border-top-color: rgb(244 244 245 / 0.9);
  border-bottom-color: rgb(244 244 245 / 0.9);
}
.border-y-zinc-100\/95 {
  border-top-color: rgb(244 244 245 / 0.95);
  border-bottom-color: rgb(244 244 245 / 0.95);
}
.border-y-zinc-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-y-zinc-200\/0 {
  border-top-color: rgb(228 228 231 / 0);
  border-bottom-color: rgb(228 228 231 / 0);
}
.border-y-zinc-200\/10 {
  border-top-color: rgb(228 228 231 / 0.1);
  border-bottom-color: rgb(228 228 231 / 0.1);
}
.border-y-zinc-200\/100 {
  border-top-color: rgb(228 228 231 / 1);
  border-bottom-color: rgb(228 228 231 / 1);
}
.border-y-zinc-200\/15 {
  border-top-color: rgb(228 228 231 / 0.15);
  border-bottom-color: rgb(228 228 231 / 0.15);
}
.border-y-zinc-200\/20 {
  border-top-color: rgb(228 228 231 / 0.2);
  border-bottom-color: rgb(228 228 231 / 0.2);
}
.border-y-zinc-200\/25 {
  border-top-color: rgb(228 228 231 / 0.25);
  border-bottom-color: rgb(228 228 231 / 0.25);
}
.border-y-zinc-200\/30 {
  border-top-color: rgb(228 228 231 / 0.3);
  border-bottom-color: rgb(228 228 231 / 0.3);
}
.border-y-zinc-200\/35 {
  border-top-color: rgb(228 228 231 / 0.35);
  border-bottom-color: rgb(228 228 231 / 0.35);
}
.border-y-zinc-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.border-y-zinc-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45);
  border-bottom-color: rgb(228 228 231 / 0.45);
}
.border-y-zinc-200\/5 {
  border-top-color: rgb(228 228 231 / 0.05);
  border-bottom-color: rgb(228 228 231 / 0.05);
}
.border-y-zinc-200\/50 {
  border-top-color: rgb(228 228 231 / 0.5);
  border-bottom-color: rgb(228 228 231 / 0.5);
}
.border-y-zinc-200\/55 {
  border-top-color: rgb(228 228 231 / 0.55);
  border-bottom-color: rgb(228 228 231 / 0.55);
}
.border-y-zinc-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.border-y-zinc-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65);
  border-bottom-color: rgb(228 228 231 / 0.65);
}
.border-y-zinc-200\/70 {
  border-top-color: rgb(228 228 231 / 0.7);
  border-bottom-color: rgb(228 228 231 / 0.7);
}
.border-y-zinc-200\/75 {
  border-top-color: rgb(228 228 231 / 0.75);
  border-bottom-color: rgb(228 228 231 / 0.75);
}
.border-y-zinc-200\/80 {
  border-top-color: rgb(228 228 231 / 0.8);
  border-bottom-color: rgb(228 228 231 / 0.8);
}
.border-y-zinc-200\/85 {
  border-top-color: rgb(228 228 231 / 0.85);
  border-bottom-color: rgb(228 228 231 / 0.85);
}
.border-y-zinc-200\/90 {
  border-top-color: rgb(228 228 231 / 0.9);
  border-bottom-color: rgb(228 228 231 / 0.9);
}
.border-y-zinc-200\/95 {
  border-top-color: rgb(228 228 231 / 0.95);
  border-bottom-color: rgb(228 228 231 / 0.95);
}
.border-y-zinc-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-y-zinc-300\/0 {
  border-top-color: rgb(212 212 216 / 0);
  border-bottom-color: rgb(212 212 216 / 0);
}
.border-y-zinc-300\/10 {
  border-top-color: rgb(212 212 216 / 0.1);
  border-bottom-color: rgb(212 212 216 / 0.1);
}
.border-y-zinc-300\/100 {
  border-top-color: rgb(212 212 216 / 1);
  border-bottom-color: rgb(212 212 216 / 1);
}
.border-y-zinc-300\/15 {
  border-top-color: rgb(212 212 216 / 0.15);
  border-bottom-color: rgb(212 212 216 / 0.15);
}
.border-y-zinc-300\/20 {
  border-top-color: rgb(212 212 216 / 0.2);
  border-bottom-color: rgb(212 212 216 / 0.2);
}
.border-y-zinc-300\/25 {
  border-top-color: rgb(212 212 216 / 0.25);
  border-bottom-color: rgb(212 212 216 / 0.25);
}
.border-y-zinc-300\/30 {
  border-top-color: rgb(212 212 216 / 0.3);
  border-bottom-color: rgb(212 212 216 / 0.3);
}
.border-y-zinc-300\/35 {
  border-top-color: rgb(212 212 216 / 0.35);
  border-bottom-color: rgb(212 212 216 / 0.35);
}
.border-y-zinc-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.border-y-zinc-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45);
  border-bottom-color: rgb(212 212 216 / 0.45);
}
.border-y-zinc-300\/5 {
  border-top-color: rgb(212 212 216 / 0.05);
  border-bottom-color: rgb(212 212 216 / 0.05);
}
.border-y-zinc-300\/50 {
  border-top-color: rgb(212 212 216 / 0.5);
  border-bottom-color: rgb(212 212 216 / 0.5);
}
.border-y-zinc-300\/55 {
  border-top-color: rgb(212 212 216 / 0.55);
  border-bottom-color: rgb(212 212 216 / 0.55);
}
.border-y-zinc-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.border-y-zinc-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65);
  border-bottom-color: rgb(212 212 216 / 0.65);
}
.border-y-zinc-300\/70 {
  border-top-color: rgb(212 212 216 / 0.7);
  border-bottom-color: rgb(212 212 216 / 0.7);
}
.border-y-zinc-300\/75 {
  border-top-color: rgb(212 212 216 / 0.75);
  border-bottom-color: rgb(212 212 216 / 0.75);
}
.border-y-zinc-300\/80 {
  border-top-color: rgb(212 212 216 / 0.8);
  border-bottom-color: rgb(212 212 216 / 0.8);
}
.border-y-zinc-300\/85 {
  border-top-color: rgb(212 212 216 / 0.85);
  border-bottom-color: rgb(212 212 216 / 0.85);
}
.border-y-zinc-300\/90 {
  border-top-color: rgb(212 212 216 / 0.9);
  border-bottom-color: rgb(212 212 216 / 0.9);
}
.border-y-zinc-300\/95 {
  border-top-color: rgb(212 212 216 / 0.95);
  border-bottom-color: rgb(212 212 216 / 0.95);
}
.border-y-zinc-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-y-zinc-400\/0 {
  border-top-color: rgb(161 161 170 / 0);
  border-bottom-color: rgb(161 161 170 / 0);
}
.border-y-zinc-400\/10 {
  border-top-color: rgb(161 161 170 / 0.1);
  border-bottom-color: rgb(161 161 170 / 0.1);
}
.border-y-zinc-400\/100 {
  border-top-color: rgb(161 161 170 / 1);
  border-bottom-color: rgb(161 161 170 / 1);
}
.border-y-zinc-400\/15 {
  border-top-color: rgb(161 161 170 / 0.15);
  border-bottom-color: rgb(161 161 170 / 0.15);
}
.border-y-zinc-400\/20 {
  border-top-color: rgb(161 161 170 / 0.2);
  border-bottom-color: rgb(161 161 170 / 0.2);
}
.border-y-zinc-400\/25 {
  border-top-color: rgb(161 161 170 / 0.25);
  border-bottom-color: rgb(161 161 170 / 0.25);
}
.border-y-zinc-400\/30 {
  border-top-color: rgb(161 161 170 / 0.3);
  border-bottom-color: rgb(161 161 170 / 0.3);
}
.border-y-zinc-400\/35 {
  border-top-color: rgb(161 161 170 / 0.35);
  border-bottom-color: rgb(161 161 170 / 0.35);
}
.border-y-zinc-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.border-y-zinc-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45);
  border-bottom-color: rgb(161 161 170 / 0.45);
}
.border-y-zinc-400\/5 {
  border-top-color: rgb(161 161 170 / 0.05);
  border-bottom-color: rgb(161 161 170 / 0.05);
}
.border-y-zinc-400\/50 {
  border-top-color: rgb(161 161 170 / 0.5);
  border-bottom-color: rgb(161 161 170 / 0.5);
}
.border-y-zinc-400\/55 {
  border-top-color: rgb(161 161 170 / 0.55);
  border-bottom-color: rgb(161 161 170 / 0.55);
}
.border-y-zinc-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.border-y-zinc-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65);
  border-bottom-color: rgb(161 161 170 / 0.65);
}
.border-y-zinc-400\/70 {
  border-top-color: rgb(161 161 170 / 0.7);
  border-bottom-color: rgb(161 161 170 / 0.7);
}
.border-y-zinc-400\/75 {
  border-top-color: rgb(161 161 170 / 0.75);
  border-bottom-color: rgb(161 161 170 / 0.75);
}
.border-y-zinc-400\/80 {
  border-top-color: rgb(161 161 170 / 0.8);
  border-bottom-color: rgb(161 161 170 / 0.8);
}
.border-y-zinc-400\/85 {
  border-top-color: rgb(161 161 170 / 0.85);
  border-bottom-color: rgb(161 161 170 / 0.85);
}
.border-y-zinc-400\/90 {
  border-top-color: rgb(161 161 170 / 0.9);
  border-bottom-color: rgb(161 161 170 / 0.9);
}
.border-y-zinc-400\/95 {
  border-top-color: rgb(161 161 170 / 0.95);
  border-bottom-color: rgb(161 161 170 / 0.95);
}
.border-y-zinc-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-y-zinc-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-y-zinc-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-y-zinc-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-y-zinc-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-y-zinc-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-y-zinc-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-y-zinc-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-y-zinc-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-y-zinc-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-y-zinc-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-y-zinc-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-y-zinc-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-y-zinc-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-y-zinc-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-y-zinc-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-y-zinc-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-y-zinc-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-y-zinc-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-y-zinc-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-y-zinc-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-y-zinc-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-y-zinc-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-y-zinc-500\/0 {
  border-top-color: rgb(113 113 122 / 0);
  border-bottom-color: rgb(113 113 122 / 0);
}
.border-y-zinc-500\/10 {
  border-top-color: rgb(113 113 122 / 0.1);
  border-bottom-color: rgb(113 113 122 / 0.1);
}
.border-y-zinc-500\/100 {
  border-top-color: rgb(113 113 122 / 1);
  border-bottom-color: rgb(113 113 122 / 1);
}
.border-y-zinc-500\/15 {
  border-top-color: rgb(113 113 122 / 0.15);
  border-bottom-color: rgb(113 113 122 / 0.15);
}
.border-y-zinc-500\/20 {
  border-top-color: rgb(113 113 122 / 0.2);
  border-bottom-color: rgb(113 113 122 / 0.2);
}
.border-y-zinc-500\/25 {
  border-top-color: rgb(113 113 122 / 0.25);
  border-bottom-color: rgb(113 113 122 / 0.25);
}
.border-y-zinc-500\/30 {
  border-top-color: rgb(113 113 122 / 0.3);
  border-bottom-color: rgb(113 113 122 / 0.3);
}
.border-y-zinc-500\/35 {
  border-top-color: rgb(113 113 122 / 0.35);
  border-bottom-color: rgb(113 113 122 / 0.35);
}
.border-y-zinc-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.border-y-zinc-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45);
  border-bottom-color: rgb(113 113 122 / 0.45);
}
.border-y-zinc-500\/5 {
  border-top-color: rgb(113 113 122 / 0.05);
  border-bottom-color: rgb(113 113 122 / 0.05);
}
.border-y-zinc-500\/50 {
  border-top-color: rgb(113 113 122 / 0.5);
  border-bottom-color: rgb(113 113 122 / 0.5);
}
.border-y-zinc-500\/55 {
  border-top-color: rgb(113 113 122 / 0.55);
  border-bottom-color: rgb(113 113 122 / 0.55);
}
.border-y-zinc-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.border-y-zinc-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65);
  border-bottom-color: rgb(113 113 122 / 0.65);
}
.border-y-zinc-500\/70 {
  border-top-color: rgb(113 113 122 / 0.7);
  border-bottom-color: rgb(113 113 122 / 0.7);
}
.border-y-zinc-500\/75 {
  border-top-color: rgb(113 113 122 / 0.75);
  border-bottom-color: rgb(113 113 122 / 0.75);
}
.border-y-zinc-500\/80 {
  border-top-color: rgb(113 113 122 / 0.8);
  border-bottom-color: rgb(113 113 122 / 0.8);
}
.border-y-zinc-500\/85 {
  border-top-color: rgb(113 113 122 / 0.85);
  border-bottom-color: rgb(113 113 122 / 0.85);
}
.border-y-zinc-500\/90 {
  border-top-color: rgb(113 113 122 / 0.9);
  border-bottom-color: rgb(113 113 122 / 0.9);
}
.border-y-zinc-500\/95 {
  border-top-color: rgb(113 113 122 / 0.95);
  border-bottom-color: rgb(113 113 122 / 0.95);
}
.border-y-zinc-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-y-zinc-600\/0 {
  border-top-color: rgb(82 82 91 / 0);
  border-bottom-color: rgb(82 82 91 / 0);
}
.border-y-zinc-600\/10 {
  border-top-color: rgb(82 82 91 / 0.1);
  border-bottom-color: rgb(82 82 91 / 0.1);
}
.border-y-zinc-600\/100 {
  border-top-color: rgb(82 82 91 / 1);
  border-bottom-color: rgb(82 82 91 / 1);
}
.border-y-zinc-600\/15 {
  border-top-color: rgb(82 82 91 / 0.15);
  border-bottom-color: rgb(82 82 91 / 0.15);
}
.border-y-zinc-600\/20 {
  border-top-color: rgb(82 82 91 / 0.2);
  border-bottom-color: rgb(82 82 91 / 0.2);
}
.border-y-zinc-600\/25 {
  border-top-color: rgb(82 82 91 / 0.25);
  border-bottom-color: rgb(82 82 91 / 0.25);
}
.border-y-zinc-600\/30 {
  border-top-color: rgb(82 82 91 / 0.3);
  border-bottom-color: rgb(82 82 91 / 0.3);
}
.border-y-zinc-600\/35 {
  border-top-color: rgb(82 82 91 / 0.35);
  border-bottom-color: rgb(82 82 91 / 0.35);
}
.border-y-zinc-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.border-y-zinc-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45);
  border-bottom-color: rgb(82 82 91 / 0.45);
}
.border-y-zinc-600\/5 {
  border-top-color: rgb(82 82 91 / 0.05);
  border-bottom-color: rgb(82 82 91 / 0.05);
}
.border-y-zinc-600\/50 {
  border-top-color: rgb(82 82 91 / 0.5);
  border-bottom-color: rgb(82 82 91 / 0.5);
}
.border-y-zinc-600\/55 {
  border-top-color: rgb(82 82 91 / 0.55);
  border-bottom-color: rgb(82 82 91 / 0.55);
}
.border-y-zinc-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.border-y-zinc-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65);
  border-bottom-color: rgb(82 82 91 / 0.65);
}
.border-y-zinc-600\/70 {
  border-top-color: rgb(82 82 91 / 0.7);
  border-bottom-color: rgb(82 82 91 / 0.7);
}
.border-y-zinc-600\/75 {
  border-top-color: rgb(82 82 91 / 0.75);
  border-bottom-color: rgb(82 82 91 / 0.75);
}
.border-y-zinc-600\/80 {
  border-top-color: rgb(82 82 91 / 0.8);
  border-bottom-color: rgb(82 82 91 / 0.8);
}
.border-y-zinc-600\/85 {
  border-top-color: rgb(82 82 91 / 0.85);
  border-bottom-color: rgb(82 82 91 / 0.85);
}
.border-y-zinc-600\/90 {
  border-top-color: rgb(82 82 91 / 0.9);
  border-bottom-color: rgb(82 82 91 / 0.9);
}
.border-y-zinc-600\/95 {
  border-top-color: rgb(82 82 91 / 0.95);
  border-bottom-color: rgb(82 82 91 / 0.95);
}
.border-y-zinc-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-y-zinc-700\/0 {
  border-top-color: rgb(63 63 70 / 0);
  border-bottom-color: rgb(63 63 70 / 0);
}
.border-y-zinc-700\/10 {
  border-top-color: rgb(63 63 70 / 0.1);
  border-bottom-color: rgb(63 63 70 / 0.1);
}
.border-y-zinc-700\/100 {
  border-top-color: rgb(63 63 70 / 1);
  border-bottom-color: rgb(63 63 70 / 1);
}
.border-y-zinc-700\/15 {
  border-top-color: rgb(63 63 70 / 0.15);
  border-bottom-color: rgb(63 63 70 / 0.15);
}
.border-y-zinc-700\/20 {
  border-top-color: rgb(63 63 70 / 0.2);
  border-bottom-color: rgb(63 63 70 / 0.2);
}
.border-y-zinc-700\/25 {
  border-top-color: rgb(63 63 70 / 0.25);
  border-bottom-color: rgb(63 63 70 / 0.25);
}
.border-y-zinc-700\/30 {
  border-top-color: rgb(63 63 70 / 0.3);
  border-bottom-color: rgb(63 63 70 / 0.3);
}
.border-y-zinc-700\/35 {
  border-top-color: rgb(63 63 70 / 0.35);
  border-bottom-color: rgb(63 63 70 / 0.35);
}
.border-y-zinc-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.border-y-zinc-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45);
  border-bottom-color: rgb(63 63 70 / 0.45);
}
.border-y-zinc-700\/5 {
  border-top-color: rgb(63 63 70 / 0.05);
  border-bottom-color: rgb(63 63 70 / 0.05);
}
.border-y-zinc-700\/50 {
  border-top-color: rgb(63 63 70 / 0.5);
  border-bottom-color: rgb(63 63 70 / 0.5);
}
.border-y-zinc-700\/55 {
  border-top-color: rgb(63 63 70 / 0.55);
  border-bottom-color: rgb(63 63 70 / 0.55);
}
.border-y-zinc-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.border-y-zinc-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65);
  border-bottom-color: rgb(63 63 70 / 0.65);
}
.border-y-zinc-700\/70 {
  border-top-color: rgb(63 63 70 / 0.7);
  border-bottom-color: rgb(63 63 70 / 0.7);
}
.border-y-zinc-700\/75 {
  border-top-color: rgb(63 63 70 / 0.75);
  border-bottom-color: rgb(63 63 70 / 0.75);
}
.border-y-zinc-700\/80 {
  border-top-color: rgb(63 63 70 / 0.8);
  border-bottom-color: rgb(63 63 70 / 0.8);
}
.border-y-zinc-700\/85 {
  border-top-color: rgb(63 63 70 / 0.85);
  border-bottom-color: rgb(63 63 70 / 0.85);
}
.border-y-zinc-700\/90 {
  border-top-color: rgb(63 63 70 / 0.9);
  border-bottom-color: rgb(63 63 70 / 0.9);
}
.border-y-zinc-700\/95 {
  border-top-color: rgb(63 63 70 / 0.95);
  border-bottom-color: rgb(63 63 70 / 0.95);
}
.border-y-zinc-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-y-zinc-800\/0 {
  border-top-color: rgb(39 39 42 / 0);
  border-bottom-color: rgb(39 39 42 / 0);
}
.border-y-zinc-800\/10 {
  border-top-color: rgb(39 39 42 / 0.1);
  border-bottom-color: rgb(39 39 42 / 0.1);
}
.border-y-zinc-800\/100 {
  border-top-color: rgb(39 39 42 / 1);
  border-bottom-color: rgb(39 39 42 / 1);
}
.border-y-zinc-800\/15 {
  border-top-color: rgb(39 39 42 / 0.15);
  border-bottom-color: rgb(39 39 42 / 0.15);
}
.border-y-zinc-800\/20 {
  border-top-color: rgb(39 39 42 / 0.2);
  border-bottom-color: rgb(39 39 42 / 0.2);
}
.border-y-zinc-800\/25 {
  border-top-color: rgb(39 39 42 / 0.25);
  border-bottom-color: rgb(39 39 42 / 0.25);
}
.border-y-zinc-800\/30 {
  border-top-color: rgb(39 39 42 / 0.3);
  border-bottom-color: rgb(39 39 42 / 0.3);
}
.border-y-zinc-800\/35 {
  border-top-color: rgb(39 39 42 / 0.35);
  border-bottom-color: rgb(39 39 42 / 0.35);
}
.border-y-zinc-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.border-y-zinc-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45);
  border-bottom-color: rgb(39 39 42 / 0.45);
}
.border-y-zinc-800\/5 {
  border-top-color: rgb(39 39 42 / 0.05);
  border-bottom-color: rgb(39 39 42 / 0.05);
}
.border-y-zinc-800\/50 {
  border-top-color: rgb(39 39 42 / 0.5);
  border-bottom-color: rgb(39 39 42 / 0.5);
}
.border-y-zinc-800\/55 {
  border-top-color: rgb(39 39 42 / 0.55);
  border-bottom-color: rgb(39 39 42 / 0.55);
}
.border-y-zinc-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.border-y-zinc-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65);
  border-bottom-color: rgb(39 39 42 / 0.65);
}
.border-y-zinc-800\/70 {
  border-top-color: rgb(39 39 42 / 0.7);
  border-bottom-color: rgb(39 39 42 / 0.7);
}
.border-y-zinc-800\/75 {
  border-top-color: rgb(39 39 42 / 0.75);
  border-bottom-color: rgb(39 39 42 / 0.75);
}
.border-y-zinc-800\/80 {
  border-top-color: rgb(39 39 42 / 0.8);
  border-bottom-color: rgb(39 39 42 / 0.8);
}
.border-y-zinc-800\/85 {
  border-top-color: rgb(39 39 42 / 0.85);
  border-bottom-color: rgb(39 39 42 / 0.85);
}
.border-y-zinc-800\/90 {
  border-top-color: rgb(39 39 42 / 0.9);
  border-bottom-color: rgb(39 39 42 / 0.9);
}
.border-y-zinc-800\/95 {
  border-top-color: rgb(39 39 42 / 0.95);
  border-bottom-color: rgb(39 39 42 / 0.95);
}
.border-y-zinc-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-y-zinc-900\/0 {
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}
.border-y-zinc-900\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}
.border-y-zinc-900\/100 {
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}
.border-y-zinc-900\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}
.border-y-zinc-900\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}
.border-y-zinc-900\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}
.border-y-zinc-900\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}
.border-y-zinc-900\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}
.border-y-zinc-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.border-y-zinc-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}
.border-y-zinc-900\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}
.border-y-zinc-900\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}
.border-y-zinc-900\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}
.border-y-zinc-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.border-y-zinc-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}
.border-y-zinc-900\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}
.border-y-zinc-900\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}
.border-y-zinc-900\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}
.border-y-zinc-900\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}
.border-y-zinc-900\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}
.border-y-zinc-900\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}
.border-y-zinc-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-y-zinc-950\/0 {
  border-top-color: rgb(9 9 11 / 0);
  border-bottom-color: rgb(9 9 11 / 0);
}
.border-y-zinc-950\/10 {
  border-top-color: rgb(9 9 11 / 0.1);
  border-bottom-color: rgb(9 9 11 / 0.1);
}
.border-y-zinc-950\/100 {
  border-top-color: rgb(9 9 11 / 1);
  border-bottom-color: rgb(9 9 11 / 1);
}
.border-y-zinc-950\/15 {
  border-top-color: rgb(9 9 11 / 0.15);
  border-bottom-color: rgb(9 9 11 / 0.15);
}
.border-y-zinc-950\/20 {
  border-top-color: rgb(9 9 11 / 0.2);
  border-bottom-color: rgb(9 9 11 / 0.2);
}
.border-y-zinc-950\/25 {
  border-top-color: rgb(9 9 11 / 0.25);
  border-bottom-color: rgb(9 9 11 / 0.25);
}
.border-y-zinc-950\/30 {
  border-top-color: rgb(9 9 11 / 0.3);
  border-bottom-color: rgb(9 9 11 / 0.3);
}
.border-y-zinc-950\/35 {
  border-top-color: rgb(9 9 11 / 0.35);
  border-bottom-color: rgb(9 9 11 / 0.35);
}
.border-y-zinc-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.border-y-zinc-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45);
  border-bottom-color: rgb(9 9 11 / 0.45);
}
.border-y-zinc-950\/5 {
  border-top-color: rgb(9 9 11 / 0.05);
  border-bottom-color: rgb(9 9 11 / 0.05);
}
.border-y-zinc-950\/50 {
  border-top-color: rgb(9 9 11 / 0.5);
  border-bottom-color: rgb(9 9 11 / 0.5);
}
.border-y-zinc-950\/55 {
  border-top-color: rgb(9 9 11 / 0.55);
  border-bottom-color: rgb(9 9 11 / 0.55);
}
.border-y-zinc-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.border-y-zinc-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65);
  border-bottom-color: rgb(9 9 11 / 0.65);
}
.border-y-zinc-950\/70 {
  border-top-color: rgb(9 9 11 / 0.7);
  border-bottom-color: rgb(9 9 11 / 0.7);
}
.border-y-zinc-950\/75 {
  border-top-color: rgb(9 9 11 / 0.75);
  border-bottom-color: rgb(9 9 11 / 0.75);
}
.border-y-zinc-950\/80 {
  border-top-color: rgb(9 9 11 / 0.8);
  border-bottom-color: rgb(9 9 11 / 0.8);
}
.border-y-zinc-950\/85 {
  border-top-color: rgb(9 9 11 / 0.85);
  border-bottom-color: rgb(9 9 11 / 0.85);
}
.border-y-zinc-950\/90 {
  border-top-color: rgb(9 9 11 / 0.9);
  border-bottom-color: rgb(9 9 11 / 0.9);
}
.border-y-zinc-950\/95 {
  border-top-color: rgb(9 9 11 / 0.95);
  border-bottom-color: rgb(9 9 11 / 0.95);
}
.border-b-amber-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-b-amber-100\/0 {
  border-bottom-color: rgb(254 243 199 / 0);
}
.border-b-amber-100\/10 {
  border-bottom-color: rgb(254 243 199 / 0.1);
}
.border-b-amber-100\/100 {
  border-bottom-color: rgb(254 243 199 / 1);
}
.border-b-amber-100\/15 {
  border-bottom-color: rgb(254 243 199 / 0.15);
}
.border-b-amber-100\/20 {
  border-bottom-color: rgb(254 243 199 / 0.2);
}
.border-b-amber-100\/25 {
  border-bottom-color: rgb(254 243 199 / 0.25);
}
.border-b-amber-100\/30 {
  border-bottom-color: rgb(254 243 199 / 0.3);
}
.border-b-amber-100\/35 {
  border-bottom-color: rgb(254 243 199 / 0.35);
}
.border-b-amber-100\/40 {
  border-bottom-color: rgb(254 243 199 / 0.4);
}
.border-b-amber-100\/45 {
  border-bottom-color: rgb(254 243 199 / 0.45);
}
.border-b-amber-100\/5 {
  border-bottom-color: rgb(254 243 199 / 0.05);
}
.border-b-amber-100\/50 {
  border-bottom-color: rgb(254 243 199 / 0.5);
}
.border-b-amber-100\/55 {
  border-bottom-color: rgb(254 243 199 / 0.55);
}
.border-b-amber-100\/60 {
  border-bottom-color: rgb(254 243 199 / 0.6);
}
.border-b-amber-100\/65 {
  border-bottom-color: rgb(254 243 199 / 0.65);
}
.border-b-amber-100\/70 {
  border-bottom-color: rgb(254 243 199 / 0.7);
}
.border-b-amber-100\/75 {
  border-bottom-color: rgb(254 243 199 / 0.75);
}
.border-b-amber-100\/80 {
  border-bottom-color: rgb(254 243 199 / 0.8);
}
.border-b-amber-100\/85 {
  border-bottom-color: rgb(254 243 199 / 0.85);
}
.border-b-amber-100\/90 {
  border-bottom-color: rgb(254 243 199 / 0.9);
}
.border-b-amber-100\/95 {
  border-bottom-color: rgb(254 243 199 / 0.95);
}
.border-b-amber-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-b-amber-200\/0 {
  border-bottom-color: rgb(253 230 138 / 0);
}
.border-b-amber-200\/10 {
  border-bottom-color: rgb(253 230 138 / 0.1);
}
.border-b-amber-200\/100 {
  border-bottom-color: rgb(253 230 138 / 1);
}
.border-b-amber-200\/15 {
  border-bottom-color: rgb(253 230 138 / 0.15);
}
.border-b-amber-200\/20 {
  border-bottom-color: rgb(253 230 138 / 0.2);
}
.border-b-amber-200\/25 {
  border-bottom-color: rgb(253 230 138 / 0.25);
}
.border-b-amber-200\/30 {
  border-bottom-color: rgb(253 230 138 / 0.3);
}
.border-b-amber-200\/35 {
  border-bottom-color: rgb(253 230 138 / 0.35);
}
.border-b-amber-200\/40 {
  border-bottom-color: rgb(253 230 138 / 0.4);
}
.border-b-amber-200\/45 {
  border-bottom-color: rgb(253 230 138 / 0.45);
}
.border-b-amber-200\/5 {
  border-bottom-color: rgb(253 230 138 / 0.05);
}
.border-b-amber-200\/50 {
  border-bottom-color: rgb(253 230 138 / 0.5);
}
.border-b-amber-200\/55 {
  border-bottom-color: rgb(253 230 138 / 0.55);
}
.border-b-amber-200\/60 {
  border-bottom-color: rgb(253 230 138 / 0.6);
}
.border-b-amber-200\/65 {
  border-bottom-color: rgb(253 230 138 / 0.65);
}
.border-b-amber-200\/70 {
  border-bottom-color: rgb(253 230 138 / 0.7);
}
.border-b-amber-200\/75 {
  border-bottom-color: rgb(253 230 138 / 0.75);
}
.border-b-amber-200\/80 {
  border-bottom-color: rgb(253 230 138 / 0.8);
}
.border-b-amber-200\/85 {
  border-bottom-color: rgb(253 230 138 / 0.85);
}
.border-b-amber-200\/90 {
  border-bottom-color: rgb(253 230 138 / 0.9);
}
.border-b-amber-200\/95 {
  border-bottom-color: rgb(253 230 138 / 0.95);
}
.border-b-amber-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-b-amber-300\/0 {
  border-bottom-color: rgb(252 211 77 / 0);
}
.border-b-amber-300\/10 {
  border-bottom-color: rgb(252 211 77 / 0.1);
}
.border-b-amber-300\/100 {
  border-bottom-color: rgb(252 211 77 / 1);
}
.border-b-amber-300\/15 {
  border-bottom-color: rgb(252 211 77 / 0.15);
}
.border-b-amber-300\/20 {
  border-bottom-color: rgb(252 211 77 / 0.2);
}
.border-b-amber-300\/25 {
  border-bottom-color: rgb(252 211 77 / 0.25);
}
.border-b-amber-300\/30 {
  border-bottom-color: rgb(252 211 77 / 0.3);
}
.border-b-amber-300\/35 {
  border-bottom-color: rgb(252 211 77 / 0.35);
}
.border-b-amber-300\/40 {
  border-bottom-color: rgb(252 211 77 / 0.4);
}
.border-b-amber-300\/45 {
  border-bottom-color: rgb(252 211 77 / 0.45);
}
.border-b-amber-300\/5 {
  border-bottom-color: rgb(252 211 77 / 0.05);
}
.border-b-amber-300\/50 {
  border-bottom-color: rgb(252 211 77 / 0.5);
}
.border-b-amber-300\/55 {
  border-bottom-color: rgb(252 211 77 / 0.55);
}
.border-b-amber-300\/60 {
  border-bottom-color: rgb(252 211 77 / 0.6);
}
.border-b-amber-300\/65 {
  border-bottom-color: rgb(252 211 77 / 0.65);
}
.border-b-amber-300\/70 {
  border-bottom-color: rgb(252 211 77 / 0.7);
}
.border-b-amber-300\/75 {
  border-bottom-color: rgb(252 211 77 / 0.75);
}
.border-b-amber-300\/80 {
  border-bottom-color: rgb(252 211 77 / 0.8);
}
.border-b-amber-300\/85 {
  border-bottom-color: rgb(252 211 77 / 0.85);
}
.border-b-amber-300\/90 {
  border-bottom-color: rgb(252 211 77 / 0.9);
}
.border-b-amber-300\/95 {
  border-bottom-color: rgb(252 211 77 / 0.95);
}
.border-b-amber-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-b-amber-400\/0 {
  border-bottom-color: rgb(251 191 36 / 0);
}
.border-b-amber-400\/10 {
  border-bottom-color: rgb(251 191 36 / 0.1);
}
.border-b-amber-400\/100 {
  border-bottom-color: rgb(251 191 36 / 1);
}
.border-b-amber-400\/15 {
  border-bottom-color: rgb(251 191 36 / 0.15);
}
.border-b-amber-400\/20 {
  border-bottom-color: rgb(251 191 36 / 0.2);
}
.border-b-amber-400\/25 {
  border-bottom-color: rgb(251 191 36 / 0.25);
}
.border-b-amber-400\/30 {
  border-bottom-color: rgb(251 191 36 / 0.3);
}
.border-b-amber-400\/35 {
  border-bottom-color: rgb(251 191 36 / 0.35);
}
.border-b-amber-400\/40 {
  border-bottom-color: rgb(251 191 36 / 0.4);
}
.border-b-amber-400\/45 {
  border-bottom-color: rgb(251 191 36 / 0.45);
}
.border-b-amber-400\/5 {
  border-bottom-color: rgb(251 191 36 / 0.05);
}
.border-b-amber-400\/50 {
  border-bottom-color: rgb(251 191 36 / 0.5);
}
.border-b-amber-400\/55 {
  border-bottom-color: rgb(251 191 36 / 0.55);
}
.border-b-amber-400\/60 {
  border-bottom-color: rgb(251 191 36 / 0.6);
}
.border-b-amber-400\/65 {
  border-bottom-color: rgb(251 191 36 / 0.65);
}
.border-b-amber-400\/70 {
  border-bottom-color: rgb(251 191 36 / 0.7);
}
.border-b-amber-400\/75 {
  border-bottom-color: rgb(251 191 36 / 0.75);
}
.border-b-amber-400\/80 {
  border-bottom-color: rgb(251 191 36 / 0.8);
}
.border-b-amber-400\/85 {
  border-bottom-color: rgb(251 191 36 / 0.85);
}
.border-b-amber-400\/90 {
  border-bottom-color: rgb(251 191 36 / 0.9);
}
.border-b-amber-400\/95 {
  border-bottom-color: rgb(251 191 36 / 0.95);
}
.border-b-amber-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-b-amber-50\/0 {
  border-bottom-color: rgb(255 251 235 / 0);
}
.border-b-amber-50\/10 {
  border-bottom-color: rgb(255 251 235 / 0.1);
}
.border-b-amber-50\/100 {
  border-bottom-color: rgb(255 251 235 / 1);
}
.border-b-amber-50\/15 {
  border-bottom-color: rgb(255 251 235 / 0.15);
}
.border-b-amber-50\/20 {
  border-bottom-color: rgb(255 251 235 / 0.2);
}
.border-b-amber-50\/25 {
  border-bottom-color: rgb(255 251 235 / 0.25);
}
.border-b-amber-50\/30 {
  border-bottom-color: rgb(255 251 235 / 0.3);
}
.border-b-amber-50\/35 {
  border-bottom-color: rgb(255 251 235 / 0.35);
}
.border-b-amber-50\/40 {
  border-bottom-color: rgb(255 251 235 / 0.4);
}
.border-b-amber-50\/45 {
  border-bottom-color: rgb(255 251 235 / 0.45);
}
.border-b-amber-50\/5 {
  border-bottom-color: rgb(255 251 235 / 0.05);
}
.border-b-amber-50\/50 {
  border-bottom-color: rgb(255 251 235 / 0.5);
}
.border-b-amber-50\/55 {
  border-bottom-color: rgb(255 251 235 / 0.55);
}
.border-b-amber-50\/60 {
  border-bottom-color: rgb(255 251 235 / 0.6);
}
.border-b-amber-50\/65 {
  border-bottom-color: rgb(255 251 235 / 0.65);
}
.border-b-amber-50\/70 {
  border-bottom-color: rgb(255 251 235 / 0.7);
}
.border-b-amber-50\/75 {
  border-bottom-color: rgb(255 251 235 / 0.75);
}
.border-b-amber-50\/80 {
  border-bottom-color: rgb(255 251 235 / 0.8);
}
.border-b-amber-50\/85 {
  border-bottom-color: rgb(255 251 235 / 0.85);
}
.border-b-amber-50\/90 {
  border-bottom-color: rgb(255 251 235 / 0.9);
}
.border-b-amber-50\/95 {
  border-bottom-color: rgb(255 251 235 / 0.95);
}
.border-b-amber-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-b-amber-500\/0 {
  border-bottom-color: rgb(245 158 11 / 0);
}
.border-b-amber-500\/10 {
  border-bottom-color: rgb(245 158 11 / 0.1);
}
.border-b-amber-500\/100 {
  border-bottom-color: rgb(245 158 11 / 1);
}
.border-b-amber-500\/15 {
  border-bottom-color: rgb(245 158 11 / 0.15);
}
.border-b-amber-500\/20 {
  border-bottom-color: rgb(245 158 11 / 0.2);
}
.border-b-amber-500\/25 {
  border-bottom-color: rgb(245 158 11 / 0.25);
}
.border-b-amber-500\/30 {
  border-bottom-color: rgb(245 158 11 / 0.3);
}
.border-b-amber-500\/35 {
  border-bottom-color: rgb(245 158 11 / 0.35);
}
.border-b-amber-500\/40 {
  border-bottom-color: rgb(245 158 11 / 0.4);
}
.border-b-amber-500\/45 {
  border-bottom-color: rgb(245 158 11 / 0.45);
}
.border-b-amber-500\/5 {
  border-bottom-color: rgb(245 158 11 / 0.05);
}
.border-b-amber-500\/50 {
  border-bottom-color: rgb(245 158 11 / 0.5);
}
.border-b-amber-500\/55 {
  border-bottom-color: rgb(245 158 11 / 0.55);
}
.border-b-amber-500\/60 {
  border-bottom-color: rgb(245 158 11 / 0.6);
}
.border-b-amber-500\/65 {
  border-bottom-color: rgb(245 158 11 / 0.65);
}
.border-b-amber-500\/70 {
  border-bottom-color: rgb(245 158 11 / 0.7);
}
.border-b-amber-500\/75 {
  border-bottom-color: rgb(245 158 11 / 0.75);
}
.border-b-amber-500\/80 {
  border-bottom-color: rgb(245 158 11 / 0.8);
}
.border-b-amber-500\/85 {
  border-bottom-color: rgb(245 158 11 / 0.85);
}
.border-b-amber-500\/90 {
  border-bottom-color: rgb(245 158 11 / 0.9);
}
.border-b-amber-500\/95 {
  border-bottom-color: rgb(245 158 11 / 0.95);
}
.border-b-amber-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-b-amber-600\/0 {
  border-bottom-color: rgb(217 119 6 / 0);
}
.border-b-amber-600\/10 {
  border-bottom-color: rgb(217 119 6 / 0.1);
}
.border-b-amber-600\/100 {
  border-bottom-color: rgb(217 119 6 / 1);
}
.border-b-amber-600\/15 {
  border-bottom-color: rgb(217 119 6 / 0.15);
}
.border-b-amber-600\/20 {
  border-bottom-color: rgb(217 119 6 / 0.2);
}
.border-b-amber-600\/25 {
  border-bottom-color: rgb(217 119 6 / 0.25);
}
.border-b-amber-600\/30 {
  border-bottom-color: rgb(217 119 6 / 0.3);
}
.border-b-amber-600\/35 {
  border-bottom-color: rgb(217 119 6 / 0.35);
}
.border-b-amber-600\/40 {
  border-bottom-color: rgb(217 119 6 / 0.4);
}
.border-b-amber-600\/45 {
  border-bottom-color: rgb(217 119 6 / 0.45);
}
.border-b-amber-600\/5 {
  border-bottom-color: rgb(217 119 6 / 0.05);
}
.border-b-amber-600\/50 {
  border-bottom-color: rgb(217 119 6 / 0.5);
}
.border-b-amber-600\/55 {
  border-bottom-color: rgb(217 119 6 / 0.55);
}
.border-b-amber-600\/60 {
  border-bottom-color: rgb(217 119 6 / 0.6);
}
.border-b-amber-600\/65 {
  border-bottom-color: rgb(217 119 6 / 0.65);
}
.border-b-amber-600\/70 {
  border-bottom-color: rgb(217 119 6 / 0.7);
}
.border-b-amber-600\/75 {
  border-bottom-color: rgb(217 119 6 / 0.75);
}
.border-b-amber-600\/80 {
  border-bottom-color: rgb(217 119 6 / 0.8);
}
.border-b-amber-600\/85 {
  border-bottom-color: rgb(217 119 6 / 0.85);
}
.border-b-amber-600\/90 {
  border-bottom-color: rgb(217 119 6 / 0.9);
}
.border-b-amber-600\/95 {
  border-bottom-color: rgb(217 119 6 / 0.95);
}
.border-b-amber-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-b-amber-700\/0 {
  border-bottom-color: rgb(180 83 9 / 0);
}
.border-b-amber-700\/10 {
  border-bottom-color: rgb(180 83 9 / 0.1);
}
.border-b-amber-700\/100 {
  border-bottom-color: rgb(180 83 9 / 1);
}
.border-b-amber-700\/15 {
  border-bottom-color: rgb(180 83 9 / 0.15);
}
.border-b-amber-700\/20 {
  border-bottom-color: rgb(180 83 9 / 0.2);
}
.border-b-amber-700\/25 {
  border-bottom-color: rgb(180 83 9 / 0.25);
}
.border-b-amber-700\/30 {
  border-bottom-color: rgb(180 83 9 / 0.3);
}
.border-b-amber-700\/35 {
  border-bottom-color: rgb(180 83 9 / 0.35);
}
.border-b-amber-700\/40 {
  border-bottom-color: rgb(180 83 9 / 0.4);
}
.border-b-amber-700\/45 {
  border-bottom-color: rgb(180 83 9 / 0.45);
}
.border-b-amber-700\/5 {
  border-bottom-color: rgb(180 83 9 / 0.05);
}
.border-b-amber-700\/50 {
  border-bottom-color: rgb(180 83 9 / 0.5);
}
.border-b-amber-700\/55 {
  border-bottom-color: rgb(180 83 9 / 0.55);
}
.border-b-amber-700\/60 {
  border-bottom-color: rgb(180 83 9 / 0.6);
}
.border-b-amber-700\/65 {
  border-bottom-color: rgb(180 83 9 / 0.65);
}
.border-b-amber-700\/70 {
  border-bottom-color: rgb(180 83 9 / 0.7);
}
.border-b-amber-700\/75 {
  border-bottom-color: rgb(180 83 9 / 0.75);
}
.border-b-amber-700\/80 {
  border-bottom-color: rgb(180 83 9 / 0.8);
}
.border-b-amber-700\/85 {
  border-bottom-color: rgb(180 83 9 / 0.85);
}
.border-b-amber-700\/90 {
  border-bottom-color: rgb(180 83 9 / 0.9);
}
.border-b-amber-700\/95 {
  border-bottom-color: rgb(180 83 9 / 0.95);
}
.border-b-amber-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-b-amber-800\/0 {
  border-bottom-color: rgb(146 64 14 / 0);
}
.border-b-amber-800\/10 {
  border-bottom-color: rgb(146 64 14 / 0.1);
}
.border-b-amber-800\/100 {
  border-bottom-color: rgb(146 64 14 / 1);
}
.border-b-amber-800\/15 {
  border-bottom-color: rgb(146 64 14 / 0.15);
}
.border-b-amber-800\/20 {
  border-bottom-color: rgb(146 64 14 / 0.2);
}
.border-b-amber-800\/25 {
  border-bottom-color: rgb(146 64 14 / 0.25);
}
.border-b-amber-800\/30 {
  border-bottom-color: rgb(146 64 14 / 0.3);
}
.border-b-amber-800\/35 {
  border-bottom-color: rgb(146 64 14 / 0.35);
}
.border-b-amber-800\/40 {
  border-bottom-color: rgb(146 64 14 / 0.4);
}
.border-b-amber-800\/45 {
  border-bottom-color: rgb(146 64 14 / 0.45);
}
.border-b-amber-800\/5 {
  border-bottom-color: rgb(146 64 14 / 0.05);
}
.border-b-amber-800\/50 {
  border-bottom-color: rgb(146 64 14 / 0.5);
}
.border-b-amber-800\/55 {
  border-bottom-color: rgb(146 64 14 / 0.55);
}
.border-b-amber-800\/60 {
  border-bottom-color: rgb(146 64 14 / 0.6);
}
.border-b-amber-800\/65 {
  border-bottom-color: rgb(146 64 14 / 0.65);
}
.border-b-amber-800\/70 {
  border-bottom-color: rgb(146 64 14 / 0.7);
}
.border-b-amber-800\/75 {
  border-bottom-color: rgb(146 64 14 / 0.75);
}
.border-b-amber-800\/80 {
  border-bottom-color: rgb(146 64 14 / 0.8);
}
.border-b-amber-800\/85 {
  border-bottom-color: rgb(146 64 14 / 0.85);
}
.border-b-amber-800\/90 {
  border-bottom-color: rgb(146 64 14 / 0.9);
}
.border-b-amber-800\/95 {
  border-bottom-color: rgb(146 64 14 / 0.95);
}
.border-b-amber-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-b-amber-900\/0 {
  border-bottom-color: rgb(120 53 15 / 0);
}
.border-b-amber-900\/10 {
  border-bottom-color: rgb(120 53 15 / 0.1);
}
.border-b-amber-900\/100 {
  border-bottom-color: rgb(120 53 15 / 1);
}
.border-b-amber-900\/15 {
  border-bottom-color: rgb(120 53 15 / 0.15);
}
.border-b-amber-900\/20 {
  border-bottom-color: rgb(120 53 15 / 0.2);
}
.border-b-amber-900\/25 {
  border-bottom-color: rgb(120 53 15 / 0.25);
}
.border-b-amber-900\/30 {
  border-bottom-color: rgb(120 53 15 / 0.3);
}
.border-b-amber-900\/35 {
  border-bottom-color: rgb(120 53 15 / 0.35);
}
.border-b-amber-900\/40 {
  border-bottom-color: rgb(120 53 15 / 0.4);
}
.border-b-amber-900\/45 {
  border-bottom-color: rgb(120 53 15 / 0.45);
}
.border-b-amber-900\/5 {
  border-bottom-color: rgb(120 53 15 / 0.05);
}
.border-b-amber-900\/50 {
  border-bottom-color: rgb(120 53 15 / 0.5);
}
.border-b-amber-900\/55 {
  border-bottom-color: rgb(120 53 15 / 0.55);
}
.border-b-amber-900\/60 {
  border-bottom-color: rgb(120 53 15 / 0.6);
}
.border-b-amber-900\/65 {
  border-bottom-color: rgb(120 53 15 / 0.65);
}
.border-b-amber-900\/70 {
  border-bottom-color: rgb(120 53 15 / 0.7);
}
.border-b-amber-900\/75 {
  border-bottom-color: rgb(120 53 15 / 0.75);
}
.border-b-amber-900\/80 {
  border-bottom-color: rgb(120 53 15 / 0.8);
}
.border-b-amber-900\/85 {
  border-bottom-color: rgb(120 53 15 / 0.85);
}
.border-b-amber-900\/90 {
  border-bottom-color: rgb(120 53 15 / 0.9);
}
.border-b-amber-900\/95 {
  border-bottom-color: rgb(120 53 15 / 0.95);
}
.border-b-amber-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-b-amber-950\/0 {
  border-bottom-color: rgb(69 26 3 / 0);
}
.border-b-amber-950\/10 {
  border-bottom-color: rgb(69 26 3 / 0.1);
}
.border-b-amber-950\/100 {
  border-bottom-color: rgb(69 26 3 / 1);
}
.border-b-amber-950\/15 {
  border-bottom-color: rgb(69 26 3 / 0.15);
}
.border-b-amber-950\/20 {
  border-bottom-color: rgb(69 26 3 / 0.2);
}
.border-b-amber-950\/25 {
  border-bottom-color: rgb(69 26 3 / 0.25);
}
.border-b-amber-950\/30 {
  border-bottom-color: rgb(69 26 3 / 0.3);
}
.border-b-amber-950\/35 {
  border-bottom-color: rgb(69 26 3 / 0.35);
}
.border-b-amber-950\/40 {
  border-bottom-color: rgb(69 26 3 / 0.4);
}
.border-b-amber-950\/45 {
  border-bottom-color: rgb(69 26 3 / 0.45);
}
.border-b-amber-950\/5 {
  border-bottom-color: rgb(69 26 3 / 0.05);
}
.border-b-amber-950\/50 {
  border-bottom-color: rgb(69 26 3 / 0.5);
}
.border-b-amber-950\/55 {
  border-bottom-color: rgb(69 26 3 / 0.55);
}
.border-b-amber-950\/60 {
  border-bottom-color: rgb(69 26 3 / 0.6);
}
.border-b-amber-950\/65 {
  border-bottom-color: rgb(69 26 3 / 0.65);
}
.border-b-amber-950\/70 {
  border-bottom-color: rgb(69 26 3 / 0.7);
}
.border-b-amber-950\/75 {
  border-bottom-color: rgb(69 26 3 / 0.75);
}
.border-b-amber-950\/80 {
  border-bottom-color: rgb(69 26 3 / 0.8);
}
.border-b-amber-950\/85 {
  border-bottom-color: rgb(69 26 3 / 0.85);
}
.border-b-amber-950\/90 {
  border-bottom-color: rgb(69 26 3 / 0.9);
}
.border-b-amber-950\/95 {
  border-bottom-color: rgb(69 26 3 / 0.95);
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-b-black\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-black\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-black\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-black\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-black\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-black\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-black\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-black\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-black\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-black\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-black\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-black\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-black\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-black\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-black\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-black\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-black\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-black\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-black\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-black\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-black\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-blue-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-b-blue-100\/0 {
  border-bottom-color: rgb(219 234 254 / 0);
}
.border-b-blue-100\/10 {
  border-bottom-color: rgb(219 234 254 / 0.1);
}
.border-b-blue-100\/100 {
  border-bottom-color: rgb(219 234 254 / 1);
}
.border-b-blue-100\/15 {
  border-bottom-color: rgb(219 234 254 / 0.15);
}
.border-b-blue-100\/20 {
  border-bottom-color: rgb(219 234 254 / 0.2);
}
.border-b-blue-100\/25 {
  border-bottom-color: rgb(219 234 254 / 0.25);
}
.border-b-blue-100\/30 {
  border-bottom-color: rgb(219 234 254 / 0.3);
}
.border-b-blue-100\/35 {
  border-bottom-color: rgb(219 234 254 / 0.35);
}
.border-b-blue-100\/40 {
  border-bottom-color: rgb(219 234 254 / 0.4);
}
.border-b-blue-100\/45 {
  border-bottom-color: rgb(219 234 254 / 0.45);
}
.border-b-blue-100\/5 {
  border-bottom-color: rgb(219 234 254 / 0.05);
}
.border-b-blue-100\/50 {
  border-bottom-color: rgb(219 234 254 / 0.5);
}
.border-b-blue-100\/55 {
  border-bottom-color: rgb(219 234 254 / 0.55);
}
.border-b-blue-100\/60 {
  border-bottom-color: rgb(219 234 254 / 0.6);
}
.border-b-blue-100\/65 {
  border-bottom-color: rgb(219 234 254 / 0.65);
}
.border-b-blue-100\/70 {
  border-bottom-color: rgb(219 234 254 / 0.7);
}
.border-b-blue-100\/75 {
  border-bottom-color: rgb(219 234 254 / 0.75);
}
.border-b-blue-100\/80 {
  border-bottom-color: rgb(219 234 254 / 0.8);
}
.border-b-blue-100\/85 {
  border-bottom-color: rgb(219 234 254 / 0.85);
}
.border-b-blue-100\/90 {
  border-bottom-color: rgb(219 234 254 / 0.9);
}
.border-b-blue-100\/95 {
  border-bottom-color: rgb(219 234 254 / 0.95);
}
.border-b-blue-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-b-blue-200\/0 {
  border-bottom-color: rgb(191 219 254 / 0);
}
.border-b-blue-200\/10 {
  border-bottom-color: rgb(191 219 254 / 0.1);
}
.border-b-blue-200\/100 {
  border-bottom-color: rgb(191 219 254 / 1);
}
.border-b-blue-200\/15 {
  border-bottom-color: rgb(191 219 254 / 0.15);
}
.border-b-blue-200\/20 {
  border-bottom-color: rgb(191 219 254 / 0.2);
}
.border-b-blue-200\/25 {
  border-bottom-color: rgb(191 219 254 / 0.25);
}
.border-b-blue-200\/30 {
  border-bottom-color: rgb(191 219 254 / 0.3);
}
.border-b-blue-200\/35 {
  border-bottom-color: rgb(191 219 254 / 0.35);
}
.border-b-blue-200\/40 {
  border-bottom-color: rgb(191 219 254 / 0.4);
}
.border-b-blue-200\/45 {
  border-bottom-color: rgb(191 219 254 / 0.45);
}
.border-b-blue-200\/5 {
  border-bottom-color: rgb(191 219 254 / 0.05);
}
.border-b-blue-200\/50 {
  border-bottom-color: rgb(191 219 254 / 0.5);
}
.border-b-blue-200\/55 {
  border-bottom-color: rgb(191 219 254 / 0.55);
}
.border-b-blue-200\/60 {
  border-bottom-color: rgb(191 219 254 / 0.6);
}
.border-b-blue-200\/65 {
  border-bottom-color: rgb(191 219 254 / 0.65);
}
.border-b-blue-200\/70 {
  border-bottom-color: rgb(191 219 254 / 0.7);
}
.border-b-blue-200\/75 {
  border-bottom-color: rgb(191 219 254 / 0.75);
}
.border-b-blue-200\/80 {
  border-bottom-color: rgb(191 219 254 / 0.8);
}
.border-b-blue-200\/85 {
  border-bottom-color: rgb(191 219 254 / 0.85);
}
.border-b-blue-200\/90 {
  border-bottom-color: rgb(191 219 254 / 0.9);
}
.border-b-blue-200\/95 {
  border-bottom-color: rgb(191 219 254 / 0.95);
}
.border-b-blue-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-b-blue-300\/0 {
  border-bottom-color: rgb(147 197 253 / 0);
}
.border-b-blue-300\/10 {
  border-bottom-color: rgb(147 197 253 / 0.1);
}
.border-b-blue-300\/100 {
  border-bottom-color: rgb(147 197 253 / 1);
}
.border-b-blue-300\/15 {
  border-bottom-color: rgb(147 197 253 / 0.15);
}
.border-b-blue-300\/20 {
  border-bottom-color: rgb(147 197 253 / 0.2);
}
.border-b-blue-300\/25 {
  border-bottom-color: rgb(147 197 253 / 0.25);
}
.border-b-blue-300\/30 {
  border-bottom-color: rgb(147 197 253 / 0.3);
}
.border-b-blue-300\/35 {
  border-bottom-color: rgb(147 197 253 / 0.35);
}
.border-b-blue-300\/40 {
  border-bottom-color: rgb(147 197 253 / 0.4);
}
.border-b-blue-300\/45 {
  border-bottom-color: rgb(147 197 253 / 0.45);
}
.border-b-blue-300\/5 {
  border-bottom-color: rgb(147 197 253 / 0.05);
}
.border-b-blue-300\/50 {
  border-bottom-color: rgb(147 197 253 / 0.5);
}
.border-b-blue-300\/55 {
  border-bottom-color: rgb(147 197 253 / 0.55);
}
.border-b-blue-300\/60 {
  border-bottom-color: rgb(147 197 253 / 0.6);
}
.border-b-blue-300\/65 {
  border-bottom-color: rgb(147 197 253 / 0.65);
}
.border-b-blue-300\/70 {
  border-bottom-color: rgb(147 197 253 / 0.7);
}
.border-b-blue-300\/75 {
  border-bottom-color: rgb(147 197 253 / 0.75);
}
.border-b-blue-300\/80 {
  border-bottom-color: rgb(147 197 253 / 0.8);
}
.border-b-blue-300\/85 {
  border-bottom-color: rgb(147 197 253 / 0.85);
}
.border-b-blue-300\/90 {
  border-bottom-color: rgb(147 197 253 / 0.9);
}
.border-b-blue-300\/95 {
  border-bottom-color: rgb(147 197 253 / 0.95);
}
.border-b-blue-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-b-blue-400\/0 {
  border-bottom-color: rgb(96 165 250 / 0);
}
.border-b-blue-400\/10 {
  border-bottom-color: rgb(96 165 250 / 0.1);
}
.border-b-blue-400\/100 {
  border-bottom-color: rgb(96 165 250 / 1);
}
.border-b-blue-400\/15 {
  border-bottom-color: rgb(96 165 250 / 0.15);
}
.border-b-blue-400\/20 {
  border-bottom-color: rgb(96 165 250 / 0.2);
}
.border-b-blue-400\/25 {
  border-bottom-color: rgb(96 165 250 / 0.25);
}
.border-b-blue-400\/30 {
  border-bottom-color: rgb(96 165 250 / 0.3);
}
.border-b-blue-400\/35 {
  border-bottom-color: rgb(96 165 250 / 0.35);
}
.border-b-blue-400\/40 {
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.border-b-blue-400\/45 {
  border-bottom-color: rgb(96 165 250 / 0.45);
}
.border-b-blue-400\/5 {
  border-bottom-color: rgb(96 165 250 / 0.05);
}
.border-b-blue-400\/50 {
  border-bottom-color: rgb(96 165 250 / 0.5);
}
.border-b-blue-400\/55 {
  border-bottom-color: rgb(96 165 250 / 0.55);
}
.border-b-blue-400\/60 {
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.border-b-blue-400\/65 {
  border-bottom-color: rgb(96 165 250 / 0.65);
}
.border-b-blue-400\/70 {
  border-bottom-color: rgb(96 165 250 / 0.7);
}
.border-b-blue-400\/75 {
  border-bottom-color: rgb(96 165 250 / 0.75);
}
.border-b-blue-400\/80 {
  border-bottom-color: rgb(96 165 250 / 0.8);
}
.border-b-blue-400\/85 {
  border-bottom-color: rgb(96 165 250 / 0.85);
}
.border-b-blue-400\/90 {
  border-bottom-color: rgb(96 165 250 / 0.9);
}
.border-b-blue-400\/95 {
  border-bottom-color: rgb(96 165 250 / 0.95);
}
.border-b-blue-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-b-blue-50\/0 {
  border-bottom-color: rgb(239 246 255 / 0);
}
.border-b-blue-50\/10 {
  border-bottom-color: rgb(239 246 255 / 0.1);
}
.border-b-blue-50\/100 {
  border-bottom-color: rgb(239 246 255 / 1);
}
.border-b-blue-50\/15 {
  border-bottom-color: rgb(239 246 255 / 0.15);
}
.border-b-blue-50\/20 {
  border-bottom-color: rgb(239 246 255 / 0.2);
}
.border-b-blue-50\/25 {
  border-bottom-color: rgb(239 246 255 / 0.25);
}
.border-b-blue-50\/30 {
  border-bottom-color: rgb(239 246 255 / 0.3);
}
.border-b-blue-50\/35 {
  border-bottom-color: rgb(239 246 255 / 0.35);
}
.border-b-blue-50\/40 {
  border-bottom-color: rgb(239 246 255 / 0.4);
}
.border-b-blue-50\/45 {
  border-bottom-color: rgb(239 246 255 / 0.45);
}
.border-b-blue-50\/5 {
  border-bottom-color: rgb(239 246 255 / 0.05);
}
.border-b-blue-50\/50 {
  border-bottom-color: rgb(239 246 255 / 0.5);
}
.border-b-blue-50\/55 {
  border-bottom-color: rgb(239 246 255 / 0.55);
}
.border-b-blue-50\/60 {
  border-bottom-color: rgb(239 246 255 / 0.6);
}
.border-b-blue-50\/65 {
  border-bottom-color: rgb(239 246 255 / 0.65);
}
.border-b-blue-50\/70 {
  border-bottom-color: rgb(239 246 255 / 0.7);
}
.border-b-blue-50\/75 {
  border-bottom-color: rgb(239 246 255 / 0.75);
}
.border-b-blue-50\/80 {
  border-bottom-color: rgb(239 246 255 / 0.8);
}
.border-b-blue-50\/85 {
  border-bottom-color: rgb(239 246 255 / 0.85);
}
.border-b-blue-50\/90 {
  border-bottom-color: rgb(239 246 255 / 0.9);
}
.border-b-blue-50\/95 {
  border-bottom-color: rgb(239 246 255 / 0.95);
}
.border-b-blue-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-b-blue-500\/0 {
  border-bottom-color: rgb(59 130 246 / 0);
}
.border-b-blue-500\/10 {
  border-bottom-color: rgb(59 130 246 / 0.1);
}
.border-b-blue-500\/100 {
  border-bottom-color: rgb(59 130 246 / 1);
}
.border-b-blue-500\/15 {
  border-bottom-color: rgb(59 130 246 / 0.15);
}
.border-b-blue-500\/20 {
  border-bottom-color: rgb(59 130 246 / 0.2);
}
.border-b-blue-500\/25 {
  border-bottom-color: rgb(59 130 246 / 0.25);
}
.border-b-blue-500\/30 {
  border-bottom-color: rgb(59 130 246 / 0.3);
}
.border-b-blue-500\/35 {
  border-bottom-color: rgb(59 130 246 / 0.35);
}
.border-b-blue-500\/40 {
  border-bottom-color: rgb(59 130 246 / 0.4);
}
.border-b-blue-500\/45 {
  border-bottom-color: rgb(59 130 246 / 0.45);
}
.border-b-blue-500\/5 {
  border-bottom-color: rgb(59 130 246 / 0.05);
}
.border-b-blue-500\/50 {
  border-bottom-color: rgb(59 130 246 / 0.5);
}
.border-b-blue-500\/55 {
  border-bottom-color: rgb(59 130 246 / 0.55);
}
.border-b-blue-500\/60 {
  border-bottom-color: rgb(59 130 246 / 0.6);
}
.border-b-blue-500\/65 {
  border-bottom-color: rgb(59 130 246 / 0.65);
}
.border-b-blue-500\/70 {
  border-bottom-color: rgb(59 130 246 / 0.7);
}
.border-b-blue-500\/75 {
  border-bottom-color: rgb(59 130 246 / 0.75);
}
.border-b-blue-500\/80 {
  border-bottom-color: rgb(59 130 246 / 0.8);
}
.border-b-blue-500\/85 {
  border-bottom-color: rgb(59 130 246 / 0.85);
}
.border-b-blue-500\/90 {
  border-bottom-color: rgb(59 130 246 / 0.9);
}
.border-b-blue-500\/95 {
  border-bottom-color: rgb(59 130 246 / 0.95);
}
.border-b-blue-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-b-blue-600\/0 {
  border-bottom-color: rgb(37 99 235 / 0);
}
.border-b-blue-600\/10 {
  border-bottom-color: rgb(37 99 235 / 0.1);
}
.border-b-blue-600\/100 {
  border-bottom-color: rgb(37 99 235 / 1);
}
.border-b-blue-600\/15 {
  border-bottom-color: rgb(37 99 235 / 0.15);
}
.border-b-blue-600\/20 {
  border-bottom-color: rgb(37 99 235 / 0.2);
}
.border-b-blue-600\/25 {
  border-bottom-color: rgb(37 99 235 / 0.25);
}
.border-b-blue-600\/30 {
  border-bottom-color: rgb(37 99 235 / 0.3);
}
.border-b-blue-600\/35 {
  border-bottom-color: rgb(37 99 235 / 0.35);
}
.border-b-blue-600\/40 {
  border-bottom-color: rgb(37 99 235 / 0.4);
}
.border-b-blue-600\/45 {
  border-bottom-color: rgb(37 99 235 / 0.45);
}
.border-b-blue-600\/5 {
  border-bottom-color: rgb(37 99 235 / 0.05);
}
.border-b-blue-600\/50 {
  border-bottom-color: rgb(37 99 235 / 0.5);
}
.border-b-blue-600\/55 {
  border-bottom-color: rgb(37 99 235 / 0.55);
}
.border-b-blue-600\/60 {
  border-bottom-color: rgb(37 99 235 / 0.6);
}
.border-b-blue-600\/65 {
  border-bottom-color: rgb(37 99 235 / 0.65);
}
.border-b-blue-600\/70 {
  border-bottom-color: rgb(37 99 235 / 0.7);
}
.border-b-blue-600\/75 {
  border-bottom-color: rgb(37 99 235 / 0.75);
}
.border-b-blue-600\/80 {
  border-bottom-color: rgb(37 99 235 / 0.8);
}
.border-b-blue-600\/85 {
  border-bottom-color: rgb(37 99 235 / 0.85);
}
.border-b-blue-600\/90 {
  border-bottom-color: rgb(37 99 235 / 0.9);
}
.border-b-blue-600\/95 {
  border-bottom-color: rgb(37 99 235 / 0.95);
}
.border-b-blue-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-b-blue-700\/0 {
  border-bottom-color: rgb(29 78 216 / 0);
}
.border-b-blue-700\/10 {
  border-bottom-color: rgb(29 78 216 / 0.1);
}
.border-b-blue-700\/100 {
  border-bottom-color: rgb(29 78 216 / 1);
}
.border-b-blue-700\/15 {
  border-bottom-color: rgb(29 78 216 / 0.15);
}
.border-b-blue-700\/20 {
  border-bottom-color: rgb(29 78 216 / 0.2);
}
.border-b-blue-700\/25 {
  border-bottom-color: rgb(29 78 216 / 0.25);
}
.border-b-blue-700\/30 {
  border-bottom-color: rgb(29 78 216 / 0.3);
}
.border-b-blue-700\/35 {
  border-bottom-color: rgb(29 78 216 / 0.35);
}
.border-b-blue-700\/40 {
  border-bottom-color: rgb(29 78 216 / 0.4);
}
.border-b-blue-700\/45 {
  border-bottom-color: rgb(29 78 216 / 0.45);
}
.border-b-blue-700\/5 {
  border-bottom-color: rgb(29 78 216 / 0.05);
}
.border-b-blue-700\/50 {
  border-bottom-color: rgb(29 78 216 / 0.5);
}
.border-b-blue-700\/55 {
  border-bottom-color: rgb(29 78 216 / 0.55);
}
.border-b-blue-700\/60 {
  border-bottom-color: rgb(29 78 216 / 0.6);
}
.border-b-blue-700\/65 {
  border-bottom-color: rgb(29 78 216 / 0.65);
}
.border-b-blue-700\/70 {
  border-bottom-color: rgb(29 78 216 / 0.7);
}
.border-b-blue-700\/75 {
  border-bottom-color: rgb(29 78 216 / 0.75);
}
.border-b-blue-700\/80 {
  border-bottom-color: rgb(29 78 216 / 0.8);
}
.border-b-blue-700\/85 {
  border-bottom-color: rgb(29 78 216 / 0.85);
}
.border-b-blue-700\/90 {
  border-bottom-color: rgb(29 78 216 / 0.9);
}
.border-b-blue-700\/95 {
  border-bottom-color: rgb(29 78 216 / 0.95);
}
.border-b-blue-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-b-blue-800\/0 {
  border-bottom-color: rgb(30 64 175 / 0);
}
.border-b-blue-800\/10 {
  border-bottom-color: rgb(30 64 175 / 0.1);
}
.border-b-blue-800\/100 {
  border-bottom-color: rgb(30 64 175 / 1);
}
.border-b-blue-800\/15 {
  border-bottom-color: rgb(30 64 175 / 0.15);
}
.border-b-blue-800\/20 {
  border-bottom-color: rgb(30 64 175 / 0.2);
}
.border-b-blue-800\/25 {
  border-bottom-color: rgb(30 64 175 / 0.25);
}
.border-b-blue-800\/30 {
  border-bottom-color: rgb(30 64 175 / 0.3);
}
.border-b-blue-800\/35 {
  border-bottom-color: rgb(30 64 175 / 0.35);
}
.border-b-blue-800\/40 {
  border-bottom-color: rgb(30 64 175 / 0.4);
}
.border-b-blue-800\/45 {
  border-bottom-color: rgb(30 64 175 / 0.45);
}
.border-b-blue-800\/5 {
  border-bottom-color: rgb(30 64 175 / 0.05);
}
.border-b-blue-800\/50 {
  border-bottom-color: rgb(30 64 175 / 0.5);
}
.border-b-blue-800\/55 {
  border-bottom-color: rgb(30 64 175 / 0.55);
}
.border-b-blue-800\/60 {
  border-bottom-color: rgb(30 64 175 / 0.6);
}
.border-b-blue-800\/65 {
  border-bottom-color: rgb(30 64 175 / 0.65);
}
.border-b-blue-800\/70 {
  border-bottom-color: rgb(30 64 175 / 0.7);
}
.border-b-blue-800\/75 {
  border-bottom-color: rgb(30 64 175 / 0.75);
}
.border-b-blue-800\/80 {
  border-bottom-color: rgb(30 64 175 / 0.8);
}
.border-b-blue-800\/85 {
  border-bottom-color: rgb(30 64 175 / 0.85);
}
.border-b-blue-800\/90 {
  border-bottom-color: rgb(30 64 175 / 0.9);
}
.border-b-blue-800\/95 {
  border-bottom-color: rgb(30 64 175 / 0.95);
}
.border-b-blue-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-b-blue-900\/0 {
  border-bottom-color: rgb(30 58 138 / 0);
}
.border-b-blue-900\/10 {
  border-bottom-color: rgb(30 58 138 / 0.1);
}
.border-b-blue-900\/100 {
  border-bottom-color: rgb(30 58 138 / 1);
}
.border-b-blue-900\/15 {
  border-bottom-color: rgb(30 58 138 / 0.15);
}
.border-b-blue-900\/20 {
  border-bottom-color: rgb(30 58 138 / 0.2);
}
.border-b-blue-900\/25 {
  border-bottom-color: rgb(30 58 138 / 0.25);
}
.border-b-blue-900\/30 {
  border-bottom-color: rgb(30 58 138 / 0.3);
}
.border-b-blue-900\/35 {
  border-bottom-color: rgb(30 58 138 / 0.35);
}
.border-b-blue-900\/40 {
  border-bottom-color: rgb(30 58 138 / 0.4);
}
.border-b-blue-900\/45 {
  border-bottom-color: rgb(30 58 138 / 0.45);
}
.border-b-blue-900\/5 {
  border-bottom-color: rgb(30 58 138 / 0.05);
}
.border-b-blue-900\/50 {
  border-bottom-color: rgb(30 58 138 / 0.5);
}
.border-b-blue-900\/55 {
  border-bottom-color: rgb(30 58 138 / 0.55);
}
.border-b-blue-900\/60 {
  border-bottom-color: rgb(30 58 138 / 0.6);
}
.border-b-blue-900\/65 {
  border-bottom-color: rgb(30 58 138 / 0.65);
}
.border-b-blue-900\/70 {
  border-bottom-color: rgb(30 58 138 / 0.7);
}
.border-b-blue-900\/75 {
  border-bottom-color: rgb(30 58 138 / 0.75);
}
.border-b-blue-900\/80 {
  border-bottom-color: rgb(30 58 138 / 0.8);
}
.border-b-blue-900\/85 {
  border-bottom-color: rgb(30 58 138 / 0.85);
}
.border-b-blue-900\/90 {
  border-bottom-color: rgb(30 58 138 / 0.9);
}
.border-b-blue-900\/95 {
  border-bottom-color: rgb(30 58 138 / 0.95);
}
.border-b-blue-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-b-blue-950\/0 {
  border-bottom-color: rgb(23 37 84 / 0);
}
.border-b-blue-950\/10 {
  border-bottom-color: rgb(23 37 84 / 0.1);
}
.border-b-blue-950\/100 {
  border-bottom-color: rgb(23 37 84 / 1);
}
.border-b-blue-950\/15 {
  border-bottom-color: rgb(23 37 84 / 0.15);
}
.border-b-blue-950\/20 {
  border-bottom-color: rgb(23 37 84 / 0.2);
}
.border-b-blue-950\/25 {
  border-bottom-color: rgb(23 37 84 / 0.25);
}
.border-b-blue-950\/30 {
  border-bottom-color: rgb(23 37 84 / 0.3);
}
.border-b-blue-950\/35 {
  border-bottom-color: rgb(23 37 84 / 0.35);
}
.border-b-blue-950\/40 {
  border-bottom-color: rgb(23 37 84 / 0.4);
}
.border-b-blue-950\/45 {
  border-bottom-color: rgb(23 37 84 / 0.45);
}
.border-b-blue-950\/5 {
  border-bottom-color: rgb(23 37 84 / 0.05);
}
.border-b-blue-950\/50 {
  border-bottom-color: rgb(23 37 84 / 0.5);
}
.border-b-blue-950\/55 {
  border-bottom-color: rgb(23 37 84 / 0.55);
}
.border-b-blue-950\/60 {
  border-bottom-color: rgb(23 37 84 / 0.6);
}
.border-b-blue-950\/65 {
  border-bottom-color: rgb(23 37 84 / 0.65);
}
.border-b-blue-950\/70 {
  border-bottom-color: rgb(23 37 84 / 0.7);
}
.border-b-blue-950\/75 {
  border-bottom-color: rgb(23 37 84 / 0.75);
}
.border-b-blue-950\/80 {
  border-bottom-color: rgb(23 37 84 / 0.8);
}
.border-b-blue-950\/85 {
  border-bottom-color: rgb(23 37 84 / 0.85);
}
.border-b-blue-950\/90 {
  border-bottom-color: rgb(23 37 84 / 0.9);
}
.border-b-blue-950\/95 {
  border-bottom-color: rgb(23 37 84 / 0.95);
}
.border-b-current {
  border-bottom-color: currentColor;
}
.border-b-cyan-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-b-cyan-100\/0 {
  border-bottom-color: rgb(207 250 254 / 0);
}
.border-b-cyan-100\/10 {
  border-bottom-color: rgb(207 250 254 / 0.1);
}
.border-b-cyan-100\/100 {
  border-bottom-color: rgb(207 250 254 / 1);
}
.border-b-cyan-100\/15 {
  border-bottom-color: rgb(207 250 254 / 0.15);
}
.border-b-cyan-100\/20 {
  border-bottom-color: rgb(207 250 254 / 0.2);
}
.border-b-cyan-100\/25 {
  border-bottom-color: rgb(207 250 254 / 0.25);
}
.border-b-cyan-100\/30 {
  border-bottom-color: rgb(207 250 254 / 0.3);
}
.border-b-cyan-100\/35 {
  border-bottom-color: rgb(207 250 254 / 0.35);
}
.border-b-cyan-100\/40 {
  border-bottom-color: rgb(207 250 254 / 0.4);
}
.border-b-cyan-100\/45 {
  border-bottom-color: rgb(207 250 254 / 0.45);
}
.border-b-cyan-100\/5 {
  border-bottom-color: rgb(207 250 254 / 0.05);
}
.border-b-cyan-100\/50 {
  border-bottom-color: rgb(207 250 254 / 0.5);
}
.border-b-cyan-100\/55 {
  border-bottom-color: rgb(207 250 254 / 0.55);
}
.border-b-cyan-100\/60 {
  border-bottom-color: rgb(207 250 254 / 0.6);
}
.border-b-cyan-100\/65 {
  border-bottom-color: rgb(207 250 254 / 0.65);
}
.border-b-cyan-100\/70 {
  border-bottom-color: rgb(207 250 254 / 0.7);
}
.border-b-cyan-100\/75 {
  border-bottom-color: rgb(207 250 254 / 0.75);
}
.border-b-cyan-100\/80 {
  border-bottom-color: rgb(207 250 254 / 0.8);
}
.border-b-cyan-100\/85 {
  border-bottom-color: rgb(207 250 254 / 0.85);
}
.border-b-cyan-100\/90 {
  border-bottom-color: rgb(207 250 254 / 0.9);
}
.border-b-cyan-100\/95 {
  border-bottom-color: rgb(207 250 254 / 0.95);
}
.border-b-cyan-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-b-cyan-200\/0 {
  border-bottom-color: rgb(165 243 252 / 0);
}
.border-b-cyan-200\/10 {
  border-bottom-color: rgb(165 243 252 / 0.1);
}
.border-b-cyan-200\/100 {
  border-bottom-color: rgb(165 243 252 / 1);
}
.border-b-cyan-200\/15 {
  border-bottom-color: rgb(165 243 252 / 0.15);
}
.border-b-cyan-200\/20 {
  border-bottom-color: rgb(165 243 252 / 0.2);
}
.border-b-cyan-200\/25 {
  border-bottom-color: rgb(165 243 252 / 0.25);
}
.border-b-cyan-200\/30 {
  border-bottom-color: rgb(165 243 252 / 0.3);
}
.border-b-cyan-200\/35 {
  border-bottom-color: rgb(165 243 252 / 0.35);
}
.border-b-cyan-200\/40 {
  border-bottom-color: rgb(165 243 252 / 0.4);
}
.border-b-cyan-200\/45 {
  border-bottom-color: rgb(165 243 252 / 0.45);
}
.border-b-cyan-200\/5 {
  border-bottom-color: rgb(165 243 252 / 0.05);
}
.border-b-cyan-200\/50 {
  border-bottom-color: rgb(165 243 252 / 0.5);
}
.border-b-cyan-200\/55 {
  border-bottom-color: rgb(165 243 252 / 0.55);
}
.border-b-cyan-200\/60 {
  border-bottom-color: rgb(165 243 252 / 0.6);
}
.border-b-cyan-200\/65 {
  border-bottom-color: rgb(165 243 252 / 0.65);
}
.border-b-cyan-200\/70 {
  border-bottom-color: rgb(165 243 252 / 0.7);
}
.border-b-cyan-200\/75 {
  border-bottom-color: rgb(165 243 252 / 0.75);
}
.border-b-cyan-200\/80 {
  border-bottom-color: rgb(165 243 252 / 0.8);
}
.border-b-cyan-200\/85 {
  border-bottom-color: rgb(165 243 252 / 0.85);
}
.border-b-cyan-200\/90 {
  border-bottom-color: rgb(165 243 252 / 0.9);
}
.border-b-cyan-200\/95 {
  border-bottom-color: rgb(165 243 252 / 0.95);
}
.border-b-cyan-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-b-cyan-300\/0 {
  border-bottom-color: rgb(103 232 249 / 0);
}
.border-b-cyan-300\/10 {
  border-bottom-color: rgb(103 232 249 / 0.1);
}
.border-b-cyan-300\/100 {
  border-bottom-color: rgb(103 232 249 / 1);
}
.border-b-cyan-300\/15 {
  border-bottom-color: rgb(103 232 249 / 0.15);
}
.border-b-cyan-300\/20 {
  border-bottom-color: rgb(103 232 249 / 0.2);
}
.border-b-cyan-300\/25 {
  border-bottom-color: rgb(103 232 249 / 0.25);
}
.border-b-cyan-300\/30 {
  border-bottom-color: rgb(103 232 249 / 0.3);
}
.border-b-cyan-300\/35 {
  border-bottom-color: rgb(103 232 249 / 0.35);
}
.border-b-cyan-300\/40 {
  border-bottom-color: rgb(103 232 249 / 0.4);
}
.border-b-cyan-300\/45 {
  border-bottom-color: rgb(103 232 249 / 0.45);
}
.border-b-cyan-300\/5 {
  border-bottom-color: rgb(103 232 249 / 0.05);
}
.border-b-cyan-300\/50 {
  border-bottom-color: rgb(103 232 249 / 0.5);
}
.border-b-cyan-300\/55 {
  border-bottom-color: rgb(103 232 249 / 0.55);
}
.border-b-cyan-300\/60 {
  border-bottom-color: rgb(103 232 249 / 0.6);
}
.border-b-cyan-300\/65 {
  border-bottom-color: rgb(103 232 249 / 0.65);
}
.border-b-cyan-300\/70 {
  border-bottom-color: rgb(103 232 249 / 0.7);
}
.border-b-cyan-300\/75 {
  border-bottom-color: rgb(103 232 249 / 0.75);
}
.border-b-cyan-300\/80 {
  border-bottom-color: rgb(103 232 249 / 0.8);
}
.border-b-cyan-300\/85 {
  border-bottom-color: rgb(103 232 249 / 0.85);
}
.border-b-cyan-300\/90 {
  border-bottom-color: rgb(103 232 249 / 0.9);
}
.border-b-cyan-300\/95 {
  border-bottom-color: rgb(103 232 249 / 0.95);
}
.border-b-cyan-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-b-cyan-400\/0 {
  border-bottom-color: rgb(34 211 238 / 0);
}
.border-b-cyan-400\/10 {
  border-bottom-color: rgb(34 211 238 / 0.1);
}
.border-b-cyan-400\/100 {
  border-bottom-color: rgb(34 211 238 / 1);
}
.border-b-cyan-400\/15 {
  border-bottom-color: rgb(34 211 238 / 0.15);
}
.border-b-cyan-400\/20 {
  border-bottom-color: rgb(34 211 238 / 0.2);
}
.border-b-cyan-400\/25 {
  border-bottom-color: rgb(34 211 238 / 0.25);
}
.border-b-cyan-400\/30 {
  border-bottom-color: rgb(34 211 238 / 0.3);
}
.border-b-cyan-400\/35 {
  border-bottom-color: rgb(34 211 238 / 0.35);
}
.border-b-cyan-400\/40 {
  border-bottom-color: rgb(34 211 238 / 0.4);
}
.border-b-cyan-400\/45 {
  border-bottom-color: rgb(34 211 238 / 0.45);
}
.border-b-cyan-400\/5 {
  border-bottom-color: rgb(34 211 238 / 0.05);
}
.border-b-cyan-400\/50 {
  border-bottom-color: rgb(34 211 238 / 0.5);
}
.border-b-cyan-400\/55 {
  border-bottom-color: rgb(34 211 238 / 0.55);
}
.border-b-cyan-400\/60 {
  border-bottom-color: rgb(34 211 238 / 0.6);
}
.border-b-cyan-400\/65 {
  border-bottom-color: rgb(34 211 238 / 0.65);
}
.border-b-cyan-400\/70 {
  border-bottom-color: rgb(34 211 238 / 0.7);
}
.border-b-cyan-400\/75 {
  border-bottom-color: rgb(34 211 238 / 0.75);
}
.border-b-cyan-400\/80 {
  border-bottom-color: rgb(34 211 238 / 0.8);
}
.border-b-cyan-400\/85 {
  border-bottom-color: rgb(34 211 238 / 0.85);
}
.border-b-cyan-400\/90 {
  border-bottom-color: rgb(34 211 238 / 0.9);
}
.border-b-cyan-400\/95 {
  border-bottom-color: rgb(34 211 238 / 0.95);
}
.border-b-cyan-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-b-cyan-50\/0 {
  border-bottom-color: rgb(236 254 255 / 0);
}
.border-b-cyan-50\/10 {
  border-bottom-color: rgb(236 254 255 / 0.1);
}
.border-b-cyan-50\/100 {
  border-bottom-color: rgb(236 254 255 / 1);
}
.border-b-cyan-50\/15 {
  border-bottom-color: rgb(236 254 255 / 0.15);
}
.border-b-cyan-50\/20 {
  border-bottom-color: rgb(236 254 255 / 0.2);
}
.border-b-cyan-50\/25 {
  border-bottom-color: rgb(236 254 255 / 0.25);
}
.border-b-cyan-50\/30 {
  border-bottom-color: rgb(236 254 255 / 0.3);
}
.border-b-cyan-50\/35 {
  border-bottom-color: rgb(236 254 255 / 0.35);
}
.border-b-cyan-50\/40 {
  border-bottom-color: rgb(236 254 255 / 0.4);
}
.border-b-cyan-50\/45 {
  border-bottom-color: rgb(236 254 255 / 0.45);
}
.border-b-cyan-50\/5 {
  border-bottom-color: rgb(236 254 255 / 0.05);
}
.border-b-cyan-50\/50 {
  border-bottom-color: rgb(236 254 255 / 0.5);
}
.border-b-cyan-50\/55 {
  border-bottom-color: rgb(236 254 255 / 0.55);
}
.border-b-cyan-50\/60 {
  border-bottom-color: rgb(236 254 255 / 0.6);
}
.border-b-cyan-50\/65 {
  border-bottom-color: rgb(236 254 255 / 0.65);
}
.border-b-cyan-50\/70 {
  border-bottom-color: rgb(236 254 255 / 0.7);
}
.border-b-cyan-50\/75 {
  border-bottom-color: rgb(236 254 255 / 0.75);
}
.border-b-cyan-50\/80 {
  border-bottom-color: rgb(236 254 255 / 0.8);
}
.border-b-cyan-50\/85 {
  border-bottom-color: rgb(236 254 255 / 0.85);
}
.border-b-cyan-50\/90 {
  border-bottom-color: rgb(236 254 255 / 0.9);
}
.border-b-cyan-50\/95 {
  border-bottom-color: rgb(236 254 255 / 0.95);
}
.border-b-cyan-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-b-cyan-500\/0 {
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-b-cyan-500\/10 {
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-b-cyan-500\/100 {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-cyan-500\/15 {
  border-bottom-color: rgb(6 182 212 / 0.15);
}
.border-b-cyan-500\/20 {
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-b-cyan-500\/25 {
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-b-cyan-500\/30 {
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-b-cyan-500\/35 {
  border-bottom-color: rgb(6 182 212 / 0.35);
}
.border-b-cyan-500\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-b-cyan-500\/45 {
  border-bottom-color: rgb(6 182 212 / 0.45);
}
.border-b-cyan-500\/5 {
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-b-cyan-500\/50 {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-cyan-500\/55 {
  border-bottom-color: rgb(6 182 212 / 0.55);
}
.border-b-cyan-500\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-b-cyan-500\/65 {
  border-bottom-color: rgb(6 182 212 / 0.65);
}
.border-b-cyan-500\/70 {
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-b-cyan-500\/75 {
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-b-cyan-500\/80 {
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-b-cyan-500\/85 {
  border-bottom-color: rgb(6 182 212 / 0.85);
}
.border-b-cyan-500\/90 {
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-b-cyan-500\/95 {
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-b-cyan-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-b-cyan-600\/0 {
  border-bottom-color: rgb(8 145 178 / 0);
}
.border-b-cyan-600\/10 {
  border-bottom-color: rgb(8 145 178 / 0.1);
}
.border-b-cyan-600\/100 {
  border-bottom-color: rgb(8 145 178 / 1);
}
.border-b-cyan-600\/15 {
  border-bottom-color: rgb(8 145 178 / 0.15);
}
.border-b-cyan-600\/20 {
  border-bottom-color: rgb(8 145 178 / 0.2);
}
.border-b-cyan-600\/25 {
  border-bottom-color: rgb(8 145 178 / 0.25);
}
.border-b-cyan-600\/30 {
  border-bottom-color: rgb(8 145 178 / 0.3);
}
.border-b-cyan-600\/35 {
  border-bottom-color: rgb(8 145 178 / 0.35);
}
.border-b-cyan-600\/40 {
  border-bottom-color: rgb(8 145 178 / 0.4);
}
.border-b-cyan-600\/45 {
  border-bottom-color: rgb(8 145 178 / 0.45);
}
.border-b-cyan-600\/5 {
  border-bottom-color: rgb(8 145 178 / 0.05);
}
.border-b-cyan-600\/50 {
  border-bottom-color: rgb(8 145 178 / 0.5);
}
.border-b-cyan-600\/55 {
  border-bottom-color: rgb(8 145 178 / 0.55);
}
.border-b-cyan-600\/60 {
  border-bottom-color: rgb(8 145 178 / 0.6);
}
.border-b-cyan-600\/65 {
  border-bottom-color: rgb(8 145 178 / 0.65);
}
.border-b-cyan-600\/70 {
  border-bottom-color: rgb(8 145 178 / 0.7);
}
.border-b-cyan-600\/75 {
  border-bottom-color: rgb(8 145 178 / 0.75);
}
.border-b-cyan-600\/80 {
  border-bottom-color: rgb(8 145 178 / 0.8);
}
.border-b-cyan-600\/85 {
  border-bottom-color: rgb(8 145 178 / 0.85);
}
.border-b-cyan-600\/90 {
  border-bottom-color: rgb(8 145 178 / 0.9);
}
.border-b-cyan-600\/95 {
  border-bottom-color: rgb(8 145 178 / 0.95);
}
.border-b-cyan-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-b-cyan-700\/0 {
  border-bottom-color: rgb(14 116 144 / 0);
}
.border-b-cyan-700\/10 {
  border-bottom-color: rgb(14 116 144 / 0.1);
}
.border-b-cyan-700\/100 {
  border-bottom-color: rgb(14 116 144 / 1);
}
.border-b-cyan-700\/15 {
  border-bottom-color: rgb(14 116 144 / 0.15);
}
.border-b-cyan-700\/20 {
  border-bottom-color: rgb(14 116 144 / 0.2);
}
.border-b-cyan-700\/25 {
  border-bottom-color: rgb(14 116 144 / 0.25);
}
.border-b-cyan-700\/30 {
  border-bottom-color: rgb(14 116 144 / 0.3);
}
.border-b-cyan-700\/35 {
  border-bottom-color: rgb(14 116 144 / 0.35);
}
.border-b-cyan-700\/40 {
  border-bottom-color: rgb(14 116 144 / 0.4);
}
.border-b-cyan-700\/45 {
  border-bottom-color: rgb(14 116 144 / 0.45);
}
.border-b-cyan-700\/5 {
  border-bottom-color: rgb(14 116 144 / 0.05);
}
.border-b-cyan-700\/50 {
  border-bottom-color: rgb(14 116 144 / 0.5);
}
.border-b-cyan-700\/55 {
  border-bottom-color: rgb(14 116 144 / 0.55);
}
.border-b-cyan-700\/60 {
  border-bottom-color: rgb(14 116 144 / 0.6);
}
.border-b-cyan-700\/65 {
  border-bottom-color: rgb(14 116 144 / 0.65);
}
.border-b-cyan-700\/70 {
  border-bottom-color: rgb(14 116 144 / 0.7);
}
.border-b-cyan-700\/75 {
  border-bottom-color: rgb(14 116 144 / 0.75);
}
.border-b-cyan-700\/80 {
  border-bottom-color: rgb(14 116 144 / 0.8);
}
.border-b-cyan-700\/85 {
  border-bottom-color: rgb(14 116 144 / 0.85);
}
.border-b-cyan-700\/90 {
  border-bottom-color: rgb(14 116 144 / 0.9);
}
.border-b-cyan-700\/95 {
  border-bottom-color: rgb(14 116 144 / 0.95);
}
.border-b-cyan-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-b-cyan-800\/0 {
  border-bottom-color: rgb(21 94 117 / 0);
}
.border-b-cyan-800\/10 {
  border-bottom-color: rgb(21 94 117 / 0.1);
}
.border-b-cyan-800\/100 {
  border-bottom-color: rgb(21 94 117 / 1);
}
.border-b-cyan-800\/15 {
  border-bottom-color: rgb(21 94 117 / 0.15);
}
.border-b-cyan-800\/20 {
  border-bottom-color: rgb(21 94 117 / 0.2);
}
.border-b-cyan-800\/25 {
  border-bottom-color: rgb(21 94 117 / 0.25);
}
.border-b-cyan-800\/30 {
  border-bottom-color: rgb(21 94 117 / 0.3);
}
.border-b-cyan-800\/35 {
  border-bottom-color: rgb(21 94 117 / 0.35);
}
.border-b-cyan-800\/40 {
  border-bottom-color: rgb(21 94 117 / 0.4);
}
.border-b-cyan-800\/45 {
  border-bottom-color: rgb(21 94 117 / 0.45);
}
.border-b-cyan-800\/5 {
  border-bottom-color: rgb(21 94 117 / 0.05);
}
.border-b-cyan-800\/50 {
  border-bottom-color: rgb(21 94 117 / 0.5);
}
.border-b-cyan-800\/55 {
  border-bottom-color: rgb(21 94 117 / 0.55);
}
.border-b-cyan-800\/60 {
  border-bottom-color: rgb(21 94 117 / 0.6);
}
.border-b-cyan-800\/65 {
  border-bottom-color: rgb(21 94 117 / 0.65);
}
.border-b-cyan-800\/70 {
  border-bottom-color: rgb(21 94 117 / 0.7);
}
.border-b-cyan-800\/75 {
  border-bottom-color: rgb(21 94 117 / 0.75);
}
.border-b-cyan-800\/80 {
  border-bottom-color: rgb(21 94 117 / 0.8);
}
.border-b-cyan-800\/85 {
  border-bottom-color: rgb(21 94 117 / 0.85);
}
.border-b-cyan-800\/90 {
  border-bottom-color: rgb(21 94 117 / 0.9);
}
.border-b-cyan-800\/95 {
  border-bottom-color: rgb(21 94 117 / 0.95);
}
.border-b-cyan-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-b-cyan-900\/0 {
  border-bottom-color: rgb(22 78 99 / 0);
}
.border-b-cyan-900\/10 {
  border-bottom-color: rgb(22 78 99 / 0.1);
}
.border-b-cyan-900\/100 {
  border-bottom-color: rgb(22 78 99 / 1);
}
.border-b-cyan-900\/15 {
  border-bottom-color: rgb(22 78 99 / 0.15);
}
.border-b-cyan-900\/20 {
  border-bottom-color: rgb(22 78 99 / 0.2);
}
.border-b-cyan-900\/25 {
  border-bottom-color: rgb(22 78 99 / 0.25);
}
.border-b-cyan-900\/30 {
  border-bottom-color: rgb(22 78 99 / 0.3);
}
.border-b-cyan-900\/35 {
  border-bottom-color: rgb(22 78 99 / 0.35);
}
.border-b-cyan-900\/40 {
  border-bottom-color: rgb(22 78 99 / 0.4);
}
.border-b-cyan-900\/45 {
  border-bottom-color: rgb(22 78 99 / 0.45);
}
.border-b-cyan-900\/5 {
  border-bottom-color: rgb(22 78 99 / 0.05);
}
.border-b-cyan-900\/50 {
  border-bottom-color: rgb(22 78 99 / 0.5);
}
.border-b-cyan-900\/55 {
  border-bottom-color: rgb(22 78 99 / 0.55);
}
.border-b-cyan-900\/60 {
  border-bottom-color: rgb(22 78 99 / 0.6);
}
.border-b-cyan-900\/65 {
  border-bottom-color: rgb(22 78 99 / 0.65);
}
.border-b-cyan-900\/70 {
  border-bottom-color: rgb(22 78 99 / 0.7);
}
.border-b-cyan-900\/75 {
  border-bottom-color: rgb(22 78 99 / 0.75);
}
.border-b-cyan-900\/80 {
  border-bottom-color: rgb(22 78 99 / 0.8);
}
.border-b-cyan-900\/85 {
  border-bottom-color: rgb(22 78 99 / 0.85);
}
.border-b-cyan-900\/90 {
  border-bottom-color: rgb(22 78 99 / 0.9);
}
.border-b-cyan-900\/95 {
  border-bottom-color: rgb(22 78 99 / 0.95);
}
.border-b-cyan-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-b-cyan-950\/0 {
  border-bottom-color: rgb(8 51 68 / 0);
}
.border-b-cyan-950\/10 {
  border-bottom-color: rgb(8 51 68 / 0.1);
}
.border-b-cyan-950\/100 {
  border-bottom-color: rgb(8 51 68 / 1);
}
.border-b-cyan-950\/15 {
  border-bottom-color: rgb(8 51 68 / 0.15);
}
.border-b-cyan-950\/20 {
  border-bottom-color: rgb(8 51 68 / 0.2);
}
.border-b-cyan-950\/25 {
  border-bottom-color: rgb(8 51 68 / 0.25);
}
.border-b-cyan-950\/30 {
  border-bottom-color: rgb(8 51 68 / 0.3);
}
.border-b-cyan-950\/35 {
  border-bottom-color: rgb(8 51 68 / 0.35);
}
.border-b-cyan-950\/40 {
  border-bottom-color: rgb(8 51 68 / 0.4);
}
.border-b-cyan-950\/45 {
  border-bottom-color: rgb(8 51 68 / 0.45);
}
.border-b-cyan-950\/5 {
  border-bottom-color: rgb(8 51 68 / 0.05);
}
.border-b-cyan-950\/50 {
  border-bottom-color: rgb(8 51 68 / 0.5);
}
.border-b-cyan-950\/55 {
  border-bottom-color: rgb(8 51 68 / 0.55);
}
.border-b-cyan-950\/60 {
  border-bottom-color: rgb(8 51 68 / 0.6);
}
.border-b-cyan-950\/65 {
  border-bottom-color: rgb(8 51 68 / 0.65);
}
.border-b-cyan-950\/70 {
  border-bottom-color: rgb(8 51 68 / 0.7);
}
.border-b-cyan-950\/75 {
  border-bottom-color: rgb(8 51 68 / 0.75);
}
.border-b-cyan-950\/80 {
  border-bottom-color: rgb(8 51 68 / 0.8);
}
.border-b-cyan-950\/85 {
  border-bottom-color: rgb(8 51 68 / 0.85);
}
.border-b-cyan-950\/90 {
  border-bottom-color: rgb(8 51 68 / 0.9);
}
.border-b-cyan-950\/95 {
  border-bottom-color: rgb(8 51 68 / 0.95);
}
.border-b-emerald-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-b-emerald-100\/0 {
  border-bottom-color: rgb(209 250 229 / 0);
}
.border-b-emerald-100\/10 {
  border-bottom-color: rgb(209 250 229 / 0.1);
}
.border-b-emerald-100\/100 {
  border-bottom-color: rgb(209 250 229 / 1);
}
.border-b-emerald-100\/15 {
  border-bottom-color: rgb(209 250 229 / 0.15);
}
.border-b-emerald-100\/20 {
  border-bottom-color: rgb(209 250 229 / 0.2);
}
.border-b-emerald-100\/25 {
  border-bottom-color: rgb(209 250 229 / 0.25);
}
.border-b-emerald-100\/30 {
  border-bottom-color: rgb(209 250 229 / 0.3);
}
.border-b-emerald-100\/35 {
  border-bottom-color: rgb(209 250 229 / 0.35);
}
.border-b-emerald-100\/40 {
  border-bottom-color: rgb(209 250 229 / 0.4);
}
.border-b-emerald-100\/45 {
  border-bottom-color: rgb(209 250 229 / 0.45);
}
.border-b-emerald-100\/5 {
  border-bottom-color: rgb(209 250 229 / 0.05);
}
.border-b-emerald-100\/50 {
  border-bottom-color: rgb(209 250 229 / 0.5);
}
.border-b-emerald-100\/55 {
  border-bottom-color: rgb(209 250 229 / 0.55);
}
.border-b-emerald-100\/60 {
  border-bottom-color: rgb(209 250 229 / 0.6);
}
.border-b-emerald-100\/65 {
  border-bottom-color: rgb(209 250 229 / 0.65);
}
.border-b-emerald-100\/70 {
  border-bottom-color: rgb(209 250 229 / 0.7);
}
.border-b-emerald-100\/75 {
  border-bottom-color: rgb(209 250 229 / 0.75);
}
.border-b-emerald-100\/80 {
  border-bottom-color: rgb(209 250 229 / 0.8);
}
.border-b-emerald-100\/85 {
  border-bottom-color: rgb(209 250 229 / 0.85);
}
.border-b-emerald-100\/90 {
  border-bottom-color: rgb(209 250 229 / 0.9);
}
.border-b-emerald-100\/95 {
  border-bottom-color: rgb(209 250 229 / 0.95);
}
.border-b-emerald-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-b-emerald-200\/0 {
  border-bottom-color: rgb(167 243 208 / 0);
}
.border-b-emerald-200\/10 {
  border-bottom-color: rgb(167 243 208 / 0.1);
}
.border-b-emerald-200\/100 {
  border-bottom-color: rgb(167 243 208 / 1);
}
.border-b-emerald-200\/15 {
  border-bottom-color: rgb(167 243 208 / 0.15);
}
.border-b-emerald-200\/20 {
  border-bottom-color: rgb(167 243 208 / 0.2);
}
.border-b-emerald-200\/25 {
  border-bottom-color: rgb(167 243 208 / 0.25);
}
.border-b-emerald-200\/30 {
  border-bottom-color: rgb(167 243 208 / 0.3);
}
.border-b-emerald-200\/35 {
  border-bottom-color: rgb(167 243 208 / 0.35);
}
.border-b-emerald-200\/40 {
  border-bottom-color: rgb(167 243 208 / 0.4);
}
.border-b-emerald-200\/45 {
  border-bottom-color: rgb(167 243 208 / 0.45);
}
.border-b-emerald-200\/5 {
  border-bottom-color: rgb(167 243 208 / 0.05);
}
.border-b-emerald-200\/50 {
  border-bottom-color: rgb(167 243 208 / 0.5);
}
.border-b-emerald-200\/55 {
  border-bottom-color: rgb(167 243 208 / 0.55);
}
.border-b-emerald-200\/60 {
  border-bottom-color: rgb(167 243 208 / 0.6);
}
.border-b-emerald-200\/65 {
  border-bottom-color: rgb(167 243 208 / 0.65);
}
.border-b-emerald-200\/70 {
  border-bottom-color: rgb(167 243 208 / 0.7);
}
.border-b-emerald-200\/75 {
  border-bottom-color: rgb(167 243 208 / 0.75);
}
.border-b-emerald-200\/80 {
  border-bottom-color: rgb(167 243 208 / 0.8);
}
.border-b-emerald-200\/85 {
  border-bottom-color: rgb(167 243 208 / 0.85);
}
.border-b-emerald-200\/90 {
  border-bottom-color: rgb(167 243 208 / 0.9);
}
.border-b-emerald-200\/95 {
  border-bottom-color: rgb(167 243 208 / 0.95);
}
.border-b-emerald-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-b-emerald-300\/0 {
  border-bottom-color: rgb(110 231 183 / 0);
}
.border-b-emerald-300\/10 {
  border-bottom-color: rgb(110 231 183 / 0.1);
}
.border-b-emerald-300\/100 {
  border-bottom-color: rgb(110 231 183 / 1);
}
.border-b-emerald-300\/15 {
  border-bottom-color: rgb(110 231 183 / 0.15);
}
.border-b-emerald-300\/20 {
  border-bottom-color: rgb(110 231 183 / 0.2);
}
.border-b-emerald-300\/25 {
  border-bottom-color: rgb(110 231 183 / 0.25);
}
.border-b-emerald-300\/30 {
  border-bottom-color: rgb(110 231 183 / 0.3);
}
.border-b-emerald-300\/35 {
  border-bottom-color: rgb(110 231 183 / 0.35);
}
.border-b-emerald-300\/40 {
  border-bottom-color: rgb(110 231 183 / 0.4);
}
.border-b-emerald-300\/45 {
  border-bottom-color: rgb(110 231 183 / 0.45);
}
.border-b-emerald-300\/5 {
  border-bottom-color: rgb(110 231 183 / 0.05);
}
.border-b-emerald-300\/50 {
  border-bottom-color: rgb(110 231 183 / 0.5);
}
.border-b-emerald-300\/55 {
  border-bottom-color: rgb(110 231 183 / 0.55);
}
.border-b-emerald-300\/60 {
  border-bottom-color: rgb(110 231 183 / 0.6);
}
.border-b-emerald-300\/65 {
  border-bottom-color: rgb(110 231 183 / 0.65);
}
.border-b-emerald-300\/70 {
  border-bottom-color: rgb(110 231 183 / 0.7);
}
.border-b-emerald-300\/75 {
  border-bottom-color: rgb(110 231 183 / 0.75);
}
.border-b-emerald-300\/80 {
  border-bottom-color: rgb(110 231 183 / 0.8);
}
.border-b-emerald-300\/85 {
  border-bottom-color: rgb(110 231 183 / 0.85);
}
.border-b-emerald-300\/90 {
  border-bottom-color: rgb(110 231 183 / 0.9);
}
.border-b-emerald-300\/95 {
  border-bottom-color: rgb(110 231 183 / 0.95);
}
.border-b-emerald-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-b-emerald-400\/0 {
  border-bottom-color: rgb(52 211 153 / 0);
}
.border-b-emerald-400\/10 {
  border-bottom-color: rgb(52 211 153 / 0.1);
}
.border-b-emerald-400\/100 {
  border-bottom-color: rgb(52 211 153 / 1);
}
.border-b-emerald-400\/15 {
  border-bottom-color: rgb(52 211 153 / 0.15);
}
.border-b-emerald-400\/20 {
  border-bottom-color: rgb(52 211 153 / 0.2);
}
.border-b-emerald-400\/25 {
  border-bottom-color: rgb(52 211 153 / 0.25);
}
.border-b-emerald-400\/30 {
  border-bottom-color: rgb(52 211 153 / 0.3);
}
.border-b-emerald-400\/35 {
  border-bottom-color: rgb(52 211 153 / 0.35);
}
.border-b-emerald-400\/40 {
  border-bottom-color: rgb(52 211 153 / 0.4);
}
.border-b-emerald-400\/45 {
  border-bottom-color: rgb(52 211 153 / 0.45);
}
.border-b-emerald-400\/5 {
  border-bottom-color: rgb(52 211 153 / 0.05);
}
.border-b-emerald-400\/50 {
  border-bottom-color: rgb(52 211 153 / 0.5);
}
.border-b-emerald-400\/55 {
  border-bottom-color: rgb(52 211 153 / 0.55);
}
.border-b-emerald-400\/60 {
  border-bottom-color: rgb(52 211 153 / 0.6);
}
.border-b-emerald-400\/65 {
  border-bottom-color: rgb(52 211 153 / 0.65);
}
.border-b-emerald-400\/70 {
  border-bottom-color: rgb(52 211 153 / 0.7);
}
.border-b-emerald-400\/75 {
  border-bottom-color: rgb(52 211 153 / 0.75);
}
.border-b-emerald-400\/80 {
  border-bottom-color: rgb(52 211 153 / 0.8);
}
.border-b-emerald-400\/85 {
  border-bottom-color: rgb(52 211 153 / 0.85);
}
.border-b-emerald-400\/90 {
  border-bottom-color: rgb(52 211 153 / 0.9);
}
.border-b-emerald-400\/95 {
  border-bottom-color: rgb(52 211 153 / 0.95);
}
.border-b-emerald-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-b-emerald-50\/0 {
  border-bottom-color: rgb(236 253 245 / 0);
}
.border-b-emerald-50\/10 {
  border-bottom-color: rgb(236 253 245 / 0.1);
}
.border-b-emerald-50\/100 {
  border-bottom-color: rgb(236 253 245 / 1);
}
.border-b-emerald-50\/15 {
  border-bottom-color: rgb(236 253 245 / 0.15);
}
.border-b-emerald-50\/20 {
  border-bottom-color: rgb(236 253 245 / 0.2);
}
.border-b-emerald-50\/25 {
  border-bottom-color: rgb(236 253 245 / 0.25);
}
.border-b-emerald-50\/30 {
  border-bottom-color: rgb(236 253 245 / 0.3);
}
.border-b-emerald-50\/35 {
  border-bottom-color: rgb(236 253 245 / 0.35);
}
.border-b-emerald-50\/40 {
  border-bottom-color: rgb(236 253 245 / 0.4);
}
.border-b-emerald-50\/45 {
  border-bottom-color: rgb(236 253 245 / 0.45);
}
.border-b-emerald-50\/5 {
  border-bottom-color: rgb(236 253 245 / 0.05);
}
.border-b-emerald-50\/50 {
  border-bottom-color: rgb(236 253 245 / 0.5);
}
.border-b-emerald-50\/55 {
  border-bottom-color: rgb(236 253 245 / 0.55);
}
.border-b-emerald-50\/60 {
  border-bottom-color: rgb(236 253 245 / 0.6);
}
.border-b-emerald-50\/65 {
  border-bottom-color: rgb(236 253 245 / 0.65);
}
.border-b-emerald-50\/70 {
  border-bottom-color: rgb(236 253 245 / 0.7);
}
.border-b-emerald-50\/75 {
  border-bottom-color: rgb(236 253 245 / 0.75);
}
.border-b-emerald-50\/80 {
  border-bottom-color: rgb(236 253 245 / 0.8);
}
.border-b-emerald-50\/85 {
  border-bottom-color: rgb(236 253 245 / 0.85);
}
.border-b-emerald-50\/90 {
  border-bottom-color: rgb(236 253 245 / 0.9);
}
.border-b-emerald-50\/95 {
  border-bottom-color: rgb(236 253 245 / 0.95);
}
.border-b-emerald-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-b-emerald-500\/0 {
  border-bottom-color: rgb(16 185 129 / 0);
}
.border-b-emerald-500\/10 {
  border-bottom-color: rgb(16 185 129 / 0.1);
}
.border-b-emerald-500\/100 {
  border-bottom-color: rgb(16 185 129 / 1);
}
.border-b-emerald-500\/15 {
  border-bottom-color: rgb(16 185 129 / 0.15);
}
.border-b-emerald-500\/20 {
  border-bottom-color: rgb(16 185 129 / 0.2);
}
.border-b-emerald-500\/25 {
  border-bottom-color: rgb(16 185 129 / 0.25);
}
.border-b-emerald-500\/30 {
  border-bottom-color: rgb(16 185 129 / 0.3);
}
.border-b-emerald-500\/35 {
  border-bottom-color: rgb(16 185 129 / 0.35);
}
.border-b-emerald-500\/40 {
  border-bottom-color: rgb(16 185 129 / 0.4);
}
.border-b-emerald-500\/45 {
  border-bottom-color: rgb(16 185 129 / 0.45);
}
.border-b-emerald-500\/5 {
  border-bottom-color: rgb(16 185 129 / 0.05);
}
.border-b-emerald-500\/50 {
  border-bottom-color: rgb(16 185 129 / 0.5);
}
.border-b-emerald-500\/55 {
  border-bottom-color: rgb(16 185 129 / 0.55);
}
.border-b-emerald-500\/60 {
  border-bottom-color: rgb(16 185 129 / 0.6);
}
.border-b-emerald-500\/65 {
  border-bottom-color: rgb(16 185 129 / 0.65);
}
.border-b-emerald-500\/70 {
  border-bottom-color: rgb(16 185 129 / 0.7);
}
.border-b-emerald-500\/75 {
  border-bottom-color: rgb(16 185 129 / 0.75);
}
.border-b-emerald-500\/80 {
  border-bottom-color: rgb(16 185 129 / 0.8);
}
.border-b-emerald-500\/85 {
  border-bottom-color: rgb(16 185 129 / 0.85);
}
.border-b-emerald-500\/90 {
  border-bottom-color: rgb(16 185 129 / 0.9);
}
.border-b-emerald-500\/95 {
  border-bottom-color: rgb(16 185 129 / 0.95);
}
.border-b-emerald-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-b-emerald-600\/0 {
  border-bottom-color: rgb(5 150 105 / 0);
}
.border-b-emerald-600\/10 {
  border-bottom-color: rgb(5 150 105 / 0.1);
}
.border-b-emerald-600\/100 {
  border-bottom-color: rgb(5 150 105 / 1);
}
.border-b-emerald-600\/15 {
  border-bottom-color: rgb(5 150 105 / 0.15);
}
.border-b-emerald-600\/20 {
  border-bottom-color: rgb(5 150 105 / 0.2);
}
.border-b-emerald-600\/25 {
  border-bottom-color: rgb(5 150 105 / 0.25);
}
.border-b-emerald-600\/30 {
  border-bottom-color: rgb(5 150 105 / 0.3);
}
.border-b-emerald-600\/35 {
  border-bottom-color: rgb(5 150 105 / 0.35);
}
.border-b-emerald-600\/40 {
  border-bottom-color: rgb(5 150 105 / 0.4);
}
.border-b-emerald-600\/45 {
  border-bottom-color: rgb(5 150 105 / 0.45);
}
.border-b-emerald-600\/5 {
  border-bottom-color: rgb(5 150 105 / 0.05);
}
.border-b-emerald-600\/50 {
  border-bottom-color: rgb(5 150 105 / 0.5);
}
.border-b-emerald-600\/55 {
  border-bottom-color: rgb(5 150 105 / 0.55);
}
.border-b-emerald-600\/60 {
  border-bottom-color: rgb(5 150 105 / 0.6);
}
.border-b-emerald-600\/65 {
  border-bottom-color: rgb(5 150 105 / 0.65);
}
.border-b-emerald-600\/70 {
  border-bottom-color: rgb(5 150 105 / 0.7);
}
.border-b-emerald-600\/75 {
  border-bottom-color: rgb(5 150 105 / 0.75);
}
.border-b-emerald-600\/80 {
  border-bottom-color: rgb(5 150 105 / 0.8);
}
.border-b-emerald-600\/85 {
  border-bottom-color: rgb(5 150 105 / 0.85);
}
.border-b-emerald-600\/90 {
  border-bottom-color: rgb(5 150 105 / 0.9);
}
.border-b-emerald-600\/95 {
  border-bottom-color: rgb(5 150 105 / 0.95);
}
.border-b-emerald-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-b-emerald-700\/0 {
  border-bottom-color: rgb(4 120 87 / 0);
}
.border-b-emerald-700\/10 {
  border-bottom-color: rgb(4 120 87 / 0.1);
}
.border-b-emerald-700\/100 {
  border-bottom-color: rgb(4 120 87 / 1);
}
.border-b-emerald-700\/15 {
  border-bottom-color: rgb(4 120 87 / 0.15);
}
.border-b-emerald-700\/20 {
  border-bottom-color: rgb(4 120 87 / 0.2);
}
.border-b-emerald-700\/25 {
  border-bottom-color: rgb(4 120 87 / 0.25);
}
.border-b-emerald-700\/30 {
  border-bottom-color: rgb(4 120 87 / 0.3);
}
.border-b-emerald-700\/35 {
  border-bottom-color: rgb(4 120 87 / 0.35);
}
.border-b-emerald-700\/40 {
  border-bottom-color: rgb(4 120 87 / 0.4);
}
.border-b-emerald-700\/45 {
  border-bottom-color: rgb(4 120 87 / 0.45);
}
.border-b-emerald-700\/5 {
  border-bottom-color: rgb(4 120 87 / 0.05);
}
.border-b-emerald-700\/50 {
  border-bottom-color: rgb(4 120 87 / 0.5);
}
.border-b-emerald-700\/55 {
  border-bottom-color: rgb(4 120 87 / 0.55);
}
.border-b-emerald-700\/60 {
  border-bottom-color: rgb(4 120 87 / 0.6);
}
.border-b-emerald-700\/65 {
  border-bottom-color: rgb(4 120 87 / 0.65);
}
.border-b-emerald-700\/70 {
  border-bottom-color: rgb(4 120 87 / 0.7);
}
.border-b-emerald-700\/75 {
  border-bottom-color: rgb(4 120 87 / 0.75);
}
.border-b-emerald-700\/80 {
  border-bottom-color: rgb(4 120 87 / 0.8);
}
.border-b-emerald-700\/85 {
  border-bottom-color: rgb(4 120 87 / 0.85);
}
.border-b-emerald-700\/90 {
  border-bottom-color: rgb(4 120 87 / 0.9);
}
.border-b-emerald-700\/95 {
  border-bottom-color: rgb(4 120 87 / 0.95);
}
.border-b-emerald-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-b-emerald-800\/0 {
  border-bottom-color: rgb(6 95 70 / 0);
}
.border-b-emerald-800\/10 {
  border-bottom-color: rgb(6 95 70 / 0.1);
}
.border-b-emerald-800\/100 {
  border-bottom-color: rgb(6 95 70 / 1);
}
.border-b-emerald-800\/15 {
  border-bottom-color: rgb(6 95 70 / 0.15);
}
.border-b-emerald-800\/20 {
  border-bottom-color: rgb(6 95 70 / 0.2);
}
.border-b-emerald-800\/25 {
  border-bottom-color: rgb(6 95 70 / 0.25);
}
.border-b-emerald-800\/30 {
  border-bottom-color: rgb(6 95 70 / 0.3);
}
.border-b-emerald-800\/35 {
  border-bottom-color: rgb(6 95 70 / 0.35);
}
.border-b-emerald-800\/40 {
  border-bottom-color: rgb(6 95 70 / 0.4);
}
.border-b-emerald-800\/45 {
  border-bottom-color: rgb(6 95 70 / 0.45);
}
.border-b-emerald-800\/5 {
  border-bottom-color: rgb(6 95 70 / 0.05);
}
.border-b-emerald-800\/50 {
  border-bottom-color: rgb(6 95 70 / 0.5);
}
.border-b-emerald-800\/55 {
  border-bottom-color: rgb(6 95 70 / 0.55);
}
.border-b-emerald-800\/60 {
  border-bottom-color: rgb(6 95 70 / 0.6);
}
.border-b-emerald-800\/65 {
  border-bottom-color: rgb(6 95 70 / 0.65);
}
.border-b-emerald-800\/70 {
  border-bottom-color: rgb(6 95 70 / 0.7);
}
.border-b-emerald-800\/75 {
  border-bottom-color: rgb(6 95 70 / 0.75);
}
.border-b-emerald-800\/80 {
  border-bottom-color: rgb(6 95 70 / 0.8);
}
.border-b-emerald-800\/85 {
  border-bottom-color: rgb(6 95 70 / 0.85);
}
.border-b-emerald-800\/90 {
  border-bottom-color: rgb(6 95 70 / 0.9);
}
.border-b-emerald-800\/95 {
  border-bottom-color: rgb(6 95 70 / 0.95);
}
.border-b-emerald-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-b-emerald-900\/0 {
  border-bottom-color: rgb(6 78 59 / 0);
}
.border-b-emerald-900\/10 {
  border-bottom-color: rgb(6 78 59 / 0.1);
}
.border-b-emerald-900\/100 {
  border-bottom-color: rgb(6 78 59 / 1);
}
.border-b-emerald-900\/15 {
  border-bottom-color: rgb(6 78 59 / 0.15);
}
.border-b-emerald-900\/20 {
  border-bottom-color: rgb(6 78 59 / 0.2);
}
.border-b-emerald-900\/25 {
  border-bottom-color: rgb(6 78 59 / 0.25);
}
.border-b-emerald-900\/30 {
  border-bottom-color: rgb(6 78 59 / 0.3);
}
.border-b-emerald-900\/35 {
  border-bottom-color: rgb(6 78 59 / 0.35);
}
.border-b-emerald-900\/40 {
  border-bottom-color: rgb(6 78 59 / 0.4);
}
.border-b-emerald-900\/45 {
  border-bottom-color: rgb(6 78 59 / 0.45);
}
.border-b-emerald-900\/5 {
  border-bottom-color: rgb(6 78 59 / 0.05);
}
.border-b-emerald-900\/50 {
  border-bottom-color: rgb(6 78 59 / 0.5);
}
.border-b-emerald-900\/55 {
  border-bottom-color: rgb(6 78 59 / 0.55);
}
.border-b-emerald-900\/60 {
  border-bottom-color: rgb(6 78 59 / 0.6);
}
.border-b-emerald-900\/65 {
  border-bottom-color: rgb(6 78 59 / 0.65);
}
.border-b-emerald-900\/70 {
  border-bottom-color: rgb(6 78 59 / 0.7);
}
.border-b-emerald-900\/75 {
  border-bottom-color: rgb(6 78 59 / 0.75);
}
.border-b-emerald-900\/80 {
  border-bottom-color: rgb(6 78 59 / 0.8);
}
.border-b-emerald-900\/85 {
  border-bottom-color: rgb(6 78 59 / 0.85);
}
.border-b-emerald-900\/90 {
  border-bottom-color: rgb(6 78 59 / 0.9);
}
.border-b-emerald-900\/95 {
  border-bottom-color: rgb(6 78 59 / 0.95);
}
.border-b-emerald-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-b-emerald-950\/0 {
  border-bottom-color: rgb(2 44 34 / 0);
}
.border-b-emerald-950\/10 {
  border-bottom-color: rgb(2 44 34 / 0.1);
}
.border-b-emerald-950\/100 {
  border-bottom-color: rgb(2 44 34 / 1);
}
.border-b-emerald-950\/15 {
  border-bottom-color: rgb(2 44 34 / 0.15);
}
.border-b-emerald-950\/20 {
  border-bottom-color: rgb(2 44 34 / 0.2);
}
.border-b-emerald-950\/25 {
  border-bottom-color: rgb(2 44 34 / 0.25);
}
.border-b-emerald-950\/30 {
  border-bottom-color: rgb(2 44 34 / 0.3);
}
.border-b-emerald-950\/35 {
  border-bottom-color: rgb(2 44 34 / 0.35);
}
.border-b-emerald-950\/40 {
  border-bottom-color: rgb(2 44 34 / 0.4);
}
.border-b-emerald-950\/45 {
  border-bottom-color: rgb(2 44 34 / 0.45);
}
.border-b-emerald-950\/5 {
  border-bottom-color: rgb(2 44 34 / 0.05);
}
.border-b-emerald-950\/50 {
  border-bottom-color: rgb(2 44 34 / 0.5);
}
.border-b-emerald-950\/55 {
  border-bottom-color: rgb(2 44 34 / 0.55);
}
.border-b-emerald-950\/60 {
  border-bottom-color: rgb(2 44 34 / 0.6);
}
.border-b-emerald-950\/65 {
  border-bottom-color: rgb(2 44 34 / 0.65);
}
.border-b-emerald-950\/70 {
  border-bottom-color: rgb(2 44 34 / 0.7);
}
.border-b-emerald-950\/75 {
  border-bottom-color: rgb(2 44 34 / 0.75);
}
.border-b-emerald-950\/80 {
  border-bottom-color: rgb(2 44 34 / 0.8);
}
.border-b-emerald-950\/85 {
  border-bottom-color: rgb(2 44 34 / 0.85);
}
.border-b-emerald-950\/90 {
  border-bottom-color: rgb(2 44 34 / 0.9);
}
.border-b-emerald-950\/95 {
  border-bottom-color: rgb(2 44 34 / 0.95);
}
.border-b-fuchsia-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-100\/0 {
  border-bottom-color: rgb(250 232 255 / 0);
}
.border-b-fuchsia-100\/10 {
  border-bottom-color: rgb(250 232 255 / 0.1);
}
.border-b-fuchsia-100\/100 {
  border-bottom-color: rgb(250 232 255 / 1);
}
.border-b-fuchsia-100\/15 {
  border-bottom-color: rgb(250 232 255 / 0.15);
}
.border-b-fuchsia-100\/20 {
  border-bottom-color: rgb(250 232 255 / 0.2);
}
.border-b-fuchsia-100\/25 {
  border-bottom-color: rgb(250 232 255 / 0.25);
}
.border-b-fuchsia-100\/30 {
  border-bottom-color: rgb(250 232 255 / 0.3);
}
.border-b-fuchsia-100\/35 {
  border-bottom-color: rgb(250 232 255 / 0.35);
}
.border-b-fuchsia-100\/40 {
  border-bottom-color: rgb(250 232 255 / 0.4);
}
.border-b-fuchsia-100\/45 {
  border-bottom-color: rgb(250 232 255 / 0.45);
}
.border-b-fuchsia-100\/5 {
  border-bottom-color: rgb(250 232 255 / 0.05);
}
.border-b-fuchsia-100\/50 {
  border-bottom-color: rgb(250 232 255 / 0.5);
}
.border-b-fuchsia-100\/55 {
  border-bottom-color: rgb(250 232 255 / 0.55);
}
.border-b-fuchsia-100\/60 {
  border-bottom-color: rgb(250 232 255 / 0.6);
}
.border-b-fuchsia-100\/65 {
  border-bottom-color: rgb(250 232 255 / 0.65);
}
.border-b-fuchsia-100\/70 {
  border-bottom-color: rgb(250 232 255 / 0.7);
}
.border-b-fuchsia-100\/75 {
  border-bottom-color: rgb(250 232 255 / 0.75);
}
.border-b-fuchsia-100\/80 {
  border-bottom-color: rgb(250 232 255 / 0.8);
}
.border-b-fuchsia-100\/85 {
  border-bottom-color: rgb(250 232 255 / 0.85);
}
.border-b-fuchsia-100\/90 {
  border-bottom-color: rgb(250 232 255 / 0.9);
}
.border-b-fuchsia-100\/95 {
  border-bottom-color: rgb(250 232 255 / 0.95);
}
.border-b-fuchsia-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-200\/0 {
  border-bottom-color: rgb(245 208 254 / 0);
}
.border-b-fuchsia-200\/10 {
  border-bottom-color: rgb(245 208 254 / 0.1);
}
.border-b-fuchsia-200\/100 {
  border-bottom-color: rgb(245 208 254 / 1);
}
.border-b-fuchsia-200\/15 {
  border-bottom-color: rgb(245 208 254 / 0.15);
}
.border-b-fuchsia-200\/20 {
  border-bottom-color: rgb(245 208 254 / 0.2);
}
.border-b-fuchsia-200\/25 {
  border-bottom-color: rgb(245 208 254 / 0.25);
}
.border-b-fuchsia-200\/30 {
  border-bottom-color: rgb(245 208 254 / 0.3);
}
.border-b-fuchsia-200\/35 {
  border-bottom-color: rgb(245 208 254 / 0.35);
}
.border-b-fuchsia-200\/40 {
  border-bottom-color: rgb(245 208 254 / 0.4);
}
.border-b-fuchsia-200\/45 {
  border-bottom-color: rgb(245 208 254 / 0.45);
}
.border-b-fuchsia-200\/5 {
  border-bottom-color: rgb(245 208 254 / 0.05);
}
.border-b-fuchsia-200\/50 {
  border-bottom-color: rgb(245 208 254 / 0.5);
}
.border-b-fuchsia-200\/55 {
  border-bottom-color: rgb(245 208 254 / 0.55);
}
.border-b-fuchsia-200\/60 {
  border-bottom-color: rgb(245 208 254 / 0.6);
}
.border-b-fuchsia-200\/65 {
  border-bottom-color: rgb(245 208 254 / 0.65);
}
.border-b-fuchsia-200\/70 {
  border-bottom-color: rgb(245 208 254 / 0.7);
}
.border-b-fuchsia-200\/75 {
  border-bottom-color: rgb(245 208 254 / 0.75);
}
.border-b-fuchsia-200\/80 {
  border-bottom-color: rgb(245 208 254 / 0.8);
}
.border-b-fuchsia-200\/85 {
  border-bottom-color: rgb(245 208 254 / 0.85);
}
.border-b-fuchsia-200\/90 {
  border-bottom-color: rgb(245 208 254 / 0.9);
}
.border-b-fuchsia-200\/95 {
  border-bottom-color: rgb(245 208 254 / 0.95);
}
.border-b-fuchsia-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-300\/0 {
  border-bottom-color: rgb(240 171 252 / 0);
}
.border-b-fuchsia-300\/10 {
  border-bottom-color: rgb(240 171 252 / 0.1);
}
.border-b-fuchsia-300\/100 {
  border-bottom-color: rgb(240 171 252 / 1);
}
.border-b-fuchsia-300\/15 {
  border-bottom-color: rgb(240 171 252 / 0.15);
}
.border-b-fuchsia-300\/20 {
  border-bottom-color: rgb(240 171 252 / 0.2);
}
.border-b-fuchsia-300\/25 {
  border-bottom-color: rgb(240 171 252 / 0.25);
}
.border-b-fuchsia-300\/30 {
  border-bottom-color: rgb(240 171 252 / 0.3);
}
.border-b-fuchsia-300\/35 {
  border-bottom-color: rgb(240 171 252 / 0.35);
}
.border-b-fuchsia-300\/40 {
  border-bottom-color: rgb(240 171 252 / 0.4);
}
.border-b-fuchsia-300\/45 {
  border-bottom-color: rgb(240 171 252 / 0.45);
}
.border-b-fuchsia-300\/5 {
  border-bottom-color: rgb(240 171 252 / 0.05);
}
.border-b-fuchsia-300\/50 {
  border-bottom-color: rgb(240 171 252 / 0.5);
}
.border-b-fuchsia-300\/55 {
  border-bottom-color: rgb(240 171 252 / 0.55);
}
.border-b-fuchsia-300\/60 {
  border-bottom-color: rgb(240 171 252 / 0.6);
}
.border-b-fuchsia-300\/65 {
  border-bottom-color: rgb(240 171 252 / 0.65);
}
.border-b-fuchsia-300\/70 {
  border-bottom-color: rgb(240 171 252 / 0.7);
}
.border-b-fuchsia-300\/75 {
  border-bottom-color: rgb(240 171 252 / 0.75);
}
.border-b-fuchsia-300\/80 {
  border-bottom-color: rgb(240 171 252 / 0.8);
}
.border-b-fuchsia-300\/85 {
  border-bottom-color: rgb(240 171 252 / 0.85);
}
.border-b-fuchsia-300\/90 {
  border-bottom-color: rgb(240 171 252 / 0.9);
}
.border-b-fuchsia-300\/95 {
  border-bottom-color: rgb(240 171 252 / 0.95);
}
.border-b-fuchsia-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-400\/0 {
  border-bottom-color: rgb(232 121 249 / 0);
}
.border-b-fuchsia-400\/10 {
  border-bottom-color: rgb(232 121 249 / 0.1);
}
.border-b-fuchsia-400\/100 {
  border-bottom-color: rgb(232 121 249 / 1);
}
.border-b-fuchsia-400\/15 {
  border-bottom-color: rgb(232 121 249 / 0.15);
}
.border-b-fuchsia-400\/20 {
  border-bottom-color: rgb(232 121 249 / 0.2);
}
.border-b-fuchsia-400\/25 {
  border-bottom-color: rgb(232 121 249 / 0.25);
}
.border-b-fuchsia-400\/30 {
  border-bottom-color: rgb(232 121 249 / 0.3);
}
.border-b-fuchsia-400\/35 {
  border-bottom-color: rgb(232 121 249 / 0.35);
}
.border-b-fuchsia-400\/40 {
  border-bottom-color: rgb(232 121 249 / 0.4);
}
.border-b-fuchsia-400\/45 {
  border-bottom-color: rgb(232 121 249 / 0.45);
}
.border-b-fuchsia-400\/5 {
  border-bottom-color: rgb(232 121 249 / 0.05);
}
.border-b-fuchsia-400\/50 {
  border-bottom-color: rgb(232 121 249 / 0.5);
}
.border-b-fuchsia-400\/55 {
  border-bottom-color: rgb(232 121 249 / 0.55);
}
.border-b-fuchsia-400\/60 {
  border-bottom-color: rgb(232 121 249 / 0.6);
}
.border-b-fuchsia-400\/65 {
  border-bottom-color: rgb(232 121 249 / 0.65);
}
.border-b-fuchsia-400\/70 {
  border-bottom-color: rgb(232 121 249 / 0.7);
}
.border-b-fuchsia-400\/75 {
  border-bottom-color: rgb(232 121 249 / 0.75);
}
.border-b-fuchsia-400\/80 {
  border-bottom-color: rgb(232 121 249 / 0.8);
}
.border-b-fuchsia-400\/85 {
  border-bottom-color: rgb(232 121 249 / 0.85);
}
.border-b-fuchsia-400\/90 {
  border-bottom-color: rgb(232 121 249 / 0.9);
}
.border-b-fuchsia-400\/95 {
  border-bottom-color: rgb(232 121 249 / 0.95);
}
.border-b-fuchsia-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-50\/0 {
  border-bottom-color: rgb(253 244 255 / 0);
}
.border-b-fuchsia-50\/10 {
  border-bottom-color: rgb(253 244 255 / 0.1);
}
.border-b-fuchsia-50\/100 {
  border-bottom-color: rgb(253 244 255 / 1);
}
.border-b-fuchsia-50\/15 {
  border-bottom-color: rgb(253 244 255 / 0.15);
}
.border-b-fuchsia-50\/20 {
  border-bottom-color: rgb(253 244 255 / 0.2);
}
.border-b-fuchsia-50\/25 {
  border-bottom-color: rgb(253 244 255 / 0.25);
}
.border-b-fuchsia-50\/30 {
  border-bottom-color: rgb(253 244 255 / 0.3);
}
.border-b-fuchsia-50\/35 {
  border-bottom-color: rgb(253 244 255 / 0.35);
}
.border-b-fuchsia-50\/40 {
  border-bottom-color: rgb(253 244 255 / 0.4);
}
.border-b-fuchsia-50\/45 {
  border-bottom-color: rgb(253 244 255 / 0.45);
}
.border-b-fuchsia-50\/5 {
  border-bottom-color: rgb(253 244 255 / 0.05);
}
.border-b-fuchsia-50\/50 {
  border-bottom-color: rgb(253 244 255 / 0.5);
}
.border-b-fuchsia-50\/55 {
  border-bottom-color: rgb(253 244 255 / 0.55);
}
.border-b-fuchsia-50\/60 {
  border-bottom-color: rgb(253 244 255 / 0.6);
}
.border-b-fuchsia-50\/65 {
  border-bottom-color: rgb(253 244 255 / 0.65);
}
.border-b-fuchsia-50\/70 {
  border-bottom-color: rgb(253 244 255 / 0.7);
}
.border-b-fuchsia-50\/75 {
  border-bottom-color: rgb(253 244 255 / 0.75);
}
.border-b-fuchsia-50\/80 {
  border-bottom-color: rgb(253 244 255 / 0.8);
}
.border-b-fuchsia-50\/85 {
  border-bottom-color: rgb(253 244 255 / 0.85);
}
.border-b-fuchsia-50\/90 {
  border-bottom-color: rgb(253 244 255 / 0.9);
}
.border-b-fuchsia-50\/95 {
  border-bottom-color: rgb(253 244 255 / 0.95);
}
.border-b-fuchsia-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-500\/0 {
  border-bottom-color: rgb(217 70 239 / 0);
}
.border-b-fuchsia-500\/10 {
  border-bottom-color: rgb(217 70 239 / 0.1);
}
.border-b-fuchsia-500\/100 {
  border-bottom-color: rgb(217 70 239 / 1);
}
.border-b-fuchsia-500\/15 {
  border-bottom-color: rgb(217 70 239 / 0.15);
}
.border-b-fuchsia-500\/20 {
  border-bottom-color: rgb(217 70 239 / 0.2);
}
.border-b-fuchsia-500\/25 {
  border-bottom-color: rgb(217 70 239 / 0.25);
}
.border-b-fuchsia-500\/30 {
  border-bottom-color: rgb(217 70 239 / 0.3);
}
.border-b-fuchsia-500\/35 {
  border-bottom-color: rgb(217 70 239 / 0.35);
}
.border-b-fuchsia-500\/40 {
  border-bottom-color: rgb(217 70 239 / 0.4);
}
.border-b-fuchsia-500\/45 {
  border-bottom-color: rgb(217 70 239 / 0.45);
}
.border-b-fuchsia-500\/5 {
  border-bottom-color: rgb(217 70 239 / 0.05);
}
.border-b-fuchsia-500\/50 {
  border-bottom-color: rgb(217 70 239 / 0.5);
}
.border-b-fuchsia-500\/55 {
  border-bottom-color: rgb(217 70 239 / 0.55);
}
.border-b-fuchsia-500\/60 {
  border-bottom-color: rgb(217 70 239 / 0.6);
}
.border-b-fuchsia-500\/65 {
  border-bottom-color: rgb(217 70 239 / 0.65);
}
.border-b-fuchsia-500\/70 {
  border-bottom-color: rgb(217 70 239 / 0.7);
}
.border-b-fuchsia-500\/75 {
  border-bottom-color: rgb(217 70 239 / 0.75);
}
.border-b-fuchsia-500\/80 {
  border-bottom-color: rgb(217 70 239 / 0.8);
}
.border-b-fuchsia-500\/85 {
  border-bottom-color: rgb(217 70 239 / 0.85);
}
.border-b-fuchsia-500\/90 {
  border-bottom-color: rgb(217 70 239 / 0.9);
}
.border-b-fuchsia-500\/95 {
  border-bottom-color: rgb(217 70 239 / 0.95);
}
.border-b-fuchsia-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-600\/0 {
  border-bottom-color: rgb(192 38 211 / 0);
}
.border-b-fuchsia-600\/10 {
  border-bottom-color: rgb(192 38 211 / 0.1);
}
.border-b-fuchsia-600\/100 {
  border-bottom-color: rgb(192 38 211 / 1);
}
.border-b-fuchsia-600\/15 {
  border-bottom-color: rgb(192 38 211 / 0.15);
}
.border-b-fuchsia-600\/20 {
  border-bottom-color: rgb(192 38 211 / 0.2);
}
.border-b-fuchsia-600\/25 {
  border-bottom-color: rgb(192 38 211 / 0.25);
}
.border-b-fuchsia-600\/30 {
  border-bottom-color: rgb(192 38 211 / 0.3);
}
.border-b-fuchsia-600\/35 {
  border-bottom-color: rgb(192 38 211 / 0.35);
}
.border-b-fuchsia-600\/40 {
  border-bottom-color: rgb(192 38 211 / 0.4);
}
.border-b-fuchsia-600\/45 {
  border-bottom-color: rgb(192 38 211 / 0.45);
}
.border-b-fuchsia-600\/5 {
  border-bottom-color: rgb(192 38 211 / 0.05);
}
.border-b-fuchsia-600\/50 {
  border-bottom-color: rgb(192 38 211 / 0.5);
}
.border-b-fuchsia-600\/55 {
  border-bottom-color: rgb(192 38 211 / 0.55);
}
.border-b-fuchsia-600\/60 {
  border-bottom-color: rgb(192 38 211 / 0.6);
}
.border-b-fuchsia-600\/65 {
  border-bottom-color: rgb(192 38 211 / 0.65);
}
.border-b-fuchsia-600\/70 {
  border-bottom-color: rgb(192 38 211 / 0.7);
}
.border-b-fuchsia-600\/75 {
  border-bottom-color: rgb(192 38 211 / 0.75);
}
.border-b-fuchsia-600\/80 {
  border-bottom-color: rgb(192 38 211 / 0.8);
}
.border-b-fuchsia-600\/85 {
  border-bottom-color: rgb(192 38 211 / 0.85);
}
.border-b-fuchsia-600\/90 {
  border-bottom-color: rgb(192 38 211 / 0.9);
}
.border-b-fuchsia-600\/95 {
  border-bottom-color: rgb(192 38 211 / 0.95);
}
.border-b-fuchsia-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-700\/0 {
  border-bottom-color: rgb(162 28 175 / 0);
}
.border-b-fuchsia-700\/10 {
  border-bottom-color: rgb(162 28 175 / 0.1);
}
.border-b-fuchsia-700\/100 {
  border-bottom-color: rgb(162 28 175 / 1);
}
.border-b-fuchsia-700\/15 {
  border-bottom-color: rgb(162 28 175 / 0.15);
}
.border-b-fuchsia-700\/20 {
  border-bottom-color: rgb(162 28 175 / 0.2);
}
.border-b-fuchsia-700\/25 {
  border-bottom-color: rgb(162 28 175 / 0.25);
}
.border-b-fuchsia-700\/30 {
  border-bottom-color: rgb(162 28 175 / 0.3);
}
.border-b-fuchsia-700\/35 {
  border-bottom-color: rgb(162 28 175 / 0.35);
}
.border-b-fuchsia-700\/40 {
  border-bottom-color: rgb(162 28 175 / 0.4);
}
.border-b-fuchsia-700\/45 {
  border-bottom-color: rgb(162 28 175 / 0.45);
}
.border-b-fuchsia-700\/5 {
  border-bottom-color: rgb(162 28 175 / 0.05);
}
.border-b-fuchsia-700\/50 {
  border-bottom-color: rgb(162 28 175 / 0.5);
}
.border-b-fuchsia-700\/55 {
  border-bottom-color: rgb(162 28 175 / 0.55);
}
.border-b-fuchsia-700\/60 {
  border-bottom-color: rgb(162 28 175 / 0.6);
}
.border-b-fuchsia-700\/65 {
  border-bottom-color: rgb(162 28 175 / 0.65);
}
.border-b-fuchsia-700\/70 {
  border-bottom-color: rgb(162 28 175 / 0.7);
}
.border-b-fuchsia-700\/75 {
  border-bottom-color: rgb(162 28 175 / 0.75);
}
.border-b-fuchsia-700\/80 {
  border-bottom-color: rgb(162 28 175 / 0.8);
}
.border-b-fuchsia-700\/85 {
  border-bottom-color: rgb(162 28 175 / 0.85);
}
.border-b-fuchsia-700\/90 {
  border-bottom-color: rgb(162 28 175 / 0.9);
}
.border-b-fuchsia-700\/95 {
  border-bottom-color: rgb(162 28 175 / 0.95);
}
.border-b-fuchsia-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-800\/0 {
  border-bottom-color: rgb(134 25 143 / 0);
}
.border-b-fuchsia-800\/10 {
  border-bottom-color: rgb(134 25 143 / 0.1);
}
.border-b-fuchsia-800\/100 {
  border-bottom-color: rgb(134 25 143 / 1);
}
.border-b-fuchsia-800\/15 {
  border-bottom-color: rgb(134 25 143 / 0.15);
}
.border-b-fuchsia-800\/20 {
  border-bottom-color: rgb(134 25 143 / 0.2);
}
.border-b-fuchsia-800\/25 {
  border-bottom-color: rgb(134 25 143 / 0.25);
}
.border-b-fuchsia-800\/30 {
  border-bottom-color: rgb(134 25 143 / 0.3);
}
.border-b-fuchsia-800\/35 {
  border-bottom-color: rgb(134 25 143 / 0.35);
}
.border-b-fuchsia-800\/40 {
  border-bottom-color: rgb(134 25 143 / 0.4);
}
.border-b-fuchsia-800\/45 {
  border-bottom-color: rgb(134 25 143 / 0.45);
}
.border-b-fuchsia-800\/5 {
  border-bottom-color: rgb(134 25 143 / 0.05);
}
.border-b-fuchsia-800\/50 {
  border-bottom-color: rgb(134 25 143 / 0.5);
}
.border-b-fuchsia-800\/55 {
  border-bottom-color: rgb(134 25 143 / 0.55);
}
.border-b-fuchsia-800\/60 {
  border-bottom-color: rgb(134 25 143 / 0.6);
}
.border-b-fuchsia-800\/65 {
  border-bottom-color: rgb(134 25 143 / 0.65);
}
.border-b-fuchsia-800\/70 {
  border-bottom-color: rgb(134 25 143 / 0.7);
}
.border-b-fuchsia-800\/75 {
  border-bottom-color: rgb(134 25 143 / 0.75);
}
.border-b-fuchsia-800\/80 {
  border-bottom-color: rgb(134 25 143 / 0.8);
}
.border-b-fuchsia-800\/85 {
  border-bottom-color: rgb(134 25 143 / 0.85);
}
.border-b-fuchsia-800\/90 {
  border-bottom-color: rgb(134 25 143 / 0.9);
}
.border-b-fuchsia-800\/95 {
  border-bottom-color: rgb(134 25 143 / 0.95);
}
.border-b-fuchsia-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-900\/0 {
  border-bottom-color: rgb(112 26 117 / 0);
}
.border-b-fuchsia-900\/10 {
  border-bottom-color: rgb(112 26 117 / 0.1);
}
.border-b-fuchsia-900\/100 {
  border-bottom-color: rgb(112 26 117 / 1);
}
.border-b-fuchsia-900\/15 {
  border-bottom-color: rgb(112 26 117 / 0.15);
}
.border-b-fuchsia-900\/20 {
  border-bottom-color: rgb(112 26 117 / 0.2);
}
.border-b-fuchsia-900\/25 {
  border-bottom-color: rgb(112 26 117 / 0.25);
}
.border-b-fuchsia-900\/30 {
  border-bottom-color: rgb(112 26 117 / 0.3);
}
.border-b-fuchsia-900\/35 {
  border-bottom-color: rgb(112 26 117 / 0.35);
}
.border-b-fuchsia-900\/40 {
  border-bottom-color: rgb(112 26 117 / 0.4);
}
.border-b-fuchsia-900\/45 {
  border-bottom-color: rgb(112 26 117 / 0.45);
}
.border-b-fuchsia-900\/5 {
  border-bottom-color: rgb(112 26 117 / 0.05);
}
.border-b-fuchsia-900\/50 {
  border-bottom-color: rgb(112 26 117 / 0.5);
}
.border-b-fuchsia-900\/55 {
  border-bottom-color: rgb(112 26 117 / 0.55);
}
.border-b-fuchsia-900\/60 {
  border-bottom-color: rgb(112 26 117 / 0.6);
}
.border-b-fuchsia-900\/65 {
  border-bottom-color: rgb(112 26 117 / 0.65);
}
.border-b-fuchsia-900\/70 {
  border-bottom-color: rgb(112 26 117 / 0.7);
}
.border-b-fuchsia-900\/75 {
  border-bottom-color: rgb(112 26 117 / 0.75);
}
.border-b-fuchsia-900\/80 {
  border-bottom-color: rgb(112 26 117 / 0.8);
}
.border-b-fuchsia-900\/85 {
  border-bottom-color: rgb(112 26 117 / 0.85);
}
.border-b-fuchsia-900\/90 {
  border-bottom-color: rgb(112 26 117 / 0.9);
}
.border-b-fuchsia-900\/95 {
  border-bottom-color: rgb(112 26 117 / 0.95);
}
.border-b-fuchsia-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-950\/0 {
  border-bottom-color: rgb(74 4 78 / 0);
}
.border-b-fuchsia-950\/10 {
  border-bottom-color: rgb(74 4 78 / 0.1);
}
.border-b-fuchsia-950\/100 {
  border-bottom-color: rgb(74 4 78 / 1);
}
.border-b-fuchsia-950\/15 {
  border-bottom-color: rgb(74 4 78 / 0.15);
}
.border-b-fuchsia-950\/20 {
  border-bottom-color: rgb(74 4 78 / 0.2);
}
.border-b-fuchsia-950\/25 {
  border-bottom-color: rgb(74 4 78 / 0.25);
}
.border-b-fuchsia-950\/30 {
  border-bottom-color: rgb(74 4 78 / 0.3);
}
.border-b-fuchsia-950\/35 {
  border-bottom-color: rgb(74 4 78 / 0.35);
}
.border-b-fuchsia-950\/40 {
  border-bottom-color: rgb(74 4 78 / 0.4);
}
.border-b-fuchsia-950\/45 {
  border-bottom-color: rgb(74 4 78 / 0.45);
}
.border-b-fuchsia-950\/5 {
  border-bottom-color: rgb(74 4 78 / 0.05);
}
.border-b-fuchsia-950\/50 {
  border-bottom-color: rgb(74 4 78 / 0.5);
}
.border-b-fuchsia-950\/55 {
  border-bottom-color: rgb(74 4 78 / 0.55);
}
.border-b-fuchsia-950\/60 {
  border-bottom-color: rgb(74 4 78 / 0.6);
}
.border-b-fuchsia-950\/65 {
  border-bottom-color: rgb(74 4 78 / 0.65);
}
.border-b-fuchsia-950\/70 {
  border-bottom-color: rgb(74 4 78 / 0.7);
}
.border-b-fuchsia-950\/75 {
  border-bottom-color: rgb(74 4 78 / 0.75);
}
.border-b-fuchsia-950\/80 {
  border-bottom-color: rgb(74 4 78 / 0.8);
}
.border-b-fuchsia-950\/85 {
  border-bottom-color: rgb(74 4 78 / 0.85);
}
.border-b-fuchsia-950\/90 {
  border-bottom-color: rgb(74 4 78 / 0.9);
}
.border-b-fuchsia-950\/95 {
  border-bottom-color: rgb(74 4 78 / 0.95);
}
.border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-b-gray-100\/0 {
  border-bottom-color: rgb(243 244 246 / 0);
}
.border-b-gray-100\/10 {
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.border-b-gray-100\/100 {
  border-bottom-color: rgb(243 244 246 / 1);
}
.border-b-gray-100\/15 {
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.border-b-gray-100\/20 {
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.border-b-gray-100\/25 {
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.border-b-gray-100\/30 {
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.border-b-gray-100\/35 {
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-b-gray-100\/40 {
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-b-gray-100\/45 {
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.border-b-gray-100\/5 {
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.border-b-gray-100\/50 {
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.border-b-gray-100\/55 {
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-b-gray-100\/60 {
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-b-gray-100\/65 {
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.border-b-gray-100\/70 {
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.border-b-gray-100\/75 {
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.border-b-gray-100\/80 {
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.border-b-gray-100\/85 {
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.border-b-gray-100\/90 {
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.border-b-gray-100\/95 {
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-b-gray-200\/0 {
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-b-gray-200\/10 {
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-b-gray-200\/100 {
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-b-gray-200\/15 {
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.border-b-gray-200\/20 {
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-b-gray-200\/25 {
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-b-gray-200\/30 {
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-b-gray-200\/35 {
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-b-gray-200\/40 {
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-b-gray-200\/45 {
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.border-b-gray-200\/5 {
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-b-gray-200\/50 {
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-b-gray-200\/55 {
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-b-gray-200\/60 {
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-b-gray-200\/65 {
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.border-b-gray-200\/70 {
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-b-gray-200\/75 {
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-b-gray-200\/80 {
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-b-gray-200\/85 {
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.border-b-gray-200\/90 {
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-b-gray-200\/95 {
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-b-gray-300\/0 {
  border-bottom-color: rgb(209 213 219 / 0);
}
.border-b-gray-300\/10 {
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.border-b-gray-300\/100 {
  border-bottom-color: rgb(209 213 219 / 1);
}
.border-b-gray-300\/15 {
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.border-b-gray-300\/20 {
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.border-b-gray-300\/25 {
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.border-b-gray-300\/30 {
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.border-b-gray-300\/35 {
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-b-gray-300\/40 {
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-b-gray-300\/45 {
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.border-b-gray-300\/5 {
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.border-b-gray-300\/50 {
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.border-b-gray-300\/55 {
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-b-gray-300\/60 {
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-b-gray-300\/65 {
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.border-b-gray-300\/70 {
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.border-b-gray-300\/75 {
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.border-b-gray-300\/80 {
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.border-b-gray-300\/85 {
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.border-b-gray-300\/90 {
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.border-b-gray-300\/95 {
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.border-b-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-b-gray-400\/0 {
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-b-gray-400\/10 {
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-b-gray-400\/100 {
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-gray-400\/15 {
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.border-b-gray-400\/20 {
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-b-gray-400\/25 {
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-b-gray-400\/30 {
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-b-gray-400\/35 {
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-b-gray-400\/40 {
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-b-gray-400\/45 {
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.border-b-gray-400\/5 {
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-b-gray-400\/50 {
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-gray-400\/55 {
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-b-gray-400\/60 {
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-b-gray-400\/65 {
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.border-b-gray-400\/70 {
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-b-gray-400\/75 {
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-b-gray-400\/80 {
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-b-gray-400\/85 {
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.border-b-gray-400\/90 {
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-b-gray-400\/95 {
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-b-gray-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-b-gray-50\/0 {
  border-bottom-color: rgb(249 250 251 / 0);
}
.border-b-gray-50\/10 {
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-b-gray-50\/100 {
  border-bottom-color: rgb(249 250 251 / 1);
}
.border-b-gray-50\/15 {
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.border-b-gray-50\/20 {
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-b-gray-50\/25 {
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-b-gray-50\/30 {
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-b-gray-50\/35 {
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-b-gray-50\/40 {
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-b-gray-50\/45 {
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.border-b-gray-50\/5 {
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-b-gray-50\/50 {
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-b-gray-50\/55 {
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-b-gray-50\/60 {
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-b-gray-50\/65 {
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.border-b-gray-50\/70 {
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-b-gray-50\/75 {
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-b-gray-50\/80 {
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-b-gray-50\/85 {
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.border-b-gray-50\/90 {
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-b-gray-50\/95 {
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-b-gray-500\/0 {
  border-bottom-color: rgb(107 114 128 / 0);
}
.border-b-gray-500\/10 {
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-b-gray-500\/100 {
  border-bottom-color: rgb(107 114 128 / 1);
}
.border-b-gray-500\/15 {
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.border-b-gray-500\/20 {
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-b-gray-500\/25 {
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-b-gray-500\/30 {
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-b-gray-500\/35 {
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-b-gray-500\/40 {
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-b-gray-500\/45 {
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.border-b-gray-500\/5 {
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-b-gray-500\/50 {
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-b-gray-500\/55 {
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-b-gray-500\/60 {
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-b-gray-500\/65 {
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.border-b-gray-500\/70 {
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-b-gray-500\/75 {
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-b-gray-500\/80 {
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-b-gray-500\/85 {
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.border-b-gray-500\/90 {
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-b-gray-500\/95 {
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-b-gray-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-b-gray-600\/0 {
  border-bottom-color: rgb(75 85 99 / 0);
}
.border-b-gray-600\/10 {
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.border-b-gray-600\/100 {
  border-bottom-color: rgb(75 85 99 / 1);
}
.border-b-gray-600\/15 {
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.border-b-gray-600\/20 {
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.border-b-gray-600\/25 {
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.border-b-gray-600\/30 {
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.border-b-gray-600\/35 {
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-b-gray-600\/40 {
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-b-gray-600\/45 {
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.border-b-gray-600\/5 {
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.border-b-gray-600\/50 {
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.border-b-gray-600\/55 {
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-b-gray-600\/60 {
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-b-gray-600\/65 {
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.border-b-gray-600\/70 {
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.border-b-gray-600\/75 {
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.border-b-gray-600\/80 {
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.border-b-gray-600\/85 {
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.border-b-gray-600\/90 {
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.border-b-gray-600\/95 {
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.border-b-gray-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-b-gray-700\/0 {
  border-bottom-color: rgb(55 65 81 / 0);
}
.border-b-gray-700\/10 {
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-b-gray-700\/100 {
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-b-gray-700\/15 {
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.border-b-gray-700\/20 {
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-b-gray-700\/25 {
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-b-gray-700\/30 {
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-b-gray-700\/35 {
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-b-gray-700\/40 {
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-b-gray-700\/45 {
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.border-b-gray-700\/5 {
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-b-gray-700\/50 {
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-b-gray-700\/55 {
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-b-gray-700\/60 {
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-b-gray-700\/65 {
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.border-b-gray-700\/70 {
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-b-gray-700\/75 {
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-b-gray-700\/80 {
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-b-gray-700\/85 {
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.border-b-gray-700\/90 {
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-b-gray-700\/95 {
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-b-gray-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-b-gray-800\/0 {
  border-bottom-color: rgb(31 41 55 / 0);
}
.border-b-gray-800\/10 {
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-b-gray-800\/100 {
  border-bottom-color: rgb(31 41 55 / 1);
}
.border-b-gray-800\/15 {
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.border-b-gray-800\/20 {
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-b-gray-800\/25 {
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-b-gray-800\/30 {
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-b-gray-800\/35 {
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-b-gray-800\/40 {
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-b-gray-800\/45 {
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.border-b-gray-800\/5 {
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-b-gray-800\/50 {
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-b-gray-800\/55 {
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-b-gray-800\/60 {
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-b-gray-800\/65 {
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.border-b-gray-800\/70 {
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-b-gray-800\/75 {
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-b-gray-800\/80 {
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-b-gray-800\/85 {
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.border-b-gray-800\/90 {
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-b-gray-800\/95 {
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-b-gray-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-b-gray-900\/0 {
  border-bottom-color: rgb(17 24 39 / 0);
}
.border-b-gray-900\/10 {
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.border-b-gray-900\/100 {
  border-bottom-color: rgb(17 24 39 / 1);
}
.border-b-gray-900\/15 {
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.border-b-gray-900\/20 {
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.border-b-gray-900\/25 {
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.border-b-gray-900\/30 {
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.border-b-gray-900\/35 {
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-b-gray-900\/40 {
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-b-gray-900\/45 {
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.border-b-gray-900\/5 {
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.border-b-gray-900\/50 {
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.border-b-gray-900\/55 {
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-b-gray-900\/60 {
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-b-gray-900\/65 {
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.border-b-gray-900\/70 {
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.border-b-gray-900\/75 {
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.border-b-gray-900\/80 {
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.border-b-gray-900\/85 {
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.border-b-gray-900\/90 {
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.border-b-gray-900\/95 {
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.border-b-gray-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-b-gray-950\/0 {
  border-bottom-color: rgb(3 7 18 / 0);
}
.border-b-gray-950\/10 {
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.border-b-gray-950\/100 {
  border-bottom-color: rgb(3 7 18 / 1);
}
.border-b-gray-950\/15 {
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.border-b-gray-950\/20 {
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.border-b-gray-950\/25 {
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.border-b-gray-950\/30 {
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.border-b-gray-950\/35 {
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-b-gray-950\/40 {
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-b-gray-950\/45 {
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.border-b-gray-950\/5 {
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.border-b-gray-950\/50 {
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.border-b-gray-950\/55 {
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-b-gray-950\/60 {
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-b-gray-950\/65 {
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.border-b-gray-950\/70 {
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.border-b-gray-950\/75 {
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.border-b-gray-950\/80 {
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.border-b-gray-950\/85 {
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.border-b-gray-950\/90 {
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.border-b-gray-950\/95 {
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.border-b-green-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-b-green-100\/0 {
  border-bottom-color: rgb(220 252 231 / 0);
}
.border-b-green-100\/10 {
  border-bottom-color: rgb(220 252 231 / 0.1);
}
.border-b-green-100\/100 {
  border-bottom-color: rgb(220 252 231 / 1);
}
.border-b-green-100\/15 {
  border-bottom-color: rgb(220 252 231 / 0.15);
}
.border-b-green-100\/20 {
  border-bottom-color: rgb(220 252 231 / 0.2);
}
.border-b-green-100\/25 {
  border-bottom-color: rgb(220 252 231 / 0.25);
}
.border-b-green-100\/30 {
  border-bottom-color: rgb(220 252 231 / 0.3);
}
.border-b-green-100\/35 {
  border-bottom-color: rgb(220 252 231 / 0.35);
}
.border-b-green-100\/40 {
  border-bottom-color: rgb(220 252 231 / 0.4);
}
.border-b-green-100\/45 {
  border-bottom-color: rgb(220 252 231 / 0.45);
}
.border-b-green-100\/5 {
  border-bottom-color: rgb(220 252 231 / 0.05);
}
.border-b-green-100\/50 {
  border-bottom-color: rgb(220 252 231 / 0.5);
}
.border-b-green-100\/55 {
  border-bottom-color: rgb(220 252 231 / 0.55);
}
.border-b-green-100\/60 {
  border-bottom-color: rgb(220 252 231 / 0.6);
}
.border-b-green-100\/65 {
  border-bottom-color: rgb(220 252 231 / 0.65);
}
.border-b-green-100\/70 {
  border-bottom-color: rgb(220 252 231 / 0.7);
}
.border-b-green-100\/75 {
  border-bottom-color: rgb(220 252 231 / 0.75);
}
.border-b-green-100\/80 {
  border-bottom-color: rgb(220 252 231 / 0.8);
}
.border-b-green-100\/85 {
  border-bottom-color: rgb(220 252 231 / 0.85);
}
.border-b-green-100\/90 {
  border-bottom-color: rgb(220 252 231 / 0.9);
}
.border-b-green-100\/95 {
  border-bottom-color: rgb(220 252 231 / 0.95);
}
.border-b-green-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-b-green-200\/0 {
  border-bottom-color: rgb(187 247 208 / 0);
}
.border-b-green-200\/10 {
  border-bottom-color: rgb(187 247 208 / 0.1);
}
.border-b-green-200\/100 {
  border-bottom-color: rgb(187 247 208 / 1);
}
.border-b-green-200\/15 {
  border-bottom-color: rgb(187 247 208 / 0.15);
}
.border-b-green-200\/20 {
  border-bottom-color: rgb(187 247 208 / 0.2);
}
.border-b-green-200\/25 {
  border-bottom-color: rgb(187 247 208 / 0.25);
}
.border-b-green-200\/30 {
  border-bottom-color: rgb(187 247 208 / 0.3);
}
.border-b-green-200\/35 {
  border-bottom-color: rgb(187 247 208 / 0.35);
}
.border-b-green-200\/40 {
  border-bottom-color: rgb(187 247 208 / 0.4);
}
.border-b-green-200\/45 {
  border-bottom-color: rgb(187 247 208 / 0.45);
}
.border-b-green-200\/5 {
  border-bottom-color: rgb(187 247 208 / 0.05);
}
.border-b-green-200\/50 {
  border-bottom-color: rgb(187 247 208 / 0.5);
}
.border-b-green-200\/55 {
  border-bottom-color: rgb(187 247 208 / 0.55);
}
.border-b-green-200\/60 {
  border-bottom-color: rgb(187 247 208 / 0.6);
}
.border-b-green-200\/65 {
  border-bottom-color: rgb(187 247 208 / 0.65);
}
.border-b-green-200\/70 {
  border-bottom-color: rgb(187 247 208 / 0.7);
}
.border-b-green-200\/75 {
  border-bottom-color: rgb(187 247 208 / 0.75);
}
.border-b-green-200\/80 {
  border-bottom-color: rgb(187 247 208 / 0.8);
}
.border-b-green-200\/85 {
  border-bottom-color: rgb(187 247 208 / 0.85);
}
.border-b-green-200\/90 {
  border-bottom-color: rgb(187 247 208 / 0.9);
}
.border-b-green-200\/95 {
  border-bottom-color: rgb(187 247 208 / 0.95);
}
.border-b-green-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-b-green-300\/0 {
  border-bottom-color: rgb(134 239 172 / 0);
}
.border-b-green-300\/10 {
  border-bottom-color: rgb(134 239 172 / 0.1);
}
.border-b-green-300\/100 {
  border-bottom-color: rgb(134 239 172 / 1);
}
.border-b-green-300\/15 {
  border-bottom-color: rgb(134 239 172 / 0.15);
}
.border-b-green-300\/20 {
  border-bottom-color: rgb(134 239 172 / 0.2);
}
.border-b-green-300\/25 {
  border-bottom-color: rgb(134 239 172 / 0.25);
}
.border-b-green-300\/30 {
  border-bottom-color: rgb(134 239 172 / 0.3);
}
.border-b-green-300\/35 {
  border-bottom-color: rgb(134 239 172 / 0.35);
}
.border-b-green-300\/40 {
  border-bottom-color: rgb(134 239 172 / 0.4);
}
.border-b-green-300\/45 {
  border-bottom-color: rgb(134 239 172 / 0.45);
}
.border-b-green-300\/5 {
  border-bottom-color: rgb(134 239 172 / 0.05);
}
.border-b-green-300\/50 {
  border-bottom-color: rgb(134 239 172 / 0.5);
}
.border-b-green-300\/55 {
  border-bottom-color: rgb(134 239 172 / 0.55);
}
.border-b-green-300\/60 {
  border-bottom-color: rgb(134 239 172 / 0.6);
}
.border-b-green-300\/65 {
  border-bottom-color: rgb(134 239 172 / 0.65);
}
.border-b-green-300\/70 {
  border-bottom-color: rgb(134 239 172 / 0.7);
}
.border-b-green-300\/75 {
  border-bottom-color: rgb(134 239 172 / 0.75);
}
.border-b-green-300\/80 {
  border-bottom-color: rgb(134 239 172 / 0.8);
}
.border-b-green-300\/85 {
  border-bottom-color: rgb(134 239 172 / 0.85);
}
.border-b-green-300\/90 {
  border-bottom-color: rgb(134 239 172 / 0.9);
}
.border-b-green-300\/95 {
  border-bottom-color: rgb(134 239 172 / 0.95);
}
.border-b-green-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-b-green-400\/0 {
  border-bottom-color: rgb(74 222 128 / 0);
}
.border-b-green-400\/10 {
  border-bottom-color: rgb(74 222 128 / 0.1);
}
.border-b-green-400\/100 {
  border-bottom-color: rgb(74 222 128 / 1);
}
.border-b-green-400\/15 {
  border-bottom-color: rgb(74 222 128 / 0.15);
}
.border-b-green-400\/20 {
  border-bottom-color: rgb(74 222 128 / 0.2);
}
.border-b-green-400\/25 {
  border-bottom-color: rgb(74 222 128 / 0.25);
}
.border-b-green-400\/30 {
  border-bottom-color: rgb(74 222 128 / 0.3);
}
.border-b-green-400\/35 {
  border-bottom-color: rgb(74 222 128 / 0.35);
}
.border-b-green-400\/40 {
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.border-b-green-400\/45 {
  border-bottom-color: rgb(74 222 128 / 0.45);
}
.border-b-green-400\/5 {
  border-bottom-color: rgb(74 222 128 / 0.05);
}
.border-b-green-400\/50 {
  border-bottom-color: rgb(74 222 128 / 0.5);
}
.border-b-green-400\/55 {
  border-bottom-color: rgb(74 222 128 / 0.55);
}
.border-b-green-400\/60 {
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.border-b-green-400\/65 {
  border-bottom-color: rgb(74 222 128 / 0.65);
}
.border-b-green-400\/70 {
  border-bottom-color: rgb(74 222 128 / 0.7);
}
.border-b-green-400\/75 {
  border-bottom-color: rgb(74 222 128 / 0.75);
}
.border-b-green-400\/80 {
  border-bottom-color: rgb(74 222 128 / 0.8);
}
.border-b-green-400\/85 {
  border-bottom-color: rgb(74 222 128 / 0.85);
}
.border-b-green-400\/90 {
  border-bottom-color: rgb(74 222 128 / 0.9);
}
.border-b-green-400\/95 {
  border-bottom-color: rgb(74 222 128 / 0.95);
}
.border-b-green-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-b-green-50\/0 {
  border-bottom-color: rgb(240 253 244 / 0);
}
.border-b-green-50\/10 {
  border-bottom-color: rgb(240 253 244 / 0.1);
}
.border-b-green-50\/100 {
  border-bottom-color: rgb(240 253 244 / 1);
}
.border-b-green-50\/15 {
  border-bottom-color: rgb(240 253 244 / 0.15);
}
.border-b-green-50\/20 {
  border-bottom-color: rgb(240 253 244 / 0.2);
}
.border-b-green-50\/25 {
  border-bottom-color: rgb(240 253 244 / 0.25);
}
.border-b-green-50\/30 {
  border-bottom-color: rgb(240 253 244 / 0.3);
}
.border-b-green-50\/35 {
  border-bottom-color: rgb(240 253 244 / 0.35);
}
.border-b-green-50\/40 {
  border-bottom-color: rgb(240 253 244 / 0.4);
}
.border-b-green-50\/45 {
  border-bottom-color: rgb(240 253 244 / 0.45);
}
.border-b-green-50\/5 {
  border-bottom-color: rgb(240 253 244 / 0.05);
}
.border-b-green-50\/50 {
  border-bottom-color: rgb(240 253 244 / 0.5);
}
.border-b-green-50\/55 {
  border-bottom-color: rgb(240 253 244 / 0.55);
}
.border-b-green-50\/60 {
  border-bottom-color: rgb(240 253 244 / 0.6);
}
.border-b-green-50\/65 {
  border-bottom-color: rgb(240 253 244 / 0.65);
}
.border-b-green-50\/70 {
  border-bottom-color: rgb(240 253 244 / 0.7);
}
.border-b-green-50\/75 {
  border-bottom-color: rgb(240 253 244 / 0.75);
}
.border-b-green-50\/80 {
  border-bottom-color: rgb(240 253 244 / 0.8);
}
.border-b-green-50\/85 {
  border-bottom-color: rgb(240 253 244 / 0.85);
}
.border-b-green-50\/90 {
  border-bottom-color: rgb(240 253 244 / 0.9);
}
.border-b-green-50\/95 {
  border-bottom-color: rgb(240 253 244 / 0.95);
}
.border-b-green-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-b-green-500\/0 {
  border-bottom-color: rgb(34 197 94 / 0);
}
.border-b-green-500\/10 {
  border-bottom-color: rgb(34 197 94 / 0.1);
}
.border-b-green-500\/100 {
  border-bottom-color: rgb(34 197 94 / 1);
}
.border-b-green-500\/15 {
  border-bottom-color: rgb(34 197 94 / 0.15);
}
.border-b-green-500\/20 {
  border-bottom-color: rgb(34 197 94 / 0.2);
}
.border-b-green-500\/25 {
  border-bottom-color: rgb(34 197 94 / 0.25);
}
.border-b-green-500\/30 {
  border-bottom-color: rgb(34 197 94 / 0.3);
}
.border-b-green-500\/35 {
  border-bottom-color: rgb(34 197 94 / 0.35);
}
.border-b-green-500\/40 {
  border-bottom-color: rgb(34 197 94 / 0.4);
}
.border-b-green-500\/45 {
  border-bottom-color: rgb(34 197 94 / 0.45);
}
.border-b-green-500\/5 {
  border-bottom-color: rgb(34 197 94 / 0.05);
}
.border-b-green-500\/50 {
  border-bottom-color: rgb(34 197 94 / 0.5);
}
.border-b-green-500\/55 {
  border-bottom-color: rgb(34 197 94 / 0.55);
}
.border-b-green-500\/60 {
  border-bottom-color: rgb(34 197 94 / 0.6);
}
.border-b-green-500\/65 {
  border-bottom-color: rgb(34 197 94 / 0.65);
}
.border-b-green-500\/70 {
  border-bottom-color: rgb(34 197 94 / 0.7);
}
.border-b-green-500\/75 {
  border-bottom-color: rgb(34 197 94 / 0.75);
}
.border-b-green-500\/80 {
  border-bottom-color: rgb(34 197 94 / 0.8);
}
.border-b-green-500\/85 {
  border-bottom-color: rgb(34 197 94 / 0.85);
}
.border-b-green-500\/90 {
  border-bottom-color: rgb(34 197 94 / 0.9);
}
.border-b-green-500\/95 {
  border-bottom-color: rgb(34 197 94 / 0.95);
}
.border-b-green-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-b-green-600\/0 {
  border-bottom-color: rgb(22 163 74 / 0);
}
.border-b-green-600\/10 {
  border-bottom-color: rgb(22 163 74 / 0.1);
}
.border-b-green-600\/100 {
  border-bottom-color: rgb(22 163 74 / 1);
}
.border-b-green-600\/15 {
  border-bottom-color: rgb(22 163 74 / 0.15);
}
.border-b-green-600\/20 {
  border-bottom-color: rgb(22 163 74 / 0.2);
}
.border-b-green-600\/25 {
  border-bottom-color: rgb(22 163 74 / 0.25);
}
.border-b-green-600\/30 {
  border-bottom-color: rgb(22 163 74 / 0.3);
}
.border-b-green-600\/35 {
  border-bottom-color: rgb(22 163 74 / 0.35);
}
.border-b-green-600\/40 {
  border-bottom-color: rgb(22 163 74 / 0.4);
}
.border-b-green-600\/45 {
  border-bottom-color: rgb(22 163 74 / 0.45);
}
.border-b-green-600\/5 {
  border-bottom-color: rgb(22 163 74 / 0.05);
}
.border-b-green-600\/50 {
  border-bottom-color: rgb(22 163 74 / 0.5);
}
.border-b-green-600\/55 {
  border-bottom-color: rgb(22 163 74 / 0.55);
}
.border-b-green-600\/60 {
  border-bottom-color: rgb(22 163 74 / 0.6);
}
.border-b-green-600\/65 {
  border-bottom-color: rgb(22 163 74 / 0.65);
}
.border-b-green-600\/70 {
  border-bottom-color: rgb(22 163 74 / 0.7);
}
.border-b-green-600\/75 {
  border-bottom-color: rgb(22 163 74 / 0.75);
}
.border-b-green-600\/80 {
  border-bottom-color: rgb(22 163 74 / 0.8);
}
.border-b-green-600\/85 {
  border-bottom-color: rgb(22 163 74 / 0.85);
}
.border-b-green-600\/90 {
  border-bottom-color: rgb(22 163 74 / 0.9);
}
.border-b-green-600\/95 {
  border-bottom-color: rgb(22 163 74 / 0.95);
}
.border-b-green-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-b-green-700\/0 {
  border-bottom-color: rgb(21 128 61 / 0);
}
.border-b-green-700\/10 {
  border-bottom-color: rgb(21 128 61 / 0.1);
}
.border-b-green-700\/100 {
  border-bottom-color: rgb(21 128 61 / 1);
}
.border-b-green-700\/15 {
  border-bottom-color: rgb(21 128 61 / 0.15);
}
.border-b-green-700\/20 {
  border-bottom-color: rgb(21 128 61 / 0.2);
}
.border-b-green-700\/25 {
  border-bottom-color: rgb(21 128 61 / 0.25);
}
.border-b-green-700\/30 {
  border-bottom-color: rgb(21 128 61 / 0.3);
}
.border-b-green-700\/35 {
  border-bottom-color: rgb(21 128 61 / 0.35);
}
.border-b-green-700\/40 {
  border-bottom-color: rgb(21 128 61 / 0.4);
}
.border-b-green-700\/45 {
  border-bottom-color: rgb(21 128 61 / 0.45);
}
.border-b-green-700\/5 {
  border-bottom-color: rgb(21 128 61 / 0.05);
}
.border-b-green-700\/50 {
  border-bottom-color: rgb(21 128 61 / 0.5);
}
.border-b-green-700\/55 {
  border-bottom-color: rgb(21 128 61 / 0.55);
}
.border-b-green-700\/60 {
  border-bottom-color: rgb(21 128 61 / 0.6);
}
.border-b-green-700\/65 {
  border-bottom-color: rgb(21 128 61 / 0.65);
}
.border-b-green-700\/70 {
  border-bottom-color: rgb(21 128 61 / 0.7);
}
.border-b-green-700\/75 {
  border-bottom-color: rgb(21 128 61 / 0.75);
}
.border-b-green-700\/80 {
  border-bottom-color: rgb(21 128 61 / 0.8);
}
.border-b-green-700\/85 {
  border-bottom-color: rgb(21 128 61 / 0.85);
}
.border-b-green-700\/90 {
  border-bottom-color: rgb(21 128 61 / 0.9);
}
.border-b-green-700\/95 {
  border-bottom-color: rgb(21 128 61 / 0.95);
}
.border-b-green-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-b-green-800\/0 {
  border-bottom-color: rgb(22 101 52 / 0);
}
.border-b-green-800\/10 {
  border-bottom-color: rgb(22 101 52 / 0.1);
}
.border-b-green-800\/100 {
  border-bottom-color: rgb(22 101 52 / 1);
}
.border-b-green-800\/15 {
  border-bottom-color: rgb(22 101 52 / 0.15);
}
.border-b-green-800\/20 {
  border-bottom-color: rgb(22 101 52 / 0.2);
}
.border-b-green-800\/25 {
  border-bottom-color: rgb(22 101 52 / 0.25);
}
.border-b-green-800\/30 {
  border-bottom-color: rgb(22 101 52 / 0.3);
}
.border-b-green-800\/35 {
  border-bottom-color: rgb(22 101 52 / 0.35);
}
.border-b-green-800\/40 {
  border-bottom-color: rgb(22 101 52 / 0.4);
}
.border-b-green-800\/45 {
  border-bottom-color: rgb(22 101 52 / 0.45);
}
.border-b-green-800\/5 {
  border-bottom-color: rgb(22 101 52 / 0.05);
}
.border-b-green-800\/50 {
  border-bottom-color: rgb(22 101 52 / 0.5);
}
.border-b-green-800\/55 {
  border-bottom-color: rgb(22 101 52 / 0.55);
}
.border-b-green-800\/60 {
  border-bottom-color: rgb(22 101 52 / 0.6);
}
.border-b-green-800\/65 {
  border-bottom-color: rgb(22 101 52 / 0.65);
}
.border-b-green-800\/70 {
  border-bottom-color: rgb(22 101 52 / 0.7);
}
.border-b-green-800\/75 {
  border-bottom-color: rgb(22 101 52 / 0.75);
}
.border-b-green-800\/80 {
  border-bottom-color: rgb(22 101 52 / 0.8);
}
.border-b-green-800\/85 {
  border-bottom-color: rgb(22 101 52 / 0.85);
}
.border-b-green-800\/90 {
  border-bottom-color: rgb(22 101 52 / 0.9);
}
.border-b-green-800\/95 {
  border-bottom-color: rgb(22 101 52 / 0.95);
}
.border-b-green-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-b-green-900\/0 {
  border-bottom-color: rgb(20 83 45 / 0);
}
.border-b-green-900\/10 {
  border-bottom-color: rgb(20 83 45 / 0.1);
}
.border-b-green-900\/100 {
  border-bottom-color: rgb(20 83 45 / 1);
}
.border-b-green-900\/15 {
  border-bottom-color: rgb(20 83 45 / 0.15);
}
.border-b-green-900\/20 {
  border-bottom-color: rgb(20 83 45 / 0.2);
}
.border-b-green-900\/25 {
  border-bottom-color: rgb(20 83 45 / 0.25);
}
.border-b-green-900\/30 {
  border-bottom-color: rgb(20 83 45 / 0.3);
}
.border-b-green-900\/35 {
  border-bottom-color: rgb(20 83 45 / 0.35);
}
.border-b-green-900\/40 {
  border-bottom-color: rgb(20 83 45 / 0.4);
}
.border-b-green-900\/45 {
  border-bottom-color: rgb(20 83 45 / 0.45);
}
.border-b-green-900\/5 {
  border-bottom-color: rgb(20 83 45 / 0.05);
}
.border-b-green-900\/50 {
  border-bottom-color: rgb(20 83 45 / 0.5);
}
.border-b-green-900\/55 {
  border-bottom-color: rgb(20 83 45 / 0.55);
}
.border-b-green-900\/60 {
  border-bottom-color: rgb(20 83 45 / 0.6);
}
.border-b-green-900\/65 {
  border-bottom-color: rgb(20 83 45 / 0.65);
}
.border-b-green-900\/70 {
  border-bottom-color: rgb(20 83 45 / 0.7);
}
.border-b-green-900\/75 {
  border-bottom-color: rgb(20 83 45 / 0.75);
}
.border-b-green-900\/80 {
  border-bottom-color: rgb(20 83 45 / 0.8);
}
.border-b-green-900\/85 {
  border-bottom-color: rgb(20 83 45 / 0.85);
}
.border-b-green-900\/90 {
  border-bottom-color: rgb(20 83 45 / 0.9);
}
.border-b-green-900\/95 {
  border-bottom-color: rgb(20 83 45 / 0.95);
}
.border-b-green-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-b-green-950\/0 {
  border-bottom-color: rgb(5 46 22 / 0);
}
.border-b-green-950\/10 {
  border-bottom-color: rgb(5 46 22 / 0.1);
}
.border-b-green-950\/100 {
  border-bottom-color: rgb(5 46 22 / 1);
}
.border-b-green-950\/15 {
  border-bottom-color: rgb(5 46 22 / 0.15);
}
.border-b-green-950\/20 {
  border-bottom-color: rgb(5 46 22 / 0.2);
}
.border-b-green-950\/25 {
  border-bottom-color: rgb(5 46 22 / 0.25);
}
.border-b-green-950\/30 {
  border-bottom-color: rgb(5 46 22 / 0.3);
}
.border-b-green-950\/35 {
  border-bottom-color: rgb(5 46 22 / 0.35);
}
.border-b-green-950\/40 {
  border-bottom-color: rgb(5 46 22 / 0.4);
}
.border-b-green-950\/45 {
  border-bottom-color: rgb(5 46 22 / 0.45);
}
.border-b-green-950\/5 {
  border-bottom-color: rgb(5 46 22 / 0.05);
}
.border-b-green-950\/50 {
  border-bottom-color: rgb(5 46 22 / 0.5);
}
.border-b-green-950\/55 {
  border-bottom-color: rgb(5 46 22 / 0.55);
}
.border-b-green-950\/60 {
  border-bottom-color: rgb(5 46 22 / 0.6);
}
.border-b-green-950\/65 {
  border-bottom-color: rgb(5 46 22 / 0.65);
}
.border-b-green-950\/70 {
  border-bottom-color: rgb(5 46 22 / 0.7);
}
.border-b-green-950\/75 {
  border-bottom-color: rgb(5 46 22 / 0.75);
}
.border-b-green-950\/80 {
  border-bottom-color: rgb(5 46 22 / 0.8);
}
.border-b-green-950\/85 {
  border-bottom-color: rgb(5 46 22 / 0.85);
}
.border-b-green-950\/90 {
  border-bottom-color: rgb(5 46 22 / 0.9);
}
.border-b-green-950\/95 {
  border-bottom-color: rgb(5 46 22 / 0.95);
}
.border-b-indigo-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-100\/0 {
  border-bottom-color: rgb(224 231 255 / 0);
}
.border-b-indigo-100\/10 {
  border-bottom-color: rgb(224 231 255 / 0.1);
}
.border-b-indigo-100\/100 {
  border-bottom-color: rgb(224 231 255 / 1);
}
.border-b-indigo-100\/15 {
  border-bottom-color: rgb(224 231 255 / 0.15);
}
.border-b-indigo-100\/20 {
  border-bottom-color: rgb(224 231 255 / 0.2);
}
.border-b-indigo-100\/25 {
  border-bottom-color: rgb(224 231 255 / 0.25);
}
.border-b-indigo-100\/30 {
  border-bottom-color: rgb(224 231 255 / 0.3);
}
.border-b-indigo-100\/35 {
  border-bottom-color: rgb(224 231 255 / 0.35);
}
.border-b-indigo-100\/40 {
  border-bottom-color: rgb(224 231 255 / 0.4);
}
.border-b-indigo-100\/45 {
  border-bottom-color: rgb(224 231 255 / 0.45);
}
.border-b-indigo-100\/5 {
  border-bottom-color: rgb(224 231 255 / 0.05);
}
.border-b-indigo-100\/50 {
  border-bottom-color: rgb(224 231 255 / 0.5);
}
.border-b-indigo-100\/55 {
  border-bottom-color: rgb(224 231 255 / 0.55);
}
.border-b-indigo-100\/60 {
  border-bottom-color: rgb(224 231 255 / 0.6);
}
.border-b-indigo-100\/65 {
  border-bottom-color: rgb(224 231 255 / 0.65);
}
.border-b-indigo-100\/70 {
  border-bottom-color: rgb(224 231 255 / 0.7);
}
.border-b-indigo-100\/75 {
  border-bottom-color: rgb(224 231 255 / 0.75);
}
.border-b-indigo-100\/80 {
  border-bottom-color: rgb(224 231 255 / 0.8);
}
.border-b-indigo-100\/85 {
  border-bottom-color: rgb(224 231 255 / 0.85);
}
.border-b-indigo-100\/90 {
  border-bottom-color: rgb(224 231 255 / 0.9);
}
.border-b-indigo-100\/95 {
  border-bottom-color: rgb(224 231 255 / 0.95);
}
.border-b-indigo-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-b-indigo-200\/0 {
  border-bottom-color: rgb(199 210 254 / 0);
}
.border-b-indigo-200\/10 {
  border-bottom-color: rgb(199 210 254 / 0.1);
}
.border-b-indigo-200\/100 {
  border-bottom-color: rgb(199 210 254 / 1);
}
.border-b-indigo-200\/15 {
  border-bottom-color: rgb(199 210 254 / 0.15);
}
.border-b-indigo-200\/20 {
  border-bottom-color: rgb(199 210 254 / 0.2);
}
.border-b-indigo-200\/25 {
  border-bottom-color: rgb(199 210 254 / 0.25);
}
.border-b-indigo-200\/30 {
  border-bottom-color: rgb(199 210 254 / 0.3);
}
.border-b-indigo-200\/35 {
  border-bottom-color: rgb(199 210 254 / 0.35);
}
.border-b-indigo-200\/40 {
  border-bottom-color: rgb(199 210 254 / 0.4);
}
.border-b-indigo-200\/45 {
  border-bottom-color: rgb(199 210 254 / 0.45);
}
.border-b-indigo-200\/5 {
  border-bottom-color: rgb(199 210 254 / 0.05);
}
.border-b-indigo-200\/50 {
  border-bottom-color: rgb(199 210 254 / 0.5);
}
.border-b-indigo-200\/55 {
  border-bottom-color: rgb(199 210 254 / 0.55);
}
.border-b-indigo-200\/60 {
  border-bottom-color: rgb(199 210 254 / 0.6);
}
.border-b-indigo-200\/65 {
  border-bottom-color: rgb(199 210 254 / 0.65);
}
.border-b-indigo-200\/70 {
  border-bottom-color: rgb(199 210 254 / 0.7);
}
.border-b-indigo-200\/75 {
  border-bottom-color: rgb(199 210 254 / 0.75);
}
.border-b-indigo-200\/80 {
  border-bottom-color: rgb(199 210 254 / 0.8);
}
.border-b-indigo-200\/85 {
  border-bottom-color: rgb(199 210 254 / 0.85);
}
.border-b-indigo-200\/90 {
  border-bottom-color: rgb(199 210 254 / 0.9);
}
.border-b-indigo-200\/95 {
  border-bottom-color: rgb(199 210 254 / 0.95);
}
.border-b-indigo-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-b-indigo-300\/0 {
  border-bottom-color: rgb(165 180 252 / 0);
}
.border-b-indigo-300\/10 {
  border-bottom-color: rgb(165 180 252 / 0.1);
}
.border-b-indigo-300\/100 {
  border-bottom-color: rgb(165 180 252 / 1);
}
.border-b-indigo-300\/15 {
  border-bottom-color: rgb(165 180 252 / 0.15);
}
.border-b-indigo-300\/20 {
  border-bottom-color: rgb(165 180 252 / 0.2);
}
.border-b-indigo-300\/25 {
  border-bottom-color: rgb(165 180 252 / 0.25);
}
.border-b-indigo-300\/30 {
  border-bottom-color: rgb(165 180 252 / 0.3);
}
.border-b-indigo-300\/35 {
  border-bottom-color: rgb(165 180 252 / 0.35);
}
.border-b-indigo-300\/40 {
  border-bottom-color: rgb(165 180 252 / 0.4);
}
.border-b-indigo-300\/45 {
  border-bottom-color: rgb(165 180 252 / 0.45);
}
.border-b-indigo-300\/5 {
  border-bottom-color: rgb(165 180 252 / 0.05);
}
.border-b-indigo-300\/50 {
  border-bottom-color: rgb(165 180 252 / 0.5);
}
.border-b-indigo-300\/55 {
  border-bottom-color: rgb(165 180 252 / 0.55);
}
.border-b-indigo-300\/60 {
  border-bottom-color: rgb(165 180 252 / 0.6);
}
.border-b-indigo-300\/65 {
  border-bottom-color: rgb(165 180 252 / 0.65);
}
.border-b-indigo-300\/70 {
  border-bottom-color: rgb(165 180 252 / 0.7);
}
.border-b-indigo-300\/75 {
  border-bottom-color: rgb(165 180 252 / 0.75);
}
.border-b-indigo-300\/80 {
  border-bottom-color: rgb(165 180 252 / 0.8);
}
.border-b-indigo-300\/85 {
  border-bottom-color: rgb(165 180 252 / 0.85);
}
.border-b-indigo-300\/90 {
  border-bottom-color: rgb(165 180 252 / 0.9);
}
.border-b-indigo-300\/95 {
  border-bottom-color: rgb(165 180 252 / 0.95);
}
.border-b-indigo-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-b-indigo-400\/0 {
  border-bottom-color: rgb(129 140 248 / 0);
}
.border-b-indigo-400\/10 {
  border-bottom-color: rgb(129 140 248 / 0.1);
}
.border-b-indigo-400\/100 {
  border-bottom-color: rgb(129 140 248 / 1);
}
.border-b-indigo-400\/15 {
  border-bottom-color: rgb(129 140 248 / 0.15);
}
.border-b-indigo-400\/20 {
  border-bottom-color: rgb(129 140 248 / 0.2);
}
.border-b-indigo-400\/25 {
  border-bottom-color: rgb(129 140 248 / 0.25);
}
.border-b-indigo-400\/30 {
  border-bottom-color: rgb(129 140 248 / 0.3);
}
.border-b-indigo-400\/35 {
  border-bottom-color: rgb(129 140 248 / 0.35);
}
.border-b-indigo-400\/40 {
  border-bottom-color: rgb(129 140 248 / 0.4);
}
.border-b-indigo-400\/45 {
  border-bottom-color: rgb(129 140 248 / 0.45);
}
.border-b-indigo-400\/5 {
  border-bottom-color: rgb(129 140 248 / 0.05);
}
.border-b-indigo-400\/50 {
  border-bottom-color: rgb(129 140 248 / 0.5);
}
.border-b-indigo-400\/55 {
  border-bottom-color: rgb(129 140 248 / 0.55);
}
.border-b-indigo-400\/60 {
  border-bottom-color: rgb(129 140 248 / 0.6);
}
.border-b-indigo-400\/65 {
  border-bottom-color: rgb(129 140 248 / 0.65);
}
.border-b-indigo-400\/70 {
  border-bottom-color: rgb(129 140 248 / 0.7);
}
.border-b-indigo-400\/75 {
  border-bottom-color: rgb(129 140 248 / 0.75);
}
.border-b-indigo-400\/80 {
  border-bottom-color: rgb(129 140 248 / 0.8);
}
.border-b-indigo-400\/85 {
  border-bottom-color: rgb(129 140 248 / 0.85);
}
.border-b-indigo-400\/90 {
  border-bottom-color: rgb(129 140 248 / 0.9);
}
.border-b-indigo-400\/95 {
  border-bottom-color: rgb(129 140 248 / 0.95);
}
.border-b-indigo-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-50\/0 {
  border-bottom-color: rgb(238 242 255 / 0);
}
.border-b-indigo-50\/10 {
  border-bottom-color: rgb(238 242 255 / 0.1);
}
.border-b-indigo-50\/100 {
  border-bottom-color: rgb(238 242 255 / 1);
}
.border-b-indigo-50\/15 {
  border-bottom-color: rgb(238 242 255 / 0.15);
}
.border-b-indigo-50\/20 {
  border-bottom-color: rgb(238 242 255 / 0.2);
}
.border-b-indigo-50\/25 {
  border-bottom-color: rgb(238 242 255 / 0.25);
}
.border-b-indigo-50\/30 {
  border-bottom-color: rgb(238 242 255 / 0.3);
}
.border-b-indigo-50\/35 {
  border-bottom-color: rgb(238 242 255 / 0.35);
}
.border-b-indigo-50\/40 {
  border-bottom-color: rgb(238 242 255 / 0.4);
}
.border-b-indigo-50\/45 {
  border-bottom-color: rgb(238 242 255 / 0.45);
}
.border-b-indigo-50\/5 {
  border-bottom-color: rgb(238 242 255 / 0.05);
}
.border-b-indigo-50\/50 {
  border-bottom-color: rgb(238 242 255 / 0.5);
}
.border-b-indigo-50\/55 {
  border-bottom-color: rgb(238 242 255 / 0.55);
}
.border-b-indigo-50\/60 {
  border-bottom-color: rgb(238 242 255 / 0.6);
}
.border-b-indigo-50\/65 {
  border-bottom-color: rgb(238 242 255 / 0.65);
}
.border-b-indigo-50\/70 {
  border-bottom-color: rgb(238 242 255 / 0.7);
}
.border-b-indigo-50\/75 {
  border-bottom-color: rgb(238 242 255 / 0.75);
}
.border-b-indigo-50\/80 {
  border-bottom-color: rgb(238 242 255 / 0.8);
}
.border-b-indigo-50\/85 {
  border-bottom-color: rgb(238 242 255 / 0.85);
}
.border-b-indigo-50\/90 {
  border-bottom-color: rgb(238 242 255 / 0.9);
}
.border-b-indigo-50\/95 {
  border-bottom-color: rgb(238 242 255 / 0.95);
}
.border-b-indigo-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-b-indigo-500\/0 {
  border-bottom-color: rgb(99 102 241 / 0);
}
.border-b-indigo-500\/10 {
  border-bottom-color: rgb(99 102 241 / 0.1);
}
.border-b-indigo-500\/100 {
  border-bottom-color: rgb(99 102 241 / 1);
}
.border-b-indigo-500\/15 {
  border-bottom-color: rgb(99 102 241 / 0.15);
}
.border-b-indigo-500\/20 {
  border-bottom-color: rgb(99 102 241 / 0.2);
}
.border-b-indigo-500\/25 {
  border-bottom-color: rgb(99 102 241 / 0.25);
}
.border-b-indigo-500\/30 {
  border-bottom-color: rgb(99 102 241 / 0.3);
}
.border-b-indigo-500\/35 {
  border-bottom-color: rgb(99 102 241 / 0.35);
}
.border-b-indigo-500\/40 {
  border-bottom-color: rgb(99 102 241 / 0.4);
}
.border-b-indigo-500\/45 {
  border-bottom-color: rgb(99 102 241 / 0.45);
}
.border-b-indigo-500\/5 {
  border-bottom-color: rgb(99 102 241 / 0.05);
}
.border-b-indigo-500\/50 {
  border-bottom-color: rgb(99 102 241 / 0.5);
}
.border-b-indigo-500\/55 {
  border-bottom-color: rgb(99 102 241 / 0.55);
}
.border-b-indigo-500\/60 {
  border-bottom-color: rgb(99 102 241 / 0.6);
}
.border-b-indigo-500\/65 {
  border-bottom-color: rgb(99 102 241 / 0.65);
}
.border-b-indigo-500\/70 {
  border-bottom-color: rgb(99 102 241 / 0.7);
}
.border-b-indigo-500\/75 {
  border-bottom-color: rgb(99 102 241 / 0.75);
}
.border-b-indigo-500\/80 {
  border-bottom-color: rgb(99 102 241 / 0.8);
}
.border-b-indigo-500\/85 {
  border-bottom-color: rgb(99 102 241 / 0.85);
}
.border-b-indigo-500\/90 {
  border-bottom-color: rgb(99 102 241 / 0.9);
}
.border-b-indigo-500\/95 {
  border-bottom-color: rgb(99 102 241 / 0.95);
}
.border-b-indigo-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-b-indigo-600\/0 {
  border-bottom-color: rgb(79 70 229 / 0);
}
.border-b-indigo-600\/10 {
  border-bottom-color: rgb(79 70 229 / 0.1);
}
.border-b-indigo-600\/100 {
  border-bottom-color: rgb(79 70 229 / 1);
}
.border-b-indigo-600\/15 {
  border-bottom-color: rgb(79 70 229 / 0.15);
}
.border-b-indigo-600\/20 {
  border-bottom-color: rgb(79 70 229 / 0.2);
}
.border-b-indigo-600\/25 {
  border-bottom-color: rgb(79 70 229 / 0.25);
}
.border-b-indigo-600\/30 {
  border-bottom-color: rgb(79 70 229 / 0.3);
}
.border-b-indigo-600\/35 {
  border-bottom-color: rgb(79 70 229 / 0.35);
}
.border-b-indigo-600\/40 {
  border-bottom-color: rgb(79 70 229 / 0.4);
}
.border-b-indigo-600\/45 {
  border-bottom-color: rgb(79 70 229 / 0.45);
}
.border-b-indigo-600\/5 {
  border-bottom-color: rgb(79 70 229 / 0.05);
}
.border-b-indigo-600\/50 {
  border-bottom-color: rgb(79 70 229 / 0.5);
}
.border-b-indigo-600\/55 {
  border-bottom-color: rgb(79 70 229 / 0.55);
}
.border-b-indigo-600\/60 {
  border-bottom-color: rgb(79 70 229 / 0.6);
}
.border-b-indigo-600\/65 {
  border-bottom-color: rgb(79 70 229 / 0.65);
}
.border-b-indigo-600\/70 {
  border-bottom-color: rgb(79 70 229 / 0.7);
}
.border-b-indigo-600\/75 {
  border-bottom-color: rgb(79 70 229 / 0.75);
}
.border-b-indigo-600\/80 {
  border-bottom-color: rgb(79 70 229 / 0.8);
}
.border-b-indigo-600\/85 {
  border-bottom-color: rgb(79 70 229 / 0.85);
}
.border-b-indigo-600\/90 {
  border-bottom-color: rgb(79 70 229 / 0.9);
}
.border-b-indigo-600\/95 {
  border-bottom-color: rgb(79 70 229 / 0.95);
}
.border-b-indigo-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-b-indigo-700\/0 {
  border-bottom-color: rgb(67 56 202 / 0);
}
.border-b-indigo-700\/10 {
  border-bottom-color: rgb(67 56 202 / 0.1);
}
.border-b-indigo-700\/100 {
  border-bottom-color: rgb(67 56 202 / 1);
}
.border-b-indigo-700\/15 {
  border-bottom-color: rgb(67 56 202 / 0.15);
}
.border-b-indigo-700\/20 {
  border-bottom-color: rgb(67 56 202 / 0.2);
}
.border-b-indigo-700\/25 {
  border-bottom-color: rgb(67 56 202 / 0.25);
}
.border-b-indigo-700\/30 {
  border-bottom-color: rgb(67 56 202 / 0.3);
}
.border-b-indigo-700\/35 {
  border-bottom-color: rgb(67 56 202 / 0.35);
}
.border-b-indigo-700\/40 {
  border-bottom-color: rgb(67 56 202 / 0.4);
}
.border-b-indigo-700\/45 {
  border-bottom-color: rgb(67 56 202 / 0.45);
}
.border-b-indigo-700\/5 {
  border-bottom-color: rgb(67 56 202 / 0.05);
}
.border-b-indigo-700\/50 {
  border-bottom-color: rgb(67 56 202 / 0.5);
}
.border-b-indigo-700\/55 {
  border-bottom-color: rgb(67 56 202 / 0.55);
}
.border-b-indigo-700\/60 {
  border-bottom-color: rgb(67 56 202 / 0.6);
}
.border-b-indigo-700\/65 {
  border-bottom-color: rgb(67 56 202 / 0.65);
}
.border-b-indigo-700\/70 {
  border-bottom-color: rgb(67 56 202 / 0.7);
}
.border-b-indigo-700\/75 {
  border-bottom-color: rgb(67 56 202 / 0.75);
}
.border-b-indigo-700\/80 {
  border-bottom-color: rgb(67 56 202 / 0.8);
}
.border-b-indigo-700\/85 {
  border-bottom-color: rgb(67 56 202 / 0.85);
}
.border-b-indigo-700\/90 {
  border-bottom-color: rgb(67 56 202 / 0.9);
}
.border-b-indigo-700\/95 {
  border-bottom-color: rgb(67 56 202 / 0.95);
}
.border-b-indigo-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-b-indigo-800\/0 {
  border-bottom-color: rgb(55 48 163 / 0);
}
.border-b-indigo-800\/10 {
  border-bottom-color: rgb(55 48 163 / 0.1);
}
.border-b-indigo-800\/100 {
  border-bottom-color: rgb(55 48 163 / 1);
}
.border-b-indigo-800\/15 {
  border-bottom-color: rgb(55 48 163 / 0.15);
}
.border-b-indigo-800\/20 {
  border-bottom-color: rgb(55 48 163 / 0.2);
}
.border-b-indigo-800\/25 {
  border-bottom-color: rgb(55 48 163 / 0.25);
}
.border-b-indigo-800\/30 {
  border-bottom-color: rgb(55 48 163 / 0.3);
}
.border-b-indigo-800\/35 {
  border-bottom-color: rgb(55 48 163 / 0.35);
}
.border-b-indigo-800\/40 {
  border-bottom-color: rgb(55 48 163 / 0.4);
}
.border-b-indigo-800\/45 {
  border-bottom-color: rgb(55 48 163 / 0.45);
}
.border-b-indigo-800\/5 {
  border-bottom-color: rgb(55 48 163 / 0.05);
}
.border-b-indigo-800\/50 {
  border-bottom-color: rgb(55 48 163 / 0.5);
}
.border-b-indigo-800\/55 {
  border-bottom-color: rgb(55 48 163 / 0.55);
}
.border-b-indigo-800\/60 {
  border-bottom-color: rgb(55 48 163 / 0.6);
}
.border-b-indigo-800\/65 {
  border-bottom-color: rgb(55 48 163 / 0.65);
}
.border-b-indigo-800\/70 {
  border-bottom-color: rgb(55 48 163 / 0.7);
}
.border-b-indigo-800\/75 {
  border-bottom-color: rgb(55 48 163 / 0.75);
}
.border-b-indigo-800\/80 {
  border-bottom-color: rgb(55 48 163 / 0.8);
}
.border-b-indigo-800\/85 {
  border-bottom-color: rgb(55 48 163 / 0.85);
}
.border-b-indigo-800\/90 {
  border-bottom-color: rgb(55 48 163 / 0.9);
}
.border-b-indigo-800\/95 {
  border-bottom-color: rgb(55 48 163 / 0.95);
}
.border-b-indigo-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-b-indigo-900\/0 {
  border-bottom-color: rgb(49 46 129 / 0);
}
.border-b-indigo-900\/10 {
  border-bottom-color: rgb(49 46 129 / 0.1);
}
.border-b-indigo-900\/100 {
  border-bottom-color: rgb(49 46 129 / 1);
}
.border-b-indigo-900\/15 {
  border-bottom-color: rgb(49 46 129 / 0.15);
}
.border-b-indigo-900\/20 {
  border-bottom-color: rgb(49 46 129 / 0.2);
}
.border-b-indigo-900\/25 {
  border-bottom-color: rgb(49 46 129 / 0.25);
}
.border-b-indigo-900\/30 {
  border-bottom-color: rgb(49 46 129 / 0.3);
}
.border-b-indigo-900\/35 {
  border-bottom-color: rgb(49 46 129 / 0.35);
}
.border-b-indigo-900\/40 {
  border-bottom-color: rgb(49 46 129 / 0.4);
}
.border-b-indigo-900\/45 {
  border-bottom-color: rgb(49 46 129 / 0.45);
}
.border-b-indigo-900\/5 {
  border-bottom-color: rgb(49 46 129 / 0.05);
}
.border-b-indigo-900\/50 {
  border-bottom-color: rgb(49 46 129 / 0.5);
}
.border-b-indigo-900\/55 {
  border-bottom-color: rgb(49 46 129 / 0.55);
}
.border-b-indigo-900\/60 {
  border-bottom-color: rgb(49 46 129 / 0.6);
}
.border-b-indigo-900\/65 {
  border-bottom-color: rgb(49 46 129 / 0.65);
}
.border-b-indigo-900\/70 {
  border-bottom-color: rgb(49 46 129 / 0.7);
}
.border-b-indigo-900\/75 {
  border-bottom-color: rgb(49 46 129 / 0.75);
}
.border-b-indigo-900\/80 {
  border-bottom-color: rgb(49 46 129 / 0.8);
}
.border-b-indigo-900\/85 {
  border-bottom-color: rgb(49 46 129 / 0.85);
}
.border-b-indigo-900\/90 {
  border-bottom-color: rgb(49 46 129 / 0.9);
}
.border-b-indigo-900\/95 {
  border-bottom-color: rgb(49 46 129 / 0.95);
}
.border-b-indigo-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-b-indigo-950\/0 {
  border-bottom-color: rgb(30 27 75 / 0);
}
.border-b-indigo-950\/10 {
  border-bottom-color: rgb(30 27 75 / 0.1);
}
.border-b-indigo-950\/100 {
  border-bottom-color: rgb(30 27 75 / 1);
}
.border-b-indigo-950\/15 {
  border-bottom-color: rgb(30 27 75 / 0.15);
}
.border-b-indigo-950\/20 {
  border-bottom-color: rgb(30 27 75 / 0.2);
}
.border-b-indigo-950\/25 {
  border-bottom-color: rgb(30 27 75 / 0.25);
}
.border-b-indigo-950\/30 {
  border-bottom-color: rgb(30 27 75 / 0.3);
}
.border-b-indigo-950\/35 {
  border-bottom-color: rgb(30 27 75 / 0.35);
}
.border-b-indigo-950\/40 {
  border-bottom-color: rgb(30 27 75 / 0.4);
}
.border-b-indigo-950\/45 {
  border-bottom-color: rgb(30 27 75 / 0.45);
}
.border-b-indigo-950\/5 {
  border-bottom-color: rgb(30 27 75 / 0.05);
}
.border-b-indigo-950\/50 {
  border-bottom-color: rgb(30 27 75 / 0.5);
}
.border-b-indigo-950\/55 {
  border-bottom-color: rgb(30 27 75 / 0.55);
}
.border-b-indigo-950\/60 {
  border-bottom-color: rgb(30 27 75 / 0.6);
}
.border-b-indigo-950\/65 {
  border-bottom-color: rgb(30 27 75 / 0.65);
}
.border-b-indigo-950\/70 {
  border-bottom-color: rgb(30 27 75 / 0.7);
}
.border-b-indigo-950\/75 {
  border-bottom-color: rgb(30 27 75 / 0.75);
}
.border-b-indigo-950\/80 {
  border-bottom-color: rgb(30 27 75 / 0.8);
}
.border-b-indigo-950\/85 {
  border-bottom-color: rgb(30 27 75 / 0.85);
}
.border-b-indigo-950\/90 {
  border-bottom-color: rgb(30 27 75 / 0.9);
}
.border-b-indigo-950\/95 {
  border-bottom-color: rgb(30 27 75 / 0.95);
}
.border-b-inherit {
  border-bottom-color: inherit;
}
.border-b-lime-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-b-lime-100\/0 {
  border-bottom-color: rgb(236 252 203 / 0);
}
.border-b-lime-100\/10 {
  border-bottom-color: rgb(236 252 203 / 0.1);
}
.border-b-lime-100\/100 {
  border-bottom-color: rgb(236 252 203 / 1);
}
.border-b-lime-100\/15 {
  border-bottom-color: rgb(236 252 203 / 0.15);
}
.border-b-lime-100\/20 {
  border-bottom-color: rgb(236 252 203 / 0.2);
}
.border-b-lime-100\/25 {
  border-bottom-color: rgb(236 252 203 / 0.25);
}
.border-b-lime-100\/30 {
  border-bottom-color: rgb(236 252 203 / 0.3);
}
.border-b-lime-100\/35 {
  border-bottom-color: rgb(236 252 203 / 0.35);
}
.border-b-lime-100\/40 {
  border-bottom-color: rgb(236 252 203 / 0.4);
}
.border-b-lime-100\/45 {
  border-bottom-color: rgb(236 252 203 / 0.45);
}
.border-b-lime-100\/5 {
  border-bottom-color: rgb(236 252 203 / 0.05);
}
.border-b-lime-100\/50 {
  border-bottom-color: rgb(236 252 203 / 0.5);
}
.border-b-lime-100\/55 {
  border-bottom-color: rgb(236 252 203 / 0.55);
}
.border-b-lime-100\/60 {
  border-bottom-color: rgb(236 252 203 / 0.6);
}
.border-b-lime-100\/65 {
  border-bottom-color: rgb(236 252 203 / 0.65);
}
.border-b-lime-100\/70 {
  border-bottom-color: rgb(236 252 203 / 0.7);
}
.border-b-lime-100\/75 {
  border-bottom-color: rgb(236 252 203 / 0.75);
}
.border-b-lime-100\/80 {
  border-bottom-color: rgb(236 252 203 / 0.8);
}
.border-b-lime-100\/85 {
  border-bottom-color: rgb(236 252 203 / 0.85);
}
.border-b-lime-100\/90 {
  border-bottom-color: rgb(236 252 203 / 0.9);
}
.border-b-lime-100\/95 {
  border-bottom-color: rgb(236 252 203 / 0.95);
}
.border-b-lime-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-b-lime-200\/0 {
  border-bottom-color: rgb(217 249 157 / 0);
}
.border-b-lime-200\/10 {
  border-bottom-color: rgb(217 249 157 / 0.1);
}
.border-b-lime-200\/100 {
  border-bottom-color: rgb(217 249 157 / 1);
}
.border-b-lime-200\/15 {
  border-bottom-color: rgb(217 249 157 / 0.15);
}
.border-b-lime-200\/20 {
  border-bottom-color: rgb(217 249 157 / 0.2);
}
.border-b-lime-200\/25 {
  border-bottom-color: rgb(217 249 157 / 0.25);
}
.border-b-lime-200\/30 {
  border-bottom-color: rgb(217 249 157 / 0.3);
}
.border-b-lime-200\/35 {
  border-bottom-color: rgb(217 249 157 / 0.35);
}
.border-b-lime-200\/40 {
  border-bottom-color: rgb(217 249 157 / 0.4);
}
.border-b-lime-200\/45 {
  border-bottom-color: rgb(217 249 157 / 0.45);
}
.border-b-lime-200\/5 {
  border-bottom-color: rgb(217 249 157 / 0.05);
}
.border-b-lime-200\/50 {
  border-bottom-color: rgb(217 249 157 / 0.5);
}
.border-b-lime-200\/55 {
  border-bottom-color: rgb(217 249 157 / 0.55);
}
.border-b-lime-200\/60 {
  border-bottom-color: rgb(217 249 157 / 0.6);
}
.border-b-lime-200\/65 {
  border-bottom-color: rgb(217 249 157 / 0.65);
}
.border-b-lime-200\/70 {
  border-bottom-color: rgb(217 249 157 / 0.7);
}
.border-b-lime-200\/75 {
  border-bottom-color: rgb(217 249 157 / 0.75);
}
.border-b-lime-200\/80 {
  border-bottom-color: rgb(217 249 157 / 0.8);
}
.border-b-lime-200\/85 {
  border-bottom-color: rgb(217 249 157 / 0.85);
}
.border-b-lime-200\/90 {
  border-bottom-color: rgb(217 249 157 / 0.9);
}
.border-b-lime-200\/95 {
  border-bottom-color: rgb(217 249 157 / 0.95);
}
.border-b-lime-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-b-lime-300\/0 {
  border-bottom-color: rgb(190 242 100 / 0);
}
.border-b-lime-300\/10 {
  border-bottom-color: rgb(190 242 100 / 0.1);
}
.border-b-lime-300\/100 {
  border-bottom-color: rgb(190 242 100 / 1);
}
.border-b-lime-300\/15 {
  border-bottom-color: rgb(190 242 100 / 0.15);
}
.border-b-lime-300\/20 {
  border-bottom-color: rgb(190 242 100 / 0.2);
}
.border-b-lime-300\/25 {
  border-bottom-color: rgb(190 242 100 / 0.25);
}
.border-b-lime-300\/30 {
  border-bottom-color: rgb(190 242 100 / 0.3);
}
.border-b-lime-300\/35 {
  border-bottom-color: rgb(190 242 100 / 0.35);
}
.border-b-lime-300\/40 {
  border-bottom-color: rgb(190 242 100 / 0.4);
}
.border-b-lime-300\/45 {
  border-bottom-color: rgb(190 242 100 / 0.45);
}
.border-b-lime-300\/5 {
  border-bottom-color: rgb(190 242 100 / 0.05);
}
.border-b-lime-300\/50 {
  border-bottom-color: rgb(190 242 100 / 0.5);
}
.border-b-lime-300\/55 {
  border-bottom-color: rgb(190 242 100 / 0.55);
}
.border-b-lime-300\/60 {
  border-bottom-color: rgb(190 242 100 / 0.6);
}
.border-b-lime-300\/65 {
  border-bottom-color: rgb(190 242 100 / 0.65);
}
.border-b-lime-300\/70 {
  border-bottom-color: rgb(190 242 100 / 0.7);
}
.border-b-lime-300\/75 {
  border-bottom-color: rgb(190 242 100 / 0.75);
}
.border-b-lime-300\/80 {
  border-bottom-color: rgb(190 242 100 / 0.8);
}
.border-b-lime-300\/85 {
  border-bottom-color: rgb(190 242 100 / 0.85);
}
.border-b-lime-300\/90 {
  border-bottom-color: rgb(190 242 100 / 0.9);
}
.border-b-lime-300\/95 {
  border-bottom-color: rgb(190 242 100 / 0.95);
}
.border-b-lime-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-b-lime-400\/0 {
  border-bottom-color: rgb(163 230 53 / 0);
}
.border-b-lime-400\/10 {
  border-bottom-color: rgb(163 230 53 / 0.1);
}
.border-b-lime-400\/100 {
  border-bottom-color: rgb(163 230 53 / 1);
}
.border-b-lime-400\/15 {
  border-bottom-color: rgb(163 230 53 / 0.15);
}
.border-b-lime-400\/20 {
  border-bottom-color: rgb(163 230 53 / 0.2);
}
.border-b-lime-400\/25 {
  border-bottom-color: rgb(163 230 53 / 0.25);
}
.border-b-lime-400\/30 {
  border-bottom-color: rgb(163 230 53 / 0.3);
}
.border-b-lime-400\/35 {
  border-bottom-color: rgb(163 230 53 / 0.35);
}
.border-b-lime-400\/40 {
  border-bottom-color: rgb(163 230 53 / 0.4);
}
.border-b-lime-400\/45 {
  border-bottom-color: rgb(163 230 53 / 0.45);
}
.border-b-lime-400\/5 {
  border-bottom-color: rgb(163 230 53 / 0.05);
}
.border-b-lime-400\/50 {
  border-bottom-color: rgb(163 230 53 / 0.5);
}
.border-b-lime-400\/55 {
  border-bottom-color: rgb(163 230 53 / 0.55);
}
.border-b-lime-400\/60 {
  border-bottom-color: rgb(163 230 53 / 0.6);
}
.border-b-lime-400\/65 {
  border-bottom-color: rgb(163 230 53 / 0.65);
}
.border-b-lime-400\/70 {
  border-bottom-color: rgb(163 230 53 / 0.7);
}
.border-b-lime-400\/75 {
  border-bottom-color: rgb(163 230 53 / 0.75);
}
.border-b-lime-400\/80 {
  border-bottom-color: rgb(163 230 53 / 0.8);
}
.border-b-lime-400\/85 {
  border-bottom-color: rgb(163 230 53 / 0.85);
}
.border-b-lime-400\/90 {
  border-bottom-color: rgb(163 230 53 / 0.9);
}
.border-b-lime-400\/95 {
  border-bottom-color: rgb(163 230 53 / 0.95);
}
.border-b-lime-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-b-lime-50\/0 {
  border-bottom-color: rgb(247 254 231 / 0);
}
.border-b-lime-50\/10 {
  border-bottom-color: rgb(247 254 231 / 0.1);
}
.border-b-lime-50\/100 {
  border-bottom-color: rgb(247 254 231 / 1);
}
.border-b-lime-50\/15 {
  border-bottom-color: rgb(247 254 231 / 0.15);
}
.border-b-lime-50\/20 {
  border-bottom-color: rgb(247 254 231 / 0.2);
}
.border-b-lime-50\/25 {
  border-bottom-color: rgb(247 254 231 / 0.25);
}
.border-b-lime-50\/30 {
  border-bottom-color: rgb(247 254 231 / 0.3);
}
.border-b-lime-50\/35 {
  border-bottom-color: rgb(247 254 231 / 0.35);
}
.border-b-lime-50\/40 {
  border-bottom-color: rgb(247 254 231 / 0.4);
}
.border-b-lime-50\/45 {
  border-bottom-color: rgb(247 254 231 / 0.45);
}
.border-b-lime-50\/5 {
  border-bottom-color: rgb(247 254 231 / 0.05);
}
.border-b-lime-50\/50 {
  border-bottom-color: rgb(247 254 231 / 0.5);
}
.border-b-lime-50\/55 {
  border-bottom-color: rgb(247 254 231 / 0.55);
}
.border-b-lime-50\/60 {
  border-bottom-color: rgb(247 254 231 / 0.6);
}
.border-b-lime-50\/65 {
  border-bottom-color: rgb(247 254 231 / 0.65);
}
.border-b-lime-50\/70 {
  border-bottom-color: rgb(247 254 231 / 0.7);
}
.border-b-lime-50\/75 {
  border-bottom-color: rgb(247 254 231 / 0.75);
}
.border-b-lime-50\/80 {
  border-bottom-color: rgb(247 254 231 / 0.8);
}
.border-b-lime-50\/85 {
  border-bottom-color: rgb(247 254 231 / 0.85);
}
.border-b-lime-50\/90 {
  border-bottom-color: rgb(247 254 231 / 0.9);
}
.border-b-lime-50\/95 {
  border-bottom-color: rgb(247 254 231 / 0.95);
}
.border-b-lime-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-b-lime-500\/0 {
  border-bottom-color: rgb(132 204 22 / 0);
}
.border-b-lime-500\/10 {
  border-bottom-color: rgb(132 204 22 / 0.1);
}
.border-b-lime-500\/100 {
  border-bottom-color: rgb(132 204 22 / 1);
}
.border-b-lime-500\/15 {
  border-bottom-color: rgb(132 204 22 / 0.15);
}
.border-b-lime-500\/20 {
  border-bottom-color: rgb(132 204 22 / 0.2);
}
.border-b-lime-500\/25 {
  border-bottom-color: rgb(132 204 22 / 0.25);
}
.border-b-lime-500\/30 {
  border-bottom-color: rgb(132 204 22 / 0.3);
}
.border-b-lime-500\/35 {
  border-bottom-color: rgb(132 204 22 / 0.35);
}
.border-b-lime-500\/40 {
  border-bottom-color: rgb(132 204 22 / 0.4);
}
.border-b-lime-500\/45 {
  border-bottom-color: rgb(132 204 22 / 0.45);
}
.border-b-lime-500\/5 {
  border-bottom-color: rgb(132 204 22 / 0.05);
}
.border-b-lime-500\/50 {
  border-bottom-color: rgb(132 204 22 / 0.5);
}
.border-b-lime-500\/55 {
  border-bottom-color: rgb(132 204 22 / 0.55);
}
.border-b-lime-500\/60 {
  border-bottom-color: rgb(132 204 22 / 0.6);
}
.border-b-lime-500\/65 {
  border-bottom-color: rgb(132 204 22 / 0.65);
}
.border-b-lime-500\/70 {
  border-bottom-color: rgb(132 204 22 / 0.7);
}
.border-b-lime-500\/75 {
  border-bottom-color: rgb(132 204 22 / 0.75);
}
.border-b-lime-500\/80 {
  border-bottom-color: rgb(132 204 22 / 0.8);
}
.border-b-lime-500\/85 {
  border-bottom-color: rgb(132 204 22 / 0.85);
}
.border-b-lime-500\/90 {
  border-bottom-color: rgb(132 204 22 / 0.9);
}
.border-b-lime-500\/95 {
  border-bottom-color: rgb(132 204 22 / 0.95);
}
.border-b-lime-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-b-lime-600\/0 {
  border-bottom-color: rgb(101 163 13 / 0);
}
.border-b-lime-600\/10 {
  border-bottom-color: rgb(101 163 13 / 0.1);
}
.border-b-lime-600\/100 {
  border-bottom-color: rgb(101 163 13 / 1);
}
.border-b-lime-600\/15 {
  border-bottom-color: rgb(101 163 13 / 0.15);
}
.border-b-lime-600\/20 {
  border-bottom-color: rgb(101 163 13 / 0.2);
}
.border-b-lime-600\/25 {
  border-bottom-color: rgb(101 163 13 / 0.25);
}
.border-b-lime-600\/30 {
  border-bottom-color: rgb(101 163 13 / 0.3);
}
.border-b-lime-600\/35 {
  border-bottom-color: rgb(101 163 13 / 0.35);
}
.border-b-lime-600\/40 {
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.border-b-lime-600\/45 {
  border-bottom-color: rgb(101 163 13 / 0.45);
}
.border-b-lime-600\/5 {
  border-bottom-color: rgb(101 163 13 / 0.05);
}
.border-b-lime-600\/50 {
  border-bottom-color: rgb(101 163 13 / 0.5);
}
.border-b-lime-600\/55 {
  border-bottom-color: rgb(101 163 13 / 0.55);
}
.border-b-lime-600\/60 {
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.border-b-lime-600\/65 {
  border-bottom-color: rgb(101 163 13 / 0.65);
}
.border-b-lime-600\/70 {
  border-bottom-color: rgb(101 163 13 / 0.7);
}
.border-b-lime-600\/75 {
  border-bottom-color: rgb(101 163 13 / 0.75);
}
.border-b-lime-600\/80 {
  border-bottom-color: rgb(101 163 13 / 0.8);
}
.border-b-lime-600\/85 {
  border-bottom-color: rgb(101 163 13 / 0.85);
}
.border-b-lime-600\/90 {
  border-bottom-color: rgb(101 163 13 / 0.9);
}
.border-b-lime-600\/95 {
  border-bottom-color: rgb(101 163 13 / 0.95);
}
.border-b-lime-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-b-lime-700\/0 {
  border-bottom-color: rgb(77 124 15 / 0);
}
.border-b-lime-700\/10 {
  border-bottom-color: rgb(77 124 15 / 0.1);
}
.border-b-lime-700\/100 {
  border-bottom-color: rgb(77 124 15 / 1);
}
.border-b-lime-700\/15 {
  border-bottom-color: rgb(77 124 15 / 0.15);
}
.border-b-lime-700\/20 {
  border-bottom-color: rgb(77 124 15 / 0.2);
}
.border-b-lime-700\/25 {
  border-bottom-color: rgb(77 124 15 / 0.25);
}
.border-b-lime-700\/30 {
  border-bottom-color: rgb(77 124 15 / 0.3);
}
.border-b-lime-700\/35 {
  border-bottom-color: rgb(77 124 15 / 0.35);
}
.border-b-lime-700\/40 {
  border-bottom-color: rgb(77 124 15 / 0.4);
}
.border-b-lime-700\/45 {
  border-bottom-color: rgb(77 124 15 / 0.45);
}
.border-b-lime-700\/5 {
  border-bottom-color: rgb(77 124 15 / 0.05);
}
.border-b-lime-700\/50 {
  border-bottom-color: rgb(77 124 15 / 0.5);
}
.border-b-lime-700\/55 {
  border-bottom-color: rgb(77 124 15 / 0.55);
}
.border-b-lime-700\/60 {
  border-bottom-color: rgb(77 124 15 / 0.6);
}
.border-b-lime-700\/65 {
  border-bottom-color: rgb(77 124 15 / 0.65);
}
.border-b-lime-700\/70 {
  border-bottom-color: rgb(77 124 15 / 0.7);
}
.border-b-lime-700\/75 {
  border-bottom-color: rgb(77 124 15 / 0.75);
}
.border-b-lime-700\/80 {
  border-bottom-color: rgb(77 124 15 / 0.8);
}
.border-b-lime-700\/85 {
  border-bottom-color: rgb(77 124 15 / 0.85);
}
.border-b-lime-700\/90 {
  border-bottom-color: rgb(77 124 15 / 0.9);
}
.border-b-lime-700\/95 {
  border-bottom-color: rgb(77 124 15 / 0.95);
}
.border-b-lime-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-b-lime-800\/0 {
  border-bottom-color: rgb(63 98 18 / 0);
}
.border-b-lime-800\/10 {
  border-bottom-color: rgb(63 98 18 / 0.1);
}
.border-b-lime-800\/100 {
  border-bottom-color: rgb(63 98 18 / 1);
}
.border-b-lime-800\/15 {
  border-bottom-color: rgb(63 98 18 / 0.15);
}
.border-b-lime-800\/20 {
  border-bottom-color: rgb(63 98 18 / 0.2);
}
.border-b-lime-800\/25 {
  border-bottom-color: rgb(63 98 18 / 0.25);
}
.border-b-lime-800\/30 {
  border-bottom-color: rgb(63 98 18 / 0.3);
}
.border-b-lime-800\/35 {
  border-bottom-color: rgb(63 98 18 / 0.35);
}
.border-b-lime-800\/40 {
  border-bottom-color: rgb(63 98 18 / 0.4);
}
.border-b-lime-800\/45 {
  border-bottom-color: rgb(63 98 18 / 0.45);
}
.border-b-lime-800\/5 {
  border-bottom-color: rgb(63 98 18 / 0.05);
}
.border-b-lime-800\/50 {
  border-bottom-color: rgb(63 98 18 / 0.5);
}
.border-b-lime-800\/55 {
  border-bottom-color: rgb(63 98 18 / 0.55);
}
.border-b-lime-800\/60 {
  border-bottom-color: rgb(63 98 18 / 0.6);
}
.border-b-lime-800\/65 {
  border-bottom-color: rgb(63 98 18 / 0.65);
}
.border-b-lime-800\/70 {
  border-bottom-color: rgb(63 98 18 / 0.7);
}
.border-b-lime-800\/75 {
  border-bottom-color: rgb(63 98 18 / 0.75);
}
.border-b-lime-800\/80 {
  border-bottom-color: rgb(63 98 18 / 0.8);
}
.border-b-lime-800\/85 {
  border-bottom-color: rgb(63 98 18 / 0.85);
}
.border-b-lime-800\/90 {
  border-bottom-color: rgb(63 98 18 / 0.9);
}
.border-b-lime-800\/95 {
  border-bottom-color: rgb(63 98 18 / 0.95);
}
.border-b-lime-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-b-lime-900\/0 {
  border-bottom-color: rgb(54 83 20 / 0);
}
.border-b-lime-900\/10 {
  border-bottom-color: rgb(54 83 20 / 0.1);
}
.border-b-lime-900\/100 {
  border-bottom-color: rgb(54 83 20 / 1);
}
.border-b-lime-900\/15 {
  border-bottom-color: rgb(54 83 20 / 0.15);
}
.border-b-lime-900\/20 {
  border-bottom-color: rgb(54 83 20 / 0.2);
}
.border-b-lime-900\/25 {
  border-bottom-color: rgb(54 83 20 / 0.25);
}
.border-b-lime-900\/30 {
  border-bottom-color: rgb(54 83 20 / 0.3);
}
.border-b-lime-900\/35 {
  border-bottom-color: rgb(54 83 20 / 0.35);
}
.border-b-lime-900\/40 {
  border-bottom-color: rgb(54 83 20 / 0.4);
}
.border-b-lime-900\/45 {
  border-bottom-color: rgb(54 83 20 / 0.45);
}
.border-b-lime-900\/5 {
  border-bottom-color: rgb(54 83 20 / 0.05);
}
.border-b-lime-900\/50 {
  border-bottom-color: rgb(54 83 20 / 0.5);
}
.border-b-lime-900\/55 {
  border-bottom-color: rgb(54 83 20 / 0.55);
}
.border-b-lime-900\/60 {
  border-bottom-color: rgb(54 83 20 / 0.6);
}
.border-b-lime-900\/65 {
  border-bottom-color: rgb(54 83 20 / 0.65);
}
.border-b-lime-900\/70 {
  border-bottom-color: rgb(54 83 20 / 0.7);
}
.border-b-lime-900\/75 {
  border-bottom-color: rgb(54 83 20 / 0.75);
}
.border-b-lime-900\/80 {
  border-bottom-color: rgb(54 83 20 / 0.8);
}
.border-b-lime-900\/85 {
  border-bottom-color: rgb(54 83 20 / 0.85);
}
.border-b-lime-900\/90 {
  border-bottom-color: rgb(54 83 20 / 0.9);
}
.border-b-lime-900\/95 {
  border-bottom-color: rgb(54 83 20 / 0.95);
}
.border-b-lime-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-b-lime-950\/0 {
  border-bottom-color: rgb(26 46 5 / 0);
}
.border-b-lime-950\/10 {
  border-bottom-color: rgb(26 46 5 / 0.1);
}
.border-b-lime-950\/100 {
  border-bottom-color: rgb(26 46 5 / 1);
}
.border-b-lime-950\/15 {
  border-bottom-color: rgb(26 46 5 / 0.15);
}
.border-b-lime-950\/20 {
  border-bottom-color: rgb(26 46 5 / 0.2);
}
.border-b-lime-950\/25 {
  border-bottom-color: rgb(26 46 5 / 0.25);
}
.border-b-lime-950\/30 {
  border-bottom-color: rgb(26 46 5 / 0.3);
}
.border-b-lime-950\/35 {
  border-bottom-color: rgb(26 46 5 / 0.35);
}
.border-b-lime-950\/40 {
  border-bottom-color: rgb(26 46 5 / 0.4);
}
.border-b-lime-950\/45 {
  border-bottom-color: rgb(26 46 5 / 0.45);
}
.border-b-lime-950\/5 {
  border-bottom-color: rgb(26 46 5 / 0.05);
}
.border-b-lime-950\/50 {
  border-bottom-color: rgb(26 46 5 / 0.5);
}
.border-b-lime-950\/55 {
  border-bottom-color: rgb(26 46 5 / 0.55);
}
.border-b-lime-950\/60 {
  border-bottom-color: rgb(26 46 5 / 0.6);
}
.border-b-lime-950\/65 {
  border-bottom-color: rgb(26 46 5 / 0.65);
}
.border-b-lime-950\/70 {
  border-bottom-color: rgb(26 46 5 / 0.7);
}
.border-b-lime-950\/75 {
  border-bottom-color: rgb(26 46 5 / 0.75);
}
.border-b-lime-950\/80 {
  border-bottom-color: rgb(26 46 5 / 0.8);
}
.border-b-lime-950\/85 {
  border-bottom-color: rgb(26 46 5 / 0.85);
}
.border-b-lime-950\/90 {
  border-bottom-color: rgb(26 46 5 / 0.9);
}
.border-b-lime-950\/95 {
  border-bottom-color: rgb(26 46 5 / 0.95);
}
.border-b-neutral-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-b-neutral-100\/0 {
  border-bottom-color: rgb(245 245 245 / 0);
}
.border-b-neutral-100\/10 {
  border-bottom-color: rgb(245 245 245 / 0.1);
}
.border-b-neutral-100\/100 {
  border-bottom-color: rgb(245 245 245 / 1);
}
.border-b-neutral-100\/15 {
  border-bottom-color: rgb(245 245 245 / 0.15);
}
.border-b-neutral-100\/20 {
  border-bottom-color: rgb(245 245 245 / 0.2);
}
.border-b-neutral-100\/25 {
  border-bottom-color: rgb(245 245 245 / 0.25);
}
.border-b-neutral-100\/30 {
  border-bottom-color: rgb(245 245 245 / 0.3);
}
.border-b-neutral-100\/35 {
  border-bottom-color: rgb(245 245 245 / 0.35);
}
.border-b-neutral-100\/40 {
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.border-b-neutral-100\/45 {
  border-bottom-color: rgb(245 245 245 / 0.45);
}
.border-b-neutral-100\/5 {
  border-bottom-color: rgb(245 245 245 / 0.05);
}
.border-b-neutral-100\/50 {
  border-bottom-color: rgb(245 245 245 / 0.5);
}
.border-b-neutral-100\/55 {
  border-bottom-color: rgb(245 245 245 / 0.55);
}
.border-b-neutral-100\/60 {
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.border-b-neutral-100\/65 {
  border-bottom-color: rgb(245 245 245 / 0.65);
}
.border-b-neutral-100\/70 {
  border-bottom-color: rgb(245 245 245 / 0.7);
}
.border-b-neutral-100\/75 {
  border-bottom-color: rgb(245 245 245 / 0.75);
}
.border-b-neutral-100\/80 {
  border-bottom-color: rgb(245 245 245 / 0.8);
}
.border-b-neutral-100\/85 {
  border-bottom-color: rgb(245 245 245 / 0.85);
}
.border-b-neutral-100\/90 {
  border-bottom-color: rgb(245 245 245 / 0.9);
}
.border-b-neutral-100\/95 {
  border-bottom-color: rgb(245 245 245 / 0.95);
}
.border-b-neutral-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-b-neutral-200\/0 {
  border-bottom-color: rgb(229 229 229 / 0);
}
.border-b-neutral-200\/10 {
  border-bottom-color: rgb(229 229 229 / 0.1);
}
.border-b-neutral-200\/100 {
  border-bottom-color: rgb(229 229 229 / 1);
}
.border-b-neutral-200\/15 {
  border-bottom-color: rgb(229 229 229 / 0.15);
}
.border-b-neutral-200\/20 {
  border-bottom-color: rgb(229 229 229 / 0.2);
}
.border-b-neutral-200\/25 {
  border-bottom-color: rgb(229 229 229 / 0.25);
}
.border-b-neutral-200\/30 {
  border-bottom-color: rgb(229 229 229 / 0.3);
}
.border-b-neutral-200\/35 {
  border-bottom-color: rgb(229 229 229 / 0.35);
}
.border-b-neutral-200\/40 {
  border-bottom-color: rgb(229 229 229 / 0.4);
}
.border-b-neutral-200\/45 {
  border-bottom-color: rgb(229 229 229 / 0.45);
}
.border-b-neutral-200\/5 {
  border-bottom-color: rgb(229 229 229 / 0.05);
}
.border-b-neutral-200\/50 {
  border-bottom-color: rgb(229 229 229 / 0.5);
}
.border-b-neutral-200\/55 {
  border-bottom-color: rgb(229 229 229 / 0.55);
}
.border-b-neutral-200\/60 {
  border-bottom-color: rgb(229 229 229 / 0.6);
}
.border-b-neutral-200\/65 {
  border-bottom-color: rgb(229 229 229 / 0.65);
}
.border-b-neutral-200\/70 {
  border-bottom-color: rgb(229 229 229 / 0.7);
}
.border-b-neutral-200\/75 {
  border-bottom-color: rgb(229 229 229 / 0.75);
}
.border-b-neutral-200\/80 {
  border-bottom-color: rgb(229 229 229 / 0.8);
}
.border-b-neutral-200\/85 {
  border-bottom-color: rgb(229 229 229 / 0.85);
}
.border-b-neutral-200\/90 {
  border-bottom-color: rgb(229 229 229 / 0.9);
}
.border-b-neutral-200\/95 {
  border-bottom-color: rgb(229 229 229 / 0.95);
}
.border-b-neutral-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-b-neutral-300\/0 {
  border-bottom-color: rgb(212 212 212 / 0);
}
.border-b-neutral-300\/10 {
  border-bottom-color: rgb(212 212 212 / 0.1);
}
.border-b-neutral-300\/100 {
  border-bottom-color: rgb(212 212 212 / 1);
}
.border-b-neutral-300\/15 {
  border-bottom-color: rgb(212 212 212 / 0.15);
}
.border-b-neutral-300\/20 {
  border-bottom-color: rgb(212 212 212 / 0.2);
}
.border-b-neutral-300\/25 {
  border-bottom-color: rgb(212 212 212 / 0.25);
}
.border-b-neutral-300\/30 {
  border-bottom-color: rgb(212 212 212 / 0.3);
}
.border-b-neutral-300\/35 {
  border-bottom-color: rgb(212 212 212 / 0.35);
}
.border-b-neutral-300\/40 {
  border-bottom-color: rgb(212 212 212 / 0.4);
}
.border-b-neutral-300\/45 {
  border-bottom-color: rgb(212 212 212 / 0.45);
}
.border-b-neutral-300\/5 {
  border-bottom-color: rgb(212 212 212 / 0.05);
}
.border-b-neutral-300\/50 {
  border-bottom-color: rgb(212 212 212 / 0.5);
}
.border-b-neutral-300\/55 {
  border-bottom-color: rgb(212 212 212 / 0.55);
}
.border-b-neutral-300\/60 {
  border-bottom-color: rgb(212 212 212 / 0.6);
}
.border-b-neutral-300\/65 {
  border-bottom-color: rgb(212 212 212 / 0.65);
}
.border-b-neutral-300\/70 {
  border-bottom-color: rgb(212 212 212 / 0.7);
}
.border-b-neutral-300\/75 {
  border-bottom-color: rgb(212 212 212 / 0.75);
}
.border-b-neutral-300\/80 {
  border-bottom-color: rgb(212 212 212 / 0.8);
}
.border-b-neutral-300\/85 {
  border-bottom-color: rgb(212 212 212 / 0.85);
}
.border-b-neutral-300\/90 {
  border-bottom-color: rgb(212 212 212 / 0.9);
}
.border-b-neutral-300\/95 {
  border-bottom-color: rgb(212 212 212 / 0.95);
}
.border-b-neutral-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-b-neutral-400\/0 {
  border-bottom-color: rgb(163 163 163 / 0);
}
.border-b-neutral-400\/10 {
  border-bottom-color: rgb(163 163 163 / 0.1);
}
.border-b-neutral-400\/100 {
  border-bottom-color: rgb(163 163 163 / 1);
}
.border-b-neutral-400\/15 {
  border-bottom-color: rgb(163 163 163 / 0.15);
}
.border-b-neutral-400\/20 {
  border-bottom-color: rgb(163 163 163 / 0.2);
}
.border-b-neutral-400\/25 {
  border-bottom-color: rgb(163 163 163 / 0.25);
}
.border-b-neutral-400\/30 {
  border-bottom-color: rgb(163 163 163 / 0.3);
}
.border-b-neutral-400\/35 {
  border-bottom-color: rgb(163 163 163 / 0.35);
}
.border-b-neutral-400\/40 {
  border-bottom-color: rgb(163 163 163 / 0.4);
}
.border-b-neutral-400\/45 {
  border-bottom-color: rgb(163 163 163 / 0.45);
}
.border-b-neutral-400\/5 {
  border-bottom-color: rgb(163 163 163 / 0.05);
}
.border-b-neutral-400\/50 {
  border-bottom-color: rgb(163 163 163 / 0.5);
}
.border-b-neutral-400\/55 {
  border-bottom-color: rgb(163 163 163 / 0.55);
}
.border-b-neutral-400\/60 {
  border-bottom-color: rgb(163 163 163 / 0.6);
}
.border-b-neutral-400\/65 {
  border-bottom-color: rgb(163 163 163 / 0.65);
}
.border-b-neutral-400\/70 {
  border-bottom-color: rgb(163 163 163 / 0.7);
}
.border-b-neutral-400\/75 {
  border-bottom-color: rgb(163 163 163 / 0.75);
}
.border-b-neutral-400\/80 {
  border-bottom-color: rgb(163 163 163 / 0.8);
}
.border-b-neutral-400\/85 {
  border-bottom-color: rgb(163 163 163 / 0.85);
}
.border-b-neutral-400\/90 {
  border-bottom-color: rgb(163 163 163 / 0.9);
}
.border-b-neutral-400\/95 {
  border-bottom-color: rgb(163 163 163 / 0.95);
}
.border-b-neutral-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-b-neutral-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-b-neutral-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-b-neutral-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-b-neutral-50\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-b-neutral-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-b-neutral-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-b-neutral-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-b-neutral-50\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-neutral-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-neutral-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-b-neutral-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-b-neutral-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-b-neutral-50\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-neutral-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-neutral-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-b-neutral-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-b-neutral-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-b-neutral-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-b-neutral-50\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-b-neutral-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-b-neutral-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-b-neutral-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-b-neutral-500\/0 {
  border-bottom-color: rgb(115 115 115 / 0);
}
.border-b-neutral-500\/10 {
  border-bottom-color: rgb(115 115 115 / 0.1);
}
.border-b-neutral-500\/100 {
  border-bottom-color: rgb(115 115 115 / 1);
}
.border-b-neutral-500\/15 {
  border-bottom-color: rgb(115 115 115 / 0.15);
}
.border-b-neutral-500\/20 {
  border-bottom-color: rgb(115 115 115 / 0.2);
}
.border-b-neutral-500\/25 {
  border-bottom-color: rgb(115 115 115 / 0.25);
}
.border-b-neutral-500\/30 {
  border-bottom-color: rgb(115 115 115 / 0.3);
}
.border-b-neutral-500\/35 {
  border-bottom-color: rgb(115 115 115 / 0.35);
}
.border-b-neutral-500\/40 {
  border-bottom-color: rgb(115 115 115 / 0.4);
}
.border-b-neutral-500\/45 {
  border-bottom-color: rgb(115 115 115 / 0.45);
}
.border-b-neutral-500\/5 {
  border-bottom-color: rgb(115 115 115 / 0.05);
}
.border-b-neutral-500\/50 {
  border-bottom-color: rgb(115 115 115 / 0.5);
}
.border-b-neutral-500\/55 {
  border-bottom-color: rgb(115 115 115 / 0.55);
}
.border-b-neutral-500\/60 {
  border-bottom-color: rgb(115 115 115 / 0.6);
}
.border-b-neutral-500\/65 {
  border-bottom-color: rgb(115 115 115 / 0.65);
}
.border-b-neutral-500\/70 {
  border-bottom-color: rgb(115 115 115 / 0.7);
}
.border-b-neutral-500\/75 {
  border-bottom-color: rgb(115 115 115 / 0.75);
}
.border-b-neutral-500\/80 {
  border-bottom-color: rgb(115 115 115 / 0.8);
}
.border-b-neutral-500\/85 {
  border-bottom-color: rgb(115 115 115 / 0.85);
}
.border-b-neutral-500\/90 {
  border-bottom-color: rgb(115 115 115 / 0.9);
}
.border-b-neutral-500\/95 {
  border-bottom-color: rgb(115 115 115 / 0.95);
}
.border-b-neutral-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-b-neutral-600\/0 {
  border-bottom-color: rgb(82 82 82 / 0);
}
.border-b-neutral-600\/10 {
  border-bottom-color: rgb(82 82 82 / 0.1);
}
.border-b-neutral-600\/100 {
  border-bottom-color: rgb(82 82 82 / 1);
}
.border-b-neutral-600\/15 {
  border-bottom-color: rgb(82 82 82 / 0.15);
}
.border-b-neutral-600\/20 {
  border-bottom-color: rgb(82 82 82 / 0.2);
}
.border-b-neutral-600\/25 {
  border-bottom-color: rgb(82 82 82 / 0.25);
}
.border-b-neutral-600\/30 {
  border-bottom-color: rgb(82 82 82 / 0.3);
}
.border-b-neutral-600\/35 {
  border-bottom-color: rgb(82 82 82 / 0.35);
}
.border-b-neutral-600\/40 {
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.border-b-neutral-600\/45 {
  border-bottom-color: rgb(82 82 82 / 0.45);
}
.border-b-neutral-600\/5 {
  border-bottom-color: rgb(82 82 82 / 0.05);
}
.border-b-neutral-600\/50 {
  border-bottom-color: rgb(82 82 82 / 0.5);
}
.border-b-neutral-600\/55 {
  border-bottom-color: rgb(82 82 82 / 0.55);
}
.border-b-neutral-600\/60 {
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.border-b-neutral-600\/65 {
  border-bottom-color: rgb(82 82 82 / 0.65);
}
.border-b-neutral-600\/70 {
  border-bottom-color: rgb(82 82 82 / 0.7);
}
.border-b-neutral-600\/75 {
  border-bottom-color: rgb(82 82 82 / 0.75);
}
.border-b-neutral-600\/80 {
  border-bottom-color: rgb(82 82 82 / 0.8);
}
.border-b-neutral-600\/85 {
  border-bottom-color: rgb(82 82 82 / 0.85);
}
.border-b-neutral-600\/90 {
  border-bottom-color: rgb(82 82 82 / 0.9);
}
.border-b-neutral-600\/95 {
  border-bottom-color: rgb(82 82 82 / 0.95);
}
.border-b-neutral-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-b-neutral-700\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-b-neutral-700\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-b-neutral-700\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-neutral-700\/15 {
  border-bottom-color: rgb(64 64 64 / 0.15);
}
.border-b-neutral-700\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-b-neutral-700\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-b-neutral-700\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-b-neutral-700\/35 {
  border-bottom-color: rgb(64 64 64 / 0.35);
}
.border-b-neutral-700\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-neutral-700\/45 {
  border-bottom-color: rgb(64 64 64 / 0.45);
}
.border-b-neutral-700\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-b-neutral-700\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-neutral-700\/55 {
  border-bottom-color: rgb(64 64 64 / 0.55);
}
.border-b-neutral-700\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-neutral-700\/65 {
  border-bottom-color: rgb(64 64 64 / 0.65);
}
.border-b-neutral-700\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-b-neutral-700\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-b-neutral-700\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-b-neutral-700\/85 {
  border-bottom-color: rgb(64 64 64 / 0.85);
}
.border-b-neutral-700\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-b-neutral-700\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-b-neutral-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-b-neutral-800\/0 {
  border-bottom-color: rgb(38 38 38 / 0);
}
.border-b-neutral-800\/10 {
  border-bottom-color: rgb(38 38 38 / 0.1);
}
.border-b-neutral-800\/100 {
  border-bottom-color: rgb(38 38 38 / 1);
}
.border-b-neutral-800\/15 {
  border-bottom-color: rgb(38 38 38 / 0.15);
}
.border-b-neutral-800\/20 {
  border-bottom-color: rgb(38 38 38 / 0.2);
}
.border-b-neutral-800\/25 {
  border-bottom-color: rgb(38 38 38 / 0.25);
}
.border-b-neutral-800\/30 {
  border-bottom-color: rgb(38 38 38 / 0.3);
}
.border-b-neutral-800\/35 {
  border-bottom-color: rgb(38 38 38 / 0.35);
}
.border-b-neutral-800\/40 {
  border-bottom-color: rgb(38 38 38 / 0.4);
}
.border-b-neutral-800\/45 {
  border-bottom-color: rgb(38 38 38 / 0.45);
}
.border-b-neutral-800\/5 {
  border-bottom-color: rgb(38 38 38 / 0.05);
}
.border-b-neutral-800\/50 {
  border-bottom-color: rgb(38 38 38 / 0.5);
}
.border-b-neutral-800\/55 {
  border-bottom-color: rgb(38 38 38 / 0.55);
}
.border-b-neutral-800\/60 {
  border-bottom-color: rgb(38 38 38 / 0.6);
}
.border-b-neutral-800\/65 {
  border-bottom-color: rgb(38 38 38 / 0.65);
}
.border-b-neutral-800\/70 {
  border-bottom-color: rgb(38 38 38 / 0.7);
}
.border-b-neutral-800\/75 {
  border-bottom-color: rgb(38 38 38 / 0.75);
}
.border-b-neutral-800\/80 {
  border-bottom-color: rgb(38 38 38 / 0.8);
}
.border-b-neutral-800\/85 {
  border-bottom-color: rgb(38 38 38 / 0.85);
}
.border-b-neutral-800\/90 {
  border-bottom-color: rgb(38 38 38 / 0.9);
}
.border-b-neutral-800\/95 {
  border-bottom-color: rgb(38 38 38 / 0.95);
}
.border-b-neutral-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-b-neutral-900\/0 {
  border-bottom-color: rgb(23 23 23 / 0);
}
.border-b-neutral-900\/10 {
  border-bottom-color: rgb(23 23 23 / 0.1);
}
.border-b-neutral-900\/100 {
  border-bottom-color: rgb(23 23 23 / 1);
}
.border-b-neutral-900\/15 {
  border-bottom-color: rgb(23 23 23 / 0.15);
}
.border-b-neutral-900\/20 {
  border-bottom-color: rgb(23 23 23 / 0.2);
}
.border-b-neutral-900\/25 {
  border-bottom-color: rgb(23 23 23 / 0.25);
}
.border-b-neutral-900\/30 {
  border-bottom-color: rgb(23 23 23 / 0.3);
}
.border-b-neutral-900\/35 {
  border-bottom-color: rgb(23 23 23 / 0.35);
}
.border-b-neutral-900\/40 {
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.border-b-neutral-900\/45 {
  border-bottom-color: rgb(23 23 23 / 0.45);
}
.border-b-neutral-900\/5 {
  border-bottom-color: rgb(23 23 23 / 0.05);
}
.border-b-neutral-900\/50 {
  border-bottom-color: rgb(23 23 23 / 0.5);
}
.border-b-neutral-900\/55 {
  border-bottom-color: rgb(23 23 23 / 0.55);
}
.border-b-neutral-900\/60 {
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.border-b-neutral-900\/65 {
  border-bottom-color: rgb(23 23 23 / 0.65);
}
.border-b-neutral-900\/70 {
  border-bottom-color: rgb(23 23 23 / 0.7);
}
.border-b-neutral-900\/75 {
  border-bottom-color: rgb(23 23 23 / 0.75);
}
.border-b-neutral-900\/80 {
  border-bottom-color: rgb(23 23 23 / 0.8);
}
.border-b-neutral-900\/85 {
  border-bottom-color: rgb(23 23 23 / 0.85);
}
.border-b-neutral-900\/90 {
  border-bottom-color: rgb(23 23 23 / 0.9);
}
.border-b-neutral-900\/95 {
  border-bottom-color: rgb(23 23 23 / 0.95);
}
.border-b-neutral-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-b-neutral-950\/0 {
  border-bottom-color: rgb(10 10 10 / 0);
}
.border-b-neutral-950\/10 {
  border-bottom-color: rgb(10 10 10 / 0.1);
}
.border-b-neutral-950\/100 {
  border-bottom-color: rgb(10 10 10 / 1);
}
.border-b-neutral-950\/15 {
  border-bottom-color: rgb(10 10 10 / 0.15);
}
.border-b-neutral-950\/20 {
  border-bottom-color: rgb(10 10 10 / 0.2);
}
.border-b-neutral-950\/25 {
  border-bottom-color: rgb(10 10 10 / 0.25);
}
.border-b-neutral-950\/30 {
  border-bottom-color: rgb(10 10 10 / 0.3);
}
.border-b-neutral-950\/35 {
  border-bottom-color: rgb(10 10 10 / 0.35);
}
.border-b-neutral-950\/40 {
  border-bottom-color: rgb(10 10 10 / 0.4);
}
.border-b-neutral-950\/45 {
  border-bottom-color: rgb(10 10 10 / 0.45);
}
.border-b-neutral-950\/5 {
  border-bottom-color: rgb(10 10 10 / 0.05);
}
.border-b-neutral-950\/50 {
  border-bottom-color: rgb(10 10 10 / 0.5);
}
.border-b-neutral-950\/55 {
  border-bottom-color: rgb(10 10 10 / 0.55);
}
.border-b-neutral-950\/60 {
  border-bottom-color: rgb(10 10 10 / 0.6);
}
.border-b-neutral-950\/65 {
  border-bottom-color: rgb(10 10 10 / 0.65);
}
.border-b-neutral-950\/70 {
  border-bottom-color: rgb(10 10 10 / 0.7);
}
.border-b-neutral-950\/75 {
  border-bottom-color: rgb(10 10 10 / 0.75);
}
.border-b-neutral-950\/80 {
  border-bottom-color: rgb(10 10 10 / 0.8);
}
.border-b-neutral-950\/85 {
  border-bottom-color: rgb(10 10 10 / 0.85);
}
.border-b-neutral-950\/90 {
  border-bottom-color: rgb(10 10 10 / 0.9);
}
.border-b-neutral-950\/95 {
  border-bottom-color: rgb(10 10 10 / 0.95);
}
.border-b-orange-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-b-orange-100\/0 {
  border-bottom-color: rgb(255 237 213 / 0);
}
.border-b-orange-100\/10 {
  border-bottom-color: rgb(255 237 213 / 0.1);
}
.border-b-orange-100\/100 {
  border-bottom-color: rgb(255 237 213 / 1);
}
.border-b-orange-100\/15 {
  border-bottom-color: rgb(255 237 213 / 0.15);
}
.border-b-orange-100\/20 {
  border-bottom-color: rgb(255 237 213 / 0.2);
}
.border-b-orange-100\/25 {
  border-bottom-color: rgb(255 237 213 / 0.25);
}
.border-b-orange-100\/30 {
  border-bottom-color: rgb(255 237 213 / 0.3);
}
.border-b-orange-100\/35 {
  border-bottom-color: rgb(255 237 213 / 0.35);
}
.border-b-orange-100\/40 {
  border-bottom-color: rgb(255 237 213 / 0.4);
}
.border-b-orange-100\/45 {
  border-bottom-color: rgb(255 237 213 / 0.45);
}
.border-b-orange-100\/5 {
  border-bottom-color: rgb(255 237 213 / 0.05);
}
.border-b-orange-100\/50 {
  border-bottom-color: rgb(255 237 213 / 0.5);
}
.border-b-orange-100\/55 {
  border-bottom-color: rgb(255 237 213 / 0.55);
}
.border-b-orange-100\/60 {
  border-bottom-color: rgb(255 237 213 / 0.6);
}
.border-b-orange-100\/65 {
  border-bottom-color: rgb(255 237 213 / 0.65);
}
.border-b-orange-100\/70 {
  border-bottom-color: rgb(255 237 213 / 0.7);
}
.border-b-orange-100\/75 {
  border-bottom-color: rgb(255 237 213 / 0.75);
}
.border-b-orange-100\/80 {
  border-bottom-color: rgb(255 237 213 / 0.8);
}
.border-b-orange-100\/85 {
  border-bottom-color: rgb(255 237 213 / 0.85);
}
.border-b-orange-100\/90 {
  border-bottom-color: rgb(255 237 213 / 0.9);
}
.border-b-orange-100\/95 {
  border-bottom-color: rgb(255 237 213 / 0.95);
}
.border-b-orange-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-b-orange-200\/0 {
  border-bottom-color: rgb(254 215 170 / 0);
}
.border-b-orange-200\/10 {
  border-bottom-color: rgb(254 215 170 / 0.1);
}
.border-b-orange-200\/100 {
  border-bottom-color: rgb(254 215 170 / 1);
}
.border-b-orange-200\/15 {
  border-bottom-color: rgb(254 215 170 / 0.15);
}
.border-b-orange-200\/20 {
  border-bottom-color: rgb(254 215 170 / 0.2);
}
.border-b-orange-200\/25 {
  border-bottom-color: rgb(254 215 170 / 0.25);
}
.border-b-orange-200\/30 {
  border-bottom-color: rgb(254 215 170 / 0.3);
}
.border-b-orange-200\/35 {
  border-bottom-color: rgb(254 215 170 / 0.35);
}
.border-b-orange-200\/40 {
  border-bottom-color: rgb(254 215 170 / 0.4);
}
.border-b-orange-200\/45 {
  border-bottom-color: rgb(254 215 170 / 0.45);
}
.border-b-orange-200\/5 {
  border-bottom-color: rgb(254 215 170 / 0.05);
}
.border-b-orange-200\/50 {
  border-bottom-color: rgb(254 215 170 / 0.5);
}
.border-b-orange-200\/55 {
  border-bottom-color: rgb(254 215 170 / 0.55);
}
.border-b-orange-200\/60 {
  border-bottom-color: rgb(254 215 170 / 0.6);
}
.border-b-orange-200\/65 {
  border-bottom-color: rgb(254 215 170 / 0.65);
}
.border-b-orange-200\/70 {
  border-bottom-color: rgb(254 215 170 / 0.7);
}
.border-b-orange-200\/75 {
  border-bottom-color: rgb(254 215 170 / 0.75);
}
.border-b-orange-200\/80 {
  border-bottom-color: rgb(254 215 170 / 0.8);
}
.border-b-orange-200\/85 {
  border-bottom-color: rgb(254 215 170 / 0.85);
}
.border-b-orange-200\/90 {
  border-bottom-color: rgb(254 215 170 / 0.9);
}
.border-b-orange-200\/95 {
  border-bottom-color: rgb(254 215 170 / 0.95);
}
.border-b-orange-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-b-orange-300\/0 {
  border-bottom-color: rgb(253 186 116 / 0);
}
.border-b-orange-300\/10 {
  border-bottom-color: rgb(253 186 116 / 0.1);
}
.border-b-orange-300\/100 {
  border-bottom-color: rgb(253 186 116 / 1);
}
.border-b-orange-300\/15 {
  border-bottom-color: rgb(253 186 116 / 0.15);
}
.border-b-orange-300\/20 {
  border-bottom-color: rgb(253 186 116 / 0.2);
}
.border-b-orange-300\/25 {
  border-bottom-color: rgb(253 186 116 / 0.25);
}
.border-b-orange-300\/30 {
  border-bottom-color: rgb(253 186 116 / 0.3);
}
.border-b-orange-300\/35 {
  border-bottom-color: rgb(253 186 116 / 0.35);
}
.border-b-orange-300\/40 {
  border-bottom-color: rgb(253 186 116 / 0.4);
}
.border-b-orange-300\/45 {
  border-bottom-color: rgb(253 186 116 / 0.45);
}
.border-b-orange-300\/5 {
  border-bottom-color: rgb(253 186 116 / 0.05);
}
.border-b-orange-300\/50 {
  border-bottom-color: rgb(253 186 116 / 0.5);
}
.border-b-orange-300\/55 {
  border-bottom-color: rgb(253 186 116 / 0.55);
}
.border-b-orange-300\/60 {
  border-bottom-color: rgb(253 186 116 / 0.6);
}
.border-b-orange-300\/65 {
  border-bottom-color: rgb(253 186 116 / 0.65);
}
.border-b-orange-300\/70 {
  border-bottom-color: rgb(253 186 116 / 0.7);
}
.border-b-orange-300\/75 {
  border-bottom-color: rgb(253 186 116 / 0.75);
}
.border-b-orange-300\/80 {
  border-bottom-color: rgb(253 186 116 / 0.8);
}
.border-b-orange-300\/85 {
  border-bottom-color: rgb(253 186 116 / 0.85);
}
.border-b-orange-300\/90 {
  border-bottom-color: rgb(253 186 116 / 0.9);
}
.border-b-orange-300\/95 {
  border-bottom-color: rgb(253 186 116 / 0.95);
}
.border-b-orange-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-b-orange-400\/0 {
  border-bottom-color: rgb(251 146 60 / 0);
}
.border-b-orange-400\/10 {
  border-bottom-color: rgb(251 146 60 / 0.1);
}
.border-b-orange-400\/100 {
  border-bottom-color: rgb(251 146 60 / 1);
}
.border-b-orange-400\/15 {
  border-bottom-color: rgb(251 146 60 / 0.15);
}
.border-b-orange-400\/20 {
  border-bottom-color: rgb(251 146 60 / 0.2);
}
.border-b-orange-400\/25 {
  border-bottom-color: rgb(251 146 60 / 0.25);
}
.border-b-orange-400\/30 {
  border-bottom-color: rgb(251 146 60 / 0.3);
}
.border-b-orange-400\/35 {
  border-bottom-color: rgb(251 146 60 / 0.35);
}
.border-b-orange-400\/40 {
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.border-b-orange-400\/45 {
  border-bottom-color: rgb(251 146 60 / 0.45);
}
.border-b-orange-400\/5 {
  border-bottom-color: rgb(251 146 60 / 0.05);
}
.border-b-orange-400\/50 {
  border-bottom-color: rgb(251 146 60 / 0.5);
}
.border-b-orange-400\/55 {
  border-bottom-color: rgb(251 146 60 / 0.55);
}
.border-b-orange-400\/60 {
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.border-b-orange-400\/65 {
  border-bottom-color: rgb(251 146 60 / 0.65);
}
.border-b-orange-400\/70 {
  border-bottom-color: rgb(251 146 60 / 0.7);
}
.border-b-orange-400\/75 {
  border-bottom-color: rgb(251 146 60 / 0.75);
}
.border-b-orange-400\/80 {
  border-bottom-color: rgb(251 146 60 / 0.8);
}
.border-b-orange-400\/85 {
  border-bottom-color: rgb(251 146 60 / 0.85);
}
.border-b-orange-400\/90 {
  border-bottom-color: rgb(251 146 60 / 0.9);
}
.border-b-orange-400\/95 {
  border-bottom-color: rgb(251 146 60 / 0.95);
}
.border-b-orange-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-b-orange-50\/0 {
  border-bottom-color: rgb(255 247 237 / 0);
}
.border-b-orange-50\/10 {
  border-bottom-color: rgb(255 247 237 / 0.1);
}
.border-b-orange-50\/100 {
  border-bottom-color: rgb(255 247 237 / 1);
}
.border-b-orange-50\/15 {
  border-bottom-color: rgb(255 247 237 / 0.15);
}
.border-b-orange-50\/20 {
  border-bottom-color: rgb(255 247 237 / 0.2);
}
.border-b-orange-50\/25 {
  border-bottom-color: rgb(255 247 237 / 0.25);
}
.border-b-orange-50\/30 {
  border-bottom-color: rgb(255 247 237 / 0.3);
}
.border-b-orange-50\/35 {
  border-bottom-color: rgb(255 247 237 / 0.35);
}
.border-b-orange-50\/40 {
  border-bottom-color: rgb(255 247 237 / 0.4);
}
.border-b-orange-50\/45 {
  border-bottom-color: rgb(255 247 237 / 0.45);
}
.border-b-orange-50\/5 {
  border-bottom-color: rgb(255 247 237 / 0.05);
}
.border-b-orange-50\/50 {
  border-bottom-color: rgb(255 247 237 / 0.5);
}
.border-b-orange-50\/55 {
  border-bottom-color: rgb(255 247 237 / 0.55);
}
.border-b-orange-50\/60 {
  border-bottom-color: rgb(255 247 237 / 0.6);
}
.border-b-orange-50\/65 {
  border-bottom-color: rgb(255 247 237 / 0.65);
}
.border-b-orange-50\/70 {
  border-bottom-color: rgb(255 247 237 / 0.7);
}
.border-b-orange-50\/75 {
  border-bottom-color: rgb(255 247 237 / 0.75);
}
.border-b-orange-50\/80 {
  border-bottom-color: rgb(255 247 237 / 0.8);
}
.border-b-orange-50\/85 {
  border-bottom-color: rgb(255 247 237 / 0.85);
}
.border-b-orange-50\/90 {
  border-bottom-color: rgb(255 247 237 / 0.9);
}
.border-b-orange-50\/95 {
  border-bottom-color: rgb(255 247 237 / 0.95);
}
.border-b-orange-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-b-orange-500\/0 {
  border-bottom-color: rgb(249 115 22 / 0);
}
.border-b-orange-500\/10 {
  border-bottom-color: rgb(249 115 22 / 0.1);
}
.border-b-orange-500\/100 {
  border-bottom-color: rgb(249 115 22 / 1);
}
.border-b-orange-500\/15 {
  border-bottom-color: rgb(249 115 22 / 0.15);
}
.border-b-orange-500\/20 {
  border-bottom-color: rgb(249 115 22 / 0.2);
}
.border-b-orange-500\/25 {
  border-bottom-color: rgb(249 115 22 / 0.25);
}
.border-b-orange-500\/30 {
  border-bottom-color: rgb(249 115 22 / 0.3);
}
.border-b-orange-500\/35 {
  border-bottom-color: rgb(249 115 22 / 0.35);
}
.border-b-orange-500\/40 {
  border-bottom-color: rgb(249 115 22 / 0.4);
}
.border-b-orange-500\/45 {
  border-bottom-color: rgb(249 115 22 / 0.45);
}
.border-b-orange-500\/5 {
  border-bottom-color: rgb(249 115 22 / 0.05);
}
.border-b-orange-500\/50 {
  border-bottom-color: rgb(249 115 22 / 0.5);
}
.border-b-orange-500\/55 {
  border-bottom-color: rgb(249 115 22 / 0.55);
}
.border-b-orange-500\/60 {
  border-bottom-color: rgb(249 115 22 / 0.6);
}
.border-b-orange-500\/65 {
  border-bottom-color: rgb(249 115 22 / 0.65);
}
.border-b-orange-500\/70 {
  border-bottom-color: rgb(249 115 22 / 0.7);
}
.border-b-orange-500\/75 {
  border-bottom-color: rgb(249 115 22 / 0.75);
}
.border-b-orange-500\/80 {
  border-bottom-color: rgb(249 115 22 / 0.8);
}
.border-b-orange-500\/85 {
  border-bottom-color: rgb(249 115 22 / 0.85);
}
.border-b-orange-500\/90 {
  border-bottom-color: rgb(249 115 22 / 0.9);
}
.border-b-orange-500\/95 {
  border-bottom-color: rgb(249 115 22 / 0.95);
}
.border-b-orange-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-b-orange-600\/0 {
  border-bottom-color: rgb(234 88 12 / 0);
}
.border-b-orange-600\/10 {
  border-bottom-color: rgb(234 88 12 / 0.1);
}
.border-b-orange-600\/100 {
  border-bottom-color: rgb(234 88 12 / 1);
}
.border-b-orange-600\/15 {
  border-bottom-color: rgb(234 88 12 / 0.15);
}
.border-b-orange-600\/20 {
  border-bottom-color: rgb(234 88 12 / 0.2);
}
.border-b-orange-600\/25 {
  border-bottom-color: rgb(234 88 12 / 0.25);
}
.border-b-orange-600\/30 {
  border-bottom-color: rgb(234 88 12 / 0.3);
}
.border-b-orange-600\/35 {
  border-bottom-color: rgb(234 88 12 / 0.35);
}
.border-b-orange-600\/40 {
  border-bottom-color: rgb(234 88 12 / 0.4);
}
.border-b-orange-600\/45 {
  border-bottom-color: rgb(234 88 12 / 0.45);
}
.border-b-orange-600\/5 {
  border-bottom-color: rgb(234 88 12 / 0.05);
}
.border-b-orange-600\/50 {
  border-bottom-color: rgb(234 88 12 / 0.5);
}
.border-b-orange-600\/55 {
  border-bottom-color: rgb(234 88 12 / 0.55);
}
.border-b-orange-600\/60 {
  border-bottom-color: rgb(234 88 12 / 0.6);
}
.border-b-orange-600\/65 {
  border-bottom-color: rgb(234 88 12 / 0.65);
}
.border-b-orange-600\/70 {
  border-bottom-color: rgb(234 88 12 / 0.7);
}
.border-b-orange-600\/75 {
  border-bottom-color: rgb(234 88 12 / 0.75);
}
.border-b-orange-600\/80 {
  border-bottom-color: rgb(234 88 12 / 0.8);
}
.border-b-orange-600\/85 {
  border-bottom-color: rgb(234 88 12 / 0.85);
}
.border-b-orange-600\/90 {
  border-bottom-color: rgb(234 88 12 / 0.9);
}
.border-b-orange-600\/95 {
  border-bottom-color: rgb(234 88 12 / 0.95);
}
.border-b-orange-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-b-orange-700\/0 {
  border-bottom-color: rgb(194 65 12 / 0);
}
.border-b-orange-700\/10 {
  border-bottom-color: rgb(194 65 12 / 0.1);
}
.border-b-orange-700\/100 {
  border-bottom-color: rgb(194 65 12 / 1);
}
.border-b-orange-700\/15 {
  border-bottom-color: rgb(194 65 12 / 0.15);
}
.border-b-orange-700\/20 {
  border-bottom-color: rgb(194 65 12 / 0.2);
}
.border-b-orange-700\/25 {
  border-bottom-color: rgb(194 65 12 / 0.25);
}
.border-b-orange-700\/30 {
  border-bottom-color: rgb(194 65 12 / 0.3);
}
.border-b-orange-700\/35 {
  border-bottom-color: rgb(194 65 12 / 0.35);
}
.border-b-orange-700\/40 {
  border-bottom-color: rgb(194 65 12 / 0.4);
}
.border-b-orange-700\/45 {
  border-bottom-color: rgb(194 65 12 / 0.45);
}
.border-b-orange-700\/5 {
  border-bottom-color: rgb(194 65 12 / 0.05);
}
.border-b-orange-700\/50 {
  border-bottom-color: rgb(194 65 12 / 0.5);
}
.border-b-orange-700\/55 {
  border-bottom-color: rgb(194 65 12 / 0.55);
}
.border-b-orange-700\/60 {
  border-bottom-color: rgb(194 65 12 / 0.6);
}
.border-b-orange-700\/65 {
  border-bottom-color: rgb(194 65 12 / 0.65);
}
.border-b-orange-700\/70 {
  border-bottom-color: rgb(194 65 12 / 0.7);
}
.border-b-orange-700\/75 {
  border-bottom-color: rgb(194 65 12 / 0.75);
}
.border-b-orange-700\/80 {
  border-bottom-color: rgb(194 65 12 / 0.8);
}
.border-b-orange-700\/85 {
  border-bottom-color: rgb(194 65 12 / 0.85);
}
.border-b-orange-700\/90 {
  border-bottom-color: rgb(194 65 12 / 0.9);
}
.border-b-orange-700\/95 {
  border-bottom-color: rgb(194 65 12 / 0.95);
}
.border-b-orange-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-b-orange-800\/0 {
  border-bottom-color: rgb(154 52 18 / 0);
}
.border-b-orange-800\/10 {
  border-bottom-color: rgb(154 52 18 / 0.1);
}
.border-b-orange-800\/100 {
  border-bottom-color: rgb(154 52 18 / 1);
}
.border-b-orange-800\/15 {
  border-bottom-color: rgb(154 52 18 / 0.15);
}
.border-b-orange-800\/20 {
  border-bottom-color: rgb(154 52 18 / 0.2);
}
.border-b-orange-800\/25 {
  border-bottom-color: rgb(154 52 18 / 0.25);
}
.border-b-orange-800\/30 {
  border-bottom-color: rgb(154 52 18 / 0.3);
}
.border-b-orange-800\/35 {
  border-bottom-color: rgb(154 52 18 / 0.35);
}
.border-b-orange-800\/40 {
  border-bottom-color: rgb(154 52 18 / 0.4);
}
.border-b-orange-800\/45 {
  border-bottom-color: rgb(154 52 18 / 0.45);
}
.border-b-orange-800\/5 {
  border-bottom-color: rgb(154 52 18 / 0.05);
}
.border-b-orange-800\/50 {
  border-bottom-color: rgb(154 52 18 / 0.5);
}
.border-b-orange-800\/55 {
  border-bottom-color: rgb(154 52 18 / 0.55);
}
.border-b-orange-800\/60 {
  border-bottom-color: rgb(154 52 18 / 0.6);
}
.border-b-orange-800\/65 {
  border-bottom-color: rgb(154 52 18 / 0.65);
}
.border-b-orange-800\/70 {
  border-bottom-color: rgb(154 52 18 / 0.7);
}
.border-b-orange-800\/75 {
  border-bottom-color: rgb(154 52 18 / 0.75);
}
.border-b-orange-800\/80 {
  border-bottom-color: rgb(154 52 18 / 0.8);
}
.border-b-orange-800\/85 {
  border-bottom-color: rgb(154 52 18 / 0.85);
}
.border-b-orange-800\/90 {
  border-bottom-color: rgb(154 52 18 / 0.9);
}
.border-b-orange-800\/95 {
  border-bottom-color: rgb(154 52 18 / 0.95);
}
.border-b-orange-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-b-orange-900\/0 {
  border-bottom-color: rgb(124 45 18 / 0);
}
.border-b-orange-900\/10 {
  border-bottom-color: rgb(124 45 18 / 0.1);
}
.border-b-orange-900\/100 {
  border-bottom-color: rgb(124 45 18 / 1);
}
.border-b-orange-900\/15 {
  border-bottom-color: rgb(124 45 18 / 0.15);
}
.border-b-orange-900\/20 {
  border-bottom-color: rgb(124 45 18 / 0.2);
}
.border-b-orange-900\/25 {
  border-bottom-color: rgb(124 45 18 / 0.25);
}
.border-b-orange-900\/30 {
  border-bottom-color: rgb(124 45 18 / 0.3);
}
.border-b-orange-900\/35 {
  border-bottom-color: rgb(124 45 18 / 0.35);
}
.border-b-orange-900\/40 {
  border-bottom-color: rgb(124 45 18 / 0.4);
}
.border-b-orange-900\/45 {
  border-bottom-color: rgb(124 45 18 / 0.45);
}
.border-b-orange-900\/5 {
  border-bottom-color: rgb(124 45 18 / 0.05);
}
.border-b-orange-900\/50 {
  border-bottom-color: rgb(124 45 18 / 0.5);
}
.border-b-orange-900\/55 {
  border-bottom-color: rgb(124 45 18 / 0.55);
}
.border-b-orange-900\/60 {
  border-bottom-color: rgb(124 45 18 / 0.6);
}
.border-b-orange-900\/65 {
  border-bottom-color: rgb(124 45 18 / 0.65);
}
.border-b-orange-900\/70 {
  border-bottom-color: rgb(124 45 18 / 0.7);
}
.border-b-orange-900\/75 {
  border-bottom-color: rgb(124 45 18 / 0.75);
}
.border-b-orange-900\/80 {
  border-bottom-color: rgb(124 45 18 / 0.8);
}
.border-b-orange-900\/85 {
  border-bottom-color: rgb(124 45 18 / 0.85);
}
.border-b-orange-900\/90 {
  border-bottom-color: rgb(124 45 18 / 0.9);
}
.border-b-orange-900\/95 {
  border-bottom-color: rgb(124 45 18 / 0.95);
}
.border-b-orange-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-b-orange-950\/0 {
  border-bottom-color: rgb(67 20 7 / 0);
}
.border-b-orange-950\/10 {
  border-bottom-color: rgb(67 20 7 / 0.1);
}
.border-b-orange-950\/100 {
  border-bottom-color: rgb(67 20 7 / 1);
}
.border-b-orange-950\/15 {
  border-bottom-color: rgb(67 20 7 / 0.15);
}
.border-b-orange-950\/20 {
  border-bottom-color: rgb(67 20 7 / 0.2);
}
.border-b-orange-950\/25 {
  border-bottom-color: rgb(67 20 7 / 0.25);
}
.border-b-orange-950\/30 {
  border-bottom-color: rgb(67 20 7 / 0.3);
}
.border-b-orange-950\/35 {
  border-bottom-color: rgb(67 20 7 / 0.35);
}
.border-b-orange-950\/40 {
  border-bottom-color: rgb(67 20 7 / 0.4);
}
.border-b-orange-950\/45 {
  border-bottom-color: rgb(67 20 7 / 0.45);
}
.border-b-orange-950\/5 {
  border-bottom-color: rgb(67 20 7 / 0.05);
}
.border-b-orange-950\/50 {
  border-bottom-color: rgb(67 20 7 / 0.5);
}
.border-b-orange-950\/55 {
  border-bottom-color: rgb(67 20 7 / 0.55);
}
.border-b-orange-950\/60 {
  border-bottom-color: rgb(67 20 7 / 0.6);
}
.border-b-orange-950\/65 {
  border-bottom-color: rgb(67 20 7 / 0.65);
}
.border-b-orange-950\/70 {
  border-bottom-color: rgb(67 20 7 / 0.7);
}
.border-b-orange-950\/75 {
  border-bottom-color: rgb(67 20 7 / 0.75);
}
.border-b-orange-950\/80 {
  border-bottom-color: rgb(67 20 7 / 0.8);
}
.border-b-orange-950\/85 {
  border-bottom-color: rgb(67 20 7 / 0.85);
}
.border-b-orange-950\/90 {
  border-bottom-color: rgb(67 20 7 / 0.9);
}
.border-b-orange-950\/95 {
  border-bottom-color: rgb(67 20 7 / 0.95);
}
.border-b-pink-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-b-pink-100\/0 {
  border-bottom-color: rgb(252 231 243 / 0);
}
.border-b-pink-100\/10 {
  border-bottom-color: rgb(252 231 243 / 0.1);
}
.border-b-pink-100\/100 {
  border-bottom-color: rgb(252 231 243 / 1);
}
.border-b-pink-100\/15 {
  border-bottom-color: rgb(252 231 243 / 0.15);
}
.border-b-pink-100\/20 {
  border-bottom-color: rgb(252 231 243 / 0.2);
}
.border-b-pink-100\/25 {
  border-bottom-color: rgb(252 231 243 / 0.25);
}
.border-b-pink-100\/30 {
  border-bottom-color: rgb(252 231 243 / 0.3);
}
.border-b-pink-100\/35 {
  border-bottom-color: rgb(252 231 243 / 0.35);
}
.border-b-pink-100\/40 {
  border-bottom-color: rgb(252 231 243 / 0.4);
}
.border-b-pink-100\/45 {
  border-bottom-color: rgb(252 231 243 / 0.45);
}
.border-b-pink-100\/5 {
  border-bottom-color: rgb(252 231 243 / 0.05);
}
.border-b-pink-100\/50 {
  border-bottom-color: rgb(252 231 243 / 0.5);
}
.border-b-pink-100\/55 {
  border-bottom-color: rgb(252 231 243 / 0.55);
}
.border-b-pink-100\/60 {
  border-bottom-color: rgb(252 231 243 / 0.6);
}
.border-b-pink-100\/65 {
  border-bottom-color: rgb(252 231 243 / 0.65);
}
.border-b-pink-100\/70 {
  border-bottom-color: rgb(252 231 243 / 0.7);
}
.border-b-pink-100\/75 {
  border-bottom-color: rgb(252 231 243 / 0.75);
}
.border-b-pink-100\/80 {
  border-bottom-color: rgb(252 231 243 / 0.8);
}
.border-b-pink-100\/85 {
  border-bottom-color: rgb(252 231 243 / 0.85);
}
.border-b-pink-100\/90 {
  border-bottom-color: rgb(252 231 243 / 0.9);
}
.border-b-pink-100\/95 {
  border-bottom-color: rgb(252 231 243 / 0.95);
}
.border-b-pink-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-b-pink-200\/0 {
  border-bottom-color: rgb(251 207 232 / 0);
}
.border-b-pink-200\/10 {
  border-bottom-color: rgb(251 207 232 / 0.1);
}
.border-b-pink-200\/100 {
  border-bottom-color: rgb(251 207 232 / 1);
}
.border-b-pink-200\/15 {
  border-bottom-color: rgb(251 207 232 / 0.15);
}
.border-b-pink-200\/20 {
  border-bottom-color: rgb(251 207 232 / 0.2);
}
.border-b-pink-200\/25 {
  border-bottom-color: rgb(251 207 232 / 0.25);
}
.border-b-pink-200\/30 {
  border-bottom-color: rgb(251 207 232 / 0.3);
}
.border-b-pink-200\/35 {
  border-bottom-color: rgb(251 207 232 / 0.35);
}
.border-b-pink-200\/40 {
  border-bottom-color: rgb(251 207 232 / 0.4);
}
.border-b-pink-200\/45 {
  border-bottom-color: rgb(251 207 232 / 0.45);
}
.border-b-pink-200\/5 {
  border-bottom-color: rgb(251 207 232 / 0.05);
}
.border-b-pink-200\/50 {
  border-bottom-color: rgb(251 207 232 / 0.5);
}
.border-b-pink-200\/55 {
  border-bottom-color: rgb(251 207 232 / 0.55);
}
.border-b-pink-200\/60 {
  border-bottom-color: rgb(251 207 232 / 0.6);
}
.border-b-pink-200\/65 {
  border-bottom-color: rgb(251 207 232 / 0.65);
}
.border-b-pink-200\/70 {
  border-bottom-color: rgb(251 207 232 / 0.7);
}
.border-b-pink-200\/75 {
  border-bottom-color: rgb(251 207 232 / 0.75);
}
.border-b-pink-200\/80 {
  border-bottom-color: rgb(251 207 232 / 0.8);
}
.border-b-pink-200\/85 {
  border-bottom-color: rgb(251 207 232 / 0.85);
}
.border-b-pink-200\/90 {
  border-bottom-color: rgb(251 207 232 / 0.9);
}
.border-b-pink-200\/95 {
  border-bottom-color: rgb(251 207 232 / 0.95);
}
.border-b-pink-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-b-pink-300\/0 {
  border-bottom-color: rgb(249 168 212 / 0);
}
.border-b-pink-300\/10 {
  border-bottom-color: rgb(249 168 212 / 0.1);
}
.border-b-pink-300\/100 {
  border-bottom-color: rgb(249 168 212 / 1);
}
.border-b-pink-300\/15 {
  border-bottom-color: rgb(249 168 212 / 0.15);
}
.border-b-pink-300\/20 {
  border-bottom-color: rgb(249 168 212 / 0.2);
}
.border-b-pink-300\/25 {
  border-bottom-color: rgb(249 168 212 / 0.25);
}
.border-b-pink-300\/30 {
  border-bottom-color: rgb(249 168 212 / 0.3);
}
.border-b-pink-300\/35 {
  border-bottom-color: rgb(249 168 212 / 0.35);
}
.border-b-pink-300\/40 {
  border-bottom-color: rgb(249 168 212 / 0.4);
}
.border-b-pink-300\/45 {
  border-bottom-color: rgb(249 168 212 / 0.45);
}
.border-b-pink-300\/5 {
  border-bottom-color: rgb(249 168 212 / 0.05);
}
.border-b-pink-300\/50 {
  border-bottom-color: rgb(249 168 212 / 0.5);
}
.border-b-pink-300\/55 {
  border-bottom-color: rgb(249 168 212 / 0.55);
}
.border-b-pink-300\/60 {
  border-bottom-color: rgb(249 168 212 / 0.6);
}
.border-b-pink-300\/65 {
  border-bottom-color: rgb(249 168 212 / 0.65);
}
.border-b-pink-300\/70 {
  border-bottom-color: rgb(249 168 212 / 0.7);
}
.border-b-pink-300\/75 {
  border-bottom-color: rgb(249 168 212 / 0.75);
}
.border-b-pink-300\/80 {
  border-bottom-color: rgb(249 168 212 / 0.8);
}
.border-b-pink-300\/85 {
  border-bottom-color: rgb(249 168 212 / 0.85);
}
.border-b-pink-300\/90 {
  border-bottom-color: rgb(249 168 212 / 0.9);
}
.border-b-pink-300\/95 {
  border-bottom-color: rgb(249 168 212 / 0.95);
}
.border-b-pink-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-b-pink-400\/0 {
  border-bottom-color: rgb(244 114 182 / 0);
}
.border-b-pink-400\/10 {
  border-bottom-color: rgb(244 114 182 / 0.1);
}
.border-b-pink-400\/100 {
  border-bottom-color: rgb(244 114 182 / 1);
}
.border-b-pink-400\/15 {
  border-bottom-color: rgb(244 114 182 / 0.15);
}
.border-b-pink-400\/20 {
  border-bottom-color: rgb(244 114 182 / 0.2);
}
.border-b-pink-400\/25 {
  border-bottom-color: rgb(244 114 182 / 0.25);
}
.border-b-pink-400\/30 {
  border-bottom-color: rgb(244 114 182 / 0.3);
}
.border-b-pink-400\/35 {
  border-bottom-color: rgb(244 114 182 / 0.35);
}
.border-b-pink-400\/40 {
  border-bottom-color: rgb(244 114 182 / 0.4);
}
.border-b-pink-400\/45 {
  border-bottom-color: rgb(244 114 182 / 0.45);
}
.border-b-pink-400\/5 {
  border-bottom-color: rgb(244 114 182 / 0.05);
}
.border-b-pink-400\/50 {
  border-bottom-color: rgb(244 114 182 / 0.5);
}
.border-b-pink-400\/55 {
  border-bottom-color: rgb(244 114 182 / 0.55);
}
.border-b-pink-400\/60 {
  border-bottom-color: rgb(244 114 182 / 0.6);
}
.border-b-pink-400\/65 {
  border-bottom-color: rgb(244 114 182 / 0.65);
}
.border-b-pink-400\/70 {
  border-bottom-color: rgb(244 114 182 / 0.7);
}
.border-b-pink-400\/75 {
  border-bottom-color: rgb(244 114 182 / 0.75);
}
.border-b-pink-400\/80 {
  border-bottom-color: rgb(244 114 182 / 0.8);
}
.border-b-pink-400\/85 {
  border-bottom-color: rgb(244 114 182 / 0.85);
}
.border-b-pink-400\/90 {
  border-bottom-color: rgb(244 114 182 / 0.9);
}
.border-b-pink-400\/95 {
  border-bottom-color: rgb(244 114 182 / 0.95);
}
.border-b-pink-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-b-pink-50\/0 {
  border-bottom-color: rgb(253 242 248 / 0);
}
.border-b-pink-50\/10 {
  border-bottom-color: rgb(253 242 248 / 0.1);
}
.border-b-pink-50\/100 {
  border-bottom-color: rgb(253 242 248 / 1);
}
.border-b-pink-50\/15 {
  border-bottom-color: rgb(253 242 248 / 0.15);
}
.border-b-pink-50\/20 {
  border-bottom-color: rgb(253 242 248 / 0.2);
}
.border-b-pink-50\/25 {
  border-bottom-color: rgb(253 242 248 / 0.25);
}
.border-b-pink-50\/30 {
  border-bottom-color: rgb(253 242 248 / 0.3);
}
.border-b-pink-50\/35 {
  border-bottom-color: rgb(253 242 248 / 0.35);
}
.border-b-pink-50\/40 {
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.border-b-pink-50\/45 {
  border-bottom-color: rgb(253 242 248 / 0.45);
}
.border-b-pink-50\/5 {
  border-bottom-color: rgb(253 242 248 / 0.05);
}
.border-b-pink-50\/50 {
  border-bottom-color: rgb(253 242 248 / 0.5);
}
.border-b-pink-50\/55 {
  border-bottom-color: rgb(253 242 248 / 0.55);
}
.border-b-pink-50\/60 {
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.border-b-pink-50\/65 {
  border-bottom-color: rgb(253 242 248 / 0.65);
}
.border-b-pink-50\/70 {
  border-bottom-color: rgb(253 242 248 / 0.7);
}
.border-b-pink-50\/75 {
  border-bottom-color: rgb(253 242 248 / 0.75);
}
.border-b-pink-50\/80 {
  border-bottom-color: rgb(253 242 248 / 0.8);
}
.border-b-pink-50\/85 {
  border-bottom-color: rgb(253 242 248 / 0.85);
}
.border-b-pink-50\/90 {
  border-bottom-color: rgb(253 242 248 / 0.9);
}
.border-b-pink-50\/95 {
  border-bottom-color: rgb(253 242 248 / 0.95);
}
.border-b-pink-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-b-pink-500\/0 {
  border-bottom-color: rgb(236 72 153 / 0);
}
.border-b-pink-500\/10 {
  border-bottom-color: rgb(236 72 153 / 0.1);
}
.border-b-pink-500\/100 {
  border-bottom-color: rgb(236 72 153 / 1);
}
.border-b-pink-500\/15 {
  border-bottom-color: rgb(236 72 153 / 0.15);
}
.border-b-pink-500\/20 {
  border-bottom-color: rgb(236 72 153 / 0.2);
}
.border-b-pink-500\/25 {
  border-bottom-color: rgb(236 72 153 / 0.25);
}
.border-b-pink-500\/30 {
  border-bottom-color: rgb(236 72 153 / 0.3);
}
.border-b-pink-500\/35 {
  border-bottom-color: rgb(236 72 153 / 0.35);
}
.border-b-pink-500\/40 {
  border-bottom-color: rgb(236 72 153 / 0.4);
}
.border-b-pink-500\/45 {
  border-bottom-color: rgb(236 72 153 / 0.45);
}
.border-b-pink-500\/5 {
  border-bottom-color: rgb(236 72 153 / 0.05);
}
.border-b-pink-500\/50 {
  border-bottom-color: rgb(236 72 153 / 0.5);
}
.border-b-pink-500\/55 {
  border-bottom-color: rgb(236 72 153 / 0.55);
}
.border-b-pink-500\/60 {
  border-bottom-color: rgb(236 72 153 / 0.6);
}
.border-b-pink-500\/65 {
  border-bottom-color: rgb(236 72 153 / 0.65);
}
.border-b-pink-500\/70 {
  border-bottom-color: rgb(236 72 153 / 0.7);
}
.border-b-pink-500\/75 {
  border-bottom-color: rgb(236 72 153 / 0.75);
}
.border-b-pink-500\/80 {
  border-bottom-color: rgb(236 72 153 / 0.8);
}
.border-b-pink-500\/85 {
  border-bottom-color: rgb(236 72 153 / 0.85);
}
.border-b-pink-500\/90 {
  border-bottom-color: rgb(236 72 153 / 0.9);
}
.border-b-pink-500\/95 {
  border-bottom-color: rgb(236 72 153 / 0.95);
}
.border-b-pink-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-b-pink-600\/0 {
  border-bottom-color: rgb(219 39 119 / 0);
}
.border-b-pink-600\/10 {
  border-bottom-color: rgb(219 39 119 / 0.1);
}
.border-b-pink-600\/100 {
  border-bottom-color: rgb(219 39 119 / 1);
}
.border-b-pink-600\/15 {
  border-bottom-color: rgb(219 39 119 / 0.15);
}
.border-b-pink-600\/20 {
  border-bottom-color: rgb(219 39 119 / 0.2);
}
.border-b-pink-600\/25 {
  border-bottom-color: rgb(219 39 119 / 0.25);
}
.border-b-pink-600\/30 {
  border-bottom-color: rgb(219 39 119 / 0.3);
}
.border-b-pink-600\/35 {
  border-bottom-color: rgb(219 39 119 / 0.35);
}
.border-b-pink-600\/40 {
  border-bottom-color: rgb(219 39 119 / 0.4);
}
.border-b-pink-600\/45 {
  border-bottom-color: rgb(219 39 119 / 0.45);
}
.border-b-pink-600\/5 {
  border-bottom-color: rgb(219 39 119 / 0.05);
}
.border-b-pink-600\/50 {
  border-bottom-color: rgb(219 39 119 / 0.5);
}
.border-b-pink-600\/55 {
  border-bottom-color: rgb(219 39 119 / 0.55);
}
.border-b-pink-600\/60 {
  border-bottom-color: rgb(219 39 119 / 0.6);
}
.border-b-pink-600\/65 {
  border-bottom-color: rgb(219 39 119 / 0.65);
}
.border-b-pink-600\/70 {
  border-bottom-color: rgb(219 39 119 / 0.7);
}
.border-b-pink-600\/75 {
  border-bottom-color: rgb(219 39 119 / 0.75);
}
.border-b-pink-600\/80 {
  border-bottom-color: rgb(219 39 119 / 0.8);
}
.border-b-pink-600\/85 {
  border-bottom-color: rgb(219 39 119 / 0.85);
}
.border-b-pink-600\/90 {
  border-bottom-color: rgb(219 39 119 / 0.9);
}
.border-b-pink-600\/95 {
  border-bottom-color: rgb(219 39 119 / 0.95);
}
.border-b-pink-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-b-pink-700\/0 {
  border-bottom-color: rgb(190 24 93 / 0);
}
.border-b-pink-700\/10 {
  border-bottom-color: rgb(190 24 93 / 0.1);
}
.border-b-pink-700\/100 {
  border-bottom-color: rgb(190 24 93 / 1);
}
.border-b-pink-700\/15 {
  border-bottom-color: rgb(190 24 93 / 0.15);
}
.border-b-pink-700\/20 {
  border-bottom-color: rgb(190 24 93 / 0.2);
}
.border-b-pink-700\/25 {
  border-bottom-color: rgb(190 24 93 / 0.25);
}
.border-b-pink-700\/30 {
  border-bottom-color: rgb(190 24 93 / 0.3);
}
.border-b-pink-700\/35 {
  border-bottom-color: rgb(190 24 93 / 0.35);
}
.border-b-pink-700\/40 {
  border-bottom-color: rgb(190 24 93 / 0.4);
}
.border-b-pink-700\/45 {
  border-bottom-color: rgb(190 24 93 / 0.45);
}
.border-b-pink-700\/5 {
  border-bottom-color: rgb(190 24 93 / 0.05);
}
.border-b-pink-700\/50 {
  border-bottom-color: rgb(190 24 93 / 0.5);
}
.border-b-pink-700\/55 {
  border-bottom-color: rgb(190 24 93 / 0.55);
}
.border-b-pink-700\/60 {
  border-bottom-color: rgb(190 24 93 / 0.6);
}
.border-b-pink-700\/65 {
  border-bottom-color: rgb(190 24 93 / 0.65);
}
.border-b-pink-700\/70 {
  border-bottom-color: rgb(190 24 93 / 0.7);
}
.border-b-pink-700\/75 {
  border-bottom-color: rgb(190 24 93 / 0.75);
}
.border-b-pink-700\/80 {
  border-bottom-color: rgb(190 24 93 / 0.8);
}
.border-b-pink-700\/85 {
  border-bottom-color: rgb(190 24 93 / 0.85);
}
.border-b-pink-700\/90 {
  border-bottom-color: rgb(190 24 93 / 0.9);
}
.border-b-pink-700\/95 {
  border-bottom-color: rgb(190 24 93 / 0.95);
}
.border-b-pink-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-b-pink-800\/0 {
  border-bottom-color: rgb(157 23 77 / 0);
}
.border-b-pink-800\/10 {
  border-bottom-color: rgb(157 23 77 / 0.1);
}
.border-b-pink-800\/100 {
  border-bottom-color: rgb(157 23 77 / 1);
}
.border-b-pink-800\/15 {
  border-bottom-color: rgb(157 23 77 / 0.15);
}
.border-b-pink-800\/20 {
  border-bottom-color: rgb(157 23 77 / 0.2);
}
.border-b-pink-800\/25 {
  border-bottom-color: rgb(157 23 77 / 0.25);
}
.border-b-pink-800\/30 {
  border-bottom-color: rgb(157 23 77 / 0.3);
}
.border-b-pink-800\/35 {
  border-bottom-color: rgb(157 23 77 / 0.35);
}
.border-b-pink-800\/40 {
  border-bottom-color: rgb(157 23 77 / 0.4);
}
.border-b-pink-800\/45 {
  border-bottom-color: rgb(157 23 77 / 0.45);
}
.border-b-pink-800\/5 {
  border-bottom-color: rgb(157 23 77 / 0.05);
}
.border-b-pink-800\/50 {
  border-bottom-color: rgb(157 23 77 / 0.5);
}
.border-b-pink-800\/55 {
  border-bottom-color: rgb(157 23 77 / 0.55);
}
.border-b-pink-800\/60 {
  border-bottom-color: rgb(157 23 77 / 0.6);
}
.border-b-pink-800\/65 {
  border-bottom-color: rgb(157 23 77 / 0.65);
}
.border-b-pink-800\/70 {
  border-bottom-color: rgb(157 23 77 / 0.7);
}
.border-b-pink-800\/75 {
  border-bottom-color: rgb(157 23 77 / 0.75);
}
.border-b-pink-800\/80 {
  border-bottom-color: rgb(157 23 77 / 0.8);
}
.border-b-pink-800\/85 {
  border-bottom-color: rgb(157 23 77 / 0.85);
}
.border-b-pink-800\/90 {
  border-bottom-color: rgb(157 23 77 / 0.9);
}
.border-b-pink-800\/95 {
  border-bottom-color: rgb(157 23 77 / 0.95);
}
.border-b-pink-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-b-pink-900\/0 {
  border-bottom-color: rgb(131 24 67 / 0);
}
.border-b-pink-900\/10 {
  border-bottom-color: rgb(131 24 67 / 0.1);
}
.border-b-pink-900\/100 {
  border-bottom-color: rgb(131 24 67 / 1);
}
.border-b-pink-900\/15 {
  border-bottom-color: rgb(131 24 67 / 0.15);
}
.border-b-pink-900\/20 {
  border-bottom-color: rgb(131 24 67 / 0.2);
}
.border-b-pink-900\/25 {
  border-bottom-color: rgb(131 24 67 / 0.25);
}
.border-b-pink-900\/30 {
  border-bottom-color: rgb(131 24 67 / 0.3);
}
.border-b-pink-900\/35 {
  border-bottom-color: rgb(131 24 67 / 0.35);
}
.border-b-pink-900\/40 {
  border-bottom-color: rgb(131 24 67 / 0.4);
}
.border-b-pink-900\/45 {
  border-bottom-color: rgb(131 24 67 / 0.45);
}
.border-b-pink-900\/5 {
  border-bottom-color: rgb(131 24 67 / 0.05);
}
.border-b-pink-900\/50 {
  border-bottom-color: rgb(131 24 67 / 0.5);
}
.border-b-pink-900\/55 {
  border-bottom-color: rgb(131 24 67 / 0.55);
}
.border-b-pink-900\/60 {
  border-bottom-color: rgb(131 24 67 / 0.6);
}
.border-b-pink-900\/65 {
  border-bottom-color: rgb(131 24 67 / 0.65);
}
.border-b-pink-900\/70 {
  border-bottom-color: rgb(131 24 67 / 0.7);
}
.border-b-pink-900\/75 {
  border-bottom-color: rgb(131 24 67 / 0.75);
}
.border-b-pink-900\/80 {
  border-bottom-color: rgb(131 24 67 / 0.8);
}
.border-b-pink-900\/85 {
  border-bottom-color: rgb(131 24 67 / 0.85);
}
.border-b-pink-900\/90 {
  border-bottom-color: rgb(131 24 67 / 0.9);
}
.border-b-pink-900\/95 {
  border-bottom-color: rgb(131 24 67 / 0.95);
}
.border-b-pink-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-b-pink-950\/0 {
  border-bottom-color: rgb(80 7 36 / 0);
}
.border-b-pink-950\/10 {
  border-bottom-color: rgb(80 7 36 / 0.1);
}
.border-b-pink-950\/100 {
  border-bottom-color: rgb(80 7 36 / 1);
}
.border-b-pink-950\/15 {
  border-bottom-color: rgb(80 7 36 / 0.15);
}
.border-b-pink-950\/20 {
  border-bottom-color: rgb(80 7 36 / 0.2);
}
.border-b-pink-950\/25 {
  border-bottom-color: rgb(80 7 36 / 0.25);
}
.border-b-pink-950\/30 {
  border-bottom-color: rgb(80 7 36 / 0.3);
}
.border-b-pink-950\/35 {
  border-bottom-color: rgb(80 7 36 / 0.35);
}
.border-b-pink-950\/40 {
  border-bottom-color: rgb(80 7 36 / 0.4);
}
.border-b-pink-950\/45 {
  border-bottom-color: rgb(80 7 36 / 0.45);
}
.border-b-pink-950\/5 {
  border-bottom-color: rgb(80 7 36 / 0.05);
}
.border-b-pink-950\/50 {
  border-bottom-color: rgb(80 7 36 / 0.5);
}
.border-b-pink-950\/55 {
  border-bottom-color: rgb(80 7 36 / 0.55);
}
.border-b-pink-950\/60 {
  border-bottom-color: rgb(80 7 36 / 0.6);
}
.border-b-pink-950\/65 {
  border-bottom-color: rgb(80 7 36 / 0.65);
}
.border-b-pink-950\/70 {
  border-bottom-color: rgb(80 7 36 / 0.7);
}
.border-b-pink-950\/75 {
  border-bottom-color: rgb(80 7 36 / 0.75);
}
.border-b-pink-950\/80 {
  border-bottom-color: rgb(80 7 36 / 0.8);
}
.border-b-pink-950\/85 {
  border-bottom-color: rgb(80 7 36 / 0.85);
}
.border-b-pink-950\/90 {
  border-bottom-color: rgb(80 7 36 / 0.9);
}
.border-b-pink-950\/95 {
  border-bottom-color: rgb(80 7 36 / 0.95);
}
.border-b-purple-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-b-purple-100\/0 {
  border-bottom-color: rgb(243 232 255 / 0);
}
.border-b-purple-100\/10 {
  border-bottom-color: rgb(243 232 255 / 0.1);
}
.border-b-purple-100\/100 {
  border-bottom-color: rgb(243 232 255 / 1);
}
.border-b-purple-100\/15 {
  border-bottom-color: rgb(243 232 255 / 0.15);
}
.border-b-purple-100\/20 {
  border-bottom-color: rgb(243 232 255 / 0.2);
}
.border-b-purple-100\/25 {
  border-bottom-color: rgb(243 232 255 / 0.25);
}
.border-b-purple-100\/30 {
  border-bottom-color: rgb(243 232 255 / 0.3);
}
.border-b-purple-100\/35 {
  border-bottom-color: rgb(243 232 255 / 0.35);
}
.border-b-purple-100\/40 {
  border-bottom-color: rgb(243 232 255 / 0.4);
}
.border-b-purple-100\/45 {
  border-bottom-color: rgb(243 232 255 / 0.45);
}
.border-b-purple-100\/5 {
  border-bottom-color: rgb(243 232 255 / 0.05);
}
.border-b-purple-100\/50 {
  border-bottom-color: rgb(243 232 255 / 0.5);
}
.border-b-purple-100\/55 {
  border-bottom-color: rgb(243 232 255 / 0.55);
}
.border-b-purple-100\/60 {
  border-bottom-color: rgb(243 232 255 / 0.6);
}
.border-b-purple-100\/65 {
  border-bottom-color: rgb(243 232 255 / 0.65);
}
.border-b-purple-100\/70 {
  border-bottom-color: rgb(243 232 255 / 0.7);
}
.border-b-purple-100\/75 {
  border-bottom-color: rgb(243 232 255 / 0.75);
}
.border-b-purple-100\/80 {
  border-bottom-color: rgb(243 232 255 / 0.8);
}
.border-b-purple-100\/85 {
  border-bottom-color: rgb(243 232 255 / 0.85);
}
.border-b-purple-100\/90 {
  border-bottom-color: rgb(243 232 255 / 0.9);
}
.border-b-purple-100\/95 {
  border-bottom-color: rgb(243 232 255 / 0.95);
}
.border-b-purple-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-b-purple-200\/0 {
  border-bottom-color: rgb(233 213 255 / 0);
}
.border-b-purple-200\/10 {
  border-bottom-color: rgb(233 213 255 / 0.1);
}
.border-b-purple-200\/100 {
  border-bottom-color: rgb(233 213 255 / 1);
}
.border-b-purple-200\/15 {
  border-bottom-color: rgb(233 213 255 / 0.15);
}
.border-b-purple-200\/20 {
  border-bottom-color: rgb(233 213 255 / 0.2);
}
.border-b-purple-200\/25 {
  border-bottom-color: rgb(233 213 255 / 0.25);
}
.border-b-purple-200\/30 {
  border-bottom-color: rgb(233 213 255 / 0.3);
}
.border-b-purple-200\/35 {
  border-bottom-color: rgb(233 213 255 / 0.35);
}
.border-b-purple-200\/40 {
  border-bottom-color: rgb(233 213 255 / 0.4);
}
.border-b-purple-200\/45 {
  border-bottom-color: rgb(233 213 255 / 0.45);
}
.border-b-purple-200\/5 {
  border-bottom-color: rgb(233 213 255 / 0.05);
}
.border-b-purple-200\/50 {
  border-bottom-color: rgb(233 213 255 / 0.5);
}
.border-b-purple-200\/55 {
  border-bottom-color: rgb(233 213 255 / 0.55);
}
.border-b-purple-200\/60 {
  border-bottom-color: rgb(233 213 255 / 0.6);
}
.border-b-purple-200\/65 {
  border-bottom-color: rgb(233 213 255 / 0.65);
}
.border-b-purple-200\/70 {
  border-bottom-color: rgb(233 213 255 / 0.7);
}
.border-b-purple-200\/75 {
  border-bottom-color: rgb(233 213 255 / 0.75);
}
.border-b-purple-200\/80 {
  border-bottom-color: rgb(233 213 255 / 0.8);
}
.border-b-purple-200\/85 {
  border-bottom-color: rgb(233 213 255 / 0.85);
}
.border-b-purple-200\/90 {
  border-bottom-color: rgb(233 213 255 / 0.9);
}
.border-b-purple-200\/95 {
  border-bottom-color: rgb(233 213 255 / 0.95);
}
.border-b-purple-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-b-purple-300\/0 {
  border-bottom-color: rgb(216 180 254 / 0);
}
.border-b-purple-300\/10 {
  border-bottom-color: rgb(216 180 254 / 0.1);
}
.border-b-purple-300\/100 {
  border-bottom-color: rgb(216 180 254 / 1);
}
.border-b-purple-300\/15 {
  border-bottom-color: rgb(216 180 254 / 0.15);
}
.border-b-purple-300\/20 {
  border-bottom-color: rgb(216 180 254 / 0.2);
}
.border-b-purple-300\/25 {
  border-bottom-color: rgb(216 180 254 / 0.25);
}
.border-b-purple-300\/30 {
  border-bottom-color: rgb(216 180 254 / 0.3);
}
.border-b-purple-300\/35 {
  border-bottom-color: rgb(216 180 254 / 0.35);
}
.border-b-purple-300\/40 {
  border-bottom-color: rgb(216 180 254 / 0.4);
}
.border-b-purple-300\/45 {
  border-bottom-color: rgb(216 180 254 / 0.45);
}
.border-b-purple-300\/5 {
  border-bottom-color: rgb(216 180 254 / 0.05);
}
.border-b-purple-300\/50 {
  border-bottom-color: rgb(216 180 254 / 0.5);
}
.border-b-purple-300\/55 {
  border-bottom-color: rgb(216 180 254 / 0.55);
}
.border-b-purple-300\/60 {
  border-bottom-color: rgb(216 180 254 / 0.6);
}
.border-b-purple-300\/65 {
  border-bottom-color: rgb(216 180 254 / 0.65);
}
.border-b-purple-300\/70 {
  border-bottom-color: rgb(216 180 254 / 0.7);
}
.border-b-purple-300\/75 {
  border-bottom-color: rgb(216 180 254 / 0.75);
}
.border-b-purple-300\/80 {
  border-bottom-color: rgb(216 180 254 / 0.8);
}
.border-b-purple-300\/85 {
  border-bottom-color: rgb(216 180 254 / 0.85);
}
.border-b-purple-300\/90 {
  border-bottom-color: rgb(216 180 254 / 0.9);
}
.border-b-purple-300\/95 {
  border-bottom-color: rgb(216 180 254 / 0.95);
}
.border-b-purple-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-b-purple-400\/0 {
  border-bottom-color: rgb(192 132 252 / 0);
}
.border-b-purple-400\/10 {
  border-bottom-color: rgb(192 132 252 / 0.1);
}
.border-b-purple-400\/100 {
  border-bottom-color: rgb(192 132 252 / 1);
}
.border-b-purple-400\/15 {
  border-bottom-color: rgb(192 132 252 / 0.15);
}
.border-b-purple-400\/20 {
  border-bottom-color: rgb(192 132 252 / 0.2);
}
.border-b-purple-400\/25 {
  border-bottom-color: rgb(192 132 252 / 0.25);
}
.border-b-purple-400\/30 {
  border-bottom-color: rgb(192 132 252 / 0.3);
}
.border-b-purple-400\/35 {
  border-bottom-color: rgb(192 132 252 / 0.35);
}
.border-b-purple-400\/40 {
  border-bottom-color: rgb(192 132 252 / 0.4);
}
.border-b-purple-400\/45 {
  border-bottom-color: rgb(192 132 252 / 0.45);
}
.border-b-purple-400\/5 {
  border-bottom-color: rgb(192 132 252 / 0.05);
}
.border-b-purple-400\/50 {
  border-bottom-color: rgb(192 132 252 / 0.5);
}
.border-b-purple-400\/55 {
  border-bottom-color: rgb(192 132 252 / 0.55);
}
.border-b-purple-400\/60 {
  border-bottom-color: rgb(192 132 252 / 0.6);
}
.border-b-purple-400\/65 {
  border-bottom-color: rgb(192 132 252 / 0.65);
}
.border-b-purple-400\/70 {
  border-bottom-color: rgb(192 132 252 / 0.7);
}
.border-b-purple-400\/75 {
  border-bottom-color: rgb(192 132 252 / 0.75);
}
.border-b-purple-400\/80 {
  border-bottom-color: rgb(192 132 252 / 0.8);
}
.border-b-purple-400\/85 {
  border-bottom-color: rgb(192 132 252 / 0.85);
}
.border-b-purple-400\/90 {
  border-bottom-color: rgb(192 132 252 / 0.9);
}
.border-b-purple-400\/95 {
  border-bottom-color: rgb(192 132 252 / 0.95);
}
.border-b-purple-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-b-purple-50\/0 {
  border-bottom-color: rgb(250 245 255 / 0);
}
.border-b-purple-50\/10 {
  border-bottom-color: rgb(250 245 255 / 0.1);
}
.border-b-purple-50\/100 {
  border-bottom-color: rgb(250 245 255 / 1);
}
.border-b-purple-50\/15 {
  border-bottom-color: rgb(250 245 255 / 0.15);
}
.border-b-purple-50\/20 {
  border-bottom-color: rgb(250 245 255 / 0.2);
}
.border-b-purple-50\/25 {
  border-bottom-color: rgb(250 245 255 / 0.25);
}
.border-b-purple-50\/30 {
  border-bottom-color: rgb(250 245 255 / 0.3);
}
.border-b-purple-50\/35 {
  border-bottom-color: rgb(250 245 255 / 0.35);
}
.border-b-purple-50\/40 {
  border-bottom-color: rgb(250 245 255 / 0.4);
}
.border-b-purple-50\/45 {
  border-bottom-color: rgb(250 245 255 / 0.45);
}
.border-b-purple-50\/5 {
  border-bottom-color: rgb(250 245 255 / 0.05);
}
.border-b-purple-50\/50 {
  border-bottom-color: rgb(250 245 255 / 0.5);
}
.border-b-purple-50\/55 {
  border-bottom-color: rgb(250 245 255 / 0.55);
}
.border-b-purple-50\/60 {
  border-bottom-color: rgb(250 245 255 / 0.6);
}
.border-b-purple-50\/65 {
  border-bottom-color: rgb(250 245 255 / 0.65);
}
.border-b-purple-50\/70 {
  border-bottom-color: rgb(250 245 255 / 0.7);
}
.border-b-purple-50\/75 {
  border-bottom-color: rgb(250 245 255 / 0.75);
}
.border-b-purple-50\/80 {
  border-bottom-color: rgb(250 245 255 / 0.8);
}
.border-b-purple-50\/85 {
  border-bottom-color: rgb(250 245 255 / 0.85);
}
.border-b-purple-50\/90 {
  border-bottom-color: rgb(250 245 255 / 0.9);
}
.border-b-purple-50\/95 {
  border-bottom-color: rgb(250 245 255 / 0.95);
}
.border-b-purple-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-b-purple-500\/0 {
  border-bottom-color: rgb(168 85 247 / 0);
}
.border-b-purple-500\/10 {
  border-bottom-color: rgb(168 85 247 / 0.1);
}
.border-b-purple-500\/100 {
  border-bottom-color: rgb(168 85 247 / 1);
}
.border-b-purple-500\/15 {
  border-bottom-color: rgb(168 85 247 / 0.15);
}
.border-b-purple-500\/20 {
  border-bottom-color: rgb(168 85 247 / 0.2);
}
.border-b-purple-500\/25 {
  border-bottom-color: rgb(168 85 247 / 0.25);
}
.border-b-purple-500\/30 {
  border-bottom-color: rgb(168 85 247 / 0.3);
}
.border-b-purple-500\/35 {
  border-bottom-color: rgb(168 85 247 / 0.35);
}
.border-b-purple-500\/40 {
  border-bottom-color: rgb(168 85 247 / 0.4);
}
.border-b-purple-500\/45 {
  border-bottom-color: rgb(168 85 247 / 0.45);
}
.border-b-purple-500\/5 {
  border-bottom-color: rgb(168 85 247 / 0.05);
}
.border-b-purple-500\/50 {
  border-bottom-color: rgb(168 85 247 / 0.5);
}
.border-b-purple-500\/55 {
  border-bottom-color: rgb(168 85 247 / 0.55);
}
.border-b-purple-500\/60 {
  border-bottom-color: rgb(168 85 247 / 0.6);
}
.border-b-purple-500\/65 {
  border-bottom-color: rgb(168 85 247 / 0.65);
}
.border-b-purple-500\/70 {
  border-bottom-color: rgb(168 85 247 / 0.7);
}
.border-b-purple-500\/75 {
  border-bottom-color: rgb(168 85 247 / 0.75);
}
.border-b-purple-500\/80 {
  border-bottom-color: rgb(168 85 247 / 0.8);
}
.border-b-purple-500\/85 {
  border-bottom-color: rgb(168 85 247 / 0.85);
}
.border-b-purple-500\/90 {
  border-bottom-color: rgb(168 85 247 / 0.9);
}
.border-b-purple-500\/95 {
  border-bottom-color: rgb(168 85 247 / 0.95);
}
.border-b-purple-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-b-purple-600\/0 {
  border-bottom-color: rgb(147 51 234 / 0);
}
.border-b-purple-600\/10 {
  border-bottom-color: rgb(147 51 234 / 0.1);
}
.border-b-purple-600\/100 {
  border-bottom-color: rgb(147 51 234 / 1);
}
.border-b-purple-600\/15 {
  border-bottom-color: rgb(147 51 234 / 0.15);
}
.border-b-purple-600\/20 {
  border-bottom-color: rgb(147 51 234 / 0.2);
}
.border-b-purple-600\/25 {
  border-bottom-color: rgb(147 51 234 / 0.25);
}
.border-b-purple-600\/30 {
  border-bottom-color: rgb(147 51 234 / 0.3);
}
.border-b-purple-600\/35 {
  border-bottom-color: rgb(147 51 234 / 0.35);
}
.border-b-purple-600\/40 {
  border-bottom-color: rgb(147 51 234 / 0.4);
}
.border-b-purple-600\/45 {
  border-bottom-color: rgb(147 51 234 / 0.45);
}
.border-b-purple-600\/5 {
  border-bottom-color: rgb(147 51 234 / 0.05);
}
.border-b-purple-600\/50 {
  border-bottom-color: rgb(147 51 234 / 0.5);
}
.border-b-purple-600\/55 {
  border-bottom-color: rgb(147 51 234 / 0.55);
}
.border-b-purple-600\/60 {
  border-bottom-color: rgb(147 51 234 / 0.6);
}
.border-b-purple-600\/65 {
  border-bottom-color: rgb(147 51 234 / 0.65);
}
.border-b-purple-600\/70 {
  border-bottom-color: rgb(147 51 234 / 0.7);
}
.border-b-purple-600\/75 {
  border-bottom-color: rgb(147 51 234 / 0.75);
}
.border-b-purple-600\/80 {
  border-bottom-color: rgb(147 51 234 / 0.8);
}
.border-b-purple-600\/85 {
  border-bottom-color: rgb(147 51 234 / 0.85);
}
.border-b-purple-600\/90 {
  border-bottom-color: rgb(147 51 234 / 0.9);
}
.border-b-purple-600\/95 {
  border-bottom-color: rgb(147 51 234 / 0.95);
}
.border-b-purple-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-b-purple-700\/0 {
  border-bottom-color: rgb(126 34 206 / 0);
}
.border-b-purple-700\/10 {
  border-bottom-color: rgb(126 34 206 / 0.1);
}
.border-b-purple-700\/100 {
  border-bottom-color: rgb(126 34 206 / 1);
}
.border-b-purple-700\/15 {
  border-bottom-color: rgb(126 34 206 / 0.15);
}
.border-b-purple-700\/20 {
  border-bottom-color: rgb(126 34 206 / 0.2);
}
.border-b-purple-700\/25 {
  border-bottom-color: rgb(126 34 206 / 0.25);
}
.border-b-purple-700\/30 {
  border-bottom-color: rgb(126 34 206 / 0.3);
}
.border-b-purple-700\/35 {
  border-bottom-color: rgb(126 34 206 / 0.35);
}
.border-b-purple-700\/40 {
  border-bottom-color: rgb(126 34 206 / 0.4);
}
.border-b-purple-700\/45 {
  border-bottom-color: rgb(126 34 206 / 0.45);
}
.border-b-purple-700\/5 {
  border-bottom-color: rgb(126 34 206 / 0.05);
}
.border-b-purple-700\/50 {
  border-bottom-color: rgb(126 34 206 / 0.5);
}
.border-b-purple-700\/55 {
  border-bottom-color: rgb(126 34 206 / 0.55);
}
.border-b-purple-700\/60 {
  border-bottom-color: rgb(126 34 206 / 0.6);
}
.border-b-purple-700\/65 {
  border-bottom-color: rgb(126 34 206 / 0.65);
}
.border-b-purple-700\/70 {
  border-bottom-color: rgb(126 34 206 / 0.7);
}
.border-b-purple-700\/75 {
  border-bottom-color: rgb(126 34 206 / 0.75);
}
.border-b-purple-700\/80 {
  border-bottom-color: rgb(126 34 206 / 0.8);
}
.border-b-purple-700\/85 {
  border-bottom-color: rgb(126 34 206 / 0.85);
}
.border-b-purple-700\/90 {
  border-bottom-color: rgb(126 34 206 / 0.9);
}
.border-b-purple-700\/95 {
  border-bottom-color: rgb(126 34 206 / 0.95);
}
.border-b-purple-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-b-purple-800\/0 {
  border-bottom-color: rgb(107 33 168 / 0);
}
.border-b-purple-800\/10 {
  border-bottom-color: rgb(107 33 168 / 0.1);
}
.border-b-purple-800\/100 {
  border-bottom-color: rgb(107 33 168 / 1);
}
.border-b-purple-800\/15 {
  border-bottom-color: rgb(107 33 168 / 0.15);
}
.border-b-purple-800\/20 {
  border-bottom-color: rgb(107 33 168 / 0.2);
}
.border-b-purple-800\/25 {
  border-bottom-color: rgb(107 33 168 / 0.25);
}
.border-b-purple-800\/30 {
  border-bottom-color: rgb(107 33 168 / 0.3);
}
.border-b-purple-800\/35 {
  border-bottom-color: rgb(107 33 168 / 0.35);
}
.border-b-purple-800\/40 {
  border-bottom-color: rgb(107 33 168 / 0.4);
}
.border-b-purple-800\/45 {
  border-bottom-color: rgb(107 33 168 / 0.45);
}
.border-b-purple-800\/5 {
  border-bottom-color: rgb(107 33 168 / 0.05);
}
.border-b-purple-800\/50 {
  border-bottom-color: rgb(107 33 168 / 0.5);
}
.border-b-purple-800\/55 {
  border-bottom-color: rgb(107 33 168 / 0.55);
}
.border-b-purple-800\/60 {
  border-bottom-color: rgb(107 33 168 / 0.6);
}
.border-b-purple-800\/65 {
  border-bottom-color: rgb(107 33 168 / 0.65);
}
.border-b-purple-800\/70 {
  border-bottom-color: rgb(107 33 168 / 0.7);
}
.border-b-purple-800\/75 {
  border-bottom-color: rgb(107 33 168 / 0.75);
}
.border-b-purple-800\/80 {
  border-bottom-color: rgb(107 33 168 / 0.8);
}
.border-b-purple-800\/85 {
  border-bottom-color: rgb(107 33 168 / 0.85);
}
.border-b-purple-800\/90 {
  border-bottom-color: rgb(107 33 168 / 0.9);
}
.border-b-purple-800\/95 {
  border-bottom-color: rgb(107 33 168 / 0.95);
}
.border-b-purple-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-b-purple-900\/0 {
  border-bottom-color: rgb(88 28 135 / 0);
}
.border-b-purple-900\/10 {
  border-bottom-color: rgb(88 28 135 / 0.1);
}
.border-b-purple-900\/100 {
  border-bottom-color: rgb(88 28 135 / 1);
}
.border-b-purple-900\/15 {
  border-bottom-color: rgb(88 28 135 / 0.15);
}
.border-b-purple-900\/20 {
  border-bottom-color: rgb(88 28 135 / 0.2);
}
.border-b-purple-900\/25 {
  border-bottom-color: rgb(88 28 135 / 0.25);
}
.border-b-purple-900\/30 {
  border-bottom-color: rgb(88 28 135 / 0.3);
}
.border-b-purple-900\/35 {
  border-bottom-color: rgb(88 28 135 / 0.35);
}
.border-b-purple-900\/40 {
  border-bottom-color: rgb(88 28 135 / 0.4);
}
.border-b-purple-900\/45 {
  border-bottom-color: rgb(88 28 135 / 0.45);
}
.border-b-purple-900\/5 {
  border-bottom-color: rgb(88 28 135 / 0.05);
}
.border-b-purple-900\/50 {
  border-bottom-color: rgb(88 28 135 / 0.5);
}
.border-b-purple-900\/55 {
  border-bottom-color: rgb(88 28 135 / 0.55);
}
.border-b-purple-900\/60 {
  border-bottom-color: rgb(88 28 135 / 0.6);
}
.border-b-purple-900\/65 {
  border-bottom-color: rgb(88 28 135 / 0.65);
}
.border-b-purple-900\/70 {
  border-bottom-color: rgb(88 28 135 / 0.7);
}
.border-b-purple-900\/75 {
  border-bottom-color: rgb(88 28 135 / 0.75);
}
.border-b-purple-900\/80 {
  border-bottom-color: rgb(88 28 135 / 0.8);
}
.border-b-purple-900\/85 {
  border-bottom-color: rgb(88 28 135 / 0.85);
}
.border-b-purple-900\/90 {
  border-bottom-color: rgb(88 28 135 / 0.9);
}
.border-b-purple-900\/95 {
  border-bottom-color: rgb(88 28 135 / 0.95);
}
.border-b-purple-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-b-purple-950\/0 {
  border-bottom-color: rgb(59 7 100 / 0);
}
.border-b-purple-950\/10 {
  border-bottom-color: rgb(59 7 100 / 0.1);
}
.border-b-purple-950\/100 {
  border-bottom-color: rgb(59 7 100 / 1);
}
.border-b-purple-950\/15 {
  border-bottom-color: rgb(59 7 100 / 0.15);
}
.border-b-purple-950\/20 {
  border-bottom-color: rgb(59 7 100 / 0.2);
}
.border-b-purple-950\/25 {
  border-bottom-color: rgb(59 7 100 / 0.25);
}
.border-b-purple-950\/30 {
  border-bottom-color: rgb(59 7 100 / 0.3);
}
.border-b-purple-950\/35 {
  border-bottom-color: rgb(59 7 100 / 0.35);
}
.border-b-purple-950\/40 {
  border-bottom-color: rgb(59 7 100 / 0.4);
}
.border-b-purple-950\/45 {
  border-bottom-color: rgb(59 7 100 / 0.45);
}
.border-b-purple-950\/5 {
  border-bottom-color: rgb(59 7 100 / 0.05);
}
.border-b-purple-950\/50 {
  border-bottom-color: rgb(59 7 100 / 0.5);
}
.border-b-purple-950\/55 {
  border-bottom-color: rgb(59 7 100 / 0.55);
}
.border-b-purple-950\/60 {
  border-bottom-color: rgb(59 7 100 / 0.6);
}
.border-b-purple-950\/65 {
  border-bottom-color: rgb(59 7 100 / 0.65);
}
.border-b-purple-950\/70 {
  border-bottom-color: rgb(59 7 100 / 0.7);
}
.border-b-purple-950\/75 {
  border-bottom-color: rgb(59 7 100 / 0.75);
}
.border-b-purple-950\/80 {
  border-bottom-color: rgb(59 7 100 / 0.8);
}
.border-b-purple-950\/85 {
  border-bottom-color: rgb(59 7 100 / 0.85);
}
.border-b-purple-950\/90 {
  border-bottom-color: rgb(59 7 100 / 0.9);
}
.border-b-purple-950\/95 {
  border-bottom-color: rgb(59 7 100 / 0.95);
}
.border-b-red-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-b-red-100\/0 {
  border-bottom-color: rgb(254 226 226 / 0);
}
.border-b-red-100\/10 {
  border-bottom-color: rgb(254 226 226 / 0.1);
}
.border-b-red-100\/100 {
  border-bottom-color: rgb(254 226 226 / 1);
}
.border-b-red-100\/15 {
  border-bottom-color: rgb(254 226 226 / 0.15);
}
.border-b-red-100\/20 {
  border-bottom-color: rgb(254 226 226 / 0.2);
}
.border-b-red-100\/25 {
  border-bottom-color: rgb(254 226 226 / 0.25);
}
.border-b-red-100\/30 {
  border-bottom-color: rgb(254 226 226 / 0.3);
}
.border-b-red-100\/35 {
  border-bottom-color: rgb(254 226 226 / 0.35);
}
.border-b-red-100\/40 {
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.border-b-red-100\/45 {
  border-bottom-color: rgb(254 226 226 / 0.45);
}
.border-b-red-100\/5 {
  border-bottom-color: rgb(254 226 226 / 0.05);
}
.border-b-red-100\/50 {
  border-bottom-color: rgb(254 226 226 / 0.5);
}
.border-b-red-100\/55 {
  border-bottom-color: rgb(254 226 226 / 0.55);
}
.border-b-red-100\/60 {
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.border-b-red-100\/65 {
  border-bottom-color: rgb(254 226 226 / 0.65);
}
.border-b-red-100\/70 {
  border-bottom-color: rgb(254 226 226 / 0.7);
}
.border-b-red-100\/75 {
  border-bottom-color: rgb(254 226 226 / 0.75);
}
.border-b-red-100\/80 {
  border-bottom-color: rgb(254 226 226 / 0.8);
}
.border-b-red-100\/85 {
  border-bottom-color: rgb(254 226 226 / 0.85);
}
.border-b-red-100\/90 {
  border-bottom-color: rgb(254 226 226 / 0.9);
}
.border-b-red-100\/95 {
  border-bottom-color: rgb(254 226 226 / 0.95);
}
.border-b-red-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-b-red-200\/0 {
  border-bottom-color: rgb(254 202 202 / 0);
}
.border-b-red-200\/10 {
  border-bottom-color: rgb(254 202 202 / 0.1);
}
.border-b-red-200\/100 {
  border-bottom-color: rgb(254 202 202 / 1);
}
.border-b-red-200\/15 {
  border-bottom-color: rgb(254 202 202 / 0.15);
}
.border-b-red-200\/20 {
  border-bottom-color: rgb(254 202 202 / 0.2);
}
.border-b-red-200\/25 {
  border-bottom-color: rgb(254 202 202 / 0.25);
}
.border-b-red-200\/30 {
  border-bottom-color: rgb(254 202 202 / 0.3);
}
.border-b-red-200\/35 {
  border-bottom-color: rgb(254 202 202 / 0.35);
}
.border-b-red-200\/40 {
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.border-b-red-200\/45 {
  border-bottom-color: rgb(254 202 202 / 0.45);
}
.border-b-red-200\/5 {
  border-bottom-color: rgb(254 202 202 / 0.05);
}
.border-b-red-200\/50 {
  border-bottom-color: rgb(254 202 202 / 0.5);
}
.border-b-red-200\/55 {
  border-bottom-color: rgb(254 202 202 / 0.55);
}
.border-b-red-200\/60 {
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.border-b-red-200\/65 {
  border-bottom-color: rgb(254 202 202 / 0.65);
}
.border-b-red-200\/70 {
  border-bottom-color: rgb(254 202 202 / 0.7);
}
.border-b-red-200\/75 {
  border-bottom-color: rgb(254 202 202 / 0.75);
}
.border-b-red-200\/80 {
  border-bottom-color: rgb(254 202 202 / 0.8);
}
.border-b-red-200\/85 {
  border-bottom-color: rgb(254 202 202 / 0.85);
}
.border-b-red-200\/90 {
  border-bottom-color: rgb(254 202 202 / 0.9);
}
.border-b-red-200\/95 {
  border-bottom-color: rgb(254 202 202 / 0.95);
}
.border-b-red-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-b-red-300\/0 {
  border-bottom-color: rgb(252 165 165 / 0);
}
.border-b-red-300\/10 {
  border-bottom-color: rgb(252 165 165 / 0.1);
}
.border-b-red-300\/100 {
  border-bottom-color: rgb(252 165 165 / 1);
}
.border-b-red-300\/15 {
  border-bottom-color: rgb(252 165 165 / 0.15);
}
.border-b-red-300\/20 {
  border-bottom-color: rgb(252 165 165 / 0.2);
}
.border-b-red-300\/25 {
  border-bottom-color: rgb(252 165 165 / 0.25);
}
.border-b-red-300\/30 {
  border-bottom-color: rgb(252 165 165 / 0.3);
}
.border-b-red-300\/35 {
  border-bottom-color: rgb(252 165 165 / 0.35);
}
.border-b-red-300\/40 {
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.border-b-red-300\/45 {
  border-bottom-color: rgb(252 165 165 / 0.45);
}
.border-b-red-300\/5 {
  border-bottom-color: rgb(252 165 165 / 0.05);
}
.border-b-red-300\/50 {
  border-bottom-color: rgb(252 165 165 / 0.5);
}
.border-b-red-300\/55 {
  border-bottom-color: rgb(252 165 165 / 0.55);
}
.border-b-red-300\/60 {
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.border-b-red-300\/65 {
  border-bottom-color: rgb(252 165 165 / 0.65);
}
.border-b-red-300\/70 {
  border-bottom-color: rgb(252 165 165 / 0.7);
}
.border-b-red-300\/75 {
  border-bottom-color: rgb(252 165 165 / 0.75);
}
.border-b-red-300\/80 {
  border-bottom-color: rgb(252 165 165 / 0.8);
}
.border-b-red-300\/85 {
  border-bottom-color: rgb(252 165 165 / 0.85);
}
.border-b-red-300\/90 {
  border-bottom-color: rgb(252 165 165 / 0.9);
}
.border-b-red-300\/95 {
  border-bottom-color: rgb(252 165 165 / 0.95);
}
.border-b-red-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-b-red-400\/0 {
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-b-red-400\/10 {
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-b-red-400\/100 {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-red-400\/15 {
  border-bottom-color: rgb(248 113 113 / 0.15);
}
.border-b-red-400\/20 {
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-b-red-400\/25 {
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-b-red-400\/30 {
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-b-red-400\/35 {
  border-bottom-color: rgb(248 113 113 / 0.35);
}
.border-b-red-400\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-b-red-400\/45 {
  border-bottom-color: rgb(248 113 113 / 0.45);
}
.border-b-red-400\/5 {
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-b-red-400\/50 {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-red-400\/55 {
  border-bottom-color: rgb(248 113 113 / 0.55);
}
.border-b-red-400\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-b-red-400\/65 {
  border-bottom-color: rgb(248 113 113 / 0.65);
}
.border-b-red-400\/70 {
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-b-red-400\/75 {
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-b-red-400\/80 {
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-b-red-400\/85 {
  border-bottom-color: rgb(248 113 113 / 0.85);
}
.border-b-red-400\/90 {
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-b-red-400\/95 {
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-b-red-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-b-red-50\/0 {
  border-bottom-color: rgb(254 242 242 / 0);
}
.border-b-red-50\/10 {
  border-bottom-color: rgb(254 242 242 / 0.1);
}
.border-b-red-50\/100 {
  border-bottom-color: rgb(254 242 242 / 1);
}
.border-b-red-50\/15 {
  border-bottom-color: rgb(254 242 242 / 0.15);
}
.border-b-red-50\/20 {
  border-bottom-color: rgb(254 242 242 / 0.2);
}
.border-b-red-50\/25 {
  border-bottom-color: rgb(254 242 242 / 0.25);
}
.border-b-red-50\/30 {
  border-bottom-color: rgb(254 242 242 / 0.3);
}
.border-b-red-50\/35 {
  border-bottom-color: rgb(254 242 242 / 0.35);
}
.border-b-red-50\/40 {
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.border-b-red-50\/45 {
  border-bottom-color: rgb(254 242 242 / 0.45);
}
.border-b-red-50\/5 {
  border-bottom-color: rgb(254 242 242 / 0.05);
}
.border-b-red-50\/50 {
  border-bottom-color: rgb(254 242 242 / 0.5);
}
.border-b-red-50\/55 {
  border-bottom-color: rgb(254 242 242 / 0.55);
}
.border-b-red-50\/60 {
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.border-b-red-50\/65 {
  border-bottom-color: rgb(254 242 242 / 0.65);
}
.border-b-red-50\/70 {
  border-bottom-color: rgb(254 242 242 / 0.7);
}
.border-b-red-50\/75 {
  border-bottom-color: rgb(254 242 242 / 0.75);
}
.border-b-red-50\/80 {
  border-bottom-color: rgb(254 242 242 / 0.8);
}
.border-b-red-50\/85 {
  border-bottom-color: rgb(254 242 242 / 0.85);
}
.border-b-red-50\/90 {
  border-bottom-color: rgb(254 242 242 / 0.9);
}
.border-b-red-50\/95 {
  border-bottom-color: rgb(254 242 242 / 0.95);
}
.border-b-red-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-b-red-500\/0 {
  border-bottom-color: rgb(239 68 68 / 0);
}
.border-b-red-500\/10 {
  border-bottom-color: rgb(239 68 68 / 0.1);
}
.border-b-red-500\/100 {
  border-bottom-color: rgb(239 68 68 / 1);
}
.border-b-red-500\/15 {
  border-bottom-color: rgb(239 68 68 / 0.15);
}
.border-b-red-500\/20 {
  border-bottom-color: rgb(239 68 68 / 0.2);
}
.border-b-red-500\/25 {
  border-bottom-color: rgb(239 68 68 / 0.25);
}
.border-b-red-500\/30 {
  border-bottom-color: rgb(239 68 68 / 0.3);
}
.border-b-red-500\/35 {
  border-bottom-color: rgb(239 68 68 / 0.35);
}
.border-b-red-500\/40 {
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.border-b-red-500\/45 {
  border-bottom-color: rgb(239 68 68 / 0.45);
}
.border-b-red-500\/5 {
  border-bottom-color: rgb(239 68 68 / 0.05);
}
.border-b-red-500\/50 {
  border-bottom-color: rgb(239 68 68 / 0.5);
}
.border-b-red-500\/55 {
  border-bottom-color: rgb(239 68 68 / 0.55);
}
.border-b-red-500\/60 {
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.border-b-red-500\/65 {
  border-bottom-color: rgb(239 68 68 / 0.65);
}
.border-b-red-500\/70 {
  border-bottom-color: rgb(239 68 68 / 0.7);
}
.border-b-red-500\/75 {
  border-bottom-color: rgb(239 68 68 / 0.75);
}
.border-b-red-500\/80 {
  border-bottom-color: rgb(239 68 68 / 0.8);
}
.border-b-red-500\/85 {
  border-bottom-color: rgb(239 68 68 / 0.85);
}
.border-b-red-500\/90 {
  border-bottom-color: rgb(239 68 68 / 0.9);
}
.border-b-red-500\/95 {
  border-bottom-color: rgb(239 68 68 / 0.95);
}
.border-b-red-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-b-red-600\/0 {
  border-bottom-color: rgb(220 38 38 / 0);
}
.border-b-red-600\/10 {
  border-bottom-color: rgb(220 38 38 / 0.1);
}
.border-b-red-600\/100 {
  border-bottom-color: rgb(220 38 38 / 1);
}
.border-b-red-600\/15 {
  border-bottom-color: rgb(220 38 38 / 0.15);
}
.border-b-red-600\/20 {
  border-bottom-color: rgb(220 38 38 / 0.2);
}
.border-b-red-600\/25 {
  border-bottom-color: rgb(220 38 38 / 0.25);
}
.border-b-red-600\/30 {
  border-bottom-color: rgb(220 38 38 / 0.3);
}
.border-b-red-600\/35 {
  border-bottom-color: rgb(220 38 38 / 0.35);
}
.border-b-red-600\/40 {
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.border-b-red-600\/45 {
  border-bottom-color: rgb(220 38 38 / 0.45);
}
.border-b-red-600\/5 {
  border-bottom-color: rgb(220 38 38 / 0.05);
}
.border-b-red-600\/50 {
  border-bottom-color: rgb(220 38 38 / 0.5);
}
.border-b-red-600\/55 {
  border-bottom-color: rgb(220 38 38 / 0.55);
}
.border-b-red-600\/60 {
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.border-b-red-600\/65 {
  border-bottom-color: rgb(220 38 38 / 0.65);
}
.border-b-red-600\/70 {
  border-bottom-color: rgb(220 38 38 / 0.7);
}
.border-b-red-600\/75 {
  border-bottom-color: rgb(220 38 38 / 0.75);
}
.border-b-red-600\/80 {
  border-bottom-color: rgb(220 38 38 / 0.8);
}
.border-b-red-600\/85 {
  border-bottom-color: rgb(220 38 38 / 0.85);
}
.border-b-red-600\/90 {
  border-bottom-color: rgb(220 38 38 / 0.9);
}
.border-b-red-600\/95 {
  border-bottom-color: rgb(220 38 38 / 0.95);
}
.border-b-red-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-b-red-700\/0 {
  border-bottom-color: rgb(185 28 28 / 0);
}
.border-b-red-700\/10 {
  border-bottom-color: rgb(185 28 28 / 0.1);
}
.border-b-red-700\/100 {
  border-bottom-color: rgb(185 28 28 / 1);
}
.border-b-red-700\/15 {
  border-bottom-color: rgb(185 28 28 / 0.15);
}
.border-b-red-700\/20 {
  border-bottom-color: rgb(185 28 28 / 0.2);
}
.border-b-red-700\/25 {
  border-bottom-color: rgb(185 28 28 / 0.25);
}
.border-b-red-700\/30 {
  border-bottom-color: rgb(185 28 28 / 0.3);
}
.border-b-red-700\/35 {
  border-bottom-color: rgb(185 28 28 / 0.35);
}
.border-b-red-700\/40 {
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.border-b-red-700\/45 {
  border-bottom-color: rgb(185 28 28 / 0.45);
}
.border-b-red-700\/5 {
  border-bottom-color: rgb(185 28 28 / 0.05);
}
.border-b-red-700\/50 {
  border-bottom-color: rgb(185 28 28 / 0.5);
}
.border-b-red-700\/55 {
  border-bottom-color: rgb(185 28 28 / 0.55);
}
.border-b-red-700\/60 {
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.border-b-red-700\/65 {
  border-bottom-color: rgb(185 28 28 / 0.65);
}
.border-b-red-700\/70 {
  border-bottom-color: rgb(185 28 28 / 0.7);
}
.border-b-red-700\/75 {
  border-bottom-color: rgb(185 28 28 / 0.75);
}
.border-b-red-700\/80 {
  border-bottom-color: rgb(185 28 28 / 0.8);
}
.border-b-red-700\/85 {
  border-bottom-color: rgb(185 28 28 / 0.85);
}
.border-b-red-700\/90 {
  border-bottom-color: rgb(185 28 28 / 0.9);
}
.border-b-red-700\/95 {
  border-bottom-color: rgb(185 28 28 / 0.95);
}
.border-b-red-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-b-red-800\/0 {
  border-bottom-color: rgb(153 27 27 / 0);
}
.border-b-red-800\/10 {
  border-bottom-color: rgb(153 27 27 / 0.1);
}
.border-b-red-800\/100 {
  border-bottom-color: rgb(153 27 27 / 1);
}
.border-b-red-800\/15 {
  border-bottom-color: rgb(153 27 27 / 0.15);
}
.border-b-red-800\/20 {
  border-bottom-color: rgb(153 27 27 / 0.2);
}
.border-b-red-800\/25 {
  border-bottom-color: rgb(153 27 27 / 0.25);
}
.border-b-red-800\/30 {
  border-bottom-color: rgb(153 27 27 / 0.3);
}
.border-b-red-800\/35 {
  border-bottom-color: rgb(153 27 27 / 0.35);
}
.border-b-red-800\/40 {
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.border-b-red-800\/45 {
  border-bottom-color: rgb(153 27 27 / 0.45);
}
.border-b-red-800\/5 {
  border-bottom-color: rgb(153 27 27 / 0.05);
}
.border-b-red-800\/50 {
  border-bottom-color: rgb(153 27 27 / 0.5);
}
.border-b-red-800\/55 {
  border-bottom-color: rgb(153 27 27 / 0.55);
}
.border-b-red-800\/60 {
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.border-b-red-800\/65 {
  border-bottom-color: rgb(153 27 27 / 0.65);
}
.border-b-red-800\/70 {
  border-bottom-color: rgb(153 27 27 / 0.7);
}
.border-b-red-800\/75 {
  border-bottom-color: rgb(153 27 27 / 0.75);
}
.border-b-red-800\/80 {
  border-bottom-color: rgb(153 27 27 / 0.8);
}
.border-b-red-800\/85 {
  border-bottom-color: rgb(153 27 27 / 0.85);
}
.border-b-red-800\/90 {
  border-bottom-color: rgb(153 27 27 / 0.9);
}
.border-b-red-800\/95 {
  border-bottom-color: rgb(153 27 27 / 0.95);
}
.border-b-red-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-b-red-900\/0 {
  border-bottom-color: rgb(127 29 29 / 0);
}
.border-b-red-900\/10 {
  border-bottom-color: rgb(127 29 29 / 0.1);
}
.border-b-red-900\/100 {
  border-bottom-color: rgb(127 29 29 / 1);
}
.border-b-red-900\/15 {
  border-bottom-color: rgb(127 29 29 / 0.15);
}
.border-b-red-900\/20 {
  border-bottom-color: rgb(127 29 29 / 0.2);
}
.border-b-red-900\/25 {
  border-bottom-color: rgb(127 29 29 / 0.25);
}
.border-b-red-900\/30 {
  border-bottom-color: rgb(127 29 29 / 0.3);
}
.border-b-red-900\/35 {
  border-bottom-color: rgb(127 29 29 / 0.35);
}
.border-b-red-900\/40 {
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.border-b-red-900\/45 {
  border-bottom-color: rgb(127 29 29 / 0.45);
}
.border-b-red-900\/5 {
  border-bottom-color: rgb(127 29 29 / 0.05);
}
.border-b-red-900\/50 {
  border-bottom-color: rgb(127 29 29 / 0.5);
}
.border-b-red-900\/55 {
  border-bottom-color: rgb(127 29 29 / 0.55);
}
.border-b-red-900\/60 {
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.border-b-red-900\/65 {
  border-bottom-color: rgb(127 29 29 / 0.65);
}
.border-b-red-900\/70 {
  border-bottom-color: rgb(127 29 29 / 0.7);
}
.border-b-red-900\/75 {
  border-bottom-color: rgb(127 29 29 / 0.75);
}
.border-b-red-900\/80 {
  border-bottom-color: rgb(127 29 29 / 0.8);
}
.border-b-red-900\/85 {
  border-bottom-color: rgb(127 29 29 / 0.85);
}
.border-b-red-900\/90 {
  border-bottom-color: rgb(127 29 29 / 0.9);
}
.border-b-red-900\/95 {
  border-bottom-color: rgb(127 29 29 / 0.95);
}
.border-b-red-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-b-red-950\/0 {
  border-bottom-color: rgb(69 10 10 / 0);
}
.border-b-red-950\/10 {
  border-bottom-color: rgb(69 10 10 / 0.1);
}
.border-b-red-950\/100 {
  border-bottom-color: rgb(69 10 10 / 1);
}
.border-b-red-950\/15 {
  border-bottom-color: rgb(69 10 10 / 0.15);
}
.border-b-red-950\/20 {
  border-bottom-color: rgb(69 10 10 / 0.2);
}
.border-b-red-950\/25 {
  border-bottom-color: rgb(69 10 10 / 0.25);
}
.border-b-red-950\/30 {
  border-bottom-color: rgb(69 10 10 / 0.3);
}
.border-b-red-950\/35 {
  border-bottom-color: rgb(69 10 10 / 0.35);
}
.border-b-red-950\/40 {
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.border-b-red-950\/45 {
  border-bottom-color: rgb(69 10 10 / 0.45);
}
.border-b-red-950\/5 {
  border-bottom-color: rgb(69 10 10 / 0.05);
}
.border-b-red-950\/50 {
  border-bottom-color: rgb(69 10 10 / 0.5);
}
.border-b-red-950\/55 {
  border-bottom-color: rgb(69 10 10 / 0.55);
}
.border-b-red-950\/60 {
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.border-b-red-950\/65 {
  border-bottom-color: rgb(69 10 10 / 0.65);
}
.border-b-red-950\/70 {
  border-bottom-color: rgb(69 10 10 / 0.7);
}
.border-b-red-950\/75 {
  border-bottom-color: rgb(69 10 10 / 0.75);
}
.border-b-red-950\/80 {
  border-bottom-color: rgb(69 10 10 / 0.8);
}
.border-b-red-950\/85 {
  border-bottom-color: rgb(69 10 10 / 0.85);
}
.border-b-red-950\/90 {
  border-bottom-color: rgb(69 10 10 / 0.9);
}
.border-b-red-950\/95 {
  border-bottom-color: rgb(69 10 10 / 0.95);
}
.border-b-rose-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-b-rose-100\/0 {
  border-bottom-color: rgb(255 228 230 / 0);
}
.border-b-rose-100\/10 {
  border-bottom-color: rgb(255 228 230 / 0.1);
}
.border-b-rose-100\/100 {
  border-bottom-color: rgb(255 228 230 / 1);
}
.border-b-rose-100\/15 {
  border-bottom-color: rgb(255 228 230 / 0.15);
}
.border-b-rose-100\/20 {
  border-bottom-color: rgb(255 228 230 / 0.2);
}
.border-b-rose-100\/25 {
  border-bottom-color: rgb(255 228 230 / 0.25);
}
.border-b-rose-100\/30 {
  border-bottom-color: rgb(255 228 230 / 0.3);
}
.border-b-rose-100\/35 {
  border-bottom-color: rgb(255 228 230 / 0.35);
}
.border-b-rose-100\/40 {
  border-bottom-color: rgb(255 228 230 / 0.4);
}
.border-b-rose-100\/45 {
  border-bottom-color: rgb(255 228 230 / 0.45);
}
.border-b-rose-100\/5 {
  border-bottom-color: rgb(255 228 230 / 0.05);
}
.border-b-rose-100\/50 {
  border-bottom-color: rgb(255 228 230 / 0.5);
}
.border-b-rose-100\/55 {
  border-bottom-color: rgb(255 228 230 / 0.55);
}
.border-b-rose-100\/60 {
  border-bottom-color: rgb(255 228 230 / 0.6);
}
.border-b-rose-100\/65 {
  border-bottom-color: rgb(255 228 230 / 0.65);
}
.border-b-rose-100\/70 {
  border-bottom-color: rgb(255 228 230 / 0.7);
}
.border-b-rose-100\/75 {
  border-bottom-color: rgb(255 228 230 / 0.75);
}
.border-b-rose-100\/80 {
  border-bottom-color: rgb(255 228 230 / 0.8);
}
.border-b-rose-100\/85 {
  border-bottom-color: rgb(255 228 230 / 0.85);
}
.border-b-rose-100\/90 {
  border-bottom-color: rgb(255 228 230 / 0.9);
}
.border-b-rose-100\/95 {
  border-bottom-color: rgb(255 228 230 / 0.95);
}
.border-b-rose-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-b-rose-200\/0 {
  border-bottom-color: rgb(254 205 211 / 0);
}
.border-b-rose-200\/10 {
  border-bottom-color: rgb(254 205 211 / 0.1);
}
.border-b-rose-200\/100 {
  border-bottom-color: rgb(254 205 211 / 1);
}
.border-b-rose-200\/15 {
  border-bottom-color: rgb(254 205 211 / 0.15);
}
.border-b-rose-200\/20 {
  border-bottom-color: rgb(254 205 211 / 0.2);
}
.border-b-rose-200\/25 {
  border-bottom-color: rgb(254 205 211 / 0.25);
}
.border-b-rose-200\/30 {
  border-bottom-color: rgb(254 205 211 / 0.3);
}
.border-b-rose-200\/35 {
  border-bottom-color: rgb(254 205 211 / 0.35);
}
.border-b-rose-200\/40 {
  border-bottom-color: rgb(254 205 211 / 0.4);
}
.border-b-rose-200\/45 {
  border-bottom-color: rgb(254 205 211 / 0.45);
}
.border-b-rose-200\/5 {
  border-bottom-color: rgb(254 205 211 / 0.05);
}
.border-b-rose-200\/50 {
  border-bottom-color: rgb(254 205 211 / 0.5);
}
.border-b-rose-200\/55 {
  border-bottom-color: rgb(254 205 211 / 0.55);
}
.border-b-rose-200\/60 {
  border-bottom-color: rgb(254 205 211 / 0.6);
}
.border-b-rose-200\/65 {
  border-bottom-color: rgb(254 205 211 / 0.65);
}
.border-b-rose-200\/70 {
  border-bottom-color: rgb(254 205 211 / 0.7);
}
.border-b-rose-200\/75 {
  border-bottom-color: rgb(254 205 211 / 0.75);
}
.border-b-rose-200\/80 {
  border-bottom-color: rgb(254 205 211 / 0.8);
}
.border-b-rose-200\/85 {
  border-bottom-color: rgb(254 205 211 / 0.85);
}
.border-b-rose-200\/90 {
  border-bottom-color: rgb(254 205 211 / 0.9);
}
.border-b-rose-200\/95 {
  border-bottom-color: rgb(254 205 211 / 0.95);
}
.border-b-rose-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-b-rose-300\/0 {
  border-bottom-color: rgb(253 164 175 / 0);
}
.border-b-rose-300\/10 {
  border-bottom-color: rgb(253 164 175 / 0.1);
}
.border-b-rose-300\/100 {
  border-bottom-color: rgb(253 164 175 / 1);
}
.border-b-rose-300\/15 {
  border-bottom-color: rgb(253 164 175 / 0.15);
}
.border-b-rose-300\/20 {
  border-bottom-color: rgb(253 164 175 / 0.2);
}
.border-b-rose-300\/25 {
  border-bottom-color: rgb(253 164 175 / 0.25);
}
.border-b-rose-300\/30 {
  border-bottom-color: rgb(253 164 175 / 0.3);
}
.border-b-rose-300\/35 {
  border-bottom-color: rgb(253 164 175 / 0.35);
}
.border-b-rose-300\/40 {
  border-bottom-color: rgb(253 164 175 / 0.4);
}
.border-b-rose-300\/45 {
  border-bottom-color: rgb(253 164 175 / 0.45);
}
.border-b-rose-300\/5 {
  border-bottom-color: rgb(253 164 175 / 0.05);
}
.border-b-rose-300\/50 {
  border-bottom-color: rgb(253 164 175 / 0.5);
}
.border-b-rose-300\/55 {
  border-bottom-color: rgb(253 164 175 / 0.55);
}
.border-b-rose-300\/60 {
  border-bottom-color: rgb(253 164 175 / 0.6);
}
.border-b-rose-300\/65 {
  border-bottom-color: rgb(253 164 175 / 0.65);
}
.border-b-rose-300\/70 {
  border-bottom-color: rgb(253 164 175 / 0.7);
}
.border-b-rose-300\/75 {
  border-bottom-color: rgb(253 164 175 / 0.75);
}
.border-b-rose-300\/80 {
  border-bottom-color: rgb(253 164 175 / 0.8);
}
.border-b-rose-300\/85 {
  border-bottom-color: rgb(253 164 175 / 0.85);
}
.border-b-rose-300\/90 {
  border-bottom-color: rgb(253 164 175 / 0.9);
}
.border-b-rose-300\/95 {
  border-bottom-color: rgb(253 164 175 / 0.95);
}
.border-b-rose-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-b-rose-400\/0 {
  border-bottom-color: rgb(251 113 133 / 0);
}
.border-b-rose-400\/10 {
  border-bottom-color: rgb(251 113 133 / 0.1);
}
.border-b-rose-400\/100 {
  border-bottom-color: rgb(251 113 133 / 1);
}
.border-b-rose-400\/15 {
  border-bottom-color: rgb(251 113 133 / 0.15);
}
.border-b-rose-400\/20 {
  border-bottom-color: rgb(251 113 133 / 0.2);
}
.border-b-rose-400\/25 {
  border-bottom-color: rgb(251 113 133 / 0.25);
}
.border-b-rose-400\/30 {
  border-bottom-color: rgb(251 113 133 / 0.3);
}
.border-b-rose-400\/35 {
  border-bottom-color: rgb(251 113 133 / 0.35);
}
.border-b-rose-400\/40 {
  border-bottom-color: rgb(251 113 133 / 0.4);
}
.border-b-rose-400\/45 {
  border-bottom-color: rgb(251 113 133 / 0.45);
}
.border-b-rose-400\/5 {
  border-bottom-color: rgb(251 113 133 / 0.05);
}
.border-b-rose-400\/50 {
  border-bottom-color: rgb(251 113 133 / 0.5);
}
.border-b-rose-400\/55 {
  border-bottom-color: rgb(251 113 133 / 0.55);
}
.border-b-rose-400\/60 {
  border-bottom-color: rgb(251 113 133 / 0.6);
}
.border-b-rose-400\/65 {
  border-bottom-color: rgb(251 113 133 / 0.65);
}
.border-b-rose-400\/70 {
  border-bottom-color: rgb(251 113 133 / 0.7);
}
.border-b-rose-400\/75 {
  border-bottom-color: rgb(251 113 133 / 0.75);
}
.border-b-rose-400\/80 {
  border-bottom-color: rgb(251 113 133 / 0.8);
}
.border-b-rose-400\/85 {
  border-bottom-color: rgb(251 113 133 / 0.85);
}
.border-b-rose-400\/90 {
  border-bottom-color: rgb(251 113 133 / 0.9);
}
.border-b-rose-400\/95 {
  border-bottom-color: rgb(251 113 133 / 0.95);
}
.border-b-rose-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-b-rose-50\/0 {
  border-bottom-color: rgb(255 241 242 / 0);
}
.border-b-rose-50\/10 {
  border-bottom-color: rgb(255 241 242 / 0.1);
}
.border-b-rose-50\/100 {
  border-bottom-color: rgb(255 241 242 / 1);
}
.border-b-rose-50\/15 {
  border-bottom-color: rgb(255 241 242 / 0.15);
}
.border-b-rose-50\/20 {
  border-bottom-color: rgb(255 241 242 / 0.2);
}
.border-b-rose-50\/25 {
  border-bottom-color: rgb(255 241 242 / 0.25);
}
.border-b-rose-50\/30 {
  border-bottom-color: rgb(255 241 242 / 0.3);
}
.border-b-rose-50\/35 {
  border-bottom-color: rgb(255 241 242 / 0.35);
}
.border-b-rose-50\/40 {
  border-bottom-color: rgb(255 241 242 / 0.4);
}
.border-b-rose-50\/45 {
  border-bottom-color: rgb(255 241 242 / 0.45);
}
.border-b-rose-50\/5 {
  border-bottom-color: rgb(255 241 242 / 0.05);
}
.border-b-rose-50\/50 {
  border-bottom-color: rgb(255 241 242 / 0.5);
}
.border-b-rose-50\/55 {
  border-bottom-color: rgb(255 241 242 / 0.55);
}
.border-b-rose-50\/60 {
  border-bottom-color: rgb(255 241 242 / 0.6);
}
.border-b-rose-50\/65 {
  border-bottom-color: rgb(255 241 242 / 0.65);
}
.border-b-rose-50\/70 {
  border-bottom-color: rgb(255 241 242 / 0.7);
}
.border-b-rose-50\/75 {
  border-bottom-color: rgb(255 241 242 / 0.75);
}
.border-b-rose-50\/80 {
  border-bottom-color: rgb(255 241 242 / 0.8);
}
.border-b-rose-50\/85 {
  border-bottom-color: rgb(255 241 242 / 0.85);
}
.border-b-rose-50\/90 {
  border-bottom-color: rgb(255 241 242 / 0.9);
}
.border-b-rose-50\/95 {
  border-bottom-color: rgb(255 241 242 / 0.95);
}
.border-b-rose-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-b-rose-500\/0 {
  border-bottom-color: rgb(244 63 94 / 0);
}
.border-b-rose-500\/10 {
  border-bottom-color: rgb(244 63 94 / 0.1);
}
.border-b-rose-500\/100 {
  border-bottom-color: rgb(244 63 94 / 1);
}
.border-b-rose-500\/15 {
  border-bottom-color: rgb(244 63 94 / 0.15);
}
.border-b-rose-500\/20 {
  border-bottom-color: rgb(244 63 94 / 0.2);
}
.border-b-rose-500\/25 {
  border-bottom-color: rgb(244 63 94 / 0.25);
}
.border-b-rose-500\/30 {
  border-bottom-color: rgb(244 63 94 / 0.3);
}
.border-b-rose-500\/35 {
  border-bottom-color: rgb(244 63 94 / 0.35);
}
.border-b-rose-500\/40 {
  border-bottom-color: rgb(244 63 94 / 0.4);
}
.border-b-rose-500\/45 {
  border-bottom-color: rgb(244 63 94 / 0.45);
}
.border-b-rose-500\/5 {
  border-bottom-color: rgb(244 63 94 / 0.05);
}
.border-b-rose-500\/50 {
  border-bottom-color: rgb(244 63 94 / 0.5);
}
.border-b-rose-500\/55 {
  border-bottom-color: rgb(244 63 94 / 0.55);
}
.border-b-rose-500\/60 {
  border-bottom-color: rgb(244 63 94 / 0.6);
}
.border-b-rose-500\/65 {
  border-bottom-color: rgb(244 63 94 / 0.65);
}
.border-b-rose-500\/70 {
  border-bottom-color: rgb(244 63 94 / 0.7);
}
.border-b-rose-500\/75 {
  border-bottom-color: rgb(244 63 94 / 0.75);
}
.border-b-rose-500\/80 {
  border-bottom-color: rgb(244 63 94 / 0.8);
}
.border-b-rose-500\/85 {
  border-bottom-color: rgb(244 63 94 / 0.85);
}
.border-b-rose-500\/90 {
  border-bottom-color: rgb(244 63 94 / 0.9);
}
.border-b-rose-500\/95 {
  border-bottom-color: rgb(244 63 94 / 0.95);
}
.border-b-rose-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-b-rose-600\/0 {
  border-bottom-color: rgb(225 29 72 / 0);
}
.border-b-rose-600\/10 {
  border-bottom-color: rgb(225 29 72 / 0.1);
}
.border-b-rose-600\/100 {
  border-bottom-color: rgb(225 29 72 / 1);
}
.border-b-rose-600\/15 {
  border-bottom-color: rgb(225 29 72 / 0.15);
}
.border-b-rose-600\/20 {
  border-bottom-color: rgb(225 29 72 / 0.2);
}
.border-b-rose-600\/25 {
  border-bottom-color: rgb(225 29 72 / 0.25);
}
.border-b-rose-600\/30 {
  border-bottom-color: rgb(225 29 72 / 0.3);
}
.border-b-rose-600\/35 {
  border-bottom-color: rgb(225 29 72 / 0.35);
}
.border-b-rose-600\/40 {
  border-bottom-color: rgb(225 29 72 / 0.4);
}
.border-b-rose-600\/45 {
  border-bottom-color: rgb(225 29 72 / 0.45);
}
.border-b-rose-600\/5 {
  border-bottom-color: rgb(225 29 72 / 0.05);
}
.border-b-rose-600\/50 {
  border-bottom-color: rgb(225 29 72 / 0.5);
}
.border-b-rose-600\/55 {
  border-bottom-color: rgb(225 29 72 / 0.55);
}
.border-b-rose-600\/60 {
  border-bottom-color: rgb(225 29 72 / 0.6);
}
.border-b-rose-600\/65 {
  border-bottom-color: rgb(225 29 72 / 0.65);
}
.border-b-rose-600\/70 {
  border-bottom-color: rgb(225 29 72 / 0.7);
}
.border-b-rose-600\/75 {
  border-bottom-color: rgb(225 29 72 / 0.75);
}
.border-b-rose-600\/80 {
  border-bottom-color: rgb(225 29 72 / 0.8);
}
.border-b-rose-600\/85 {
  border-bottom-color: rgb(225 29 72 / 0.85);
}
.border-b-rose-600\/90 {
  border-bottom-color: rgb(225 29 72 / 0.9);
}
.border-b-rose-600\/95 {
  border-bottom-color: rgb(225 29 72 / 0.95);
}
.border-b-rose-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-b-rose-700\/0 {
  border-bottom-color: rgb(190 18 60 / 0);
}
.border-b-rose-700\/10 {
  border-bottom-color: rgb(190 18 60 / 0.1);
}
.border-b-rose-700\/100 {
  border-bottom-color: rgb(190 18 60 / 1);
}
.border-b-rose-700\/15 {
  border-bottom-color: rgb(190 18 60 / 0.15);
}
.border-b-rose-700\/20 {
  border-bottom-color: rgb(190 18 60 / 0.2);
}
.border-b-rose-700\/25 {
  border-bottom-color: rgb(190 18 60 / 0.25);
}
.border-b-rose-700\/30 {
  border-bottom-color: rgb(190 18 60 / 0.3);
}
.border-b-rose-700\/35 {
  border-bottom-color: rgb(190 18 60 / 0.35);
}
.border-b-rose-700\/40 {
  border-bottom-color: rgb(190 18 60 / 0.4);
}
.border-b-rose-700\/45 {
  border-bottom-color: rgb(190 18 60 / 0.45);
}
.border-b-rose-700\/5 {
  border-bottom-color: rgb(190 18 60 / 0.05);
}
.border-b-rose-700\/50 {
  border-bottom-color: rgb(190 18 60 / 0.5);
}
.border-b-rose-700\/55 {
  border-bottom-color: rgb(190 18 60 / 0.55);
}
.border-b-rose-700\/60 {
  border-bottom-color: rgb(190 18 60 / 0.6);
}
.border-b-rose-700\/65 {
  border-bottom-color: rgb(190 18 60 / 0.65);
}
.border-b-rose-700\/70 {
  border-bottom-color: rgb(190 18 60 / 0.7);
}
.border-b-rose-700\/75 {
  border-bottom-color: rgb(190 18 60 / 0.75);
}
.border-b-rose-700\/80 {
  border-bottom-color: rgb(190 18 60 / 0.8);
}
.border-b-rose-700\/85 {
  border-bottom-color: rgb(190 18 60 / 0.85);
}
.border-b-rose-700\/90 {
  border-bottom-color: rgb(190 18 60 / 0.9);
}
.border-b-rose-700\/95 {
  border-bottom-color: rgb(190 18 60 / 0.95);
}
.border-b-rose-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-b-rose-800\/0 {
  border-bottom-color: rgb(159 18 57 / 0);
}
.border-b-rose-800\/10 {
  border-bottom-color: rgb(159 18 57 / 0.1);
}
.border-b-rose-800\/100 {
  border-bottom-color: rgb(159 18 57 / 1);
}
.border-b-rose-800\/15 {
  border-bottom-color: rgb(159 18 57 / 0.15);
}
.border-b-rose-800\/20 {
  border-bottom-color: rgb(159 18 57 / 0.2);
}
.border-b-rose-800\/25 {
  border-bottom-color: rgb(159 18 57 / 0.25);
}
.border-b-rose-800\/30 {
  border-bottom-color: rgb(159 18 57 / 0.3);
}
.border-b-rose-800\/35 {
  border-bottom-color: rgb(159 18 57 / 0.35);
}
.border-b-rose-800\/40 {
  border-bottom-color: rgb(159 18 57 / 0.4);
}
.border-b-rose-800\/45 {
  border-bottom-color: rgb(159 18 57 / 0.45);
}
.border-b-rose-800\/5 {
  border-bottom-color: rgb(159 18 57 / 0.05);
}
.border-b-rose-800\/50 {
  border-bottom-color: rgb(159 18 57 / 0.5);
}
.border-b-rose-800\/55 {
  border-bottom-color: rgb(159 18 57 / 0.55);
}
.border-b-rose-800\/60 {
  border-bottom-color: rgb(159 18 57 / 0.6);
}
.border-b-rose-800\/65 {
  border-bottom-color: rgb(159 18 57 / 0.65);
}
.border-b-rose-800\/70 {
  border-bottom-color: rgb(159 18 57 / 0.7);
}
.border-b-rose-800\/75 {
  border-bottom-color: rgb(159 18 57 / 0.75);
}
.border-b-rose-800\/80 {
  border-bottom-color: rgb(159 18 57 / 0.8);
}
.border-b-rose-800\/85 {
  border-bottom-color: rgb(159 18 57 / 0.85);
}
.border-b-rose-800\/90 {
  border-bottom-color: rgb(159 18 57 / 0.9);
}
.border-b-rose-800\/95 {
  border-bottom-color: rgb(159 18 57 / 0.95);
}
.border-b-rose-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-b-rose-900\/0 {
  border-bottom-color: rgb(136 19 55 / 0);
}
.border-b-rose-900\/10 {
  border-bottom-color: rgb(136 19 55 / 0.1);
}
.border-b-rose-900\/100 {
  border-bottom-color: rgb(136 19 55 / 1);
}
.border-b-rose-900\/15 {
  border-bottom-color: rgb(136 19 55 / 0.15);
}
.border-b-rose-900\/20 {
  border-bottom-color: rgb(136 19 55 / 0.2);
}
.border-b-rose-900\/25 {
  border-bottom-color: rgb(136 19 55 / 0.25);
}
.border-b-rose-900\/30 {
  border-bottom-color: rgb(136 19 55 / 0.3);
}
.border-b-rose-900\/35 {
  border-bottom-color: rgb(136 19 55 / 0.35);
}
.border-b-rose-900\/40 {
  border-bottom-color: rgb(136 19 55 / 0.4);
}
.border-b-rose-900\/45 {
  border-bottom-color: rgb(136 19 55 / 0.45);
}
.border-b-rose-900\/5 {
  border-bottom-color: rgb(136 19 55 / 0.05);
}
.border-b-rose-900\/50 {
  border-bottom-color: rgb(136 19 55 / 0.5);
}
.border-b-rose-900\/55 {
  border-bottom-color: rgb(136 19 55 / 0.55);
}
.border-b-rose-900\/60 {
  border-bottom-color: rgb(136 19 55 / 0.6);
}
.border-b-rose-900\/65 {
  border-bottom-color: rgb(136 19 55 / 0.65);
}
.border-b-rose-900\/70 {
  border-bottom-color: rgb(136 19 55 / 0.7);
}
.border-b-rose-900\/75 {
  border-bottom-color: rgb(136 19 55 / 0.75);
}
.border-b-rose-900\/80 {
  border-bottom-color: rgb(136 19 55 / 0.8);
}
.border-b-rose-900\/85 {
  border-bottom-color: rgb(136 19 55 / 0.85);
}
.border-b-rose-900\/90 {
  border-bottom-color: rgb(136 19 55 / 0.9);
}
.border-b-rose-900\/95 {
  border-bottom-color: rgb(136 19 55 / 0.95);
}
.border-b-rose-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-b-rose-950\/0 {
  border-bottom-color: rgb(76 5 25 / 0);
}
.border-b-rose-950\/10 {
  border-bottom-color: rgb(76 5 25 / 0.1);
}
.border-b-rose-950\/100 {
  border-bottom-color: rgb(76 5 25 / 1);
}
.border-b-rose-950\/15 {
  border-bottom-color: rgb(76 5 25 / 0.15);
}
.border-b-rose-950\/20 {
  border-bottom-color: rgb(76 5 25 / 0.2);
}
.border-b-rose-950\/25 {
  border-bottom-color: rgb(76 5 25 / 0.25);
}
.border-b-rose-950\/30 {
  border-bottom-color: rgb(76 5 25 / 0.3);
}
.border-b-rose-950\/35 {
  border-bottom-color: rgb(76 5 25 / 0.35);
}
.border-b-rose-950\/40 {
  border-bottom-color: rgb(76 5 25 / 0.4);
}
.border-b-rose-950\/45 {
  border-bottom-color: rgb(76 5 25 / 0.45);
}
.border-b-rose-950\/5 {
  border-bottom-color: rgb(76 5 25 / 0.05);
}
.border-b-rose-950\/50 {
  border-bottom-color: rgb(76 5 25 / 0.5);
}
.border-b-rose-950\/55 {
  border-bottom-color: rgb(76 5 25 / 0.55);
}
.border-b-rose-950\/60 {
  border-bottom-color: rgb(76 5 25 / 0.6);
}
.border-b-rose-950\/65 {
  border-bottom-color: rgb(76 5 25 / 0.65);
}
.border-b-rose-950\/70 {
  border-bottom-color: rgb(76 5 25 / 0.7);
}
.border-b-rose-950\/75 {
  border-bottom-color: rgb(76 5 25 / 0.75);
}
.border-b-rose-950\/80 {
  border-bottom-color: rgb(76 5 25 / 0.8);
}
.border-b-rose-950\/85 {
  border-bottom-color: rgb(76 5 25 / 0.85);
}
.border-b-rose-950\/90 {
  border-bottom-color: rgb(76 5 25 / 0.9);
}
.border-b-rose-950\/95 {
  border-bottom-color: rgb(76 5 25 / 0.95);
}
.border-b-sky-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-b-sky-100\/0 {
  border-bottom-color: rgb(224 242 254 / 0);
}
.border-b-sky-100\/10 {
  border-bottom-color: rgb(224 242 254 / 0.1);
}
.border-b-sky-100\/100 {
  border-bottom-color: rgb(224 242 254 / 1);
}
.border-b-sky-100\/15 {
  border-bottom-color: rgb(224 242 254 / 0.15);
}
.border-b-sky-100\/20 {
  border-bottom-color: rgb(224 242 254 / 0.2);
}
.border-b-sky-100\/25 {
  border-bottom-color: rgb(224 242 254 / 0.25);
}
.border-b-sky-100\/30 {
  border-bottom-color: rgb(224 242 254 / 0.3);
}
.border-b-sky-100\/35 {
  border-bottom-color: rgb(224 242 254 / 0.35);
}
.border-b-sky-100\/40 {
  border-bottom-color: rgb(224 242 254 / 0.4);
}
.border-b-sky-100\/45 {
  border-bottom-color: rgb(224 242 254 / 0.45);
}
.border-b-sky-100\/5 {
  border-bottom-color: rgb(224 242 254 / 0.05);
}
.border-b-sky-100\/50 {
  border-bottom-color: rgb(224 242 254 / 0.5);
}
.border-b-sky-100\/55 {
  border-bottom-color: rgb(224 242 254 / 0.55);
}
.border-b-sky-100\/60 {
  border-bottom-color: rgb(224 242 254 / 0.6);
}
.border-b-sky-100\/65 {
  border-bottom-color: rgb(224 242 254 / 0.65);
}
.border-b-sky-100\/70 {
  border-bottom-color: rgb(224 242 254 / 0.7);
}
.border-b-sky-100\/75 {
  border-bottom-color: rgb(224 242 254 / 0.75);
}
.border-b-sky-100\/80 {
  border-bottom-color: rgb(224 242 254 / 0.8);
}
.border-b-sky-100\/85 {
  border-bottom-color: rgb(224 242 254 / 0.85);
}
.border-b-sky-100\/90 {
  border-bottom-color: rgb(224 242 254 / 0.9);
}
.border-b-sky-100\/95 {
  border-bottom-color: rgb(224 242 254 / 0.95);
}
.border-b-sky-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-b-sky-200\/0 {
  border-bottom-color: rgb(186 230 253 / 0);
}
.border-b-sky-200\/10 {
  border-bottom-color: rgb(186 230 253 / 0.1);
}
.border-b-sky-200\/100 {
  border-bottom-color: rgb(186 230 253 / 1);
}
.border-b-sky-200\/15 {
  border-bottom-color: rgb(186 230 253 / 0.15);
}
.border-b-sky-200\/20 {
  border-bottom-color: rgb(186 230 253 / 0.2);
}
.border-b-sky-200\/25 {
  border-bottom-color: rgb(186 230 253 / 0.25);
}
.border-b-sky-200\/30 {
  border-bottom-color: rgb(186 230 253 / 0.3);
}
.border-b-sky-200\/35 {
  border-bottom-color: rgb(186 230 253 / 0.35);
}
.border-b-sky-200\/40 {
  border-bottom-color: rgb(186 230 253 / 0.4);
}
.border-b-sky-200\/45 {
  border-bottom-color: rgb(186 230 253 / 0.45);
}
.border-b-sky-200\/5 {
  border-bottom-color: rgb(186 230 253 / 0.05);
}
.border-b-sky-200\/50 {
  border-bottom-color: rgb(186 230 253 / 0.5);
}
.border-b-sky-200\/55 {
  border-bottom-color: rgb(186 230 253 / 0.55);
}
.border-b-sky-200\/60 {
  border-bottom-color: rgb(186 230 253 / 0.6);
}
.border-b-sky-200\/65 {
  border-bottom-color: rgb(186 230 253 / 0.65);
}
.border-b-sky-200\/70 {
  border-bottom-color: rgb(186 230 253 / 0.7);
}
.border-b-sky-200\/75 {
  border-bottom-color: rgb(186 230 253 / 0.75);
}
.border-b-sky-200\/80 {
  border-bottom-color: rgb(186 230 253 / 0.8);
}
.border-b-sky-200\/85 {
  border-bottom-color: rgb(186 230 253 / 0.85);
}
.border-b-sky-200\/90 {
  border-bottom-color: rgb(186 230 253 / 0.9);
}
.border-b-sky-200\/95 {
  border-bottom-color: rgb(186 230 253 / 0.95);
}
.border-b-sky-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-b-sky-300\/0 {
  border-bottom-color: rgb(125 211 252 / 0);
}
.border-b-sky-300\/10 {
  border-bottom-color: rgb(125 211 252 / 0.1);
}
.border-b-sky-300\/100 {
  border-bottom-color: rgb(125 211 252 / 1);
}
.border-b-sky-300\/15 {
  border-bottom-color: rgb(125 211 252 / 0.15);
}
.border-b-sky-300\/20 {
  border-bottom-color: rgb(125 211 252 / 0.2);
}
.border-b-sky-300\/25 {
  border-bottom-color: rgb(125 211 252 / 0.25);
}
.border-b-sky-300\/30 {
  border-bottom-color: rgb(125 211 252 / 0.3);
}
.border-b-sky-300\/35 {
  border-bottom-color: rgb(125 211 252 / 0.35);
}
.border-b-sky-300\/40 {
  border-bottom-color: rgb(125 211 252 / 0.4);
}
.border-b-sky-300\/45 {
  border-bottom-color: rgb(125 211 252 / 0.45);
}
.border-b-sky-300\/5 {
  border-bottom-color: rgb(125 211 252 / 0.05);
}
.border-b-sky-300\/50 {
  border-bottom-color: rgb(125 211 252 / 0.5);
}
.border-b-sky-300\/55 {
  border-bottom-color: rgb(125 211 252 / 0.55);
}
.border-b-sky-300\/60 {
  border-bottom-color: rgb(125 211 252 / 0.6);
}
.border-b-sky-300\/65 {
  border-bottom-color: rgb(125 211 252 / 0.65);
}
.border-b-sky-300\/70 {
  border-bottom-color: rgb(125 211 252 / 0.7);
}
.border-b-sky-300\/75 {
  border-bottom-color: rgb(125 211 252 / 0.75);
}
.border-b-sky-300\/80 {
  border-bottom-color: rgb(125 211 252 / 0.8);
}
.border-b-sky-300\/85 {
  border-bottom-color: rgb(125 211 252 / 0.85);
}
.border-b-sky-300\/90 {
  border-bottom-color: rgb(125 211 252 / 0.9);
}
.border-b-sky-300\/95 {
  border-bottom-color: rgb(125 211 252 / 0.95);
}
.border-b-sky-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-b-sky-400\/0 {
  border-bottom-color: rgb(56 189 248 / 0);
}
.border-b-sky-400\/10 {
  border-bottom-color: rgb(56 189 248 / 0.1);
}
.border-b-sky-400\/100 {
  border-bottom-color: rgb(56 189 248 / 1);
}
.border-b-sky-400\/15 {
  border-bottom-color: rgb(56 189 248 / 0.15);
}
.border-b-sky-400\/20 {
  border-bottom-color: rgb(56 189 248 / 0.2);
}
.border-b-sky-400\/25 {
  border-bottom-color: rgb(56 189 248 / 0.25);
}
.border-b-sky-400\/30 {
  border-bottom-color: rgb(56 189 248 / 0.3);
}
.border-b-sky-400\/35 {
  border-bottom-color: rgb(56 189 248 / 0.35);
}
.border-b-sky-400\/40 {
  border-bottom-color: rgb(56 189 248 / 0.4);
}
.border-b-sky-400\/45 {
  border-bottom-color: rgb(56 189 248 / 0.45);
}
.border-b-sky-400\/5 {
  border-bottom-color: rgb(56 189 248 / 0.05);
}
.border-b-sky-400\/50 {
  border-bottom-color: rgb(56 189 248 / 0.5);
}
.border-b-sky-400\/55 {
  border-bottom-color: rgb(56 189 248 / 0.55);
}
.border-b-sky-400\/60 {
  border-bottom-color: rgb(56 189 248 / 0.6);
}
.border-b-sky-400\/65 {
  border-bottom-color: rgb(56 189 248 / 0.65);
}
.border-b-sky-400\/70 {
  border-bottom-color: rgb(56 189 248 / 0.7);
}
.border-b-sky-400\/75 {
  border-bottom-color: rgb(56 189 248 / 0.75);
}
.border-b-sky-400\/80 {
  border-bottom-color: rgb(56 189 248 / 0.8);
}
.border-b-sky-400\/85 {
  border-bottom-color: rgb(56 189 248 / 0.85);
}
.border-b-sky-400\/90 {
  border-bottom-color: rgb(56 189 248 / 0.9);
}
.border-b-sky-400\/95 {
  border-bottom-color: rgb(56 189 248 / 0.95);
}
.border-b-sky-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-b-sky-50\/0 {
  border-bottom-color: rgb(240 249 255 / 0);
}
.border-b-sky-50\/10 {
  border-bottom-color: rgb(240 249 255 / 0.1);
}
.border-b-sky-50\/100 {
  border-bottom-color: rgb(240 249 255 / 1);
}
.border-b-sky-50\/15 {
  border-bottom-color: rgb(240 249 255 / 0.15);
}
.border-b-sky-50\/20 {
  border-bottom-color: rgb(240 249 255 / 0.2);
}
.border-b-sky-50\/25 {
  border-bottom-color: rgb(240 249 255 / 0.25);
}
.border-b-sky-50\/30 {
  border-bottom-color: rgb(240 249 255 / 0.3);
}
.border-b-sky-50\/35 {
  border-bottom-color: rgb(240 249 255 / 0.35);
}
.border-b-sky-50\/40 {
  border-bottom-color: rgb(240 249 255 / 0.4);
}
.border-b-sky-50\/45 {
  border-bottom-color: rgb(240 249 255 / 0.45);
}
.border-b-sky-50\/5 {
  border-bottom-color: rgb(240 249 255 / 0.05);
}
.border-b-sky-50\/50 {
  border-bottom-color: rgb(240 249 255 / 0.5);
}
.border-b-sky-50\/55 {
  border-bottom-color: rgb(240 249 255 / 0.55);
}
.border-b-sky-50\/60 {
  border-bottom-color: rgb(240 249 255 / 0.6);
}
.border-b-sky-50\/65 {
  border-bottom-color: rgb(240 249 255 / 0.65);
}
.border-b-sky-50\/70 {
  border-bottom-color: rgb(240 249 255 / 0.7);
}
.border-b-sky-50\/75 {
  border-bottom-color: rgb(240 249 255 / 0.75);
}
.border-b-sky-50\/80 {
  border-bottom-color: rgb(240 249 255 / 0.8);
}
.border-b-sky-50\/85 {
  border-bottom-color: rgb(240 249 255 / 0.85);
}
.border-b-sky-50\/90 {
  border-bottom-color: rgb(240 249 255 / 0.9);
}
.border-b-sky-50\/95 {
  border-bottom-color: rgb(240 249 255 / 0.95);
}
.border-b-sky-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-b-sky-500\/0 {
  border-bottom-color: rgb(14 165 233 / 0);
}
.border-b-sky-500\/10 {
  border-bottom-color: rgb(14 165 233 / 0.1);
}
.border-b-sky-500\/100 {
  border-bottom-color: rgb(14 165 233 / 1);
}
.border-b-sky-500\/15 {
  border-bottom-color: rgb(14 165 233 / 0.15);
}
.border-b-sky-500\/20 {
  border-bottom-color: rgb(14 165 233 / 0.2);
}
.border-b-sky-500\/25 {
  border-bottom-color: rgb(14 165 233 / 0.25);
}
.border-b-sky-500\/30 {
  border-bottom-color: rgb(14 165 233 / 0.3);
}
.border-b-sky-500\/35 {
  border-bottom-color: rgb(14 165 233 / 0.35);
}
.border-b-sky-500\/40 {
  border-bottom-color: rgb(14 165 233 / 0.4);
}
.border-b-sky-500\/45 {
  border-bottom-color: rgb(14 165 233 / 0.45);
}
.border-b-sky-500\/5 {
  border-bottom-color: rgb(14 165 233 / 0.05);
}
.border-b-sky-500\/50 {
  border-bottom-color: rgb(14 165 233 / 0.5);
}
.border-b-sky-500\/55 {
  border-bottom-color: rgb(14 165 233 / 0.55);
}
.border-b-sky-500\/60 {
  border-bottom-color: rgb(14 165 233 / 0.6);
}
.border-b-sky-500\/65 {
  border-bottom-color: rgb(14 165 233 / 0.65);
}
.border-b-sky-500\/70 {
  border-bottom-color: rgb(14 165 233 / 0.7);
}
.border-b-sky-500\/75 {
  border-bottom-color: rgb(14 165 233 / 0.75);
}
.border-b-sky-500\/80 {
  border-bottom-color: rgb(14 165 233 / 0.8);
}
.border-b-sky-500\/85 {
  border-bottom-color: rgb(14 165 233 / 0.85);
}
.border-b-sky-500\/90 {
  border-bottom-color: rgb(14 165 233 / 0.9);
}
.border-b-sky-500\/95 {
  border-bottom-color: rgb(14 165 233 / 0.95);
}
.border-b-sky-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-b-sky-600\/0 {
  border-bottom-color: rgb(2 132 199 / 0);
}
.border-b-sky-600\/10 {
  border-bottom-color: rgb(2 132 199 / 0.1);
}
.border-b-sky-600\/100 {
  border-bottom-color: rgb(2 132 199 / 1);
}
.border-b-sky-600\/15 {
  border-bottom-color: rgb(2 132 199 / 0.15);
}
.border-b-sky-600\/20 {
  border-bottom-color: rgb(2 132 199 / 0.2);
}
.border-b-sky-600\/25 {
  border-bottom-color: rgb(2 132 199 / 0.25);
}
.border-b-sky-600\/30 {
  border-bottom-color: rgb(2 132 199 / 0.3);
}
.border-b-sky-600\/35 {
  border-bottom-color: rgb(2 132 199 / 0.35);
}
.border-b-sky-600\/40 {
  border-bottom-color: rgb(2 132 199 / 0.4);
}
.border-b-sky-600\/45 {
  border-bottom-color: rgb(2 132 199 / 0.45);
}
.border-b-sky-600\/5 {
  border-bottom-color: rgb(2 132 199 / 0.05);
}
.border-b-sky-600\/50 {
  border-bottom-color: rgb(2 132 199 / 0.5);
}
.border-b-sky-600\/55 {
  border-bottom-color: rgb(2 132 199 / 0.55);
}
.border-b-sky-600\/60 {
  border-bottom-color: rgb(2 132 199 / 0.6);
}
.border-b-sky-600\/65 {
  border-bottom-color: rgb(2 132 199 / 0.65);
}
.border-b-sky-600\/70 {
  border-bottom-color: rgb(2 132 199 / 0.7);
}
.border-b-sky-600\/75 {
  border-bottom-color: rgb(2 132 199 / 0.75);
}
.border-b-sky-600\/80 {
  border-bottom-color: rgb(2 132 199 / 0.8);
}
.border-b-sky-600\/85 {
  border-bottom-color: rgb(2 132 199 / 0.85);
}
.border-b-sky-600\/90 {
  border-bottom-color: rgb(2 132 199 / 0.9);
}
.border-b-sky-600\/95 {
  border-bottom-color: rgb(2 132 199 / 0.95);
}
.border-b-sky-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-b-sky-700\/0 {
  border-bottom-color: rgb(3 105 161 / 0);
}
.border-b-sky-700\/10 {
  border-bottom-color: rgb(3 105 161 / 0.1);
}
.border-b-sky-700\/100 {
  border-bottom-color: rgb(3 105 161 / 1);
}
.border-b-sky-700\/15 {
  border-bottom-color: rgb(3 105 161 / 0.15);
}
.border-b-sky-700\/20 {
  border-bottom-color: rgb(3 105 161 / 0.2);
}
.border-b-sky-700\/25 {
  border-bottom-color: rgb(3 105 161 / 0.25);
}
.border-b-sky-700\/30 {
  border-bottom-color: rgb(3 105 161 / 0.3);
}
.border-b-sky-700\/35 {
  border-bottom-color: rgb(3 105 161 / 0.35);
}
.border-b-sky-700\/40 {
  border-bottom-color: rgb(3 105 161 / 0.4);
}
.border-b-sky-700\/45 {
  border-bottom-color: rgb(3 105 161 / 0.45);
}
.border-b-sky-700\/5 {
  border-bottom-color: rgb(3 105 161 / 0.05);
}
.border-b-sky-700\/50 {
  border-bottom-color: rgb(3 105 161 / 0.5);
}
.border-b-sky-700\/55 {
  border-bottom-color: rgb(3 105 161 / 0.55);
}
.border-b-sky-700\/60 {
  border-bottom-color: rgb(3 105 161 / 0.6);
}
.border-b-sky-700\/65 {
  border-bottom-color: rgb(3 105 161 / 0.65);
}
.border-b-sky-700\/70 {
  border-bottom-color: rgb(3 105 161 / 0.7);
}
.border-b-sky-700\/75 {
  border-bottom-color: rgb(3 105 161 / 0.75);
}
.border-b-sky-700\/80 {
  border-bottom-color: rgb(3 105 161 / 0.8);
}
.border-b-sky-700\/85 {
  border-bottom-color: rgb(3 105 161 / 0.85);
}
.border-b-sky-700\/90 {
  border-bottom-color: rgb(3 105 161 / 0.9);
}
.border-b-sky-700\/95 {
  border-bottom-color: rgb(3 105 161 / 0.95);
}
.border-b-sky-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-b-sky-800\/0 {
  border-bottom-color: rgb(7 89 133 / 0);
}
.border-b-sky-800\/10 {
  border-bottom-color: rgb(7 89 133 / 0.1);
}
.border-b-sky-800\/100 {
  border-bottom-color: rgb(7 89 133 / 1);
}
.border-b-sky-800\/15 {
  border-bottom-color: rgb(7 89 133 / 0.15);
}
.border-b-sky-800\/20 {
  border-bottom-color: rgb(7 89 133 / 0.2);
}
.border-b-sky-800\/25 {
  border-bottom-color: rgb(7 89 133 / 0.25);
}
.border-b-sky-800\/30 {
  border-bottom-color: rgb(7 89 133 / 0.3);
}
.border-b-sky-800\/35 {
  border-bottom-color: rgb(7 89 133 / 0.35);
}
.border-b-sky-800\/40 {
  border-bottom-color: rgb(7 89 133 / 0.4);
}
.border-b-sky-800\/45 {
  border-bottom-color: rgb(7 89 133 / 0.45);
}
.border-b-sky-800\/5 {
  border-bottom-color: rgb(7 89 133 / 0.05);
}
.border-b-sky-800\/50 {
  border-bottom-color: rgb(7 89 133 / 0.5);
}
.border-b-sky-800\/55 {
  border-bottom-color: rgb(7 89 133 / 0.55);
}
.border-b-sky-800\/60 {
  border-bottom-color: rgb(7 89 133 / 0.6);
}
.border-b-sky-800\/65 {
  border-bottom-color: rgb(7 89 133 / 0.65);
}
.border-b-sky-800\/70 {
  border-bottom-color: rgb(7 89 133 / 0.7);
}
.border-b-sky-800\/75 {
  border-bottom-color: rgb(7 89 133 / 0.75);
}
.border-b-sky-800\/80 {
  border-bottom-color: rgb(7 89 133 / 0.8);
}
.border-b-sky-800\/85 {
  border-bottom-color: rgb(7 89 133 / 0.85);
}
.border-b-sky-800\/90 {
  border-bottom-color: rgb(7 89 133 / 0.9);
}
.border-b-sky-800\/95 {
  border-bottom-color: rgb(7 89 133 / 0.95);
}
.border-b-sky-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-b-sky-900\/0 {
  border-bottom-color: rgb(12 74 110 / 0);
}
.border-b-sky-900\/10 {
  border-bottom-color: rgb(12 74 110 / 0.1);
}
.border-b-sky-900\/100 {
  border-bottom-color: rgb(12 74 110 / 1);
}
.border-b-sky-900\/15 {
  border-bottom-color: rgb(12 74 110 / 0.15);
}
.border-b-sky-900\/20 {
  border-bottom-color: rgb(12 74 110 / 0.2);
}
.border-b-sky-900\/25 {
  border-bottom-color: rgb(12 74 110 / 0.25);
}
.border-b-sky-900\/30 {
  border-bottom-color: rgb(12 74 110 / 0.3);
}
.border-b-sky-900\/35 {
  border-bottom-color: rgb(12 74 110 / 0.35);
}
.border-b-sky-900\/40 {
  border-bottom-color: rgb(12 74 110 / 0.4);
}
.border-b-sky-900\/45 {
  border-bottom-color: rgb(12 74 110 / 0.45);
}
.border-b-sky-900\/5 {
  border-bottom-color: rgb(12 74 110 / 0.05);
}
.border-b-sky-900\/50 {
  border-bottom-color: rgb(12 74 110 / 0.5);
}
.border-b-sky-900\/55 {
  border-bottom-color: rgb(12 74 110 / 0.55);
}
.border-b-sky-900\/60 {
  border-bottom-color: rgb(12 74 110 / 0.6);
}
.border-b-sky-900\/65 {
  border-bottom-color: rgb(12 74 110 / 0.65);
}
.border-b-sky-900\/70 {
  border-bottom-color: rgb(12 74 110 / 0.7);
}
.border-b-sky-900\/75 {
  border-bottom-color: rgb(12 74 110 / 0.75);
}
.border-b-sky-900\/80 {
  border-bottom-color: rgb(12 74 110 / 0.8);
}
.border-b-sky-900\/85 {
  border-bottom-color: rgb(12 74 110 / 0.85);
}
.border-b-sky-900\/90 {
  border-bottom-color: rgb(12 74 110 / 0.9);
}
.border-b-sky-900\/95 {
  border-bottom-color: rgb(12 74 110 / 0.95);
}
.border-b-sky-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-b-sky-950\/0 {
  border-bottom-color: rgb(8 47 73 / 0);
}
.border-b-sky-950\/10 {
  border-bottom-color: rgb(8 47 73 / 0.1);
}
.border-b-sky-950\/100 {
  border-bottom-color: rgb(8 47 73 / 1);
}
.border-b-sky-950\/15 {
  border-bottom-color: rgb(8 47 73 / 0.15);
}
.border-b-sky-950\/20 {
  border-bottom-color: rgb(8 47 73 / 0.2);
}
.border-b-sky-950\/25 {
  border-bottom-color: rgb(8 47 73 / 0.25);
}
.border-b-sky-950\/30 {
  border-bottom-color: rgb(8 47 73 / 0.3);
}
.border-b-sky-950\/35 {
  border-bottom-color: rgb(8 47 73 / 0.35);
}
.border-b-sky-950\/40 {
  border-bottom-color: rgb(8 47 73 / 0.4);
}
.border-b-sky-950\/45 {
  border-bottom-color: rgb(8 47 73 / 0.45);
}
.border-b-sky-950\/5 {
  border-bottom-color: rgb(8 47 73 / 0.05);
}
.border-b-sky-950\/50 {
  border-bottom-color: rgb(8 47 73 / 0.5);
}
.border-b-sky-950\/55 {
  border-bottom-color: rgb(8 47 73 / 0.55);
}
.border-b-sky-950\/60 {
  border-bottom-color: rgb(8 47 73 / 0.6);
}
.border-b-sky-950\/65 {
  border-bottom-color: rgb(8 47 73 / 0.65);
}
.border-b-sky-950\/70 {
  border-bottom-color: rgb(8 47 73 / 0.7);
}
.border-b-sky-950\/75 {
  border-bottom-color: rgb(8 47 73 / 0.75);
}
.border-b-sky-950\/80 {
  border-bottom-color: rgb(8 47 73 / 0.8);
}
.border-b-sky-950\/85 {
  border-bottom-color: rgb(8 47 73 / 0.85);
}
.border-b-sky-950\/90 {
  border-bottom-color: rgb(8 47 73 / 0.9);
}
.border-b-sky-950\/95 {
  border-bottom-color: rgb(8 47 73 / 0.95);
}
.border-b-slate-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-b-slate-100\/0 {
  border-bottom-color: rgb(241 245 249 / 0);
}
.border-b-slate-100\/10 {
  border-bottom-color: rgb(241 245 249 / 0.1);
}
.border-b-slate-100\/100 {
  border-bottom-color: rgb(241 245 249 / 1);
}
.border-b-slate-100\/15 {
  border-bottom-color: rgb(241 245 249 / 0.15);
}
.border-b-slate-100\/20 {
  border-bottom-color: rgb(241 245 249 / 0.2);
}
.border-b-slate-100\/25 {
  border-bottom-color: rgb(241 245 249 / 0.25);
}
.border-b-slate-100\/30 {
  border-bottom-color: rgb(241 245 249 / 0.3);
}
.border-b-slate-100\/35 {
  border-bottom-color: rgb(241 245 249 / 0.35);
}
.border-b-slate-100\/40 {
  border-bottom-color: rgb(241 245 249 / 0.4);
}
.border-b-slate-100\/45 {
  border-bottom-color: rgb(241 245 249 / 0.45);
}
.border-b-slate-100\/5 {
  border-bottom-color: rgb(241 245 249 / 0.05);
}
.border-b-slate-100\/50 {
  border-bottom-color: rgb(241 245 249 / 0.5);
}
.border-b-slate-100\/55 {
  border-bottom-color: rgb(241 245 249 / 0.55);
}
.border-b-slate-100\/60 {
  border-bottom-color: rgb(241 245 249 / 0.6);
}
.border-b-slate-100\/65 {
  border-bottom-color: rgb(241 245 249 / 0.65);
}
.border-b-slate-100\/70 {
  border-bottom-color: rgb(241 245 249 / 0.7);
}
.border-b-slate-100\/75 {
  border-bottom-color: rgb(241 245 249 / 0.75);
}
.border-b-slate-100\/80 {
  border-bottom-color: rgb(241 245 249 / 0.8);
}
.border-b-slate-100\/85 {
  border-bottom-color: rgb(241 245 249 / 0.85);
}
.border-b-slate-100\/90 {
  border-bottom-color: rgb(241 245 249 / 0.9);
}
.border-b-slate-100\/95 {
  border-bottom-color: rgb(241 245 249 / 0.95);
}
.border-b-slate-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-b-slate-200\/0 {
  border-bottom-color: rgb(226 232 240 / 0);
}
.border-b-slate-200\/10 {
  border-bottom-color: rgb(226 232 240 / 0.1);
}
.border-b-slate-200\/100 {
  border-bottom-color: rgb(226 232 240 / 1);
}
.border-b-slate-200\/15 {
  border-bottom-color: rgb(226 232 240 / 0.15);
}
.border-b-slate-200\/20 {
  border-bottom-color: rgb(226 232 240 / 0.2);
}
.border-b-slate-200\/25 {
  border-bottom-color: rgb(226 232 240 / 0.25);
}
.border-b-slate-200\/30 {
  border-bottom-color: rgb(226 232 240 / 0.3);
}
.border-b-slate-200\/35 {
  border-bottom-color: rgb(226 232 240 / 0.35);
}
.border-b-slate-200\/40 {
  border-bottom-color: rgb(226 232 240 / 0.4);
}
.border-b-slate-200\/45 {
  border-bottom-color: rgb(226 232 240 / 0.45);
}
.border-b-slate-200\/5 {
  border-bottom-color: rgb(226 232 240 / 0.05);
}
.border-b-slate-200\/50 {
  border-bottom-color: rgb(226 232 240 / 0.5);
}
.border-b-slate-200\/55 {
  border-bottom-color: rgb(226 232 240 / 0.55);
}
.border-b-slate-200\/60 {
  border-bottom-color: rgb(226 232 240 / 0.6);
}
.border-b-slate-200\/65 {
  border-bottom-color: rgb(226 232 240 / 0.65);
}
.border-b-slate-200\/70 {
  border-bottom-color: rgb(226 232 240 / 0.7);
}
.border-b-slate-200\/75 {
  border-bottom-color: rgb(226 232 240 / 0.75);
}
.border-b-slate-200\/80 {
  border-bottom-color: rgb(226 232 240 / 0.8);
}
.border-b-slate-200\/85 {
  border-bottom-color: rgb(226 232 240 / 0.85);
}
.border-b-slate-200\/90 {
  border-bottom-color: rgb(226 232 240 / 0.9);
}
.border-b-slate-200\/95 {
  border-bottom-color: rgb(226 232 240 / 0.95);
}
.border-b-slate-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-b-slate-300\/0 {
  border-bottom-color: rgb(203 213 225 / 0);
}
.border-b-slate-300\/10 {
  border-bottom-color: rgb(203 213 225 / 0.1);
}
.border-b-slate-300\/100 {
  border-bottom-color: rgb(203 213 225 / 1);
}
.border-b-slate-300\/15 {
  border-bottom-color: rgb(203 213 225 / 0.15);
}
.border-b-slate-300\/20 {
  border-bottom-color: rgb(203 213 225 / 0.2);
}
.border-b-slate-300\/25 {
  border-bottom-color: rgb(203 213 225 / 0.25);
}
.border-b-slate-300\/30 {
  border-bottom-color: rgb(203 213 225 / 0.3);
}
.border-b-slate-300\/35 {
  border-bottom-color: rgb(203 213 225 / 0.35);
}
.border-b-slate-300\/40 {
  border-bottom-color: rgb(203 213 225 / 0.4);
}
.border-b-slate-300\/45 {
  border-bottom-color: rgb(203 213 225 / 0.45);
}
.border-b-slate-300\/5 {
  border-bottom-color: rgb(203 213 225 / 0.05);
}
.border-b-slate-300\/50 {
  border-bottom-color: rgb(203 213 225 / 0.5);
}
.border-b-slate-300\/55 {
  border-bottom-color: rgb(203 213 225 / 0.55);
}
.border-b-slate-300\/60 {
  border-bottom-color: rgb(203 213 225 / 0.6);
}
.border-b-slate-300\/65 {
  border-bottom-color: rgb(203 213 225 / 0.65);
}
.border-b-slate-300\/70 {
  border-bottom-color: rgb(203 213 225 / 0.7);
}
.border-b-slate-300\/75 {
  border-bottom-color: rgb(203 213 225 / 0.75);
}
.border-b-slate-300\/80 {
  border-bottom-color: rgb(203 213 225 / 0.8);
}
.border-b-slate-300\/85 {
  border-bottom-color: rgb(203 213 225 / 0.85);
}
.border-b-slate-300\/90 {
  border-bottom-color: rgb(203 213 225 / 0.9);
}
.border-b-slate-300\/95 {
  border-bottom-color: rgb(203 213 225 / 0.95);
}
.border-b-slate-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-b-slate-400\/0 {
  border-bottom-color: rgb(148 163 184 / 0);
}
.border-b-slate-400\/10 {
  border-bottom-color: rgb(148 163 184 / 0.1);
}
.border-b-slate-400\/100 {
  border-bottom-color: rgb(148 163 184 / 1);
}
.border-b-slate-400\/15 {
  border-bottom-color: rgb(148 163 184 / 0.15);
}
.border-b-slate-400\/20 {
  border-bottom-color: rgb(148 163 184 / 0.2);
}
.border-b-slate-400\/25 {
  border-bottom-color: rgb(148 163 184 / 0.25);
}
.border-b-slate-400\/30 {
  border-bottom-color: rgb(148 163 184 / 0.3);
}
.border-b-slate-400\/35 {
  border-bottom-color: rgb(148 163 184 / 0.35);
}
.border-b-slate-400\/40 {
  border-bottom-color: rgb(148 163 184 / 0.4);
}
.border-b-slate-400\/45 {
  border-bottom-color: rgb(148 163 184 / 0.45);
}
.border-b-slate-400\/5 {
  border-bottom-color: rgb(148 163 184 / 0.05);
}
.border-b-slate-400\/50 {
  border-bottom-color: rgb(148 163 184 / 0.5);
}
.border-b-slate-400\/55 {
  border-bottom-color: rgb(148 163 184 / 0.55);
}
.border-b-slate-400\/60 {
  border-bottom-color: rgb(148 163 184 / 0.6);
}
.border-b-slate-400\/65 {
  border-bottom-color: rgb(148 163 184 / 0.65);
}
.border-b-slate-400\/70 {
  border-bottom-color: rgb(148 163 184 / 0.7);
}
.border-b-slate-400\/75 {
  border-bottom-color: rgb(148 163 184 / 0.75);
}
.border-b-slate-400\/80 {
  border-bottom-color: rgb(148 163 184 / 0.8);
}
.border-b-slate-400\/85 {
  border-bottom-color: rgb(148 163 184 / 0.85);
}
.border-b-slate-400\/90 {
  border-bottom-color: rgb(148 163 184 / 0.9);
}
.border-b-slate-400\/95 {
  border-bottom-color: rgb(148 163 184 / 0.95);
}
.border-b-slate-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-b-slate-50\/0 {
  border-bottom-color: rgb(248 250 252 / 0);
}
.border-b-slate-50\/10 {
  border-bottom-color: rgb(248 250 252 / 0.1);
}
.border-b-slate-50\/100 {
  border-bottom-color: rgb(248 250 252 / 1);
}
.border-b-slate-50\/15 {
  border-bottom-color: rgb(248 250 252 / 0.15);
}
.border-b-slate-50\/20 {
  border-bottom-color: rgb(248 250 252 / 0.2);
}
.border-b-slate-50\/25 {
  border-bottom-color: rgb(248 250 252 / 0.25);
}
.border-b-slate-50\/30 {
  border-bottom-color: rgb(248 250 252 / 0.3);
}
.border-b-slate-50\/35 {
  border-bottom-color: rgb(248 250 252 / 0.35);
}
.border-b-slate-50\/40 {
  border-bottom-color: rgb(248 250 252 / 0.4);
}
.border-b-slate-50\/45 {
  border-bottom-color: rgb(248 250 252 / 0.45);
}
.border-b-slate-50\/5 {
  border-bottom-color: rgb(248 250 252 / 0.05);
}
.border-b-slate-50\/50 {
  border-bottom-color: rgb(248 250 252 / 0.5);
}
.border-b-slate-50\/55 {
  border-bottom-color: rgb(248 250 252 / 0.55);
}
.border-b-slate-50\/60 {
  border-bottom-color: rgb(248 250 252 / 0.6);
}
.border-b-slate-50\/65 {
  border-bottom-color: rgb(248 250 252 / 0.65);
}
.border-b-slate-50\/70 {
  border-bottom-color: rgb(248 250 252 / 0.7);
}
.border-b-slate-50\/75 {
  border-bottom-color: rgb(248 250 252 / 0.75);
}
.border-b-slate-50\/80 {
  border-bottom-color: rgb(248 250 252 / 0.8);
}
.border-b-slate-50\/85 {
  border-bottom-color: rgb(248 250 252 / 0.85);
}
.border-b-slate-50\/90 {
  border-bottom-color: rgb(248 250 252 / 0.9);
}
.border-b-slate-50\/95 {
  border-bottom-color: rgb(248 250 252 / 0.95);
}
.border-b-slate-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-b-slate-500\/0 {
  border-bottom-color: rgb(100 116 139 / 0);
}
.border-b-slate-500\/10 {
  border-bottom-color: rgb(100 116 139 / 0.1);
}
.border-b-slate-500\/100 {
  border-bottom-color: rgb(100 116 139 / 1);
}
.border-b-slate-500\/15 {
  border-bottom-color: rgb(100 116 139 / 0.15);
}
.border-b-slate-500\/20 {
  border-bottom-color: rgb(100 116 139 / 0.2);
}
.border-b-slate-500\/25 {
  border-bottom-color: rgb(100 116 139 / 0.25);
}
.border-b-slate-500\/30 {
  border-bottom-color: rgb(100 116 139 / 0.3);
}
.border-b-slate-500\/35 {
  border-bottom-color: rgb(100 116 139 / 0.35);
}
.border-b-slate-500\/40 {
  border-bottom-color: rgb(100 116 139 / 0.4);
}
.border-b-slate-500\/45 {
  border-bottom-color: rgb(100 116 139 / 0.45);
}
.border-b-slate-500\/5 {
  border-bottom-color: rgb(100 116 139 / 0.05);
}
.border-b-slate-500\/50 {
  border-bottom-color: rgb(100 116 139 / 0.5);
}
.border-b-slate-500\/55 {
  border-bottom-color: rgb(100 116 139 / 0.55);
}
.border-b-slate-500\/60 {
  border-bottom-color: rgb(100 116 139 / 0.6);
}
.border-b-slate-500\/65 {
  border-bottom-color: rgb(100 116 139 / 0.65);
}
.border-b-slate-500\/70 {
  border-bottom-color: rgb(100 116 139 / 0.7);
}
.border-b-slate-500\/75 {
  border-bottom-color: rgb(100 116 139 / 0.75);
}
.border-b-slate-500\/80 {
  border-bottom-color: rgb(100 116 139 / 0.8);
}
.border-b-slate-500\/85 {
  border-bottom-color: rgb(100 116 139 / 0.85);
}
.border-b-slate-500\/90 {
  border-bottom-color: rgb(100 116 139 / 0.9);
}
.border-b-slate-500\/95 {
  border-bottom-color: rgb(100 116 139 / 0.95);
}
.border-b-slate-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-b-slate-600\/0 {
  border-bottom-color: rgb(71 85 105 / 0);
}
.border-b-slate-600\/10 {
  border-bottom-color: rgb(71 85 105 / 0.1);
}
.border-b-slate-600\/100 {
  border-bottom-color: rgb(71 85 105 / 1);
}
.border-b-slate-600\/15 {
  border-bottom-color: rgb(71 85 105 / 0.15);
}
.border-b-slate-600\/20 {
  border-bottom-color: rgb(71 85 105 / 0.2);
}
.border-b-slate-600\/25 {
  border-bottom-color: rgb(71 85 105 / 0.25);
}
.border-b-slate-600\/30 {
  border-bottom-color: rgb(71 85 105 / 0.3);
}
.border-b-slate-600\/35 {
  border-bottom-color: rgb(71 85 105 / 0.35);
}
.border-b-slate-600\/40 {
  border-bottom-color: rgb(71 85 105 / 0.4);
}
.border-b-slate-600\/45 {
  border-bottom-color: rgb(71 85 105 / 0.45);
}
.border-b-slate-600\/5 {
  border-bottom-color: rgb(71 85 105 / 0.05);
}
.border-b-slate-600\/50 {
  border-bottom-color: rgb(71 85 105 / 0.5);
}
.border-b-slate-600\/55 {
  border-bottom-color: rgb(71 85 105 / 0.55);
}
.border-b-slate-600\/60 {
  border-bottom-color: rgb(71 85 105 / 0.6);
}
.border-b-slate-600\/65 {
  border-bottom-color: rgb(71 85 105 / 0.65);
}
.border-b-slate-600\/70 {
  border-bottom-color: rgb(71 85 105 / 0.7);
}
.border-b-slate-600\/75 {
  border-bottom-color: rgb(71 85 105 / 0.75);
}
.border-b-slate-600\/80 {
  border-bottom-color: rgb(71 85 105 / 0.8);
}
.border-b-slate-600\/85 {
  border-bottom-color: rgb(71 85 105 / 0.85);
}
.border-b-slate-600\/90 {
  border-bottom-color: rgb(71 85 105 / 0.9);
}
.border-b-slate-600\/95 {
  border-bottom-color: rgb(71 85 105 / 0.95);
}
.border-b-slate-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-b-slate-700\/0 {
  border-bottom-color: rgb(51 65 85 / 0);
}
.border-b-slate-700\/10 {
  border-bottom-color: rgb(51 65 85 / 0.1);
}
.border-b-slate-700\/100 {
  border-bottom-color: rgb(51 65 85 / 1);
}
.border-b-slate-700\/15 {
  border-bottom-color: rgb(51 65 85 / 0.15);
}
.border-b-slate-700\/20 {
  border-bottom-color: rgb(51 65 85 / 0.2);
}
.border-b-slate-700\/25 {
  border-bottom-color: rgb(51 65 85 / 0.25);
}
.border-b-slate-700\/30 {
  border-bottom-color: rgb(51 65 85 / 0.3);
}
.border-b-slate-700\/35 {
  border-bottom-color: rgb(51 65 85 / 0.35);
}
.border-b-slate-700\/40 {
  border-bottom-color: rgb(51 65 85 / 0.4);
}
.border-b-slate-700\/45 {
  border-bottom-color: rgb(51 65 85 / 0.45);
}
.border-b-slate-700\/5 {
  border-bottom-color: rgb(51 65 85 / 0.05);
}
.border-b-slate-700\/50 {
  border-bottom-color: rgb(51 65 85 / 0.5);
}
.border-b-slate-700\/55 {
  border-bottom-color: rgb(51 65 85 / 0.55);
}
.border-b-slate-700\/60 {
  border-bottom-color: rgb(51 65 85 / 0.6);
}
.border-b-slate-700\/65 {
  border-bottom-color: rgb(51 65 85 / 0.65);
}
.border-b-slate-700\/70 {
  border-bottom-color: rgb(51 65 85 / 0.7);
}
.border-b-slate-700\/75 {
  border-bottom-color: rgb(51 65 85 / 0.75);
}
.border-b-slate-700\/80 {
  border-bottom-color: rgb(51 65 85 / 0.8);
}
.border-b-slate-700\/85 {
  border-bottom-color: rgb(51 65 85 / 0.85);
}
.border-b-slate-700\/90 {
  border-bottom-color: rgb(51 65 85 / 0.9);
}
.border-b-slate-700\/95 {
  border-bottom-color: rgb(51 65 85 / 0.95);
}
.border-b-slate-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-b-slate-800\/0 {
  border-bottom-color: rgb(30 41 59 / 0);
}
.border-b-slate-800\/10 {
  border-bottom-color: rgb(30 41 59 / 0.1);
}
.border-b-slate-800\/100 {
  border-bottom-color: rgb(30 41 59 / 1);
}
.border-b-slate-800\/15 {
  border-bottom-color: rgb(30 41 59 / 0.15);
}
.border-b-slate-800\/20 {
  border-bottom-color: rgb(30 41 59 / 0.2);
}
.border-b-slate-800\/25 {
  border-bottom-color: rgb(30 41 59 / 0.25);
}
.border-b-slate-800\/30 {
  border-bottom-color: rgb(30 41 59 / 0.3);
}
.border-b-slate-800\/35 {
  border-bottom-color: rgb(30 41 59 / 0.35);
}
.border-b-slate-800\/40 {
  border-bottom-color: rgb(30 41 59 / 0.4);
}
.border-b-slate-800\/45 {
  border-bottom-color: rgb(30 41 59 / 0.45);
}
.border-b-slate-800\/5 {
  border-bottom-color: rgb(30 41 59 / 0.05);
}
.border-b-slate-800\/50 {
  border-bottom-color: rgb(30 41 59 / 0.5);
}
.border-b-slate-800\/55 {
  border-bottom-color: rgb(30 41 59 / 0.55);
}
.border-b-slate-800\/60 {
  border-bottom-color: rgb(30 41 59 / 0.6);
}
.border-b-slate-800\/65 {
  border-bottom-color: rgb(30 41 59 / 0.65);
}
.border-b-slate-800\/70 {
  border-bottom-color: rgb(30 41 59 / 0.7);
}
.border-b-slate-800\/75 {
  border-bottom-color: rgb(30 41 59 / 0.75);
}
.border-b-slate-800\/80 {
  border-bottom-color: rgb(30 41 59 / 0.8);
}
.border-b-slate-800\/85 {
  border-bottom-color: rgb(30 41 59 / 0.85);
}
.border-b-slate-800\/90 {
  border-bottom-color: rgb(30 41 59 / 0.9);
}
.border-b-slate-800\/95 {
  border-bottom-color: rgb(30 41 59 / 0.95);
}
.border-b-slate-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-b-slate-900\/0 {
  border-bottom-color: rgb(15 23 42 / 0);
}
.border-b-slate-900\/10 {
  border-bottom-color: rgb(15 23 42 / 0.1);
}
.border-b-slate-900\/100 {
  border-bottom-color: rgb(15 23 42 / 1);
}
.border-b-slate-900\/15 {
  border-bottom-color: rgb(15 23 42 / 0.15);
}
.border-b-slate-900\/20 {
  border-bottom-color: rgb(15 23 42 / 0.2);
}
.border-b-slate-900\/25 {
  border-bottom-color: rgb(15 23 42 / 0.25);
}
.border-b-slate-900\/30 {
  border-bottom-color: rgb(15 23 42 / 0.3);
}
.border-b-slate-900\/35 {
  border-bottom-color: rgb(15 23 42 / 0.35);
}
.border-b-slate-900\/40 {
  border-bottom-color: rgb(15 23 42 / 0.4);
}
.border-b-slate-900\/45 {
  border-bottom-color: rgb(15 23 42 / 0.45);
}
.border-b-slate-900\/5 {
  border-bottom-color: rgb(15 23 42 / 0.05);
}
.border-b-slate-900\/50 {
  border-bottom-color: rgb(15 23 42 / 0.5);
}
.border-b-slate-900\/55 {
  border-bottom-color: rgb(15 23 42 / 0.55);
}
.border-b-slate-900\/60 {
  border-bottom-color: rgb(15 23 42 / 0.6);
}
.border-b-slate-900\/65 {
  border-bottom-color: rgb(15 23 42 / 0.65);
}
.border-b-slate-900\/70 {
  border-bottom-color: rgb(15 23 42 / 0.7);
}
.border-b-slate-900\/75 {
  border-bottom-color: rgb(15 23 42 / 0.75);
}
.border-b-slate-900\/80 {
  border-bottom-color: rgb(15 23 42 / 0.8);
}
.border-b-slate-900\/85 {
  border-bottom-color: rgb(15 23 42 / 0.85);
}
.border-b-slate-900\/90 {
  border-bottom-color: rgb(15 23 42 / 0.9);
}
.border-b-slate-900\/95 {
  border-bottom-color: rgb(15 23 42 / 0.95);
}
.border-b-slate-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-b-slate-950\/0 {
  border-bottom-color: rgb(2 6 23 / 0);
}
.border-b-slate-950\/10 {
  border-bottom-color: rgb(2 6 23 / 0.1);
}
.border-b-slate-950\/100 {
  border-bottom-color: rgb(2 6 23 / 1);
}
.border-b-slate-950\/15 {
  border-bottom-color: rgb(2 6 23 / 0.15);
}
.border-b-slate-950\/20 {
  border-bottom-color: rgb(2 6 23 / 0.2);
}
.border-b-slate-950\/25 {
  border-bottom-color: rgb(2 6 23 / 0.25);
}
.border-b-slate-950\/30 {
  border-bottom-color: rgb(2 6 23 / 0.3);
}
.border-b-slate-950\/35 {
  border-bottom-color: rgb(2 6 23 / 0.35);
}
.border-b-slate-950\/40 {
  border-bottom-color: rgb(2 6 23 / 0.4);
}
.border-b-slate-950\/45 {
  border-bottom-color: rgb(2 6 23 / 0.45);
}
.border-b-slate-950\/5 {
  border-bottom-color: rgb(2 6 23 / 0.05);
}
.border-b-slate-950\/50 {
  border-bottom-color: rgb(2 6 23 / 0.5);
}
.border-b-slate-950\/55 {
  border-bottom-color: rgb(2 6 23 / 0.55);
}
.border-b-slate-950\/60 {
  border-bottom-color: rgb(2 6 23 / 0.6);
}
.border-b-slate-950\/65 {
  border-bottom-color: rgb(2 6 23 / 0.65);
}
.border-b-slate-950\/70 {
  border-bottom-color: rgb(2 6 23 / 0.7);
}
.border-b-slate-950\/75 {
  border-bottom-color: rgb(2 6 23 / 0.75);
}
.border-b-slate-950\/80 {
  border-bottom-color: rgb(2 6 23 / 0.8);
}
.border-b-slate-950\/85 {
  border-bottom-color: rgb(2 6 23 / 0.85);
}
.border-b-slate-950\/90 {
  border-bottom-color: rgb(2 6 23 / 0.9);
}
.border-b-slate-950\/95 {
  border-bottom-color: rgb(2 6 23 / 0.95);
}
.border-b-stone-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-b-stone-100\/0 {
  border-bottom-color: rgb(245 245 244 / 0);
}
.border-b-stone-100\/10 {
  border-bottom-color: rgb(245 245 244 / 0.1);
}
.border-b-stone-100\/100 {
  border-bottom-color: rgb(245 245 244 / 1);
}
.border-b-stone-100\/15 {
  border-bottom-color: rgb(245 245 244 / 0.15);
}
.border-b-stone-100\/20 {
  border-bottom-color: rgb(245 245 244 / 0.2);
}
.border-b-stone-100\/25 {
  border-bottom-color: rgb(245 245 244 / 0.25);
}
.border-b-stone-100\/30 {
  border-bottom-color: rgb(245 245 244 / 0.3);
}
.border-b-stone-100\/35 {
  border-bottom-color: rgb(245 245 244 / 0.35);
}
.border-b-stone-100\/40 {
  border-bottom-color: rgb(245 245 244 / 0.4);
}
.border-b-stone-100\/45 {
  border-bottom-color: rgb(245 245 244 / 0.45);
}
.border-b-stone-100\/5 {
  border-bottom-color: rgb(245 245 244 / 0.05);
}
.border-b-stone-100\/50 {
  border-bottom-color: rgb(245 245 244 / 0.5);
}
.border-b-stone-100\/55 {
  border-bottom-color: rgb(245 245 244 / 0.55);
}
.border-b-stone-100\/60 {
  border-bottom-color: rgb(245 245 244 / 0.6);
}
.border-b-stone-100\/65 {
  border-bottom-color: rgb(245 245 244 / 0.65);
}
.border-b-stone-100\/70 {
  border-bottom-color: rgb(245 245 244 / 0.7);
}
.border-b-stone-100\/75 {
  border-bottom-color: rgb(245 245 244 / 0.75);
}
.border-b-stone-100\/80 {
  border-bottom-color: rgb(245 245 244 / 0.8);
}
.border-b-stone-100\/85 {
  border-bottom-color: rgb(245 245 244 / 0.85);
}
.border-b-stone-100\/90 {
  border-bottom-color: rgb(245 245 244 / 0.9);
}
.border-b-stone-100\/95 {
  border-bottom-color: rgb(245 245 244 / 0.95);
}
.border-b-stone-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-b-stone-200\/0 {
  border-bottom-color: rgb(231 229 228 / 0);
}
.border-b-stone-200\/10 {
  border-bottom-color: rgb(231 229 228 / 0.1);
}
.border-b-stone-200\/100 {
  border-bottom-color: rgb(231 229 228 / 1);
}
.border-b-stone-200\/15 {
  border-bottom-color: rgb(231 229 228 / 0.15);
}
.border-b-stone-200\/20 {
  border-bottom-color: rgb(231 229 228 / 0.2);
}
.border-b-stone-200\/25 {
  border-bottom-color: rgb(231 229 228 / 0.25);
}
.border-b-stone-200\/30 {
  border-bottom-color: rgb(231 229 228 / 0.3);
}
.border-b-stone-200\/35 {
  border-bottom-color: rgb(231 229 228 / 0.35);
}
.border-b-stone-200\/40 {
  border-bottom-color: rgb(231 229 228 / 0.4);
}
.border-b-stone-200\/45 {
  border-bottom-color: rgb(231 229 228 / 0.45);
}
.border-b-stone-200\/5 {
  border-bottom-color: rgb(231 229 228 / 0.05);
}
.border-b-stone-200\/50 {
  border-bottom-color: rgb(231 229 228 / 0.5);
}
.border-b-stone-200\/55 {
  border-bottom-color: rgb(231 229 228 / 0.55);
}
.border-b-stone-200\/60 {
  border-bottom-color: rgb(231 229 228 / 0.6);
}
.border-b-stone-200\/65 {
  border-bottom-color: rgb(231 229 228 / 0.65);
}
.border-b-stone-200\/70 {
  border-bottom-color: rgb(231 229 228 / 0.7);
}
.border-b-stone-200\/75 {
  border-bottom-color: rgb(231 229 228 / 0.75);
}
.border-b-stone-200\/80 {
  border-bottom-color: rgb(231 229 228 / 0.8);
}
.border-b-stone-200\/85 {
  border-bottom-color: rgb(231 229 228 / 0.85);
}
.border-b-stone-200\/90 {
  border-bottom-color: rgb(231 229 228 / 0.9);
}
.border-b-stone-200\/95 {
  border-bottom-color: rgb(231 229 228 / 0.95);
}
.border-b-stone-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-b-stone-300\/0 {
  border-bottom-color: rgb(214 211 209 / 0);
}
.border-b-stone-300\/10 {
  border-bottom-color: rgb(214 211 209 / 0.1);
}
.border-b-stone-300\/100 {
  border-bottom-color: rgb(214 211 209 / 1);
}
.border-b-stone-300\/15 {
  border-bottom-color: rgb(214 211 209 / 0.15);
}
.border-b-stone-300\/20 {
  border-bottom-color: rgb(214 211 209 / 0.2);
}
.border-b-stone-300\/25 {
  border-bottom-color: rgb(214 211 209 / 0.25);
}
.border-b-stone-300\/30 {
  border-bottom-color: rgb(214 211 209 / 0.3);
}
.border-b-stone-300\/35 {
  border-bottom-color: rgb(214 211 209 / 0.35);
}
.border-b-stone-300\/40 {
  border-bottom-color: rgb(214 211 209 / 0.4);
}
.border-b-stone-300\/45 {
  border-bottom-color: rgb(214 211 209 / 0.45);
}
.border-b-stone-300\/5 {
  border-bottom-color: rgb(214 211 209 / 0.05);
}
.border-b-stone-300\/50 {
  border-bottom-color: rgb(214 211 209 / 0.5);
}
.border-b-stone-300\/55 {
  border-bottom-color: rgb(214 211 209 / 0.55);
}
.border-b-stone-300\/60 {
  border-bottom-color: rgb(214 211 209 / 0.6);
}
.border-b-stone-300\/65 {
  border-bottom-color: rgb(214 211 209 / 0.65);
}
.border-b-stone-300\/70 {
  border-bottom-color: rgb(214 211 209 / 0.7);
}
.border-b-stone-300\/75 {
  border-bottom-color: rgb(214 211 209 / 0.75);
}
.border-b-stone-300\/80 {
  border-bottom-color: rgb(214 211 209 / 0.8);
}
.border-b-stone-300\/85 {
  border-bottom-color: rgb(214 211 209 / 0.85);
}
.border-b-stone-300\/90 {
  border-bottom-color: rgb(214 211 209 / 0.9);
}
.border-b-stone-300\/95 {
  border-bottom-color: rgb(214 211 209 / 0.95);
}
.border-b-stone-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-b-stone-400\/0 {
  border-bottom-color: rgb(168 162 158 / 0);
}
.border-b-stone-400\/10 {
  border-bottom-color: rgb(168 162 158 / 0.1);
}
.border-b-stone-400\/100 {
  border-bottom-color: rgb(168 162 158 / 1);
}
.border-b-stone-400\/15 {
  border-bottom-color: rgb(168 162 158 / 0.15);
}
.border-b-stone-400\/20 {
  border-bottom-color: rgb(168 162 158 / 0.2);
}
.border-b-stone-400\/25 {
  border-bottom-color: rgb(168 162 158 / 0.25);
}
.border-b-stone-400\/30 {
  border-bottom-color: rgb(168 162 158 / 0.3);
}
.border-b-stone-400\/35 {
  border-bottom-color: rgb(168 162 158 / 0.35);
}
.border-b-stone-400\/40 {
  border-bottom-color: rgb(168 162 158 / 0.4);
}
.border-b-stone-400\/45 {
  border-bottom-color: rgb(168 162 158 / 0.45);
}
.border-b-stone-400\/5 {
  border-bottom-color: rgb(168 162 158 / 0.05);
}
.border-b-stone-400\/50 {
  border-bottom-color: rgb(168 162 158 / 0.5);
}
.border-b-stone-400\/55 {
  border-bottom-color: rgb(168 162 158 / 0.55);
}
.border-b-stone-400\/60 {
  border-bottom-color: rgb(168 162 158 / 0.6);
}
.border-b-stone-400\/65 {
  border-bottom-color: rgb(168 162 158 / 0.65);
}
.border-b-stone-400\/70 {
  border-bottom-color: rgb(168 162 158 / 0.7);
}
.border-b-stone-400\/75 {
  border-bottom-color: rgb(168 162 158 / 0.75);
}
.border-b-stone-400\/80 {
  border-bottom-color: rgb(168 162 158 / 0.8);
}
.border-b-stone-400\/85 {
  border-bottom-color: rgb(168 162 158 / 0.85);
}
.border-b-stone-400\/90 {
  border-bottom-color: rgb(168 162 158 / 0.9);
}
.border-b-stone-400\/95 {
  border-bottom-color: rgb(168 162 158 / 0.95);
}
.border-b-stone-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-b-stone-50\/0 {
  border-bottom-color: rgb(250 250 249 / 0);
}
.border-b-stone-50\/10 {
  border-bottom-color: rgb(250 250 249 / 0.1);
}
.border-b-stone-50\/100 {
  border-bottom-color: rgb(250 250 249 / 1);
}
.border-b-stone-50\/15 {
  border-bottom-color: rgb(250 250 249 / 0.15);
}
.border-b-stone-50\/20 {
  border-bottom-color: rgb(250 250 249 / 0.2);
}
.border-b-stone-50\/25 {
  border-bottom-color: rgb(250 250 249 / 0.25);
}
.border-b-stone-50\/30 {
  border-bottom-color: rgb(250 250 249 / 0.3);
}
.border-b-stone-50\/35 {
  border-bottom-color: rgb(250 250 249 / 0.35);
}
.border-b-stone-50\/40 {
  border-bottom-color: rgb(250 250 249 / 0.4);
}
.border-b-stone-50\/45 {
  border-bottom-color: rgb(250 250 249 / 0.45);
}
.border-b-stone-50\/5 {
  border-bottom-color: rgb(250 250 249 / 0.05);
}
.border-b-stone-50\/50 {
  border-bottom-color: rgb(250 250 249 / 0.5);
}
.border-b-stone-50\/55 {
  border-bottom-color: rgb(250 250 249 / 0.55);
}
.border-b-stone-50\/60 {
  border-bottom-color: rgb(250 250 249 / 0.6);
}
.border-b-stone-50\/65 {
  border-bottom-color: rgb(250 250 249 / 0.65);
}
.border-b-stone-50\/70 {
  border-bottom-color: rgb(250 250 249 / 0.7);
}
.border-b-stone-50\/75 {
  border-bottom-color: rgb(250 250 249 / 0.75);
}
.border-b-stone-50\/80 {
  border-bottom-color: rgb(250 250 249 / 0.8);
}
.border-b-stone-50\/85 {
  border-bottom-color: rgb(250 250 249 / 0.85);
}
.border-b-stone-50\/90 {
  border-bottom-color: rgb(250 250 249 / 0.9);
}
.border-b-stone-50\/95 {
  border-bottom-color: rgb(250 250 249 / 0.95);
}
.border-b-stone-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-b-stone-500\/0 {
  border-bottom-color: rgb(120 113 108 / 0);
}
.border-b-stone-500\/10 {
  border-bottom-color: rgb(120 113 108 / 0.1);
}
.border-b-stone-500\/100 {
  border-bottom-color: rgb(120 113 108 / 1);
}
.border-b-stone-500\/15 {
  border-bottom-color: rgb(120 113 108 / 0.15);
}
.border-b-stone-500\/20 {
  border-bottom-color: rgb(120 113 108 / 0.2);
}
.border-b-stone-500\/25 {
  border-bottom-color: rgb(120 113 108 / 0.25);
}
.border-b-stone-500\/30 {
  border-bottom-color: rgb(120 113 108 / 0.3);
}
.border-b-stone-500\/35 {
  border-bottom-color: rgb(120 113 108 / 0.35);
}
.border-b-stone-500\/40 {
  border-bottom-color: rgb(120 113 108 / 0.4);
}
.border-b-stone-500\/45 {
  border-bottom-color: rgb(120 113 108 / 0.45);
}
.border-b-stone-500\/5 {
  border-bottom-color: rgb(120 113 108 / 0.05);
}
.border-b-stone-500\/50 {
  border-bottom-color: rgb(120 113 108 / 0.5);
}
.border-b-stone-500\/55 {
  border-bottom-color: rgb(120 113 108 / 0.55);
}
.border-b-stone-500\/60 {
  border-bottom-color: rgb(120 113 108 / 0.6);
}
.border-b-stone-500\/65 {
  border-bottom-color: rgb(120 113 108 / 0.65);
}
.border-b-stone-500\/70 {
  border-bottom-color: rgb(120 113 108 / 0.7);
}
.border-b-stone-500\/75 {
  border-bottom-color: rgb(120 113 108 / 0.75);
}
.border-b-stone-500\/80 {
  border-bottom-color: rgb(120 113 108 / 0.8);
}
.border-b-stone-500\/85 {
  border-bottom-color: rgb(120 113 108 / 0.85);
}
.border-b-stone-500\/90 {
  border-bottom-color: rgb(120 113 108 / 0.9);
}
.border-b-stone-500\/95 {
  border-bottom-color: rgb(120 113 108 / 0.95);
}
.border-b-stone-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-b-stone-600\/0 {
  border-bottom-color: rgb(87 83 78 / 0);
}
.border-b-stone-600\/10 {
  border-bottom-color: rgb(87 83 78 / 0.1);
}
.border-b-stone-600\/100 {
  border-bottom-color: rgb(87 83 78 / 1);
}
.border-b-stone-600\/15 {
  border-bottom-color: rgb(87 83 78 / 0.15);
}
.border-b-stone-600\/20 {
  border-bottom-color: rgb(87 83 78 / 0.2);
}
.border-b-stone-600\/25 {
  border-bottom-color: rgb(87 83 78 / 0.25);
}
.border-b-stone-600\/30 {
  border-bottom-color: rgb(87 83 78 / 0.3);
}
.border-b-stone-600\/35 {
  border-bottom-color: rgb(87 83 78 / 0.35);
}
.border-b-stone-600\/40 {
  border-bottom-color: rgb(87 83 78 / 0.4);
}
.border-b-stone-600\/45 {
  border-bottom-color: rgb(87 83 78 / 0.45);
}
.border-b-stone-600\/5 {
  border-bottom-color: rgb(87 83 78 / 0.05);
}
.border-b-stone-600\/50 {
  border-bottom-color: rgb(87 83 78 / 0.5);
}
.border-b-stone-600\/55 {
  border-bottom-color: rgb(87 83 78 / 0.55);
}
.border-b-stone-600\/60 {
  border-bottom-color: rgb(87 83 78 / 0.6);
}
.border-b-stone-600\/65 {
  border-bottom-color: rgb(87 83 78 / 0.65);
}
.border-b-stone-600\/70 {
  border-bottom-color: rgb(87 83 78 / 0.7);
}
.border-b-stone-600\/75 {
  border-bottom-color: rgb(87 83 78 / 0.75);
}
.border-b-stone-600\/80 {
  border-bottom-color: rgb(87 83 78 / 0.8);
}
.border-b-stone-600\/85 {
  border-bottom-color: rgb(87 83 78 / 0.85);
}
.border-b-stone-600\/90 {
  border-bottom-color: rgb(87 83 78 / 0.9);
}
.border-b-stone-600\/95 {
  border-bottom-color: rgb(87 83 78 / 0.95);
}
.border-b-stone-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-b-stone-700\/0 {
  border-bottom-color: rgb(68 64 60 / 0);
}
.border-b-stone-700\/10 {
  border-bottom-color: rgb(68 64 60 / 0.1);
}
.border-b-stone-700\/100 {
  border-bottom-color: rgb(68 64 60 / 1);
}
.border-b-stone-700\/15 {
  border-bottom-color: rgb(68 64 60 / 0.15);
}
.border-b-stone-700\/20 {
  border-bottom-color: rgb(68 64 60 / 0.2);
}
.border-b-stone-700\/25 {
  border-bottom-color: rgb(68 64 60 / 0.25);
}
.border-b-stone-700\/30 {
  border-bottom-color: rgb(68 64 60 / 0.3);
}
.border-b-stone-700\/35 {
  border-bottom-color: rgb(68 64 60 / 0.35);
}
.border-b-stone-700\/40 {
  border-bottom-color: rgb(68 64 60 / 0.4);
}
.border-b-stone-700\/45 {
  border-bottom-color: rgb(68 64 60 / 0.45);
}
.border-b-stone-700\/5 {
  border-bottom-color: rgb(68 64 60 / 0.05);
}
.border-b-stone-700\/50 {
  border-bottom-color: rgb(68 64 60 / 0.5);
}
.border-b-stone-700\/55 {
  border-bottom-color: rgb(68 64 60 / 0.55);
}
.border-b-stone-700\/60 {
  border-bottom-color: rgb(68 64 60 / 0.6);
}
.border-b-stone-700\/65 {
  border-bottom-color: rgb(68 64 60 / 0.65);
}
.border-b-stone-700\/70 {
  border-bottom-color: rgb(68 64 60 / 0.7);
}
.border-b-stone-700\/75 {
  border-bottom-color: rgb(68 64 60 / 0.75);
}
.border-b-stone-700\/80 {
  border-bottom-color: rgb(68 64 60 / 0.8);
}
.border-b-stone-700\/85 {
  border-bottom-color: rgb(68 64 60 / 0.85);
}
.border-b-stone-700\/90 {
  border-bottom-color: rgb(68 64 60 / 0.9);
}
.border-b-stone-700\/95 {
  border-bottom-color: rgb(68 64 60 / 0.95);
}
.border-b-stone-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-b-stone-800\/0 {
  border-bottom-color: rgb(41 37 36 / 0);
}
.border-b-stone-800\/10 {
  border-bottom-color: rgb(41 37 36 / 0.1);
}
.border-b-stone-800\/100 {
  border-bottom-color: rgb(41 37 36 / 1);
}
.border-b-stone-800\/15 {
  border-bottom-color: rgb(41 37 36 / 0.15);
}
.border-b-stone-800\/20 {
  border-bottom-color: rgb(41 37 36 / 0.2);
}
.border-b-stone-800\/25 {
  border-bottom-color: rgb(41 37 36 / 0.25);
}
.border-b-stone-800\/30 {
  border-bottom-color: rgb(41 37 36 / 0.3);
}
.border-b-stone-800\/35 {
  border-bottom-color: rgb(41 37 36 / 0.35);
}
.border-b-stone-800\/40 {
  border-bottom-color: rgb(41 37 36 / 0.4);
}
.border-b-stone-800\/45 {
  border-bottom-color: rgb(41 37 36 / 0.45);
}
.border-b-stone-800\/5 {
  border-bottom-color: rgb(41 37 36 / 0.05);
}
.border-b-stone-800\/50 {
  border-bottom-color: rgb(41 37 36 / 0.5);
}
.border-b-stone-800\/55 {
  border-bottom-color: rgb(41 37 36 / 0.55);
}
.border-b-stone-800\/60 {
  border-bottom-color: rgb(41 37 36 / 0.6);
}
.border-b-stone-800\/65 {
  border-bottom-color: rgb(41 37 36 / 0.65);
}
.border-b-stone-800\/70 {
  border-bottom-color: rgb(41 37 36 / 0.7);
}
.border-b-stone-800\/75 {
  border-bottom-color: rgb(41 37 36 / 0.75);
}
.border-b-stone-800\/80 {
  border-bottom-color: rgb(41 37 36 / 0.8);
}
.border-b-stone-800\/85 {
  border-bottom-color: rgb(41 37 36 / 0.85);
}
.border-b-stone-800\/90 {
  border-bottom-color: rgb(41 37 36 / 0.9);
}
.border-b-stone-800\/95 {
  border-bottom-color: rgb(41 37 36 / 0.95);
}
.border-b-stone-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-b-stone-900\/0 {
  border-bottom-color: rgb(28 25 23 / 0);
}
.border-b-stone-900\/10 {
  border-bottom-color: rgb(28 25 23 / 0.1);
}
.border-b-stone-900\/100 {
  border-bottom-color: rgb(28 25 23 / 1);
}
.border-b-stone-900\/15 {
  border-bottom-color: rgb(28 25 23 / 0.15);
}
.border-b-stone-900\/20 {
  border-bottom-color: rgb(28 25 23 / 0.2);
}
.border-b-stone-900\/25 {
  border-bottom-color: rgb(28 25 23 / 0.25);
}
.border-b-stone-900\/30 {
  border-bottom-color: rgb(28 25 23 / 0.3);
}
.border-b-stone-900\/35 {
  border-bottom-color: rgb(28 25 23 / 0.35);
}
.border-b-stone-900\/40 {
  border-bottom-color: rgb(28 25 23 / 0.4);
}
.border-b-stone-900\/45 {
  border-bottom-color: rgb(28 25 23 / 0.45);
}
.border-b-stone-900\/5 {
  border-bottom-color: rgb(28 25 23 / 0.05);
}
.border-b-stone-900\/50 {
  border-bottom-color: rgb(28 25 23 / 0.5);
}
.border-b-stone-900\/55 {
  border-bottom-color: rgb(28 25 23 / 0.55);
}
.border-b-stone-900\/60 {
  border-bottom-color: rgb(28 25 23 / 0.6);
}
.border-b-stone-900\/65 {
  border-bottom-color: rgb(28 25 23 / 0.65);
}
.border-b-stone-900\/70 {
  border-bottom-color: rgb(28 25 23 / 0.7);
}
.border-b-stone-900\/75 {
  border-bottom-color: rgb(28 25 23 / 0.75);
}
.border-b-stone-900\/80 {
  border-bottom-color: rgb(28 25 23 / 0.8);
}
.border-b-stone-900\/85 {
  border-bottom-color: rgb(28 25 23 / 0.85);
}
.border-b-stone-900\/90 {
  border-bottom-color: rgb(28 25 23 / 0.9);
}
.border-b-stone-900\/95 {
  border-bottom-color: rgb(28 25 23 / 0.95);
}
.border-b-stone-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-b-stone-950\/0 {
  border-bottom-color: rgb(12 10 9 / 0);
}
.border-b-stone-950\/10 {
  border-bottom-color: rgb(12 10 9 / 0.1);
}
.border-b-stone-950\/100 {
  border-bottom-color: rgb(12 10 9 / 1);
}
.border-b-stone-950\/15 {
  border-bottom-color: rgb(12 10 9 / 0.15);
}
.border-b-stone-950\/20 {
  border-bottom-color: rgb(12 10 9 / 0.2);
}
.border-b-stone-950\/25 {
  border-bottom-color: rgb(12 10 9 / 0.25);
}
.border-b-stone-950\/30 {
  border-bottom-color: rgb(12 10 9 / 0.3);
}
.border-b-stone-950\/35 {
  border-bottom-color: rgb(12 10 9 / 0.35);
}
.border-b-stone-950\/40 {
  border-bottom-color: rgb(12 10 9 / 0.4);
}
.border-b-stone-950\/45 {
  border-bottom-color: rgb(12 10 9 / 0.45);
}
.border-b-stone-950\/5 {
  border-bottom-color: rgb(12 10 9 / 0.05);
}
.border-b-stone-950\/50 {
  border-bottom-color: rgb(12 10 9 / 0.5);
}
.border-b-stone-950\/55 {
  border-bottom-color: rgb(12 10 9 / 0.55);
}
.border-b-stone-950\/60 {
  border-bottom-color: rgb(12 10 9 / 0.6);
}
.border-b-stone-950\/65 {
  border-bottom-color: rgb(12 10 9 / 0.65);
}
.border-b-stone-950\/70 {
  border-bottom-color: rgb(12 10 9 / 0.7);
}
.border-b-stone-950\/75 {
  border-bottom-color: rgb(12 10 9 / 0.75);
}
.border-b-stone-950\/80 {
  border-bottom-color: rgb(12 10 9 / 0.8);
}
.border-b-stone-950\/85 {
  border-bottom-color: rgb(12 10 9 / 0.85);
}
.border-b-stone-950\/90 {
  border-bottom-color: rgb(12 10 9 / 0.9);
}
.border-b-stone-950\/95 {
  border-bottom-color: rgb(12 10 9 / 0.95);
}
.border-b-teal-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-b-teal-100\/0 {
  border-bottom-color: rgb(204 251 241 / 0);
}
.border-b-teal-100\/10 {
  border-bottom-color: rgb(204 251 241 / 0.1);
}
.border-b-teal-100\/100 {
  border-bottom-color: rgb(204 251 241 / 1);
}
.border-b-teal-100\/15 {
  border-bottom-color: rgb(204 251 241 / 0.15);
}
.border-b-teal-100\/20 {
  border-bottom-color: rgb(204 251 241 / 0.2);
}
.border-b-teal-100\/25 {
  border-bottom-color: rgb(204 251 241 / 0.25);
}
.border-b-teal-100\/30 {
  border-bottom-color: rgb(204 251 241 / 0.3);
}
.border-b-teal-100\/35 {
  border-bottom-color: rgb(204 251 241 / 0.35);
}
.border-b-teal-100\/40 {
  border-bottom-color: rgb(204 251 241 / 0.4);
}
.border-b-teal-100\/45 {
  border-bottom-color: rgb(204 251 241 / 0.45);
}
.border-b-teal-100\/5 {
  border-bottom-color: rgb(204 251 241 / 0.05);
}
.border-b-teal-100\/50 {
  border-bottom-color: rgb(204 251 241 / 0.5);
}
.border-b-teal-100\/55 {
  border-bottom-color: rgb(204 251 241 / 0.55);
}
.border-b-teal-100\/60 {
  border-bottom-color: rgb(204 251 241 / 0.6);
}
.border-b-teal-100\/65 {
  border-bottom-color: rgb(204 251 241 / 0.65);
}
.border-b-teal-100\/70 {
  border-bottom-color: rgb(204 251 241 / 0.7);
}
.border-b-teal-100\/75 {
  border-bottom-color: rgb(204 251 241 / 0.75);
}
.border-b-teal-100\/80 {
  border-bottom-color: rgb(204 251 241 / 0.8);
}
.border-b-teal-100\/85 {
  border-bottom-color: rgb(204 251 241 / 0.85);
}
.border-b-teal-100\/90 {
  border-bottom-color: rgb(204 251 241 / 0.9);
}
.border-b-teal-100\/95 {
  border-bottom-color: rgb(204 251 241 / 0.95);
}
.border-b-teal-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-b-teal-200\/0 {
  border-bottom-color: rgb(153 246 228 / 0);
}
.border-b-teal-200\/10 {
  border-bottom-color: rgb(153 246 228 / 0.1);
}
.border-b-teal-200\/100 {
  border-bottom-color: rgb(153 246 228 / 1);
}
.border-b-teal-200\/15 {
  border-bottom-color: rgb(153 246 228 / 0.15);
}
.border-b-teal-200\/20 {
  border-bottom-color: rgb(153 246 228 / 0.2);
}
.border-b-teal-200\/25 {
  border-bottom-color: rgb(153 246 228 / 0.25);
}
.border-b-teal-200\/30 {
  border-bottom-color: rgb(153 246 228 / 0.3);
}
.border-b-teal-200\/35 {
  border-bottom-color: rgb(153 246 228 / 0.35);
}
.border-b-teal-200\/40 {
  border-bottom-color: rgb(153 246 228 / 0.4);
}
.border-b-teal-200\/45 {
  border-bottom-color: rgb(153 246 228 / 0.45);
}
.border-b-teal-200\/5 {
  border-bottom-color: rgb(153 246 228 / 0.05);
}
.border-b-teal-200\/50 {
  border-bottom-color: rgb(153 246 228 / 0.5);
}
.border-b-teal-200\/55 {
  border-bottom-color: rgb(153 246 228 / 0.55);
}
.border-b-teal-200\/60 {
  border-bottom-color: rgb(153 246 228 / 0.6);
}
.border-b-teal-200\/65 {
  border-bottom-color: rgb(153 246 228 / 0.65);
}
.border-b-teal-200\/70 {
  border-bottom-color: rgb(153 246 228 / 0.7);
}
.border-b-teal-200\/75 {
  border-bottom-color: rgb(153 246 228 / 0.75);
}
.border-b-teal-200\/80 {
  border-bottom-color: rgb(153 246 228 / 0.8);
}
.border-b-teal-200\/85 {
  border-bottom-color: rgb(153 246 228 / 0.85);
}
.border-b-teal-200\/90 {
  border-bottom-color: rgb(153 246 228 / 0.9);
}
.border-b-teal-200\/95 {
  border-bottom-color: rgb(153 246 228 / 0.95);
}
.border-b-teal-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-b-teal-300\/0 {
  border-bottom-color: rgb(94 234 212 / 0);
}
.border-b-teal-300\/10 {
  border-bottom-color: rgb(94 234 212 / 0.1);
}
.border-b-teal-300\/100 {
  border-bottom-color: rgb(94 234 212 / 1);
}
.border-b-teal-300\/15 {
  border-bottom-color: rgb(94 234 212 / 0.15);
}
.border-b-teal-300\/20 {
  border-bottom-color: rgb(94 234 212 / 0.2);
}
.border-b-teal-300\/25 {
  border-bottom-color: rgb(94 234 212 / 0.25);
}
.border-b-teal-300\/30 {
  border-bottom-color: rgb(94 234 212 / 0.3);
}
.border-b-teal-300\/35 {
  border-bottom-color: rgb(94 234 212 / 0.35);
}
.border-b-teal-300\/40 {
  border-bottom-color: rgb(94 234 212 / 0.4);
}
.border-b-teal-300\/45 {
  border-bottom-color: rgb(94 234 212 / 0.45);
}
.border-b-teal-300\/5 {
  border-bottom-color: rgb(94 234 212 / 0.05);
}
.border-b-teal-300\/50 {
  border-bottom-color: rgb(94 234 212 / 0.5);
}
.border-b-teal-300\/55 {
  border-bottom-color: rgb(94 234 212 / 0.55);
}
.border-b-teal-300\/60 {
  border-bottom-color: rgb(94 234 212 / 0.6);
}
.border-b-teal-300\/65 {
  border-bottom-color: rgb(94 234 212 / 0.65);
}
.border-b-teal-300\/70 {
  border-bottom-color: rgb(94 234 212 / 0.7);
}
.border-b-teal-300\/75 {
  border-bottom-color: rgb(94 234 212 / 0.75);
}
.border-b-teal-300\/80 {
  border-bottom-color: rgb(94 234 212 / 0.8);
}
.border-b-teal-300\/85 {
  border-bottom-color: rgb(94 234 212 / 0.85);
}
.border-b-teal-300\/90 {
  border-bottom-color: rgb(94 234 212 / 0.9);
}
.border-b-teal-300\/95 {
  border-bottom-color: rgb(94 234 212 / 0.95);
}
.border-b-teal-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-b-teal-400\/0 {
  border-bottom-color: rgb(45 212 191 / 0);
}
.border-b-teal-400\/10 {
  border-bottom-color: rgb(45 212 191 / 0.1);
}
.border-b-teal-400\/100 {
  border-bottom-color: rgb(45 212 191 / 1);
}
.border-b-teal-400\/15 {
  border-bottom-color: rgb(45 212 191 / 0.15);
}
.border-b-teal-400\/20 {
  border-bottom-color: rgb(45 212 191 / 0.2);
}
.border-b-teal-400\/25 {
  border-bottom-color: rgb(45 212 191 / 0.25);
}
.border-b-teal-400\/30 {
  border-bottom-color: rgb(45 212 191 / 0.3);
}
.border-b-teal-400\/35 {
  border-bottom-color: rgb(45 212 191 / 0.35);
}
.border-b-teal-400\/40 {
  border-bottom-color: rgb(45 212 191 / 0.4);
}
.border-b-teal-400\/45 {
  border-bottom-color: rgb(45 212 191 / 0.45);
}
.border-b-teal-400\/5 {
  border-bottom-color: rgb(45 212 191 / 0.05);
}
.border-b-teal-400\/50 {
  border-bottom-color: rgb(45 212 191 / 0.5);
}
.border-b-teal-400\/55 {
  border-bottom-color: rgb(45 212 191 / 0.55);
}
.border-b-teal-400\/60 {
  border-bottom-color: rgb(45 212 191 / 0.6);
}
.border-b-teal-400\/65 {
  border-bottom-color: rgb(45 212 191 / 0.65);
}
.border-b-teal-400\/70 {
  border-bottom-color: rgb(45 212 191 / 0.7);
}
.border-b-teal-400\/75 {
  border-bottom-color: rgb(45 212 191 / 0.75);
}
.border-b-teal-400\/80 {
  border-bottom-color: rgb(45 212 191 / 0.8);
}
.border-b-teal-400\/85 {
  border-bottom-color: rgb(45 212 191 / 0.85);
}
.border-b-teal-400\/90 {
  border-bottom-color: rgb(45 212 191 / 0.9);
}
.border-b-teal-400\/95 {
  border-bottom-color: rgb(45 212 191 / 0.95);
}
.border-b-teal-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-b-teal-50\/0 {
  border-bottom-color: rgb(240 253 250 / 0);
}
.border-b-teal-50\/10 {
  border-bottom-color: rgb(240 253 250 / 0.1);
}
.border-b-teal-50\/100 {
  border-bottom-color: rgb(240 253 250 / 1);
}
.border-b-teal-50\/15 {
  border-bottom-color: rgb(240 253 250 / 0.15);
}
.border-b-teal-50\/20 {
  border-bottom-color: rgb(240 253 250 / 0.2);
}
.border-b-teal-50\/25 {
  border-bottom-color: rgb(240 253 250 / 0.25);
}
.border-b-teal-50\/30 {
  border-bottom-color: rgb(240 253 250 / 0.3);
}
.border-b-teal-50\/35 {
  border-bottom-color: rgb(240 253 250 / 0.35);
}
.border-b-teal-50\/40 {
  border-bottom-color: rgb(240 253 250 / 0.4);
}
.border-b-teal-50\/45 {
  border-bottom-color: rgb(240 253 250 / 0.45);
}
.border-b-teal-50\/5 {
  border-bottom-color: rgb(240 253 250 / 0.05);
}
.border-b-teal-50\/50 {
  border-bottom-color: rgb(240 253 250 / 0.5);
}
.border-b-teal-50\/55 {
  border-bottom-color: rgb(240 253 250 / 0.55);
}
.border-b-teal-50\/60 {
  border-bottom-color: rgb(240 253 250 / 0.6);
}
.border-b-teal-50\/65 {
  border-bottom-color: rgb(240 253 250 / 0.65);
}
.border-b-teal-50\/70 {
  border-bottom-color: rgb(240 253 250 / 0.7);
}
.border-b-teal-50\/75 {
  border-bottom-color: rgb(240 253 250 / 0.75);
}
.border-b-teal-50\/80 {
  border-bottom-color: rgb(240 253 250 / 0.8);
}
.border-b-teal-50\/85 {
  border-bottom-color: rgb(240 253 250 / 0.85);
}
.border-b-teal-50\/90 {
  border-bottom-color: rgb(240 253 250 / 0.9);
}
.border-b-teal-50\/95 {
  border-bottom-color: rgb(240 253 250 / 0.95);
}
.border-b-teal-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-b-teal-500\/0 {
  border-bottom-color: rgb(20 184 166 / 0);
}
.border-b-teal-500\/10 {
  border-bottom-color: rgb(20 184 166 / 0.1);
}
.border-b-teal-500\/100 {
  border-bottom-color: rgb(20 184 166 / 1);
}
.border-b-teal-500\/15 {
  border-bottom-color: rgb(20 184 166 / 0.15);
}
.border-b-teal-500\/20 {
  border-bottom-color: rgb(20 184 166 / 0.2);
}
.border-b-teal-500\/25 {
  border-bottom-color: rgb(20 184 166 / 0.25);
}
.border-b-teal-500\/30 {
  border-bottom-color: rgb(20 184 166 / 0.3);
}
.border-b-teal-500\/35 {
  border-bottom-color: rgb(20 184 166 / 0.35);
}
.border-b-teal-500\/40 {
  border-bottom-color: rgb(20 184 166 / 0.4);
}
.border-b-teal-500\/45 {
  border-bottom-color: rgb(20 184 166 / 0.45);
}
.border-b-teal-500\/5 {
  border-bottom-color: rgb(20 184 166 / 0.05);
}
.border-b-teal-500\/50 {
  border-bottom-color: rgb(20 184 166 / 0.5);
}
.border-b-teal-500\/55 {
  border-bottom-color: rgb(20 184 166 / 0.55);
}
.border-b-teal-500\/60 {
  border-bottom-color: rgb(20 184 166 / 0.6);
}
.border-b-teal-500\/65 {
  border-bottom-color: rgb(20 184 166 / 0.65);
}
.border-b-teal-500\/70 {
  border-bottom-color: rgb(20 184 166 / 0.7);
}
.border-b-teal-500\/75 {
  border-bottom-color: rgb(20 184 166 / 0.75);
}
.border-b-teal-500\/80 {
  border-bottom-color: rgb(20 184 166 / 0.8);
}
.border-b-teal-500\/85 {
  border-bottom-color: rgb(20 184 166 / 0.85);
}
.border-b-teal-500\/90 {
  border-bottom-color: rgb(20 184 166 / 0.9);
}
.border-b-teal-500\/95 {
  border-bottom-color: rgb(20 184 166 / 0.95);
}
.border-b-teal-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-b-teal-600\/0 {
  border-bottom-color: rgb(13 148 136 / 0);
}
.border-b-teal-600\/10 {
  border-bottom-color: rgb(13 148 136 / 0.1);
}
.border-b-teal-600\/100 {
  border-bottom-color: rgb(13 148 136 / 1);
}
.border-b-teal-600\/15 {
  border-bottom-color: rgb(13 148 136 / 0.15);
}
.border-b-teal-600\/20 {
  border-bottom-color: rgb(13 148 136 / 0.2);
}
.border-b-teal-600\/25 {
  border-bottom-color: rgb(13 148 136 / 0.25);
}
.border-b-teal-600\/30 {
  border-bottom-color: rgb(13 148 136 / 0.3);
}
.border-b-teal-600\/35 {
  border-bottom-color: rgb(13 148 136 / 0.35);
}
.border-b-teal-600\/40 {
  border-bottom-color: rgb(13 148 136 / 0.4);
}
.border-b-teal-600\/45 {
  border-bottom-color: rgb(13 148 136 / 0.45);
}
.border-b-teal-600\/5 {
  border-bottom-color: rgb(13 148 136 / 0.05);
}
.border-b-teal-600\/50 {
  border-bottom-color: rgb(13 148 136 / 0.5);
}
.border-b-teal-600\/55 {
  border-bottom-color: rgb(13 148 136 / 0.55);
}
.border-b-teal-600\/60 {
  border-bottom-color: rgb(13 148 136 / 0.6);
}
.border-b-teal-600\/65 {
  border-bottom-color: rgb(13 148 136 / 0.65);
}
.border-b-teal-600\/70 {
  border-bottom-color: rgb(13 148 136 / 0.7);
}
.border-b-teal-600\/75 {
  border-bottom-color: rgb(13 148 136 / 0.75);
}
.border-b-teal-600\/80 {
  border-bottom-color: rgb(13 148 136 / 0.8);
}
.border-b-teal-600\/85 {
  border-bottom-color: rgb(13 148 136 / 0.85);
}
.border-b-teal-600\/90 {
  border-bottom-color: rgb(13 148 136 / 0.9);
}
.border-b-teal-600\/95 {
  border-bottom-color: rgb(13 148 136 / 0.95);
}
.border-b-teal-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-b-teal-700\/0 {
  border-bottom-color: rgb(15 118 110 / 0);
}
.border-b-teal-700\/10 {
  border-bottom-color: rgb(15 118 110 / 0.1);
}
.border-b-teal-700\/100 {
  border-bottom-color: rgb(15 118 110 / 1);
}
.border-b-teal-700\/15 {
  border-bottom-color: rgb(15 118 110 / 0.15);
}
.border-b-teal-700\/20 {
  border-bottom-color: rgb(15 118 110 / 0.2);
}
.border-b-teal-700\/25 {
  border-bottom-color: rgb(15 118 110 / 0.25);
}
.border-b-teal-700\/30 {
  border-bottom-color: rgb(15 118 110 / 0.3);
}
.border-b-teal-700\/35 {
  border-bottom-color: rgb(15 118 110 / 0.35);
}
.border-b-teal-700\/40 {
  border-bottom-color: rgb(15 118 110 / 0.4);
}
.border-b-teal-700\/45 {
  border-bottom-color: rgb(15 118 110 / 0.45);
}
.border-b-teal-700\/5 {
  border-bottom-color: rgb(15 118 110 / 0.05);
}
.border-b-teal-700\/50 {
  border-bottom-color: rgb(15 118 110 / 0.5);
}
.border-b-teal-700\/55 {
  border-bottom-color: rgb(15 118 110 / 0.55);
}
.border-b-teal-700\/60 {
  border-bottom-color: rgb(15 118 110 / 0.6);
}
.border-b-teal-700\/65 {
  border-bottom-color: rgb(15 118 110 / 0.65);
}
.border-b-teal-700\/70 {
  border-bottom-color: rgb(15 118 110 / 0.7);
}
.border-b-teal-700\/75 {
  border-bottom-color: rgb(15 118 110 / 0.75);
}
.border-b-teal-700\/80 {
  border-bottom-color: rgb(15 118 110 / 0.8);
}
.border-b-teal-700\/85 {
  border-bottom-color: rgb(15 118 110 / 0.85);
}
.border-b-teal-700\/90 {
  border-bottom-color: rgb(15 118 110 / 0.9);
}
.border-b-teal-700\/95 {
  border-bottom-color: rgb(15 118 110 / 0.95);
}
.border-b-teal-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-b-teal-800\/0 {
  border-bottom-color: rgb(17 94 89 / 0);
}
.border-b-teal-800\/10 {
  border-bottom-color: rgb(17 94 89 / 0.1);
}
.border-b-teal-800\/100 {
  border-bottom-color: rgb(17 94 89 / 1);
}
.border-b-teal-800\/15 {
  border-bottom-color: rgb(17 94 89 / 0.15);
}
.border-b-teal-800\/20 {
  border-bottom-color: rgb(17 94 89 / 0.2);
}
.border-b-teal-800\/25 {
  border-bottom-color: rgb(17 94 89 / 0.25);
}
.border-b-teal-800\/30 {
  border-bottom-color: rgb(17 94 89 / 0.3);
}
.border-b-teal-800\/35 {
  border-bottom-color: rgb(17 94 89 / 0.35);
}
.border-b-teal-800\/40 {
  border-bottom-color: rgb(17 94 89 / 0.4);
}
.border-b-teal-800\/45 {
  border-bottom-color: rgb(17 94 89 / 0.45);
}
.border-b-teal-800\/5 {
  border-bottom-color: rgb(17 94 89 / 0.05);
}
.border-b-teal-800\/50 {
  border-bottom-color: rgb(17 94 89 / 0.5);
}
.border-b-teal-800\/55 {
  border-bottom-color: rgb(17 94 89 / 0.55);
}
.border-b-teal-800\/60 {
  border-bottom-color: rgb(17 94 89 / 0.6);
}
.border-b-teal-800\/65 {
  border-bottom-color: rgb(17 94 89 / 0.65);
}
.border-b-teal-800\/70 {
  border-bottom-color: rgb(17 94 89 / 0.7);
}
.border-b-teal-800\/75 {
  border-bottom-color: rgb(17 94 89 / 0.75);
}
.border-b-teal-800\/80 {
  border-bottom-color: rgb(17 94 89 / 0.8);
}
.border-b-teal-800\/85 {
  border-bottom-color: rgb(17 94 89 / 0.85);
}
.border-b-teal-800\/90 {
  border-bottom-color: rgb(17 94 89 / 0.9);
}
.border-b-teal-800\/95 {
  border-bottom-color: rgb(17 94 89 / 0.95);
}
.border-b-teal-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-b-teal-900\/0 {
  border-bottom-color: rgb(19 78 74 / 0);
}
.border-b-teal-900\/10 {
  border-bottom-color: rgb(19 78 74 / 0.1);
}
.border-b-teal-900\/100 {
  border-bottom-color: rgb(19 78 74 / 1);
}
.border-b-teal-900\/15 {
  border-bottom-color: rgb(19 78 74 / 0.15);
}
.border-b-teal-900\/20 {
  border-bottom-color: rgb(19 78 74 / 0.2);
}
.border-b-teal-900\/25 {
  border-bottom-color: rgb(19 78 74 / 0.25);
}
.border-b-teal-900\/30 {
  border-bottom-color: rgb(19 78 74 / 0.3);
}
.border-b-teal-900\/35 {
  border-bottom-color: rgb(19 78 74 / 0.35);
}
.border-b-teal-900\/40 {
  border-bottom-color: rgb(19 78 74 / 0.4);
}
.border-b-teal-900\/45 {
  border-bottom-color: rgb(19 78 74 / 0.45);
}
.border-b-teal-900\/5 {
  border-bottom-color: rgb(19 78 74 / 0.05);
}
.border-b-teal-900\/50 {
  border-bottom-color: rgb(19 78 74 / 0.5);
}
.border-b-teal-900\/55 {
  border-bottom-color: rgb(19 78 74 / 0.55);
}
.border-b-teal-900\/60 {
  border-bottom-color: rgb(19 78 74 / 0.6);
}
.border-b-teal-900\/65 {
  border-bottom-color: rgb(19 78 74 / 0.65);
}
.border-b-teal-900\/70 {
  border-bottom-color: rgb(19 78 74 / 0.7);
}
.border-b-teal-900\/75 {
  border-bottom-color: rgb(19 78 74 / 0.75);
}
.border-b-teal-900\/80 {
  border-bottom-color: rgb(19 78 74 / 0.8);
}
.border-b-teal-900\/85 {
  border-bottom-color: rgb(19 78 74 / 0.85);
}
.border-b-teal-900\/90 {
  border-bottom-color: rgb(19 78 74 / 0.9);
}
.border-b-teal-900\/95 {
  border-bottom-color: rgb(19 78 74 / 0.95);
}
.border-b-teal-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-b-teal-950\/0 {
  border-bottom-color: rgb(4 47 46 / 0);
}
.border-b-teal-950\/10 {
  border-bottom-color: rgb(4 47 46 / 0.1);
}
.border-b-teal-950\/100 {
  border-bottom-color: rgb(4 47 46 / 1);
}
.border-b-teal-950\/15 {
  border-bottom-color: rgb(4 47 46 / 0.15);
}
.border-b-teal-950\/20 {
  border-bottom-color: rgb(4 47 46 / 0.2);
}
.border-b-teal-950\/25 {
  border-bottom-color: rgb(4 47 46 / 0.25);
}
.border-b-teal-950\/30 {
  border-bottom-color: rgb(4 47 46 / 0.3);
}
.border-b-teal-950\/35 {
  border-bottom-color: rgb(4 47 46 / 0.35);
}
.border-b-teal-950\/40 {
  border-bottom-color: rgb(4 47 46 / 0.4);
}
.border-b-teal-950\/45 {
  border-bottom-color: rgb(4 47 46 / 0.45);
}
.border-b-teal-950\/5 {
  border-bottom-color: rgb(4 47 46 / 0.05);
}
.border-b-teal-950\/50 {
  border-bottom-color: rgb(4 47 46 / 0.5);
}
.border-b-teal-950\/55 {
  border-bottom-color: rgb(4 47 46 / 0.55);
}
.border-b-teal-950\/60 {
  border-bottom-color: rgb(4 47 46 / 0.6);
}
.border-b-teal-950\/65 {
  border-bottom-color: rgb(4 47 46 / 0.65);
}
.border-b-teal-950\/70 {
  border-bottom-color: rgb(4 47 46 / 0.7);
}
.border-b-teal-950\/75 {
  border-bottom-color: rgb(4 47 46 / 0.75);
}
.border-b-teal-950\/80 {
  border-bottom-color: rgb(4 47 46 / 0.8);
}
.border-b-teal-950\/85 {
  border-bottom-color: rgb(4 47 46 / 0.85);
}
.border-b-teal-950\/90 {
  border-bottom-color: rgb(4 47 46 / 0.9);
}
.border-b-teal-950\/95 {
  border-bottom-color: rgb(4 47 46 / 0.95);
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-b-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-transparent\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-transparent\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-transparent\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-transparent\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-violet-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-b-violet-100\/0 {
  border-bottom-color: rgb(237 233 254 / 0);
}
.border-b-violet-100\/10 {
  border-bottom-color: rgb(237 233 254 / 0.1);
}
.border-b-violet-100\/100 {
  border-bottom-color: rgb(237 233 254 / 1);
}
.border-b-violet-100\/15 {
  border-bottom-color: rgb(237 233 254 / 0.15);
}
.border-b-violet-100\/20 {
  border-bottom-color: rgb(237 233 254 / 0.2);
}
.border-b-violet-100\/25 {
  border-bottom-color: rgb(237 233 254 / 0.25);
}
.border-b-violet-100\/30 {
  border-bottom-color: rgb(237 233 254 / 0.3);
}
.border-b-violet-100\/35 {
  border-bottom-color: rgb(237 233 254 / 0.35);
}
.border-b-violet-100\/40 {
  border-bottom-color: rgb(237 233 254 / 0.4);
}
.border-b-violet-100\/45 {
  border-bottom-color: rgb(237 233 254 / 0.45);
}
.border-b-violet-100\/5 {
  border-bottom-color: rgb(237 233 254 / 0.05);
}
.border-b-violet-100\/50 {
  border-bottom-color: rgb(237 233 254 / 0.5);
}
.border-b-violet-100\/55 {
  border-bottom-color: rgb(237 233 254 / 0.55);
}
.border-b-violet-100\/60 {
  border-bottom-color: rgb(237 233 254 / 0.6);
}
.border-b-violet-100\/65 {
  border-bottom-color: rgb(237 233 254 / 0.65);
}
.border-b-violet-100\/70 {
  border-bottom-color: rgb(237 233 254 / 0.7);
}
.border-b-violet-100\/75 {
  border-bottom-color: rgb(237 233 254 / 0.75);
}
.border-b-violet-100\/80 {
  border-bottom-color: rgb(237 233 254 / 0.8);
}
.border-b-violet-100\/85 {
  border-bottom-color: rgb(237 233 254 / 0.85);
}
.border-b-violet-100\/90 {
  border-bottom-color: rgb(237 233 254 / 0.9);
}
.border-b-violet-100\/95 {
  border-bottom-color: rgb(237 233 254 / 0.95);
}
.border-b-violet-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-b-violet-200\/0 {
  border-bottom-color: rgb(221 214 254 / 0);
}
.border-b-violet-200\/10 {
  border-bottom-color: rgb(221 214 254 / 0.1);
}
.border-b-violet-200\/100 {
  border-bottom-color: rgb(221 214 254 / 1);
}
.border-b-violet-200\/15 {
  border-bottom-color: rgb(221 214 254 / 0.15);
}
.border-b-violet-200\/20 {
  border-bottom-color: rgb(221 214 254 / 0.2);
}
.border-b-violet-200\/25 {
  border-bottom-color: rgb(221 214 254 / 0.25);
}
.border-b-violet-200\/30 {
  border-bottom-color: rgb(221 214 254 / 0.3);
}
.border-b-violet-200\/35 {
  border-bottom-color: rgb(221 214 254 / 0.35);
}
.border-b-violet-200\/40 {
  border-bottom-color: rgb(221 214 254 / 0.4);
}
.border-b-violet-200\/45 {
  border-bottom-color: rgb(221 214 254 / 0.45);
}
.border-b-violet-200\/5 {
  border-bottom-color: rgb(221 214 254 / 0.05);
}
.border-b-violet-200\/50 {
  border-bottom-color: rgb(221 214 254 / 0.5);
}
.border-b-violet-200\/55 {
  border-bottom-color: rgb(221 214 254 / 0.55);
}
.border-b-violet-200\/60 {
  border-bottom-color: rgb(221 214 254 / 0.6);
}
.border-b-violet-200\/65 {
  border-bottom-color: rgb(221 214 254 / 0.65);
}
.border-b-violet-200\/70 {
  border-bottom-color: rgb(221 214 254 / 0.7);
}
.border-b-violet-200\/75 {
  border-bottom-color: rgb(221 214 254 / 0.75);
}
.border-b-violet-200\/80 {
  border-bottom-color: rgb(221 214 254 / 0.8);
}
.border-b-violet-200\/85 {
  border-bottom-color: rgb(221 214 254 / 0.85);
}
.border-b-violet-200\/90 {
  border-bottom-color: rgb(221 214 254 / 0.9);
}
.border-b-violet-200\/95 {
  border-bottom-color: rgb(221 214 254 / 0.95);
}
.border-b-violet-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-b-violet-300\/0 {
  border-bottom-color: rgb(196 181 253 / 0);
}
.border-b-violet-300\/10 {
  border-bottom-color: rgb(196 181 253 / 0.1);
}
.border-b-violet-300\/100 {
  border-bottom-color: rgb(196 181 253 / 1);
}
.border-b-violet-300\/15 {
  border-bottom-color: rgb(196 181 253 / 0.15);
}
.border-b-violet-300\/20 {
  border-bottom-color: rgb(196 181 253 / 0.2);
}
.border-b-violet-300\/25 {
  border-bottom-color: rgb(196 181 253 / 0.25);
}
.border-b-violet-300\/30 {
  border-bottom-color: rgb(196 181 253 / 0.3);
}
.border-b-violet-300\/35 {
  border-bottom-color: rgb(196 181 253 / 0.35);
}
.border-b-violet-300\/40 {
  border-bottom-color: rgb(196 181 253 / 0.4);
}
.border-b-violet-300\/45 {
  border-bottom-color: rgb(196 181 253 / 0.45);
}
.border-b-violet-300\/5 {
  border-bottom-color: rgb(196 181 253 / 0.05);
}
.border-b-violet-300\/50 {
  border-bottom-color: rgb(196 181 253 / 0.5);
}
.border-b-violet-300\/55 {
  border-bottom-color: rgb(196 181 253 / 0.55);
}
.border-b-violet-300\/60 {
  border-bottom-color: rgb(196 181 253 / 0.6);
}
.border-b-violet-300\/65 {
  border-bottom-color: rgb(196 181 253 / 0.65);
}
.border-b-violet-300\/70 {
  border-bottom-color: rgb(196 181 253 / 0.7);
}
.border-b-violet-300\/75 {
  border-bottom-color: rgb(196 181 253 / 0.75);
}
.border-b-violet-300\/80 {
  border-bottom-color: rgb(196 181 253 / 0.8);
}
.border-b-violet-300\/85 {
  border-bottom-color: rgb(196 181 253 / 0.85);
}
.border-b-violet-300\/90 {
  border-bottom-color: rgb(196 181 253 / 0.9);
}
.border-b-violet-300\/95 {
  border-bottom-color: rgb(196 181 253 / 0.95);
}
.border-b-violet-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-b-violet-400\/0 {
  border-bottom-color: rgb(167 139 250 / 0);
}
.border-b-violet-400\/10 {
  border-bottom-color: rgb(167 139 250 / 0.1);
}
.border-b-violet-400\/100 {
  border-bottom-color: rgb(167 139 250 / 1);
}
.border-b-violet-400\/15 {
  border-bottom-color: rgb(167 139 250 / 0.15);
}
.border-b-violet-400\/20 {
  border-bottom-color: rgb(167 139 250 / 0.2);
}
.border-b-violet-400\/25 {
  border-bottom-color: rgb(167 139 250 / 0.25);
}
.border-b-violet-400\/30 {
  border-bottom-color: rgb(167 139 250 / 0.3);
}
.border-b-violet-400\/35 {
  border-bottom-color: rgb(167 139 250 / 0.35);
}
.border-b-violet-400\/40 {
  border-bottom-color: rgb(167 139 250 / 0.4);
}
.border-b-violet-400\/45 {
  border-bottom-color: rgb(167 139 250 / 0.45);
}
.border-b-violet-400\/5 {
  border-bottom-color: rgb(167 139 250 / 0.05);
}
.border-b-violet-400\/50 {
  border-bottom-color: rgb(167 139 250 / 0.5);
}
.border-b-violet-400\/55 {
  border-bottom-color: rgb(167 139 250 / 0.55);
}
.border-b-violet-400\/60 {
  border-bottom-color: rgb(167 139 250 / 0.6);
}
.border-b-violet-400\/65 {
  border-bottom-color: rgb(167 139 250 / 0.65);
}
.border-b-violet-400\/70 {
  border-bottom-color: rgb(167 139 250 / 0.7);
}
.border-b-violet-400\/75 {
  border-bottom-color: rgb(167 139 250 / 0.75);
}
.border-b-violet-400\/80 {
  border-bottom-color: rgb(167 139 250 / 0.8);
}
.border-b-violet-400\/85 {
  border-bottom-color: rgb(167 139 250 / 0.85);
}
.border-b-violet-400\/90 {
  border-bottom-color: rgb(167 139 250 / 0.9);
}
.border-b-violet-400\/95 {
  border-bottom-color: rgb(167 139 250 / 0.95);
}
.border-b-violet-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-b-violet-50\/0 {
  border-bottom-color: rgb(245 243 255 / 0);
}
.border-b-violet-50\/10 {
  border-bottom-color: rgb(245 243 255 / 0.1);
}
.border-b-violet-50\/100 {
  border-bottom-color: rgb(245 243 255 / 1);
}
.border-b-violet-50\/15 {
  border-bottom-color: rgb(245 243 255 / 0.15);
}
.border-b-violet-50\/20 {
  border-bottom-color: rgb(245 243 255 / 0.2);
}
.border-b-violet-50\/25 {
  border-bottom-color: rgb(245 243 255 / 0.25);
}
.border-b-violet-50\/30 {
  border-bottom-color: rgb(245 243 255 / 0.3);
}
.border-b-violet-50\/35 {
  border-bottom-color: rgb(245 243 255 / 0.35);
}
.border-b-violet-50\/40 {
  border-bottom-color: rgb(245 243 255 / 0.4);
}
.border-b-violet-50\/45 {
  border-bottom-color: rgb(245 243 255 / 0.45);
}
.border-b-violet-50\/5 {
  border-bottom-color: rgb(245 243 255 / 0.05);
}
.border-b-violet-50\/50 {
  border-bottom-color: rgb(245 243 255 / 0.5);
}
.border-b-violet-50\/55 {
  border-bottom-color: rgb(245 243 255 / 0.55);
}
.border-b-violet-50\/60 {
  border-bottom-color: rgb(245 243 255 / 0.6);
}
.border-b-violet-50\/65 {
  border-bottom-color: rgb(245 243 255 / 0.65);
}
.border-b-violet-50\/70 {
  border-bottom-color: rgb(245 243 255 / 0.7);
}
.border-b-violet-50\/75 {
  border-bottom-color: rgb(245 243 255 / 0.75);
}
.border-b-violet-50\/80 {
  border-bottom-color: rgb(245 243 255 / 0.8);
}
.border-b-violet-50\/85 {
  border-bottom-color: rgb(245 243 255 / 0.85);
}
.border-b-violet-50\/90 {
  border-bottom-color: rgb(245 243 255 / 0.9);
}
.border-b-violet-50\/95 {
  border-bottom-color: rgb(245 243 255 / 0.95);
}
.border-b-violet-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-b-violet-500\/0 {
  border-bottom-color: rgb(139 92 246 / 0);
}
.border-b-violet-500\/10 {
  border-bottom-color: rgb(139 92 246 / 0.1);
}
.border-b-violet-500\/100 {
  border-bottom-color: rgb(139 92 246 / 1);
}
.border-b-violet-500\/15 {
  border-bottom-color: rgb(139 92 246 / 0.15);
}
.border-b-violet-500\/20 {
  border-bottom-color: rgb(139 92 246 / 0.2);
}
.border-b-violet-500\/25 {
  border-bottom-color: rgb(139 92 246 / 0.25);
}
.border-b-violet-500\/30 {
  border-bottom-color: rgb(139 92 246 / 0.3);
}
.border-b-violet-500\/35 {
  border-bottom-color: rgb(139 92 246 / 0.35);
}
.border-b-violet-500\/40 {
  border-bottom-color: rgb(139 92 246 / 0.4);
}
.border-b-violet-500\/45 {
  border-bottom-color: rgb(139 92 246 / 0.45);
}
.border-b-violet-500\/5 {
  border-bottom-color: rgb(139 92 246 / 0.05);
}
.border-b-violet-500\/50 {
  border-bottom-color: rgb(139 92 246 / 0.5);
}
.border-b-violet-500\/55 {
  border-bottom-color: rgb(139 92 246 / 0.55);
}
.border-b-violet-500\/60 {
  border-bottom-color: rgb(139 92 246 / 0.6);
}
.border-b-violet-500\/65 {
  border-bottom-color: rgb(139 92 246 / 0.65);
}
.border-b-violet-500\/70 {
  border-bottom-color: rgb(139 92 246 / 0.7);
}
.border-b-violet-500\/75 {
  border-bottom-color: rgb(139 92 246 / 0.75);
}
.border-b-violet-500\/80 {
  border-bottom-color: rgb(139 92 246 / 0.8);
}
.border-b-violet-500\/85 {
  border-bottom-color: rgb(139 92 246 / 0.85);
}
.border-b-violet-500\/90 {
  border-bottom-color: rgb(139 92 246 / 0.9);
}
.border-b-violet-500\/95 {
  border-bottom-color: rgb(139 92 246 / 0.95);
}
.border-b-violet-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-b-violet-600\/0 {
  border-bottom-color: rgb(124 58 237 / 0);
}
.border-b-violet-600\/10 {
  border-bottom-color: rgb(124 58 237 / 0.1);
}
.border-b-violet-600\/100 {
  border-bottom-color: rgb(124 58 237 / 1);
}
.border-b-violet-600\/15 {
  border-bottom-color: rgb(124 58 237 / 0.15);
}
.border-b-violet-600\/20 {
  border-bottom-color: rgb(124 58 237 / 0.2);
}
.border-b-violet-600\/25 {
  border-bottom-color: rgb(124 58 237 / 0.25);
}
.border-b-violet-600\/30 {
  border-bottom-color: rgb(124 58 237 / 0.3);
}
.border-b-violet-600\/35 {
  border-bottom-color: rgb(124 58 237 / 0.35);
}
.border-b-violet-600\/40 {
  border-bottom-color: rgb(124 58 237 / 0.4);
}
.border-b-violet-600\/45 {
  border-bottom-color: rgb(124 58 237 / 0.45);
}
.border-b-violet-600\/5 {
  border-bottom-color: rgb(124 58 237 / 0.05);
}
.border-b-violet-600\/50 {
  border-bottom-color: rgb(124 58 237 / 0.5);
}
.border-b-violet-600\/55 {
  border-bottom-color: rgb(124 58 237 / 0.55);
}
.border-b-violet-600\/60 {
  border-bottom-color: rgb(124 58 237 / 0.6);
}
.border-b-violet-600\/65 {
  border-bottom-color: rgb(124 58 237 / 0.65);
}
.border-b-violet-600\/70 {
  border-bottom-color: rgb(124 58 237 / 0.7);
}
.border-b-violet-600\/75 {
  border-bottom-color: rgb(124 58 237 / 0.75);
}
.border-b-violet-600\/80 {
  border-bottom-color: rgb(124 58 237 / 0.8);
}
.border-b-violet-600\/85 {
  border-bottom-color: rgb(124 58 237 / 0.85);
}
.border-b-violet-600\/90 {
  border-bottom-color: rgb(124 58 237 / 0.9);
}
.border-b-violet-600\/95 {
  border-bottom-color: rgb(124 58 237 / 0.95);
}
.border-b-violet-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-b-violet-700\/0 {
  border-bottom-color: rgb(109 40 217 / 0);
}
.border-b-violet-700\/10 {
  border-bottom-color: rgb(109 40 217 / 0.1);
}
.border-b-violet-700\/100 {
  border-bottom-color: rgb(109 40 217 / 1);
}
.border-b-violet-700\/15 {
  border-bottom-color: rgb(109 40 217 / 0.15);
}
.border-b-violet-700\/20 {
  border-bottom-color: rgb(109 40 217 / 0.2);
}
.border-b-violet-700\/25 {
  border-bottom-color: rgb(109 40 217 / 0.25);
}
.border-b-violet-700\/30 {
  border-bottom-color: rgb(109 40 217 / 0.3);
}
.border-b-violet-700\/35 {
  border-bottom-color: rgb(109 40 217 / 0.35);
}
.border-b-violet-700\/40 {
  border-bottom-color: rgb(109 40 217 / 0.4);
}
.border-b-violet-700\/45 {
  border-bottom-color: rgb(109 40 217 / 0.45);
}
.border-b-violet-700\/5 {
  border-bottom-color: rgb(109 40 217 / 0.05);
}
.border-b-violet-700\/50 {
  border-bottom-color: rgb(109 40 217 / 0.5);
}
.border-b-violet-700\/55 {
  border-bottom-color: rgb(109 40 217 / 0.55);
}
.border-b-violet-700\/60 {
  border-bottom-color: rgb(109 40 217 / 0.6);
}
.border-b-violet-700\/65 {
  border-bottom-color: rgb(109 40 217 / 0.65);
}
.border-b-violet-700\/70 {
  border-bottom-color: rgb(109 40 217 / 0.7);
}
.border-b-violet-700\/75 {
  border-bottom-color: rgb(109 40 217 / 0.75);
}
.border-b-violet-700\/80 {
  border-bottom-color: rgb(109 40 217 / 0.8);
}
.border-b-violet-700\/85 {
  border-bottom-color: rgb(109 40 217 / 0.85);
}
.border-b-violet-700\/90 {
  border-bottom-color: rgb(109 40 217 / 0.9);
}
.border-b-violet-700\/95 {
  border-bottom-color: rgb(109 40 217 / 0.95);
}
.border-b-violet-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-b-violet-800\/0 {
  border-bottom-color: rgb(91 33 182 / 0);
}
.border-b-violet-800\/10 {
  border-bottom-color: rgb(91 33 182 / 0.1);
}
.border-b-violet-800\/100 {
  border-bottom-color: rgb(91 33 182 / 1);
}
.border-b-violet-800\/15 {
  border-bottom-color: rgb(91 33 182 / 0.15);
}
.border-b-violet-800\/20 {
  border-bottom-color: rgb(91 33 182 / 0.2);
}
.border-b-violet-800\/25 {
  border-bottom-color: rgb(91 33 182 / 0.25);
}
.border-b-violet-800\/30 {
  border-bottom-color: rgb(91 33 182 / 0.3);
}
.border-b-violet-800\/35 {
  border-bottom-color: rgb(91 33 182 / 0.35);
}
.border-b-violet-800\/40 {
  border-bottom-color: rgb(91 33 182 / 0.4);
}
.border-b-violet-800\/45 {
  border-bottom-color: rgb(91 33 182 / 0.45);
}
.border-b-violet-800\/5 {
  border-bottom-color: rgb(91 33 182 / 0.05);
}
.border-b-violet-800\/50 {
  border-bottom-color: rgb(91 33 182 / 0.5);
}
.border-b-violet-800\/55 {
  border-bottom-color: rgb(91 33 182 / 0.55);
}
.border-b-violet-800\/60 {
  border-bottom-color: rgb(91 33 182 / 0.6);
}
.border-b-violet-800\/65 {
  border-bottom-color: rgb(91 33 182 / 0.65);
}
.border-b-violet-800\/70 {
  border-bottom-color: rgb(91 33 182 / 0.7);
}
.border-b-violet-800\/75 {
  border-bottom-color: rgb(91 33 182 / 0.75);
}
.border-b-violet-800\/80 {
  border-bottom-color: rgb(91 33 182 / 0.8);
}
.border-b-violet-800\/85 {
  border-bottom-color: rgb(91 33 182 / 0.85);
}
.border-b-violet-800\/90 {
  border-bottom-color: rgb(91 33 182 / 0.9);
}
.border-b-violet-800\/95 {
  border-bottom-color: rgb(91 33 182 / 0.95);
}
.border-b-violet-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-b-violet-900\/0 {
  border-bottom-color: rgb(76 29 149 / 0);
}
.border-b-violet-900\/10 {
  border-bottom-color: rgb(76 29 149 / 0.1);
}
.border-b-violet-900\/100 {
  border-bottom-color: rgb(76 29 149 / 1);
}
.border-b-violet-900\/15 {
  border-bottom-color: rgb(76 29 149 / 0.15);
}
.border-b-violet-900\/20 {
  border-bottom-color: rgb(76 29 149 / 0.2);
}
.border-b-violet-900\/25 {
  border-bottom-color: rgb(76 29 149 / 0.25);
}
.border-b-violet-900\/30 {
  border-bottom-color: rgb(76 29 149 / 0.3);
}
.border-b-violet-900\/35 {
  border-bottom-color: rgb(76 29 149 / 0.35);
}
.border-b-violet-900\/40 {
  border-bottom-color: rgb(76 29 149 / 0.4);
}
.border-b-violet-900\/45 {
  border-bottom-color: rgb(76 29 149 / 0.45);
}
.border-b-violet-900\/5 {
  border-bottom-color: rgb(76 29 149 / 0.05);
}
.border-b-violet-900\/50 {
  border-bottom-color: rgb(76 29 149 / 0.5);
}
.border-b-violet-900\/55 {
  border-bottom-color: rgb(76 29 149 / 0.55);
}
.border-b-violet-900\/60 {
  border-bottom-color: rgb(76 29 149 / 0.6);
}
.border-b-violet-900\/65 {
  border-bottom-color: rgb(76 29 149 / 0.65);
}
.border-b-violet-900\/70 {
  border-bottom-color: rgb(76 29 149 / 0.7);
}
.border-b-violet-900\/75 {
  border-bottom-color: rgb(76 29 149 / 0.75);
}
.border-b-violet-900\/80 {
  border-bottom-color: rgb(76 29 149 / 0.8);
}
.border-b-violet-900\/85 {
  border-bottom-color: rgb(76 29 149 / 0.85);
}
.border-b-violet-900\/90 {
  border-bottom-color: rgb(76 29 149 / 0.9);
}
.border-b-violet-900\/95 {
  border-bottom-color: rgb(76 29 149 / 0.95);
}
.border-b-violet-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-b-violet-950\/0 {
  border-bottom-color: rgb(46 16 101 / 0);
}
.border-b-violet-950\/10 {
  border-bottom-color: rgb(46 16 101 / 0.1);
}
.border-b-violet-950\/100 {
  border-bottom-color: rgb(46 16 101 / 1);
}
.border-b-violet-950\/15 {
  border-bottom-color: rgb(46 16 101 / 0.15);
}
.border-b-violet-950\/20 {
  border-bottom-color: rgb(46 16 101 / 0.2);
}
.border-b-violet-950\/25 {
  border-bottom-color: rgb(46 16 101 / 0.25);
}
.border-b-violet-950\/30 {
  border-bottom-color: rgb(46 16 101 / 0.3);
}
.border-b-violet-950\/35 {
  border-bottom-color: rgb(46 16 101 / 0.35);
}
.border-b-violet-950\/40 {
  border-bottom-color: rgb(46 16 101 / 0.4);
}
.border-b-violet-950\/45 {
  border-bottom-color: rgb(46 16 101 / 0.45);
}
.border-b-violet-950\/5 {
  border-bottom-color: rgb(46 16 101 / 0.05);
}
.border-b-violet-950\/50 {
  border-bottom-color: rgb(46 16 101 / 0.5);
}
.border-b-violet-950\/55 {
  border-bottom-color: rgb(46 16 101 / 0.55);
}
.border-b-violet-950\/60 {
  border-bottom-color: rgb(46 16 101 / 0.6);
}
.border-b-violet-950\/65 {
  border-bottom-color: rgb(46 16 101 / 0.65);
}
.border-b-violet-950\/70 {
  border-bottom-color: rgb(46 16 101 / 0.7);
}
.border-b-violet-950\/75 {
  border-bottom-color: rgb(46 16 101 / 0.75);
}
.border-b-violet-950\/80 {
  border-bottom-color: rgb(46 16 101 / 0.8);
}
.border-b-violet-950\/85 {
  border-bottom-color: rgb(46 16 101 / 0.85);
}
.border-b-violet-950\/90 {
  border-bottom-color: rgb(46 16 101 / 0.9);
}
.border-b-violet-950\/95 {
  border-bottom-color: rgb(46 16 101 / 0.95);
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-white\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-white\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-white\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-white\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-white\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-white\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}
.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}
.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}
.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}
.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}
.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}
.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}
.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}
.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}
.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}
.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}
.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}
.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}
.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}
.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}
.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}
.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}
.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}
.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}
.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}
.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}
.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}
.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}
.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}
.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}
.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}
.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}
.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}
.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}
.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}
.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}
.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}
.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}
.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}
.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}
.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}
.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}
.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}
.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0);
}
.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1);
}
.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1);
}
.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15);
}
.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2);
}
.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25);
}
.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3);
}
.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35);
}
.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45);
}
.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05);
}
.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5);
}
.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55);
}
.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65);
}
.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7);
}
.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75);
}
.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8);
}
.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85);
}
.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9);
}
.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95);
}
.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}
.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}
.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}
.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}
.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}
.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}
.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}
.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}
.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}
.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}
.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}
.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}
.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}
.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}
.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}
.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}
.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}
.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}
.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}
.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}
.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}
.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}
.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}
.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}
.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}
.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}
.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}
.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}
.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}
.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}
.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}
.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}
.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}
.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}
.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}
.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}
.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}
.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}
.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}
.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}
.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}
.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}
.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}
.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}
.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}
.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}
.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}
.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}
.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}
.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}
.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}
.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}
.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}
.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}
.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}
.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}
.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}
.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}
.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}
.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}
.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}
.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}
.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}
.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}
.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}
.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}
.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}
.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5);
}
.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}
.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}
.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}
.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}
.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}
.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}
.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}
.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}
.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0);
}
.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1);
}
.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1);
}
.border-b-yellow-700\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15);
}
.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2);
}
.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25);
}
.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3);
}
.border-b-yellow-700\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35);
}
.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45);
}
.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05);
}
.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5);
}
.border-b-yellow-700\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55);
}
.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65);
}
.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7);
}
.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75);
}
.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8);
}
.border-b-yellow-700\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85);
}
.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9);
}
.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95);
}
.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}
.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}
.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}
.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}
.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}
.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}
.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}
.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}
.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}
.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}
.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}
.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}
.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}
.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}
.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}
.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}
.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}
.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}
.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}
.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0);
}
.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1);
}
.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1);
}
.border-b-yellow-900\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15);
}
.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2);
}
.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25);
}
.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3);
}
.border-b-yellow-900\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35);
}
.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45);
}
.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05);
}
.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5);
}
.border-b-yellow-900\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55);
}
.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65);
}
.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7);
}
.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75);
}
.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8);
}
.border-b-yellow-900\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85);
}
.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9);
}
.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95);
}
.border-b-yellow-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-b-yellow-950\/0 {
  border-bottom-color: rgb(66 32 6 / 0);
}
.border-b-yellow-950\/10 {
  border-bottom-color: rgb(66 32 6 / 0.1);
}
.border-b-yellow-950\/100 {
  border-bottom-color: rgb(66 32 6 / 1);
}
.border-b-yellow-950\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15);
}
.border-b-yellow-950\/20 {
  border-bottom-color: rgb(66 32 6 / 0.2);
}
.border-b-yellow-950\/25 {
  border-bottom-color: rgb(66 32 6 / 0.25);
}
.border-b-yellow-950\/30 {
  border-bottom-color: rgb(66 32 6 / 0.3);
}
.border-b-yellow-950\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35);
}
.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45);
}
.border-b-yellow-950\/5 {
  border-bottom-color: rgb(66 32 6 / 0.05);
}
.border-b-yellow-950\/50 {
  border-bottom-color: rgb(66 32 6 / 0.5);
}
.border-b-yellow-950\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55);
}
.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65);
}
.border-b-yellow-950\/70 {
  border-bottom-color: rgb(66 32 6 / 0.7);
}
.border-b-yellow-950\/75 {
  border-bottom-color: rgb(66 32 6 / 0.75);
}
.border-b-yellow-950\/80 {
  border-bottom-color: rgb(66 32 6 / 0.8);
}
.border-b-yellow-950\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85);
}
.border-b-yellow-950\/90 {
  border-bottom-color: rgb(66 32 6 / 0.9);
}
.border-b-yellow-950\/95 {
  border-bottom-color: rgb(66 32 6 / 0.95);
}
.border-b-zinc-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-b-zinc-100\/0 {
  border-bottom-color: rgb(244 244 245 / 0);
}
.border-b-zinc-100\/10 {
  border-bottom-color: rgb(244 244 245 / 0.1);
}
.border-b-zinc-100\/100 {
  border-bottom-color: rgb(244 244 245 / 1);
}
.border-b-zinc-100\/15 {
  border-bottom-color: rgb(244 244 245 / 0.15);
}
.border-b-zinc-100\/20 {
  border-bottom-color: rgb(244 244 245 / 0.2);
}
.border-b-zinc-100\/25 {
  border-bottom-color: rgb(244 244 245 / 0.25);
}
.border-b-zinc-100\/30 {
  border-bottom-color: rgb(244 244 245 / 0.3);
}
.border-b-zinc-100\/35 {
  border-bottom-color: rgb(244 244 245 / 0.35);
}
.border-b-zinc-100\/40 {
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.border-b-zinc-100\/45 {
  border-bottom-color: rgb(244 244 245 / 0.45);
}
.border-b-zinc-100\/5 {
  border-bottom-color: rgb(244 244 245 / 0.05);
}
.border-b-zinc-100\/50 {
  border-bottom-color: rgb(244 244 245 / 0.5);
}
.border-b-zinc-100\/55 {
  border-bottom-color: rgb(244 244 245 / 0.55);
}
.border-b-zinc-100\/60 {
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.border-b-zinc-100\/65 {
  border-bottom-color: rgb(244 244 245 / 0.65);
}
.border-b-zinc-100\/70 {
  border-bottom-color: rgb(244 244 245 / 0.7);
}
.border-b-zinc-100\/75 {
  border-bottom-color: rgb(244 244 245 / 0.75);
}
.border-b-zinc-100\/80 {
  border-bottom-color: rgb(244 244 245 / 0.8);
}
.border-b-zinc-100\/85 {
  border-bottom-color: rgb(244 244 245 / 0.85);
}
.border-b-zinc-100\/90 {
  border-bottom-color: rgb(244 244 245 / 0.9);
}
.border-b-zinc-100\/95 {
  border-bottom-color: rgb(244 244 245 / 0.95);
}
.border-b-zinc-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-b-zinc-200\/0 {
  border-bottom-color: rgb(228 228 231 / 0);
}
.border-b-zinc-200\/10 {
  border-bottom-color: rgb(228 228 231 / 0.1);
}
.border-b-zinc-200\/100 {
  border-bottom-color: rgb(228 228 231 / 1);
}
.border-b-zinc-200\/15 {
  border-bottom-color: rgb(228 228 231 / 0.15);
}
.border-b-zinc-200\/20 {
  border-bottom-color: rgb(228 228 231 / 0.2);
}
.border-b-zinc-200\/25 {
  border-bottom-color: rgb(228 228 231 / 0.25);
}
.border-b-zinc-200\/30 {
  border-bottom-color: rgb(228 228 231 / 0.3);
}
.border-b-zinc-200\/35 {
  border-bottom-color: rgb(228 228 231 / 0.35);
}
.border-b-zinc-200\/40 {
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.border-b-zinc-200\/45 {
  border-bottom-color: rgb(228 228 231 / 0.45);
}
.border-b-zinc-200\/5 {
  border-bottom-color: rgb(228 228 231 / 0.05);
}
.border-b-zinc-200\/50 {
  border-bottom-color: rgb(228 228 231 / 0.5);
}
.border-b-zinc-200\/55 {
  border-bottom-color: rgb(228 228 231 / 0.55);
}
.border-b-zinc-200\/60 {
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.border-b-zinc-200\/65 {
  border-bottom-color: rgb(228 228 231 / 0.65);
}
.border-b-zinc-200\/70 {
  border-bottom-color: rgb(228 228 231 / 0.7);
}
.border-b-zinc-200\/75 {
  border-bottom-color: rgb(228 228 231 / 0.75);
}
.border-b-zinc-200\/80 {
  border-bottom-color: rgb(228 228 231 / 0.8);
}
.border-b-zinc-200\/85 {
  border-bottom-color: rgb(228 228 231 / 0.85);
}
.border-b-zinc-200\/90 {
  border-bottom-color: rgb(228 228 231 / 0.9);
}
.border-b-zinc-200\/95 {
  border-bottom-color: rgb(228 228 231 / 0.95);
}
.border-b-zinc-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-b-zinc-300\/0 {
  border-bottom-color: rgb(212 212 216 / 0);
}
.border-b-zinc-300\/10 {
  border-bottom-color: rgb(212 212 216 / 0.1);
}
.border-b-zinc-300\/100 {
  border-bottom-color: rgb(212 212 216 / 1);
}
.border-b-zinc-300\/15 {
  border-bottom-color: rgb(212 212 216 / 0.15);
}
.border-b-zinc-300\/20 {
  border-bottom-color: rgb(212 212 216 / 0.2);
}
.border-b-zinc-300\/25 {
  border-bottom-color: rgb(212 212 216 / 0.25);
}
.border-b-zinc-300\/30 {
  border-bottom-color: rgb(212 212 216 / 0.3);
}
.border-b-zinc-300\/35 {
  border-bottom-color: rgb(212 212 216 / 0.35);
}
.border-b-zinc-300\/40 {
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.border-b-zinc-300\/45 {
  border-bottom-color: rgb(212 212 216 / 0.45);
}
.border-b-zinc-300\/5 {
  border-bottom-color: rgb(212 212 216 / 0.05);
}
.border-b-zinc-300\/50 {
  border-bottom-color: rgb(212 212 216 / 0.5);
}
.border-b-zinc-300\/55 {
  border-bottom-color: rgb(212 212 216 / 0.55);
}
.border-b-zinc-300\/60 {
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.border-b-zinc-300\/65 {
  border-bottom-color: rgb(212 212 216 / 0.65);
}
.border-b-zinc-300\/70 {
  border-bottom-color: rgb(212 212 216 / 0.7);
}
.border-b-zinc-300\/75 {
  border-bottom-color: rgb(212 212 216 / 0.75);
}
.border-b-zinc-300\/80 {
  border-bottom-color: rgb(212 212 216 / 0.8);
}
.border-b-zinc-300\/85 {
  border-bottom-color: rgb(212 212 216 / 0.85);
}
.border-b-zinc-300\/90 {
  border-bottom-color: rgb(212 212 216 / 0.9);
}
.border-b-zinc-300\/95 {
  border-bottom-color: rgb(212 212 216 / 0.95);
}
.border-b-zinc-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-b-zinc-400\/0 {
  border-bottom-color: rgb(161 161 170 / 0);
}
.border-b-zinc-400\/10 {
  border-bottom-color: rgb(161 161 170 / 0.1);
}
.border-b-zinc-400\/100 {
  border-bottom-color: rgb(161 161 170 / 1);
}
.border-b-zinc-400\/15 {
  border-bottom-color: rgb(161 161 170 / 0.15);
}
.border-b-zinc-400\/20 {
  border-bottom-color: rgb(161 161 170 / 0.2);
}
.border-b-zinc-400\/25 {
  border-bottom-color: rgb(161 161 170 / 0.25);
}
.border-b-zinc-400\/30 {
  border-bottom-color: rgb(161 161 170 / 0.3);
}
.border-b-zinc-400\/35 {
  border-bottom-color: rgb(161 161 170 / 0.35);
}
.border-b-zinc-400\/40 {
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.border-b-zinc-400\/45 {
  border-bottom-color: rgb(161 161 170 / 0.45);
}
.border-b-zinc-400\/5 {
  border-bottom-color: rgb(161 161 170 / 0.05);
}
.border-b-zinc-400\/50 {
  border-bottom-color: rgb(161 161 170 / 0.5);
}
.border-b-zinc-400\/55 {
  border-bottom-color: rgb(161 161 170 / 0.55);
}
.border-b-zinc-400\/60 {
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.border-b-zinc-400\/65 {
  border-bottom-color: rgb(161 161 170 / 0.65);
}
.border-b-zinc-400\/70 {
  border-bottom-color: rgb(161 161 170 / 0.7);
}
.border-b-zinc-400\/75 {
  border-bottom-color: rgb(161 161 170 / 0.75);
}
.border-b-zinc-400\/80 {
  border-bottom-color: rgb(161 161 170 / 0.8);
}
.border-b-zinc-400\/85 {
  border-bottom-color: rgb(161 161 170 / 0.85);
}
.border-b-zinc-400\/90 {
  border-bottom-color: rgb(161 161 170 / 0.9);
}
.border-b-zinc-400\/95 {
  border-bottom-color: rgb(161 161 170 / 0.95);
}
.border-b-zinc-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-b-zinc-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-b-zinc-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-b-zinc-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-b-zinc-50\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-b-zinc-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-b-zinc-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-b-zinc-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-b-zinc-50\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-zinc-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-zinc-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-b-zinc-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-b-zinc-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-b-zinc-50\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-zinc-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-zinc-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-b-zinc-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-b-zinc-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-b-zinc-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-b-zinc-50\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-b-zinc-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-b-zinc-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-b-zinc-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-b-zinc-500\/0 {
  border-bottom-color: rgb(113 113 122 / 0);
}
.border-b-zinc-500\/10 {
  border-bottom-color: rgb(113 113 122 / 0.1);
}
.border-b-zinc-500\/100 {
  border-bottom-color: rgb(113 113 122 / 1);
}
.border-b-zinc-500\/15 {
  border-bottom-color: rgb(113 113 122 / 0.15);
}
.border-b-zinc-500\/20 {
  border-bottom-color: rgb(113 113 122 / 0.2);
}
.border-b-zinc-500\/25 {
  border-bottom-color: rgb(113 113 122 / 0.25);
}
.border-b-zinc-500\/30 {
  border-bottom-color: rgb(113 113 122 / 0.3);
}
.border-b-zinc-500\/35 {
  border-bottom-color: rgb(113 113 122 / 0.35);
}
.border-b-zinc-500\/40 {
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.border-b-zinc-500\/45 {
  border-bottom-color: rgb(113 113 122 / 0.45);
}
.border-b-zinc-500\/5 {
  border-bottom-color: rgb(113 113 122 / 0.05);
}
.border-b-zinc-500\/50 {
  border-bottom-color: rgb(113 113 122 / 0.5);
}
.border-b-zinc-500\/55 {
  border-bottom-color: rgb(113 113 122 / 0.55);
}
.border-b-zinc-500\/60 {
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.border-b-zinc-500\/65 {
  border-bottom-color: rgb(113 113 122 / 0.65);
}
.border-b-zinc-500\/70 {
  border-bottom-color: rgb(113 113 122 / 0.7);
}
.border-b-zinc-500\/75 {
  border-bottom-color: rgb(113 113 122 / 0.75);
}
.border-b-zinc-500\/80 {
  border-bottom-color: rgb(113 113 122 / 0.8);
}
.border-b-zinc-500\/85 {
  border-bottom-color: rgb(113 113 122 / 0.85);
}
.border-b-zinc-500\/90 {
  border-bottom-color: rgb(113 113 122 / 0.9);
}
.border-b-zinc-500\/95 {
  border-bottom-color: rgb(113 113 122 / 0.95);
}
.border-b-zinc-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-b-zinc-600\/0 {
  border-bottom-color: rgb(82 82 91 / 0);
}
.border-b-zinc-600\/10 {
  border-bottom-color: rgb(82 82 91 / 0.1);
}
.border-b-zinc-600\/100 {
  border-bottom-color: rgb(82 82 91 / 1);
}
.border-b-zinc-600\/15 {
  border-bottom-color: rgb(82 82 91 / 0.15);
}
.border-b-zinc-600\/20 {
  border-bottom-color: rgb(82 82 91 / 0.2);
}
.border-b-zinc-600\/25 {
  border-bottom-color: rgb(82 82 91 / 0.25);
}
.border-b-zinc-600\/30 {
  border-bottom-color: rgb(82 82 91 / 0.3);
}
.border-b-zinc-600\/35 {
  border-bottom-color: rgb(82 82 91 / 0.35);
}
.border-b-zinc-600\/40 {
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.border-b-zinc-600\/45 {
  border-bottom-color: rgb(82 82 91 / 0.45);
}
.border-b-zinc-600\/5 {
  border-bottom-color: rgb(82 82 91 / 0.05);
}
.border-b-zinc-600\/50 {
  border-bottom-color: rgb(82 82 91 / 0.5);
}
.border-b-zinc-600\/55 {
  border-bottom-color: rgb(82 82 91 / 0.55);
}
.border-b-zinc-600\/60 {
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.border-b-zinc-600\/65 {
  border-bottom-color: rgb(82 82 91 / 0.65);
}
.border-b-zinc-600\/70 {
  border-bottom-color: rgb(82 82 91 / 0.7);
}
.border-b-zinc-600\/75 {
  border-bottom-color: rgb(82 82 91 / 0.75);
}
.border-b-zinc-600\/80 {
  border-bottom-color: rgb(82 82 91 / 0.8);
}
.border-b-zinc-600\/85 {
  border-bottom-color: rgb(82 82 91 / 0.85);
}
.border-b-zinc-600\/90 {
  border-bottom-color: rgb(82 82 91 / 0.9);
}
.border-b-zinc-600\/95 {
  border-bottom-color: rgb(82 82 91 / 0.95);
}
.border-b-zinc-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-b-zinc-700\/0 {
  border-bottom-color: rgb(63 63 70 / 0);
}
.border-b-zinc-700\/10 {
  border-bottom-color: rgb(63 63 70 / 0.1);
}
.border-b-zinc-700\/100 {
  border-bottom-color: rgb(63 63 70 / 1);
}
.border-b-zinc-700\/15 {
  border-bottom-color: rgb(63 63 70 / 0.15);
}
.border-b-zinc-700\/20 {
  border-bottom-color: rgb(63 63 70 / 0.2);
}
.border-b-zinc-700\/25 {
  border-bottom-color: rgb(63 63 70 / 0.25);
}
.border-b-zinc-700\/30 {
  border-bottom-color: rgb(63 63 70 / 0.3);
}
.border-b-zinc-700\/35 {
  border-bottom-color: rgb(63 63 70 / 0.35);
}
.border-b-zinc-700\/40 {
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.border-b-zinc-700\/45 {
  border-bottom-color: rgb(63 63 70 / 0.45);
}
.border-b-zinc-700\/5 {
  border-bottom-color: rgb(63 63 70 / 0.05);
}
.border-b-zinc-700\/50 {
  border-bottom-color: rgb(63 63 70 / 0.5);
}
.border-b-zinc-700\/55 {
  border-bottom-color: rgb(63 63 70 / 0.55);
}
.border-b-zinc-700\/60 {
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.border-b-zinc-700\/65 {
  border-bottom-color: rgb(63 63 70 / 0.65);
}
.border-b-zinc-700\/70 {
  border-bottom-color: rgb(63 63 70 / 0.7);
}
.border-b-zinc-700\/75 {
  border-bottom-color: rgb(63 63 70 / 0.75);
}
.border-b-zinc-700\/80 {
  border-bottom-color: rgb(63 63 70 / 0.8);
}
.border-b-zinc-700\/85 {
  border-bottom-color: rgb(63 63 70 / 0.85);
}
.border-b-zinc-700\/90 {
  border-bottom-color: rgb(63 63 70 / 0.9);
}
.border-b-zinc-700\/95 {
  border-bottom-color: rgb(63 63 70 / 0.95);
}
.border-b-zinc-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-b-zinc-800\/0 {
  border-bottom-color: rgb(39 39 42 / 0);
}
.border-b-zinc-800\/10 {
  border-bottom-color: rgb(39 39 42 / 0.1);
}
.border-b-zinc-800\/100 {
  border-bottom-color: rgb(39 39 42 / 1);
}
.border-b-zinc-800\/15 {
  border-bottom-color: rgb(39 39 42 / 0.15);
}
.border-b-zinc-800\/20 {
  border-bottom-color: rgb(39 39 42 / 0.2);
}
.border-b-zinc-800\/25 {
  border-bottom-color: rgb(39 39 42 / 0.25);
}
.border-b-zinc-800\/30 {
  border-bottom-color: rgb(39 39 42 / 0.3);
}
.border-b-zinc-800\/35 {
  border-bottom-color: rgb(39 39 42 / 0.35);
}
.border-b-zinc-800\/40 {
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.border-b-zinc-800\/45 {
  border-bottom-color: rgb(39 39 42 / 0.45);
}
.border-b-zinc-800\/5 {
  border-bottom-color: rgb(39 39 42 / 0.05);
}
.border-b-zinc-800\/50 {
  border-bottom-color: rgb(39 39 42 / 0.5);
}
.border-b-zinc-800\/55 {
  border-bottom-color: rgb(39 39 42 / 0.55);
}
.border-b-zinc-800\/60 {
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.border-b-zinc-800\/65 {
  border-bottom-color: rgb(39 39 42 / 0.65);
}
.border-b-zinc-800\/70 {
  border-bottom-color: rgb(39 39 42 / 0.7);
}
.border-b-zinc-800\/75 {
  border-bottom-color: rgb(39 39 42 / 0.75);
}
.border-b-zinc-800\/80 {
  border-bottom-color: rgb(39 39 42 / 0.8);
}
.border-b-zinc-800\/85 {
  border-bottom-color: rgb(39 39 42 / 0.85);
}
.border-b-zinc-800\/90 {
  border-bottom-color: rgb(39 39 42 / 0.9);
}
.border-b-zinc-800\/95 {
  border-bottom-color: rgb(39 39 42 / 0.95);
}
.border-b-zinc-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-b-zinc-900\/0 {
  border-bottom-color: rgb(24 24 27 / 0);
}
.border-b-zinc-900\/10 {
  border-bottom-color: rgb(24 24 27 / 0.1);
}
.border-b-zinc-900\/100 {
  border-bottom-color: rgb(24 24 27 / 1);
}
.border-b-zinc-900\/15 {
  border-bottom-color: rgb(24 24 27 / 0.15);
}
.border-b-zinc-900\/20 {
  border-bottom-color: rgb(24 24 27 / 0.2);
}
.border-b-zinc-900\/25 {
  border-bottom-color: rgb(24 24 27 / 0.25);
}
.border-b-zinc-900\/30 {
  border-bottom-color: rgb(24 24 27 / 0.3);
}
.border-b-zinc-900\/35 {
  border-bottom-color: rgb(24 24 27 / 0.35);
}
.border-b-zinc-900\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.border-b-zinc-900\/45 {
  border-bottom-color: rgb(24 24 27 / 0.45);
}
.border-b-zinc-900\/5 {
  border-bottom-color: rgb(24 24 27 / 0.05);
}
.border-b-zinc-900\/50 {
  border-bottom-color: rgb(24 24 27 / 0.5);
}
.border-b-zinc-900\/55 {
  border-bottom-color: rgb(24 24 27 / 0.55);
}
.border-b-zinc-900\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.border-b-zinc-900\/65 {
  border-bottom-color: rgb(24 24 27 / 0.65);
}
.border-b-zinc-900\/70 {
  border-bottom-color: rgb(24 24 27 / 0.7);
}
.border-b-zinc-900\/75 {
  border-bottom-color: rgb(24 24 27 / 0.75);
}
.border-b-zinc-900\/80 {
  border-bottom-color: rgb(24 24 27 / 0.8);
}
.border-b-zinc-900\/85 {
  border-bottom-color: rgb(24 24 27 / 0.85);
}
.border-b-zinc-900\/90 {
  border-bottom-color: rgb(24 24 27 / 0.9);
}
.border-b-zinc-900\/95 {
  border-bottom-color: rgb(24 24 27 / 0.95);
}
.border-b-zinc-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-b-zinc-950\/0 {
  border-bottom-color: rgb(9 9 11 / 0);
}
.border-b-zinc-950\/10 {
  border-bottom-color: rgb(9 9 11 / 0.1);
}
.border-b-zinc-950\/100 {
  border-bottom-color: rgb(9 9 11 / 1);
}
.border-b-zinc-950\/15 {
  border-bottom-color: rgb(9 9 11 / 0.15);
}
.border-b-zinc-950\/20 {
  border-bottom-color: rgb(9 9 11 / 0.2);
}
.border-b-zinc-950\/25 {
  border-bottom-color: rgb(9 9 11 / 0.25);
}
.border-b-zinc-950\/30 {
  border-bottom-color: rgb(9 9 11 / 0.3);
}
.border-b-zinc-950\/35 {
  border-bottom-color: rgb(9 9 11 / 0.35);
}
.border-b-zinc-950\/40 {
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.border-b-zinc-950\/45 {
  border-bottom-color: rgb(9 9 11 / 0.45);
}
.border-b-zinc-950\/5 {
  border-bottom-color: rgb(9 9 11 / 0.05);
}
.border-b-zinc-950\/50 {
  border-bottom-color: rgb(9 9 11 / 0.5);
}
.border-b-zinc-950\/55 {
  border-bottom-color: rgb(9 9 11 / 0.55);
}
.border-b-zinc-950\/60 {
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.border-b-zinc-950\/65 {
  border-bottom-color: rgb(9 9 11 / 0.65);
}
.border-b-zinc-950\/70 {
  border-bottom-color: rgb(9 9 11 / 0.7);
}
.border-b-zinc-950\/75 {
  border-bottom-color: rgb(9 9 11 / 0.75);
}
.border-b-zinc-950\/80 {
  border-bottom-color: rgb(9 9 11 / 0.8);
}
.border-b-zinc-950\/85 {
  border-bottom-color: rgb(9 9 11 / 0.85);
}
.border-b-zinc-950\/90 {
  border-bottom-color: rgb(9 9 11 / 0.9);
}
.border-b-zinc-950\/95 {
  border-bottom-color: rgb(9 9 11 / 0.95);
}
.border-e-amber-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-e-amber-100\/0 {
  border-inline-end-color: rgb(254 243 199 / 0);
}
.border-e-amber-100\/10 {
  border-inline-end-color: rgb(254 243 199 / 0.1);
}
.border-e-amber-100\/100 {
  border-inline-end-color: rgb(254 243 199 / 1);
}
.border-e-amber-100\/15 {
  border-inline-end-color: rgb(254 243 199 / 0.15);
}
.border-e-amber-100\/20 {
  border-inline-end-color: rgb(254 243 199 / 0.2);
}
.border-e-amber-100\/25 {
  border-inline-end-color: rgb(254 243 199 / 0.25);
}
.border-e-amber-100\/30 {
  border-inline-end-color: rgb(254 243 199 / 0.3);
}
.border-e-amber-100\/35 {
  border-inline-end-color: rgb(254 243 199 / 0.35);
}
.border-e-amber-100\/40 {
  border-inline-end-color: rgb(254 243 199 / 0.4);
}
.border-e-amber-100\/45 {
  border-inline-end-color: rgb(254 243 199 / 0.45);
}
.border-e-amber-100\/5 {
  border-inline-end-color: rgb(254 243 199 / 0.05);
}
.border-e-amber-100\/50 {
  border-inline-end-color: rgb(254 243 199 / 0.5);
}
.border-e-amber-100\/55 {
  border-inline-end-color: rgb(254 243 199 / 0.55);
}
.border-e-amber-100\/60 {
  border-inline-end-color: rgb(254 243 199 / 0.6);
}
.border-e-amber-100\/65 {
  border-inline-end-color: rgb(254 243 199 / 0.65);
}
.border-e-amber-100\/70 {
  border-inline-end-color: rgb(254 243 199 / 0.7);
}
.border-e-amber-100\/75 {
  border-inline-end-color: rgb(254 243 199 / 0.75);
}
.border-e-amber-100\/80 {
  border-inline-end-color: rgb(254 243 199 / 0.8);
}
.border-e-amber-100\/85 {
  border-inline-end-color: rgb(254 243 199 / 0.85);
}
.border-e-amber-100\/90 {
  border-inline-end-color: rgb(254 243 199 / 0.9);
}
.border-e-amber-100\/95 {
  border-inline-end-color: rgb(254 243 199 / 0.95);
}
.border-e-amber-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-e-amber-200\/0 {
  border-inline-end-color: rgb(253 230 138 / 0);
}
.border-e-amber-200\/10 {
  border-inline-end-color: rgb(253 230 138 / 0.1);
}
.border-e-amber-200\/100 {
  border-inline-end-color: rgb(253 230 138 / 1);
}
.border-e-amber-200\/15 {
  border-inline-end-color: rgb(253 230 138 / 0.15);
}
.border-e-amber-200\/20 {
  border-inline-end-color: rgb(253 230 138 / 0.2);
}
.border-e-amber-200\/25 {
  border-inline-end-color: rgb(253 230 138 / 0.25);
}
.border-e-amber-200\/30 {
  border-inline-end-color: rgb(253 230 138 / 0.3);
}
.border-e-amber-200\/35 {
  border-inline-end-color: rgb(253 230 138 / 0.35);
}
.border-e-amber-200\/40 {
  border-inline-end-color: rgb(253 230 138 / 0.4);
}
.border-e-amber-200\/45 {
  border-inline-end-color: rgb(253 230 138 / 0.45);
}
.border-e-amber-200\/5 {
  border-inline-end-color: rgb(253 230 138 / 0.05);
}
.border-e-amber-200\/50 {
  border-inline-end-color: rgb(253 230 138 / 0.5);
}
.border-e-amber-200\/55 {
  border-inline-end-color: rgb(253 230 138 / 0.55);
}
.border-e-amber-200\/60 {
  border-inline-end-color: rgb(253 230 138 / 0.6);
}
.border-e-amber-200\/65 {
  border-inline-end-color: rgb(253 230 138 / 0.65);
}
.border-e-amber-200\/70 {
  border-inline-end-color: rgb(253 230 138 / 0.7);
}
.border-e-amber-200\/75 {
  border-inline-end-color: rgb(253 230 138 / 0.75);
}
.border-e-amber-200\/80 {
  border-inline-end-color: rgb(253 230 138 / 0.8);
}
.border-e-amber-200\/85 {
  border-inline-end-color: rgb(253 230 138 / 0.85);
}
.border-e-amber-200\/90 {
  border-inline-end-color: rgb(253 230 138 / 0.9);
}
.border-e-amber-200\/95 {
  border-inline-end-color: rgb(253 230 138 / 0.95);
}
.border-e-amber-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-e-amber-300\/0 {
  border-inline-end-color: rgb(252 211 77 / 0);
}
.border-e-amber-300\/10 {
  border-inline-end-color: rgb(252 211 77 / 0.1);
}
.border-e-amber-300\/100 {
  border-inline-end-color: rgb(252 211 77 / 1);
}
.border-e-amber-300\/15 {
  border-inline-end-color: rgb(252 211 77 / 0.15);
}
.border-e-amber-300\/20 {
  border-inline-end-color: rgb(252 211 77 / 0.2);
}
.border-e-amber-300\/25 {
  border-inline-end-color: rgb(252 211 77 / 0.25);
}
.border-e-amber-300\/30 {
  border-inline-end-color: rgb(252 211 77 / 0.3);
}
.border-e-amber-300\/35 {
  border-inline-end-color: rgb(252 211 77 / 0.35);
}
.border-e-amber-300\/40 {
  border-inline-end-color: rgb(252 211 77 / 0.4);
}
.border-e-amber-300\/45 {
  border-inline-end-color: rgb(252 211 77 / 0.45);
}
.border-e-amber-300\/5 {
  border-inline-end-color: rgb(252 211 77 / 0.05);
}
.border-e-amber-300\/50 {
  border-inline-end-color: rgb(252 211 77 / 0.5);
}
.border-e-amber-300\/55 {
  border-inline-end-color: rgb(252 211 77 / 0.55);
}
.border-e-amber-300\/60 {
  border-inline-end-color: rgb(252 211 77 / 0.6);
}
.border-e-amber-300\/65 {
  border-inline-end-color: rgb(252 211 77 / 0.65);
}
.border-e-amber-300\/70 {
  border-inline-end-color: rgb(252 211 77 / 0.7);
}
.border-e-amber-300\/75 {
  border-inline-end-color: rgb(252 211 77 / 0.75);
}
.border-e-amber-300\/80 {
  border-inline-end-color: rgb(252 211 77 / 0.8);
}
.border-e-amber-300\/85 {
  border-inline-end-color: rgb(252 211 77 / 0.85);
}
.border-e-amber-300\/90 {
  border-inline-end-color: rgb(252 211 77 / 0.9);
}
.border-e-amber-300\/95 {
  border-inline-end-color: rgb(252 211 77 / 0.95);
}
.border-e-amber-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-e-amber-400\/0 {
  border-inline-end-color: rgb(251 191 36 / 0);
}
.border-e-amber-400\/10 {
  border-inline-end-color: rgb(251 191 36 / 0.1);
}
.border-e-amber-400\/100 {
  border-inline-end-color: rgb(251 191 36 / 1);
}
.border-e-amber-400\/15 {
  border-inline-end-color: rgb(251 191 36 / 0.15);
}
.border-e-amber-400\/20 {
  border-inline-end-color: rgb(251 191 36 / 0.2);
}
.border-e-amber-400\/25 {
  border-inline-end-color: rgb(251 191 36 / 0.25);
}
.border-e-amber-400\/30 {
  border-inline-end-color: rgb(251 191 36 / 0.3);
}
.border-e-amber-400\/35 {
  border-inline-end-color: rgb(251 191 36 / 0.35);
}
.border-e-amber-400\/40 {
  border-inline-end-color: rgb(251 191 36 / 0.4);
}
.border-e-amber-400\/45 {
  border-inline-end-color: rgb(251 191 36 / 0.45);
}
.border-e-amber-400\/5 {
  border-inline-end-color: rgb(251 191 36 / 0.05);
}
.border-e-amber-400\/50 {
  border-inline-end-color: rgb(251 191 36 / 0.5);
}
.border-e-amber-400\/55 {
  border-inline-end-color: rgb(251 191 36 / 0.55);
}
.border-e-amber-400\/60 {
  border-inline-end-color: rgb(251 191 36 / 0.6);
}
.border-e-amber-400\/65 {
  border-inline-end-color: rgb(251 191 36 / 0.65);
}
.border-e-amber-400\/70 {
  border-inline-end-color: rgb(251 191 36 / 0.7);
}
.border-e-amber-400\/75 {
  border-inline-end-color: rgb(251 191 36 / 0.75);
}
.border-e-amber-400\/80 {
  border-inline-end-color: rgb(251 191 36 / 0.8);
}
.border-e-amber-400\/85 {
  border-inline-end-color: rgb(251 191 36 / 0.85);
}
.border-e-amber-400\/90 {
  border-inline-end-color: rgb(251 191 36 / 0.9);
}
.border-e-amber-400\/95 {
  border-inline-end-color: rgb(251 191 36 / 0.95);
}
.border-e-amber-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-e-amber-50\/0 {
  border-inline-end-color: rgb(255 251 235 / 0);
}
.border-e-amber-50\/10 {
  border-inline-end-color: rgb(255 251 235 / 0.1);
}
.border-e-amber-50\/100 {
  border-inline-end-color: rgb(255 251 235 / 1);
}
.border-e-amber-50\/15 {
  border-inline-end-color: rgb(255 251 235 / 0.15);
}
.border-e-amber-50\/20 {
  border-inline-end-color: rgb(255 251 235 / 0.2);
}
.border-e-amber-50\/25 {
  border-inline-end-color: rgb(255 251 235 / 0.25);
}
.border-e-amber-50\/30 {
  border-inline-end-color: rgb(255 251 235 / 0.3);
}
.border-e-amber-50\/35 {
  border-inline-end-color: rgb(255 251 235 / 0.35);
}
.border-e-amber-50\/40 {
  border-inline-end-color: rgb(255 251 235 / 0.4);
}
.border-e-amber-50\/45 {
  border-inline-end-color: rgb(255 251 235 / 0.45);
}
.border-e-amber-50\/5 {
  border-inline-end-color: rgb(255 251 235 / 0.05);
}
.border-e-amber-50\/50 {
  border-inline-end-color: rgb(255 251 235 / 0.5);
}
.border-e-amber-50\/55 {
  border-inline-end-color: rgb(255 251 235 / 0.55);
}
.border-e-amber-50\/60 {
  border-inline-end-color: rgb(255 251 235 / 0.6);
}
.border-e-amber-50\/65 {
  border-inline-end-color: rgb(255 251 235 / 0.65);
}
.border-e-amber-50\/70 {
  border-inline-end-color: rgb(255 251 235 / 0.7);
}
.border-e-amber-50\/75 {
  border-inline-end-color: rgb(255 251 235 / 0.75);
}
.border-e-amber-50\/80 {
  border-inline-end-color: rgb(255 251 235 / 0.8);
}
.border-e-amber-50\/85 {
  border-inline-end-color: rgb(255 251 235 / 0.85);
}
.border-e-amber-50\/90 {
  border-inline-end-color: rgb(255 251 235 / 0.9);
}
.border-e-amber-50\/95 {
  border-inline-end-color: rgb(255 251 235 / 0.95);
}
.border-e-amber-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-e-amber-500\/0 {
  border-inline-end-color: rgb(245 158 11 / 0);
}
.border-e-amber-500\/10 {
  border-inline-end-color: rgb(245 158 11 / 0.1);
}
.border-e-amber-500\/100 {
  border-inline-end-color: rgb(245 158 11 / 1);
}
.border-e-amber-500\/15 {
  border-inline-end-color: rgb(245 158 11 / 0.15);
}
.border-e-amber-500\/20 {
  border-inline-end-color: rgb(245 158 11 / 0.2);
}
.border-e-amber-500\/25 {
  border-inline-end-color: rgb(245 158 11 / 0.25);
}
.border-e-amber-500\/30 {
  border-inline-end-color: rgb(245 158 11 / 0.3);
}
.border-e-amber-500\/35 {
  border-inline-end-color: rgb(245 158 11 / 0.35);
}
.border-e-amber-500\/40 {
  border-inline-end-color: rgb(245 158 11 / 0.4);
}
.border-e-amber-500\/45 {
  border-inline-end-color: rgb(245 158 11 / 0.45);
}
.border-e-amber-500\/5 {
  border-inline-end-color: rgb(245 158 11 / 0.05);
}
.border-e-amber-500\/50 {
  border-inline-end-color: rgb(245 158 11 / 0.5);
}
.border-e-amber-500\/55 {
  border-inline-end-color: rgb(245 158 11 / 0.55);
}
.border-e-amber-500\/60 {
  border-inline-end-color: rgb(245 158 11 / 0.6);
}
.border-e-amber-500\/65 {
  border-inline-end-color: rgb(245 158 11 / 0.65);
}
.border-e-amber-500\/70 {
  border-inline-end-color: rgb(245 158 11 / 0.7);
}
.border-e-amber-500\/75 {
  border-inline-end-color: rgb(245 158 11 / 0.75);
}
.border-e-amber-500\/80 {
  border-inline-end-color: rgb(245 158 11 / 0.8);
}
.border-e-amber-500\/85 {
  border-inline-end-color: rgb(245 158 11 / 0.85);
}
.border-e-amber-500\/90 {
  border-inline-end-color: rgb(245 158 11 / 0.9);
}
.border-e-amber-500\/95 {
  border-inline-end-color: rgb(245 158 11 / 0.95);
}
.border-e-amber-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-e-amber-600\/0 {
  border-inline-end-color: rgb(217 119 6 / 0);
}
.border-e-amber-600\/10 {
  border-inline-end-color: rgb(217 119 6 / 0.1);
}
.border-e-amber-600\/100 {
  border-inline-end-color: rgb(217 119 6 / 1);
}
.border-e-amber-600\/15 {
  border-inline-end-color: rgb(217 119 6 / 0.15);
}
.border-e-amber-600\/20 {
  border-inline-end-color: rgb(217 119 6 / 0.2);
}
.border-e-amber-600\/25 {
  border-inline-end-color: rgb(217 119 6 / 0.25);
}
.border-e-amber-600\/30 {
  border-inline-end-color: rgb(217 119 6 / 0.3);
}
.border-e-amber-600\/35 {
  border-inline-end-color: rgb(217 119 6 / 0.35);
}
.border-e-amber-600\/40 {
  border-inline-end-color: rgb(217 119 6 / 0.4);
}
.border-e-amber-600\/45 {
  border-inline-end-color: rgb(217 119 6 / 0.45);
}
.border-e-amber-600\/5 {
  border-inline-end-color: rgb(217 119 6 / 0.05);
}
.border-e-amber-600\/50 {
  border-inline-end-color: rgb(217 119 6 / 0.5);
}
.border-e-amber-600\/55 {
  border-inline-end-color: rgb(217 119 6 / 0.55);
}
.border-e-amber-600\/60 {
  border-inline-end-color: rgb(217 119 6 / 0.6);
}
.border-e-amber-600\/65 {
  border-inline-end-color: rgb(217 119 6 / 0.65);
}
.border-e-amber-600\/70 {
  border-inline-end-color: rgb(217 119 6 / 0.7);
}
.border-e-amber-600\/75 {
  border-inline-end-color: rgb(217 119 6 / 0.75);
}
.border-e-amber-600\/80 {
  border-inline-end-color: rgb(217 119 6 / 0.8);
}
.border-e-amber-600\/85 {
  border-inline-end-color: rgb(217 119 6 / 0.85);
}
.border-e-amber-600\/90 {
  border-inline-end-color: rgb(217 119 6 / 0.9);
}
.border-e-amber-600\/95 {
  border-inline-end-color: rgb(217 119 6 / 0.95);
}
.border-e-amber-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-e-amber-700\/0 {
  border-inline-end-color: rgb(180 83 9 / 0);
}
.border-e-amber-700\/10 {
  border-inline-end-color: rgb(180 83 9 / 0.1);
}
.border-e-amber-700\/100 {
  border-inline-end-color: rgb(180 83 9 / 1);
}
.border-e-amber-700\/15 {
  border-inline-end-color: rgb(180 83 9 / 0.15);
}
.border-e-amber-700\/20 {
  border-inline-end-color: rgb(180 83 9 / 0.2);
}
.border-e-amber-700\/25 {
  border-inline-end-color: rgb(180 83 9 / 0.25);
}
.border-e-amber-700\/30 {
  border-inline-end-color: rgb(180 83 9 / 0.3);
}
.border-e-amber-700\/35 {
  border-inline-end-color: rgb(180 83 9 / 0.35);
}
.border-e-amber-700\/40 {
  border-inline-end-color: rgb(180 83 9 / 0.4);
}
.border-e-amber-700\/45 {
  border-inline-end-color: rgb(180 83 9 / 0.45);
}
.border-e-amber-700\/5 {
  border-inline-end-color: rgb(180 83 9 / 0.05);
}
.border-e-amber-700\/50 {
  border-inline-end-color: rgb(180 83 9 / 0.5);
}
.border-e-amber-700\/55 {
  border-inline-end-color: rgb(180 83 9 / 0.55);
}
.border-e-amber-700\/60 {
  border-inline-end-color: rgb(180 83 9 / 0.6);
}
.border-e-amber-700\/65 {
  border-inline-end-color: rgb(180 83 9 / 0.65);
}
.border-e-amber-700\/70 {
  border-inline-end-color: rgb(180 83 9 / 0.7);
}
.border-e-amber-700\/75 {
  border-inline-end-color: rgb(180 83 9 / 0.75);
}
.border-e-amber-700\/80 {
  border-inline-end-color: rgb(180 83 9 / 0.8);
}
.border-e-amber-700\/85 {
  border-inline-end-color: rgb(180 83 9 / 0.85);
}
.border-e-amber-700\/90 {
  border-inline-end-color: rgb(180 83 9 / 0.9);
}
.border-e-amber-700\/95 {
  border-inline-end-color: rgb(180 83 9 / 0.95);
}
.border-e-amber-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-e-amber-800\/0 {
  border-inline-end-color: rgb(146 64 14 / 0);
}
.border-e-amber-800\/10 {
  border-inline-end-color: rgb(146 64 14 / 0.1);
}
.border-e-amber-800\/100 {
  border-inline-end-color: rgb(146 64 14 / 1);
}
.border-e-amber-800\/15 {
  border-inline-end-color: rgb(146 64 14 / 0.15);
}
.border-e-amber-800\/20 {
  border-inline-end-color: rgb(146 64 14 / 0.2);
}
.border-e-amber-800\/25 {
  border-inline-end-color: rgb(146 64 14 / 0.25);
}
.border-e-amber-800\/30 {
  border-inline-end-color: rgb(146 64 14 / 0.3);
}
.border-e-amber-800\/35 {
  border-inline-end-color: rgb(146 64 14 / 0.35);
}
.border-e-amber-800\/40 {
  border-inline-end-color: rgb(146 64 14 / 0.4);
}
.border-e-amber-800\/45 {
  border-inline-end-color: rgb(146 64 14 / 0.45);
}
.border-e-amber-800\/5 {
  border-inline-end-color: rgb(146 64 14 / 0.05);
}
.border-e-amber-800\/50 {
  border-inline-end-color: rgb(146 64 14 / 0.5);
}
.border-e-amber-800\/55 {
  border-inline-end-color: rgb(146 64 14 / 0.55);
}
.border-e-amber-800\/60 {
  border-inline-end-color: rgb(146 64 14 / 0.6);
}
.border-e-amber-800\/65 {
  border-inline-end-color: rgb(146 64 14 / 0.65);
}
.border-e-amber-800\/70 {
  border-inline-end-color: rgb(146 64 14 / 0.7);
}
.border-e-amber-800\/75 {
  border-inline-end-color: rgb(146 64 14 / 0.75);
}
.border-e-amber-800\/80 {
  border-inline-end-color: rgb(146 64 14 / 0.8);
}
.border-e-amber-800\/85 {
  border-inline-end-color: rgb(146 64 14 / 0.85);
}
.border-e-amber-800\/90 {
  border-inline-end-color: rgb(146 64 14 / 0.9);
}
.border-e-amber-800\/95 {
  border-inline-end-color: rgb(146 64 14 / 0.95);
}
.border-e-amber-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-e-amber-900\/0 {
  border-inline-end-color: rgb(120 53 15 / 0);
}
.border-e-amber-900\/10 {
  border-inline-end-color: rgb(120 53 15 / 0.1);
}
.border-e-amber-900\/100 {
  border-inline-end-color: rgb(120 53 15 / 1);
}
.border-e-amber-900\/15 {
  border-inline-end-color: rgb(120 53 15 / 0.15);
}
.border-e-amber-900\/20 {
  border-inline-end-color: rgb(120 53 15 / 0.2);
}
.border-e-amber-900\/25 {
  border-inline-end-color: rgb(120 53 15 / 0.25);
}
.border-e-amber-900\/30 {
  border-inline-end-color: rgb(120 53 15 / 0.3);
}
.border-e-amber-900\/35 {
  border-inline-end-color: rgb(120 53 15 / 0.35);
}
.border-e-amber-900\/40 {
  border-inline-end-color: rgb(120 53 15 / 0.4);
}
.border-e-amber-900\/45 {
  border-inline-end-color: rgb(120 53 15 / 0.45);
}
.border-e-amber-900\/5 {
  border-inline-end-color: rgb(120 53 15 / 0.05);
}
.border-e-amber-900\/50 {
  border-inline-end-color: rgb(120 53 15 / 0.5);
}
.border-e-amber-900\/55 {
  border-inline-end-color: rgb(120 53 15 / 0.55);
}
.border-e-amber-900\/60 {
  border-inline-end-color: rgb(120 53 15 / 0.6);
}
.border-e-amber-900\/65 {
  border-inline-end-color: rgb(120 53 15 / 0.65);
}
.border-e-amber-900\/70 {
  border-inline-end-color: rgb(120 53 15 / 0.7);
}
.border-e-amber-900\/75 {
  border-inline-end-color: rgb(120 53 15 / 0.75);
}
.border-e-amber-900\/80 {
  border-inline-end-color: rgb(120 53 15 / 0.8);
}
.border-e-amber-900\/85 {
  border-inline-end-color: rgb(120 53 15 / 0.85);
}
.border-e-amber-900\/90 {
  border-inline-end-color: rgb(120 53 15 / 0.9);
}
.border-e-amber-900\/95 {
  border-inline-end-color: rgb(120 53 15 / 0.95);
}
.border-e-amber-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-e-amber-950\/0 {
  border-inline-end-color: rgb(69 26 3 / 0);
}
.border-e-amber-950\/10 {
  border-inline-end-color: rgb(69 26 3 / 0.1);
}
.border-e-amber-950\/100 {
  border-inline-end-color: rgb(69 26 3 / 1);
}
.border-e-amber-950\/15 {
  border-inline-end-color: rgb(69 26 3 / 0.15);
}
.border-e-amber-950\/20 {
  border-inline-end-color: rgb(69 26 3 / 0.2);
}
.border-e-amber-950\/25 {
  border-inline-end-color: rgb(69 26 3 / 0.25);
}
.border-e-amber-950\/30 {
  border-inline-end-color: rgb(69 26 3 / 0.3);
}
.border-e-amber-950\/35 {
  border-inline-end-color: rgb(69 26 3 / 0.35);
}
.border-e-amber-950\/40 {
  border-inline-end-color: rgb(69 26 3 / 0.4);
}
.border-e-amber-950\/45 {
  border-inline-end-color: rgb(69 26 3 / 0.45);
}
.border-e-amber-950\/5 {
  border-inline-end-color: rgb(69 26 3 / 0.05);
}
.border-e-amber-950\/50 {
  border-inline-end-color: rgb(69 26 3 / 0.5);
}
.border-e-amber-950\/55 {
  border-inline-end-color: rgb(69 26 3 / 0.55);
}
.border-e-amber-950\/60 {
  border-inline-end-color: rgb(69 26 3 / 0.6);
}
.border-e-amber-950\/65 {
  border-inline-end-color: rgb(69 26 3 / 0.65);
}
.border-e-amber-950\/70 {
  border-inline-end-color: rgb(69 26 3 / 0.7);
}
.border-e-amber-950\/75 {
  border-inline-end-color: rgb(69 26 3 / 0.75);
}
.border-e-amber-950\/80 {
  border-inline-end-color: rgb(69 26 3 / 0.8);
}
.border-e-amber-950\/85 {
  border-inline-end-color: rgb(69 26 3 / 0.85);
}
.border-e-amber-950\/90 {
  border-inline-end-color: rgb(69 26 3 / 0.9);
}
.border-e-amber-950\/95 {
  border-inline-end-color: rgb(69 26 3 / 0.95);
}
.border-e-black {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-e-black\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-black\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-black\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-black\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-black\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-black\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-black\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-black\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-black\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-black\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-black\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-black\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-black\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-black\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-black\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-black\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-black\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-black\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-black\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-black\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-black\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-blue-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-e-blue-100\/0 {
  border-inline-end-color: rgb(219 234 254 / 0);
}
.border-e-blue-100\/10 {
  border-inline-end-color: rgb(219 234 254 / 0.1);
}
.border-e-blue-100\/100 {
  border-inline-end-color: rgb(219 234 254 / 1);
}
.border-e-blue-100\/15 {
  border-inline-end-color: rgb(219 234 254 / 0.15);
}
.border-e-blue-100\/20 {
  border-inline-end-color: rgb(219 234 254 / 0.2);
}
.border-e-blue-100\/25 {
  border-inline-end-color: rgb(219 234 254 / 0.25);
}
.border-e-blue-100\/30 {
  border-inline-end-color: rgb(219 234 254 / 0.3);
}
.border-e-blue-100\/35 {
  border-inline-end-color: rgb(219 234 254 / 0.35);
}
.border-e-blue-100\/40 {
  border-inline-end-color: rgb(219 234 254 / 0.4);
}
.border-e-blue-100\/45 {
  border-inline-end-color: rgb(219 234 254 / 0.45);
}
.border-e-blue-100\/5 {
  border-inline-end-color: rgb(219 234 254 / 0.05);
}
.border-e-blue-100\/50 {
  border-inline-end-color: rgb(219 234 254 / 0.5);
}
.border-e-blue-100\/55 {
  border-inline-end-color: rgb(219 234 254 / 0.55);
}
.border-e-blue-100\/60 {
  border-inline-end-color: rgb(219 234 254 / 0.6);
}
.border-e-blue-100\/65 {
  border-inline-end-color: rgb(219 234 254 / 0.65);
}
.border-e-blue-100\/70 {
  border-inline-end-color: rgb(219 234 254 / 0.7);
}
.border-e-blue-100\/75 {
  border-inline-end-color: rgb(219 234 254 / 0.75);
}
.border-e-blue-100\/80 {
  border-inline-end-color: rgb(219 234 254 / 0.8);
}
.border-e-blue-100\/85 {
  border-inline-end-color: rgb(219 234 254 / 0.85);
}
.border-e-blue-100\/90 {
  border-inline-end-color: rgb(219 234 254 / 0.9);
}
.border-e-blue-100\/95 {
  border-inline-end-color: rgb(219 234 254 / 0.95);
}
.border-e-blue-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-e-blue-200\/0 {
  border-inline-end-color: rgb(191 219 254 / 0);
}
.border-e-blue-200\/10 {
  border-inline-end-color: rgb(191 219 254 / 0.1);
}
.border-e-blue-200\/100 {
  border-inline-end-color: rgb(191 219 254 / 1);
}
.border-e-blue-200\/15 {
  border-inline-end-color: rgb(191 219 254 / 0.15);
}
.border-e-blue-200\/20 {
  border-inline-end-color: rgb(191 219 254 / 0.2);
}
.border-e-blue-200\/25 {
  border-inline-end-color: rgb(191 219 254 / 0.25);
}
.border-e-blue-200\/30 {
  border-inline-end-color: rgb(191 219 254 / 0.3);
}
.border-e-blue-200\/35 {
  border-inline-end-color: rgb(191 219 254 / 0.35);
}
.border-e-blue-200\/40 {
  border-inline-end-color: rgb(191 219 254 / 0.4);
}
.border-e-blue-200\/45 {
  border-inline-end-color: rgb(191 219 254 / 0.45);
}
.border-e-blue-200\/5 {
  border-inline-end-color: rgb(191 219 254 / 0.05);
}
.border-e-blue-200\/50 {
  border-inline-end-color: rgb(191 219 254 / 0.5);
}
.border-e-blue-200\/55 {
  border-inline-end-color: rgb(191 219 254 / 0.55);
}
.border-e-blue-200\/60 {
  border-inline-end-color: rgb(191 219 254 / 0.6);
}
.border-e-blue-200\/65 {
  border-inline-end-color: rgb(191 219 254 / 0.65);
}
.border-e-blue-200\/70 {
  border-inline-end-color: rgb(191 219 254 / 0.7);
}
.border-e-blue-200\/75 {
  border-inline-end-color: rgb(191 219 254 / 0.75);
}
.border-e-blue-200\/80 {
  border-inline-end-color: rgb(191 219 254 / 0.8);
}
.border-e-blue-200\/85 {
  border-inline-end-color: rgb(191 219 254 / 0.85);
}
.border-e-blue-200\/90 {
  border-inline-end-color: rgb(191 219 254 / 0.9);
}
.border-e-blue-200\/95 {
  border-inline-end-color: rgb(191 219 254 / 0.95);
}
.border-e-blue-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-e-blue-300\/0 {
  border-inline-end-color: rgb(147 197 253 / 0);
}
.border-e-blue-300\/10 {
  border-inline-end-color: rgb(147 197 253 / 0.1);
}
.border-e-blue-300\/100 {
  border-inline-end-color: rgb(147 197 253 / 1);
}
.border-e-blue-300\/15 {
  border-inline-end-color: rgb(147 197 253 / 0.15);
}
.border-e-blue-300\/20 {
  border-inline-end-color: rgb(147 197 253 / 0.2);
}
.border-e-blue-300\/25 {
  border-inline-end-color: rgb(147 197 253 / 0.25);
}
.border-e-blue-300\/30 {
  border-inline-end-color: rgb(147 197 253 / 0.3);
}
.border-e-blue-300\/35 {
  border-inline-end-color: rgb(147 197 253 / 0.35);
}
.border-e-blue-300\/40 {
  border-inline-end-color: rgb(147 197 253 / 0.4);
}
.border-e-blue-300\/45 {
  border-inline-end-color: rgb(147 197 253 / 0.45);
}
.border-e-blue-300\/5 {
  border-inline-end-color: rgb(147 197 253 / 0.05);
}
.border-e-blue-300\/50 {
  border-inline-end-color: rgb(147 197 253 / 0.5);
}
.border-e-blue-300\/55 {
  border-inline-end-color: rgb(147 197 253 / 0.55);
}
.border-e-blue-300\/60 {
  border-inline-end-color: rgb(147 197 253 / 0.6);
}
.border-e-blue-300\/65 {
  border-inline-end-color: rgb(147 197 253 / 0.65);
}
.border-e-blue-300\/70 {
  border-inline-end-color: rgb(147 197 253 / 0.7);
}
.border-e-blue-300\/75 {
  border-inline-end-color: rgb(147 197 253 / 0.75);
}
.border-e-blue-300\/80 {
  border-inline-end-color: rgb(147 197 253 / 0.8);
}
.border-e-blue-300\/85 {
  border-inline-end-color: rgb(147 197 253 / 0.85);
}
.border-e-blue-300\/90 {
  border-inline-end-color: rgb(147 197 253 / 0.9);
}
.border-e-blue-300\/95 {
  border-inline-end-color: rgb(147 197 253 / 0.95);
}
.border-e-blue-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-e-blue-400\/0 {
  border-inline-end-color: rgb(96 165 250 / 0);
}
.border-e-blue-400\/10 {
  border-inline-end-color: rgb(96 165 250 / 0.1);
}
.border-e-blue-400\/100 {
  border-inline-end-color: rgb(96 165 250 / 1);
}
.border-e-blue-400\/15 {
  border-inline-end-color: rgb(96 165 250 / 0.15);
}
.border-e-blue-400\/20 {
  border-inline-end-color: rgb(96 165 250 / 0.2);
}
.border-e-blue-400\/25 {
  border-inline-end-color: rgb(96 165 250 / 0.25);
}
.border-e-blue-400\/30 {
  border-inline-end-color: rgb(96 165 250 / 0.3);
}
.border-e-blue-400\/35 {
  border-inline-end-color: rgb(96 165 250 / 0.35);
}
.border-e-blue-400\/40 {
  border-inline-end-color: rgb(96 165 250 / 0.4);
}
.border-e-blue-400\/45 {
  border-inline-end-color: rgb(96 165 250 / 0.45);
}
.border-e-blue-400\/5 {
  border-inline-end-color: rgb(96 165 250 / 0.05);
}
.border-e-blue-400\/50 {
  border-inline-end-color: rgb(96 165 250 / 0.5);
}
.border-e-blue-400\/55 {
  border-inline-end-color: rgb(96 165 250 / 0.55);
}
.border-e-blue-400\/60 {
  border-inline-end-color: rgb(96 165 250 / 0.6);
}
.border-e-blue-400\/65 {
  border-inline-end-color: rgb(96 165 250 / 0.65);
}
.border-e-blue-400\/70 {
  border-inline-end-color: rgb(96 165 250 / 0.7);
}
.border-e-blue-400\/75 {
  border-inline-end-color: rgb(96 165 250 / 0.75);
}
.border-e-blue-400\/80 {
  border-inline-end-color: rgb(96 165 250 / 0.8);
}
.border-e-blue-400\/85 {
  border-inline-end-color: rgb(96 165 250 / 0.85);
}
.border-e-blue-400\/90 {
  border-inline-end-color: rgb(96 165 250 / 0.9);
}
.border-e-blue-400\/95 {
  border-inline-end-color: rgb(96 165 250 / 0.95);
}
.border-e-blue-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-e-blue-50\/0 {
  border-inline-end-color: rgb(239 246 255 / 0);
}
.border-e-blue-50\/10 {
  border-inline-end-color: rgb(239 246 255 / 0.1);
}
.border-e-blue-50\/100 {
  border-inline-end-color: rgb(239 246 255 / 1);
}
.border-e-blue-50\/15 {
  border-inline-end-color: rgb(239 246 255 / 0.15);
}
.border-e-blue-50\/20 {
  border-inline-end-color: rgb(239 246 255 / 0.2);
}
.border-e-blue-50\/25 {
  border-inline-end-color: rgb(239 246 255 / 0.25);
}
.border-e-blue-50\/30 {
  border-inline-end-color: rgb(239 246 255 / 0.3);
}
.border-e-blue-50\/35 {
  border-inline-end-color: rgb(239 246 255 / 0.35);
}
.border-e-blue-50\/40 {
  border-inline-end-color: rgb(239 246 255 / 0.4);
}
.border-e-blue-50\/45 {
  border-inline-end-color: rgb(239 246 255 / 0.45);
}
.border-e-blue-50\/5 {
  border-inline-end-color: rgb(239 246 255 / 0.05);
}
.border-e-blue-50\/50 {
  border-inline-end-color: rgb(239 246 255 / 0.5);
}
.border-e-blue-50\/55 {
  border-inline-end-color: rgb(239 246 255 / 0.55);
}
.border-e-blue-50\/60 {
  border-inline-end-color: rgb(239 246 255 / 0.6);
}
.border-e-blue-50\/65 {
  border-inline-end-color: rgb(239 246 255 / 0.65);
}
.border-e-blue-50\/70 {
  border-inline-end-color: rgb(239 246 255 / 0.7);
}
.border-e-blue-50\/75 {
  border-inline-end-color: rgb(239 246 255 / 0.75);
}
.border-e-blue-50\/80 {
  border-inline-end-color: rgb(239 246 255 / 0.8);
}
.border-e-blue-50\/85 {
  border-inline-end-color: rgb(239 246 255 / 0.85);
}
.border-e-blue-50\/90 {
  border-inline-end-color: rgb(239 246 255 / 0.9);
}
.border-e-blue-50\/95 {
  border-inline-end-color: rgb(239 246 255 / 0.95);
}
.border-e-blue-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-e-blue-500\/0 {
  border-inline-end-color: rgb(59 130 246 / 0);
}
.border-e-blue-500\/10 {
  border-inline-end-color: rgb(59 130 246 / 0.1);
}
.border-e-blue-500\/100 {
  border-inline-end-color: rgb(59 130 246 / 1);
}
.border-e-blue-500\/15 {
  border-inline-end-color: rgb(59 130 246 / 0.15);
}
.border-e-blue-500\/20 {
  border-inline-end-color: rgb(59 130 246 / 0.2);
}
.border-e-blue-500\/25 {
  border-inline-end-color: rgb(59 130 246 / 0.25);
}
.border-e-blue-500\/30 {
  border-inline-end-color: rgb(59 130 246 / 0.3);
}
.border-e-blue-500\/35 {
  border-inline-end-color: rgb(59 130 246 / 0.35);
}
.border-e-blue-500\/40 {
  border-inline-end-color: rgb(59 130 246 / 0.4);
}
.border-e-blue-500\/45 {
  border-inline-end-color: rgb(59 130 246 / 0.45);
}
.border-e-blue-500\/5 {
  border-inline-end-color: rgb(59 130 246 / 0.05);
}
.border-e-blue-500\/50 {
  border-inline-end-color: rgb(59 130 246 / 0.5);
}
.border-e-blue-500\/55 {
  border-inline-end-color: rgb(59 130 246 / 0.55);
}
.border-e-blue-500\/60 {
  border-inline-end-color: rgb(59 130 246 / 0.6);
}
.border-e-blue-500\/65 {
  border-inline-end-color: rgb(59 130 246 / 0.65);
}
.border-e-blue-500\/70 {
  border-inline-end-color: rgb(59 130 246 / 0.7);
}
.border-e-blue-500\/75 {
  border-inline-end-color: rgb(59 130 246 / 0.75);
}
.border-e-blue-500\/80 {
  border-inline-end-color: rgb(59 130 246 / 0.8);
}
.border-e-blue-500\/85 {
  border-inline-end-color: rgb(59 130 246 / 0.85);
}
.border-e-blue-500\/90 {
  border-inline-end-color: rgb(59 130 246 / 0.9);
}
.border-e-blue-500\/95 {
  border-inline-end-color: rgb(59 130 246 / 0.95);
}
.border-e-blue-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-e-blue-600\/0 {
  border-inline-end-color: rgb(37 99 235 / 0);
}
.border-e-blue-600\/10 {
  border-inline-end-color: rgb(37 99 235 / 0.1);
}
.border-e-blue-600\/100 {
  border-inline-end-color: rgb(37 99 235 / 1);
}
.border-e-blue-600\/15 {
  border-inline-end-color: rgb(37 99 235 / 0.15);
}
.border-e-blue-600\/20 {
  border-inline-end-color: rgb(37 99 235 / 0.2);
}
.border-e-blue-600\/25 {
  border-inline-end-color: rgb(37 99 235 / 0.25);
}
.border-e-blue-600\/30 {
  border-inline-end-color: rgb(37 99 235 / 0.3);
}
.border-e-blue-600\/35 {
  border-inline-end-color: rgb(37 99 235 / 0.35);
}
.border-e-blue-600\/40 {
  border-inline-end-color: rgb(37 99 235 / 0.4);
}
.border-e-blue-600\/45 {
  border-inline-end-color: rgb(37 99 235 / 0.45);
}
.border-e-blue-600\/5 {
  border-inline-end-color: rgb(37 99 235 / 0.05);
}
.border-e-blue-600\/50 {
  border-inline-end-color: rgb(37 99 235 / 0.5);
}
.border-e-blue-600\/55 {
  border-inline-end-color: rgb(37 99 235 / 0.55);
}
.border-e-blue-600\/60 {
  border-inline-end-color: rgb(37 99 235 / 0.6);
}
.border-e-blue-600\/65 {
  border-inline-end-color: rgb(37 99 235 / 0.65);
}
.border-e-blue-600\/70 {
  border-inline-end-color: rgb(37 99 235 / 0.7);
}
.border-e-blue-600\/75 {
  border-inline-end-color: rgb(37 99 235 / 0.75);
}
.border-e-blue-600\/80 {
  border-inline-end-color: rgb(37 99 235 / 0.8);
}
.border-e-blue-600\/85 {
  border-inline-end-color: rgb(37 99 235 / 0.85);
}
.border-e-blue-600\/90 {
  border-inline-end-color: rgb(37 99 235 / 0.9);
}
.border-e-blue-600\/95 {
  border-inline-end-color: rgb(37 99 235 / 0.95);
}
.border-e-blue-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-e-blue-700\/0 {
  border-inline-end-color: rgb(29 78 216 / 0);
}
.border-e-blue-700\/10 {
  border-inline-end-color: rgb(29 78 216 / 0.1);
}
.border-e-blue-700\/100 {
  border-inline-end-color: rgb(29 78 216 / 1);
}
.border-e-blue-700\/15 {
  border-inline-end-color: rgb(29 78 216 / 0.15);
}
.border-e-blue-700\/20 {
  border-inline-end-color: rgb(29 78 216 / 0.2);
}
.border-e-blue-700\/25 {
  border-inline-end-color: rgb(29 78 216 / 0.25);
}
.border-e-blue-700\/30 {
  border-inline-end-color: rgb(29 78 216 / 0.3);
}
.border-e-blue-700\/35 {
  border-inline-end-color: rgb(29 78 216 / 0.35);
}
.border-e-blue-700\/40 {
  border-inline-end-color: rgb(29 78 216 / 0.4);
}
.border-e-blue-700\/45 {
  border-inline-end-color: rgb(29 78 216 / 0.45);
}
.border-e-blue-700\/5 {
  border-inline-end-color: rgb(29 78 216 / 0.05);
}
.border-e-blue-700\/50 {
  border-inline-end-color: rgb(29 78 216 / 0.5);
}
.border-e-blue-700\/55 {
  border-inline-end-color: rgb(29 78 216 / 0.55);
}
.border-e-blue-700\/60 {
  border-inline-end-color: rgb(29 78 216 / 0.6);
}
.border-e-blue-700\/65 {
  border-inline-end-color: rgb(29 78 216 / 0.65);
}
.border-e-blue-700\/70 {
  border-inline-end-color: rgb(29 78 216 / 0.7);
}
.border-e-blue-700\/75 {
  border-inline-end-color: rgb(29 78 216 / 0.75);
}
.border-e-blue-700\/80 {
  border-inline-end-color: rgb(29 78 216 / 0.8);
}
.border-e-blue-700\/85 {
  border-inline-end-color: rgb(29 78 216 / 0.85);
}
.border-e-blue-700\/90 {
  border-inline-end-color: rgb(29 78 216 / 0.9);
}
.border-e-blue-700\/95 {
  border-inline-end-color: rgb(29 78 216 / 0.95);
}
.border-e-blue-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-e-blue-800\/0 {
  border-inline-end-color: rgb(30 64 175 / 0);
}
.border-e-blue-800\/10 {
  border-inline-end-color: rgb(30 64 175 / 0.1);
}
.border-e-blue-800\/100 {
  border-inline-end-color: rgb(30 64 175 / 1);
}
.border-e-blue-800\/15 {
  border-inline-end-color: rgb(30 64 175 / 0.15);
}
.border-e-blue-800\/20 {
  border-inline-end-color: rgb(30 64 175 / 0.2);
}
.border-e-blue-800\/25 {
  border-inline-end-color: rgb(30 64 175 / 0.25);
}
.border-e-blue-800\/30 {
  border-inline-end-color: rgb(30 64 175 / 0.3);
}
.border-e-blue-800\/35 {
  border-inline-end-color: rgb(30 64 175 / 0.35);
}
.border-e-blue-800\/40 {
  border-inline-end-color: rgb(30 64 175 / 0.4);
}
.border-e-blue-800\/45 {
  border-inline-end-color: rgb(30 64 175 / 0.45);
}
.border-e-blue-800\/5 {
  border-inline-end-color: rgb(30 64 175 / 0.05);
}
.border-e-blue-800\/50 {
  border-inline-end-color: rgb(30 64 175 / 0.5);
}
.border-e-blue-800\/55 {
  border-inline-end-color: rgb(30 64 175 / 0.55);
}
.border-e-blue-800\/60 {
  border-inline-end-color: rgb(30 64 175 / 0.6);
}
.border-e-blue-800\/65 {
  border-inline-end-color: rgb(30 64 175 / 0.65);
}
.border-e-blue-800\/70 {
  border-inline-end-color: rgb(30 64 175 / 0.7);
}
.border-e-blue-800\/75 {
  border-inline-end-color: rgb(30 64 175 / 0.75);
}
.border-e-blue-800\/80 {
  border-inline-end-color: rgb(30 64 175 / 0.8);
}
.border-e-blue-800\/85 {
  border-inline-end-color: rgb(30 64 175 / 0.85);
}
.border-e-blue-800\/90 {
  border-inline-end-color: rgb(30 64 175 / 0.9);
}
.border-e-blue-800\/95 {
  border-inline-end-color: rgb(30 64 175 / 0.95);
}
.border-e-blue-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-e-blue-900\/0 {
  border-inline-end-color: rgb(30 58 138 / 0);
}
.border-e-blue-900\/10 {
  border-inline-end-color: rgb(30 58 138 / 0.1);
}
.border-e-blue-900\/100 {
  border-inline-end-color: rgb(30 58 138 / 1);
}
.border-e-blue-900\/15 {
  border-inline-end-color: rgb(30 58 138 / 0.15);
}
.border-e-blue-900\/20 {
  border-inline-end-color: rgb(30 58 138 / 0.2);
}
.border-e-blue-900\/25 {
  border-inline-end-color: rgb(30 58 138 / 0.25);
}
.border-e-blue-900\/30 {
  border-inline-end-color: rgb(30 58 138 / 0.3);
}
.border-e-blue-900\/35 {
  border-inline-end-color: rgb(30 58 138 / 0.35);
}
.border-e-blue-900\/40 {
  border-inline-end-color: rgb(30 58 138 / 0.4);
}
.border-e-blue-900\/45 {
  border-inline-end-color: rgb(30 58 138 / 0.45);
}
.border-e-blue-900\/5 {
  border-inline-end-color: rgb(30 58 138 / 0.05);
}
.border-e-blue-900\/50 {
  border-inline-end-color: rgb(30 58 138 / 0.5);
}
.border-e-blue-900\/55 {
  border-inline-end-color: rgb(30 58 138 / 0.55);
}
.border-e-blue-900\/60 {
  border-inline-end-color: rgb(30 58 138 / 0.6);
}
.border-e-blue-900\/65 {
  border-inline-end-color: rgb(30 58 138 / 0.65);
}
.border-e-blue-900\/70 {
  border-inline-end-color: rgb(30 58 138 / 0.7);
}
.border-e-blue-900\/75 {
  border-inline-end-color: rgb(30 58 138 / 0.75);
}
.border-e-blue-900\/80 {
  border-inline-end-color: rgb(30 58 138 / 0.8);
}
.border-e-blue-900\/85 {
  border-inline-end-color: rgb(30 58 138 / 0.85);
}
.border-e-blue-900\/90 {
  border-inline-end-color: rgb(30 58 138 / 0.9);
}
.border-e-blue-900\/95 {
  border-inline-end-color: rgb(30 58 138 / 0.95);
}
.border-e-blue-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-e-blue-950\/0 {
  border-inline-end-color: rgb(23 37 84 / 0);
}
.border-e-blue-950\/10 {
  border-inline-end-color: rgb(23 37 84 / 0.1);
}
.border-e-blue-950\/100 {
  border-inline-end-color: rgb(23 37 84 / 1);
}
.border-e-blue-950\/15 {
  border-inline-end-color: rgb(23 37 84 / 0.15);
}
.border-e-blue-950\/20 {
  border-inline-end-color: rgb(23 37 84 / 0.2);
}
.border-e-blue-950\/25 {
  border-inline-end-color: rgb(23 37 84 / 0.25);
}
.border-e-blue-950\/30 {
  border-inline-end-color: rgb(23 37 84 / 0.3);
}
.border-e-blue-950\/35 {
  border-inline-end-color: rgb(23 37 84 / 0.35);
}
.border-e-blue-950\/40 {
  border-inline-end-color: rgb(23 37 84 / 0.4);
}
.border-e-blue-950\/45 {
  border-inline-end-color: rgb(23 37 84 / 0.45);
}
.border-e-blue-950\/5 {
  border-inline-end-color: rgb(23 37 84 / 0.05);
}
.border-e-blue-950\/50 {
  border-inline-end-color: rgb(23 37 84 / 0.5);
}
.border-e-blue-950\/55 {
  border-inline-end-color: rgb(23 37 84 / 0.55);
}
.border-e-blue-950\/60 {
  border-inline-end-color: rgb(23 37 84 / 0.6);
}
.border-e-blue-950\/65 {
  border-inline-end-color: rgb(23 37 84 / 0.65);
}
.border-e-blue-950\/70 {
  border-inline-end-color: rgb(23 37 84 / 0.7);
}
.border-e-blue-950\/75 {
  border-inline-end-color: rgb(23 37 84 / 0.75);
}
.border-e-blue-950\/80 {
  border-inline-end-color: rgb(23 37 84 / 0.8);
}
.border-e-blue-950\/85 {
  border-inline-end-color: rgb(23 37 84 / 0.85);
}
.border-e-blue-950\/90 {
  border-inline-end-color: rgb(23 37 84 / 0.9);
}
.border-e-blue-950\/95 {
  border-inline-end-color: rgb(23 37 84 / 0.95);
}
.border-e-current {
  border-inline-end-color: currentColor;
}
.border-e-cyan-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-e-cyan-100\/0 {
  border-inline-end-color: rgb(207 250 254 / 0);
}
.border-e-cyan-100\/10 {
  border-inline-end-color: rgb(207 250 254 / 0.1);
}
.border-e-cyan-100\/100 {
  border-inline-end-color: rgb(207 250 254 / 1);
}
.border-e-cyan-100\/15 {
  border-inline-end-color: rgb(207 250 254 / 0.15);
}
.border-e-cyan-100\/20 {
  border-inline-end-color: rgb(207 250 254 / 0.2);
}
.border-e-cyan-100\/25 {
  border-inline-end-color: rgb(207 250 254 / 0.25);
}
.border-e-cyan-100\/30 {
  border-inline-end-color: rgb(207 250 254 / 0.3);
}
.border-e-cyan-100\/35 {
  border-inline-end-color: rgb(207 250 254 / 0.35);
}
.border-e-cyan-100\/40 {
  border-inline-end-color: rgb(207 250 254 / 0.4);
}
.border-e-cyan-100\/45 {
  border-inline-end-color: rgb(207 250 254 / 0.45);
}
.border-e-cyan-100\/5 {
  border-inline-end-color: rgb(207 250 254 / 0.05);
}
.border-e-cyan-100\/50 {
  border-inline-end-color: rgb(207 250 254 / 0.5);
}
.border-e-cyan-100\/55 {
  border-inline-end-color: rgb(207 250 254 / 0.55);
}
.border-e-cyan-100\/60 {
  border-inline-end-color: rgb(207 250 254 / 0.6);
}
.border-e-cyan-100\/65 {
  border-inline-end-color: rgb(207 250 254 / 0.65);
}
.border-e-cyan-100\/70 {
  border-inline-end-color: rgb(207 250 254 / 0.7);
}
.border-e-cyan-100\/75 {
  border-inline-end-color: rgb(207 250 254 / 0.75);
}
.border-e-cyan-100\/80 {
  border-inline-end-color: rgb(207 250 254 / 0.8);
}
.border-e-cyan-100\/85 {
  border-inline-end-color: rgb(207 250 254 / 0.85);
}
.border-e-cyan-100\/90 {
  border-inline-end-color: rgb(207 250 254 / 0.9);
}
.border-e-cyan-100\/95 {
  border-inline-end-color: rgb(207 250 254 / 0.95);
}
.border-e-cyan-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-e-cyan-200\/0 {
  border-inline-end-color: rgb(165 243 252 / 0);
}
.border-e-cyan-200\/10 {
  border-inline-end-color: rgb(165 243 252 / 0.1);
}
.border-e-cyan-200\/100 {
  border-inline-end-color: rgb(165 243 252 / 1);
}
.border-e-cyan-200\/15 {
  border-inline-end-color: rgb(165 243 252 / 0.15);
}
.border-e-cyan-200\/20 {
  border-inline-end-color: rgb(165 243 252 / 0.2);
}
.border-e-cyan-200\/25 {
  border-inline-end-color: rgb(165 243 252 / 0.25);
}
.border-e-cyan-200\/30 {
  border-inline-end-color: rgb(165 243 252 / 0.3);
}
.border-e-cyan-200\/35 {
  border-inline-end-color: rgb(165 243 252 / 0.35);
}
.border-e-cyan-200\/40 {
  border-inline-end-color: rgb(165 243 252 / 0.4);
}
.border-e-cyan-200\/45 {
  border-inline-end-color: rgb(165 243 252 / 0.45);
}
.border-e-cyan-200\/5 {
  border-inline-end-color: rgb(165 243 252 / 0.05);
}
.border-e-cyan-200\/50 {
  border-inline-end-color: rgb(165 243 252 / 0.5);
}
.border-e-cyan-200\/55 {
  border-inline-end-color: rgb(165 243 252 / 0.55);
}
.border-e-cyan-200\/60 {
  border-inline-end-color: rgb(165 243 252 / 0.6);
}
.border-e-cyan-200\/65 {
  border-inline-end-color: rgb(165 243 252 / 0.65);
}
.border-e-cyan-200\/70 {
  border-inline-end-color: rgb(165 243 252 / 0.7);
}
.border-e-cyan-200\/75 {
  border-inline-end-color: rgb(165 243 252 / 0.75);
}
.border-e-cyan-200\/80 {
  border-inline-end-color: rgb(165 243 252 / 0.8);
}
.border-e-cyan-200\/85 {
  border-inline-end-color: rgb(165 243 252 / 0.85);
}
.border-e-cyan-200\/90 {
  border-inline-end-color: rgb(165 243 252 / 0.9);
}
.border-e-cyan-200\/95 {
  border-inline-end-color: rgb(165 243 252 / 0.95);
}
.border-e-cyan-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-e-cyan-300\/0 {
  border-inline-end-color: rgb(103 232 249 / 0);
}
.border-e-cyan-300\/10 {
  border-inline-end-color: rgb(103 232 249 / 0.1);
}
.border-e-cyan-300\/100 {
  border-inline-end-color: rgb(103 232 249 / 1);
}
.border-e-cyan-300\/15 {
  border-inline-end-color: rgb(103 232 249 / 0.15);
}
.border-e-cyan-300\/20 {
  border-inline-end-color: rgb(103 232 249 / 0.2);
}
.border-e-cyan-300\/25 {
  border-inline-end-color: rgb(103 232 249 / 0.25);
}
.border-e-cyan-300\/30 {
  border-inline-end-color: rgb(103 232 249 / 0.3);
}
.border-e-cyan-300\/35 {
  border-inline-end-color: rgb(103 232 249 / 0.35);
}
.border-e-cyan-300\/40 {
  border-inline-end-color: rgb(103 232 249 / 0.4);
}
.border-e-cyan-300\/45 {
  border-inline-end-color: rgb(103 232 249 / 0.45);
}
.border-e-cyan-300\/5 {
  border-inline-end-color: rgb(103 232 249 / 0.05);
}
.border-e-cyan-300\/50 {
  border-inline-end-color: rgb(103 232 249 / 0.5);
}
.border-e-cyan-300\/55 {
  border-inline-end-color: rgb(103 232 249 / 0.55);
}
.border-e-cyan-300\/60 {
  border-inline-end-color: rgb(103 232 249 / 0.6);
}
.border-e-cyan-300\/65 {
  border-inline-end-color: rgb(103 232 249 / 0.65);
}
.border-e-cyan-300\/70 {
  border-inline-end-color: rgb(103 232 249 / 0.7);
}
.border-e-cyan-300\/75 {
  border-inline-end-color: rgb(103 232 249 / 0.75);
}
.border-e-cyan-300\/80 {
  border-inline-end-color: rgb(103 232 249 / 0.8);
}
.border-e-cyan-300\/85 {
  border-inline-end-color: rgb(103 232 249 / 0.85);
}
.border-e-cyan-300\/90 {
  border-inline-end-color: rgb(103 232 249 / 0.9);
}
.border-e-cyan-300\/95 {
  border-inline-end-color: rgb(103 232 249 / 0.95);
}
.border-e-cyan-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-e-cyan-400\/0 {
  border-inline-end-color: rgb(34 211 238 / 0);
}
.border-e-cyan-400\/10 {
  border-inline-end-color: rgb(34 211 238 / 0.1);
}
.border-e-cyan-400\/100 {
  border-inline-end-color: rgb(34 211 238 / 1);
}
.border-e-cyan-400\/15 {
  border-inline-end-color: rgb(34 211 238 / 0.15);
}
.border-e-cyan-400\/20 {
  border-inline-end-color: rgb(34 211 238 / 0.2);
}
.border-e-cyan-400\/25 {
  border-inline-end-color: rgb(34 211 238 / 0.25);
}
.border-e-cyan-400\/30 {
  border-inline-end-color: rgb(34 211 238 / 0.3);
}
.border-e-cyan-400\/35 {
  border-inline-end-color: rgb(34 211 238 / 0.35);
}
.border-e-cyan-400\/40 {
  border-inline-end-color: rgb(34 211 238 / 0.4);
}
.border-e-cyan-400\/45 {
  border-inline-end-color: rgb(34 211 238 / 0.45);
}
.border-e-cyan-400\/5 {
  border-inline-end-color: rgb(34 211 238 / 0.05);
}
.border-e-cyan-400\/50 {
  border-inline-end-color: rgb(34 211 238 / 0.5);
}
.border-e-cyan-400\/55 {
  border-inline-end-color: rgb(34 211 238 / 0.55);
}
.border-e-cyan-400\/60 {
  border-inline-end-color: rgb(34 211 238 / 0.6);
}
.border-e-cyan-400\/65 {
  border-inline-end-color: rgb(34 211 238 / 0.65);
}
.border-e-cyan-400\/70 {
  border-inline-end-color: rgb(34 211 238 / 0.7);
}
.border-e-cyan-400\/75 {
  border-inline-end-color: rgb(34 211 238 / 0.75);
}
.border-e-cyan-400\/80 {
  border-inline-end-color: rgb(34 211 238 / 0.8);
}
.border-e-cyan-400\/85 {
  border-inline-end-color: rgb(34 211 238 / 0.85);
}
.border-e-cyan-400\/90 {
  border-inline-end-color: rgb(34 211 238 / 0.9);
}
.border-e-cyan-400\/95 {
  border-inline-end-color: rgb(34 211 238 / 0.95);
}
.border-e-cyan-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-e-cyan-50\/0 {
  border-inline-end-color: rgb(236 254 255 / 0);
}
.border-e-cyan-50\/10 {
  border-inline-end-color: rgb(236 254 255 / 0.1);
}
.border-e-cyan-50\/100 {
  border-inline-end-color: rgb(236 254 255 / 1);
}
.border-e-cyan-50\/15 {
  border-inline-end-color: rgb(236 254 255 / 0.15);
}
.border-e-cyan-50\/20 {
  border-inline-end-color: rgb(236 254 255 / 0.2);
}
.border-e-cyan-50\/25 {
  border-inline-end-color: rgb(236 254 255 / 0.25);
}
.border-e-cyan-50\/30 {
  border-inline-end-color: rgb(236 254 255 / 0.3);
}
.border-e-cyan-50\/35 {
  border-inline-end-color: rgb(236 254 255 / 0.35);
}
.border-e-cyan-50\/40 {
  border-inline-end-color: rgb(236 254 255 / 0.4);
}
.border-e-cyan-50\/45 {
  border-inline-end-color: rgb(236 254 255 / 0.45);
}
.border-e-cyan-50\/5 {
  border-inline-end-color: rgb(236 254 255 / 0.05);
}
.border-e-cyan-50\/50 {
  border-inline-end-color: rgb(236 254 255 / 0.5);
}
.border-e-cyan-50\/55 {
  border-inline-end-color: rgb(236 254 255 / 0.55);
}
.border-e-cyan-50\/60 {
  border-inline-end-color: rgb(236 254 255 / 0.6);
}
.border-e-cyan-50\/65 {
  border-inline-end-color: rgb(236 254 255 / 0.65);
}
.border-e-cyan-50\/70 {
  border-inline-end-color: rgb(236 254 255 / 0.7);
}
.border-e-cyan-50\/75 {
  border-inline-end-color: rgb(236 254 255 / 0.75);
}
.border-e-cyan-50\/80 {
  border-inline-end-color: rgb(236 254 255 / 0.8);
}
.border-e-cyan-50\/85 {
  border-inline-end-color: rgb(236 254 255 / 0.85);
}
.border-e-cyan-50\/90 {
  border-inline-end-color: rgb(236 254 255 / 0.9);
}
.border-e-cyan-50\/95 {
  border-inline-end-color: rgb(236 254 255 / 0.95);
}
.border-e-cyan-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-e-cyan-500\/0 {
  border-inline-end-color: rgb(6 182 212 / 0);
}
.border-e-cyan-500\/10 {
  border-inline-end-color: rgb(6 182 212 / 0.1);
}
.border-e-cyan-500\/100 {
  border-inline-end-color: rgb(6 182 212 / 1);
}
.border-e-cyan-500\/15 {
  border-inline-end-color: rgb(6 182 212 / 0.15);
}
.border-e-cyan-500\/20 {
  border-inline-end-color: rgb(6 182 212 / 0.2);
}
.border-e-cyan-500\/25 {
  border-inline-end-color: rgb(6 182 212 / 0.25);
}
.border-e-cyan-500\/30 {
  border-inline-end-color: rgb(6 182 212 / 0.3);
}
.border-e-cyan-500\/35 {
  border-inline-end-color: rgb(6 182 212 / 0.35);
}
.border-e-cyan-500\/40 {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}
.border-e-cyan-500\/45 {
  border-inline-end-color: rgb(6 182 212 / 0.45);
}
.border-e-cyan-500\/5 {
  border-inline-end-color: rgb(6 182 212 / 0.05);
}
.border-e-cyan-500\/50 {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}
.border-e-cyan-500\/55 {
  border-inline-end-color: rgb(6 182 212 / 0.55);
}
.border-e-cyan-500\/60 {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}
.border-e-cyan-500\/65 {
  border-inline-end-color: rgb(6 182 212 / 0.65);
}
.border-e-cyan-500\/70 {
  border-inline-end-color: rgb(6 182 212 / 0.7);
}
.border-e-cyan-500\/75 {
  border-inline-end-color: rgb(6 182 212 / 0.75);
}
.border-e-cyan-500\/80 {
  border-inline-end-color: rgb(6 182 212 / 0.8);
}
.border-e-cyan-500\/85 {
  border-inline-end-color: rgb(6 182 212 / 0.85);
}
.border-e-cyan-500\/90 {
  border-inline-end-color: rgb(6 182 212 / 0.9);
}
.border-e-cyan-500\/95 {
  border-inline-end-color: rgb(6 182 212 / 0.95);
}
.border-e-cyan-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-e-cyan-600\/0 {
  border-inline-end-color: rgb(8 145 178 / 0);
}
.border-e-cyan-600\/10 {
  border-inline-end-color: rgb(8 145 178 / 0.1);
}
.border-e-cyan-600\/100 {
  border-inline-end-color: rgb(8 145 178 / 1);
}
.border-e-cyan-600\/15 {
  border-inline-end-color: rgb(8 145 178 / 0.15);
}
.border-e-cyan-600\/20 {
  border-inline-end-color: rgb(8 145 178 / 0.2);
}
.border-e-cyan-600\/25 {
  border-inline-end-color: rgb(8 145 178 / 0.25);
}
.border-e-cyan-600\/30 {
  border-inline-end-color: rgb(8 145 178 / 0.3);
}
.border-e-cyan-600\/35 {
  border-inline-end-color: rgb(8 145 178 / 0.35);
}
.border-e-cyan-600\/40 {
  border-inline-end-color: rgb(8 145 178 / 0.4);
}
.border-e-cyan-600\/45 {
  border-inline-end-color: rgb(8 145 178 / 0.45);
}
.border-e-cyan-600\/5 {
  border-inline-end-color: rgb(8 145 178 / 0.05);
}
.border-e-cyan-600\/50 {
  border-inline-end-color: rgb(8 145 178 / 0.5);
}
.border-e-cyan-600\/55 {
  border-inline-end-color: rgb(8 145 178 / 0.55);
}
.border-e-cyan-600\/60 {
  border-inline-end-color: rgb(8 145 178 / 0.6);
}
.border-e-cyan-600\/65 {
  border-inline-end-color: rgb(8 145 178 / 0.65);
}
.border-e-cyan-600\/70 {
  border-inline-end-color: rgb(8 145 178 / 0.7);
}
.border-e-cyan-600\/75 {
  border-inline-end-color: rgb(8 145 178 / 0.75);
}
.border-e-cyan-600\/80 {
  border-inline-end-color: rgb(8 145 178 / 0.8);
}
.border-e-cyan-600\/85 {
  border-inline-end-color: rgb(8 145 178 / 0.85);
}
.border-e-cyan-600\/90 {
  border-inline-end-color: rgb(8 145 178 / 0.9);
}
.border-e-cyan-600\/95 {
  border-inline-end-color: rgb(8 145 178 / 0.95);
}
.border-e-cyan-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-e-cyan-700\/0 {
  border-inline-end-color: rgb(14 116 144 / 0);
}
.border-e-cyan-700\/10 {
  border-inline-end-color: rgb(14 116 144 / 0.1);
}
.border-e-cyan-700\/100 {
  border-inline-end-color: rgb(14 116 144 / 1);
}
.border-e-cyan-700\/15 {
  border-inline-end-color: rgb(14 116 144 / 0.15);
}
.border-e-cyan-700\/20 {
  border-inline-end-color: rgb(14 116 144 / 0.2);
}
.border-e-cyan-700\/25 {
  border-inline-end-color: rgb(14 116 144 / 0.25);
}
.border-e-cyan-700\/30 {
  border-inline-end-color: rgb(14 116 144 / 0.3);
}
.border-e-cyan-700\/35 {
  border-inline-end-color: rgb(14 116 144 / 0.35);
}
.border-e-cyan-700\/40 {
  border-inline-end-color: rgb(14 116 144 / 0.4);
}
.border-e-cyan-700\/45 {
  border-inline-end-color: rgb(14 116 144 / 0.45);
}
.border-e-cyan-700\/5 {
  border-inline-end-color: rgb(14 116 144 / 0.05);
}
.border-e-cyan-700\/50 {
  border-inline-end-color: rgb(14 116 144 / 0.5);
}
.border-e-cyan-700\/55 {
  border-inline-end-color: rgb(14 116 144 / 0.55);
}
.border-e-cyan-700\/60 {
  border-inline-end-color: rgb(14 116 144 / 0.6);
}
.border-e-cyan-700\/65 {
  border-inline-end-color: rgb(14 116 144 / 0.65);
}
.border-e-cyan-700\/70 {
  border-inline-end-color: rgb(14 116 144 / 0.7);
}
.border-e-cyan-700\/75 {
  border-inline-end-color: rgb(14 116 144 / 0.75);
}
.border-e-cyan-700\/80 {
  border-inline-end-color: rgb(14 116 144 / 0.8);
}
.border-e-cyan-700\/85 {
  border-inline-end-color: rgb(14 116 144 / 0.85);
}
.border-e-cyan-700\/90 {
  border-inline-end-color: rgb(14 116 144 / 0.9);
}
.border-e-cyan-700\/95 {
  border-inline-end-color: rgb(14 116 144 / 0.95);
}
.border-e-cyan-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-e-cyan-800\/0 {
  border-inline-end-color: rgb(21 94 117 / 0);
}
.border-e-cyan-800\/10 {
  border-inline-end-color: rgb(21 94 117 / 0.1);
}
.border-e-cyan-800\/100 {
  border-inline-end-color: rgb(21 94 117 / 1);
}
.border-e-cyan-800\/15 {
  border-inline-end-color: rgb(21 94 117 / 0.15);
}
.border-e-cyan-800\/20 {
  border-inline-end-color: rgb(21 94 117 / 0.2);
}
.border-e-cyan-800\/25 {
  border-inline-end-color: rgb(21 94 117 / 0.25);
}
.border-e-cyan-800\/30 {
  border-inline-end-color: rgb(21 94 117 / 0.3);
}
.border-e-cyan-800\/35 {
  border-inline-end-color: rgb(21 94 117 / 0.35);
}
.border-e-cyan-800\/40 {
  border-inline-end-color: rgb(21 94 117 / 0.4);
}
.border-e-cyan-800\/45 {
  border-inline-end-color: rgb(21 94 117 / 0.45);
}
.border-e-cyan-800\/5 {
  border-inline-end-color: rgb(21 94 117 / 0.05);
}
.border-e-cyan-800\/50 {
  border-inline-end-color: rgb(21 94 117 / 0.5);
}
.border-e-cyan-800\/55 {
  border-inline-end-color: rgb(21 94 117 / 0.55);
}
.border-e-cyan-800\/60 {
  border-inline-end-color: rgb(21 94 117 / 0.6);
}
.border-e-cyan-800\/65 {
  border-inline-end-color: rgb(21 94 117 / 0.65);
}
.border-e-cyan-800\/70 {
  border-inline-end-color: rgb(21 94 117 / 0.7);
}
.border-e-cyan-800\/75 {
  border-inline-end-color: rgb(21 94 117 / 0.75);
}
.border-e-cyan-800\/80 {
  border-inline-end-color: rgb(21 94 117 / 0.8);
}
.border-e-cyan-800\/85 {
  border-inline-end-color: rgb(21 94 117 / 0.85);
}
.border-e-cyan-800\/90 {
  border-inline-end-color: rgb(21 94 117 / 0.9);
}
.border-e-cyan-800\/95 {
  border-inline-end-color: rgb(21 94 117 / 0.95);
}
.border-e-cyan-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-e-cyan-900\/0 {
  border-inline-end-color: rgb(22 78 99 / 0);
}
.border-e-cyan-900\/10 {
  border-inline-end-color: rgb(22 78 99 / 0.1);
}
.border-e-cyan-900\/100 {
  border-inline-end-color: rgb(22 78 99 / 1);
}
.border-e-cyan-900\/15 {
  border-inline-end-color: rgb(22 78 99 / 0.15);
}
.border-e-cyan-900\/20 {
  border-inline-end-color: rgb(22 78 99 / 0.2);
}
.border-e-cyan-900\/25 {
  border-inline-end-color: rgb(22 78 99 / 0.25);
}
.border-e-cyan-900\/30 {
  border-inline-end-color: rgb(22 78 99 / 0.3);
}
.border-e-cyan-900\/35 {
  border-inline-end-color: rgb(22 78 99 / 0.35);
}
.border-e-cyan-900\/40 {
  border-inline-end-color: rgb(22 78 99 / 0.4);
}
.border-e-cyan-900\/45 {
  border-inline-end-color: rgb(22 78 99 / 0.45);
}
.border-e-cyan-900\/5 {
  border-inline-end-color: rgb(22 78 99 / 0.05);
}
.border-e-cyan-900\/50 {
  border-inline-end-color: rgb(22 78 99 / 0.5);
}
.border-e-cyan-900\/55 {
  border-inline-end-color: rgb(22 78 99 / 0.55);
}
.border-e-cyan-900\/60 {
  border-inline-end-color: rgb(22 78 99 / 0.6);
}
.border-e-cyan-900\/65 {
  border-inline-end-color: rgb(22 78 99 / 0.65);
}
.border-e-cyan-900\/70 {
  border-inline-end-color: rgb(22 78 99 / 0.7);
}
.border-e-cyan-900\/75 {
  border-inline-end-color: rgb(22 78 99 / 0.75);
}
.border-e-cyan-900\/80 {
  border-inline-end-color: rgb(22 78 99 / 0.8);
}
.border-e-cyan-900\/85 {
  border-inline-end-color: rgb(22 78 99 / 0.85);
}
.border-e-cyan-900\/90 {
  border-inline-end-color: rgb(22 78 99 / 0.9);
}
.border-e-cyan-900\/95 {
  border-inline-end-color: rgb(22 78 99 / 0.95);
}
.border-e-cyan-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-e-cyan-950\/0 {
  border-inline-end-color: rgb(8 51 68 / 0);
}
.border-e-cyan-950\/10 {
  border-inline-end-color: rgb(8 51 68 / 0.1);
}
.border-e-cyan-950\/100 {
  border-inline-end-color: rgb(8 51 68 / 1);
}
.border-e-cyan-950\/15 {
  border-inline-end-color: rgb(8 51 68 / 0.15);
}
.border-e-cyan-950\/20 {
  border-inline-end-color: rgb(8 51 68 / 0.2);
}
.border-e-cyan-950\/25 {
  border-inline-end-color: rgb(8 51 68 / 0.25);
}
.border-e-cyan-950\/30 {
  border-inline-end-color: rgb(8 51 68 / 0.3);
}
.border-e-cyan-950\/35 {
  border-inline-end-color: rgb(8 51 68 / 0.35);
}
.border-e-cyan-950\/40 {
  border-inline-end-color: rgb(8 51 68 / 0.4);
}
.border-e-cyan-950\/45 {
  border-inline-end-color: rgb(8 51 68 / 0.45);
}
.border-e-cyan-950\/5 {
  border-inline-end-color: rgb(8 51 68 / 0.05);
}
.border-e-cyan-950\/50 {
  border-inline-end-color: rgb(8 51 68 / 0.5);
}
.border-e-cyan-950\/55 {
  border-inline-end-color: rgb(8 51 68 / 0.55);
}
.border-e-cyan-950\/60 {
  border-inline-end-color: rgb(8 51 68 / 0.6);
}
.border-e-cyan-950\/65 {
  border-inline-end-color: rgb(8 51 68 / 0.65);
}
.border-e-cyan-950\/70 {
  border-inline-end-color: rgb(8 51 68 / 0.7);
}
.border-e-cyan-950\/75 {
  border-inline-end-color: rgb(8 51 68 / 0.75);
}
.border-e-cyan-950\/80 {
  border-inline-end-color: rgb(8 51 68 / 0.8);
}
.border-e-cyan-950\/85 {
  border-inline-end-color: rgb(8 51 68 / 0.85);
}
.border-e-cyan-950\/90 {
  border-inline-end-color: rgb(8 51 68 / 0.9);
}
.border-e-cyan-950\/95 {
  border-inline-end-color: rgb(8 51 68 / 0.95);
}
.border-e-emerald-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-e-emerald-100\/0 {
  border-inline-end-color: rgb(209 250 229 / 0);
}
.border-e-emerald-100\/10 {
  border-inline-end-color: rgb(209 250 229 / 0.1);
}
.border-e-emerald-100\/100 {
  border-inline-end-color: rgb(209 250 229 / 1);
}
.border-e-emerald-100\/15 {
  border-inline-end-color: rgb(209 250 229 / 0.15);
}
.border-e-emerald-100\/20 {
  border-inline-end-color: rgb(209 250 229 / 0.2);
}
.border-e-emerald-100\/25 {
  border-inline-end-color: rgb(209 250 229 / 0.25);
}
.border-e-emerald-100\/30 {
  border-inline-end-color: rgb(209 250 229 / 0.3);
}
.border-e-emerald-100\/35 {
  border-inline-end-color: rgb(209 250 229 / 0.35);
}
.border-e-emerald-100\/40 {
  border-inline-end-color: rgb(209 250 229 / 0.4);
}
.border-e-emerald-100\/45 {
  border-inline-end-color: rgb(209 250 229 / 0.45);
}
.border-e-emerald-100\/5 {
  border-inline-end-color: rgb(209 250 229 / 0.05);
}
.border-e-emerald-100\/50 {
  border-inline-end-color: rgb(209 250 229 / 0.5);
}
.border-e-emerald-100\/55 {
  border-inline-end-color: rgb(209 250 229 / 0.55);
}
.border-e-emerald-100\/60 {
  border-inline-end-color: rgb(209 250 229 / 0.6);
}
.border-e-emerald-100\/65 {
  border-inline-end-color: rgb(209 250 229 / 0.65);
}
.border-e-emerald-100\/70 {
  border-inline-end-color: rgb(209 250 229 / 0.7);
}
.border-e-emerald-100\/75 {
  border-inline-end-color: rgb(209 250 229 / 0.75);
}
.border-e-emerald-100\/80 {
  border-inline-end-color: rgb(209 250 229 / 0.8);
}
.border-e-emerald-100\/85 {
  border-inline-end-color: rgb(209 250 229 / 0.85);
}
.border-e-emerald-100\/90 {
  border-inline-end-color: rgb(209 250 229 / 0.9);
}
.border-e-emerald-100\/95 {
  border-inline-end-color: rgb(209 250 229 / 0.95);
}
.border-e-emerald-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-e-emerald-200\/0 {
  border-inline-end-color: rgb(167 243 208 / 0);
}
.border-e-emerald-200\/10 {
  border-inline-end-color: rgb(167 243 208 / 0.1);
}
.border-e-emerald-200\/100 {
  border-inline-end-color: rgb(167 243 208 / 1);
}
.border-e-emerald-200\/15 {
  border-inline-end-color: rgb(167 243 208 / 0.15);
}
.border-e-emerald-200\/20 {
  border-inline-end-color: rgb(167 243 208 / 0.2);
}
.border-e-emerald-200\/25 {
  border-inline-end-color: rgb(167 243 208 / 0.25);
}
.border-e-emerald-200\/30 {
  border-inline-end-color: rgb(167 243 208 / 0.3);
}
.border-e-emerald-200\/35 {
  border-inline-end-color: rgb(167 243 208 / 0.35);
}
.border-e-emerald-200\/40 {
  border-inline-end-color: rgb(167 243 208 / 0.4);
}
.border-e-emerald-200\/45 {
  border-inline-end-color: rgb(167 243 208 / 0.45);
}
.border-e-emerald-200\/5 {
  border-inline-end-color: rgb(167 243 208 / 0.05);
}
.border-e-emerald-200\/50 {
  border-inline-end-color: rgb(167 243 208 / 0.5);
}
.border-e-emerald-200\/55 {
  border-inline-end-color: rgb(167 243 208 / 0.55);
}
.border-e-emerald-200\/60 {
  border-inline-end-color: rgb(167 243 208 / 0.6);
}
.border-e-emerald-200\/65 {
  border-inline-end-color: rgb(167 243 208 / 0.65);
}
.border-e-emerald-200\/70 {
  border-inline-end-color: rgb(167 243 208 / 0.7);
}
.border-e-emerald-200\/75 {
  border-inline-end-color: rgb(167 243 208 / 0.75);
}
.border-e-emerald-200\/80 {
  border-inline-end-color: rgb(167 243 208 / 0.8);
}
.border-e-emerald-200\/85 {
  border-inline-end-color: rgb(167 243 208 / 0.85);
}
.border-e-emerald-200\/90 {
  border-inline-end-color: rgb(167 243 208 / 0.9);
}
.border-e-emerald-200\/95 {
  border-inline-end-color: rgb(167 243 208 / 0.95);
}
.border-e-emerald-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-e-emerald-300\/0 {
  border-inline-end-color: rgb(110 231 183 / 0);
}
.border-e-emerald-300\/10 {
  border-inline-end-color: rgb(110 231 183 / 0.1);
}
.border-e-emerald-300\/100 {
  border-inline-end-color: rgb(110 231 183 / 1);
}
.border-e-emerald-300\/15 {
  border-inline-end-color: rgb(110 231 183 / 0.15);
}
.border-e-emerald-300\/20 {
  border-inline-end-color: rgb(110 231 183 / 0.2);
}
.border-e-emerald-300\/25 {
  border-inline-end-color: rgb(110 231 183 / 0.25);
}
.border-e-emerald-300\/30 {
  border-inline-end-color: rgb(110 231 183 / 0.3);
}
.border-e-emerald-300\/35 {
  border-inline-end-color: rgb(110 231 183 / 0.35);
}
.border-e-emerald-300\/40 {
  border-inline-end-color: rgb(110 231 183 / 0.4);
}
.border-e-emerald-300\/45 {
  border-inline-end-color: rgb(110 231 183 / 0.45);
}
.border-e-emerald-300\/5 {
  border-inline-end-color: rgb(110 231 183 / 0.05);
}
.border-e-emerald-300\/50 {
  border-inline-end-color: rgb(110 231 183 / 0.5);
}
.border-e-emerald-300\/55 {
  border-inline-end-color: rgb(110 231 183 / 0.55);
}
.border-e-emerald-300\/60 {
  border-inline-end-color: rgb(110 231 183 / 0.6);
}
.border-e-emerald-300\/65 {
  border-inline-end-color: rgb(110 231 183 / 0.65);
}
.border-e-emerald-300\/70 {
  border-inline-end-color: rgb(110 231 183 / 0.7);
}
.border-e-emerald-300\/75 {
  border-inline-end-color: rgb(110 231 183 / 0.75);
}
.border-e-emerald-300\/80 {
  border-inline-end-color: rgb(110 231 183 / 0.8);
}
.border-e-emerald-300\/85 {
  border-inline-end-color: rgb(110 231 183 / 0.85);
}
.border-e-emerald-300\/90 {
  border-inline-end-color: rgb(110 231 183 / 0.9);
}
.border-e-emerald-300\/95 {
  border-inline-end-color: rgb(110 231 183 / 0.95);
}
.border-e-emerald-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-e-emerald-400\/0 {
  border-inline-end-color: rgb(52 211 153 / 0);
}
.border-e-emerald-400\/10 {
  border-inline-end-color: rgb(52 211 153 / 0.1);
}
.border-e-emerald-400\/100 {
  border-inline-end-color: rgb(52 211 153 / 1);
}
.border-e-emerald-400\/15 {
  border-inline-end-color: rgb(52 211 153 / 0.15);
}
.border-e-emerald-400\/20 {
  border-inline-end-color: rgb(52 211 153 / 0.2);
}
.border-e-emerald-400\/25 {
  border-inline-end-color: rgb(52 211 153 / 0.25);
}
.border-e-emerald-400\/30 {
  border-inline-end-color: rgb(52 211 153 / 0.3);
}
.border-e-emerald-400\/35 {
  border-inline-end-color: rgb(52 211 153 / 0.35);
}
.border-e-emerald-400\/40 {
  border-inline-end-color: rgb(52 211 153 / 0.4);
}
.border-e-emerald-400\/45 {
  border-inline-end-color: rgb(52 211 153 / 0.45);
}
.border-e-emerald-400\/5 {
  border-inline-end-color: rgb(52 211 153 / 0.05);
}
.border-e-emerald-400\/50 {
  border-inline-end-color: rgb(52 211 153 / 0.5);
}
.border-e-emerald-400\/55 {
  border-inline-end-color: rgb(52 211 153 / 0.55);
}
.border-e-emerald-400\/60 {
  border-inline-end-color: rgb(52 211 153 / 0.6);
}
.border-e-emerald-400\/65 {
  border-inline-end-color: rgb(52 211 153 / 0.65);
}
.border-e-emerald-400\/70 {
  border-inline-end-color: rgb(52 211 153 / 0.7);
}
.border-e-emerald-400\/75 {
  border-inline-end-color: rgb(52 211 153 / 0.75);
}
.border-e-emerald-400\/80 {
  border-inline-end-color: rgb(52 211 153 / 0.8);
}
.border-e-emerald-400\/85 {
  border-inline-end-color: rgb(52 211 153 / 0.85);
}
.border-e-emerald-400\/90 {
  border-inline-end-color: rgb(52 211 153 / 0.9);
}
.border-e-emerald-400\/95 {
  border-inline-end-color: rgb(52 211 153 / 0.95);
}
.border-e-emerald-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-e-emerald-50\/0 {
  border-inline-end-color: rgb(236 253 245 / 0);
}
.border-e-emerald-50\/10 {
  border-inline-end-color: rgb(236 253 245 / 0.1);
}
.border-e-emerald-50\/100 {
  border-inline-end-color: rgb(236 253 245 / 1);
}
.border-e-emerald-50\/15 {
  border-inline-end-color: rgb(236 253 245 / 0.15);
}
.border-e-emerald-50\/20 {
  border-inline-end-color: rgb(236 253 245 / 0.2);
}
.border-e-emerald-50\/25 {
  border-inline-end-color: rgb(236 253 245 / 0.25);
}
.border-e-emerald-50\/30 {
  border-inline-end-color: rgb(236 253 245 / 0.3);
}
.border-e-emerald-50\/35 {
  border-inline-end-color: rgb(236 253 245 / 0.35);
}
.border-e-emerald-50\/40 {
  border-inline-end-color: rgb(236 253 245 / 0.4);
}
.border-e-emerald-50\/45 {
  border-inline-end-color: rgb(236 253 245 / 0.45);
}
.border-e-emerald-50\/5 {
  border-inline-end-color: rgb(236 253 245 / 0.05);
}
.border-e-emerald-50\/50 {
  border-inline-end-color: rgb(236 253 245 / 0.5);
}
.border-e-emerald-50\/55 {
  border-inline-end-color: rgb(236 253 245 / 0.55);
}
.border-e-emerald-50\/60 {
  border-inline-end-color: rgb(236 253 245 / 0.6);
}
.border-e-emerald-50\/65 {
  border-inline-end-color: rgb(236 253 245 / 0.65);
}
.border-e-emerald-50\/70 {
  border-inline-end-color: rgb(236 253 245 / 0.7);
}
.border-e-emerald-50\/75 {
  border-inline-end-color: rgb(236 253 245 / 0.75);
}
.border-e-emerald-50\/80 {
  border-inline-end-color: rgb(236 253 245 / 0.8);
}
.border-e-emerald-50\/85 {
  border-inline-end-color: rgb(236 253 245 / 0.85);
}
.border-e-emerald-50\/90 {
  border-inline-end-color: rgb(236 253 245 / 0.9);
}
.border-e-emerald-50\/95 {
  border-inline-end-color: rgb(236 253 245 / 0.95);
}
.border-e-emerald-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-e-emerald-500\/0 {
  border-inline-end-color: rgb(16 185 129 / 0);
}
.border-e-emerald-500\/10 {
  border-inline-end-color: rgb(16 185 129 / 0.1);
}
.border-e-emerald-500\/100 {
  border-inline-end-color: rgb(16 185 129 / 1);
}
.border-e-emerald-500\/15 {
  border-inline-end-color: rgb(16 185 129 / 0.15);
}
.border-e-emerald-500\/20 {
  border-inline-end-color: rgb(16 185 129 / 0.2);
}
.border-e-emerald-500\/25 {
  border-inline-end-color: rgb(16 185 129 / 0.25);
}
.border-e-emerald-500\/30 {
  border-inline-end-color: rgb(16 185 129 / 0.3);
}
.border-e-emerald-500\/35 {
  border-inline-end-color: rgb(16 185 129 / 0.35);
}
.border-e-emerald-500\/40 {
  border-inline-end-color: rgb(16 185 129 / 0.4);
}
.border-e-emerald-500\/45 {
  border-inline-end-color: rgb(16 185 129 / 0.45);
}
.border-e-emerald-500\/5 {
  border-inline-end-color: rgb(16 185 129 / 0.05);
}
.border-e-emerald-500\/50 {
  border-inline-end-color: rgb(16 185 129 / 0.5);
}
.border-e-emerald-500\/55 {
  border-inline-end-color: rgb(16 185 129 / 0.55);
}
.border-e-emerald-500\/60 {
  border-inline-end-color: rgb(16 185 129 / 0.6);
}
.border-e-emerald-500\/65 {
  border-inline-end-color: rgb(16 185 129 / 0.65);
}
.border-e-emerald-500\/70 {
  border-inline-end-color: rgb(16 185 129 / 0.7);
}
.border-e-emerald-500\/75 {
  border-inline-end-color: rgb(16 185 129 / 0.75);
}
.border-e-emerald-500\/80 {
  border-inline-end-color: rgb(16 185 129 / 0.8);
}
.border-e-emerald-500\/85 {
  border-inline-end-color: rgb(16 185 129 / 0.85);
}
.border-e-emerald-500\/90 {
  border-inline-end-color: rgb(16 185 129 / 0.9);
}
.border-e-emerald-500\/95 {
  border-inline-end-color: rgb(16 185 129 / 0.95);
}
.border-e-emerald-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-e-emerald-600\/0 {
  border-inline-end-color: rgb(5 150 105 / 0);
}
.border-e-emerald-600\/10 {
  border-inline-end-color: rgb(5 150 105 / 0.1);
}
.border-e-emerald-600\/100 {
  border-inline-end-color: rgb(5 150 105 / 1);
}
.border-e-emerald-600\/15 {
  border-inline-end-color: rgb(5 150 105 / 0.15);
}
.border-e-emerald-600\/20 {
  border-inline-end-color: rgb(5 150 105 / 0.2);
}
.border-e-emerald-600\/25 {
  border-inline-end-color: rgb(5 150 105 / 0.25);
}
.border-e-emerald-600\/30 {
  border-inline-end-color: rgb(5 150 105 / 0.3);
}
.border-e-emerald-600\/35 {
  border-inline-end-color: rgb(5 150 105 / 0.35);
}
.border-e-emerald-600\/40 {
  border-inline-end-color: rgb(5 150 105 / 0.4);
}
.border-e-emerald-600\/45 {
  border-inline-end-color: rgb(5 150 105 / 0.45);
}
.border-e-emerald-600\/5 {
  border-inline-end-color: rgb(5 150 105 / 0.05);
}
.border-e-emerald-600\/50 {
  border-inline-end-color: rgb(5 150 105 / 0.5);
}
.border-e-emerald-600\/55 {
  border-inline-end-color: rgb(5 150 105 / 0.55);
}
.border-e-emerald-600\/60 {
  border-inline-end-color: rgb(5 150 105 / 0.6);
}
.border-e-emerald-600\/65 {
  border-inline-end-color: rgb(5 150 105 / 0.65);
}
.border-e-emerald-600\/70 {
  border-inline-end-color: rgb(5 150 105 / 0.7);
}
.border-e-emerald-600\/75 {
  border-inline-end-color: rgb(5 150 105 / 0.75);
}
.border-e-emerald-600\/80 {
  border-inline-end-color: rgb(5 150 105 / 0.8);
}
.border-e-emerald-600\/85 {
  border-inline-end-color: rgb(5 150 105 / 0.85);
}
.border-e-emerald-600\/90 {
  border-inline-end-color: rgb(5 150 105 / 0.9);
}
.border-e-emerald-600\/95 {
  border-inline-end-color: rgb(5 150 105 / 0.95);
}
.border-e-emerald-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-e-emerald-700\/0 {
  border-inline-end-color: rgb(4 120 87 / 0);
}
.border-e-emerald-700\/10 {
  border-inline-end-color: rgb(4 120 87 / 0.1);
}
.border-e-emerald-700\/100 {
  border-inline-end-color: rgb(4 120 87 / 1);
}
.border-e-emerald-700\/15 {
  border-inline-end-color: rgb(4 120 87 / 0.15);
}
.border-e-emerald-700\/20 {
  border-inline-end-color: rgb(4 120 87 / 0.2);
}
.border-e-emerald-700\/25 {
  border-inline-end-color: rgb(4 120 87 / 0.25);
}
.border-e-emerald-700\/30 {
  border-inline-end-color: rgb(4 120 87 / 0.3);
}
.border-e-emerald-700\/35 {
  border-inline-end-color: rgb(4 120 87 / 0.35);
}
.border-e-emerald-700\/40 {
  border-inline-end-color: rgb(4 120 87 / 0.4);
}
.border-e-emerald-700\/45 {
  border-inline-end-color: rgb(4 120 87 / 0.45);
}
.border-e-emerald-700\/5 {
  border-inline-end-color: rgb(4 120 87 / 0.05);
}
.border-e-emerald-700\/50 {
  border-inline-end-color: rgb(4 120 87 / 0.5);
}
.border-e-emerald-700\/55 {
  border-inline-end-color: rgb(4 120 87 / 0.55);
}
.border-e-emerald-700\/60 {
  border-inline-end-color: rgb(4 120 87 / 0.6);
}
.border-e-emerald-700\/65 {
  border-inline-end-color: rgb(4 120 87 / 0.65);
}
.border-e-emerald-700\/70 {
  border-inline-end-color: rgb(4 120 87 / 0.7);
}
.border-e-emerald-700\/75 {
  border-inline-end-color: rgb(4 120 87 / 0.75);
}
.border-e-emerald-700\/80 {
  border-inline-end-color: rgb(4 120 87 / 0.8);
}
.border-e-emerald-700\/85 {
  border-inline-end-color: rgb(4 120 87 / 0.85);
}
.border-e-emerald-700\/90 {
  border-inline-end-color: rgb(4 120 87 / 0.9);
}
.border-e-emerald-700\/95 {
  border-inline-end-color: rgb(4 120 87 / 0.95);
}
.border-e-emerald-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-e-emerald-800\/0 {
  border-inline-end-color: rgb(6 95 70 / 0);
}
.border-e-emerald-800\/10 {
  border-inline-end-color: rgb(6 95 70 / 0.1);
}
.border-e-emerald-800\/100 {
  border-inline-end-color: rgb(6 95 70 / 1);
}
.border-e-emerald-800\/15 {
  border-inline-end-color: rgb(6 95 70 / 0.15);
}
.border-e-emerald-800\/20 {
  border-inline-end-color: rgb(6 95 70 / 0.2);
}
.border-e-emerald-800\/25 {
  border-inline-end-color: rgb(6 95 70 / 0.25);
}
.border-e-emerald-800\/30 {
  border-inline-end-color: rgb(6 95 70 / 0.3);
}
.border-e-emerald-800\/35 {
  border-inline-end-color: rgb(6 95 70 / 0.35);
}
.border-e-emerald-800\/40 {
  border-inline-end-color: rgb(6 95 70 / 0.4);
}
.border-e-emerald-800\/45 {
  border-inline-end-color: rgb(6 95 70 / 0.45);
}
.border-e-emerald-800\/5 {
  border-inline-end-color: rgb(6 95 70 / 0.05);
}
.border-e-emerald-800\/50 {
  border-inline-end-color: rgb(6 95 70 / 0.5);
}
.border-e-emerald-800\/55 {
  border-inline-end-color: rgb(6 95 70 / 0.55);
}
.border-e-emerald-800\/60 {
  border-inline-end-color: rgb(6 95 70 / 0.6);
}
.border-e-emerald-800\/65 {
  border-inline-end-color: rgb(6 95 70 / 0.65);
}
.border-e-emerald-800\/70 {
  border-inline-end-color: rgb(6 95 70 / 0.7);
}
.border-e-emerald-800\/75 {
  border-inline-end-color: rgb(6 95 70 / 0.75);
}
.border-e-emerald-800\/80 {
  border-inline-end-color: rgb(6 95 70 / 0.8);
}
.border-e-emerald-800\/85 {
  border-inline-end-color: rgb(6 95 70 / 0.85);
}
.border-e-emerald-800\/90 {
  border-inline-end-color: rgb(6 95 70 / 0.9);
}
.border-e-emerald-800\/95 {
  border-inline-end-color: rgb(6 95 70 / 0.95);
}
.border-e-emerald-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-e-emerald-900\/0 {
  border-inline-end-color: rgb(6 78 59 / 0);
}
.border-e-emerald-900\/10 {
  border-inline-end-color: rgb(6 78 59 / 0.1);
}
.border-e-emerald-900\/100 {
  border-inline-end-color: rgb(6 78 59 / 1);
}
.border-e-emerald-900\/15 {
  border-inline-end-color: rgb(6 78 59 / 0.15);
}
.border-e-emerald-900\/20 {
  border-inline-end-color: rgb(6 78 59 / 0.2);
}
.border-e-emerald-900\/25 {
  border-inline-end-color: rgb(6 78 59 / 0.25);
}
.border-e-emerald-900\/30 {
  border-inline-end-color: rgb(6 78 59 / 0.3);
}
.border-e-emerald-900\/35 {
  border-inline-end-color: rgb(6 78 59 / 0.35);
}
.border-e-emerald-900\/40 {
  border-inline-end-color: rgb(6 78 59 / 0.4);
}
.border-e-emerald-900\/45 {
  border-inline-end-color: rgb(6 78 59 / 0.45);
}
.border-e-emerald-900\/5 {
  border-inline-end-color: rgb(6 78 59 / 0.05);
}
.border-e-emerald-900\/50 {
  border-inline-end-color: rgb(6 78 59 / 0.5);
}
.border-e-emerald-900\/55 {
  border-inline-end-color: rgb(6 78 59 / 0.55);
}
.border-e-emerald-900\/60 {
  border-inline-end-color: rgb(6 78 59 / 0.6);
}
.border-e-emerald-900\/65 {
  border-inline-end-color: rgb(6 78 59 / 0.65);
}
.border-e-emerald-900\/70 {
  border-inline-end-color: rgb(6 78 59 / 0.7);
}
.border-e-emerald-900\/75 {
  border-inline-end-color: rgb(6 78 59 / 0.75);
}
.border-e-emerald-900\/80 {
  border-inline-end-color: rgb(6 78 59 / 0.8);
}
.border-e-emerald-900\/85 {
  border-inline-end-color: rgb(6 78 59 / 0.85);
}
.border-e-emerald-900\/90 {
  border-inline-end-color: rgb(6 78 59 / 0.9);
}
.border-e-emerald-900\/95 {
  border-inline-end-color: rgb(6 78 59 / 0.95);
}
.border-e-emerald-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-e-emerald-950\/0 {
  border-inline-end-color: rgb(2 44 34 / 0);
}
.border-e-emerald-950\/10 {
  border-inline-end-color: rgb(2 44 34 / 0.1);
}
.border-e-emerald-950\/100 {
  border-inline-end-color: rgb(2 44 34 / 1);
}
.border-e-emerald-950\/15 {
  border-inline-end-color: rgb(2 44 34 / 0.15);
}
.border-e-emerald-950\/20 {
  border-inline-end-color: rgb(2 44 34 / 0.2);
}
.border-e-emerald-950\/25 {
  border-inline-end-color: rgb(2 44 34 / 0.25);
}
.border-e-emerald-950\/30 {
  border-inline-end-color: rgb(2 44 34 / 0.3);
}
.border-e-emerald-950\/35 {
  border-inline-end-color: rgb(2 44 34 / 0.35);
}
.border-e-emerald-950\/40 {
  border-inline-end-color: rgb(2 44 34 / 0.4);
}
.border-e-emerald-950\/45 {
  border-inline-end-color: rgb(2 44 34 / 0.45);
}
.border-e-emerald-950\/5 {
  border-inline-end-color: rgb(2 44 34 / 0.05);
}
.border-e-emerald-950\/50 {
  border-inline-end-color: rgb(2 44 34 / 0.5);
}
.border-e-emerald-950\/55 {
  border-inline-end-color: rgb(2 44 34 / 0.55);
}
.border-e-emerald-950\/60 {
  border-inline-end-color: rgb(2 44 34 / 0.6);
}
.border-e-emerald-950\/65 {
  border-inline-end-color: rgb(2 44 34 / 0.65);
}
.border-e-emerald-950\/70 {
  border-inline-end-color: rgb(2 44 34 / 0.7);
}
.border-e-emerald-950\/75 {
  border-inline-end-color: rgb(2 44 34 / 0.75);
}
.border-e-emerald-950\/80 {
  border-inline-end-color: rgb(2 44 34 / 0.8);
}
.border-e-emerald-950\/85 {
  border-inline-end-color: rgb(2 44 34 / 0.85);
}
.border-e-emerald-950\/90 {
  border-inline-end-color: rgb(2 44 34 / 0.9);
}
.border-e-emerald-950\/95 {
  border-inline-end-color: rgb(2 44 34 / 0.95);
}
.border-e-fuchsia-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-100\/0 {
  border-inline-end-color: rgb(250 232 255 / 0);
}
.border-e-fuchsia-100\/10 {
  border-inline-end-color: rgb(250 232 255 / 0.1);
}
.border-e-fuchsia-100\/100 {
  border-inline-end-color: rgb(250 232 255 / 1);
}
.border-e-fuchsia-100\/15 {
  border-inline-end-color: rgb(250 232 255 / 0.15);
}
.border-e-fuchsia-100\/20 {
  border-inline-end-color: rgb(250 232 255 / 0.2);
}
.border-e-fuchsia-100\/25 {
  border-inline-end-color: rgb(250 232 255 / 0.25);
}
.border-e-fuchsia-100\/30 {
  border-inline-end-color: rgb(250 232 255 / 0.3);
}
.border-e-fuchsia-100\/35 {
  border-inline-end-color: rgb(250 232 255 / 0.35);
}
.border-e-fuchsia-100\/40 {
  border-inline-end-color: rgb(250 232 255 / 0.4);
}
.border-e-fuchsia-100\/45 {
  border-inline-end-color: rgb(250 232 255 / 0.45);
}
.border-e-fuchsia-100\/5 {
  border-inline-end-color: rgb(250 232 255 / 0.05);
}
.border-e-fuchsia-100\/50 {
  border-inline-end-color: rgb(250 232 255 / 0.5);
}
.border-e-fuchsia-100\/55 {
  border-inline-end-color: rgb(250 232 255 / 0.55);
}
.border-e-fuchsia-100\/60 {
  border-inline-end-color: rgb(250 232 255 / 0.6);
}
.border-e-fuchsia-100\/65 {
  border-inline-end-color: rgb(250 232 255 / 0.65);
}
.border-e-fuchsia-100\/70 {
  border-inline-end-color: rgb(250 232 255 / 0.7);
}
.border-e-fuchsia-100\/75 {
  border-inline-end-color: rgb(250 232 255 / 0.75);
}
.border-e-fuchsia-100\/80 {
  border-inline-end-color: rgb(250 232 255 / 0.8);
}
.border-e-fuchsia-100\/85 {
  border-inline-end-color: rgb(250 232 255 / 0.85);
}
.border-e-fuchsia-100\/90 {
  border-inline-end-color: rgb(250 232 255 / 0.9);
}
.border-e-fuchsia-100\/95 {
  border-inline-end-color: rgb(250 232 255 / 0.95);
}
.border-e-fuchsia-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-200\/0 {
  border-inline-end-color: rgb(245 208 254 / 0);
}
.border-e-fuchsia-200\/10 {
  border-inline-end-color: rgb(245 208 254 / 0.1);
}
.border-e-fuchsia-200\/100 {
  border-inline-end-color: rgb(245 208 254 / 1);
}
.border-e-fuchsia-200\/15 {
  border-inline-end-color: rgb(245 208 254 / 0.15);
}
.border-e-fuchsia-200\/20 {
  border-inline-end-color: rgb(245 208 254 / 0.2);
}
.border-e-fuchsia-200\/25 {
  border-inline-end-color: rgb(245 208 254 / 0.25);
}
.border-e-fuchsia-200\/30 {
  border-inline-end-color: rgb(245 208 254 / 0.3);
}
.border-e-fuchsia-200\/35 {
  border-inline-end-color: rgb(245 208 254 / 0.35);
}
.border-e-fuchsia-200\/40 {
  border-inline-end-color: rgb(245 208 254 / 0.4);
}
.border-e-fuchsia-200\/45 {
  border-inline-end-color: rgb(245 208 254 / 0.45);
}
.border-e-fuchsia-200\/5 {
  border-inline-end-color: rgb(245 208 254 / 0.05);
}
.border-e-fuchsia-200\/50 {
  border-inline-end-color: rgb(245 208 254 / 0.5);
}
.border-e-fuchsia-200\/55 {
  border-inline-end-color: rgb(245 208 254 / 0.55);
}
.border-e-fuchsia-200\/60 {
  border-inline-end-color: rgb(245 208 254 / 0.6);
}
.border-e-fuchsia-200\/65 {
  border-inline-end-color: rgb(245 208 254 / 0.65);
}
.border-e-fuchsia-200\/70 {
  border-inline-end-color: rgb(245 208 254 / 0.7);
}
.border-e-fuchsia-200\/75 {
  border-inline-end-color: rgb(245 208 254 / 0.75);
}
.border-e-fuchsia-200\/80 {
  border-inline-end-color: rgb(245 208 254 / 0.8);
}
.border-e-fuchsia-200\/85 {
  border-inline-end-color: rgb(245 208 254 / 0.85);
}
.border-e-fuchsia-200\/90 {
  border-inline-end-color: rgb(245 208 254 / 0.9);
}
.border-e-fuchsia-200\/95 {
  border-inline-end-color: rgb(245 208 254 / 0.95);
}
.border-e-fuchsia-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-300\/0 {
  border-inline-end-color: rgb(240 171 252 / 0);
}
.border-e-fuchsia-300\/10 {
  border-inline-end-color: rgb(240 171 252 / 0.1);
}
.border-e-fuchsia-300\/100 {
  border-inline-end-color: rgb(240 171 252 / 1);
}
.border-e-fuchsia-300\/15 {
  border-inline-end-color: rgb(240 171 252 / 0.15);
}
.border-e-fuchsia-300\/20 {
  border-inline-end-color: rgb(240 171 252 / 0.2);
}
.border-e-fuchsia-300\/25 {
  border-inline-end-color: rgb(240 171 252 / 0.25);
}
.border-e-fuchsia-300\/30 {
  border-inline-end-color: rgb(240 171 252 / 0.3);
}
.border-e-fuchsia-300\/35 {
  border-inline-end-color: rgb(240 171 252 / 0.35);
}
.border-e-fuchsia-300\/40 {
  border-inline-end-color: rgb(240 171 252 / 0.4);
}
.border-e-fuchsia-300\/45 {
  border-inline-end-color: rgb(240 171 252 / 0.45);
}
.border-e-fuchsia-300\/5 {
  border-inline-end-color: rgb(240 171 252 / 0.05);
}
.border-e-fuchsia-300\/50 {
  border-inline-end-color: rgb(240 171 252 / 0.5);
}
.border-e-fuchsia-300\/55 {
  border-inline-end-color: rgb(240 171 252 / 0.55);
}
.border-e-fuchsia-300\/60 {
  border-inline-end-color: rgb(240 171 252 / 0.6);
}
.border-e-fuchsia-300\/65 {
  border-inline-end-color: rgb(240 171 252 / 0.65);
}
.border-e-fuchsia-300\/70 {
  border-inline-end-color: rgb(240 171 252 / 0.7);
}
.border-e-fuchsia-300\/75 {
  border-inline-end-color: rgb(240 171 252 / 0.75);
}
.border-e-fuchsia-300\/80 {
  border-inline-end-color: rgb(240 171 252 / 0.8);
}
.border-e-fuchsia-300\/85 {
  border-inline-end-color: rgb(240 171 252 / 0.85);
}
.border-e-fuchsia-300\/90 {
  border-inline-end-color: rgb(240 171 252 / 0.9);
}
.border-e-fuchsia-300\/95 {
  border-inline-end-color: rgb(240 171 252 / 0.95);
}
.border-e-fuchsia-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-400\/0 {
  border-inline-end-color: rgb(232 121 249 / 0);
}
.border-e-fuchsia-400\/10 {
  border-inline-end-color: rgb(232 121 249 / 0.1);
}
.border-e-fuchsia-400\/100 {
  border-inline-end-color: rgb(232 121 249 / 1);
}
.border-e-fuchsia-400\/15 {
  border-inline-end-color: rgb(232 121 249 / 0.15);
}
.border-e-fuchsia-400\/20 {
  border-inline-end-color: rgb(232 121 249 / 0.2);
}
.border-e-fuchsia-400\/25 {
  border-inline-end-color: rgb(232 121 249 / 0.25);
}
.border-e-fuchsia-400\/30 {
  border-inline-end-color: rgb(232 121 249 / 0.3);
}
.border-e-fuchsia-400\/35 {
  border-inline-end-color: rgb(232 121 249 / 0.35);
}
.border-e-fuchsia-400\/40 {
  border-inline-end-color: rgb(232 121 249 / 0.4);
}
.border-e-fuchsia-400\/45 {
  border-inline-end-color: rgb(232 121 249 / 0.45);
}
.border-e-fuchsia-400\/5 {
  border-inline-end-color: rgb(232 121 249 / 0.05);
}
.border-e-fuchsia-400\/50 {
  border-inline-end-color: rgb(232 121 249 / 0.5);
}
.border-e-fuchsia-400\/55 {
  border-inline-end-color: rgb(232 121 249 / 0.55);
}
.border-e-fuchsia-400\/60 {
  border-inline-end-color: rgb(232 121 249 / 0.6);
}
.border-e-fuchsia-400\/65 {
  border-inline-end-color: rgb(232 121 249 / 0.65);
}
.border-e-fuchsia-400\/70 {
  border-inline-end-color: rgb(232 121 249 / 0.7);
}
.border-e-fuchsia-400\/75 {
  border-inline-end-color: rgb(232 121 249 / 0.75);
}
.border-e-fuchsia-400\/80 {
  border-inline-end-color: rgb(232 121 249 / 0.8);
}
.border-e-fuchsia-400\/85 {
  border-inline-end-color: rgb(232 121 249 / 0.85);
}
.border-e-fuchsia-400\/90 {
  border-inline-end-color: rgb(232 121 249 / 0.9);
}
.border-e-fuchsia-400\/95 {
  border-inline-end-color: rgb(232 121 249 / 0.95);
}
.border-e-fuchsia-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-50\/0 {
  border-inline-end-color: rgb(253 244 255 / 0);
}
.border-e-fuchsia-50\/10 {
  border-inline-end-color: rgb(253 244 255 / 0.1);
}
.border-e-fuchsia-50\/100 {
  border-inline-end-color: rgb(253 244 255 / 1);
}
.border-e-fuchsia-50\/15 {
  border-inline-end-color: rgb(253 244 255 / 0.15);
}
.border-e-fuchsia-50\/20 {
  border-inline-end-color: rgb(253 244 255 / 0.2);
}
.border-e-fuchsia-50\/25 {
  border-inline-end-color: rgb(253 244 255 / 0.25);
}
.border-e-fuchsia-50\/30 {
  border-inline-end-color: rgb(253 244 255 / 0.3);
}
.border-e-fuchsia-50\/35 {
  border-inline-end-color: rgb(253 244 255 / 0.35);
}
.border-e-fuchsia-50\/40 {
  border-inline-end-color: rgb(253 244 255 / 0.4);
}
.border-e-fuchsia-50\/45 {
  border-inline-end-color: rgb(253 244 255 / 0.45);
}
.border-e-fuchsia-50\/5 {
  border-inline-end-color: rgb(253 244 255 / 0.05);
}
.border-e-fuchsia-50\/50 {
  border-inline-end-color: rgb(253 244 255 / 0.5);
}
.border-e-fuchsia-50\/55 {
  border-inline-end-color: rgb(253 244 255 / 0.55);
}
.border-e-fuchsia-50\/60 {
  border-inline-end-color: rgb(253 244 255 / 0.6);
}
.border-e-fuchsia-50\/65 {
  border-inline-end-color: rgb(253 244 255 / 0.65);
}
.border-e-fuchsia-50\/70 {
  border-inline-end-color: rgb(253 244 255 / 0.7);
}
.border-e-fuchsia-50\/75 {
  border-inline-end-color: rgb(253 244 255 / 0.75);
}
.border-e-fuchsia-50\/80 {
  border-inline-end-color: rgb(253 244 255 / 0.8);
}
.border-e-fuchsia-50\/85 {
  border-inline-end-color: rgb(253 244 255 / 0.85);
}
.border-e-fuchsia-50\/90 {
  border-inline-end-color: rgb(253 244 255 / 0.9);
}
.border-e-fuchsia-50\/95 {
  border-inline-end-color: rgb(253 244 255 / 0.95);
}
.border-e-fuchsia-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-500\/0 {
  border-inline-end-color: rgb(217 70 239 / 0);
}
.border-e-fuchsia-500\/10 {
  border-inline-end-color: rgb(217 70 239 / 0.1);
}
.border-e-fuchsia-500\/100 {
  border-inline-end-color: rgb(217 70 239 / 1);
}
.border-e-fuchsia-500\/15 {
  border-inline-end-color: rgb(217 70 239 / 0.15);
}
.border-e-fuchsia-500\/20 {
  border-inline-end-color: rgb(217 70 239 / 0.2);
}
.border-e-fuchsia-500\/25 {
  border-inline-end-color: rgb(217 70 239 / 0.25);
}
.border-e-fuchsia-500\/30 {
  border-inline-end-color: rgb(217 70 239 / 0.3);
}
.border-e-fuchsia-500\/35 {
  border-inline-end-color: rgb(217 70 239 / 0.35);
}
.border-e-fuchsia-500\/40 {
  border-inline-end-color: rgb(217 70 239 / 0.4);
}
.border-e-fuchsia-500\/45 {
  border-inline-end-color: rgb(217 70 239 / 0.45);
}
.border-e-fuchsia-500\/5 {
  border-inline-end-color: rgb(217 70 239 / 0.05);
}
.border-e-fuchsia-500\/50 {
  border-inline-end-color: rgb(217 70 239 / 0.5);
}
.border-e-fuchsia-500\/55 {
  border-inline-end-color: rgb(217 70 239 / 0.55);
}
.border-e-fuchsia-500\/60 {
  border-inline-end-color: rgb(217 70 239 / 0.6);
}
.border-e-fuchsia-500\/65 {
  border-inline-end-color: rgb(217 70 239 / 0.65);
}
.border-e-fuchsia-500\/70 {
  border-inline-end-color: rgb(217 70 239 / 0.7);
}
.border-e-fuchsia-500\/75 {
  border-inline-end-color: rgb(217 70 239 / 0.75);
}
.border-e-fuchsia-500\/80 {
  border-inline-end-color: rgb(217 70 239 / 0.8);
}
.border-e-fuchsia-500\/85 {
  border-inline-end-color: rgb(217 70 239 / 0.85);
}
.border-e-fuchsia-500\/90 {
  border-inline-end-color: rgb(217 70 239 / 0.9);
}
.border-e-fuchsia-500\/95 {
  border-inline-end-color: rgb(217 70 239 / 0.95);
}
.border-e-fuchsia-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-600\/0 {
  border-inline-end-color: rgb(192 38 211 / 0);
}
.border-e-fuchsia-600\/10 {
  border-inline-end-color: rgb(192 38 211 / 0.1);
}
.border-e-fuchsia-600\/100 {
  border-inline-end-color: rgb(192 38 211 / 1);
}
.border-e-fuchsia-600\/15 {
  border-inline-end-color: rgb(192 38 211 / 0.15);
}
.border-e-fuchsia-600\/20 {
  border-inline-end-color: rgb(192 38 211 / 0.2);
}
.border-e-fuchsia-600\/25 {
  border-inline-end-color: rgb(192 38 211 / 0.25);
}
.border-e-fuchsia-600\/30 {
  border-inline-end-color: rgb(192 38 211 / 0.3);
}
.border-e-fuchsia-600\/35 {
  border-inline-end-color: rgb(192 38 211 / 0.35);
}
.border-e-fuchsia-600\/40 {
  border-inline-end-color: rgb(192 38 211 / 0.4);
}
.border-e-fuchsia-600\/45 {
  border-inline-end-color: rgb(192 38 211 / 0.45);
}
.border-e-fuchsia-600\/5 {
  border-inline-end-color: rgb(192 38 211 / 0.05);
}
.border-e-fuchsia-600\/50 {
  border-inline-end-color: rgb(192 38 211 / 0.5);
}
.border-e-fuchsia-600\/55 {
  border-inline-end-color: rgb(192 38 211 / 0.55);
}
.border-e-fuchsia-600\/60 {
  border-inline-end-color: rgb(192 38 211 / 0.6);
}
.border-e-fuchsia-600\/65 {
  border-inline-end-color: rgb(192 38 211 / 0.65);
}
.border-e-fuchsia-600\/70 {
  border-inline-end-color: rgb(192 38 211 / 0.7);
}
.border-e-fuchsia-600\/75 {
  border-inline-end-color: rgb(192 38 211 / 0.75);
}
.border-e-fuchsia-600\/80 {
  border-inline-end-color: rgb(192 38 211 / 0.8);
}
.border-e-fuchsia-600\/85 {
  border-inline-end-color: rgb(192 38 211 / 0.85);
}
.border-e-fuchsia-600\/90 {
  border-inline-end-color: rgb(192 38 211 / 0.9);
}
.border-e-fuchsia-600\/95 {
  border-inline-end-color: rgb(192 38 211 / 0.95);
}
.border-e-fuchsia-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-700\/0 {
  border-inline-end-color: rgb(162 28 175 / 0);
}
.border-e-fuchsia-700\/10 {
  border-inline-end-color: rgb(162 28 175 / 0.1);
}
.border-e-fuchsia-700\/100 {
  border-inline-end-color: rgb(162 28 175 / 1);
}
.border-e-fuchsia-700\/15 {
  border-inline-end-color: rgb(162 28 175 / 0.15);
}
.border-e-fuchsia-700\/20 {
  border-inline-end-color: rgb(162 28 175 / 0.2);
}
.border-e-fuchsia-700\/25 {
  border-inline-end-color: rgb(162 28 175 / 0.25);
}
.border-e-fuchsia-700\/30 {
  border-inline-end-color: rgb(162 28 175 / 0.3);
}
.border-e-fuchsia-700\/35 {
  border-inline-end-color: rgb(162 28 175 / 0.35);
}
.border-e-fuchsia-700\/40 {
  border-inline-end-color: rgb(162 28 175 / 0.4);
}
.border-e-fuchsia-700\/45 {
  border-inline-end-color: rgb(162 28 175 / 0.45);
}
.border-e-fuchsia-700\/5 {
  border-inline-end-color: rgb(162 28 175 / 0.05);
}
.border-e-fuchsia-700\/50 {
  border-inline-end-color: rgb(162 28 175 / 0.5);
}
.border-e-fuchsia-700\/55 {
  border-inline-end-color: rgb(162 28 175 / 0.55);
}
.border-e-fuchsia-700\/60 {
  border-inline-end-color: rgb(162 28 175 / 0.6);
}
.border-e-fuchsia-700\/65 {
  border-inline-end-color: rgb(162 28 175 / 0.65);
}
.border-e-fuchsia-700\/70 {
  border-inline-end-color: rgb(162 28 175 / 0.7);
}
.border-e-fuchsia-700\/75 {
  border-inline-end-color: rgb(162 28 175 / 0.75);
}
.border-e-fuchsia-700\/80 {
  border-inline-end-color: rgb(162 28 175 / 0.8);
}
.border-e-fuchsia-700\/85 {
  border-inline-end-color: rgb(162 28 175 / 0.85);
}
.border-e-fuchsia-700\/90 {
  border-inline-end-color: rgb(162 28 175 / 0.9);
}
.border-e-fuchsia-700\/95 {
  border-inline-end-color: rgb(162 28 175 / 0.95);
}
.border-e-fuchsia-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-800\/0 {
  border-inline-end-color: rgb(134 25 143 / 0);
}
.border-e-fuchsia-800\/10 {
  border-inline-end-color: rgb(134 25 143 / 0.1);
}
.border-e-fuchsia-800\/100 {
  border-inline-end-color: rgb(134 25 143 / 1);
}
.border-e-fuchsia-800\/15 {
  border-inline-end-color: rgb(134 25 143 / 0.15);
}
.border-e-fuchsia-800\/20 {
  border-inline-end-color: rgb(134 25 143 / 0.2);
}
.border-e-fuchsia-800\/25 {
  border-inline-end-color: rgb(134 25 143 / 0.25);
}
.border-e-fuchsia-800\/30 {
  border-inline-end-color: rgb(134 25 143 / 0.3);
}
.border-e-fuchsia-800\/35 {
  border-inline-end-color: rgb(134 25 143 / 0.35);
}
.border-e-fuchsia-800\/40 {
  border-inline-end-color: rgb(134 25 143 / 0.4);
}
.border-e-fuchsia-800\/45 {
  border-inline-end-color: rgb(134 25 143 / 0.45);
}
.border-e-fuchsia-800\/5 {
  border-inline-end-color: rgb(134 25 143 / 0.05);
}
.border-e-fuchsia-800\/50 {
  border-inline-end-color: rgb(134 25 143 / 0.5);
}
.border-e-fuchsia-800\/55 {
  border-inline-end-color: rgb(134 25 143 / 0.55);
}
.border-e-fuchsia-800\/60 {
  border-inline-end-color: rgb(134 25 143 / 0.6);
}
.border-e-fuchsia-800\/65 {
  border-inline-end-color: rgb(134 25 143 / 0.65);
}
.border-e-fuchsia-800\/70 {
  border-inline-end-color: rgb(134 25 143 / 0.7);
}
.border-e-fuchsia-800\/75 {
  border-inline-end-color: rgb(134 25 143 / 0.75);
}
.border-e-fuchsia-800\/80 {
  border-inline-end-color: rgb(134 25 143 / 0.8);
}
.border-e-fuchsia-800\/85 {
  border-inline-end-color: rgb(134 25 143 / 0.85);
}
.border-e-fuchsia-800\/90 {
  border-inline-end-color: rgb(134 25 143 / 0.9);
}
.border-e-fuchsia-800\/95 {
  border-inline-end-color: rgb(134 25 143 / 0.95);
}
.border-e-fuchsia-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-900\/0 {
  border-inline-end-color: rgb(112 26 117 / 0);
}
.border-e-fuchsia-900\/10 {
  border-inline-end-color: rgb(112 26 117 / 0.1);
}
.border-e-fuchsia-900\/100 {
  border-inline-end-color: rgb(112 26 117 / 1);
}
.border-e-fuchsia-900\/15 {
  border-inline-end-color: rgb(112 26 117 / 0.15);
}
.border-e-fuchsia-900\/20 {
  border-inline-end-color: rgb(112 26 117 / 0.2);
}
.border-e-fuchsia-900\/25 {
  border-inline-end-color: rgb(112 26 117 / 0.25);
}
.border-e-fuchsia-900\/30 {
  border-inline-end-color: rgb(112 26 117 / 0.3);
}
.border-e-fuchsia-900\/35 {
  border-inline-end-color: rgb(112 26 117 / 0.35);
}
.border-e-fuchsia-900\/40 {
  border-inline-end-color: rgb(112 26 117 / 0.4);
}
.border-e-fuchsia-900\/45 {
  border-inline-end-color: rgb(112 26 117 / 0.45);
}
.border-e-fuchsia-900\/5 {
  border-inline-end-color: rgb(112 26 117 / 0.05);
}
.border-e-fuchsia-900\/50 {
  border-inline-end-color: rgb(112 26 117 / 0.5);
}
.border-e-fuchsia-900\/55 {
  border-inline-end-color: rgb(112 26 117 / 0.55);
}
.border-e-fuchsia-900\/60 {
  border-inline-end-color: rgb(112 26 117 / 0.6);
}
.border-e-fuchsia-900\/65 {
  border-inline-end-color: rgb(112 26 117 / 0.65);
}
.border-e-fuchsia-900\/70 {
  border-inline-end-color: rgb(112 26 117 / 0.7);
}
.border-e-fuchsia-900\/75 {
  border-inline-end-color: rgb(112 26 117 / 0.75);
}
.border-e-fuchsia-900\/80 {
  border-inline-end-color: rgb(112 26 117 / 0.8);
}
.border-e-fuchsia-900\/85 {
  border-inline-end-color: rgb(112 26 117 / 0.85);
}
.border-e-fuchsia-900\/90 {
  border-inline-end-color: rgb(112 26 117 / 0.9);
}
.border-e-fuchsia-900\/95 {
  border-inline-end-color: rgb(112 26 117 / 0.95);
}
.border-e-fuchsia-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-e-fuchsia-950\/0 {
  border-inline-end-color: rgb(74 4 78 / 0);
}
.border-e-fuchsia-950\/10 {
  border-inline-end-color: rgb(74 4 78 / 0.1);
}
.border-e-fuchsia-950\/100 {
  border-inline-end-color: rgb(74 4 78 / 1);
}
.border-e-fuchsia-950\/15 {
  border-inline-end-color: rgb(74 4 78 / 0.15);
}
.border-e-fuchsia-950\/20 {
  border-inline-end-color: rgb(74 4 78 / 0.2);
}
.border-e-fuchsia-950\/25 {
  border-inline-end-color: rgb(74 4 78 / 0.25);
}
.border-e-fuchsia-950\/30 {
  border-inline-end-color: rgb(74 4 78 / 0.3);
}
.border-e-fuchsia-950\/35 {
  border-inline-end-color: rgb(74 4 78 / 0.35);
}
.border-e-fuchsia-950\/40 {
  border-inline-end-color: rgb(74 4 78 / 0.4);
}
.border-e-fuchsia-950\/45 {
  border-inline-end-color: rgb(74 4 78 / 0.45);
}
.border-e-fuchsia-950\/5 {
  border-inline-end-color: rgb(74 4 78 / 0.05);
}
.border-e-fuchsia-950\/50 {
  border-inline-end-color: rgb(74 4 78 / 0.5);
}
.border-e-fuchsia-950\/55 {
  border-inline-end-color: rgb(74 4 78 / 0.55);
}
.border-e-fuchsia-950\/60 {
  border-inline-end-color: rgb(74 4 78 / 0.6);
}
.border-e-fuchsia-950\/65 {
  border-inline-end-color: rgb(74 4 78 / 0.65);
}
.border-e-fuchsia-950\/70 {
  border-inline-end-color: rgb(74 4 78 / 0.7);
}
.border-e-fuchsia-950\/75 {
  border-inline-end-color: rgb(74 4 78 / 0.75);
}
.border-e-fuchsia-950\/80 {
  border-inline-end-color: rgb(74 4 78 / 0.8);
}
.border-e-fuchsia-950\/85 {
  border-inline-end-color: rgb(74 4 78 / 0.85);
}
.border-e-fuchsia-950\/90 {
  border-inline-end-color: rgb(74 4 78 / 0.9);
}
.border-e-fuchsia-950\/95 {
  border-inline-end-color: rgb(74 4 78 / 0.95);
}
.border-e-gray-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-e-gray-100\/0 {
  border-inline-end-color: rgb(243 244 246 / 0);
}
.border-e-gray-100\/10 {
  border-inline-end-color: rgb(243 244 246 / 0.1);
}
.border-e-gray-100\/100 {
  border-inline-end-color: rgb(243 244 246 / 1);
}
.border-e-gray-100\/15 {
  border-inline-end-color: rgb(243 244 246 / 0.15);
}
.border-e-gray-100\/20 {
  border-inline-end-color: rgb(243 244 246 / 0.2);
}
.border-e-gray-100\/25 {
  border-inline-end-color: rgb(243 244 246 / 0.25);
}
.border-e-gray-100\/30 {
  border-inline-end-color: rgb(243 244 246 / 0.3);
}
.border-e-gray-100\/35 {
  border-inline-end-color: rgb(243 244 246 / 0.35);
}
.border-e-gray-100\/40 {
  border-inline-end-color: rgb(243 244 246 / 0.4);
}
.border-e-gray-100\/45 {
  border-inline-end-color: rgb(243 244 246 / 0.45);
}
.border-e-gray-100\/5 {
  border-inline-end-color: rgb(243 244 246 / 0.05);
}
.border-e-gray-100\/50 {
  border-inline-end-color: rgb(243 244 246 / 0.5);
}
.border-e-gray-100\/55 {
  border-inline-end-color: rgb(243 244 246 / 0.55);
}
.border-e-gray-100\/60 {
  border-inline-end-color: rgb(243 244 246 / 0.6);
}
.border-e-gray-100\/65 {
  border-inline-end-color: rgb(243 244 246 / 0.65);
}
.border-e-gray-100\/70 {
  border-inline-end-color: rgb(243 244 246 / 0.7);
}
.border-e-gray-100\/75 {
  border-inline-end-color: rgb(243 244 246 / 0.75);
}
.border-e-gray-100\/80 {
  border-inline-end-color: rgb(243 244 246 / 0.8);
}
.border-e-gray-100\/85 {
  border-inline-end-color: rgb(243 244 246 / 0.85);
}
.border-e-gray-100\/90 {
  border-inline-end-color: rgb(243 244 246 / 0.9);
}
.border-e-gray-100\/95 {
  border-inline-end-color: rgb(243 244 246 / 0.95);
}
.border-e-gray-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-e-gray-200\/0 {
  border-inline-end-color: rgb(229 231 235 / 0);
}
.border-e-gray-200\/10 {
  border-inline-end-color: rgb(229 231 235 / 0.1);
}
.border-e-gray-200\/100 {
  border-inline-end-color: rgb(229 231 235 / 1);
}
.border-e-gray-200\/15 {
  border-inline-end-color: rgb(229 231 235 / 0.15);
}
.border-e-gray-200\/20 {
  border-inline-end-color: rgb(229 231 235 / 0.2);
}
.border-e-gray-200\/25 {
  border-inline-end-color: rgb(229 231 235 / 0.25);
}
.border-e-gray-200\/30 {
  border-inline-end-color: rgb(229 231 235 / 0.3);
}
.border-e-gray-200\/35 {
  border-inline-end-color: rgb(229 231 235 / 0.35);
}
.border-e-gray-200\/40 {
  border-inline-end-color: rgb(229 231 235 / 0.4);
}
.border-e-gray-200\/45 {
  border-inline-end-color: rgb(229 231 235 / 0.45);
}
.border-e-gray-200\/5 {
  border-inline-end-color: rgb(229 231 235 / 0.05);
}
.border-e-gray-200\/50 {
  border-inline-end-color: rgb(229 231 235 / 0.5);
}
.border-e-gray-200\/55 {
  border-inline-end-color: rgb(229 231 235 / 0.55);
}
.border-e-gray-200\/60 {
  border-inline-end-color: rgb(229 231 235 / 0.6);
}
.border-e-gray-200\/65 {
  border-inline-end-color: rgb(229 231 235 / 0.65);
}
.border-e-gray-200\/70 {
  border-inline-end-color: rgb(229 231 235 / 0.7);
}
.border-e-gray-200\/75 {
  border-inline-end-color: rgb(229 231 235 / 0.75);
}
.border-e-gray-200\/80 {
  border-inline-end-color: rgb(229 231 235 / 0.8);
}
.border-e-gray-200\/85 {
  border-inline-end-color: rgb(229 231 235 / 0.85);
}
.border-e-gray-200\/90 {
  border-inline-end-color: rgb(229 231 235 / 0.9);
}
.border-e-gray-200\/95 {
  border-inline-end-color: rgb(229 231 235 / 0.95);
}
.border-e-gray-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-e-gray-300\/0 {
  border-inline-end-color: rgb(209 213 219 / 0);
}
.border-e-gray-300\/10 {
  border-inline-end-color: rgb(209 213 219 / 0.1);
}
.border-e-gray-300\/100 {
  border-inline-end-color: rgb(209 213 219 / 1);
}
.border-e-gray-300\/15 {
  border-inline-end-color: rgb(209 213 219 / 0.15);
}
.border-e-gray-300\/20 {
  border-inline-end-color: rgb(209 213 219 / 0.2);
}
.border-e-gray-300\/25 {
  border-inline-end-color: rgb(209 213 219 / 0.25);
}
.border-e-gray-300\/30 {
  border-inline-end-color: rgb(209 213 219 / 0.3);
}
.border-e-gray-300\/35 {
  border-inline-end-color: rgb(209 213 219 / 0.35);
}
.border-e-gray-300\/40 {
  border-inline-end-color: rgb(209 213 219 / 0.4);
}
.border-e-gray-300\/45 {
  border-inline-end-color: rgb(209 213 219 / 0.45);
}
.border-e-gray-300\/5 {
  border-inline-end-color: rgb(209 213 219 / 0.05);
}
.border-e-gray-300\/50 {
  border-inline-end-color: rgb(209 213 219 / 0.5);
}
.border-e-gray-300\/55 {
  border-inline-end-color: rgb(209 213 219 / 0.55);
}
.border-e-gray-300\/60 {
  border-inline-end-color: rgb(209 213 219 / 0.6);
}
.border-e-gray-300\/65 {
  border-inline-end-color: rgb(209 213 219 / 0.65);
}
.border-e-gray-300\/70 {
  border-inline-end-color: rgb(209 213 219 / 0.7);
}
.border-e-gray-300\/75 {
  border-inline-end-color: rgb(209 213 219 / 0.75);
}
.border-e-gray-300\/80 {
  border-inline-end-color: rgb(209 213 219 / 0.8);
}
.border-e-gray-300\/85 {
  border-inline-end-color: rgb(209 213 219 / 0.85);
}
.border-e-gray-300\/90 {
  border-inline-end-color: rgb(209 213 219 / 0.9);
}
.border-e-gray-300\/95 {
  border-inline-end-color: rgb(209 213 219 / 0.95);
}
.border-e-gray-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-e-gray-400\/0 {
  border-inline-end-color: rgb(156 163 175 / 0);
}
.border-e-gray-400\/10 {
  border-inline-end-color: rgb(156 163 175 / 0.1);
}
.border-e-gray-400\/100 {
  border-inline-end-color: rgb(156 163 175 / 1);
}
.border-e-gray-400\/15 {
  border-inline-end-color: rgb(156 163 175 / 0.15);
}
.border-e-gray-400\/20 {
  border-inline-end-color: rgb(156 163 175 / 0.2);
}
.border-e-gray-400\/25 {
  border-inline-end-color: rgb(156 163 175 / 0.25);
}
.border-e-gray-400\/30 {
  border-inline-end-color: rgb(156 163 175 / 0.3);
}
.border-e-gray-400\/35 {
  border-inline-end-color: rgb(156 163 175 / 0.35);
}
.border-e-gray-400\/40 {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.border-e-gray-400\/45 {
  border-inline-end-color: rgb(156 163 175 / 0.45);
}
.border-e-gray-400\/5 {
  border-inline-end-color: rgb(156 163 175 / 0.05);
}
.border-e-gray-400\/50 {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.border-e-gray-400\/55 {
  border-inline-end-color: rgb(156 163 175 / 0.55);
}
.border-e-gray-400\/60 {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.border-e-gray-400\/65 {
  border-inline-end-color: rgb(156 163 175 / 0.65);
}
.border-e-gray-400\/70 {
  border-inline-end-color: rgb(156 163 175 / 0.7);
}
.border-e-gray-400\/75 {
  border-inline-end-color: rgb(156 163 175 / 0.75);
}
.border-e-gray-400\/80 {
  border-inline-end-color: rgb(156 163 175 / 0.8);
}
.border-e-gray-400\/85 {
  border-inline-end-color: rgb(156 163 175 / 0.85);
}
.border-e-gray-400\/90 {
  border-inline-end-color: rgb(156 163 175 / 0.9);
}
.border-e-gray-400\/95 {
  border-inline-end-color: rgb(156 163 175 / 0.95);
}
.border-e-gray-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-e-gray-50\/0 {
  border-inline-end-color: rgb(249 250 251 / 0);
}
.border-e-gray-50\/10 {
  border-inline-end-color: rgb(249 250 251 / 0.1);
}
.border-e-gray-50\/100 {
  border-inline-end-color: rgb(249 250 251 / 1);
}
.border-e-gray-50\/15 {
  border-inline-end-color: rgb(249 250 251 / 0.15);
}
.border-e-gray-50\/20 {
  border-inline-end-color: rgb(249 250 251 / 0.2);
}
.border-e-gray-50\/25 {
  border-inline-end-color: rgb(249 250 251 / 0.25);
}
.border-e-gray-50\/30 {
  border-inline-end-color: rgb(249 250 251 / 0.3);
}
.border-e-gray-50\/35 {
  border-inline-end-color: rgb(249 250 251 / 0.35);
}
.border-e-gray-50\/40 {
  border-inline-end-color: rgb(249 250 251 / 0.4);
}
.border-e-gray-50\/45 {
  border-inline-end-color: rgb(249 250 251 / 0.45);
}
.border-e-gray-50\/5 {
  border-inline-end-color: rgb(249 250 251 / 0.05);
}
.border-e-gray-50\/50 {
  border-inline-end-color: rgb(249 250 251 / 0.5);
}
.border-e-gray-50\/55 {
  border-inline-end-color: rgb(249 250 251 / 0.55);
}
.border-e-gray-50\/60 {
  border-inline-end-color: rgb(249 250 251 / 0.6);
}
.border-e-gray-50\/65 {
  border-inline-end-color: rgb(249 250 251 / 0.65);
}
.border-e-gray-50\/70 {
  border-inline-end-color: rgb(249 250 251 / 0.7);
}
.border-e-gray-50\/75 {
  border-inline-end-color: rgb(249 250 251 / 0.75);
}
.border-e-gray-50\/80 {
  border-inline-end-color: rgb(249 250 251 / 0.8);
}
.border-e-gray-50\/85 {
  border-inline-end-color: rgb(249 250 251 / 0.85);
}
.border-e-gray-50\/90 {
  border-inline-end-color: rgb(249 250 251 / 0.9);
}
.border-e-gray-50\/95 {
  border-inline-end-color: rgb(249 250 251 / 0.95);
}
.border-e-gray-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-e-gray-500\/0 {
  border-inline-end-color: rgb(107 114 128 / 0);
}
.border-e-gray-500\/10 {
  border-inline-end-color: rgb(107 114 128 / 0.1);
}
.border-e-gray-500\/100 {
  border-inline-end-color: rgb(107 114 128 / 1);
}
.border-e-gray-500\/15 {
  border-inline-end-color: rgb(107 114 128 / 0.15);
}
.border-e-gray-500\/20 {
  border-inline-end-color: rgb(107 114 128 / 0.2);
}
.border-e-gray-500\/25 {
  border-inline-end-color: rgb(107 114 128 / 0.25);
}
.border-e-gray-500\/30 {
  border-inline-end-color: rgb(107 114 128 / 0.3);
}
.border-e-gray-500\/35 {
  border-inline-end-color: rgb(107 114 128 / 0.35);
}
.border-e-gray-500\/40 {
  border-inline-end-color: rgb(107 114 128 / 0.4);
}
.border-e-gray-500\/45 {
  border-inline-end-color: rgb(107 114 128 / 0.45);
}
.border-e-gray-500\/5 {
  border-inline-end-color: rgb(107 114 128 / 0.05);
}
.border-e-gray-500\/50 {
  border-inline-end-color: rgb(107 114 128 / 0.5);
}
.border-e-gray-500\/55 {
  border-inline-end-color: rgb(107 114 128 / 0.55);
}
.border-e-gray-500\/60 {
  border-inline-end-color: rgb(107 114 128 / 0.6);
}
.border-e-gray-500\/65 {
  border-inline-end-color: rgb(107 114 128 / 0.65);
}
.border-e-gray-500\/70 {
  border-inline-end-color: rgb(107 114 128 / 0.7);
}
.border-e-gray-500\/75 {
  border-inline-end-color: rgb(107 114 128 / 0.75);
}
.border-e-gray-500\/80 {
  border-inline-end-color: rgb(107 114 128 / 0.8);
}
.border-e-gray-500\/85 {
  border-inline-end-color: rgb(107 114 128 / 0.85);
}
.border-e-gray-500\/90 {
  border-inline-end-color: rgb(107 114 128 / 0.9);
}
.border-e-gray-500\/95 {
  border-inline-end-color: rgb(107 114 128 / 0.95);
}
.border-e-gray-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-e-gray-600\/0 {
  border-inline-end-color: rgb(75 85 99 / 0);
}
.border-e-gray-600\/10 {
  border-inline-end-color: rgb(75 85 99 / 0.1);
}
.border-e-gray-600\/100 {
  border-inline-end-color: rgb(75 85 99 / 1);
}
.border-e-gray-600\/15 {
  border-inline-end-color: rgb(75 85 99 / 0.15);
}
.border-e-gray-600\/20 {
  border-inline-end-color: rgb(75 85 99 / 0.2);
}
.border-e-gray-600\/25 {
  border-inline-end-color: rgb(75 85 99 / 0.25);
}
.border-e-gray-600\/30 {
  border-inline-end-color: rgb(75 85 99 / 0.3);
}
.border-e-gray-600\/35 {
  border-inline-end-color: rgb(75 85 99 / 0.35);
}
.border-e-gray-600\/40 {
  border-inline-end-color: rgb(75 85 99 / 0.4);
}
.border-e-gray-600\/45 {
  border-inline-end-color: rgb(75 85 99 / 0.45);
}
.border-e-gray-600\/5 {
  border-inline-end-color: rgb(75 85 99 / 0.05);
}
.border-e-gray-600\/50 {
  border-inline-end-color: rgb(75 85 99 / 0.5);
}
.border-e-gray-600\/55 {
  border-inline-end-color: rgb(75 85 99 / 0.55);
}
.border-e-gray-600\/60 {
  border-inline-end-color: rgb(75 85 99 / 0.6);
}
.border-e-gray-600\/65 {
  border-inline-end-color: rgb(75 85 99 / 0.65);
}
.border-e-gray-600\/70 {
  border-inline-end-color: rgb(75 85 99 / 0.7);
}
.border-e-gray-600\/75 {
  border-inline-end-color: rgb(75 85 99 / 0.75);
}
.border-e-gray-600\/80 {
  border-inline-end-color: rgb(75 85 99 / 0.8);
}
.border-e-gray-600\/85 {
  border-inline-end-color: rgb(75 85 99 / 0.85);
}
.border-e-gray-600\/90 {
  border-inline-end-color: rgb(75 85 99 / 0.9);
}
.border-e-gray-600\/95 {
  border-inline-end-color: rgb(75 85 99 / 0.95);
}
.border-e-gray-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-e-gray-700\/0 {
  border-inline-end-color: rgb(55 65 81 / 0);
}
.border-e-gray-700\/10 {
  border-inline-end-color: rgb(55 65 81 / 0.1);
}
.border-e-gray-700\/100 {
  border-inline-end-color: rgb(55 65 81 / 1);
}
.border-e-gray-700\/15 {
  border-inline-end-color: rgb(55 65 81 / 0.15);
}
.border-e-gray-700\/20 {
  border-inline-end-color: rgb(55 65 81 / 0.2);
}
.border-e-gray-700\/25 {
  border-inline-end-color: rgb(55 65 81 / 0.25);
}
.border-e-gray-700\/30 {
  border-inline-end-color: rgb(55 65 81 / 0.3);
}
.border-e-gray-700\/35 {
  border-inline-end-color: rgb(55 65 81 / 0.35);
}
.border-e-gray-700\/40 {
  border-inline-end-color: rgb(55 65 81 / 0.4);
}
.border-e-gray-700\/45 {
  border-inline-end-color: rgb(55 65 81 / 0.45);
}
.border-e-gray-700\/5 {
  border-inline-end-color: rgb(55 65 81 / 0.05);
}
.border-e-gray-700\/50 {
  border-inline-end-color: rgb(55 65 81 / 0.5);
}
.border-e-gray-700\/55 {
  border-inline-end-color: rgb(55 65 81 / 0.55);
}
.border-e-gray-700\/60 {
  border-inline-end-color: rgb(55 65 81 / 0.6);
}
.border-e-gray-700\/65 {
  border-inline-end-color: rgb(55 65 81 / 0.65);
}
.border-e-gray-700\/70 {
  border-inline-end-color: rgb(55 65 81 / 0.7);
}
.border-e-gray-700\/75 {
  border-inline-end-color: rgb(55 65 81 / 0.75);
}
.border-e-gray-700\/80 {
  border-inline-end-color: rgb(55 65 81 / 0.8);
}
.border-e-gray-700\/85 {
  border-inline-end-color: rgb(55 65 81 / 0.85);
}
.border-e-gray-700\/90 {
  border-inline-end-color: rgb(55 65 81 / 0.9);
}
.border-e-gray-700\/95 {
  border-inline-end-color: rgb(55 65 81 / 0.95);
}
.border-e-gray-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-e-gray-800\/0 {
  border-inline-end-color: rgb(31 41 55 / 0);
}
.border-e-gray-800\/10 {
  border-inline-end-color: rgb(31 41 55 / 0.1);
}
.border-e-gray-800\/100 {
  border-inline-end-color: rgb(31 41 55 / 1);
}
.border-e-gray-800\/15 {
  border-inline-end-color: rgb(31 41 55 / 0.15);
}
.border-e-gray-800\/20 {
  border-inline-end-color: rgb(31 41 55 / 0.2);
}
.border-e-gray-800\/25 {
  border-inline-end-color: rgb(31 41 55 / 0.25);
}
.border-e-gray-800\/30 {
  border-inline-end-color: rgb(31 41 55 / 0.3);
}
.border-e-gray-800\/35 {
  border-inline-end-color: rgb(31 41 55 / 0.35);
}
.border-e-gray-800\/40 {
  border-inline-end-color: rgb(31 41 55 / 0.4);
}
.border-e-gray-800\/45 {
  border-inline-end-color: rgb(31 41 55 / 0.45);
}
.border-e-gray-800\/5 {
  border-inline-end-color: rgb(31 41 55 / 0.05);
}
.border-e-gray-800\/50 {
  border-inline-end-color: rgb(31 41 55 / 0.5);
}
.border-e-gray-800\/55 {
  border-inline-end-color: rgb(31 41 55 / 0.55);
}
.border-e-gray-800\/60 {
  border-inline-end-color: rgb(31 41 55 / 0.6);
}
.border-e-gray-800\/65 {
  border-inline-end-color: rgb(31 41 55 / 0.65);
}
.border-e-gray-800\/70 {
  border-inline-end-color: rgb(31 41 55 / 0.7);
}
.border-e-gray-800\/75 {
  border-inline-end-color: rgb(31 41 55 / 0.75);
}
.border-e-gray-800\/80 {
  border-inline-end-color: rgb(31 41 55 / 0.8);
}
.border-e-gray-800\/85 {
  border-inline-end-color: rgb(31 41 55 / 0.85);
}
.border-e-gray-800\/90 {
  border-inline-end-color: rgb(31 41 55 / 0.9);
}
.border-e-gray-800\/95 {
  border-inline-end-color: rgb(31 41 55 / 0.95);
}
.border-e-gray-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-e-gray-900\/0 {
  border-inline-end-color: rgb(17 24 39 / 0);
}
.border-e-gray-900\/10 {
  border-inline-end-color: rgb(17 24 39 / 0.1);
}
.border-e-gray-900\/100 {
  border-inline-end-color: rgb(17 24 39 / 1);
}
.border-e-gray-900\/15 {
  border-inline-end-color: rgb(17 24 39 / 0.15);
}
.border-e-gray-900\/20 {
  border-inline-end-color: rgb(17 24 39 / 0.2);
}
.border-e-gray-900\/25 {
  border-inline-end-color: rgb(17 24 39 / 0.25);
}
.border-e-gray-900\/30 {
  border-inline-end-color: rgb(17 24 39 / 0.3);
}
.border-e-gray-900\/35 {
  border-inline-end-color: rgb(17 24 39 / 0.35);
}
.border-e-gray-900\/40 {
  border-inline-end-color: rgb(17 24 39 / 0.4);
}
.border-e-gray-900\/45 {
  border-inline-end-color: rgb(17 24 39 / 0.45);
}
.border-e-gray-900\/5 {
  border-inline-end-color: rgb(17 24 39 / 0.05);
}
.border-e-gray-900\/50 {
  border-inline-end-color: rgb(17 24 39 / 0.5);
}
.border-e-gray-900\/55 {
  border-inline-end-color: rgb(17 24 39 / 0.55);
}
.border-e-gray-900\/60 {
  border-inline-end-color: rgb(17 24 39 / 0.6);
}
.border-e-gray-900\/65 {
  border-inline-end-color: rgb(17 24 39 / 0.65);
}
.border-e-gray-900\/70 {
  border-inline-end-color: rgb(17 24 39 / 0.7);
}
.border-e-gray-900\/75 {
  border-inline-end-color: rgb(17 24 39 / 0.75);
}
.border-e-gray-900\/80 {
  border-inline-end-color: rgb(17 24 39 / 0.8);
}
.border-e-gray-900\/85 {
  border-inline-end-color: rgb(17 24 39 / 0.85);
}
.border-e-gray-900\/90 {
  border-inline-end-color: rgb(17 24 39 / 0.9);
}
.border-e-gray-900\/95 {
  border-inline-end-color: rgb(17 24 39 / 0.95);
}
.border-e-gray-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-e-gray-950\/0 {
  border-inline-end-color: rgb(3 7 18 / 0);
}
.border-e-gray-950\/10 {
  border-inline-end-color: rgb(3 7 18 / 0.1);
}
.border-e-gray-950\/100 {
  border-inline-end-color: rgb(3 7 18 / 1);
}
.border-e-gray-950\/15 {
  border-inline-end-color: rgb(3 7 18 / 0.15);
}
.border-e-gray-950\/20 {
  border-inline-end-color: rgb(3 7 18 / 0.2);
}
.border-e-gray-950\/25 {
  border-inline-end-color: rgb(3 7 18 / 0.25);
}
.border-e-gray-950\/30 {
  border-inline-end-color: rgb(3 7 18 / 0.3);
}
.border-e-gray-950\/35 {
  border-inline-end-color: rgb(3 7 18 / 0.35);
}
.border-e-gray-950\/40 {
  border-inline-end-color: rgb(3 7 18 / 0.4);
}
.border-e-gray-950\/45 {
  border-inline-end-color: rgb(3 7 18 / 0.45);
}
.border-e-gray-950\/5 {
  border-inline-end-color: rgb(3 7 18 / 0.05);
}
.border-e-gray-950\/50 {
  border-inline-end-color: rgb(3 7 18 / 0.5);
}
.border-e-gray-950\/55 {
  border-inline-end-color: rgb(3 7 18 / 0.55);
}
.border-e-gray-950\/60 {
  border-inline-end-color: rgb(3 7 18 / 0.6);
}
.border-e-gray-950\/65 {
  border-inline-end-color: rgb(3 7 18 / 0.65);
}
.border-e-gray-950\/70 {
  border-inline-end-color: rgb(3 7 18 / 0.7);
}
.border-e-gray-950\/75 {
  border-inline-end-color: rgb(3 7 18 / 0.75);
}
.border-e-gray-950\/80 {
  border-inline-end-color: rgb(3 7 18 / 0.8);
}
.border-e-gray-950\/85 {
  border-inline-end-color: rgb(3 7 18 / 0.85);
}
.border-e-gray-950\/90 {
  border-inline-end-color: rgb(3 7 18 / 0.9);
}
.border-e-gray-950\/95 {
  border-inline-end-color: rgb(3 7 18 / 0.95);
}
.border-e-green-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-e-green-100\/0 {
  border-inline-end-color: rgb(220 252 231 / 0);
}
.border-e-green-100\/10 {
  border-inline-end-color: rgb(220 252 231 / 0.1);
}
.border-e-green-100\/100 {
  border-inline-end-color: rgb(220 252 231 / 1);
}
.border-e-green-100\/15 {
  border-inline-end-color: rgb(220 252 231 / 0.15);
}
.border-e-green-100\/20 {
  border-inline-end-color: rgb(220 252 231 / 0.2);
}
.border-e-green-100\/25 {
  border-inline-end-color: rgb(220 252 231 / 0.25);
}
.border-e-green-100\/30 {
  border-inline-end-color: rgb(220 252 231 / 0.3);
}
.border-e-green-100\/35 {
  border-inline-end-color: rgb(220 252 231 / 0.35);
}
.border-e-green-100\/40 {
  border-inline-end-color: rgb(220 252 231 / 0.4);
}
.border-e-green-100\/45 {
  border-inline-end-color: rgb(220 252 231 / 0.45);
}
.border-e-green-100\/5 {
  border-inline-end-color: rgb(220 252 231 / 0.05);
}
.border-e-green-100\/50 {
  border-inline-end-color: rgb(220 252 231 / 0.5);
}
.border-e-green-100\/55 {
  border-inline-end-color: rgb(220 252 231 / 0.55);
}
.border-e-green-100\/60 {
  border-inline-end-color: rgb(220 252 231 / 0.6);
}
.border-e-green-100\/65 {
  border-inline-end-color: rgb(220 252 231 / 0.65);
}
.border-e-green-100\/70 {
  border-inline-end-color: rgb(220 252 231 / 0.7);
}
.border-e-green-100\/75 {
  border-inline-end-color: rgb(220 252 231 / 0.75);
}
.border-e-green-100\/80 {
  border-inline-end-color: rgb(220 252 231 / 0.8);
}
.border-e-green-100\/85 {
  border-inline-end-color: rgb(220 252 231 / 0.85);
}
.border-e-green-100\/90 {
  border-inline-end-color: rgb(220 252 231 / 0.9);
}
.border-e-green-100\/95 {
  border-inline-end-color: rgb(220 252 231 / 0.95);
}
.border-e-green-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-e-green-200\/0 {
  border-inline-end-color: rgb(187 247 208 / 0);
}
.border-e-green-200\/10 {
  border-inline-end-color: rgb(187 247 208 / 0.1);
}
.border-e-green-200\/100 {
  border-inline-end-color: rgb(187 247 208 / 1);
}
.border-e-green-200\/15 {
  border-inline-end-color: rgb(187 247 208 / 0.15);
}
.border-e-green-200\/20 {
  border-inline-end-color: rgb(187 247 208 / 0.2);
}
.border-e-green-200\/25 {
  border-inline-end-color: rgb(187 247 208 / 0.25);
}
.border-e-green-200\/30 {
  border-inline-end-color: rgb(187 247 208 / 0.3);
}
.border-e-green-200\/35 {
  border-inline-end-color: rgb(187 247 208 / 0.35);
}
.border-e-green-200\/40 {
  border-inline-end-color: rgb(187 247 208 / 0.4);
}
.border-e-green-200\/45 {
  border-inline-end-color: rgb(187 247 208 / 0.45);
}
.border-e-green-200\/5 {
  border-inline-end-color: rgb(187 247 208 / 0.05);
}
.border-e-green-200\/50 {
  border-inline-end-color: rgb(187 247 208 / 0.5);
}
.border-e-green-200\/55 {
  border-inline-end-color: rgb(187 247 208 / 0.55);
}
.border-e-green-200\/60 {
  border-inline-end-color: rgb(187 247 208 / 0.6);
}
.border-e-green-200\/65 {
  border-inline-end-color: rgb(187 247 208 / 0.65);
}
.border-e-green-200\/70 {
  border-inline-end-color: rgb(187 247 208 / 0.7);
}
.border-e-green-200\/75 {
  border-inline-end-color: rgb(187 247 208 / 0.75);
}
.border-e-green-200\/80 {
  border-inline-end-color: rgb(187 247 208 / 0.8);
}
.border-e-green-200\/85 {
  border-inline-end-color: rgb(187 247 208 / 0.85);
}
.border-e-green-200\/90 {
  border-inline-end-color: rgb(187 247 208 / 0.9);
}
.border-e-green-200\/95 {
  border-inline-end-color: rgb(187 247 208 / 0.95);
}
.border-e-green-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-e-green-300\/0 {
  border-inline-end-color: rgb(134 239 172 / 0);
}
.border-e-green-300\/10 {
  border-inline-end-color: rgb(134 239 172 / 0.1);
}
.border-e-green-300\/100 {
  border-inline-end-color: rgb(134 239 172 / 1);
}
.border-e-green-300\/15 {
  border-inline-end-color: rgb(134 239 172 / 0.15);
}
.border-e-green-300\/20 {
  border-inline-end-color: rgb(134 239 172 / 0.2);
}
.border-e-green-300\/25 {
  border-inline-end-color: rgb(134 239 172 / 0.25);
}
.border-e-green-300\/30 {
  border-inline-end-color: rgb(134 239 172 / 0.3);
}
.border-e-green-300\/35 {
  border-inline-end-color: rgb(134 239 172 / 0.35);
}
.border-e-green-300\/40 {
  border-inline-end-color: rgb(134 239 172 / 0.4);
}
.border-e-green-300\/45 {
  border-inline-end-color: rgb(134 239 172 / 0.45);
}
.border-e-green-300\/5 {
  border-inline-end-color: rgb(134 239 172 / 0.05);
}
.border-e-green-300\/50 {
  border-inline-end-color: rgb(134 239 172 / 0.5);
}
.border-e-green-300\/55 {
  border-inline-end-color: rgb(134 239 172 / 0.55);
}
.border-e-green-300\/60 {
  border-inline-end-color: rgb(134 239 172 / 0.6);
}
.border-e-green-300\/65 {
  border-inline-end-color: rgb(134 239 172 / 0.65);
}
.border-e-green-300\/70 {
  border-inline-end-color: rgb(134 239 172 / 0.7);
}
.border-e-green-300\/75 {
  border-inline-end-color: rgb(134 239 172 / 0.75);
}
.border-e-green-300\/80 {
  border-inline-end-color: rgb(134 239 172 / 0.8);
}
.border-e-green-300\/85 {
  border-inline-end-color: rgb(134 239 172 / 0.85);
}
.border-e-green-300\/90 {
  border-inline-end-color: rgb(134 239 172 / 0.9);
}
.border-e-green-300\/95 {
  border-inline-end-color: rgb(134 239 172 / 0.95);
}
.border-e-green-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-e-green-400\/0 {
  border-inline-end-color: rgb(74 222 128 / 0);
}
.border-e-green-400\/10 {
  border-inline-end-color: rgb(74 222 128 / 0.1);
}
.border-e-green-400\/100 {
  border-inline-end-color: rgb(74 222 128 / 1);
}
.border-e-green-400\/15 {
  border-inline-end-color: rgb(74 222 128 / 0.15);
}
.border-e-green-400\/20 {
  border-inline-end-color: rgb(74 222 128 / 0.2);
}
.border-e-green-400\/25 {
  border-inline-end-color: rgb(74 222 128 / 0.25);
}
.border-e-green-400\/30 {
  border-inline-end-color: rgb(74 222 128 / 0.3);
}
.border-e-green-400\/35 {
  border-inline-end-color: rgb(74 222 128 / 0.35);
}
.border-e-green-400\/40 {
  border-inline-end-color: rgb(74 222 128 / 0.4);
}
.border-e-green-400\/45 {
  border-inline-end-color: rgb(74 222 128 / 0.45);
}
.border-e-green-400\/5 {
  border-inline-end-color: rgb(74 222 128 / 0.05);
}
.border-e-green-400\/50 {
  border-inline-end-color: rgb(74 222 128 / 0.5);
}
.border-e-green-400\/55 {
  border-inline-end-color: rgb(74 222 128 / 0.55);
}
.border-e-green-400\/60 {
  border-inline-end-color: rgb(74 222 128 / 0.6);
}
.border-e-green-400\/65 {
  border-inline-end-color: rgb(74 222 128 / 0.65);
}
.border-e-green-400\/70 {
  border-inline-end-color: rgb(74 222 128 / 0.7);
}
.border-e-green-400\/75 {
  border-inline-end-color: rgb(74 222 128 / 0.75);
}
.border-e-green-400\/80 {
  border-inline-end-color: rgb(74 222 128 / 0.8);
}
.border-e-green-400\/85 {
  border-inline-end-color: rgb(74 222 128 / 0.85);
}
.border-e-green-400\/90 {
  border-inline-end-color: rgb(74 222 128 / 0.9);
}
.border-e-green-400\/95 {
  border-inline-end-color: rgb(74 222 128 / 0.95);
}
.border-e-green-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-e-green-50\/0 {
  border-inline-end-color: rgb(240 253 244 / 0);
}
.border-e-green-50\/10 {
  border-inline-end-color: rgb(240 253 244 / 0.1);
}
.border-e-green-50\/100 {
  border-inline-end-color: rgb(240 253 244 / 1);
}
.border-e-green-50\/15 {
  border-inline-end-color: rgb(240 253 244 / 0.15);
}
.border-e-green-50\/20 {
  border-inline-end-color: rgb(240 253 244 / 0.2);
}
.border-e-green-50\/25 {
  border-inline-end-color: rgb(240 253 244 / 0.25);
}
.border-e-green-50\/30 {
  border-inline-end-color: rgb(240 253 244 / 0.3);
}
.border-e-green-50\/35 {
  border-inline-end-color: rgb(240 253 244 / 0.35);
}
.border-e-green-50\/40 {
  border-inline-end-color: rgb(240 253 244 / 0.4);
}
.border-e-green-50\/45 {
  border-inline-end-color: rgb(240 253 244 / 0.45);
}
.border-e-green-50\/5 {
  border-inline-end-color: rgb(240 253 244 / 0.05);
}
.border-e-green-50\/50 {
  border-inline-end-color: rgb(240 253 244 / 0.5);
}
.border-e-green-50\/55 {
  border-inline-end-color: rgb(240 253 244 / 0.55);
}
.border-e-green-50\/60 {
  border-inline-end-color: rgb(240 253 244 / 0.6);
}
.border-e-green-50\/65 {
  border-inline-end-color: rgb(240 253 244 / 0.65);
}
.border-e-green-50\/70 {
  border-inline-end-color: rgb(240 253 244 / 0.7);
}
.border-e-green-50\/75 {
  border-inline-end-color: rgb(240 253 244 / 0.75);
}
.border-e-green-50\/80 {
  border-inline-end-color: rgb(240 253 244 / 0.8);
}
.border-e-green-50\/85 {
  border-inline-end-color: rgb(240 253 244 / 0.85);
}
.border-e-green-50\/90 {
  border-inline-end-color: rgb(240 253 244 / 0.9);
}
.border-e-green-50\/95 {
  border-inline-end-color: rgb(240 253 244 / 0.95);
}
.border-e-green-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-e-green-500\/0 {
  border-inline-end-color: rgb(34 197 94 / 0);
}
.border-e-green-500\/10 {
  border-inline-end-color: rgb(34 197 94 / 0.1);
}
.border-e-green-500\/100 {
  border-inline-end-color: rgb(34 197 94 / 1);
}
.border-e-green-500\/15 {
  border-inline-end-color: rgb(34 197 94 / 0.15);
}
.border-e-green-500\/20 {
  border-inline-end-color: rgb(34 197 94 / 0.2);
}
.border-e-green-500\/25 {
  border-inline-end-color: rgb(34 197 94 / 0.25);
}
.border-e-green-500\/30 {
  border-inline-end-color: rgb(34 197 94 / 0.3);
}
.border-e-green-500\/35 {
  border-inline-end-color: rgb(34 197 94 / 0.35);
}
.border-e-green-500\/40 {
  border-inline-end-color: rgb(34 197 94 / 0.4);
}
.border-e-green-500\/45 {
  border-inline-end-color: rgb(34 197 94 / 0.45);
}
.border-e-green-500\/5 {
  border-inline-end-color: rgb(34 197 94 / 0.05);
}
.border-e-green-500\/50 {
  border-inline-end-color: rgb(34 197 94 / 0.5);
}
.border-e-green-500\/55 {
  border-inline-end-color: rgb(34 197 94 / 0.55);
}
.border-e-green-500\/60 {
  border-inline-end-color: rgb(34 197 94 / 0.6);
}
.border-e-green-500\/65 {
  border-inline-end-color: rgb(34 197 94 / 0.65);
}
.border-e-green-500\/70 {
  border-inline-end-color: rgb(34 197 94 / 0.7);
}
.border-e-green-500\/75 {
  border-inline-end-color: rgb(34 197 94 / 0.75);
}
.border-e-green-500\/80 {
  border-inline-end-color: rgb(34 197 94 / 0.8);
}
.border-e-green-500\/85 {
  border-inline-end-color: rgb(34 197 94 / 0.85);
}
.border-e-green-500\/90 {
  border-inline-end-color: rgb(34 197 94 / 0.9);
}
.border-e-green-500\/95 {
  border-inline-end-color: rgb(34 197 94 / 0.95);
}
.border-e-green-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-e-green-600\/0 {
  border-inline-end-color: rgb(22 163 74 / 0);
}
.border-e-green-600\/10 {
  border-inline-end-color: rgb(22 163 74 / 0.1);
}
.border-e-green-600\/100 {
  border-inline-end-color: rgb(22 163 74 / 1);
}
.border-e-green-600\/15 {
  border-inline-end-color: rgb(22 163 74 / 0.15);
}
.border-e-green-600\/20 {
  border-inline-end-color: rgb(22 163 74 / 0.2);
}
.border-e-green-600\/25 {
  border-inline-end-color: rgb(22 163 74 / 0.25);
}
.border-e-green-600\/30 {
  border-inline-end-color: rgb(22 163 74 / 0.3);
}
.border-e-green-600\/35 {
  border-inline-end-color: rgb(22 163 74 / 0.35);
}
.border-e-green-600\/40 {
  border-inline-end-color: rgb(22 163 74 / 0.4);
}
.border-e-green-600\/45 {
  border-inline-end-color: rgb(22 163 74 / 0.45);
}
.border-e-green-600\/5 {
  border-inline-end-color: rgb(22 163 74 / 0.05);
}
.border-e-green-600\/50 {
  border-inline-end-color: rgb(22 163 74 / 0.5);
}
.border-e-green-600\/55 {
  border-inline-end-color: rgb(22 163 74 / 0.55);
}
.border-e-green-600\/60 {
  border-inline-end-color: rgb(22 163 74 / 0.6);
}
.border-e-green-600\/65 {
  border-inline-end-color: rgb(22 163 74 / 0.65);
}
.border-e-green-600\/70 {
  border-inline-end-color: rgb(22 163 74 / 0.7);
}
.border-e-green-600\/75 {
  border-inline-end-color: rgb(22 163 74 / 0.75);
}
.border-e-green-600\/80 {
  border-inline-end-color: rgb(22 163 74 / 0.8);
}
.border-e-green-600\/85 {
  border-inline-end-color: rgb(22 163 74 / 0.85);
}
.border-e-green-600\/90 {
  border-inline-end-color: rgb(22 163 74 / 0.9);
}
.border-e-green-600\/95 {
  border-inline-end-color: rgb(22 163 74 / 0.95);
}
.border-e-green-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-e-green-700\/0 {
  border-inline-end-color: rgb(21 128 61 / 0);
}
.border-e-green-700\/10 {
  border-inline-end-color: rgb(21 128 61 / 0.1);
}
.border-e-green-700\/100 {
  border-inline-end-color: rgb(21 128 61 / 1);
}
.border-e-green-700\/15 {
  border-inline-end-color: rgb(21 128 61 / 0.15);
}
.border-e-green-700\/20 {
  border-inline-end-color: rgb(21 128 61 / 0.2);
}
.border-e-green-700\/25 {
  border-inline-end-color: rgb(21 128 61 / 0.25);
}
.border-e-green-700\/30 {
  border-inline-end-color: rgb(21 128 61 / 0.3);
}
.border-e-green-700\/35 {
  border-inline-end-color: rgb(21 128 61 / 0.35);
}
.border-e-green-700\/40 {
  border-inline-end-color: rgb(21 128 61 / 0.4);
}
.border-e-green-700\/45 {
  border-inline-end-color: rgb(21 128 61 / 0.45);
}
.border-e-green-700\/5 {
  border-inline-end-color: rgb(21 128 61 / 0.05);
}
.border-e-green-700\/50 {
  border-inline-end-color: rgb(21 128 61 / 0.5);
}
.border-e-green-700\/55 {
  border-inline-end-color: rgb(21 128 61 / 0.55);
}
.border-e-green-700\/60 {
  border-inline-end-color: rgb(21 128 61 / 0.6);
}
.border-e-green-700\/65 {
  border-inline-end-color: rgb(21 128 61 / 0.65);
}
.border-e-green-700\/70 {
  border-inline-end-color: rgb(21 128 61 / 0.7);
}
.border-e-green-700\/75 {
  border-inline-end-color: rgb(21 128 61 / 0.75);
}
.border-e-green-700\/80 {
  border-inline-end-color: rgb(21 128 61 / 0.8);
}
.border-e-green-700\/85 {
  border-inline-end-color: rgb(21 128 61 / 0.85);
}
.border-e-green-700\/90 {
  border-inline-end-color: rgb(21 128 61 / 0.9);
}
.border-e-green-700\/95 {
  border-inline-end-color: rgb(21 128 61 / 0.95);
}
.border-e-green-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-e-green-800\/0 {
  border-inline-end-color: rgb(22 101 52 / 0);
}
.border-e-green-800\/10 {
  border-inline-end-color: rgb(22 101 52 / 0.1);
}
.border-e-green-800\/100 {
  border-inline-end-color: rgb(22 101 52 / 1);
}
.border-e-green-800\/15 {
  border-inline-end-color: rgb(22 101 52 / 0.15);
}
.border-e-green-800\/20 {
  border-inline-end-color: rgb(22 101 52 / 0.2);
}
.border-e-green-800\/25 {
  border-inline-end-color: rgb(22 101 52 / 0.25);
}
.border-e-green-800\/30 {
  border-inline-end-color: rgb(22 101 52 / 0.3);
}
.border-e-green-800\/35 {
  border-inline-end-color: rgb(22 101 52 / 0.35);
}
.border-e-green-800\/40 {
  border-inline-end-color: rgb(22 101 52 / 0.4);
}
.border-e-green-800\/45 {
  border-inline-end-color: rgb(22 101 52 / 0.45);
}
.border-e-green-800\/5 {
  border-inline-end-color: rgb(22 101 52 / 0.05);
}
.border-e-green-800\/50 {
  border-inline-end-color: rgb(22 101 52 / 0.5);
}
.border-e-green-800\/55 {
  border-inline-end-color: rgb(22 101 52 / 0.55);
}
.border-e-green-800\/60 {
  border-inline-end-color: rgb(22 101 52 / 0.6);
}
.border-e-green-800\/65 {
  border-inline-end-color: rgb(22 101 52 / 0.65);
}
.border-e-green-800\/70 {
  border-inline-end-color: rgb(22 101 52 / 0.7);
}
.border-e-green-800\/75 {
  border-inline-end-color: rgb(22 101 52 / 0.75);
}
.border-e-green-800\/80 {
  border-inline-end-color: rgb(22 101 52 / 0.8);
}
.border-e-green-800\/85 {
  border-inline-end-color: rgb(22 101 52 / 0.85);
}
.border-e-green-800\/90 {
  border-inline-end-color: rgb(22 101 52 / 0.9);
}
.border-e-green-800\/95 {
  border-inline-end-color: rgb(22 101 52 / 0.95);
}
.border-e-green-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-e-green-900\/0 {
  border-inline-end-color: rgb(20 83 45 / 0);
}
.border-e-green-900\/10 {
  border-inline-end-color: rgb(20 83 45 / 0.1);
}
.border-e-green-900\/100 {
  border-inline-end-color: rgb(20 83 45 / 1);
}
.border-e-green-900\/15 {
  border-inline-end-color: rgb(20 83 45 / 0.15);
}
.border-e-green-900\/20 {
  border-inline-end-color: rgb(20 83 45 / 0.2);
}
.border-e-green-900\/25 {
  border-inline-end-color: rgb(20 83 45 / 0.25);
}
.border-e-green-900\/30 {
  border-inline-end-color: rgb(20 83 45 / 0.3);
}
.border-e-green-900\/35 {
  border-inline-end-color: rgb(20 83 45 / 0.35);
}
.border-e-green-900\/40 {
  border-inline-end-color: rgb(20 83 45 / 0.4);
}
.border-e-green-900\/45 {
  border-inline-end-color: rgb(20 83 45 / 0.45);
}
.border-e-green-900\/5 {
  border-inline-end-color: rgb(20 83 45 / 0.05);
}
.border-e-green-900\/50 {
  border-inline-end-color: rgb(20 83 45 / 0.5);
}
.border-e-green-900\/55 {
  border-inline-end-color: rgb(20 83 45 / 0.55);
}
.border-e-green-900\/60 {
  border-inline-end-color: rgb(20 83 45 / 0.6);
}
.border-e-green-900\/65 {
  border-inline-end-color: rgb(20 83 45 / 0.65);
}
.border-e-green-900\/70 {
  border-inline-end-color: rgb(20 83 45 / 0.7);
}
.border-e-green-900\/75 {
  border-inline-end-color: rgb(20 83 45 / 0.75);
}
.border-e-green-900\/80 {
  border-inline-end-color: rgb(20 83 45 / 0.8);
}
.border-e-green-900\/85 {
  border-inline-end-color: rgb(20 83 45 / 0.85);
}
.border-e-green-900\/90 {
  border-inline-end-color: rgb(20 83 45 / 0.9);
}
.border-e-green-900\/95 {
  border-inline-end-color: rgb(20 83 45 / 0.95);
}
.border-e-green-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-e-green-950\/0 {
  border-inline-end-color: rgb(5 46 22 / 0);
}
.border-e-green-950\/10 {
  border-inline-end-color: rgb(5 46 22 / 0.1);
}
.border-e-green-950\/100 {
  border-inline-end-color: rgb(5 46 22 / 1);
}
.border-e-green-950\/15 {
  border-inline-end-color: rgb(5 46 22 / 0.15);
}
.border-e-green-950\/20 {
  border-inline-end-color: rgb(5 46 22 / 0.2);
}
.border-e-green-950\/25 {
  border-inline-end-color: rgb(5 46 22 / 0.25);
}
.border-e-green-950\/30 {
  border-inline-end-color: rgb(5 46 22 / 0.3);
}
.border-e-green-950\/35 {
  border-inline-end-color: rgb(5 46 22 / 0.35);
}
.border-e-green-950\/40 {
  border-inline-end-color: rgb(5 46 22 / 0.4);
}
.border-e-green-950\/45 {
  border-inline-end-color: rgb(5 46 22 / 0.45);
}
.border-e-green-950\/5 {
  border-inline-end-color: rgb(5 46 22 / 0.05);
}
.border-e-green-950\/50 {
  border-inline-end-color: rgb(5 46 22 / 0.5);
}
.border-e-green-950\/55 {
  border-inline-end-color: rgb(5 46 22 / 0.55);
}
.border-e-green-950\/60 {
  border-inline-end-color: rgb(5 46 22 / 0.6);
}
.border-e-green-950\/65 {
  border-inline-end-color: rgb(5 46 22 / 0.65);
}
.border-e-green-950\/70 {
  border-inline-end-color: rgb(5 46 22 / 0.7);
}
.border-e-green-950\/75 {
  border-inline-end-color: rgb(5 46 22 / 0.75);
}
.border-e-green-950\/80 {
  border-inline-end-color: rgb(5 46 22 / 0.8);
}
.border-e-green-950\/85 {
  border-inline-end-color: rgb(5 46 22 / 0.85);
}
.border-e-green-950\/90 {
  border-inline-end-color: rgb(5 46 22 / 0.9);
}
.border-e-green-950\/95 {
  border-inline-end-color: rgb(5 46 22 / 0.95);
}
.border-e-indigo-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-e-indigo-100\/0 {
  border-inline-end-color: rgb(224 231 255 / 0);
}
.border-e-indigo-100\/10 {
  border-inline-end-color: rgb(224 231 255 / 0.1);
}
.border-e-indigo-100\/100 {
  border-inline-end-color: rgb(224 231 255 / 1);
}
.border-e-indigo-100\/15 {
  border-inline-end-color: rgb(224 231 255 / 0.15);
}
.border-e-indigo-100\/20 {
  border-inline-end-color: rgb(224 231 255 / 0.2);
}
.border-e-indigo-100\/25 {
  border-inline-end-color: rgb(224 231 255 / 0.25);
}
.border-e-indigo-100\/30 {
  border-inline-end-color: rgb(224 231 255 / 0.3);
}
.border-e-indigo-100\/35 {
  border-inline-end-color: rgb(224 231 255 / 0.35);
}
.border-e-indigo-100\/40 {
  border-inline-end-color: rgb(224 231 255 / 0.4);
}
.border-e-indigo-100\/45 {
  border-inline-end-color: rgb(224 231 255 / 0.45);
}
.border-e-indigo-100\/5 {
  border-inline-end-color: rgb(224 231 255 / 0.05);
}
.border-e-indigo-100\/50 {
  border-inline-end-color: rgb(224 231 255 / 0.5);
}
.border-e-indigo-100\/55 {
  border-inline-end-color: rgb(224 231 255 / 0.55);
}
.border-e-indigo-100\/60 {
  border-inline-end-color: rgb(224 231 255 / 0.6);
}
.border-e-indigo-100\/65 {
  border-inline-end-color: rgb(224 231 255 / 0.65);
}
.border-e-indigo-100\/70 {
  border-inline-end-color: rgb(224 231 255 / 0.7);
}
.border-e-indigo-100\/75 {
  border-inline-end-color: rgb(224 231 255 / 0.75);
}
.border-e-indigo-100\/80 {
  border-inline-end-color: rgb(224 231 255 / 0.8);
}
.border-e-indigo-100\/85 {
  border-inline-end-color: rgb(224 231 255 / 0.85);
}
.border-e-indigo-100\/90 {
  border-inline-end-color: rgb(224 231 255 / 0.9);
}
.border-e-indigo-100\/95 {
  border-inline-end-color: rgb(224 231 255 / 0.95);
}
.border-e-indigo-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-e-indigo-200\/0 {
  border-inline-end-color: rgb(199 210 254 / 0);
}
.border-e-indigo-200\/10 {
  border-inline-end-color: rgb(199 210 254 / 0.1);
}
.border-e-indigo-200\/100 {
  border-inline-end-color: rgb(199 210 254 / 1);
}
.border-e-indigo-200\/15 {
  border-inline-end-color: rgb(199 210 254 / 0.15);
}
.border-e-indigo-200\/20 {
  border-inline-end-color: rgb(199 210 254 / 0.2);
}
.border-e-indigo-200\/25 {
  border-inline-end-color: rgb(199 210 254 / 0.25);
}
.border-e-indigo-200\/30 {
  border-inline-end-color: rgb(199 210 254 / 0.3);
}
.border-e-indigo-200\/35 {
  border-inline-end-color: rgb(199 210 254 / 0.35);
}
.border-e-indigo-200\/40 {
  border-inline-end-color: rgb(199 210 254 / 0.4);
}
.border-e-indigo-200\/45 {
  border-inline-end-color: rgb(199 210 254 / 0.45);
}
.border-e-indigo-200\/5 {
  border-inline-end-color: rgb(199 210 254 / 0.05);
}
.border-e-indigo-200\/50 {
  border-inline-end-color: rgb(199 210 254 / 0.5);
}
.border-e-indigo-200\/55 {
  border-inline-end-color: rgb(199 210 254 / 0.55);
}
.border-e-indigo-200\/60 {
  border-inline-end-color: rgb(199 210 254 / 0.6);
}
.border-e-indigo-200\/65 {
  border-inline-end-color: rgb(199 210 254 / 0.65);
}
.border-e-indigo-200\/70 {
  border-inline-end-color: rgb(199 210 254 / 0.7);
}
.border-e-indigo-200\/75 {
  border-inline-end-color: rgb(199 210 254 / 0.75);
}
.border-e-indigo-200\/80 {
  border-inline-end-color: rgb(199 210 254 / 0.8);
}
.border-e-indigo-200\/85 {
  border-inline-end-color: rgb(199 210 254 / 0.85);
}
.border-e-indigo-200\/90 {
  border-inline-end-color: rgb(199 210 254 / 0.9);
}
.border-e-indigo-200\/95 {
  border-inline-end-color: rgb(199 210 254 / 0.95);
}
.border-e-indigo-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-e-indigo-300\/0 {
  border-inline-end-color: rgb(165 180 252 / 0);
}
.border-e-indigo-300\/10 {
  border-inline-end-color: rgb(165 180 252 / 0.1);
}
.border-e-indigo-300\/100 {
  border-inline-end-color: rgb(165 180 252 / 1);
}
.border-e-indigo-300\/15 {
  border-inline-end-color: rgb(165 180 252 / 0.15);
}
.border-e-indigo-300\/20 {
  border-inline-end-color: rgb(165 180 252 / 0.2);
}
.border-e-indigo-300\/25 {
  border-inline-end-color: rgb(165 180 252 / 0.25);
}
.border-e-indigo-300\/30 {
  border-inline-end-color: rgb(165 180 252 / 0.3);
}
.border-e-indigo-300\/35 {
  border-inline-end-color: rgb(165 180 252 / 0.35);
}
.border-e-indigo-300\/40 {
  border-inline-end-color: rgb(165 180 252 / 0.4);
}
.border-e-indigo-300\/45 {
  border-inline-end-color: rgb(165 180 252 / 0.45);
}
.border-e-indigo-300\/5 {
  border-inline-end-color: rgb(165 180 252 / 0.05);
}
.border-e-indigo-300\/50 {
  border-inline-end-color: rgb(165 180 252 / 0.5);
}
.border-e-indigo-300\/55 {
  border-inline-end-color: rgb(165 180 252 / 0.55);
}
.border-e-indigo-300\/60 {
  border-inline-end-color: rgb(165 180 252 / 0.6);
}
.border-e-indigo-300\/65 {
  border-inline-end-color: rgb(165 180 252 / 0.65);
}
.border-e-indigo-300\/70 {
  border-inline-end-color: rgb(165 180 252 / 0.7);
}
.border-e-indigo-300\/75 {
  border-inline-end-color: rgb(165 180 252 / 0.75);
}
.border-e-indigo-300\/80 {
  border-inline-end-color: rgb(165 180 252 / 0.8);
}
.border-e-indigo-300\/85 {
  border-inline-end-color: rgb(165 180 252 / 0.85);
}
.border-e-indigo-300\/90 {
  border-inline-end-color: rgb(165 180 252 / 0.9);
}
.border-e-indigo-300\/95 {
  border-inline-end-color: rgb(165 180 252 / 0.95);
}
.border-e-indigo-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-e-indigo-400\/0 {
  border-inline-end-color: rgb(129 140 248 / 0);
}
.border-e-indigo-400\/10 {
  border-inline-end-color: rgb(129 140 248 / 0.1);
}
.border-e-indigo-400\/100 {
  border-inline-end-color: rgb(129 140 248 / 1);
}
.border-e-indigo-400\/15 {
  border-inline-end-color: rgb(129 140 248 / 0.15);
}
.border-e-indigo-400\/20 {
  border-inline-end-color: rgb(129 140 248 / 0.2);
}
.border-e-indigo-400\/25 {
  border-inline-end-color: rgb(129 140 248 / 0.25);
}
.border-e-indigo-400\/30 {
  border-inline-end-color: rgb(129 140 248 / 0.3);
}
.border-e-indigo-400\/35 {
  border-inline-end-color: rgb(129 140 248 / 0.35);
}
.border-e-indigo-400\/40 {
  border-inline-end-color: rgb(129 140 248 / 0.4);
}
.border-e-indigo-400\/45 {
  border-inline-end-color: rgb(129 140 248 / 0.45);
}
.border-e-indigo-400\/5 {
  border-inline-end-color: rgb(129 140 248 / 0.05);
}
.border-e-indigo-400\/50 {
  border-inline-end-color: rgb(129 140 248 / 0.5);
}
.border-e-indigo-400\/55 {
  border-inline-end-color: rgb(129 140 248 / 0.55);
}
.border-e-indigo-400\/60 {
  border-inline-end-color: rgb(129 140 248 / 0.6);
}
.border-e-indigo-400\/65 {
  border-inline-end-color: rgb(129 140 248 / 0.65);
}
.border-e-indigo-400\/70 {
  border-inline-end-color: rgb(129 140 248 / 0.7);
}
.border-e-indigo-400\/75 {
  border-inline-end-color: rgb(129 140 248 / 0.75);
}
.border-e-indigo-400\/80 {
  border-inline-end-color: rgb(129 140 248 / 0.8);
}
.border-e-indigo-400\/85 {
  border-inline-end-color: rgb(129 140 248 / 0.85);
}
.border-e-indigo-400\/90 {
  border-inline-end-color: rgb(129 140 248 / 0.9);
}
.border-e-indigo-400\/95 {
  border-inline-end-color: rgb(129 140 248 / 0.95);
}
.border-e-indigo-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-e-indigo-50\/0 {
  border-inline-end-color: rgb(238 242 255 / 0);
}
.border-e-indigo-50\/10 {
  border-inline-end-color: rgb(238 242 255 / 0.1);
}
.border-e-indigo-50\/100 {
  border-inline-end-color: rgb(238 242 255 / 1);
}
.border-e-indigo-50\/15 {
  border-inline-end-color: rgb(238 242 255 / 0.15);
}
.border-e-indigo-50\/20 {
  border-inline-end-color: rgb(238 242 255 / 0.2);
}
.border-e-indigo-50\/25 {
  border-inline-end-color: rgb(238 242 255 / 0.25);
}
.border-e-indigo-50\/30 {
  border-inline-end-color: rgb(238 242 255 / 0.3);
}
.border-e-indigo-50\/35 {
  border-inline-end-color: rgb(238 242 255 / 0.35);
}
.border-e-indigo-50\/40 {
  border-inline-end-color: rgb(238 242 255 / 0.4);
}
.border-e-indigo-50\/45 {
  border-inline-end-color: rgb(238 242 255 / 0.45);
}
.border-e-indigo-50\/5 {
  border-inline-end-color: rgb(238 242 255 / 0.05);
}
.border-e-indigo-50\/50 {
  border-inline-end-color: rgb(238 242 255 / 0.5);
}
.border-e-indigo-50\/55 {
  border-inline-end-color: rgb(238 242 255 / 0.55);
}
.border-e-indigo-50\/60 {
  border-inline-end-color: rgb(238 242 255 / 0.6);
}
.border-e-indigo-50\/65 {
  border-inline-end-color: rgb(238 242 255 / 0.65);
}
.border-e-indigo-50\/70 {
  border-inline-end-color: rgb(238 242 255 / 0.7);
}
.border-e-indigo-50\/75 {
  border-inline-end-color: rgb(238 242 255 / 0.75);
}
.border-e-indigo-50\/80 {
  border-inline-end-color: rgb(238 242 255 / 0.8);
}
.border-e-indigo-50\/85 {
  border-inline-end-color: rgb(238 242 255 / 0.85);
}
.border-e-indigo-50\/90 {
  border-inline-end-color: rgb(238 242 255 / 0.9);
}
.border-e-indigo-50\/95 {
  border-inline-end-color: rgb(238 242 255 / 0.95);
}
.border-e-indigo-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-e-indigo-500\/0 {
  border-inline-end-color: rgb(99 102 241 / 0);
}
.border-e-indigo-500\/10 {
  border-inline-end-color: rgb(99 102 241 / 0.1);
}
.border-e-indigo-500\/100 {
  border-inline-end-color: rgb(99 102 241 / 1);
}
.border-e-indigo-500\/15 {
  border-inline-end-color: rgb(99 102 241 / 0.15);
}
.border-e-indigo-500\/20 {
  border-inline-end-color: rgb(99 102 241 / 0.2);
}
.border-e-indigo-500\/25 {
  border-inline-end-color: rgb(99 102 241 / 0.25);
}
.border-e-indigo-500\/30 {
  border-inline-end-color: rgb(99 102 241 / 0.3);
}
.border-e-indigo-500\/35 {
  border-inline-end-color: rgb(99 102 241 / 0.35);
}
.border-e-indigo-500\/40 {
  border-inline-end-color: rgb(99 102 241 / 0.4);
}
.border-e-indigo-500\/45 {
  border-inline-end-color: rgb(99 102 241 / 0.45);
}
.border-e-indigo-500\/5 {
  border-inline-end-color: rgb(99 102 241 / 0.05);
}
.border-e-indigo-500\/50 {
  border-inline-end-color: rgb(99 102 241 / 0.5);
}
.border-e-indigo-500\/55 {
  border-inline-end-color: rgb(99 102 241 / 0.55);
}
.border-e-indigo-500\/60 {
  border-inline-end-color: rgb(99 102 241 / 0.6);
}
.border-e-indigo-500\/65 {
  border-inline-end-color: rgb(99 102 241 / 0.65);
}
.border-e-indigo-500\/70 {
  border-inline-end-color: rgb(99 102 241 / 0.7);
}
.border-e-indigo-500\/75 {
  border-inline-end-color: rgb(99 102 241 / 0.75);
}
.border-e-indigo-500\/80 {
  border-inline-end-color: rgb(99 102 241 / 0.8);
}
.border-e-indigo-500\/85 {
  border-inline-end-color: rgb(99 102 241 / 0.85);
}
.border-e-indigo-500\/90 {
  border-inline-end-color: rgb(99 102 241 / 0.9);
}
.border-e-indigo-500\/95 {
  border-inline-end-color: rgb(99 102 241 / 0.95);
}
.border-e-indigo-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-e-indigo-600\/0 {
  border-inline-end-color: rgb(79 70 229 / 0);
}
.border-e-indigo-600\/10 {
  border-inline-end-color: rgb(79 70 229 / 0.1);
}
.border-e-indigo-600\/100 {
  border-inline-end-color: rgb(79 70 229 / 1);
}
.border-e-indigo-600\/15 {
  border-inline-end-color: rgb(79 70 229 / 0.15);
}
.border-e-indigo-600\/20 {
  border-inline-end-color: rgb(79 70 229 / 0.2);
}
.border-e-indigo-600\/25 {
  border-inline-end-color: rgb(79 70 229 / 0.25);
}
.border-e-indigo-600\/30 {
  border-inline-end-color: rgb(79 70 229 / 0.3);
}
.border-e-indigo-600\/35 {
  border-inline-end-color: rgb(79 70 229 / 0.35);
}
.border-e-indigo-600\/40 {
  border-inline-end-color: rgb(79 70 229 / 0.4);
}
.border-e-indigo-600\/45 {
  border-inline-end-color: rgb(79 70 229 / 0.45);
}
.border-e-indigo-600\/5 {
  border-inline-end-color: rgb(79 70 229 / 0.05);
}
.border-e-indigo-600\/50 {
  border-inline-end-color: rgb(79 70 229 / 0.5);
}
.border-e-indigo-600\/55 {
  border-inline-end-color: rgb(79 70 229 / 0.55);
}
.border-e-indigo-600\/60 {
  border-inline-end-color: rgb(79 70 229 / 0.6);
}
.border-e-indigo-600\/65 {
  border-inline-end-color: rgb(79 70 229 / 0.65);
}
.border-e-indigo-600\/70 {
  border-inline-end-color: rgb(79 70 229 / 0.7);
}
.border-e-indigo-600\/75 {
  border-inline-end-color: rgb(79 70 229 / 0.75);
}
.border-e-indigo-600\/80 {
  border-inline-end-color: rgb(79 70 229 / 0.8);
}
.border-e-indigo-600\/85 {
  border-inline-end-color: rgb(79 70 229 / 0.85);
}
.border-e-indigo-600\/90 {
  border-inline-end-color: rgb(79 70 229 / 0.9);
}
.border-e-indigo-600\/95 {
  border-inline-end-color: rgb(79 70 229 / 0.95);
}
.border-e-indigo-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-e-indigo-700\/0 {
  border-inline-end-color: rgb(67 56 202 / 0);
}
.border-e-indigo-700\/10 {
  border-inline-end-color: rgb(67 56 202 / 0.1);
}
.border-e-indigo-700\/100 {
  border-inline-end-color: rgb(67 56 202 / 1);
}
.border-e-indigo-700\/15 {
  border-inline-end-color: rgb(67 56 202 / 0.15);
}
.border-e-indigo-700\/20 {
  border-inline-end-color: rgb(67 56 202 / 0.2);
}
.border-e-indigo-700\/25 {
  border-inline-end-color: rgb(67 56 202 / 0.25);
}
.border-e-indigo-700\/30 {
  border-inline-end-color: rgb(67 56 202 / 0.3);
}
.border-e-indigo-700\/35 {
  border-inline-end-color: rgb(67 56 202 / 0.35);
}
.border-e-indigo-700\/40 {
  border-inline-end-color: rgb(67 56 202 / 0.4);
}
.border-e-indigo-700\/45 {
  border-inline-end-color: rgb(67 56 202 / 0.45);
}
.border-e-indigo-700\/5 {
  border-inline-end-color: rgb(67 56 202 / 0.05);
}
.border-e-indigo-700\/50 {
  border-inline-end-color: rgb(67 56 202 / 0.5);
}
.border-e-indigo-700\/55 {
  border-inline-end-color: rgb(67 56 202 / 0.55);
}
.border-e-indigo-700\/60 {
  border-inline-end-color: rgb(67 56 202 / 0.6);
}
.border-e-indigo-700\/65 {
  border-inline-end-color: rgb(67 56 202 / 0.65);
}
.border-e-indigo-700\/70 {
  border-inline-end-color: rgb(67 56 202 / 0.7);
}
.border-e-indigo-700\/75 {
  border-inline-end-color: rgb(67 56 202 / 0.75);
}
.border-e-indigo-700\/80 {
  border-inline-end-color: rgb(67 56 202 / 0.8);
}
.border-e-indigo-700\/85 {
  border-inline-end-color: rgb(67 56 202 / 0.85);
}
.border-e-indigo-700\/90 {
  border-inline-end-color: rgb(67 56 202 / 0.9);
}
.border-e-indigo-700\/95 {
  border-inline-end-color: rgb(67 56 202 / 0.95);
}
.border-e-indigo-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-e-indigo-800\/0 {
  border-inline-end-color: rgb(55 48 163 / 0);
}
.border-e-indigo-800\/10 {
  border-inline-end-color: rgb(55 48 163 / 0.1);
}
.border-e-indigo-800\/100 {
  border-inline-end-color: rgb(55 48 163 / 1);
}
.border-e-indigo-800\/15 {
  border-inline-end-color: rgb(55 48 163 / 0.15);
}
.border-e-indigo-800\/20 {
  border-inline-end-color: rgb(55 48 163 / 0.2);
}
.border-e-indigo-800\/25 {
  border-inline-end-color: rgb(55 48 163 / 0.25);
}
.border-e-indigo-800\/30 {
  border-inline-end-color: rgb(55 48 163 / 0.3);
}
.border-e-indigo-800\/35 {
  border-inline-end-color: rgb(55 48 163 / 0.35);
}
.border-e-indigo-800\/40 {
  border-inline-end-color: rgb(55 48 163 / 0.4);
}
.border-e-indigo-800\/45 {
  border-inline-end-color: rgb(55 48 163 / 0.45);
}
.border-e-indigo-800\/5 {
  border-inline-end-color: rgb(55 48 163 / 0.05);
}
.border-e-indigo-800\/50 {
  border-inline-end-color: rgb(55 48 163 / 0.5);
}
.border-e-indigo-800\/55 {
  border-inline-end-color: rgb(55 48 163 / 0.55);
}
.border-e-indigo-800\/60 {
  border-inline-end-color: rgb(55 48 163 / 0.6);
}
.border-e-indigo-800\/65 {
  border-inline-end-color: rgb(55 48 163 / 0.65);
}
.border-e-indigo-800\/70 {
  border-inline-end-color: rgb(55 48 163 / 0.7);
}
.border-e-indigo-800\/75 {
  border-inline-end-color: rgb(55 48 163 / 0.75);
}
.border-e-indigo-800\/80 {
  border-inline-end-color: rgb(55 48 163 / 0.8);
}
.border-e-indigo-800\/85 {
  border-inline-end-color: rgb(55 48 163 / 0.85);
}
.border-e-indigo-800\/90 {
  border-inline-end-color: rgb(55 48 163 / 0.9);
}
.border-e-indigo-800\/95 {
  border-inline-end-color: rgb(55 48 163 / 0.95);
}
.border-e-indigo-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-e-indigo-900\/0 {
  border-inline-end-color: rgb(49 46 129 / 0);
}
.border-e-indigo-900\/10 {
  border-inline-end-color: rgb(49 46 129 / 0.1);
}
.border-e-indigo-900\/100 {
  border-inline-end-color: rgb(49 46 129 / 1);
}
.border-e-indigo-900\/15 {
  border-inline-end-color: rgb(49 46 129 / 0.15);
}
.border-e-indigo-900\/20 {
  border-inline-end-color: rgb(49 46 129 / 0.2);
}
.border-e-indigo-900\/25 {
  border-inline-end-color: rgb(49 46 129 / 0.25);
}
.border-e-indigo-900\/30 {
  border-inline-end-color: rgb(49 46 129 / 0.3);
}
.border-e-indigo-900\/35 {
  border-inline-end-color: rgb(49 46 129 / 0.35);
}
.border-e-indigo-900\/40 {
  border-inline-end-color: rgb(49 46 129 / 0.4);
}
.border-e-indigo-900\/45 {
  border-inline-end-color: rgb(49 46 129 / 0.45);
}
.border-e-indigo-900\/5 {
  border-inline-end-color: rgb(49 46 129 / 0.05);
}
.border-e-indigo-900\/50 {
  border-inline-end-color: rgb(49 46 129 / 0.5);
}
.border-e-indigo-900\/55 {
  border-inline-end-color: rgb(49 46 129 / 0.55);
}
.border-e-indigo-900\/60 {
  border-inline-end-color: rgb(49 46 129 / 0.6);
}
.border-e-indigo-900\/65 {
  border-inline-end-color: rgb(49 46 129 / 0.65);
}
.border-e-indigo-900\/70 {
  border-inline-end-color: rgb(49 46 129 / 0.7);
}
.border-e-indigo-900\/75 {
  border-inline-end-color: rgb(49 46 129 / 0.75);
}
.border-e-indigo-900\/80 {
  border-inline-end-color: rgb(49 46 129 / 0.8);
}
.border-e-indigo-900\/85 {
  border-inline-end-color: rgb(49 46 129 / 0.85);
}
.border-e-indigo-900\/90 {
  border-inline-end-color: rgb(49 46 129 / 0.9);
}
.border-e-indigo-900\/95 {
  border-inline-end-color: rgb(49 46 129 / 0.95);
}
.border-e-indigo-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-e-indigo-950\/0 {
  border-inline-end-color: rgb(30 27 75 / 0);
}
.border-e-indigo-950\/10 {
  border-inline-end-color: rgb(30 27 75 / 0.1);
}
.border-e-indigo-950\/100 {
  border-inline-end-color: rgb(30 27 75 / 1);
}
.border-e-indigo-950\/15 {
  border-inline-end-color: rgb(30 27 75 / 0.15);
}
.border-e-indigo-950\/20 {
  border-inline-end-color: rgb(30 27 75 / 0.2);
}
.border-e-indigo-950\/25 {
  border-inline-end-color: rgb(30 27 75 / 0.25);
}
.border-e-indigo-950\/30 {
  border-inline-end-color: rgb(30 27 75 / 0.3);
}
.border-e-indigo-950\/35 {
  border-inline-end-color: rgb(30 27 75 / 0.35);
}
.border-e-indigo-950\/40 {
  border-inline-end-color: rgb(30 27 75 / 0.4);
}
.border-e-indigo-950\/45 {
  border-inline-end-color: rgb(30 27 75 / 0.45);
}
.border-e-indigo-950\/5 {
  border-inline-end-color: rgb(30 27 75 / 0.05);
}
.border-e-indigo-950\/50 {
  border-inline-end-color: rgb(30 27 75 / 0.5);
}
.border-e-indigo-950\/55 {
  border-inline-end-color: rgb(30 27 75 / 0.55);
}
.border-e-indigo-950\/60 {
  border-inline-end-color: rgb(30 27 75 / 0.6);
}
.border-e-indigo-950\/65 {
  border-inline-end-color: rgb(30 27 75 / 0.65);
}
.border-e-indigo-950\/70 {
  border-inline-end-color: rgb(30 27 75 / 0.7);
}
.border-e-indigo-950\/75 {
  border-inline-end-color: rgb(30 27 75 / 0.75);
}
.border-e-indigo-950\/80 {
  border-inline-end-color: rgb(30 27 75 / 0.8);
}
.border-e-indigo-950\/85 {
  border-inline-end-color: rgb(30 27 75 / 0.85);
}
.border-e-indigo-950\/90 {
  border-inline-end-color: rgb(30 27 75 / 0.9);
}
.border-e-indigo-950\/95 {
  border-inline-end-color: rgb(30 27 75 / 0.95);
}
.border-e-inherit {
  border-inline-end-color: inherit;
}
.border-e-lime-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-e-lime-100\/0 {
  border-inline-end-color: rgb(236 252 203 / 0);
}
.border-e-lime-100\/10 {
  border-inline-end-color: rgb(236 252 203 / 0.1);
}
.border-e-lime-100\/100 {
  border-inline-end-color: rgb(236 252 203 / 1);
}
.border-e-lime-100\/15 {
  border-inline-end-color: rgb(236 252 203 / 0.15);
}
.border-e-lime-100\/20 {
  border-inline-end-color: rgb(236 252 203 / 0.2);
}
.border-e-lime-100\/25 {
  border-inline-end-color: rgb(236 252 203 / 0.25);
}
.border-e-lime-100\/30 {
  border-inline-end-color: rgb(236 252 203 / 0.3);
}
.border-e-lime-100\/35 {
  border-inline-end-color: rgb(236 252 203 / 0.35);
}
.border-e-lime-100\/40 {
  border-inline-end-color: rgb(236 252 203 / 0.4);
}
.border-e-lime-100\/45 {
  border-inline-end-color: rgb(236 252 203 / 0.45);
}
.border-e-lime-100\/5 {
  border-inline-end-color: rgb(236 252 203 / 0.05);
}
.border-e-lime-100\/50 {
  border-inline-end-color: rgb(236 252 203 / 0.5);
}
.border-e-lime-100\/55 {
  border-inline-end-color: rgb(236 252 203 / 0.55);
}
.border-e-lime-100\/60 {
  border-inline-end-color: rgb(236 252 203 / 0.6);
}
.border-e-lime-100\/65 {
  border-inline-end-color: rgb(236 252 203 / 0.65);
}
.border-e-lime-100\/70 {
  border-inline-end-color: rgb(236 252 203 / 0.7);
}
.border-e-lime-100\/75 {
  border-inline-end-color: rgb(236 252 203 / 0.75);
}
.border-e-lime-100\/80 {
  border-inline-end-color: rgb(236 252 203 / 0.8);
}
.border-e-lime-100\/85 {
  border-inline-end-color: rgb(236 252 203 / 0.85);
}
.border-e-lime-100\/90 {
  border-inline-end-color: rgb(236 252 203 / 0.9);
}
.border-e-lime-100\/95 {
  border-inline-end-color: rgb(236 252 203 / 0.95);
}
.border-e-lime-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-e-lime-200\/0 {
  border-inline-end-color: rgb(217 249 157 / 0);
}
.border-e-lime-200\/10 {
  border-inline-end-color: rgb(217 249 157 / 0.1);
}
.border-e-lime-200\/100 {
  border-inline-end-color: rgb(217 249 157 / 1);
}
.border-e-lime-200\/15 {
  border-inline-end-color: rgb(217 249 157 / 0.15);
}
.border-e-lime-200\/20 {
  border-inline-end-color: rgb(217 249 157 / 0.2);
}
.border-e-lime-200\/25 {
  border-inline-end-color: rgb(217 249 157 / 0.25);
}
.border-e-lime-200\/30 {
  border-inline-end-color: rgb(217 249 157 / 0.3);
}
.border-e-lime-200\/35 {
  border-inline-end-color: rgb(217 249 157 / 0.35);
}
.border-e-lime-200\/40 {
  border-inline-end-color: rgb(217 249 157 / 0.4);
}
.border-e-lime-200\/45 {
  border-inline-end-color: rgb(217 249 157 / 0.45);
}
.border-e-lime-200\/5 {
  border-inline-end-color: rgb(217 249 157 / 0.05);
}
.border-e-lime-200\/50 {
  border-inline-end-color: rgb(217 249 157 / 0.5);
}
.border-e-lime-200\/55 {
  border-inline-end-color: rgb(217 249 157 / 0.55);
}
.border-e-lime-200\/60 {
  border-inline-end-color: rgb(217 249 157 / 0.6);
}
.border-e-lime-200\/65 {
  border-inline-end-color: rgb(217 249 157 / 0.65);
}
.border-e-lime-200\/70 {
  border-inline-end-color: rgb(217 249 157 / 0.7);
}
.border-e-lime-200\/75 {
  border-inline-end-color: rgb(217 249 157 / 0.75);
}
.border-e-lime-200\/80 {
  border-inline-end-color: rgb(217 249 157 / 0.8);
}
.border-e-lime-200\/85 {
  border-inline-end-color: rgb(217 249 157 / 0.85);
}
.border-e-lime-200\/90 {
  border-inline-end-color: rgb(217 249 157 / 0.9);
}
.border-e-lime-200\/95 {
  border-inline-end-color: rgb(217 249 157 / 0.95);
}
.border-e-lime-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-e-lime-300\/0 {
  border-inline-end-color: rgb(190 242 100 / 0);
}
.border-e-lime-300\/10 {
  border-inline-end-color: rgb(190 242 100 / 0.1);
}
.border-e-lime-300\/100 {
  border-inline-end-color: rgb(190 242 100 / 1);
}
.border-e-lime-300\/15 {
  border-inline-end-color: rgb(190 242 100 / 0.15);
}
.border-e-lime-300\/20 {
  border-inline-end-color: rgb(190 242 100 / 0.2);
}
.border-e-lime-300\/25 {
  border-inline-end-color: rgb(190 242 100 / 0.25);
}
.border-e-lime-300\/30 {
  border-inline-end-color: rgb(190 242 100 / 0.3);
}
.border-e-lime-300\/35 {
  border-inline-end-color: rgb(190 242 100 / 0.35);
}
.border-e-lime-300\/40 {
  border-inline-end-color: rgb(190 242 100 / 0.4);
}
.border-e-lime-300\/45 {
  border-inline-end-color: rgb(190 242 100 / 0.45);
}
.border-e-lime-300\/5 {
  border-inline-end-color: rgb(190 242 100 / 0.05);
}
.border-e-lime-300\/50 {
  border-inline-end-color: rgb(190 242 100 / 0.5);
}
.border-e-lime-300\/55 {
  border-inline-end-color: rgb(190 242 100 / 0.55);
}
.border-e-lime-300\/60 {
  border-inline-end-color: rgb(190 242 100 / 0.6);
}
.border-e-lime-300\/65 {
  border-inline-end-color: rgb(190 242 100 / 0.65);
}
.border-e-lime-300\/70 {
  border-inline-end-color: rgb(190 242 100 / 0.7);
}
.border-e-lime-300\/75 {
  border-inline-end-color: rgb(190 242 100 / 0.75);
}
.border-e-lime-300\/80 {
  border-inline-end-color: rgb(190 242 100 / 0.8);
}
.border-e-lime-300\/85 {
  border-inline-end-color: rgb(190 242 100 / 0.85);
}
.border-e-lime-300\/90 {
  border-inline-end-color: rgb(190 242 100 / 0.9);
}
.border-e-lime-300\/95 {
  border-inline-end-color: rgb(190 242 100 / 0.95);
}
.border-e-lime-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-e-lime-400\/0 {
  border-inline-end-color: rgb(163 230 53 / 0);
}
.border-e-lime-400\/10 {
  border-inline-end-color: rgb(163 230 53 / 0.1);
}
.border-e-lime-400\/100 {
  border-inline-end-color: rgb(163 230 53 / 1);
}
.border-e-lime-400\/15 {
  border-inline-end-color: rgb(163 230 53 / 0.15);
}
.border-e-lime-400\/20 {
  border-inline-end-color: rgb(163 230 53 / 0.2);
}
.border-e-lime-400\/25 {
  border-inline-end-color: rgb(163 230 53 / 0.25);
}
.border-e-lime-400\/30 {
  border-inline-end-color: rgb(163 230 53 / 0.3);
}
.border-e-lime-400\/35 {
  border-inline-end-color: rgb(163 230 53 / 0.35);
}
.border-e-lime-400\/40 {
  border-inline-end-color: rgb(163 230 53 / 0.4);
}
.border-e-lime-400\/45 {
  border-inline-end-color: rgb(163 230 53 / 0.45);
}
.border-e-lime-400\/5 {
  border-inline-end-color: rgb(163 230 53 / 0.05);
}
.border-e-lime-400\/50 {
  border-inline-end-color: rgb(163 230 53 / 0.5);
}
.border-e-lime-400\/55 {
  border-inline-end-color: rgb(163 230 53 / 0.55);
}
.border-e-lime-400\/60 {
  border-inline-end-color: rgb(163 230 53 / 0.6);
}
.border-e-lime-400\/65 {
  border-inline-end-color: rgb(163 230 53 / 0.65);
}
.border-e-lime-400\/70 {
  border-inline-end-color: rgb(163 230 53 / 0.7);
}
.border-e-lime-400\/75 {
  border-inline-end-color: rgb(163 230 53 / 0.75);
}
.border-e-lime-400\/80 {
  border-inline-end-color: rgb(163 230 53 / 0.8);
}
.border-e-lime-400\/85 {
  border-inline-end-color: rgb(163 230 53 / 0.85);
}
.border-e-lime-400\/90 {
  border-inline-end-color: rgb(163 230 53 / 0.9);
}
.border-e-lime-400\/95 {
  border-inline-end-color: rgb(163 230 53 / 0.95);
}
.border-e-lime-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-e-lime-50\/0 {
  border-inline-end-color: rgb(247 254 231 / 0);
}
.border-e-lime-50\/10 {
  border-inline-end-color: rgb(247 254 231 / 0.1);
}
.border-e-lime-50\/100 {
  border-inline-end-color: rgb(247 254 231 / 1);
}
.border-e-lime-50\/15 {
  border-inline-end-color: rgb(247 254 231 / 0.15);
}
.border-e-lime-50\/20 {
  border-inline-end-color: rgb(247 254 231 / 0.2);
}
.border-e-lime-50\/25 {
  border-inline-end-color: rgb(247 254 231 / 0.25);
}
.border-e-lime-50\/30 {
  border-inline-end-color: rgb(247 254 231 / 0.3);
}
.border-e-lime-50\/35 {
  border-inline-end-color: rgb(247 254 231 / 0.35);
}
.border-e-lime-50\/40 {
  border-inline-end-color: rgb(247 254 231 / 0.4);
}
.border-e-lime-50\/45 {
  border-inline-end-color: rgb(247 254 231 / 0.45);
}
.border-e-lime-50\/5 {
  border-inline-end-color: rgb(247 254 231 / 0.05);
}
.border-e-lime-50\/50 {
  border-inline-end-color: rgb(247 254 231 / 0.5);
}
.border-e-lime-50\/55 {
  border-inline-end-color: rgb(247 254 231 / 0.55);
}
.border-e-lime-50\/60 {
  border-inline-end-color: rgb(247 254 231 / 0.6);
}
.border-e-lime-50\/65 {
  border-inline-end-color: rgb(247 254 231 / 0.65);
}
.border-e-lime-50\/70 {
  border-inline-end-color: rgb(247 254 231 / 0.7);
}
.border-e-lime-50\/75 {
  border-inline-end-color: rgb(247 254 231 / 0.75);
}
.border-e-lime-50\/80 {
  border-inline-end-color: rgb(247 254 231 / 0.8);
}
.border-e-lime-50\/85 {
  border-inline-end-color: rgb(247 254 231 / 0.85);
}
.border-e-lime-50\/90 {
  border-inline-end-color: rgb(247 254 231 / 0.9);
}
.border-e-lime-50\/95 {
  border-inline-end-color: rgb(247 254 231 / 0.95);
}
.border-e-lime-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-e-lime-500\/0 {
  border-inline-end-color: rgb(132 204 22 / 0);
}
.border-e-lime-500\/10 {
  border-inline-end-color: rgb(132 204 22 / 0.1);
}
.border-e-lime-500\/100 {
  border-inline-end-color: rgb(132 204 22 / 1);
}
.border-e-lime-500\/15 {
  border-inline-end-color: rgb(132 204 22 / 0.15);
}
.border-e-lime-500\/20 {
  border-inline-end-color: rgb(132 204 22 / 0.2);
}
.border-e-lime-500\/25 {
  border-inline-end-color: rgb(132 204 22 / 0.25);
}
.border-e-lime-500\/30 {
  border-inline-end-color: rgb(132 204 22 / 0.3);
}
.border-e-lime-500\/35 {
  border-inline-end-color: rgb(132 204 22 / 0.35);
}
.border-e-lime-500\/40 {
  border-inline-end-color: rgb(132 204 22 / 0.4);
}
.border-e-lime-500\/45 {
  border-inline-end-color: rgb(132 204 22 / 0.45);
}
.border-e-lime-500\/5 {
  border-inline-end-color: rgb(132 204 22 / 0.05);
}
.border-e-lime-500\/50 {
  border-inline-end-color: rgb(132 204 22 / 0.5);
}
.border-e-lime-500\/55 {
  border-inline-end-color: rgb(132 204 22 / 0.55);
}
.border-e-lime-500\/60 {
  border-inline-end-color: rgb(132 204 22 / 0.6);
}
.border-e-lime-500\/65 {
  border-inline-end-color: rgb(132 204 22 / 0.65);
}
.border-e-lime-500\/70 {
  border-inline-end-color: rgb(132 204 22 / 0.7);
}
.border-e-lime-500\/75 {
  border-inline-end-color: rgb(132 204 22 / 0.75);
}
.border-e-lime-500\/80 {
  border-inline-end-color: rgb(132 204 22 / 0.8);
}
.border-e-lime-500\/85 {
  border-inline-end-color: rgb(132 204 22 / 0.85);
}
.border-e-lime-500\/90 {
  border-inline-end-color: rgb(132 204 22 / 0.9);
}
.border-e-lime-500\/95 {
  border-inline-end-color: rgb(132 204 22 / 0.95);
}
.border-e-lime-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-e-lime-600\/0 {
  border-inline-end-color: rgb(101 163 13 / 0);
}
.border-e-lime-600\/10 {
  border-inline-end-color: rgb(101 163 13 / 0.1);
}
.border-e-lime-600\/100 {
  border-inline-end-color: rgb(101 163 13 / 1);
}
.border-e-lime-600\/15 {
  border-inline-end-color: rgb(101 163 13 / 0.15);
}
.border-e-lime-600\/20 {
  border-inline-end-color: rgb(101 163 13 / 0.2);
}
.border-e-lime-600\/25 {
  border-inline-end-color: rgb(101 163 13 / 0.25);
}
.border-e-lime-600\/30 {
  border-inline-end-color: rgb(101 163 13 / 0.3);
}
.border-e-lime-600\/35 {
  border-inline-end-color: rgb(101 163 13 / 0.35);
}
.border-e-lime-600\/40 {
  border-inline-end-color: rgb(101 163 13 / 0.4);
}
.border-e-lime-600\/45 {
  border-inline-end-color: rgb(101 163 13 / 0.45);
}
.border-e-lime-600\/5 {
  border-inline-end-color: rgb(101 163 13 / 0.05);
}
.border-e-lime-600\/50 {
  border-inline-end-color: rgb(101 163 13 / 0.5);
}
.border-e-lime-600\/55 {
  border-inline-end-color: rgb(101 163 13 / 0.55);
}
.border-e-lime-600\/60 {
  border-inline-end-color: rgb(101 163 13 / 0.6);
}
.border-e-lime-600\/65 {
  border-inline-end-color: rgb(101 163 13 / 0.65);
}
.border-e-lime-600\/70 {
  border-inline-end-color: rgb(101 163 13 / 0.7);
}
.border-e-lime-600\/75 {
  border-inline-end-color: rgb(101 163 13 / 0.75);
}
.border-e-lime-600\/80 {
  border-inline-end-color: rgb(101 163 13 / 0.8);
}
.border-e-lime-600\/85 {
  border-inline-end-color: rgb(101 163 13 / 0.85);
}
.border-e-lime-600\/90 {
  border-inline-end-color: rgb(101 163 13 / 0.9);
}
.border-e-lime-600\/95 {
  border-inline-end-color: rgb(101 163 13 / 0.95);
}
.border-e-lime-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-e-lime-700\/0 {
  border-inline-end-color: rgb(77 124 15 / 0);
}
.border-e-lime-700\/10 {
  border-inline-end-color: rgb(77 124 15 / 0.1);
}
.border-e-lime-700\/100 {
  border-inline-end-color: rgb(77 124 15 / 1);
}
.border-e-lime-700\/15 {
  border-inline-end-color: rgb(77 124 15 / 0.15);
}
.border-e-lime-700\/20 {
  border-inline-end-color: rgb(77 124 15 / 0.2);
}
.border-e-lime-700\/25 {
  border-inline-end-color: rgb(77 124 15 / 0.25);
}
.border-e-lime-700\/30 {
  border-inline-end-color: rgb(77 124 15 / 0.3);
}
.border-e-lime-700\/35 {
  border-inline-end-color: rgb(77 124 15 / 0.35);
}
.border-e-lime-700\/40 {
  border-inline-end-color: rgb(77 124 15 / 0.4);
}
.border-e-lime-700\/45 {
  border-inline-end-color: rgb(77 124 15 / 0.45);
}
.border-e-lime-700\/5 {
  border-inline-end-color: rgb(77 124 15 / 0.05);
}
.border-e-lime-700\/50 {
  border-inline-end-color: rgb(77 124 15 / 0.5);
}
.border-e-lime-700\/55 {
  border-inline-end-color: rgb(77 124 15 / 0.55);
}
.border-e-lime-700\/60 {
  border-inline-end-color: rgb(77 124 15 / 0.6);
}
.border-e-lime-700\/65 {
  border-inline-end-color: rgb(77 124 15 / 0.65);
}
.border-e-lime-700\/70 {
  border-inline-end-color: rgb(77 124 15 / 0.7);
}
.border-e-lime-700\/75 {
  border-inline-end-color: rgb(77 124 15 / 0.75);
}
.border-e-lime-700\/80 {
  border-inline-end-color: rgb(77 124 15 / 0.8);
}
.border-e-lime-700\/85 {
  border-inline-end-color: rgb(77 124 15 / 0.85);
}
.border-e-lime-700\/90 {
  border-inline-end-color: rgb(77 124 15 / 0.9);
}
.border-e-lime-700\/95 {
  border-inline-end-color: rgb(77 124 15 / 0.95);
}
.border-e-lime-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-e-lime-800\/0 {
  border-inline-end-color: rgb(63 98 18 / 0);
}
.border-e-lime-800\/10 {
  border-inline-end-color: rgb(63 98 18 / 0.1);
}
.border-e-lime-800\/100 {
  border-inline-end-color: rgb(63 98 18 / 1);
}
.border-e-lime-800\/15 {
  border-inline-end-color: rgb(63 98 18 / 0.15);
}
.border-e-lime-800\/20 {
  border-inline-end-color: rgb(63 98 18 / 0.2);
}
.border-e-lime-800\/25 {
  border-inline-end-color: rgb(63 98 18 / 0.25);
}
.border-e-lime-800\/30 {
  border-inline-end-color: rgb(63 98 18 / 0.3);
}
.border-e-lime-800\/35 {
  border-inline-end-color: rgb(63 98 18 / 0.35);
}
.border-e-lime-800\/40 {
  border-inline-end-color: rgb(63 98 18 / 0.4);
}
.border-e-lime-800\/45 {
  border-inline-end-color: rgb(63 98 18 / 0.45);
}
.border-e-lime-800\/5 {
  border-inline-end-color: rgb(63 98 18 / 0.05);
}
.border-e-lime-800\/50 {
  border-inline-end-color: rgb(63 98 18 / 0.5);
}
.border-e-lime-800\/55 {
  border-inline-end-color: rgb(63 98 18 / 0.55);
}
.border-e-lime-800\/60 {
  border-inline-end-color: rgb(63 98 18 / 0.6);
}
.border-e-lime-800\/65 {
  border-inline-end-color: rgb(63 98 18 / 0.65);
}
.border-e-lime-800\/70 {
  border-inline-end-color: rgb(63 98 18 / 0.7);
}
.border-e-lime-800\/75 {
  border-inline-end-color: rgb(63 98 18 / 0.75);
}
.border-e-lime-800\/80 {
  border-inline-end-color: rgb(63 98 18 / 0.8);
}
.border-e-lime-800\/85 {
  border-inline-end-color: rgb(63 98 18 / 0.85);
}
.border-e-lime-800\/90 {
  border-inline-end-color: rgb(63 98 18 / 0.9);
}
.border-e-lime-800\/95 {
  border-inline-end-color: rgb(63 98 18 / 0.95);
}
.border-e-lime-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-e-lime-900\/0 {
  border-inline-end-color: rgb(54 83 20 / 0);
}
.border-e-lime-900\/10 {
  border-inline-end-color: rgb(54 83 20 / 0.1);
}
.border-e-lime-900\/100 {
  border-inline-end-color: rgb(54 83 20 / 1);
}
.border-e-lime-900\/15 {
  border-inline-end-color: rgb(54 83 20 / 0.15);
}
.border-e-lime-900\/20 {
  border-inline-end-color: rgb(54 83 20 / 0.2);
}
.border-e-lime-900\/25 {
  border-inline-end-color: rgb(54 83 20 / 0.25);
}
.border-e-lime-900\/30 {
  border-inline-end-color: rgb(54 83 20 / 0.3);
}
.border-e-lime-900\/35 {
  border-inline-end-color: rgb(54 83 20 / 0.35);
}
.border-e-lime-900\/40 {
  border-inline-end-color: rgb(54 83 20 / 0.4);
}
.border-e-lime-900\/45 {
  border-inline-end-color: rgb(54 83 20 / 0.45);
}
.border-e-lime-900\/5 {
  border-inline-end-color: rgb(54 83 20 / 0.05);
}
.border-e-lime-900\/50 {
  border-inline-end-color: rgb(54 83 20 / 0.5);
}
.border-e-lime-900\/55 {
  border-inline-end-color: rgb(54 83 20 / 0.55);
}
.border-e-lime-900\/60 {
  border-inline-end-color: rgb(54 83 20 / 0.6);
}
.border-e-lime-900\/65 {
  border-inline-end-color: rgb(54 83 20 / 0.65);
}
.border-e-lime-900\/70 {
  border-inline-end-color: rgb(54 83 20 / 0.7);
}
.border-e-lime-900\/75 {
  border-inline-end-color: rgb(54 83 20 / 0.75);
}
.border-e-lime-900\/80 {
  border-inline-end-color: rgb(54 83 20 / 0.8);
}
.border-e-lime-900\/85 {
  border-inline-end-color: rgb(54 83 20 / 0.85);
}
.border-e-lime-900\/90 {
  border-inline-end-color: rgb(54 83 20 / 0.9);
}
.border-e-lime-900\/95 {
  border-inline-end-color: rgb(54 83 20 / 0.95);
}
.border-e-lime-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-e-lime-950\/0 {
  border-inline-end-color: rgb(26 46 5 / 0);
}
.border-e-lime-950\/10 {
  border-inline-end-color: rgb(26 46 5 / 0.1);
}
.border-e-lime-950\/100 {
  border-inline-end-color: rgb(26 46 5 / 1);
}
.border-e-lime-950\/15 {
  border-inline-end-color: rgb(26 46 5 / 0.15);
}
.border-e-lime-950\/20 {
  border-inline-end-color: rgb(26 46 5 / 0.2);
}
.border-e-lime-950\/25 {
  border-inline-end-color: rgb(26 46 5 / 0.25);
}
.border-e-lime-950\/30 {
  border-inline-end-color: rgb(26 46 5 / 0.3);
}
.border-e-lime-950\/35 {
  border-inline-end-color: rgb(26 46 5 / 0.35);
}
.border-e-lime-950\/40 {
  border-inline-end-color: rgb(26 46 5 / 0.4);
}
.border-e-lime-950\/45 {
  border-inline-end-color: rgb(26 46 5 / 0.45);
}
.border-e-lime-950\/5 {
  border-inline-end-color: rgb(26 46 5 / 0.05);
}
.border-e-lime-950\/50 {
  border-inline-end-color: rgb(26 46 5 / 0.5);
}
.border-e-lime-950\/55 {
  border-inline-end-color: rgb(26 46 5 / 0.55);
}
.border-e-lime-950\/60 {
  border-inline-end-color: rgb(26 46 5 / 0.6);
}
.border-e-lime-950\/65 {
  border-inline-end-color: rgb(26 46 5 / 0.65);
}
.border-e-lime-950\/70 {
  border-inline-end-color: rgb(26 46 5 / 0.7);
}
.border-e-lime-950\/75 {
  border-inline-end-color: rgb(26 46 5 / 0.75);
}
.border-e-lime-950\/80 {
  border-inline-end-color: rgb(26 46 5 / 0.8);
}
.border-e-lime-950\/85 {
  border-inline-end-color: rgb(26 46 5 / 0.85);
}
.border-e-lime-950\/90 {
  border-inline-end-color: rgb(26 46 5 / 0.9);
}
.border-e-lime-950\/95 {
  border-inline-end-color: rgb(26 46 5 / 0.95);
}
.border-e-neutral-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-e-neutral-100\/0 {
  border-inline-end-color: rgb(245 245 245 / 0);
}
.border-e-neutral-100\/10 {
  border-inline-end-color: rgb(245 245 245 / 0.1);
}
.border-e-neutral-100\/100 {
  border-inline-end-color: rgb(245 245 245 / 1);
}
.border-e-neutral-100\/15 {
  border-inline-end-color: rgb(245 245 245 / 0.15);
}
.border-e-neutral-100\/20 {
  border-inline-end-color: rgb(245 245 245 / 0.2);
}
.border-e-neutral-100\/25 {
  border-inline-end-color: rgb(245 245 245 / 0.25);
}
.border-e-neutral-100\/30 {
  border-inline-end-color: rgb(245 245 245 / 0.3);
}
.border-e-neutral-100\/35 {
  border-inline-end-color: rgb(245 245 245 / 0.35);
}
.border-e-neutral-100\/40 {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}
.border-e-neutral-100\/45 {
  border-inline-end-color: rgb(245 245 245 / 0.45);
}
.border-e-neutral-100\/5 {
  border-inline-end-color: rgb(245 245 245 / 0.05);
}
.border-e-neutral-100\/50 {
  border-inline-end-color: rgb(245 245 245 / 0.5);
}
.border-e-neutral-100\/55 {
  border-inline-end-color: rgb(245 245 245 / 0.55);
}
.border-e-neutral-100\/60 {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}
.border-e-neutral-100\/65 {
  border-inline-end-color: rgb(245 245 245 / 0.65);
}
.border-e-neutral-100\/70 {
  border-inline-end-color: rgb(245 245 245 / 0.7);
}
.border-e-neutral-100\/75 {
  border-inline-end-color: rgb(245 245 245 / 0.75);
}
.border-e-neutral-100\/80 {
  border-inline-end-color: rgb(245 245 245 / 0.8);
}
.border-e-neutral-100\/85 {
  border-inline-end-color: rgb(245 245 245 / 0.85);
}
.border-e-neutral-100\/90 {
  border-inline-end-color: rgb(245 245 245 / 0.9);
}
.border-e-neutral-100\/95 {
  border-inline-end-color: rgb(245 245 245 / 0.95);
}
.border-e-neutral-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-e-neutral-200\/0 {
  border-inline-end-color: rgb(229 229 229 / 0);
}
.border-e-neutral-200\/10 {
  border-inline-end-color: rgb(229 229 229 / 0.1);
}
.border-e-neutral-200\/100 {
  border-inline-end-color: rgb(229 229 229 / 1);
}
.border-e-neutral-200\/15 {
  border-inline-end-color: rgb(229 229 229 / 0.15);
}
.border-e-neutral-200\/20 {
  border-inline-end-color: rgb(229 229 229 / 0.2);
}
.border-e-neutral-200\/25 {
  border-inline-end-color: rgb(229 229 229 / 0.25);
}
.border-e-neutral-200\/30 {
  border-inline-end-color: rgb(229 229 229 / 0.3);
}
.border-e-neutral-200\/35 {
  border-inline-end-color: rgb(229 229 229 / 0.35);
}
.border-e-neutral-200\/40 {
  border-inline-end-color: rgb(229 229 229 / 0.4);
}
.border-e-neutral-200\/45 {
  border-inline-end-color: rgb(229 229 229 / 0.45);
}
.border-e-neutral-200\/5 {
  border-inline-end-color: rgb(229 229 229 / 0.05);
}
.border-e-neutral-200\/50 {
  border-inline-end-color: rgb(229 229 229 / 0.5);
}
.border-e-neutral-200\/55 {
  border-inline-end-color: rgb(229 229 229 / 0.55);
}
.border-e-neutral-200\/60 {
  border-inline-end-color: rgb(229 229 229 / 0.6);
}
.border-e-neutral-200\/65 {
  border-inline-end-color: rgb(229 229 229 / 0.65);
}
.border-e-neutral-200\/70 {
  border-inline-end-color: rgb(229 229 229 / 0.7);
}
.border-e-neutral-200\/75 {
  border-inline-end-color: rgb(229 229 229 / 0.75);
}
.border-e-neutral-200\/80 {
  border-inline-end-color: rgb(229 229 229 / 0.8);
}
.border-e-neutral-200\/85 {
  border-inline-end-color: rgb(229 229 229 / 0.85);
}
.border-e-neutral-200\/90 {
  border-inline-end-color: rgb(229 229 229 / 0.9);
}
.border-e-neutral-200\/95 {
  border-inline-end-color: rgb(229 229 229 / 0.95);
}
.border-e-neutral-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-e-neutral-300\/0 {
  border-inline-end-color: rgb(212 212 212 / 0);
}
.border-e-neutral-300\/10 {
  border-inline-end-color: rgb(212 212 212 / 0.1);
}
.border-e-neutral-300\/100 {
  border-inline-end-color: rgb(212 212 212 / 1);
}
.border-e-neutral-300\/15 {
  border-inline-end-color: rgb(212 212 212 / 0.15);
}
.border-e-neutral-300\/20 {
  border-inline-end-color: rgb(212 212 212 / 0.2);
}
.border-e-neutral-300\/25 {
  border-inline-end-color: rgb(212 212 212 / 0.25);
}
.border-e-neutral-300\/30 {
  border-inline-end-color: rgb(212 212 212 / 0.3);
}
.border-e-neutral-300\/35 {
  border-inline-end-color: rgb(212 212 212 / 0.35);
}
.border-e-neutral-300\/40 {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}
.border-e-neutral-300\/45 {
  border-inline-end-color: rgb(212 212 212 / 0.45);
}
.border-e-neutral-300\/5 {
  border-inline-end-color: rgb(212 212 212 / 0.05);
}
.border-e-neutral-300\/50 {
  border-inline-end-color: rgb(212 212 212 / 0.5);
}
.border-e-neutral-300\/55 {
  border-inline-end-color: rgb(212 212 212 / 0.55);
}
.border-e-neutral-300\/60 {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}
.border-e-neutral-300\/65 {
  border-inline-end-color: rgb(212 212 212 / 0.65);
}
.border-e-neutral-300\/70 {
  border-inline-end-color: rgb(212 212 212 / 0.7);
}
.border-e-neutral-300\/75 {
  border-inline-end-color: rgb(212 212 212 / 0.75);
}
.border-e-neutral-300\/80 {
  border-inline-end-color: rgb(212 212 212 / 0.8);
}
.border-e-neutral-300\/85 {
  border-inline-end-color: rgb(212 212 212 / 0.85);
}
.border-e-neutral-300\/90 {
  border-inline-end-color: rgb(212 212 212 / 0.9);
}
.border-e-neutral-300\/95 {
  border-inline-end-color: rgb(212 212 212 / 0.95);
}
.border-e-neutral-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-e-neutral-400\/0 {
  border-inline-end-color: rgb(163 163 163 / 0);
}
.border-e-neutral-400\/10 {
  border-inline-end-color: rgb(163 163 163 / 0.1);
}
.border-e-neutral-400\/100 {
  border-inline-end-color: rgb(163 163 163 / 1);
}
.border-e-neutral-400\/15 {
  border-inline-end-color: rgb(163 163 163 / 0.15);
}
.border-e-neutral-400\/20 {
  border-inline-end-color: rgb(163 163 163 / 0.2);
}
.border-e-neutral-400\/25 {
  border-inline-end-color: rgb(163 163 163 / 0.25);
}
.border-e-neutral-400\/30 {
  border-inline-end-color: rgb(163 163 163 / 0.3);
}
.border-e-neutral-400\/35 {
  border-inline-end-color: rgb(163 163 163 / 0.35);
}
.border-e-neutral-400\/40 {
  border-inline-end-color: rgb(163 163 163 / 0.4);
}
.border-e-neutral-400\/45 {
  border-inline-end-color: rgb(163 163 163 / 0.45);
}
.border-e-neutral-400\/5 {
  border-inline-end-color: rgb(163 163 163 / 0.05);
}
.border-e-neutral-400\/50 {
  border-inline-end-color: rgb(163 163 163 / 0.5);
}
.border-e-neutral-400\/55 {
  border-inline-end-color: rgb(163 163 163 / 0.55);
}
.border-e-neutral-400\/60 {
  border-inline-end-color: rgb(163 163 163 / 0.6);
}
.border-e-neutral-400\/65 {
  border-inline-end-color: rgb(163 163 163 / 0.65);
}
.border-e-neutral-400\/70 {
  border-inline-end-color: rgb(163 163 163 / 0.7);
}
.border-e-neutral-400\/75 {
  border-inline-end-color: rgb(163 163 163 / 0.75);
}
.border-e-neutral-400\/80 {
  border-inline-end-color: rgb(163 163 163 / 0.8);
}
.border-e-neutral-400\/85 {
  border-inline-end-color: rgb(163 163 163 / 0.85);
}
.border-e-neutral-400\/90 {
  border-inline-end-color: rgb(163 163 163 / 0.9);
}
.border-e-neutral-400\/95 {
  border-inline-end-color: rgb(163 163 163 / 0.95);
}
.border-e-neutral-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-e-neutral-50\/0 {
  border-inline-end-color: rgb(250 250 250 / 0);
}
.border-e-neutral-50\/10 {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}
.border-e-neutral-50\/100 {
  border-inline-end-color: rgb(250 250 250 / 1);
}
.border-e-neutral-50\/15 {
  border-inline-end-color: rgb(250 250 250 / 0.15);
}
.border-e-neutral-50\/20 {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}
.border-e-neutral-50\/25 {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}
.border-e-neutral-50\/30 {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}
.border-e-neutral-50\/35 {
  border-inline-end-color: rgb(250 250 250 / 0.35);
}
.border-e-neutral-50\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.border-e-neutral-50\/45 {
  border-inline-end-color: rgb(250 250 250 / 0.45);
}
.border-e-neutral-50\/5 {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}
.border-e-neutral-50\/50 {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}
.border-e-neutral-50\/55 {
  border-inline-end-color: rgb(250 250 250 / 0.55);
}
.border-e-neutral-50\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.border-e-neutral-50\/65 {
  border-inline-end-color: rgb(250 250 250 / 0.65);
}
.border-e-neutral-50\/70 {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}
.border-e-neutral-50\/75 {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}
.border-e-neutral-50\/80 {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}
.border-e-neutral-50\/85 {
  border-inline-end-color: rgb(250 250 250 / 0.85);
}
.border-e-neutral-50\/90 {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}
.border-e-neutral-50\/95 {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}
.border-e-neutral-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-e-neutral-500\/0 {
  border-inline-end-color: rgb(115 115 115 / 0);
}
.border-e-neutral-500\/10 {
  border-inline-end-color: rgb(115 115 115 / 0.1);
}
.border-e-neutral-500\/100 {
  border-inline-end-color: rgb(115 115 115 / 1);
}
.border-e-neutral-500\/15 {
  border-inline-end-color: rgb(115 115 115 / 0.15);
}
.border-e-neutral-500\/20 {
  border-inline-end-color: rgb(115 115 115 / 0.2);
}
.border-e-neutral-500\/25 {
  border-inline-end-color: rgb(115 115 115 / 0.25);
}
.border-e-neutral-500\/30 {
  border-inline-end-color: rgb(115 115 115 / 0.3);
}
.border-e-neutral-500\/35 {
  border-inline-end-color: rgb(115 115 115 / 0.35);
}
.border-e-neutral-500\/40 {
  border-inline-end-color: rgb(115 115 115 / 0.4);
}
.border-e-neutral-500\/45 {
  border-inline-end-color: rgb(115 115 115 / 0.45);
}
.border-e-neutral-500\/5 {
  border-inline-end-color: rgb(115 115 115 / 0.05);
}
.border-e-neutral-500\/50 {
  border-inline-end-color: rgb(115 115 115 / 0.5);
}
.border-e-neutral-500\/55 {
  border-inline-end-color: rgb(115 115 115 / 0.55);
}
.border-e-neutral-500\/60 {
  border-inline-end-color: rgb(115 115 115 / 0.6);
}
.border-e-neutral-500\/65 {
  border-inline-end-color: rgb(115 115 115 / 0.65);
}
.border-e-neutral-500\/70 {
  border-inline-end-color: rgb(115 115 115 / 0.7);
}
.border-e-neutral-500\/75 {
  border-inline-end-color: rgb(115 115 115 / 0.75);
}
.border-e-neutral-500\/80 {
  border-inline-end-color: rgb(115 115 115 / 0.8);
}
.border-e-neutral-500\/85 {
  border-inline-end-color: rgb(115 115 115 / 0.85);
}
.border-e-neutral-500\/90 {
  border-inline-end-color: rgb(115 115 115 / 0.9);
}
.border-e-neutral-500\/95 {
  border-inline-end-color: rgb(115 115 115 / 0.95);
}
.border-e-neutral-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-e-neutral-600\/0 {
  border-inline-end-color: rgb(82 82 82 / 0);
}
.border-e-neutral-600\/10 {
  border-inline-end-color: rgb(82 82 82 / 0.1);
}
.border-e-neutral-600\/100 {
  border-inline-end-color: rgb(82 82 82 / 1);
}
.border-e-neutral-600\/15 {
  border-inline-end-color: rgb(82 82 82 / 0.15);
}
.border-e-neutral-600\/20 {
  border-inline-end-color: rgb(82 82 82 / 0.2);
}
.border-e-neutral-600\/25 {
  border-inline-end-color: rgb(82 82 82 / 0.25);
}
.border-e-neutral-600\/30 {
  border-inline-end-color: rgb(82 82 82 / 0.3);
}
.border-e-neutral-600\/35 {
  border-inline-end-color: rgb(82 82 82 / 0.35);
}
.border-e-neutral-600\/40 {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}
.border-e-neutral-600\/45 {
  border-inline-end-color: rgb(82 82 82 / 0.45);
}
.border-e-neutral-600\/5 {
  border-inline-end-color: rgb(82 82 82 / 0.05);
}
.border-e-neutral-600\/50 {
  border-inline-end-color: rgb(82 82 82 / 0.5);
}
.border-e-neutral-600\/55 {
  border-inline-end-color: rgb(82 82 82 / 0.55);
}
.border-e-neutral-600\/60 {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}
.border-e-neutral-600\/65 {
  border-inline-end-color: rgb(82 82 82 / 0.65);
}
.border-e-neutral-600\/70 {
  border-inline-end-color: rgb(82 82 82 / 0.7);
}
.border-e-neutral-600\/75 {
  border-inline-end-color: rgb(82 82 82 / 0.75);
}
.border-e-neutral-600\/80 {
  border-inline-end-color: rgb(82 82 82 / 0.8);
}
.border-e-neutral-600\/85 {
  border-inline-end-color: rgb(82 82 82 / 0.85);
}
.border-e-neutral-600\/90 {
  border-inline-end-color: rgb(82 82 82 / 0.9);
}
.border-e-neutral-600\/95 {
  border-inline-end-color: rgb(82 82 82 / 0.95);
}
.border-e-neutral-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-e-neutral-700\/0 {
  border-inline-end-color: rgb(64 64 64 / 0);
}
.border-e-neutral-700\/10 {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}
.border-e-neutral-700\/100 {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-neutral-700\/15 {
  border-inline-end-color: rgb(64 64 64 / 0.15);
}
.border-e-neutral-700\/20 {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}
.border-e-neutral-700\/25 {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}
.border-e-neutral-700\/30 {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}
.border-e-neutral-700\/35 {
  border-inline-end-color: rgb(64 64 64 / 0.35);
}
.border-e-neutral-700\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.border-e-neutral-700\/45 {
  border-inline-end-color: rgb(64 64 64 / 0.45);
}
.border-e-neutral-700\/5 {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}
.border-e-neutral-700\/50 {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-neutral-700\/55 {
  border-inline-end-color: rgb(64 64 64 / 0.55);
}
.border-e-neutral-700\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.border-e-neutral-700\/65 {
  border-inline-end-color: rgb(64 64 64 / 0.65);
}
.border-e-neutral-700\/70 {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}
.border-e-neutral-700\/75 {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}
.border-e-neutral-700\/80 {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}
.border-e-neutral-700\/85 {
  border-inline-end-color: rgb(64 64 64 / 0.85);
}
.border-e-neutral-700\/90 {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}
.border-e-neutral-700\/95 {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}
.border-e-neutral-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-e-neutral-800\/0 {
  border-inline-end-color: rgb(38 38 38 / 0);
}
.border-e-neutral-800\/10 {
  border-inline-end-color: rgb(38 38 38 / 0.1);
}
.border-e-neutral-800\/100 {
  border-inline-end-color: rgb(38 38 38 / 1);
}
.border-e-neutral-800\/15 {
  border-inline-end-color: rgb(38 38 38 / 0.15);
}
.border-e-neutral-800\/20 {
  border-inline-end-color: rgb(38 38 38 / 0.2);
}
.border-e-neutral-800\/25 {
  border-inline-end-color: rgb(38 38 38 / 0.25);
}
.border-e-neutral-800\/30 {
  border-inline-end-color: rgb(38 38 38 / 0.3);
}
.border-e-neutral-800\/35 {
  border-inline-end-color: rgb(38 38 38 / 0.35);
}
.border-e-neutral-800\/40 {
  border-inline-end-color: rgb(38 38 38 / 0.4);
}
.border-e-neutral-800\/45 {
  border-inline-end-color: rgb(38 38 38 / 0.45);
}
.border-e-neutral-800\/5 {
  border-inline-end-color: rgb(38 38 38 / 0.05);
}
.border-e-neutral-800\/50 {
  border-inline-end-color: rgb(38 38 38 / 0.5);
}
.border-e-neutral-800\/55 {
  border-inline-end-color: rgb(38 38 38 / 0.55);
}
.border-e-neutral-800\/60 {
  border-inline-end-color: rgb(38 38 38 / 0.6);
}
.border-e-neutral-800\/65 {
  border-inline-end-color: rgb(38 38 38 / 0.65);
}
.border-e-neutral-800\/70 {
  border-inline-end-color: rgb(38 38 38 / 0.7);
}
.border-e-neutral-800\/75 {
  border-inline-end-color: rgb(38 38 38 / 0.75);
}
.border-e-neutral-800\/80 {
  border-inline-end-color: rgb(38 38 38 / 0.8);
}
.border-e-neutral-800\/85 {
  border-inline-end-color: rgb(38 38 38 / 0.85);
}
.border-e-neutral-800\/90 {
  border-inline-end-color: rgb(38 38 38 / 0.9);
}
.border-e-neutral-800\/95 {
  border-inline-end-color: rgb(38 38 38 / 0.95);
}
.border-e-neutral-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-e-neutral-900\/0 {
  border-inline-end-color: rgb(23 23 23 / 0);
}
.border-e-neutral-900\/10 {
  border-inline-end-color: rgb(23 23 23 / 0.1);
}
.border-e-neutral-900\/100 {
  border-inline-end-color: rgb(23 23 23 / 1);
}
.border-e-neutral-900\/15 {
  border-inline-end-color: rgb(23 23 23 / 0.15);
}
.border-e-neutral-900\/20 {
  border-inline-end-color: rgb(23 23 23 / 0.2);
}
.border-e-neutral-900\/25 {
  border-inline-end-color: rgb(23 23 23 / 0.25);
}
.border-e-neutral-900\/30 {
  border-inline-end-color: rgb(23 23 23 / 0.3);
}
.border-e-neutral-900\/35 {
  border-inline-end-color: rgb(23 23 23 / 0.35);
}
.border-e-neutral-900\/40 {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}
.border-e-neutral-900\/45 {
  border-inline-end-color: rgb(23 23 23 / 0.45);
}
.border-e-neutral-900\/5 {
  border-inline-end-color: rgb(23 23 23 / 0.05);
}
.border-e-neutral-900\/50 {
  border-inline-end-color: rgb(23 23 23 / 0.5);
}
.border-e-neutral-900\/55 {
  border-inline-end-color: rgb(23 23 23 / 0.55);
}
.border-e-neutral-900\/60 {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}
.border-e-neutral-900\/65 {
  border-inline-end-color: rgb(23 23 23 / 0.65);
}
.border-e-neutral-900\/70 {
  border-inline-end-color: rgb(23 23 23 / 0.7);
}
.border-e-neutral-900\/75 {
  border-inline-end-color: rgb(23 23 23 / 0.75);
}
.border-e-neutral-900\/80 {
  border-inline-end-color: rgb(23 23 23 / 0.8);
}
.border-e-neutral-900\/85 {
  border-inline-end-color: rgb(23 23 23 / 0.85);
}
.border-e-neutral-900\/90 {
  border-inline-end-color: rgb(23 23 23 / 0.9);
}
.border-e-neutral-900\/95 {
  border-inline-end-color: rgb(23 23 23 / 0.95);
}
.border-e-neutral-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-e-neutral-950\/0 {
  border-inline-end-color: rgb(10 10 10 / 0);
}
.border-e-neutral-950\/10 {
  border-inline-end-color: rgb(10 10 10 / 0.1);
}
.border-e-neutral-950\/100 {
  border-inline-end-color: rgb(10 10 10 / 1);
}
.border-e-neutral-950\/15 {
  border-inline-end-color: rgb(10 10 10 / 0.15);
}
.border-e-neutral-950\/20 {
  border-inline-end-color: rgb(10 10 10 / 0.2);
}
.border-e-neutral-950\/25 {
  border-inline-end-color: rgb(10 10 10 / 0.25);
}
.border-e-neutral-950\/30 {
  border-inline-end-color: rgb(10 10 10 / 0.3);
}
.border-e-neutral-950\/35 {
  border-inline-end-color: rgb(10 10 10 / 0.35);
}
.border-e-neutral-950\/40 {
  border-inline-end-color: rgb(10 10 10 / 0.4);
}
.border-e-neutral-950\/45 {
  border-inline-end-color: rgb(10 10 10 / 0.45);
}
.border-e-neutral-950\/5 {
  border-inline-end-color: rgb(10 10 10 / 0.05);
}
.border-e-neutral-950\/50 {
  border-inline-end-color: rgb(10 10 10 / 0.5);
}
.border-e-neutral-950\/55 {
  border-inline-end-color: rgb(10 10 10 / 0.55);
}
.border-e-neutral-950\/60 {
  border-inline-end-color: rgb(10 10 10 / 0.6);
}
.border-e-neutral-950\/65 {
  border-inline-end-color: rgb(10 10 10 / 0.65);
}
.border-e-neutral-950\/70 {
  border-inline-end-color: rgb(10 10 10 / 0.7);
}
.border-e-neutral-950\/75 {
  border-inline-end-color: rgb(10 10 10 / 0.75);
}
.border-e-neutral-950\/80 {
  border-inline-end-color: rgb(10 10 10 / 0.8);
}
.border-e-neutral-950\/85 {
  border-inline-end-color: rgb(10 10 10 / 0.85);
}
.border-e-neutral-950\/90 {
  border-inline-end-color: rgb(10 10 10 / 0.9);
}
.border-e-neutral-950\/95 {
  border-inline-end-color: rgb(10 10 10 / 0.95);
}
.border-e-orange-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-e-orange-100\/0 {
  border-inline-end-color: rgb(255 237 213 / 0);
}
.border-e-orange-100\/10 {
  border-inline-end-color: rgb(255 237 213 / 0.1);
}
.border-e-orange-100\/100 {
  border-inline-end-color: rgb(255 237 213 / 1);
}
.border-e-orange-100\/15 {
  border-inline-end-color: rgb(255 237 213 / 0.15);
}
.border-e-orange-100\/20 {
  border-inline-end-color: rgb(255 237 213 / 0.2);
}
.border-e-orange-100\/25 {
  border-inline-end-color: rgb(255 237 213 / 0.25);
}
.border-e-orange-100\/30 {
  border-inline-end-color: rgb(255 237 213 / 0.3);
}
.border-e-orange-100\/35 {
  border-inline-end-color: rgb(255 237 213 / 0.35);
}
.border-e-orange-100\/40 {
  border-inline-end-color: rgb(255 237 213 / 0.4);
}
.border-e-orange-100\/45 {
  border-inline-end-color: rgb(255 237 213 / 0.45);
}
.border-e-orange-100\/5 {
  border-inline-end-color: rgb(255 237 213 / 0.05);
}
.border-e-orange-100\/50 {
  border-inline-end-color: rgb(255 237 213 / 0.5);
}
.border-e-orange-100\/55 {
  border-inline-end-color: rgb(255 237 213 / 0.55);
}
.border-e-orange-100\/60 {
  border-inline-end-color: rgb(255 237 213 / 0.6);
}
.border-e-orange-100\/65 {
  border-inline-end-color: rgb(255 237 213 / 0.65);
}
.border-e-orange-100\/70 {
  border-inline-end-color: rgb(255 237 213 / 0.7);
}
.border-e-orange-100\/75 {
  border-inline-end-color: rgb(255 237 213 / 0.75);
}
.border-e-orange-100\/80 {
  border-inline-end-color: rgb(255 237 213 / 0.8);
}
.border-e-orange-100\/85 {
  border-inline-end-color: rgb(255 237 213 / 0.85);
}
.border-e-orange-100\/90 {
  border-inline-end-color: rgb(255 237 213 / 0.9);
}
.border-e-orange-100\/95 {
  border-inline-end-color: rgb(255 237 213 / 0.95);
}
.border-e-orange-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-e-orange-200\/0 {
  border-inline-end-color: rgb(254 215 170 / 0);
}
.border-e-orange-200\/10 {
  border-inline-end-color: rgb(254 215 170 / 0.1);
}
.border-e-orange-200\/100 {
  border-inline-end-color: rgb(254 215 170 / 1);
}
.border-e-orange-200\/15 {
  border-inline-end-color: rgb(254 215 170 / 0.15);
}
.border-e-orange-200\/20 {
  border-inline-end-color: rgb(254 215 170 / 0.2);
}
.border-e-orange-200\/25 {
  border-inline-end-color: rgb(254 215 170 / 0.25);
}
.border-e-orange-200\/30 {
  border-inline-end-color: rgb(254 215 170 / 0.3);
}
.border-e-orange-200\/35 {
  border-inline-end-color: rgb(254 215 170 / 0.35);
}
.border-e-orange-200\/40 {
  border-inline-end-color: rgb(254 215 170 / 0.4);
}
.border-e-orange-200\/45 {
  border-inline-end-color: rgb(254 215 170 / 0.45);
}
.border-e-orange-200\/5 {
  border-inline-end-color: rgb(254 215 170 / 0.05);
}
.border-e-orange-200\/50 {
  border-inline-end-color: rgb(254 215 170 / 0.5);
}
.border-e-orange-200\/55 {
  border-inline-end-color: rgb(254 215 170 / 0.55);
}
.border-e-orange-200\/60 {
  border-inline-end-color: rgb(254 215 170 / 0.6);
}
.border-e-orange-200\/65 {
  border-inline-end-color: rgb(254 215 170 / 0.65);
}
.border-e-orange-200\/70 {
  border-inline-end-color: rgb(254 215 170 / 0.7);
}
.border-e-orange-200\/75 {
  border-inline-end-color: rgb(254 215 170 / 0.75);
}
.border-e-orange-200\/80 {
  border-inline-end-color: rgb(254 215 170 / 0.8);
}
.border-e-orange-200\/85 {
  border-inline-end-color: rgb(254 215 170 / 0.85);
}
.border-e-orange-200\/90 {
  border-inline-end-color: rgb(254 215 170 / 0.9);
}
.border-e-orange-200\/95 {
  border-inline-end-color: rgb(254 215 170 / 0.95);
}
.border-e-orange-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-e-orange-300\/0 {
  border-inline-end-color: rgb(253 186 116 / 0);
}
.border-e-orange-300\/10 {
  border-inline-end-color: rgb(253 186 116 / 0.1);
}
.border-e-orange-300\/100 {
  border-inline-end-color: rgb(253 186 116 / 1);
}
.border-e-orange-300\/15 {
  border-inline-end-color: rgb(253 186 116 / 0.15);
}
.border-e-orange-300\/20 {
  border-inline-end-color: rgb(253 186 116 / 0.2);
}
.border-e-orange-300\/25 {
  border-inline-end-color: rgb(253 186 116 / 0.25);
}
.border-e-orange-300\/30 {
  border-inline-end-color: rgb(253 186 116 / 0.3);
}
.border-e-orange-300\/35 {
  border-inline-end-color: rgb(253 186 116 / 0.35);
}
.border-e-orange-300\/40 {
  border-inline-end-color: rgb(253 186 116 / 0.4);
}
.border-e-orange-300\/45 {
  border-inline-end-color: rgb(253 186 116 / 0.45);
}
.border-e-orange-300\/5 {
  border-inline-end-color: rgb(253 186 116 / 0.05);
}
.border-e-orange-300\/50 {
  border-inline-end-color: rgb(253 186 116 / 0.5);
}
.border-e-orange-300\/55 {
  border-inline-end-color: rgb(253 186 116 / 0.55);
}
.border-e-orange-300\/60 {
  border-inline-end-color: rgb(253 186 116 / 0.6);
}
.border-e-orange-300\/65 {
  border-inline-end-color: rgb(253 186 116 / 0.65);
}
.border-e-orange-300\/70 {
  border-inline-end-color: rgb(253 186 116 / 0.7);
}
.border-e-orange-300\/75 {
  border-inline-end-color: rgb(253 186 116 / 0.75);
}
.border-e-orange-300\/80 {
  border-inline-end-color: rgb(253 186 116 / 0.8);
}
.border-e-orange-300\/85 {
  border-inline-end-color: rgb(253 186 116 / 0.85);
}
.border-e-orange-300\/90 {
  border-inline-end-color: rgb(253 186 116 / 0.9);
}
.border-e-orange-300\/95 {
  border-inline-end-color: rgb(253 186 116 / 0.95);
}
.border-e-orange-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-e-orange-400\/0 {
  border-inline-end-color: rgb(251 146 60 / 0);
}
.border-e-orange-400\/10 {
  border-inline-end-color: rgb(251 146 60 / 0.1);
}
.border-e-orange-400\/100 {
  border-inline-end-color: rgb(251 146 60 / 1);
}
.border-e-orange-400\/15 {
  border-inline-end-color: rgb(251 146 60 / 0.15);
}
.border-e-orange-400\/20 {
  border-inline-end-color: rgb(251 146 60 / 0.2);
}
.border-e-orange-400\/25 {
  border-inline-end-color: rgb(251 146 60 / 0.25);
}
.border-e-orange-400\/30 {
  border-inline-end-color: rgb(251 146 60 / 0.3);
}
.border-e-orange-400\/35 {
  border-inline-end-color: rgb(251 146 60 / 0.35);
}
.border-e-orange-400\/40 {
  border-inline-end-color: rgb(251 146 60 / 0.4);
}
.border-e-orange-400\/45 {
  border-inline-end-color: rgb(251 146 60 / 0.45);
}
.border-e-orange-400\/5 {
  border-inline-end-color: rgb(251 146 60 / 0.05);
}
.border-e-orange-400\/50 {
  border-inline-end-color: rgb(251 146 60 / 0.5);
}
.border-e-orange-400\/55 {
  border-inline-end-color: rgb(251 146 60 / 0.55);
}
.border-e-orange-400\/60 {
  border-inline-end-color: rgb(251 146 60 / 0.6);
}
.border-e-orange-400\/65 {
  border-inline-end-color: rgb(251 146 60 / 0.65);
}
.border-e-orange-400\/70 {
  border-inline-end-color: rgb(251 146 60 / 0.7);
}
.border-e-orange-400\/75 {
  border-inline-end-color: rgb(251 146 60 / 0.75);
}
.border-e-orange-400\/80 {
  border-inline-end-color: rgb(251 146 60 / 0.8);
}
.border-e-orange-400\/85 {
  border-inline-end-color: rgb(251 146 60 / 0.85);
}
.border-e-orange-400\/90 {
  border-inline-end-color: rgb(251 146 60 / 0.9);
}
.border-e-orange-400\/95 {
  border-inline-end-color: rgb(251 146 60 / 0.95);
}
.border-e-orange-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-e-orange-50\/0 {
  border-inline-end-color: rgb(255 247 237 / 0);
}
.border-e-orange-50\/10 {
  border-inline-end-color: rgb(255 247 237 / 0.1);
}
.border-e-orange-50\/100 {
  border-inline-end-color: rgb(255 247 237 / 1);
}
.border-e-orange-50\/15 {
  border-inline-end-color: rgb(255 247 237 / 0.15);
}
.border-e-orange-50\/20 {
  border-inline-end-color: rgb(255 247 237 / 0.2);
}
.border-e-orange-50\/25 {
  border-inline-end-color: rgb(255 247 237 / 0.25);
}
.border-e-orange-50\/30 {
  border-inline-end-color: rgb(255 247 237 / 0.3);
}
.border-e-orange-50\/35 {
  border-inline-end-color: rgb(255 247 237 / 0.35);
}
.border-e-orange-50\/40 {
  border-inline-end-color: rgb(255 247 237 / 0.4);
}
.border-e-orange-50\/45 {
  border-inline-end-color: rgb(255 247 237 / 0.45);
}
.border-e-orange-50\/5 {
  border-inline-end-color: rgb(255 247 237 / 0.05);
}
.border-e-orange-50\/50 {
  border-inline-end-color: rgb(255 247 237 / 0.5);
}
.border-e-orange-50\/55 {
  border-inline-end-color: rgb(255 247 237 / 0.55);
}
.border-e-orange-50\/60 {
  border-inline-end-color: rgb(255 247 237 / 0.6);
}
.border-e-orange-50\/65 {
  border-inline-end-color: rgb(255 247 237 / 0.65);
}
.border-e-orange-50\/70 {
  border-inline-end-color: rgb(255 247 237 / 0.7);
}
.border-e-orange-50\/75 {
  border-inline-end-color: rgb(255 247 237 / 0.75);
}
.border-e-orange-50\/80 {
  border-inline-end-color: rgb(255 247 237 / 0.8);
}
.border-e-orange-50\/85 {
  border-inline-end-color: rgb(255 247 237 / 0.85);
}
.border-e-orange-50\/90 {
  border-inline-end-color: rgb(255 247 237 / 0.9);
}
.border-e-orange-50\/95 {
  border-inline-end-color: rgb(255 247 237 / 0.95);
}
.border-e-orange-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-e-orange-500\/0 {
  border-inline-end-color: rgb(249 115 22 / 0);
}
.border-e-orange-500\/10 {
  border-inline-end-color: rgb(249 115 22 / 0.1);
}
.border-e-orange-500\/100 {
  border-inline-end-color: rgb(249 115 22 / 1);
}
.border-e-orange-500\/15 {
  border-inline-end-color: rgb(249 115 22 / 0.15);
}
.border-e-orange-500\/20 {
  border-inline-end-color: rgb(249 115 22 / 0.2);
}
.border-e-orange-500\/25 {
  border-inline-end-color: rgb(249 115 22 / 0.25);
}
.border-e-orange-500\/30 {
  border-inline-end-color: rgb(249 115 22 / 0.3);
}
.border-e-orange-500\/35 {
  border-inline-end-color: rgb(249 115 22 / 0.35);
}
.border-e-orange-500\/40 {
  border-inline-end-color: rgb(249 115 22 / 0.4);
}
.border-e-orange-500\/45 {
  border-inline-end-color: rgb(249 115 22 / 0.45);
}
.border-e-orange-500\/5 {
  border-inline-end-color: rgb(249 115 22 / 0.05);
}
.border-e-orange-500\/50 {
  border-inline-end-color: rgb(249 115 22 / 0.5);
}
.border-e-orange-500\/55 {
  border-inline-end-color: rgb(249 115 22 / 0.55);
}
.border-e-orange-500\/60 {
  border-inline-end-color: rgb(249 115 22 / 0.6);
}
.border-e-orange-500\/65 {
  border-inline-end-color: rgb(249 115 22 / 0.65);
}
.border-e-orange-500\/70 {
  border-inline-end-color: rgb(249 115 22 / 0.7);
}
.border-e-orange-500\/75 {
  border-inline-end-color: rgb(249 115 22 / 0.75);
}
.border-e-orange-500\/80 {
  border-inline-end-color: rgb(249 115 22 / 0.8);
}
.border-e-orange-500\/85 {
  border-inline-end-color: rgb(249 115 22 / 0.85);
}
.border-e-orange-500\/90 {
  border-inline-end-color: rgb(249 115 22 / 0.9);
}
.border-e-orange-500\/95 {
  border-inline-end-color: rgb(249 115 22 / 0.95);
}
.border-e-orange-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-e-orange-600\/0 {
  border-inline-end-color: rgb(234 88 12 / 0);
}
.border-e-orange-600\/10 {
  border-inline-end-color: rgb(234 88 12 / 0.1);
}
.border-e-orange-600\/100 {
  border-inline-end-color: rgb(234 88 12 / 1);
}
.border-e-orange-600\/15 {
  border-inline-end-color: rgb(234 88 12 / 0.15);
}
.border-e-orange-600\/20 {
  border-inline-end-color: rgb(234 88 12 / 0.2);
}
.border-e-orange-600\/25 {
  border-inline-end-color: rgb(234 88 12 / 0.25);
}
.border-e-orange-600\/30 {
  border-inline-end-color: rgb(234 88 12 / 0.3);
}
.border-e-orange-600\/35 {
  border-inline-end-color: rgb(234 88 12 / 0.35);
}
.border-e-orange-600\/40 {
  border-inline-end-color: rgb(234 88 12 / 0.4);
}
.border-e-orange-600\/45 {
  border-inline-end-color: rgb(234 88 12 / 0.45);
}
.border-e-orange-600\/5 {
  border-inline-end-color: rgb(234 88 12 / 0.05);
}
.border-e-orange-600\/50 {
  border-inline-end-color: rgb(234 88 12 / 0.5);
}
.border-e-orange-600\/55 {
  border-inline-end-color: rgb(234 88 12 / 0.55);
}
.border-e-orange-600\/60 {
  border-inline-end-color: rgb(234 88 12 / 0.6);
}
.border-e-orange-600\/65 {
  border-inline-end-color: rgb(234 88 12 / 0.65);
}
.border-e-orange-600\/70 {
  border-inline-end-color: rgb(234 88 12 / 0.7);
}
.border-e-orange-600\/75 {
  border-inline-end-color: rgb(234 88 12 / 0.75);
}
.border-e-orange-600\/80 {
  border-inline-end-color: rgb(234 88 12 / 0.8);
}
.border-e-orange-600\/85 {
  border-inline-end-color: rgb(234 88 12 / 0.85);
}
.border-e-orange-600\/90 {
  border-inline-end-color: rgb(234 88 12 / 0.9);
}
.border-e-orange-600\/95 {
  border-inline-end-color: rgb(234 88 12 / 0.95);
}
.border-e-orange-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-e-orange-700\/0 {
  border-inline-end-color: rgb(194 65 12 / 0);
}
.border-e-orange-700\/10 {
  border-inline-end-color: rgb(194 65 12 / 0.1);
}
.border-e-orange-700\/100 {
  border-inline-end-color: rgb(194 65 12 / 1);
}
.border-e-orange-700\/15 {
  border-inline-end-color: rgb(194 65 12 / 0.15);
}
.border-e-orange-700\/20 {
  border-inline-end-color: rgb(194 65 12 / 0.2);
}
.border-e-orange-700\/25 {
  border-inline-end-color: rgb(194 65 12 / 0.25);
}
.border-e-orange-700\/30 {
  border-inline-end-color: rgb(194 65 12 / 0.3);
}
.border-e-orange-700\/35 {
  border-inline-end-color: rgb(194 65 12 / 0.35);
}
.border-e-orange-700\/40 {
  border-inline-end-color: rgb(194 65 12 / 0.4);
}
.border-e-orange-700\/45 {
  border-inline-end-color: rgb(194 65 12 / 0.45);
}
.border-e-orange-700\/5 {
  border-inline-end-color: rgb(194 65 12 / 0.05);
}
.border-e-orange-700\/50 {
  border-inline-end-color: rgb(194 65 12 / 0.5);
}
.border-e-orange-700\/55 {
  border-inline-end-color: rgb(194 65 12 / 0.55);
}
.border-e-orange-700\/60 {
  border-inline-end-color: rgb(194 65 12 / 0.6);
}
.border-e-orange-700\/65 {
  border-inline-end-color: rgb(194 65 12 / 0.65);
}
.border-e-orange-700\/70 {
  border-inline-end-color: rgb(194 65 12 / 0.7);
}
.border-e-orange-700\/75 {
  border-inline-end-color: rgb(194 65 12 / 0.75);
}
.border-e-orange-700\/80 {
  border-inline-end-color: rgb(194 65 12 / 0.8);
}
.border-e-orange-700\/85 {
  border-inline-end-color: rgb(194 65 12 / 0.85);
}
.border-e-orange-700\/90 {
  border-inline-end-color: rgb(194 65 12 / 0.9);
}
.border-e-orange-700\/95 {
  border-inline-end-color: rgb(194 65 12 / 0.95);
}
.border-e-orange-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-e-orange-800\/0 {
  border-inline-end-color: rgb(154 52 18 / 0);
}
.border-e-orange-800\/10 {
  border-inline-end-color: rgb(154 52 18 / 0.1);
}
.border-e-orange-800\/100 {
  border-inline-end-color: rgb(154 52 18 / 1);
}
.border-e-orange-800\/15 {
  border-inline-end-color: rgb(154 52 18 / 0.15);
}
.border-e-orange-800\/20 {
  border-inline-end-color: rgb(154 52 18 / 0.2);
}
.border-e-orange-800\/25 {
  border-inline-end-color: rgb(154 52 18 / 0.25);
}
.border-e-orange-800\/30 {
  border-inline-end-color: rgb(154 52 18 / 0.3);
}
.border-e-orange-800\/35 {
  border-inline-end-color: rgb(154 52 18 / 0.35);
}
.border-e-orange-800\/40 {
  border-inline-end-color: rgb(154 52 18 / 0.4);
}
.border-e-orange-800\/45 {
  border-inline-end-color: rgb(154 52 18 / 0.45);
}
.border-e-orange-800\/5 {
  border-inline-end-color: rgb(154 52 18 / 0.05);
}
.border-e-orange-800\/50 {
  border-inline-end-color: rgb(154 52 18 / 0.5);
}
.border-e-orange-800\/55 {
  border-inline-end-color: rgb(154 52 18 / 0.55);
}
.border-e-orange-800\/60 {
  border-inline-end-color: rgb(154 52 18 / 0.6);
}
.border-e-orange-800\/65 {
  border-inline-end-color: rgb(154 52 18 / 0.65);
}
.border-e-orange-800\/70 {
  border-inline-end-color: rgb(154 52 18 / 0.7);
}
.border-e-orange-800\/75 {
  border-inline-end-color: rgb(154 52 18 / 0.75);
}
.border-e-orange-800\/80 {
  border-inline-end-color: rgb(154 52 18 / 0.8);
}
.border-e-orange-800\/85 {
  border-inline-end-color: rgb(154 52 18 / 0.85);
}
.border-e-orange-800\/90 {
  border-inline-end-color: rgb(154 52 18 / 0.9);
}
.border-e-orange-800\/95 {
  border-inline-end-color: rgb(154 52 18 / 0.95);
}
.border-e-orange-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-e-orange-900\/0 {
  border-inline-end-color: rgb(124 45 18 / 0);
}
.border-e-orange-900\/10 {
  border-inline-end-color: rgb(124 45 18 / 0.1);
}
.border-e-orange-900\/100 {
  border-inline-end-color: rgb(124 45 18 / 1);
}
.border-e-orange-900\/15 {
  border-inline-end-color: rgb(124 45 18 / 0.15);
}
.border-e-orange-900\/20 {
  border-inline-end-color: rgb(124 45 18 / 0.2);
}
.border-e-orange-900\/25 {
  border-inline-end-color: rgb(124 45 18 / 0.25);
}
.border-e-orange-900\/30 {
  border-inline-end-color: rgb(124 45 18 / 0.3);
}
.border-e-orange-900\/35 {
  border-inline-end-color: rgb(124 45 18 / 0.35);
}
.border-e-orange-900\/40 {
  border-inline-end-color: rgb(124 45 18 / 0.4);
}
.border-e-orange-900\/45 {
  border-inline-end-color: rgb(124 45 18 / 0.45);
}
.border-e-orange-900\/5 {
  border-inline-end-color: rgb(124 45 18 / 0.05);
}
.border-e-orange-900\/50 {
  border-inline-end-color: rgb(124 45 18 / 0.5);
}
.border-e-orange-900\/55 {
  border-inline-end-color: rgb(124 45 18 / 0.55);
}
.border-e-orange-900\/60 {
  border-inline-end-color: rgb(124 45 18 / 0.6);
}
.border-e-orange-900\/65 {
  border-inline-end-color: rgb(124 45 18 / 0.65);
}
.border-e-orange-900\/70 {
  border-inline-end-color: rgb(124 45 18 / 0.7);
}
.border-e-orange-900\/75 {
  border-inline-end-color: rgb(124 45 18 / 0.75);
}
.border-e-orange-900\/80 {
  border-inline-end-color: rgb(124 45 18 / 0.8);
}
.border-e-orange-900\/85 {
  border-inline-end-color: rgb(124 45 18 / 0.85);
}
.border-e-orange-900\/90 {
  border-inline-end-color: rgb(124 45 18 / 0.9);
}
.border-e-orange-900\/95 {
  border-inline-end-color: rgb(124 45 18 / 0.95);
}
.border-e-orange-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-e-orange-950\/0 {
  border-inline-end-color: rgb(67 20 7 / 0);
}
.border-e-orange-950\/10 {
  border-inline-end-color: rgb(67 20 7 / 0.1);
}
.border-e-orange-950\/100 {
  border-inline-end-color: rgb(67 20 7 / 1);
}
.border-e-orange-950\/15 {
  border-inline-end-color: rgb(67 20 7 / 0.15);
}
.border-e-orange-950\/20 {
  border-inline-end-color: rgb(67 20 7 / 0.2);
}
.border-e-orange-950\/25 {
  border-inline-end-color: rgb(67 20 7 / 0.25);
}
.border-e-orange-950\/30 {
  border-inline-end-color: rgb(67 20 7 / 0.3);
}
.border-e-orange-950\/35 {
  border-inline-end-color: rgb(67 20 7 / 0.35);
}
.border-e-orange-950\/40 {
  border-inline-end-color: rgb(67 20 7 / 0.4);
}
.border-e-orange-950\/45 {
  border-inline-end-color: rgb(67 20 7 / 0.45);
}
.border-e-orange-950\/5 {
  border-inline-end-color: rgb(67 20 7 / 0.05);
}
.border-e-orange-950\/50 {
  border-inline-end-color: rgb(67 20 7 / 0.5);
}
.border-e-orange-950\/55 {
  border-inline-end-color: rgb(67 20 7 / 0.55);
}
.border-e-orange-950\/60 {
  border-inline-end-color: rgb(67 20 7 / 0.6);
}
.border-e-orange-950\/65 {
  border-inline-end-color: rgb(67 20 7 / 0.65);
}
.border-e-orange-950\/70 {
  border-inline-end-color: rgb(67 20 7 / 0.7);
}
.border-e-orange-950\/75 {
  border-inline-end-color: rgb(67 20 7 / 0.75);
}
.border-e-orange-950\/80 {
  border-inline-end-color: rgb(67 20 7 / 0.8);
}
.border-e-orange-950\/85 {
  border-inline-end-color: rgb(67 20 7 / 0.85);
}
.border-e-orange-950\/90 {
  border-inline-end-color: rgb(67 20 7 / 0.9);
}
.border-e-orange-950\/95 {
  border-inline-end-color: rgb(67 20 7 / 0.95);
}
.border-e-pink-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-e-pink-100\/0 {
  border-inline-end-color: rgb(252 231 243 / 0);
}
.border-e-pink-100\/10 {
  border-inline-end-color: rgb(252 231 243 / 0.1);
}
.border-e-pink-100\/100 {
  border-inline-end-color: rgb(252 231 243 / 1);
}
.border-e-pink-100\/15 {
  border-inline-end-color: rgb(252 231 243 / 0.15);
}
.border-e-pink-100\/20 {
  border-inline-end-color: rgb(252 231 243 / 0.2);
}
.border-e-pink-100\/25 {
  border-inline-end-color: rgb(252 231 243 / 0.25);
}
.border-e-pink-100\/30 {
  border-inline-end-color: rgb(252 231 243 / 0.3);
}
.border-e-pink-100\/35 {
  border-inline-end-color: rgb(252 231 243 / 0.35);
}
.border-e-pink-100\/40 {
  border-inline-end-color: rgb(252 231 243 / 0.4);
}
.border-e-pink-100\/45 {
  border-inline-end-color: rgb(252 231 243 / 0.45);
}
.border-e-pink-100\/5 {
  border-inline-end-color: rgb(252 231 243 / 0.05);
}
.border-e-pink-100\/50 {
  border-inline-end-color: rgb(252 231 243 / 0.5);
}
.border-e-pink-100\/55 {
  border-inline-end-color: rgb(252 231 243 / 0.55);
}
.border-e-pink-100\/60 {
  border-inline-end-color: rgb(252 231 243 / 0.6);
}
.border-e-pink-100\/65 {
  border-inline-end-color: rgb(252 231 243 / 0.65);
}
.border-e-pink-100\/70 {
  border-inline-end-color: rgb(252 231 243 / 0.7);
}
.border-e-pink-100\/75 {
  border-inline-end-color: rgb(252 231 243 / 0.75);
}
.border-e-pink-100\/80 {
  border-inline-end-color: rgb(252 231 243 / 0.8);
}
.border-e-pink-100\/85 {
  border-inline-end-color: rgb(252 231 243 / 0.85);
}
.border-e-pink-100\/90 {
  border-inline-end-color: rgb(252 231 243 / 0.9);
}
.border-e-pink-100\/95 {
  border-inline-end-color: rgb(252 231 243 / 0.95);
}
.border-e-pink-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-e-pink-200\/0 {
  border-inline-end-color: rgb(251 207 232 / 0);
}
.border-e-pink-200\/10 {
  border-inline-end-color: rgb(251 207 232 / 0.1);
}
.border-e-pink-200\/100 {
  border-inline-end-color: rgb(251 207 232 / 1);
}
.border-e-pink-200\/15 {
  border-inline-end-color: rgb(251 207 232 / 0.15);
}
.border-e-pink-200\/20 {
  border-inline-end-color: rgb(251 207 232 / 0.2);
}
.border-e-pink-200\/25 {
  border-inline-end-color: rgb(251 207 232 / 0.25);
}
.border-e-pink-200\/30 {
  border-inline-end-color: rgb(251 207 232 / 0.3);
}
.border-e-pink-200\/35 {
  border-inline-end-color: rgb(251 207 232 / 0.35);
}
.border-e-pink-200\/40 {
  border-inline-end-color: rgb(251 207 232 / 0.4);
}
.border-e-pink-200\/45 {
  border-inline-end-color: rgb(251 207 232 / 0.45);
}
.border-e-pink-200\/5 {
  border-inline-end-color: rgb(251 207 232 / 0.05);
}
.border-e-pink-200\/50 {
  border-inline-end-color: rgb(251 207 232 / 0.5);
}
.border-e-pink-200\/55 {
  border-inline-end-color: rgb(251 207 232 / 0.55);
}
.border-e-pink-200\/60 {
  border-inline-end-color: rgb(251 207 232 / 0.6);
}
.border-e-pink-200\/65 {
  border-inline-end-color: rgb(251 207 232 / 0.65);
}
.border-e-pink-200\/70 {
  border-inline-end-color: rgb(251 207 232 / 0.7);
}
.border-e-pink-200\/75 {
  border-inline-end-color: rgb(251 207 232 / 0.75);
}
.border-e-pink-200\/80 {
  border-inline-end-color: rgb(251 207 232 / 0.8);
}
.border-e-pink-200\/85 {
  border-inline-end-color: rgb(251 207 232 / 0.85);
}
.border-e-pink-200\/90 {
  border-inline-end-color: rgb(251 207 232 / 0.9);
}
.border-e-pink-200\/95 {
  border-inline-end-color: rgb(251 207 232 / 0.95);
}
.border-e-pink-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-e-pink-300\/0 {
  border-inline-end-color: rgb(249 168 212 / 0);
}
.border-e-pink-300\/10 {
  border-inline-end-color: rgb(249 168 212 / 0.1);
}
.border-e-pink-300\/100 {
  border-inline-end-color: rgb(249 168 212 / 1);
}
.border-e-pink-300\/15 {
  border-inline-end-color: rgb(249 168 212 / 0.15);
}
.border-e-pink-300\/20 {
  border-inline-end-color: rgb(249 168 212 / 0.2);
}
.border-e-pink-300\/25 {
  border-inline-end-color: rgb(249 168 212 / 0.25);
}
.border-e-pink-300\/30 {
  border-inline-end-color: rgb(249 168 212 / 0.3);
}
.border-e-pink-300\/35 {
  border-inline-end-color: rgb(249 168 212 / 0.35);
}
.border-e-pink-300\/40 {
  border-inline-end-color: rgb(249 168 212 / 0.4);
}
.border-e-pink-300\/45 {
  border-inline-end-color: rgb(249 168 212 / 0.45);
}
.border-e-pink-300\/5 {
  border-inline-end-color: rgb(249 168 212 / 0.05);
}
.border-e-pink-300\/50 {
  border-inline-end-color: rgb(249 168 212 / 0.5);
}
.border-e-pink-300\/55 {
  border-inline-end-color: rgb(249 168 212 / 0.55);
}
.border-e-pink-300\/60 {
  border-inline-end-color: rgb(249 168 212 / 0.6);
}
.border-e-pink-300\/65 {
  border-inline-end-color: rgb(249 168 212 / 0.65);
}
.border-e-pink-300\/70 {
  border-inline-end-color: rgb(249 168 212 / 0.7);
}
.border-e-pink-300\/75 {
  border-inline-end-color: rgb(249 168 212 / 0.75);
}
.border-e-pink-300\/80 {
  border-inline-end-color: rgb(249 168 212 / 0.8);
}
.border-e-pink-300\/85 {
  border-inline-end-color: rgb(249 168 212 / 0.85);
}
.border-e-pink-300\/90 {
  border-inline-end-color: rgb(249 168 212 / 0.9);
}
.border-e-pink-300\/95 {
  border-inline-end-color: rgb(249 168 212 / 0.95);
}
.border-e-pink-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-e-pink-400\/0 {
  border-inline-end-color: rgb(244 114 182 / 0);
}
.border-e-pink-400\/10 {
  border-inline-end-color: rgb(244 114 182 / 0.1);
}
.border-e-pink-400\/100 {
  border-inline-end-color: rgb(244 114 182 / 1);
}
.border-e-pink-400\/15 {
  border-inline-end-color: rgb(244 114 182 / 0.15);
}
.border-e-pink-400\/20 {
  border-inline-end-color: rgb(244 114 182 / 0.2);
}
.border-e-pink-400\/25 {
  border-inline-end-color: rgb(244 114 182 / 0.25);
}
.border-e-pink-400\/30 {
  border-inline-end-color: rgb(244 114 182 / 0.3);
}
.border-e-pink-400\/35 {
  border-inline-end-color: rgb(244 114 182 / 0.35);
}
.border-e-pink-400\/40 {
  border-inline-end-color: rgb(244 114 182 / 0.4);
}
.border-e-pink-400\/45 {
  border-inline-end-color: rgb(244 114 182 / 0.45);
}
.border-e-pink-400\/5 {
  border-inline-end-color: rgb(244 114 182 / 0.05);
}
.border-e-pink-400\/50 {
  border-inline-end-color: rgb(244 114 182 / 0.5);
}
.border-e-pink-400\/55 {
  border-inline-end-color: rgb(244 114 182 / 0.55);
}
.border-e-pink-400\/60 {
  border-inline-end-color: rgb(244 114 182 / 0.6);
}
.border-e-pink-400\/65 {
  border-inline-end-color: rgb(244 114 182 / 0.65);
}
.border-e-pink-400\/70 {
  border-inline-end-color: rgb(244 114 182 / 0.7);
}
.border-e-pink-400\/75 {
  border-inline-end-color: rgb(244 114 182 / 0.75);
}
.border-e-pink-400\/80 {
  border-inline-end-color: rgb(244 114 182 / 0.8);
}
.border-e-pink-400\/85 {
  border-inline-end-color: rgb(244 114 182 / 0.85);
}
.border-e-pink-400\/90 {
  border-inline-end-color: rgb(244 114 182 / 0.9);
}
.border-e-pink-400\/95 {
  border-inline-end-color: rgb(244 114 182 / 0.95);
}
.border-e-pink-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-e-pink-50\/0 {
  border-inline-end-color: rgb(253 242 248 / 0);
}
.border-e-pink-50\/10 {
  border-inline-end-color: rgb(253 242 248 / 0.1);
}
.border-e-pink-50\/100 {
  border-inline-end-color: rgb(253 242 248 / 1);
}
.border-e-pink-50\/15 {
  border-inline-end-color: rgb(253 242 248 / 0.15);
}
.border-e-pink-50\/20 {
  border-inline-end-color: rgb(253 242 248 / 0.2);
}
.border-e-pink-50\/25 {
  border-inline-end-color: rgb(253 242 248 / 0.25);
}
.border-e-pink-50\/30 {
  border-inline-end-color: rgb(253 242 248 / 0.3);
}
.border-e-pink-50\/35 {
  border-inline-end-color: rgb(253 242 248 / 0.35);
}
.border-e-pink-50\/40 {
  border-inline-end-color: rgb(253 242 248 / 0.4);
}
.border-e-pink-50\/45 {
  border-inline-end-color: rgb(253 242 248 / 0.45);
}
.border-e-pink-50\/5 {
  border-inline-end-color: rgb(253 242 248 / 0.05);
}
.border-e-pink-50\/50 {
  border-inline-end-color: rgb(253 242 248 / 0.5);
}
.border-e-pink-50\/55 {
  border-inline-end-color: rgb(253 242 248 / 0.55);
}
.border-e-pink-50\/60 {
  border-inline-end-color: rgb(253 242 248 / 0.6);
}
.border-e-pink-50\/65 {
  border-inline-end-color: rgb(253 242 248 / 0.65);
}
.border-e-pink-50\/70 {
  border-inline-end-color: rgb(253 242 248 / 0.7);
}
.border-e-pink-50\/75 {
  border-inline-end-color: rgb(253 242 248 / 0.75);
}
.border-e-pink-50\/80 {
  border-inline-end-color: rgb(253 242 248 / 0.8);
}
.border-e-pink-50\/85 {
  border-inline-end-color: rgb(253 242 248 / 0.85);
}
.border-e-pink-50\/90 {
  border-inline-end-color: rgb(253 242 248 / 0.9);
}
.border-e-pink-50\/95 {
  border-inline-end-color: rgb(253 242 248 / 0.95);
}
.border-e-pink-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-e-pink-500\/0 {
  border-inline-end-color: rgb(236 72 153 / 0);
}
.border-e-pink-500\/10 {
  border-inline-end-color: rgb(236 72 153 / 0.1);
}
.border-e-pink-500\/100 {
  border-inline-end-color: rgb(236 72 153 / 1);
}
.border-e-pink-500\/15 {
  border-inline-end-color: rgb(236 72 153 / 0.15);
}
.border-e-pink-500\/20 {
  border-inline-end-color: rgb(236 72 153 / 0.2);
}
.border-e-pink-500\/25 {
  border-inline-end-color: rgb(236 72 153 / 0.25);
}
.border-e-pink-500\/30 {
  border-inline-end-color: rgb(236 72 153 / 0.3);
}
.border-e-pink-500\/35 {
  border-inline-end-color: rgb(236 72 153 / 0.35);
}
.border-e-pink-500\/40 {
  border-inline-end-color: rgb(236 72 153 / 0.4);
}
.border-e-pink-500\/45 {
  border-inline-end-color: rgb(236 72 153 / 0.45);
}
.border-e-pink-500\/5 {
  border-inline-end-color: rgb(236 72 153 / 0.05);
}
.border-e-pink-500\/50 {
  border-inline-end-color: rgb(236 72 153 / 0.5);
}
.border-e-pink-500\/55 {
  border-inline-end-color: rgb(236 72 153 / 0.55);
}
.border-e-pink-500\/60 {
  border-inline-end-color: rgb(236 72 153 / 0.6);
}
.border-e-pink-500\/65 {
  border-inline-end-color: rgb(236 72 153 / 0.65);
}
.border-e-pink-500\/70 {
  border-inline-end-color: rgb(236 72 153 / 0.7);
}
.border-e-pink-500\/75 {
  border-inline-end-color: rgb(236 72 153 / 0.75);
}
.border-e-pink-500\/80 {
  border-inline-end-color: rgb(236 72 153 / 0.8);
}
.border-e-pink-500\/85 {
  border-inline-end-color: rgb(236 72 153 / 0.85);
}
.border-e-pink-500\/90 {
  border-inline-end-color: rgb(236 72 153 / 0.9);
}
.border-e-pink-500\/95 {
  border-inline-end-color: rgb(236 72 153 / 0.95);
}
.border-e-pink-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-e-pink-600\/0 {
  border-inline-end-color: rgb(219 39 119 / 0);
}
.border-e-pink-600\/10 {
  border-inline-end-color: rgb(219 39 119 / 0.1);
}
.border-e-pink-600\/100 {
  border-inline-end-color: rgb(219 39 119 / 1);
}
.border-e-pink-600\/15 {
  border-inline-end-color: rgb(219 39 119 / 0.15);
}
.border-e-pink-600\/20 {
  border-inline-end-color: rgb(219 39 119 / 0.2);
}
.border-e-pink-600\/25 {
  border-inline-end-color: rgb(219 39 119 / 0.25);
}
.border-e-pink-600\/30 {
  border-inline-end-color: rgb(219 39 119 / 0.3);
}
.border-e-pink-600\/35 {
  border-inline-end-color: rgb(219 39 119 / 0.35);
}
.border-e-pink-600\/40 {
  border-inline-end-color: rgb(219 39 119 / 0.4);
}
.border-e-pink-600\/45 {
  border-inline-end-color: rgb(219 39 119 / 0.45);
}
.border-e-pink-600\/5 {
  border-inline-end-color: rgb(219 39 119 / 0.05);
}
.border-e-pink-600\/50 {
  border-inline-end-color: rgb(219 39 119 / 0.5);
}
.border-e-pink-600\/55 {
  border-inline-end-color: rgb(219 39 119 / 0.55);
}
.border-e-pink-600\/60 {
  border-inline-end-color: rgb(219 39 119 / 0.6);
}
.border-e-pink-600\/65 {
  border-inline-end-color: rgb(219 39 119 / 0.65);
}
.border-e-pink-600\/70 {
  border-inline-end-color: rgb(219 39 119 / 0.7);
}
.border-e-pink-600\/75 {
  border-inline-end-color: rgb(219 39 119 / 0.75);
}
.border-e-pink-600\/80 {
  border-inline-end-color: rgb(219 39 119 / 0.8);
}
.border-e-pink-600\/85 {
  border-inline-end-color: rgb(219 39 119 / 0.85);
}
.border-e-pink-600\/90 {
  border-inline-end-color: rgb(219 39 119 / 0.9);
}
.border-e-pink-600\/95 {
  border-inline-end-color: rgb(219 39 119 / 0.95);
}
.border-e-pink-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-e-pink-700\/0 {
  border-inline-end-color: rgb(190 24 93 / 0);
}
.border-e-pink-700\/10 {
  border-inline-end-color: rgb(190 24 93 / 0.1);
}
.border-e-pink-700\/100 {
  border-inline-end-color: rgb(190 24 93 / 1);
}
.border-e-pink-700\/15 {
  border-inline-end-color: rgb(190 24 93 / 0.15);
}
.border-e-pink-700\/20 {
  border-inline-end-color: rgb(190 24 93 / 0.2);
}
.border-e-pink-700\/25 {
  border-inline-end-color: rgb(190 24 93 / 0.25);
}
.border-e-pink-700\/30 {
  border-inline-end-color: rgb(190 24 93 / 0.3);
}
.border-e-pink-700\/35 {
  border-inline-end-color: rgb(190 24 93 / 0.35);
}
.border-e-pink-700\/40 {
  border-inline-end-color: rgb(190 24 93 / 0.4);
}
.border-e-pink-700\/45 {
  border-inline-end-color: rgb(190 24 93 / 0.45);
}
.border-e-pink-700\/5 {
  border-inline-end-color: rgb(190 24 93 / 0.05);
}
.border-e-pink-700\/50 {
  border-inline-end-color: rgb(190 24 93 / 0.5);
}
.border-e-pink-700\/55 {
  border-inline-end-color: rgb(190 24 93 / 0.55);
}
.border-e-pink-700\/60 {
  border-inline-end-color: rgb(190 24 93 / 0.6);
}
.border-e-pink-700\/65 {
  border-inline-end-color: rgb(190 24 93 / 0.65);
}
.border-e-pink-700\/70 {
  border-inline-end-color: rgb(190 24 93 / 0.7);
}
.border-e-pink-700\/75 {
  border-inline-end-color: rgb(190 24 93 / 0.75);
}
.border-e-pink-700\/80 {
  border-inline-end-color: rgb(190 24 93 / 0.8);
}
.border-e-pink-700\/85 {
  border-inline-end-color: rgb(190 24 93 / 0.85);
}
.border-e-pink-700\/90 {
  border-inline-end-color: rgb(190 24 93 / 0.9);
}
.border-e-pink-700\/95 {
  border-inline-end-color: rgb(190 24 93 / 0.95);
}
.border-e-pink-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-e-pink-800\/0 {
  border-inline-end-color: rgb(157 23 77 / 0);
}
.border-e-pink-800\/10 {
  border-inline-end-color: rgb(157 23 77 / 0.1);
}
.border-e-pink-800\/100 {
  border-inline-end-color: rgb(157 23 77 / 1);
}
.border-e-pink-800\/15 {
  border-inline-end-color: rgb(157 23 77 / 0.15);
}
.border-e-pink-800\/20 {
  border-inline-end-color: rgb(157 23 77 / 0.2);
}
.border-e-pink-800\/25 {
  border-inline-end-color: rgb(157 23 77 / 0.25);
}
.border-e-pink-800\/30 {
  border-inline-end-color: rgb(157 23 77 / 0.3);
}
.border-e-pink-800\/35 {
  border-inline-end-color: rgb(157 23 77 / 0.35);
}
.border-e-pink-800\/40 {
  border-inline-end-color: rgb(157 23 77 / 0.4);
}
.border-e-pink-800\/45 {
  border-inline-end-color: rgb(157 23 77 / 0.45);
}
.border-e-pink-800\/5 {
  border-inline-end-color: rgb(157 23 77 / 0.05);
}
.border-e-pink-800\/50 {
  border-inline-end-color: rgb(157 23 77 / 0.5);
}
.border-e-pink-800\/55 {
  border-inline-end-color: rgb(157 23 77 / 0.55);
}
.border-e-pink-800\/60 {
  border-inline-end-color: rgb(157 23 77 / 0.6);
}
.border-e-pink-800\/65 {
  border-inline-end-color: rgb(157 23 77 / 0.65);
}
.border-e-pink-800\/70 {
  border-inline-end-color: rgb(157 23 77 / 0.7);
}
.border-e-pink-800\/75 {
  border-inline-end-color: rgb(157 23 77 / 0.75);
}
.border-e-pink-800\/80 {
  border-inline-end-color: rgb(157 23 77 / 0.8);
}
.border-e-pink-800\/85 {
  border-inline-end-color: rgb(157 23 77 / 0.85);
}
.border-e-pink-800\/90 {
  border-inline-end-color: rgb(157 23 77 / 0.9);
}
.border-e-pink-800\/95 {
  border-inline-end-color: rgb(157 23 77 / 0.95);
}
.border-e-pink-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-e-pink-900\/0 {
  border-inline-end-color: rgb(131 24 67 / 0);
}
.border-e-pink-900\/10 {
  border-inline-end-color: rgb(131 24 67 / 0.1);
}
.border-e-pink-900\/100 {
  border-inline-end-color: rgb(131 24 67 / 1);
}
.border-e-pink-900\/15 {
  border-inline-end-color: rgb(131 24 67 / 0.15);
}
.border-e-pink-900\/20 {
  border-inline-end-color: rgb(131 24 67 / 0.2);
}
.border-e-pink-900\/25 {
  border-inline-end-color: rgb(131 24 67 / 0.25);
}
.border-e-pink-900\/30 {
  border-inline-end-color: rgb(131 24 67 / 0.3);
}
.border-e-pink-900\/35 {
  border-inline-end-color: rgb(131 24 67 / 0.35);
}
.border-e-pink-900\/40 {
  border-inline-end-color: rgb(131 24 67 / 0.4);
}
.border-e-pink-900\/45 {
  border-inline-end-color: rgb(131 24 67 / 0.45);
}
.border-e-pink-900\/5 {
  border-inline-end-color: rgb(131 24 67 / 0.05);
}
.border-e-pink-900\/50 {
  border-inline-end-color: rgb(131 24 67 / 0.5);
}
.border-e-pink-900\/55 {
  border-inline-end-color: rgb(131 24 67 / 0.55);
}
.border-e-pink-900\/60 {
  border-inline-end-color: rgb(131 24 67 / 0.6);
}
.border-e-pink-900\/65 {
  border-inline-end-color: rgb(131 24 67 / 0.65);
}
.border-e-pink-900\/70 {
  border-inline-end-color: rgb(131 24 67 / 0.7);
}
.border-e-pink-900\/75 {
  border-inline-end-color: rgb(131 24 67 / 0.75);
}
.border-e-pink-900\/80 {
  border-inline-end-color: rgb(131 24 67 / 0.8);
}
.border-e-pink-900\/85 {
  border-inline-end-color: rgb(131 24 67 / 0.85);
}
.border-e-pink-900\/90 {
  border-inline-end-color: rgb(131 24 67 / 0.9);
}
.border-e-pink-900\/95 {
  border-inline-end-color: rgb(131 24 67 / 0.95);
}
.border-e-pink-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-e-pink-950\/0 {
  border-inline-end-color: rgb(80 7 36 / 0);
}
.border-e-pink-950\/10 {
  border-inline-end-color: rgb(80 7 36 / 0.1);
}
.border-e-pink-950\/100 {
  border-inline-end-color: rgb(80 7 36 / 1);
}
.border-e-pink-950\/15 {
  border-inline-end-color: rgb(80 7 36 / 0.15);
}
.border-e-pink-950\/20 {
  border-inline-end-color: rgb(80 7 36 / 0.2);
}
.border-e-pink-950\/25 {
  border-inline-end-color: rgb(80 7 36 / 0.25);
}
.border-e-pink-950\/30 {
  border-inline-end-color: rgb(80 7 36 / 0.3);
}
.border-e-pink-950\/35 {
  border-inline-end-color: rgb(80 7 36 / 0.35);
}
.border-e-pink-950\/40 {
  border-inline-end-color: rgb(80 7 36 / 0.4);
}
.border-e-pink-950\/45 {
  border-inline-end-color: rgb(80 7 36 / 0.45);
}
.border-e-pink-950\/5 {
  border-inline-end-color: rgb(80 7 36 / 0.05);
}
.border-e-pink-950\/50 {
  border-inline-end-color: rgb(80 7 36 / 0.5);
}
.border-e-pink-950\/55 {
  border-inline-end-color: rgb(80 7 36 / 0.55);
}
.border-e-pink-950\/60 {
  border-inline-end-color: rgb(80 7 36 / 0.6);
}
.border-e-pink-950\/65 {
  border-inline-end-color: rgb(80 7 36 / 0.65);
}
.border-e-pink-950\/70 {
  border-inline-end-color: rgb(80 7 36 / 0.7);
}
.border-e-pink-950\/75 {
  border-inline-end-color: rgb(80 7 36 / 0.75);
}
.border-e-pink-950\/80 {
  border-inline-end-color: rgb(80 7 36 / 0.8);
}
.border-e-pink-950\/85 {
  border-inline-end-color: rgb(80 7 36 / 0.85);
}
.border-e-pink-950\/90 {
  border-inline-end-color: rgb(80 7 36 / 0.9);
}
.border-e-pink-950\/95 {
  border-inline-end-color: rgb(80 7 36 / 0.95);
}
.border-e-purple-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-e-purple-100\/0 {
  border-inline-end-color: rgb(243 232 255 / 0);
}
.border-e-purple-100\/10 {
  border-inline-end-color: rgb(243 232 255 / 0.1);
}
.border-e-purple-100\/100 {
  border-inline-end-color: rgb(243 232 255 / 1);
}
.border-e-purple-100\/15 {
  border-inline-end-color: rgb(243 232 255 / 0.15);
}
.border-e-purple-100\/20 {
  border-inline-end-color: rgb(243 232 255 / 0.2);
}
.border-e-purple-100\/25 {
  border-inline-end-color: rgb(243 232 255 / 0.25);
}
.border-e-purple-100\/30 {
  border-inline-end-color: rgb(243 232 255 / 0.3);
}
.border-e-purple-100\/35 {
  border-inline-end-color: rgb(243 232 255 / 0.35);
}
.border-e-purple-100\/40 {
  border-inline-end-color: rgb(243 232 255 / 0.4);
}
.border-e-purple-100\/45 {
  border-inline-end-color: rgb(243 232 255 / 0.45);
}
.border-e-purple-100\/5 {
  border-inline-end-color: rgb(243 232 255 / 0.05);
}
.border-e-purple-100\/50 {
  border-inline-end-color: rgb(243 232 255 / 0.5);
}
.border-e-purple-100\/55 {
  border-inline-end-color: rgb(243 232 255 / 0.55);
}
.border-e-purple-100\/60 {
  border-inline-end-color: rgb(243 232 255 / 0.6);
}
.border-e-purple-100\/65 {
  border-inline-end-color: rgb(243 232 255 / 0.65);
}
.border-e-purple-100\/70 {
  border-inline-end-color: rgb(243 232 255 / 0.7);
}
.border-e-purple-100\/75 {
  border-inline-end-color: rgb(243 232 255 / 0.75);
}
.border-e-purple-100\/80 {
  border-inline-end-color: rgb(243 232 255 / 0.8);
}
.border-e-purple-100\/85 {
  border-inline-end-color: rgb(243 232 255 / 0.85);
}
.border-e-purple-100\/90 {
  border-inline-end-color: rgb(243 232 255 / 0.9);
}
.border-e-purple-100\/95 {
  border-inline-end-color: rgb(243 232 255 / 0.95);
}
.border-e-purple-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-e-purple-200\/0 {
  border-inline-end-color: rgb(233 213 255 / 0);
}
.border-e-purple-200\/10 {
  border-inline-end-color: rgb(233 213 255 / 0.1);
}
.border-e-purple-200\/100 {
  border-inline-end-color: rgb(233 213 255 / 1);
}
.border-e-purple-200\/15 {
  border-inline-end-color: rgb(233 213 255 / 0.15);
}
.border-e-purple-200\/20 {
  border-inline-end-color: rgb(233 213 255 / 0.2);
}
.border-e-purple-200\/25 {
  border-inline-end-color: rgb(233 213 255 / 0.25);
}
.border-e-purple-200\/30 {
  border-inline-end-color: rgb(233 213 255 / 0.3);
}
.border-e-purple-200\/35 {
  border-inline-end-color: rgb(233 213 255 / 0.35);
}
.border-e-purple-200\/40 {
  border-inline-end-color: rgb(233 213 255 / 0.4);
}
.border-e-purple-200\/45 {
  border-inline-end-color: rgb(233 213 255 / 0.45);
}
.border-e-purple-200\/5 {
  border-inline-end-color: rgb(233 213 255 / 0.05);
}
.border-e-purple-200\/50 {
  border-inline-end-color: rgb(233 213 255 / 0.5);
}
.border-e-purple-200\/55 {
  border-inline-end-color: rgb(233 213 255 / 0.55);
}
.border-e-purple-200\/60 {
  border-inline-end-color: rgb(233 213 255 / 0.6);
}
.border-e-purple-200\/65 {
  border-inline-end-color: rgb(233 213 255 / 0.65);
}
.border-e-purple-200\/70 {
  border-inline-end-color: rgb(233 213 255 / 0.7);
}
.border-e-purple-200\/75 {
  border-inline-end-color: rgb(233 213 255 / 0.75);
}
.border-e-purple-200\/80 {
  border-inline-end-color: rgb(233 213 255 / 0.8);
}
.border-e-purple-200\/85 {
  border-inline-end-color: rgb(233 213 255 / 0.85);
}
.border-e-purple-200\/90 {
  border-inline-end-color: rgb(233 213 255 / 0.9);
}
.border-e-purple-200\/95 {
  border-inline-end-color: rgb(233 213 255 / 0.95);
}
.border-e-purple-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-e-purple-300\/0 {
  border-inline-end-color: rgb(216 180 254 / 0);
}
.border-e-purple-300\/10 {
  border-inline-end-color: rgb(216 180 254 / 0.1);
}
.border-e-purple-300\/100 {
  border-inline-end-color: rgb(216 180 254 / 1);
}
.border-e-purple-300\/15 {
  border-inline-end-color: rgb(216 180 254 / 0.15);
}
.border-e-purple-300\/20 {
  border-inline-end-color: rgb(216 180 254 / 0.2);
}
.border-e-purple-300\/25 {
  border-inline-end-color: rgb(216 180 254 / 0.25);
}
.border-e-purple-300\/30 {
  border-inline-end-color: rgb(216 180 254 / 0.3);
}
.border-e-purple-300\/35 {
  border-inline-end-color: rgb(216 180 254 / 0.35);
}
.border-e-purple-300\/40 {
  border-inline-end-color: rgb(216 180 254 / 0.4);
}
.border-e-purple-300\/45 {
  border-inline-end-color: rgb(216 180 254 / 0.45);
}
.border-e-purple-300\/5 {
  border-inline-end-color: rgb(216 180 254 / 0.05);
}
.border-e-purple-300\/50 {
  border-inline-end-color: rgb(216 180 254 / 0.5);
}
.border-e-purple-300\/55 {
  border-inline-end-color: rgb(216 180 254 / 0.55);
}
.border-e-purple-300\/60 {
  border-inline-end-color: rgb(216 180 254 / 0.6);
}
.border-e-purple-300\/65 {
  border-inline-end-color: rgb(216 180 254 / 0.65);
}
.border-e-purple-300\/70 {
  border-inline-end-color: rgb(216 180 254 / 0.7);
}
.border-e-purple-300\/75 {
  border-inline-end-color: rgb(216 180 254 / 0.75);
}
.border-e-purple-300\/80 {
  border-inline-end-color: rgb(216 180 254 / 0.8);
}
.border-e-purple-300\/85 {
  border-inline-end-color: rgb(216 180 254 / 0.85);
}
.border-e-purple-300\/90 {
  border-inline-end-color: rgb(216 180 254 / 0.9);
}
.border-e-purple-300\/95 {
  border-inline-end-color: rgb(216 180 254 / 0.95);
}
.border-e-purple-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-e-purple-400\/0 {
  border-inline-end-color: rgb(192 132 252 / 0);
}
.border-e-purple-400\/10 {
  border-inline-end-color: rgb(192 132 252 / 0.1);
}
.border-e-purple-400\/100 {
  border-inline-end-color: rgb(192 132 252 / 1);
}
.border-e-purple-400\/15 {
  border-inline-end-color: rgb(192 132 252 / 0.15);
}
.border-e-purple-400\/20 {
  border-inline-end-color: rgb(192 132 252 / 0.2);
}
.border-e-purple-400\/25 {
  border-inline-end-color: rgb(192 132 252 / 0.25);
}
.border-e-purple-400\/30 {
  border-inline-end-color: rgb(192 132 252 / 0.3);
}
.border-e-purple-400\/35 {
  border-inline-end-color: rgb(192 132 252 / 0.35);
}
.border-e-purple-400\/40 {
  border-inline-end-color: rgb(192 132 252 / 0.4);
}
.border-e-purple-400\/45 {
  border-inline-end-color: rgb(192 132 252 / 0.45);
}
.border-e-purple-400\/5 {
  border-inline-end-color: rgb(192 132 252 / 0.05);
}
.border-e-purple-400\/50 {
  border-inline-end-color: rgb(192 132 252 / 0.5);
}
.border-e-purple-400\/55 {
  border-inline-end-color: rgb(192 132 252 / 0.55);
}
.border-e-purple-400\/60 {
  border-inline-end-color: rgb(192 132 252 / 0.6);
}
.border-e-purple-400\/65 {
  border-inline-end-color: rgb(192 132 252 / 0.65);
}
.border-e-purple-400\/70 {
  border-inline-end-color: rgb(192 132 252 / 0.7);
}
.border-e-purple-400\/75 {
  border-inline-end-color: rgb(192 132 252 / 0.75);
}
.border-e-purple-400\/80 {
  border-inline-end-color: rgb(192 132 252 / 0.8);
}
.border-e-purple-400\/85 {
  border-inline-end-color: rgb(192 132 252 / 0.85);
}
.border-e-purple-400\/90 {
  border-inline-end-color: rgb(192 132 252 / 0.9);
}
.border-e-purple-400\/95 {
  border-inline-end-color: rgb(192 132 252 / 0.95);
}
.border-e-purple-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-e-purple-50\/0 {
  border-inline-end-color: rgb(250 245 255 / 0);
}
.border-e-purple-50\/10 {
  border-inline-end-color: rgb(250 245 255 / 0.1);
}
.border-e-purple-50\/100 {
  border-inline-end-color: rgb(250 245 255 / 1);
}
.border-e-purple-50\/15 {
  border-inline-end-color: rgb(250 245 255 / 0.15);
}
.border-e-purple-50\/20 {
  border-inline-end-color: rgb(250 245 255 / 0.2);
}
.border-e-purple-50\/25 {
  border-inline-end-color: rgb(250 245 255 / 0.25);
}
.border-e-purple-50\/30 {
  border-inline-end-color: rgb(250 245 255 / 0.3);
}
.border-e-purple-50\/35 {
  border-inline-end-color: rgb(250 245 255 / 0.35);
}
.border-e-purple-50\/40 {
  border-inline-end-color: rgb(250 245 255 / 0.4);
}
.border-e-purple-50\/45 {
  border-inline-end-color: rgb(250 245 255 / 0.45);
}
.border-e-purple-50\/5 {
  border-inline-end-color: rgb(250 245 255 / 0.05);
}
.border-e-purple-50\/50 {
  border-inline-end-color: rgb(250 245 255 / 0.5);
}
.border-e-purple-50\/55 {
  border-inline-end-color: rgb(250 245 255 / 0.55);
}
.border-e-purple-50\/60 {
  border-inline-end-color: rgb(250 245 255 / 0.6);
}
.border-e-purple-50\/65 {
  border-inline-end-color: rgb(250 245 255 / 0.65);
}
.border-e-purple-50\/70 {
  border-inline-end-color: rgb(250 245 255 / 0.7);
}
.border-e-purple-50\/75 {
  border-inline-end-color: rgb(250 245 255 / 0.75);
}
.border-e-purple-50\/80 {
  border-inline-end-color: rgb(250 245 255 / 0.8);
}
.border-e-purple-50\/85 {
  border-inline-end-color: rgb(250 245 255 / 0.85);
}
.border-e-purple-50\/90 {
  border-inline-end-color: rgb(250 245 255 / 0.9);
}
.border-e-purple-50\/95 {
  border-inline-end-color: rgb(250 245 255 / 0.95);
}
.border-e-purple-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-e-purple-500\/0 {
  border-inline-end-color: rgb(168 85 247 / 0);
}
.border-e-purple-500\/10 {
  border-inline-end-color: rgb(168 85 247 / 0.1);
}
.border-e-purple-500\/100 {
  border-inline-end-color: rgb(168 85 247 / 1);
}
.border-e-purple-500\/15 {
  border-inline-end-color: rgb(168 85 247 / 0.15);
}
.border-e-purple-500\/20 {
  border-inline-end-color: rgb(168 85 247 / 0.2);
}
.border-e-purple-500\/25 {
  border-inline-end-color: rgb(168 85 247 / 0.25);
}
.border-e-purple-500\/30 {
  border-inline-end-color: rgb(168 85 247 / 0.3);
}
.border-e-purple-500\/35 {
  border-inline-end-color: rgb(168 85 247 / 0.35);
}
.border-e-purple-500\/40 {
  border-inline-end-color: rgb(168 85 247 / 0.4);
}
.border-e-purple-500\/45 {
  border-inline-end-color: rgb(168 85 247 / 0.45);
}
.border-e-purple-500\/5 {
  border-inline-end-color: rgb(168 85 247 / 0.05);
}
.border-e-purple-500\/50 {
  border-inline-end-color: rgb(168 85 247 / 0.5);
}
.border-e-purple-500\/55 {
  border-inline-end-color: rgb(168 85 247 / 0.55);
}
.border-e-purple-500\/60 {
  border-inline-end-color: rgb(168 85 247 / 0.6);
}
.border-e-purple-500\/65 {
  border-inline-end-color: rgb(168 85 247 / 0.65);
}
.border-e-purple-500\/70 {
  border-inline-end-color: rgb(168 85 247 / 0.7);
}
.border-e-purple-500\/75 {
  border-inline-end-color: rgb(168 85 247 / 0.75);
}
.border-e-purple-500\/80 {
  border-inline-end-color: rgb(168 85 247 / 0.8);
}
.border-e-purple-500\/85 {
  border-inline-end-color: rgb(168 85 247 / 0.85);
}
.border-e-purple-500\/90 {
  border-inline-end-color: rgb(168 85 247 / 0.9);
}
.border-e-purple-500\/95 {
  border-inline-end-color: rgb(168 85 247 / 0.95);
}
.border-e-purple-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-e-purple-600\/0 {
  border-inline-end-color: rgb(147 51 234 / 0);
}
.border-e-purple-600\/10 {
  border-inline-end-color: rgb(147 51 234 / 0.1);
}
.border-e-purple-600\/100 {
  border-inline-end-color: rgb(147 51 234 / 1);
}
.border-e-purple-600\/15 {
  border-inline-end-color: rgb(147 51 234 / 0.15);
}
.border-e-purple-600\/20 {
  border-inline-end-color: rgb(147 51 234 / 0.2);
}
.border-e-purple-600\/25 {
  border-inline-end-color: rgb(147 51 234 / 0.25);
}
.border-e-purple-600\/30 {
  border-inline-end-color: rgb(147 51 234 / 0.3);
}
.border-e-purple-600\/35 {
  border-inline-end-color: rgb(147 51 234 / 0.35);
}
.border-e-purple-600\/40 {
  border-inline-end-color: rgb(147 51 234 / 0.4);
}
.border-e-purple-600\/45 {
  border-inline-end-color: rgb(147 51 234 / 0.45);
}
.border-e-purple-600\/5 {
  border-inline-end-color: rgb(147 51 234 / 0.05);
}
.border-e-purple-600\/50 {
  border-inline-end-color: rgb(147 51 234 / 0.5);
}
.border-e-purple-600\/55 {
  border-inline-end-color: rgb(147 51 234 / 0.55);
}
.border-e-purple-600\/60 {
  border-inline-end-color: rgb(147 51 234 / 0.6);
}
.border-e-purple-600\/65 {
  border-inline-end-color: rgb(147 51 234 / 0.65);
}
.border-e-purple-600\/70 {
  border-inline-end-color: rgb(147 51 234 / 0.7);
}
.border-e-purple-600\/75 {
  border-inline-end-color: rgb(147 51 234 / 0.75);
}
.border-e-purple-600\/80 {
  border-inline-end-color: rgb(147 51 234 / 0.8);
}
.border-e-purple-600\/85 {
  border-inline-end-color: rgb(147 51 234 / 0.85);
}
.border-e-purple-600\/90 {
  border-inline-end-color: rgb(147 51 234 / 0.9);
}
.border-e-purple-600\/95 {
  border-inline-end-color: rgb(147 51 234 / 0.95);
}
.border-e-purple-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-e-purple-700\/0 {
  border-inline-end-color: rgb(126 34 206 / 0);
}
.border-e-purple-700\/10 {
  border-inline-end-color: rgb(126 34 206 / 0.1);
}
.border-e-purple-700\/100 {
  border-inline-end-color: rgb(126 34 206 / 1);
}
.border-e-purple-700\/15 {
  border-inline-end-color: rgb(126 34 206 / 0.15);
}
.border-e-purple-700\/20 {
  border-inline-end-color: rgb(126 34 206 / 0.2);
}
.border-e-purple-700\/25 {
  border-inline-end-color: rgb(126 34 206 / 0.25);
}
.border-e-purple-700\/30 {
  border-inline-end-color: rgb(126 34 206 / 0.3);
}
.border-e-purple-700\/35 {
  border-inline-end-color: rgb(126 34 206 / 0.35);
}
.border-e-purple-700\/40 {
  border-inline-end-color: rgb(126 34 206 / 0.4);
}
.border-e-purple-700\/45 {
  border-inline-end-color: rgb(126 34 206 / 0.45);
}
.border-e-purple-700\/5 {
  border-inline-end-color: rgb(126 34 206 / 0.05);
}
.border-e-purple-700\/50 {
  border-inline-end-color: rgb(126 34 206 / 0.5);
}
.border-e-purple-700\/55 {
  border-inline-end-color: rgb(126 34 206 / 0.55);
}
.border-e-purple-700\/60 {
  border-inline-end-color: rgb(126 34 206 / 0.6);
}
.border-e-purple-700\/65 {
  border-inline-end-color: rgb(126 34 206 / 0.65);
}
.border-e-purple-700\/70 {
  border-inline-end-color: rgb(126 34 206 / 0.7);
}
.border-e-purple-700\/75 {
  border-inline-end-color: rgb(126 34 206 / 0.75);
}
.border-e-purple-700\/80 {
  border-inline-end-color: rgb(126 34 206 / 0.8);
}
.border-e-purple-700\/85 {
  border-inline-end-color: rgb(126 34 206 / 0.85);
}
.border-e-purple-700\/90 {
  border-inline-end-color: rgb(126 34 206 / 0.9);
}
.border-e-purple-700\/95 {
  border-inline-end-color: rgb(126 34 206 / 0.95);
}
.border-e-purple-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-e-purple-800\/0 {
  border-inline-end-color: rgb(107 33 168 / 0);
}
.border-e-purple-800\/10 {
  border-inline-end-color: rgb(107 33 168 / 0.1);
}
.border-e-purple-800\/100 {
  border-inline-end-color: rgb(107 33 168 / 1);
}
.border-e-purple-800\/15 {
  border-inline-end-color: rgb(107 33 168 / 0.15);
}
.border-e-purple-800\/20 {
  border-inline-end-color: rgb(107 33 168 / 0.2);
}
.border-e-purple-800\/25 {
  border-inline-end-color: rgb(107 33 168 / 0.25);
}
.border-e-purple-800\/30 {
  border-inline-end-color: rgb(107 33 168 / 0.3);
}
.border-e-purple-800\/35 {
  border-inline-end-color: rgb(107 33 168 / 0.35);
}
.border-e-purple-800\/40 {
  border-inline-end-color: rgb(107 33 168 / 0.4);
}
.border-e-purple-800\/45 {
  border-inline-end-color: rgb(107 33 168 / 0.45);
}
.border-e-purple-800\/5 {
  border-inline-end-color: rgb(107 33 168 / 0.05);
}
.border-e-purple-800\/50 {
  border-inline-end-color: rgb(107 33 168 / 0.5);
}
.border-e-purple-800\/55 {
  border-inline-end-color: rgb(107 33 168 / 0.55);
}
.border-e-purple-800\/60 {
  border-inline-end-color: rgb(107 33 168 / 0.6);
}
.border-e-purple-800\/65 {
  border-inline-end-color: rgb(107 33 168 / 0.65);
}
.border-e-purple-800\/70 {
  border-inline-end-color: rgb(107 33 168 / 0.7);
}
.border-e-purple-800\/75 {
  border-inline-end-color: rgb(107 33 168 / 0.75);
}
.border-e-purple-800\/80 {
  border-inline-end-color: rgb(107 33 168 / 0.8);
}
.border-e-purple-800\/85 {
  border-inline-end-color: rgb(107 33 168 / 0.85);
}
.border-e-purple-800\/90 {
  border-inline-end-color: rgb(107 33 168 / 0.9);
}
.border-e-purple-800\/95 {
  border-inline-end-color: rgb(107 33 168 / 0.95);
}
.border-e-purple-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-e-purple-900\/0 {
  border-inline-end-color: rgb(88 28 135 / 0);
}
.border-e-purple-900\/10 {
  border-inline-end-color: rgb(88 28 135 / 0.1);
}
.border-e-purple-900\/100 {
  border-inline-end-color: rgb(88 28 135 / 1);
}
.border-e-purple-900\/15 {
  border-inline-end-color: rgb(88 28 135 / 0.15);
}
.border-e-purple-900\/20 {
  border-inline-end-color: rgb(88 28 135 / 0.2);
}
.border-e-purple-900\/25 {
  border-inline-end-color: rgb(88 28 135 / 0.25);
}
.border-e-purple-900\/30 {
  border-inline-end-color: rgb(88 28 135 / 0.3);
}
.border-e-purple-900\/35 {
  border-inline-end-color: rgb(88 28 135 / 0.35);
}
.border-e-purple-900\/40 {
  border-inline-end-color: rgb(88 28 135 / 0.4);
}
.border-e-purple-900\/45 {
  border-inline-end-color: rgb(88 28 135 / 0.45);
}
.border-e-purple-900\/5 {
  border-inline-end-color: rgb(88 28 135 / 0.05);
}
.border-e-purple-900\/50 {
  border-inline-end-color: rgb(88 28 135 / 0.5);
}
.border-e-purple-900\/55 {
  border-inline-end-color: rgb(88 28 135 / 0.55);
}
.border-e-purple-900\/60 {
  border-inline-end-color: rgb(88 28 135 / 0.6);
}
.border-e-purple-900\/65 {
  border-inline-end-color: rgb(88 28 135 / 0.65);
}
.border-e-purple-900\/70 {
  border-inline-end-color: rgb(88 28 135 / 0.7);
}
.border-e-purple-900\/75 {
  border-inline-end-color: rgb(88 28 135 / 0.75);
}
.border-e-purple-900\/80 {
  border-inline-end-color: rgb(88 28 135 / 0.8);
}
.border-e-purple-900\/85 {
  border-inline-end-color: rgb(88 28 135 / 0.85);
}
.border-e-purple-900\/90 {
  border-inline-end-color: rgb(88 28 135 / 0.9);
}
.border-e-purple-900\/95 {
  border-inline-end-color: rgb(88 28 135 / 0.95);
}
.border-e-purple-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-e-purple-950\/0 {
  border-inline-end-color: rgb(59 7 100 / 0);
}
.border-e-purple-950\/10 {
  border-inline-end-color: rgb(59 7 100 / 0.1);
}
.border-e-purple-950\/100 {
  border-inline-end-color: rgb(59 7 100 / 1);
}
.border-e-purple-950\/15 {
  border-inline-end-color: rgb(59 7 100 / 0.15);
}
.border-e-purple-950\/20 {
  border-inline-end-color: rgb(59 7 100 / 0.2);
}
.border-e-purple-950\/25 {
  border-inline-end-color: rgb(59 7 100 / 0.25);
}
.border-e-purple-950\/30 {
  border-inline-end-color: rgb(59 7 100 / 0.3);
}
.border-e-purple-950\/35 {
  border-inline-end-color: rgb(59 7 100 / 0.35);
}
.border-e-purple-950\/40 {
  border-inline-end-color: rgb(59 7 100 / 0.4);
}
.border-e-purple-950\/45 {
  border-inline-end-color: rgb(59 7 100 / 0.45);
}
.border-e-purple-950\/5 {
  border-inline-end-color: rgb(59 7 100 / 0.05);
}
.border-e-purple-950\/50 {
  border-inline-end-color: rgb(59 7 100 / 0.5);
}
.border-e-purple-950\/55 {
  border-inline-end-color: rgb(59 7 100 / 0.55);
}
.border-e-purple-950\/60 {
  border-inline-end-color: rgb(59 7 100 / 0.6);
}
.border-e-purple-950\/65 {
  border-inline-end-color: rgb(59 7 100 / 0.65);
}
.border-e-purple-950\/70 {
  border-inline-end-color: rgb(59 7 100 / 0.7);
}
.border-e-purple-950\/75 {
  border-inline-end-color: rgb(59 7 100 / 0.75);
}
.border-e-purple-950\/80 {
  border-inline-end-color: rgb(59 7 100 / 0.8);
}
.border-e-purple-950\/85 {
  border-inline-end-color: rgb(59 7 100 / 0.85);
}
.border-e-purple-950\/90 {
  border-inline-end-color: rgb(59 7 100 / 0.9);
}
.border-e-purple-950\/95 {
  border-inline-end-color: rgb(59 7 100 / 0.95);
}
.border-e-red-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-e-red-100\/0 {
  border-inline-end-color: rgb(254 226 226 / 0);
}
.border-e-red-100\/10 {
  border-inline-end-color: rgb(254 226 226 / 0.1);
}
.border-e-red-100\/100 {
  border-inline-end-color: rgb(254 226 226 / 1);
}
.border-e-red-100\/15 {
  border-inline-end-color: rgb(254 226 226 / 0.15);
}
.border-e-red-100\/20 {
  border-inline-end-color: rgb(254 226 226 / 0.2);
}
.border-e-red-100\/25 {
  border-inline-end-color: rgb(254 226 226 / 0.25);
}
.border-e-red-100\/30 {
  border-inline-end-color: rgb(254 226 226 / 0.3);
}
.border-e-red-100\/35 {
  border-inline-end-color: rgb(254 226 226 / 0.35);
}
.border-e-red-100\/40 {
  border-inline-end-color: rgb(254 226 226 / 0.4);
}
.border-e-red-100\/45 {
  border-inline-end-color: rgb(254 226 226 / 0.45);
}
.border-e-red-100\/5 {
  border-inline-end-color: rgb(254 226 226 / 0.05);
}
.border-e-red-100\/50 {
  border-inline-end-color: rgb(254 226 226 / 0.5);
}
.border-e-red-100\/55 {
  border-inline-end-color: rgb(254 226 226 / 0.55);
}
.border-e-red-100\/60 {
  border-inline-end-color: rgb(254 226 226 / 0.6);
}
.border-e-red-100\/65 {
  border-inline-end-color: rgb(254 226 226 / 0.65);
}
.border-e-red-100\/70 {
  border-inline-end-color: rgb(254 226 226 / 0.7);
}
.border-e-red-100\/75 {
  border-inline-end-color: rgb(254 226 226 / 0.75);
}
.border-e-red-100\/80 {
  border-inline-end-color: rgb(254 226 226 / 0.8);
}
.border-e-red-100\/85 {
  border-inline-end-color: rgb(254 226 226 / 0.85);
}
.border-e-red-100\/90 {
  border-inline-end-color: rgb(254 226 226 / 0.9);
}
.border-e-red-100\/95 {
  border-inline-end-color: rgb(254 226 226 / 0.95);
}
.border-e-red-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-e-red-200\/0 {
  border-inline-end-color: rgb(254 202 202 / 0);
}
.border-e-red-200\/10 {
  border-inline-end-color: rgb(254 202 202 / 0.1);
}
.border-e-red-200\/100 {
  border-inline-end-color: rgb(254 202 202 / 1);
}
.border-e-red-200\/15 {
  border-inline-end-color: rgb(254 202 202 / 0.15);
}
.border-e-red-200\/20 {
  border-inline-end-color: rgb(254 202 202 / 0.2);
}
.border-e-red-200\/25 {
  border-inline-end-color: rgb(254 202 202 / 0.25);
}
.border-e-red-200\/30 {
  border-inline-end-color: rgb(254 202 202 / 0.3);
}
.border-e-red-200\/35 {
  border-inline-end-color: rgb(254 202 202 / 0.35);
}
.border-e-red-200\/40 {
  border-inline-end-color: rgb(254 202 202 / 0.4);
}
.border-e-red-200\/45 {
  border-inline-end-color: rgb(254 202 202 / 0.45);
}
.border-e-red-200\/5 {
  border-inline-end-color: rgb(254 202 202 / 0.05);
}
.border-e-red-200\/50 {
  border-inline-end-color: rgb(254 202 202 / 0.5);
}
.border-e-red-200\/55 {
  border-inline-end-color: rgb(254 202 202 / 0.55);
}
.border-e-red-200\/60 {
  border-inline-end-color: rgb(254 202 202 / 0.6);
}
.border-e-red-200\/65 {
  border-inline-end-color: rgb(254 202 202 / 0.65);
}
.border-e-red-200\/70 {
  border-inline-end-color: rgb(254 202 202 / 0.7);
}
.border-e-red-200\/75 {
  border-inline-end-color: rgb(254 202 202 / 0.75);
}
.border-e-red-200\/80 {
  border-inline-end-color: rgb(254 202 202 / 0.8);
}
.border-e-red-200\/85 {
  border-inline-end-color: rgb(254 202 202 / 0.85);
}
.border-e-red-200\/90 {
  border-inline-end-color: rgb(254 202 202 / 0.9);
}
.border-e-red-200\/95 {
  border-inline-end-color: rgb(254 202 202 / 0.95);
}
.border-e-red-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-e-red-300\/0 {
  border-inline-end-color: rgb(252 165 165 / 0);
}
.border-e-red-300\/10 {
  border-inline-end-color: rgb(252 165 165 / 0.1);
}
.border-e-red-300\/100 {
  border-inline-end-color: rgb(252 165 165 / 1);
}
.border-e-red-300\/15 {
  border-inline-end-color: rgb(252 165 165 / 0.15);
}
.border-e-red-300\/20 {
  border-inline-end-color: rgb(252 165 165 / 0.2);
}
.border-e-red-300\/25 {
  border-inline-end-color: rgb(252 165 165 / 0.25);
}
.border-e-red-300\/30 {
  border-inline-end-color: rgb(252 165 165 / 0.3);
}
.border-e-red-300\/35 {
  border-inline-end-color: rgb(252 165 165 / 0.35);
}
.border-e-red-300\/40 {
  border-inline-end-color: rgb(252 165 165 / 0.4);
}
.border-e-red-300\/45 {
  border-inline-end-color: rgb(252 165 165 / 0.45);
}
.border-e-red-300\/5 {
  border-inline-end-color: rgb(252 165 165 / 0.05);
}
.border-e-red-300\/50 {
  border-inline-end-color: rgb(252 165 165 / 0.5);
}
.border-e-red-300\/55 {
  border-inline-end-color: rgb(252 165 165 / 0.55);
}
.border-e-red-300\/60 {
  border-inline-end-color: rgb(252 165 165 / 0.6);
}
.border-e-red-300\/65 {
  border-inline-end-color: rgb(252 165 165 / 0.65);
}
.border-e-red-300\/70 {
  border-inline-end-color: rgb(252 165 165 / 0.7);
}
.border-e-red-300\/75 {
  border-inline-end-color: rgb(252 165 165 / 0.75);
}
.border-e-red-300\/80 {
  border-inline-end-color: rgb(252 165 165 / 0.8);
}
.border-e-red-300\/85 {
  border-inline-end-color: rgb(252 165 165 / 0.85);
}
.border-e-red-300\/90 {
  border-inline-end-color: rgb(252 165 165 / 0.9);
}
.border-e-red-300\/95 {
  border-inline-end-color: rgb(252 165 165 / 0.95);
}
.border-e-red-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-e-red-400\/0 {
  border-inline-end-color: rgb(248 113 113 / 0);
}
.border-e-red-400\/10 {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}
.border-e-red-400\/100 {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-red-400\/15 {
  border-inline-end-color: rgb(248 113 113 / 0.15);
}
.border-e-red-400\/20 {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}
.border-e-red-400\/25 {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}
.border-e-red-400\/30 {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}
.border-e-red-400\/35 {
  border-inline-end-color: rgb(248 113 113 / 0.35);
}
.border-e-red-400\/40 {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}
.border-e-red-400\/45 {
  border-inline-end-color: rgb(248 113 113 / 0.45);
}
.border-e-red-400\/5 {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}
.border-e-red-400\/50 {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-red-400\/55 {
  border-inline-end-color: rgb(248 113 113 / 0.55);
}
.border-e-red-400\/60 {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}
.border-e-red-400\/65 {
  border-inline-end-color: rgb(248 113 113 / 0.65);
}
.border-e-red-400\/70 {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}
.border-e-red-400\/75 {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}
.border-e-red-400\/80 {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}
.border-e-red-400\/85 {
  border-inline-end-color: rgb(248 113 113 / 0.85);
}
.border-e-red-400\/90 {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}
.border-e-red-400\/95 {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}
.border-e-red-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-e-red-50\/0 {
  border-inline-end-color: rgb(254 242 242 / 0);
}
.border-e-red-50\/10 {
  border-inline-end-color: rgb(254 242 242 / 0.1);
}
.border-e-red-50\/100 {
  border-inline-end-color: rgb(254 242 242 / 1);
}
.border-e-red-50\/15 {
  border-inline-end-color: rgb(254 242 242 / 0.15);
}
.border-e-red-50\/20 {
  border-inline-end-color: rgb(254 242 242 / 0.2);
}
.border-e-red-50\/25 {
  border-inline-end-color: rgb(254 242 242 / 0.25);
}
.border-e-red-50\/30 {
  border-inline-end-color: rgb(254 242 242 / 0.3);
}
.border-e-red-50\/35 {
  border-inline-end-color: rgb(254 242 242 / 0.35);
}
.border-e-red-50\/40 {
  border-inline-end-color: rgb(254 242 242 / 0.4);
}
.border-e-red-50\/45 {
  border-inline-end-color: rgb(254 242 242 / 0.45);
}
.border-e-red-50\/5 {
  border-inline-end-color: rgb(254 242 242 / 0.05);
}
.border-e-red-50\/50 {
  border-inline-end-color: rgb(254 242 242 / 0.5);
}
.border-e-red-50\/55 {
  border-inline-end-color: rgb(254 242 242 / 0.55);
}
.border-e-red-50\/60 {
  border-inline-end-color: rgb(254 242 242 / 0.6);
}
.border-e-red-50\/65 {
  border-inline-end-color: rgb(254 242 242 / 0.65);
}
.border-e-red-50\/70 {
  border-inline-end-color: rgb(254 242 242 / 0.7);
}
.border-e-red-50\/75 {
  border-inline-end-color: rgb(254 242 242 / 0.75);
}
.border-e-red-50\/80 {
  border-inline-end-color: rgb(254 242 242 / 0.8);
}
.border-e-red-50\/85 {
  border-inline-end-color: rgb(254 242 242 / 0.85);
}
.border-e-red-50\/90 {
  border-inline-end-color: rgb(254 242 242 / 0.9);
}
.border-e-red-50\/95 {
  border-inline-end-color: rgb(254 242 242 / 0.95);
}
.border-e-red-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-e-red-500\/0 {
  border-inline-end-color: rgb(239 68 68 / 0);
}
.border-e-red-500\/10 {
  border-inline-end-color: rgb(239 68 68 / 0.1);
}
.border-e-red-500\/100 {
  border-inline-end-color: rgb(239 68 68 / 1);
}
.border-e-red-500\/15 {
  border-inline-end-color: rgb(239 68 68 / 0.15);
}
.border-e-red-500\/20 {
  border-inline-end-color: rgb(239 68 68 / 0.2);
}
.border-e-red-500\/25 {
  border-inline-end-color: rgb(239 68 68 / 0.25);
}
.border-e-red-500\/30 {
  border-inline-end-color: rgb(239 68 68 / 0.3);
}
.border-e-red-500\/35 {
  border-inline-end-color: rgb(239 68 68 / 0.35);
}
.border-e-red-500\/40 {
  border-inline-end-color: rgb(239 68 68 / 0.4);
}
.border-e-red-500\/45 {
  border-inline-end-color: rgb(239 68 68 / 0.45);
}
.border-e-red-500\/5 {
  border-inline-end-color: rgb(239 68 68 / 0.05);
}
.border-e-red-500\/50 {
  border-inline-end-color: rgb(239 68 68 / 0.5);
}
.border-e-red-500\/55 {
  border-inline-end-color: rgb(239 68 68 / 0.55);
}
.border-e-red-500\/60 {
  border-inline-end-color: rgb(239 68 68 / 0.6);
}
.border-e-red-500\/65 {
  border-inline-end-color: rgb(239 68 68 / 0.65);
}
.border-e-red-500\/70 {
  border-inline-end-color: rgb(239 68 68 / 0.7);
}
.border-e-red-500\/75 {
  border-inline-end-color: rgb(239 68 68 / 0.75);
}
.border-e-red-500\/80 {
  border-inline-end-color: rgb(239 68 68 / 0.8);
}
.border-e-red-500\/85 {
  border-inline-end-color: rgb(239 68 68 / 0.85);
}
.border-e-red-500\/90 {
  border-inline-end-color: rgb(239 68 68 / 0.9);
}
.border-e-red-500\/95 {
  border-inline-end-color: rgb(239 68 68 / 0.95);
}
.border-e-red-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-e-red-600\/0 {
  border-inline-end-color: rgb(220 38 38 / 0);
}
.border-e-red-600\/10 {
  border-inline-end-color: rgb(220 38 38 / 0.1);
}
.border-e-red-600\/100 {
  border-inline-end-color: rgb(220 38 38 / 1);
}
.border-e-red-600\/15 {
  border-inline-end-color: rgb(220 38 38 / 0.15);
}
.border-e-red-600\/20 {
  border-inline-end-color: rgb(220 38 38 / 0.2);
}
.border-e-red-600\/25 {
  border-inline-end-color: rgb(220 38 38 / 0.25);
}
.border-e-red-600\/30 {
  border-inline-end-color: rgb(220 38 38 / 0.3);
}
.border-e-red-600\/35 {
  border-inline-end-color: rgb(220 38 38 / 0.35);
}
.border-e-red-600\/40 {
  border-inline-end-color: rgb(220 38 38 / 0.4);
}
.border-e-red-600\/45 {
  border-inline-end-color: rgb(220 38 38 / 0.45);
}
.border-e-red-600\/5 {
  border-inline-end-color: rgb(220 38 38 / 0.05);
}
.border-e-red-600\/50 {
  border-inline-end-color: rgb(220 38 38 / 0.5);
}
.border-e-red-600\/55 {
  border-inline-end-color: rgb(220 38 38 / 0.55);
}
.border-e-red-600\/60 {
  border-inline-end-color: rgb(220 38 38 / 0.6);
}
.border-e-red-600\/65 {
  border-inline-end-color: rgb(220 38 38 / 0.65);
}
.border-e-red-600\/70 {
  border-inline-end-color: rgb(220 38 38 / 0.7);
}
.border-e-red-600\/75 {
  border-inline-end-color: rgb(220 38 38 / 0.75);
}
.border-e-red-600\/80 {
  border-inline-end-color: rgb(220 38 38 / 0.8);
}
.border-e-red-600\/85 {
  border-inline-end-color: rgb(220 38 38 / 0.85);
}
.border-e-red-600\/90 {
  border-inline-end-color: rgb(220 38 38 / 0.9);
}
.border-e-red-600\/95 {
  border-inline-end-color: rgb(220 38 38 / 0.95);
}
.border-e-red-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-e-red-700\/0 {
  border-inline-end-color: rgb(185 28 28 / 0);
}
.border-e-red-700\/10 {
  border-inline-end-color: rgb(185 28 28 / 0.1);
}
.border-e-red-700\/100 {
  border-inline-end-color: rgb(185 28 28 / 1);
}
.border-e-red-700\/15 {
  border-inline-end-color: rgb(185 28 28 / 0.15);
}
.border-e-red-700\/20 {
  border-inline-end-color: rgb(185 28 28 / 0.2);
}
.border-e-red-700\/25 {
  border-inline-end-color: rgb(185 28 28 / 0.25);
}
.border-e-red-700\/30 {
  border-inline-end-color: rgb(185 28 28 / 0.3);
}
.border-e-red-700\/35 {
  border-inline-end-color: rgb(185 28 28 / 0.35);
}
.border-e-red-700\/40 {
  border-inline-end-color: rgb(185 28 28 / 0.4);
}
.border-e-red-700\/45 {
  border-inline-end-color: rgb(185 28 28 / 0.45);
}
.border-e-red-700\/5 {
  border-inline-end-color: rgb(185 28 28 / 0.05);
}
.border-e-red-700\/50 {
  border-inline-end-color: rgb(185 28 28 / 0.5);
}
.border-e-red-700\/55 {
  border-inline-end-color: rgb(185 28 28 / 0.55);
}
.border-e-red-700\/60 {
  border-inline-end-color: rgb(185 28 28 / 0.6);
}
.border-e-red-700\/65 {
  border-inline-end-color: rgb(185 28 28 / 0.65);
}
.border-e-red-700\/70 {
  border-inline-end-color: rgb(185 28 28 / 0.7);
}
.border-e-red-700\/75 {
  border-inline-end-color: rgb(185 28 28 / 0.75);
}
.border-e-red-700\/80 {
  border-inline-end-color: rgb(185 28 28 / 0.8);
}
.border-e-red-700\/85 {
  border-inline-end-color: rgb(185 28 28 / 0.85);
}
.border-e-red-700\/90 {
  border-inline-end-color: rgb(185 28 28 / 0.9);
}
.border-e-red-700\/95 {
  border-inline-end-color: rgb(185 28 28 / 0.95);
}
.border-e-red-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-e-red-800\/0 {
  border-inline-end-color: rgb(153 27 27 / 0);
}
.border-e-red-800\/10 {
  border-inline-end-color: rgb(153 27 27 / 0.1);
}
.border-e-red-800\/100 {
  border-inline-end-color: rgb(153 27 27 / 1);
}
.border-e-red-800\/15 {
  border-inline-end-color: rgb(153 27 27 / 0.15);
}
.border-e-red-800\/20 {
  border-inline-end-color: rgb(153 27 27 / 0.2);
}
.border-e-red-800\/25 {
  border-inline-end-color: rgb(153 27 27 / 0.25);
}
.border-e-red-800\/30 {
  border-inline-end-color: rgb(153 27 27 / 0.3);
}
.border-e-red-800\/35 {
  border-inline-end-color: rgb(153 27 27 / 0.35);
}
.border-e-red-800\/40 {
  border-inline-end-color: rgb(153 27 27 / 0.4);
}
.border-e-red-800\/45 {
  border-inline-end-color: rgb(153 27 27 / 0.45);
}
.border-e-red-800\/5 {
  border-inline-end-color: rgb(153 27 27 / 0.05);
}
.border-e-red-800\/50 {
  border-inline-end-color: rgb(153 27 27 / 0.5);
}
.border-e-red-800\/55 {
  border-inline-end-color: rgb(153 27 27 / 0.55);
}
.border-e-red-800\/60 {
  border-inline-end-color: rgb(153 27 27 / 0.6);
}
.border-e-red-800\/65 {
  border-inline-end-color: rgb(153 27 27 / 0.65);
}
.border-e-red-800\/70 {
  border-inline-end-color: rgb(153 27 27 / 0.7);
}
.border-e-red-800\/75 {
  border-inline-end-color: rgb(153 27 27 / 0.75);
}
.border-e-red-800\/80 {
  border-inline-end-color: rgb(153 27 27 / 0.8);
}
.border-e-red-800\/85 {
  border-inline-end-color: rgb(153 27 27 / 0.85);
}
.border-e-red-800\/90 {
  border-inline-end-color: rgb(153 27 27 / 0.9);
}
.border-e-red-800\/95 {
  border-inline-end-color: rgb(153 27 27 / 0.95);
}
.border-e-red-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-e-red-900\/0 {
  border-inline-end-color: rgb(127 29 29 / 0);
}
.border-e-red-900\/10 {
  border-inline-end-color: rgb(127 29 29 / 0.1);
}
.border-e-red-900\/100 {
  border-inline-end-color: rgb(127 29 29 / 1);
}
.border-e-red-900\/15 {
  border-inline-end-color: rgb(127 29 29 / 0.15);
}
.border-e-red-900\/20 {
  border-inline-end-color: rgb(127 29 29 / 0.2);
}
.border-e-red-900\/25 {
  border-inline-end-color: rgb(127 29 29 / 0.25);
}
.border-e-red-900\/30 {
  border-inline-end-color: rgb(127 29 29 / 0.3);
}
.border-e-red-900\/35 {
  border-inline-end-color: rgb(127 29 29 / 0.35);
}
.border-e-red-900\/40 {
  border-inline-end-color: rgb(127 29 29 / 0.4);
}
.border-e-red-900\/45 {
  border-inline-end-color: rgb(127 29 29 / 0.45);
}
.border-e-red-900\/5 {
  border-inline-end-color: rgb(127 29 29 / 0.05);
}
.border-e-red-900\/50 {
  border-inline-end-color: rgb(127 29 29 / 0.5);
}
.border-e-red-900\/55 {
  border-inline-end-color: rgb(127 29 29 / 0.55);
}
.border-e-red-900\/60 {
  border-inline-end-color: rgb(127 29 29 / 0.6);
}
.border-e-red-900\/65 {
  border-inline-end-color: rgb(127 29 29 / 0.65);
}
.border-e-red-900\/70 {
  border-inline-end-color: rgb(127 29 29 / 0.7);
}
.border-e-red-900\/75 {
  border-inline-end-color: rgb(127 29 29 / 0.75);
}
.border-e-red-900\/80 {
  border-inline-end-color: rgb(127 29 29 / 0.8);
}
.border-e-red-900\/85 {
  border-inline-end-color: rgb(127 29 29 / 0.85);
}
.border-e-red-900\/90 {
  border-inline-end-color: rgb(127 29 29 / 0.9);
}
.border-e-red-900\/95 {
  border-inline-end-color: rgb(127 29 29 / 0.95);
}
.border-e-red-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-e-red-950\/0 {
  border-inline-end-color: rgb(69 10 10 / 0);
}
.border-e-red-950\/10 {
  border-inline-end-color: rgb(69 10 10 / 0.1);
}
.border-e-red-950\/100 {
  border-inline-end-color: rgb(69 10 10 / 1);
}
.border-e-red-950\/15 {
  border-inline-end-color: rgb(69 10 10 / 0.15);
}
.border-e-red-950\/20 {
  border-inline-end-color: rgb(69 10 10 / 0.2);
}
.border-e-red-950\/25 {
  border-inline-end-color: rgb(69 10 10 / 0.25);
}
.border-e-red-950\/30 {
  border-inline-end-color: rgb(69 10 10 / 0.3);
}
.border-e-red-950\/35 {
  border-inline-end-color: rgb(69 10 10 / 0.35);
}
.border-e-red-950\/40 {
  border-inline-end-color: rgb(69 10 10 / 0.4);
}
.border-e-red-950\/45 {
  border-inline-end-color: rgb(69 10 10 / 0.45);
}
.border-e-red-950\/5 {
  border-inline-end-color: rgb(69 10 10 / 0.05);
}
.border-e-red-950\/50 {
  border-inline-end-color: rgb(69 10 10 / 0.5);
}
.border-e-red-950\/55 {
  border-inline-end-color: rgb(69 10 10 / 0.55);
}
.border-e-red-950\/60 {
  border-inline-end-color: rgb(69 10 10 / 0.6);
}
.border-e-red-950\/65 {
  border-inline-end-color: rgb(69 10 10 / 0.65);
}
.border-e-red-950\/70 {
  border-inline-end-color: rgb(69 10 10 / 0.7);
}
.border-e-red-950\/75 {
  border-inline-end-color: rgb(69 10 10 / 0.75);
}
.border-e-red-950\/80 {
  border-inline-end-color: rgb(69 10 10 / 0.8);
}
.border-e-red-950\/85 {
  border-inline-end-color: rgb(69 10 10 / 0.85);
}
.border-e-red-950\/90 {
  border-inline-end-color: rgb(69 10 10 / 0.9);
}
.border-e-red-950\/95 {
  border-inline-end-color: rgb(69 10 10 / 0.95);
}
.border-e-rose-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-e-rose-100\/0 {
  border-inline-end-color: rgb(255 228 230 / 0);
}
.border-e-rose-100\/10 {
  border-inline-end-color: rgb(255 228 230 / 0.1);
}
.border-e-rose-100\/100 {
  border-inline-end-color: rgb(255 228 230 / 1);
}
.border-e-rose-100\/15 {
  border-inline-end-color: rgb(255 228 230 / 0.15);
}
.border-e-rose-100\/20 {
  border-inline-end-color: rgb(255 228 230 / 0.2);
}
.border-e-rose-100\/25 {
  border-inline-end-color: rgb(255 228 230 / 0.25);
}
.border-e-rose-100\/30 {
  border-inline-end-color: rgb(255 228 230 / 0.3);
}
.border-e-rose-100\/35 {
  border-inline-end-color: rgb(255 228 230 / 0.35);
}
.border-e-rose-100\/40 {
  border-inline-end-color: rgb(255 228 230 / 0.4);
}
.border-e-rose-100\/45 {
  border-inline-end-color: rgb(255 228 230 / 0.45);
}
.border-e-rose-100\/5 {
  border-inline-end-color: rgb(255 228 230 / 0.05);
}
.border-e-rose-100\/50 {
  border-inline-end-color: rgb(255 228 230 / 0.5);
}
.border-e-rose-100\/55 {
  border-inline-end-color: rgb(255 228 230 / 0.55);
}
.border-e-rose-100\/60 {
  border-inline-end-color: rgb(255 228 230 / 0.6);
}
.border-e-rose-100\/65 {
  border-inline-end-color: rgb(255 228 230 / 0.65);
}
.border-e-rose-100\/70 {
  border-inline-end-color: rgb(255 228 230 / 0.7);
}
.border-e-rose-100\/75 {
  border-inline-end-color: rgb(255 228 230 / 0.75);
}
.border-e-rose-100\/80 {
  border-inline-end-color: rgb(255 228 230 / 0.8);
}
.border-e-rose-100\/85 {
  border-inline-end-color: rgb(255 228 230 / 0.85);
}
.border-e-rose-100\/90 {
  border-inline-end-color: rgb(255 228 230 / 0.9);
}
.border-e-rose-100\/95 {
  border-inline-end-color: rgb(255 228 230 / 0.95);
}
.border-e-rose-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-e-rose-200\/0 {
  border-inline-end-color: rgb(254 205 211 / 0);
}
.border-e-rose-200\/10 {
  border-inline-end-color: rgb(254 205 211 / 0.1);
}
.border-e-rose-200\/100 {
  border-inline-end-color: rgb(254 205 211 / 1);
}
.border-e-rose-200\/15 {
  border-inline-end-color: rgb(254 205 211 / 0.15);
}
.border-e-rose-200\/20 {
  border-inline-end-color: rgb(254 205 211 / 0.2);
}
.border-e-rose-200\/25 {
  border-inline-end-color: rgb(254 205 211 / 0.25);
}
.border-e-rose-200\/30 {
  border-inline-end-color: rgb(254 205 211 / 0.3);
}
.border-e-rose-200\/35 {
  border-inline-end-color: rgb(254 205 211 / 0.35);
}
.border-e-rose-200\/40 {
  border-inline-end-color: rgb(254 205 211 / 0.4);
}
.border-e-rose-200\/45 {
  border-inline-end-color: rgb(254 205 211 / 0.45);
}
.border-e-rose-200\/5 {
  border-inline-end-color: rgb(254 205 211 / 0.05);
}
.border-e-rose-200\/50 {
  border-inline-end-color: rgb(254 205 211 / 0.5);
}
.border-e-rose-200\/55 {
  border-inline-end-color: rgb(254 205 211 / 0.55);
}
.border-e-rose-200\/60 {
  border-inline-end-color: rgb(254 205 211 / 0.6);
}
.border-e-rose-200\/65 {
  border-inline-end-color: rgb(254 205 211 / 0.65);
}
.border-e-rose-200\/70 {
  border-inline-end-color: rgb(254 205 211 / 0.7);
}
.border-e-rose-200\/75 {
  border-inline-end-color: rgb(254 205 211 / 0.75);
}
.border-e-rose-200\/80 {
  border-inline-end-color: rgb(254 205 211 / 0.8);
}
.border-e-rose-200\/85 {
  border-inline-end-color: rgb(254 205 211 / 0.85);
}
.border-e-rose-200\/90 {
  border-inline-end-color: rgb(254 205 211 / 0.9);
}
.border-e-rose-200\/95 {
  border-inline-end-color: rgb(254 205 211 / 0.95);
}
.border-e-rose-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-e-rose-300\/0 {
  border-inline-end-color: rgb(253 164 175 / 0);
}
.border-e-rose-300\/10 {
  border-inline-end-color: rgb(253 164 175 / 0.1);
}
.border-e-rose-300\/100 {
  border-inline-end-color: rgb(253 164 175 / 1);
}
.border-e-rose-300\/15 {
  border-inline-end-color: rgb(253 164 175 / 0.15);
}
.border-e-rose-300\/20 {
  border-inline-end-color: rgb(253 164 175 / 0.2);
}
.border-e-rose-300\/25 {
  border-inline-end-color: rgb(253 164 175 / 0.25);
}
.border-e-rose-300\/30 {
  border-inline-end-color: rgb(253 164 175 / 0.3);
}
.border-e-rose-300\/35 {
  border-inline-end-color: rgb(253 164 175 / 0.35);
}
.border-e-rose-300\/40 {
  border-inline-end-color: rgb(253 164 175 / 0.4);
}
.border-e-rose-300\/45 {
  border-inline-end-color: rgb(253 164 175 / 0.45);
}
.border-e-rose-300\/5 {
  border-inline-end-color: rgb(253 164 175 / 0.05);
}
.border-e-rose-300\/50 {
  border-inline-end-color: rgb(253 164 175 / 0.5);
}
.border-e-rose-300\/55 {
  border-inline-end-color: rgb(253 164 175 / 0.55);
}
.border-e-rose-300\/60 {
  border-inline-end-color: rgb(253 164 175 / 0.6);
}
.border-e-rose-300\/65 {
  border-inline-end-color: rgb(253 164 175 / 0.65);
}
.border-e-rose-300\/70 {
  border-inline-end-color: rgb(253 164 175 / 0.7);
}
.border-e-rose-300\/75 {
  border-inline-end-color: rgb(253 164 175 / 0.75);
}
.border-e-rose-300\/80 {
  border-inline-end-color: rgb(253 164 175 / 0.8);
}
.border-e-rose-300\/85 {
  border-inline-end-color: rgb(253 164 175 / 0.85);
}
.border-e-rose-300\/90 {
  border-inline-end-color: rgb(253 164 175 / 0.9);
}
.border-e-rose-300\/95 {
  border-inline-end-color: rgb(253 164 175 / 0.95);
}
.border-e-rose-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-e-rose-400\/0 {
  border-inline-end-color: rgb(251 113 133 / 0);
}
.border-e-rose-400\/10 {
  border-inline-end-color: rgb(251 113 133 / 0.1);
}
.border-e-rose-400\/100 {
  border-inline-end-color: rgb(251 113 133 / 1);
}
.border-e-rose-400\/15 {
  border-inline-end-color: rgb(251 113 133 / 0.15);
}
.border-e-rose-400\/20 {
  border-inline-end-color: rgb(251 113 133 / 0.2);
}
.border-e-rose-400\/25 {
  border-inline-end-color: rgb(251 113 133 / 0.25);
}
.border-e-rose-400\/30 {
  border-inline-end-color: rgb(251 113 133 / 0.3);
}
.border-e-rose-400\/35 {
  border-inline-end-color: rgb(251 113 133 / 0.35);
}
.border-e-rose-400\/40 {
  border-inline-end-color: rgb(251 113 133 / 0.4);
}
.border-e-rose-400\/45 {
  border-inline-end-color: rgb(251 113 133 / 0.45);
}
.border-e-rose-400\/5 {
  border-inline-end-color: rgb(251 113 133 / 0.05);
}
.border-e-rose-400\/50 {
  border-inline-end-color: rgb(251 113 133 / 0.5);
}
.border-e-rose-400\/55 {
  border-inline-end-color: rgb(251 113 133 / 0.55);
}
.border-e-rose-400\/60 {
  border-inline-end-color: rgb(251 113 133 / 0.6);
}
.border-e-rose-400\/65 {
  border-inline-end-color: rgb(251 113 133 / 0.65);
}
.border-e-rose-400\/70 {
  border-inline-end-color: rgb(251 113 133 / 0.7);
}
.border-e-rose-400\/75 {
  border-inline-end-color: rgb(251 113 133 / 0.75);
}
.border-e-rose-400\/80 {
  border-inline-end-color: rgb(251 113 133 / 0.8);
}
.border-e-rose-400\/85 {
  border-inline-end-color: rgb(251 113 133 / 0.85);
}
.border-e-rose-400\/90 {
  border-inline-end-color: rgb(251 113 133 / 0.9);
}
.border-e-rose-400\/95 {
  border-inline-end-color: rgb(251 113 133 / 0.95);
}
.border-e-rose-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-e-rose-50\/0 {
  border-inline-end-color: rgb(255 241 242 / 0);
}
.border-e-rose-50\/10 {
  border-inline-end-color: rgb(255 241 242 / 0.1);
}
.border-e-rose-50\/100 {
  border-inline-end-color: rgb(255 241 242 / 1);
}
.border-e-rose-50\/15 {
  border-inline-end-color: rgb(255 241 242 / 0.15);
}
.border-e-rose-50\/20 {
  border-inline-end-color: rgb(255 241 242 / 0.2);
}
.border-e-rose-50\/25 {
  border-inline-end-color: rgb(255 241 242 / 0.25);
}
.border-e-rose-50\/30 {
  border-inline-end-color: rgb(255 241 242 / 0.3);
}
.border-e-rose-50\/35 {
  border-inline-end-color: rgb(255 241 242 / 0.35);
}
.border-e-rose-50\/40 {
  border-inline-end-color: rgb(255 241 242 / 0.4);
}
.border-e-rose-50\/45 {
  border-inline-end-color: rgb(255 241 242 / 0.45);
}
.border-e-rose-50\/5 {
  border-inline-end-color: rgb(255 241 242 / 0.05);
}
.border-e-rose-50\/50 {
  border-inline-end-color: rgb(255 241 242 / 0.5);
}
.border-e-rose-50\/55 {
  border-inline-end-color: rgb(255 241 242 / 0.55);
}
.border-e-rose-50\/60 {
  border-inline-end-color: rgb(255 241 242 / 0.6);
}
.border-e-rose-50\/65 {
  border-inline-end-color: rgb(255 241 242 / 0.65);
}
.border-e-rose-50\/70 {
  border-inline-end-color: rgb(255 241 242 / 0.7);
}
.border-e-rose-50\/75 {
  border-inline-end-color: rgb(255 241 242 / 0.75);
}
.border-e-rose-50\/80 {
  border-inline-end-color: rgb(255 241 242 / 0.8);
}
.border-e-rose-50\/85 {
  border-inline-end-color: rgb(255 241 242 / 0.85);
}
.border-e-rose-50\/90 {
  border-inline-end-color: rgb(255 241 242 / 0.9);
}
.border-e-rose-50\/95 {
  border-inline-end-color: rgb(255 241 242 / 0.95);
}
.border-e-rose-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-e-rose-500\/0 {
  border-inline-end-color: rgb(244 63 94 / 0);
}
.border-e-rose-500\/10 {
  border-inline-end-color: rgb(244 63 94 / 0.1);
}
.border-e-rose-500\/100 {
  border-inline-end-color: rgb(244 63 94 / 1);
}
.border-e-rose-500\/15 {
  border-inline-end-color: rgb(244 63 94 / 0.15);
}
.border-e-rose-500\/20 {
  border-inline-end-color: rgb(244 63 94 / 0.2);
}
.border-e-rose-500\/25 {
  border-inline-end-color: rgb(244 63 94 / 0.25);
}
.border-e-rose-500\/30 {
  border-inline-end-color: rgb(244 63 94 / 0.3);
}
.border-e-rose-500\/35 {
  border-inline-end-color: rgb(244 63 94 / 0.35);
}
.border-e-rose-500\/40 {
  border-inline-end-color: rgb(244 63 94 / 0.4);
}
.border-e-rose-500\/45 {
  border-inline-end-color: rgb(244 63 94 / 0.45);
}
.border-e-rose-500\/5 {
  border-inline-end-color: rgb(244 63 94 / 0.05);
}
.border-e-rose-500\/50 {
  border-inline-end-color: rgb(244 63 94 / 0.5);
}
.border-e-rose-500\/55 {
  border-inline-end-color: rgb(244 63 94 / 0.55);
}
.border-e-rose-500\/60 {
  border-inline-end-color: rgb(244 63 94 / 0.6);
}
.border-e-rose-500\/65 {
  border-inline-end-color: rgb(244 63 94 / 0.65);
}
.border-e-rose-500\/70 {
  border-inline-end-color: rgb(244 63 94 / 0.7);
}
.border-e-rose-500\/75 {
  border-inline-end-color: rgb(244 63 94 / 0.75);
}
.border-e-rose-500\/80 {
  border-inline-end-color: rgb(244 63 94 / 0.8);
}
.border-e-rose-500\/85 {
  border-inline-end-color: rgb(244 63 94 / 0.85);
}
.border-e-rose-500\/90 {
  border-inline-end-color: rgb(244 63 94 / 0.9);
}
.border-e-rose-500\/95 {
  border-inline-end-color: rgb(244 63 94 / 0.95);
}
.border-e-rose-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-e-rose-600\/0 {
  border-inline-end-color: rgb(225 29 72 / 0);
}
.border-e-rose-600\/10 {
  border-inline-end-color: rgb(225 29 72 / 0.1);
}
.border-e-rose-600\/100 {
  border-inline-end-color: rgb(225 29 72 / 1);
}
.border-e-rose-600\/15 {
  border-inline-end-color: rgb(225 29 72 / 0.15);
}
.border-e-rose-600\/20 {
  border-inline-end-color: rgb(225 29 72 / 0.2);
}
.border-e-rose-600\/25 {
  border-inline-end-color: rgb(225 29 72 / 0.25);
}
.border-e-rose-600\/30 {
  border-inline-end-color: rgb(225 29 72 / 0.3);
}
.border-e-rose-600\/35 {
  border-inline-end-color: rgb(225 29 72 / 0.35);
}
.border-e-rose-600\/40 {
  border-inline-end-color: rgb(225 29 72 / 0.4);
}
.border-e-rose-600\/45 {
  border-inline-end-color: rgb(225 29 72 / 0.45);
}
.border-e-rose-600\/5 {
  border-inline-end-color: rgb(225 29 72 / 0.05);
}
.border-e-rose-600\/50 {
  border-inline-end-color: rgb(225 29 72 / 0.5);
}
.border-e-rose-600\/55 {
  border-inline-end-color: rgb(225 29 72 / 0.55);
}
.border-e-rose-600\/60 {
  border-inline-end-color: rgb(225 29 72 / 0.6);
}
.border-e-rose-600\/65 {
  border-inline-end-color: rgb(225 29 72 / 0.65);
}
.border-e-rose-600\/70 {
  border-inline-end-color: rgb(225 29 72 / 0.7);
}
.border-e-rose-600\/75 {
  border-inline-end-color: rgb(225 29 72 / 0.75);
}
.border-e-rose-600\/80 {
  border-inline-end-color: rgb(225 29 72 / 0.8);
}
.border-e-rose-600\/85 {
  border-inline-end-color: rgb(225 29 72 / 0.85);
}
.border-e-rose-600\/90 {
  border-inline-end-color: rgb(225 29 72 / 0.9);
}
.border-e-rose-600\/95 {
  border-inline-end-color: rgb(225 29 72 / 0.95);
}
.border-e-rose-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-e-rose-700\/0 {
  border-inline-end-color: rgb(190 18 60 / 0);
}
.border-e-rose-700\/10 {
  border-inline-end-color: rgb(190 18 60 / 0.1);
}
.border-e-rose-700\/100 {
  border-inline-end-color: rgb(190 18 60 / 1);
}
.border-e-rose-700\/15 {
  border-inline-end-color: rgb(190 18 60 / 0.15);
}
.border-e-rose-700\/20 {
  border-inline-end-color: rgb(190 18 60 / 0.2);
}
.border-e-rose-700\/25 {
  border-inline-end-color: rgb(190 18 60 / 0.25);
}
.border-e-rose-700\/30 {
  border-inline-end-color: rgb(190 18 60 / 0.3);
}
.border-e-rose-700\/35 {
  border-inline-end-color: rgb(190 18 60 / 0.35);
}
.border-e-rose-700\/40 {
  border-inline-end-color: rgb(190 18 60 / 0.4);
}
.border-e-rose-700\/45 {
  border-inline-end-color: rgb(190 18 60 / 0.45);
}
.border-e-rose-700\/5 {
  border-inline-end-color: rgb(190 18 60 / 0.05);
}
.border-e-rose-700\/50 {
  border-inline-end-color: rgb(190 18 60 / 0.5);
}
.border-e-rose-700\/55 {
  border-inline-end-color: rgb(190 18 60 / 0.55);
}
.border-e-rose-700\/60 {
  border-inline-end-color: rgb(190 18 60 / 0.6);
}
.border-e-rose-700\/65 {
  border-inline-end-color: rgb(190 18 60 / 0.65);
}
.border-e-rose-700\/70 {
  border-inline-end-color: rgb(190 18 60 / 0.7);
}
.border-e-rose-700\/75 {
  border-inline-end-color: rgb(190 18 60 / 0.75);
}
.border-e-rose-700\/80 {
  border-inline-end-color: rgb(190 18 60 / 0.8);
}
.border-e-rose-700\/85 {
  border-inline-end-color: rgb(190 18 60 / 0.85);
}
.border-e-rose-700\/90 {
  border-inline-end-color: rgb(190 18 60 / 0.9);
}
.border-e-rose-700\/95 {
  border-inline-end-color: rgb(190 18 60 / 0.95);
}
.border-e-rose-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-e-rose-800\/0 {
  border-inline-end-color: rgb(159 18 57 / 0);
}
.border-e-rose-800\/10 {
  border-inline-end-color: rgb(159 18 57 / 0.1);
}
.border-e-rose-800\/100 {
  border-inline-end-color: rgb(159 18 57 / 1);
}
.border-e-rose-800\/15 {
  border-inline-end-color: rgb(159 18 57 / 0.15);
}
.border-e-rose-800\/20 {
  border-inline-end-color: rgb(159 18 57 / 0.2);
}
.border-e-rose-800\/25 {
  border-inline-end-color: rgb(159 18 57 / 0.25);
}
.border-e-rose-800\/30 {
  border-inline-end-color: rgb(159 18 57 / 0.3);
}
.border-e-rose-800\/35 {
  border-inline-end-color: rgb(159 18 57 / 0.35);
}
.border-e-rose-800\/40 {
  border-inline-end-color: rgb(159 18 57 / 0.4);
}
.border-e-rose-800\/45 {
  border-inline-end-color: rgb(159 18 57 / 0.45);
}
.border-e-rose-800\/5 {
  border-inline-end-color: rgb(159 18 57 / 0.05);
}
.border-e-rose-800\/50 {
  border-inline-end-color: rgb(159 18 57 / 0.5);
}
.border-e-rose-800\/55 {
  border-inline-end-color: rgb(159 18 57 / 0.55);
}
.border-e-rose-800\/60 {
  border-inline-end-color: rgb(159 18 57 / 0.6);
}
.border-e-rose-800\/65 {
  border-inline-end-color: rgb(159 18 57 / 0.65);
}
.border-e-rose-800\/70 {
  border-inline-end-color: rgb(159 18 57 / 0.7);
}
.border-e-rose-800\/75 {
  border-inline-end-color: rgb(159 18 57 / 0.75);
}
.border-e-rose-800\/80 {
  border-inline-end-color: rgb(159 18 57 / 0.8);
}
.border-e-rose-800\/85 {
  border-inline-end-color: rgb(159 18 57 / 0.85);
}
.border-e-rose-800\/90 {
  border-inline-end-color: rgb(159 18 57 / 0.9);
}
.border-e-rose-800\/95 {
  border-inline-end-color: rgb(159 18 57 / 0.95);
}
.border-e-rose-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-e-rose-900\/0 {
  border-inline-end-color: rgb(136 19 55 / 0);
}
.border-e-rose-900\/10 {
  border-inline-end-color: rgb(136 19 55 / 0.1);
}
.border-e-rose-900\/100 {
  border-inline-end-color: rgb(136 19 55 / 1);
}
.border-e-rose-900\/15 {
  border-inline-end-color: rgb(136 19 55 / 0.15);
}
.border-e-rose-900\/20 {
  border-inline-end-color: rgb(136 19 55 / 0.2);
}
.border-e-rose-900\/25 {
  border-inline-end-color: rgb(136 19 55 / 0.25);
}
.border-e-rose-900\/30 {
  border-inline-end-color: rgb(136 19 55 / 0.3);
}
.border-e-rose-900\/35 {
  border-inline-end-color: rgb(136 19 55 / 0.35);
}
.border-e-rose-900\/40 {
  border-inline-end-color: rgb(136 19 55 / 0.4);
}
.border-e-rose-900\/45 {
  border-inline-end-color: rgb(136 19 55 / 0.45);
}
.border-e-rose-900\/5 {
  border-inline-end-color: rgb(136 19 55 / 0.05);
}
.border-e-rose-900\/50 {
  border-inline-end-color: rgb(136 19 55 / 0.5);
}
.border-e-rose-900\/55 {
  border-inline-end-color: rgb(136 19 55 / 0.55);
}
.border-e-rose-900\/60 {
  border-inline-end-color: rgb(136 19 55 / 0.6);
}
.border-e-rose-900\/65 {
  border-inline-end-color: rgb(136 19 55 / 0.65);
}
.border-e-rose-900\/70 {
  border-inline-end-color: rgb(136 19 55 / 0.7);
}
.border-e-rose-900\/75 {
  border-inline-end-color: rgb(136 19 55 / 0.75);
}
.border-e-rose-900\/80 {
  border-inline-end-color: rgb(136 19 55 / 0.8);
}
.border-e-rose-900\/85 {
  border-inline-end-color: rgb(136 19 55 / 0.85);
}
.border-e-rose-900\/90 {
  border-inline-end-color: rgb(136 19 55 / 0.9);
}
.border-e-rose-900\/95 {
  border-inline-end-color: rgb(136 19 55 / 0.95);
}
.border-e-rose-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-e-rose-950\/0 {
  border-inline-end-color: rgb(76 5 25 / 0);
}
.border-e-rose-950\/10 {
  border-inline-end-color: rgb(76 5 25 / 0.1);
}
.border-e-rose-950\/100 {
  border-inline-end-color: rgb(76 5 25 / 1);
}
.border-e-rose-950\/15 {
  border-inline-end-color: rgb(76 5 25 / 0.15);
}
.border-e-rose-950\/20 {
  border-inline-end-color: rgb(76 5 25 / 0.2);
}
.border-e-rose-950\/25 {
  border-inline-end-color: rgb(76 5 25 / 0.25);
}
.border-e-rose-950\/30 {
  border-inline-end-color: rgb(76 5 25 / 0.3);
}
.border-e-rose-950\/35 {
  border-inline-end-color: rgb(76 5 25 / 0.35);
}
.border-e-rose-950\/40 {
  border-inline-end-color: rgb(76 5 25 / 0.4);
}
.border-e-rose-950\/45 {
  border-inline-end-color: rgb(76 5 25 / 0.45);
}
.border-e-rose-950\/5 {
  border-inline-end-color: rgb(76 5 25 / 0.05);
}
.border-e-rose-950\/50 {
  border-inline-end-color: rgb(76 5 25 / 0.5);
}
.border-e-rose-950\/55 {
  border-inline-end-color: rgb(76 5 25 / 0.55);
}
.border-e-rose-950\/60 {
  border-inline-end-color: rgb(76 5 25 / 0.6);
}
.border-e-rose-950\/65 {
  border-inline-end-color: rgb(76 5 25 / 0.65);
}
.border-e-rose-950\/70 {
  border-inline-end-color: rgb(76 5 25 / 0.7);
}
.border-e-rose-950\/75 {
  border-inline-end-color: rgb(76 5 25 / 0.75);
}
.border-e-rose-950\/80 {
  border-inline-end-color: rgb(76 5 25 / 0.8);
}
.border-e-rose-950\/85 {
  border-inline-end-color: rgb(76 5 25 / 0.85);
}
.border-e-rose-950\/90 {
  border-inline-end-color: rgb(76 5 25 / 0.9);
}
.border-e-rose-950\/95 {
  border-inline-end-color: rgb(76 5 25 / 0.95);
}
.border-e-sky-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-e-sky-100\/0 {
  border-inline-end-color: rgb(224 242 254 / 0);
}
.border-e-sky-100\/10 {
  border-inline-end-color: rgb(224 242 254 / 0.1);
}
.border-e-sky-100\/100 {
  border-inline-end-color: rgb(224 242 254 / 1);
}
.border-e-sky-100\/15 {
  border-inline-end-color: rgb(224 242 254 / 0.15);
}
.border-e-sky-100\/20 {
  border-inline-end-color: rgb(224 242 254 / 0.2);
}
.border-e-sky-100\/25 {
  border-inline-end-color: rgb(224 242 254 / 0.25);
}
.border-e-sky-100\/30 {
  border-inline-end-color: rgb(224 242 254 / 0.3);
}
.border-e-sky-100\/35 {
  border-inline-end-color: rgb(224 242 254 / 0.35);
}
.border-e-sky-100\/40 {
  border-inline-end-color: rgb(224 242 254 / 0.4);
}
.border-e-sky-100\/45 {
  border-inline-end-color: rgb(224 242 254 / 0.45);
}
.border-e-sky-100\/5 {
  border-inline-end-color: rgb(224 242 254 / 0.05);
}
.border-e-sky-100\/50 {
  border-inline-end-color: rgb(224 242 254 / 0.5);
}
.border-e-sky-100\/55 {
  border-inline-end-color: rgb(224 242 254 / 0.55);
}
.border-e-sky-100\/60 {
  border-inline-end-color: rgb(224 242 254 / 0.6);
}
.border-e-sky-100\/65 {
  border-inline-end-color: rgb(224 242 254 / 0.65);
}
.border-e-sky-100\/70 {
  border-inline-end-color: rgb(224 242 254 / 0.7);
}
.border-e-sky-100\/75 {
  border-inline-end-color: rgb(224 242 254 / 0.75);
}
.border-e-sky-100\/80 {
  border-inline-end-color: rgb(224 242 254 / 0.8);
}
.border-e-sky-100\/85 {
  border-inline-end-color: rgb(224 242 254 / 0.85);
}
.border-e-sky-100\/90 {
  border-inline-end-color: rgb(224 242 254 / 0.9);
}
.border-e-sky-100\/95 {
  border-inline-end-color: rgb(224 242 254 / 0.95);
}
.border-e-sky-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-e-sky-200\/0 {
  border-inline-end-color: rgb(186 230 253 / 0);
}
.border-e-sky-200\/10 {
  border-inline-end-color: rgb(186 230 253 / 0.1);
}
.border-e-sky-200\/100 {
  border-inline-end-color: rgb(186 230 253 / 1);
}
.border-e-sky-200\/15 {
  border-inline-end-color: rgb(186 230 253 / 0.15);
}
.border-e-sky-200\/20 {
  border-inline-end-color: rgb(186 230 253 / 0.2);
}
.border-e-sky-200\/25 {
  border-inline-end-color: rgb(186 230 253 / 0.25);
}
.border-e-sky-200\/30 {
  border-inline-end-color: rgb(186 230 253 / 0.3);
}
.border-e-sky-200\/35 {
  border-inline-end-color: rgb(186 230 253 / 0.35);
}
.border-e-sky-200\/40 {
  border-inline-end-color: rgb(186 230 253 / 0.4);
}
.border-e-sky-200\/45 {
  border-inline-end-color: rgb(186 230 253 / 0.45);
}
.border-e-sky-200\/5 {
  border-inline-end-color: rgb(186 230 253 / 0.05);
}
.border-e-sky-200\/50 {
  border-inline-end-color: rgb(186 230 253 / 0.5);
}
.border-e-sky-200\/55 {
  border-inline-end-color: rgb(186 230 253 / 0.55);
}
.border-e-sky-200\/60 {
  border-inline-end-color: rgb(186 230 253 / 0.6);
}
.border-e-sky-200\/65 {
  border-inline-end-color: rgb(186 230 253 / 0.65);
}
.border-e-sky-200\/70 {
  border-inline-end-color: rgb(186 230 253 / 0.7);
}
.border-e-sky-200\/75 {
  border-inline-end-color: rgb(186 230 253 / 0.75);
}
.border-e-sky-200\/80 {
  border-inline-end-color: rgb(186 230 253 / 0.8);
}
.border-e-sky-200\/85 {
  border-inline-end-color: rgb(186 230 253 / 0.85);
}
.border-e-sky-200\/90 {
  border-inline-end-color: rgb(186 230 253 / 0.9);
}
.border-e-sky-200\/95 {
  border-inline-end-color: rgb(186 230 253 / 0.95);
}
.border-e-sky-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-e-sky-300\/0 {
  border-inline-end-color: rgb(125 211 252 / 0);
}
.border-e-sky-300\/10 {
  border-inline-end-color: rgb(125 211 252 / 0.1);
}
.border-e-sky-300\/100 {
  border-inline-end-color: rgb(125 211 252 / 1);
}
.border-e-sky-300\/15 {
  border-inline-end-color: rgb(125 211 252 / 0.15);
}
.border-e-sky-300\/20 {
  border-inline-end-color: rgb(125 211 252 / 0.2);
}
.border-e-sky-300\/25 {
  border-inline-end-color: rgb(125 211 252 / 0.25);
}
.border-e-sky-300\/30 {
  border-inline-end-color: rgb(125 211 252 / 0.3);
}
.border-e-sky-300\/35 {
  border-inline-end-color: rgb(125 211 252 / 0.35);
}
.border-e-sky-300\/40 {
  border-inline-end-color: rgb(125 211 252 / 0.4);
}
.border-e-sky-300\/45 {
  border-inline-end-color: rgb(125 211 252 / 0.45);
}
.border-e-sky-300\/5 {
  border-inline-end-color: rgb(125 211 252 / 0.05);
}
.border-e-sky-300\/50 {
  border-inline-end-color: rgb(125 211 252 / 0.5);
}
.border-e-sky-300\/55 {
  border-inline-end-color: rgb(125 211 252 / 0.55);
}
.border-e-sky-300\/60 {
  border-inline-end-color: rgb(125 211 252 / 0.6);
}
.border-e-sky-300\/65 {
  border-inline-end-color: rgb(125 211 252 / 0.65);
}
.border-e-sky-300\/70 {
  border-inline-end-color: rgb(125 211 252 / 0.7);
}
.border-e-sky-300\/75 {
  border-inline-end-color: rgb(125 211 252 / 0.75);
}
.border-e-sky-300\/80 {
  border-inline-end-color: rgb(125 211 252 / 0.8);
}
.border-e-sky-300\/85 {
  border-inline-end-color: rgb(125 211 252 / 0.85);
}
.border-e-sky-300\/90 {
  border-inline-end-color: rgb(125 211 252 / 0.9);
}
.border-e-sky-300\/95 {
  border-inline-end-color: rgb(125 211 252 / 0.95);
}
.border-e-sky-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-e-sky-400\/0 {
  border-inline-end-color: rgb(56 189 248 / 0);
}
.border-e-sky-400\/10 {
  border-inline-end-color: rgb(56 189 248 / 0.1);
}
.border-e-sky-400\/100 {
  border-inline-end-color: rgb(56 189 248 / 1);
}
.border-e-sky-400\/15 {
  border-inline-end-color: rgb(56 189 248 / 0.15);
}
.border-e-sky-400\/20 {
  border-inline-end-color: rgb(56 189 248 / 0.2);
}
.border-e-sky-400\/25 {
  border-inline-end-color: rgb(56 189 248 / 0.25);
}
.border-e-sky-400\/30 {
  border-inline-end-color: rgb(56 189 248 / 0.3);
}
.border-e-sky-400\/35 {
  border-inline-end-color: rgb(56 189 248 / 0.35);
}
.border-e-sky-400\/40 {
  border-inline-end-color: rgb(56 189 248 / 0.4);
}
.border-e-sky-400\/45 {
  border-inline-end-color: rgb(56 189 248 / 0.45);
}
.border-e-sky-400\/5 {
  border-inline-end-color: rgb(56 189 248 / 0.05);
}
.border-e-sky-400\/50 {
  border-inline-end-color: rgb(56 189 248 / 0.5);
}
.border-e-sky-400\/55 {
  border-inline-end-color: rgb(56 189 248 / 0.55);
}
.border-e-sky-400\/60 {
  border-inline-end-color: rgb(56 189 248 / 0.6);
}
.border-e-sky-400\/65 {
  border-inline-end-color: rgb(56 189 248 / 0.65);
}
.border-e-sky-400\/70 {
  border-inline-end-color: rgb(56 189 248 / 0.7);
}
.border-e-sky-400\/75 {
  border-inline-end-color: rgb(56 189 248 / 0.75);
}
.border-e-sky-400\/80 {
  border-inline-end-color: rgb(56 189 248 / 0.8);
}
.border-e-sky-400\/85 {
  border-inline-end-color: rgb(56 189 248 / 0.85);
}
.border-e-sky-400\/90 {
  border-inline-end-color: rgb(56 189 248 / 0.9);
}
.border-e-sky-400\/95 {
  border-inline-end-color: rgb(56 189 248 / 0.95);
}
.border-e-sky-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-e-sky-50\/0 {
  border-inline-end-color: rgb(240 249 255 / 0);
}
.border-e-sky-50\/10 {
  border-inline-end-color: rgb(240 249 255 / 0.1);
}
.border-e-sky-50\/100 {
  border-inline-end-color: rgb(240 249 255 / 1);
}
.border-e-sky-50\/15 {
  border-inline-end-color: rgb(240 249 255 / 0.15);
}
.border-e-sky-50\/20 {
  border-inline-end-color: rgb(240 249 255 / 0.2);
}
.border-e-sky-50\/25 {
  border-inline-end-color: rgb(240 249 255 / 0.25);
}
.border-e-sky-50\/30 {
  border-inline-end-color: rgb(240 249 255 / 0.3);
}
.border-e-sky-50\/35 {
  border-inline-end-color: rgb(240 249 255 / 0.35);
}
.border-e-sky-50\/40 {
  border-inline-end-color: rgb(240 249 255 / 0.4);
}
.border-e-sky-50\/45 {
  border-inline-end-color: rgb(240 249 255 / 0.45);
}
.border-e-sky-50\/5 {
  border-inline-end-color: rgb(240 249 255 / 0.05);
}
.border-e-sky-50\/50 {
  border-inline-end-color: rgb(240 249 255 / 0.5);
}
.border-e-sky-50\/55 {
  border-inline-end-color: rgb(240 249 255 / 0.55);
}
.border-e-sky-50\/60 {
  border-inline-end-color: rgb(240 249 255 / 0.6);
}
.border-e-sky-50\/65 {
  border-inline-end-color: rgb(240 249 255 / 0.65);
}
.border-e-sky-50\/70 {
  border-inline-end-color: rgb(240 249 255 / 0.7);
}
.border-e-sky-50\/75 {
  border-inline-end-color: rgb(240 249 255 / 0.75);
}
.border-e-sky-50\/80 {
  border-inline-end-color: rgb(240 249 255 / 0.8);
}
.border-e-sky-50\/85 {
  border-inline-end-color: rgb(240 249 255 / 0.85);
}
.border-e-sky-50\/90 {
  border-inline-end-color: rgb(240 249 255 / 0.9);
}
.border-e-sky-50\/95 {
  border-inline-end-color: rgb(240 249 255 / 0.95);
}
.border-e-sky-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-e-sky-500\/0 {
  border-inline-end-color: rgb(14 165 233 / 0);
}
.border-e-sky-500\/10 {
  border-inline-end-color: rgb(14 165 233 / 0.1);
}
.border-e-sky-500\/100 {
  border-inline-end-color: rgb(14 165 233 / 1);
}
.border-e-sky-500\/15 {
  border-inline-end-color: rgb(14 165 233 / 0.15);
}
.border-e-sky-500\/20 {
  border-inline-end-color: rgb(14 165 233 / 0.2);
}
.border-e-sky-500\/25 {
  border-inline-end-color: rgb(14 165 233 / 0.25);
}
.border-e-sky-500\/30 {
  border-inline-end-color: rgb(14 165 233 / 0.3);
}
.border-e-sky-500\/35 {
  border-inline-end-color: rgb(14 165 233 / 0.35);
}
.border-e-sky-500\/40 {
  border-inline-end-color: rgb(14 165 233 / 0.4);
}
.border-e-sky-500\/45 {
  border-inline-end-color: rgb(14 165 233 / 0.45);
}
.border-e-sky-500\/5 {
  border-inline-end-color: rgb(14 165 233 / 0.05);
}
.border-e-sky-500\/50 {
  border-inline-end-color: rgb(14 165 233 / 0.5);
}
.border-e-sky-500\/55 {
  border-inline-end-color: rgb(14 165 233 / 0.55);
}
.border-e-sky-500\/60 {
  border-inline-end-color: rgb(14 165 233 / 0.6);
}
.border-e-sky-500\/65 {
  border-inline-end-color: rgb(14 165 233 / 0.65);
}
.border-e-sky-500\/70 {
  border-inline-end-color: rgb(14 165 233 / 0.7);
}
.border-e-sky-500\/75 {
  border-inline-end-color: rgb(14 165 233 / 0.75);
}
.border-e-sky-500\/80 {
  border-inline-end-color: rgb(14 165 233 / 0.8);
}
.border-e-sky-500\/85 {
  border-inline-end-color: rgb(14 165 233 / 0.85);
}
.border-e-sky-500\/90 {
  border-inline-end-color: rgb(14 165 233 / 0.9);
}
.border-e-sky-500\/95 {
  border-inline-end-color: rgb(14 165 233 / 0.95);
}
.border-e-sky-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-e-sky-600\/0 {
  border-inline-end-color: rgb(2 132 199 / 0);
}
.border-e-sky-600\/10 {
  border-inline-end-color: rgb(2 132 199 / 0.1);
}
.border-e-sky-600\/100 {
  border-inline-end-color: rgb(2 132 199 / 1);
}
.border-e-sky-600\/15 {
  border-inline-end-color: rgb(2 132 199 / 0.15);
}
.border-e-sky-600\/20 {
  border-inline-end-color: rgb(2 132 199 / 0.2);
}
.border-e-sky-600\/25 {
  border-inline-end-color: rgb(2 132 199 / 0.25);
}
.border-e-sky-600\/30 {
  border-inline-end-color: rgb(2 132 199 / 0.3);
}
.border-e-sky-600\/35 {
  border-inline-end-color: rgb(2 132 199 / 0.35);
}
.border-e-sky-600\/40 {
  border-inline-end-color: rgb(2 132 199 / 0.4);
}
.border-e-sky-600\/45 {
  border-inline-end-color: rgb(2 132 199 / 0.45);
}
.border-e-sky-600\/5 {
  border-inline-end-color: rgb(2 132 199 / 0.05);
}
.border-e-sky-600\/50 {
  border-inline-end-color: rgb(2 132 199 / 0.5);
}
.border-e-sky-600\/55 {
  border-inline-end-color: rgb(2 132 199 / 0.55);
}
.border-e-sky-600\/60 {
  border-inline-end-color: rgb(2 132 199 / 0.6);
}
.border-e-sky-600\/65 {
  border-inline-end-color: rgb(2 132 199 / 0.65);
}
.border-e-sky-600\/70 {
  border-inline-end-color: rgb(2 132 199 / 0.7);
}
.border-e-sky-600\/75 {
  border-inline-end-color: rgb(2 132 199 / 0.75);
}
.border-e-sky-600\/80 {
  border-inline-end-color: rgb(2 132 199 / 0.8);
}
.border-e-sky-600\/85 {
  border-inline-end-color: rgb(2 132 199 / 0.85);
}
.border-e-sky-600\/90 {
  border-inline-end-color: rgb(2 132 199 / 0.9);
}
.border-e-sky-600\/95 {
  border-inline-end-color: rgb(2 132 199 / 0.95);
}
.border-e-sky-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-e-sky-700\/0 {
  border-inline-end-color: rgb(3 105 161 / 0);
}
.border-e-sky-700\/10 {
  border-inline-end-color: rgb(3 105 161 / 0.1);
}
.border-e-sky-700\/100 {
  border-inline-end-color: rgb(3 105 161 / 1);
}
.border-e-sky-700\/15 {
  border-inline-end-color: rgb(3 105 161 / 0.15);
}
.border-e-sky-700\/20 {
  border-inline-end-color: rgb(3 105 161 / 0.2);
}
.border-e-sky-700\/25 {
  border-inline-end-color: rgb(3 105 161 / 0.25);
}
.border-e-sky-700\/30 {
  border-inline-end-color: rgb(3 105 161 / 0.3);
}
.border-e-sky-700\/35 {
  border-inline-end-color: rgb(3 105 161 / 0.35);
}
.border-e-sky-700\/40 {
  border-inline-end-color: rgb(3 105 161 / 0.4);
}
.border-e-sky-700\/45 {
  border-inline-end-color: rgb(3 105 161 / 0.45);
}
.border-e-sky-700\/5 {
  border-inline-end-color: rgb(3 105 161 / 0.05);
}
.border-e-sky-700\/50 {
  border-inline-end-color: rgb(3 105 161 / 0.5);
}
.border-e-sky-700\/55 {
  border-inline-end-color: rgb(3 105 161 / 0.55);
}
.border-e-sky-700\/60 {
  border-inline-end-color: rgb(3 105 161 / 0.6);
}
.border-e-sky-700\/65 {
  border-inline-end-color: rgb(3 105 161 / 0.65);
}
.border-e-sky-700\/70 {
  border-inline-end-color: rgb(3 105 161 / 0.7);
}
.border-e-sky-700\/75 {
  border-inline-end-color: rgb(3 105 161 / 0.75);
}
.border-e-sky-700\/80 {
  border-inline-end-color: rgb(3 105 161 / 0.8);
}
.border-e-sky-700\/85 {
  border-inline-end-color: rgb(3 105 161 / 0.85);
}
.border-e-sky-700\/90 {
  border-inline-end-color: rgb(3 105 161 / 0.9);
}
.border-e-sky-700\/95 {
  border-inline-end-color: rgb(3 105 161 / 0.95);
}
.border-e-sky-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-e-sky-800\/0 {
  border-inline-end-color: rgb(7 89 133 / 0);
}
.border-e-sky-800\/10 {
  border-inline-end-color: rgb(7 89 133 / 0.1);
}
.border-e-sky-800\/100 {
  border-inline-end-color: rgb(7 89 133 / 1);
}
.border-e-sky-800\/15 {
  border-inline-end-color: rgb(7 89 133 / 0.15);
}
.border-e-sky-800\/20 {
  border-inline-end-color: rgb(7 89 133 / 0.2);
}
.border-e-sky-800\/25 {
  border-inline-end-color: rgb(7 89 133 / 0.25);
}
.border-e-sky-800\/30 {
  border-inline-end-color: rgb(7 89 133 / 0.3);
}
.border-e-sky-800\/35 {
  border-inline-end-color: rgb(7 89 133 / 0.35);
}
.border-e-sky-800\/40 {
  border-inline-end-color: rgb(7 89 133 / 0.4);
}
.border-e-sky-800\/45 {
  border-inline-end-color: rgb(7 89 133 / 0.45);
}
.border-e-sky-800\/5 {
  border-inline-end-color: rgb(7 89 133 / 0.05);
}
.border-e-sky-800\/50 {
  border-inline-end-color: rgb(7 89 133 / 0.5);
}
.border-e-sky-800\/55 {
  border-inline-end-color: rgb(7 89 133 / 0.55);
}
.border-e-sky-800\/60 {
  border-inline-end-color: rgb(7 89 133 / 0.6);
}
.border-e-sky-800\/65 {
  border-inline-end-color: rgb(7 89 133 / 0.65);
}
.border-e-sky-800\/70 {
  border-inline-end-color: rgb(7 89 133 / 0.7);
}
.border-e-sky-800\/75 {
  border-inline-end-color: rgb(7 89 133 / 0.75);
}
.border-e-sky-800\/80 {
  border-inline-end-color: rgb(7 89 133 / 0.8);
}
.border-e-sky-800\/85 {
  border-inline-end-color: rgb(7 89 133 / 0.85);
}
.border-e-sky-800\/90 {
  border-inline-end-color: rgb(7 89 133 / 0.9);
}
.border-e-sky-800\/95 {
  border-inline-end-color: rgb(7 89 133 / 0.95);
}
.border-e-sky-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-e-sky-900\/0 {
  border-inline-end-color: rgb(12 74 110 / 0);
}
.border-e-sky-900\/10 {
  border-inline-end-color: rgb(12 74 110 / 0.1);
}
.border-e-sky-900\/100 {
  border-inline-end-color: rgb(12 74 110 / 1);
}
.border-e-sky-900\/15 {
  border-inline-end-color: rgb(12 74 110 / 0.15);
}
.border-e-sky-900\/20 {
  border-inline-end-color: rgb(12 74 110 / 0.2);
}
.border-e-sky-900\/25 {
  border-inline-end-color: rgb(12 74 110 / 0.25);
}
.border-e-sky-900\/30 {
  border-inline-end-color: rgb(12 74 110 / 0.3);
}
.border-e-sky-900\/35 {
  border-inline-end-color: rgb(12 74 110 / 0.35);
}
.border-e-sky-900\/40 {
  border-inline-end-color: rgb(12 74 110 / 0.4);
}
.border-e-sky-900\/45 {
  border-inline-end-color: rgb(12 74 110 / 0.45);
}
.border-e-sky-900\/5 {
  border-inline-end-color: rgb(12 74 110 / 0.05);
}
.border-e-sky-900\/50 {
  border-inline-end-color: rgb(12 74 110 / 0.5);
}
.border-e-sky-900\/55 {
  border-inline-end-color: rgb(12 74 110 / 0.55);
}
.border-e-sky-900\/60 {
  border-inline-end-color: rgb(12 74 110 / 0.6);
}
.border-e-sky-900\/65 {
  border-inline-end-color: rgb(12 74 110 / 0.65);
}
.border-e-sky-900\/70 {
  border-inline-end-color: rgb(12 74 110 / 0.7);
}
.border-e-sky-900\/75 {
  border-inline-end-color: rgb(12 74 110 / 0.75);
}
.border-e-sky-900\/80 {
  border-inline-end-color: rgb(12 74 110 / 0.8);
}
.border-e-sky-900\/85 {
  border-inline-end-color: rgb(12 74 110 / 0.85);
}
.border-e-sky-900\/90 {
  border-inline-end-color: rgb(12 74 110 / 0.9);
}
.border-e-sky-900\/95 {
  border-inline-end-color: rgb(12 74 110 / 0.95);
}
.border-e-sky-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-e-sky-950\/0 {
  border-inline-end-color: rgb(8 47 73 / 0);
}
.border-e-sky-950\/10 {
  border-inline-end-color: rgb(8 47 73 / 0.1);
}
.border-e-sky-950\/100 {
  border-inline-end-color: rgb(8 47 73 / 1);
}
.border-e-sky-950\/15 {
  border-inline-end-color: rgb(8 47 73 / 0.15);
}
.border-e-sky-950\/20 {
  border-inline-end-color: rgb(8 47 73 / 0.2);
}
.border-e-sky-950\/25 {
  border-inline-end-color: rgb(8 47 73 / 0.25);
}
.border-e-sky-950\/30 {
  border-inline-end-color: rgb(8 47 73 / 0.3);
}
.border-e-sky-950\/35 {
  border-inline-end-color: rgb(8 47 73 / 0.35);
}
.border-e-sky-950\/40 {
  border-inline-end-color: rgb(8 47 73 / 0.4);
}
.border-e-sky-950\/45 {
  border-inline-end-color: rgb(8 47 73 / 0.45);
}
.border-e-sky-950\/5 {
  border-inline-end-color: rgb(8 47 73 / 0.05);
}
.border-e-sky-950\/50 {
  border-inline-end-color: rgb(8 47 73 / 0.5);
}
.border-e-sky-950\/55 {
  border-inline-end-color: rgb(8 47 73 / 0.55);
}
.border-e-sky-950\/60 {
  border-inline-end-color: rgb(8 47 73 / 0.6);
}
.border-e-sky-950\/65 {
  border-inline-end-color: rgb(8 47 73 / 0.65);
}
.border-e-sky-950\/70 {
  border-inline-end-color: rgb(8 47 73 / 0.7);
}
.border-e-sky-950\/75 {
  border-inline-end-color: rgb(8 47 73 / 0.75);
}
.border-e-sky-950\/80 {
  border-inline-end-color: rgb(8 47 73 / 0.8);
}
.border-e-sky-950\/85 {
  border-inline-end-color: rgb(8 47 73 / 0.85);
}
.border-e-sky-950\/90 {
  border-inline-end-color: rgb(8 47 73 / 0.9);
}
.border-e-sky-950\/95 {
  border-inline-end-color: rgb(8 47 73 / 0.95);
}
.border-e-slate-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-e-slate-100\/0 {
  border-inline-end-color: rgb(241 245 249 / 0);
}
.border-e-slate-100\/10 {
  border-inline-end-color: rgb(241 245 249 / 0.1);
}
.border-e-slate-100\/100 {
  border-inline-end-color: rgb(241 245 249 / 1);
}
.border-e-slate-100\/15 {
  border-inline-end-color: rgb(241 245 249 / 0.15);
}
.border-e-slate-100\/20 {
  border-inline-end-color: rgb(241 245 249 / 0.2);
}
.border-e-slate-100\/25 {
  border-inline-end-color: rgb(241 245 249 / 0.25);
}
.border-e-slate-100\/30 {
  border-inline-end-color: rgb(241 245 249 / 0.3);
}
.border-e-slate-100\/35 {
  border-inline-end-color: rgb(241 245 249 / 0.35);
}
.border-e-slate-100\/40 {
  border-inline-end-color: rgb(241 245 249 / 0.4);
}
.border-e-slate-100\/45 {
  border-inline-end-color: rgb(241 245 249 / 0.45);
}
.border-e-slate-100\/5 {
  border-inline-end-color: rgb(241 245 249 / 0.05);
}
.border-e-slate-100\/50 {
  border-inline-end-color: rgb(241 245 249 / 0.5);
}
.border-e-slate-100\/55 {
  border-inline-end-color: rgb(241 245 249 / 0.55);
}
.border-e-slate-100\/60 {
  border-inline-end-color: rgb(241 245 249 / 0.6);
}
.border-e-slate-100\/65 {
  border-inline-end-color: rgb(241 245 249 / 0.65);
}
.border-e-slate-100\/70 {
  border-inline-end-color: rgb(241 245 249 / 0.7);
}
.border-e-slate-100\/75 {
  border-inline-end-color: rgb(241 245 249 / 0.75);
}
.border-e-slate-100\/80 {
  border-inline-end-color: rgb(241 245 249 / 0.8);
}
.border-e-slate-100\/85 {
  border-inline-end-color: rgb(241 245 249 / 0.85);
}
.border-e-slate-100\/90 {
  border-inline-end-color: rgb(241 245 249 / 0.9);
}
.border-e-slate-100\/95 {
  border-inline-end-color: rgb(241 245 249 / 0.95);
}
.border-e-slate-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-e-slate-200\/0 {
  border-inline-end-color: rgb(226 232 240 / 0);
}
.border-e-slate-200\/10 {
  border-inline-end-color: rgb(226 232 240 / 0.1);
}
.border-e-slate-200\/100 {
  border-inline-end-color: rgb(226 232 240 / 1);
}
.border-e-slate-200\/15 {
  border-inline-end-color: rgb(226 232 240 / 0.15);
}
.border-e-slate-200\/20 {
  border-inline-end-color: rgb(226 232 240 / 0.2);
}
.border-e-slate-200\/25 {
  border-inline-end-color: rgb(226 232 240 / 0.25);
}
.border-e-slate-200\/30 {
  border-inline-end-color: rgb(226 232 240 / 0.3);
}
.border-e-slate-200\/35 {
  border-inline-end-color: rgb(226 232 240 / 0.35);
}
.border-e-slate-200\/40 {
  border-inline-end-color: rgb(226 232 240 / 0.4);
}
.border-e-slate-200\/45 {
  border-inline-end-color: rgb(226 232 240 / 0.45);
}
.border-e-slate-200\/5 {
  border-inline-end-color: rgb(226 232 240 / 0.05);
}
.border-e-slate-200\/50 {
  border-inline-end-color: rgb(226 232 240 / 0.5);
}
.border-e-slate-200\/55 {
  border-inline-end-color: rgb(226 232 240 / 0.55);
}
.border-e-slate-200\/60 {
  border-inline-end-color: rgb(226 232 240 / 0.6);
}
.border-e-slate-200\/65 {
  border-inline-end-color: rgb(226 232 240 / 0.65);
}
.border-e-slate-200\/70 {
  border-inline-end-color: rgb(226 232 240 / 0.7);
}
.border-e-slate-200\/75 {
  border-inline-end-color: rgb(226 232 240 / 0.75);
}
.border-e-slate-200\/80 {
  border-inline-end-color: rgb(226 232 240 / 0.8);
}
.border-e-slate-200\/85 {
  border-inline-end-color: rgb(226 232 240 / 0.85);
}
.border-e-slate-200\/90 {
  border-inline-end-color: rgb(226 232 240 / 0.9);
}
.border-e-slate-200\/95 {
  border-inline-end-color: rgb(226 232 240 / 0.95);
}
.border-e-slate-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-e-slate-300\/0 {
  border-inline-end-color: rgb(203 213 225 / 0);
}
.border-e-slate-300\/10 {
  border-inline-end-color: rgb(203 213 225 / 0.1);
}
.border-e-slate-300\/100 {
  border-inline-end-color: rgb(203 213 225 / 1);
}
.border-e-slate-300\/15 {
  border-inline-end-color: rgb(203 213 225 / 0.15);
}
.border-e-slate-300\/20 {
  border-inline-end-color: rgb(203 213 225 / 0.2);
}
.border-e-slate-300\/25 {
  border-inline-end-color: rgb(203 213 225 / 0.25);
}
.border-e-slate-300\/30 {
  border-inline-end-color: rgb(203 213 225 / 0.3);
}
.border-e-slate-300\/35 {
  border-inline-end-color: rgb(203 213 225 / 0.35);
}
.border-e-slate-300\/40 {
  border-inline-end-color: rgb(203 213 225 / 0.4);
}
.border-e-slate-300\/45 {
  border-inline-end-color: rgb(203 213 225 / 0.45);
}
.border-e-slate-300\/5 {
  border-inline-end-color: rgb(203 213 225 / 0.05);
}
.border-e-slate-300\/50 {
  border-inline-end-color: rgb(203 213 225 / 0.5);
}
.border-e-slate-300\/55 {
  border-inline-end-color: rgb(203 213 225 / 0.55);
}
.border-e-slate-300\/60 {
  border-inline-end-color: rgb(203 213 225 / 0.6);
}
.border-e-slate-300\/65 {
  border-inline-end-color: rgb(203 213 225 / 0.65);
}
.border-e-slate-300\/70 {
  border-inline-end-color: rgb(203 213 225 / 0.7);
}
.border-e-slate-300\/75 {
  border-inline-end-color: rgb(203 213 225 / 0.75);
}
.border-e-slate-300\/80 {
  border-inline-end-color: rgb(203 213 225 / 0.8);
}
.border-e-slate-300\/85 {
  border-inline-end-color: rgb(203 213 225 / 0.85);
}
.border-e-slate-300\/90 {
  border-inline-end-color: rgb(203 213 225 / 0.9);
}
.border-e-slate-300\/95 {
  border-inline-end-color: rgb(203 213 225 / 0.95);
}
.border-e-slate-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-e-slate-400\/0 {
  border-inline-end-color: rgb(148 163 184 / 0);
}
.border-e-slate-400\/10 {
  border-inline-end-color: rgb(148 163 184 / 0.1);
}
.border-e-slate-400\/100 {
  border-inline-end-color: rgb(148 163 184 / 1);
}
.border-e-slate-400\/15 {
  border-inline-end-color: rgb(148 163 184 / 0.15);
}
.border-e-slate-400\/20 {
  border-inline-end-color: rgb(148 163 184 / 0.2);
}
.border-e-slate-400\/25 {
  border-inline-end-color: rgb(148 163 184 / 0.25);
}
.border-e-slate-400\/30 {
  border-inline-end-color: rgb(148 163 184 / 0.3);
}
.border-e-slate-400\/35 {
  border-inline-end-color: rgb(148 163 184 / 0.35);
}
.border-e-slate-400\/40 {
  border-inline-end-color: rgb(148 163 184 / 0.4);
}
.border-e-slate-400\/45 {
  border-inline-end-color: rgb(148 163 184 / 0.45);
}
.border-e-slate-400\/5 {
  border-inline-end-color: rgb(148 163 184 / 0.05);
}
.border-e-slate-400\/50 {
  border-inline-end-color: rgb(148 163 184 / 0.5);
}
.border-e-slate-400\/55 {
  border-inline-end-color: rgb(148 163 184 / 0.55);
}
.border-e-slate-400\/60 {
  border-inline-end-color: rgb(148 163 184 / 0.6);
}
.border-e-slate-400\/65 {
  border-inline-end-color: rgb(148 163 184 / 0.65);
}
.border-e-slate-400\/70 {
  border-inline-end-color: rgb(148 163 184 / 0.7);
}
.border-e-slate-400\/75 {
  border-inline-end-color: rgb(148 163 184 / 0.75);
}
.border-e-slate-400\/80 {
  border-inline-end-color: rgb(148 163 184 / 0.8);
}
.border-e-slate-400\/85 {
  border-inline-end-color: rgb(148 163 184 / 0.85);
}
.border-e-slate-400\/90 {
  border-inline-end-color: rgb(148 163 184 / 0.9);
}
.border-e-slate-400\/95 {
  border-inline-end-color: rgb(148 163 184 / 0.95);
}
.border-e-slate-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-e-slate-50\/0 {
  border-inline-end-color: rgb(248 250 252 / 0);
}
.border-e-slate-50\/10 {
  border-inline-end-color: rgb(248 250 252 / 0.1);
}
.border-e-slate-50\/100 {
  border-inline-end-color: rgb(248 250 252 / 1);
}
.border-e-slate-50\/15 {
  border-inline-end-color: rgb(248 250 252 / 0.15);
}
.border-e-slate-50\/20 {
  border-inline-end-color: rgb(248 250 252 / 0.2);
}
.border-e-slate-50\/25 {
  border-inline-end-color: rgb(248 250 252 / 0.25);
}
.border-e-slate-50\/30 {
  border-inline-end-color: rgb(248 250 252 / 0.3);
}
.border-e-slate-50\/35 {
  border-inline-end-color: rgb(248 250 252 / 0.35);
}
.border-e-slate-50\/40 {
  border-inline-end-color: rgb(248 250 252 / 0.4);
}
.border-e-slate-50\/45 {
  border-inline-end-color: rgb(248 250 252 / 0.45);
}
.border-e-slate-50\/5 {
  border-inline-end-color: rgb(248 250 252 / 0.05);
}
.border-e-slate-50\/50 {
  border-inline-end-color: rgb(248 250 252 / 0.5);
}
.border-e-slate-50\/55 {
  border-inline-end-color: rgb(248 250 252 / 0.55);
}
.border-e-slate-50\/60 {
  border-inline-end-color: rgb(248 250 252 / 0.6);
}
.border-e-slate-50\/65 {
  border-inline-end-color: rgb(248 250 252 / 0.65);
}
.border-e-slate-50\/70 {
  border-inline-end-color: rgb(248 250 252 / 0.7);
}
.border-e-slate-50\/75 {
  border-inline-end-color: rgb(248 250 252 / 0.75);
}
.border-e-slate-50\/80 {
  border-inline-end-color: rgb(248 250 252 / 0.8);
}
.border-e-slate-50\/85 {
  border-inline-end-color: rgb(248 250 252 / 0.85);
}
.border-e-slate-50\/90 {
  border-inline-end-color: rgb(248 250 252 / 0.9);
}
.border-e-slate-50\/95 {
  border-inline-end-color: rgb(248 250 252 / 0.95);
}
.border-e-slate-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-e-slate-500\/0 {
  border-inline-end-color: rgb(100 116 139 / 0);
}
.border-e-slate-500\/10 {
  border-inline-end-color: rgb(100 116 139 / 0.1);
}
.border-e-slate-500\/100 {
  border-inline-end-color: rgb(100 116 139 / 1);
}
.border-e-slate-500\/15 {
  border-inline-end-color: rgb(100 116 139 / 0.15);
}
.border-e-slate-500\/20 {
  border-inline-end-color: rgb(100 116 139 / 0.2);
}
.border-e-slate-500\/25 {
  border-inline-end-color: rgb(100 116 139 / 0.25);
}
.border-e-slate-500\/30 {
  border-inline-end-color: rgb(100 116 139 / 0.3);
}
.border-e-slate-500\/35 {
  border-inline-end-color: rgb(100 116 139 / 0.35);
}
.border-e-slate-500\/40 {
  border-inline-end-color: rgb(100 116 139 / 0.4);
}
.border-e-slate-500\/45 {
  border-inline-end-color: rgb(100 116 139 / 0.45);
}
.border-e-slate-500\/5 {
  border-inline-end-color: rgb(100 116 139 / 0.05);
}
.border-e-slate-500\/50 {
  border-inline-end-color: rgb(100 116 139 / 0.5);
}
.border-e-slate-500\/55 {
  border-inline-end-color: rgb(100 116 139 / 0.55);
}
.border-e-slate-500\/60 {
  border-inline-end-color: rgb(100 116 139 / 0.6);
}
.border-e-slate-500\/65 {
  border-inline-end-color: rgb(100 116 139 / 0.65);
}
.border-e-slate-500\/70 {
  border-inline-end-color: rgb(100 116 139 / 0.7);
}
.border-e-slate-500\/75 {
  border-inline-end-color: rgb(100 116 139 / 0.75);
}
.border-e-slate-500\/80 {
  border-inline-end-color: rgb(100 116 139 / 0.8);
}
.border-e-slate-500\/85 {
  border-inline-end-color: rgb(100 116 139 / 0.85);
}
.border-e-slate-500\/90 {
  border-inline-end-color: rgb(100 116 139 / 0.9);
}
.border-e-slate-500\/95 {
  border-inline-end-color: rgb(100 116 139 / 0.95);
}
.border-e-slate-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-e-slate-600\/0 {
  border-inline-end-color: rgb(71 85 105 / 0);
}
.border-e-slate-600\/10 {
  border-inline-end-color: rgb(71 85 105 / 0.1);
}
.border-e-slate-600\/100 {
  border-inline-end-color: rgb(71 85 105 / 1);
}
.border-e-slate-600\/15 {
  border-inline-end-color: rgb(71 85 105 / 0.15);
}
.border-e-slate-600\/20 {
  border-inline-end-color: rgb(71 85 105 / 0.2);
}
.border-e-slate-600\/25 {
  border-inline-end-color: rgb(71 85 105 / 0.25);
}
.border-e-slate-600\/30 {
  border-inline-end-color: rgb(71 85 105 / 0.3);
}
.border-e-slate-600\/35 {
  border-inline-end-color: rgb(71 85 105 / 0.35);
}
.border-e-slate-600\/40 {
  border-inline-end-color: rgb(71 85 105 / 0.4);
}
.border-e-slate-600\/45 {
  border-inline-end-color: rgb(71 85 105 / 0.45);
}
.border-e-slate-600\/5 {
  border-inline-end-color: rgb(71 85 105 / 0.05);
}
.border-e-slate-600\/50 {
  border-inline-end-color: rgb(71 85 105 / 0.5);
}
.border-e-slate-600\/55 {
  border-inline-end-color: rgb(71 85 105 / 0.55);
}
.border-e-slate-600\/60 {
  border-inline-end-color: rgb(71 85 105 / 0.6);
}
.border-e-slate-600\/65 {
  border-inline-end-color: rgb(71 85 105 / 0.65);
}
.border-e-slate-600\/70 {
  border-inline-end-color: rgb(71 85 105 / 0.7);
}
.border-e-slate-600\/75 {
  border-inline-end-color: rgb(71 85 105 / 0.75);
}
.border-e-slate-600\/80 {
  border-inline-end-color: rgb(71 85 105 / 0.8);
}
.border-e-slate-600\/85 {
  border-inline-end-color: rgb(71 85 105 / 0.85);
}
.border-e-slate-600\/90 {
  border-inline-end-color: rgb(71 85 105 / 0.9);
}
.border-e-slate-600\/95 {
  border-inline-end-color: rgb(71 85 105 / 0.95);
}
.border-e-slate-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-e-slate-700\/0 {
  border-inline-end-color: rgb(51 65 85 / 0);
}
.border-e-slate-700\/10 {
  border-inline-end-color: rgb(51 65 85 / 0.1);
}
.border-e-slate-700\/100 {
  border-inline-end-color: rgb(51 65 85 / 1);
}
.border-e-slate-700\/15 {
  border-inline-end-color: rgb(51 65 85 / 0.15);
}
.border-e-slate-700\/20 {
  border-inline-end-color: rgb(51 65 85 / 0.2);
}
.border-e-slate-700\/25 {
  border-inline-end-color: rgb(51 65 85 / 0.25);
}
.border-e-slate-700\/30 {
  border-inline-end-color: rgb(51 65 85 / 0.3);
}
.border-e-slate-700\/35 {
  border-inline-end-color: rgb(51 65 85 / 0.35);
}
.border-e-slate-700\/40 {
  border-inline-end-color: rgb(51 65 85 / 0.4);
}
.border-e-slate-700\/45 {
  border-inline-end-color: rgb(51 65 85 / 0.45);
}
.border-e-slate-700\/5 {
  border-inline-end-color: rgb(51 65 85 / 0.05);
}
.border-e-slate-700\/50 {
  border-inline-end-color: rgb(51 65 85 / 0.5);
}
.border-e-slate-700\/55 {
  border-inline-end-color: rgb(51 65 85 / 0.55);
}
.border-e-slate-700\/60 {
  border-inline-end-color: rgb(51 65 85 / 0.6);
}
.border-e-slate-700\/65 {
  border-inline-end-color: rgb(51 65 85 / 0.65);
}
.border-e-slate-700\/70 {
  border-inline-end-color: rgb(51 65 85 / 0.7);
}
.border-e-slate-700\/75 {
  border-inline-end-color: rgb(51 65 85 / 0.75);
}
.border-e-slate-700\/80 {
  border-inline-end-color: rgb(51 65 85 / 0.8);
}
.border-e-slate-700\/85 {
  border-inline-end-color: rgb(51 65 85 / 0.85);
}
.border-e-slate-700\/90 {
  border-inline-end-color: rgb(51 65 85 / 0.9);
}
.border-e-slate-700\/95 {
  border-inline-end-color: rgb(51 65 85 / 0.95);
}
.border-e-slate-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-e-slate-800\/0 {
  border-inline-end-color: rgb(30 41 59 / 0);
}
.border-e-slate-800\/10 {
  border-inline-end-color: rgb(30 41 59 / 0.1);
}
.border-e-slate-800\/100 {
  border-inline-end-color: rgb(30 41 59 / 1);
}
.border-e-slate-800\/15 {
  border-inline-end-color: rgb(30 41 59 / 0.15);
}
.border-e-slate-800\/20 {
  border-inline-end-color: rgb(30 41 59 / 0.2);
}
.border-e-slate-800\/25 {
  border-inline-end-color: rgb(30 41 59 / 0.25);
}
.border-e-slate-800\/30 {
  border-inline-end-color: rgb(30 41 59 / 0.3);
}
.border-e-slate-800\/35 {
  border-inline-end-color: rgb(30 41 59 / 0.35);
}
.border-e-slate-800\/40 {
  border-inline-end-color: rgb(30 41 59 / 0.4);
}
.border-e-slate-800\/45 {
  border-inline-end-color: rgb(30 41 59 / 0.45);
}
.border-e-slate-800\/5 {
  border-inline-end-color: rgb(30 41 59 / 0.05);
}
.border-e-slate-800\/50 {
  border-inline-end-color: rgb(30 41 59 / 0.5);
}
.border-e-slate-800\/55 {
  border-inline-end-color: rgb(30 41 59 / 0.55);
}
.border-e-slate-800\/60 {
  border-inline-end-color: rgb(30 41 59 / 0.6);
}
.border-e-slate-800\/65 {
  border-inline-end-color: rgb(30 41 59 / 0.65);
}
.border-e-slate-800\/70 {
  border-inline-end-color: rgb(30 41 59 / 0.7);
}
.border-e-slate-800\/75 {
  border-inline-end-color: rgb(30 41 59 / 0.75);
}
.border-e-slate-800\/80 {
  border-inline-end-color: rgb(30 41 59 / 0.8);
}
.border-e-slate-800\/85 {
  border-inline-end-color: rgb(30 41 59 / 0.85);
}
.border-e-slate-800\/90 {
  border-inline-end-color: rgb(30 41 59 / 0.9);
}
.border-e-slate-800\/95 {
  border-inline-end-color: rgb(30 41 59 / 0.95);
}
.border-e-slate-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-e-slate-900\/0 {
  border-inline-end-color: rgb(15 23 42 / 0);
}
.border-e-slate-900\/10 {
  border-inline-end-color: rgb(15 23 42 / 0.1);
}
.border-e-slate-900\/100 {
  border-inline-end-color: rgb(15 23 42 / 1);
}
.border-e-slate-900\/15 {
  border-inline-end-color: rgb(15 23 42 / 0.15);
}
.border-e-slate-900\/20 {
  border-inline-end-color: rgb(15 23 42 / 0.2);
}
.border-e-slate-900\/25 {
  border-inline-end-color: rgb(15 23 42 / 0.25);
}
.border-e-slate-900\/30 {
  border-inline-end-color: rgb(15 23 42 / 0.3);
}
.border-e-slate-900\/35 {
  border-inline-end-color: rgb(15 23 42 / 0.35);
}
.border-e-slate-900\/40 {
  border-inline-end-color: rgb(15 23 42 / 0.4);
}
.border-e-slate-900\/45 {
  border-inline-end-color: rgb(15 23 42 / 0.45);
}
.border-e-slate-900\/5 {
  border-inline-end-color: rgb(15 23 42 / 0.05);
}
.border-e-slate-900\/50 {
  border-inline-end-color: rgb(15 23 42 / 0.5);
}
.border-e-slate-900\/55 {
  border-inline-end-color: rgb(15 23 42 / 0.55);
}
.border-e-slate-900\/60 {
  border-inline-end-color: rgb(15 23 42 / 0.6);
}
.border-e-slate-900\/65 {
  border-inline-end-color: rgb(15 23 42 / 0.65);
}
.border-e-slate-900\/70 {
  border-inline-end-color: rgb(15 23 42 / 0.7);
}
.border-e-slate-900\/75 {
  border-inline-end-color: rgb(15 23 42 / 0.75);
}
.border-e-slate-900\/80 {
  border-inline-end-color: rgb(15 23 42 / 0.8);
}
.border-e-slate-900\/85 {
  border-inline-end-color: rgb(15 23 42 / 0.85);
}
.border-e-slate-900\/90 {
  border-inline-end-color: rgb(15 23 42 / 0.9);
}
.border-e-slate-900\/95 {
  border-inline-end-color: rgb(15 23 42 / 0.95);
}
.border-e-slate-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-e-slate-950\/0 {
  border-inline-end-color: rgb(2 6 23 / 0);
}
.border-e-slate-950\/10 {
  border-inline-end-color: rgb(2 6 23 / 0.1);
}
.border-e-slate-950\/100 {
  border-inline-end-color: rgb(2 6 23 / 1);
}
.border-e-slate-950\/15 {
  border-inline-end-color: rgb(2 6 23 / 0.15);
}
.border-e-slate-950\/20 {
  border-inline-end-color: rgb(2 6 23 / 0.2);
}
.border-e-slate-950\/25 {
  border-inline-end-color: rgb(2 6 23 / 0.25);
}
.border-e-slate-950\/30 {
  border-inline-end-color: rgb(2 6 23 / 0.3);
}
.border-e-slate-950\/35 {
  border-inline-end-color: rgb(2 6 23 / 0.35);
}
.border-e-slate-950\/40 {
  border-inline-end-color: rgb(2 6 23 / 0.4);
}
.border-e-slate-950\/45 {
  border-inline-end-color: rgb(2 6 23 / 0.45);
}
.border-e-slate-950\/5 {
  border-inline-end-color: rgb(2 6 23 / 0.05);
}
.border-e-slate-950\/50 {
  border-inline-end-color: rgb(2 6 23 / 0.5);
}
.border-e-slate-950\/55 {
  border-inline-end-color: rgb(2 6 23 / 0.55);
}
.border-e-slate-950\/60 {
  border-inline-end-color: rgb(2 6 23 / 0.6);
}
.border-e-slate-950\/65 {
  border-inline-end-color: rgb(2 6 23 / 0.65);
}
.border-e-slate-950\/70 {
  border-inline-end-color: rgb(2 6 23 / 0.7);
}
.border-e-slate-950\/75 {
  border-inline-end-color: rgb(2 6 23 / 0.75);
}
.border-e-slate-950\/80 {
  border-inline-end-color: rgb(2 6 23 / 0.8);
}
.border-e-slate-950\/85 {
  border-inline-end-color: rgb(2 6 23 / 0.85);
}
.border-e-slate-950\/90 {
  border-inline-end-color: rgb(2 6 23 / 0.9);
}
.border-e-slate-950\/95 {
  border-inline-end-color: rgb(2 6 23 / 0.95);
}
.border-e-stone-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-e-stone-100\/0 {
  border-inline-end-color: rgb(245 245 244 / 0);
}
.border-e-stone-100\/10 {
  border-inline-end-color: rgb(245 245 244 / 0.1);
}
.border-e-stone-100\/100 {
  border-inline-end-color: rgb(245 245 244 / 1);
}
.border-e-stone-100\/15 {
  border-inline-end-color: rgb(245 245 244 / 0.15);
}
.border-e-stone-100\/20 {
  border-inline-end-color: rgb(245 245 244 / 0.2);
}
.border-e-stone-100\/25 {
  border-inline-end-color: rgb(245 245 244 / 0.25);
}
.border-e-stone-100\/30 {
  border-inline-end-color: rgb(245 245 244 / 0.3);
}
.border-e-stone-100\/35 {
  border-inline-end-color: rgb(245 245 244 / 0.35);
}
.border-e-stone-100\/40 {
  border-inline-end-color: rgb(245 245 244 / 0.4);
}
.border-e-stone-100\/45 {
  border-inline-end-color: rgb(245 245 244 / 0.45);
}
.border-e-stone-100\/5 {
  border-inline-end-color: rgb(245 245 244 / 0.05);
}
.border-e-stone-100\/50 {
  border-inline-end-color: rgb(245 245 244 / 0.5);
}
.border-e-stone-100\/55 {
  border-inline-end-color: rgb(245 245 244 / 0.55);
}
.border-e-stone-100\/60 {
  border-inline-end-color: rgb(245 245 244 / 0.6);
}
.border-e-stone-100\/65 {
  border-inline-end-color: rgb(245 245 244 / 0.65);
}
.border-e-stone-100\/70 {
  border-inline-end-color: rgb(245 245 244 / 0.7);
}
.border-e-stone-100\/75 {
  border-inline-end-color: rgb(245 245 244 / 0.75);
}
.border-e-stone-100\/80 {
  border-inline-end-color: rgb(245 245 244 / 0.8);
}
.border-e-stone-100\/85 {
  border-inline-end-color: rgb(245 245 244 / 0.85);
}
.border-e-stone-100\/90 {
  border-inline-end-color: rgb(245 245 244 / 0.9);
}
.border-e-stone-100\/95 {
  border-inline-end-color: rgb(245 245 244 / 0.95);
}
.border-e-stone-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-e-stone-200\/0 {
  border-inline-end-color: rgb(231 229 228 / 0);
}
.border-e-stone-200\/10 {
  border-inline-end-color: rgb(231 229 228 / 0.1);
}
.border-e-stone-200\/100 {
  border-inline-end-color: rgb(231 229 228 / 1);
}
.border-e-stone-200\/15 {
  border-inline-end-color: rgb(231 229 228 / 0.15);
}
.border-e-stone-200\/20 {
  border-inline-end-color: rgb(231 229 228 / 0.2);
}
.border-e-stone-200\/25 {
  border-inline-end-color: rgb(231 229 228 / 0.25);
}
.border-e-stone-200\/30 {
  border-inline-end-color: rgb(231 229 228 / 0.3);
}
.border-e-stone-200\/35 {
  border-inline-end-color: rgb(231 229 228 / 0.35);
}
.border-e-stone-200\/40 {
  border-inline-end-color: rgb(231 229 228 / 0.4);
}
.border-e-stone-200\/45 {
  border-inline-end-color: rgb(231 229 228 / 0.45);
}
.border-e-stone-200\/5 {
  border-inline-end-color: rgb(231 229 228 / 0.05);
}
.border-e-stone-200\/50 {
  border-inline-end-color: rgb(231 229 228 / 0.5);
}
.border-e-stone-200\/55 {
  border-inline-end-color: rgb(231 229 228 / 0.55);
}
.border-e-stone-200\/60 {
  border-inline-end-color: rgb(231 229 228 / 0.6);
}
.border-e-stone-200\/65 {
  border-inline-end-color: rgb(231 229 228 / 0.65);
}
.border-e-stone-200\/70 {
  border-inline-end-color: rgb(231 229 228 / 0.7);
}
.border-e-stone-200\/75 {
  border-inline-end-color: rgb(231 229 228 / 0.75);
}
.border-e-stone-200\/80 {
  border-inline-end-color: rgb(231 229 228 / 0.8);
}
.border-e-stone-200\/85 {
  border-inline-end-color: rgb(231 229 228 / 0.85);
}
.border-e-stone-200\/90 {
  border-inline-end-color: rgb(231 229 228 / 0.9);
}
.border-e-stone-200\/95 {
  border-inline-end-color: rgb(231 229 228 / 0.95);
}
.border-e-stone-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-e-stone-300\/0 {
  border-inline-end-color: rgb(214 211 209 / 0);
}
.border-e-stone-300\/10 {
  border-inline-end-color: rgb(214 211 209 / 0.1);
}
.border-e-stone-300\/100 {
  border-inline-end-color: rgb(214 211 209 / 1);
}
.border-e-stone-300\/15 {
  border-inline-end-color: rgb(214 211 209 / 0.15);
}
.border-e-stone-300\/20 {
  border-inline-end-color: rgb(214 211 209 / 0.2);
}
.border-e-stone-300\/25 {
  border-inline-end-color: rgb(214 211 209 / 0.25);
}
.border-e-stone-300\/30 {
  border-inline-end-color: rgb(214 211 209 / 0.3);
}
.border-e-stone-300\/35 {
  border-inline-end-color: rgb(214 211 209 / 0.35);
}
.border-e-stone-300\/40 {
  border-inline-end-color: rgb(214 211 209 / 0.4);
}
.border-e-stone-300\/45 {
  border-inline-end-color: rgb(214 211 209 / 0.45);
}
.border-e-stone-300\/5 {
  border-inline-end-color: rgb(214 211 209 / 0.05);
}
.border-e-stone-300\/50 {
  border-inline-end-color: rgb(214 211 209 / 0.5);
}
.border-e-stone-300\/55 {
  border-inline-end-color: rgb(214 211 209 / 0.55);
}
.border-e-stone-300\/60 {
  border-inline-end-color: rgb(214 211 209 / 0.6);
}
.border-e-stone-300\/65 {
  border-inline-end-color: rgb(214 211 209 / 0.65);
}
.border-e-stone-300\/70 {
  border-inline-end-color: rgb(214 211 209 / 0.7);
}
.border-e-stone-300\/75 {
  border-inline-end-color: rgb(214 211 209 / 0.75);
}
.border-e-stone-300\/80 {
  border-inline-end-color: rgb(214 211 209 / 0.8);
}
.border-e-stone-300\/85 {
  border-inline-end-color: rgb(214 211 209 / 0.85);
}
.border-e-stone-300\/90 {
  border-inline-end-color: rgb(214 211 209 / 0.9);
}
.border-e-stone-300\/95 {
  border-inline-end-color: rgb(214 211 209 / 0.95);
}
.border-e-stone-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-e-stone-400\/0 {
  border-inline-end-color: rgb(168 162 158 / 0);
}
.border-e-stone-400\/10 {
  border-inline-end-color: rgb(168 162 158 / 0.1);
}
.border-e-stone-400\/100 {
  border-inline-end-color: rgb(168 162 158 / 1);
}
.border-e-stone-400\/15 {
  border-inline-end-color: rgb(168 162 158 / 0.15);
}
.border-e-stone-400\/20 {
  border-inline-end-color: rgb(168 162 158 / 0.2);
}
.border-e-stone-400\/25 {
  border-inline-end-color: rgb(168 162 158 / 0.25);
}
.border-e-stone-400\/30 {
  border-inline-end-color: rgb(168 162 158 / 0.3);
}
.border-e-stone-400\/35 {
  border-inline-end-color: rgb(168 162 158 / 0.35);
}
.border-e-stone-400\/40 {
  border-inline-end-color: rgb(168 162 158 / 0.4);
}
.border-e-stone-400\/45 {
  border-inline-end-color: rgb(168 162 158 / 0.45);
}
.border-e-stone-400\/5 {
  border-inline-end-color: rgb(168 162 158 / 0.05);
}
.border-e-stone-400\/50 {
  border-inline-end-color: rgb(168 162 158 / 0.5);
}
.border-e-stone-400\/55 {
  border-inline-end-color: rgb(168 162 158 / 0.55);
}
.border-e-stone-400\/60 {
  border-inline-end-color: rgb(168 162 158 / 0.6);
}
.border-e-stone-400\/65 {
  border-inline-end-color: rgb(168 162 158 / 0.65);
}
.border-e-stone-400\/70 {
  border-inline-end-color: rgb(168 162 158 / 0.7);
}
.border-e-stone-400\/75 {
  border-inline-end-color: rgb(168 162 158 / 0.75);
}
.border-e-stone-400\/80 {
  border-inline-end-color: rgb(168 162 158 / 0.8);
}
.border-e-stone-400\/85 {
  border-inline-end-color: rgb(168 162 158 / 0.85);
}
.border-e-stone-400\/90 {
  border-inline-end-color: rgb(168 162 158 / 0.9);
}
.border-e-stone-400\/95 {
  border-inline-end-color: rgb(168 162 158 / 0.95);
}
.border-e-stone-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-e-stone-50\/0 {
  border-inline-end-color: rgb(250 250 249 / 0);
}
.border-e-stone-50\/10 {
  border-inline-end-color: rgb(250 250 249 / 0.1);
}
.border-e-stone-50\/100 {
  border-inline-end-color: rgb(250 250 249 / 1);
}
.border-e-stone-50\/15 {
  border-inline-end-color: rgb(250 250 249 / 0.15);
}
.border-e-stone-50\/20 {
  border-inline-end-color: rgb(250 250 249 / 0.2);
}
.border-e-stone-50\/25 {
  border-inline-end-color: rgb(250 250 249 / 0.25);
}
.border-e-stone-50\/30 {
  border-inline-end-color: rgb(250 250 249 / 0.3);
}
.border-e-stone-50\/35 {
  border-inline-end-color: rgb(250 250 249 / 0.35);
}
.border-e-stone-50\/40 {
  border-inline-end-color: rgb(250 250 249 / 0.4);
}
.border-e-stone-50\/45 {
  border-inline-end-color: rgb(250 250 249 / 0.45);
}
.border-e-stone-50\/5 {
  border-inline-end-color: rgb(250 250 249 / 0.05);
}
.border-e-stone-50\/50 {
  border-inline-end-color: rgb(250 250 249 / 0.5);
}
.border-e-stone-50\/55 {
  border-inline-end-color: rgb(250 250 249 / 0.55);
}
.border-e-stone-50\/60 {
  border-inline-end-color: rgb(250 250 249 / 0.6);
}
.border-e-stone-50\/65 {
  border-inline-end-color: rgb(250 250 249 / 0.65);
}
.border-e-stone-50\/70 {
  border-inline-end-color: rgb(250 250 249 / 0.7);
}
.border-e-stone-50\/75 {
  border-inline-end-color: rgb(250 250 249 / 0.75);
}
.border-e-stone-50\/80 {
  border-inline-end-color: rgb(250 250 249 / 0.8);
}
.border-e-stone-50\/85 {
  border-inline-end-color: rgb(250 250 249 / 0.85);
}
.border-e-stone-50\/90 {
  border-inline-end-color: rgb(250 250 249 / 0.9);
}
.border-e-stone-50\/95 {
  border-inline-end-color: rgb(250 250 249 / 0.95);
}
.border-e-stone-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-e-stone-500\/0 {
  border-inline-end-color: rgb(120 113 108 / 0);
}
.border-e-stone-500\/10 {
  border-inline-end-color: rgb(120 113 108 / 0.1);
}
.border-e-stone-500\/100 {
  border-inline-end-color: rgb(120 113 108 / 1);
}
.border-e-stone-500\/15 {
  border-inline-end-color: rgb(120 113 108 / 0.15);
}
.border-e-stone-500\/20 {
  border-inline-end-color: rgb(120 113 108 / 0.2);
}
.border-e-stone-500\/25 {
  border-inline-end-color: rgb(120 113 108 / 0.25);
}
.border-e-stone-500\/30 {
  border-inline-end-color: rgb(120 113 108 / 0.3);
}
.border-e-stone-500\/35 {
  border-inline-end-color: rgb(120 113 108 / 0.35);
}
.border-e-stone-500\/40 {
  border-inline-end-color: rgb(120 113 108 / 0.4);
}
.border-e-stone-500\/45 {
  border-inline-end-color: rgb(120 113 108 / 0.45);
}
.border-e-stone-500\/5 {
  border-inline-end-color: rgb(120 113 108 / 0.05);
}
.border-e-stone-500\/50 {
  border-inline-end-color: rgb(120 113 108 / 0.5);
}
.border-e-stone-500\/55 {
  border-inline-end-color: rgb(120 113 108 / 0.55);
}
.border-e-stone-500\/60 {
  border-inline-end-color: rgb(120 113 108 / 0.6);
}
.border-e-stone-500\/65 {
  border-inline-end-color: rgb(120 113 108 / 0.65);
}
.border-e-stone-500\/70 {
  border-inline-end-color: rgb(120 113 108 / 0.7);
}
.border-e-stone-500\/75 {
  border-inline-end-color: rgb(120 113 108 / 0.75);
}
.border-e-stone-500\/80 {
  border-inline-end-color: rgb(120 113 108 / 0.8);
}
.border-e-stone-500\/85 {
  border-inline-end-color: rgb(120 113 108 / 0.85);
}
.border-e-stone-500\/90 {
  border-inline-end-color: rgb(120 113 108 / 0.9);
}
.border-e-stone-500\/95 {
  border-inline-end-color: rgb(120 113 108 / 0.95);
}
.border-e-stone-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-e-stone-600\/0 {
  border-inline-end-color: rgb(87 83 78 / 0);
}
.border-e-stone-600\/10 {
  border-inline-end-color: rgb(87 83 78 / 0.1);
}
.border-e-stone-600\/100 {
  border-inline-end-color: rgb(87 83 78 / 1);
}
.border-e-stone-600\/15 {
  border-inline-end-color: rgb(87 83 78 / 0.15);
}
.border-e-stone-600\/20 {
  border-inline-end-color: rgb(87 83 78 / 0.2);
}
.border-e-stone-600\/25 {
  border-inline-end-color: rgb(87 83 78 / 0.25);
}
.border-e-stone-600\/30 {
  border-inline-end-color: rgb(87 83 78 / 0.3);
}
.border-e-stone-600\/35 {
  border-inline-end-color: rgb(87 83 78 / 0.35);
}
.border-e-stone-600\/40 {
  border-inline-end-color: rgb(87 83 78 / 0.4);
}
.border-e-stone-600\/45 {
  border-inline-end-color: rgb(87 83 78 / 0.45);
}
.border-e-stone-600\/5 {
  border-inline-end-color: rgb(87 83 78 / 0.05);
}
.border-e-stone-600\/50 {
  border-inline-end-color: rgb(87 83 78 / 0.5);
}
.border-e-stone-600\/55 {
  border-inline-end-color: rgb(87 83 78 / 0.55);
}
.border-e-stone-600\/60 {
  border-inline-end-color: rgb(87 83 78 / 0.6);
}
.border-e-stone-600\/65 {
  border-inline-end-color: rgb(87 83 78 / 0.65);
}
.border-e-stone-600\/70 {
  border-inline-end-color: rgb(87 83 78 / 0.7);
}
.border-e-stone-600\/75 {
  border-inline-end-color: rgb(87 83 78 / 0.75);
}
.border-e-stone-600\/80 {
  border-inline-end-color: rgb(87 83 78 / 0.8);
}
.border-e-stone-600\/85 {
  border-inline-end-color: rgb(87 83 78 / 0.85);
}
.border-e-stone-600\/90 {
  border-inline-end-color: rgb(87 83 78 / 0.9);
}
.border-e-stone-600\/95 {
  border-inline-end-color: rgb(87 83 78 / 0.95);
}
.border-e-stone-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-e-stone-700\/0 {
  border-inline-end-color: rgb(68 64 60 / 0);
}
.border-e-stone-700\/10 {
  border-inline-end-color: rgb(68 64 60 / 0.1);
}
.border-e-stone-700\/100 {
  border-inline-end-color: rgb(68 64 60 / 1);
}
.border-e-stone-700\/15 {
  border-inline-end-color: rgb(68 64 60 / 0.15);
}
.border-e-stone-700\/20 {
  border-inline-end-color: rgb(68 64 60 / 0.2);
}
.border-e-stone-700\/25 {
  border-inline-end-color: rgb(68 64 60 / 0.25);
}
.border-e-stone-700\/30 {
  border-inline-end-color: rgb(68 64 60 / 0.3);
}
.border-e-stone-700\/35 {
  border-inline-end-color: rgb(68 64 60 / 0.35);
}
.border-e-stone-700\/40 {
  border-inline-end-color: rgb(68 64 60 / 0.4);
}
.border-e-stone-700\/45 {
  border-inline-end-color: rgb(68 64 60 / 0.45);
}
.border-e-stone-700\/5 {
  border-inline-end-color: rgb(68 64 60 / 0.05);
}
.border-e-stone-700\/50 {
  border-inline-end-color: rgb(68 64 60 / 0.5);
}
.border-e-stone-700\/55 {
  border-inline-end-color: rgb(68 64 60 / 0.55);
}
.border-e-stone-700\/60 {
  border-inline-end-color: rgb(68 64 60 / 0.6);
}
.border-e-stone-700\/65 {
  border-inline-end-color: rgb(68 64 60 / 0.65);
}
.border-e-stone-700\/70 {
  border-inline-end-color: rgb(68 64 60 / 0.7);
}
.border-e-stone-700\/75 {
  border-inline-end-color: rgb(68 64 60 / 0.75);
}
.border-e-stone-700\/80 {
  border-inline-end-color: rgb(68 64 60 / 0.8);
}
.border-e-stone-700\/85 {
  border-inline-end-color: rgb(68 64 60 / 0.85);
}
.border-e-stone-700\/90 {
  border-inline-end-color: rgb(68 64 60 / 0.9);
}
.border-e-stone-700\/95 {
  border-inline-end-color: rgb(68 64 60 / 0.95);
}
.border-e-stone-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-e-stone-800\/0 {
  border-inline-end-color: rgb(41 37 36 / 0);
}
.border-e-stone-800\/10 {
  border-inline-end-color: rgb(41 37 36 / 0.1);
}
.border-e-stone-800\/100 {
  border-inline-end-color: rgb(41 37 36 / 1);
}
.border-e-stone-800\/15 {
  border-inline-end-color: rgb(41 37 36 / 0.15);
}
.border-e-stone-800\/20 {
  border-inline-end-color: rgb(41 37 36 / 0.2);
}
.border-e-stone-800\/25 {
  border-inline-end-color: rgb(41 37 36 / 0.25);
}
.border-e-stone-800\/30 {
  border-inline-end-color: rgb(41 37 36 / 0.3);
}
.border-e-stone-800\/35 {
  border-inline-end-color: rgb(41 37 36 / 0.35);
}
.border-e-stone-800\/40 {
  border-inline-end-color: rgb(41 37 36 / 0.4);
}
.border-e-stone-800\/45 {
  border-inline-end-color: rgb(41 37 36 / 0.45);
}
.border-e-stone-800\/5 {
  border-inline-end-color: rgb(41 37 36 / 0.05);
}
.border-e-stone-800\/50 {
  border-inline-end-color: rgb(41 37 36 / 0.5);
}
.border-e-stone-800\/55 {
  border-inline-end-color: rgb(41 37 36 / 0.55);
}
.border-e-stone-800\/60 {
  border-inline-end-color: rgb(41 37 36 / 0.6);
}
.border-e-stone-800\/65 {
  border-inline-end-color: rgb(41 37 36 / 0.65);
}
.border-e-stone-800\/70 {
  border-inline-end-color: rgb(41 37 36 / 0.7);
}
.border-e-stone-800\/75 {
  border-inline-end-color: rgb(41 37 36 / 0.75);
}
.border-e-stone-800\/80 {
  border-inline-end-color: rgb(41 37 36 / 0.8);
}
.border-e-stone-800\/85 {
  border-inline-end-color: rgb(41 37 36 / 0.85);
}
.border-e-stone-800\/90 {
  border-inline-end-color: rgb(41 37 36 / 0.9);
}
.border-e-stone-800\/95 {
  border-inline-end-color: rgb(41 37 36 / 0.95);
}
.border-e-stone-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-e-stone-900\/0 {
  border-inline-end-color: rgb(28 25 23 / 0);
}
.border-e-stone-900\/10 {
  border-inline-end-color: rgb(28 25 23 / 0.1);
}
.border-e-stone-900\/100 {
  border-inline-end-color: rgb(28 25 23 / 1);
}
.border-e-stone-900\/15 {
  border-inline-end-color: rgb(28 25 23 / 0.15);
}
.border-e-stone-900\/20 {
  border-inline-end-color: rgb(28 25 23 / 0.2);
}
.border-e-stone-900\/25 {
  border-inline-end-color: rgb(28 25 23 / 0.25);
}
.border-e-stone-900\/30 {
  border-inline-end-color: rgb(28 25 23 / 0.3);
}
.border-e-stone-900\/35 {
  border-inline-end-color: rgb(28 25 23 / 0.35);
}
.border-e-stone-900\/40 {
  border-inline-end-color: rgb(28 25 23 / 0.4);
}
.border-e-stone-900\/45 {
  border-inline-end-color: rgb(28 25 23 / 0.45);
}
.border-e-stone-900\/5 {
  border-inline-end-color: rgb(28 25 23 / 0.05);
}
.border-e-stone-900\/50 {
  border-inline-end-color: rgb(28 25 23 / 0.5);
}
.border-e-stone-900\/55 {
  border-inline-end-color: rgb(28 25 23 / 0.55);
}
.border-e-stone-900\/60 {
  border-inline-end-color: rgb(28 25 23 / 0.6);
}
.border-e-stone-900\/65 {
  border-inline-end-color: rgb(28 25 23 / 0.65);
}
.border-e-stone-900\/70 {
  border-inline-end-color: rgb(28 25 23 / 0.7);
}
.border-e-stone-900\/75 {
  border-inline-end-color: rgb(28 25 23 / 0.75);
}
.border-e-stone-900\/80 {
  border-inline-end-color: rgb(28 25 23 / 0.8);
}
.border-e-stone-900\/85 {
  border-inline-end-color: rgb(28 25 23 / 0.85);
}
.border-e-stone-900\/90 {
  border-inline-end-color: rgb(28 25 23 / 0.9);
}
.border-e-stone-900\/95 {
  border-inline-end-color: rgb(28 25 23 / 0.95);
}
.border-e-stone-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-e-stone-950\/0 {
  border-inline-end-color: rgb(12 10 9 / 0);
}
.border-e-stone-950\/10 {
  border-inline-end-color: rgb(12 10 9 / 0.1);
}
.border-e-stone-950\/100 {
  border-inline-end-color: rgb(12 10 9 / 1);
}
.border-e-stone-950\/15 {
  border-inline-end-color: rgb(12 10 9 / 0.15);
}
.border-e-stone-950\/20 {
  border-inline-end-color: rgb(12 10 9 / 0.2);
}
.border-e-stone-950\/25 {
  border-inline-end-color: rgb(12 10 9 / 0.25);
}
.border-e-stone-950\/30 {
  border-inline-end-color: rgb(12 10 9 / 0.3);
}
.border-e-stone-950\/35 {
  border-inline-end-color: rgb(12 10 9 / 0.35);
}
.border-e-stone-950\/40 {
  border-inline-end-color: rgb(12 10 9 / 0.4);
}
.border-e-stone-950\/45 {
  border-inline-end-color: rgb(12 10 9 / 0.45);
}
.border-e-stone-950\/5 {
  border-inline-end-color: rgb(12 10 9 / 0.05);
}
.border-e-stone-950\/50 {
  border-inline-end-color: rgb(12 10 9 / 0.5);
}
.border-e-stone-950\/55 {
  border-inline-end-color: rgb(12 10 9 / 0.55);
}
.border-e-stone-950\/60 {
  border-inline-end-color: rgb(12 10 9 / 0.6);
}
.border-e-stone-950\/65 {
  border-inline-end-color: rgb(12 10 9 / 0.65);
}
.border-e-stone-950\/70 {
  border-inline-end-color: rgb(12 10 9 / 0.7);
}
.border-e-stone-950\/75 {
  border-inline-end-color: rgb(12 10 9 / 0.75);
}
.border-e-stone-950\/80 {
  border-inline-end-color: rgb(12 10 9 / 0.8);
}
.border-e-stone-950\/85 {
  border-inline-end-color: rgb(12 10 9 / 0.85);
}
.border-e-stone-950\/90 {
  border-inline-end-color: rgb(12 10 9 / 0.9);
}
.border-e-stone-950\/95 {
  border-inline-end-color: rgb(12 10 9 / 0.95);
}
.border-e-teal-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-e-teal-100\/0 {
  border-inline-end-color: rgb(204 251 241 / 0);
}
.border-e-teal-100\/10 {
  border-inline-end-color: rgb(204 251 241 / 0.1);
}
.border-e-teal-100\/100 {
  border-inline-end-color: rgb(204 251 241 / 1);
}
.border-e-teal-100\/15 {
  border-inline-end-color: rgb(204 251 241 / 0.15);
}
.border-e-teal-100\/20 {
  border-inline-end-color: rgb(204 251 241 / 0.2);
}
.border-e-teal-100\/25 {
  border-inline-end-color: rgb(204 251 241 / 0.25);
}
.border-e-teal-100\/30 {
  border-inline-end-color: rgb(204 251 241 / 0.3);
}
.border-e-teal-100\/35 {
  border-inline-end-color: rgb(204 251 241 / 0.35);
}
.border-e-teal-100\/40 {
  border-inline-end-color: rgb(204 251 241 / 0.4);
}
.border-e-teal-100\/45 {
  border-inline-end-color: rgb(204 251 241 / 0.45);
}
.border-e-teal-100\/5 {
  border-inline-end-color: rgb(204 251 241 / 0.05);
}
.border-e-teal-100\/50 {
  border-inline-end-color: rgb(204 251 241 / 0.5);
}
.border-e-teal-100\/55 {
  border-inline-end-color: rgb(204 251 241 / 0.55);
}
.border-e-teal-100\/60 {
  border-inline-end-color: rgb(204 251 241 / 0.6);
}
.border-e-teal-100\/65 {
  border-inline-end-color: rgb(204 251 241 / 0.65);
}
.border-e-teal-100\/70 {
  border-inline-end-color: rgb(204 251 241 / 0.7);
}
.border-e-teal-100\/75 {
  border-inline-end-color: rgb(204 251 241 / 0.75);
}
.border-e-teal-100\/80 {
  border-inline-end-color: rgb(204 251 241 / 0.8);
}
.border-e-teal-100\/85 {
  border-inline-end-color: rgb(204 251 241 / 0.85);
}
.border-e-teal-100\/90 {
  border-inline-end-color: rgb(204 251 241 / 0.9);
}
.border-e-teal-100\/95 {
  border-inline-end-color: rgb(204 251 241 / 0.95);
}
.border-e-teal-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-e-teal-200\/0 {
  border-inline-end-color: rgb(153 246 228 / 0);
}
.border-e-teal-200\/10 {
  border-inline-end-color: rgb(153 246 228 / 0.1);
}
.border-e-teal-200\/100 {
  border-inline-end-color: rgb(153 246 228 / 1);
}
.border-e-teal-200\/15 {
  border-inline-end-color: rgb(153 246 228 / 0.15);
}
.border-e-teal-200\/20 {
  border-inline-end-color: rgb(153 246 228 / 0.2);
}
.border-e-teal-200\/25 {
  border-inline-end-color: rgb(153 246 228 / 0.25);
}
.border-e-teal-200\/30 {
  border-inline-end-color: rgb(153 246 228 / 0.3);
}
.border-e-teal-200\/35 {
  border-inline-end-color: rgb(153 246 228 / 0.35);
}
.border-e-teal-200\/40 {
  border-inline-end-color: rgb(153 246 228 / 0.4);
}
.border-e-teal-200\/45 {
  border-inline-end-color: rgb(153 246 228 / 0.45);
}
.border-e-teal-200\/5 {
  border-inline-end-color: rgb(153 246 228 / 0.05);
}
.border-e-teal-200\/50 {
  border-inline-end-color: rgb(153 246 228 / 0.5);
}
.border-e-teal-200\/55 {
  border-inline-end-color: rgb(153 246 228 / 0.55);
}
.border-e-teal-200\/60 {
  border-inline-end-color: rgb(153 246 228 / 0.6);
}
.border-e-teal-200\/65 {
  border-inline-end-color: rgb(153 246 228 / 0.65);
}
.border-e-teal-200\/70 {
  border-inline-end-color: rgb(153 246 228 / 0.7);
}
.border-e-teal-200\/75 {
  border-inline-end-color: rgb(153 246 228 / 0.75);
}
.border-e-teal-200\/80 {
  border-inline-end-color: rgb(153 246 228 / 0.8);
}
.border-e-teal-200\/85 {
  border-inline-end-color: rgb(153 246 228 / 0.85);
}
.border-e-teal-200\/90 {
  border-inline-end-color: rgb(153 246 228 / 0.9);
}
.border-e-teal-200\/95 {
  border-inline-end-color: rgb(153 246 228 / 0.95);
}
.border-e-teal-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-e-teal-300\/0 {
  border-inline-end-color: rgb(94 234 212 / 0);
}
.border-e-teal-300\/10 {
  border-inline-end-color: rgb(94 234 212 / 0.1);
}
.border-e-teal-300\/100 {
  border-inline-end-color: rgb(94 234 212 / 1);
}
.border-e-teal-300\/15 {
  border-inline-end-color: rgb(94 234 212 / 0.15);
}
.border-e-teal-300\/20 {
  border-inline-end-color: rgb(94 234 212 / 0.2);
}
.border-e-teal-300\/25 {
  border-inline-end-color: rgb(94 234 212 / 0.25);
}
.border-e-teal-300\/30 {
  border-inline-end-color: rgb(94 234 212 / 0.3);
}
.border-e-teal-300\/35 {
  border-inline-end-color: rgb(94 234 212 / 0.35);
}
.border-e-teal-300\/40 {
  border-inline-end-color: rgb(94 234 212 / 0.4);
}
.border-e-teal-300\/45 {
  border-inline-end-color: rgb(94 234 212 / 0.45);
}
.border-e-teal-300\/5 {
  border-inline-end-color: rgb(94 234 212 / 0.05);
}
.border-e-teal-300\/50 {
  border-inline-end-color: rgb(94 234 212 / 0.5);
}
.border-e-teal-300\/55 {
  border-inline-end-color: rgb(94 234 212 / 0.55);
}
.border-e-teal-300\/60 {
  border-inline-end-color: rgb(94 234 212 / 0.6);
}
.border-e-teal-300\/65 {
  border-inline-end-color: rgb(94 234 212 / 0.65);
}
.border-e-teal-300\/70 {
  border-inline-end-color: rgb(94 234 212 / 0.7);
}
.border-e-teal-300\/75 {
  border-inline-end-color: rgb(94 234 212 / 0.75);
}
.border-e-teal-300\/80 {
  border-inline-end-color: rgb(94 234 212 / 0.8);
}
.border-e-teal-300\/85 {
  border-inline-end-color: rgb(94 234 212 / 0.85);
}
.border-e-teal-300\/90 {
  border-inline-end-color: rgb(94 234 212 / 0.9);
}
.border-e-teal-300\/95 {
  border-inline-end-color: rgb(94 234 212 / 0.95);
}
.border-e-teal-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-e-teal-400\/0 {
  border-inline-end-color: rgb(45 212 191 / 0);
}
.border-e-teal-400\/10 {
  border-inline-end-color: rgb(45 212 191 / 0.1);
}
.border-e-teal-400\/100 {
  border-inline-end-color: rgb(45 212 191 / 1);
}
.border-e-teal-400\/15 {
  border-inline-end-color: rgb(45 212 191 / 0.15);
}
.border-e-teal-400\/20 {
  border-inline-end-color: rgb(45 212 191 / 0.2);
}
.border-e-teal-400\/25 {
  border-inline-end-color: rgb(45 212 191 / 0.25);
}
.border-e-teal-400\/30 {
  border-inline-end-color: rgb(45 212 191 / 0.3);
}
.border-e-teal-400\/35 {
  border-inline-end-color: rgb(45 212 191 / 0.35);
}
.border-e-teal-400\/40 {
  border-inline-end-color: rgb(45 212 191 / 0.4);
}
.border-e-teal-400\/45 {
  border-inline-end-color: rgb(45 212 191 / 0.45);
}
.border-e-teal-400\/5 {
  border-inline-end-color: rgb(45 212 191 / 0.05);
}
.border-e-teal-400\/50 {
  border-inline-end-color: rgb(45 212 191 / 0.5);
}
.border-e-teal-400\/55 {
  border-inline-end-color: rgb(45 212 191 / 0.55);
}
.border-e-teal-400\/60 {
  border-inline-end-color: rgb(45 212 191 / 0.6);
}
.border-e-teal-400\/65 {
  border-inline-end-color: rgb(45 212 191 / 0.65);
}
.border-e-teal-400\/70 {
  border-inline-end-color: rgb(45 212 191 / 0.7);
}
.border-e-teal-400\/75 {
  border-inline-end-color: rgb(45 212 191 / 0.75);
}
.border-e-teal-400\/80 {
  border-inline-end-color: rgb(45 212 191 / 0.8);
}
.border-e-teal-400\/85 {
  border-inline-end-color: rgb(45 212 191 / 0.85);
}
.border-e-teal-400\/90 {
  border-inline-end-color: rgb(45 212 191 / 0.9);
}
.border-e-teal-400\/95 {
  border-inline-end-color: rgb(45 212 191 / 0.95);
}
.border-e-teal-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-e-teal-50\/0 {
  border-inline-end-color: rgb(240 253 250 / 0);
}
.border-e-teal-50\/10 {
  border-inline-end-color: rgb(240 253 250 / 0.1);
}
.border-e-teal-50\/100 {
  border-inline-end-color: rgb(240 253 250 / 1);
}
.border-e-teal-50\/15 {
  border-inline-end-color: rgb(240 253 250 / 0.15);
}
.border-e-teal-50\/20 {
  border-inline-end-color: rgb(240 253 250 / 0.2);
}
.border-e-teal-50\/25 {
  border-inline-end-color: rgb(240 253 250 / 0.25);
}
.border-e-teal-50\/30 {
  border-inline-end-color: rgb(240 253 250 / 0.3);
}
.border-e-teal-50\/35 {
  border-inline-end-color: rgb(240 253 250 / 0.35);
}
.border-e-teal-50\/40 {
  border-inline-end-color: rgb(240 253 250 / 0.4);
}
.border-e-teal-50\/45 {
  border-inline-end-color: rgb(240 253 250 / 0.45);
}
.border-e-teal-50\/5 {
  border-inline-end-color: rgb(240 253 250 / 0.05);
}
.border-e-teal-50\/50 {
  border-inline-end-color: rgb(240 253 250 / 0.5);
}
.border-e-teal-50\/55 {
  border-inline-end-color: rgb(240 253 250 / 0.55);
}
.border-e-teal-50\/60 {
  border-inline-end-color: rgb(240 253 250 / 0.6);
}
.border-e-teal-50\/65 {
  border-inline-end-color: rgb(240 253 250 / 0.65);
}
.border-e-teal-50\/70 {
  border-inline-end-color: rgb(240 253 250 / 0.7);
}
.border-e-teal-50\/75 {
  border-inline-end-color: rgb(240 253 250 / 0.75);
}
.border-e-teal-50\/80 {
  border-inline-end-color: rgb(240 253 250 / 0.8);
}
.border-e-teal-50\/85 {
  border-inline-end-color: rgb(240 253 250 / 0.85);
}
.border-e-teal-50\/90 {
  border-inline-end-color: rgb(240 253 250 / 0.9);
}
.border-e-teal-50\/95 {
  border-inline-end-color: rgb(240 253 250 / 0.95);
}
.border-e-teal-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-e-teal-500\/0 {
  border-inline-end-color: rgb(20 184 166 / 0);
}
.border-e-teal-500\/10 {
  border-inline-end-color: rgb(20 184 166 / 0.1);
}
.border-e-teal-500\/100 {
  border-inline-end-color: rgb(20 184 166 / 1);
}
.border-e-teal-500\/15 {
  border-inline-end-color: rgb(20 184 166 / 0.15);
}
.border-e-teal-500\/20 {
  border-inline-end-color: rgb(20 184 166 / 0.2);
}
.border-e-teal-500\/25 {
  border-inline-end-color: rgb(20 184 166 / 0.25);
}
.border-e-teal-500\/30 {
  border-inline-end-color: rgb(20 184 166 / 0.3);
}
.border-e-teal-500\/35 {
  border-inline-end-color: rgb(20 184 166 / 0.35);
}
.border-e-teal-500\/40 {
  border-inline-end-color: rgb(20 184 166 / 0.4);
}
.border-e-teal-500\/45 {
  border-inline-end-color: rgb(20 184 166 / 0.45);
}
.border-e-teal-500\/5 {
  border-inline-end-color: rgb(20 184 166 / 0.05);
}
.border-e-teal-500\/50 {
  border-inline-end-color: rgb(20 184 166 / 0.5);
}
.border-e-teal-500\/55 {
  border-inline-end-color: rgb(20 184 166 / 0.55);
}
.border-e-teal-500\/60 {
  border-inline-end-color: rgb(20 184 166 / 0.6);
}
.border-e-teal-500\/65 {
  border-inline-end-color: rgb(20 184 166 / 0.65);
}
.border-e-teal-500\/70 {
  border-inline-end-color: rgb(20 184 166 / 0.7);
}
.border-e-teal-500\/75 {
  border-inline-end-color: rgb(20 184 166 / 0.75);
}
.border-e-teal-500\/80 {
  border-inline-end-color: rgb(20 184 166 / 0.8);
}
.border-e-teal-500\/85 {
  border-inline-end-color: rgb(20 184 166 / 0.85);
}
.border-e-teal-500\/90 {
  border-inline-end-color: rgb(20 184 166 / 0.9);
}
.border-e-teal-500\/95 {
  border-inline-end-color: rgb(20 184 166 / 0.95);
}
.border-e-teal-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-e-teal-600\/0 {
  border-inline-end-color: rgb(13 148 136 / 0);
}
.border-e-teal-600\/10 {
  border-inline-end-color: rgb(13 148 136 / 0.1);
}
.border-e-teal-600\/100 {
  border-inline-end-color: rgb(13 148 136 / 1);
}
.border-e-teal-600\/15 {
  border-inline-end-color: rgb(13 148 136 / 0.15);
}
.border-e-teal-600\/20 {
  border-inline-end-color: rgb(13 148 136 / 0.2);
}
.border-e-teal-600\/25 {
  border-inline-end-color: rgb(13 148 136 / 0.25);
}
.border-e-teal-600\/30 {
  border-inline-end-color: rgb(13 148 136 / 0.3);
}
.border-e-teal-600\/35 {
  border-inline-end-color: rgb(13 148 136 / 0.35);
}
.border-e-teal-600\/40 {
  border-inline-end-color: rgb(13 148 136 / 0.4);
}
.border-e-teal-600\/45 {
  border-inline-end-color: rgb(13 148 136 / 0.45);
}
.border-e-teal-600\/5 {
  border-inline-end-color: rgb(13 148 136 / 0.05);
}
.border-e-teal-600\/50 {
  border-inline-end-color: rgb(13 148 136 / 0.5);
}
.border-e-teal-600\/55 {
  border-inline-end-color: rgb(13 148 136 / 0.55);
}
.border-e-teal-600\/60 {
  border-inline-end-color: rgb(13 148 136 / 0.6);
}
.border-e-teal-600\/65 {
  border-inline-end-color: rgb(13 148 136 / 0.65);
}
.border-e-teal-600\/70 {
  border-inline-end-color: rgb(13 148 136 / 0.7);
}
.border-e-teal-600\/75 {
  border-inline-end-color: rgb(13 148 136 / 0.75);
}
.border-e-teal-600\/80 {
  border-inline-end-color: rgb(13 148 136 / 0.8);
}
.border-e-teal-600\/85 {
  border-inline-end-color: rgb(13 148 136 / 0.85);
}
.border-e-teal-600\/90 {
  border-inline-end-color: rgb(13 148 136 / 0.9);
}
.border-e-teal-600\/95 {
  border-inline-end-color: rgb(13 148 136 / 0.95);
}
.border-e-teal-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-e-teal-700\/0 {
  border-inline-end-color: rgb(15 118 110 / 0);
}
.border-e-teal-700\/10 {
  border-inline-end-color: rgb(15 118 110 / 0.1);
}
.border-e-teal-700\/100 {
  border-inline-end-color: rgb(15 118 110 / 1);
}
.border-e-teal-700\/15 {
  border-inline-end-color: rgb(15 118 110 / 0.15);
}
.border-e-teal-700\/20 {
  border-inline-end-color: rgb(15 118 110 / 0.2);
}
.border-e-teal-700\/25 {
  border-inline-end-color: rgb(15 118 110 / 0.25);
}
.border-e-teal-700\/30 {
  border-inline-end-color: rgb(15 118 110 / 0.3);
}
.border-e-teal-700\/35 {
  border-inline-end-color: rgb(15 118 110 / 0.35);
}
.border-e-teal-700\/40 {
  border-inline-end-color: rgb(15 118 110 / 0.4);
}
.border-e-teal-700\/45 {
  border-inline-end-color: rgb(15 118 110 / 0.45);
}
.border-e-teal-700\/5 {
  border-inline-end-color: rgb(15 118 110 / 0.05);
}
.border-e-teal-700\/50 {
  border-inline-end-color: rgb(15 118 110 / 0.5);
}
.border-e-teal-700\/55 {
  border-inline-end-color: rgb(15 118 110 / 0.55);
}
.border-e-teal-700\/60 {
  border-inline-end-color: rgb(15 118 110 / 0.6);
}
.border-e-teal-700\/65 {
  border-inline-end-color: rgb(15 118 110 / 0.65);
}
.border-e-teal-700\/70 {
  border-inline-end-color: rgb(15 118 110 / 0.7);
}
.border-e-teal-700\/75 {
  border-inline-end-color: rgb(15 118 110 / 0.75);
}
.border-e-teal-700\/80 {
  border-inline-end-color: rgb(15 118 110 / 0.8);
}
.border-e-teal-700\/85 {
  border-inline-end-color: rgb(15 118 110 / 0.85);
}
.border-e-teal-700\/90 {
  border-inline-end-color: rgb(15 118 110 / 0.9);
}
.border-e-teal-700\/95 {
  border-inline-end-color: rgb(15 118 110 / 0.95);
}
.border-e-teal-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-e-teal-800\/0 {
  border-inline-end-color: rgb(17 94 89 / 0);
}
.border-e-teal-800\/10 {
  border-inline-end-color: rgb(17 94 89 / 0.1);
}
.border-e-teal-800\/100 {
  border-inline-end-color: rgb(17 94 89 / 1);
}
.border-e-teal-800\/15 {
  border-inline-end-color: rgb(17 94 89 / 0.15);
}
.border-e-teal-800\/20 {
  border-inline-end-color: rgb(17 94 89 / 0.2);
}
.border-e-teal-800\/25 {
  border-inline-end-color: rgb(17 94 89 / 0.25);
}
.border-e-teal-800\/30 {
  border-inline-end-color: rgb(17 94 89 / 0.3);
}
.border-e-teal-800\/35 {
  border-inline-end-color: rgb(17 94 89 / 0.35);
}
.border-e-teal-800\/40 {
  border-inline-end-color: rgb(17 94 89 / 0.4);
}
.border-e-teal-800\/45 {
  border-inline-end-color: rgb(17 94 89 / 0.45);
}
.border-e-teal-800\/5 {
  border-inline-end-color: rgb(17 94 89 / 0.05);
}
.border-e-teal-800\/50 {
  border-inline-end-color: rgb(17 94 89 / 0.5);
}
.border-e-teal-800\/55 {
  border-inline-end-color: rgb(17 94 89 / 0.55);
}
.border-e-teal-800\/60 {
  border-inline-end-color: rgb(17 94 89 / 0.6);
}
.border-e-teal-800\/65 {
  border-inline-end-color: rgb(17 94 89 / 0.65);
}
.border-e-teal-800\/70 {
  border-inline-end-color: rgb(17 94 89 / 0.7);
}
.border-e-teal-800\/75 {
  border-inline-end-color: rgb(17 94 89 / 0.75);
}
.border-e-teal-800\/80 {
  border-inline-end-color: rgb(17 94 89 / 0.8);
}
.border-e-teal-800\/85 {
  border-inline-end-color: rgb(17 94 89 / 0.85);
}
.border-e-teal-800\/90 {
  border-inline-end-color: rgb(17 94 89 / 0.9);
}
.border-e-teal-800\/95 {
  border-inline-end-color: rgb(17 94 89 / 0.95);
}
.border-e-teal-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-e-teal-900\/0 {
  border-inline-end-color: rgb(19 78 74 / 0);
}
.border-e-teal-900\/10 {
  border-inline-end-color: rgb(19 78 74 / 0.1);
}
.border-e-teal-900\/100 {
  border-inline-end-color: rgb(19 78 74 / 1);
}
.border-e-teal-900\/15 {
  border-inline-end-color: rgb(19 78 74 / 0.15);
}
.border-e-teal-900\/20 {
  border-inline-end-color: rgb(19 78 74 / 0.2);
}
.border-e-teal-900\/25 {
  border-inline-end-color: rgb(19 78 74 / 0.25);
}
.border-e-teal-900\/30 {
  border-inline-end-color: rgb(19 78 74 / 0.3);
}
.border-e-teal-900\/35 {
  border-inline-end-color: rgb(19 78 74 / 0.35);
}
.border-e-teal-900\/40 {
  border-inline-end-color: rgb(19 78 74 / 0.4);
}
.border-e-teal-900\/45 {
  border-inline-end-color: rgb(19 78 74 / 0.45);
}
.border-e-teal-900\/5 {
  border-inline-end-color: rgb(19 78 74 / 0.05);
}
.border-e-teal-900\/50 {
  border-inline-end-color: rgb(19 78 74 / 0.5);
}
.border-e-teal-900\/55 {
  border-inline-end-color: rgb(19 78 74 / 0.55);
}
.border-e-teal-900\/60 {
  border-inline-end-color: rgb(19 78 74 / 0.6);
}
.border-e-teal-900\/65 {
  border-inline-end-color: rgb(19 78 74 / 0.65);
}
.border-e-teal-900\/70 {
  border-inline-end-color: rgb(19 78 74 / 0.7);
}
.border-e-teal-900\/75 {
  border-inline-end-color: rgb(19 78 74 / 0.75);
}
.border-e-teal-900\/80 {
  border-inline-end-color: rgb(19 78 74 / 0.8);
}
.border-e-teal-900\/85 {
  border-inline-end-color: rgb(19 78 74 / 0.85);
}
.border-e-teal-900\/90 {
  border-inline-end-color: rgb(19 78 74 / 0.9);
}
.border-e-teal-900\/95 {
  border-inline-end-color: rgb(19 78 74 / 0.95);
}
.border-e-teal-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-e-teal-950\/0 {
  border-inline-end-color: rgb(4 47 46 / 0);
}
.border-e-teal-950\/10 {
  border-inline-end-color: rgb(4 47 46 / 0.1);
}
.border-e-teal-950\/100 {
  border-inline-end-color: rgb(4 47 46 / 1);
}
.border-e-teal-950\/15 {
  border-inline-end-color: rgb(4 47 46 / 0.15);
}
.border-e-teal-950\/20 {
  border-inline-end-color: rgb(4 47 46 / 0.2);
}
.border-e-teal-950\/25 {
  border-inline-end-color: rgb(4 47 46 / 0.25);
}
.border-e-teal-950\/30 {
  border-inline-end-color: rgb(4 47 46 / 0.3);
}
.border-e-teal-950\/35 {
  border-inline-end-color: rgb(4 47 46 / 0.35);
}
.border-e-teal-950\/40 {
  border-inline-end-color: rgb(4 47 46 / 0.4);
}
.border-e-teal-950\/45 {
  border-inline-end-color: rgb(4 47 46 / 0.45);
}
.border-e-teal-950\/5 {
  border-inline-end-color: rgb(4 47 46 / 0.05);
}
.border-e-teal-950\/50 {
  border-inline-end-color: rgb(4 47 46 / 0.5);
}
.border-e-teal-950\/55 {
  border-inline-end-color: rgb(4 47 46 / 0.55);
}
.border-e-teal-950\/60 {
  border-inline-end-color: rgb(4 47 46 / 0.6);
}
.border-e-teal-950\/65 {
  border-inline-end-color: rgb(4 47 46 / 0.65);
}
.border-e-teal-950\/70 {
  border-inline-end-color: rgb(4 47 46 / 0.7);
}
.border-e-teal-950\/75 {
  border-inline-end-color: rgb(4 47 46 / 0.75);
}
.border-e-teal-950\/80 {
  border-inline-end-color: rgb(4 47 46 / 0.8);
}
.border-e-teal-950\/85 {
  border-inline-end-color: rgb(4 47 46 / 0.85);
}
.border-e-teal-950\/90 {
  border-inline-end-color: rgb(4 47 46 / 0.9);
}
.border-e-teal-950\/95 {
  border-inline-end-color: rgb(4 47 46 / 0.95);
}
.border-e-transparent {
  border-inline-end-color: transparent;
}
.border-e-transparent\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-transparent\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-transparent\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-transparent\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-transparent\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-transparent\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-transparent\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-transparent\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-transparent\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-transparent\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-transparent\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-transparent\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-transparent\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-transparent\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-transparent\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-transparent\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-transparent\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-transparent\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-transparent\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-violet-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-e-violet-100\/0 {
  border-inline-end-color: rgb(237 233 254 / 0);
}
.border-e-violet-100\/10 {
  border-inline-end-color: rgb(237 233 254 / 0.1);
}
.border-e-violet-100\/100 {
  border-inline-end-color: rgb(237 233 254 / 1);
}
.border-e-violet-100\/15 {
  border-inline-end-color: rgb(237 233 254 / 0.15);
}
.border-e-violet-100\/20 {
  border-inline-end-color: rgb(237 233 254 / 0.2);
}
.border-e-violet-100\/25 {
  border-inline-end-color: rgb(237 233 254 / 0.25);
}
.border-e-violet-100\/30 {
  border-inline-end-color: rgb(237 233 254 / 0.3);
}
.border-e-violet-100\/35 {
  border-inline-end-color: rgb(237 233 254 / 0.35);
}
.border-e-violet-100\/40 {
  border-inline-end-color: rgb(237 233 254 / 0.4);
}
.border-e-violet-100\/45 {
  border-inline-end-color: rgb(237 233 254 / 0.45);
}
.border-e-violet-100\/5 {
  border-inline-end-color: rgb(237 233 254 / 0.05);
}
.border-e-violet-100\/50 {
  border-inline-end-color: rgb(237 233 254 / 0.5);
}
.border-e-violet-100\/55 {
  border-inline-end-color: rgb(237 233 254 / 0.55);
}
.border-e-violet-100\/60 {
  border-inline-end-color: rgb(237 233 254 / 0.6);
}
.border-e-violet-100\/65 {
  border-inline-end-color: rgb(237 233 254 / 0.65);
}
.border-e-violet-100\/70 {
  border-inline-end-color: rgb(237 233 254 / 0.7);
}
.border-e-violet-100\/75 {
  border-inline-end-color: rgb(237 233 254 / 0.75);
}
.border-e-violet-100\/80 {
  border-inline-end-color: rgb(237 233 254 / 0.8);
}
.border-e-violet-100\/85 {
  border-inline-end-color: rgb(237 233 254 / 0.85);
}
.border-e-violet-100\/90 {
  border-inline-end-color: rgb(237 233 254 / 0.9);
}
.border-e-violet-100\/95 {
  border-inline-end-color: rgb(237 233 254 / 0.95);
}
.border-e-violet-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-e-violet-200\/0 {
  border-inline-end-color: rgb(221 214 254 / 0);
}
.border-e-violet-200\/10 {
  border-inline-end-color: rgb(221 214 254 / 0.1);
}
.border-e-violet-200\/100 {
  border-inline-end-color: rgb(221 214 254 / 1);
}
.border-e-violet-200\/15 {
  border-inline-end-color: rgb(221 214 254 / 0.15);
}
.border-e-violet-200\/20 {
  border-inline-end-color: rgb(221 214 254 / 0.2);
}
.border-e-violet-200\/25 {
  border-inline-end-color: rgb(221 214 254 / 0.25);
}
.border-e-violet-200\/30 {
  border-inline-end-color: rgb(221 214 254 / 0.3);
}
.border-e-violet-200\/35 {
  border-inline-end-color: rgb(221 214 254 / 0.35);
}
.border-e-violet-200\/40 {
  border-inline-end-color: rgb(221 214 254 / 0.4);
}
.border-e-violet-200\/45 {
  border-inline-end-color: rgb(221 214 254 / 0.45);
}
.border-e-violet-200\/5 {
  border-inline-end-color: rgb(221 214 254 / 0.05);
}
.border-e-violet-200\/50 {
  border-inline-end-color: rgb(221 214 254 / 0.5);
}
.border-e-violet-200\/55 {
  border-inline-end-color: rgb(221 214 254 / 0.55);
}
.border-e-violet-200\/60 {
  border-inline-end-color: rgb(221 214 254 / 0.6);
}
.border-e-violet-200\/65 {
  border-inline-end-color: rgb(221 214 254 / 0.65);
}
.border-e-violet-200\/70 {
  border-inline-end-color: rgb(221 214 254 / 0.7);
}
.border-e-violet-200\/75 {
  border-inline-end-color: rgb(221 214 254 / 0.75);
}
.border-e-violet-200\/80 {
  border-inline-end-color: rgb(221 214 254 / 0.8);
}
.border-e-violet-200\/85 {
  border-inline-end-color: rgb(221 214 254 / 0.85);
}
.border-e-violet-200\/90 {
  border-inline-end-color: rgb(221 214 254 / 0.9);
}
.border-e-violet-200\/95 {
  border-inline-end-color: rgb(221 214 254 / 0.95);
}
.border-e-violet-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-e-violet-300\/0 {
  border-inline-end-color: rgb(196 181 253 / 0);
}
.border-e-violet-300\/10 {
  border-inline-end-color: rgb(196 181 253 / 0.1);
}
.border-e-violet-300\/100 {
  border-inline-end-color: rgb(196 181 253 / 1);
}
.border-e-violet-300\/15 {
  border-inline-end-color: rgb(196 181 253 / 0.15);
}
.border-e-violet-300\/20 {
  border-inline-end-color: rgb(196 181 253 / 0.2);
}
.border-e-violet-300\/25 {
  border-inline-end-color: rgb(196 181 253 / 0.25);
}
.border-e-violet-300\/30 {
  border-inline-end-color: rgb(196 181 253 / 0.3);
}
.border-e-violet-300\/35 {
  border-inline-end-color: rgb(196 181 253 / 0.35);
}
.border-e-violet-300\/40 {
  border-inline-end-color: rgb(196 181 253 / 0.4);
}
.border-e-violet-300\/45 {
  border-inline-end-color: rgb(196 181 253 / 0.45);
}
.border-e-violet-300\/5 {
  border-inline-end-color: rgb(196 181 253 / 0.05);
}
.border-e-violet-300\/50 {
  border-inline-end-color: rgb(196 181 253 / 0.5);
}
.border-e-violet-300\/55 {
  border-inline-end-color: rgb(196 181 253 / 0.55);
}
.border-e-violet-300\/60 {
  border-inline-end-color: rgb(196 181 253 / 0.6);
}
.border-e-violet-300\/65 {
  border-inline-end-color: rgb(196 181 253 / 0.65);
}
.border-e-violet-300\/70 {
  border-inline-end-color: rgb(196 181 253 / 0.7);
}
.border-e-violet-300\/75 {
  border-inline-end-color: rgb(196 181 253 / 0.75);
}
.border-e-violet-300\/80 {
  border-inline-end-color: rgb(196 181 253 / 0.8);
}
.border-e-violet-300\/85 {
  border-inline-end-color: rgb(196 181 253 / 0.85);
}
.border-e-violet-300\/90 {
  border-inline-end-color: rgb(196 181 253 / 0.9);
}
.border-e-violet-300\/95 {
  border-inline-end-color: rgb(196 181 253 / 0.95);
}
.border-e-violet-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-e-violet-400\/0 {
  border-inline-end-color: rgb(167 139 250 / 0);
}
.border-e-violet-400\/10 {
  border-inline-end-color: rgb(167 139 250 / 0.1);
}
.border-e-violet-400\/100 {
  border-inline-end-color: rgb(167 139 250 / 1);
}
.border-e-violet-400\/15 {
  border-inline-end-color: rgb(167 139 250 / 0.15);
}
.border-e-violet-400\/20 {
  border-inline-end-color: rgb(167 139 250 / 0.2);
}
.border-e-violet-400\/25 {
  border-inline-end-color: rgb(167 139 250 / 0.25);
}
.border-e-violet-400\/30 {
  border-inline-end-color: rgb(167 139 250 / 0.3);
}
.border-e-violet-400\/35 {
  border-inline-end-color: rgb(167 139 250 / 0.35);
}
.border-e-violet-400\/40 {
  border-inline-end-color: rgb(167 139 250 / 0.4);
}
.border-e-violet-400\/45 {
  border-inline-end-color: rgb(167 139 250 / 0.45);
}
.border-e-violet-400\/5 {
  border-inline-end-color: rgb(167 139 250 / 0.05);
}
.border-e-violet-400\/50 {
  border-inline-end-color: rgb(167 139 250 / 0.5);
}
.border-e-violet-400\/55 {
  border-inline-end-color: rgb(167 139 250 / 0.55);
}
.border-e-violet-400\/60 {
  border-inline-end-color: rgb(167 139 250 / 0.6);
}
.border-e-violet-400\/65 {
  border-inline-end-color: rgb(167 139 250 / 0.65);
}
.border-e-violet-400\/70 {
  border-inline-end-color: rgb(167 139 250 / 0.7);
}
.border-e-violet-400\/75 {
  border-inline-end-color: rgb(167 139 250 / 0.75);
}
.border-e-violet-400\/80 {
  border-inline-end-color: rgb(167 139 250 / 0.8);
}
.border-e-violet-400\/85 {
  border-inline-end-color: rgb(167 139 250 / 0.85);
}
.border-e-violet-400\/90 {
  border-inline-end-color: rgb(167 139 250 / 0.9);
}
.border-e-violet-400\/95 {
  border-inline-end-color: rgb(167 139 250 / 0.95);
}
.border-e-violet-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-e-violet-50\/0 {
  border-inline-end-color: rgb(245 243 255 / 0);
}
.border-e-violet-50\/10 {
  border-inline-end-color: rgb(245 243 255 / 0.1);
}
.border-e-violet-50\/100 {
  border-inline-end-color: rgb(245 243 255 / 1);
}
.border-e-violet-50\/15 {
  border-inline-end-color: rgb(245 243 255 / 0.15);
}
.border-e-violet-50\/20 {
  border-inline-end-color: rgb(245 243 255 / 0.2);
}
.border-e-violet-50\/25 {
  border-inline-end-color: rgb(245 243 255 / 0.25);
}
.border-e-violet-50\/30 {
  border-inline-end-color: rgb(245 243 255 / 0.3);
}
.border-e-violet-50\/35 {
  border-inline-end-color: rgb(245 243 255 / 0.35);
}
.border-e-violet-50\/40 {
  border-inline-end-color: rgb(245 243 255 / 0.4);
}
.border-e-violet-50\/45 {
  border-inline-end-color: rgb(245 243 255 / 0.45);
}
.border-e-violet-50\/5 {
  border-inline-end-color: rgb(245 243 255 / 0.05);
}
.border-e-violet-50\/50 {
  border-inline-end-color: rgb(245 243 255 / 0.5);
}
.border-e-violet-50\/55 {
  border-inline-end-color: rgb(245 243 255 / 0.55);
}
.border-e-violet-50\/60 {
  border-inline-end-color: rgb(245 243 255 / 0.6);
}
.border-e-violet-50\/65 {
  border-inline-end-color: rgb(245 243 255 / 0.65);
}
.border-e-violet-50\/70 {
  border-inline-end-color: rgb(245 243 255 / 0.7);
}
.border-e-violet-50\/75 {
  border-inline-end-color: rgb(245 243 255 / 0.75);
}
.border-e-violet-50\/80 {
  border-inline-end-color: rgb(245 243 255 / 0.8);
}
.border-e-violet-50\/85 {
  border-inline-end-color: rgb(245 243 255 / 0.85);
}
.border-e-violet-50\/90 {
  border-inline-end-color: rgb(245 243 255 / 0.9);
}
.border-e-violet-50\/95 {
  border-inline-end-color: rgb(245 243 255 / 0.95);
}
.border-e-violet-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-e-violet-500\/0 {
  border-inline-end-color: rgb(139 92 246 / 0);
}
.border-e-violet-500\/10 {
  border-inline-end-color: rgb(139 92 246 / 0.1);
}
.border-e-violet-500\/100 {
  border-inline-end-color: rgb(139 92 246 / 1);
}
.border-e-violet-500\/15 {
  border-inline-end-color: rgb(139 92 246 / 0.15);
}
.border-e-violet-500\/20 {
  border-inline-end-color: rgb(139 92 246 / 0.2);
}
.border-e-violet-500\/25 {
  border-inline-end-color: rgb(139 92 246 / 0.25);
}
.border-e-violet-500\/30 {
  border-inline-end-color: rgb(139 92 246 / 0.3);
}
.border-e-violet-500\/35 {
  border-inline-end-color: rgb(139 92 246 / 0.35);
}
.border-e-violet-500\/40 {
  border-inline-end-color: rgb(139 92 246 / 0.4);
}
.border-e-violet-500\/45 {
  border-inline-end-color: rgb(139 92 246 / 0.45);
}
.border-e-violet-500\/5 {
  border-inline-end-color: rgb(139 92 246 / 0.05);
}
.border-e-violet-500\/50 {
  border-inline-end-color: rgb(139 92 246 / 0.5);
}
.border-e-violet-500\/55 {
  border-inline-end-color: rgb(139 92 246 / 0.55);
}
.border-e-violet-500\/60 {
  border-inline-end-color: rgb(139 92 246 / 0.6);
}
.border-e-violet-500\/65 {
  border-inline-end-color: rgb(139 92 246 / 0.65);
}
.border-e-violet-500\/70 {
  border-inline-end-color: rgb(139 92 246 / 0.7);
}
.border-e-violet-500\/75 {
  border-inline-end-color: rgb(139 92 246 / 0.75);
}
.border-e-violet-500\/80 {
  border-inline-end-color: rgb(139 92 246 / 0.8);
}
.border-e-violet-500\/85 {
  border-inline-end-color: rgb(139 92 246 / 0.85);
}
.border-e-violet-500\/90 {
  border-inline-end-color: rgb(139 92 246 / 0.9);
}
.border-e-violet-500\/95 {
  border-inline-end-color: rgb(139 92 246 / 0.95);
}
.border-e-violet-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-e-violet-600\/0 {
  border-inline-end-color: rgb(124 58 237 / 0);
}
.border-e-violet-600\/10 {
  border-inline-end-color: rgb(124 58 237 / 0.1);
}
.border-e-violet-600\/100 {
  border-inline-end-color: rgb(124 58 237 / 1);
}
.border-e-violet-600\/15 {
  border-inline-end-color: rgb(124 58 237 / 0.15);
}
.border-e-violet-600\/20 {
  border-inline-end-color: rgb(124 58 237 / 0.2);
}
.border-e-violet-600\/25 {
  border-inline-end-color: rgb(124 58 237 / 0.25);
}
.border-e-violet-600\/30 {
  border-inline-end-color: rgb(124 58 237 / 0.3);
}
.border-e-violet-600\/35 {
  border-inline-end-color: rgb(124 58 237 / 0.35);
}
.border-e-violet-600\/40 {
  border-inline-end-color: rgb(124 58 237 / 0.4);
}
.border-e-violet-600\/45 {
  border-inline-end-color: rgb(124 58 237 / 0.45);
}
.border-e-violet-600\/5 {
  border-inline-end-color: rgb(124 58 237 / 0.05);
}
.border-e-violet-600\/50 {
  border-inline-end-color: rgb(124 58 237 / 0.5);
}
.border-e-violet-600\/55 {
  border-inline-end-color: rgb(124 58 237 / 0.55);
}
.border-e-violet-600\/60 {
  border-inline-end-color: rgb(124 58 237 / 0.6);
}
.border-e-violet-600\/65 {
  border-inline-end-color: rgb(124 58 237 / 0.65);
}
.border-e-violet-600\/70 {
  border-inline-end-color: rgb(124 58 237 / 0.7);
}
.border-e-violet-600\/75 {
  border-inline-end-color: rgb(124 58 237 / 0.75);
}
.border-e-violet-600\/80 {
  border-inline-end-color: rgb(124 58 237 / 0.8);
}
.border-e-violet-600\/85 {
  border-inline-end-color: rgb(124 58 237 / 0.85);
}
.border-e-violet-600\/90 {
  border-inline-end-color: rgb(124 58 237 / 0.9);
}
.border-e-violet-600\/95 {
  border-inline-end-color: rgb(124 58 237 / 0.95);
}
.border-e-violet-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-e-violet-700\/0 {
  border-inline-end-color: rgb(109 40 217 / 0);
}
.border-e-violet-700\/10 {
  border-inline-end-color: rgb(109 40 217 / 0.1);
}
.border-e-violet-700\/100 {
  border-inline-end-color: rgb(109 40 217 / 1);
}
.border-e-violet-700\/15 {
  border-inline-end-color: rgb(109 40 217 / 0.15);
}
.border-e-violet-700\/20 {
  border-inline-end-color: rgb(109 40 217 / 0.2);
}
.border-e-violet-700\/25 {
  border-inline-end-color: rgb(109 40 217 / 0.25);
}
.border-e-violet-700\/30 {
  border-inline-end-color: rgb(109 40 217 / 0.3);
}
.border-e-violet-700\/35 {
  border-inline-end-color: rgb(109 40 217 / 0.35);
}
.border-e-violet-700\/40 {
  border-inline-end-color: rgb(109 40 217 / 0.4);
}
.border-e-violet-700\/45 {
  border-inline-end-color: rgb(109 40 217 / 0.45);
}
.border-e-violet-700\/5 {
  border-inline-end-color: rgb(109 40 217 / 0.05);
}
.border-e-violet-700\/50 {
  border-inline-end-color: rgb(109 40 217 / 0.5);
}
.border-e-violet-700\/55 {
  border-inline-end-color: rgb(109 40 217 / 0.55);
}
.border-e-violet-700\/60 {
  border-inline-end-color: rgb(109 40 217 / 0.6);
}
.border-e-violet-700\/65 {
  border-inline-end-color: rgb(109 40 217 / 0.65);
}
.border-e-violet-700\/70 {
  border-inline-end-color: rgb(109 40 217 / 0.7);
}
.border-e-violet-700\/75 {
  border-inline-end-color: rgb(109 40 217 / 0.75);
}
.border-e-violet-700\/80 {
  border-inline-end-color: rgb(109 40 217 / 0.8);
}
.border-e-violet-700\/85 {
  border-inline-end-color: rgb(109 40 217 / 0.85);
}
.border-e-violet-700\/90 {
  border-inline-end-color: rgb(109 40 217 / 0.9);
}
.border-e-violet-700\/95 {
  border-inline-end-color: rgb(109 40 217 / 0.95);
}
.border-e-violet-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-e-violet-800\/0 {
  border-inline-end-color: rgb(91 33 182 / 0);
}
.border-e-violet-800\/10 {
  border-inline-end-color: rgb(91 33 182 / 0.1);
}
.border-e-violet-800\/100 {
  border-inline-end-color: rgb(91 33 182 / 1);
}
.border-e-violet-800\/15 {
  border-inline-end-color: rgb(91 33 182 / 0.15);
}
.border-e-violet-800\/20 {
  border-inline-end-color: rgb(91 33 182 / 0.2);
}
.border-e-violet-800\/25 {
  border-inline-end-color: rgb(91 33 182 / 0.25);
}
.border-e-violet-800\/30 {
  border-inline-end-color: rgb(91 33 182 / 0.3);
}
.border-e-violet-800\/35 {
  border-inline-end-color: rgb(91 33 182 / 0.35);
}
.border-e-violet-800\/40 {
  border-inline-end-color: rgb(91 33 182 / 0.4);
}
.border-e-violet-800\/45 {
  border-inline-end-color: rgb(91 33 182 / 0.45);
}
.border-e-violet-800\/5 {
  border-inline-end-color: rgb(91 33 182 / 0.05);
}
.border-e-violet-800\/50 {
  border-inline-end-color: rgb(91 33 182 / 0.5);
}
.border-e-violet-800\/55 {
  border-inline-end-color: rgb(91 33 182 / 0.55);
}
.border-e-violet-800\/60 {
  border-inline-end-color: rgb(91 33 182 / 0.6);
}
.border-e-violet-800\/65 {
  border-inline-end-color: rgb(91 33 182 / 0.65);
}
.border-e-violet-800\/70 {
  border-inline-end-color: rgb(91 33 182 / 0.7);
}
.border-e-violet-800\/75 {
  border-inline-end-color: rgb(91 33 182 / 0.75);
}
.border-e-violet-800\/80 {
  border-inline-end-color: rgb(91 33 182 / 0.8);
}
.border-e-violet-800\/85 {
  border-inline-end-color: rgb(91 33 182 / 0.85);
}
.border-e-violet-800\/90 {
  border-inline-end-color: rgb(91 33 182 / 0.9);
}
.border-e-violet-800\/95 {
  border-inline-end-color: rgb(91 33 182 / 0.95);
}
.border-e-violet-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-e-violet-900\/0 {
  border-inline-end-color: rgb(76 29 149 / 0);
}
.border-e-violet-900\/10 {
  border-inline-end-color: rgb(76 29 149 / 0.1);
}
.border-e-violet-900\/100 {
  border-inline-end-color: rgb(76 29 149 / 1);
}
.border-e-violet-900\/15 {
  border-inline-end-color: rgb(76 29 149 / 0.15);
}
.border-e-violet-900\/20 {
  border-inline-end-color: rgb(76 29 149 / 0.2);
}
.border-e-violet-900\/25 {
  border-inline-end-color: rgb(76 29 149 / 0.25);
}
.border-e-violet-900\/30 {
  border-inline-end-color: rgb(76 29 149 / 0.3);
}
.border-e-violet-900\/35 {
  border-inline-end-color: rgb(76 29 149 / 0.35);
}
.border-e-violet-900\/40 {
  border-inline-end-color: rgb(76 29 149 / 0.4);
}
.border-e-violet-900\/45 {
  border-inline-end-color: rgb(76 29 149 / 0.45);
}
.border-e-violet-900\/5 {
  border-inline-end-color: rgb(76 29 149 / 0.05);
}
.border-e-violet-900\/50 {
  border-inline-end-color: rgb(76 29 149 / 0.5);
}
.border-e-violet-900\/55 {
  border-inline-end-color: rgb(76 29 149 / 0.55);
}
.border-e-violet-900\/60 {
  border-inline-end-color: rgb(76 29 149 / 0.6);
}
.border-e-violet-900\/65 {
  border-inline-end-color: rgb(76 29 149 / 0.65);
}
.border-e-violet-900\/70 {
  border-inline-end-color: rgb(76 29 149 / 0.7);
}
.border-e-violet-900\/75 {
  border-inline-end-color: rgb(76 29 149 / 0.75);
}
.border-e-violet-900\/80 {
  border-inline-end-color: rgb(76 29 149 / 0.8);
}
.border-e-violet-900\/85 {
  border-inline-end-color: rgb(76 29 149 / 0.85);
}
.border-e-violet-900\/90 {
  border-inline-end-color: rgb(76 29 149 / 0.9);
}
.border-e-violet-900\/95 {
  border-inline-end-color: rgb(76 29 149 / 0.95);
}
.border-e-violet-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-e-violet-950\/0 {
  border-inline-end-color: rgb(46 16 101 / 0);
}
.border-e-violet-950\/10 {
  border-inline-end-color: rgb(46 16 101 / 0.1);
}
.border-e-violet-950\/100 {
  border-inline-end-color: rgb(46 16 101 / 1);
}
.border-e-violet-950\/15 {
  border-inline-end-color: rgb(46 16 101 / 0.15);
}
.border-e-violet-950\/20 {
  border-inline-end-color: rgb(46 16 101 / 0.2);
}
.border-e-violet-950\/25 {
  border-inline-end-color: rgb(46 16 101 / 0.25);
}
.border-e-violet-950\/30 {
  border-inline-end-color: rgb(46 16 101 / 0.3);
}
.border-e-violet-950\/35 {
  border-inline-end-color: rgb(46 16 101 / 0.35);
}
.border-e-violet-950\/40 {
  border-inline-end-color: rgb(46 16 101 / 0.4);
}
.border-e-violet-950\/45 {
  border-inline-end-color: rgb(46 16 101 / 0.45);
}
.border-e-violet-950\/5 {
  border-inline-end-color: rgb(46 16 101 / 0.05);
}
.border-e-violet-950\/50 {
  border-inline-end-color: rgb(46 16 101 / 0.5);
}
.border-e-violet-950\/55 {
  border-inline-end-color: rgb(46 16 101 / 0.55);
}
.border-e-violet-950\/60 {
  border-inline-end-color: rgb(46 16 101 / 0.6);
}
.border-e-violet-950\/65 {
  border-inline-end-color: rgb(46 16 101 / 0.65);
}
.border-e-violet-950\/70 {
  border-inline-end-color: rgb(46 16 101 / 0.7);
}
.border-e-violet-950\/75 {
  border-inline-end-color: rgb(46 16 101 / 0.75);
}
.border-e-violet-950\/80 {
  border-inline-end-color: rgb(46 16 101 / 0.8);
}
.border-e-violet-950\/85 {
  border-inline-end-color: rgb(46 16 101 / 0.85);
}
.border-e-violet-950\/90 {
  border-inline-end-color: rgb(46 16 101 / 0.9);
}
.border-e-violet-950\/95 {
  border-inline-end-color: rgb(46 16 101 / 0.95);
}
.border-e-white {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-e-white\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-white\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-white\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-white\/15 {
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.border-e-white\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-white\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-white\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-white\/35 {
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.border-e-white\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-white\/45 {
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.border-e-white\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-white\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-white\/55 {
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.border-e-white\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-white\/65 {
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.border-e-white\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-white\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-white\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-white\/85 {
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.border-e-white\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-white\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0);
}
.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}
.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1);
}
.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15);
}
.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}
.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}
.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}
.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35);
}
.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}
.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45);
}
.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}
.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}
.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55);
}
.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}
.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65);
}
.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}
.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}
.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}
.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85);
}
.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}
.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}
.border-e-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0);
}
.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}
.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1);
}
.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15);
}
.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}
.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}
.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}
.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35);
}
.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}
.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45);
}
.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}
.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}
.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55);
}
.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}
.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65);
}
.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}
.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}
.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}
.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85);
}
.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}
.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}
.border-e-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(253 224 71 / 0);
}
.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}
.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(253 224 71 / 1);
}
.border-e-yellow-300\/15 {
  border-inline-end-color: rgb(253 224 71 / 0.15);
}
.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}
.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}
.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}
.border-e-yellow-300\/35 {
  border-inline-end-color: rgb(253 224 71 / 0.35);
}
.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}
.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(253 224 71 / 0.45);
}
.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}
.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}
.border-e-yellow-300\/55 {
  border-inline-end-color: rgb(253 224 71 / 0.55);
}
.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}
.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(253 224 71 / 0.65);
}
.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}
.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}
.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}
.border-e-yellow-300\/85 {
  border-inline-end-color: rgb(253 224 71 / 0.85);
}
.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}
.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}
.border-e-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0);
}
.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}
.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1);
}
.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15);
}
.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}
.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}
.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}
.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35);
}
.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}
.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45);
}
.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}
.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}
.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55);
}
.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}
.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65);
}
.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}
.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}
.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}
.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85);
}
.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}
.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}
.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(254 252 232 / 0);
}
.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}
.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(254 252 232 / 1);
}
.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15);
}
.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}
.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}
.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}
.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35);
}
.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}
.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45);
}
.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}
.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}
.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55);
}
.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}
.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65);
}
.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}
.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}
.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}
.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85);
}
.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}
.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}
.border-e-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(234 179 8 / 0);
}
.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}
.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(234 179 8 / 1);
}
.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15);
}
.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}
.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}
.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}
.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35);
}
.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}
.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45);
}
.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}
.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}
.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55);
}
.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}
.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65);
}
.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}
.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}
.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}
.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85);
}
.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}
.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}
.border-e-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(202 138 4 / 0);
}
.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}
.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(202 138 4 / 1);
}
.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15);
}
.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}
.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}
.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}
.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35);
}
.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}
.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45);
}
.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}
.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}
.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55);
}
.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}
.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65);
}
.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}
.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}
.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}
.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85);
}
.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}
.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}
.border-e-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-e-yellow-700\/0 {
  border-inline-end-color: rgb(161 98 7 / 0);
}
.border-e-yellow-700\/10 {
  border-inline-end-color: rgb(161 98 7 / 0.1);
}
.border-e-yellow-700\/100 {
  border-inline-end-color: rgb(161 98 7 / 1);
}
.border-e-yellow-700\/15 {
  border-inline-end-color: rgb(161 98 7 / 0.15);
}
.border-e-yellow-700\/20 {
  border-inline-end-color: rgb(161 98 7 / 0.2);
}
.border-e-yellow-700\/25 {
  border-inline-end-color: rgb(161 98 7 / 0.25);
}
.border-e-yellow-700\/30 {
  border-inline-end-color: rgb(161 98 7 / 0.3);
}
.border-e-yellow-700\/35 {
  border-inline-end-color: rgb(161 98 7 / 0.35);
}
.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}
.border-e-yellow-700\/45 {
  border-inline-end-color: rgb(161 98 7 / 0.45);
}
.border-e-yellow-700\/5 {
  border-inline-end-color: rgb(161 98 7 / 0.05);
}
.border-e-yellow-700\/50 {
  border-inline-end-color: rgb(161 98 7 / 0.5);
}
.border-e-yellow-700\/55 {
  border-inline-end-color: rgb(161 98 7 / 0.55);
}
.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}
.border-e-yellow-700\/65 {
  border-inline-end-color: rgb(161 98 7 / 0.65);
}
.border-e-yellow-700\/70 {
  border-inline-end-color: rgb(161 98 7 / 0.7);
}
.border-e-yellow-700\/75 {
  border-inline-end-color: rgb(161 98 7 / 0.75);
}
.border-e-yellow-700\/80 {
  border-inline-end-color: rgb(161 98 7 / 0.8);
}
.border-e-yellow-700\/85 {
  border-inline-end-color: rgb(161 98 7 / 0.85);
}
.border-e-yellow-700\/90 {
  border-inline-end-color: rgb(161 98 7 / 0.9);
}
.border-e-yellow-700\/95 {
  border-inline-end-color: rgb(161 98 7 / 0.95);
}
.border-e-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0);
}
.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}
.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1);
}
.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15);
}
.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}
.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}
.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}
.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35);
}
.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}
.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45);
}
.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}
.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}
.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55);
}
.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}
.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65);
}
.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}
.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}
.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}
.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85);
}
.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}
.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}
.border-e-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-e-yellow-900\/0 {
  border-inline-end-color: rgb(113 63 18 / 0);
}
.border-e-yellow-900\/10 {
  border-inline-end-color: rgb(113 63 18 / 0.1);
}
.border-e-yellow-900\/100 {
  border-inline-end-color: rgb(113 63 18 / 1);
}
.border-e-yellow-900\/15 {
  border-inline-end-color: rgb(113 63 18 / 0.15);
}
.border-e-yellow-900\/20 {
  border-inline-end-color: rgb(113 63 18 / 0.2);
}
.border-e-yellow-900\/25 {
  border-inline-end-color: rgb(113 63 18 / 0.25);
}
.border-e-yellow-900\/30 {
  border-inline-end-color: rgb(113 63 18 / 0.3);
}
.border-e-yellow-900\/35 {
  border-inline-end-color: rgb(113 63 18 / 0.35);
}
.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}
.border-e-yellow-900\/45 {
  border-inline-end-color: rgb(113 63 18 / 0.45);
}
.border-e-yellow-900\/5 {
  border-inline-end-color: rgb(113 63 18 / 0.05);
}
.border-e-yellow-900\/50 {
  border-inline-end-color: rgb(113 63 18 / 0.5);
}
.border-e-yellow-900\/55 {
  border-inline-end-color: rgb(113 63 18 / 0.55);
}
.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}
.border-e-yellow-900\/65 {
  border-inline-end-color: rgb(113 63 18 / 0.65);
}
.border-e-yellow-900\/70 {
  border-inline-end-color: rgb(113 63 18 / 0.7);
}
.border-e-yellow-900\/75 {
  border-inline-end-color: rgb(113 63 18 / 0.75);
}
.border-e-yellow-900\/80 {
  border-inline-end-color: rgb(113 63 18 / 0.8);
}
.border-e-yellow-900\/85 {
  border-inline-end-color: rgb(113 63 18 / 0.85);
}
.border-e-yellow-900\/90 {
  border-inline-end-color: rgb(113 63 18 / 0.9);
}
.border-e-yellow-900\/95 {
  border-inline-end-color: rgb(113 63 18 / 0.95);
}
.border-e-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-e-yellow-950\/0 {
  border-inline-end-color: rgb(66 32 6 / 0);
}
.border-e-yellow-950\/10 {
  border-inline-end-color: rgb(66 32 6 / 0.1);
}
.border-e-yellow-950\/100 {
  border-inline-end-color: rgb(66 32 6 / 1);
}
.border-e-yellow-950\/15 {
  border-inline-end-color: rgb(66 32 6 / 0.15);
}
.border-e-yellow-950\/20 {
  border-inline-end-color: rgb(66 32 6 / 0.2);
}
.border-e-yellow-950\/25 {
  border-inline-end-color: rgb(66 32 6 / 0.25);
}
.border-e-yellow-950\/30 {
  border-inline-end-color: rgb(66 32 6 / 0.3);
}
.border-e-yellow-950\/35 {
  border-inline-end-color: rgb(66 32 6 / 0.35);
}
.border-e-yellow-950\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}
.border-e-yellow-950\/45 {
  border-inline-end-color: rgb(66 32 6 / 0.45);
}
.border-e-yellow-950\/5 {
  border-inline-end-color: rgb(66 32 6 / 0.05);
}
.border-e-yellow-950\/50 {
  border-inline-end-color: rgb(66 32 6 / 0.5);
}
.border-e-yellow-950\/55 {
  border-inline-end-color: rgb(66 32 6 / 0.55);
}
.border-e-yellow-950\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}
.border-e-yellow-950\/65 {
  border-inline-end-color: rgb(66 32 6 / 0.65);
}
.border-e-yellow-950\/70 {
  border-inline-end-color: rgb(66 32 6 / 0.7);
}
.border-e-yellow-950\/75 {
  border-inline-end-color: rgb(66 32 6 / 0.75);
}
.border-e-yellow-950\/80 {
  border-inline-end-color: rgb(66 32 6 / 0.8);
}
.border-e-yellow-950\/85 {
  border-inline-end-color: rgb(66 32 6 / 0.85);
}
.border-e-yellow-950\/90 {
  border-inline-end-color: rgb(66 32 6 / 0.9);
}
.border-e-yellow-950\/95 {
  border-inline-end-color: rgb(66 32 6 / 0.95);
}
.border-e-zinc-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-e-zinc-100\/0 {
  border-inline-end-color: rgb(244 244 245 / 0);
}
.border-e-zinc-100\/10 {
  border-inline-end-color: rgb(244 244 245 / 0.1);
}
.border-e-zinc-100\/100 {
  border-inline-end-color: rgb(244 244 245 / 1);
}
.border-e-zinc-100\/15 {
  border-inline-end-color: rgb(244 244 245 / 0.15);
}
.border-e-zinc-100\/20 {
  border-inline-end-color: rgb(244 244 245 / 0.2);
}
.border-e-zinc-100\/25 {
  border-inline-end-color: rgb(244 244 245 / 0.25);
}
.border-e-zinc-100\/30 {
  border-inline-end-color: rgb(244 244 245 / 0.3);
}
.border-e-zinc-100\/35 {
  border-inline-end-color: rgb(244 244 245 / 0.35);
}
.border-e-zinc-100\/40 {
  border-inline-end-color: rgb(244 244 245 / 0.4);
}
.border-e-zinc-100\/45 {
  border-inline-end-color: rgb(244 244 245 / 0.45);
}
.border-e-zinc-100\/5 {
  border-inline-end-color: rgb(244 244 245 / 0.05);
}
.border-e-zinc-100\/50 {
  border-inline-end-color: rgb(244 244 245 / 0.5);
}
.border-e-zinc-100\/55 {
  border-inline-end-color: rgb(244 244 245 / 0.55);
}
.border-e-zinc-100\/60 {
  border-inline-end-color: rgb(244 244 245 / 0.6);
}
.border-e-zinc-100\/65 {
  border-inline-end-color: rgb(244 244 245 / 0.65);
}
.border-e-zinc-100\/70 {
  border-inline-end-color: rgb(244 244 245 / 0.7);
}
.border-e-zinc-100\/75 {
  border-inline-end-color: rgb(244 244 245 / 0.75);
}
.border-e-zinc-100\/80 {
  border-inline-end-color: rgb(244 244 245 / 0.8);
}
.border-e-zinc-100\/85 {
  border-inline-end-color: rgb(244 244 245 / 0.85);
}
.border-e-zinc-100\/90 {
  border-inline-end-color: rgb(244 244 245 / 0.9);
}
.border-e-zinc-100\/95 {
  border-inline-end-color: rgb(244 244 245 / 0.95);
}
.border-e-zinc-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-e-zinc-200\/0 {
  border-inline-end-color: rgb(228 228 231 / 0);
}
.border-e-zinc-200\/10 {
  border-inline-end-color: rgb(228 228 231 / 0.1);
}
.border-e-zinc-200\/100 {
  border-inline-end-color: rgb(228 228 231 / 1);
}
.border-e-zinc-200\/15 {
  border-inline-end-color: rgb(228 228 231 / 0.15);
}
.border-e-zinc-200\/20 {
  border-inline-end-color: rgb(228 228 231 / 0.2);
}
.border-e-zinc-200\/25 {
  border-inline-end-color: rgb(228 228 231 / 0.25);
}
.border-e-zinc-200\/30 {
  border-inline-end-color: rgb(228 228 231 / 0.3);
}
.border-e-zinc-200\/35 {
  border-inline-end-color: rgb(228 228 231 / 0.35);
}
.border-e-zinc-200\/40 {
  border-inline-end-color: rgb(228 228 231 / 0.4);
}
.border-e-zinc-200\/45 {
  border-inline-end-color: rgb(228 228 231 / 0.45);
}
.border-e-zinc-200\/5 {
  border-inline-end-color: rgb(228 228 231 / 0.05);
}
.border-e-zinc-200\/50 {
  border-inline-end-color: rgb(228 228 231 / 0.5);
}
.border-e-zinc-200\/55 {
  border-inline-end-color: rgb(228 228 231 / 0.55);
}
.border-e-zinc-200\/60 {
  border-inline-end-color: rgb(228 228 231 / 0.6);
}
.border-e-zinc-200\/65 {
  border-inline-end-color: rgb(228 228 231 / 0.65);
}
.border-e-zinc-200\/70 {
  border-inline-end-color: rgb(228 228 231 / 0.7);
}
.border-e-zinc-200\/75 {
  border-inline-end-color: rgb(228 228 231 / 0.75);
}
.border-e-zinc-200\/80 {
  border-inline-end-color: rgb(228 228 231 / 0.8);
}
.border-e-zinc-200\/85 {
  border-inline-end-color: rgb(228 228 231 / 0.85);
}
.border-e-zinc-200\/90 {
  border-inline-end-color: rgb(228 228 231 / 0.9);
}
.border-e-zinc-200\/95 {
  border-inline-end-color: rgb(228 228 231 / 0.95);
}
.border-e-zinc-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-e-zinc-300\/0 {
  border-inline-end-color: rgb(212 212 216 / 0);
}
.border-e-zinc-300\/10 {
  border-inline-end-color: rgb(212 212 216 / 0.1);
}
.border-e-zinc-300\/100 {
  border-inline-end-color: rgb(212 212 216 / 1);
}
.border-e-zinc-300\/15 {
  border-inline-end-color: rgb(212 212 216 / 0.15);
}
.border-e-zinc-300\/20 {
  border-inline-end-color: rgb(212 212 216 / 0.2);
}
.border-e-zinc-300\/25 {
  border-inline-end-color: rgb(212 212 216 / 0.25);
}
.border-e-zinc-300\/30 {
  border-inline-end-color: rgb(212 212 216 / 0.3);
}
.border-e-zinc-300\/35 {
  border-inline-end-color: rgb(212 212 216 / 0.35);
}
.border-e-zinc-300\/40 {
  border-inline-end-color: rgb(212 212 216 / 0.4);
}
.border-e-zinc-300\/45 {
  border-inline-end-color: rgb(212 212 216 / 0.45);
}
.border-e-zinc-300\/5 {
  border-inline-end-color: rgb(212 212 216 / 0.05);
}
.border-e-zinc-300\/50 {
  border-inline-end-color: rgb(212 212 216 / 0.5);
}
.border-e-zinc-300\/55 {
  border-inline-end-color: rgb(212 212 216 / 0.55);
}
.border-e-zinc-300\/60 {
  border-inline-end-color: rgb(212 212 216 / 0.6);
}
.border-e-zinc-300\/65 {
  border-inline-end-color: rgb(212 212 216 / 0.65);
}
.border-e-zinc-300\/70 {
  border-inline-end-color: rgb(212 212 216 / 0.7);
}
.border-e-zinc-300\/75 {
  border-inline-end-color: rgb(212 212 216 / 0.75);
}
.border-e-zinc-300\/80 {
  border-inline-end-color: rgb(212 212 216 / 0.8);
}
.border-e-zinc-300\/85 {
  border-inline-end-color: rgb(212 212 216 / 0.85);
}
.border-e-zinc-300\/90 {
  border-inline-end-color: rgb(212 212 216 / 0.9);
}
.border-e-zinc-300\/95 {
  border-inline-end-color: rgb(212 212 216 / 0.95);
}
.border-e-zinc-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-e-zinc-400\/0 {
  border-inline-end-color: rgb(161 161 170 / 0);
}
.border-e-zinc-400\/10 {
  border-inline-end-color: rgb(161 161 170 / 0.1);
}
.border-e-zinc-400\/100 {
  border-inline-end-color: rgb(161 161 170 / 1);
}
.border-e-zinc-400\/15 {
  border-inline-end-color: rgb(161 161 170 / 0.15);
}
.border-e-zinc-400\/20 {
  border-inline-end-color: rgb(161 161 170 / 0.2);
}
.border-e-zinc-400\/25 {
  border-inline-end-color: rgb(161 161 170 / 0.25);
}
.border-e-zinc-400\/30 {
  border-inline-end-color: rgb(161 161 170 / 0.3);
}
.border-e-zinc-400\/35 {
  border-inline-end-color: rgb(161 161 170 / 0.35);
}
.border-e-zinc-400\/40 {
  border-inline-end-color: rgb(161 161 170 / 0.4);
}
.border-e-zinc-400\/45 {
  border-inline-end-color: rgb(161 161 170 / 0.45);
}
.border-e-zinc-400\/5 {
  border-inline-end-color: rgb(161 161 170 / 0.05);
}
.border-e-zinc-400\/50 {
  border-inline-end-color: rgb(161 161 170 / 0.5);
}
.border-e-zinc-400\/55 {
  border-inline-end-color: rgb(161 161 170 / 0.55);
}
.border-e-zinc-400\/60 {
  border-inline-end-color: rgb(161 161 170 / 0.6);
}
.border-e-zinc-400\/65 {
  border-inline-end-color: rgb(161 161 170 / 0.65);
}
.border-e-zinc-400\/70 {
  border-inline-end-color: rgb(161 161 170 / 0.7);
}
.border-e-zinc-400\/75 {
  border-inline-end-color: rgb(161 161 170 / 0.75);
}
.border-e-zinc-400\/80 {
  border-inline-end-color: rgb(161 161 170 / 0.8);
}
.border-e-zinc-400\/85 {
  border-inline-end-color: rgb(161 161 170 / 0.85);
}
.border-e-zinc-400\/90 {
  border-inline-end-color: rgb(161 161 170 / 0.9);
}
.border-e-zinc-400\/95 {
  border-inline-end-color: rgb(161 161 170 / 0.95);
}
.border-e-zinc-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-e-zinc-50\/0 {
  border-inline-end-color: rgb(250 250 250 / 0);
}
.border-e-zinc-50\/10 {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}
.border-e-zinc-50\/100 {
  border-inline-end-color: rgb(250 250 250 / 1);
}
.border-e-zinc-50\/15 {
  border-inline-end-color: rgb(250 250 250 / 0.15);
}
.border-e-zinc-50\/20 {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}
.border-e-zinc-50\/25 {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}
.border-e-zinc-50\/30 {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}
.border-e-zinc-50\/35 {
  border-inline-end-color: rgb(250 250 250 / 0.35);
}
.border-e-zinc-50\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.border-e-zinc-50\/45 {
  border-inline-end-color: rgb(250 250 250 / 0.45);
}
.border-e-zinc-50\/5 {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}
.border-e-zinc-50\/50 {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}
.border-e-zinc-50\/55 {
  border-inline-end-color: rgb(250 250 250 / 0.55);
}
.border-e-zinc-50\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.border-e-zinc-50\/65 {
  border-inline-end-color: rgb(250 250 250 / 0.65);
}
.border-e-zinc-50\/70 {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}
.border-e-zinc-50\/75 {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}
.border-e-zinc-50\/80 {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}
.border-e-zinc-50\/85 {
  border-inline-end-color: rgb(250 250 250 / 0.85);
}
.border-e-zinc-50\/90 {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}
.border-e-zinc-50\/95 {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}
.border-e-zinc-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-e-zinc-500\/0 {
  border-inline-end-color: rgb(113 113 122 / 0);
}
.border-e-zinc-500\/10 {
  border-inline-end-color: rgb(113 113 122 / 0.1);
}
.border-e-zinc-500\/100 {
  border-inline-end-color: rgb(113 113 122 / 1);
}
.border-e-zinc-500\/15 {
  border-inline-end-color: rgb(113 113 122 / 0.15);
}
.border-e-zinc-500\/20 {
  border-inline-end-color: rgb(113 113 122 / 0.2);
}
.border-e-zinc-500\/25 {
  border-inline-end-color: rgb(113 113 122 / 0.25);
}
.border-e-zinc-500\/30 {
  border-inline-end-color: rgb(113 113 122 / 0.3);
}
.border-e-zinc-500\/35 {
  border-inline-end-color: rgb(113 113 122 / 0.35);
}
.border-e-zinc-500\/40 {
  border-inline-end-color: rgb(113 113 122 / 0.4);
}
.border-e-zinc-500\/45 {
  border-inline-end-color: rgb(113 113 122 / 0.45);
}
.border-e-zinc-500\/5 {
  border-inline-end-color: rgb(113 113 122 / 0.05);
}
.border-e-zinc-500\/50 {
  border-inline-end-color: rgb(113 113 122 / 0.5);
}
.border-e-zinc-500\/55 {
  border-inline-end-color: rgb(113 113 122 / 0.55);
}
.border-e-zinc-500\/60 {
  border-inline-end-color: rgb(113 113 122 / 0.6);
}
.border-e-zinc-500\/65 {
  border-inline-end-color: rgb(113 113 122 / 0.65);
}
.border-e-zinc-500\/70 {
  border-inline-end-color: rgb(113 113 122 / 0.7);
}
.border-e-zinc-500\/75 {
  border-inline-end-color: rgb(113 113 122 / 0.75);
}
.border-e-zinc-500\/80 {
  border-inline-end-color: rgb(113 113 122 / 0.8);
}
.border-e-zinc-500\/85 {
  border-inline-end-color: rgb(113 113 122 / 0.85);
}
.border-e-zinc-500\/90 {
  border-inline-end-color: rgb(113 113 122 / 0.9);
}
.border-e-zinc-500\/95 {
  border-inline-end-color: rgb(113 113 122 / 0.95);
}
.border-e-zinc-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-e-zinc-600\/0 {
  border-inline-end-color: rgb(82 82 91 / 0);
}
.border-e-zinc-600\/10 {
  border-inline-end-color: rgb(82 82 91 / 0.1);
}
.border-e-zinc-600\/100 {
  border-inline-end-color: rgb(82 82 91 / 1);
}
.border-e-zinc-600\/15 {
  border-inline-end-color: rgb(82 82 91 / 0.15);
}
.border-e-zinc-600\/20 {
  border-inline-end-color: rgb(82 82 91 / 0.2);
}
.border-e-zinc-600\/25 {
  border-inline-end-color: rgb(82 82 91 / 0.25);
}
.border-e-zinc-600\/30 {
  border-inline-end-color: rgb(82 82 91 / 0.3);
}
.border-e-zinc-600\/35 {
  border-inline-end-color: rgb(82 82 91 / 0.35);
}
.border-e-zinc-600\/40 {
  border-inline-end-color: rgb(82 82 91 / 0.4);
}
.border-e-zinc-600\/45 {
  border-inline-end-color: rgb(82 82 91 / 0.45);
}
.border-e-zinc-600\/5 {
  border-inline-end-color: rgb(82 82 91 / 0.05);
}
.border-e-zinc-600\/50 {
  border-inline-end-color: rgb(82 82 91 / 0.5);
}
.border-e-zinc-600\/55 {
  border-inline-end-color: rgb(82 82 91 / 0.55);
}
.border-e-zinc-600\/60 {
  border-inline-end-color: rgb(82 82 91 / 0.6);
}
.border-e-zinc-600\/65 {
  border-inline-end-color: rgb(82 82 91 / 0.65);
}
.border-e-zinc-600\/70 {
  border-inline-end-color: rgb(82 82 91 / 0.7);
}
.border-e-zinc-600\/75 {
  border-inline-end-color: rgb(82 82 91 / 0.75);
}
.border-e-zinc-600\/80 {
  border-inline-end-color: rgb(82 82 91 / 0.8);
}
.border-e-zinc-600\/85 {
  border-inline-end-color: rgb(82 82 91 / 0.85);
}
.border-e-zinc-600\/90 {
  border-inline-end-color: rgb(82 82 91 / 0.9);
}
.border-e-zinc-600\/95 {
  border-inline-end-color: rgb(82 82 91 / 0.95);
}
.border-e-zinc-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-e-zinc-700\/0 {
  border-inline-end-color: rgb(63 63 70 / 0);
}
.border-e-zinc-700\/10 {
  border-inline-end-color: rgb(63 63 70 / 0.1);
}
.border-e-zinc-700\/100 {
  border-inline-end-color: rgb(63 63 70 / 1);
}
.border-e-zinc-700\/15 {
  border-inline-end-color: rgb(63 63 70 / 0.15);
}
.border-e-zinc-700\/20 {
  border-inline-end-color: rgb(63 63 70 / 0.2);
}
.border-e-zinc-700\/25 {
  border-inline-end-color: rgb(63 63 70 / 0.25);
}
.border-e-zinc-700\/30 {
  border-inline-end-color: rgb(63 63 70 / 0.3);
}
.border-e-zinc-700\/35 {
  border-inline-end-color: rgb(63 63 70 / 0.35);
}
.border-e-zinc-700\/40 {
  border-inline-end-color: rgb(63 63 70 / 0.4);
}
.border-e-zinc-700\/45 {
  border-inline-end-color: rgb(63 63 70 / 0.45);
}
.border-e-zinc-700\/5 {
  border-inline-end-color: rgb(63 63 70 / 0.05);
}
.border-e-zinc-700\/50 {
  border-inline-end-color: rgb(63 63 70 / 0.5);
}
.border-e-zinc-700\/55 {
  border-inline-end-color: rgb(63 63 70 / 0.55);
}
.border-e-zinc-700\/60 {
  border-inline-end-color: rgb(63 63 70 / 0.6);
}
.border-e-zinc-700\/65 {
  border-inline-end-color: rgb(63 63 70 / 0.65);
}
.border-e-zinc-700\/70 {
  border-inline-end-color: rgb(63 63 70 / 0.7);
}
.border-e-zinc-700\/75 {
  border-inline-end-color: rgb(63 63 70 / 0.75);
}
.border-e-zinc-700\/80 {
  border-inline-end-color: rgb(63 63 70 / 0.8);
}
.border-e-zinc-700\/85 {
  border-inline-end-color: rgb(63 63 70 / 0.85);
}
.border-e-zinc-700\/90 {
  border-inline-end-color: rgb(63 63 70 / 0.9);
}
.border-e-zinc-700\/95 {
  border-inline-end-color: rgb(63 63 70 / 0.95);
}
.border-e-zinc-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-e-zinc-800\/0 {
  border-inline-end-color: rgb(39 39 42 / 0);
}
.border-e-zinc-800\/10 {
  border-inline-end-color: rgb(39 39 42 / 0.1);
}
.border-e-zinc-800\/100 {
  border-inline-end-color: rgb(39 39 42 / 1);
}
.border-e-zinc-800\/15 {
  border-inline-end-color: rgb(39 39 42 / 0.15);
}
.border-e-zinc-800\/20 {
  border-inline-end-color: rgb(39 39 42 / 0.2);
}
.border-e-zinc-800\/25 {
  border-inline-end-color: rgb(39 39 42 / 0.25);
}
.border-e-zinc-800\/30 {
  border-inline-end-color: rgb(39 39 42 / 0.3);
}
.border-e-zinc-800\/35 {
  border-inline-end-color: rgb(39 39 42 / 0.35);
}
.border-e-zinc-800\/40 {
  border-inline-end-color: rgb(39 39 42 / 0.4);
}
.border-e-zinc-800\/45 {
  border-inline-end-color: rgb(39 39 42 / 0.45);
}
.border-e-zinc-800\/5 {
  border-inline-end-color: rgb(39 39 42 / 0.05);
}
.border-e-zinc-800\/50 {
  border-inline-end-color: rgb(39 39 42 / 0.5);
}
.border-e-zinc-800\/55 {
  border-inline-end-color: rgb(39 39 42 / 0.55);
}
.border-e-zinc-800\/60 {
  border-inline-end-color: rgb(39 39 42 / 0.6);
}
.border-e-zinc-800\/65 {
  border-inline-end-color: rgb(39 39 42 / 0.65);
}
.border-e-zinc-800\/70 {
  border-inline-end-color: rgb(39 39 42 / 0.7);
}
.border-e-zinc-800\/75 {
  border-inline-end-color: rgb(39 39 42 / 0.75);
}
.border-e-zinc-800\/80 {
  border-inline-end-color: rgb(39 39 42 / 0.8);
}
.border-e-zinc-800\/85 {
  border-inline-end-color: rgb(39 39 42 / 0.85);
}
.border-e-zinc-800\/90 {
  border-inline-end-color: rgb(39 39 42 / 0.9);
}
.border-e-zinc-800\/95 {
  border-inline-end-color: rgb(39 39 42 / 0.95);
}
.border-e-zinc-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-e-zinc-900\/0 {
  border-inline-end-color: rgb(24 24 27 / 0);
}
.border-e-zinc-900\/10 {
  border-inline-end-color: rgb(24 24 27 / 0.1);
}
.border-e-zinc-900\/100 {
  border-inline-end-color: rgb(24 24 27 / 1);
}
.border-e-zinc-900\/15 {
  border-inline-end-color: rgb(24 24 27 / 0.15);
}
.border-e-zinc-900\/20 {
  border-inline-end-color: rgb(24 24 27 / 0.2);
}
.border-e-zinc-900\/25 {
  border-inline-end-color: rgb(24 24 27 / 0.25);
}
.border-e-zinc-900\/30 {
  border-inline-end-color: rgb(24 24 27 / 0.3);
}
.border-e-zinc-900\/35 {
  border-inline-end-color: rgb(24 24 27 / 0.35);
}
.border-e-zinc-900\/40 {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}
.border-e-zinc-900\/45 {
  border-inline-end-color: rgb(24 24 27 / 0.45);
}
.border-e-zinc-900\/5 {
  border-inline-end-color: rgb(24 24 27 / 0.05);
}
.border-e-zinc-900\/50 {
  border-inline-end-color: rgb(24 24 27 / 0.5);
}
.border-e-zinc-900\/55 {
  border-inline-end-color: rgb(24 24 27 / 0.55);
}
.border-e-zinc-900\/60 {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}
.border-e-zinc-900\/65 {
  border-inline-end-color: rgb(24 24 27 / 0.65);
}
.border-e-zinc-900\/70 {
  border-inline-end-color: rgb(24 24 27 / 0.7);
}
.border-e-zinc-900\/75 {
  border-inline-end-color: rgb(24 24 27 / 0.75);
}
.border-e-zinc-900\/80 {
  border-inline-end-color: rgb(24 24 27 / 0.8);
}
.border-e-zinc-900\/85 {
  border-inline-end-color: rgb(24 24 27 / 0.85);
}
.border-e-zinc-900\/90 {
  border-inline-end-color: rgb(24 24 27 / 0.9);
}
.border-e-zinc-900\/95 {
  border-inline-end-color: rgb(24 24 27 / 0.95);
}
.border-e-zinc-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-e-zinc-950\/0 {
  border-inline-end-color: rgb(9 9 11 / 0);
}
.border-e-zinc-950\/10 {
  border-inline-end-color: rgb(9 9 11 / 0.1);
}
.border-e-zinc-950\/100 {
  border-inline-end-color: rgb(9 9 11 / 1);
}
.border-e-zinc-950\/15 {
  border-inline-end-color: rgb(9 9 11 / 0.15);
}
.border-e-zinc-950\/20 {
  border-inline-end-color: rgb(9 9 11 / 0.2);
}
.border-e-zinc-950\/25 {
  border-inline-end-color: rgb(9 9 11 / 0.25);
}
.border-e-zinc-950\/30 {
  border-inline-end-color: rgb(9 9 11 / 0.3);
}
.border-e-zinc-950\/35 {
  border-inline-end-color: rgb(9 9 11 / 0.35);
}
.border-e-zinc-950\/40 {
  border-inline-end-color: rgb(9 9 11 / 0.4);
}
.border-e-zinc-950\/45 {
  border-inline-end-color: rgb(9 9 11 / 0.45);
}
.border-e-zinc-950\/5 {
  border-inline-end-color: rgb(9 9 11 / 0.05);
}
.border-e-zinc-950\/50 {
  border-inline-end-color: rgb(9 9 11 / 0.5);
}
.border-e-zinc-950\/55 {
  border-inline-end-color: rgb(9 9 11 / 0.55);
}
.border-e-zinc-950\/60 {
  border-inline-end-color: rgb(9 9 11 / 0.6);
}
.border-e-zinc-950\/65 {
  border-inline-end-color: rgb(9 9 11 / 0.65);
}
.border-e-zinc-950\/70 {
  border-inline-end-color: rgb(9 9 11 / 0.7);
}
.border-e-zinc-950\/75 {
  border-inline-end-color: rgb(9 9 11 / 0.75);
}
.border-e-zinc-950\/80 {
  border-inline-end-color: rgb(9 9 11 / 0.8);
}
.border-e-zinc-950\/85 {
  border-inline-end-color: rgb(9 9 11 / 0.85);
}
.border-e-zinc-950\/90 {
  border-inline-end-color: rgb(9 9 11 / 0.9);
}
.border-e-zinc-950\/95 {
  border-inline-end-color: rgb(9 9 11 / 0.95);
}
.border-l-amber-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-l-amber-100\/0 {
  border-left-color: rgb(254 243 199 / 0);
}
.border-l-amber-100\/10 {
  border-left-color: rgb(254 243 199 / 0.1);
}
.border-l-amber-100\/100 {
  border-left-color: rgb(254 243 199 / 1);
}
.border-l-amber-100\/15 {
  border-left-color: rgb(254 243 199 / 0.15);
}
.border-l-amber-100\/20 {
  border-left-color: rgb(254 243 199 / 0.2);
}
.border-l-amber-100\/25 {
  border-left-color: rgb(254 243 199 / 0.25);
}
.border-l-amber-100\/30 {
  border-left-color: rgb(254 243 199 / 0.3);
}
.border-l-amber-100\/35 {
  border-left-color: rgb(254 243 199 / 0.35);
}
.border-l-amber-100\/40 {
  border-left-color: rgb(254 243 199 / 0.4);
}
.border-l-amber-100\/45 {
  border-left-color: rgb(254 243 199 / 0.45);
}
.border-l-amber-100\/5 {
  border-left-color: rgb(254 243 199 / 0.05);
}
.border-l-amber-100\/50 {
  border-left-color: rgb(254 243 199 / 0.5);
}
.border-l-amber-100\/55 {
  border-left-color: rgb(254 243 199 / 0.55);
}
.border-l-amber-100\/60 {
  border-left-color: rgb(254 243 199 / 0.6);
}
.border-l-amber-100\/65 {
  border-left-color: rgb(254 243 199 / 0.65);
}
.border-l-amber-100\/70 {
  border-left-color: rgb(254 243 199 / 0.7);
}
.border-l-amber-100\/75 {
  border-left-color: rgb(254 243 199 / 0.75);
}
.border-l-amber-100\/80 {
  border-left-color: rgb(254 243 199 / 0.8);
}
.border-l-amber-100\/85 {
  border-left-color: rgb(254 243 199 / 0.85);
}
.border-l-amber-100\/90 {
  border-left-color: rgb(254 243 199 / 0.9);
}
.border-l-amber-100\/95 {
  border-left-color: rgb(254 243 199 / 0.95);
}
.border-l-amber-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-l-amber-200\/0 {
  border-left-color: rgb(253 230 138 / 0);
}
.border-l-amber-200\/10 {
  border-left-color: rgb(253 230 138 / 0.1);
}
.border-l-amber-200\/100 {
  border-left-color: rgb(253 230 138 / 1);
}
.border-l-amber-200\/15 {
  border-left-color: rgb(253 230 138 / 0.15);
}
.border-l-amber-200\/20 {
  border-left-color: rgb(253 230 138 / 0.2);
}
.border-l-amber-200\/25 {
  border-left-color: rgb(253 230 138 / 0.25);
}
.border-l-amber-200\/30 {
  border-left-color: rgb(253 230 138 / 0.3);
}
.border-l-amber-200\/35 {
  border-left-color: rgb(253 230 138 / 0.35);
}
.border-l-amber-200\/40 {
  border-left-color: rgb(253 230 138 / 0.4);
}
.border-l-amber-200\/45 {
  border-left-color: rgb(253 230 138 / 0.45);
}
.border-l-amber-200\/5 {
  border-left-color: rgb(253 230 138 / 0.05);
}
.border-l-amber-200\/50 {
  border-left-color: rgb(253 230 138 / 0.5);
}
.border-l-amber-200\/55 {
  border-left-color: rgb(253 230 138 / 0.55);
}
.border-l-amber-200\/60 {
  border-left-color: rgb(253 230 138 / 0.6);
}
.border-l-amber-200\/65 {
  border-left-color: rgb(253 230 138 / 0.65);
}
.border-l-amber-200\/70 {
  border-left-color: rgb(253 230 138 / 0.7);
}
.border-l-amber-200\/75 {
  border-left-color: rgb(253 230 138 / 0.75);
}
.border-l-amber-200\/80 {
  border-left-color: rgb(253 230 138 / 0.8);
}
.border-l-amber-200\/85 {
  border-left-color: rgb(253 230 138 / 0.85);
}
.border-l-amber-200\/90 {
  border-left-color: rgb(253 230 138 / 0.9);
}
.border-l-amber-200\/95 {
  border-left-color: rgb(253 230 138 / 0.95);
}
.border-l-amber-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-l-amber-300\/0 {
  border-left-color: rgb(252 211 77 / 0);
}
.border-l-amber-300\/10 {
  border-left-color: rgb(252 211 77 / 0.1);
}
.border-l-amber-300\/100 {
  border-left-color: rgb(252 211 77 / 1);
}
.border-l-amber-300\/15 {
  border-left-color: rgb(252 211 77 / 0.15);
}
.border-l-amber-300\/20 {
  border-left-color: rgb(252 211 77 / 0.2);
}
.border-l-amber-300\/25 {
  border-left-color: rgb(252 211 77 / 0.25);
}
.border-l-amber-300\/30 {
  border-left-color: rgb(252 211 77 / 0.3);
}
.border-l-amber-300\/35 {
  border-left-color: rgb(252 211 77 / 0.35);
}
.border-l-amber-300\/40 {
  border-left-color: rgb(252 211 77 / 0.4);
}
.border-l-amber-300\/45 {
  border-left-color: rgb(252 211 77 / 0.45);
}
.border-l-amber-300\/5 {
  border-left-color: rgb(252 211 77 / 0.05);
}
.border-l-amber-300\/50 {
  border-left-color: rgb(252 211 77 / 0.5);
}
.border-l-amber-300\/55 {
  border-left-color: rgb(252 211 77 / 0.55);
}
.border-l-amber-300\/60 {
  border-left-color: rgb(252 211 77 / 0.6);
}
.border-l-amber-300\/65 {
  border-left-color: rgb(252 211 77 / 0.65);
}
.border-l-amber-300\/70 {
  border-left-color: rgb(252 211 77 / 0.7);
}
.border-l-amber-300\/75 {
  border-left-color: rgb(252 211 77 / 0.75);
}
.border-l-amber-300\/80 {
  border-left-color: rgb(252 211 77 / 0.8);
}
.border-l-amber-300\/85 {
  border-left-color: rgb(252 211 77 / 0.85);
}
.border-l-amber-300\/90 {
  border-left-color: rgb(252 211 77 / 0.9);
}
.border-l-amber-300\/95 {
  border-left-color: rgb(252 211 77 / 0.95);
}
.border-l-amber-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-l-amber-400\/0 {
  border-left-color: rgb(251 191 36 / 0);
}
.border-l-amber-400\/10 {
  border-left-color: rgb(251 191 36 / 0.1);
}
.border-l-amber-400\/100 {
  border-left-color: rgb(251 191 36 / 1);
}
.border-l-amber-400\/15 {
  border-left-color: rgb(251 191 36 / 0.15);
}
.border-l-amber-400\/20 {
  border-left-color: rgb(251 191 36 / 0.2);
}
.border-l-amber-400\/25 {
  border-left-color: rgb(251 191 36 / 0.25);
}
.border-l-amber-400\/30 {
  border-left-color: rgb(251 191 36 / 0.3);
}
.border-l-amber-400\/35 {
  border-left-color: rgb(251 191 36 / 0.35);
}
.border-l-amber-400\/40 {
  border-left-color: rgb(251 191 36 / 0.4);
}
.border-l-amber-400\/45 {
  border-left-color: rgb(251 191 36 / 0.45);
}
.border-l-amber-400\/5 {
  border-left-color: rgb(251 191 36 / 0.05);
}
.border-l-amber-400\/50 {
  border-left-color: rgb(251 191 36 / 0.5);
}
.border-l-amber-400\/55 {
  border-left-color: rgb(251 191 36 / 0.55);
}
.border-l-amber-400\/60 {
  border-left-color: rgb(251 191 36 / 0.6);
}
.border-l-amber-400\/65 {
  border-left-color: rgb(251 191 36 / 0.65);
}
.border-l-amber-400\/70 {
  border-left-color: rgb(251 191 36 / 0.7);
}
.border-l-amber-400\/75 {
  border-left-color: rgb(251 191 36 / 0.75);
}
.border-l-amber-400\/80 {
  border-left-color: rgb(251 191 36 / 0.8);
}
.border-l-amber-400\/85 {
  border-left-color: rgb(251 191 36 / 0.85);
}
.border-l-amber-400\/90 {
  border-left-color: rgb(251 191 36 / 0.9);
}
.border-l-amber-400\/95 {
  border-left-color: rgb(251 191 36 / 0.95);
}
.border-l-amber-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-l-amber-50\/0 {
  border-left-color: rgb(255 251 235 / 0);
}
.border-l-amber-50\/10 {
  border-left-color: rgb(255 251 235 / 0.1);
}
.border-l-amber-50\/100 {
  border-left-color: rgb(255 251 235 / 1);
}
.border-l-amber-50\/15 {
  border-left-color: rgb(255 251 235 / 0.15);
}
.border-l-amber-50\/20 {
  border-left-color: rgb(255 251 235 / 0.2);
}
.border-l-amber-50\/25 {
  border-left-color: rgb(255 251 235 / 0.25);
}
.border-l-amber-50\/30 {
  border-left-color: rgb(255 251 235 / 0.3);
}
.border-l-amber-50\/35 {
  border-left-color: rgb(255 251 235 / 0.35);
}
.border-l-amber-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
}
.border-l-amber-50\/45 {
  border-left-color: rgb(255 251 235 / 0.45);
}
.border-l-amber-50\/5 {
  border-left-color: rgb(255 251 235 / 0.05);
}
.border-l-amber-50\/50 {
  border-left-color: rgb(255 251 235 / 0.5);
}
.border-l-amber-50\/55 {
  border-left-color: rgb(255 251 235 / 0.55);
}
.border-l-amber-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
}
.border-l-amber-50\/65 {
  border-left-color: rgb(255 251 235 / 0.65);
}
.border-l-amber-50\/70 {
  border-left-color: rgb(255 251 235 / 0.7);
}
.border-l-amber-50\/75 {
  border-left-color: rgb(255 251 235 / 0.75);
}
.border-l-amber-50\/80 {
  border-left-color: rgb(255 251 235 / 0.8);
}
.border-l-amber-50\/85 {
  border-left-color: rgb(255 251 235 / 0.85);
}
.border-l-amber-50\/90 {
  border-left-color: rgb(255 251 235 / 0.9);
}
.border-l-amber-50\/95 {
  border-left-color: rgb(255 251 235 / 0.95);
}
.border-l-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-l-amber-500\/0 {
  border-left-color: rgb(245 158 11 / 0);
}
.border-l-amber-500\/10 {
  border-left-color: rgb(245 158 11 / 0.1);
}
.border-l-amber-500\/100 {
  border-left-color: rgb(245 158 11 / 1);
}
.border-l-amber-500\/15 {
  border-left-color: rgb(245 158 11 / 0.15);
}
.border-l-amber-500\/20 {
  border-left-color: rgb(245 158 11 / 0.2);
}
.border-l-amber-500\/25 {
  border-left-color: rgb(245 158 11 / 0.25);
}
.border-l-amber-500\/30 {
  border-left-color: rgb(245 158 11 / 0.3);
}
.border-l-amber-500\/35 {
  border-left-color: rgb(245 158 11 / 0.35);
}
.border-l-amber-500\/40 {
  border-left-color: rgb(245 158 11 / 0.4);
}
.border-l-amber-500\/45 {
  border-left-color: rgb(245 158 11 / 0.45);
}
.border-l-amber-500\/5 {
  border-left-color: rgb(245 158 11 / 0.05);
}
.border-l-amber-500\/50 {
  border-left-color: rgb(245 158 11 / 0.5);
}
.border-l-amber-500\/55 {
  border-left-color: rgb(245 158 11 / 0.55);
}
.border-l-amber-500\/60 {
  border-left-color: rgb(245 158 11 / 0.6);
}
.border-l-amber-500\/65 {
  border-left-color: rgb(245 158 11 / 0.65);
}
.border-l-amber-500\/70 {
  border-left-color: rgb(245 158 11 / 0.7);
}
.border-l-amber-500\/75 {
  border-left-color: rgb(245 158 11 / 0.75);
}
.border-l-amber-500\/80 {
  border-left-color: rgb(245 158 11 / 0.8);
}
.border-l-amber-500\/85 {
  border-left-color: rgb(245 158 11 / 0.85);
}
.border-l-amber-500\/90 {
  border-left-color: rgb(245 158 11 / 0.9);
}
.border-l-amber-500\/95 {
  border-left-color: rgb(245 158 11 / 0.95);
}
.border-l-amber-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-l-amber-600\/0 {
  border-left-color: rgb(217 119 6 / 0);
}
.border-l-amber-600\/10 {
  border-left-color: rgb(217 119 6 / 0.1);
}
.border-l-amber-600\/100 {
  border-left-color: rgb(217 119 6 / 1);
}
.border-l-amber-600\/15 {
  border-left-color: rgb(217 119 6 / 0.15);
}
.border-l-amber-600\/20 {
  border-left-color: rgb(217 119 6 / 0.2);
}
.border-l-amber-600\/25 {
  border-left-color: rgb(217 119 6 / 0.25);
}
.border-l-amber-600\/30 {
  border-left-color: rgb(217 119 6 / 0.3);
}
.border-l-amber-600\/35 {
  border-left-color: rgb(217 119 6 / 0.35);
}
.border-l-amber-600\/40 {
  border-left-color: rgb(217 119 6 / 0.4);
}
.border-l-amber-600\/45 {
  border-left-color: rgb(217 119 6 / 0.45);
}
.border-l-amber-600\/5 {
  border-left-color: rgb(217 119 6 / 0.05);
}
.border-l-amber-600\/50 {
  border-left-color: rgb(217 119 6 / 0.5);
}
.border-l-amber-600\/55 {
  border-left-color: rgb(217 119 6 / 0.55);
}
.border-l-amber-600\/60 {
  border-left-color: rgb(217 119 6 / 0.6);
}
.border-l-amber-600\/65 {
  border-left-color: rgb(217 119 6 / 0.65);
}
.border-l-amber-600\/70 {
  border-left-color: rgb(217 119 6 / 0.7);
}
.border-l-amber-600\/75 {
  border-left-color: rgb(217 119 6 / 0.75);
}
.border-l-amber-600\/80 {
  border-left-color: rgb(217 119 6 / 0.8);
}
.border-l-amber-600\/85 {
  border-left-color: rgb(217 119 6 / 0.85);
}
.border-l-amber-600\/90 {
  border-left-color: rgb(217 119 6 / 0.9);
}
.border-l-amber-600\/95 {
  border-left-color: rgb(217 119 6 / 0.95);
}
.border-l-amber-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-l-amber-700\/0 {
  border-left-color: rgb(180 83 9 / 0);
}
.border-l-amber-700\/10 {
  border-left-color: rgb(180 83 9 / 0.1);
}
.border-l-amber-700\/100 {
  border-left-color: rgb(180 83 9 / 1);
}
.border-l-amber-700\/15 {
  border-left-color: rgb(180 83 9 / 0.15);
}
.border-l-amber-700\/20 {
  border-left-color: rgb(180 83 9 / 0.2);
}
.border-l-amber-700\/25 {
  border-left-color: rgb(180 83 9 / 0.25);
}
.border-l-amber-700\/30 {
  border-left-color: rgb(180 83 9 / 0.3);
}
.border-l-amber-700\/35 {
  border-left-color: rgb(180 83 9 / 0.35);
}
.border-l-amber-700\/40 {
  border-left-color: rgb(180 83 9 / 0.4);
}
.border-l-amber-700\/45 {
  border-left-color: rgb(180 83 9 / 0.45);
}
.border-l-amber-700\/5 {
  border-left-color: rgb(180 83 9 / 0.05);
}
.border-l-amber-700\/50 {
  border-left-color: rgb(180 83 9 / 0.5);
}
.border-l-amber-700\/55 {
  border-left-color: rgb(180 83 9 / 0.55);
}
.border-l-amber-700\/60 {
  border-left-color: rgb(180 83 9 / 0.6);
}
.border-l-amber-700\/65 {
  border-left-color: rgb(180 83 9 / 0.65);
}
.border-l-amber-700\/70 {
  border-left-color: rgb(180 83 9 / 0.7);
}
.border-l-amber-700\/75 {
  border-left-color: rgb(180 83 9 / 0.75);
}
.border-l-amber-700\/80 {
  border-left-color: rgb(180 83 9 / 0.8);
}
.border-l-amber-700\/85 {
  border-left-color: rgb(180 83 9 / 0.85);
}
.border-l-amber-700\/90 {
  border-left-color: rgb(180 83 9 / 0.9);
}
.border-l-amber-700\/95 {
  border-left-color: rgb(180 83 9 / 0.95);
}
.border-l-amber-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-l-amber-800\/0 {
  border-left-color: rgb(146 64 14 / 0);
}
.border-l-amber-800\/10 {
  border-left-color: rgb(146 64 14 / 0.1);
}
.border-l-amber-800\/100 {
  border-left-color: rgb(146 64 14 / 1);
}
.border-l-amber-800\/15 {
  border-left-color: rgb(146 64 14 / 0.15);
}
.border-l-amber-800\/20 {
  border-left-color: rgb(146 64 14 / 0.2);
}
.border-l-amber-800\/25 {
  border-left-color: rgb(146 64 14 / 0.25);
}
.border-l-amber-800\/30 {
  border-left-color: rgb(146 64 14 / 0.3);
}
.border-l-amber-800\/35 {
  border-left-color: rgb(146 64 14 / 0.35);
}
.border-l-amber-800\/40 {
  border-left-color: rgb(146 64 14 / 0.4);
}
.border-l-amber-800\/45 {
  border-left-color: rgb(146 64 14 / 0.45);
}
.border-l-amber-800\/5 {
  border-left-color: rgb(146 64 14 / 0.05);
}
.border-l-amber-800\/50 {
  border-left-color: rgb(146 64 14 / 0.5);
}
.border-l-amber-800\/55 {
  border-left-color: rgb(146 64 14 / 0.55);
}
.border-l-amber-800\/60 {
  border-left-color: rgb(146 64 14 / 0.6);
}
.border-l-amber-800\/65 {
  border-left-color: rgb(146 64 14 / 0.65);
}
.border-l-amber-800\/70 {
  border-left-color: rgb(146 64 14 / 0.7);
}
.border-l-amber-800\/75 {
  border-left-color: rgb(146 64 14 / 0.75);
}
.border-l-amber-800\/80 {
  border-left-color: rgb(146 64 14 / 0.8);
}
.border-l-amber-800\/85 {
  border-left-color: rgb(146 64 14 / 0.85);
}
.border-l-amber-800\/90 {
  border-left-color: rgb(146 64 14 / 0.9);
}
.border-l-amber-800\/95 {
  border-left-color: rgb(146 64 14 / 0.95);
}
.border-l-amber-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-l-amber-900\/0 {
  border-left-color: rgb(120 53 15 / 0);
}
.border-l-amber-900\/10 {
  border-left-color: rgb(120 53 15 / 0.1);
}
.border-l-amber-900\/100 {
  border-left-color: rgb(120 53 15 / 1);
}
.border-l-amber-900\/15 {
  border-left-color: rgb(120 53 15 / 0.15);
}
.border-l-amber-900\/20 {
  border-left-color: rgb(120 53 15 / 0.2);
}
.border-l-amber-900\/25 {
  border-left-color: rgb(120 53 15 / 0.25);
}
.border-l-amber-900\/30 {
  border-left-color: rgb(120 53 15 / 0.3);
}
.border-l-amber-900\/35 {
  border-left-color: rgb(120 53 15 / 0.35);
}
.border-l-amber-900\/40 {
  border-left-color: rgb(120 53 15 / 0.4);
}
.border-l-amber-900\/45 {
  border-left-color: rgb(120 53 15 / 0.45);
}
.border-l-amber-900\/5 {
  border-left-color: rgb(120 53 15 / 0.05);
}
.border-l-amber-900\/50 {
  border-left-color: rgb(120 53 15 / 0.5);
}
.border-l-amber-900\/55 {
  border-left-color: rgb(120 53 15 / 0.55);
}
.border-l-amber-900\/60 {
  border-left-color: rgb(120 53 15 / 0.6);
}
.border-l-amber-900\/65 {
  border-left-color: rgb(120 53 15 / 0.65);
}
.border-l-amber-900\/70 {
  border-left-color: rgb(120 53 15 / 0.7);
}
.border-l-amber-900\/75 {
  border-left-color: rgb(120 53 15 / 0.75);
}
.border-l-amber-900\/80 {
  border-left-color: rgb(120 53 15 / 0.8);
}
.border-l-amber-900\/85 {
  border-left-color: rgb(120 53 15 / 0.85);
}
.border-l-amber-900\/90 {
  border-left-color: rgb(120 53 15 / 0.9);
}
.border-l-amber-900\/95 {
  border-left-color: rgb(120 53 15 / 0.95);
}
.border-l-amber-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-l-amber-950\/0 {
  border-left-color: rgb(69 26 3 / 0);
}
.border-l-amber-950\/10 {
  border-left-color: rgb(69 26 3 / 0.1);
}
.border-l-amber-950\/100 {
  border-left-color: rgb(69 26 3 / 1);
}
.border-l-amber-950\/15 {
  border-left-color: rgb(69 26 3 / 0.15);
}
.border-l-amber-950\/20 {
  border-left-color: rgb(69 26 3 / 0.2);
}
.border-l-amber-950\/25 {
  border-left-color: rgb(69 26 3 / 0.25);
}
.border-l-amber-950\/30 {
  border-left-color: rgb(69 26 3 / 0.3);
}
.border-l-amber-950\/35 {
  border-left-color: rgb(69 26 3 / 0.35);
}
.border-l-amber-950\/40 {
  border-left-color: rgb(69 26 3 / 0.4);
}
.border-l-amber-950\/45 {
  border-left-color: rgb(69 26 3 / 0.45);
}
.border-l-amber-950\/5 {
  border-left-color: rgb(69 26 3 / 0.05);
}
.border-l-amber-950\/50 {
  border-left-color: rgb(69 26 3 / 0.5);
}
.border-l-amber-950\/55 {
  border-left-color: rgb(69 26 3 / 0.55);
}
.border-l-amber-950\/60 {
  border-left-color: rgb(69 26 3 / 0.6);
}
.border-l-amber-950\/65 {
  border-left-color: rgb(69 26 3 / 0.65);
}
.border-l-amber-950\/70 {
  border-left-color: rgb(69 26 3 / 0.7);
}
.border-l-amber-950\/75 {
  border-left-color: rgb(69 26 3 / 0.75);
}
.border-l-amber-950\/80 {
  border-left-color: rgb(69 26 3 / 0.8);
}
.border-l-amber-950\/85 {
  border-left-color: rgb(69 26 3 / 0.85);
}
.border-l-amber-950\/90 {
  border-left-color: rgb(69 26 3 / 0.9);
}
.border-l-amber-950\/95 {
  border-left-color: rgb(69 26 3 / 0.95);
}
.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-l-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-blue-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-l-blue-100\/0 {
  border-left-color: rgb(219 234 254 / 0);
}
.border-l-blue-100\/10 {
  border-left-color: rgb(219 234 254 / 0.1);
}
.border-l-blue-100\/100 {
  border-left-color: rgb(219 234 254 / 1);
}
.border-l-blue-100\/15 {
  border-left-color: rgb(219 234 254 / 0.15);
}
.border-l-blue-100\/20 {
  border-left-color: rgb(219 234 254 / 0.2);
}
.border-l-blue-100\/25 {
  border-left-color: rgb(219 234 254 / 0.25);
}
.border-l-blue-100\/30 {
  border-left-color: rgb(219 234 254 / 0.3);
}
.border-l-blue-100\/35 {
  border-left-color: rgb(219 234 254 / 0.35);
}
.border-l-blue-100\/40 {
  border-left-color: rgb(219 234 254 / 0.4);
}
.border-l-blue-100\/45 {
  border-left-color: rgb(219 234 254 / 0.45);
}
.border-l-blue-100\/5 {
  border-left-color: rgb(219 234 254 / 0.05);
}
.border-l-blue-100\/50 {
  border-left-color: rgb(219 234 254 / 0.5);
}
.border-l-blue-100\/55 {
  border-left-color: rgb(219 234 254 / 0.55);
}
.border-l-blue-100\/60 {
  border-left-color: rgb(219 234 254 / 0.6);
}
.border-l-blue-100\/65 {
  border-left-color: rgb(219 234 254 / 0.65);
}
.border-l-blue-100\/70 {
  border-left-color: rgb(219 234 254 / 0.7);
}
.border-l-blue-100\/75 {
  border-left-color: rgb(219 234 254 / 0.75);
}
.border-l-blue-100\/80 {
  border-left-color: rgb(219 234 254 / 0.8);
}
.border-l-blue-100\/85 {
  border-left-color: rgb(219 234 254 / 0.85);
}
.border-l-blue-100\/90 {
  border-left-color: rgb(219 234 254 / 0.9);
}
.border-l-blue-100\/95 {
  border-left-color: rgb(219 234 254 / 0.95);
}
.border-l-blue-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-l-blue-200\/0 {
  border-left-color: rgb(191 219 254 / 0);
}
.border-l-blue-200\/10 {
  border-left-color: rgb(191 219 254 / 0.1);
}
.border-l-blue-200\/100 {
  border-left-color: rgb(191 219 254 / 1);
}
.border-l-blue-200\/15 {
  border-left-color: rgb(191 219 254 / 0.15);
}
.border-l-blue-200\/20 {
  border-left-color: rgb(191 219 254 / 0.2);
}
.border-l-blue-200\/25 {
  border-left-color: rgb(191 219 254 / 0.25);
}
.border-l-blue-200\/30 {
  border-left-color: rgb(191 219 254 / 0.3);
}
.border-l-blue-200\/35 {
  border-left-color: rgb(191 219 254 / 0.35);
}
.border-l-blue-200\/40 {
  border-left-color: rgb(191 219 254 / 0.4);
}
.border-l-blue-200\/45 {
  border-left-color: rgb(191 219 254 / 0.45);
}
.border-l-blue-200\/5 {
  border-left-color: rgb(191 219 254 / 0.05);
}
.border-l-blue-200\/50 {
  border-left-color: rgb(191 219 254 / 0.5);
}
.border-l-blue-200\/55 {
  border-left-color: rgb(191 219 254 / 0.55);
}
.border-l-blue-200\/60 {
  border-left-color: rgb(191 219 254 / 0.6);
}
.border-l-blue-200\/65 {
  border-left-color: rgb(191 219 254 / 0.65);
}
.border-l-blue-200\/70 {
  border-left-color: rgb(191 219 254 / 0.7);
}
.border-l-blue-200\/75 {
  border-left-color: rgb(191 219 254 / 0.75);
}
.border-l-blue-200\/80 {
  border-left-color: rgb(191 219 254 / 0.8);
}
.border-l-blue-200\/85 {
  border-left-color: rgb(191 219 254 / 0.85);
}
.border-l-blue-200\/90 {
  border-left-color: rgb(191 219 254 / 0.9);
}
.border-l-blue-200\/95 {
  border-left-color: rgb(191 219 254 / 0.95);
}
.border-l-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-l-blue-300\/0 {
  border-left-color: rgb(147 197 253 / 0);
}
.border-l-blue-300\/10 {
  border-left-color: rgb(147 197 253 / 0.1);
}
.border-l-blue-300\/100 {
  border-left-color: rgb(147 197 253 / 1);
}
.border-l-blue-300\/15 {
  border-left-color: rgb(147 197 253 / 0.15);
}
.border-l-blue-300\/20 {
  border-left-color: rgb(147 197 253 / 0.2);
}
.border-l-blue-300\/25 {
  border-left-color: rgb(147 197 253 / 0.25);
}
.border-l-blue-300\/30 {
  border-left-color: rgb(147 197 253 / 0.3);
}
.border-l-blue-300\/35 {
  border-left-color: rgb(147 197 253 / 0.35);
}
.border-l-blue-300\/40 {
  border-left-color: rgb(147 197 253 / 0.4);
}
.border-l-blue-300\/45 {
  border-left-color: rgb(147 197 253 / 0.45);
}
.border-l-blue-300\/5 {
  border-left-color: rgb(147 197 253 / 0.05);
}
.border-l-blue-300\/50 {
  border-left-color: rgb(147 197 253 / 0.5);
}
.border-l-blue-300\/55 {
  border-left-color: rgb(147 197 253 / 0.55);
}
.border-l-blue-300\/60 {
  border-left-color: rgb(147 197 253 / 0.6);
}
.border-l-blue-300\/65 {
  border-left-color: rgb(147 197 253 / 0.65);
}
.border-l-blue-300\/70 {
  border-left-color: rgb(147 197 253 / 0.7);
}
.border-l-blue-300\/75 {
  border-left-color: rgb(147 197 253 / 0.75);
}
.border-l-blue-300\/80 {
  border-left-color: rgb(147 197 253 / 0.8);
}
.border-l-blue-300\/85 {
  border-left-color: rgb(147 197 253 / 0.85);
}
.border-l-blue-300\/90 {
  border-left-color: rgb(147 197 253 / 0.9);
}
.border-l-blue-300\/95 {
  border-left-color: rgb(147 197 253 / 0.95);
}
.border-l-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-l-blue-400\/0 {
  border-left-color: rgb(96 165 250 / 0);
}
.border-l-blue-400\/10 {
  border-left-color: rgb(96 165 250 / 0.1);
}
.border-l-blue-400\/100 {
  border-left-color: rgb(96 165 250 / 1);
}
.border-l-blue-400\/15 {
  border-left-color: rgb(96 165 250 / 0.15);
}
.border-l-blue-400\/20 {
  border-left-color: rgb(96 165 250 / 0.2);
}
.border-l-blue-400\/25 {
  border-left-color: rgb(96 165 250 / 0.25);
}
.border-l-blue-400\/30 {
  border-left-color: rgb(96 165 250 / 0.3);
}
.border-l-blue-400\/35 {
  border-left-color: rgb(96 165 250 / 0.35);
}
.border-l-blue-400\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
}
.border-l-blue-400\/45 {
  border-left-color: rgb(96 165 250 / 0.45);
}
.border-l-blue-400\/5 {
  border-left-color: rgb(96 165 250 / 0.05);
}
.border-l-blue-400\/50 {
  border-left-color: rgb(96 165 250 / 0.5);
}
.border-l-blue-400\/55 {
  border-left-color: rgb(96 165 250 / 0.55);
}
.border-l-blue-400\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
}
.border-l-blue-400\/65 {
  border-left-color: rgb(96 165 250 / 0.65);
}
.border-l-blue-400\/70 {
  border-left-color: rgb(96 165 250 / 0.7);
}
.border-l-blue-400\/75 {
  border-left-color: rgb(96 165 250 / 0.75);
}
.border-l-blue-400\/80 {
  border-left-color: rgb(96 165 250 / 0.8);
}
.border-l-blue-400\/85 {
  border-left-color: rgb(96 165 250 / 0.85);
}
.border-l-blue-400\/90 {
  border-left-color: rgb(96 165 250 / 0.9);
}
.border-l-blue-400\/95 {
  border-left-color: rgb(96 165 250 / 0.95);
}
.border-l-blue-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-l-blue-50\/0 {
  border-left-color: rgb(239 246 255 / 0);
}
.border-l-blue-50\/10 {
  border-left-color: rgb(239 246 255 / 0.1);
}
.border-l-blue-50\/100 {
  border-left-color: rgb(239 246 255 / 1);
}
.border-l-blue-50\/15 {
  border-left-color: rgb(239 246 255 / 0.15);
}
.border-l-blue-50\/20 {
  border-left-color: rgb(239 246 255 / 0.2);
}
.border-l-blue-50\/25 {
  border-left-color: rgb(239 246 255 / 0.25);
}
.border-l-blue-50\/30 {
  border-left-color: rgb(239 246 255 / 0.3);
}
.border-l-blue-50\/35 {
  border-left-color: rgb(239 246 255 / 0.35);
}
.border-l-blue-50\/40 {
  border-left-color: rgb(239 246 255 / 0.4);
}
.border-l-blue-50\/45 {
  border-left-color: rgb(239 246 255 / 0.45);
}
.border-l-blue-50\/5 {
  border-left-color: rgb(239 246 255 / 0.05);
}
.border-l-blue-50\/50 {
  border-left-color: rgb(239 246 255 / 0.5);
}
.border-l-blue-50\/55 {
  border-left-color: rgb(239 246 255 / 0.55);
}
.border-l-blue-50\/60 {
  border-left-color: rgb(239 246 255 / 0.6);
}
.border-l-blue-50\/65 {
  border-left-color: rgb(239 246 255 / 0.65);
}
.border-l-blue-50\/70 {
  border-left-color: rgb(239 246 255 / 0.7);
}
.border-l-blue-50\/75 {
  border-left-color: rgb(239 246 255 / 0.75);
}
.border-l-blue-50\/80 {
  border-left-color: rgb(239 246 255 / 0.8);
}
.border-l-blue-50\/85 {
  border-left-color: rgb(239 246 255 / 0.85);
}
.border-l-blue-50\/90 {
  border-left-color: rgb(239 246 255 / 0.9);
}
.border-l-blue-50\/95 {
  border-left-color: rgb(239 246 255 / 0.95);
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-l-blue-500\/0 {
  border-left-color: rgb(59 130 246 / 0);
}
.border-l-blue-500\/10 {
  border-left-color: rgb(59 130 246 / 0.1);
}
.border-l-blue-500\/100 {
  border-left-color: rgb(59 130 246 / 1);
}
.border-l-blue-500\/15 {
  border-left-color: rgb(59 130 246 / 0.15);
}
.border-l-blue-500\/20 {
  border-left-color: rgb(59 130 246 / 0.2);
}
.border-l-blue-500\/25 {
  border-left-color: rgb(59 130 246 / 0.25);
}
.border-l-blue-500\/30 {
  border-left-color: rgb(59 130 246 / 0.3);
}
.border-l-blue-500\/35 {
  border-left-color: rgb(59 130 246 / 0.35);
}
.border-l-blue-500\/40 {
  border-left-color: rgb(59 130 246 / 0.4);
}
.border-l-blue-500\/45 {
  border-left-color: rgb(59 130 246 / 0.45);
}
.border-l-blue-500\/5 {
  border-left-color: rgb(59 130 246 / 0.05);
}
.border-l-blue-500\/50 {
  border-left-color: rgb(59 130 246 / 0.5);
}
.border-l-blue-500\/55 {
  border-left-color: rgb(59 130 246 / 0.55);
}
.border-l-blue-500\/60 {
  border-left-color: rgb(59 130 246 / 0.6);
}
.border-l-blue-500\/65 {
  border-left-color: rgb(59 130 246 / 0.65);
}
.border-l-blue-500\/70 {
  border-left-color: rgb(59 130 246 / 0.7);
}
.border-l-blue-500\/75 {
  border-left-color: rgb(59 130 246 / 0.75);
}
.border-l-blue-500\/80 {
  border-left-color: rgb(59 130 246 / 0.8);
}
.border-l-blue-500\/85 {
  border-left-color: rgb(59 130 246 / 0.85);
}
.border-l-blue-500\/90 {
  border-left-color: rgb(59 130 246 / 0.9);
}
.border-l-blue-500\/95 {
  border-left-color: rgb(59 130 246 / 0.95);
}
.border-l-blue-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-l-blue-600\/0 {
  border-left-color: rgb(37 99 235 / 0);
}
.border-l-blue-600\/10 {
  border-left-color: rgb(37 99 235 / 0.1);
}
.border-l-blue-600\/100 {
  border-left-color: rgb(37 99 235 / 1);
}
.border-l-blue-600\/15 {
  border-left-color: rgb(37 99 235 / 0.15);
}
.border-l-blue-600\/20 {
  border-left-color: rgb(37 99 235 / 0.2);
}
.border-l-blue-600\/25 {
  border-left-color: rgb(37 99 235 / 0.25);
}
.border-l-blue-600\/30 {
  border-left-color: rgb(37 99 235 / 0.3);
}
.border-l-blue-600\/35 {
  border-left-color: rgb(37 99 235 / 0.35);
}
.border-l-blue-600\/40 {
  border-left-color: rgb(37 99 235 / 0.4);
}
.border-l-blue-600\/45 {
  border-left-color: rgb(37 99 235 / 0.45);
}
.border-l-blue-600\/5 {
  border-left-color: rgb(37 99 235 / 0.05);
}
.border-l-blue-600\/50 {
  border-left-color: rgb(37 99 235 / 0.5);
}
.border-l-blue-600\/55 {
  border-left-color: rgb(37 99 235 / 0.55);
}
.border-l-blue-600\/60 {
  border-left-color: rgb(37 99 235 / 0.6);
}
.border-l-blue-600\/65 {
  border-left-color: rgb(37 99 235 / 0.65);
}
.border-l-blue-600\/70 {
  border-left-color: rgb(37 99 235 / 0.7);
}
.border-l-blue-600\/75 {
  border-left-color: rgb(37 99 235 / 0.75);
}
.border-l-blue-600\/80 {
  border-left-color: rgb(37 99 235 / 0.8);
}
.border-l-blue-600\/85 {
  border-left-color: rgb(37 99 235 / 0.85);
}
.border-l-blue-600\/90 {
  border-left-color: rgb(37 99 235 / 0.9);
}
.border-l-blue-600\/95 {
  border-left-color: rgb(37 99 235 / 0.95);
}
.border-l-blue-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-l-blue-700\/0 {
  border-left-color: rgb(29 78 216 / 0);
}
.border-l-blue-700\/10 {
  border-left-color: rgb(29 78 216 / 0.1);
}
.border-l-blue-700\/100 {
  border-left-color: rgb(29 78 216 / 1);
}
.border-l-blue-700\/15 {
  border-left-color: rgb(29 78 216 / 0.15);
}
.border-l-blue-700\/20 {
  border-left-color: rgb(29 78 216 / 0.2);
}
.border-l-blue-700\/25 {
  border-left-color: rgb(29 78 216 / 0.25);
}
.border-l-blue-700\/30 {
  border-left-color: rgb(29 78 216 / 0.3);
}
.border-l-blue-700\/35 {
  border-left-color: rgb(29 78 216 / 0.35);
}
.border-l-blue-700\/40 {
  border-left-color: rgb(29 78 216 / 0.4);
}
.border-l-blue-700\/45 {
  border-left-color: rgb(29 78 216 / 0.45);
}
.border-l-blue-700\/5 {
  border-left-color: rgb(29 78 216 / 0.05);
}
.border-l-blue-700\/50 {
  border-left-color: rgb(29 78 216 / 0.5);
}
.border-l-blue-700\/55 {
  border-left-color: rgb(29 78 216 / 0.55);
}
.border-l-blue-700\/60 {
  border-left-color: rgb(29 78 216 / 0.6);
}
.border-l-blue-700\/65 {
  border-left-color: rgb(29 78 216 / 0.65);
}
.border-l-blue-700\/70 {
  border-left-color: rgb(29 78 216 / 0.7);
}
.border-l-blue-700\/75 {
  border-left-color: rgb(29 78 216 / 0.75);
}
.border-l-blue-700\/80 {
  border-left-color: rgb(29 78 216 / 0.8);
}
.border-l-blue-700\/85 {
  border-left-color: rgb(29 78 216 / 0.85);
}
.border-l-blue-700\/90 {
  border-left-color: rgb(29 78 216 / 0.9);
}
.border-l-blue-700\/95 {
  border-left-color: rgb(29 78 216 / 0.95);
}
.border-l-blue-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-l-blue-800\/0 {
  border-left-color: rgb(30 64 175 / 0);
}
.border-l-blue-800\/10 {
  border-left-color: rgb(30 64 175 / 0.1);
}
.border-l-blue-800\/100 {
  border-left-color: rgb(30 64 175 / 1);
}
.border-l-blue-800\/15 {
  border-left-color: rgb(30 64 175 / 0.15);
}
.border-l-blue-800\/20 {
  border-left-color: rgb(30 64 175 / 0.2);
}
.border-l-blue-800\/25 {
  border-left-color: rgb(30 64 175 / 0.25);
}
.border-l-blue-800\/30 {
  border-left-color: rgb(30 64 175 / 0.3);
}
.border-l-blue-800\/35 {
  border-left-color: rgb(30 64 175 / 0.35);
}
.border-l-blue-800\/40 {
  border-left-color: rgb(30 64 175 / 0.4);
}
.border-l-blue-800\/45 {
  border-left-color: rgb(30 64 175 / 0.45);
}
.border-l-blue-800\/5 {
  border-left-color: rgb(30 64 175 / 0.05);
}
.border-l-blue-800\/50 {
  border-left-color: rgb(30 64 175 / 0.5);
}
.border-l-blue-800\/55 {
  border-left-color: rgb(30 64 175 / 0.55);
}
.border-l-blue-800\/60 {
  border-left-color: rgb(30 64 175 / 0.6);
}
.border-l-blue-800\/65 {
  border-left-color: rgb(30 64 175 / 0.65);
}
.border-l-blue-800\/70 {
  border-left-color: rgb(30 64 175 / 0.7);
}
.border-l-blue-800\/75 {
  border-left-color: rgb(30 64 175 / 0.75);
}
.border-l-blue-800\/80 {
  border-left-color: rgb(30 64 175 / 0.8);
}
.border-l-blue-800\/85 {
  border-left-color: rgb(30 64 175 / 0.85);
}
.border-l-blue-800\/90 {
  border-left-color: rgb(30 64 175 / 0.9);
}
.border-l-blue-800\/95 {
  border-left-color: rgb(30 64 175 / 0.95);
}
.border-l-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-l-blue-900\/0 {
  border-left-color: rgb(30 58 138 / 0);
}
.border-l-blue-900\/10 {
  border-left-color: rgb(30 58 138 / 0.1);
}
.border-l-blue-900\/100 {
  border-left-color: rgb(30 58 138 / 1);
}
.border-l-blue-900\/15 {
  border-left-color: rgb(30 58 138 / 0.15);
}
.border-l-blue-900\/20 {
  border-left-color: rgb(30 58 138 / 0.2);
}
.border-l-blue-900\/25 {
  border-left-color: rgb(30 58 138 / 0.25);
}
.border-l-blue-900\/30 {
  border-left-color: rgb(30 58 138 / 0.3);
}
.border-l-blue-900\/35 {
  border-left-color: rgb(30 58 138 / 0.35);
}
.border-l-blue-900\/40 {
  border-left-color: rgb(30 58 138 / 0.4);
}
.border-l-blue-900\/45 {
  border-left-color: rgb(30 58 138 / 0.45);
}
.border-l-blue-900\/5 {
  border-left-color: rgb(30 58 138 / 0.05);
}
.border-l-blue-900\/50 {
  border-left-color: rgb(30 58 138 / 0.5);
}
.border-l-blue-900\/55 {
  border-left-color: rgb(30 58 138 / 0.55);
}
.border-l-blue-900\/60 {
  border-left-color: rgb(30 58 138 / 0.6);
}
.border-l-blue-900\/65 {
  border-left-color: rgb(30 58 138 / 0.65);
}
.border-l-blue-900\/70 {
  border-left-color: rgb(30 58 138 / 0.7);
}
.border-l-blue-900\/75 {
  border-left-color: rgb(30 58 138 / 0.75);
}
.border-l-blue-900\/80 {
  border-left-color: rgb(30 58 138 / 0.8);
}
.border-l-blue-900\/85 {
  border-left-color: rgb(30 58 138 / 0.85);
}
.border-l-blue-900\/90 {
  border-left-color: rgb(30 58 138 / 0.9);
}
.border-l-blue-900\/95 {
  border-left-color: rgb(30 58 138 / 0.95);
}
.border-l-blue-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-l-blue-950\/0 {
  border-left-color: rgb(23 37 84 / 0);
}
.border-l-blue-950\/10 {
  border-left-color: rgb(23 37 84 / 0.1);
}
.border-l-blue-950\/100 {
  border-left-color: rgb(23 37 84 / 1);
}
.border-l-blue-950\/15 {
  border-left-color: rgb(23 37 84 / 0.15);
}
.border-l-blue-950\/20 {
  border-left-color: rgb(23 37 84 / 0.2);
}
.border-l-blue-950\/25 {
  border-left-color: rgb(23 37 84 / 0.25);
}
.border-l-blue-950\/30 {
  border-left-color: rgb(23 37 84 / 0.3);
}
.border-l-blue-950\/35 {
  border-left-color: rgb(23 37 84 / 0.35);
}
.border-l-blue-950\/40 {
  border-left-color: rgb(23 37 84 / 0.4);
}
.border-l-blue-950\/45 {
  border-left-color: rgb(23 37 84 / 0.45);
}
.border-l-blue-950\/5 {
  border-left-color: rgb(23 37 84 / 0.05);
}
.border-l-blue-950\/50 {
  border-left-color: rgb(23 37 84 / 0.5);
}
.border-l-blue-950\/55 {
  border-left-color: rgb(23 37 84 / 0.55);
}
.border-l-blue-950\/60 {
  border-left-color: rgb(23 37 84 / 0.6);
}
.border-l-blue-950\/65 {
  border-left-color: rgb(23 37 84 / 0.65);
}
.border-l-blue-950\/70 {
  border-left-color: rgb(23 37 84 / 0.7);
}
.border-l-blue-950\/75 {
  border-left-color: rgb(23 37 84 / 0.75);
}
.border-l-blue-950\/80 {
  border-left-color: rgb(23 37 84 / 0.8);
}
.border-l-blue-950\/85 {
  border-left-color: rgb(23 37 84 / 0.85);
}
.border-l-blue-950\/90 {
  border-left-color: rgb(23 37 84 / 0.9);
}
.border-l-blue-950\/95 {
  border-left-color: rgb(23 37 84 / 0.95);
}
.border-l-current {
  border-left-color: currentColor;
}
.border-l-cyan-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-l-cyan-100\/0 {
  border-left-color: rgb(207 250 254 / 0);
}
.border-l-cyan-100\/10 {
  border-left-color: rgb(207 250 254 / 0.1);
}
.border-l-cyan-100\/100 {
  border-left-color: rgb(207 250 254 / 1);
}
.border-l-cyan-100\/15 {
  border-left-color: rgb(207 250 254 / 0.15);
}
.border-l-cyan-100\/20 {
  border-left-color: rgb(207 250 254 / 0.2);
}
.border-l-cyan-100\/25 {
  border-left-color: rgb(207 250 254 / 0.25);
}
.border-l-cyan-100\/30 {
  border-left-color: rgb(207 250 254 / 0.3);
}
.border-l-cyan-100\/35 {
  border-left-color: rgb(207 250 254 / 0.35);
}
.border-l-cyan-100\/40 {
  border-left-color: rgb(207 250 254 / 0.4);
}
.border-l-cyan-100\/45 {
  border-left-color: rgb(207 250 254 / 0.45);
}
.border-l-cyan-100\/5 {
  border-left-color: rgb(207 250 254 / 0.05);
}
.border-l-cyan-100\/50 {
  border-left-color: rgb(207 250 254 / 0.5);
}
.border-l-cyan-100\/55 {
  border-left-color: rgb(207 250 254 / 0.55);
}
.border-l-cyan-100\/60 {
  border-left-color: rgb(207 250 254 / 0.6);
}
.border-l-cyan-100\/65 {
  border-left-color: rgb(207 250 254 / 0.65);
}
.border-l-cyan-100\/70 {
  border-left-color: rgb(207 250 254 / 0.7);
}
.border-l-cyan-100\/75 {
  border-left-color: rgb(207 250 254 / 0.75);
}
.border-l-cyan-100\/80 {
  border-left-color: rgb(207 250 254 / 0.8);
}
.border-l-cyan-100\/85 {
  border-left-color: rgb(207 250 254 / 0.85);
}
.border-l-cyan-100\/90 {
  border-left-color: rgb(207 250 254 / 0.9);
}
.border-l-cyan-100\/95 {
  border-left-color: rgb(207 250 254 / 0.95);
}
.border-l-cyan-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-l-cyan-200\/0 {
  border-left-color: rgb(165 243 252 / 0);
}
.border-l-cyan-200\/10 {
  border-left-color: rgb(165 243 252 / 0.1);
}
.border-l-cyan-200\/100 {
  border-left-color: rgb(165 243 252 / 1);
}
.border-l-cyan-200\/15 {
  border-left-color: rgb(165 243 252 / 0.15);
}
.border-l-cyan-200\/20 {
  border-left-color: rgb(165 243 252 / 0.2);
}
.border-l-cyan-200\/25 {
  border-left-color: rgb(165 243 252 / 0.25);
}
.border-l-cyan-200\/30 {
  border-left-color: rgb(165 243 252 / 0.3);
}
.border-l-cyan-200\/35 {
  border-left-color: rgb(165 243 252 / 0.35);
}
.border-l-cyan-200\/40 {
  border-left-color: rgb(165 243 252 / 0.4);
}
.border-l-cyan-200\/45 {
  border-left-color: rgb(165 243 252 / 0.45);
}
.border-l-cyan-200\/5 {
  border-left-color: rgb(165 243 252 / 0.05);
}
.border-l-cyan-200\/50 {
  border-left-color: rgb(165 243 252 / 0.5);
}
.border-l-cyan-200\/55 {
  border-left-color: rgb(165 243 252 / 0.55);
}
.border-l-cyan-200\/60 {
  border-left-color: rgb(165 243 252 / 0.6);
}
.border-l-cyan-200\/65 {
  border-left-color: rgb(165 243 252 / 0.65);
}
.border-l-cyan-200\/70 {
  border-left-color: rgb(165 243 252 / 0.7);
}
.border-l-cyan-200\/75 {
  border-left-color: rgb(165 243 252 / 0.75);
}
.border-l-cyan-200\/80 {
  border-left-color: rgb(165 243 252 / 0.8);
}
.border-l-cyan-200\/85 {
  border-left-color: rgb(165 243 252 / 0.85);
}
.border-l-cyan-200\/90 {
  border-left-color: rgb(165 243 252 / 0.9);
}
.border-l-cyan-200\/95 {
  border-left-color: rgb(165 243 252 / 0.95);
}
.border-l-cyan-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-l-cyan-300\/0 {
  border-left-color: rgb(103 232 249 / 0);
}
.border-l-cyan-300\/10 {
  border-left-color: rgb(103 232 249 / 0.1);
}
.border-l-cyan-300\/100 {
  border-left-color: rgb(103 232 249 / 1);
}
.border-l-cyan-300\/15 {
  border-left-color: rgb(103 232 249 / 0.15);
}
.border-l-cyan-300\/20 {
  border-left-color: rgb(103 232 249 / 0.2);
}
.border-l-cyan-300\/25 {
  border-left-color: rgb(103 232 249 / 0.25);
}
.border-l-cyan-300\/30 {
  border-left-color: rgb(103 232 249 / 0.3);
}
.border-l-cyan-300\/35 {
  border-left-color: rgb(103 232 249 / 0.35);
}
.border-l-cyan-300\/40 {
  border-left-color: rgb(103 232 249 / 0.4);
}
.border-l-cyan-300\/45 {
  border-left-color: rgb(103 232 249 / 0.45);
}
.border-l-cyan-300\/5 {
  border-left-color: rgb(103 232 249 / 0.05);
}
.border-l-cyan-300\/50 {
  border-left-color: rgb(103 232 249 / 0.5);
}
.border-l-cyan-300\/55 {
  border-left-color: rgb(103 232 249 / 0.55);
}
.border-l-cyan-300\/60 {
  border-left-color: rgb(103 232 249 / 0.6);
}
.border-l-cyan-300\/65 {
  border-left-color: rgb(103 232 249 / 0.65);
}
.border-l-cyan-300\/70 {
  border-left-color: rgb(103 232 249 / 0.7);
}
.border-l-cyan-300\/75 {
  border-left-color: rgb(103 232 249 / 0.75);
}
.border-l-cyan-300\/80 {
  border-left-color: rgb(103 232 249 / 0.8);
}
.border-l-cyan-300\/85 {
  border-left-color: rgb(103 232 249 / 0.85);
}
.border-l-cyan-300\/90 {
  border-left-color: rgb(103 232 249 / 0.9);
}
.border-l-cyan-300\/95 {
  border-left-color: rgb(103 232 249 / 0.95);
}
.border-l-cyan-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-l-cyan-400\/0 {
  border-left-color: rgb(34 211 238 / 0);
}
.border-l-cyan-400\/10 {
  border-left-color: rgb(34 211 238 / 0.1);
}
.border-l-cyan-400\/100 {
  border-left-color: rgb(34 211 238 / 1);
}
.border-l-cyan-400\/15 {
  border-left-color: rgb(34 211 238 / 0.15);
}
.border-l-cyan-400\/20 {
  border-left-color: rgb(34 211 238 / 0.2);
}
.border-l-cyan-400\/25 {
  border-left-color: rgb(34 211 238 / 0.25);
}
.border-l-cyan-400\/30 {
  border-left-color: rgb(34 211 238 / 0.3);
}
.border-l-cyan-400\/35 {
  border-left-color: rgb(34 211 238 / 0.35);
}
.border-l-cyan-400\/40 {
  border-left-color: rgb(34 211 238 / 0.4);
}
.border-l-cyan-400\/45 {
  border-left-color: rgb(34 211 238 / 0.45);
}
.border-l-cyan-400\/5 {
  border-left-color: rgb(34 211 238 / 0.05);
}
.border-l-cyan-400\/50 {
  border-left-color: rgb(34 211 238 / 0.5);
}
.border-l-cyan-400\/55 {
  border-left-color: rgb(34 211 238 / 0.55);
}
.border-l-cyan-400\/60 {
  border-left-color: rgb(34 211 238 / 0.6);
}
.border-l-cyan-400\/65 {
  border-left-color: rgb(34 211 238 / 0.65);
}
.border-l-cyan-400\/70 {
  border-left-color: rgb(34 211 238 / 0.7);
}
.border-l-cyan-400\/75 {
  border-left-color: rgb(34 211 238 / 0.75);
}
.border-l-cyan-400\/80 {
  border-left-color: rgb(34 211 238 / 0.8);
}
.border-l-cyan-400\/85 {
  border-left-color: rgb(34 211 238 / 0.85);
}
.border-l-cyan-400\/90 {
  border-left-color: rgb(34 211 238 / 0.9);
}
.border-l-cyan-400\/95 {
  border-left-color: rgb(34 211 238 / 0.95);
}
.border-l-cyan-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-l-cyan-50\/0 {
  border-left-color: rgb(236 254 255 / 0);
}
.border-l-cyan-50\/10 {
  border-left-color: rgb(236 254 255 / 0.1);
}
.border-l-cyan-50\/100 {
  border-left-color: rgb(236 254 255 / 1);
}
.border-l-cyan-50\/15 {
  border-left-color: rgb(236 254 255 / 0.15);
}
.border-l-cyan-50\/20 {
  border-left-color: rgb(236 254 255 / 0.2);
}
.border-l-cyan-50\/25 {
  border-left-color: rgb(236 254 255 / 0.25);
}
.border-l-cyan-50\/30 {
  border-left-color: rgb(236 254 255 / 0.3);
}
.border-l-cyan-50\/35 {
  border-left-color: rgb(236 254 255 / 0.35);
}
.border-l-cyan-50\/40 {
  border-left-color: rgb(236 254 255 / 0.4);
}
.border-l-cyan-50\/45 {
  border-left-color: rgb(236 254 255 / 0.45);
}
.border-l-cyan-50\/5 {
  border-left-color: rgb(236 254 255 / 0.05);
}
.border-l-cyan-50\/50 {
  border-left-color: rgb(236 254 255 / 0.5);
}
.border-l-cyan-50\/55 {
  border-left-color: rgb(236 254 255 / 0.55);
}
.border-l-cyan-50\/60 {
  border-left-color: rgb(236 254 255 / 0.6);
}
.border-l-cyan-50\/65 {
  border-left-color: rgb(236 254 255 / 0.65);
}
.border-l-cyan-50\/70 {
  border-left-color: rgb(236 254 255 / 0.7);
}
.border-l-cyan-50\/75 {
  border-left-color: rgb(236 254 255 / 0.75);
}
.border-l-cyan-50\/80 {
  border-left-color: rgb(236 254 255 / 0.8);
}
.border-l-cyan-50\/85 {
  border-left-color: rgb(236 254 255 / 0.85);
}
.border-l-cyan-50\/90 {
  border-left-color: rgb(236 254 255 / 0.9);
}
.border-l-cyan-50\/95 {
  border-left-color: rgb(236 254 255 / 0.95);
}
.border-l-cyan-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-l-cyan-500\/0 {
  border-left-color: rgb(6 182 212 / 0);
}
.border-l-cyan-500\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
}
.border-l-cyan-500\/100 {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-cyan-500\/15 {
  border-left-color: rgb(6 182 212 / 0.15);
}
.border-l-cyan-500\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
}
.border-l-cyan-500\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
}
.border-l-cyan-500\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
}
.border-l-cyan-500\/35 {
  border-left-color: rgb(6 182 212 / 0.35);
}
.border-l-cyan-500\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
}
.border-l-cyan-500\/45 {
  border-left-color: rgb(6 182 212 / 0.45);
}
.border-l-cyan-500\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
}
.border-l-cyan-500\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-cyan-500\/55 {
  border-left-color: rgb(6 182 212 / 0.55);
}
.border-l-cyan-500\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
}
.border-l-cyan-500\/65 {
  border-left-color: rgb(6 182 212 / 0.65);
}
.border-l-cyan-500\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
}
.border-l-cyan-500\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
}
.border-l-cyan-500\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
}
.border-l-cyan-500\/85 {
  border-left-color: rgb(6 182 212 / 0.85);
}
.border-l-cyan-500\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
}
.border-l-cyan-500\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
}
.border-l-cyan-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-l-cyan-600\/0 {
  border-left-color: rgb(8 145 178 / 0);
}
.border-l-cyan-600\/10 {
  border-left-color: rgb(8 145 178 / 0.1);
}
.border-l-cyan-600\/100 {
  border-left-color: rgb(8 145 178 / 1);
}
.border-l-cyan-600\/15 {
  border-left-color: rgb(8 145 178 / 0.15);
}
.border-l-cyan-600\/20 {
  border-left-color: rgb(8 145 178 / 0.2);
}
.border-l-cyan-600\/25 {
  border-left-color: rgb(8 145 178 / 0.25);
}
.border-l-cyan-600\/30 {
  border-left-color: rgb(8 145 178 / 0.3);
}
.border-l-cyan-600\/35 {
  border-left-color: rgb(8 145 178 / 0.35);
}
.border-l-cyan-600\/40 {
  border-left-color: rgb(8 145 178 / 0.4);
}
.border-l-cyan-600\/45 {
  border-left-color: rgb(8 145 178 / 0.45);
}
.border-l-cyan-600\/5 {
  border-left-color: rgb(8 145 178 / 0.05);
}
.border-l-cyan-600\/50 {
  border-left-color: rgb(8 145 178 / 0.5);
}
.border-l-cyan-600\/55 {
  border-left-color: rgb(8 145 178 / 0.55);
}
.border-l-cyan-600\/60 {
  border-left-color: rgb(8 145 178 / 0.6);
}
.border-l-cyan-600\/65 {
  border-left-color: rgb(8 145 178 / 0.65);
}
.border-l-cyan-600\/70 {
  border-left-color: rgb(8 145 178 / 0.7);
}
.border-l-cyan-600\/75 {
  border-left-color: rgb(8 145 178 / 0.75);
}
.border-l-cyan-600\/80 {
  border-left-color: rgb(8 145 178 / 0.8);
}
.border-l-cyan-600\/85 {
  border-left-color: rgb(8 145 178 / 0.85);
}
.border-l-cyan-600\/90 {
  border-left-color: rgb(8 145 178 / 0.9);
}
.border-l-cyan-600\/95 {
  border-left-color: rgb(8 145 178 / 0.95);
}
.border-l-cyan-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-l-cyan-700\/0 {
  border-left-color: rgb(14 116 144 / 0);
}
.border-l-cyan-700\/10 {
  border-left-color: rgb(14 116 144 / 0.1);
}
.border-l-cyan-700\/100 {
  border-left-color: rgb(14 116 144 / 1);
}
.border-l-cyan-700\/15 {
  border-left-color: rgb(14 116 144 / 0.15);
}
.border-l-cyan-700\/20 {
  border-left-color: rgb(14 116 144 / 0.2);
}
.border-l-cyan-700\/25 {
  border-left-color: rgb(14 116 144 / 0.25);
}
.border-l-cyan-700\/30 {
  border-left-color: rgb(14 116 144 / 0.3);
}
.border-l-cyan-700\/35 {
  border-left-color: rgb(14 116 144 / 0.35);
}
.border-l-cyan-700\/40 {
  border-left-color: rgb(14 116 144 / 0.4);
}
.border-l-cyan-700\/45 {
  border-left-color: rgb(14 116 144 / 0.45);
}
.border-l-cyan-700\/5 {
  border-left-color: rgb(14 116 144 / 0.05);
}
.border-l-cyan-700\/50 {
  border-left-color: rgb(14 116 144 / 0.5);
}
.border-l-cyan-700\/55 {
  border-left-color: rgb(14 116 144 / 0.55);
}
.border-l-cyan-700\/60 {
  border-left-color: rgb(14 116 144 / 0.6);
}
.border-l-cyan-700\/65 {
  border-left-color: rgb(14 116 144 / 0.65);
}
.border-l-cyan-700\/70 {
  border-left-color: rgb(14 116 144 / 0.7);
}
.border-l-cyan-700\/75 {
  border-left-color: rgb(14 116 144 / 0.75);
}
.border-l-cyan-700\/80 {
  border-left-color: rgb(14 116 144 / 0.8);
}
.border-l-cyan-700\/85 {
  border-left-color: rgb(14 116 144 / 0.85);
}
.border-l-cyan-700\/90 {
  border-left-color: rgb(14 116 144 / 0.9);
}
.border-l-cyan-700\/95 {
  border-left-color: rgb(14 116 144 / 0.95);
}
.border-l-cyan-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-l-cyan-800\/0 {
  border-left-color: rgb(21 94 117 / 0);
}
.border-l-cyan-800\/10 {
  border-left-color: rgb(21 94 117 / 0.1);
}
.border-l-cyan-800\/100 {
  border-left-color: rgb(21 94 117 / 1);
}
.border-l-cyan-800\/15 {
  border-left-color: rgb(21 94 117 / 0.15);
}
.border-l-cyan-800\/20 {
  border-left-color: rgb(21 94 117 / 0.2);
}
.border-l-cyan-800\/25 {
  border-left-color: rgb(21 94 117 / 0.25);
}
.border-l-cyan-800\/30 {
  border-left-color: rgb(21 94 117 / 0.3);
}
.border-l-cyan-800\/35 {
  border-left-color: rgb(21 94 117 / 0.35);
}
.border-l-cyan-800\/40 {
  border-left-color: rgb(21 94 117 / 0.4);
}
.border-l-cyan-800\/45 {
  border-left-color: rgb(21 94 117 / 0.45);
}
.border-l-cyan-800\/5 {
  border-left-color: rgb(21 94 117 / 0.05);
}
.border-l-cyan-800\/50 {
  border-left-color: rgb(21 94 117 / 0.5);
}
.border-l-cyan-800\/55 {
  border-left-color: rgb(21 94 117 / 0.55);
}
.border-l-cyan-800\/60 {
  border-left-color: rgb(21 94 117 / 0.6);
}
.border-l-cyan-800\/65 {
  border-left-color: rgb(21 94 117 / 0.65);
}
.border-l-cyan-800\/70 {
  border-left-color: rgb(21 94 117 / 0.7);
}
.border-l-cyan-800\/75 {
  border-left-color: rgb(21 94 117 / 0.75);
}
.border-l-cyan-800\/80 {
  border-left-color: rgb(21 94 117 / 0.8);
}
.border-l-cyan-800\/85 {
  border-left-color: rgb(21 94 117 / 0.85);
}
.border-l-cyan-800\/90 {
  border-left-color: rgb(21 94 117 / 0.9);
}
.border-l-cyan-800\/95 {
  border-left-color: rgb(21 94 117 / 0.95);
}
.border-l-cyan-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-l-cyan-900\/0 {
  border-left-color: rgb(22 78 99 / 0);
}
.border-l-cyan-900\/10 {
  border-left-color: rgb(22 78 99 / 0.1);
}
.border-l-cyan-900\/100 {
  border-left-color: rgb(22 78 99 / 1);
}
.border-l-cyan-900\/15 {
  border-left-color: rgb(22 78 99 / 0.15);
}
.border-l-cyan-900\/20 {
  border-left-color: rgb(22 78 99 / 0.2);
}
.border-l-cyan-900\/25 {
  border-left-color: rgb(22 78 99 / 0.25);
}
.border-l-cyan-900\/30 {
  border-left-color: rgb(22 78 99 / 0.3);
}
.border-l-cyan-900\/35 {
  border-left-color: rgb(22 78 99 / 0.35);
}
.border-l-cyan-900\/40 {
  border-left-color: rgb(22 78 99 / 0.4);
}
.border-l-cyan-900\/45 {
  border-left-color: rgb(22 78 99 / 0.45);
}
.border-l-cyan-900\/5 {
  border-left-color: rgb(22 78 99 / 0.05);
}
.border-l-cyan-900\/50 {
  border-left-color: rgb(22 78 99 / 0.5);
}
.border-l-cyan-900\/55 {
  border-left-color: rgb(22 78 99 / 0.55);
}
.border-l-cyan-900\/60 {
  border-left-color: rgb(22 78 99 / 0.6);
}
.border-l-cyan-900\/65 {
  border-left-color: rgb(22 78 99 / 0.65);
}
.border-l-cyan-900\/70 {
  border-left-color: rgb(22 78 99 / 0.7);
}
.border-l-cyan-900\/75 {
  border-left-color: rgb(22 78 99 / 0.75);
}
.border-l-cyan-900\/80 {
  border-left-color: rgb(22 78 99 / 0.8);
}
.border-l-cyan-900\/85 {
  border-left-color: rgb(22 78 99 / 0.85);
}
.border-l-cyan-900\/90 {
  border-left-color: rgb(22 78 99 / 0.9);
}
.border-l-cyan-900\/95 {
  border-left-color: rgb(22 78 99 / 0.95);
}
.border-l-cyan-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-l-cyan-950\/0 {
  border-left-color: rgb(8 51 68 / 0);
}
.border-l-cyan-950\/10 {
  border-left-color: rgb(8 51 68 / 0.1);
}
.border-l-cyan-950\/100 {
  border-left-color: rgb(8 51 68 / 1);
}
.border-l-cyan-950\/15 {
  border-left-color: rgb(8 51 68 / 0.15);
}
.border-l-cyan-950\/20 {
  border-left-color: rgb(8 51 68 / 0.2);
}
.border-l-cyan-950\/25 {
  border-left-color: rgb(8 51 68 / 0.25);
}
.border-l-cyan-950\/30 {
  border-left-color: rgb(8 51 68 / 0.3);
}
.border-l-cyan-950\/35 {
  border-left-color: rgb(8 51 68 / 0.35);
}
.border-l-cyan-950\/40 {
  border-left-color: rgb(8 51 68 / 0.4);
}
.border-l-cyan-950\/45 {
  border-left-color: rgb(8 51 68 / 0.45);
}
.border-l-cyan-950\/5 {
  border-left-color: rgb(8 51 68 / 0.05);
}
.border-l-cyan-950\/50 {
  border-left-color: rgb(8 51 68 / 0.5);
}
.border-l-cyan-950\/55 {
  border-left-color: rgb(8 51 68 / 0.55);
}
.border-l-cyan-950\/60 {
  border-left-color: rgb(8 51 68 / 0.6);
}
.border-l-cyan-950\/65 {
  border-left-color: rgb(8 51 68 / 0.65);
}
.border-l-cyan-950\/70 {
  border-left-color: rgb(8 51 68 / 0.7);
}
.border-l-cyan-950\/75 {
  border-left-color: rgb(8 51 68 / 0.75);
}
.border-l-cyan-950\/80 {
  border-left-color: rgb(8 51 68 / 0.8);
}
.border-l-cyan-950\/85 {
  border-left-color: rgb(8 51 68 / 0.85);
}
.border-l-cyan-950\/90 {
  border-left-color: rgb(8 51 68 / 0.9);
}
.border-l-cyan-950\/95 {
  border-left-color: rgb(8 51 68 / 0.95);
}
.border-l-emerald-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-l-emerald-100\/0 {
  border-left-color: rgb(209 250 229 / 0);
}
.border-l-emerald-100\/10 {
  border-left-color: rgb(209 250 229 / 0.1);
}
.border-l-emerald-100\/100 {
  border-left-color: rgb(209 250 229 / 1);
}
.border-l-emerald-100\/15 {
  border-left-color: rgb(209 250 229 / 0.15);
}
.border-l-emerald-100\/20 {
  border-left-color: rgb(209 250 229 / 0.2);
}
.border-l-emerald-100\/25 {
  border-left-color: rgb(209 250 229 / 0.25);
}
.border-l-emerald-100\/30 {
  border-left-color: rgb(209 250 229 / 0.3);
}
.border-l-emerald-100\/35 {
  border-left-color: rgb(209 250 229 / 0.35);
}
.border-l-emerald-100\/40 {
  border-left-color: rgb(209 250 229 / 0.4);
}
.border-l-emerald-100\/45 {
  border-left-color: rgb(209 250 229 / 0.45);
}
.border-l-emerald-100\/5 {
  border-left-color: rgb(209 250 229 / 0.05);
}
.border-l-emerald-100\/50 {
  border-left-color: rgb(209 250 229 / 0.5);
}
.border-l-emerald-100\/55 {
  border-left-color: rgb(209 250 229 / 0.55);
}
.border-l-emerald-100\/60 {
  border-left-color: rgb(209 250 229 / 0.6);
}
.border-l-emerald-100\/65 {
  border-left-color: rgb(209 250 229 / 0.65);
}
.border-l-emerald-100\/70 {
  border-left-color: rgb(209 250 229 / 0.7);
}
.border-l-emerald-100\/75 {
  border-left-color: rgb(209 250 229 / 0.75);
}
.border-l-emerald-100\/80 {
  border-left-color: rgb(209 250 229 / 0.8);
}
.border-l-emerald-100\/85 {
  border-left-color: rgb(209 250 229 / 0.85);
}
.border-l-emerald-100\/90 {
  border-left-color: rgb(209 250 229 / 0.9);
}
.border-l-emerald-100\/95 {
  border-left-color: rgb(209 250 229 / 0.95);
}
.border-l-emerald-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-l-emerald-200\/0 {
  border-left-color: rgb(167 243 208 / 0);
}
.border-l-emerald-200\/10 {
  border-left-color: rgb(167 243 208 / 0.1);
}
.border-l-emerald-200\/100 {
  border-left-color: rgb(167 243 208 / 1);
}
.border-l-emerald-200\/15 {
  border-left-color: rgb(167 243 208 / 0.15);
}
.border-l-emerald-200\/20 {
  border-left-color: rgb(167 243 208 / 0.2);
}
.border-l-emerald-200\/25 {
  border-left-color: rgb(167 243 208 / 0.25);
}
.border-l-emerald-200\/30 {
  border-left-color: rgb(167 243 208 / 0.3);
}
.border-l-emerald-200\/35 {
  border-left-color: rgb(167 243 208 / 0.35);
}
.border-l-emerald-200\/40 {
  border-left-color: rgb(167 243 208 / 0.4);
}
.border-l-emerald-200\/45 {
  border-left-color: rgb(167 243 208 / 0.45);
}
.border-l-emerald-200\/5 {
  border-left-color: rgb(167 243 208 / 0.05);
}
.border-l-emerald-200\/50 {
  border-left-color: rgb(167 243 208 / 0.5);
}
.border-l-emerald-200\/55 {
  border-left-color: rgb(167 243 208 / 0.55);
}
.border-l-emerald-200\/60 {
  border-left-color: rgb(167 243 208 / 0.6);
}
.border-l-emerald-200\/65 {
  border-left-color: rgb(167 243 208 / 0.65);
}
.border-l-emerald-200\/70 {
  border-left-color: rgb(167 243 208 / 0.7);
}
.border-l-emerald-200\/75 {
  border-left-color: rgb(167 243 208 / 0.75);
}
.border-l-emerald-200\/80 {
  border-left-color: rgb(167 243 208 / 0.8);
}
.border-l-emerald-200\/85 {
  border-left-color: rgb(167 243 208 / 0.85);
}
.border-l-emerald-200\/90 {
  border-left-color: rgb(167 243 208 / 0.9);
}
.border-l-emerald-200\/95 {
  border-left-color: rgb(167 243 208 / 0.95);
}
.border-l-emerald-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-l-emerald-300\/0 {
  border-left-color: rgb(110 231 183 / 0);
}
.border-l-emerald-300\/10 {
  border-left-color: rgb(110 231 183 / 0.1);
}
.border-l-emerald-300\/100 {
  border-left-color: rgb(110 231 183 / 1);
}
.border-l-emerald-300\/15 {
  border-left-color: rgb(110 231 183 / 0.15);
}
.border-l-emerald-300\/20 {
  border-left-color: rgb(110 231 183 / 0.2);
}
.border-l-emerald-300\/25 {
  border-left-color: rgb(110 231 183 / 0.25);
}
.border-l-emerald-300\/30 {
  border-left-color: rgb(110 231 183 / 0.3);
}
.border-l-emerald-300\/35 {
  border-left-color: rgb(110 231 183 / 0.35);
}
.border-l-emerald-300\/40 {
  border-left-color: rgb(110 231 183 / 0.4);
}
.border-l-emerald-300\/45 {
  border-left-color: rgb(110 231 183 / 0.45);
}
.border-l-emerald-300\/5 {
  border-left-color: rgb(110 231 183 / 0.05);
}
.border-l-emerald-300\/50 {
  border-left-color: rgb(110 231 183 / 0.5);
}
.border-l-emerald-300\/55 {
  border-left-color: rgb(110 231 183 / 0.55);
}
.border-l-emerald-300\/60 {
  border-left-color: rgb(110 231 183 / 0.6);
}
.border-l-emerald-300\/65 {
  border-left-color: rgb(110 231 183 / 0.65);
}
.border-l-emerald-300\/70 {
  border-left-color: rgb(110 231 183 / 0.7);
}
.border-l-emerald-300\/75 {
  border-left-color: rgb(110 231 183 / 0.75);
}
.border-l-emerald-300\/80 {
  border-left-color: rgb(110 231 183 / 0.8);
}
.border-l-emerald-300\/85 {
  border-left-color: rgb(110 231 183 / 0.85);
}
.border-l-emerald-300\/90 {
  border-left-color: rgb(110 231 183 / 0.9);
}
.border-l-emerald-300\/95 {
  border-left-color: rgb(110 231 183 / 0.95);
}
.border-l-emerald-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-l-emerald-400\/0 {
  border-left-color: rgb(52 211 153 / 0);
}
.border-l-emerald-400\/10 {
  border-left-color: rgb(52 211 153 / 0.1);
}
.border-l-emerald-400\/100 {
  border-left-color: rgb(52 211 153 / 1);
}
.border-l-emerald-400\/15 {
  border-left-color: rgb(52 211 153 / 0.15);
}
.border-l-emerald-400\/20 {
  border-left-color: rgb(52 211 153 / 0.2);
}
.border-l-emerald-400\/25 {
  border-left-color: rgb(52 211 153 / 0.25);
}
.border-l-emerald-400\/30 {
  border-left-color: rgb(52 211 153 / 0.3);
}
.border-l-emerald-400\/35 {
  border-left-color: rgb(52 211 153 / 0.35);
}
.border-l-emerald-400\/40 {
  border-left-color: rgb(52 211 153 / 0.4);
}
.border-l-emerald-400\/45 {
  border-left-color: rgb(52 211 153 / 0.45);
}
.border-l-emerald-400\/5 {
  border-left-color: rgb(52 211 153 / 0.05);
}
.border-l-emerald-400\/50 {
  border-left-color: rgb(52 211 153 / 0.5);
}
.border-l-emerald-400\/55 {
  border-left-color: rgb(52 211 153 / 0.55);
}
.border-l-emerald-400\/60 {
  border-left-color: rgb(52 211 153 / 0.6);
}
.border-l-emerald-400\/65 {
  border-left-color: rgb(52 211 153 / 0.65);
}
.border-l-emerald-400\/70 {
  border-left-color: rgb(52 211 153 / 0.7);
}
.border-l-emerald-400\/75 {
  border-left-color: rgb(52 211 153 / 0.75);
}
.border-l-emerald-400\/80 {
  border-left-color: rgb(52 211 153 / 0.8);
}
.border-l-emerald-400\/85 {
  border-left-color: rgb(52 211 153 / 0.85);
}
.border-l-emerald-400\/90 {
  border-left-color: rgb(52 211 153 / 0.9);
}
.border-l-emerald-400\/95 {
  border-left-color: rgb(52 211 153 / 0.95);
}
.border-l-emerald-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-l-emerald-50\/0 {
  border-left-color: rgb(236 253 245 / 0);
}
.border-l-emerald-50\/10 {
  border-left-color: rgb(236 253 245 / 0.1);
}
.border-l-emerald-50\/100 {
  border-left-color: rgb(236 253 245 / 1);
}
.border-l-emerald-50\/15 {
  border-left-color: rgb(236 253 245 / 0.15);
}
.border-l-emerald-50\/20 {
  border-left-color: rgb(236 253 245 / 0.2);
}
.border-l-emerald-50\/25 {
  border-left-color: rgb(236 253 245 / 0.25);
}
.border-l-emerald-50\/30 {
  border-left-color: rgb(236 253 245 / 0.3);
}
.border-l-emerald-50\/35 {
  border-left-color: rgb(236 253 245 / 0.35);
}
.border-l-emerald-50\/40 {
  border-left-color: rgb(236 253 245 / 0.4);
}
.border-l-emerald-50\/45 {
  border-left-color: rgb(236 253 245 / 0.45);
}
.border-l-emerald-50\/5 {
  border-left-color: rgb(236 253 245 / 0.05);
}
.border-l-emerald-50\/50 {
  border-left-color: rgb(236 253 245 / 0.5);
}
.border-l-emerald-50\/55 {
  border-left-color: rgb(236 253 245 / 0.55);
}
.border-l-emerald-50\/60 {
  border-left-color: rgb(236 253 245 / 0.6);
}
.border-l-emerald-50\/65 {
  border-left-color: rgb(236 253 245 / 0.65);
}
.border-l-emerald-50\/70 {
  border-left-color: rgb(236 253 245 / 0.7);
}
.border-l-emerald-50\/75 {
  border-left-color: rgb(236 253 245 / 0.75);
}
.border-l-emerald-50\/80 {
  border-left-color: rgb(236 253 245 / 0.8);
}
.border-l-emerald-50\/85 {
  border-left-color: rgb(236 253 245 / 0.85);
}
.border-l-emerald-50\/90 {
  border-left-color: rgb(236 253 245 / 0.9);
}
.border-l-emerald-50\/95 {
  border-left-color: rgb(236 253 245 / 0.95);
}
.border-l-emerald-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-l-emerald-500\/0 {
  border-left-color: rgb(16 185 129 / 0);
}
.border-l-emerald-500\/10 {
  border-left-color: rgb(16 185 129 / 0.1);
}
.border-l-emerald-500\/100 {
  border-left-color: rgb(16 185 129 / 1);
}
.border-l-emerald-500\/15 {
  border-left-color: rgb(16 185 129 / 0.15);
}
.border-l-emerald-500\/20 {
  border-left-color: rgb(16 185 129 / 0.2);
}
.border-l-emerald-500\/25 {
  border-left-color: rgb(16 185 129 / 0.25);
}
.border-l-emerald-500\/30 {
  border-left-color: rgb(16 185 129 / 0.3);
}
.border-l-emerald-500\/35 {
  border-left-color: rgb(16 185 129 / 0.35);
}
.border-l-emerald-500\/40 {
  border-left-color: rgb(16 185 129 / 0.4);
}
.border-l-emerald-500\/45 {
  border-left-color: rgb(16 185 129 / 0.45);
}
.border-l-emerald-500\/5 {
  border-left-color: rgb(16 185 129 / 0.05);
}
.border-l-emerald-500\/50 {
  border-left-color: rgb(16 185 129 / 0.5);
}
.border-l-emerald-500\/55 {
  border-left-color: rgb(16 185 129 / 0.55);
}
.border-l-emerald-500\/60 {
  border-left-color: rgb(16 185 129 / 0.6);
}
.border-l-emerald-500\/65 {
  border-left-color: rgb(16 185 129 / 0.65);
}
.border-l-emerald-500\/70 {
  border-left-color: rgb(16 185 129 / 0.7);
}
.border-l-emerald-500\/75 {
  border-left-color: rgb(16 185 129 / 0.75);
}
.border-l-emerald-500\/80 {
  border-left-color: rgb(16 185 129 / 0.8);
}
.border-l-emerald-500\/85 {
  border-left-color: rgb(16 185 129 / 0.85);
}
.border-l-emerald-500\/90 {
  border-left-color: rgb(16 185 129 / 0.9);
}
.border-l-emerald-500\/95 {
  border-left-color: rgb(16 185 129 / 0.95);
}
.border-l-emerald-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-l-emerald-600\/0 {
  border-left-color: rgb(5 150 105 / 0);
}
.border-l-emerald-600\/10 {
  border-left-color: rgb(5 150 105 / 0.1);
}
.border-l-emerald-600\/100 {
  border-left-color: rgb(5 150 105 / 1);
}
.border-l-emerald-600\/15 {
  border-left-color: rgb(5 150 105 / 0.15);
}
.border-l-emerald-600\/20 {
  border-left-color: rgb(5 150 105 / 0.2);
}
.border-l-emerald-600\/25 {
  border-left-color: rgb(5 150 105 / 0.25);
}
.border-l-emerald-600\/30 {
  border-left-color: rgb(5 150 105 / 0.3);
}
.border-l-emerald-600\/35 {
  border-left-color: rgb(5 150 105 / 0.35);
}
.border-l-emerald-600\/40 {
  border-left-color: rgb(5 150 105 / 0.4);
}
.border-l-emerald-600\/45 {
  border-left-color: rgb(5 150 105 / 0.45);
}
.border-l-emerald-600\/5 {
  border-left-color: rgb(5 150 105 / 0.05);
}
.border-l-emerald-600\/50 {
  border-left-color: rgb(5 150 105 / 0.5);
}
.border-l-emerald-600\/55 {
  border-left-color: rgb(5 150 105 / 0.55);
}
.border-l-emerald-600\/60 {
  border-left-color: rgb(5 150 105 / 0.6);
}
.border-l-emerald-600\/65 {
  border-left-color: rgb(5 150 105 / 0.65);
}
.border-l-emerald-600\/70 {
  border-left-color: rgb(5 150 105 / 0.7);
}
.border-l-emerald-600\/75 {
  border-left-color: rgb(5 150 105 / 0.75);
}
.border-l-emerald-600\/80 {
  border-left-color: rgb(5 150 105 / 0.8);
}
.border-l-emerald-600\/85 {
  border-left-color: rgb(5 150 105 / 0.85);
}
.border-l-emerald-600\/90 {
  border-left-color: rgb(5 150 105 / 0.9);
}
.border-l-emerald-600\/95 {
  border-left-color: rgb(5 150 105 / 0.95);
}
.border-l-emerald-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-l-emerald-700\/0 {
  border-left-color: rgb(4 120 87 / 0);
}
.border-l-emerald-700\/10 {
  border-left-color: rgb(4 120 87 / 0.1);
}
.border-l-emerald-700\/100 {
  border-left-color: rgb(4 120 87 / 1);
}
.border-l-emerald-700\/15 {
  border-left-color: rgb(4 120 87 / 0.15);
}
.border-l-emerald-700\/20 {
  border-left-color: rgb(4 120 87 / 0.2);
}
.border-l-emerald-700\/25 {
  border-left-color: rgb(4 120 87 / 0.25);
}
.border-l-emerald-700\/30 {
  border-left-color: rgb(4 120 87 / 0.3);
}
.border-l-emerald-700\/35 {
  border-left-color: rgb(4 120 87 / 0.35);
}
.border-l-emerald-700\/40 {
  border-left-color: rgb(4 120 87 / 0.4);
}
.border-l-emerald-700\/45 {
  border-left-color: rgb(4 120 87 / 0.45);
}
.border-l-emerald-700\/5 {
  border-left-color: rgb(4 120 87 / 0.05);
}
.border-l-emerald-700\/50 {
  border-left-color: rgb(4 120 87 / 0.5);
}
.border-l-emerald-700\/55 {
  border-left-color: rgb(4 120 87 / 0.55);
}
.border-l-emerald-700\/60 {
  border-left-color: rgb(4 120 87 / 0.6);
}
.border-l-emerald-700\/65 {
  border-left-color: rgb(4 120 87 / 0.65);
}
.border-l-emerald-700\/70 {
  border-left-color: rgb(4 120 87 / 0.7);
}
.border-l-emerald-700\/75 {
  border-left-color: rgb(4 120 87 / 0.75);
}
.border-l-emerald-700\/80 {
  border-left-color: rgb(4 120 87 / 0.8);
}
.border-l-emerald-700\/85 {
  border-left-color: rgb(4 120 87 / 0.85);
}
.border-l-emerald-700\/90 {
  border-left-color: rgb(4 120 87 / 0.9);
}
.border-l-emerald-700\/95 {
  border-left-color: rgb(4 120 87 / 0.95);
}
.border-l-emerald-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-l-emerald-800\/0 {
  border-left-color: rgb(6 95 70 / 0);
}
.border-l-emerald-800\/10 {
  border-left-color: rgb(6 95 70 / 0.1);
}
.border-l-emerald-800\/100 {
  border-left-color: rgb(6 95 70 / 1);
}
.border-l-emerald-800\/15 {
  border-left-color: rgb(6 95 70 / 0.15);
}
.border-l-emerald-800\/20 {
  border-left-color: rgb(6 95 70 / 0.2);
}
.border-l-emerald-800\/25 {
  border-left-color: rgb(6 95 70 / 0.25);
}
.border-l-emerald-800\/30 {
  border-left-color: rgb(6 95 70 / 0.3);
}
.border-l-emerald-800\/35 {
  border-left-color: rgb(6 95 70 / 0.35);
}
.border-l-emerald-800\/40 {
  border-left-color: rgb(6 95 70 / 0.4);
}
.border-l-emerald-800\/45 {
  border-left-color: rgb(6 95 70 / 0.45);
}
.border-l-emerald-800\/5 {
  border-left-color: rgb(6 95 70 / 0.05);
}
.border-l-emerald-800\/50 {
  border-left-color: rgb(6 95 70 / 0.5);
}
.border-l-emerald-800\/55 {
  border-left-color: rgb(6 95 70 / 0.55);
}
.border-l-emerald-800\/60 {
  border-left-color: rgb(6 95 70 / 0.6);
}
.border-l-emerald-800\/65 {
  border-left-color: rgb(6 95 70 / 0.65);
}
.border-l-emerald-800\/70 {
  border-left-color: rgb(6 95 70 / 0.7);
}
.border-l-emerald-800\/75 {
  border-left-color: rgb(6 95 70 / 0.75);
}
.border-l-emerald-800\/80 {
  border-left-color: rgb(6 95 70 / 0.8);
}
.border-l-emerald-800\/85 {
  border-left-color: rgb(6 95 70 / 0.85);
}
.border-l-emerald-800\/90 {
  border-left-color: rgb(6 95 70 / 0.9);
}
.border-l-emerald-800\/95 {
  border-left-color: rgb(6 95 70 / 0.95);
}
.border-l-emerald-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-l-emerald-900\/0 {
  border-left-color: rgb(6 78 59 / 0);
}
.border-l-emerald-900\/10 {
  border-left-color: rgb(6 78 59 / 0.1);
}
.border-l-emerald-900\/100 {
  border-left-color: rgb(6 78 59 / 1);
}
.border-l-emerald-900\/15 {
  border-left-color: rgb(6 78 59 / 0.15);
}
.border-l-emerald-900\/20 {
  border-left-color: rgb(6 78 59 / 0.2);
}
.border-l-emerald-900\/25 {
  border-left-color: rgb(6 78 59 / 0.25);
}
.border-l-emerald-900\/30 {
  border-left-color: rgb(6 78 59 / 0.3);
}
.border-l-emerald-900\/35 {
  border-left-color: rgb(6 78 59 / 0.35);
}
.border-l-emerald-900\/40 {
  border-left-color: rgb(6 78 59 / 0.4);
}
.border-l-emerald-900\/45 {
  border-left-color: rgb(6 78 59 / 0.45);
}
.border-l-emerald-900\/5 {
  border-left-color: rgb(6 78 59 / 0.05);
}
.border-l-emerald-900\/50 {
  border-left-color: rgb(6 78 59 / 0.5);
}
.border-l-emerald-900\/55 {
  border-left-color: rgb(6 78 59 / 0.55);
}
.border-l-emerald-900\/60 {
  border-left-color: rgb(6 78 59 / 0.6);
}
.border-l-emerald-900\/65 {
  border-left-color: rgb(6 78 59 / 0.65);
}
.border-l-emerald-900\/70 {
  border-left-color: rgb(6 78 59 / 0.7);
}
.border-l-emerald-900\/75 {
  border-left-color: rgb(6 78 59 / 0.75);
}
.border-l-emerald-900\/80 {
  border-left-color: rgb(6 78 59 / 0.8);
}
.border-l-emerald-900\/85 {
  border-left-color: rgb(6 78 59 / 0.85);
}
.border-l-emerald-900\/90 {
  border-left-color: rgb(6 78 59 / 0.9);
}
.border-l-emerald-900\/95 {
  border-left-color: rgb(6 78 59 / 0.95);
}
.border-l-emerald-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-l-emerald-950\/0 {
  border-left-color: rgb(2 44 34 / 0);
}
.border-l-emerald-950\/10 {
  border-left-color: rgb(2 44 34 / 0.1);
}
.border-l-emerald-950\/100 {
  border-left-color: rgb(2 44 34 / 1);
}
.border-l-emerald-950\/15 {
  border-left-color: rgb(2 44 34 / 0.15);
}
.border-l-emerald-950\/20 {
  border-left-color: rgb(2 44 34 / 0.2);
}
.border-l-emerald-950\/25 {
  border-left-color: rgb(2 44 34 / 0.25);
}
.border-l-emerald-950\/30 {
  border-left-color: rgb(2 44 34 / 0.3);
}
.border-l-emerald-950\/35 {
  border-left-color: rgb(2 44 34 / 0.35);
}
.border-l-emerald-950\/40 {
  border-left-color: rgb(2 44 34 / 0.4);
}
.border-l-emerald-950\/45 {
  border-left-color: rgb(2 44 34 / 0.45);
}
.border-l-emerald-950\/5 {
  border-left-color: rgb(2 44 34 / 0.05);
}
.border-l-emerald-950\/50 {
  border-left-color: rgb(2 44 34 / 0.5);
}
.border-l-emerald-950\/55 {
  border-left-color: rgb(2 44 34 / 0.55);
}
.border-l-emerald-950\/60 {
  border-left-color: rgb(2 44 34 / 0.6);
}
.border-l-emerald-950\/65 {
  border-left-color: rgb(2 44 34 / 0.65);
}
.border-l-emerald-950\/70 {
  border-left-color: rgb(2 44 34 / 0.7);
}
.border-l-emerald-950\/75 {
  border-left-color: rgb(2 44 34 / 0.75);
}
.border-l-emerald-950\/80 {
  border-left-color: rgb(2 44 34 / 0.8);
}
.border-l-emerald-950\/85 {
  border-left-color: rgb(2 44 34 / 0.85);
}
.border-l-emerald-950\/90 {
  border-left-color: rgb(2 44 34 / 0.9);
}
.border-l-emerald-950\/95 {
  border-left-color: rgb(2 44 34 / 0.95);
}
.border-l-fuchsia-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-100\/0 {
  border-left-color: rgb(250 232 255 / 0);
}
.border-l-fuchsia-100\/10 {
  border-left-color: rgb(250 232 255 / 0.1);
}
.border-l-fuchsia-100\/100 {
  border-left-color: rgb(250 232 255 / 1);
}
.border-l-fuchsia-100\/15 {
  border-left-color: rgb(250 232 255 / 0.15);
}
.border-l-fuchsia-100\/20 {
  border-left-color: rgb(250 232 255 / 0.2);
}
.border-l-fuchsia-100\/25 {
  border-left-color: rgb(250 232 255 / 0.25);
}
.border-l-fuchsia-100\/30 {
  border-left-color: rgb(250 232 255 / 0.3);
}
.border-l-fuchsia-100\/35 {
  border-left-color: rgb(250 232 255 / 0.35);
}
.border-l-fuchsia-100\/40 {
  border-left-color: rgb(250 232 255 / 0.4);
}
.border-l-fuchsia-100\/45 {
  border-left-color: rgb(250 232 255 / 0.45);
}
.border-l-fuchsia-100\/5 {
  border-left-color: rgb(250 232 255 / 0.05);
}
.border-l-fuchsia-100\/50 {
  border-left-color: rgb(250 232 255 / 0.5);
}
.border-l-fuchsia-100\/55 {
  border-left-color: rgb(250 232 255 / 0.55);
}
.border-l-fuchsia-100\/60 {
  border-left-color: rgb(250 232 255 / 0.6);
}
.border-l-fuchsia-100\/65 {
  border-left-color: rgb(250 232 255 / 0.65);
}
.border-l-fuchsia-100\/70 {
  border-left-color: rgb(250 232 255 / 0.7);
}
.border-l-fuchsia-100\/75 {
  border-left-color: rgb(250 232 255 / 0.75);
}
.border-l-fuchsia-100\/80 {
  border-left-color: rgb(250 232 255 / 0.8);
}
.border-l-fuchsia-100\/85 {
  border-left-color: rgb(250 232 255 / 0.85);
}
.border-l-fuchsia-100\/90 {
  border-left-color: rgb(250 232 255 / 0.9);
}
.border-l-fuchsia-100\/95 {
  border-left-color: rgb(250 232 255 / 0.95);
}
.border-l-fuchsia-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-200\/0 {
  border-left-color: rgb(245 208 254 / 0);
}
.border-l-fuchsia-200\/10 {
  border-left-color: rgb(245 208 254 / 0.1);
}
.border-l-fuchsia-200\/100 {
  border-left-color: rgb(245 208 254 / 1);
}
.border-l-fuchsia-200\/15 {
  border-left-color: rgb(245 208 254 / 0.15);
}
.border-l-fuchsia-200\/20 {
  border-left-color: rgb(245 208 254 / 0.2);
}
.border-l-fuchsia-200\/25 {
  border-left-color: rgb(245 208 254 / 0.25);
}
.border-l-fuchsia-200\/30 {
  border-left-color: rgb(245 208 254 / 0.3);
}
.border-l-fuchsia-200\/35 {
  border-left-color: rgb(245 208 254 / 0.35);
}
.border-l-fuchsia-200\/40 {
  border-left-color: rgb(245 208 254 / 0.4);
}
.border-l-fuchsia-200\/45 {
  border-left-color: rgb(245 208 254 / 0.45);
}
.border-l-fuchsia-200\/5 {
  border-left-color: rgb(245 208 254 / 0.05);
}
.border-l-fuchsia-200\/50 {
  border-left-color: rgb(245 208 254 / 0.5);
}
.border-l-fuchsia-200\/55 {
  border-left-color: rgb(245 208 254 / 0.55);
}
.border-l-fuchsia-200\/60 {
  border-left-color: rgb(245 208 254 / 0.6);
}
.border-l-fuchsia-200\/65 {
  border-left-color: rgb(245 208 254 / 0.65);
}
.border-l-fuchsia-200\/70 {
  border-left-color: rgb(245 208 254 / 0.7);
}
.border-l-fuchsia-200\/75 {
  border-left-color: rgb(245 208 254 / 0.75);
}
.border-l-fuchsia-200\/80 {
  border-left-color: rgb(245 208 254 / 0.8);
}
.border-l-fuchsia-200\/85 {
  border-left-color: rgb(245 208 254 / 0.85);
}
.border-l-fuchsia-200\/90 {
  border-left-color: rgb(245 208 254 / 0.9);
}
.border-l-fuchsia-200\/95 {
  border-left-color: rgb(245 208 254 / 0.95);
}
.border-l-fuchsia-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-300\/0 {
  border-left-color: rgb(240 171 252 / 0);
}
.border-l-fuchsia-300\/10 {
  border-left-color: rgb(240 171 252 / 0.1);
}
.border-l-fuchsia-300\/100 {
  border-left-color: rgb(240 171 252 / 1);
}
.border-l-fuchsia-300\/15 {
  border-left-color: rgb(240 171 252 / 0.15);
}
.border-l-fuchsia-300\/20 {
  border-left-color: rgb(240 171 252 / 0.2);
}
.border-l-fuchsia-300\/25 {
  border-left-color: rgb(240 171 252 / 0.25);
}
.border-l-fuchsia-300\/30 {
  border-left-color: rgb(240 171 252 / 0.3);
}
.border-l-fuchsia-300\/35 {
  border-left-color: rgb(240 171 252 / 0.35);
}
.border-l-fuchsia-300\/40 {
  border-left-color: rgb(240 171 252 / 0.4);
}
.border-l-fuchsia-300\/45 {
  border-left-color: rgb(240 171 252 / 0.45);
}
.border-l-fuchsia-300\/5 {
  border-left-color: rgb(240 171 252 / 0.05);
}
.border-l-fuchsia-300\/50 {
  border-left-color: rgb(240 171 252 / 0.5);
}
.border-l-fuchsia-300\/55 {
  border-left-color: rgb(240 171 252 / 0.55);
}
.border-l-fuchsia-300\/60 {
  border-left-color: rgb(240 171 252 / 0.6);
}
.border-l-fuchsia-300\/65 {
  border-left-color: rgb(240 171 252 / 0.65);
}
.border-l-fuchsia-300\/70 {
  border-left-color: rgb(240 171 252 / 0.7);
}
.border-l-fuchsia-300\/75 {
  border-left-color: rgb(240 171 252 / 0.75);
}
.border-l-fuchsia-300\/80 {
  border-left-color: rgb(240 171 252 / 0.8);
}
.border-l-fuchsia-300\/85 {
  border-left-color: rgb(240 171 252 / 0.85);
}
.border-l-fuchsia-300\/90 {
  border-left-color: rgb(240 171 252 / 0.9);
}
.border-l-fuchsia-300\/95 {
  border-left-color: rgb(240 171 252 / 0.95);
}
.border-l-fuchsia-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-400\/0 {
  border-left-color: rgb(232 121 249 / 0);
}
.border-l-fuchsia-400\/10 {
  border-left-color: rgb(232 121 249 / 0.1);
}
.border-l-fuchsia-400\/100 {
  border-left-color: rgb(232 121 249 / 1);
}
.border-l-fuchsia-400\/15 {
  border-left-color: rgb(232 121 249 / 0.15);
}
.border-l-fuchsia-400\/20 {
  border-left-color: rgb(232 121 249 / 0.2);
}
.border-l-fuchsia-400\/25 {
  border-left-color: rgb(232 121 249 / 0.25);
}
.border-l-fuchsia-400\/30 {
  border-left-color: rgb(232 121 249 / 0.3);
}
.border-l-fuchsia-400\/35 {
  border-left-color: rgb(232 121 249 / 0.35);
}
.border-l-fuchsia-400\/40 {
  border-left-color: rgb(232 121 249 / 0.4);
}
.border-l-fuchsia-400\/45 {
  border-left-color: rgb(232 121 249 / 0.45);
}
.border-l-fuchsia-400\/5 {
  border-left-color: rgb(232 121 249 / 0.05);
}
.border-l-fuchsia-400\/50 {
  border-left-color: rgb(232 121 249 / 0.5);
}
.border-l-fuchsia-400\/55 {
  border-left-color: rgb(232 121 249 / 0.55);
}
.border-l-fuchsia-400\/60 {
  border-left-color: rgb(232 121 249 / 0.6);
}
.border-l-fuchsia-400\/65 {
  border-left-color: rgb(232 121 249 / 0.65);
}
.border-l-fuchsia-400\/70 {
  border-left-color: rgb(232 121 249 / 0.7);
}
.border-l-fuchsia-400\/75 {
  border-left-color: rgb(232 121 249 / 0.75);
}
.border-l-fuchsia-400\/80 {
  border-left-color: rgb(232 121 249 / 0.8);
}
.border-l-fuchsia-400\/85 {
  border-left-color: rgb(232 121 249 / 0.85);
}
.border-l-fuchsia-400\/90 {
  border-left-color: rgb(232 121 249 / 0.9);
}
.border-l-fuchsia-400\/95 {
  border-left-color: rgb(232 121 249 / 0.95);
}
.border-l-fuchsia-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-50\/0 {
  border-left-color: rgb(253 244 255 / 0);
}
.border-l-fuchsia-50\/10 {
  border-left-color: rgb(253 244 255 / 0.1);
}
.border-l-fuchsia-50\/100 {
  border-left-color: rgb(253 244 255 / 1);
}
.border-l-fuchsia-50\/15 {
  border-left-color: rgb(253 244 255 / 0.15);
}
.border-l-fuchsia-50\/20 {
  border-left-color: rgb(253 244 255 / 0.2);
}
.border-l-fuchsia-50\/25 {
  border-left-color: rgb(253 244 255 / 0.25);
}
.border-l-fuchsia-50\/30 {
  border-left-color: rgb(253 244 255 / 0.3);
}
.border-l-fuchsia-50\/35 {
  border-left-color: rgb(253 244 255 / 0.35);
}
.border-l-fuchsia-50\/40 {
  border-left-color: rgb(253 244 255 / 0.4);
}
.border-l-fuchsia-50\/45 {
  border-left-color: rgb(253 244 255 / 0.45);
}
.border-l-fuchsia-50\/5 {
  border-left-color: rgb(253 244 255 / 0.05);
}
.border-l-fuchsia-50\/50 {
  border-left-color: rgb(253 244 255 / 0.5);
}
.border-l-fuchsia-50\/55 {
  border-left-color: rgb(253 244 255 / 0.55);
}
.border-l-fuchsia-50\/60 {
  border-left-color: rgb(253 244 255 / 0.6);
}
.border-l-fuchsia-50\/65 {
  border-left-color: rgb(253 244 255 / 0.65);
}
.border-l-fuchsia-50\/70 {
  border-left-color: rgb(253 244 255 / 0.7);
}
.border-l-fuchsia-50\/75 {
  border-left-color: rgb(253 244 255 / 0.75);
}
.border-l-fuchsia-50\/80 {
  border-left-color: rgb(253 244 255 / 0.8);
}
.border-l-fuchsia-50\/85 {
  border-left-color: rgb(253 244 255 / 0.85);
}
.border-l-fuchsia-50\/90 {
  border-left-color: rgb(253 244 255 / 0.9);
}
.border-l-fuchsia-50\/95 {
  border-left-color: rgb(253 244 255 / 0.95);
}
.border-l-fuchsia-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-500\/0 {
  border-left-color: rgb(217 70 239 / 0);
}
.border-l-fuchsia-500\/10 {
  border-left-color: rgb(217 70 239 / 0.1);
}
.border-l-fuchsia-500\/100 {
  border-left-color: rgb(217 70 239 / 1);
}
.border-l-fuchsia-500\/15 {
  border-left-color: rgb(217 70 239 / 0.15);
}
.border-l-fuchsia-500\/20 {
  border-left-color: rgb(217 70 239 / 0.2);
}
.border-l-fuchsia-500\/25 {
  border-left-color: rgb(217 70 239 / 0.25);
}
.border-l-fuchsia-500\/30 {
  border-left-color: rgb(217 70 239 / 0.3);
}
.border-l-fuchsia-500\/35 {
  border-left-color: rgb(217 70 239 / 0.35);
}
.border-l-fuchsia-500\/40 {
  border-left-color: rgb(217 70 239 / 0.4);
}
.border-l-fuchsia-500\/45 {
  border-left-color: rgb(217 70 239 / 0.45);
}
.border-l-fuchsia-500\/5 {
  border-left-color: rgb(217 70 239 / 0.05);
}
.border-l-fuchsia-500\/50 {
  border-left-color: rgb(217 70 239 / 0.5);
}
.border-l-fuchsia-500\/55 {
  border-left-color: rgb(217 70 239 / 0.55);
}
.border-l-fuchsia-500\/60 {
  border-left-color: rgb(217 70 239 / 0.6);
}
.border-l-fuchsia-500\/65 {
  border-left-color: rgb(217 70 239 / 0.65);
}
.border-l-fuchsia-500\/70 {
  border-left-color: rgb(217 70 239 / 0.7);
}
.border-l-fuchsia-500\/75 {
  border-left-color: rgb(217 70 239 / 0.75);
}
.border-l-fuchsia-500\/80 {
  border-left-color: rgb(217 70 239 / 0.8);
}
.border-l-fuchsia-500\/85 {
  border-left-color: rgb(217 70 239 / 0.85);
}
.border-l-fuchsia-500\/90 {
  border-left-color: rgb(217 70 239 / 0.9);
}
.border-l-fuchsia-500\/95 {
  border-left-color: rgb(217 70 239 / 0.95);
}
.border-l-fuchsia-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-600\/0 {
  border-left-color: rgb(192 38 211 / 0);
}
.border-l-fuchsia-600\/10 {
  border-left-color: rgb(192 38 211 / 0.1);
}
.border-l-fuchsia-600\/100 {
  border-left-color: rgb(192 38 211 / 1);
}
.border-l-fuchsia-600\/15 {
  border-left-color: rgb(192 38 211 / 0.15);
}
.border-l-fuchsia-600\/20 {
  border-left-color: rgb(192 38 211 / 0.2);
}
.border-l-fuchsia-600\/25 {
  border-left-color: rgb(192 38 211 / 0.25);
}
.border-l-fuchsia-600\/30 {
  border-left-color: rgb(192 38 211 / 0.3);
}
.border-l-fuchsia-600\/35 {
  border-left-color: rgb(192 38 211 / 0.35);
}
.border-l-fuchsia-600\/40 {
  border-left-color: rgb(192 38 211 / 0.4);
}
.border-l-fuchsia-600\/45 {
  border-left-color: rgb(192 38 211 / 0.45);
}
.border-l-fuchsia-600\/5 {
  border-left-color: rgb(192 38 211 / 0.05);
}
.border-l-fuchsia-600\/50 {
  border-left-color: rgb(192 38 211 / 0.5);
}
.border-l-fuchsia-600\/55 {
  border-left-color: rgb(192 38 211 / 0.55);
}
.border-l-fuchsia-600\/60 {
  border-left-color: rgb(192 38 211 / 0.6);
}
.border-l-fuchsia-600\/65 {
  border-left-color: rgb(192 38 211 / 0.65);
}
.border-l-fuchsia-600\/70 {
  border-left-color: rgb(192 38 211 / 0.7);
}
.border-l-fuchsia-600\/75 {
  border-left-color: rgb(192 38 211 / 0.75);
}
.border-l-fuchsia-600\/80 {
  border-left-color: rgb(192 38 211 / 0.8);
}
.border-l-fuchsia-600\/85 {
  border-left-color: rgb(192 38 211 / 0.85);
}
.border-l-fuchsia-600\/90 {
  border-left-color: rgb(192 38 211 / 0.9);
}
.border-l-fuchsia-600\/95 {
  border-left-color: rgb(192 38 211 / 0.95);
}
.border-l-fuchsia-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-700\/0 {
  border-left-color: rgb(162 28 175 / 0);
}
.border-l-fuchsia-700\/10 {
  border-left-color: rgb(162 28 175 / 0.1);
}
.border-l-fuchsia-700\/100 {
  border-left-color: rgb(162 28 175 / 1);
}
.border-l-fuchsia-700\/15 {
  border-left-color: rgb(162 28 175 / 0.15);
}
.border-l-fuchsia-700\/20 {
  border-left-color: rgb(162 28 175 / 0.2);
}
.border-l-fuchsia-700\/25 {
  border-left-color: rgb(162 28 175 / 0.25);
}
.border-l-fuchsia-700\/30 {
  border-left-color: rgb(162 28 175 / 0.3);
}
.border-l-fuchsia-700\/35 {
  border-left-color: rgb(162 28 175 / 0.35);
}
.border-l-fuchsia-700\/40 {
  border-left-color: rgb(162 28 175 / 0.4);
}
.border-l-fuchsia-700\/45 {
  border-left-color: rgb(162 28 175 / 0.45);
}
.border-l-fuchsia-700\/5 {
  border-left-color: rgb(162 28 175 / 0.05);
}
.border-l-fuchsia-700\/50 {
  border-left-color: rgb(162 28 175 / 0.5);
}
.border-l-fuchsia-700\/55 {
  border-left-color: rgb(162 28 175 / 0.55);
}
.border-l-fuchsia-700\/60 {
  border-left-color: rgb(162 28 175 / 0.6);
}
.border-l-fuchsia-700\/65 {
  border-left-color: rgb(162 28 175 / 0.65);
}
.border-l-fuchsia-700\/70 {
  border-left-color: rgb(162 28 175 / 0.7);
}
.border-l-fuchsia-700\/75 {
  border-left-color: rgb(162 28 175 / 0.75);
}
.border-l-fuchsia-700\/80 {
  border-left-color: rgb(162 28 175 / 0.8);
}
.border-l-fuchsia-700\/85 {
  border-left-color: rgb(162 28 175 / 0.85);
}
.border-l-fuchsia-700\/90 {
  border-left-color: rgb(162 28 175 / 0.9);
}
.border-l-fuchsia-700\/95 {
  border-left-color: rgb(162 28 175 / 0.95);
}
.border-l-fuchsia-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-800\/0 {
  border-left-color: rgb(134 25 143 / 0);
}
.border-l-fuchsia-800\/10 {
  border-left-color: rgb(134 25 143 / 0.1);
}
.border-l-fuchsia-800\/100 {
  border-left-color: rgb(134 25 143 / 1);
}
.border-l-fuchsia-800\/15 {
  border-left-color: rgb(134 25 143 / 0.15);
}
.border-l-fuchsia-800\/20 {
  border-left-color: rgb(134 25 143 / 0.2);
}
.border-l-fuchsia-800\/25 {
  border-left-color: rgb(134 25 143 / 0.25);
}
.border-l-fuchsia-800\/30 {
  border-left-color: rgb(134 25 143 / 0.3);
}
.border-l-fuchsia-800\/35 {
  border-left-color: rgb(134 25 143 / 0.35);
}
.border-l-fuchsia-800\/40 {
  border-left-color: rgb(134 25 143 / 0.4);
}
.border-l-fuchsia-800\/45 {
  border-left-color: rgb(134 25 143 / 0.45);
}
.border-l-fuchsia-800\/5 {
  border-left-color: rgb(134 25 143 / 0.05);
}
.border-l-fuchsia-800\/50 {
  border-left-color: rgb(134 25 143 / 0.5);
}
.border-l-fuchsia-800\/55 {
  border-left-color: rgb(134 25 143 / 0.55);
}
.border-l-fuchsia-800\/60 {
  border-left-color: rgb(134 25 143 / 0.6);
}
.border-l-fuchsia-800\/65 {
  border-left-color: rgb(134 25 143 / 0.65);
}
.border-l-fuchsia-800\/70 {
  border-left-color: rgb(134 25 143 / 0.7);
}
.border-l-fuchsia-800\/75 {
  border-left-color: rgb(134 25 143 / 0.75);
}
.border-l-fuchsia-800\/80 {
  border-left-color: rgb(134 25 143 / 0.8);
}
.border-l-fuchsia-800\/85 {
  border-left-color: rgb(134 25 143 / 0.85);
}
.border-l-fuchsia-800\/90 {
  border-left-color: rgb(134 25 143 / 0.9);
}
.border-l-fuchsia-800\/95 {
  border-left-color: rgb(134 25 143 / 0.95);
}
.border-l-fuchsia-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-900\/0 {
  border-left-color: rgb(112 26 117 / 0);
}
.border-l-fuchsia-900\/10 {
  border-left-color: rgb(112 26 117 / 0.1);
}
.border-l-fuchsia-900\/100 {
  border-left-color: rgb(112 26 117 / 1);
}
.border-l-fuchsia-900\/15 {
  border-left-color: rgb(112 26 117 / 0.15);
}
.border-l-fuchsia-900\/20 {
  border-left-color: rgb(112 26 117 / 0.2);
}
.border-l-fuchsia-900\/25 {
  border-left-color: rgb(112 26 117 / 0.25);
}
.border-l-fuchsia-900\/30 {
  border-left-color: rgb(112 26 117 / 0.3);
}
.border-l-fuchsia-900\/35 {
  border-left-color: rgb(112 26 117 / 0.35);
}
.border-l-fuchsia-900\/40 {
  border-left-color: rgb(112 26 117 / 0.4);
}
.border-l-fuchsia-900\/45 {
  border-left-color: rgb(112 26 117 / 0.45);
}
.border-l-fuchsia-900\/5 {
  border-left-color: rgb(112 26 117 / 0.05);
}
.border-l-fuchsia-900\/50 {
  border-left-color: rgb(112 26 117 / 0.5);
}
.border-l-fuchsia-900\/55 {
  border-left-color: rgb(112 26 117 / 0.55);
}
.border-l-fuchsia-900\/60 {
  border-left-color: rgb(112 26 117 / 0.6);
}
.border-l-fuchsia-900\/65 {
  border-left-color: rgb(112 26 117 / 0.65);
}
.border-l-fuchsia-900\/70 {
  border-left-color: rgb(112 26 117 / 0.7);
}
.border-l-fuchsia-900\/75 {
  border-left-color: rgb(112 26 117 / 0.75);
}
.border-l-fuchsia-900\/80 {
  border-left-color: rgb(112 26 117 / 0.8);
}
.border-l-fuchsia-900\/85 {
  border-left-color: rgb(112 26 117 / 0.85);
}
.border-l-fuchsia-900\/90 {
  border-left-color: rgb(112 26 117 / 0.9);
}
.border-l-fuchsia-900\/95 {
  border-left-color: rgb(112 26 117 / 0.95);
}
.border-l-fuchsia-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-950\/0 {
  border-left-color: rgb(74 4 78 / 0);
}
.border-l-fuchsia-950\/10 {
  border-left-color: rgb(74 4 78 / 0.1);
}
.border-l-fuchsia-950\/100 {
  border-left-color: rgb(74 4 78 / 1);
}
.border-l-fuchsia-950\/15 {
  border-left-color: rgb(74 4 78 / 0.15);
}
.border-l-fuchsia-950\/20 {
  border-left-color: rgb(74 4 78 / 0.2);
}
.border-l-fuchsia-950\/25 {
  border-left-color: rgb(74 4 78 / 0.25);
}
.border-l-fuchsia-950\/30 {
  border-left-color: rgb(74 4 78 / 0.3);
}
.border-l-fuchsia-950\/35 {
  border-left-color: rgb(74 4 78 / 0.35);
}
.border-l-fuchsia-950\/40 {
  border-left-color: rgb(74 4 78 / 0.4);
}
.border-l-fuchsia-950\/45 {
  border-left-color: rgb(74 4 78 / 0.45);
}
.border-l-fuchsia-950\/5 {
  border-left-color: rgb(74 4 78 / 0.05);
}
.border-l-fuchsia-950\/50 {
  border-left-color: rgb(74 4 78 / 0.5);
}
.border-l-fuchsia-950\/55 {
  border-left-color: rgb(74 4 78 / 0.55);
}
.border-l-fuchsia-950\/60 {
  border-left-color: rgb(74 4 78 / 0.6);
}
.border-l-fuchsia-950\/65 {
  border-left-color: rgb(74 4 78 / 0.65);
}
.border-l-fuchsia-950\/70 {
  border-left-color: rgb(74 4 78 / 0.7);
}
.border-l-fuchsia-950\/75 {
  border-left-color: rgb(74 4 78 / 0.75);
}
.border-l-fuchsia-950\/80 {
  border-left-color: rgb(74 4 78 / 0.8);
}
.border-l-fuchsia-950\/85 {
  border-left-color: rgb(74 4 78 / 0.85);
}
.border-l-fuchsia-950\/90 {
  border-left-color: rgb(74 4 78 / 0.9);
}
.border-l-fuchsia-950\/95 {
  border-left-color: rgb(74 4 78 / 0.95);
}
.border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-l-gray-100\/0 {
  border-left-color: rgb(243 244 246 / 0);
}
.border-l-gray-100\/10 {
  border-left-color: rgb(243 244 246 / 0.1);
}
.border-l-gray-100\/100 {
  border-left-color: rgb(243 244 246 / 1);
}
.border-l-gray-100\/15 {
  border-left-color: rgb(243 244 246 / 0.15);
}
.border-l-gray-100\/20 {
  border-left-color: rgb(243 244 246 / 0.2);
}
.border-l-gray-100\/25 {
  border-left-color: rgb(243 244 246 / 0.25);
}
.border-l-gray-100\/30 {
  border-left-color: rgb(243 244 246 / 0.3);
}
.border-l-gray-100\/35 {
  border-left-color: rgb(243 244 246 / 0.35);
}
.border-l-gray-100\/40 {
  border-left-color: rgb(243 244 246 / 0.4);
}
.border-l-gray-100\/45 {
  border-left-color: rgb(243 244 246 / 0.45);
}
.border-l-gray-100\/5 {
  border-left-color: rgb(243 244 246 / 0.05);
}
.border-l-gray-100\/50 {
  border-left-color: rgb(243 244 246 / 0.5);
}
.border-l-gray-100\/55 {
  border-left-color: rgb(243 244 246 / 0.55);
}
.border-l-gray-100\/60 {
  border-left-color: rgb(243 244 246 / 0.6);
}
.border-l-gray-100\/65 {
  border-left-color: rgb(243 244 246 / 0.65);
}
.border-l-gray-100\/70 {
  border-left-color: rgb(243 244 246 / 0.7);
}
.border-l-gray-100\/75 {
  border-left-color: rgb(243 244 246 / 0.75);
}
.border-l-gray-100\/80 {
  border-left-color: rgb(243 244 246 / 0.8);
}
.border-l-gray-100\/85 {
  border-left-color: rgb(243 244 246 / 0.85);
}
.border-l-gray-100\/90 {
  border-left-color: rgb(243 244 246 / 0.9);
}
.border-l-gray-100\/95 {
  border-left-color: rgb(243 244 246 / 0.95);
}
.border-l-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-l-gray-200\/0 {
  border-left-color: rgb(229 231 235 / 0);
}
.border-l-gray-200\/10 {
  border-left-color: rgb(229 231 235 / 0.1);
}
.border-l-gray-200\/100 {
  border-left-color: rgb(229 231 235 / 1);
}
.border-l-gray-200\/15 {
  border-left-color: rgb(229 231 235 / 0.15);
}
.border-l-gray-200\/20 {
  border-left-color: rgb(229 231 235 / 0.2);
}
.border-l-gray-200\/25 {
  border-left-color: rgb(229 231 235 / 0.25);
}
.border-l-gray-200\/30 {
  border-left-color: rgb(229 231 235 / 0.3);
}
.border-l-gray-200\/35 {
  border-left-color: rgb(229 231 235 / 0.35);
}
.border-l-gray-200\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
}
.border-l-gray-200\/45 {
  border-left-color: rgb(229 231 235 / 0.45);
}
.border-l-gray-200\/5 {
  border-left-color: rgb(229 231 235 / 0.05);
}
.border-l-gray-200\/50 {
  border-left-color: rgb(229 231 235 / 0.5);
}
.border-l-gray-200\/55 {
  border-left-color: rgb(229 231 235 / 0.55);
}
.border-l-gray-200\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
}
.border-l-gray-200\/65 {
  border-left-color: rgb(229 231 235 / 0.65);
}
.border-l-gray-200\/70 {
  border-left-color: rgb(229 231 235 / 0.7);
}
.border-l-gray-200\/75 {
  border-left-color: rgb(229 231 235 / 0.75);
}
.border-l-gray-200\/80 {
  border-left-color: rgb(229 231 235 / 0.8);
}
.border-l-gray-200\/85 {
  border-left-color: rgb(229 231 235 / 0.85);
}
.border-l-gray-200\/90 {
  border-left-color: rgb(229 231 235 / 0.9);
}
.border-l-gray-200\/95 {
  border-left-color: rgb(229 231 235 / 0.95);
}
.border-l-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-l-gray-300\/0 {
  border-left-color: rgb(209 213 219 / 0);
}
.border-l-gray-300\/10 {
  border-left-color: rgb(209 213 219 / 0.1);
}
.border-l-gray-300\/100 {
  border-left-color: rgb(209 213 219 / 1);
}
.border-l-gray-300\/15 {
  border-left-color: rgb(209 213 219 / 0.15);
}
.border-l-gray-300\/20 {
  border-left-color: rgb(209 213 219 / 0.2);
}
.border-l-gray-300\/25 {
  border-left-color: rgb(209 213 219 / 0.25);
}
.border-l-gray-300\/30 {
  border-left-color: rgb(209 213 219 / 0.3);
}
.border-l-gray-300\/35 {
  border-left-color: rgb(209 213 219 / 0.35);
}
.border-l-gray-300\/40 {
  border-left-color: rgb(209 213 219 / 0.4);
}
.border-l-gray-300\/45 {
  border-left-color: rgb(209 213 219 / 0.45);
}
.border-l-gray-300\/5 {
  border-left-color: rgb(209 213 219 / 0.05);
}
.border-l-gray-300\/50 {
  border-left-color: rgb(209 213 219 / 0.5);
}
.border-l-gray-300\/55 {
  border-left-color: rgb(209 213 219 / 0.55);
}
.border-l-gray-300\/60 {
  border-left-color: rgb(209 213 219 / 0.6);
}
.border-l-gray-300\/65 {
  border-left-color: rgb(209 213 219 / 0.65);
}
.border-l-gray-300\/70 {
  border-left-color: rgb(209 213 219 / 0.7);
}
.border-l-gray-300\/75 {
  border-left-color: rgb(209 213 219 / 0.75);
}
.border-l-gray-300\/80 {
  border-left-color: rgb(209 213 219 / 0.8);
}
.border-l-gray-300\/85 {
  border-left-color: rgb(209 213 219 / 0.85);
}
.border-l-gray-300\/90 {
  border-left-color: rgb(209 213 219 / 0.9);
}
.border-l-gray-300\/95 {
  border-left-color: rgb(209 213 219 / 0.95);
}
.border-l-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-l-gray-400\/0 {
  border-left-color: rgb(156 163 175 / 0);
}
.border-l-gray-400\/10 {
  border-left-color: rgb(156 163 175 / 0.1);
}
.border-l-gray-400\/100 {
  border-left-color: rgb(156 163 175 / 1);
}
.border-l-gray-400\/15 {
  border-left-color: rgb(156 163 175 / 0.15);
}
.border-l-gray-400\/20 {
  border-left-color: rgb(156 163 175 / 0.2);
}
.border-l-gray-400\/25 {
  border-left-color: rgb(156 163 175 / 0.25);
}
.border-l-gray-400\/30 {
  border-left-color: rgb(156 163 175 / 0.3);
}
.border-l-gray-400\/35 {
  border-left-color: rgb(156 163 175 / 0.35);
}
.border-l-gray-400\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
}
.border-l-gray-400\/45 {
  border-left-color: rgb(156 163 175 / 0.45);
}
.border-l-gray-400\/5 {
  border-left-color: rgb(156 163 175 / 0.05);
}
.border-l-gray-400\/50 {
  border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-gray-400\/55 {
  border-left-color: rgb(156 163 175 / 0.55);
}
.border-l-gray-400\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
}
.border-l-gray-400\/65 {
  border-left-color: rgb(156 163 175 / 0.65);
}
.border-l-gray-400\/70 {
  border-left-color: rgb(156 163 175 / 0.7);
}
.border-l-gray-400\/75 {
  border-left-color: rgb(156 163 175 / 0.75);
}
.border-l-gray-400\/80 {
  border-left-color: rgb(156 163 175 / 0.8);
}
.border-l-gray-400\/85 {
  border-left-color: rgb(156 163 175 / 0.85);
}
.border-l-gray-400\/90 {
  border-left-color: rgb(156 163 175 / 0.9);
}
.border-l-gray-400\/95 {
  border-left-color: rgb(156 163 175 / 0.95);
}
.border-l-gray-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-l-gray-50\/0 {
  border-left-color: rgb(249 250 251 / 0);
}
.border-l-gray-50\/10 {
  border-left-color: rgb(249 250 251 / 0.1);
}
.border-l-gray-50\/100 {
  border-left-color: rgb(249 250 251 / 1);
}
.border-l-gray-50\/15 {
  border-left-color: rgb(249 250 251 / 0.15);
}
.border-l-gray-50\/20 {
  border-left-color: rgb(249 250 251 / 0.2);
}
.border-l-gray-50\/25 {
  border-left-color: rgb(249 250 251 / 0.25);
}
.border-l-gray-50\/30 {
  border-left-color: rgb(249 250 251 / 0.3);
}
.border-l-gray-50\/35 {
  border-left-color: rgb(249 250 251 / 0.35);
}
.border-l-gray-50\/40 {
  border-left-color: rgb(249 250 251 / 0.4);
}
.border-l-gray-50\/45 {
  border-left-color: rgb(249 250 251 / 0.45);
}
.border-l-gray-50\/5 {
  border-left-color: rgb(249 250 251 / 0.05);
}
.border-l-gray-50\/50 {
  border-left-color: rgb(249 250 251 / 0.5);
}
.border-l-gray-50\/55 {
  border-left-color: rgb(249 250 251 / 0.55);
}
.border-l-gray-50\/60 {
  border-left-color: rgb(249 250 251 / 0.6);
}
.border-l-gray-50\/65 {
  border-left-color: rgb(249 250 251 / 0.65);
}
.border-l-gray-50\/70 {
  border-left-color: rgb(249 250 251 / 0.7);
}
.border-l-gray-50\/75 {
  border-left-color: rgb(249 250 251 / 0.75);
}
.border-l-gray-50\/80 {
  border-left-color: rgb(249 250 251 / 0.8);
}
.border-l-gray-50\/85 {
  border-left-color: rgb(249 250 251 / 0.85);
}
.border-l-gray-50\/90 {
  border-left-color: rgb(249 250 251 / 0.9);
}
.border-l-gray-50\/95 {
  border-left-color: rgb(249 250 251 / 0.95);
}
.border-l-gray-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-l-gray-500\/0 {
  border-left-color: rgb(107 114 128 / 0);
}
.border-l-gray-500\/10 {
  border-left-color: rgb(107 114 128 / 0.1);
}
.border-l-gray-500\/100 {
  border-left-color: rgb(107 114 128 / 1);
}
.border-l-gray-500\/15 {
  border-left-color: rgb(107 114 128 / 0.15);
}
.border-l-gray-500\/20 {
  border-left-color: rgb(107 114 128 / 0.2);
}
.border-l-gray-500\/25 {
  border-left-color: rgb(107 114 128 / 0.25);
}
.border-l-gray-500\/30 {
  border-left-color: rgb(107 114 128 / 0.3);
}
.border-l-gray-500\/35 {
  border-left-color: rgb(107 114 128 / 0.35);
}
.border-l-gray-500\/40 {
  border-left-color: rgb(107 114 128 / 0.4);
}
.border-l-gray-500\/45 {
  border-left-color: rgb(107 114 128 / 0.45);
}
.border-l-gray-500\/5 {
  border-left-color: rgb(107 114 128 / 0.05);
}
.border-l-gray-500\/50 {
  border-left-color: rgb(107 114 128 / 0.5);
}
.border-l-gray-500\/55 {
  border-left-color: rgb(107 114 128 / 0.55);
}
.border-l-gray-500\/60 {
  border-left-color: rgb(107 114 128 / 0.6);
}
.border-l-gray-500\/65 {
  border-left-color: rgb(107 114 128 / 0.65);
}
.border-l-gray-500\/70 {
  border-left-color: rgb(107 114 128 / 0.7);
}
.border-l-gray-500\/75 {
  border-left-color: rgb(107 114 128 / 0.75);
}
.border-l-gray-500\/80 {
  border-left-color: rgb(107 114 128 / 0.8);
}
.border-l-gray-500\/85 {
  border-left-color: rgb(107 114 128 / 0.85);
}
.border-l-gray-500\/90 {
  border-left-color: rgb(107 114 128 / 0.9);
}
.border-l-gray-500\/95 {
  border-left-color: rgb(107 114 128 / 0.95);
}
.border-l-gray-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-l-gray-600\/0 {
  border-left-color: rgb(75 85 99 / 0);
}
.border-l-gray-600\/10 {
  border-left-color: rgb(75 85 99 / 0.1);
}
.border-l-gray-600\/100 {
  border-left-color: rgb(75 85 99 / 1);
}
.border-l-gray-600\/15 {
  border-left-color: rgb(75 85 99 / 0.15);
}
.border-l-gray-600\/20 {
  border-left-color: rgb(75 85 99 / 0.2);
}
.border-l-gray-600\/25 {
  border-left-color: rgb(75 85 99 / 0.25);
}
.border-l-gray-600\/30 {
  border-left-color: rgb(75 85 99 / 0.3);
}
.border-l-gray-600\/35 {
  border-left-color: rgb(75 85 99 / 0.35);
}
.border-l-gray-600\/40 {
  border-left-color: rgb(75 85 99 / 0.4);
}
.border-l-gray-600\/45 {
  border-left-color: rgb(75 85 99 / 0.45);
}
.border-l-gray-600\/5 {
  border-left-color: rgb(75 85 99 / 0.05);
}
.border-l-gray-600\/50 {
  border-left-color: rgb(75 85 99 / 0.5);
}
.border-l-gray-600\/55 {
  border-left-color: rgb(75 85 99 / 0.55);
}
.border-l-gray-600\/60 {
  border-left-color: rgb(75 85 99 / 0.6);
}
.border-l-gray-600\/65 {
  border-left-color: rgb(75 85 99 / 0.65);
}
.border-l-gray-600\/70 {
  border-left-color: rgb(75 85 99 / 0.7);
}
.border-l-gray-600\/75 {
  border-left-color: rgb(75 85 99 / 0.75);
}
.border-l-gray-600\/80 {
  border-left-color: rgb(75 85 99 / 0.8);
}
.border-l-gray-600\/85 {
  border-left-color: rgb(75 85 99 / 0.85);
}
.border-l-gray-600\/90 {
  border-left-color: rgb(75 85 99 / 0.9);
}
.border-l-gray-600\/95 {
  border-left-color: rgb(75 85 99 / 0.95);
}
.border-l-gray-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-l-gray-700\/0 {
  border-left-color: rgb(55 65 81 / 0);
}
.border-l-gray-700\/10 {
  border-left-color: rgb(55 65 81 / 0.1);
}
.border-l-gray-700\/100 {
  border-left-color: rgb(55 65 81 / 1);
}
.border-l-gray-700\/15 {
  border-left-color: rgb(55 65 81 / 0.15);
}
.border-l-gray-700\/20 {
  border-left-color: rgb(55 65 81 / 0.2);
}
.border-l-gray-700\/25 {
  border-left-color: rgb(55 65 81 / 0.25);
}
.border-l-gray-700\/30 {
  border-left-color: rgb(55 65 81 / 0.3);
}
.border-l-gray-700\/35 {
  border-left-color: rgb(55 65 81 / 0.35);
}
.border-l-gray-700\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
}
.border-l-gray-700\/45 {
  border-left-color: rgb(55 65 81 / 0.45);
}
.border-l-gray-700\/5 {
  border-left-color: rgb(55 65 81 / 0.05);
}
.border-l-gray-700\/50 {
  border-left-color: rgb(55 65 81 / 0.5);
}
.border-l-gray-700\/55 {
  border-left-color: rgb(55 65 81 / 0.55);
}
.border-l-gray-700\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
}
.border-l-gray-700\/65 {
  border-left-color: rgb(55 65 81 / 0.65);
}
.border-l-gray-700\/70 {
  border-left-color: rgb(55 65 81 / 0.7);
}
.border-l-gray-700\/75 {
  border-left-color: rgb(55 65 81 / 0.75);
}
.border-l-gray-700\/80 {
  border-left-color: rgb(55 65 81 / 0.8);
}
.border-l-gray-700\/85 {
  border-left-color: rgb(55 65 81 / 0.85);
}
.border-l-gray-700\/90 {
  border-left-color: rgb(55 65 81 / 0.9);
}
.border-l-gray-700\/95 {
  border-left-color: rgb(55 65 81 / 0.95);
}
.border-l-gray-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-l-gray-800\/0 {
  border-left-color: rgb(31 41 55 / 0);
}
.border-l-gray-800\/10 {
  border-left-color: rgb(31 41 55 / 0.1);
}
.border-l-gray-800\/100 {
  border-left-color: rgb(31 41 55 / 1);
}
.border-l-gray-800\/15 {
  border-left-color: rgb(31 41 55 / 0.15);
}
.border-l-gray-800\/20 {
  border-left-color: rgb(31 41 55 / 0.2);
}
.border-l-gray-800\/25 {
  border-left-color: rgb(31 41 55 / 0.25);
}
.border-l-gray-800\/30 {
  border-left-color: rgb(31 41 55 / 0.3);
}
.border-l-gray-800\/35 {
  border-left-color: rgb(31 41 55 / 0.35);
}
.border-l-gray-800\/40 {
  border-left-color: rgb(31 41 55 / 0.4);
}
.border-l-gray-800\/45 {
  border-left-color: rgb(31 41 55 / 0.45);
}
.border-l-gray-800\/5 {
  border-left-color: rgb(31 41 55 / 0.05);
}
.border-l-gray-800\/50 {
  border-left-color: rgb(31 41 55 / 0.5);
}
.border-l-gray-800\/55 {
  border-left-color: rgb(31 41 55 / 0.55);
}
.border-l-gray-800\/60 {
  border-left-color: rgb(31 41 55 / 0.6);
}
.border-l-gray-800\/65 {
  border-left-color: rgb(31 41 55 / 0.65);
}
.border-l-gray-800\/70 {
  border-left-color: rgb(31 41 55 / 0.7);
}
.border-l-gray-800\/75 {
  border-left-color: rgb(31 41 55 / 0.75);
}
.border-l-gray-800\/80 {
  border-left-color: rgb(31 41 55 / 0.8);
}
.border-l-gray-800\/85 {
  border-left-color: rgb(31 41 55 / 0.85);
}
.border-l-gray-800\/90 {
  border-left-color: rgb(31 41 55 / 0.9);
}
.border-l-gray-800\/95 {
  border-left-color: rgb(31 41 55 / 0.95);
}
.border-l-gray-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-l-gray-900\/0 {
  border-left-color: rgb(17 24 39 / 0);
}
.border-l-gray-900\/10 {
  border-left-color: rgb(17 24 39 / 0.1);
}
.border-l-gray-900\/100 {
  border-left-color: rgb(17 24 39 / 1);
}
.border-l-gray-900\/15 {
  border-left-color: rgb(17 24 39 / 0.15);
}
.border-l-gray-900\/20 {
  border-left-color: rgb(17 24 39 / 0.2);
}
.border-l-gray-900\/25 {
  border-left-color: rgb(17 24 39 / 0.25);
}
.border-l-gray-900\/30 {
  border-left-color: rgb(17 24 39 / 0.3);
}
.border-l-gray-900\/35 {
  border-left-color: rgb(17 24 39 / 0.35);
}
.border-l-gray-900\/40 {
  border-left-color: rgb(17 24 39 / 0.4);
}
.border-l-gray-900\/45 {
  border-left-color: rgb(17 24 39 / 0.45);
}
.border-l-gray-900\/5 {
  border-left-color: rgb(17 24 39 / 0.05);
}
.border-l-gray-900\/50 {
  border-left-color: rgb(17 24 39 / 0.5);
}
.border-l-gray-900\/55 {
  border-left-color: rgb(17 24 39 / 0.55);
}
.border-l-gray-900\/60 {
  border-left-color: rgb(17 24 39 / 0.6);
}
.border-l-gray-900\/65 {
  border-left-color: rgb(17 24 39 / 0.65);
}
.border-l-gray-900\/70 {
  border-left-color: rgb(17 24 39 / 0.7);
}
.border-l-gray-900\/75 {
  border-left-color: rgb(17 24 39 / 0.75);
}
.border-l-gray-900\/80 {
  border-left-color: rgb(17 24 39 / 0.8);
}
.border-l-gray-900\/85 {
  border-left-color: rgb(17 24 39 / 0.85);
}
.border-l-gray-900\/90 {
  border-left-color: rgb(17 24 39 / 0.9);
}
.border-l-gray-900\/95 {
  border-left-color: rgb(17 24 39 / 0.95);
}
.border-l-gray-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-l-gray-950\/0 {
  border-left-color: rgb(3 7 18 / 0);
}
.border-l-gray-950\/10 {
  border-left-color: rgb(3 7 18 / 0.1);
}
.border-l-gray-950\/100 {
  border-left-color: rgb(3 7 18 / 1);
}
.border-l-gray-950\/15 {
  border-left-color: rgb(3 7 18 / 0.15);
}
.border-l-gray-950\/20 {
  border-left-color: rgb(3 7 18 / 0.2);
}
.border-l-gray-950\/25 {
  border-left-color: rgb(3 7 18 / 0.25);
}
.border-l-gray-950\/30 {
  border-left-color: rgb(3 7 18 / 0.3);
}
.border-l-gray-950\/35 {
  border-left-color: rgb(3 7 18 / 0.35);
}
.border-l-gray-950\/40 {
  border-left-color: rgb(3 7 18 / 0.4);
}
.border-l-gray-950\/45 {
  border-left-color: rgb(3 7 18 / 0.45);
}
.border-l-gray-950\/5 {
  border-left-color: rgb(3 7 18 / 0.05);
}
.border-l-gray-950\/50 {
  border-left-color: rgb(3 7 18 / 0.5);
}
.border-l-gray-950\/55 {
  border-left-color: rgb(3 7 18 / 0.55);
}
.border-l-gray-950\/60 {
  border-left-color: rgb(3 7 18 / 0.6);
}
.border-l-gray-950\/65 {
  border-left-color: rgb(3 7 18 / 0.65);
}
.border-l-gray-950\/70 {
  border-left-color: rgb(3 7 18 / 0.7);
}
.border-l-gray-950\/75 {
  border-left-color: rgb(3 7 18 / 0.75);
}
.border-l-gray-950\/80 {
  border-left-color: rgb(3 7 18 / 0.8);
}
.border-l-gray-950\/85 {
  border-left-color: rgb(3 7 18 / 0.85);
}
.border-l-gray-950\/90 {
  border-left-color: rgb(3 7 18 / 0.9);
}
.border-l-gray-950\/95 {
  border-left-color: rgb(3 7 18 / 0.95);
}
.border-l-green-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-l-green-100\/0 {
  border-left-color: rgb(220 252 231 / 0);
}
.border-l-green-100\/10 {
  border-left-color: rgb(220 252 231 / 0.1);
}
.border-l-green-100\/100 {
  border-left-color: rgb(220 252 231 / 1);
}
.border-l-green-100\/15 {
  border-left-color: rgb(220 252 231 / 0.15);
}
.border-l-green-100\/20 {
  border-left-color: rgb(220 252 231 / 0.2);
}
.border-l-green-100\/25 {
  border-left-color: rgb(220 252 231 / 0.25);
}
.border-l-green-100\/30 {
  border-left-color: rgb(220 252 231 / 0.3);
}
.border-l-green-100\/35 {
  border-left-color: rgb(220 252 231 / 0.35);
}
.border-l-green-100\/40 {
  border-left-color: rgb(220 252 231 / 0.4);
}
.border-l-green-100\/45 {
  border-left-color: rgb(220 252 231 / 0.45);
}
.border-l-green-100\/5 {
  border-left-color: rgb(220 252 231 / 0.05);
}
.border-l-green-100\/50 {
  border-left-color: rgb(220 252 231 / 0.5);
}
.border-l-green-100\/55 {
  border-left-color: rgb(220 252 231 / 0.55);
}
.border-l-green-100\/60 {
  border-left-color: rgb(220 252 231 / 0.6);
}
.border-l-green-100\/65 {
  border-left-color: rgb(220 252 231 / 0.65);
}
.border-l-green-100\/70 {
  border-left-color: rgb(220 252 231 / 0.7);
}
.border-l-green-100\/75 {
  border-left-color: rgb(220 252 231 / 0.75);
}
.border-l-green-100\/80 {
  border-left-color: rgb(220 252 231 / 0.8);
}
.border-l-green-100\/85 {
  border-left-color: rgb(220 252 231 / 0.85);
}
.border-l-green-100\/90 {
  border-left-color: rgb(220 252 231 / 0.9);
}
.border-l-green-100\/95 {
  border-left-color: rgb(220 252 231 / 0.95);
}
.border-l-green-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-l-green-200\/0 {
  border-left-color: rgb(187 247 208 / 0);
}
.border-l-green-200\/10 {
  border-left-color: rgb(187 247 208 / 0.1);
}
.border-l-green-200\/100 {
  border-left-color: rgb(187 247 208 / 1);
}
.border-l-green-200\/15 {
  border-left-color: rgb(187 247 208 / 0.15);
}
.border-l-green-200\/20 {
  border-left-color: rgb(187 247 208 / 0.2);
}
.border-l-green-200\/25 {
  border-left-color: rgb(187 247 208 / 0.25);
}
.border-l-green-200\/30 {
  border-left-color: rgb(187 247 208 / 0.3);
}
.border-l-green-200\/35 {
  border-left-color: rgb(187 247 208 / 0.35);
}
.border-l-green-200\/40 {
  border-left-color: rgb(187 247 208 / 0.4);
}
.border-l-green-200\/45 {
  border-left-color: rgb(187 247 208 / 0.45);
}
.border-l-green-200\/5 {
  border-left-color: rgb(187 247 208 / 0.05);
}
.border-l-green-200\/50 {
  border-left-color: rgb(187 247 208 / 0.5);
}
.border-l-green-200\/55 {
  border-left-color: rgb(187 247 208 / 0.55);
}
.border-l-green-200\/60 {
  border-left-color: rgb(187 247 208 / 0.6);
}
.border-l-green-200\/65 {
  border-left-color: rgb(187 247 208 / 0.65);
}
.border-l-green-200\/70 {
  border-left-color: rgb(187 247 208 / 0.7);
}
.border-l-green-200\/75 {
  border-left-color: rgb(187 247 208 / 0.75);
}
.border-l-green-200\/80 {
  border-left-color: rgb(187 247 208 / 0.8);
}
.border-l-green-200\/85 {
  border-left-color: rgb(187 247 208 / 0.85);
}
.border-l-green-200\/90 {
  border-left-color: rgb(187 247 208 / 0.9);
}
.border-l-green-200\/95 {
  border-left-color: rgb(187 247 208 / 0.95);
}
.border-l-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-l-green-300\/0 {
  border-left-color: rgb(134 239 172 / 0);
}
.border-l-green-300\/10 {
  border-left-color: rgb(134 239 172 / 0.1);
}
.border-l-green-300\/100 {
  border-left-color: rgb(134 239 172 / 1);
}
.border-l-green-300\/15 {
  border-left-color: rgb(134 239 172 / 0.15);
}
.border-l-green-300\/20 {
  border-left-color: rgb(134 239 172 / 0.2);
}
.border-l-green-300\/25 {
  border-left-color: rgb(134 239 172 / 0.25);
}
.border-l-green-300\/30 {
  border-left-color: rgb(134 239 172 / 0.3);
}
.border-l-green-300\/35 {
  border-left-color: rgb(134 239 172 / 0.35);
}
.border-l-green-300\/40 {
  border-left-color: rgb(134 239 172 / 0.4);
}
.border-l-green-300\/45 {
  border-left-color: rgb(134 239 172 / 0.45);
}
.border-l-green-300\/5 {
  border-left-color: rgb(134 239 172 / 0.05);
}
.border-l-green-300\/50 {
  border-left-color: rgb(134 239 172 / 0.5);
}
.border-l-green-300\/55 {
  border-left-color: rgb(134 239 172 / 0.55);
}
.border-l-green-300\/60 {
  border-left-color: rgb(134 239 172 / 0.6);
}
.border-l-green-300\/65 {
  border-left-color: rgb(134 239 172 / 0.65);
}
.border-l-green-300\/70 {
  border-left-color: rgb(134 239 172 / 0.7);
}
.border-l-green-300\/75 {
  border-left-color: rgb(134 239 172 / 0.75);
}
.border-l-green-300\/80 {
  border-left-color: rgb(134 239 172 / 0.8);
}
.border-l-green-300\/85 {
  border-left-color: rgb(134 239 172 / 0.85);
}
.border-l-green-300\/90 {
  border-left-color: rgb(134 239 172 / 0.9);
}
.border-l-green-300\/95 {
  border-left-color: rgb(134 239 172 / 0.95);
}
.border-l-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-l-green-400\/0 {
  border-left-color: rgb(74 222 128 / 0);
}
.border-l-green-400\/10 {
  border-left-color: rgb(74 222 128 / 0.1);
}
.border-l-green-400\/100 {
  border-left-color: rgb(74 222 128 / 1);
}
.border-l-green-400\/15 {
  border-left-color: rgb(74 222 128 / 0.15);
}
.border-l-green-400\/20 {
  border-left-color: rgb(74 222 128 / 0.2);
}
.border-l-green-400\/25 {
  border-left-color: rgb(74 222 128 / 0.25);
}
.border-l-green-400\/30 {
  border-left-color: rgb(74 222 128 / 0.3);
}
.border-l-green-400\/35 {
  border-left-color: rgb(74 222 128 / 0.35);
}
.border-l-green-400\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
}
.border-l-green-400\/45 {
  border-left-color: rgb(74 222 128 / 0.45);
}
.border-l-green-400\/5 {
  border-left-color: rgb(74 222 128 / 0.05);
}
.border-l-green-400\/50 {
  border-left-color: rgb(74 222 128 / 0.5);
}
.border-l-green-400\/55 {
  border-left-color: rgb(74 222 128 / 0.55);
}
.border-l-green-400\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
}
.border-l-green-400\/65 {
  border-left-color: rgb(74 222 128 / 0.65);
}
.border-l-green-400\/70 {
  border-left-color: rgb(74 222 128 / 0.7);
}
.border-l-green-400\/75 {
  border-left-color: rgb(74 222 128 / 0.75);
}
.border-l-green-400\/80 {
  border-left-color: rgb(74 222 128 / 0.8);
}
.border-l-green-400\/85 {
  border-left-color: rgb(74 222 128 / 0.85);
}
.border-l-green-400\/90 {
  border-left-color: rgb(74 222 128 / 0.9);
}
.border-l-green-400\/95 {
  border-left-color: rgb(74 222 128 / 0.95);
}
.border-l-green-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-l-green-50\/0 {
  border-left-color: rgb(240 253 244 / 0);
}
.border-l-green-50\/10 {
  border-left-color: rgb(240 253 244 / 0.1);
}
.border-l-green-50\/100 {
  border-left-color: rgb(240 253 244 / 1);
}
.border-l-green-50\/15 {
  border-left-color: rgb(240 253 244 / 0.15);
}
.border-l-green-50\/20 {
  border-left-color: rgb(240 253 244 / 0.2);
}
.border-l-green-50\/25 {
  border-left-color: rgb(240 253 244 / 0.25);
}
.border-l-green-50\/30 {
  border-left-color: rgb(240 253 244 / 0.3);
}
.border-l-green-50\/35 {
  border-left-color: rgb(240 253 244 / 0.35);
}
.border-l-green-50\/40 {
  border-left-color: rgb(240 253 244 / 0.4);
}
.border-l-green-50\/45 {
  border-left-color: rgb(240 253 244 / 0.45);
}
.border-l-green-50\/5 {
  border-left-color: rgb(240 253 244 / 0.05);
}
.border-l-green-50\/50 {
  border-left-color: rgb(240 253 244 / 0.5);
}
.border-l-green-50\/55 {
  border-left-color: rgb(240 253 244 / 0.55);
}
.border-l-green-50\/60 {
  border-left-color: rgb(240 253 244 / 0.6);
}
.border-l-green-50\/65 {
  border-left-color: rgb(240 253 244 / 0.65);
}
.border-l-green-50\/70 {
  border-left-color: rgb(240 253 244 / 0.7);
}
.border-l-green-50\/75 {
  border-left-color: rgb(240 253 244 / 0.75);
}
.border-l-green-50\/80 {
  border-left-color: rgb(240 253 244 / 0.8);
}
.border-l-green-50\/85 {
  border-left-color: rgb(240 253 244 / 0.85);
}
.border-l-green-50\/90 {
  border-left-color: rgb(240 253 244 / 0.9);
}
.border-l-green-50\/95 {
  border-left-color: rgb(240 253 244 / 0.95);
}
.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-l-green-500\/0 {
  border-left-color: rgb(34 197 94 / 0);
}
.border-l-green-500\/10 {
  border-left-color: rgb(34 197 94 / 0.1);
}
.border-l-green-500\/100 {
  border-left-color: rgb(34 197 94 / 1);
}
.border-l-green-500\/15 {
  border-left-color: rgb(34 197 94 / 0.15);
}
.border-l-green-500\/20 {
  border-left-color: rgb(34 197 94 / 0.2);
}
.border-l-green-500\/25 {
  border-left-color: rgb(34 197 94 / 0.25);
}
.border-l-green-500\/30 {
  border-left-color: rgb(34 197 94 / 0.3);
}
.border-l-green-500\/35 {
  border-left-color: rgb(34 197 94 / 0.35);
}
.border-l-green-500\/40 {
  border-left-color: rgb(34 197 94 / 0.4);
}
.border-l-green-500\/45 {
  border-left-color: rgb(34 197 94 / 0.45);
}
.border-l-green-500\/5 {
  border-left-color: rgb(34 197 94 / 0.05);
}
.border-l-green-500\/50 {
  border-left-color: rgb(34 197 94 / 0.5);
}
.border-l-green-500\/55 {
  border-left-color: rgb(34 197 94 / 0.55);
}
.border-l-green-500\/60 {
  border-left-color: rgb(34 197 94 / 0.6);
}
.border-l-green-500\/65 {
  border-left-color: rgb(34 197 94 / 0.65);
}
.border-l-green-500\/70 {
  border-left-color: rgb(34 197 94 / 0.7);
}
.border-l-green-500\/75 {
  border-left-color: rgb(34 197 94 / 0.75);
}
.border-l-green-500\/80 {
  border-left-color: rgb(34 197 94 / 0.8);
}
.border-l-green-500\/85 {
  border-left-color: rgb(34 197 94 / 0.85);
}
.border-l-green-500\/90 {
  border-left-color: rgb(34 197 94 / 0.9);
}
.border-l-green-500\/95 {
  border-left-color: rgb(34 197 94 / 0.95);
}
.border-l-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-l-green-600\/0 {
  border-left-color: rgb(22 163 74 / 0);
}
.border-l-green-600\/10 {
  border-left-color: rgb(22 163 74 / 0.1);
}
.border-l-green-600\/100 {
  border-left-color: rgb(22 163 74 / 1);
}
.border-l-green-600\/15 {
  border-left-color: rgb(22 163 74 / 0.15);
}
.border-l-green-600\/20 {
  border-left-color: rgb(22 163 74 / 0.2);
}
.border-l-green-600\/25 {
  border-left-color: rgb(22 163 74 / 0.25);
}
.border-l-green-600\/30 {
  border-left-color: rgb(22 163 74 / 0.3);
}
.border-l-green-600\/35 {
  border-left-color: rgb(22 163 74 / 0.35);
}
.border-l-green-600\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
}
.border-l-green-600\/45 {
  border-left-color: rgb(22 163 74 / 0.45);
}
.border-l-green-600\/5 {
  border-left-color: rgb(22 163 74 / 0.05);
}
.border-l-green-600\/50 {
  border-left-color: rgb(22 163 74 / 0.5);
}
.border-l-green-600\/55 {
  border-left-color: rgb(22 163 74 / 0.55);
}
.border-l-green-600\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
}
.border-l-green-600\/65 {
  border-left-color: rgb(22 163 74 / 0.65);
}
.border-l-green-600\/70 {
  border-left-color: rgb(22 163 74 / 0.7);
}
.border-l-green-600\/75 {
  border-left-color: rgb(22 163 74 / 0.75);
}
.border-l-green-600\/80 {
  border-left-color: rgb(22 163 74 / 0.8);
}
.border-l-green-600\/85 {
  border-left-color: rgb(22 163 74 / 0.85);
}
.border-l-green-600\/90 {
  border-left-color: rgb(22 163 74 / 0.9);
}
.border-l-green-600\/95 {
  border-left-color: rgb(22 163 74 / 0.95);
}
.border-l-green-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-l-green-700\/0 {
  border-left-color: rgb(21 128 61 / 0);
}
.border-l-green-700\/10 {
  border-left-color: rgb(21 128 61 / 0.1);
}
.border-l-green-700\/100 {
  border-left-color: rgb(21 128 61 / 1);
}
.border-l-green-700\/15 {
  border-left-color: rgb(21 128 61 / 0.15);
}
.border-l-green-700\/20 {
  border-left-color: rgb(21 128 61 / 0.2);
}
.border-l-green-700\/25 {
  border-left-color: rgb(21 128 61 / 0.25);
}
.border-l-green-700\/30 {
  border-left-color: rgb(21 128 61 / 0.3);
}
.border-l-green-700\/35 {
  border-left-color: rgb(21 128 61 / 0.35);
}
.border-l-green-700\/40 {
  border-left-color: rgb(21 128 61 / 0.4);
}
.border-l-green-700\/45 {
  border-left-color: rgb(21 128 61 / 0.45);
}
.border-l-green-700\/5 {
  border-left-color: rgb(21 128 61 / 0.05);
}
.border-l-green-700\/50 {
  border-left-color: rgb(21 128 61 / 0.5);
}
.border-l-green-700\/55 {
  border-left-color: rgb(21 128 61 / 0.55);
}
.border-l-green-700\/60 {
  border-left-color: rgb(21 128 61 / 0.6);
}
.border-l-green-700\/65 {
  border-left-color: rgb(21 128 61 / 0.65);
}
.border-l-green-700\/70 {
  border-left-color: rgb(21 128 61 / 0.7);
}
.border-l-green-700\/75 {
  border-left-color: rgb(21 128 61 / 0.75);
}
.border-l-green-700\/80 {
  border-left-color: rgb(21 128 61 / 0.8);
}
.border-l-green-700\/85 {
  border-left-color: rgb(21 128 61 / 0.85);
}
.border-l-green-700\/90 {
  border-left-color: rgb(21 128 61 / 0.9);
}
.border-l-green-700\/95 {
  border-left-color: rgb(21 128 61 / 0.95);
}
.border-l-green-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-l-green-800\/0 {
  border-left-color: rgb(22 101 52 / 0);
}
.border-l-green-800\/10 {
  border-left-color: rgb(22 101 52 / 0.1);
}
.border-l-green-800\/100 {
  border-left-color: rgb(22 101 52 / 1);
}
.border-l-green-800\/15 {
  border-left-color: rgb(22 101 52 / 0.15);
}
.border-l-green-800\/20 {
  border-left-color: rgb(22 101 52 / 0.2);
}
.border-l-green-800\/25 {
  border-left-color: rgb(22 101 52 / 0.25);
}
.border-l-green-800\/30 {
  border-left-color: rgb(22 101 52 / 0.3);
}
.border-l-green-800\/35 {
  border-left-color: rgb(22 101 52 / 0.35);
}
.border-l-green-800\/40 {
  border-left-color: rgb(22 101 52 / 0.4);
}
.border-l-green-800\/45 {
  border-left-color: rgb(22 101 52 / 0.45);
}
.border-l-green-800\/5 {
  border-left-color: rgb(22 101 52 / 0.05);
}
.border-l-green-800\/50 {
  border-left-color: rgb(22 101 52 / 0.5);
}
.border-l-green-800\/55 {
  border-left-color: rgb(22 101 52 / 0.55);
}
.border-l-green-800\/60 {
  border-left-color: rgb(22 101 52 / 0.6);
}
.border-l-green-800\/65 {
  border-left-color: rgb(22 101 52 / 0.65);
}
.border-l-green-800\/70 {
  border-left-color: rgb(22 101 52 / 0.7);
}
.border-l-green-800\/75 {
  border-left-color: rgb(22 101 52 / 0.75);
}
.border-l-green-800\/80 {
  border-left-color: rgb(22 101 52 / 0.8);
}
.border-l-green-800\/85 {
  border-left-color: rgb(22 101 52 / 0.85);
}
.border-l-green-800\/90 {
  border-left-color: rgb(22 101 52 / 0.9);
}
.border-l-green-800\/95 {
  border-left-color: rgb(22 101 52 / 0.95);
}
.border-l-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-l-green-900\/0 {
  border-left-color: rgb(20 83 45 / 0);
}
.border-l-green-900\/10 {
  border-left-color: rgb(20 83 45 / 0.1);
}
.border-l-green-900\/100 {
  border-left-color: rgb(20 83 45 / 1);
}
.border-l-green-900\/15 {
  border-left-color: rgb(20 83 45 / 0.15);
}
.border-l-green-900\/20 {
  border-left-color: rgb(20 83 45 / 0.2);
}
.border-l-green-900\/25 {
  border-left-color: rgb(20 83 45 / 0.25);
}
.border-l-green-900\/30 {
  border-left-color: rgb(20 83 45 / 0.3);
}
.border-l-green-900\/35 {
  border-left-color: rgb(20 83 45 / 0.35);
}
.border-l-green-900\/40 {
  border-left-color: rgb(20 83 45 / 0.4);
}
.border-l-green-900\/45 {
  border-left-color: rgb(20 83 45 / 0.45);
}
.border-l-green-900\/5 {
  border-left-color: rgb(20 83 45 / 0.05);
}
.border-l-green-900\/50 {
  border-left-color: rgb(20 83 45 / 0.5);
}
.border-l-green-900\/55 {
  border-left-color: rgb(20 83 45 / 0.55);
}
.border-l-green-900\/60 {
  border-left-color: rgb(20 83 45 / 0.6);
}
.border-l-green-900\/65 {
  border-left-color: rgb(20 83 45 / 0.65);
}
.border-l-green-900\/70 {
  border-left-color: rgb(20 83 45 / 0.7);
}
.border-l-green-900\/75 {
  border-left-color: rgb(20 83 45 / 0.75);
}
.border-l-green-900\/80 {
  border-left-color: rgb(20 83 45 / 0.8);
}
.border-l-green-900\/85 {
  border-left-color: rgb(20 83 45 / 0.85);
}
.border-l-green-900\/90 {
  border-left-color: rgb(20 83 45 / 0.9);
}
.border-l-green-900\/95 {
  border-left-color: rgb(20 83 45 / 0.95);
}
.border-l-green-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-l-green-950\/0 {
  border-left-color: rgb(5 46 22 / 0);
}
.border-l-green-950\/10 {
  border-left-color: rgb(5 46 22 / 0.1);
}
.border-l-green-950\/100 {
  border-left-color: rgb(5 46 22 / 1);
}
.border-l-green-950\/15 {
  border-left-color: rgb(5 46 22 / 0.15);
}
.border-l-green-950\/20 {
  border-left-color: rgb(5 46 22 / 0.2);
}
.border-l-green-950\/25 {
  border-left-color: rgb(5 46 22 / 0.25);
}
.border-l-green-950\/30 {
  border-left-color: rgb(5 46 22 / 0.3);
}
.border-l-green-950\/35 {
  border-left-color: rgb(5 46 22 / 0.35);
}
.border-l-green-950\/40 {
  border-left-color: rgb(5 46 22 / 0.4);
}
.border-l-green-950\/45 {
  border-left-color: rgb(5 46 22 / 0.45);
}
.border-l-green-950\/5 {
  border-left-color: rgb(5 46 22 / 0.05);
}
.border-l-green-950\/50 {
  border-left-color: rgb(5 46 22 / 0.5);
}
.border-l-green-950\/55 {
  border-left-color: rgb(5 46 22 / 0.55);
}
.border-l-green-950\/60 {
  border-left-color: rgb(5 46 22 / 0.6);
}
.border-l-green-950\/65 {
  border-left-color: rgb(5 46 22 / 0.65);
}
.border-l-green-950\/70 {
  border-left-color: rgb(5 46 22 / 0.7);
}
.border-l-green-950\/75 {
  border-left-color: rgb(5 46 22 / 0.75);
}
.border-l-green-950\/80 {
  border-left-color: rgb(5 46 22 / 0.8);
}
.border-l-green-950\/85 {
  border-left-color: rgb(5 46 22 / 0.85);
}
.border-l-green-950\/90 {
  border-left-color: rgb(5 46 22 / 0.9);
}
.border-l-green-950\/95 {
  border-left-color: rgb(5 46 22 / 0.95);
}
.border-l-indigo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-l-indigo-100\/0 {
  border-left-color: rgb(224 231 255 / 0);
}
.border-l-indigo-100\/10 {
  border-left-color: rgb(224 231 255 / 0.1);
}
.border-l-indigo-100\/100 {
  border-left-color: rgb(224 231 255 / 1);
}
.border-l-indigo-100\/15 {
  border-left-color: rgb(224 231 255 / 0.15);
}
.border-l-indigo-100\/20 {
  border-left-color: rgb(224 231 255 / 0.2);
}
.border-l-indigo-100\/25 {
  border-left-color: rgb(224 231 255 / 0.25);
}
.border-l-indigo-100\/30 {
  border-left-color: rgb(224 231 255 / 0.3);
}
.border-l-indigo-100\/35 {
  border-left-color: rgb(224 231 255 / 0.35);
}
.border-l-indigo-100\/40 {
  border-left-color: rgb(224 231 255 / 0.4);
}
.border-l-indigo-100\/45 {
  border-left-color: rgb(224 231 255 / 0.45);
}
.border-l-indigo-100\/5 {
  border-left-color: rgb(224 231 255 / 0.05);
}
.border-l-indigo-100\/50 {
  border-left-color: rgb(224 231 255 / 0.5);
}
.border-l-indigo-100\/55 {
  border-left-color: rgb(224 231 255 / 0.55);
}
.border-l-indigo-100\/60 {
  border-left-color: rgb(224 231 255 / 0.6);
}
.border-l-indigo-100\/65 {
  border-left-color: rgb(224 231 255 / 0.65);
}
.border-l-indigo-100\/70 {
  border-left-color: rgb(224 231 255 / 0.7);
}
.border-l-indigo-100\/75 {
  border-left-color: rgb(224 231 255 / 0.75);
}
.border-l-indigo-100\/80 {
  border-left-color: rgb(224 231 255 / 0.8);
}
.border-l-indigo-100\/85 {
  border-left-color: rgb(224 231 255 / 0.85);
}
.border-l-indigo-100\/90 {
  border-left-color: rgb(224 231 255 / 0.9);
}
.border-l-indigo-100\/95 {
  border-left-color: rgb(224 231 255 / 0.95);
}
.border-l-indigo-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-l-indigo-200\/0 {
  border-left-color: rgb(199 210 254 / 0);
}
.border-l-indigo-200\/10 {
  border-left-color: rgb(199 210 254 / 0.1);
}
.border-l-indigo-200\/100 {
  border-left-color: rgb(199 210 254 / 1);
}
.border-l-indigo-200\/15 {
  border-left-color: rgb(199 210 254 / 0.15);
}
.border-l-indigo-200\/20 {
  border-left-color: rgb(199 210 254 / 0.2);
}
.border-l-indigo-200\/25 {
  border-left-color: rgb(199 210 254 / 0.25);
}
.border-l-indigo-200\/30 {
  border-left-color: rgb(199 210 254 / 0.3);
}
.border-l-indigo-200\/35 {
  border-left-color: rgb(199 210 254 / 0.35);
}
.border-l-indigo-200\/40 {
  border-left-color: rgb(199 210 254 / 0.4);
}
.border-l-indigo-200\/45 {
  border-left-color: rgb(199 210 254 / 0.45);
}
.border-l-indigo-200\/5 {
  border-left-color: rgb(199 210 254 / 0.05);
}
.border-l-indigo-200\/50 {
  border-left-color: rgb(199 210 254 / 0.5);
}
.border-l-indigo-200\/55 {
  border-left-color: rgb(199 210 254 / 0.55);
}
.border-l-indigo-200\/60 {
  border-left-color: rgb(199 210 254 / 0.6);
}
.border-l-indigo-200\/65 {
  border-left-color: rgb(199 210 254 / 0.65);
}
.border-l-indigo-200\/70 {
  border-left-color: rgb(199 210 254 / 0.7);
}
.border-l-indigo-200\/75 {
  border-left-color: rgb(199 210 254 / 0.75);
}
.border-l-indigo-200\/80 {
  border-left-color: rgb(199 210 254 / 0.8);
}
.border-l-indigo-200\/85 {
  border-left-color: rgb(199 210 254 / 0.85);
}
.border-l-indigo-200\/90 {
  border-left-color: rgb(199 210 254 / 0.9);
}
.border-l-indigo-200\/95 {
  border-left-color: rgb(199 210 254 / 0.95);
}
.border-l-indigo-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-l-indigo-300\/0 {
  border-left-color: rgb(165 180 252 / 0);
}
.border-l-indigo-300\/10 {
  border-left-color: rgb(165 180 252 / 0.1);
}
.border-l-indigo-300\/100 {
  border-left-color: rgb(165 180 252 / 1);
}
.border-l-indigo-300\/15 {
  border-left-color: rgb(165 180 252 / 0.15);
}
.border-l-indigo-300\/20 {
  border-left-color: rgb(165 180 252 / 0.2);
}
.border-l-indigo-300\/25 {
  border-left-color: rgb(165 180 252 / 0.25);
}
.border-l-indigo-300\/30 {
  border-left-color: rgb(165 180 252 / 0.3);
}
.border-l-indigo-300\/35 {
  border-left-color: rgb(165 180 252 / 0.35);
}
.border-l-indigo-300\/40 {
  border-left-color: rgb(165 180 252 / 0.4);
}
.border-l-indigo-300\/45 {
  border-left-color: rgb(165 180 252 / 0.45);
}
.border-l-indigo-300\/5 {
  border-left-color: rgb(165 180 252 / 0.05);
}
.border-l-indigo-300\/50 {
  border-left-color: rgb(165 180 252 / 0.5);
}
.border-l-indigo-300\/55 {
  border-left-color: rgb(165 180 252 / 0.55);
}
.border-l-indigo-300\/60 {
  border-left-color: rgb(165 180 252 / 0.6);
}
.border-l-indigo-300\/65 {
  border-left-color: rgb(165 180 252 / 0.65);
}
.border-l-indigo-300\/70 {
  border-left-color: rgb(165 180 252 / 0.7);
}
.border-l-indigo-300\/75 {
  border-left-color: rgb(165 180 252 / 0.75);
}
.border-l-indigo-300\/80 {
  border-left-color: rgb(165 180 252 / 0.8);
}
.border-l-indigo-300\/85 {
  border-left-color: rgb(165 180 252 / 0.85);
}
.border-l-indigo-300\/90 {
  border-left-color: rgb(165 180 252 / 0.9);
}
.border-l-indigo-300\/95 {
  border-left-color: rgb(165 180 252 / 0.95);
}
.border-l-indigo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-l-indigo-400\/0 {
  border-left-color: rgb(129 140 248 / 0);
}
.border-l-indigo-400\/10 {
  border-left-color: rgb(129 140 248 / 0.1);
}
.border-l-indigo-400\/100 {
  border-left-color: rgb(129 140 248 / 1);
}
.border-l-indigo-400\/15 {
  border-left-color: rgb(129 140 248 / 0.15);
}
.border-l-indigo-400\/20 {
  border-left-color: rgb(129 140 248 / 0.2);
}
.border-l-indigo-400\/25 {
  border-left-color: rgb(129 140 248 / 0.25);
}
.border-l-indigo-400\/30 {
  border-left-color: rgb(129 140 248 / 0.3);
}
.border-l-indigo-400\/35 {
  border-left-color: rgb(129 140 248 / 0.35);
}
.border-l-indigo-400\/40 {
  border-left-color: rgb(129 140 248 / 0.4);
}
.border-l-indigo-400\/45 {
  border-left-color: rgb(129 140 248 / 0.45);
}
.border-l-indigo-400\/5 {
  border-left-color: rgb(129 140 248 / 0.05);
}
.border-l-indigo-400\/50 {
  border-left-color: rgb(129 140 248 / 0.5);
}
.border-l-indigo-400\/55 {
  border-left-color: rgb(129 140 248 / 0.55);
}
.border-l-indigo-400\/60 {
  border-left-color: rgb(129 140 248 / 0.6);
}
.border-l-indigo-400\/65 {
  border-left-color: rgb(129 140 248 / 0.65);
}
.border-l-indigo-400\/70 {
  border-left-color: rgb(129 140 248 / 0.7);
}
.border-l-indigo-400\/75 {
  border-left-color: rgb(129 140 248 / 0.75);
}
.border-l-indigo-400\/80 {
  border-left-color: rgb(129 140 248 / 0.8);
}
.border-l-indigo-400\/85 {
  border-left-color: rgb(129 140 248 / 0.85);
}
.border-l-indigo-400\/90 {
  border-left-color: rgb(129 140 248 / 0.9);
}
.border-l-indigo-400\/95 {
  border-left-color: rgb(129 140 248 / 0.95);
}
.border-l-indigo-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-l-indigo-50\/0 {
  border-left-color: rgb(238 242 255 / 0);
}
.border-l-indigo-50\/10 {
  border-left-color: rgb(238 242 255 / 0.1);
}
.border-l-indigo-50\/100 {
  border-left-color: rgb(238 242 255 / 1);
}
.border-l-indigo-50\/15 {
  border-left-color: rgb(238 242 255 / 0.15);
}
.border-l-indigo-50\/20 {
  border-left-color: rgb(238 242 255 / 0.2);
}
.border-l-indigo-50\/25 {
  border-left-color: rgb(238 242 255 / 0.25);
}
.border-l-indigo-50\/30 {
  border-left-color: rgb(238 242 255 / 0.3);
}
.border-l-indigo-50\/35 {
  border-left-color: rgb(238 242 255 / 0.35);
}
.border-l-indigo-50\/40 {
  border-left-color: rgb(238 242 255 / 0.4);
}
.border-l-indigo-50\/45 {
  border-left-color: rgb(238 242 255 / 0.45);
}
.border-l-indigo-50\/5 {
  border-left-color: rgb(238 242 255 / 0.05);
}
.border-l-indigo-50\/50 {
  border-left-color: rgb(238 242 255 / 0.5);
}
.border-l-indigo-50\/55 {
  border-left-color: rgb(238 242 255 / 0.55);
}
.border-l-indigo-50\/60 {
  border-left-color: rgb(238 242 255 / 0.6);
}
.border-l-indigo-50\/65 {
  border-left-color: rgb(238 242 255 / 0.65);
}
.border-l-indigo-50\/70 {
  border-left-color: rgb(238 242 255 / 0.7);
}
.border-l-indigo-50\/75 {
  border-left-color: rgb(238 242 255 / 0.75);
}
.border-l-indigo-50\/80 {
  border-left-color: rgb(238 242 255 / 0.8);
}
.border-l-indigo-50\/85 {
  border-left-color: rgb(238 242 255 / 0.85);
}
.border-l-indigo-50\/90 {
  border-left-color: rgb(238 242 255 / 0.9);
}
.border-l-indigo-50\/95 {
  border-left-color: rgb(238 242 255 / 0.95);
}
.border-l-indigo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-l-indigo-500\/0 {
  border-left-color: rgb(99 102 241 / 0);
}
.border-l-indigo-500\/10 {
  border-left-color: rgb(99 102 241 / 0.1);
}
.border-l-indigo-500\/100 {
  border-left-color: rgb(99 102 241 / 1);
}
.border-l-indigo-500\/15 {
  border-left-color: rgb(99 102 241 / 0.15);
}
.border-l-indigo-500\/20 {
  border-left-color: rgb(99 102 241 / 0.2);
}
.border-l-indigo-500\/25 {
  border-left-color: rgb(99 102 241 / 0.25);
}
.border-l-indigo-500\/30 {
  border-left-color: rgb(99 102 241 / 0.3);
}
.border-l-indigo-500\/35 {
  border-left-color: rgb(99 102 241 / 0.35);
}
.border-l-indigo-500\/40 {
  border-left-color: rgb(99 102 241 / 0.4);
}
.border-l-indigo-500\/45 {
  border-left-color: rgb(99 102 241 / 0.45);
}
.border-l-indigo-500\/5 {
  border-left-color: rgb(99 102 241 / 0.05);
}
.border-l-indigo-500\/50 {
  border-left-color: rgb(99 102 241 / 0.5);
}
.border-l-indigo-500\/55 {
  border-left-color: rgb(99 102 241 / 0.55);
}
.border-l-indigo-500\/60 {
  border-left-color: rgb(99 102 241 / 0.6);
}
.border-l-indigo-500\/65 {
  border-left-color: rgb(99 102 241 / 0.65);
}
.border-l-indigo-500\/70 {
  border-left-color: rgb(99 102 241 / 0.7);
}
.border-l-indigo-500\/75 {
  border-left-color: rgb(99 102 241 / 0.75);
}
.border-l-indigo-500\/80 {
  border-left-color: rgb(99 102 241 / 0.8);
}
.border-l-indigo-500\/85 {
  border-left-color: rgb(99 102 241 / 0.85);
}
.border-l-indigo-500\/90 {
  border-left-color: rgb(99 102 241 / 0.9);
}
.border-l-indigo-500\/95 {
  border-left-color: rgb(99 102 241 / 0.95);
}
.border-l-indigo-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-l-indigo-600\/0 {
  border-left-color: rgb(79 70 229 / 0);
}
.border-l-indigo-600\/10 {
  border-left-color: rgb(79 70 229 / 0.1);
}
.border-l-indigo-600\/100 {
  border-left-color: rgb(79 70 229 / 1);
}
.border-l-indigo-600\/15 {
  border-left-color: rgb(79 70 229 / 0.15);
}
.border-l-indigo-600\/20 {
  border-left-color: rgb(79 70 229 / 0.2);
}
.border-l-indigo-600\/25 {
  border-left-color: rgb(79 70 229 / 0.25);
}
.border-l-indigo-600\/30 {
  border-left-color: rgb(79 70 229 / 0.3);
}
.border-l-indigo-600\/35 {
  border-left-color: rgb(79 70 229 / 0.35);
}
.border-l-indigo-600\/40 {
  border-left-color: rgb(79 70 229 / 0.4);
}
.border-l-indigo-600\/45 {
  border-left-color: rgb(79 70 229 / 0.45);
}
.border-l-indigo-600\/5 {
  border-left-color: rgb(79 70 229 / 0.05);
}
.border-l-indigo-600\/50 {
  border-left-color: rgb(79 70 229 / 0.5);
}
.border-l-indigo-600\/55 {
  border-left-color: rgb(79 70 229 / 0.55);
}
.border-l-indigo-600\/60 {
  border-left-color: rgb(79 70 229 / 0.6);
}
.border-l-indigo-600\/65 {
  border-left-color: rgb(79 70 229 / 0.65);
}
.border-l-indigo-600\/70 {
  border-left-color: rgb(79 70 229 / 0.7);
}
.border-l-indigo-600\/75 {
  border-left-color: rgb(79 70 229 / 0.75);
}
.border-l-indigo-600\/80 {
  border-left-color: rgb(79 70 229 / 0.8);
}
.border-l-indigo-600\/85 {
  border-left-color: rgb(79 70 229 / 0.85);
}
.border-l-indigo-600\/90 {
  border-left-color: rgb(79 70 229 / 0.9);
}
.border-l-indigo-600\/95 {
  border-left-color: rgb(79 70 229 / 0.95);
}
.border-l-indigo-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-l-indigo-700\/0 {
  border-left-color: rgb(67 56 202 / 0);
}
.border-l-indigo-700\/10 {
  border-left-color: rgb(67 56 202 / 0.1);
}
.border-l-indigo-700\/100 {
  border-left-color: rgb(67 56 202 / 1);
}
.border-l-indigo-700\/15 {
  border-left-color: rgb(67 56 202 / 0.15);
}
.border-l-indigo-700\/20 {
  border-left-color: rgb(67 56 202 / 0.2);
}
.border-l-indigo-700\/25 {
  border-left-color: rgb(67 56 202 / 0.25);
}
.border-l-indigo-700\/30 {
  border-left-color: rgb(67 56 202 / 0.3);
}
.border-l-indigo-700\/35 {
  border-left-color: rgb(67 56 202 / 0.35);
}
.border-l-indigo-700\/40 {
  border-left-color: rgb(67 56 202 / 0.4);
}
.border-l-indigo-700\/45 {
  border-left-color: rgb(67 56 202 / 0.45);
}
.border-l-indigo-700\/5 {
  border-left-color: rgb(67 56 202 / 0.05);
}
.border-l-indigo-700\/50 {
  border-left-color: rgb(67 56 202 / 0.5);
}
.border-l-indigo-700\/55 {
  border-left-color: rgb(67 56 202 / 0.55);
}
.border-l-indigo-700\/60 {
  border-left-color: rgb(67 56 202 / 0.6);
}
.border-l-indigo-700\/65 {
  border-left-color: rgb(67 56 202 / 0.65);
}
.border-l-indigo-700\/70 {
  border-left-color: rgb(67 56 202 / 0.7);
}
.border-l-indigo-700\/75 {
  border-left-color: rgb(67 56 202 / 0.75);
}
.border-l-indigo-700\/80 {
  border-left-color: rgb(67 56 202 / 0.8);
}
.border-l-indigo-700\/85 {
  border-left-color: rgb(67 56 202 / 0.85);
}
.border-l-indigo-700\/90 {
  border-left-color: rgb(67 56 202 / 0.9);
}
.border-l-indigo-700\/95 {
  border-left-color: rgb(67 56 202 / 0.95);
}
.border-l-indigo-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-l-indigo-800\/0 {
  border-left-color: rgb(55 48 163 / 0);
}
.border-l-indigo-800\/10 {
  border-left-color: rgb(55 48 163 / 0.1);
}
.border-l-indigo-800\/100 {
  border-left-color: rgb(55 48 163 / 1);
}
.border-l-indigo-800\/15 {
  border-left-color: rgb(55 48 163 / 0.15);
}
.border-l-indigo-800\/20 {
  border-left-color: rgb(55 48 163 / 0.2);
}
.border-l-indigo-800\/25 {
  border-left-color: rgb(55 48 163 / 0.25);
}
.border-l-indigo-800\/30 {
  border-left-color: rgb(55 48 163 / 0.3);
}
.border-l-indigo-800\/35 {
  border-left-color: rgb(55 48 163 / 0.35);
}
.border-l-indigo-800\/40 {
  border-left-color: rgb(55 48 163 / 0.4);
}
.border-l-indigo-800\/45 {
  border-left-color: rgb(55 48 163 / 0.45);
}
.border-l-indigo-800\/5 {
  border-left-color: rgb(55 48 163 / 0.05);
}
.border-l-indigo-800\/50 {
  border-left-color: rgb(55 48 163 / 0.5);
}
.border-l-indigo-800\/55 {
  border-left-color: rgb(55 48 163 / 0.55);
}
.border-l-indigo-800\/60 {
  border-left-color: rgb(55 48 163 / 0.6);
}
.border-l-indigo-800\/65 {
  border-left-color: rgb(55 48 163 / 0.65);
}
.border-l-indigo-800\/70 {
  border-left-color: rgb(55 48 163 / 0.7);
}
.border-l-indigo-800\/75 {
  border-left-color: rgb(55 48 163 / 0.75);
}
.border-l-indigo-800\/80 {
  border-left-color: rgb(55 48 163 / 0.8);
}
.border-l-indigo-800\/85 {
  border-left-color: rgb(55 48 163 / 0.85);
}
.border-l-indigo-800\/90 {
  border-left-color: rgb(55 48 163 / 0.9);
}
.border-l-indigo-800\/95 {
  border-left-color: rgb(55 48 163 / 0.95);
}
.border-l-indigo-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-l-indigo-900\/0 {
  border-left-color: rgb(49 46 129 / 0);
}
.border-l-indigo-900\/10 {
  border-left-color: rgb(49 46 129 / 0.1);
}
.border-l-indigo-900\/100 {
  border-left-color: rgb(49 46 129 / 1);
}
.border-l-indigo-900\/15 {
  border-left-color: rgb(49 46 129 / 0.15);
}
.border-l-indigo-900\/20 {
  border-left-color: rgb(49 46 129 / 0.2);
}
.border-l-indigo-900\/25 {
  border-left-color: rgb(49 46 129 / 0.25);
}
.border-l-indigo-900\/30 {
  border-left-color: rgb(49 46 129 / 0.3);
}
.border-l-indigo-900\/35 {
  border-left-color: rgb(49 46 129 / 0.35);
}
.border-l-indigo-900\/40 {
  border-left-color: rgb(49 46 129 / 0.4);
}
.border-l-indigo-900\/45 {
  border-left-color: rgb(49 46 129 / 0.45);
}
.border-l-indigo-900\/5 {
  border-left-color: rgb(49 46 129 / 0.05);
}
.border-l-indigo-900\/50 {
  border-left-color: rgb(49 46 129 / 0.5);
}
.border-l-indigo-900\/55 {
  border-left-color: rgb(49 46 129 / 0.55);
}
.border-l-indigo-900\/60 {
  border-left-color: rgb(49 46 129 / 0.6);
}
.border-l-indigo-900\/65 {
  border-left-color: rgb(49 46 129 / 0.65);
}
.border-l-indigo-900\/70 {
  border-left-color: rgb(49 46 129 / 0.7);
}
.border-l-indigo-900\/75 {
  border-left-color: rgb(49 46 129 / 0.75);
}
.border-l-indigo-900\/80 {
  border-left-color: rgb(49 46 129 / 0.8);
}
.border-l-indigo-900\/85 {
  border-left-color: rgb(49 46 129 / 0.85);
}
.border-l-indigo-900\/90 {
  border-left-color: rgb(49 46 129 / 0.9);
}
.border-l-indigo-900\/95 {
  border-left-color: rgb(49 46 129 / 0.95);
}
.border-l-indigo-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-l-indigo-950\/0 {
  border-left-color: rgb(30 27 75 / 0);
}
.border-l-indigo-950\/10 {
  border-left-color: rgb(30 27 75 / 0.1);
}
.border-l-indigo-950\/100 {
  border-left-color: rgb(30 27 75 / 1);
}
.border-l-indigo-950\/15 {
  border-left-color: rgb(30 27 75 / 0.15);
}
.border-l-indigo-950\/20 {
  border-left-color: rgb(30 27 75 / 0.2);
}
.border-l-indigo-950\/25 {
  border-left-color: rgb(30 27 75 / 0.25);
}
.border-l-indigo-950\/30 {
  border-left-color: rgb(30 27 75 / 0.3);
}
.border-l-indigo-950\/35 {
  border-left-color: rgb(30 27 75 / 0.35);
}
.border-l-indigo-950\/40 {
  border-left-color: rgb(30 27 75 / 0.4);
}
.border-l-indigo-950\/45 {
  border-left-color: rgb(30 27 75 / 0.45);
}
.border-l-indigo-950\/5 {
  border-left-color: rgb(30 27 75 / 0.05);
}
.border-l-indigo-950\/50 {
  border-left-color: rgb(30 27 75 / 0.5);
}
.border-l-indigo-950\/55 {
  border-left-color: rgb(30 27 75 / 0.55);
}
.border-l-indigo-950\/60 {
  border-left-color: rgb(30 27 75 / 0.6);
}
.border-l-indigo-950\/65 {
  border-left-color: rgb(30 27 75 / 0.65);
}
.border-l-indigo-950\/70 {
  border-left-color: rgb(30 27 75 / 0.7);
}
.border-l-indigo-950\/75 {
  border-left-color: rgb(30 27 75 / 0.75);
}
.border-l-indigo-950\/80 {
  border-left-color: rgb(30 27 75 / 0.8);
}
.border-l-indigo-950\/85 {
  border-left-color: rgb(30 27 75 / 0.85);
}
.border-l-indigo-950\/90 {
  border-left-color: rgb(30 27 75 / 0.9);
}
.border-l-indigo-950\/95 {
  border-left-color: rgb(30 27 75 / 0.95);
}
.border-l-inherit {
  border-left-color: inherit;
}
.border-l-lime-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-l-lime-100\/0 {
  border-left-color: rgb(236 252 203 / 0);
}
.border-l-lime-100\/10 {
  border-left-color: rgb(236 252 203 / 0.1);
}
.border-l-lime-100\/100 {
  border-left-color: rgb(236 252 203 / 1);
}
.border-l-lime-100\/15 {
  border-left-color: rgb(236 252 203 / 0.15);
}
.border-l-lime-100\/20 {
  border-left-color: rgb(236 252 203 / 0.2);
}
.border-l-lime-100\/25 {
  border-left-color: rgb(236 252 203 / 0.25);
}
.border-l-lime-100\/30 {
  border-left-color: rgb(236 252 203 / 0.3);
}
.border-l-lime-100\/35 {
  border-left-color: rgb(236 252 203 / 0.35);
}
.border-l-lime-100\/40 {
  border-left-color: rgb(236 252 203 / 0.4);
}
.border-l-lime-100\/45 {
  border-left-color: rgb(236 252 203 / 0.45);
}
.border-l-lime-100\/5 {
  border-left-color: rgb(236 252 203 / 0.05);
}
.border-l-lime-100\/50 {
  border-left-color: rgb(236 252 203 / 0.5);
}
.border-l-lime-100\/55 {
  border-left-color: rgb(236 252 203 / 0.55);
}
.border-l-lime-100\/60 {
  border-left-color: rgb(236 252 203 / 0.6);
}
.border-l-lime-100\/65 {
  border-left-color: rgb(236 252 203 / 0.65);
}
.border-l-lime-100\/70 {
  border-left-color: rgb(236 252 203 / 0.7);
}
.border-l-lime-100\/75 {
  border-left-color: rgb(236 252 203 / 0.75);
}
.border-l-lime-100\/80 {
  border-left-color: rgb(236 252 203 / 0.8);
}
.border-l-lime-100\/85 {
  border-left-color: rgb(236 252 203 / 0.85);
}
.border-l-lime-100\/90 {
  border-left-color: rgb(236 252 203 / 0.9);
}
.border-l-lime-100\/95 {
  border-left-color: rgb(236 252 203 / 0.95);
}
.border-l-lime-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-l-lime-200\/0 {
  border-left-color: rgb(217 249 157 / 0);
}
.border-l-lime-200\/10 {
  border-left-color: rgb(217 249 157 / 0.1);
}
.border-l-lime-200\/100 {
  border-left-color: rgb(217 249 157 / 1);
}
.border-l-lime-200\/15 {
  border-left-color: rgb(217 249 157 / 0.15);
}
.border-l-lime-200\/20 {
  border-left-color: rgb(217 249 157 / 0.2);
}
.border-l-lime-200\/25 {
  border-left-color: rgb(217 249 157 / 0.25);
}
.border-l-lime-200\/30 {
  border-left-color: rgb(217 249 157 / 0.3);
}
.border-l-lime-200\/35 {
  border-left-color: rgb(217 249 157 / 0.35);
}
.border-l-lime-200\/40 {
  border-left-color: rgb(217 249 157 / 0.4);
}
.border-l-lime-200\/45 {
  border-left-color: rgb(217 249 157 / 0.45);
}
.border-l-lime-200\/5 {
  border-left-color: rgb(217 249 157 / 0.05);
}
.border-l-lime-200\/50 {
  border-left-color: rgb(217 249 157 / 0.5);
}
.border-l-lime-200\/55 {
  border-left-color: rgb(217 249 157 / 0.55);
}
.border-l-lime-200\/60 {
  border-left-color: rgb(217 249 157 / 0.6);
}
.border-l-lime-200\/65 {
  border-left-color: rgb(217 249 157 / 0.65);
}
.border-l-lime-200\/70 {
  border-left-color: rgb(217 249 157 / 0.7);
}
.border-l-lime-200\/75 {
  border-left-color: rgb(217 249 157 / 0.75);
}
.border-l-lime-200\/80 {
  border-left-color: rgb(217 249 157 / 0.8);
}
.border-l-lime-200\/85 {
  border-left-color: rgb(217 249 157 / 0.85);
}
.border-l-lime-200\/90 {
  border-left-color: rgb(217 249 157 / 0.9);
}
.border-l-lime-200\/95 {
  border-left-color: rgb(217 249 157 / 0.95);
}
.border-l-lime-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-l-lime-300\/0 {
  border-left-color: rgb(190 242 100 / 0);
}
.border-l-lime-300\/10 {
  border-left-color: rgb(190 242 100 / 0.1);
}
.border-l-lime-300\/100 {
  border-left-color: rgb(190 242 100 / 1);
}
.border-l-lime-300\/15 {
  border-left-color: rgb(190 242 100 / 0.15);
}
.border-l-lime-300\/20 {
  border-left-color: rgb(190 242 100 / 0.2);
}
.border-l-lime-300\/25 {
  border-left-color: rgb(190 242 100 / 0.25);
}
.border-l-lime-300\/30 {
  border-left-color: rgb(190 242 100 / 0.3);
}
.border-l-lime-300\/35 {
  border-left-color: rgb(190 242 100 / 0.35);
}
.border-l-lime-300\/40 {
  border-left-color: rgb(190 242 100 / 0.4);
}
.border-l-lime-300\/45 {
  border-left-color: rgb(190 242 100 / 0.45);
}
.border-l-lime-300\/5 {
  border-left-color: rgb(190 242 100 / 0.05);
}
.border-l-lime-300\/50 {
  border-left-color: rgb(190 242 100 / 0.5);
}
.border-l-lime-300\/55 {
  border-left-color: rgb(190 242 100 / 0.55);
}
.border-l-lime-300\/60 {
  border-left-color: rgb(190 242 100 / 0.6);
}
.border-l-lime-300\/65 {
  border-left-color: rgb(190 242 100 / 0.65);
}
.border-l-lime-300\/70 {
  border-left-color: rgb(190 242 100 / 0.7);
}
.border-l-lime-300\/75 {
  border-left-color: rgb(190 242 100 / 0.75);
}
.border-l-lime-300\/80 {
  border-left-color: rgb(190 242 100 / 0.8);
}
.border-l-lime-300\/85 {
  border-left-color: rgb(190 242 100 / 0.85);
}
.border-l-lime-300\/90 {
  border-left-color: rgb(190 242 100 / 0.9);
}
.border-l-lime-300\/95 {
  border-left-color: rgb(190 242 100 / 0.95);
}
.border-l-lime-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-l-lime-400\/0 {
  border-left-color: rgb(163 230 53 / 0);
}
.border-l-lime-400\/10 {
  border-left-color: rgb(163 230 53 / 0.1);
}
.border-l-lime-400\/100 {
  border-left-color: rgb(163 230 53 / 1);
}
.border-l-lime-400\/15 {
  border-left-color: rgb(163 230 53 / 0.15);
}
.border-l-lime-400\/20 {
  border-left-color: rgb(163 230 53 / 0.2);
}
.border-l-lime-400\/25 {
  border-left-color: rgb(163 230 53 / 0.25);
}
.border-l-lime-400\/30 {
  border-left-color: rgb(163 230 53 / 0.3);
}
.border-l-lime-400\/35 {
  border-left-color: rgb(163 230 53 / 0.35);
}
.border-l-lime-400\/40 {
  border-left-color: rgb(163 230 53 / 0.4);
}
.border-l-lime-400\/45 {
  border-left-color: rgb(163 230 53 / 0.45);
}
.border-l-lime-400\/5 {
  border-left-color: rgb(163 230 53 / 0.05);
}
.border-l-lime-400\/50 {
  border-left-color: rgb(163 230 53 / 0.5);
}
.border-l-lime-400\/55 {
  border-left-color: rgb(163 230 53 / 0.55);
}
.border-l-lime-400\/60 {
  border-left-color: rgb(163 230 53 / 0.6);
}
.border-l-lime-400\/65 {
  border-left-color: rgb(163 230 53 / 0.65);
}
.border-l-lime-400\/70 {
  border-left-color: rgb(163 230 53 / 0.7);
}
.border-l-lime-400\/75 {
  border-left-color: rgb(163 230 53 / 0.75);
}
.border-l-lime-400\/80 {
  border-left-color: rgb(163 230 53 / 0.8);
}
.border-l-lime-400\/85 {
  border-left-color: rgb(163 230 53 / 0.85);
}
.border-l-lime-400\/90 {
  border-left-color: rgb(163 230 53 / 0.9);
}
.border-l-lime-400\/95 {
  border-left-color: rgb(163 230 53 / 0.95);
}
.border-l-lime-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-l-lime-50\/0 {
  border-left-color: rgb(247 254 231 / 0);
}
.border-l-lime-50\/10 {
  border-left-color: rgb(247 254 231 / 0.1);
}
.border-l-lime-50\/100 {
  border-left-color: rgb(247 254 231 / 1);
}
.border-l-lime-50\/15 {
  border-left-color: rgb(247 254 231 / 0.15);
}
.border-l-lime-50\/20 {
  border-left-color: rgb(247 254 231 / 0.2);
}
.border-l-lime-50\/25 {
  border-left-color: rgb(247 254 231 / 0.25);
}
.border-l-lime-50\/30 {
  border-left-color: rgb(247 254 231 / 0.3);
}
.border-l-lime-50\/35 {
  border-left-color: rgb(247 254 231 / 0.35);
}
.border-l-lime-50\/40 {
  border-left-color: rgb(247 254 231 / 0.4);
}
.border-l-lime-50\/45 {
  border-left-color: rgb(247 254 231 / 0.45);
}
.border-l-lime-50\/5 {
  border-left-color: rgb(247 254 231 / 0.05);
}
.border-l-lime-50\/50 {
  border-left-color: rgb(247 254 231 / 0.5);
}
.border-l-lime-50\/55 {
  border-left-color: rgb(247 254 231 / 0.55);
}
.border-l-lime-50\/60 {
  border-left-color: rgb(247 254 231 / 0.6);
}
.border-l-lime-50\/65 {
  border-left-color: rgb(247 254 231 / 0.65);
}
.border-l-lime-50\/70 {
  border-left-color: rgb(247 254 231 / 0.7);
}
.border-l-lime-50\/75 {
  border-left-color: rgb(247 254 231 / 0.75);
}
.border-l-lime-50\/80 {
  border-left-color: rgb(247 254 231 / 0.8);
}
.border-l-lime-50\/85 {
  border-left-color: rgb(247 254 231 / 0.85);
}
.border-l-lime-50\/90 {
  border-left-color: rgb(247 254 231 / 0.9);
}
.border-l-lime-50\/95 {
  border-left-color: rgb(247 254 231 / 0.95);
}
.border-l-lime-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-l-lime-500\/0 {
  border-left-color: rgb(132 204 22 / 0);
}
.border-l-lime-500\/10 {
  border-left-color: rgb(132 204 22 / 0.1);
}
.border-l-lime-500\/100 {
  border-left-color: rgb(132 204 22 / 1);
}
.border-l-lime-500\/15 {
  border-left-color: rgb(132 204 22 / 0.15);
}
.border-l-lime-500\/20 {
  border-left-color: rgb(132 204 22 / 0.2);
}
.border-l-lime-500\/25 {
  border-left-color: rgb(132 204 22 / 0.25);
}
.border-l-lime-500\/30 {
  border-left-color: rgb(132 204 22 / 0.3);
}
.border-l-lime-500\/35 {
  border-left-color: rgb(132 204 22 / 0.35);
}
.border-l-lime-500\/40 {
  border-left-color: rgb(132 204 22 / 0.4);
}
.border-l-lime-500\/45 {
  border-left-color: rgb(132 204 22 / 0.45);
}
.border-l-lime-500\/5 {
  border-left-color: rgb(132 204 22 / 0.05);
}
.border-l-lime-500\/50 {
  border-left-color: rgb(132 204 22 / 0.5);
}
.border-l-lime-500\/55 {
  border-left-color: rgb(132 204 22 / 0.55);
}
.border-l-lime-500\/60 {
  border-left-color: rgb(132 204 22 / 0.6);
}
.border-l-lime-500\/65 {
  border-left-color: rgb(132 204 22 / 0.65);
}
.border-l-lime-500\/70 {
  border-left-color: rgb(132 204 22 / 0.7);
}
.border-l-lime-500\/75 {
  border-left-color: rgb(132 204 22 / 0.75);
}
.border-l-lime-500\/80 {
  border-left-color: rgb(132 204 22 / 0.8);
}
.border-l-lime-500\/85 {
  border-left-color: rgb(132 204 22 / 0.85);
}
.border-l-lime-500\/90 {
  border-left-color: rgb(132 204 22 / 0.9);
}
.border-l-lime-500\/95 {
  border-left-color: rgb(132 204 22 / 0.95);
}
.border-l-lime-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-l-lime-600\/0 {
  border-left-color: rgb(101 163 13 / 0);
}
.border-l-lime-600\/10 {
  border-left-color: rgb(101 163 13 / 0.1);
}
.border-l-lime-600\/100 {
  border-left-color: rgb(101 163 13 / 1);
}
.border-l-lime-600\/15 {
  border-left-color: rgb(101 163 13 / 0.15);
}
.border-l-lime-600\/20 {
  border-left-color: rgb(101 163 13 / 0.2);
}
.border-l-lime-600\/25 {
  border-left-color: rgb(101 163 13 / 0.25);
}
.border-l-lime-600\/30 {
  border-left-color: rgb(101 163 13 / 0.3);
}
.border-l-lime-600\/35 {
  border-left-color: rgb(101 163 13 / 0.35);
}
.border-l-lime-600\/40 {
  border-left-color: rgb(101 163 13 / 0.4);
}
.border-l-lime-600\/45 {
  border-left-color: rgb(101 163 13 / 0.45);
}
.border-l-lime-600\/5 {
  border-left-color: rgb(101 163 13 / 0.05);
}
.border-l-lime-600\/50 {
  border-left-color: rgb(101 163 13 / 0.5);
}
.border-l-lime-600\/55 {
  border-left-color: rgb(101 163 13 / 0.55);
}
.border-l-lime-600\/60 {
  border-left-color: rgb(101 163 13 / 0.6);
}
.border-l-lime-600\/65 {
  border-left-color: rgb(101 163 13 / 0.65);
}
.border-l-lime-600\/70 {
  border-left-color: rgb(101 163 13 / 0.7);
}
.border-l-lime-600\/75 {
  border-left-color: rgb(101 163 13 / 0.75);
}
.border-l-lime-600\/80 {
  border-left-color: rgb(101 163 13 / 0.8);
}
.border-l-lime-600\/85 {
  border-left-color: rgb(101 163 13 / 0.85);
}
.border-l-lime-600\/90 {
  border-left-color: rgb(101 163 13 / 0.9);
}
.border-l-lime-600\/95 {
  border-left-color: rgb(101 163 13 / 0.95);
}
.border-l-lime-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-l-lime-700\/0 {
  border-left-color: rgb(77 124 15 / 0);
}
.border-l-lime-700\/10 {
  border-left-color: rgb(77 124 15 / 0.1);
}
.border-l-lime-700\/100 {
  border-left-color: rgb(77 124 15 / 1);
}
.border-l-lime-700\/15 {
  border-left-color: rgb(77 124 15 / 0.15);
}
.border-l-lime-700\/20 {
  border-left-color: rgb(77 124 15 / 0.2);
}
.border-l-lime-700\/25 {
  border-left-color: rgb(77 124 15 / 0.25);
}
.border-l-lime-700\/30 {
  border-left-color: rgb(77 124 15 / 0.3);
}
.border-l-lime-700\/35 {
  border-left-color: rgb(77 124 15 / 0.35);
}
.border-l-lime-700\/40 {
  border-left-color: rgb(77 124 15 / 0.4);
}
.border-l-lime-700\/45 {
  border-left-color: rgb(77 124 15 / 0.45);
}
.border-l-lime-700\/5 {
  border-left-color: rgb(77 124 15 / 0.05);
}
.border-l-lime-700\/50 {
  border-left-color: rgb(77 124 15 / 0.5);
}
.border-l-lime-700\/55 {
  border-left-color: rgb(77 124 15 / 0.55);
}
.border-l-lime-700\/60 {
  border-left-color: rgb(77 124 15 / 0.6);
}
.border-l-lime-700\/65 {
  border-left-color: rgb(77 124 15 / 0.65);
}
.border-l-lime-700\/70 {
  border-left-color: rgb(77 124 15 / 0.7);
}
.border-l-lime-700\/75 {
  border-left-color: rgb(77 124 15 / 0.75);
}
.border-l-lime-700\/80 {
  border-left-color: rgb(77 124 15 / 0.8);
}
.border-l-lime-700\/85 {
  border-left-color: rgb(77 124 15 / 0.85);
}
.border-l-lime-700\/90 {
  border-left-color: rgb(77 124 15 / 0.9);
}
.border-l-lime-700\/95 {
  border-left-color: rgb(77 124 15 / 0.95);
}
.border-l-lime-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-l-lime-800\/0 {
  border-left-color: rgb(63 98 18 / 0);
}
.border-l-lime-800\/10 {
  border-left-color: rgb(63 98 18 / 0.1);
}
.border-l-lime-800\/100 {
  border-left-color: rgb(63 98 18 / 1);
}
.border-l-lime-800\/15 {
  border-left-color: rgb(63 98 18 / 0.15);
}
.border-l-lime-800\/20 {
  border-left-color: rgb(63 98 18 / 0.2);
}
.border-l-lime-800\/25 {
  border-left-color: rgb(63 98 18 / 0.25);
}
.border-l-lime-800\/30 {
  border-left-color: rgb(63 98 18 / 0.3);
}
.border-l-lime-800\/35 {
  border-left-color: rgb(63 98 18 / 0.35);
}
.border-l-lime-800\/40 {
  border-left-color: rgb(63 98 18 / 0.4);
}
.border-l-lime-800\/45 {
  border-left-color: rgb(63 98 18 / 0.45);
}
.border-l-lime-800\/5 {
  border-left-color: rgb(63 98 18 / 0.05);
}
.border-l-lime-800\/50 {
  border-left-color: rgb(63 98 18 / 0.5);
}
.border-l-lime-800\/55 {
  border-left-color: rgb(63 98 18 / 0.55);
}
.border-l-lime-800\/60 {
  border-left-color: rgb(63 98 18 / 0.6);
}
.border-l-lime-800\/65 {
  border-left-color: rgb(63 98 18 / 0.65);
}
.border-l-lime-800\/70 {
  border-left-color: rgb(63 98 18 / 0.7);
}
.border-l-lime-800\/75 {
  border-left-color: rgb(63 98 18 / 0.75);
}
.border-l-lime-800\/80 {
  border-left-color: rgb(63 98 18 / 0.8);
}
.border-l-lime-800\/85 {
  border-left-color: rgb(63 98 18 / 0.85);
}
.border-l-lime-800\/90 {
  border-left-color: rgb(63 98 18 / 0.9);
}
.border-l-lime-800\/95 {
  border-left-color: rgb(63 98 18 / 0.95);
}
.border-l-lime-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-l-lime-900\/0 {
  border-left-color: rgb(54 83 20 / 0);
}
.border-l-lime-900\/10 {
  border-left-color: rgb(54 83 20 / 0.1);
}
.border-l-lime-900\/100 {
  border-left-color: rgb(54 83 20 / 1);
}
.border-l-lime-900\/15 {
  border-left-color: rgb(54 83 20 / 0.15);
}
.border-l-lime-900\/20 {
  border-left-color: rgb(54 83 20 / 0.2);
}
.border-l-lime-900\/25 {
  border-left-color: rgb(54 83 20 / 0.25);
}
.border-l-lime-900\/30 {
  border-left-color: rgb(54 83 20 / 0.3);
}
.border-l-lime-900\/35 {
  border-left-color: rgb(54 83 20 / 0.35);
}
.border-l-lime-900\/40 {
  border-left-color: rgb(54 83 20 / 0.4);
}
.border-l-lime-900\/45 {
  border-left-color: rgb(54 83 20 / 0.45);
}
.border-l-lime-900\/5 {
  border-left-color: rgb(54 83 20 / 0.05);
}
.border-l-lime-900\/50 {
  border-left-color: rgb(54 83 20 / 0.5);
}
.border-l-lime-900\/55 {
  border-left-color: rgb(54 83 20 / 0.55);
}
.border-l-lime-900\/60 {
  border-left-color: rgb(54 83 20 / 0.6);
}
.border-l-lime-900\/65 {
  border-left-color: rgb(54 83 20 / 0.65);
}
.border-l-lime-900\/70 {
  border-left-color: rgb(54 83 20 / 0.7);
}
.border-l-lime-900\/75 {
  border-left-color: rgb(54 83 20 / 0.75);
}
.border-l-lime-900\/80 {
  border-left-color: rgb(54 83 20 / 0.8);
}
.border-l-lime-900\/85 {
  border-left-color: rgb(54 83 20 / 0.85);
}
.border-l-lime-900\/90 {
  border-left-color: rgb(54 83 20 / 0.9);
}
.border-l-lime-900\/95 {
  border-left-color: rgb(54 83 20 / 0.95);
}
.border-l-lime-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-l-lime-950\/0 {
  border-left-color: rgb(26 46 5 / 0);
}
.border-l-lime-950\/10 {
  border-left-color: rgb(26 46 5 / 0.1);
}
.border-l-lime-950\/100 {
  border-left-color: rgb(26 46 5 / 1);
}
.border-l-lime-950\/15 {
  border-left-color: rgb(26 46 5 / 0.15);
}
.border-l-lime-950\/20 {
  border-left-color: rgb(26 46 5 / 0.2);
}
.border-l-lime-950\/25 {
  border-left-color: rgb(26 46 5 / 0.25);
}
.border-l-lime-950\/30 {
  border-left-color: rgb(26 46 5 / 0.3);
}
.border-l-lime-950\/35 {
  border-left-color: rgb(26 46 5 / 0.35);
}
.border-l-lime-950\/40 {
  border-left-color: rgb(26 46 5 / 0.4);
}
.border-l-lime-950\/45 {
  border-left-color: rgb(26 46 5 / 0.45);
}
.border-l-lime-950\/5 {
  border-left-color: rgb(26 46 5 / 0.05);
}
.border-l-lime-950\/50 {
  border-left-color: rgb(26 46 5 / 0.5);
}
.border-l-lime-950\/55 {
  border-left-color: rgb(26 46 5 / 0.55);
}
.border-l-lime-950\/60 {
  border-left-color: rgb(26 46 5 / 0.6);
}
.border-l-lime-950\/65 {
  border-left-color: rgb(26 46 5 / 0.65);
}
.border-l-lime-950\/70 {
  border-left-color: rgb(26 46 5 / 0.7);
}
.border-l-lime-950\/75 {
  border-left-color: rgb(26 46 5 / 0.75);
}
.border-l-lime-950\/80 {
  border-left-color: rgb(26 46 5 / 0.8);
}
.border-l-lime-950\/85 {
  border-left-color: rgb(26 46 5 / 0.85);
}
.border-l-lime-950\/90 {
  border-left-color: rgb(26 46 5 / 0.9);
}
.border-l-lime-950\/95 {
  border-left-color: rgb(26 46 5 / 0.95);
}
.border-l-neutral-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-l-neutral-100\/0 {
  border-left-color: rgb(245 245 245 / 0);
}
.border-l-neutral-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1);
}
.border-l-neutral-100\/100 {
  border-left-color: rgb(245 245 245 / 1);
}
.border-l-neutral-100\/15 {
  border-left-color: rgb(245 245 245 / 0.15);
}
.border-l-neutral-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2);
}
.border-l-neutral-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25);
}
.border-l-neutral-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3);
}
.border-l-neutral-100\/35 {
  border-left-color: rgb(245 245 245 / 0.35);
}
.border-l-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
}
.border-l-neutral-100\/45 {
  border-left-color: rgb(245 245 245 / 0.45);
}
.border-l-neutral-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05);
}
.border-l-neutral-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5);
}
.border-l-neutral-100\/55 {
  border-left-color: rgb(245 245 245 / 0.55);
}
.border-l-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
}
.border-l-neutral-100\/65 {
  border-left-color: rgb(245 245 245 / 0.65);
}
.border-l-neutral-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7);
}
.border-l-neutral-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75);
}
.border-l-neutral-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8);
}
.border-l-neutral-100\/85 {
  border-left-color: rgb(245 245 245 / 0.85);
}
.border-l-neutral-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9);
}
.border-l-neutral-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95);
}
.border-l-neutral-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-l-neutral-200\/0 {
  border-left-color: rgb(229 229 229 / 0);
}
.border-l-neutral-200\/10 {
  border-left-color: rgb(229 229 229 / 0.1);
}
.border-l-neutral-200\/100 {
  border-left-color: rgb(229 229 229 / 1);
}
.border-l-neutral-200\/15 {
  border-left-color: rgb(229 229 229 / 0.15);
}
.border-l-neutral-200\/20 {
  border-left-color: rgb(229 229 229 / 0.2);
}
.border-l-neutral-200\/25 {
  border-left-color: rgb(229 229 229 / 0.25);
}
.border-l-neutral-200\/30 {
  border-left-color: rgb(229 229 229 / 0.3);
}
.border-l-neutral-200\/35 {
  border-left-color: rgb(229 229 229 / 0.35);
}
.border-l-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
}
.border-l-neutral-200\/45 {
  border-left-color: rgb(229 229 229 / 0.45);
}
.border-l-neutral-200\/5 {
  border-left-color: rgb(229 229 229 / 0.05);
}
.border-l-neutral-200\/50 {
  border-left-color: rgb(229 229 229 / 0.5);
}
.border-l-neutral-200\/55 {
  border-left-color: rgb(229 229 229 / 0.55);
}
.border-l-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
}
.border-l-neutral-200\/65 {
  border-left-color: rgb(229 229 229 / 0.65);
}
.border-l-neutral-200\/70 {
  border-left-color: rgb(229 229 229 / 0.7);
}
.border-l-neutral-200\/75 {
  border-left-color: rgb(229 229 229 / 0.75);
}
.border-l-neutral-200\/80 {
  border-left-color: rgb(229 229 229 / 0.8);
}
.border-l-neutral-200\/85 {
  border-left-color: rgb(229 229 229 / 0.85);
}
.border-l-neutral-200\/90 {
  border-left-color: rgb(229 229 229 / 0.9);
}
.border-l-neutral-200\/95 {
  border-left-color: rgb(229 229 229 / 0.95);
}
.border-l-neutral-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-l-neutral-300\/0 {
  border-left-color: rgb(212 212 212 / 0);
}
.border-l-neutral-300\/10 {
  border-left-color: rgb(212 212 212 / 0.1);
}
.border-l-neutral-300\/100 {
  border-left-color: rgb(212 212 212 / 1);
}
.border-l-neutral-300\/15 {
  border-left-color: rgb(212 212 212 / 0.15);
}
.border-l-neutral-300\/20 {
  border-left-color: rgb(212 212 212 / 0.2);
}
.border-l-neutral-300\/25 {
  border-left-color: rgb(212 212 212 / 0.25);
}
.border-l-neutral-300\/30 {
  border-left-color: rgb(212 212 212 / 0.3);
}
.border-l-neutral-300\/35 {
  border-left-color: rgb(212 212 212 / 0.35);
}
.border-l-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
}
.border-l-neutral-300\/45 {
  border-left-color: rgb(212 212 212 / 0.45);
}
.border-l-neutral-300\/5 {
  border-left-color: rgb(212 212 212 / 0.05);
}
.border-l-neutral-300\/50 {
  border-left-color: rgb(212 212 212 / 0.5);
}
.border-l-neutral-300\/55 {
  border-left-color: rgb(212 212 212 / 0.55);
}
.border-l-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
}
.border-l-neutral-300\/65 {
  border-left-color: rgb(212 212 212 / 0.65);
}
.border-l-neutral-300\/70 {
  border-left-color: rgb(212 212 212 / 0.7);
}
.border-l-neutral-300\/75 {
  border-left-color: rgb(212 212 212 / 0.75);
}
.border-l-neutral-300\/80 {
  border-left-color: rgb(212 212 212 / 0.8);
}
.border-l-neutral-300\/85 {
  border-left-color: rgb(212 212 212 / 0.85);
}
.border-l-neutral-300\/90 {
  border-left-color: rgb(212 212 212 / 0.9);
}
.border-l-neutral-300\/95 {
  border-left-color: rgb(212 212 212 / 0.95);
}
.border-l-neutral-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-l-neutral-400\/0 {
  border-left-color: rgb(163 163 163 / 0);
}
.border-l-neutral-400\/10 {
  border-left-color: rgb(163 163 163 / 0.1);
}
.border-l-neutral-400\/100 {
  border-left-color: rgb(163 163 163 / 1);
}
.border-l-neutral-400\/15 {
  border-left-color: rgb(163 163 163 / 0.15);
}
.border-l-neutral-400\/20 {
  border-left-color: rgb(163 163 163 / 0.2);
}
.border-l-neutral-400\/25 {
  border-left-color: rgb(163 163 163 / 0.25);
}
.border-l-neutral-400\/30 {
  border-left-color: rgb(163 163 163 / 0.3);
}
.border-l-neutral-400\/35 {
  border-left-color: rgb(163 163 163 / 0.35);
}
.border-l-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
}
.border-l-neutral-400\/45 {
  border-left-color: rgb(163 163 163 / 0.45);
}
.border-l-neutral-400\/5 {
  border-left-color: rgb(163 163 163 / 0.05);
}
.border-l-neutral-400\/50 {
  border-left-color: rgb(163 163 163 / 0.5);
}
.border-l-neutral-400\/55 {
  border-left-color: rgb(163 163 163 / 0.55);
}
.border-l-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
}
.border-l-neutral-400\/65 {
  border-left-color: rgb(163 163 163 / 0.65);
}
.border-l-neutral-400\/70 {
  border-left-color: rgb(163 163 163 / 0.7);
}
.border-l-neutral-400\/75 {
  border-left-color: rgb(163 163 163 / 0.75);
}
.border-l-neutral-400\/80 {
  border-left-color: rgb(163 163 163 / 0.8);
}
.border-l-neutral-400\/85 {
  border-left-color: rgb(163 163 163 / 0.85);
}
.border-l-neutral-400\/90 {
  border-left-color: rgb(163 163 163 / 0.9);
}
.border-l-neutral-400\/95 {
  border-left-color: rgb(163 163 163 / 0.95);
}
.border-l-neutral-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-l-neutral-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
}
.border-l-neutral-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}
.border-l-neutral-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
}
.border-l-neutral-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.border-l-neutral-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}
.border-l-neutral-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}
.border-l-neutral-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}
.border-l-neutral-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-neutral-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.border-l-neutral-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}
.border-l-neutral-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}
.border-l-neutral-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-neutral-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.border-l-neutral-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}
.border-l-neutral-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}
.border-l-neutral-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}
.border-l-neutral-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.border-l-neutral-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}
.border-l-neutral-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}
.border-l-neutral-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-l-neutral-500\/0 {
  border-left-color: rgb(115 115 115 / 0);
}
.border-l-neutral-500\/10 {
  border-left-color: rgb(115 115 115 / 0.1);
}
.border-l-neutral-500\/100 {
  border-left-color: rgb(115 115 115 / 1);
}
.border-l-neutral-500\/15 {
  border-left-color: rgb(115 115 115 / 0.15);
}
.border-l-neutral-500\/20 {
  border-left-color: rgb(115 115 115 / 0.2);
}
.border-l-neutral-500\/25 {
  border-left-color: rgb(115 115 115 / 0.25);
}
.border-l-neutral-500\/30 {
  border-left-color: rgb(115 115 115 / 0.3);
}
.border-l-neutral-500\/35 {
  border-left-color: rgb(115 115 115 / 0.35);
}
.border-l-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
}
.border-l-neutral-500\/45 {
  border-left-color: rgb(115 115 115 / 0.45);
}
.border-l-neutral-500\/5 {
  border-left-color: rgb(115 115 115 / 0.05);
}
.border-l-neutral-500\/50 {
  border-left-color: rgb(115 115 115 / 0.5);
}
.border-l-neutral-500\/55 {
  border-left-color: rgb(115 115 115 / 0.55);
}
.border-l-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
}
.border-l-neutral-500\/65 {
  border-left-color: rgb(115 115 115 / 0.65);
}
.border-l-neutral-500\/70 {
  border-left-color: rgb(115 115 115 / 0.7);
}
.border-l-neutral-500\/75 {
  border-left-color: rgb(115 115 115 / 0.75);
}
.border-l-neutral-500\/80 {
  border-left-color: rgb(115 115 115 / 0.8);
}
.border-l-neutral-500\/85 {
  border-left-color: rgb(115 115 115 / 0.85);
}
.border-l-neutral-500\/90 {
  border-left-color: rgb(115 115 115 / 0.9);
}
.border-l-neutral-500\/95 {
  border-left-color: rgb(115 115 115 / 0.95);
}
.border-l-neutral-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-l-neutral-600\/0 {
  border-left-color: rgb(82 82 82 / 0);
}
.border-l-neutral-600\/10 {
  border-left-color: rgb(82 82 82 / 0.1);
}
.border-l-neutral-600\/100 {
  border-left-color: rgb(82 82 82 / 1);
}
.border-l-neutral-600\/15 {
  border-left-color: rgb(82 82 82 / 0.15);
}
.border-l-neutral-600\/20 {
  border-left-color: rgb(82 82 82 / 0.2);
}
.border-l-neutral-600\/25 {
  border-left-color: rgb(82 82 82 / 0.25);
}
.border-l-neutral-600\/30 {
  border-left-color: rgb(82 82 82 / 0.3);
}
.border-l-neutral-600\/35 {
  border-left-color: rgb(82 82 82 / 0.35);
}
.border-l-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
}
.border-l-neutral-600\/45 {
  border-left-color: rgb(82 82 82 / 0.45);
}
.border-l-neutral-600\/5 {
  border-left-color: rgb(82 82 82 / 0.05);
}
.border-l-neutral-600\/50 {
  border-left-color: rgb(82 82 82 / 0.5);
}
.border-l-neutral-600\/55 {
  border-left-color: rgb(82 82 82 / 0.55);
}
.border-l-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
}
.border-l-neutral-600\/65 {
  border-left-color: rgb(82 82 82 / 0.65);
}
.border-l-neutral-600\/70 {
  border-left-color: rgb(82 82 82 / 0.7);
}
.border-l-neutral-600\/75 {
  border-left-color: rgb(82 82 82 / 0.75);
}
.border-l-neutral-600\/80 {
  border-left-color: rgb(82 82 82 / 0.8);
}
.border-l-neutral-600\/85 {
  border-left-color: rgb(82 82 82 / 0.85);
}
.border-l-neutral-600\/90 {
  border-left-color: rgb(82 82 82 / 0.9);
}
.border-l-neutral-600\/95 {
  border-left-color: rgb(82 82 82 / 0.95);
}
.border-l-neutral-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-l-neutral-700\/0 {
  border-left-color: rgb(64 64 64 / 0);
}
.border-l-neutral-700\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}
.border-l-neutral-700\/100 {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-neutral-700\/15 {
  border-left-color: rgb(64 64 64 / 0.15);
}
.border-l-neutral-700\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}
.border-l-neutral-700\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}
.border-l-neutral-700\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}
.border-l-neutral-700\/35 {
  border-left-color: rgb(64 64 64 / 0.35);
}
.border-l-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-neutral-700\/45 {
  border-left-color: rgb(64 64 64 / 0.45);
}
.border-l-neutral-700\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}
.border-l-neutral-700\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-neutral-700\/55 {
  border-left-color: rgb(64 64 64 / 0.55);
}
.border-l-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-neutral-700\/65 {
  border-left-color: rgb(64 64 64 / 0.65);
}
.border-l-neutral-700\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}
.border-l-neutral-700\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}
.border-l-neutral-700\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}
.border-l-neutral-700\/85 {
  border-left-color: rgb(64 64 64 / 0.85);
}
.border-l-neutral-700\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}
.border-l-neutral-700\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}
.border-l-neutral-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-l-neutral-800\/0 {
  border-left-color: rgb(38 38 38 / 0);
}
.border-l-neutral-800\/10 {
  border-left-color: rgb(38 38 38 / 0.1);
}
.border-l-neutral-800\/100 {
  border-left-color: rgb(38 38 38 / 1);
}
.border-l-neutral-800\/15 {
  border-left-color: rgb(38 38 38 / 0.15);
}
.border-l-neutral-800\/20 {
  border-left-color: rgb(38 38 38 / 0.2);
}
.border-l-neutral-800\/25 {
  border-left-color: rgb(38 38 38 / 0.25);
}
.border-l-neutral-800\/30 {
  border-left-color: rgb(38 38 38 / 0.3);
}
.border-l-neutral-800\/35 {
  border-left-color: rgb(38 38 38 / 0.35);
}
.border-l-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
}
.border-l-neutral-800\/45 {
  border-left-color: rgb(38 38 38 / 0.45);
}
.border-l-neutral-800\/5 {
  border-left-color: rgb(38 38 38 / 0.05);
}
.border-l-neutral-800\/50 {
  border-left-color: rgb(38 38 38 / 0.5);
}
.border-l-neutral-800\/55 {
  border-left-color: rgb(38 38 38 / 0.55);
}
.border-l-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
}
.border-l-neutral-800\/65 {
  border-left-color: rgb(38 38 38 / 0.65);
}
.border-l-neutral-800\/70 {
  border-left-color: rgb(38 38 38 / 0.7);
}
.border-l-neutral-800\/75 {
  border-left-color: rgb(38 38 38 / 0.75);
}
.border-l-neutral-800\/80 {
  border-left-color: rgb(38 38 38 / 0.8);
}
.border-l-neutral-800\/85 {
  border-left-color: rgb(38 38 38 / 0.85);
}
.border-l-neutral-800\/90 {
  border-left-color: rgb(38 38 38 / 0.9);
}
.border-l-neutral-800\/95 {
  border-left-color: rgb(38 38 38 / 0.95);
}
.border-l-neutral-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-l-neutral-900\/0 {
  border-left-color: rgb(23 23 23 / 0);
}
.border-l-neutral-900\/10 {
  border-left-color: rgb(23 23 23 / 0.1);
}
.border-l-neutral-900\/100 {
  border-left-color: rgb(23 23 23 / 1);
}
.border-l-neutral-900\/15 {
  border-left-color: rgb(23 23 23 / 0.15);
}
.border-l-neutral-900\/20 {
  border-left-color: rgb(23 23 23 / 0.2);
}
.border-l-neutral-900\/25 {
  border-left-color: rgb(23 23 23 / 0.25);
}
.border-l-neutral-900\/30 {
  border-left-color: rgb(23 23 23 / 0.3);
}
.border-l-neutral-900\/35 {
  border-left-color: rgb(23 23 23 / 0.35);
}
.border-l-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
}
.border-l-neutral-900\/45 {
  border-left-color: rgb(23 23 23 / 0.45);
}
.border-l-neutral-900\/5 {
  border-left-color: rgb(23 23 23 / 0.05);
}
.border-l-neutral-900\/50 {
  border-left-color: rgb(23 23 23 / 0.5);
}
.border-l-neutral-900\/55 {
  border-left-color: rgb(23 23 23 / 0.55);
}
.border-l-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
}
.border-l-neutral-900\/65 {
  border-left-color: rgb(23 23 23 / 0.65);
}
.border-l-neutral-900\/70 {
  border-left-color: rgb(23 23 23 / 0.7);
}
.border-l-neutral-900\/75 {
  border-left-color: rgb(23 23 23 / 0.75);
}
.border-l-neutral-900\/80 {
  border-left-color: rgb(23 23 23 / 0.8);
}
.border-l-neutral-900\/85 {
  border-left-color: rgb(23 23 23 / 0.85);
}
.border-l-neutral-900\/90 {
  border-left-color: rgb(23 23 23 / 0.9);
}
.border-l-neutral-900\/95 {
  border-left-color: rgb(23 23 23 / 0.95);
}
.border-l-neutral-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-l-neutral-950\/0 {
  border-left-color: rgb(10 10 10 / 0);
}
.border-l-neutral-950\/10 {
  border-left-color: rgb(10 10 10 / 0.1);
}
.border-l-neutral-950\/100 {
  border-left-color: rgb(10 10 10 / 1);
}
.border-l-neutral-950\/15 {
  border-left-color: rgb(10 10 10 / 0.15);
}
.border-l-neutral-950\/20 {
  border-left-color: rgb(10 10 10 / 0.2);
}
.border-l-neutral-950\/25 {
  border-left-color: rgb(10 10 10 / 0.25);
}
.border-l-neutral-950\/30 {
  border-left-color: rgb(10 10 10 / 0.3);
}
.border-l-neutral-950\/35 {
  border-left-color: rgb(10 10 10 / 0.35);
}
.border-l-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
}
.border-l-neutral-950\/45 {
  border-left-color: rgb(10 10 10 / 0.45);
}
.border-l-neutral-950\/5 {
  border-left-color: rgb(10 10 10 / 0.05);
}
.border-l-neutral-950\/50 {
  border-left-color: rgb(10 10 10 / 0.5);
}
.border-l-neutral-950\/55 {
  border-left-color: rgb(10 10 10 / 0.55);
}
.border-l-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
}
.border-l-neutral-950\/65 {
  border-left-color: rgb(10 10 10 / 0.65);
}
.border-l-neutral-950\/70 {
  border-left-color: rgb(10 10 10 / 0.7);
}
.border-l-neutral-950\/75 {
  border-left-color: rgb(10 10 10 / 0.75);
}
.border-l-neutral-950\/80 {
  border-left-color: rgb(10 10 10 / 0.8);
}
.border-l-neutral-950\/85 {
  border-left-color: rgb(10 10 10 / 0.85);
}
.border-l-neutral-950\/90 {
  border-left-color: rgb(10 10 10 / 0.9);
}
.border-l-neutral-950\/95 {
  border-left-color: rgb(10 10 10 / 0.95);
}
.border-l-orange-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-l-orange-100\/0 {
  border-left-color: rgb(255 237 213 / 0);
}
.border-l-orange-100\/10 {
  border-left-color: rgb(255 237 213 / 0.1);
}
.border-l-orange-100\/100 {
  border-left-color: rgb(255 237 213 / 1);
}
.border-l-orange-100\/15 {
  border-left-color: rgb(255 237 213 / 0.15);
}
.border-l-orange-100\/20 {
  border-left-color: rgb(255 237 213 / 0.2);
}
.border-l-orange-100\/25 {
  border-left-color: rgb(255 237 213 / 0.25);
}
.border-l-orange-100\/30 {
  border-left-color: rgb(255 237 213 / 0.3);
}
.border-l-orange-100\/35 {
  border-left-color: rgb(255 237 213 / 0.35);
}
.border-l-orange-100\/40 {
  border-left-color: rgb(255 237 213 / 0.4);
}
.border-l-orange-100\/45 {
  border-left-color: rgb(255 237 213 / 0.45);
}
.border-l-orange-100\/5 {
  border-left-color: rgb(255 237 213 / 0.05);
}
.border-l-orange-100\/50 {
  border-left-color: rgb(255 237 213 / 0.5);
}
.border-l-orange-100\/55 {
  border-left-color: rgb(255 237 213 / 0.55);
}
.border-l-orange-100\/60 {
  border-left-color: rgb(255 237 213 / 0.6);
}
.border-l-orange-100\/65 {
  border-left-color: rgb(255 237 213 / 0.65);
}
.border-l-orange-100\/70 {
  border-left-color: rgb(255 237 213 / 0.7);
}
.border-l-orange-100\/75 {
  border-left-color: rgb(255 237 213 / 0.75);
}
.border-l-orange-100\/80 {
  border-left-color: rgb(255 237 213 / 0.8);
}
.border-l-orange-100\/85 {
  border-left-color: rgb(255 237 213 / 0.85);
}
.border-l-orange-100\/90 {
  border-left-color: rgb(255 237 213 / 0.9);
}
.border-l-orange-100\/95 {
  border-left-color: rgb(255 237 213 / 0.95);
}
.border-l-orange-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-l-orange-200\/0 {
  border-left-color: rgb(254 215 170 / 0);
}
.border-l-orange-200\/10 {
  border-left-color: rgb(254 215 170 / 0.1);
}
.border-l-orange-200\/100 {
  border-left-color: rgb(254 215 170 / 1);
}
.border-l-orange-200\/15 {
  border-left-color: rgb(254 215 170 / 0.15);
}
.border-l-orange-200\/20 {
  border-left-color: rgb(254 215 170 / 0.2);
}
.border-l-orange-200\/25 {
  border-left-color: rgb(254 215 170 / 0.25);
}
.border-l-orange-200\/30 {
  border-left-color: rgb(254 215 170 / 0.3);
}
.border-l-orange-200\/35 {
  border-left-color: rgb(254 215 170 / 0.35);
}
.border-l-orange-200\/40 {
  border-left-color: rgb(254 215 170 / 0.4);
}
.border-l-orange-200\/45 {
  border-left-color: rgb(254 215 170 / 0.45);
}
.border-l-orange-200\/5 {
  border-left-color: rgb(254 215 170 / 0.05);
}
.border-l-orange-200\/50 {
  border-left-color: rgb(254 215 170 / 0.5);
}
.border-l-orange-200\/55 {
  border-left-color: rgb(254 215 170 / 0.55);
}
.border-l-orange-200\/60 {
  border-left-color: rgb(254 215 170 / 0.6);
}
.border-l-orange-200\/65 {
  border-left-color: rgb(254 215 170 / 0.65);
}
.border-l-orange-200\/70 {
  border-left-color: rgb(254 215 170 / 0.7);
}
.border-l-orange-200\/75 {
  border-left-color: rgb(254 215 170 / 0.75);
}
.border-l-orange-200\/80 {
  border-left-color: rgb(254 215 170 / 0.8);
}
.border-l-orange-200\/85 {
  border-left-color: rgb(254 215 170 / 0.85);
}
.border-l-orange-200\/90 {
  border-left-color: rgb(254 215 170 / 0.9);
}
.border-l-orange-200\/95 {
  border-left-color: rgb(254 215 170 / 0.95);
}
.border-l-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-l-orange-300\/0 {
  border-left-color: rgb(253 186 116 / 0);
}
.border-l-orange-300\/10 {
  border-left-color: rgb(253 186 116 / 0.1);
}
.border-l-orange-300\/100 {
  border-left-color: rgb(253 186 116 / 1);
}
.border-l-orange-300\/15 {
  border-left-color: rgb(253 186 116 / 0.15);
}
.border-l-orange-300\/20 {
  border-left-color: rgb(253 186 116 / 0.2);
}
.border-l-orange-300\/25 {
  border-left-color: rgb(253 186 116 / 0.25);
}
.border-l-orange-300\/30 {
  border-left-color: rgb(253 186 116 / 0.3);
}
.border-l-orange-300\/35 {
  border-left-color: rgb(253 186 116 / 0.35);
}
.border-l-orange-300\/40 {
  border-left-color: rgb(253 186 116 / 0.4);
}
.border-l-orange-300\/45 {
  border-left-color: rgb(253 186 116 / 0.45);
}
.border-l-orange-300\/5 {
  border-left-color: rgb(253 186 116 / 0.05);
}
.border-l-orange-300\/50 {
  border-left-color: rgb(253 186 116 / 0.5);
}
.border-l-orange-300\/55 {
  border-left-color: rgb(253 186 116 / 0.55);
}
.border-l-orange-300\/60 {
  border-left-color: rgb(253 186 116 / 0.6);
}
.border-l-orange-300\/65 {
  border-left-color: rgb(253 186 116 / 0.65);
}
.border-l-orange-300\/70 {
  border-left-color: rgb(253 186 116 / 0.7);
}
.border-l-orange-300\/75 {
  border-left-color: rgb(253 186 116 / 0.75);
}
.border-l-orange-300\/80 {
  border-left-color: rgb(253 186 116 / 0.8);
}
.border-l-orange-300\/85 {
  border-left-color: rgb(253 186 116 / 0.85);
}
.border-l-orange-300\/90 {
  border-left-color: rgb(253 186 116 / 0.9);
}
.border-l-orange-300\/95 {
  border-left-color: rgb(253 186 116 / 0.95);
}
.border-l-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-l-orange-400\/0 {
  border-left-color: rgb(251 146 60 / 0);
}
.border-l-orange-400\/10 {
  border-left-color: rgb(251 146 60 / 0.1);
}
.border-l-orange-400\/100 {
  border-left-color: rgb(251 146 60 / 1);
}
.border-l-orange-400\/15 {
  border-left-color: rgb(251 146 60 / 0.15);
}
.border-l-orange-400\/20 {
  border-left-color: rgb(251 146 60 / 0.2);
}
.border-l-orange-400\/25 {
  border-left-color: rgb(251 146 60 / 0.25);
}
.border-l-orange-400\/30 {
  border-left-color: rgb(251 146 60 / 0.3);
}
.border-l-orange-400\/35 {
  border-left-color: rgb(251 146 60 / 0.35);
}
.border-l-orange-400\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
}
.border-l-orange-400\/45 {
  border-left-color: rgb(251 146 60 / 0.45);
}
.border-l-orange-400\/5 {
  border-left-color: rgb(251 146 60 / 0.05);
}
.border-l-orange-400\/50 {
  border-left-color: rgb(251 146 60 / 0.5);
}
.border-l-orange-400\/55 {
  border-left-color: rgb(251 146 60 / 0.55);
}
.border-l-orange-400\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
}
.border-l-orange-400\/65 {
  border-left-color: rgb(251 146 60 / 0.65);
}
.border-l-orange-400\/70 {
  border-left-color: rgb(251 146 60 / 0.7);
}
.border-l-orange-400\/75 {
  border-left-color: rgb(251 146 60 / 0.75);
}
.border-l-orange-400\/80 {
  border-left-color: rgb(251 146 60 / 0.8);
}
.border-l-orange-400\/85 {
  border-left-color: rgb(251 146 60 / 0.85);
}
.border-l-orange-400\/90 {
  border-left-color: rgb(251 146 60 / 0.9);
}
.border-l-orange-400\/95 {
  border-left-color: rgb(251 146 60 / 0.95);
}
.border-l-orange-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-l-orange-50\/0 {
  border-left-color: rgb(255 247 237 / 0);
}
.border-l-orange-50\/10 {
  border-left-color: rgb(255 247 237 / 0.1);
}
.border-l-orange-50\/100 {
  border-left-color: rgb(255 247 237 / 1);
}
.border-l-orange-50\/15 {
  border-left-color: rgb(255 247 237 / 0.15);
}
.border-l-orange-50\/20 {
  border-left-color: rgb(255 247 237 / 0.2);
}
.border-l-orange-50\/25 {
  border-left-color: rgb(255 247 237 / 0.25);
}
.border-l-orange-50\/30 {
  border-left-color: rgb(255 247 237 / 0.3);
}
.border-l-orange-50\/35 {
  border-left-color: rgb(255 247 237 / 0.35);
}
.border-l-orange-50\/40 {
  border-left-color: rgb(255 247 237 / 0.4);
}
.border-l-orange-50\/45 {
  border-left-color: rgb(255 247 237 / 0.45);
}
.border-l-orange-50\/5 {
  border-left-color: rgb(255 247 237 / 0.05);
}
.border-l-orange-50\/50 {
  border-left-color: rgb(255 247 237 / 0.5);
}
.border-l-orange-50\/55 {
  border-left-color: rgb(255 247 237 / 0.55);
}
.border-l-orange-50\/60 {
  border-left-color: rgb(255 247 237 / 0.6);
}
.border-l-orange-50\/65 {
  border-left-color: rgb(255 247 237 / 0.65);
}
.border-l-orange-50\/70 {
  border-left-color: rgb(255 247 237 / 0.7);
}
.border-l-orange-50\/75 {
  border-left-color: rgb(255 247 237 / 0.75);
}
.border-l-orange-50\/80 {
  border-left-color: rgb(255 247 237 / 0.8);
}
.border-l-orange-50\/85 {
  border-left-color: rgb(255 247 237 / 0.85);
}
.border-l-orange-50\/90 {
  border-left-color: rgb(255 247 237 / 0.9);
}
.border-l-orange-50\/95 {
  border-left-color: rgb(255 247 237 / 0.95);
}
.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-l-orange-500\/0 {
  border-left-color: rgb(249 115 22 / 0);
}
.border-l-orange-500\/10 {
  border-left-color: rgb(249 115 22 / 0.1);
}
.border-l-orange-500\/100 {
  border-left-color: rgb(249 115 22 / 1);
}
.border-l-orange-500\/15 {
  border-left-color: rgb(249 115 22 / 0.15);
}
.border-l-orange-500\/20 {
  border-left-color: rgb(249 115 22 / 0.2);
}
.border-l-orange-500\/25 {
  border-left-color: rgb(249 115 22 / 0.25);
}
.border-l-orange-500\/30 {
  border-left-color: rgb(249 115 22 / 0.3);
}
.border-l-orange-500\/35 {
  border-left-color: rgb(249 115 22 / 0.35);
}
.border-l-orange-500\/40 {
  border-left-color: rgb(249 115 22 / 0.4);
}
.border-l-orange-500\/45 {
  border-left-color: rgb(249 115 22 / 0.45);
}
.border-l-orange-500\/5 {
  border-left-color: rgb(249 115 22 / 0.05);
}
.border-l-orange-500\/50 {
  border-left-color: rgb(249 115 22 / 0.5);
}
.border-l-orange-500\/55 {
  border-left-color: rgb(249 115 22 / 0.55);
}
.border-l-orange-500\/60 {
  border-left-color: rgb(249 115 22 / 0.6);
}
.border-l-orange-500\/65 {
  border-left-color: rgb(249 115 22 / 0.65);
}
.border-l-orange-500\/70 {
  border-left-color: rgb(249 115 22 / 0.7);
}
.border-l-orange-500\/75 {
  border-left-color: rgb(249 115 22 / 0.75);
}
.border-l-orange-500\/80 {
  border-left-color: rgb(249 115 22 / 0.8);
}
.border-l-orange-500\/85 {
  border-left-color: rgb(249 115 22 / 0.85);
}
.border-l-orange-500\/90 {
  border-left-color: rgb(249 115 22 / 0.9);
}
.border-l-orange-500\/95 {
  border-left-color: rgb(249 115 22 / 0.95);
}
.border-l-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-l-orange-600\/0 {
  border-left-color: rgb(234 88 12 / 0);
}
.border-l-orange-600\/10 {
  border-left-color: rgb(234 88 12 / 0.1);
}
.border-l-orange-600\/100 {
  border-left-color: rgb(234 88 12 / 1);
}
.border-l-orange-600\/15 {
  border-left-color: rgb(234 88 12 / 0.15);
}
.border-l-orange-600\/20 {
  border-left-color: rgb(234 88 12 / 0.2);
}
.border-l-orange-600\/25 {
  border-left-color: rgb(234 88 12 / 0.25);
}
.border-l-orange-600\/30 {
  border-left-color: rgb(234 88 12 / 0.3);
}
.border-l-orange-600\/35 {
  border-left-color: rgb(234 88 12 / 0.35);
}
.border-l-orange-600\/40 {
  border-left-color: rgb(234 88 12 / 0.4);
}
.border-l-orange-600\/45 {
  border-left-color: rgb(234 88 12 / 0.45);
}
.border-l-orange-600\/5 {
  border-left-color: rgb(234 88 12 / 0.05);
}
.border-l-orange-600\/50 {
  border-left-color: rgb(234 88 12 / 0.5);
}
.border-l-orange-600\/55 {
  border-left-color: rgb(234 88 12 / 0.55);
}
.border-l-orange-600\/60 {
  border-left-color: rgb(234 88 12 / 0.6);
}
.border-l-orange-600\/65 {
  border-left-color: rgb(234 88 12 / 0.65);
}
.border-l-orange-600\/70 {
  border-left-color: rgb(234 88 12 / 0.7);
}
.border-l-orange-600\/75 {
  border-left-color: rgb(234 88 12 / 0.75);
}
.border-l-orange-600\/80 {
  border-left-color: rgb(234 88 12 / 0.8);
}
.border-l-orange-600\/85 {
  border-left-color: rgb(234 88 12 / 0.85);
}
.border-l-orange-600\/90 {
  border-left-color: rgb(234 88 12 / 0.9);
}
.border-l-orange-600\/95 {
  border-left-color: rgb(234 88 12 / 0.95);
}
.border-l-orange-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-l-orange-700\/0 {
  border-left-color: rgb(194 65 12 / 0);
}
.border-l-orange-700\/10 {
  border-left-color: rgb(194 65 12 / 0.1);
}
.border-l-orange-700\/100 {
  border-left-color: rgb(194 65 12 / 1);
}
.border-l-orange-700\/15 {
  border-left-color: rgb(194 65 12 / 0.15);
}
.border-l-orange-700\/20 {
  border-left-color: rgb(194 65 12 / 0.2);
}
.border-l-orange-700\/25 {
  border-left-color: rgb(194 65 12 / 0.25);
}
.border-l-orange-700\/30 {
  border-left-color: rgb(194 65 12 / 0.3);
}
.border-l-orange-700\/35 {
  border-left-color: rgb(194 65 12 / 0.35);
}
.border-l-orange-700\/40 {
  border-left-color: rgb(194 65 12 / 0.4);
}
.border-l-orange-700\/45 {
  border-left-color: rgb(194 65 12 / 0.45);
}
.border-l-orange-700\/5 {
  border-left-color: rgb(194 65 12 / 0.05);
}
.border-l-orange-700\/50 {
  border-left-color: rgb(194 65 12 / 0.5);
}
.border-l-orange-700\/55 {
  border-left-color: rgb(194 65 12 / 0.55);
}
.border-l-orange-700\/60 {
  border-left-color: rgb(194 65 12 / 0.6);
}
.border-l-orange-700\/65 {
  border-left-color: rgb(194 65 12 / 0.65);
}
.border-l-orange-700\/70 {
  border-left-color: rgb(194 65 12 / 0.7);
}
.border-l-orange-700\/75 {
  border-left-color: rgb(194 65 12 / 0.75);
}
.border-l-orange-700\/80 {
  border-left-color: rgb(194 65 12 / 0.8);
}
.border-l-orange-700\/85 {
  border-left-color: rgb(194 65 12 / 0.85);
}
.border-l-orange-700\/90 {
  border-left-color: rgb(194 65 12 / 0.9);
}
.border-l-orange-700\/95 {
  border-left-color: rgb(194 65 12 / 0.95);
}
.border-l-orange-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-l-orange-800\/0 {
  border-left-color: rgb(154 52 18 / 0);
}
.border-l-orange-800\/10 {
  border-left-color: rgb(154 52 18 / 0.1);
}
.border-l-orange-800\/100 {
  border-left-color: rgb(154 52 18 / 1);
}
.border-l-orange-800\/15 {
  border-left-color: rgb(154 52 18 / 0.15);
}
.border-l-orange-800\/20 {
  border-left-color: rgb(154 52 18 / 0.2);
}
.border-l-orange-800\/25 {
  border-left-color: rgb(154 52 18 / 0.25);
}
.border-l-orange-800\/30 {
  border-left-color: rgb(154 52 18 / 0.3);
}
.border-l-orange-800\/35 {
  border-left-color: rgb(154 52 18 / 0.35);
}
.border-l-orange-800\/40 {
  border-left-color: rgb(154 52 18 / 0.4);
}
.border-l-orange-800\/45 {
  border-left-color: rgb(154 52 18 / 0.45);
}
.border-l-orange-800\/5 {
  border-left-color: rgb(154 52 18 / 0.05);
}
.border-l-orange-800\/50 {
  border-left-color: rgb(154 52 18 / 0.5);
}
.border-l-orange-800\/55 {
  border-left-color: rgb(154 52 18 / 0.55);
}
.border-l-orange-800\/60 {
  border-left-color: rgb(154 52 18 / 0.6);
}
.border-l-orange-800\/65 {
  border-left-color: rgb(154 52 18 / 0.65);
}
.border-l-orange-800\/70 {
  border-left-color: rgb(154 52 18 / 0.7);
}
.border-l-orange-800\/75 {
  border-left-color: rgb(154 52 18 / 0.75);
}
.border-l-orange-800\/80 {
  border-left-color: rgb(154 52 18 / 0.8);
}
.border-l-orange-800\/85 {
  border-left-color: rgb(154 52 18 / 0.85);
}
.border-l-orange-800\/90 {
  border-left-color: rgb(154 52 18 / 0.9);
}
.border-l-orange-800\/95 {
  border-left-color: rgb(154 52 18 / 0.95);
}
.border-l-orange-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-l-orange-900\/0 {
  border-left-color: rgb(124 45 18 / 0);
}
.border-l-orange-900\/10 {
  border-left-color: rgb(124 45 18 / 0.1);
}
.border-l-orange-900\/100 {
  border-left-color: rgb(124 45 18 / 1);
}
.border-l-orange-900\/15 {
  border-left-color: rgb(124 45 18 / 0.15);
}
.border-l-orange-900\/20 {
  border-left-color: rgb(124 45 18 / 0.2);
}
.border-l-orange-900\/25 {
  border-left-color: rgb(124 45 18 / 0.25);
}
.border-l-orange-900\/30 {
  border-left-color: rgb(124 45 18 / 0.3);
}
.border-l-orange-900\/35 {
  border-left-color: rgb(124 45 18 / 0.35);
}
.border-l-orange-900\/40 {
  border-left-color: rgb(124 45 18 / 0.4);
}
.border-l-orange-900\/45 {
  border-left-color: rgb(124 45 18 / 0.45);
}
.border-l-orange-900\/5 {
  border-left-color: rgb(124 45 18 / 0.05);
}
.border-l-orange-900\/50 {
  border-left-color: rgb(124 45 18 / 0.5);
}
.border-l-orange-900\/55 {
  border-left-color: rgb(124 45 18 / 0.55);
}
.border-l-orange-900\/60 {
  border-left-color: rgb(124 45 18 / 0.6);
}
.border-l-orange-900\/65 {
  border-left-color: rgb(124 45 18 / 0.65);
}
.border-l-orange-900\/70 {
  border-left-color: rgb(124 45 18 / 0.7);
}
.border-l-orange-900\/75 {
  border-left-color: rgb(124 45 18 / 0.75);
}
.border-l-orange-900\/80 {
  border-left-color: rgb(124 45 18 / 0.8);
}
.border-l-orange-900\/85 {
  border-left-color: rgb(124 45 18 / 0.85);
}
.border-l-orange-900\/90 {
  border-left-color: rgb(124 45 18 / 0.9);
}
.border-l-orange-900\/95 {
  border-left-color: rgb(124 45 18 / 0.95);
}
.border-l-orange-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-l-orange-950\/0 {
  border-left-color: rgb(67 20 7 / 0);
}
.border-l-orange-950\/10 {
  border-left-color: rgb(67 20 7 / 0.1);
}
.border-l-orange-950\/100 {
  border-left-color: rgb(67 20 7 / 1);
}
.border-l-orange-950\/15 {
  border-left-color: rgb(67 20 7 / 0.15);
}
.border-l-orange-950\/20 {
  border-left-color: rgb(67 20 7 / 0.2);
}
.border-l-orange-950\/25 {
  border-left-color: rgb(67 20 7 / 0.25);
}
.border-l-orange-950\/30 {
  border-left-color: rgb(67 20 7 / 0.3);
}
.border-l-orange-950\/35 {
  border-left-color: rgb(67 20 7 / 0.35);
}
.border-l-orange-950\/40 {
  border-left-color: rgb(67 20 7 / 0.4);
}
.border-l-orange-950\/45 {
  border-left-color: rgb(67 20 7 / 0.45);
}
.border-l-orange-950\/5 {
  border-left-color: rgb(67 20 7 / 0.05);
}
.border-l-orange-950\/50 {
  border-left-color: rgb(67 20 7 / 0.5);
}
.border-l-orange-950\/55 {
  border-left-color: rgb(67 20 7 / 0.55);
}
.border-l-orange-950\/60 {
  border-left-color: rgb(67 20 7 / 0.6);
}
.border-l-orange-950\/65 {
  border-left-color: rgb(67 20 7 / 0.65);
}
.border-l-orange-950\/70 {
  border-left-color: rgb(67 20 7 / 0.7);
}
.border-l-orange-950\/75 {
  border-left-color: rgb(67 20 7 / 0.75);
}
.border-l-orange-950\/80 {
  border-left-color: rgb(67 20 7 / 0.8);
}
.border-l-orange-950\/85 {
  border-left-color: rgb(67 20 7 / 0.85);
}
.border-l-orange-950\/90 {
  border-left-color: rgb(67 20 7 / 0.9);
}
.border-l-orange-950\/95 {
  border-left-color: rgb(67 20 7 / 0.95);
}
.border-l-pink-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-l-pink-100\/0 {
  border-left-color: rgb(252 231 243 / 0);
}
.border-l-pink-100\/10 {
  border-left-color: rgb(252 231 243 / 0.1);
}
.border-l-pink-100\/100 {
  border-left-color: rgb(252 231 243 / 1);
}
.border-l-pink-100\/15 {
  border-left-color: rgb(252 231 243 / 0.15);
}
.border-l-pink-100\/20 {
  border-left-color: rgb(252 231 243 / 0.2);
}
.border-l-pink-100\/25 {
  border-left-color: rgb(252 231 243 / 0.25);
}
.border-l-pink-100\/30 {
  border-left-color: rgb(252 231 243 / 0.3);
}
.border-l-pink-100\/35 {
  border-left-color: rgb(252 231 243 / 0.35);
}
.border-l-pink-100\/40 {
  border-left-color: rgb(252 231 243 / 0.4);
}
.border-l-pink-100\/45 {
  border-left-color: rgb(252 231 243 / 0.45);
}
.border-l-pink-100\/5 {
  border-left-color: rgb(252 231 243 / 0.05);
}
.border-l-pink-100\/50 {
  border-left-color: rgb(252 231 243 / 0.5);
}
.border-l-pink-100\/55 {
  border-left-color: rgb(252 231 243 / 0.55);
}
.border-l-pink-100\/60 {
  border-left-color: rgb(252 231 243 / 0.6);
}
.border-l-pink-100\/65 {
  border-left-color: rgb(252 231 243 / 0.65);
}
.border-l-pink-100\/70 {
  border-left-color: rgb(252 231 243 / 0.7);
}
.border-l-pink-100\/75 {
  border-left-color: rgb(252 231 243 / 0.75);
}
.border-l-pink-100\/80 {
  border-left-color: rgb(252 231 243 / 0.8);
}
.border-l-pink-100\/85 {
  border-left-color: rgb(252 231 243 / 0.85);
}
.border-l-pink-100\/90 {
  border-left-color: rgb(252 231 243 / 0.9);
}
.border-l-pink-100\/95 {
  border-left-color: rgb(252 231 243 / 0.95);
}
.border-l-pink-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-l-pink-200\/0 {
  border-left-color: rgb(251 207 232 / 0);
}
.border-l-pink-200\/10 {
  border-left-color: rgb(251 207 232 / 0.1);
}
.border-l-pink-200\/100 {
  border-left-color: rgb(251 207 232 / 1);
}
.border-l-pink-200\/15 {
  border-left-color: rgb(251 207 232 / 0.15);
}
.border-l-pink-200\/20 {
  border-left-color: rgb(251 207 232 / 0.2);
}
.border-l-pink-200\/25 {
  border-left-color: rgb(251 207 232 / 0.25);
}
.border-l-pink-200\/30 {
  border-left-color: rgb(251 207 232 / 0.3);
}
.border-l-pink-200\/35 {
  border-left-color: rgb(251 207 232 / 0.35);
}
.border-l-pink-200\/40 {
  border-left-color: rgb(251 207 232 / 0.4);
}
.border-l-pink-200\/45 {
  border-left-color: rgb(251 207 232 / 0.45);
}
.border-l-pink-200\/5 {
  border-left-color: rgb(251 207 232 / 0.05);
}
.border-l-pink-200\/50 {
  border-left-color: rgb(251 207 232 / 0.5);
}
.border-l-pink-200\/55 {
  border-left-color: rgb(251 207 232 / 0.55);
}
.border-l-pink-200\/60 {
  border-left-color: rgb(251 207 232 / 0.6);
}
.border-l-pink-200\/65 {
  border-left-color: rgb(251 207 232 / 0.65);
}
.border-l-pink-200\/70 {
  border-left-color: rgb(251 207 232 / 0.7);
}
.border-l-pink-200\/75 {
  border-left-color: rgb(251 207 232 / 0.75);
}
.border-l-pink-200\/80 {
  border-left-color: rgb(251 207 232 / 0.8);
}
.border-l-pink-200\/85 {
  border-left-color: rgb(251 207 232 / 0.85);
}
.border-l-pink-200\/90 {
  border-left-color: rgb(251 207 232 / 0.9);
}
.border-l-pink-200\/95 {
  border-left-color: rgb(251 207 232 / 0.95);
}
.border-l-pink-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-l-pink-300\/0 {
  border-left-color: rgb(249 168 212 / 0);
}
.border-l-pink-300\/10 {
  border-left-color: rgb(249 168 212 / 0.1);
}
.border-l-pink-300\/100 {
  border-left-color: rgb(249 168 212 / 1);
}
.border-l-pink-300\/15 {
  border-left-color: rgb(249 168 212 / 0.15);
}
.border-l-pink-300\/20 {
  border-left-color: rgb(249 168 212 / 0.2);
}
.border-l-pink-300\/25 {
  border-left-color: rgb(249 168 212 / 0.25);
}
.border-l-pink-300\/30 {
  border-left-color: rgb(249 168 212 / 0.3);
}
.border-l-pink-300\/35 {
  border-left-color: rgb(249 168 212 / 0.35);
}
.border-l-pink-300\/40 {
  border-left-color: rgb(249 168 212 / 0.4);
}
.border-l-pink-300\/45 {
  border-left-color: rgb(249 168 212 / 0.45);
}
.border-l-pink-300\/5 {
  border-left-color: rgb(249 168 212 / 0.05);
}
.border-l-pink-300\/50 {
  border-left-color: rgb(249 168 212 / 0.5);
}
.border-l-pink-300\/55 {
  border-left-color: rgb(249 168 212 / 0.55);
}
.border-l-pink-300\/60 {
  border-left-color: rgb(249 168 212 / 0.6);
}
.border-l-pink-300\/65 {
  border-left-color: rgb(249 168 212 / 0.65);
}
.border-l-pink-300\/70 {
  border-left-color: rgb(249 168 212 / 0.7);
}
.border-l-pink-300\/75 {
  border-left-color: rgb(249 168 212 / 0.75);
}
.border-l-pink-300\/80 {
  border-left-color: rgb(249 168 212 / 0.8);
}
.border-l-pink-300\/85 {
  border-left-color: rgb(249 168 212 / 0.85);
}
.border-l-pink-300\/90 {
  border-left-color: rgb(249 168 212 / 0.9);
}
.border-l-pink-300\/95 {
  border-left-color: rgb(249 168 212 / 0.95);
}
.border-l-pink-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-l-pink-400\/0 {
  border-left-color: rgb(244 114 182 / 0);
}
.border-l-pink-400\/10 {
  border-left-color: rgb(244 114 182 / 0.1);
}
.border-l-pink-400\/100 {
  border-left-color: rgb(244 114 182 / 1);
}
.border-l-pink-400\/15 {
  border-left-color: rgb(244 114 182 / 0.15);
}
.border-l-pink-400\/20 {
  border-left-color: rgb(244 114 182 / 0.2);
}
.border-l-pink-400\/25 {
  border-left-color: rgb(244 114 182 / 0.25);
}
.border-l-pink-400\/30 {
  border-left-color: rgb(244 114 182 / 0.3);
}
.border-l-pink-400\/35 {
  border-left-color: rgb(244 114 182 / 0.35);
}
.border-l-pink-400\/40 {
  border-left-color: rgb(244 114 182 / 0.4);
}
.border-l-pink-400\/45 {
  border-left-color: rgb(244 114 182 / 0.45);
}
.border-l-pink-400\/5 {
  border-left-color: rgb(244 114 182 / 0.05);
}
.border-l-pink-400\/50 {
  border-left-color: rgb(244 114 182 / 0.5);
}
.border-l-pink-400\/55 {
  border-left-color: rgb(244 114 182 / 0.55);
}
.border-l-pink-400\/60 {
  border-left-color: rgb(244 114 182 / 0.6);
}
.border-l-pink-400\/65 {
  border-left-color: rgb(244 114 182 / 0.65);
}
.border-l-pink-400\/70 {
  border-left-color: rgb(244 114 182 / 0.7);
}
.border-l-pink-400\/75 {
  border-left-color: rgb(244 114 182 / 0.75);
}
.border-l-pink-400\/80 {
  border-left-color: rgb(244 114 182 / 0.8);
}
.border-l-pink-400\/85 {
  border-left-color: rgb(244 114 182 / 0.85);
}
.border-l-pink-400\/90 {
  border-left-color: rgb(244 114 182 / 0.9);
}
.border-l-pink-400\/95 {
  border-left-color: rgb(244 114 182 / 0.95);
}
.border-l-pink-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-l-pink-50\/0 {
  border-left-color: rgb(253 242 248 / 0);
}
.border-l-pink-50\/10 {
  border-left-color: rgb(253 242 248 / 0.1);
}
.border-l-pink-50\/100 {
  border-left-color: rgb(253 242 248 / 1);
}
.border-l-pink-50\/15 {
  border-left-color: rgb(253 242 248 / 0.15);
}
.border-l-pink-50\/20 {
  border-left-color: rgb(253 242 248 / 0.2);
}
.border-l-pink-50\/25 {
  border-left-color: rgb(253 242 248 / 0.25);
}
.border-l-pink-50\/30 {
  border-left-color: rgb(253 242 248 / 0.3);
}
.border-l-pink-50\/35 {
  border-left-color: rgb(253 242 248 / 0.35);
}
.border-l-pink-50\/40 {
  border-left-color: rgb(253 242 248 / 0.4);
}
.border-l-pink-50\/45 {
  border-left-color: rgb(253 242 248 / 0.45);
}
.border-l-pink-50\/5 {
  border-left-color: rgb(253 242 248 / 0.05);
}
.border-l-pink-50\/50 {
  border-left-color: rgb(253 242 248 / 0.5);
}
.border-l-pink-50\/55 {
  border-left-color: rgb(253 242 248 / 0.55);
}
.border-l-pink-50\/60 {
  border-left-color: rgb(253 242 248 / 0.6);
}
.border-l-pink-50\/65 {
  border-left-color: rgb(253 242 248 / 0.65);
}
.border-l-pink-50\/70 {
  border-left-color: rgb(253 242 248 / 0.7);
}
.border-l-pink-50\/75 {
  border-left-color: rgb(253 242 248 / 0.75);
}
.border-l-pink-50\/80 {
  border-left-color: rgb(253 242 248 / 0.8);
}
.border-l-pink-50\/85 {
  border-left-color: rgb(253 242 248 / 0.85);
}
.border-l-pink-50\/90 {
  border-left-color: rgb(253 242 248 / 0.9);
}
.border-l-pink-50\/95 {
  border-left-color: rgb(253 242 248 / 0.95);
}
.border-l-pink-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-l-pink-500\/0 {
  border-left-color: rgb(236 72 153 / 0);
}
.border-l-pink-500\/10 {
  border-left-color: rgb(236 72 153 / 0.1);
}
.border-l-pink-500\/100 {
  border-left-color: rgb(236 72 153 / 1);
}
.border-l-pink-500\/15 {
  border-left-color: rgb(236 72 153 / 0.15);
}
.border-l-pink-500\/20 {
  border-left-color: rgb(236 72 153 / 0.2);
}
.border-l-pink-500\/25 {
  border-left-color: rgb(236 72 153 / 0.25);
}
.border-l-pink-500\/30 {
  border-left-color: rgb(236 72 153 / 0.3);
}
.border-l-pink-500\/35 {
  border-left-color: rgb(236 72 153 / 0.35);
}
.border-l-pink-500\/40 {
  border-left-color: rgb(236 72 153 / 0.4);
}
.border-l-pink-500\/45 {
  border-left-color: rgb(236 72 153 / 0.45);
}
.border-l-pink-500\/5 {
  border-left-color: rgb(236 72 153 / 0.05);
}
.border-l-pink-500\/50 {
  border-left-color: rgb(236 72 153 / 0.5);
}
.border-l-pink-500\/55 {
  border-left-color: rgb(236 72 153 / 0.55);
}
.border-l-pink-500\/60 {
  border-left-color: rgb(236 72 153 / 0.6);
}
.border-l-pink-500\/65 {
  border-left-color: rgb(236 72 153 / 0.65);
}
.border-l-pink-500\/70 {
  border-left-color: rgb(236 72 153 / 0.7);
}
.border-l-pink-500\/75 {
  border-left-color: rgb(236 72 153 / 0.75);
}
.border-l-pink-500\/80 {
  border-left-color: rgb(236 72 153 / 0.8);
}
.border-l-pink-500\/85 {
  border-left-color: rgb(236 72 153 / 0.85);
}
.border-l-pink-500\/90 {
  border-left-color: rgb(236 72 153 / 0.9);
}
.border-l-pink-500\/95 {
  border-left-color: rgb(236 72 153 / 0.95);
}
.border-l-pink-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-l-pink-600\/0 {
  border-left-color: rgb(219 39 119 / 0);
}
.border-l-pink-600\/10 {
  border-left-color: rgb(219 39 119 / 0.1);
}
.border-l-pink-600\/100 {
  border-left-color: rgb(219 39 119 / 1);
}
.border-l-pink-600\/15 {
  border-left-color: rgb(219 39 119 / 0.15);
}
.border-l-pink-600\/20 {
  border-left-color: rgb(219 39 119 / 0.2);
}
.border-l-pink-600\/25 {
  border-left-color: rgb(219 39 119 / 0.25);
}
.border-l-pink-600\/30 {
  border-left-color: rgb(219 39 119 / 0.3);
}
.border-l-pink-600\/35 {
  border-left-color: rgb(219 39 119 / 0.35);
}
.border-l-pink-600\/40 {
  border-left-color: rgb(219 39 119 / 0.4);
}
.border-l-pink-600\/45 {
  border-left-color: rgb(219 39 119 / 0.45);
}
.border-l-pink-600\/5 {
  border-left-color: rgb(219 39 119 / 0.05);
}
.border-l-pink-600\/50 {
  border-left-color: rgb(219 39 119 / 0.5);
}
.border-l-pink-600\/55 {
  border-left-color: rgb(219 39 119 / 0.55);
}
.border-l-pink-600\/60 {
  border-left-color: rgb(219 39 119 / 0.6);
}
.border-l-pink-600\/65 {
  border-left-color: rgb(219 39 119 / 0.65);
}
.border-l-pink-600\/70 {
  border-left-color: rgb(219 39 119 / 0.7);
}
.border-l-pink-600\/75 {
  border-left-color: rgb(219 39 119 / 0.75);
}
.border-l-pink-600\/80 {
  border-left-color: rgb(219 39 119 / 0.8);
}
.border-l-pink-600\/85 {
  border-left-color: rgb(219 39 119 / 0.85);
}
.border-l-pink-600\/90 {
  border-left-color: rgb(219 39 119 / 0.9);
}
.border-l-pink-600\/95 {
  border-left-color: rgb(219 39 119 / 0.95);
}
.border-l-pink-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-l-pink-700\/0 {
  border-left-color: rgb(190 24 93 / 0);
}
.border-l-pink-700\/10 {
  border-left-color: rgb(190 24 93 / 0.1);
}
.border-l-pink-700\/100 {
  border-left-color: rgb(190 24 93 / 1);
}
.border-l-pink-700\/15 {
  border-left-color: rgb(190 24 93 / 0.15);
}
.border-l-pink-700\/20 {
  border-left-color: rgb(190 24 93 / 0.2);
}
.border-l-pink-700\/25 {
  border-left-color: rgb(190 24 93 / 0.25);
}
.border-l-pink-700\/30 {
  border-left-color: rgb(190 24 93 / 0.3);
}
.border-l-pink-700\/35 {
  border-left-color: rgb(190 24 93 / 0.35);
}
.border-l-pink-700\/40 {
  border-left-color: rgb(190 24 93 / 0.4);
}
.border-l-pink-700\/45 {
  border-left-color: rgb(190 24 93 / 0.45);
}
.border-l-pink-700\/5 {
  border-left-color: rgb(190 24 93 / 0.05);
}
.border-l-pink-700\/50 {
  border-left-color: rgb(190 24 93 / 0.5);
}
.border-l-pink-700\/55 {
  border-left-color: rgb(190 24 93 / 0.55);
}
.border-l-pink-700\/60 {
  border-left-color: rgb(190 24 93 / 0.6);
}
.border-l-pink-700\/65 {
  border-left-color: rgb(190 24 93 / 0.65);
}
.border-l-pink-700\/70 {
  border-left-color: rgb(190 24 93 / 0.7);
}
.border-l-pink-700\/75 {
  border-left-color: rgb(190 24 93 / 0.75);
}
.border-l-pink-700\/80 {
  border-left-color: rgb(190 24 93 / 0.8);
}
.border-l-pink-700\/85 {
  border-left-color: rgb(190 24 93 / 0.85);
}
.border-l-pink-700\/90 {
  border-left-color: rgb(190 24 93 / 0.9);
}
.border-l-pink-700\/95 {
  border-left-color: rgb(190 24 93 / 0.95);
}
.border-l-pink-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-l-pink-800\/0 {
  border-left-color: rgb(157 23 77 / 0);
}
.border-l-pink-800\/10 {
  border-left-color: rgb(157 23 77 / 0.1);
}
.border-l-pink-800\/100 {
  border-left-color: rgb(157 23 77 / 1);
}
.border-l-pink-800\/15 {
  border-left-color: rgb(157 23 77 / 0.15);
}
.border-l-pink-800\/20 {
  border-left-color: rgb(157 23 77 / 0.2);
}
.border-l-pink-800\/25 {
  border-left-color: rgb(157 23 77 / 0.25);
}
.border-l-pink-800\/30 {
  border-left-color: rgb(157 23 77 / 0.3);
}
.border-l-pink-800\/35 {
  border-left-color: rgb(157 23 77 / 0.35);
}
.border-l-pink-800\/40 {
  border-left-color: rgb(157 23 77 / 0.4);
}
.border-l-pink-800\/45 {
  border-left-color: rgb(157 23 77 / 0.45);
}
.border-l-pink-800\/5 {
  border-left-color: rgb(157 23 77 / 0.05);
}
.border-l-pink-800\/50 {
  border-left-color: rgb(157 23 77 / 0.5);
}
.border-l-pink-800\/55 {
  border-left-color: rgb(157 23 77 / 0.55);
}
.border-l-pink-800\/60 {
  border-left-color: rgb(157 23 77 / 0.6);
}
.border-l-pink-800\/65 {
  border-left-color: rgb(157 23 77 / 0.65);
}
.border-l-pink-800\/70 {
  border-left-color: rgb(157 23 77 / 0.7);
}
.border-l-pink-800\/75 {
  border-left-color: rgb(157 23 77 / 0.75);
}
.border-l-pink-800\/80 {
  border-left-color: rgb(157 23 77 / 0.8);
}
.border-l-pink-800\/85 {
  border-left-color: rgb(157 23 77 / 0.85);
}
.border-l-pink-800\/90 {
  border-left-color: rgb(157 23 77 / 0.9);
}
.border-l-pink-800\/95 {
  border-left-color: rgb(157 23 77 / 0.95);
}
.border-l-pink-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-l-pink-900\/0 {
  border-left-color: rgb(131 24 67 / 0);
}
.border-l-pink-900\/10 {
  border-left-color: rgb(131 24 67 / 0.1);
}
.border-l-pink-900\/100 {
  border-left-color: rgb(131 24 67 / 1);
}
.border-l-pink-900\/15 {
  border-left-color: rgb(131 24 67 / 0.15);
}
.border-l-pink-900\/20 {
  border-left-color: rgb(131 24 67 / 0.2);
}
.border-l-pink-900\/25 {
  border-left-color: rgb(131 24 67 / 0.25);
}
.border-l-pink-900\/30 {
  border-left-color: rgb(131 24 67 / 0.3);
}
.border-l-pink-900\/35 {
  border-left-color: rgb(131 24 67 / 0.35);
}
.border-l-pink-900\/40 {
  border-left-color: rgb(131 24 67 / 0.4);
}
.border-l-pink-900\/45 {
  border-left-color: rgb(131 24 67 / 0.45);
}
.border-l-pink-900\/5 {
  border-left-color: rgb(131 24 67 / 0.05);
}
.border-l-pink-900\/50 {
  border-left-color: rgb(131 24 67 / 0.5);
}
.border-l-pink-900\/55 {
  border-left-color: rgb(131 24 67 / 0.55);
}
.border-l-pink-900\/60 {
  border-left-color: rgb(131 24 67 / 0.6);
}
.border-l-pink-900\/65 {
  border-left-color: rgb(131 24 67 / 0.65);
}
.border-l-pink-900\/70 {
  border-left-color: rgb(131 24 67 / 0.7);
}
.border-l-pink-900\/75 {
  border-left-color: rgb(131 24 67 / 0.75);
}
.border-l-pink-900\/80 {
  border-left-color: rgb(131 24 67 / 0.8);
}
.border-l-pink-900\/85 {
  border-left-color: rgb(131 24 67 / 0.85);
}
.border-l-pink-900\/90 {
  border-left-color: rgb(131 24 67 / 0.9);
}
.border-l-pink-900\/95 {
  border-left-color: rgb(131 24 67 / 0.95);
}
.border-l-pink-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-l-pink-950\/0 {
  border-left-color: rgb(80 7 36 / 0);
}
.border-l-pink-950\/10 {
  border-left-color: rgb(80 7 36 / 0.1);
}
.border-l-pink-950\/100 {
  border-left-color: rgb(80 7 36 / 1);
}
.border-l-pink-950\/15 {
  border-left-color: rgb(80 7 36 / 0.15);
}
.border-l-pink-950\/20 {
  border-left-color: rgb(80 7 36 / 0.2);
}
.border-l-pink-950\/25 {
  border-left-color: rgb(80 7 36 / 0.25);
}
.border-l-pink-950\/30 {
  border-left-color: rgb(80 7 36 / 0.3);
}
.border-l-pink-950\/35 {
  border-left-color: rgb(80 7 36 / 0.35);
}
.border-l-pink-950\/40 {
  border-left-color: rgb(80 7 36 / 0.4);
}
.border-l-pink-950\/45 {
  border-left-color: rgb(80 7 36 / 0.45);
}
.border-l-pink-950\/5 {
  border-left-color: rgb(80 7 36 / 0.05);
}
.border-l-pink-950\/50 {
  border-left-color: rgb(80 7 36 / 0.5);
}
.border-l-pink-950\/55 {
  border-left-color: rgb(80 7 36 / 0.55);
}
.border-l-pink-950\/60 {
  border-left-color: rgb(80 7 36 / 0.6);
}
.border-l-pink-950\/65 {
  border-left-color: rgb(80 7 36 / 0.65);
}
.border-l-pink-950\/70 {
  border-left-color: rgb(80 7 36 / 0.7);
}
.border-l-pink-950\/75 {
  border-left-color: rgb(80 7 36 / 0.75);
}
.border-l-pink-950\/80 {
  border-left-color: rgb(80 7 36 / 0.8);
}
.border-l-pink-950\/85 {
  border-left-color: rgb(80 7 36 / 0.85);
}
.border-l-pink-950\/90 {
  border-left-color: rgb(80 7 36 / 0.9);
}
.border-l-pink-950\/95 {
  border-left-color: rgb(80 7 36 / 0.95);
}
.border-l-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-l-purple-100\/0 {
  border-left-color: rgb(243 232 255 / 0);
}
.border-l-purple-100\/10 {
  border-left-color: rgb(243 232 255 / 0.1);
}
.border-l-purple-100\/100 {
  border-left-color: rgb(243 232 255 / 1);
}
.border-l-purple-100\/15 {
  border-left-color: rgb(243 232 255 / 0.15);
}
.border-l-purple-100\/20 {
  border-left-color: rgb(243 232 255 / 0.2);
}
.border-l-purple-100\/25 {
  border-left-color: rgb(243 232 255 / 0.25);
}
.border-l-purple-100\/30 {
  border-left-color: rgb(243 232 255 / 0.3);
}
.border-l-purple-100\/35 {
  border-left-color: rgb(243 232 255 / 0.35);
}
.border-l-purple-100\/40 {
  border-left-color: rgb(243 232 255 / 0.4);
}
.border-l-purple-100\/45 {
  border-left-color: rgb(243 232 255 / 0.45);
}
.border-l-purple-100\/5 {
  border-left-color: rgb(243 232 255 / 0.05);
}
.border-l-purple-100\/50 {
  border-left-color: rgb(243 232 255 / 0.5);
}
.border-l-purple-100\/55 {
  border-left-color: rgb(243 232 255 / 0.55);
}
.border-l-purple-100\/60 {
  border-left-color: rgb(243 232 255 / 0.6);
}
.border-l-purple-100\/65 {
  border-left-color: rgb(243 232 255 / 0.65);
}
.border-l-purple-100\/70 {
  border-left-color: rgb(243 232 255 / 0.7);
}
.border-l-purple-100\/75 {
  border-left-color: rgb(243 232 255 / 0.75);
}
.border-l-purple-100\/80 {
  border-left-color: rgb(243 232 255 / 0.8);
}
.border-l-purple-100\/85 {
  border-left-color: rgb(243 232 255 / 0.85);
}
.border-l-purple-100\/90 {
  border-left-color: rgb(243 232 255 / 0.9);
}
.border-l-purple-100\/95 {
  border-left-color: rgb(243 232 255 / 0.95);
}
.border-l-purple-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-l-purple-200\/0 {
  border-left-color: rgb(233 213 255 / 0);
}
.border-l-purple-200\/10 {
  border-left-color: rgb(233 213 255 / 0.1);
}
.border-l-purple-200\/100 {
  border-left-color: rgb(233 213 255 / 1);
}
.border-l-purple-200\/15 {
  border-left-color: rgb(233 213 255 / 0.15);
}
.border-l-purple-200\/20 {
  border-left-color: rgb(233 213 255 / 0.2);
}
.border-l-purple-200\/25 {
  border-left-color: rgb(233 213 255 / 0.25);
}
.border-l-purple-200\/30 {
  border-left-color: rgb(233 213 255 / 0.3);
}
.border-l-purple-200\/35 {
  border-left-color: rgb(233 213 255 / 0.35);
}
.border-l-purple-200\/40 {
  border-left-color: rgb(233 213 255 / 0.4);
}
.border-l-purple-200\/45 {
  border-left-color: rgb(233 213 255 / 0.45);
}
.border-l-purple-200\/5 {
  border-left-color: rgb(233 213 255 / 0.05);
}
.border-l-purple-200\/50 {
  border-left-color: rgb(233 213 255 / 0.5);
}
.border-l-purple-200\/55 {
  border-left-color: rgb(233 213 255 / 0.55);
}
.border-l-purple-200\/60 {
  border-left-color: rgb(233 213 255 / 0.6);
}
.border-l-purple-200\/65 {
  border-left-color: rgb(233 213 255 / 0.65);
}
.border-l-purple-200\/70 {
  border-left-color: rgb(233 213 255 / 0.7);
}
.border-l-purple-200\/75 {
  border-left-color: rgb(233 213 255 / 0.75);
}
.border-l-purple-200\/80 {
  border-left-color: rgb(233 213 255 / 0.8);
}
.border-l-purple-200\/85 {
  border-left-color: rgb(233 213 255 / 0.85);
}
.border-l-purple-200\/90 {
  border-left-color: rgb(233 213 255 / 0.9);
}
.border-l-purple-200\/95 {
  border-left-color: rgb(233 213 255 / 0.95);
}
.border-l-purple-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-l-purple-300\/0 {
  border-left-color: rgb(216 180 254 / 0);
}
.border-l-purple-300\/10 {
  border-left-color: rgb(216 180 254 / 0.1);
}
.border-l-purple-300\/100 {
  border-left-color: rgb(216 180 254 / 1);
}
.border-l-purple-300\/15 {
  border-left-color: rgb(216 180 254 / 0.15);
}
.border-l-purple-300\/20 {
  border-left-color: rgb(216 180 254 / 0.2);
}
.border-l-purple-300\/25 {
  border-left-color: rgb(216 180 254 / 0.25);
}
.border-l-purple-300\/30 {
  border-left-color: rgb(216 180 254 / 0.3);
}
.border-l-purple-300\/35 {
  border-left-color: rgb(216 180 254 / 0.35);
}
.border-l-purple-300\/40 {
  border-left-color: rgb(216 180 254 / 0.4);
}
.border-l-purple-300\/45 {
  border-left-color: rgb(216 180 254 / 0.45);
}
.border-l-purple-300\/5 {
  border-left-color: rgb(216 180 254 / 0.05);
}
.border-l-purple-300\/50 {
  border-left-color: rgb(216 180 254 / 0.5);
}
.border-l-purple-300\/55 {
  border-left-color: rgb(216 180 254 / 0.55);
}
.border-l-purple-300\/60 {
  border-left-color: rgb(216 180 254 / 0.6);
}
.border-l-purple-300\/65 {
  border-left-color: rgb(216 180 254 / 0.65);
}
.border-l-purple-300\/70 {
  border-left-color: rgb(216 180 254 / 0.7);
}
.border-l-purple-300\/75 {
  border-left-color: rgb(216 180 254 / 0.75);
}
.border-l-purple-300\/80 {
  border-left-color: rgb(216 180 254 / 0.8);
}
.border-l-purple-300\/85 {
  border-left-color: rgb(216 180 254 / 0.85);
}
.border-l-purple-300\/90 {
  border-left-color: rgb(216 180 254 / 0.9);
}
.border-l-purple-300\/95 {
  border-left-color: rgb(216 180 254 / 0.95);
}
.border-l-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-l-purple-400\/0 {
  border-left-color: rgb(192 132 252 / 0);
}
.border-l-purple-400\/10 {
  border-left-color: rgb(192 132 252 / 0.1);
}
.border-l-purple-400\/100 {
  border-left-color: rgb(192 132 252 / 1);
}
.border-l-purple-400\/15 {
  border-left-color: rgb(192 132 252 / 0.15);
}
.border-l-purple-400\/20 {
  border-left-color: rgb(192 132 252 / 0.2);
}
.border-l-purple-400\/25 {
  border-left-color: rgb(192 132 252 / 0.25);
}
.border-l-purple-400\/30 {
  border-left-color: rgb(192 132 252 / 0.3);
}
.border-l-purple-400\/35 {
  border-left-color: rgb(192 132 252 / 0.35);
}
.border-l-purple-400\/40 {
  border-left-color: rgb(192 132 252 / 0.4);
}
.border-l-purple-400\/45 {
  border-left-color: rgb(192 132 252 / 0.45);
}
.border-l-purple-400\/5 {
  border-left-color: rgb(192 132 252 / 0.05);
}
.border-l-purple-400\/50 {
  border-left-color: rgb(192 132 252 / 0.5);
}
.border-l-purple-400\/55 {
  border-left-color: rgb(192 132 252 / 0.55);
}
.border-l-purple-400\/60 {
  border-left-color: rgb(192 132 252 / 0.6);
}
.border-l-purple-400\/65 {
  border-left-color: rgb(192 132 252 / 0.65);
}
.border-l-purple-400\/70 {
  border-left-color: rgb(192 132 252 / 0.7);
}
.border-l-purple-400\/75 {
  border-left-color: rgb(192 132 252 / 0.75);
}
.border-l-purple-400\/80 {
  border-left-color: rgb(192 132 252 / 0.8);
}
.border-l-purple-400\/85 {
  border-left-color: rgb(192 132 252 / 0.85);
}
.border-l-purple-400\/90 {
  border-left-color: rgb(192 132 252 / 0.9);
}
.border-l-purple-400\/95 {
  border-left-color: rgb(192 132 252 / 0.95);
}
.border-l-purple-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-l-purple-50\/0 {
  border-left-color: rgb(250 245 255 / 0);
}
.border-l-purple-50\/10 {
  border-left-color: rgb(250 245 255 / 0.1);
}
.border-l-purple-50\/100 {
  border-left-color: rgb(250 245 255 / 1);
}
.border-l-purple-50\/15 {
  border-left-color: rgb(250 245 255 / 0.15);
}
.border-l-purple-50\/20 {
  border-left-color: rgb(250 245 255 / 0.2);
}
.border-l-purple-50\/25 {
  border-left-color: rgb(250 245 255 / 0.25);
}
.border-l-purple-50\/30 {
  border-left-color: rgb(250 245 255 / 0.3);
}
.border-l-purple-50\/35 {
  border-left-color: rgb(250 245 255 / 0.35);
}
.border-l-purple-50\/40 {
  border-left-color: rgb(250 245 255 / 0.4);
}
.border-l-purple-50\/45 {
  border-left-color: rgb(250 245 255 / 0.45);
}
.border-l-purple-50\/5 {
  border-left-color: rgb(250 245 255 / 0.05);
}
.border-l-purple-50\/50 {
  border-left-color: rgb(250 245 255 / 0.5);
}
.border-l-purple-50\/55 {
  border-left-color: rgb(250 245 255 / 0.55);
}
.border-l-purple-50\/60 {
  border-left-color: rgb(250 245 255 / 0.6);
}
.border-l-purple-50\/65 {
  border-left-color: rgb(250 245 255 / 0.65);
}
.border-l-purple-50\/70 {
  border-left-color: rgb(250 245 255 / 0.7);
}
.border-l-purple-50\/75 {
  border-left-color: rgb(250 245 255 / 0.75);
}
.border-l-purple-50\/80 {
  border-left-color: rgb(250 245 255 / 0.8);
}
.border-l-purple-50\/85 {
  border-left-color: rgb(250 245 255 / 0.85);
}
.border-l-purple-50\/90 {
  border-left-color: rgb(250 245 255 / 0.9);
}
.border-l-purple-50\/95 {
  border-left-color: rgb(250 245 255 / 0.95);
}
.border-l-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-l-purple-500\/0 {
  border-left-color: rgb(168 85 247 / 0);
}
.border-l-purple-500\/10 {
  border-left-color: rgb(168 85 247 / 0.1);
}
.border-l-purple-500\/100 {
  border-left-color: rgb(168 85 247 / 1);
}
.border-l-purple-500\/15 {
  border-left-color: rgb(168 85 247 / 0.15);
}
.border-l-purple-500\/20 {
  border-left-color: rgb(168 85 247 / 0.2);
}
.border-l-purple-500\/25 {
  border-left-color: rgb(168 85 247 / 0.25);
}
.border-l-purple-500\/30 {
  border-left-color: rgb(168 85 247 / 0.3);
}
.border-l-purple-500\/35 {
  border-left-color: rgb(168 85 247 / 0.35);
}
.border-l-purple-500\/40 {
  border-left-color: rgb(168 85 247 / 0.4);
}
.border-l-purple-500\/45 {
  border-left-color: rgb(168 85 247 / 0.45);
}
.border-l-purple-500\/5 {
  border-left-color: rgb(168 85 247 / 0.05);
}
.border-l-purple-500\/50 {
  border-left-color: rgb(168 85 247 / 0.5);
}
.border-l-purple-500\/55 {
  border-left-color: rgb(168 85 247 / 0.55);
}
.border-l-purple-500\/60 {
  border-left-color: rgb(168 85 247 / 0.6);
}
.border-l-purple-500\/65 {
  border-left-color: rgb(168 85 247 / 0.65);
}
.border-l-purple-500\/70 {
  border-left-color: rgb(168 85 247 / 0.7);
}
.border-l-purple-500\/75 {
  border-left-color: rgb(168 85 247 / 0.75);
}
.border-l-purple-500\/80 {
  border-left-color: rgb(168 85 247 / 0.8);
}
.border-l-purple-500\/85 {
  border-left-color: rgb(168 85 247 / 0.85);
}
.border-l-purple-500\/90 {
  border-left-color: rgb(168 85 247 / 0.9);
}
.border-l-purple-500\/95 {
  border-left-color: rgb(168 85 247 / 0.95);
}
.border-l-purple-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-l-purple-600\/0 {
  border-left-color: rgb(147 51 234 / 0);
}
.border-l-purple-600\/10 {
  border-left-color: rgb(147 51 234 / 0.1);
}
.border-l-purple-600\/100 {
  border-left-color: rgb(147 51 234 / 1);
}
.border-l-purple-600\/15 {
  border-left-color: rgb(147 51 234 / 0.15);
}
.border-l-purple-600\/20 {
  border-left-color: rgb(147 51 234 / 0.2);
}
.border-l-purple-600\/25 {
  border-left-color: rgb(147 51 234 / 0.25);
}
.border-l-purple-600\/30 {
  border-left-color: rgb(147 51 234 / 0.3);
}
.border-l-purple-600\/35 {
  border-left-color: rgb(147 51 234 / 0.35);
}
.border-l-purple-600\/40 {
  border-left-color: rgb(147 51 234 / 0.4);
}
.border-l-purple-600\/45 {
  border-left-color: rgb(147 51 234 / 0.45);
}
.border-l-purple-600\/5 {
  border-left-color: rgb(147 51 234 / 0.05);
}
.border-l-purple-600\/50 {
  border-left-color: rgb(147 51 234 / 0.5);
}
.border-l-purple-600\/55 {
  border-left-color: rgb(147 51 234 / 0.55);
}
.border-l-purple-600\/60 {
  border-left-color: rgb(147 51 234 / 0.6);
}
.border-l-purple-600\/65 {
  border-left-color: rgb(147 51 234 / 0.65);
}
.border-l-purple-600\/70 {
  border-left-color: rgb(147 51 234 / 0.7);
}
.border-l-purple-600\/75 {
  border-left-color: rgb(147 51 234 / 0.75);
}
.border-l-purple-600\/80 {
  border-left-color: rgb(147 51 234 / 0.8);
}
.border-l-purple-600\/85 {
  border-left-color: rgb(147 51 234 / 0.85);
}
.border-l-purple-600\/90 {
  border-left-color: rgb(147 51 234 / 0.9);
}
.border-l-purple-600\/95 {
  border-left-color: rgb(147 51 234 / 0.95);
}
.border-l-purple-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-l-purple-700\/0 {
  border-left-color: rgb(126 34 206 / 0);
}
.border-l-purple-700\/10 {
  border-left-color: rgb(126 34 206 / 0.1);
}
.border-l-purple-700\/100 {
  border-left-color: rgb(126 34 206 / 1);
}
.border-l-purple-700\/15 {
  border-left-color: rgb(126 34 206 / 0.15);
}
.border-l-purple-700\/20 {
  border-left-color: rgb(126 34 206 / 0.2);
}
.border-l-purple-700\/25 {
  border-left-color: rgb(126 34 206 / 0.25);
}
.border-l-purple-700\/30 {
  border-left-color: rgb(126 34 206 / 0.3);
}
.border-l-purple-700\/35 {
  border-left-color: rgb(126 34 206 / 0.35);
}
.border-l-purple-700\/40 {
  border-left-color: rgb(126 34 206 / 0.4);
}
.border-l-purple-700\/45 {
  border-left-color: rgb(126 34 206 / 0.45);
}
.border-l-purple-700\/5 {
  border-left-color: rgb(126 34 206 / 0.05);
}
.border-l-purple-700\/50 {
  border-left-color: rgb(126 34 206 / 0.5);
}
.border-l-purple-700\/55 {
  border-left-color: rgb(126 34 206 / 0.55);
}
.border-l-purple-700\/60 {
  border-left-color: rgb(126 34 206 / 0.6);
}
.border-l-purple-700\/65 {
  border-left-color: rgb(126 34 206 / 0.65);
}
.border-l-purple-700\/70 {
  border-left-color: rgb(126 34 206 / 0.7);
}
.border-l-purple-700\/75 {
  border-left-color: rgb(126 34 206 / 0.75);
}
.border-l-purple-700\/80 {
  border-left-color: rgb(126 34 206 / 0.8);
}
.border-l-purple-700\/85 {
  border-left-color: rgb(126 34 206 / 0.85);
}
.border-l-purple-700\/90 {
  border-left-color: rgb(126 34 206 / 0.9);
}
.border-l-purple-700\/95 {
  border-left-color: rgb(126 34 206 / 0.95);
}
.border-l-purple-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-l-purple-800\/0 {
  border-left-color: rgb(107 33 168 / 0);
}
.border-l-purple-800\/10 {
  border-left-color: rgb(107 33 168 / 0.1);
}
.border-l-purple-800\/100 {
  border-left-color: rgb(107 33 168 / 1);
}
.border-l-purple-800\/15 {
  border-left-color: rgb(107 33 168 / 0.15);
}
.border-l-purple-800\/20 {
  border-left-color: rgb(107 33 168 / 0.2);
}
.border-l-purple-800\/25 {
  border-left-color: rgb(107 33 168 / 0.25);
}
.border-l-purple-800\/30 {
  border-left-color: rgb(107 33 168 / 0.3);
}
.border-l-purple-800\/35 {
  border-left-color: rgb(107 33 168 / 0.35);
}
.border-l-purple-800\/40 {
  border-left-color: rgb(107 33 168 / 0.4);
}
.border-l-purple-800\/45 {
  border-left-color: rgb(107 33 168 / 0.45);
}
.border-l-purple-800\/5 {
  border-left-color: rgb(107 33 168 / 0.05);
}
.border-l-purple-800\/50 {
  border-left-color: rgb(107 33 168 / 0.5);
}
.border-l-purple-800\/55 {
  border-left-color: rgb(107 33 168 / 0.55);
}
.border-l-purple-800\/60 {
  border-left-color: rgb(107 33 168 / 0.6);
}
.border-l-purple-800\/65 {
  border-left-color: rgb(107 33 168 / 0.65);
}
.border-l-purple-800\/70 {
  border-left-color: rgb(107 33 168 / 0.7);
}
.border-l-purple-800\/75 {
  border-left-color: rgb(107 33 168 / 0.75);
}
.border-l-purple-800\/80 {
  border-left-color: rgb(107 33 168 / 0.8);
}
.border-l-purple-800\/85 {
  border-left-color: rgb(107 33 168 / 0.85);
}
.border-l-purple-800\/90 {
  border-left-color: rgb(107 33 168 / 0.9);
}
.border-l-purple-800\/95 {
  border-left-color: rgb(107 33 168 / 0.95);
}
.border-l-purple-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-l-purple-900\/0 {
  border-left-color: rgb(88 28 135 / 0);
}
.border-l-purple-900\/10 {
  border-left-color: rgb(88 28 135 / 0.1);
}
.border-l-purple-900\/100 {
  border-left-color: rgb(88 28 135 / 1);
}
.border-l-purple-900\/15 {
  border-left-color: rgb(88 28 135 / 0.15);
}
.border-l-purple-900\/20 {
  border-left-color: rgb(88 28 135 / 0.2);
}
.border-l-purple-900\/25 {
  border-left-color: rgb(88 28 135 / 0.25);
}
.border-l-purple-900\/30 {
  border-left-color: rgb(88 28 135 / 0.3);
}
.border-l-purple-900\/35 {
  border-left-color: rgb(88 28 135 / 0.35);
}
.border-l-purple-900\/40 {
  border-left-color: rgb(88 28 135 / 0.4);
}
.border-l-purple-900\/45 {
  border-left-color: rgb(88 28 135 / 0.45);
}
.border-l-purple-900\/5 {
  border-left-color: rgb(88 28 135 / 0.05);
}
.border-l-purple-900\/50 {
  border-left-color: rgb(88 28 135 / 0.5);
}
.border-l-purple-900\/55 {
  border-left-color: rgb(88 28 135 / 0.55);
}
.border-l-purple-900\/60 {
  border-left-color: rgb(88 28 135 / 0.6);
}
.border-l-purple-900\/65 {
  border-left-color: rgb(88 28 135 / 0.65);
}
.border-l-purple-900\/70 {
  border-left-color: rgb(88 28 135 / 0.7);
}
.border-l-purple-900\/75 {
  border-left-color: rgb(88 28 135 / 0.75);
}
.border-l-purple-900\/80 {
  border-left-color: rgb(88 28 135 / 0.8);
}
.border-l-purple-900\/85 {
  border-left-color: rgb(88 28 135 / 0.85);
}
.border-l-purple-900\/90 {
  border-left-color: rgb(88 28 135 / 0.9);
}
.border-l-purple-900\/95 {
  border-left-color: rgb(88 28 135 / 0.95);
}
.border-l-purple-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-l-purple-950\/0 {
  border-left-color: rgb(59 7 100 / 0);
}
.border-l-purple-950\/10 {
  border-left-color: rgb(59 7 100 / 0.1);
}
.border-l-purple-950\/100 {
  border-left-color: rgb(59 7 100 / 1);
}
.border-l-purple-950\/15 {
  border-left-color: rgb(59 7 100 / 0.15);
}
.border-l-purple-950\/20 {
  border-left-color: rgb(59 7 100 / 0.2);
}
.border-l-purple-950\/25 {
  border-left-color: rgb(59 7 100 / 0.25);
}
.border-l-purple-950\/30 {
  border-left-color: rgb(59 7 100 / 0.3);
}
.border-l-purple-950\/35 {
  border-left-color: rgb(59 7 100 / 0.35);
}
.border-l-purple-950\/40 {
  border-left-color: rgb(59 7 100 / 0.4);
}
.border-l-purple-950\/45 {
  border-left-color: rgb(59 7 100 / 0.45);
}
.border-l-purple-950\/5 {
  border-left-color: rgb(59 7 100 / 0.05);
}
.border-l-purple-950\/50 {
  border-left-color: rgb(59 7 100 / 0.5);
}
.border-l-purple-950\/55 {
  border-left-color: rgb(59 7 100 / 0.55);
}
.border-l-purple-950\/60 {
  border-left-color: rgb(59 7 100 / 0.6);
}
.border-l-purple-950\/65 {
  border-left-color: rgb(59 7 100 / 0.65);
}
.border-l-purple-950\/70 {
  border-left-color: rgb(59 7 100 / 0.7);
}
.border-l-purple-950\/75 {
  border-left-color: rgb(59 7 100 / 0.75);
}
.border-l-purple-950\/80 {
  border-left-color: rgb(59 7 100 / 0.8);
}
.border-l-purple-950\/85 {
  border-left-color: rgb(59 7 100 / 0.85);
}
.border-l-purple-950\/90 {
  border-left-color: rgb(59 7 100 / 0.9);
}
.border-l-purple-950\/95 {
  border-left-color: rgb(59 7 100 / 0.95);
}
.border-l-red-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-l-red-100\/0 {
  border-left-color: rgb(254 226 226 / 0);
}
.border-l-red-100\/10 {
  border-left-color: rgb(254 226 226 / 0.1);
}
.border-l-red-100\/100 {
  border-left-color: rgb(254 226 226 / 1);
}
.border-l-red-100\/15 {
  border-left-color: rgb(254 226 226 / 0.15);
}
.border-l-red-100\/20 {
  border-left-color: rgb(254 226 226 / 0.2);
}
.border-l-red-100\/25 {
  border-left-color: rgb(254 226 226 / 0.25);
}
.border-l-red-100\/30 {
  border-left-color: rgb(254 226 226 / 0.3);
}
.border-l-red-100\/35 {
  border-left-color: rgb(254 226 226 / 0.35);
}
.border-l-red-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
}
.border-l-red-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45);
}
.border-l-red-100\/5 {
  border-left-color: rgb(254 226 226 / 0.05);
}
.border-l-red-100\/50 {
  border-left-color: rgb(254 226 226 / 0.5);
}
.border-l-red-100\/55 {
  border-left-color: rgb(254 226 226 / 0.55);
}
.border-l-red-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
}
.border-l-red-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65);
}
.border-l-red-100\/70 {
  border-left-color: rgb(254 226 226 / 0.7);
}
.border-l-red-100\/75 {
  border-left-color: rgb(254 226 226 / 0.75);
}
.border-l-red-100\/80 {
  border-left-color: rgb(254 226 226 / 0.8);
}
.border-l-red-100\/85 {
  border-left-color: rgb(254 226 226 / 0.85);
}
.border-l-red-100\/90 {
  border-left-color: rgb(254 226 226 / 0.9);
}
.border-l-red-100\/95 {
  border-left-color: rgb(254 226 226 / 0.95);
}
.border-l-red-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-l-red-200\/0 {
  border-left-color: rgb(254 202 202 / 0);
}
.border-l-red-200\/10 {
  border-left-color: rgb(254 202 202 / 0.1);
}
.border-l-red-200\/100 {
  border-left-color: rgb(254 202 202 / 1);
}
.border-l-red-200\/15 {
  border-left-color: rgb(254 202 202 / 0.15);
}
.border-l-red-200\/20 {
  border-left-color: rgb(254 202 202 / 0.2);
}
.border-l-red-200\/25 {
  border-left-color: rgb(254 202 202 / 0.25);
}
.border-l-red-200\/30 {
  border-left-color: rgb(254 202 202 / 0.3);
}
.border-l-red-200\/35 {
  border-left-color: rgb(254 202 202 / 0.35);
}
.border-l-red-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
}
.border-l-red-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45);
}
.border-l-red-200\/5 {
  border-left-color: rgb(254 202 202 / 0.05);
}
.border-l-red-200\/50 {
  border-left-color: rgb(254 202 202 / 0.5);
}
.border-l-red-200\/55 {
  border-left-color: rgb(254 202 202 / 0.55);
}
.border-l-red-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
}
.border-l-red-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65);
}
.border-l-red-200\/70 {
  border-left-color: rgb(254 202 202 / 0.7);
}
.border-l-red-200\/75 {
  border-left-color: rgb(254 202 202 / 0.75);
}
.border-l-red-200\/80 {
  border-left-color: rgb(254 202 202 / 0.8);
}
.border-l-red-200\/85 {
  border-left-color: rgb(254 202 202 / 0.85);
}
.border-l-red-200\/90 {
  border-left-color: rgb(254 202 202 / 0.9);
}
.border-l-red-200\/95 {
  border-left-color: rgb(254 202 202 / 0.95);
}
.border-l-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-l-red-300\/0 {
  border-left-color: rgb(252 165 165 / 0);
}
.border-l-red-300\/10 {
  border-left-color: rgb(252 165 165 / 0.1);
}
.border-l-red-300\/100 {
  border-left-color: rgb(252 165 165 / 1);
}
.border-l-red-300\/15 {
  border-left-color: rgb(252 165 165 / 0.15);
}
.border-l-red-300\/20 {
  border-left-color: rgb(252 165 165 / 0.2);
}
.border-l-red-300\/25 {
  border-left-color: rgb(252 165 165 / 0.25);
}
.border-l-red-300\/30 {
  border-left-color: rgb(252 165 165 / 0.3);
}
.border-l-red-300\/35 {
  border-left-color: rgb(252 165 165 / 0.35);
}
.border-l-red-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
}
.border-l-red-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45);
}
.border-l-red-300\/5 {
  border-left-color: rgb(252 165 165 / 0.05);
}
.border-l-red-300\/50 {
  border-left-color: rgb(252 165 165 / 0.5);
}
.border-l-red-300\/55 {
  border-left-color: rgb(252 165 165 / 0.55);
}
.border-l-red-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
}
.border-l-red-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65);
}
.border-l-red-300\/70 {
  border-left-color: rgb(252 165 165 / 0.7);
}
.border-l-red-300\/75 {
  border-left-color: rgb(252 165 165 / 0.75);
}
.border-l-red-300\/80 {
  border-left-color: rgb(252 165 165 / 0.8);
}
.border-l-red-300\/85 {
  border-left-color: rgb(252 165 165 / 0.85);
}
.border-l-red-300\/90 {
  border-left-color: rgb(252 165 165 / 0.9);
}
.border-l-red-300\/95 {
  border-left-color: rgb(252 165 165 / 0.95);
}
.border-l-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-l-red-400\/0 {
  border-left-color: rgb(248 113 113 / 0);
}
.border-l-red-400\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
}
.border-l-red-400\/100 {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-red-400\/15 {
  border-left-color: rgb(248 113 113 / 0.15);
}
.border-l-red-400\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
}
.border-l-red-400\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
}
.border-l-red-400\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
}
.border-l-red-400\/35 {
  border-left-color: rgb(248 113 113 / 0.35);
}
.border-l-red-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.border-l-red-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45);
}
.border-l-red-400\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
}
.border-l-red-400\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-red-400\/55 {
  border-left-color: rgb(248 113 113 / 0.55);
}
.border-l-red-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.border-l-red-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65);
}
.border-l-red-400\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
}
.border-l-red-400\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
}
.border-l-red-400\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
}
.border-l-red-400\/85 {
  border-left-color: rgb(248 113 113 / 0.85);
}
.border-l-red-400\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
}
.border-l-red-400\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
}
.border-l-red-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-l-red-50\/0 {
  border-left-color: rgb(254 242 242 / 0);
}
.border-l-red-50\/10 {
  border-left-color: rgb(254 242 242 / 0.1);
}
.border-l-red-50\/100 {
  border-left-color: rgb(254 242 242 / 1);
}
.border-l-red-50\/15 {
  border-left-color: rgb(254 242 242 / 0.15);
}
.border-l-red-50\/20 {
  border-left-color: rgb(254 242 242 / 0.2);
}
.border-l-red-50\/25 {
  border-left-color: rgb(254 242 242 / 0.25);
}
.border-l-red-50\/30 {
  border-left-color: rgb(254 242 242 / 0.3);
}
.border-l-red-50\/35 {
  border-left-color: rgb(254 242 242 / 0.35);
}
.border-l-red-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
}
.border-l-red-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45);
}
.border-l-red-50\/5 {
  border-left-color: rgb(254 242 242 / 0.05);
}
.border-l-red-50\/50 {
  border-left-color: rgb(254 242 242 / 0.5);
}
.border-l-red-50\/55 {
  border-left-color: rgb(254 242 242 / 0.55);
}
.border-l-red-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
}
.border-l-red-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65);
}
.border-l-red-50\/70 {
  border-left-color: rgb(254 242 242 / 0.7);
}
.border-l-red-50\/75 {
  border-left-color: rgb(254 242 242 / 0.75);
}
.border-l-red-50\/80 {
  border-left-color: rgb(254 242 242 / 0.8);
}
.border-l-red-50\/85 {
  border-left-color: rgb(254 242 242 / 0.85);
}
.border-l-red-50\/90 {
  border-left-color: rgb(254 242 242 / 0.9);
}
.border-l-red-50\/95 {
  border-left-color: rgb(254 242 242 / 0.95);
}
.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-l-red-500\/0 {
  border-left-color: rgb(239 68 68 / 0);
}
.border-l-red-500\/10 {
  border-left-color: rgb(239 68 68 / 0.1);
}
.border-l-red-500\/100 {
  border-left-color: rgb(239 68 68 / 1);
}
.border-l-red-500\/15 {
  border-left-color: rgb(239 68 68 / 0.15);
}
.border-l-red-500\/20 {
  border-left-color: rgb(239 68 68 / 0.2);
}
.border-l-red-500\/25 {
  border-left-color: rgb(239 68 68 / 0.25);
}
.border-l-red-500\/30 {
  border-left-color: rgb(239 68 68 / 0.3);
}
.border-l-red-500\/35 {
  border-left-color: rgb(239 68 68 / 0.35);
}
.border-l-red-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
}
.border-l-red-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45);
}
.border-l-red-500\/5 {
  border-left-color: rgb(239 68 68 / 0.05);
}
.border-l-red-500\/50 {
  border-left-color: rgb(239 68 68 / 0.5);
}
.border-l-red-500\/55 {
  border-left-color: rgb(239 68 68 / 0.55);
}
.border-l-red-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
}
.border-l-red-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65);
}
.border-l-red-500\/70 {
  border-left-color: rgb(239 68 68 / 0.7);
}
.border-l-red-500\/75 {
  border-left-color: rgb(239 68 68 / 0.75);
}
.border-l-red-500\/80 {
  border-left-color: rgb(239 68 68 / 0.8);
}
.border-l-red-500\/85 {
  border-left-color: rgb(239 68 68 / 0.85);
}
.border-l-red-500\/90 {
  border-left-color: rgb(239 68 68 / 0.9);
}
.border-l-red-500\/95 {
  border-left-color: rgb(239 68 68 / 0.95);
}
.border-l-red-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-l-red-600\/0 {
  border-left-color: rgb(220 38 38 / 0);
}
.border-l-red-600\/10 {
  border-left-color: rgb(220 38 38 / 0.1);
}
.border-l-red-600\/100 {
  border-left-color: rgb(220 38 38 / 1);
}
.border-l-red-600\/15 {
  border-left-color: rgb(220 38 38 / 0.15);
}
.border-l-red-600\/20 {
  border-left-color: rgb(220 38 38 / 0.2);
}
.border-l-red-600\/25 {
  border-left-color: rgb(220 38 38 / 0.25);
}
.border-l-red-600\/30 {
  border-left-color: rgb(220 38 38 / 0.3);
}
.border-l-red-600\/35 {
  border-left-color: rgb(220 38 38 / 0.35);
}
.border-l-red-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
}
.border-l-red-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45);
}
.border-l-red-600\/5 {
  border-left-color: rgb(220 38 38 / 0.05);
}
.border-l-red-600\/50 {
  border-left-color: rgb(220 38 38 / 0.5);
}
.border-l-red-600\/55 {
  border-left-color: rgb(220 38 38 / 0.55);
}
.border-l-red-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
}
.border-l-red-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65);
}
.border-l-red-600\/70 {
  border-left-color: rgb(220 38 38 / 0.7);
}
.border-l-red-600\/75 {
  border-left-color: rgb(220 38 38 / 0.75);
}
.border-l-red-600\/80 {
  border-left-color: rgb(220 38 38 / 0.8);
}
.border-l-red-600\/85 {
  border-left-color: rgb(220 38 38 / 0.85);
}
.border-l-red-600\/90 {
  border-left-color: rgb(220 38 38 / 0.9);
}
.border-l-red-600\/95 {
  border-left-color: rgb(220 38 38 / 0.95);
}
.border-l-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-l-red-700\/0 {
  border-left-color: rgb(185 28 28 / 0);
}
.border-l-red-700\/10 {
  border-left-color: rgb(185 28 28 / 0.1);
}
.border-l-red-700\/100 {
  border-left-color: rgb(185 28 28 / 1);
}
.border-l-red-700\/15 {
  border-left-color: rgb(185 28 28 / 0.15);
}
.border-l-red-700\/20 {
  border-left-color: rgb(185 28 28 / 0.2);
}
.border-l-red-700\/25 {
  border-left-color: rgb(185 28 28 / 0.25);
}
.border-l-red-700\/30 {
  border-left-color: rgb(185 28 28 / 0.3);
}
.border-l-red-700\/35 {
  border-left-color: rgb(185 28 28 / 0.35);
}
.border-l-red-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
}
.border-l-red-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45);
}
.border-l-red-700\/5 {
  border-left-color: rgb(185 28 28 / 0.05);
}
.border-l-red-700\/50 {
  border-left-color: rgb(185 28 28 / 0.5);
}
.border-l-red-700\/55 {
  border-left-color: rgb(185 28 28 / 0.55);
}
.border-l-red-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
}
.border-l-red-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65);
}
.border-l-red-700\/70 {
  border-left-color: rgb(185 28 28 / 0.7);
}
.border-l-red-700\/75 {
  border-left-color: rgb(185 28 28 / 0.75);
}
.border-l-red-700\/80 {
  border-left-color: rgb(185 28 28 / 0.8);
}
.border-l-red-700\/85 {
  border-left-color: rgb(185 28 28 / 0.85);
}
.border-l-red-700\/90 {
  border-left-color: rgb(185 28 28 / 0.9);
}
.border-l-red-700\/95 {
  border-left-color: rgb(185 28 28 / 0.95);
}
.border-l-red-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-l-red-800\/0 {
  border-left-color: rgb(153 27 27 / 0);
}
.border-l-red-800\/10 {
  border-left-color: rgb(153 27 27 / 0.1);
}
.border-l-red-800\/100 {
  border-left-color: rgb(153 27 27 / 1);
}
.border-l-red-800\/15 {
  border-left-color: rgb(153 27 27 / 0.15);
}
.border-l-red-800\/20 {
  border-left-color: rgb(153 27 27 / 0.2);
}
.border-l-red-800\/25 {
  border-left-color: rgb(153 27 27 / 0.25);
}
.border-l-red-800\/30 {
  border-left-color: rgb(153 27 27 / 0.3);
}
.border-l-red-800\/35 {
  border-left-color: rgb(153 27 27 / 0.35);
}
.border-l-red-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
}
.border-l-red-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45);
}
.border-l-red-800\/5 {
  border-left-color: rgb(153 27 27 / 0.05);
}
.border-l-red-800\/50 {
  border-left-color: rgb(153 27 27 / 0.5);
}
.border-l-red-800\/55 {
  border-left-color: rgb(153 27 27 / 0.55);
}
.border-l-red-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
}
.border-l-red-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65);
}
.border-l-red-800\/70 {
  border-left-color: rgb(153 27 27 / 0.7);
}
.border-l-red-800\/75 {
  border-left-color: rgb(153 27 27 / 0.75);
}
.border-l-red-800\/80 {
  border-left-color: rgb(153 27 27 / 0.8);
}
.border-l-red-800\/85 {
  border-left-color: rgb(153 27 27 / 0.85);
}
.border-l-red-800\/90 {
  border-left-color: rgb(153 27 27 / 0.9);
}
.border-l-red-800\/95 {
  border-left-color: rgb(153 27 27 / 0.95);
}
.border-l-red-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-l-red-900\/0 {
  border-left-color: rgb(127 29 29 / 0);
}
.border-l-red-900\/10 {
  border-left-color: rgb(127 29 29 / 0.1);
}
.border-l-red-900\/100 {
  border-left-color: rgb(127 29 29 / 1);
}
.border-l-red-900\/15 {
  border-left-color: rgb(127 29 29 / 0.15);
}
.border-l-red-900\/20 {
  border-left-color: rgb(127 29 29 / 0.2);
}
.border-l-red-900\/25 {
  border-left-color: rgb(127 29 29 / 0.25);
}
.border-l-red-900\/30 {
  border-left-color: rgb(127 29 29 / 0.3);
}
.border-l-red-900\/35 {
  border-left-color: rgb(127 29 29 / 0.35);
}
.border-l-red-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
}
.border-l-red-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45);
}
.border-l-red-900\/5 {
  border-left-color: rgb(127 29 29 / 0.05);
}
.border-l-red-900\/50 {
  border-left-color: rgb(127 29 29 / 0.5);
}
.border-l-red-900\/55 {
  border-left-color: rgb(127 29 29 / 0.55);
}
.border-l-red-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
}
.border-l-red-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65);
}
.border-l-red-900\/70 {
  border-left-color: rgb(127 29 29 / 0.7);
}
.border-l-red-900\/75 {
  border-left-color: rgb(127 29 29 / 0.75);
}
.border-l-red-900\/80 {
  border-left-color: rgb(127 29 29 / 0.8);
}
.border-l-red-900\/85 {
  border-left-color: rgb(127 29 29 / 0.85);
}
.border-l-red-900\/90 {
  border-left-color: rgb(127 29 29 / 0.9);
}
.border-l-red-900\/95 {
  border-left-color: rgb(127 29 29 / 0.95);
}
.border-l-red-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-l-red-950\/0 {
  border-left-color: rgb(69 10 10 / 0);
}
.border-l-red-950\/10 {
  border-left-color: rgb(69 10 10 / 0.1);
}
.border-l-red-950\/100 {
  border-left-color: rgb(69 10 10 / 1);
}
.border-l-red-950\/15 {
  border-left-color: rgb(69 10 10 / 0.15);
}
.border-l-red-950\/20 {
  border-left-color: rgb(69 10 10 / 0.2);
}
.border-l-red-950\/25 {
  border-left-color: rgb(69 10 10 / 0.25);
}
.border-l-red-950\/30 {
  border-left-color: rgb(69 10 10 / 0.3);
}
.border-l-red-950\/35 {
  border-left-color: rgb(69 10 10 / 0.35);
}
.border-l-red-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
}
.border-l-red-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45);
}
.border-l-red-950\/5 {
  border-left-color: rgb(69 10 10 / 0.05);
}
.border-l-red-950\/50 {
  border-left-color: rgb(69 10 10 / 0.5);
}
.border-l-red-950\/55 {
  border-left-color: rgb(69 10 10 / 0.55);
}
.border-l-red-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
}
.border-l-red-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65);
}
.border-l-red-950\/70 {
  border-left-color: rgb(69 10 10 / 0.7);
}
.border-l-red-950\/75 {
  border-left-color: rgb(69 10 10 / 0.75);
}
.border-l-red-950\/80 {
  border-left-color: rgb(69 10 10 / 0.8);
}
.border-l-red-950\/85 {
  border-left-color: rgb(69 10 10 / 0.85);
}
.border-l-red-950\/90 {
  border-left-color: rgb(69 10 10 / 0.9);
}
.border-l-red-950\/95 {
  border-left-color: rgb(69 10 10 / 0.95);
}
.border-l-rose-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-l-rose-100\/0 {
  border-left-color: rgb(255 228 230 / 0);
}
.border-l-rose-100\/10 {
  border-left-color: rgb(255 228 230 / 0.1);
}
.border-l-rose-100\/100 {
  border-left-color: rgb(255 228 230 / 1);
}
.border-l-rose-100\/15 {
  border-left-color: rgb(255 228 230 / 0.15);
}
.border-l-rose-100\/20 {
  border-left-color: rgb(255 228 230 / 0.2);
}
.border-l-rose-100\/25 {
  border-left-color: rgb(255 228 230 / 0.25);
}
.border-l-rose-100\/30 {
  border-left-color: rgb(255 228 230 / 0.3);
}
.border-l-rose-100\/35 {
  border-left-color: rgb(255 228 230 / 0.35);
}
.border-l-rose-100\/40 {
  border-left-color: rgb(255 228 230 / 0.4);
}
.border-l-rose-100\/45 {
  border-left-color: rgb(255 228 230 / 0.45);
}
.border-l-rose-100\/5 {
  border-left-color: rgb(255 228 230 / 0.05);
}
.border-l-rose-100\/50 {
  border-left-color: rgb(255 228 230 / 0.5);
}
.border-l-rose-100\/55 {
  border-left-color: rgb(255 228 230 / 0.55);
}
.border-l-rose-100\/60 {
  border-left-color: rgb(255 228 230 / 0.6);
}
.border-l-rose-100\/65 {
  border-left-color: rgb(255 228 230 / 0.65);
}
.border-l-rose-100\/70 {
  border-left-color: rgb(255 228 230 / 0.7);
}
.border-l-rose-100\/75 {
  border-left-color: rgb(255 228 230 / 0.75);
}
.border-l-rose-100\/80 {
  border-left-color: rgb(255 228 230 / 0.8);
}
.border-l-rose-100\/85 {
  border-left-color: rgb(255 228 230 / 0.85);
}
.border-l-rose-100\/90 {
  border-left-color: rgb(255 228 230 / 0.9);
}
.border-l-rose-100\/95 {
  border-left-color: rgb(255 228 230 / 0.95);
}
.border-l-rose-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-l-rose-200\/0 {
  border-left-color: rgb(254 205 211 / 0);
}
.border-l-rose-200\/10 {
  border-left-color: rgb(254 205 211 / 0.1);
}
.border-l-rose-200\/100 {
  border-left-color: rgb(254 205 211 / 1);
}
.border-l-rose-200\/15 {
  border-left-color: rgb(254 205 211 / 0.15);
}
.border-l-rose-200\/20 {
  border-left-color: rgb(254 205 211 / 0.2);
}
.border-l-rose-200\/25 {
  border-left-color: rgb(254 205 211 / 0.25);
}
.border-l-rose-200\/30 {
  border-left-color: rgb(254 205 211 / 0.3);
}
.border-l-rose-200\/35 {
  border-left-color: rgb(254 205 211 / 0.35);
}
.border-l-rose-200\/40 {
  border-left-color: rgb(254 205 211 / 0.4);
}
.border-l-rose-200\/45 {
  border-left-color: rgb(254 205 211 / 0.45);
}
.border-l-rose-200\/5 {
  border-left-color: rgb(254 205 211 / 0.05);
}
.border-l-rose-200\/50 {
  border-left-color: rgb(254 205 211 / 0.5);
}
.border-l-rose-200\/55 {
  border-left-color: rgb(254 205 211 / 0.55);
}
.border-l-rose-200\/60 {
  border-left-color: rgb(254 205 211 / 0.6);
}
.border-l-rose-200\/65 {
  border-left-color: rgb(254 205 211 / 0.65);
}
.border-l-rose-200\/70 {
  border-left-color: rgb(254 205 211 / 0.7);
}
.border-l-rose-200\/75 {
  border-left-color: rgb(254 205 211 / 0.75);
}
.border-l-rose-200\/80 {
  border-left-color: rgb(254 205 211 / 0.8);
}
.border-l-rose-200\/85 {
  border-left-color: rgb(254 205 211 / 0.85);
}
.border-l-rose-200\/90 {
  border-left-color: rgb(254 205 211 / 0.9);
}
.border-l-rose-200\/95 {
  border-left-color: rgb(254 205 211 / 0.95);
}
.border-l-rose-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-l-rose-300\/0 {
  border-left-color: rgb(253 164 175 / 0);
}
.border-l-rose-300\/10 {
  border-left-color: rgb(253 164 175 / 0.1);
}
.border-l-rose-300\/100 {
  border-left-color: rgb(253 164 175 / 1);
}
.border-l-rose-300\/15 {
  border-left-color: rgb(253 164 175 / 0.15);
}
.border-l-rose-300\/20 {
  border-left-color: rgb(253 164 175 / 0.2);
}
.border-l-rose-300\/25 {
  border-left-color: rgb(253 164 175 / 0.25);
}
.border-l-rose-300\/30 {
  border-left-color: rgb(253 164 175 / 0.3);
}
.border-l-rose-300\/35 {
  border-left-color: rgb(253 164 175 / 0.35);
}
.border-l-rose-300\/40 {
  border-left-color: rgb(253 164 175 / 0.4);
}
.border-l-rose-300\/45 {
  border-left-color: rgb(253 164 175 / 0.45);
}
.border-l-rose-300\/5 {
  border-left-color: rgb(253 164 175 / 0.05);
}
.border-l-rose-300\/50 {
  border-left-color: rgb(253 164 175 / 0.5);
}
.border-l-rose-300\/55 {
  border-left-color: rgb(253 164 175 / 0.55);
}
.border-l-rose-300\/60 {
  border-left-color: rgb(253 164 175 / 0.6);
}
.border-l-rose-300\/65 {
  border-left-color: rgb(253 164 175 / 0.65);
}
.border-l-rose-300\/70 {
  border-left-color: rgb(253 164 175 / 0.7);
}
.border-l-rose-300\/75 {
  border-left-color: rgb(253 164 175 / 0.75);
}
.border-l-rose-300\/80 {
  border-left-color: rgb(253 164 175 / 0.8);
}
.border-l-rose-300\/85 {
  border-left-color: rgb(253 164 175 / 0.85);
}
.border-l-rose-300\/90 {
  border-left-color: rgb(253 164 175 / 0.9);
}
.border-l-rose-300\/95 {
  border-left-color: rgb(253 164 175 / 0.95);
}
.border-l-rose-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-l-rose-400\/0 {
  border-left-color: rgb(251 113 133 / 0);
}
.border-l-rose-400\/10 {
  border-left-color: rgb(251 113 133 / 0.1);
}
.border-l-rose-400\/100 {
  border-left-color: rgb(251 113 133 / 1);
}
.border-l-rose-400\/15 {
  border-left-color: rgb(251 113 133 / 0.15);
}
.border-l-rose-400\/20 {
  border-left-color: rgb(251 113 133 / 0.2);
}
.border-l-rose-400\/25 {
  border-left-color: rgb(251 113 133 / 0.25);
}
.border-l-rose-400\/30 {
  border-left-color: rgb(251 113 133 / 0.3);
}
.border-l-rose-400\/35 {
  border-left-color: rgb(251 113 133 / 0.35);
}
.border-l-rose-400\/40 {
  border-left-color: rgb(251 113 133 / 0.4);
}
.border-l-rose-400\/45 {
  border-left-color: rgb(251 113 133 / 0.45);
}
.border-l-rose-400\/5 {
  border-left-color: rgb(251 113 133 / 0.05);
}
.border-l-rose-400\/50 {
  border-left-color: rgb(251 113 133 / 0.5);
}
.border-l-rose-400\/55 {
  border-left-color: rgb(251 113 133 / 0.55);
}
.border-l-rose-400\/60 {
  border-left-color: rgb(251 113 133 / 0.6);
}
.border-l-rose-400\/65 {
  border-left-color: rgb(251 113 133 / 0.65);
}
.border-l-rose-400\/70 {
  border-left-color: rgb(251 113 133 / 0.7);
}
.border-l-rose-400\/75 {
  border-left-color: rgb(251 113 133 / 0.75);
}
.border-l-rose-400\/80 {
  border-left-color: rgb(251 113 133 / 0.8);
}
.border-l-rose-400\/85 {
  border-left-color: rgb(251 113 133 / 0.85);
}
.border-l-rose-400\/90 {
  border-left-color: rgb(251 113 133 / 0.9);
}
.border-l-rose-400\/95 {
  border-left-color: rgb(251 113 133 / 0.95);
}
.border-l-rose-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-l-rose-50\/0 {
  border-left-color: rgb(255 241 242 / 0);
}
.border-l-rose-50\/10 {
  border-left-color: rgb(255 241 242 / 0.1);
}
.border-l-rose-50\/100 {
  border-left-color: rgb(255 241 242 / 1);
}
.border-l-rose-50\/15 {
  border-left-color: rgb(255 241 242 / 0.15);
}
.border-l-rose-50\/20 {
  border-left-color: rgb(255 241 242 / 0.2);
}
.border-l-rose-50\/25 {
  border-left-color: rgb(255 241 242 / 0.25);
}
.border-l-rose-50\/30 {
  border-left-color: rgb(255 241 242 / 0.3);
}
.border-l-rose-50\/35 {
  border-left-color: rgb(255 241 242 / 0.35);
}
.border-l-rose-50\/40 {
  border-left-color: rgb(255 241 242 / 0.4);
}
.border-l-rose-50\/45 {
  border-left-color: rgb(255 241 242 / 0.45);
}
.border-l-rose-50\/5 {
  border-left-color: rgb(255 241 242 / 0.05);
}
.border-l-rose-50\/50 {
  border-left-color: rgb(255 241 242 / 0.5);
}
.border-l-rose-50\/55 {
  border-left-color: rgb(255 241 242 / 0.55);
}
.border-l-rose-50\/60 {
  border-left-color: rgb(255 241 242 / 0.6);
}
.border-l-rose-50\/65 {
  border-left-color: rgb(255 241 242 / 0.65);
}
.border-l-rose-50\/70 {
  border-left-color: rgb(255 241 242 / 0.7);
}
.border-l-rose-50\/75 {
  border-left-color: rgb(255 241 242 / 0.75);
}
.border-l-rose-50\/80 {
  border-left-color: rgb(255 241 242 / 0.8);
}
.border-l-rose-50\/85 {
  border-left-color: rgb(255 241 242 / 0.85);
}
.border-l-rose-50\/90 {
  border-left-color: rgb(255 241 242 / 0.9);
}
.border-l-rose-50\/95 {
  border-left-color: rgb(255 241 242 / 0.95);
}
.border-l-rose-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-l-rose-500\/0 {
  border-left-color: rgb(244 63 94 / 0);
}
.border-l-rose-500\/10 {
  border-left-color: rgb(244 63 94 / 0.1);
}
.border-l-rose-500\/100 {
  border-left-color: rgb(244 63 94 / 1);
}
.border-l-rose-500\/15 {
  border-left-color: rgb(244 63 94 / 0.15);
}
.border-l-rose-500\/20 {
  border-left-color: rgb(244 63 94 / 0.2);
}
.border-l-rose-500\/25 {
  border-left-color: rgb(244 63 94 / 0.25);
}
.border-l-rose-500\/30 {
  border-left-color: rgb(244 63 94 / 0.3);
}
.border-l-rose-500\/35 {
  border-left-color: rgb(244 63 94 / 0.35);
}
.border-l-rose-500\/40 {
  border-left-color: rgb(244 63 94 / 0.4);
}
.border-l-rose-500\/45 {
  border-left-color: rgb(244 63 94 / 0.45);
}
.border-l-rose-500\/5 {
  border-left-color: rgb(244 63 94 / 0.05);
}
.border-l-rose-500\/50 {
  border-left-color: rgb(244 63 94 / 0.5);
}
.border-l-rose-500\/55 {
  border-left-color: rgb(244 63 94 / 0.55);
}
.border-l-rose-500\/60 {
  border-left-color: rgb(244 63 94 / 0.6);
}
.border-l-rose-500\/65 {
  border-left-color: rgb(244 63 94 / 0.65);
}
.border-l-rose-500\/70 {
  border-left-color: rgb(244 63 94 / 0.7);
}
.border-l-rose-500\/75 {
  border-left-color: rgb(244 63 94 / 0.75);
}
.border-l-rose-500\/80 {
  border-left-color: rgb(244 63 94 / 0.8);
}
.border-l-rose-500\/85 {
  border-left-color: rgb(244 63 94 / 0.85);
}
.border-l-rose-500\/90 {
  border-left-color: rgb(244 63 94 / 0.9);
}
.border-l-rose-500\/95 {
  border-left-color: rgb(244 63 94 / 0.95);
}
.border-l-rose-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-l-rose-600\/0 {
  border-left-color: rgb(225 29 72 / 0);
}
.border-l-rose-600\/10 {
  border-left-color: rgb(225 29 72 / 0.1);
}
.border-l-rose-600\/100 {
  border-left-color: rgb(225 29 72 / 1);
}
.border-l-rose-600\/15 {
  border-left-color: rgb(225 29 72 / 0.15);
}
.border-l-rose-600\/20 {
  border-left-color: rgb(225 29 72 / 0.2);
}
.border-l-rose-600\/25 {
  border-left-color: rgb(225 29 72 / 0.25);
}
.border-l-rose-600\/30 {
  border-left-color: rgb(225 29 72 / 0.3);
}
.border-l-rose-600\/35 {
  border-left-color: rgb(225 29 72 / 0.35);
}
.border-l-rose-600\/40 {
  border-left-color: rgb(225 29 72 / 0.4);
}
.border-l-rose-600\/45 {
  border-left-color: rgb(225 29 72 / 0.45);
}
.border-l-rose-600\/5 {
  border-left-color: rgb(225 29 72 / 0.05);
}
.border-l-rose-600\/50 {
  border-left-color: rgb(225 29 72 / 0.5);
}
.border-l-rose-600\/55 {
  border-left-color: rgb(225 29 72 / 0.55);
}
.border-l-rose-600\/60 {
  border-left-color: rgb(225 29 72 / 0.6);
}
.border-l-rose-600\/65 {
  border-left-color: rgb(225 29 72 / 0.65);
}
.border-l-rose-600\/70 {
  border-left-color: rgb(225 29 72 / 0.7);
}
.border-l-rose-600\/75 {
  border-left-color: rgb(225 29 72 / 0.75);
}
.border-l-rose-600\/80 {
  border-left-color: rgb(225 29 72 / 0.8);
}
.border-l-rose-600\/85 {
  border-left-color: rgb(225 29 72 / 0.85);
}
.border-l-rose-600\/90 {
  border-left-color: rgb(225 29 72 / 0.9);
}
.border-l-rose-600\/95 {
  border-left-color: rgb(225 29 72 / 0.95);
}
.border-l-rose-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-l-rose-700\/0 {
  border-left-color: rgb(190 18 60 / 0);
}
.border-l-rose-700\/10 {
  border-left-color: rgb(190 18 60 / 0.1);
}
.border-l-rose-700\/100 {
  border-left-color: rgb(190 18 60 / 1);
}
.border-l-rose-700\/15 {
  border-left-color: rgb(190 18 60 / 0.15);
}
.border-l-rose-700\/20 {
  border-left-color: rgb(190 18 60 / 0.2);
}
.border-l-rose-700\/25 {
  border-left-color: rgb(190 18 60 / 0.25);
}
.border-l-rose-700\/30 {
  border-left-color: rgb(190 18 60 / 0.3);
}
.border-l-rose-700\/35 {
  border-left-color: rgb(190 18 60 / 0.35);
}
.border-l-rose-700\/40 {
  border-left-color: rgb(190 18 60 / 0.4);
}
.border-l-rose-700\/45 {
  border-left-color: rgb(190 18 60 / 0.45);
}
.border-l-rose-700\/5 {
  border-left-color: rgb(190 18 60 / 0.05);
}
.border-l-rose-700\/50 {
  border-left-color: rgb(190 18 60 / 0.5);
}
.border-l-rose-700\/55 {
  border-left-color: rgb(190 18 60 / 0.55);
}
.border-l-rose-700\/60 {
  border-left-color: rgb(190 18 60 / 0.6);
}
.border-l-rose-700\/65 {
  border-left-color: rgb(190 18 60 / 0.65);
}
.border-l-rose-700\/70 {
  border-left-color: rgb(190 18 60 / 0.7);
}
.border-l-rose-700\/75 {
  border-left-color: rgb(190 18 60 / 0.75);
}
.border-l-rose-700\/80 {
  border-left-color: rgb(190 18 60 / 0.8);
}
.border-l-rose-700\/85 {
  border-left-color: rgb(190 18 60 / 0.85);
}
.border-l-rose-700\/90 {
  border-left-color: rgb(190 18 60 / 0.9);
}
.border-l-rose-700\/95 {
  border-left-color: rgb(190 18 60 / 0.95);
}
.border-l-rose-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-l-rose-800\/0 {
  border-left-color: rgb(159 18 57 / 0);
}
.border-l-rose-800\/10 {
  border-left-color: rgb(159 18 57 / 0.1);
}
.border-l-rose-800\/100 {
  border-left-color: rgb(159 18 57 / 1);
}
.border-l-rose-800\/15 {
  border-left-color: rgb(159 18 57 / 0.15);
}
.border-l-rose-800\/20 {
  border-left-color: rgb(159 18 57 / 0.2);
}
.border-l-rose-800\/25 {
  border-left-color: rgb(159 18 57 / 0.25);
}
.border-l-rose-800\/30 {
  border-left-color: rgb(159 18 57 / 0.3);
}
.border-l-rose-800\/35 {
  border-left-color: rgb(159 18 57 / 0.35);
}
.border-l-rose-800\/40 {
  border-left-color: rgb(159 18 57 / 0.4);
}
.border-l-rose-800\/45 {
  border-left-color: rgb(159 18 57 / 0.45);
}
.border-l-rose-800\/5 {
  border-left-color: rgb(159 18 57 / 0.05);
}
.border-l-rose-800\/50 {
  border-left-color: rgb(159 18 57 / 0.5);
}
.border-l-rose-800\/55 {
  border-left-color: rgb(159 18 57 / 0.55);
}
.border-l-rose-800\/60 {
  border-left-color: rgb(159 18 57 / 0.6);
}
.border-l-rose-800\/65 {
  border-left-color: rgb(159 18 57 / 0.65);
}
.border-l-rose-800\/70 {
  border-left-color: rgb(159 18 57 / 0.7);
}
.border-l-rose-800\/75 {
  border-left-color: rgb(159 18 57 / 0.75);
}
.border-l-rose-800\/80 {
  border-left-color: rgb(159 18 57 / 0.8);
}
.border-l-rose-800\/85 {
  border-left-color: rgb(159 18 57 / 0.85);
}
.border-l-rose-800\/90 {
  border-left-color: rgb(159 18 57 / 0.9);
}
.border-l-rose-800\/95 {
  border-left-color: rgb(159 18 57 / 0.95);
}
.border-l-rose-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-l-rose-900\/0 {
  border-left-color: rgb(136 19 55 / 0);
}
.border-l-rose-900\/10 {
  border-left-color: rgb(136 19 55 / 0.1);
}
.border-l-rose-900\/100 {
  border-left-color: rgb(136 19 55 / 1);
}
.border-l-rose-900\/15 {
  border-left-color: rgb(136 19 55 / 0.15);
}
.border-l-rose-900\/20 {
  border-left-color: rgb(136 19 55 / 0.2);
}
.border-l-rose-900\/25 {
  border-left-color: rgb(136 19 55 / 0.25);
}
.border-l-rose-900\/30 {
  border-left-color: rgb(136 19 55 / 0.3);
}
.border-l-rose-900\/35 {
  border-left-color: rgb(136 19 55 / 0.35);
}
.border-l-rose-900\/40 {
  border-left-color: rgb(136 19 55 / 0.4);
}
.border-l-rose-900\/45 {
  border-left-color: rgb(136 19 55 / 0.45);
}
.border-l-rose-900\/5 {
  border-left-color: rgb(136 19 55 / 0.05);
}
.border-l-rose-900\/50 {
  border-left-color: rgb(136 19 55 / 0.5);
}
.border-l-rose-900\/55 {
  border-left-color: rgb(136 19 55 / 0.55);
}
.border-l-rose-900\/60 {
  border-left-color: rgb(136 19 55 / 0.6);
}
.border-l-rose-900\/65 {
  border-left-color: rgb(136 19 55 / 0.65);
}
.border-l-rose-900\/70 {
  border-left-color: rgb(136 19 55 / 0.7);
}
.border-l-rose-900\/75 {
  border-left-color: rgb(136 19 55 / 0.75);
}
.border-l-rose-900\/80 {
  border-left-color: rgb(136 19 55 / 0.8);
}
.border-l-rose-900\/85 {
  border-left-color: rgb(136 19 55 / 0.85);
}
.border-l-rose-900\/90 {
  border-left-color: rgb(136 19 55 / 0.9);
}
.border-l-rose-900\/95 {
  border-left-color: rgb(136 19 55 / 0.95);
}
.border-l-rose-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-l-rose-950\/0 {
  border-left-color: rgb(76 5 25 / 0);
}
.border-l-rose-950\/10 {
  border-left-color: rgb(76 5 25 / 0.1);
}
.border-l-rose-950\/100 {
  border-left-color: rgb(76 5 25 / 1);
}
.border-l-rose-950\/15 {
  border-left-color: rgb(76 5 25 / 0.15);
}
.border-l-rose-950\/20 {
  border-left-color: rgb(76 5 25 / 0.2);
}
.border-l-rose-950\/25 {
  border-left-color: rgb(76 5 25 / 0.25);
}
.border-l-rose-950\/30 {
  border-left-color: rgb(76 5 25 / 0.3);
}
.border-l-rose-950\/35 {
  border-left-color: rgb(76 5 25 / 0.35);
}
.border-l-rose-950\/40 {
  border-left-color: rgb(76 5 25 / 0.4);
}
.border-l-rose-950\/45 {
  border-left-color: rgb(76 5 25 / 0.45);
}
.border-l-rose-950\/5 {
  border-left-color: rgb(76 5 25 / 0.05);
}
.border-l-rose-950\/50 {
  border-left-color: rgb(76 5 25 / 0.5);
}
.border-l-rose-950\/55 {
  border-left-color: rgb(76 5 25 / 0.55);
}
.border-l-rose-950\/60 {
  border-left-color: rgb(76 5 25 / 0.6);
}
.border-l-rose-950\/65 {
  border-left-color: rgb(76 5 25 / 0.65);
}
.border-l-rose-950\/70 {
  border-left-color: rgb(76 5 25 / 0.7);
}
.border-l-rose-950\/75 {
  border-left-color: rgb(76 5 25 / 0.75);
}
.border-l-rose-950\/80 {
  border-left-color: rgb(76 5 25 / 0.8);
}
.border-l-rose-950\/85 {
  border-left-color: rgb(76 5 25 / 0.85);
}
.border-l-rose-950\/90 {
  border-left-color: rgb(76 5 25 / 0.9);
}
.border-l-rose-950\/95 {
  border-left-color: rgb(76 5 25 / 0.95);
}
.border-l-sky-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-l-sky-100\/0 {
  border-left-color: rgb(224 242 254 / 0);
}
.border-l-sky-100\/10 {
  border-left-color: rgb(224 242 254 / 0.1);
}
.border-l-sky-100\/100 {
  border-left-color: rgb(224 242 254 / 1);
}
.border-l-sky-100\/15 {
  border-left-color: rgb(224 242 254 / 0.15);
}
.border-l-sky-100\/20 {
  border-left-color: rgb(224 242 254 / 0.2);
}
.border-l-sky-100\/25 {
  border-left-color: rgb(224 242 254 / 0.25);
}
.border-l-sky-100\/30 {
  border-left-color: rgb(224 242 254 / 0.3);
}
.border-l-sky-100\/35 {
  border-left-color: rgb(224 242 254 / 0.35);
}
.border-l-sky-100\/40 {
  border-left-color: rgb(224 242 254 / 0.4);
}
.border-l-sky-100\/45 {
  border-left-color: rgb(224 242 254 / 0.45);
}
.border-l-sky-100\/5 {
  border-left-color: rgb(224 242 254 / 0.05);
}
.border-l-sky-100\/50 {
  border-left-color: rgb(224 242 254 / 0.5);
}
.border-l-sky-100\/55 {
  border-left-color: rgb(224 242 254 / 0.55);
}
.border-l-sky-100\/60 {
  border-left-color: rgb(224 242 254 / 0.6);
}
.border-l-sky-100\/65 {
  border-left-color: rgb(224 242 254 / 0.65);
}
.border-l-sky-100\/70 {
  border-left-color: rgb(224 242 254 / 0.7);
}
.border-l-sky-100\/75 {
  border-left-color: rgb(224 242 254 / 0.75);
}
.border-l-sky-100\/80 {
  border-left-color: rgb(224 242 254 / 0.8);
}
.border-l-sky-100\/85 {
  border-left-color: rgb(224 242 254 / 0.85);
}
.border-l-sky-100\/90 {
  border-left-color: rgb(224 242 254 / 0.9);
}
.border-l-sky-100\/95 {
  border-left-color: rgb(224 242 254 / 0.95);
}
.border-l-sky-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-l-sky-200\/0 {
  border-left-color: rgb(186 230 253 / 0);
}
.border-l-sky-200\/10 {
  border-left-color: rgb(186 230 253 / 0.1);
}
.border-l-sky-200\/100 {
  border-left-color: rgb(186 230 253 / 1);
}
.border-l-sky-200\/15 {
  border-left-color: rgb(186 230 253 / 0.15);
}
.border-l-sky-200\/20 {
  border-left-color: rgb(186 230 253 / 0.2);
}
.border-l-sky-200\/25 {
  border-left-color: rgb(186 230 253 / 0.25);
}
.border-l-sky-200\/30 {
  border-left-color: rgb(186 230 253 / 0.3);
}
.border-l-sky-200\/35 {
  border-left-color: rgb(186 230 253 / 0.35);
}
.border-l-sky-200\/40 {
  border-left-color: rgb(186 230 253 / 0.4);
}
.border-l-sky-200\/45 {
  border-left-color: rgb(186 230 253 / 0.45);
}
.border-l-sky-200\/5 {
  border-left-color: rgb(186 230 253 / 0.05);
}
.border-l-sky-200\/50 {
  border-left-color: rgb(186 230 253 / 0.5);
}
.border-l-sky-200\/55 {
  border-left-color: rgb(186 230 253 / 0.55);
}
.border-l-sky-200\/60 {
  border-left-color: rgb(186 230 253 / 0.6);
}
.border-l-sky-200\/65 {
  border-left-color: rgb(186 230 253 / 0.65);
}
.border-l-sky-200\/70 {
  border-left-color: rgb(186 230 253 / 0.7);
}
.border-l-sky-200\/75 {
  border-left-color: rgb(186 230 253 / 0.75);
}
.border-l-sky-200\/80 {
  border-left-color: rgb(186 230 253 / 0.8);
}
.border-l-sky-200\/85 {
  border-left-color: rgb(186 230 253 / 0.85);
}
.border-l-sky-200\/90 {
  border-left-color: rgb(186 230 253 / 0.9);
}
.border-l-sky-200\/95 {
  border-left-color: rgb(186 230 253 / 0.95);
}
.border-l-sky-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-l-sky-300\/0 {
  border-left-color: rgb(125 211 252 / 0);
}
.border-l-sky-300\/10 {
  border-left-color: rgb(125 211 252 / 0.1);
}
.border-l-sky-300\/100 {
  border-left-color: rgb(125 211 252 / 1);
}
.border-l-sky-300\/15 {
  border-left-color: rgb(125 211 252 / 0.15);
}
.border-l-sky-300\/20 {
  border-left-color: rgb(125 211 252 / 0.2);
}
.border-l-sky-300\/25 {
  border-left-color: rgb(125 211 252 / 0.25);
}
.border-l-sky-300\/30 {
  border-left-color: rgb(125 211 252 / 0.3);
}
.border-l-sky-300\/35 {
  border-left-color: rgb(125 211 252 / 0.35);
}
.border-l-sky-300\/40 {
  border-left-color: rgb(125 211 252 / 0.4);
}
.border-l-sky-300\/45 {
  border-left-color: rgb(125 211 252 / 0.45);
}
.border-l-sky-300\/5 {
  border-left-color: rgb(125 211 252 / 0.05);
}
.border-l-sky-300\/50 {
  border-left-color: rgb(125 211 252 / 0.5);
}
.border-l-sky-300\/55 {
  border-left-color: rgb(125 211 252 / 0.55);
}
.border-l-sky-300\/60 {
  border-left-color: rgb(125 211 252 / 0.6);
}
.border-l-sky-300\/65 {
  border-left-color: rgb(125 211 252 / 0.65);
}
.border-l-sky-300\/70 {
  border-left-color: rgb(125 211 252 / 0.7);
}
.border-l-sky-300\/75 {
  border-left-color: rgb(125 211 252 / 0.75);
}
.border-l-sky-300\/80 {
  border-left-color: rgb(125 211 252 / 0.8);
}
.border-l-sky-300\/85 {
  border-left-color: rgb(125 211 252 / 0.85);
}
.border-l-sky-300\/90 {
  border-left-color: rgb(125 211 252 / 0.9);
}
.border-l-sky-300\/95 {
  border-left-color: rgb(125 211 252 / 0.95);
}
.border-l-sky-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-l-sky-400\/0 {
  border-left-color: rgb(56 189 248 / 0);
}
.border-l-sky-400\/10 {
  border-left-color: rgb(56 189 248 / 0.1);
}
.border-l-sky-400\/100 {
  border-left-color: rgb(56 189 248 / 1);
}
.border-l-sky-400\/15 {
  border-left-color: rgb(56 189 248 / 0.15);
}
.border-l-sky-400\/20 {
  border-left-color: rgb(56 189 248 / 0.2);
}
.border-l-sky-400\/25 {
  border-left-color: rgb(56 189 248 / 0.25);
}
.border-l-sky-400\/30 {
  border-left-color: rgb(56 189 248 / 0.3);
}
.border-l-sky-400\/35 {
  border-left-color: rgb(56 189 248 / 0.35);
}
.border-l-sky-400\/40 {
  border-left-color: rgb(56 189 248 / 0.4);
}
.border-l-sky-400\/45 {
  border-left-color: rgb(56 189 248 / 0.45);
}
.border-l-sky-400\/5 {
  border-left-color: rgb(56 189 248 / 0.05);
}
.border-l-sky-400\/50 {
  border-left-color: rgb(56 189 248 / 0.5);
}
.border-l-sky-400\/55 {
  border-left-color: rgb(56 189 248 / 0.55);
}
.border-l-sky-400\/60 {
  border-left-color: rgb(56 189 248 / 0.6);
}
.border-l-sky-400\/65 {
  border-left-color: rgb(56 189 248 / 0.65);
}
.border-l-sky-400\/70 {
  border-left-color: rgb(56 189 248 / 0.7);
}
.border-l-sky-400\/75 {
  border-left-color: rgb(56 189 248 / 0.75);
}
.border-l-sky-400\/80 {
  border-left-color: rgb(56 189 248 / 0.8);
}
.border-l-sky-400\/85 {
  border-left-color: rgb(56 189 248 / 0.85);
}
.border-l-sky-400\/90 {
  border-left-color: rgb(56 189 248 / 0.9);
}
.border-l-sky-400\/95 {
  border-left-color: rgb(56 189 248 / 0.95);
}
.border-l-sky-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-l-sky-50\/0 {
  border-left-color: rgb(240 249 255 / 0);
}
.border-l-sky-50\/10 {
  border-left-color: rgb(240 249 255 / 0.1);
}
.border-l-sky-50\/100 {
  border-left-color: rgb(240 249 255 / 1);
}
.border-l-sky-50\/15 {
  border-left-color: rgb(240 249 255 / 0.15);
}
.border-l-sky-50\/20 {
  border-left-color: rgb(240 249 255 / 0.2);
}
.border-l-sky-50\/25 {
  border-left-color: rgb(240 249 255 / 0.25);
}
.border-l-sky-50\/30 {
  border-left-color: rgb(240 249 255 / 0.3);
}
.border-l-sky-50\/35 {
  border-left-color: rgb(240 249 255 / 0.35);
}
.border-l-sky-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
}
.border-l-sky-50\/45 {
  border-left-color: rgb(240 249 255 / 0.45);
}
.border-l-sky-50\/5 {
  border-left-color: rgb(240 249 255 / 0.05);
}
.border-l-sky-50\/50 {
  border-left-color: rgb(240 249 255 / 0.5);
}
.border-l-sky-50\/55 {
  border-left-color: rgb(240 249 255 / 0.55);
}
.border-l-sky-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
}
.border-l-sky-50\/65 {
  border-left-color: rgb(240 249 255 / 0.65);
}
.border-l-sky-50\/70 {
  border-left-color: rgb(240 249 255 / 0.7);
}
.border-l-sky-50\/75 {
  border-left-color: rgb(240 249 255 / 0.75);
}
.border-l-sky-50\/80 {
  border-left-color: rgb(240 249 255 / 0.8);
}
.border-l-sky-50\/85 {
  border-left-color: rgb(240 249 255 / 0.85);
}
.border-l-sky-50\/90 {
  border-left-color: rgb(240 249 255 / 0.9);
}
.border-l-sky-50\/95 {
  border-left-color: rgb(240 249 255 / 0.95);
}
.border-l-sky-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-l-sky-500\/0 {
  border-left-color: rgb(14 165 233 / 0);
}
.border-l-sky-500\/10 {
  border-left-color: rgb(14 165 233 / 0.1);
}
.border-l-sky-500\/100 {
  border-left-color: rgb(14 165 233 / 1);
}
.border-l-sky-500\/15 {
  border-left-color: rgb(14 165 233 / 0.15);
}
.border-l-sky-500\/20 {
  border-left-color: rgb(14 165 233 / 0.2);
}
.border-l-sky-500\/25 {
  border-left-color: rgb(14 165 233 / 0.25);
}
.border-l-sky-500\/30 {
  border-left-color: rgb(14 165 233 / 0.3);
}
.border-l-sky-500\/35 {
  border-left-color: rgb(14 165 233 / 0.35);
}
.border-l-sky-500\/40 {
  border-left-color: rgb(14 165 233 / 0.4);
}
.border-l-sky-500\/45 {
  border-left-color: rgb(14 165 233 / 0.45);
}
.border-l-sky-500\/5 {
  border-left-color: rgb(14 165 233 / 0.05);
}
.border-l-sky-500\/50 {
  border-left-color: rgb(14 165 233 / 0.5);
}
.border-l-sky-500\/55 {
  border-left-color: rgb(14 165 233 / 0.55);
}
.border-l-sky-500\/60 {
  border-left-color: rgb(14 165 233 / 0.6);
}
.border-l-sky-500\/65 {
  border-left-color: rgb(14 165 233 / 0.65);
}
.border-l-sky-500\/70 {
  border-left-color: rgb(14 165 233 / 0.7);
}
.border-l-sky-500\/75 {
  border-left-color: rgb(14 165 233 / 0.75);
}
.border-l-sky-500\/80 {
  border-left-color: rgb(14 165 233 / 0.8);
}
.border-l-sky-500\/85 {
  border-left-color: rgb(14 165 233 / 0.85);
}
.border-l-sky-500\/90 {
  border-left-color: rgb(14 165 233 / 0.9);
}
.border-l-sky-500\/95 {
  border-left-color: rgb(14 165 233 / 0.95);
}
.border-l-sky-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-l-sky-600\/0 {
  border-left-color: rgb(2 132 199 / 0);
}
.border-l-sky-600\/10 {
  border-left-color: rgb(2 132 199 / 0.1);
}
.border-l-sky-600\/100 {
  border-left-color: rgb(2 132 199 / 1);
}
.border-l-sky-600\/15 {
  border-left-color: rgb(2 132 199 / 0.15);
}
.border-l-sky-600\/20 {
  border-left-color: rgb(2 132 199 / 0.2);
}
.border-l-sky-600\/25 {
  border-left-color: rgb(2 132 199 / 0.25);
}
.border-l-sky-600\/30 {
  border-left-color: rgb(2 132 199 / 0.3);
}
.border-l-sky-600\/35 {
  border-left-color: rgb(2 132 199 / 0.35);
}
.border-l-sky-600\/40 {
  border-left-color: rgb(2 132 199 / 0.4);
}
.border-l-sky-600\/45 {
  border-left-color: rgb(2 132 199 / 0.45);
}
.border-l-sky-600\/5 {
  border-left-color: rgb(2 132 199 / 0.05);
}
.border-l-sky-600\/50 {
  border-left-color: rgb(2 132 199 / 0.5);
}
.border-l-sky-600\/55 {
  border-left-color: rgb(2 132 199 / 0.55);
}
.border-l-sky-600\/60 {
  border-left-color: rgb(2 132 199 / 0.6);
}
.border-l-sky-600\/65 {
  border-left-color: rgb(2 132 199 / 0.65);
}
.border-l-sky-600\/70 {
  border-left-color: rgb(2 132 199 / 0.7);
}
.border-l-sky-600\/75 {
  border-left-color: rgb(2 132 199 / 0.75);
}
.border-l-sky-600\/80 {
  border-left-color: rgb(2 132 199 / 0.8);
}
.border-l-sky-600\/85 {
  border-left-color: rgb(2 132 199 / 0.85);
}
.border-l-sky-600\/90 {
  border-left-color: rgb(2 132 199 / 0.9);
}
.border-l-sky-600\/95 {
  border-left-color: rgb(2 132 199 / 0.95);
}
.border-l-sky-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-l-sky-700\/0 {
  border-left-color: rgb(3 105 161 / 0);
}
.border-l-sky-700\/10 {
  border-left-color: rgb(3 105 161 / 0.1);
}
.border-l-sky-700\/100 {
  border-left-color: rgb(3 105 161 / 1);
}
.border-l-sky-700\/15 {
  border-left-color: rgb(3 105 161 / 0.15);
}
.border-l-sky-700\/20 {
  border-left-color: rgb(3 105 161 / 0.2);
}
.border-l-sky-700\/25 {
  border-left-color: rgb(3 105 161 / 0.25);
}
.border-l-sky-700\/30 {
  border-left-color: rgb(3 105 161 / 0.3);
}
.border-l-sky-700\/35 {
  border-left-color: rgb(3 105 161 / 0.35);
}
.border-l-sky-700\/40 {
  border-left-color: rgb(3 105 161 / 0.4);
}
.border-l-sky-700\/45 {
  border-left-color: rgb(3 105 161 / 0.45);
}
.border-l-sky-700\/5 {
  border-left-color: rgb(3 105 161 / 0.05);
}
.border-l-sky-700\/50 {
  border-left-color: rgb(3 105 161 / 0.5);
}
.border-l-sky-700\/55 {
  border-left-color: rgb(3 105 161 / 0.55);
}
.border-l-sky-700\/60 {
  border-left-color: rgb(3 105 161 / 0.6);
}
.border-l-sky-700\/65 {
  border-left-color: rgb(3 105 161 / 0.65);
}
.border-l-sky-700\/70 {
  border-left-color: rgb(3 105 161 / 0.7);
}
.border-l-sky-700\/75 {
  border-left-color: rgb(3 105 161 / 0.75);
}
.border-l-sky-700\/80 {
  border-left-color: rgb(3 105 161 / 0.8);
}
.border-l-sky-700\/85 {
  border-left-color: rgb(3 105 161 / 0.85);
}
.border-l-sky-700\/90 {
  border-left-color: rgb(3 105 161 / 0.9);
}
.border-l-sky-700\/95 {
  border-left-color: rgb(3 105 161 / 0.95);
}
.border-l-sky-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-l-sky-800\/0 {
  border-left-color: rgb(7 89 133 / 0);
}
.border-l-sky-800\/10 {
  border-left-color: rgb(7 89 133 / 0.1);
}
.border-l-sky-800\/100 {
  border-left-color: rgb(7 89 133 / 1);
}
.border-l-sky-800\/15 {
  border-left-color: rgb(7 89 133 / 0.15);
}
.border-l-sky-800\/20 {
  border-left-color: rgb(7 89 133 / 0.2);
}
.border-l-sky-800\/25 {
  border-left-color: rgb(7 89 133 / 0.25);
}
.border-l-sky-800\/30 {
  border-left-color: rgb(7 89 133 / 0.3);
}
.border-l-sky-800\/35 {
  border-left-color: rgb(7 89 133 / 0.35);
}
.border-l-sky-800\/40 {
  border-left-color: rgb(7 89 133 / 0.4);
}
.border-l-sky-800\/45 {
  border-left-color: rgb(7 89 133 / 0.45);
}
.border-l-sky-800\/5 {
  border-left-color: rgb(7 89 133 / 0.05);
}
.border-l-sky-800\/50 {
  border-left-color: rgb(7 89 133 / 0.5);
}
.border-l-sky-800\/55 {
  border-left-color: rgb(7 89 133 / 0.55);
}
.border-l-sky-800\/60 {
  border-left-color: rgb(7 89 133 / 0.6);
}
.border-l-sky-800\/65 {
  border-left-color: rgb(7 89 133 / 0.65);
}
.border-l-sky-800\/70 {
  border-left-color: rgb(7 89 133 / 0.7);
}
.border-l-sky-800\/75 {
  border-left-color: rgb(7 89 133 / 0.75);
}
.border-l-sky-800\/80 {
  border-left-color: rgb(7 89 133 / 0.8);
}
.border-l-sky-800\/85 {
  border-left-color: rgb(7 89 133 / 0.85);
}
.border-l-sky-800\/90 {
  border-left-color: rgb(7 89 133 / 0.9);
}
.border-l-sky-800\/95 {
  border-left-color: rgb(7 89 133 / 0.95);
}
.border-l-sky-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-l-sky-900\/0 {
  border-left-color: rgb(12 74 110 / 0);
}
.border-l-sky-900\/10 {
  border-left-color: rgb(12 74 110 / 0.1);
}
.border-l-sky-900\/100 {
  border-left-color: rgb(12 74 110 / 1);
}
.border-l-sky-900\/15 {
  border-left-color: rgb(12 74 110 / 0.15);
}
.border-l-sky-900\/20 {
  border-left-color: rgb(12 74 110 / 0.2);
}
.border-l-sky-900\/25 {
  border-left-color: rgb(12 74 110 / 0.25);
}
.border-l-sky-900\/30 {
  border-left-color: rgb(12 74 110 / 0.3);
}
.border-l-sky-900\/35 {
  border-left-color: rgb(12 74 110 / 0.35);
}
.border-l-sky-900\/40 {
  border-left-color: rgb(12 74 110 / 0.4);
}
.border-l-sky-900\/45 {
  border-left-color: rgb(12 74 110 / 0.45);
}
.border-l-sky-900\/5 {
  border-left-color: rgb(12 74 110 / 0.05);
}
.border-l-sky-900\/50 {
  border-left-color: rgb(12 74 110 / 0.5);
}
.border-l-sky-900\/55 {
  border-left-color: rgb(12 74 110 / 0.55);
}
.border-l-sky-900\/60 {
  border-left-color: rgb(12 74 110 / 0.6);
}
.border-l-sky-900\/65 {
  border-left-color: rgb(12 74 110 / 0.65);
}
.border-l-sky-900\/70 {
  border-left-color: rgb(12 74 110 / 0.7);
}
.border-l-sky-900\/75 {
  border-left-color: rgb(12 74 110 / 0.75);
}
.border-l-sky-900\/80 {
  border-left-color: rgb(12 74 110 / 0.8);
}
.border-l-sky-900\/85 {
  border-left-color: rgb(12 74 110 / 0.85);
}
.border-l-sky-900\/90 {
  border-left-color: rgb(12 74 110 / 0.9);
}
.border-l-sky-900\/95 {
  border-left-color: rgb(12 74 110 / 0.95);
}
.border-l-sky-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-l-sky-950\/0 {
  border-left-color: rgb(8 47 73 / 0);
}
.border-l-sky-950\/10 {
  border-left-color: rgb(8 47 73 / 0.1);
}
.border-l-sky-950\/100 {
  border-left-color: rgb(8 47 73 / 1);
}
.border-l-sky-950\/15 {
  border-left-color: rgb(8 47 73 / 0.15);
}
.border-l-sky-950\/20 {
  border-left-color: rgb(8 47 73 / 0.2);
}
.border-l-sky-950\/25 {
  border-left-color: rgb(8 47 73 / 0.25);
}
.border-l-sky-950\/30 {
  border-left-color: rgb(8 47 73 / 0.3);
}
.border-l-sky-950\/35 {
  border-left-color: rgb(8 47 73 / 0.35);
}
.border-l-sky-950\/40 {
  border-left-color: rgb(8 47 73 / 0.4);
}
.border-l-sky-950\/45 {
  border-left-color: rgb(8 47 73 / 0.45);
}
.border-l-sky-950\/5 {
  border-left-color: rgb(8 47 73 / 0.05);
}
.border-l-sky-950\/50 {
  border-left-color: rgb(8 47 73 / 0.5);
}
.border-l-sky-950\/55 {
  border-left-color: rgb(8 47 73 / 0.55);
}
.border-l-sky-950\/60 {
  border-left-color: rgb(8 47 73 / 0.6);
}
.border-l-sky-950\/65 {
  border-left-color: rgb(8 47 73 / 0.65);
}
.border-l-sky-950\/70 {
  border-left-color: rgb(8 47 73 / 0.7);
}
.border-l-sky-950\/75 {
  border-left-color: rgb(8 47 73 / 0.75);
}
.border-l-sky-950\/80 {
  border-left-color: rgb(8 47 73 / 0.8);
}
.border-l-sky-950\/85 {
  border-left-color: rgb(8 47 73 / 0.85);
}
.border-l-sky-950\/90 {
  border-left-color: rgb(8 47 73 / 0.9);
}
.border-l-sky-950\/95 {
  border-left-color: rgb(8 47 73 / 0.95);
}
.border-l-slate-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-l-slate-100\/0 {
  border-left-color: rgb(241 245 249 / 0);
}
.border-l-slate-100\/10 {
  border-left-color: rgb(241 245 249 / 0.1);
}
.border-l-slate-100\/100 {
  border-left-color: rgb(241 245 249 / 1);
}
.border-l-slate-100\/15 {
  border-left-color: rgb(241 245 249 / 0.15);
}
.border-l-slate-100\/20 {
  border-left-color: rgb(241 245 249 / 0.2);
}
.border-l-slate-100\/25 {
  border-left-color: rgb(241 245 249 / 0.25);
}
.border-l-slate-100\/30 {
  border-left-color: rgb(241 245 249 / 0.3);
}
.border-l-slate-100\/35 {
  border-left-color: rgb(241 245 249 / 0.35);
}
.border-l-slate-100\/40 {
  border-left-color: rgb(241 245 249 / 0.4);
}
.border-l-slate-100\/45 {
  border-left-color: rgb(241 245 249 / 0.45);
}
.border-l-slate-100\/5 {
  border-left-color: rgb(241 245 249 / 0.05);
}
.border-l-slate-100\/50 {
  border-left-color: rgb(241 245 249 / 0.5);
}
.border-l-slate-100\/55 {
  border-left-color: rgb(241 245 249 / 0.55);
}
.border-l-slate-100\/60 {
  border-left-color: rgb(241 245 249 / 0.6);
}
.border-l-slate-100\/65 {
  border-left-color: rgb(241 245 249 / 0.65);
}
.border-l-slate-100\/70 {
  border-left-color: rgb(241 245 249 / 0.7);
}
.border-l-slate-100\/75 {
  border-left-color: rgb(241 245 249 / 0.75);
}
.border-l-slate-100\/80 {
  border-left-color: rgb(241 245 249 / 0.8);
}
.border-l-slate-100\/85 {
  border-left-color: rgb(241 245 249 / 0.85);
}
.border-l-slate-100\/90 {
  border-left-color: rgb(241 245 249 / 0.9);
}
.border-l-slate-100\/95 {
  border-left-color: rgb(241 245 249 / 0.95);
}
.border-l-slate-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-l-slate-200\/0 {
  border-left-color: rgb(226 232 240 / 0);
}
.border-l-slate-200\/10 {
  border-left-color: rgb(226 232 240 / 0.1);
}
.border-l-slate-200\/100 {
  border-left-color: rgb(226 232 240 / 1);
}
.border-l-slate-200\/15 {
  border-left-color: rgb(226 232 240 / 0.15);
}
.border-l-slate-200\/20 {
  border-left-color: rgb(226 232 240 / 0.2);
}
.border-l-slate-200\/25 {
  border-left-color: rgb(226 232 240 / 0.25);
}
.border-l-slate-200\/30 {
  border-left-color: rgb(226 232 240 / 0.3);
}
.border-l-slate-200\/35 {
  border-left-color: rgb(226 232 240 / 0.35);
}
.border-l-slate-200\/40 {
  border-left-color: rgb(226 232 240 / 0.4);
}
.border-l-slate-200\/45 {
  border-left-color: rgb(226 232 240 / 0.45);
}
.border-l-slate-200\/5 {
  border-left-color: rgb(226 232 240 / 0.05);
}
.border-l-slate-200\/50 {
  border-left-color: rgb(226 232 240 / 0.5);
}
.border-l-slate-200\/55 {
  border-left-color: rgb(226 232 240 / 0.55);
}
.border-l-slate-200\/60 {
  border-left-color: rgb(226 232 240 / 0.6);
}
.border-l-slate-200\/65 {
  border-left-color: rgb(226 232 240 / 0.65);
}
.border-l-slate-200\/70 {
  border-left-color: rgb(226 232 240 / 0.7);
}
.border-l-slate-200\/75 {
  border-left-color: rgb(226 232 240 / 0.75);
}
.border-l-slate-200\/80 {
  border-left-color: rgb(226 232 240 / 0.8);
}
.border-l-slate-200\/85 {
  border-left-color: rgb(226 232 240 / 0.85);
}
.border-l-slate-200\/90 {
  border-left-color: rgb(226 232 240 / 0.9);
}
.border-l-slate-200\/95 {
  border-left-color: rgb(226 232 240 / 0.95);
}
.border-l-slate-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-l-slate-300\/0 {
  border-left-color: rgb(203 213 225 / 0);
}
.border-l-slate-300\/10 {
  border-left-color: rgb(203 213 225 / 0.1);
}
.border-l-slate-300\/100 {
  border-left-color: rgb(203 213 225 / 1);
}
.border-l-slate-300\/15 {
  border-left-color: rgb(203 213 225 / 0.15);
}
.border-l-slate-300\/20 {
  border-left-color: rgb(203 213 225 / 0.2);
}
.border-l-slate-300\/25 {
  border-left-color: rgb(203 213 225 / 0.25);
}
.border-l-slate-300\/30 {
  border-left-color: rgb(203 213 225 / 0.3);
}
.border-l-slate-300\/35 {
  border-left-color: rgb(203 213 225 / 0.35);
}
.border-l-slate-300\/40 {
  border-left-color: rgb(203 213 225 / 0.4);
}
.border-l-slate-300\/45 {
  border-left-color: rgb(203 213 225 / 0.45);
}
.border-l-slate-300\/5 {
  border-left-color: rgb(203 213 225 / 0.05);
}
.border-l-slate-300\/50 {
  border-left-color: rgb(203 213 225 / 0.5);
}
.border-l-slate-300\/55 {
  border-left-color: rgb(203 213 225 / 0.55);
}
.border-l-slate-300\/60 {
  border-left-color: rgb(203 213 225 / 0.6);
}
.border-l-slate-300\/65 {
  border-left-color: rgb(203 213 225 / 0.65);
}
.border-l-slate-300\/70 {
  border-left-color: rgb(203 213 225 / 0.7);
}
.border-l-slate-300\/75 {
  border-left-color: rgb(203 213 225 / 0.75);
}
.border-l-slate-300\/80 {
  border-left-color: rgb(203 213 225 / 0.8);
}
.border-l-slate-300\/85 {
  border-left-color: rgb(203 213 225 / 0.85);
}
.border-l-slate-300\/90 {
  border-left-color: rgb(203 213 225 / 0.9);
}
.border-l-slate-300\/95 {
  border-left-color: rgb(203 213 225 / 0.95);
}
.border-l-slate-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-l-slate-400\/0 {
  border-left-color: rgb(148 163 184 / 0);
}
.border-l-slate-400\/10 {
  border-left-color: rgb(148 163 184 / 0.1);
}
.border-l-slate-400\/100 {
  border-left-color: rgb(148 163 184 / 1);
}
.border-l-slate-400\/15 {
  border-left-color: rgb(148 163 184 / 0.15);
}
.border-l-slate-400\/20 {
  border-left-color: rgb(148 163 184 / 0.2);
}
.border-l-slate-400\/25 {
  border-left-color: rgb(148 163 184 / 0.25);
}
.border-l-slate-400\/30 {
  border-left-color: rgb(148 163 184 / 0.3);
}
.border-l-slate-400\/35 {
  border-left-color: rgb(148 163 184 / 0.35);
}
.border-l-slate-400\/40 {
  border-left-color: rgb(148 163 184 / 0.4);
}
.border-l-slate-400\/45 {
  border-left-color: rgb(148 163 184 / 0.45);
}
.border-l-slate-400\/5 {
  border-left-color: rgb(148 163 184 / 0.05);
}
.border-l-slate-400\/50 {
  border-left-color: rgb(148 163 184 / 0.5);
}
.border-l-slate-400\/55 {
  border-left-color: rgb(148 163 184 / 0.55);
}
.border-l-slate-400\/60 {
  border-left-color: rgb(148 163 184 / 0.6);
}
.border-l-slate-400\/65 {
  border-left-color: rgb(148 163 184 / 0.65);
}
.border-l-slate-400\/70 {
  border-left-color: rgb(148 163 184 / 0.7);
}
.border-l-slate-400\/75 {
  border-left-color: rgb(148 163 184 / 0.75);
}
.border-l-slate-400\/80 {
  border-left-color: rgb(148 163 184 / 0.8);
}
.border-l-slate-400\/85 {
  border-left-color: rgb(148 163 184 / 0.85);
}
.border-l-slate-400\/90 {
  border-left-color: rgb(148 163 184 / 0.9);
}
.border-l-slate-400\/95 {
  border-left-color: rgb(148 163 184 / 0.95);
}
.border-l-slate-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-l-slate-50\/0 {
  border-left-color: rgb(248 250 252 / 0);
}
.border-l-slate-50\/10 {
  border-left-color: rgb(248 250 252 / 0.1);
}
.border-l-slate-50\/100 {
  border-left-color: rgb(248 250 252 / 1);
}
.border-l-slate-50\/15 {
  border-left-color: rgb(248 250 252 / 0.15);
}
.border-l-slate-50\/20 {
  border-left-color: rgb(248 250 252 / 0.2);
}
.border-l-slate-50\/25 {
  border-left-color: rgb(248 250 252 / 0.25);
}
.border-l-slate-50\/30 {
  border-left-color: rgb(248 250 252 / 0.3);
}
.border-l-slate-50\/35 {
  border-left-color: rgb(248 250 252 / 0.35);
}
.border-l-slate-50\/40 {
  border-left-color: rgb(248 250 252 / 0.4);
}
.border-l-slate-50\/45 {
  border-left-color: rgb(248 250 252 / 0.45);
}
.border-l-slate-50\/5 {
  border-left-color: rgb(248 250 252 / 0.05);
}
.border-l-slate-50\/50 {
  border-left-color: rgb(248 250 252 / 0.5);
}
.border-l-slate-50\/55 {
  border-left-color: rgb(248 250 252 / 0.55);
}
.border-l-slate-50\/60 {
  border-left-color: rgb(248 250 252 / 0.6);
}
.border-l-slate-50\/65 {
  border-left-color: rgb(248 250 252 / 0.65);
}
.border-l-slate-50\/70 {
  border-left-color: rgb(248 250 252 / 0.7);
}
.border-l-slate-50\/75 {
  border-left-color: rgb(248 250 252 / 0.75);
}
.border-l-slate-50\/80 {
  border-left-color: rgb(248 250 252 / 0.8);
}
.border-l-slate-50\/85 {
  border-left-color: rgb(248 250 252 / 0.85);
}
.border-l-slate-50\/90 {
  border-left-color: rgb(248 250 252 / 0.9);
}
.border-l-slate-50\/95 {
  border-left-color: rgb(248 250 252 / 0.95);
}
.border-l-slate-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-l-slate-500\/0 {
  border-left-color: rgb(100 116 139 / 0);
}
.border-l-slate-500\/10 {
  border-left-color: rgb(100 116 139 / 0.1);
}
.border-l-slate-500\/100 {
  border-left-color: rgb(100 116 139 / 1);
}
.border-l-slate-500\/15 {
  border-left-color: rgb(100 116 139 / 0.15);
}
.border-l-slate-500\/20 {
  border-left-color: rgb(100 116 139 / 0.2);
}
.border-l-slate-500\/25 {
  border-left-color: rgb(100 116 139 / 0.25);
}
.border-l-slate-500\/30 {
  border-left-color: rgb(100 116 139 / 0.3);
}
.border-l-slate-500\/35 {
  border-left-color: rgb(100 116 139 / 0.35);
}
.border-l-slate-500\/40 {
  border-left-color: rgb(100 116 139 / 0.4);
}
.border-l-slate-500\/45 {
  border-left-color: rgb(100 116 139 / 0.45);
}
.border-l-slate-500\/5 {
  border-left-color: rgb(100 116 139 / 0.05);
}
.border-l-slate-500\/50 {
  border-left-color: rgb(100 116 139 / 0.5);
}
.border-l-slate-500\/55 {
  border-left-color: rgb(100 116 139 / 0.55);
}
.border-l-slate-500\/60 {
  border-left-color: rgb(100 116 139 / 0.6);
}
.border-l-slate-500\/65 {
  border-left-color: rgb(100 116 139 / 0.65);
}
.border-l-slate-500\/70 {
  border-left-color: rgb(100 116 139 / 0.7);
}
.border-l-slate-500\/75 {
  border-left-color: rgb(100 116 139 / 0.75);
}
.border-l-slate-500\/80 {
  border-left-color: rgb(100 116 139 / 0.8);
}
.border-l-slate-500\/85 {
  border-left-color: rgb(100 116 139 / 0.85);
}
.border-l-slate-500\/90 {
  border-left-color: rgb(100 116 139 / 0.9);
}
.border-l-slate-500\/95 {
  border-left-color: rgb(100 116 139 / 0.95);
}
.border-l-slate-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-l-slate-600\/0 {
  border-left-color: rgb(71 85 105 / 0);
}
.border-l-slate-600\/10 {
  border-left-color: rgb(71 85 105 / 0.1);
}
.border-l-slate-600\/100 {
  border-left-color: rgb(71 85 105 / 1);
}
.border-l-slate-600\/15 {
  border-left-color: rgb(71 85 105 / 0.15);
}
.border-l-slate-600\/20 {
  border-left-color: rgb(71 85 105 / 0.2);
}
.border-l-slate-600\/25 {
  border-left-color: rgb(71 85 105 / 0.25);
}
.border-l-slate-600\/30 {
  border-left-color: rgb(71 85 105 / 0.3);
}
.border-l-slate-600\/35 {
  border-left-color: rgb(71 85 105 / 0.35);
}
.border-l-slate-600\/40 {
  border-left-color: rgb(71 85 105 / 0.4);
}
.border-l-slate-600\/45 {
  border-left-color: rgb(71 85 105 / 0.45);
}
.border-l-slate-600\/5 {
  border-left-color: rgb(71 85 105 / 0.05);
}
.border-l-slate-600\/50 {
  border-left-color: rgb(71 85 105 / 0.5);
}
.border-l-slate-600\/55 {
  border-left-color: rgb(71 85 105 / 0.55);
}
.border-l-slate-600\/60 {
  border-left-color: rgb(71 85 105 / 0.6);
}
.border-l-slate-600\/65 {
  border-left-color: rgb(71 85 105 / 0.65);
}
.border-l-slate-600\/70 {
  border-left-color: rgb(71 85 105 / 0.7);
}
.border-l-slate-600\/75 {
  border-left-color: rgb(71 85 105 / 0.75);
}
.border-l-slate-600\/80 {
  border-left-color: rgb(71 85 105 / 0.8);
}
.border-l-slate-600\/85 {
  border-left-color: rgb(71 85 105 / 0.85);
}
.border-l-slate-600\/90 {
  border-left-color: rgb(71 85 105 / 0.9);
}
.border-l-slate-600\/95 {
  border-left-color: rgb(71 85 105 / 0.95);
}
.border-l-slate-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-l-slate-700\/0 {
  border-left-color: rgb(51 65 85 / 0);
}
.border-l-slate-700\/10 {
  border-left-color: rgb(51 65 85 / 0.1);
}
.border-l-slate-700\/100 {
  border-left-color: rgb(51 65 85 / 1);
}
.border-l-slate-700\/15 {
  border-left-color: rgb(51 65 85 / 0.15);
}
.border-l-slate-700\/20 {
  border-left-color: rgb(51 65 85 / 0.2);
}
.border-l-slate-700\/25 {
  border-left-color: rgb(51 65 85 / 0.25);
}
.border-l-slate-700\/30 {
  border-left-color: rgb(51 65 85 / 0.3);
}
.border-l-slate-700\/35 {
  border-left-color: rgb(51 65 85 / 0.35);
}
.border-l-slate-700\/40 {
  border-left-color: rgb(51 65 85 / 0.4);
}
.border-l-slate-700\/45 {
  border-left-color: rgb(51 65 85 / 0.45);
}
.border-l-slate-700\/5 {
  border-left-color: rgb(51 65 85 / 0.05);
}
.border-l-slate-700\/50 {
  border-left-color: rgb(51 65 85 / 0.5);
}
.border-l-slate-700\/55 {
  border-left-color: rgb(51 65 85 / 0.55);
}
.border-l-slate-700\/60 {
  border-left-color: rgb(51 65 85 / 0.6);
}
.border-l-slate-700\/65 {
  border-left-color: rgb(51 65 85 / 0.65);
}
.border-l-slate-700\/70 {
  border-left-color: rgb(51 65 85 / 0.7);
}
.border-l-slate-700\/75 {
  border-left-color: rgb(51 65 85 / 0.75);
}
.border-l-slate-700\/80 {
  border-left-color: rgb(51 65 85 / 0.8);
}
.border-l-slate-700\/85 {
  border-left-color: rgb(51 65 85 / 0.85);
}
.border-l-slate-700\/90 {
  border-left-color: rgb(51 65 85 / 0.9);
}
.border-l-slate-700\/95 {
  border-left-color: rgb(51 65 85 / 0.95);
}
.border-l-slate-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-l-slate-800\/0 {
  border-left-color: rgb(30 41 59 / 0);
}
.border-l-slate-800\/10 {
  border-left-color: rgb(30 41 59 / 0.1);
}
.border-l-slate-800\/100 {
  border-left-color: rgb(30 41 59 / 1);
}
.border-l-slate-800\/15 {
  border-left-color: rgb(30 41 59 / 0.15);
}
.border-l-slate-800\/20 {
  border-left-color: rgb(30 41 59 / 0.2);
}
.border-l-slate-800\/25 {
  border-left-color: rgb(30 41 59 / 0.25);
}
.border-l-slate-800\/30 {
  border-left-color: rgb(30 41 59 / 0.3);
}
.border-l-slate-800\/35 {
  border-left-color: rgb(30 41 59 / 0.35);
}
.border-l-slate-800\/40 {
  border-left-color: rgb(30 41 59 / 0.4);
}
.border-l-slate-800\/45 {
  border-left-color: rgb(30 41 59 / 0.45);
}
.border-l-slate-800\/5 {
  border-left-color: rgb(30 41 59 / 0.05);
}
.border-l-slate-800\/50 {
  border-left-color: rgb(30 41 59 / 0.5);
}
.border-l-slate-800\/55 {
  border-left-color: rgb(30 41 59 / 0.55);
}
.border-l-slate-800\/60 {
  border-left-color: rgb(30 41 59 / 0.6);
}
.border-l-slate-800\/65 {
  border-left-color: rgb(30 41 59 / 0.65);
}
.border-l-slate-800\/70 {
  border-left-color: rgb(30 41 59 / 0.7);
}
.border-l-slate-800\/75 {
  border-left-color: rgb(30 41 59 / 0.75);
}
.border-l-slate-800\/80 {
  border-left-color: rgb(30 41 59 / 0.8);
}
.border-l-slate-800\/85 {
  border-left-color: rgb(30 41 59 / 0.85);
}
.border-l-slate-800\/90 {
  border-left-color: rgb(30 41 59 / 0.9);
}
.border-l-slate-800\/95 {
  border-left-color: rgb(30 41 59 / 0.95);
}
.border-l-slate-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-l-slate-900\/0 {
  border-left-color: rgb(15 23 42 / 0);
}
.border-l-slate-900\/10 {
  border-left-color: rgb(15 23 42 / 0.1);
}
.border-l-slate-900\/100 {
  border-left-color: rgb(15 23 42 / 1);
}
.border-l-slate-900\/15 {
  border-left-color: rgb(15 23 42 / 0.15);
}
.border-l-slate-900\/20 {
  border-left-color: rgb(15 23 42 / 0.2);
}
.border-l-slate-900\/25 {
  border-left-color: rgb(15 23 42 / 0.25);
}
.border-l-slate-900\/30 {
  border-left-color: rgb(15 23 42 / 0.3);
}
.border-l-slate-900\/35 {
  border-left-color: rgb(15 23 42 / 0.35);
}
.border-l-slate-900\/40 {
  border-left-color: rgb(15 23 42 / 0.4);
}
.border-l-slate-900\/45 {
  border-left-color: rgb(15 23 42 / 0.45);
}
.border-l-slate-900\/5 {
  border-left-color: rgb(15 23 42 / 0.05);
}
.border-l-slate-900\/50 {
  border-left-color: rgb(15 23 42 / 0.5);
}
.border-l-slate-900\/55 {
  border-left-color: rgb(15 23 42 / 0.55);
}
.border-l-slate-900\/60 {
  border-left-color: rgb(15 23 42 / 0.6);
}
.border-l-slate-900\/65 {
  border-left-color: rgb(15 23 42 / 0.65);
}
.border-l-slate-900\/70 {
  border-left-color: rgb(15 23 42 / 0.7);
}
.border-l-slate-900\/75 {
  border-left-color: rgb(15 23 42 / 0.75);
}
.border-l-slate-900\/80 {
  border-left-color: rgb(15 23 42 / 0.8);
}
.border-l-slate-900\/85 {
  border-left-color: rgb(15 23 42 / 0.85);
}
.border-l-slate-900\/90 {
  border-left-color: rgb(15 23 42 / 0.9);
}
.border-l-slate-900\/95 {
  border-left-color: rgb(15 23 42 / 0.95);
}
.border-l-slate-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-l-slate-950\/0 {
  border-left-color: rgb(2 6 23 / 0);
}
.border-l-slate-950\/10 {
  border-left-color: rgb(2 6 23 / 0.1);
}
.border-l-slate-950\/100 {
  border-left-color: rgb(2 6 23 / 1);
}
.border-l-slate-950\/15 {
  border-left-color: rgb(2 6 23 / 0.15);
}
.border-l-slate-950\/20 {
  border-left-color: rgb(2 6 23 / 0.2);
}
.border-l-slate-950\/25 {
  border-left-color: rgb(2 6 23 / 0.25);
}
.border-l-slate-950\/30 {
  border-left-color: rgb(2 6 23 / 0.3);
}
.border-l-slate-950\/35 {
  border-left-color: rgb(2 6 23 / 0.35);
}
.border-l-slate-950\/40 {
  border-left-color: rgb(2 6 23 / 0.4);
}
.border-l-slate-950\/45 {
  border-left-color: rgb(2 6 23 / 0.45);
}
.border-l-slate-950\/5 {
  border-left-color: rgb(2 6 23 / 0.05);
}
.border-l-slate-950\/50 {
  border-left-color: rgb(2 6 23 / 0.5);
}
.border-l-slate-950\/55 {
  border-left-color: rgb(2 6 23 / 0.55);
}
.border-l-slate-950\/60 {
  border-left-color: rgb(2 6 23 / 0.6);
}
.border-l-slate-950\/65 {
  border-left-color: rgb(2 6 23 / 0.65);
}
.border-l-slate-950\/70 {
  border-left-color: rgb(2 6 23 / 0.7);
}
.border-l-slate-950\/75 {
  border-left-color: rgb(2 6 23 / 0.75);
}
.border-l-slate-950\/80 {
  border-left-color: rgb(2 6 23 / 0.8);
}
.border-l-slate-950\/85 {
  border-left-color: rgb(2 6 23 / 0.85);
}
.border-l-slate-950\/90 {
  border-left-color: rgb(2 6 23 / 0.9);
}
.border-l-slate-950\/95 {
  border-left-color: rgb(2 6 23 / 0.95);
}
.border-l-stone-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-l-stone-100\/0 {
  border-left-color: rgb(245 245 244 / 0);
}
.border-l-stone-100\/10 {
  border-left-color: rgb(245 245 244 / 0.1);
}
.border-l-stone-100\/100 {
  border-left-color: rgb(245 245 244 / 1);
}
.border-l-stone-100\/15 {
  border-left-color: rgb(245 245 244 / 0.15);
}
.border-l-stone-100\/20 {
  border-left-color: rgb(245 245 244 / 0.2);
}
.border-l-stone-100\/25 {
  border-left-color: rgb(245 245 244 / 0.25);
}
.border-l-stone-100\/30 {
  border-left-color: rgb(245 245 244 / 0.3);
}
.border-l-stone-100\/35 {
  border-left-color: rgb(245 245 244 / 0.35);
}
.border-l-stone-100\/40 {
  border-left-color: rgb(245 245 244 / 0.4);
}
.border-l-stone-100\/45 {
  border-left-color: rgb(245 245 244 / 0.45);
}
.border-l-stone-100\/5 {
  border-left-color: rgb(245 245 244 / 0.05);
}
.border-l-stone-100\/50 {
  border-left-color: rgb(245 245 244 / 0.5);
}
.border-l-stone-100\/55 {
  border-left-color: rgb(245 245 244 / 0.55);
}
.border-l-stone-100\/60 {
  border-left-color: rgb(245 245 244 / 0.6);
}
.border-l-stone-100\/65 {
  border-left-color: rgb(245 245 244 / 0.65);
}
.border-l-stone-100\/70 {
  border-left-color: rgb(245 245 244 / 0.7);
}
.border-l-stone-100\/75 {
  border-left-color: rgb(245 245 244 / 0.75);
}
.border-l-stone-100\/80 {
  border-left-color: rgb(245 245 244 / 0.8);
}
.border-l-stone-100\/85 {
  border-left-color: rgb(245 245 244 / 0.85);
}
.border-l-stone-100\/90 {
  border-left-color: rgb(245 245 244 / 0.9);
}
.border-l-stone-100\/95 {
  border-left-color: rgb(245 245 244 / 0.95);
}
.border-l-stone-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-l-stone-200\/0 {
  border-left-color: rgb(231 229 228 / 0);
}
.border-l-stone-200\/10 {
  border-left-color: rgb(231 229 228 / 0.1);
}
.border-l-stone-200\/100 {
  border-left-color: rgb(231 229 228 / 1);
}
.border-l-stone-200\/15 {
  border-left-color: rgb(231 229 228 / 0.15);
}
.border-l-stone-200\/20 {
  border-left-color: rgb(231 229 228 / 0.2);
}
.border-l-stone-200\/25 {
  border-left-color: rgb(231 229 228 / 0.25);
}
.border-l-stone-200\/30 {
  border-left-color: rgb(231 229 228 / 0.3);
}
.border-l-stone-200\/35 {
  border-left-color: rgb(231 229 228 / 0.35);
}
.border-l-stone-200\/40 {
  border-left-color: rgb(231 229 228 / 0.4);
}
.border-l-stone-200\/45 {
  border-left-color: rgb(231 229 228 / 0.45);
}
.border-l-stone-200\/5 {
  border-left-color: rgb(231 229 228 / 0.05);
}
.border-l-stone-200\/50 {
  border-left-color: rgb(231 229 228 / 0.5);
}
.border-l-stone-200\/55 {
  border-left-color: rgb(231 229 228 / 0.55);
}
.border-l-stone-200\/60 {
  border-left-color: rgb(231 229 228 / 0.6);
}
.border-l-stone-200\/65 {
  border-left-color: rgb(231 229 228 / 0.65);
}
.border-l-stone-200\/70 {
  border-left-color: rgb(231 229 228 / 0.7);
}
.border-l-stone-200\/75 {
  border-left-color: rgb(231 229 228 / 0.75);
}
.border-l-stone-200\/80 {
  border-left-color: rgb(231 229 228 / 0.8);
}
.border-l-stone-200\/85 {
  border-left-color: rgb(231 229 228 / 0.85);
}
.border-l-stone-200\/90 {
  border-left-color: rgb(231 229 228 / 0.9);
}
.border-l-stone-200\/95 {
  border-left-color: rgb(231 229 228 / 0.95);
}
.border-l-stone-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-l-stone-300\/0 {
  border-left-color: rgb(214 211 209 / 0);
}
.border-l-stone-300\/10 {
  border-left-color: rgb(214 211 209 / 0.1);
}
.border-l-stone-300\/100 {
  border-left-color: rgb(214 211 209 / 1);
}
.border-l-stone-300\/15 {
  border-left-color: rgb(214 211 209 / 0.15);
}
.border-l-stone-300\/20 {
  border-left-color: rgb(214 211 209 / 0.2);
}
.border-l-stone-300\/25 {
  border-left-color: rgb(214 211 209 / 0.25);
}
.border-l-stone-300\/30 {
  border-left-color: rgb(214 211 209 / 0.3);
}
.border-l-stone-300\/35 {
  border-left-color: rgb(214 211 209 / 0.35);
}
.border-l-stone-300\/40 {
  border-left-color: rgb(214 211 209 / 0.4);
}
.border-l-stone-300\/45 {
  border-left-color: rgb(214 211 209 / 0.45);
}
.border-l-stone-300\/5 {
  border-left-color: rgb(214 211 209 / 0.05);
}
.border-l-stone-300\/50 {
  border-left-color: rgb(214 211 209 / 0.5);
}
.border-l-stone-300\/55 {
  border-left-color: rgb(214 211 209 / 0.55);
}
.border-l-stone-300\/60 {
  border-left-color: rgb(214 211 209 / 0.6);
}
.border-l-stone-300\/65 {
  border-left-color: rgb(214 211 209 / 0.65);
}
.border-l-stone-300\/70 {
  border-left-color: rgb(214 211 209 / 0.7);
}
.border-l-stone-300\/75 {
  border-left-color: rgb(214 211 209 / 0.75);
}
.border-l-stone-300\/80 {
  border-left-color: rgb(214 211 209 / 0.8);
}
.border-l-stone-300\/85 {
  border-left-color: rgb(214 211 209 / 0.85);
}
.border-l-stone-300\/90 {
  border-left-color: rgb(214 211 209 / 0.9);
}
.border-l-stone-300\/95 {
  border-left-color: rgb(214 211 209 / 0.95);
}
.border-l-stone-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-l-stone-400\/0 {
  border-left-color: rgb(168 162 158 / 0);
}
.border-l-stone-400\/10 {
  border-left-color: rgb(168 162 158 / 0.1);
}
.border-l-stone-400\/100 {
  border-left-color: rgb(168 162 158 / 1);
}
.border-l-stone-400\/15 {
  border-left-color: rgb(168 162 158 / 0.15);
}
.border-l-stone-400\/20 {
  border-left-color: rgb(168 162 158 / 0.2);
}
.border-l-stone-400\/25 {
  border-left-color: rgb(168 162 158 / 0.25);
}
.border-l-stone-400\/30 {
  border-left-color: rgb(168 162 158 / 0.3);
}
.border-l-stone-400\/35 {
  border-left-color: rgb(168 162 158 / 0.35);
}
.border-l-stone-400\/40 {
  border-left-color: rgb(168 162 158 / 0.4);
}
.border-l-stone-400\/45 {
  border-left-color: rgb(168 162 158 / 0.45);
}
.border-l-stone-400\/5 {
  border-left-color: rgb(168 162 158 / 0.05);
}
.border-l-stone-400\/50 {
  border-left-color: rgb(168 162 158 / 0.5);
}
.border-l-stone-400\/55 {
  border-left-color: rgb(168 162 158 / 0.55);
}
.border-l-stone-400\/60 {
  border-left-color: rgb(168 162 158 / 0.6);
}
.border-l-stone-400\/65 {
  border-left-color: rgb(168 162 158 / 0.65);
}
.border-l-stone-400\/70 {
  border-left-color: rgb(168 162 158 / 0.7);
}
.border-l-stone-400\/75 {
  border-left-color: rgb(168 162 158 / 0.75);
}
.border-l-stone-400\/80 {
  border-left-color: rgb(168 162 158 / 0.8);
}
.border-l-stone-400\/85 {
  border-left-color: rgb(168 162 158 / 0.85);
}
.border-l-stone-400\/90 {
  border-left-color: rgb(168 162 158 / 0.9);
}
.border-l-stone-400\/95 {
  border-left-color: rgb(168 162 158 / 0.95);
}
.border-l-stone-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-l-stone-50\/0 {
  border-left-color: rgb(250 250 249 / 0);
}
.border-l-stone-50\/10 {
  border-left-color: rgb(250 250 249 / 0.1);
}
.border-l-stone-50\/100 {
  border-left-color: rgb(250 250 249 / 1);
}
.border-l-stone-50\/15 {
  border-left-color: rgb(250 250 249 / 0.15);
}
.border-l-stone-50\/20 {
  border-left-color: rgb(250 250 249 / 0.2);
}
.border-l-stone-50\/25 {
  border-left-color: rgb(250 250 249 / 0.25);
}
.border-l-stone-50\/30 {
  border-left-color: rgb(250 250 249 / 0.3);
}
.border-l-stone-50\/35 {
  border-left-color: rgb(250 250 249 / 0.35);
}
.border-l-stone-50\/40 {
  border-left-color: rgb(250 250 249 / 0.4);
}
.border-l-stone-50\/45 {
  border-left-color: rgb(250 250 249 / 0.45);
}
.border-l-stone-50\/5 {
  border-left-color: rgb(250 250 249 / 0.05);
}
.border-l-stone-50\/50 {
  border-left-color: rgb(250 250 249 / 0.5);
}
.border-l-stone-50\/55 {
  border-left-color: rgb(250 250 249 / 0.55);
}
.border-l-stone-50\/60 {
  border-left-color: rgb(250 250 249 / 0.6);
}
.border-l-stone-50\/65 {
  border-left-color: rgb(250 250 249 / 0.65);
}
.border-l-stone-50\/70 {
  border-left-color: rgb(250 250 249 / 0.7);
}
.border-l-stone-50\/75 {
  border-left-color: rgb(250 250 249 / 0.75);
}
.border-l-stone-50\/80 {
  border-left-color: rgb(250 250 249 / 0.8);
}
.border-l-stone-50\/85 {
  border-left-color: rgb(250 250 249 / 0.85);
}
.border-l-stone-50\/90 {
  border-left-color: rgb(250 250 249 / 0.9);
}
.border-l-stone-50\/95 {
  border-left-color: rgb(250 250 249 / 0.95);
}
.border-l-stone-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-l-stone-500\/0 {
  border-left-color: rgb(120 113 108 / 0);
}
.border-l-stone-500\/10 {
  border-left-color: rgb(120 113 108 / 0.1);
}
.border-l-stone-500\/100 {
  border-left-color: rgb(120 113 108 / 1);
}
.border-l-stone-500\/15 {
  border-left-color: rgb(120 113 108 / 0.15);
}
.border-l-stone-500\/20 {
  border-left-color: rgb(120 113 108 / 0.2);
}
.border-l-stone-500\/25 {
  border-left-color: rgb(120 113 108 / 0.25);
}
.border-l-stone-500\/30 {
  border-left-color: rgb(120 113 108 / 0.3);
}
.border-l-stone-500\/35 {
  border-left-color: rgb(120 113 108 / 0.35);
}
.border-l-stone-500\/40 {
  border-left-color: rgb(120 113 108 / 0.4);
}
.border-l-stone-500\/45 {
  border-left-color: rgb(120 113 108 / 0.45);
}
.border-l-stone-500\/5 {
  border-left-color: rgb(120 113 108 / 0.05);
}
.border-l-stone-500\/50 {
  border-left-color: rgb(120 113 108 / 0.5);
}
.border-l-stone-500\/55 {
  border-left-color: rgb(120 113 108 / 0.55);
}
.border-l-stone-500\/60 {
  border-left-color: rgb(120 113 108 / 0.6);
}
.border-l-stone-500\/65 {
  border-left-color: rgb(120 113 108 / 0.65);
}
.border-l-stone-500\/70 {
  border-left-color: rgb(120 113 108 / 0.7);
}
.border-l-stone-500\/75 {
  border-left-color: rgb(120 113 108 / 0.75);
}
.border-l-stone-500\/80 {
  border-left-color: rgb(120 113 108 / 0.8);
}
.border-l-stone-500\/85 {
  border-left-color: rgb(120 113 108 / 0.85);
}
.border-l-stone-500\/90 {
  border-left-color: rgb(120 113 108 / 0.9);
}
.border-l-stone-500\/95 {
  border-left-color: rgb(120 113 108 / 0.95);
}
.border-l-stone-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-l-stone-600\/0 {
  border-left-color: rgb(87 83 78 / 0);
}
.border-l-stone-600\/10 {
  border-left-color: rgb(87 83 78 / 0.1);
}
.border-l-stone-600\/100 {
  border-left-color: rgb(87 83 78 / 1);
}
.border-l-stone-600\/15 {
  border-left-color: rgb(87 83 78 / 0.15);
}
.border-l-stone-600\/20 {
  border-left-color: rgb(87 83 78 / 0.2);
}
.border-l-stone-600\/25 {
  border-left-color: rgb(87 83 78 / 0.25);
}
.border-l-stone-600\/30 {
  border-left-color: rgb(87 83 78 / 0.3);
}
.border-l-stone-600\/35 {
  border-left-color: rgb(87 83 78 / 0.35);
}
.border-l-stone-600\/40 {
  border-left-color: rgb(87 83 78 / 0.4);
}
.border-l-stone-600\/45 {
  border-left-color: rgb(87 83 78 / 0.45);
}
.border-l-stone-600\/5 {
  border-left-color: rgb(87 83 78 / 0.05);
}
.border-l-stone-600\/50 {
  border-left-color: rgb(87 83 78 / 0.5);
}
.border-l-stone-600\/55 {
  border-left-color: rgb(87 83 78 / 0.55);
}
.border-l-stone-600\/60 {
  border-left-color: rgb(87 83 78 / 0.6);
}
.border-l-stone-600\/65 {
  border-left-color: rgb(87 83 78 / 0.65);
}
.border-l-stone-600\/70 {
  border-left-color: rgb(87 83 78 / 0.7);
}
.border-l-stone-600\/75 {
  border-left-color: rgb(87 83 78 / 0.75);
}
.border-l-stone-600\/80 {
  border-left-color: rgb(87 83 78 / 0.8);
}
.border-l-stone-600\/85 {
  border-left-color: rgb(87 83 78 / 0.85);
}
.border-l-stone-600\/90 {
  border-left-color: rgb(87 83 78 / 0.9);
}
.border-l-stone-600\/95 {
  border-left-color: rgb(87 83 78 / 0.95);
}
.border-l-stone-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-l-stone-700\/0 {
  border-left-color: rgb(68 64 60 / 0);
}
.border-l-stone-700\/10 {
  border-left-color: rgb(68 64 60 / 0.1);
}
.border-l-stone-700\/100 {
  border-left-color: rgb(68 64 60 / 1);
}
.border-l-stone-700\/15 {
  border-left-color: rgb(68 64 60 / 0.15);
}
.border-l-stone-700\/20 {
  border-left-color: rgb(68 64 60 / 0.2);
}
.border-l-stone-700\/25 {
  border-left-color: rgb(68 64 60 / 0.25);
}
.border-l-stone-700\/30 {
  border-left-color: rgb(68 64 60 / 0.3);
}
.border-l-stone-700\/35 {
  border-left-color: rgb(68 64 60 / 0.35);
}
.border-l-stone-700\/40 {
  border-left-color: rgb(68 64 60 / 0.4);
}
.border-l-stone-700\/45 {
  border-left-color: rgb(68 64 60 / 0.45);
}
.border-l-stone-700\/5 {
  border-left-color: rgb(68 64 60 / 0.05);
}
.border-l-stone-700\/50 {
  border-left-color: rgb(68 64 60 / 0.5);
}
.border-l-stone-700\/55 {
  border-left-color: rgb(68 64 60 / 0.55);
}
.border-l-stone-700\/60 {
  border-left-color: rgb(68 64 60 / 0.6);
}
.border-l-stone-700\/65 {
  border-left-color: rgb(68 64 60 / 0.65);
}
.border-l-stone-700\/70 {
  border-left-color: rgb(68 64 60 / 0.7);
}
.border-l-stone-700\/75 {
  border-left-color: rgb(68 64 60 / 0.75);
}
.border-l-stone-700\/80 {
  border-left-color: rgb(68 64 60 / 0.8);
}
.border-l-stone-700\/85 {
  border-left-color: rgb(68 64 60 / 0.85);
}
.border-l-stone-700\/90 {
  border-left-color: rgb(68 64 60 / 0.9);
}
.border-l-stone-700\/95 {
  border-left-color: rgb(68 64 60 / 0.95);
}
.border-l-stone-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-l-stone-800\/0 {
  border-left-color: rgb(41 37 36 / 0);
}
.border-l-stone-800\/10 {
  border-left-color: rgb(41 37 36 / 0.1);
}
.border-l-stone-800\/100 {
  border-left-color: rgb(41 37 36 / 1);
}
.border-l-stone-800\/15 {
  border-left-color: rgb(41 37 36 / 0.15);
}
.border-l-stone-800\/20 {
  border-left-color: rgb(41 37 36 / 0.2);
}
.border-l-stone-800\/25 {
  border-left-color: rgb(41 37 36 / 0.25);
}
.border-l-stone-800\/30 {
  border-left-color: rgb(41 37 36 / 0.3);
}
.border-l-stone-800\/35 {
  border-left-color: rgb(41 37 36 / 0.35);
}
.border-l-stone-800\/40 {
  border-left-color: rgb(41 37 36 / 0.4);
}
.border-l-stone-800\/45 {
  border-left-color: rgb(41 37 36 / 0.45);
}
.border-l-stone-800\/5 {
  border-left-color: rgb(41 37 36 / 0.05);
}
.border-l-stone-800\/50 {
  border-left-color: rgb(41 37 36 / 0.5);
}
.border-l-stone-800\/55 {
  border-left-color: rgb(41 37 36 / 0.55);
}
.border-l-stone-800\/60 {
  border-left-color: rgb(41 37 36 / 0.6);
}
.border-l-stone-800\/65 {
  border-left-color: rgb(41 37 36 / 0.65);
}
.border-l-stone-800\/70 {
  border-left-color: rgb(41 37 36 / 0.7);
}
.border-l-stone-800\/75 {
  border-left-color: rgb(41 37 36 / 0.75);
}
.border-l-stone-800\/80 {
  border-left-color: rgb(41 37 36 / 0.8);
}
.border-l-stone-800\/85 {
  border-left-color: rgb(41 37 36 / 0.85);
}
.border-l-stone-800\/90 {
  border-left-color: rgb(41 37 36 / 0.9);
}
.border-l-stone-800\/95 {
  border-left-color: rgb(41 37 36 / 0.95);
}
.border-l-stone-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-l-stone-900\/0 {
  border-left-color: rgb(28 25 23 / 0);
}
.border-l-stone-900\/10 {
  border-left-color: rgb(28 25 23 / 0.1);
}
.border-l-stone-900\/100 {
  border-left-color: rgb(28 25 23 / 1);
}
.border-l-stone-900\/15 {
  border-left-color: rgb(28 25 23 / 0.15);
}
.border-l-stone-900\/20 {
  border-left-color: rgb(28 25 23 / 0.2);
}
.border-l-stone-900\/25 {
  border-left-color: rgb(28 25 23 / 0.25);
}
.border-l-stone-900\/30 {
  border-left-color: rgb(28 25 23 / 0.3);
}
.border-l-stone-900\/35 {
  border-left-color: rgb(28 25 23 / 0.35);
}
.border-l-stone-900\/40 {
  border-left-color: rgb(28 25 23 / 0.4);
}
.border-l-stone-900\/45 {
  border-left-color: rgb(28 25 23 / 0.45);
}
.border-l-stone-900\/5 {
  border-left-color: rgb(28 25 23 / 0.05);
}
.border-l-stone-900\/50 {
  border-left-color: rgb(28 25 23 / 0.5);
}
.border-l-stone-900\/55 {
  border-left-color: rgb(28 25 23 / 0.55);
}
.border-l-stone-900\/60 {
  border-left-color: rgb(28 25 23 / 0.6);
}
.border-l-stone-900\/65 {
  border-left-color: rgb(28 25 23 / 0.65);
}
.border-l-stone-900\/70 {
  border-left-color: rgb(28 25 23 / 0.7);
}
.border-l-stone-900\/75 {
  border-left-color: rgb(28 25 23 / 0.75);
}
.border-l-stone-900\/80 {
  border-left-color: rgb(28 25 23 / 0.8);
}
.border-l-stone-900\/85 {
  border-left-color: rgb(28 25 23 / 0.85);
}
.border-l-stone-900\/90 {
  border-left-color: rgb(28 25 23 / 0.9);
}
.border-l-stone-900\/95 {
  border-left-color: rgb(28 25 23 / 0.95);
}
.border-l-stone-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-l-stone-950\/0 {
  border-left-color: rgb(12 10 9 / 0);
}
.border-l-stone-950\/10 {
  border-left-color: rgb(12 10 9 / 0.1);
}
.border-l-stone-950\/100 {
  border-left-color: rgb(12 10 9 / 1);
}
.border-l-stone-950\/15 {
  border-left-color: rgb(12 10 9 / 0.15);
}
.border-l-stone-950\/20 {
  border-left-color: rgb(12 10 9 / 0.2);
}
.border-l-stone-950\/25 {
  border-left-color: rgb(12 10 9 / 0.25);
}
.border-l-stone-950\/30 {
  border-left-color: rgb(12 10 9 / 0.3);
}
.border-l-stone-950\/35 {
  border-left-color: rgb(12 10 9 / 0.35);
}
.border-l-stone-950\/40 {
  border-left-color: rgb(12 10 9 / 0.4);
}
.border-l-stone-950\/45 {
  border-left-color: rgb(12 10 9 / 0.45);
}
.border-l-stone-950\/5 {
  border-left-color: rgb(12 10 9 / 0.05);
}
.border-l-stone-950\/50 {
  border-left-color: rgb(12 10 9 / 0.5);
}
.border-l-stone-950\/55 {
  border-left-color: rgb(12 10 9 / 0.55);
}
.border-l-stone-950\/60 {
  border-left-color: rgb(12 10 9 / 0.6);
}
.border-l-stone-950\/65 {
  border-left-color: rgb(12 10 9 / 0.65);
}
.border-l-stone-950\/70 {
  border-left-color: rgb(12 10 9 / 0.7);
}
.border-l-stone-950\/75 {
  border-left-color: rgb(12 10 9 / 0.75);
}
.border-l-stone-950\/80 {
  border-left-color: rgb(12 10 9 / 0.8);
}
.border-l-stone-950\/85 {
  border-left-color: rgb(12 10 9 / 0.85);
}
.border-l-stone-950\/90 {
  border-left-color: rgb(12 10 9 / 0.9);
}
.border-l-stone-950\/95 {
  border-left-color: rgb(12 10 9 / 0.95);
}
.border-l-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-l-teal-100\/0 {
  border-left-color: rgb(204 251 241 / 0);
}
.border-l-teal-100\/10 {
  border-left-color: rgb(204 251 241 / 0.1);
}
.border-l-teal-100\/100 {
  border-left-color: rgb(204 251 241 / 1);
}
.border-l-teal-100\/15 {
  border-left-color: rgb(204 251 241 / 0.15);
}
.border-l-teal-100\/20 {
  border-left-color: rgb(204 251 241 / 0.2);
}
.border-l-teal-100\/25 {
  border-left-color: rgb(204 251 241 / 0.25);
}
.border-l-teal-100\/30 {
  border-left-color: rgb(204 251 241 / 0.3);
}
.border-l-teal-100\/35 {
  border-left-color: rgb(204 251 241 / 0.35);
}
.border-l-teal-100\/40 {
  border-left-color: rgb(204 251 241 / 0.4);
}
.border-l-teal-100\/45 {
  border-left-color: rgb(204 251 241 / 0.45);
}
.border-l-teal-100\/5 {
  border-left-color: rgb(204 251 241 / 0.05);
}
.border-l-teal-100\/50 {
  border-left-color: rgb(204 251 241 / 0.5);
}
.border-l-teal-100\/55 {
  border-left-color: rgb(204 251 241 / 0.55);
}
.border-l-teal-100\/60 {
  border-left-color: rgb(204 251 241 / 0.6);
}
.border-l-teal-100\/65 {
  border-left-color: rgb(204 251 241 / 0.65);
}
.border-l-teal-100\/70 {
  border-left-color: rgb(204 251 241 / 0.7);
}
.border-l-teal-100\/75 {
  border-left-color: rgb(204 251 241 / 0.75);
}
.border-l-teal-100\/80 {
  border-left-color: rgb(204 251 241 / 0.8);
}
.border-l-teal-100\/85 {
  border-left-color: rgb(204 251 241 / 0.85);
}
.border-l-teal-100\/90 {
  border-left-color: rgb(204 251 241 / 0.9);
}
.border-l-teal-100\/95 {
  border-left-color: rgb(204 251 241 / 0.95);
}
.border-l-teal-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-l-teal-200\/0 {
  border-left-color: rgb(153 246 228 / 0);
}
.border-l-teal-200\/10 {
  border-left-color: rgb(153 246 228 / 0.1);
}
.border-l-teal-200\/100 {
  border-left-color: rgb(153 246 228 / 1);
}
.border-l-teal-200\/15 {
  border-left-color: rgb(153 246 228 / 0.15);
}
.border-l-teal-200\/20 {
  border-left-color: rgb(153 246 228 / 0.2);
}
.border-l-teal-200\/25 {
  border-left-color: rgb(153 246 228 / 0.25);
}
.border-l-teal-200\/30 {
  border-left-color: rgb(153 246 228 / 0.3);
}
.border-l-teal-200\/35 {
  border-left-color: rgb(153 246 228 / 0.35);
}
.border-l-teal-200\/40 {
  border-left-color: rgb(153 246 228 / 0.4);
}
.border-l-teal-200\/45 {
  border-left-color: rgb(153 246 228 / 0.45);
}
.border-l-teal-200\/5 {
  border-left-color: rgb(153 246 228 / 0.05);
}
.border-l-teal-200\/50 {
  border-left-color: rgb(153 246 228 / 0.5);
}
.border-l-teal-200\/55 {
  border-left-color: rgb(153 246 228 / 0.55);
}
.border-l-teal-200\/60 {
  border-left-color: rgb(153 246 228 / 0.6);
}
.border-l-teal-200\/65 {
  border-left-color: rgb(153 246 228 / 0.65);
}
.border-l-teal-200\/70 {
  border-left-color: rgb(153 246 228 / 0.7);
}
.border-l-teal-200\/75 {
  border-left-color: rgb(153 246 228 / 0.75);
}
.border-l-teal-200\/80 {
  border-left-color: rgb(153 246 228 / 0.8);
}
.border-l-teal-200\/85 {
  border-left-color: rgb(153 246 228 / 0.85);
}
.border-l-teal-200\/90 {
  border-left-color: rgb(153 246 228 / 0.9);
}
.border-l-teal-200\/95 {
  border-left-color: rgb(153 246 228 / 0.95);
}
.border-l-teal-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-l-teal-300\/0 {
  border-left-color: rgb(94 234 212 / 0);
}
.border-l-teal-300\/10 {
  border-left-color: rgb(94 234 212 / 0.1);
}
.border-l-teal-300\/100 {
  border-left-color: rgb(94 234 212 / 1);
}
.border-l-teal-300\/15 {
  border-left-color: rgb(94 234 212 / 0.15);
}
.border-l-teal-300\/20 {
  border-left-color: rgb(94 234 212 / 0.2);
}
.border-l-teal-300\/25 {
  border-left-color: rgb(94 234 212 / 0.25);
}
.border-l-teal-300\/30 {
  border-left-color: rgb(94 234 212 / 0.3);
}
.border-l-teal-300\/35 {
  border-left-color: rgb(94 234 212 / 0.35);
}
.border-l-teal-300\/40 {
  border-left-color: rgb(94 234 212 / 0.4);
}
.border-l-teal-300\/45 {
  border-left-color: rgb(94 234 212 / 0.45);
}
.border-l-teal-300\/5 {
  border-left-color: rgb(94 234 212 / 0.05);
}
.border-l-teal-300\/50 {
  border-left-color: rgb(94 234 212 / 0.5);
}
.border-l-teal-300\/55 {
  border-left-color: rgb(94 234 212 / 0.55);
}
.border-l-teal-300\/60 {
  border-left-color: rgb(94 234 212 / 0.6);
}
.border-l-teal-300\/65 {
  border-left-color: rgb(94 234 212 / 0.65);
}
.border-l-teal-300\/70 {
  border-left-color: rgb(94 234 212 / 0.7);
}
.border-l-teal-300\/75 {
  border-left-color: rgb(94 234 212 / 0.75);
}
.border-l-teal-300\/80 {
  border-left-color: rgb(94 234 212 / 0.8);
}
.border-l-teal-300\/85 {
  border-left-color: rgb(94 234 212 / 0.85);
}
.border-l-teal-300\/90 {
  border-left-color: rgb(94 234 212 / 0.9);
}
.border-l-teal-300\/95 {
  border-left-color: rgb(94 234 212 / 0.95);
}
.border-l-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-l-teal-400\/0 {
  border-left-color: rgb(45 212 191 / 0);
}
.border-l-teal-400\/10 {
  border-left-color: rgb(45 212 191 / 0.1);
}
.border-l-teal-400\/100 {
  border-left-color: rgb(45 212 191 / 1);
}
.border-l-teal-400\/15 {
  border-left-color: rgb(45 212 191 / 0.15);
}
.border-l-teal-400\/20 {
  border-left-color: rgb(45 212 191 / 0.2);
}
.border-l-teal-400\/25 {
  border-left-color: rgb(45 212 191 / 0.25);
}
.border-l-teal-400\/30 {
  border-left-color: rgb(45 212 191 / 0.3);
}
.border-l-teal-400\/35 {
  border-left-color: rgb(45 212 191 / 0.35);
}
.border-l-teal-400\/40 {
  border-left-color: rgb(45 212 191 / 0.4);
}
.border-l-teal-400\/45 {
  border-left-color: rgb(45 212 191 / 0.45);
}
.border-l-teal-400\/5 {
  border-left-color: rgb(45 212 191 / 0.05);
}
.border-l-teal-400\/50 {
  border-left-color: rgb(45 212 191 / 0.5);
}
.border-l-teal-400\/55 {
  border-left-color: rgb(45 212 191 / 0.55);
}
.border-l-teal-400\/60 {
  border-left-color: rgb(45 212 191 / 0.6);
}
.border-l-teal-400\/65 {
  border-left-color: rgb(45 212 191 / 0.65);
}
.border-l-teal-400\/70 {
  border-left-color: rgb(45 212 191 / 0.7);
}
.border-l-teal-400\/75 {
  border-left-color: rgb(45 212 191 / 0.75);
}
.border-l-teal-400\/80 {
  border-left-color: rgb(45 212 191 / 0.8);
}
.border-l-teal-400\/85 {
  border-left-color: rgb(45 212 191 / 0.85);
}
.border-l-teal-400\/90 {
  border-left-color: rgb(45 212 191 / 0.9);
}
.border-l-teal-400\/95 {
  border-left-color: rgb(45 212 191 / 0.95);
}
.border-l-teal-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-l-teal-50\/0 {
  border-left-color: rgb(240 253 250 / 0);
}
.border-l-teal-50\/10 {
  border-left-color: rgb(240 253 250 / 0.1);
}
.border-l-teal-50\/100 {
  border-left-color: rgb(240 253 250 / 1);
}
.border-l-teal-50\/15 {
  border-left-color: rgb(240 253 250 / 0.15);
}
.border-l-teal-50\/20 {
  border-left-color: rgb(240 253 250 / 0.2);
}
.border-l-teal-50\/25 {
  border-left-color: rgb(240 253 250 / 0.25);
}
.border-l-teal-50\/30 {
  border-left-color: rgb(240 253 250 / 0.3);
}
.border-l-teal-50\/35 {
  border-left-color: rgb(240 253 250 / 0.35);
}
.border-l-teal-50\/40 {
  border-left-color: rgb(240 253 250 / 0.4);
}
.border-l-teal-50\/45 {
  border-left-color: rgb(240 253 250 / 0.45);
}
.border-l-teal-50\/5 {
  border-left-color: rgb(240 253 250 / 0.05);
}
.border-l-teal-50\/50 {
  border-left-color: rgb(240 253 250 / 0.5);
}
.border-l-teal-50\/55 {
  border-left-color: rgb(240 253 250 / 0.55);
}
.border-l-teal-50\/60 {
  border-left-color: rgb(240 253 250 / 0.6);
}
.border-l-teal-50\/65 {
  border-left-color: rgb(240 253 250 / 0.65);
}
.border-l-teal-50\/70 {
  border-left-color: rgb(240 253 250 / 0.7);
}
.border-l-teal-50\/75 {
  border-left-color: rgb(240 253 250 / 0.75);
}
.border-l-teal-50\/80 {
  border-left-color: rgb(240 253 250 / 0.8);
}
.border-l-teal-50\/85 {
  border-left-color: rgb(240 253 250 / 0.85);
}
.border-l-teal-50\/90 {
  border-left-color: rgb(240 253 250 / 0.9);
}
.border-l-teal-50\/95 {
  border-left-color: rgb(240 253 250 / 0.95);
}
.border-l-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-l-teal-500\/0 {
  border-left-color: rgb(20 184 166 / 0);
}
.border-l-teal-500\/10 {
  border-left-color: rgb(20 184 166 / 0.1);
}
.border-l-teal-500\/100 {
  border-left-color: rgb(20 184 166 / 1);
}
.border-l-teal-500\/15 {
  border-left-color: rgb(20 184 166 / 0.15);
}
.border-l-teal-500\/20 {
  border-left-color: rgb(20 184 166 / 0.2);
}
.border-l-teal-500\/25 {
  border-left-color: rgb(20 184 166 / 0.25);
}
.border-l-teal-500\/30 {
  border-left-color: rgb(20 184 166 / 0.3);
}
.border-l-teal-500\/35 {
  border-left-color: rgb(20 184 166 / 0.35);
}
.border-l-teal-500\/40 {
  border-left-color: rgb(20 184 166 / 0.4);
}
.border-l-teal-500\/45 {
  border-left-color: rgb(20 184 166 / 0.45);
}
.border-l-teal-500\/5 {
  border-left-color: rgb(20 184 166 / 0.05);
}
.border-l-teal-500\/50 {
  border-left-color: rgb(20 184 166 / 0.5);
}
.border-l-teal-500\/55 {
  border-left-color: rgb(20 184 166 / 0.55);
}
.border-l-teal-500\/60 {
  border-left-color: rgb(20 184 166 / 0.6);
}
.border-l-teal-500\/65 {
  border-left-color: rgb(20 184 166 / 0.65);
}
.border-l-teal-500\/70 {
  border-left-color: rgb(20 184 166 / 0.7);
}
.border-l-teal-500\/75 {
  border-left-color: rgb(20 184 166 / 0.75);
}
.border-l-teal-500\/80 {
  border-left-color: rgb(20 184 166 / 0.8);
}
.border-l-teal-500\/85 {
  border-left-color: rgb(20 184 166 / 0.85);
}
.border-l-teal-500\/90 {
  border-left-color: rgb(20 184 166 / 0.9);
}
.border-l-teal-500\/95 {
  border-left-color: rgb(20 184 166 / 0.95);
}
.border-l-teal-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-l-teal-600\/0 {
  border-left-color: rgb(13 148 136 / 0);
}
.border-l-teal-600\/10 {
  border-left-color: rgb(13 148 136 / 0.1);
}
.border-l-teal-600\/100 {
  border-left-color: rgb(13 148 136 / 1);
}
.border-l-teal-600\/15 {
  border-left-color: rgb(13 148 136 / 0.15);
}
.border-l-teal-600\/20 {
  border-left-color: rgb(13 148 136 / 0.2);
}
.border-l-teal-600\/25 {
  border-left-color: rgb(13 148 136 / 0.25);
}
.border-l-teal-600\/30 {
  border-left-color: rgb(13 148 136 / 0.3);
}
.border-l-teal-600\/35 {
  border-left-color: rgb(13 148 136 / 0.35);
}
.border-l-teal-600\/40 {
  border-left-color: rgb(13 148 136 / 0.4);
}
.border-l-teal-600\/45 {
  border-left-color: rgb(13 148 136 / 0.45);
}
.border-l-teal-600\/5 {
  border-left-color: rgb(13 148 136 / 0.05);
}
.border-l-teal-600\/50 {
  border-left-color: rgb(13 148 136 / 0.5);
}
.border-l-teal-600\/55 {
  border-left-color: rgb(13 148 136 / 0.55);
}
.border-l-teal-600\/60 {
  border-left-color: rgb(13 148 136 / 0.6);
}
.border-l-teal-600\/65 {
  border-left-color: rgb(13 148 136 / 0.65);
}
.border-l-teal-600\/70 {
  border-left-color: rgb(13 148 136 / 0.7);
}
.border-l-teal-600\/75 {
  border-left-color: rgb(13 148 136 / 0.75);
}
.border-l-teal-600\/80 {
  border-left-color: rgb(13 148 136 / 0.8);
}
.border-l-teal-600\/85 {
  border-left-color: rgb(13 148 136 / 0.85);
}
.border-l-teal-600\/90 {
  border-left-color: rgb(13 148 136 / 0.9);
}
.border-l-teal-600\/95 {
  border-left-color: rgb(13 148 136 / 0.95);
}
.border-l-teal-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-l-teal-700\/0 {
  border-left-color: rgb(15 118 110 / 0);
}
.border-l-teal-700\/10 {
  border-left-color: rgb(15 118 110 / 0.1);
}
.border-l-teal-700\/100 {
  border-left-color: rgb(15 118 110 / 1);
}
.border-l-teal-700\/15 {
  border-left-color: rgb(15 118 110 / 0.15);
}
.border-l-teal-700\/20 {
  border-left-color: rgb(15 118 110 / 0.2);
}
.border-l-teal-700\/25 {
  border-left-color: rgb(15 118 110 / 0.25);
}
.border-l-teal-700\/30 {
  border-left-color: rgb(15 118 110 / 0.3);
}
.border-l-teal-700\/35 {
  border-left-color: rgb(15 118 110 / 0.35);
}
.border-l-teal-700\/40 {
  border-left-color: rgb(15 118 110 / 0.4);
}
.border-l-teal-700\/45 {
  border-left-color: rgb(15 118 110 / 0.45);
}
.border-l-teal-700\/5 {
  border-left-color: rgb(15 118 110 / 0.05);
}
.border-l-teal-700\/50 {
  border-left-color: rgb(15 118 110 / 0.5);
}
.border-l-teal-700\/55 {
  border-left-color: rgb(15 118 110 / 0.55);
}
.border-l-teal-700\/60 {
  border-left-color: rgb(15 118 110 / 0.6);
}
.border-l-teal-700\/65 {
  border-left-color: rgb(15 118 110 / 0.65);
}
.border-l-teal-700\/70 {
  border-left-color: rgb(15 118 110 / 0.7);
}
.border-l-teal-700\/75 {
  border-left-color: rgb(15 118 110 / 0.75);
}
.border-l-teal-700\/80 {
  border-left-color: rgb(15 118 110 / 0.8);
}
.border-l-teal-700\/85 {
  border-left-color: rgb(15 118 110 / 0.85);
}
.border-l-teal-700\/90 {
  border-left-color: rgb(15 118 110 / 0.9);
}
.border-l-teal-700\/95 {
  border-left-color: rgb(15 118 110 / 0.95);
}
.border-l-teal-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-l-teal-800\/0 {
  border-left-color: rgb(17 94 89 / 0);
}
.border-l-teal-800\/10 {
  border-left-color: rgb(17 94 89 / 0.1);
}
.border-l-teal-800\/100 {
  border-left-color: rgb(17 94 89 / 1);
}
.border-l-teal-800\/15 {
  border-left-color: rgb(17 94 89 / 0.15);
}
.border-l-teal-800\/20 {
  border-left-color: rgb(17 94 89 / 0.2);
}
.border-l-teal-800\/25 {
  border-left-color: rgb(17 94 89 / 0.25);
}
.border-l-teal-800\/30 {
  border-left-color: rgb(17 94 89 / 0.3);
}
.border-l-teal-800\/35 {
  border-left-color: rgb(17 94 89 / 0.35);
}
.border-l-teal-800\/40 {
  border-left-color: rgb(17 94 89 / 0.4);
}
.border-l-teal-800\/45 {
  border-left-color: rgb(17 94 89 / 0.45);
}
.border-l-teal-800\/5 {
  border-left-color: rgb(17 94 89 / 0.05);
}
.border-l-teal-800\/50 {
  border-left-color: rgb(17 94 89 / 0.5);
}
.border-l-teal-800\/55 {
  border-left-color: rgb(17 94 89 / 0.55);
}
.border-l-teal-800\/60 {
  border-left-color: rgb(17 94 89 / 0.6);
}
.border-l-teal-800\/65 {
  border-left-color: rgb(17 94 89 / 0.65);
}
.border-l-teal-800\/70 {
  border-left-color: rgb(17 94 89 / 0.7);
}
.border-l-teal-800\/75 {
  border-left-color: rgb(17 94 89 / 0.75);
}
.border-l-teal-800\/80 {
  border-left-color: rgb(17 94 89 / 0.8);
}
.border-l-teal-800\/85 {
  border-left-color: rgb(17 94 89 / 0.85);
}
.border-l-teal-800\/90 {
  border-left-color: rgb(17 94 89 / 0.9);
}
.border-l-teal-800\/95 {
  border-left-color: rgb(17 94 89 / 0.95);
}
.border-l-teal-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-l-teal-900\/0 {
  border-left-color: rgb(19 78 74 / 0);
}
.border-l-teal-900\/10 {
  border-left-color: rgb(19 78 74 / 0.1);
}
.border-l-teal-900\/100 {
  border-left-color: rgb(19 78 74 / 1);
}
.border-l-teal-900\/15 {
  border-left-color: rgb(19 78 74 / 0.15);
}
.border-l-teal-900\/20 {
  border-left-color: rgb(19 78 74 / 0.2);
}
.border-l-teal-900\/25 {
  border-left-color: rgb(19 78 74 / 0.25);
}
.border-l-teal-900\/30 {
  border-left-color: rgb(19 78 74 / 0.3);
}
.border-l-teal-900\/35 {
  border-left-color: rgb(19 78 74 / 0.35);
}
.border-l-teal-900\/40 {
  border-left-color: rgb(19 78 74 / 0.4);
}
.border-l-teal-900\/45 {
  border-left-color: rgb(19 78 74 / 0.45);
}
.border-l-teal-900\/5 {
  border-left-color: rgb(19 78 74 / 0.05);
}
.border-l-teal-900\/50 {
  border-left-color: rgb(19 78 74 / 0.5);
}
.border-l-teal-900\/55 {
  border-left-color: rgb(19 78 74 / 0.55);
}
.border-l-teal-900\/60 {
  border-left-color: rgb(19 78 74 / 0.6);
}
.border-l-teal-900\/65 {
  border-left-color: rgb(19 78 74 / 0.65);
}
.border-l-teal-900\/70 {
  border-left-color: rgb(19 78 74 / 0.7);
}
.border-l-teal-900\/75 {
  border-left-color: rgb(19 78 74 / 0.75);
}
.border-l-teal-900\/80 {
  border-left-color: rgb(19 78 74 / 0.8);
}
.border-l-teal-900\/85 {
  border-left-color: rgb(19 78 74 / 0.85);
}
.border-l-teal-900\/90 {
  border-left-color: rgb(19 78 74 / 0.9);
}
.border-l-teal-900\/95 {
  border-left-color: rgb(19 78 74 / 0.95);
}
.border-l-teal-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-l-teal-950\/0 {
  border-left-color: rgb(4 47 46 / 0);
}
.border-l-teal-950\/10 {
  border-left-color: rgb(4 47 46 / 0.1);
}
.border-l-teal-950\/100 {
  border-left-color: rgb(4 47 46 / 1);
}
.border-l-teal-950\/15 {
  border-left-color: rgb(4 47 46 / 0.15);
}
.border-l-teal-950\/20 {
  border-left-color: rgb(4 47 46 / 0.2);
}
.border-l-teal-950\/25 {
  border-left-color: rgb(4 47 46 / 0.25);
}
.border-l-teal-950\/30 {
  border-left-color: rgb(4 47 46 / 0.3);
}
.border-l-teal-950\/35 {
  border-left-color: rgb(4 47 46 / 0.35);
}
.border-l-teal-950\/40 {
  border-left-color: rgb(4 47 46 / 0.4);
}
.border-l-teal-950\/45 {
  border-left-color: rgb(4 47 46 / 0.45);
}
.border-l-teal-950\/5 {
  border-left-color: rgb(4 47 46 / 0.05);
}
.border-l-teal-950\/50 {
  border-left-color: rgb(4 47 46 / 0.5);
}
.border-l-teal-950\/55 {
  border-left-color: rgb(4 47 46 / 0.55);
}
.border-l-teal-950\/60 {
  border-left-color: rgb(4 47 46 / 0.6);
}
.border-l-teal-950\/65 {
  border-left-color: rgb(4 47 46 / 0.65);
}
.border-l-teal-950\/70 {
  border-left-color: rgb(4 47 46 / 0.7);
}
.border-l-teal-950\/75 {
  border-left-color: rgb(4 47 46 / 0.75);
}
.border-l-teal-950\/80 {
  border-left-color: rgb(4 47 46 / 0.8);
}
.border-l-teal-950\/85 {
  border-left-color: rgb(4 47 46 / 0.85);
}
.border-l-teal-950\/90 {
  border-left-color: rgb(4 47 46 / 0.9);
}
.border-l-teal-950\/95 {
  border-left-color: rgb(4 47 46 / 0.95);
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-l-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-violet-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-l-violet-100\/0 {
  border-left-color: rgb(237 233 254 / 0);
}
.border-l-violet-100\/10 {
  border-left-color: rgb(237 233 254 / 0.1);
}
.border-l-violet-100\/100 {
  border-left-color: rgb(237 233 254 / 1);
}
.border-l-violet-100\/15 {
  border-left-color: rgb(237 233 254 / 0.15);
}
.border-l-violet-100\/20 {
  border-left-color: rgb(237 233 254 / 0.2);
}
.border-l-violet-100\/25 {
  border-left-color: rgb(237 233 254 / 0.25);
}
.border-l-violet-100\/30 {
  border-left-color: rgb(237 233 254 / 0.3);
}
.border-l-violet-100\/35 {
  border-left-color: rgb(237 233 254 / 0.35);
}
.border-l-violet-100\/40 {
  border-left-color: rgb(237 233 254 / 0.4);
}
.border-l-violet-100\/45 {
  border-left-color: rgb(237 233 254 / 0.45);
}
.border-l-violet-100\/5 {
  border-left-color: rgb(237 233 254 / 0.05);
}
.border-l-violet-100\/50 {
  border-left-color: rgb(237 233 254 / 0.5);
}
.border-l-violet-100\/55 {
  border-left-color: rgb(237 233 254 / 0.55);
}
.border-l-violet-100\/60 {
  border-left-color: rgb(237 233 254 / 0.6);
}
.border-l-violet-100\/65 {
  border-left-color: rgb(237 233 254 / 0.65);
}
.border-l-violet-100\/70 {
  border-left-color: rgb(237 233 254 / 0.7);
}
.border-l-violet-100\/75 {
  border-left-color: rgb(237 233 254 / 0.75);
}
.border-l-violet-100\/80 {
  border-left-color: rgb(237 233 254 / 0.8);
}
.border-l-violet-100\/85 {
  border-left-color: rgb(237 233 254 / 0.85);
}
.border-l-violet-100\/90 {
  border-left-color: rgb(237 233 254 / 0.9);
}
.border-l-violet-100\/95 {
  border-left-color: rgb(237 233 254 / 0.95);
}
.border-l-violet-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-l-violet-200\/0 {
  border-left-color: rgb(221 214 254 / 0);
}
.border-l-violet-200\/10 {
  border-left-color: rgb(221 214 254 / 0.1);
}
.border-l-violet-200\/100 {
  border-left-color: rgb(221 214 254 / 1);
}
.border-l-violet-200\/15 {
  border-left-color: rgb(221 214 254 / 0.15);
}
.border-l-violet-200\/20 {
  border-left-color: rgb(221 214 254 / 0.2);
}
.border-l-violet-200\/25 {
  border-left-color: rgb(221 214 254 / 0.25);
}
.border-l-violet-200\/30 {
  border-left-color: rgb(221 214 254 / 0.3);
}
.border-l-violet-200\/35 {
  border-left-color: rgb(221 214 254 / 0.35);
}
.border-l-violet-200\/40 {
  border-left-color: rgb(221 214 254 / 0.4);
}
.border-l-violet-200\/45 {
  border-left-color: rgb(221 214 254 / 0.45);
}
.border-l-violet-200\/5 {
  border-left-color: rgb(221 214 254 / 0.05);
}
.border-l-violet-200\/50 {
  border-left-color: rgb(221 214 254 / 0.5);
}
.border-l-violet-200\/55 {
  border-left-color: rgb(221 214 254 / 0.55);
}
.border-l-violet-200\/60 {
  border-left-color: rgb(221 214 254 / 0.6);
}
.border-l-violet-200\/65 {
  border-left-color: rgb(221 214 254 / 0.65);
}
.border-l-violet-200\/70 {
  border-left-color: rgb(221 214 254 / 0.7);
}
.border-l-violet-200\/75 {
  border-left-color: rgb(221 214 254 / 0.75);
}
.border-l-violet-200\/80 {
  border-left-color: rgb(221 214 254 / 0.8);
}
.border-l-violet-200\/85 {
  border-left-color: rgb(221 214 254 / 0.85);
}
.border-l-violet-200\/90 {
  border-left-color: rgb(221 214 254 / 0.9);
}
.border-l-violet-200\/95 {
  border-left-color: rgb(221 214 254 / 0.95);
}
.border-l-violet-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-l-violet-300\/0 {
  border-left-color: rgb(196 181 253 / 0);
}
.border-l-violet-300\/10 {
  border-left-color: rgb(196 181 253 / 0.1);
}
.border-l-violet-300\/100 {
  border-left-color: rgb(196 181 253 / 1);
}
.border-l-violet-300\/15 {
  border-left-color: rgb(196 181 253 / 0.15);
}
.border-l-violet-300\/20 {
  border-left-color: rgb(196 181 253 / 0.2);
}
.border-l-violet-300\/25 {
  border-left-color: rgb(196 181 253 / 0.25);
}
.border-l-violet-300\/30 {
  border-left-color: rgb(196 181 253 / 0.3);
}
.border-l-violet-300\/35 {
  border-left-color: rgb(196 181 253 / 0.35);
}
.border-l-violet-300\/40 {
  border-left-color: rgb(196 181 253 / 0.4);
}
.border-l-violet-300\/45 {
  border-left-color: rgb(196 181 253 / 0.45);
}
.border-l-violet-300\/5 {
  border-left-color: rgb(196 181 253 / 0.05);
}
.border-l-violet-300\/50 {
  border-left-color: rgb(196 181 253 / 0.5);
}
.border-l-violet-300\/55 {
  border-left-color: rgb(196 181 253 / 0.55);
}
.border-l-violet-300\/60 {
  border-left-color: rgb(196 181 253 / 0.6);
}
.border-l-violet-300\/65 {
  border-left-color: rgb(196 181 253 / 0.65);
}
.border-l-violet-300\/70 {
  border-left-color: rgb(196 181 253 / 0.7);
}
.border-l-violet-300\/75 {
  border-left-color: rgb(196 181 253 / 0.75);
}
.border-l-violet-300\/80 {
  border-left-color: rgb(196 181 253 / 0.8);
}
.border-l-violet-300\/85 {
  border-left-color: rgb(196 181 253 / 0.85);
}
.border-l-violet-300\/90 {
  border-left-color: rgb(196 181 253 / 0.9);
}
.border-l-violet-300\/95 {
  border-left-color: rgb(196 181 253 / 0.95);
}
.border-l-violet-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-l-violet-400\/0 {
  border-left-color: rgb(167 139 250 / 0);
}
.border-l-violet-400\/10 {
  border-left-color: rgb(167 139 250 / 0.1);
}
.border-l-violet-400\/100 {
  border-left-color: rgb(167 139 250 / 1);
}
.border-l-violet-400\/15 {
  border-left-color: rgb(167 139 250 / 0.15);
}
.border-l-violet-400\/20 {
  border-left-color: rgb(167 139 250 / 0.2);
}
.border-l-violet-400\/25 {
  border-left-color: rgb(167 139 250 / 0.25);
}
.border-l-violet-400\/30 {
  border-left-color: rgb(167 139 250 / 0.3);
}
.border-l-violet-400\/35 {
  border-left-color: rgb(167 139 250 / 0.35);
}
.border-l-violet-400\/40 {
  border-left-color: rgb(167 139 250 / 0.4);
}
.border-l-violet-400\/45 {
  border-left-color: rgb(167 139 250 / 0.45);
}
.border-l-violet-400\/5 {
  border-left-color: rgb(167 139 250 / 0.05);
}
.border-l-violet-400\/50 {
  border-left-color: rgb(167 139 250 / 0.5);
}
.border-l-violet-400\/55 {
  border-left-color: rgb(167 139 250 / 0.55);
}
.border-l-violet-400\/60 {
  border-left-color: rgb(167 139 250 / 0.6);
}
.border-l-violet-400\/65 {
  border-left-color: rgb(167 139 250 / 0.65);
}
.border-l-violet-400\/70 {
  border-left-color: rgb(167 139 250 / 0.7);
}
.border-l-violet-400\/75 {
  border-left-color: rgb(167 139 250 / 0.75);
}
.border-l-violet-400\/80 {
  border-left-color: rgb(167 139 250 / 0.8);
}
.border-l-violet-400\/85 {
  border-left-color: rgb(167 139 250 / 0.85);
}
.border-l-violet-400\/90 {
  border-left-color: rgb(167 139 250 / 0.9);
}
.border-l-violet-400\/95 {
  border-left-color: rgb(167 139 250 / 0.95);
}
.border-l-violet-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-l-violet-50\/0 {
  border-left-color: rgb(245 243 255 / 0);
}
.border-l-violet-50\/10 {
  border-left-color: rgb(245 243 255 / 0.1);
}
.border-l-violet-50\/100 {
  border-left-color: rgb(245 243 255 / 1);
}
.border-l-violet-50\/15 {
  border-left-color: rgb(245 243 255 / 0.15);
}
.border-l-violet-50\/20 {
  border-left-color: rgb(245 243 255 / 0.2);
}
.border-l-violet-50\/25 {
  border-left-color: rgb(245 243 255 / 0.25);
}
.border-l-violet-50\/30 {
  border-left-color: rgb(245 243 255 / 0.3);
}
.border-l-violet-50\/35 {
  border-left-color: rgb(245 243 255 / 0.35);
}
.border-l-violet-50\/40 {
  border-left-color: rgb(245 243 255 / 0.4);
}
.border-l-violet-50\/45 {
  border-left-color: rgb(245 243 255 / 0.45);
}
.border-l-violet-50\/5 {
  border-left-color: rgb(245 243 255 / 0.05);
}
.border-l-violet-50\/50 {
  border-left-color: rgb(245 243 255 / 0.5);
}
.border-l-violet-50\/55 {
  border-left-color: rgb(245 243 255 / 0.55);
}
.border-l-violet-50\/60 {
  border-left-color: rgb(245 243 255 / 0.6);
}
.border-l-violet-50\/65 {
  border-left-color: rgb(245 243 255 / 0.65);
}
.border-l-violet-50\/70 {
  border-left-color: rgb(245 243 255 / 0.7);
}
.border-l-violet-50\/75 {
  border-left-color: rgb(245 243 255 / 0.75);
}
.border-l-violet-50\/80 {
  border-left-color: rgb(245 243 255 / 0.8);
}
.border-l-violet-50\/85 {
  border-left-color: rgb(245 243 255 / 0.85);
}
.border-l-violet-50\/90 {
  border-left-color: rgb(245 243 255 / 0.9);
}
.border-l-violet-50\/95 {
  border-left-color: rgb(245 243 255 / 0.95);
}
.border-l-violet-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-l-violet-500\/0 {
  border-left-color: rgb(139 92 246 / 0);
}
.border-l-violet-500\/10 {
  border-left-color: rgb(139 92 246 / 0.1);
}
.border-l-violet-500\/100 {
  border-left-color: rgb(139 92 246 / 1);
}
.border-l-violet-500\/15 {
  border-left-color: rgb(139 92 246 / 0.15);
}
.border-l-violet-500\/20 {
  border-left-color: rgb(139 92 246 / 0.2);
}
.border-l-violet-500\/25 {
  border-left-color: rgb(139 92 246 / 0.25);
}
.border-l-violet-500\/30 {
  border-left-color: rgb(139 92 246 / 0.3);
}
.border-l-violet-500\/35 {
  border-left-color: rgb(139 92 246 / 0.35);
}
.border-l-violet-500\/40 {
  border-left-color: rgb(139 92 246 / 0.4);
}
.border-l-violet-500\/45 {
  border-left-color: rgb(139 92 246 / 0.45);
}
.border-l-violet-500\/5 {
  border-left-color: rgb(139 92 246 / 0.05);
}
.border-l-violet-500\/50 {
  border-left-color: rgb(139 92 246 / 0.5);
}
.border-l-violet-500\/55 {
  border-left-color: rgb(139 92 246 / 0.55);
}
.border-l-violet-500\/60 {
  border-left-color: rgb(139 92 246 / 0.6);
}
.border-l-violet-500\/65 {
  border-left-color: rgb(139 92 246 / 0.65);
}
.border-l-violet-500\/70 {
  border-left-color: rgb(139 92 246 / 0.7);
}
.border-l-violet-500\/75 {
  border-left-color: rgb(139 92 246 / 0.75);
}
.border-l-violet-500\/80 {
  border-left-color: rgb(139 92 246 / 0.8);
}
.border-l-violet-500\/85 {
  border-left-color: rgb(139 92 246 / 0.85);
}
.border-l-violet-500\/90 {
  border-left-color: rgb(139 92 246 / 0.9);
}
.border-l-violet-500\/95 {
  border-left-color: rgb(139 92 246 / 0.95);
}
.border-l-violet-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-l-violet-600\/0 {
  border-left-color: rgb(124 58 237 / 0);
}
.border-l-violet-600\/10 {
  border-left-color: rgb(124 58 237 / 0.1);
}
.border-l-violet-600\/100 {
  border-left-color: rgb(124 58 237 / 1);
}
.border-l-violet-600\/15 {
  border-left-color: rgb(124 58 237 / 0.15);
}
.border-l-violet-600\/20 {
  border-left-color: rgb(124 58 237 / 0.2);
}
.border-l-violet-600\/25 {
  border-left-color: rgb(124 58 237 / 0.25);
}
.border-l-violet-600\/30 {
  border-left-color: rgb(124 58 237 / 0.3);
}
.border-l-violet-600\/35 {
  border-left-color: rgb(124 58 237 / 0.35);
}
.border-l-violet-600\/40 {
  border-left-color: rgb(124 58 237 / 0.4);
}
.border-l-violet-600\/45 {
  border-left-color: rgb(124 58 237 / 0.45);
}
.border-l-violet-600\/5 {
  border-left-color: rgb(124 58 237 / 0.05);
}
.border-l-violet-600\/50 {
  border-left-color: rgb(124 58 237 / 0.5);
}
.border-l-violet-600\/55 {
  border-left-color: rgb(124 58 237 / 0.55);
}
.border-l-violet-600\/60 {
  border-left-color: rgb(124 58 237 / 0.6);
}
.border-l-violet-600\/65 {
  border-left-color: rgb(124 58 237 / 0.65);
}
.border-l-violet-600\/70 {
  border-left-color: rgb(124 58 237 / 0.7);
}
.border-l-violet-600\/75 {
  border-left-color: rgb(124 58 237 / 0.75);
}
.border-l-violet-600\/80 {
  border-left-color: rgb(124 58 237 / 0.8);
}
.border-l-violet-600\/85 {
  border-left-color: rgb(124 58 237 / 0.85);
}
.border-l-violet-600\/90 {
  border-left-color: rgb(124 58 237 / 0.9);
}
.border-l-violet-600\/95 {
  border-left-color: rgb(124 58 237 / 0.95);
}
.border-l-violet-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-l-violet-700\/0 {
  border-left-color: rgb(109 40 217 / 0);
}
.border-l-violet-700\/10 {
  border-left-color: rgb(109 40 217 / 0.1);
}
.border-l-violet-700\/100 {
  border-left-color: rgb(109 40 217 / 1);
}
.border-l-violet-700\/15 {
  border-left-color: rgb(109 40 217 / 0.15);
}
.border-l-violet-700\/20 {
  border-left-color: rgb(109 40 217 / 0.2);
}
.border-l-violet-700\/25 {
  border-left-color: rgb(109 40 217 / 0.25);
}
.border-l-violet-700\/30 {
  border-left-color: rgb(109 40 217 / 0.3);
}
.border-l-violet-700\/35 {
  border-left-color: rgb(109 40 217 / 0.35);
}
.border-l-violet-700\/40 {
  border-left-color: rgb(109 40 217 / 0.4);
}
.border-l-violet-700\/45 {
  border-left-color: rgb(109 40 217 / 0.45);
}
.border-l-violet-700\/5 {
  border-left-color: rgb(109 40 217 / 0.05);
}
.border-l-violet-700\/50 {
  border-left-color: rgb(109 40 217 / 0.5);
}
.border-l-violet-700\/55 {
  border-left-color: rgb(109 40 217 / 0.55);
}
.border-l-violet-700\/60 {
  border-left-color: rgb(109 40 217 / 0.6);
}
.border-l-violet-700\/65 {
  border-left-color: rgb(109 40 217 / 0.65);
}
.border-l-violet-700\/70 {
  border-left-color: rgb(109 40 217 / 0.7);
}
.border-l-violet-700\/75 {
  border-left-color: rgb(109 40 217 / 0.75);
}
.border-l-violet-700\/80 {
  border-left-color: rgb(109 40 217 / 0.8);
}
.border-l-violet-700\/85 {
  border-left-color: rgb(109 40 217 / 0.85);
}
.border-l-violet-700\/90 {
  border-left-color: rgb(109 40 217 / 0.9);
}
.border-l-violet-700\/95 {
  border-left-color: rgb(109 40 217 / 0.95);
}
.border-l-violet-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-l-violet-800\/0 {
  border-left-color: rgb(91 33 182 / 0);
}
.border-l-violet-800\/10 {
  border-left-color: rgb(91 33 182 / 0.1);
}
.border-l-violet-800\/100 {
  border-left-color: rgb(91 33 182 / 1);
}
.border-l-violet-800\/15 {
  border-left-color: rgb(91 33 182 / 0.15);
}
.border-l-violet-800\/20 {
  border-left-color: rgb(91 33 182 / 0.2);
}
.border-l-violet-800\/25 {
  border-left-color: rgb(91 33 182 / 0.25);
}
.border-l-violet-800\/30 {
  border-left-color: rgb(91 33 182 / 0.3);
}
.border-l-violet-800\/35 {
  border-left-color: rgb(91 33 182 / 0.35);
}
.border-l-violet-800\/40 {
  border-left-color: rgb(91 33 182 / 0.4);
}
.border-l-violet-800\/45 {
  border-left-color: rgb(91 33 182 / 0.45);
}
.border-l-violet-800\/5 {
  border-left-color: rgb(91 33 182 / 0.05);
}
.border-l-violet-800\/50 {
  border-left-color: rgb(91 33 182 / 0.5);
}
.border-l-violet-800\/55 {
  border-left-color: rgb(91 33 182 / 0.55);
}
.border-l-violet-800\/60 {
  border-left-color: rgb(91 33 182 / 0.6);
}
.border-l-violet-800\/65 {
  border-left-color: rgb(91 33 182 / 0.65);
}
.border-l-violet-800\/70 {
  border-left-color: rgb(91 33 182 / 0.7);
}
.border-l-violet-800\/75 {
  border-left-color: rgb(91 33 182 / 0.75);
}
.border-l-violet-800\/80 {
  border-left-color: rgb(91 33 182 / 0.8);
}
.border-l-violet-800\/85 {
  border-left-color: rgb(91 33 182 / 0.85);
}
.border-l-violet-800\/90 {
  border-left-color: rgb(91 33 182 / 0.9);
}
.border-l-violet-800\/95 {
  border-left-color: rgb(91 33 182 / 0.95);
}
.border-l-violet-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-l-violet-900\/0 {
  border-left-color: rgb(76 29 149 / 0);
}
.border-l-violet-900\/10 {
  border-left-color: rgb(76 29 149 / 0.1);
}
.border-l-violet-900\/100 {
  border-left-color: rgb(76 29 149 / 1);
}
.border-l-violet-900\/15 {
  border-left-color: rgb(76 29 149 / 0.15);
}
.border-l-violet-900\/20 {
  border-left-color: rgb(76 29 149 / 0.2);
}
.border-l-violet-900\/25 {
  border-left-color: rgb(76 29 149 / 0.25);
}
.border-l-violet-900\/30 {
  border-left-color: rgb(76 29 149 / 0.3);
}
.border-l-violet-900\/35 {
  border-left-color: rgb(76 29 149 / 0.35);
}
.border-l-violet-900\/40 {
  border-left-color: rgb(76 29 149 / 0.4);
}
.border-l-violet-900\/45 {
  border-left-color: rgb(76 29 149 / 0.45);
}
.border-l-violet-900\/5 {
  border-left-color: rgb(76 29 149 / 0.05);
}
.border-l-violet-900\/50 {
  border-left-color: rgb(76 29 149 / 0.5);
}
.border-l-violet-900\/55 {
  border-left-color: rgb(76 29 149 / 0.55);
}
.border-l-violet-900\/60 {
  border-left-color: rgb(76 29 149 / 0.6);
}
.border-l-violet-900\/65 {
  border-left-color: rgb(76 29 149 / 0.65);
}
.border-l-violet-900\/70 {
  border-left-color: rgb(76 29 149 / 0.7);
}
.border-l-violet-900\/75 {
  border-left-color: rgb(76 29 149 / 0.75);
}
.border-l-violet-900\/80 {
  border-left-color: rgb(76 29 149 / 0.8);
}
.border-l-violet-900\/85 {
  border-left-color: rgb(76 29 149 / 0.85);
}
.border-l-violet-900\/90 {
  border-left-color: rgb(76 29 149 / 0.9);
}
.border-l-violet-900\/95 {
  border-left-color: rgb(76 29 149 / 0.95);
}
.border-l-violet-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-l-violet-950\/0 {
  border-left-color: rgb(46 16 101 / 0);
}
.border-l-violet-950\/10 {
  border-left-color: rgb(46 16 101 / 0.1);
}
.border-l-violet-950\/100 {
  border-left-color: rgb(46 16 101 / 1);
}
.border-l-violet-950\/15 {
  border-left-color: rgb(46 16 101 / 0.15);
}
.border-l-violet-950\/20 {
  border-left-color: rgb(46 16 101 / 0.2);
}
.border-l-violet-950\/25 {
  border-left-color: rgb(46 16 101 / 0.25);
}
.border-l-violet-950\/30 {
  border-left-color: rgb(46 16 101 / 0.3);
}
.border-l-violet-950\/35 {
  border-left-color: rgb(46 16 101 / 0.35);
}
.border-l-violet-950\/40 {
  border-left-color: rgb(46 16 101 / 0.4);
}
.border-l-violet-950\/45 {
  border-left-color: rgb(46 16 101 / 0.45);
}
.border-l-violet-950\/5 {
  border-left-color: rgb(46 16 101 / 0.05);
}
.border-l-violet-950\/50 {
  border-left-color: rgb(46 16 101 / 0.5);
}
.border-l-violet-950\/55 {
  border-left-color: rgb(46 16 101 / 0.55);
}
.border-l-violet-950\/60 {
  border-left-color: rgb(46 16 101 / 0.6);
}
.border-l-violet-950\/65 {
  border-left-color: rgb(46 16 101 / 0.65);
}
.border-l-violet-950\/70 {
  border-left-color: rgb(46 16 101 / 0.7);
}
.border-l-violet-950\/75 {
  border-left-color: rgb(46 16 101 / 0.75);
}
.border-l-violet-950\/80 {
  border-left-color: rgb(46 16 101 / 0.8);
}
.border-l-violet-950\/85 {
  border-left-color: rgb(46 16 101 / 0.85);
}
.border-l-violet-950\/90 {
  border-left-color: rgb(46 16 101 / 0.9);
}
.border-l-violet-950\/95 {
  border-left-color: rgb(46 16 101 / 0.95);
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}
.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}
.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}
.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}
.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}
.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}
.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}
.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}
.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}
.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}
.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}
.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}
.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}
.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}
.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}
.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}
.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}
.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}
.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}
.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}
.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}
.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}
.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}
.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}
.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}
.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}
.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}
.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}
.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}
.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}
.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}
.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}
.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}
.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}
.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}
.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}
.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}
.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}
.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}
.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}
.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}
.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}
.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}
.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}
.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}
.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}
.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
}
.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
}
.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
}
.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
}
.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
}
.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
}
.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
}
.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
}
.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}
.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
}
.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
}
.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
}
.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
}
.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}
.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
}
.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
}
.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
}
.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
}
.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
}
.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
}
.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
}
.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}
.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}
.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}
.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}
.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}
.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}
.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}
.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}
.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}
.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}
.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}
.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}
.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}
.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}
.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}
.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}
.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}
.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}
.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}
.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}
.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}
.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}
.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}
.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}
.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}
.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}
.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}
.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}
.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}
.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}
.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}
.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}
.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}
.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}
.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}
.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}
.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}
.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}
.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}
.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}
.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}
.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}
.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}
.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}
.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}
.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}
.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}
.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}
.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}
.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}
.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}
.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}
.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}
.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}
.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}
.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}
.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}
.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}
.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}
.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}
.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}
.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}
.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}
.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}
.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}
.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}
.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}
.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}
.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}
.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}
.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}
.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}
.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}
.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}
.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
}
.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}
.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}
.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}
.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}
.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}
.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}
.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}
.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}
.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}
.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
}
.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
}
.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
}
.border-l-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
}
.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
}
.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
}
.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
}
.border-l-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
}
.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}
.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
}
.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
}
.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
}
.border-l-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
}
.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}
.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
}
.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
}
.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
}
.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
}
.border-l-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
}
.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
}
.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
}
.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}
.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}
.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}
.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}
.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}
.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}
.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}
.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}
.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}
.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}
.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}
.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}
.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}
.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}
.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}
.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}
.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}
.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}
.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}
.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}
.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}
.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
}
.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
}
.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
}
.border-l-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
}
.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
}
.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
}
.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
}
.border-l-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
}
.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}
.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
}
.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
}
.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
}
.border-l-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
}
.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}
.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
}
.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
}
.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
}
.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
}
.border-l-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
}
.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
}
.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
}
.border-l-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-l-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
}
.border-l-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
}
.border-l-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
}
.border-l-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
}
.border-l-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
}
.border-l-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
}
.border-l-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
}
.border-l-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
}
.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}
.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
}
.border-l-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
}
.border-l-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
}
.border-l-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
}
.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}
.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
}
.border-l-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
}
.border-l-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
}
.border-l-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
}
.border-l-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
}
.border-l-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
}
.border-l-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
}
.border-l-zinc-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-l-zinc-100\/0 {
  border-left-color: rgb(244 244 245 / 0);
}
.border-l-zinc-100\/10 {
  border-left-color: rgb(244 244 245 / 0.1);
}
.border-l-zinc-100\/100 {
  border-left-color: rgb(244 244 245 / 1);
}
.border-l-zinc-100\/15 {
  border-left-color: rgb(244 244 245 / 0.15);
}
.border-l-zinc-100\/20 {
  border-left-color: rgb(244 244 245 / 0.2);
}
.border-l-zinc-100\/25 {
  border-left-color: rgb(244 244 245 / 0.25);
}
.border-l-zinc-100\/30 {
  border-left-color: rgb(244 244 245 / 0.3);
}
.border-l-zinc-100\/35 {
  border-left-color: rgb(244 244 245 / 0.35);
}
.border-l-zinc-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
}
.border-l-zinc-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45);
}
.border-l-zinc-100\/5 {
  border-left-color: rgb(244 244 245 / 0.05);
}
.border-l-zinc-100\/50 {
  border-left-color: rgb(244 244 245 / 0.5);
}
.border-l-zinc-100\/55 {
  border-left-color: rgb(244 244 245 / 0.55);
}
.border-l-zinc-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
}
.border-l-zinc-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65);
}
.border-l-zinc-100\/70 {
  border-left-color: rgb(244 244 245 / 0.7);
}
.border-l-zinc-100\/75 {
  border-left-color: rgb(244 244 245 / 0.75);
}
.border-l-zinc-100\/80 {
  border-left-color: rgb(244 244 245 / 0.8);
}
.border-l-zinc-100\/85 {
  border-left-color: rgb(244 244 245 / 0.85);
}
.border-l-zinc-100\/90 {
  border-left-color: rgb(244 244 245 / 0.9);
}
.border-l-zinc-100\/95 {
  border-left-color: rgb(244 244 245 / 0.95);
}
.border-l-zinc-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-l-zinc-200\/0 {
  border-left-color: rgb(228 228 231 / 0);
}
.border-l-zinc-200\/10 {
  border-left-color: rgb(228 228 231 / 0.1);
}
.border-l-zinc-200\/100 {
  border-left-color: rgb(228 228 231 / 1);
}
.border-l-zinc-200\/15 {
  border-left-color: rgb(228 228 231 / 0.15);
}
.border-l-zinc-200\/20 {
  border-left-color: rgb(228 228 231 / 0.2);
}
.border-l-zinc-200\/25 {
  border-left-color: rgb(228 228 231 / 0.25);
}
.border-l-zinc-200\/30 {
  border-left-color: rgb(228 228 231 / 0.3);
}
.border-l-zinc-200\/35 {
  border-left-color: rgb(228 228 231 / 0.35);
}
.border-l-zinc-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
}
.border-l-zinc-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45);
}
.border-l-zinc-200\/5 {
  border-left-color: rgb(228 228 231 / 0.05);
}
.border-l-zinc-200\/50 {
  border-left-color: rgb(228 228 231 / 0.5);
}
.border-l-zinc-200\/55 {
  border-left-color: rgb(228 228 231 / 0.55);
}
.border-l-zinc-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
}
.border-l-zinc-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65);
}
.border-l-zinc-200\/70 {
  border-left-color: rgb(228 228 231 / 0.7);
}
.border-l-zinc-200\/75 {
  border-left-color: rgb(228 228 231 / 0.75);
}
.border-l-zinc-200\/80 {
  border-left-color: rgb(228 228 231 / 0.8);
}
.border-l-zinc-200\/85 {
  border-left-color: rgb(228 228 231 / 0.85);
}
.border-l-zinc-200\/90 {
  border-left-color: rgb(228 228 231 / 0.9);
}
.border-l-zinc-200\/95 {
  border-left-color: rgb(228 228 231 / 0.95);
}
.border-l-zinc-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-l-zinc-300\/0 {
  border-left-color: rgb(212 212 216 / 0);
}
.border-l-zinc-300\/10 {
  border-left-color: rgb(212 212 216 / 0.1);
}
.border-l-zinc-300\/100 {
  border-left-color: rgb(212 212 216 / 1);
}
.border-l-zinc-300\/15 {
  border-left-color: rgb(212 212 216 / 0.15);
}
.border-l-zinc-300\/20 {
  border-left-color: rgb(212 212 216 / 0.2);
}
.border-l-zinc-300\/25 {
  border-left-color: rgb(212 212 216 / 0.25);
}
.border-l-zinc-300\/30 {
  border-left-color: rgb(212 212 216 / 0.3);
}
.border-l-zinc-300\/35 {
  border-left-color: rgb(212 212 216 / 0.35);
}
.border-l-zinc-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
}
.border-l-zinc-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45);
}
.border-l-zinc-300\/5 {
  border-left-color: rgb(212 212 216 / 0.05);
}
.border-l-zinc-300\/50 {
  border-left-color: rgb(212 212 216 / 0.5);
}
.border-l-zinc-300\/55 {
  border-left-color: rgb(212 212 216 / 0.55);
}
.border-l-zinc-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
}
.border-l-zinc-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65);
}
.border-l-zinc-300\/70 {
  border-left-color: rgb(212 212 216 / 0.7);
}
.border-l-zinc-300\/75 {
  border-left-color: rgb(212 212 216 / 0.75);
}
.border-l-zinc-300\/80 {
  border-left-color: rgb(212 212 216 / 0.8);
}
.border-l-zinc-300\/85 {
  border-left-color: rgb(212 212 216 / 0.85);
}
.border-l-zinc-300\/90 {
  border-left-color: rgb(212 212 216 / 0.9);
}
.border-l-zinc-300\/95 {
  border-left-color: rgb(212 212 216 / 0.95);
}
.border-l-zinc-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-l-zinc-400\/0 {
  border-left-color: rgb(161 161 170 / 0);
}
.border-l-zinc-400\/10 {
  border-left-color: rgb(161 161 170 / 0.1);
}
.border-l-zinc-400\/100 {
  border-left-color: rgb(161 161 170 / 1);
}
.border-l-zinc-400\/15 {
  border-left-color: rgb(161 161 170 / 0.15);
}
.border-l-zinc-400\/20 {
  border-left-color: rgb(161 161 170 / 0.2);
}
.border-l-zinc-400\/25 {
  border-left-color: rgb(161 161 170 / 0.25);
}
.border-l-zinc-400\/30 {
  border-left-color: rgb(161 161 170 / 0.3);
}
.border-l-zinc-400\/35 {
  border-left-color: rgb(161 161 170 / 0.35);
}
.border-l-zinc-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
}
.border-l-zinc-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45);
}
.border-l-zinc-400\/5 {
  border-left-color: rgb(161 161 170 / 0.05);
}
.border-l-zinc-400\/50 {
  border-left-color: rgb(161 161 170 / 0.5);
}
.border-l-zinc-400\/55 {
  border-left-color: rgb(161 161 170 / 0.55);
}
.border-l-zinc-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
}
.border-l-zinc-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65);
}
.border-l-zinc-400\/70 {
  border-left-color: rgb(161 161 170 / 0.7);
}
.border-l-zinc-400\/75 {
  border-left-color: rgb(161 161 170 / 0.75);
}
.border-l-zinc-400\/80 {
  border-left-color: rgb(161 161 170 / 0.8);
}
.border-l-zinc-400\/85 {
  border-left-color: rgb(161 161 170 / 0.85);
}
.border-l-zinc-400\/90 {
  border-left-color: rgb(161 161 170 / 0.9);
}
.border-l-zinc-400\/95 {
  border-left-color: rgb(161 161 170 / 0.95);
}
.border-l-zinc-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-l-zinc-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
}
.border-l-zinc-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}
.border-l-zinc-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
}
.border-l-zinc-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.border-l-zinc-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}
.border-l-zinc-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}
.border-l-zinc-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}
.border-l-zinc-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-zinc-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-zinc-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.border-l-zinc-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}
.border-l-zinc-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}
.border-l-zinc-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-zinc-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-zinc-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.border-l-zinc-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}
.border-l-zinc-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}
.border-l-zinc-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}
.border-l-zinc-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.border-l-zinc-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}
.border-l-zinc-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}
.border-l-zinc-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-l-zinc-500\/0 {
  border-left-color: rgb(113 113 122 / 0);
}
.border-l-zinc-500\/10 {
  border-left-color: rgb(113 113 122 / 0.1);
}
.border-l-zinc-500\/100 {
  border-left-color: rgb(113 113 122 / 1);
}
.border-l-zinc-500\/15 {
  border-left-color: rgb(113 113 122 / 0.15);
}
.border-l-zinc-500\/20 {
  border-left-color: rgb(113 113 122 / 0.2);
}
.border-l-zinc-500\/25 {
  border-left-color: rgb(113 113 122 / 0.25);
}
.border-l-zinc-500\/30 {
  border-left-color: rgb(113 113 122 / 0.3);
}
.border-l-zinc-500\/35 {
  border-left-color: rgb(113 113 122 / 0.35);
}
.border-l-zinc-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
}
.border-l-zinc-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45);
}
.border-l-zinc-500\/5 {
  border-left-color: rgb(113 113 122 / 0.05);
}
.border-l-zinc-500\/50 {
  border-left-color: rgb(113 113 122 / 0.5);
}
.border-l-zinc-500\/55 {
  border-left-color: rgb(113 113 122 / 0.55);
}
.border-l-zinc-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
}
.border-l-zinc-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65);
}
.border-l-zinc-500\/70 {
  border-left-color: rgb(113 113 122 / 0.7);
}
.border-l-zinc-500\/75 {
  border-left-color: rgb(113 113 122 / 0.75);
}
.border-l-zinc-500\/80 {
  border-left-color: rgb(113 113 122 / 0.8);
}
.border-l-zinc-500\/85 {
  border-left-color: rgb(113 113 122 / 0.85);
}
.border-l-zinc-500\/90 {
  border-left-color: rgb(113 113 122 / 0.9);
}
.border-l-zinc-500\/95 {
  border-left-color: rgb(113 113 122 / 0.95);
}
.border-l-zinc-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-l-zinc-600\/0 {
  border-left-color: rgb(82 82 91 / 0);
}
.border-l-zinc-600\/10 {
  border-left-color: rgb(82 82 91 / 0.1);
}
.border-l-zinc-600\/100 {
  border-left-color: rgb(82 82 91 / 1);
}
.border-l-zinc-600\/15 {
  border-left-color: rgb(82 82 91 / 0.15);
}
.border-l-zinc-600\/20 {
  border-left-color: rgb(82 82 91 / 0.2);
}
.border-l-zinc-600\/25 {
  border-left-color: rgb(82 82 91 / 0.25);
}
.border-l-zinc-600\/30 {
  border-left-color: rgb(82 82 91 / 0.3);
}
.border-l-zinc-600\/35 {
  border-left-color: rgb(82 82 91 / 0.35);
}
.border-l-zinc-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
}
.border-l-zinc-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45);
}
.border-l-zinc-600\/5 {
  border-left-color: rgb(82 82 91 / 0.05);
}
.border-l-zinc-600\/50 {
  border-left-color: rgb(82 82 91 / 0.5);
}
.border-l-zinc-600\/55 {
  border-left-color: rgb(82 82 91 / 0.55);
}
.border-l-zinc-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
}
.border-l-zinc-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65);
}
.border-l-zinc-600\/70 {
  border-left-color: rgb(82 82 91 / 0.7);
}
.border-l-zinc-600\/75 {
  border-left-color: rgb(82 82 91 / 0.75);
}
.border-l-zinc-600\/80 {
  border-left-color: rgb(82 82 91 / 0.8);
}
.border-l-zinc-600\/85 {
  border-left-color: rgb(82 82 91 / 0.85);
}
.border-l-zinc-600\/90 {
  border-left-color: rgb(82 82 91 / 0.9);
}
.border-l-zinc-600\/95 {
  border-left-color: rgb(82 82 91 / 0.95);
}
.border-l-zinc-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-l-zinc-700\/0 {
  border-left-color: rgb(63 63 70 / 0);
}
.border-l-zinc-700\/10 {
  border-left-color: rgb(63 63 70 / 0.1);
}
.border-l-zinc-700\/100 {
  border-left-color: rgb(63 63 70 / 1);
}
.border-l-zinc-700\/15 {
  border-left-color: rgb(63 63 70 / 0.15);
}
.border-l-zinc-700\/20 {
  border-left-color: rgb(63 63 70 / 0.2);
}
.border-l-zinc-700\/25 {
  border-left-color: rgb(63 63 70 / 0.25);
}
.border-l-zinc-700\/30 {
  border-left-color: rgb(63 63 70 / 0.3);
}
.border-l-zinc-700\/35 {
  border-left-color: rgb(63 63 70 / 0.35);
}
.border-l-zinc-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
}
.border-l-zinc-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45);
}
.border-l-zinc-700\/5 {
  border-left-color: rgb(63 63 70 / 0.05);
}
.border-l-zinc-700\/50 {
  border-left-color: rgb(63 63 70 / 0.5);
}
.border-l-zinc-700\/55 {
  border-left-color: rgb(63 63 70 / 0.55);
}
.border-l-zinc-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
}
.border-l-zinc-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65);
}
.border-l-zinc-700\/70 {
  border-left-color: rgb(63 63 70 / 0.7);
}
.border-l-zinc-700\/75 {
  border-left-color: rgb(63 63 70 / 0.75);
}
.border-l-zinc-700\/80 {
  border-left-color: rgb(63 63 70 / 0.8);
}
.border-l-zinc-700\/85 {
  border-left-color: rgb(63 63 70 / 0.85);
}
.border-l-zinc-700\/90 {
  border-left-color: rgb(63 63 70 / 0.9);
}
.border-l-zinc-700\/95 {
  border-left-color: rgb(63 63 70 / 0.95);
}
.border-l-zinc-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-l-zinc-800\/0 {
  border-left-color: rgb(39 39 42 / 0);
}
.border-l-zinc-800\/10 {
  border-left-color: rgb(39 39 42 / 0.1);
}
.border-l-zinc-800\/100 {
  border-left-color: rgb(39 39 42 / 1);
}
.border-l-zinc-800\/15 {
  border-left-color: rgb(39 39 42 / 0.15);
}
.border-l-zinc-800\/20 {
  border-left-color: rgb(39 39 42 / 0.2);
}
.border-l-zinc-800\/25 {
  border-left-color: rgb(39 39 42 / 0.25);
}
.border-l-zinc-800\/30 {
  border-left-color: rgb(39 39 42 / 0.3);
}
.border-l-zinc-800\/35 {
  border-left-color: rgb(39 39 42 / 0.35);
}
.border-l-zinc-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
}
.border-l-zinc-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45);
}
.border-l-zinc-800\/5 {
  border-left-color: rgb(39 39 42 / 0.05);
}
.border-l-zinc-800\/50 {
  border-left-color: rgb(39 39 42 / 0.5);
}
.border-l-zinc-800\/55 {
  border-left-color: rgb(39 39 42 / 0.55);
}
.border-l-zinc-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
}
.border-l-zinc-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65);
}
.border-l-zinc-800\/70 {
  border-left-color: rgb(39 39 42 / 0.7);
}
.border-l-zinc-800\/75 {
  border-left-color: rgb(39 39 42 / 0.75);
}
.border-l-zinc-800\/80 {
  border-left-color: rgb(39 39 42 / 0.8);
}
.border-l-zinc-800\/85 {
  border-left-color: rgb(39 39 42 / 0.85);
}
.border-l-zinc-800\/90 {
  border-left-color: rgb(39 39 42 / 0.9);
}
.border-l-zinc-800\/95 {
  border-left-color: rgb(39 39 42 / 0.95);
}
.border-l-zinc-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-l-zinc-900\/0 {
  border-left-color: rgb(24 24 27 / 0);
}
.border-l-zinc-900\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
}
.border-l-zinc-900\/100 {
  border-left-color: rgb(24 24 27 / 1);
}
.border-l-zinc-900\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
}
.border-l-zinc-900\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
}
.border-l-zinc-900\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
}
.border-l-zinc-900\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
}
.border-l-zinc-900\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
}
.border-l-zinc-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
}
.border-l-zinc-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
}
.border-l-zinc-900\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
}
.border-l-zinc-900\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
}
.border-l-zinc-900\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
}
.border-l-zinc-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
}
.border-l-zinc-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
}
.border-l-zinc-900\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
}
.border-l-zinc-900\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
}
.border-l-zinc-900\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
}
.border-l-zinc-900\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
}
.border-l-zinc-900\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
}
.border-l-zinc-900\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
}
.border-l-zinc-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-l-zinc-950\/0 {
  border-left-color: rgb(9 9 11 / 0);
}
.border-l-zinc-950\/10 {
  border-left-color: rgb(9 9 11 / 0.1);
}
.border-l-zinc-950\/100 {
  border-left-color: rgb(9 9 11 / 1);
}
.border-l-zinc-950\/15 {
  border-left-color: rgb(9 9 11 / 0.15);
}
.border-l-zinc-950\/20 {
  border-left-color: rgb(9 9 11 / 0.2);
}
.border-l-zinc-950\/25 {
  border-left-color: rgb(9 9 11 / 0.25);
}
.border-l-zinc-950\/30 {
  border-left-color: rgb(9 9 11 / 0.3);
}
.border-l-zinc-950\/35 {
  border-left-color: rgb(9 9 11 / 0.35);
}
.border-l-zinc-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
}
.border-l-zinc-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45);
}
.border-l-zinc-950\/5 {
  border-left-color: rgb(9 9 11 / 0.05);
}
.border-l-zinc-950\/50 {
  border-left-color: rgb(9 9 11 / 0.5);
}
.border-l-zinc-950\/55 {
  border-left-color: rgb(9 9 11 / 0.55);
}
.border-l-zinc-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
}
.border-l-zinc-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65);
}
.border-l-zinc-950\/70 {
  border-left-color: rgb(9 9 11 / 0.7);
}
.border-l-zinc-950\/75 {
  border-left-color: rgb(9 9 11 / 0.75);
}
.border-l-zinc-950\/80 {
  border-left-color: rgb(9 9 11 / 0.8);
}
.border-l-zinc-950\/85 {
  border-left-color: rgb(9 9 11 / 0.85);
}
.border-l-zinc-950\/90 {
  border-left-color: rgb(9 9 11 / 0.9);
}
.border-l-zinc-950\/95 {
  border-left-color: rgb(9 9 11 / 0.95);
}
.border-r-amber-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-r-amber-100\/0 {
  border-right-color: rgb(254 243 199 / 0);
}
.border-r-amber-100\/10 {
  border-right-color: rgb(254 243 199 / 0.1);
}
.border-r-amber-100\/100 {
  border-right-color: rgb(254 243 199 / 1);
}
.border-r-amber-100\/15 {
  border-right-color: rgb(254 243 199 / 0.15);
}
.border-r-amber-100\/20 {
  border-right-color: rgb(254 243 199 / 0.2);
}
.border-r-amber-100\/25 {
  border-right-color: rgb(254 243 199 / 0.25);
}
.border-r-amber-100\/30 {
  border-right-color: rgb(254 243 199 / 0.3);
}
.border-r-amber-100\/35 {
  border-right-color: rgb(254 243 199 / 0.35);
}
.border-r-amber-100\/40 {
  border-right-color: rgb(254 243 199 / 0.4);
}
.border-r-amber-100\/45 {
  border-right-color: rgb(254 243 199 / 0.45);
}
.border-r-amber-100\/5 {
  border-right-color: rgb(254 243 199 / 0.05);
}
.border-r-amber-100\/50 {
  border-right-color: rgb(254 243 199 / 0.5);
}
.border-r-amber-100\/55 {
  border-right-color: rgb(254 243 199 / 0.55);
}
.border-r-amber-100\/60 {
  border-right-color: rgb(254 243 199 / 0.6);
}
.border-r-amber-100\/65 {
  border-right-color: rgb(254 243 199 / 0.65);
}
.border-r-amber-100\/70 {
  border-right-color: rgb(254 243 199 / 0.7);
}
.border-r-amber-100\/75 {
  border-right-color: rgb(254 243 199 / 0.75);
}
.border-r-amber-100\/80 {
  border-right-color: rgb(254 243 199 / 0.8);
}
.border-r-amber-100\/85 {
  border-right-color: rgb(254 243 199 / 0.85);
}
.border-r-amber-100\/90 {
  border-right-color: rgb(254 243 199 / 0.9);
}
.border-r-amber-100\/95 {
  border-right-color: rgb(254 243 199 / 0.95);
}
.border-r-amber-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-r-amber-200\/0 {
  border-right-color: rgb(253 230 138 / 0);
}
.border-r-amber-200\/10 {
  border-right-color: rgb(253 230 138 / 0.1);
}
.border-r-amber-200\/100 {
  border-right-color: rgb(253 230 138 / 1);
}
.border-r-amber-200\/15 {
  border-right-color: rgb(253 230 138 / 0.15);
}
.border-r-amber-200\/20 {
  border-right-color: rgb(253 230 138 / 0.2);
}
.border-r-amber-200\/25 {
  border-right-color: rgb(253 230 138 / 0.25);
}
.border-r-amber-200\/30 {
  border-right-color: rgb(253 230 138 / 0.3);
}
.border-r-amber-200\/35 {
  border-right-color: rgb(253 230 138 / 0.35);
}
.border-r-amber-200\/40 {
  border-right-color: rgb(253 230 138 / 0.4);
}
.border-r-amber-200\/45 {
  border-right-color: rgb(253 230 138 / 0.45);
}
.border-r-amber-200\/5 {
  border-right-color: rgb(253 230 138 / 0.05);
}
.border-r-amber-200\/50 {
  border-right-color: rgb(253 230 138 / 0.5);
}
.border-r-amber-200\/55 {
  border-right-color: rgb(253 230 138 / 0.55);
}
.border-r-amber-200\/60 {
  border-right-color: rgb(253 230 138 / 0.6);
}
.border-r-amber-200\/65 {
  border-right-color: rgb(253 230 138 / 0.65);
}
.border-r-amber-200\/70 {
  border-right-color: rgb(253 230 138 / 0.7);
}
.border-r-amber-200\/75 {
  border-right-color: rgb(253 230 138 / 0.75);
}
.border-r-amber-200\/80 {
  border-right-color: rgb(253 230 138 / 0.8);
}
.border-r-amber-200\/85 {
  border-right-color: rgb(253 230 138 / 0.85);
}
.border-r-amber-200\/90 {
  border-right-color: rgb(253 230 138 / 0.9);
}
.border-r-amber-200\/95 {
  border-right-color: rgb(253 230 138 / 0.95);
}
.border-r-amber-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-r-amber-300\/0 {
  border-right-color: rgb(252 211 77 / 0);
}
.border-r-amber-300\/10 {
  border-right-color: rgb(252 211 77 / 0.1);
}
.border-r-amber-300\/100 {
  border-right-color: rgb(252 211 77 / 1);
}
.border-r-amber-300\/15 {
  border-right-color: rgb(252 211 77 / 0.15);
}
.border-r-amber-300\/20 {
  border-right-color: rgb(252 211 77 / 0.2);
}
.border-r-amber-300\/25 {
  border-right-color: rgb(252 211 77 / 0.25);
}
.border-r-amber-300\/30 {
  border-right-color: rgb(252 211 77 / 0.3);
}
.border-r-amber-300\/35 {
  border-right-color: rgb(252 211 77 / 0.35);
}
.border-r-amber-300\/40 {
  border-right-color: rgb(252 211 77 / 0.4);
}
.border-r-amber-300\/45 {
  border-right-color: rgb(252 211 77 / 0.45);
}
.border-r-amber-300\/5 {
  border-right-color: rgb(252 211 77 / 0.05);
}
.border-r-amber-300\/50 {
  border-right-color: rgb(252 211 77 / 0.5);
}
.border-r-amber-300\/55 {
  border-right-color: rgb(252 211 77 / 0.55);
}
.border-r-amber-300\/60 {
  border-right-color: rgb(252 211 77 / 0.6);
}
.border-r-amber-300\/65 {
  border-right-color: rgb(252 211 77 / 0.65);
}
.border-r-amber-300\/70 {
  border-right-color: rgb(252 211 77 / 0.7);
}
.border-r-amber-300\/75 {
  border-right-color: rgb(252 211 77 / 0.75);
}
.border-r-amber-300\/80 {
  border-right-color: rgb(252 211 77 / 0.8);
}
.border-r-amber-300\/85 {
  border-right-color: rgb(252 211 77 / 0.85);
}
.border-r-amber-300\/90 {
  border-right-color: rgb(252 211 77 / 0.9);
}
.border-r-amber-300\/95 {
  border-right-color: rgb(252 211 77 / 0.95);
}
.border-r-amber-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-r-amber-400\/0 {
  border-right-color: rgb(251 191 36 / 0);
}
.border-r-amber-400\/10 {
  border-right-color: rgb(251 191 36 / 0.1);
}
.border-r-amber-400\/100 {
  border-right-color: rgb(251 191 36 / 1);
}
.border-r-amber-400\/15 {
  border-right-color: rgb(251 191 36 / 0.15);
}
.border-r-amber-400\/20 {
  border-right-color: rgb(251 191 36 / 0.2);
}
.border-r-amber-400\/25 {
  border-right-color: rgb(251 191 36 / 0.25);
}
.border-r-amber-400\/30 {
  border-right-color: rgb(251 191 36 / 0.3);
}
.border-r-amber-400\/35 {
  border-right-color: rgb(251 191 36 / 0.35);
}
.border-r-amber-400\/40 {
  border-right-color: rgb(251 191 36 / 0.4);
}
.border-r-amber-400\/45 {
  border-right-color: rgb(251 191 36 / 0.45);
}
.border-r-amber-400\/5 {
  border-right-color: rgb(251 191 36 / 0.05);
}
.border-r-amber-400\/50 {
  border-right-color: rgb(251 191 36 / 0.5);
}
.border-r-amber-400\/55 {
  border-right-color: rgb(251 191 36 / 0.55);
}
.border-r-amber-400\/60 {
  border-right-color: rgb(251 191 36 / 0.6);
}
.border-r-amber-400\/65 {
  border-right-color: rgb(251 191 36 / 0.65);
}
.border-r-amber-400\/70 {
  border-right-color: rgb(251 191 36 / 0.7);
}
.border-r-amber-400\/75 {
  border-right-color: rgb(251 191 36 / 0.75);
}
.border-r-amber-400\/80 {
  border-right-color: rgb(251 191 36 / 0.8);
}
.border-r-amber-400\/85 {
  border-right-color: rgb(251 191 36 / 0.85);
}
.border-r-amber-400\/90 {
  border-right-color: rgb(251 191 36 / 0.9);
}
.border-r-amber-400\/95 {
  border-right-color: rgb(251 191 36 / 0.95);
}
.border-r-amber-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-r-amber-50\/0 {
  border-right-color: rgb(255 251 235 / 0);
}
.border-r-amber-50\/10 {
  border-right-color: rgb(255 251 235 / 0.1);
}
.border-r-amber-50\/100 {
  border-right-color: rgb(255 251 235 / 1);
}
.border-r-amber-50\/15 {
  border-right-color: rgb(255 251 235 / 0.15);
}
.border-r-amber-50\/20 {
  border-right-color: rgb(255 251 235 / 0.2);
}
.border-r-amber-50\/25 {
  border-right-color: rgb(255 251 235 / 0.25);
}
.border-r-amber-50\/30 {
  border-right-color: rgb(255 251 235 / 0.3);
}
.border-r-amber-50\/35 {
  border-right-color: rgb(255 251 235 / 0.35);
}
.border-r-amber-50\/40 {
  border-right-color: rgb(255 251 235 / 0.4);
}
.border-r-amber-50\/45 {
  border-right-color: rgb(255 251 235 / 0.45);
}
.border-r-amber-50\/5 {
  border-right-color: rgb(255 251 235 / 0.05);
}
.border-r-amber-50\/50 {
  border-right-color: rgb(255 251 235 / 0.5);
}
.border-r-amber-50\/55 {
  border-right-color: rgb(255 251 235 / 0.55);
}
.border-r-amber-50\/60 {
  border-right-color: rgb(255 251 235 / 0.6);
}
.border-r-amber-50\/65 {
  border-right-color: rgb(255 251 235 / 0.65);
}
.border-r-amber-50\/70 {
  border-right-color: rgb(255 251 235 / 0.7);
}
.border-r-amber-50\/75 {
  border-right-color: rgb(255 251 235 / 0.75);
}
.border-r-amber-50\/80 {
  border-right-color: rgb(255 251 235 / 0.8);
}
.border-r-amber-50\/85 {
  border-right-color: rgb(255 251 235 / 0.85);
}
.border-r-amber-50\/90 {
  border-right-color: rgb(255 251 235 / 0.9);
}
.border-r-amber-50\/95 {
  border-right-color: rgb(255 251 235 / 0.95);
}
.border-r-amber-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-r-amber-500\/0 {
  border-right-color: rgb(245 158 11 / 0);
}
.border-r-amber-500\/10 {
  border-right-color: rgb(245 158 11 / 0.1);
}
.border-r-amber-500\/100 {
  border-right-color: rgb(245 158 11 / 1);
}
.border-r-amber-500\/15 {
  border-right-color: rgb(245 158 11 / 0.15);
}
.border-r-amber-500\/20 {
  border-right-color: rgb(245 158 11 / 0.2);
}
.border-r-amber-500\/25 {
  border-right-color: rgb(245 158 11 / 0.25);
}
.border-r-amber-500\/30 {
  border-right-color: rgb(245 158 11 / 0.3);
}
.border-r-amber-500\/35 {
  border-right-color: rgb(245 158 11 / 0.35);
}
.border-r-amber-500\/40 {
  border-right-color: rgb(245 158 11 / 0.4);
}
.border-r-amber-500\/45 {
  border-right-color: rgb(245 158 11 / 0.45);
}
.border-r-amber-500\/5 {
  border-right-color: rgb(245 158 11 / 0.05);
}
.border-r-amber-500\/50 {
  border-right-color: rgb(245 158 11 / 0.5);
}
.border-r-amber-500\/55 {
  border-right-color: rgb(245 158 11 / 0.55);
}
.border-r-amber-500\/60 {
  border-right-color: rgb(245 158 11 / 0.6);
}
.border-r-amber-500\/65 {
  border-right-color: rgb(245 158 11 / 0.65);
}
.border-r-amber-500\/70 {
  border-right-color: rgb(245 158 11 / 0.7);
}
.border-r-amber-500\/75 {
  border-right-color: rgb(245 158 11 / 0.75);
}
.border-r-amber-500\/80 {
  border-right-color: rgb(245 158 11 / 0.8);
}
.border-r-amber-500\/85 {
  border-right-color: rgb(245 158 11 / 0.85);
}
.border-r-amber-500\/90 {
  border-right-color: rgb(245 158 11 / 0.9);
}
.border-r-amber-500\/95 {
  border-right-color: rgb(245 158 11 / 0.95);
}
.border-r-amber-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-r-amber-600\/0 {
  border-right-color: rgb(217 119 6 / 0);
}
.border-r-amber-600\/10 {
  border-right-color: rgb(217 119 6 / 0.1);
}
.border-r-amber-600\/100 {
  border-right-color: rgb(217 119 6 / 1);
}
.border-r-amber-600\/15 {
  border-right-color: rgb(217 119 6 / 0.15);
}
.border-r-amber-600\/20 {
  border-right-color: rgb(217 119 6 / 0.2);
}
.border-r-amber-600\/25 {
  border-right-color: rgb(217 119 6 / 0.25);
}
.border-r-amber-600\/30 {
  border-right-color: rgb(217 119 6 / 0.3);
}
.border-r-amber-600\/35 {
  border-right-color: rgb(217 119 6 / 0.35);
}
.border-r-amber-600\/40 {
  border-right-color: rgb(217 119 6 / 0.4);
}
.border-r-amber-600\/45 {
  border-right-color: rgb(217 119 6 / 0.45);
}
.border-r-amber-600\/5 {
  border-right-color: rgb(217 119 6 / 0.05);
}
.border-r-amber-600\/50 {
  border-right-color: rgb(217 119 6 / 0.5);
}
.border-r-amber-600\/55 {
  border-right-color: rgb(217 119 6 / 0.55);
}
.border-r-amber-600\/60 {
  border-right-color: rgb(217 119 6 / 0.6);
}
.border-r-amber-600\/65 {
  border-right-color: rgb(217 119 6 / 0.65);
}
.border-r-amber-600\/70 {
  border-right-color: rgb(217 119 6 / 0.7);
}
.border-r-amber-600\/75 {
  border-right-color: rgb(217 119 6 / 0.75);
}
.border-r-amber-600\/80 {
  border-right-color: rgb(217 119 6 / 0.8);
}
.border-r-amber-600\/85 {
  border-right-color: rgb(217 119 6 / 0.85);
}
.border-r-amber-600\/90 {
  border-right-color: rgb(217 119 6 / 0.9);
}
.border-r-amber-600\/95 {
  border-right-color: rgb(217 119 6 / 0.95);
}
.border-r-amber-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-r-amber-700\/0 {
  border-right-color: rgb(180 83 9 / 0);
}
.border-r-amber-700\/10 {
  border-right-color: rgb(180 83 9 / 0.1);
}
.border-r-amber-700\/100 {
  border-right-color: rgb(180 83 9 / 1);
}
.border-r-amber-700\/15 {
  border-right-color: rgb(180 83 9 / 0.15);
}
.border-r-amber-700\/20 {
  border-right-color: rgb(180 83 9 / 0.2);
}
.border-r-amber-700\/25 {
  border-right-color: rgb(180 83 9 / 0.25);
}
.border-r-amber-700\/30 {
  border-right-color: rgb(180 83 9 / 0.3);
}
.border-r-amber-700\/35 {
  border-right-color: rgb(180 83 9 / 0.35);
}
.border-r-amber-700\/40 {
  border-right-color: rgb(180 83 9 / 0.4);
}
.border-r-amber-700\/45 {
  border-right-color: rgb(180 83 9 / 0.45);
}
.border-r-amber-700\/5 {
  border-right-color: rgb(180 83 9 / 0.05);
}
.border-r-amber-700\/50 {
  border-right-color: rgb(180 83 9 / 0.5);
}
.border-r-amber-700\/55 {
  border-right-color: rgb(180 83 9 / 0.55);
}
.border-r-amber-700\/60 {
  border-right-color: rgb(180 83 9 / 0.6);
}
.border-r-amber-700\/65 {
  border-right-color: rgb(180 83 9 / 0.65);
}
.border-r-amber-700\/70 {
  border-right-color: rgb(180 83 9 / 0.7);
}
.border-r-amber-700\/75 {
  border-right-color: rgb(180 83 9 / 0.75);
}
.border-r-amber-700\/80 {
  border-right-color: rgb(180 83 9 / 0.8);
}
.border-r-amber-700\/85 {
  border-right-color: rgb(180 83 9 / 0.85);
}
.border-r-amber-700\/90 {
  border-right-color: rgb(180 83 9 / 0.9);
}
.border-r-amber-700\/95 {
  border-right-color: rgb(180 83 9 / 0.95);
}
.border-r-amber-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-r-amber-800\/0 {
  border-right-color: rgb(146 64 14 / 0);
}
.border-r-amber-800\/10 {
  border-right-color: rgb(146 64 14 / 0.1);
}
.border-r-amber-800\/100 {
  border-right-color: rgb(146 64 14 / 1);
}
.border-r-amber-800\/15 {
  border-right-color: rgb(146 64 14 / 0.15);
}
.border-r-amber-800\/20 {
  border-right-color: rgb(146 64 14 / 0.2);
}
.border-r-amber-800\/25 {
  border-right-color: rgb(146 64 14 / 0.25);
}
.border-r-amber-800\/30 {
  border-right-color: rgb(146 64 14 / 0.3);
}
.border-r-amber-800\/35 {
  border-right-color: rgb(146 64 14 / 0.35);
}
.border-r-amber-800\/40 {
  border-right-color: rgb(146 64 14 / 0.4);
}
.border-r-amber-800\/45 {
  border-right-color: rgb(146 64 14 / 0.45);
}
.border-r-amber-800\/5 {
  border-right-color: rgb(146 64 14 / 0.05);
}
.border-r-amber-800\/50 {
  border-right-color: rgb(146 64 14 / 0.5);
}
.border-r-amber-800\/55 {
  border-right-color: rgb(146 64 14 / 0.55);
}
.border-r-amber-800\/60 {
  border-right-color: rgb(146 64 14 / 0.6);
}
.border-r-amber-800\/65 {
  border-right-color: rgb(146 64 14 / 0.65);
}
.border-r-amber-800\/70 {
  border-right-color: rgb(146 64 14 / 0.7);
}
.border-r-amber-800\/75 {
  border-right-color: rgb(146 64 14 / 0.75);
}
.border-r-amber-800\/80 {
  border-right-color: rgb(146 64 14 / 0.8);
}
.border-r-amber-800\/85 {
  border-right-color: rgb(146 64 14 / 0.85);
}
.border-r-amber-800\/90 {
  border-right-color: rgb(146 64 14 / 0.9);
}
.border-r-amber-800\/95 {
  border-right-color: rgb(146 64 14 / 0.95);
}
.border-r-amber-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-r-amber-900\/0 {
  border-right-color: rgb(120 53 15 / 0);
}
.border-r-amber-900\/10 {
  border-right-color: rgb(120 53 15 / 0.1);
}
.border-r-amber-900\/100 {
  border-right-color: rgb(120 53 15 / 1);
}
.border-r-amber-900\/15 {
  border-right-color: rgb(120 53 15 / 0.15);
}
.border-r-amber-900\/20 {
  border-right-color: rgb(120 53 15 / 0.2);
}
.border-r-amber-900\/25 {
  border-right-color: rgb(120 53 15 / 0.25);
}
.border-r-amber-900\/30 {
  border-right-color: rgb(120 53 15 / 0.3);
}
.border-r-amber-900\/35 {
  border-right-color: rgb(120 53 15 / 0.35);
}
.border-r-amber-900\/40 {
  border-right-color: rgb(120 53 15 / 0.4);
}
.border-r-amber-900\/45 {
  border-right-color: rgb(120 53 15 / 0.45);
}
.border-r-amber-900\/5 {
  border-right-color: rgb(120 53 15 / 0.05);
}
.border-r-amber-900\/50 {
  border-right-color: rgb(120 53 15 / 0.5);
}
.border-r-amber-900\/55 {
  border-right-color: rgb(120 53 15 / 0.55);
}
.border-r-amber-900\/60 {
  border-right-color: rgb(120 53 15 / 0.6);
}
.border-r-amber-900\/65 {
  border-right-color: rgb(120 53 15 / 0.65);
}
.border-r-amber-900\/70 {
  border-right-color: rgb(120 53 15 / 0.7);
}
.border-r-amber-900\/75 {
  border-right-color: rgb(120 53 15 / 0.75);
}
.border-r-amber-900\/80 {
  border-right-color: rgb(120 53 15 / 0.8);
}
.border-r-amber-900\/85 {
  border-right-color: rgb(120 53 15 / 0.85);
}
.border-r-amber-900\/90 {
  border-right-color: rgb(120 53 15 / 0.9);
}
.border-r-amber-900\/95 {
  border-right-color: rgb(120 53 15 / 0.95);
}
.border-r-amber-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-r-amber-950\/0 {
  border-right-color: rgb(69 26 3 / 0);
}
.border-r-amber-950\/10 {
  border-right-color: rgb(69 26 3 / 0.1);
}
.border-r-amber-950\/100 {
  border-right-color: rgb(69 26 3 / 1);
}
.border-r-amber-950\/15 {
  border-right-color: rgb(69 26 3 / 0.15);
}
.border-r-amber-950\/20 {
  border-right-color: rgb(69 26 3 / 0.2);
}
.border-r-amber-950\/25 {
  border-right-color: rgb(69 26 3 / 0.25);
}
.border-r-amber-950\/30 {
  border-right-color: rgb(69 26 3 / 0.3);
}
.border-r-amber-950\/35 {
  border-right-color: rgb(69 26 3 / 0.35);
}
.border-r-amber-950\/40 {
  border-right-color: rgb(69 26 3 / 0.4);
}
.border-r-amber-950\/45 {
  border-right-color: rgb(69 26 3 / 0.45);
}
.border-r-amber-950\/5 {
  border-right-color: rgb(69 26 3 / 0.05);
}
.border-r-amber-950\/50 {
  border-right-color: rgb(69 26 3 / 0.5);
}
.border-r-amber-950\/55 {
  border-right-color: rgb(69 26 3 / 0.55);
}
.border-r-amber-950\/60 {
  border-right-color: rgb(69 26 3 / 0.6);
}
.border-r-amber-950\/65 {
  border-right-color: rgb(69 26 3 / 0.65);
}
.border-r-amber-950\/70 {
  border-right-color: rgb(69 26 3 / 0.7);
}
.border-r-amber-950\/75 {
  border-right-color: rgb(69 26 3 / 0.75);
}
.border-r-amber-950\/80 {
  border-right-color: rgb(69 26 3 / 0.8);
}
.border-r-amber-950\/85 {
  border-right-color: rgb(69 26 3 / 0.85);
}
.border-r-amber-950\/90 {
  border-right-color: rgb(69 26 3 / 0.9);
}
.border-r-amber-950\/95 {
  border-right-color: rgb(69 26 3 / 0.95);
}
.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-r-black\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-black\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-black\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-black\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-black\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-black\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-black\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-black\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-black\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-black\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-black\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-black\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-black\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-black\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-black\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-black\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-black\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-black\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-black\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-black\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-black\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-blue-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-r-blue-100\/0 {
  border-right-color: rgb(219 234 254 / 0);
}
.border-r-blue-100\/10 {
  border-right-color: rgb(219 234 254 / 0.1);
}
.border-r-blue-100\/100 {
  border-right-color: rgb(219 234 254 / 1);
}
.border-r-blue-100\/15 {
  border-right-color: rgb(219 234 254 / 0.15);
}
.border-r-blue-100\/20 {
  border-right-color: rgb(219 234 254 / 0.2);
}
.border-r-blue-100\/25 {
  border-right-color: rgb(219 234 254 / 0.25);
}
.border-r-blue-100\/30 {
  border-right-color: rgb(219 234 254 / 0.3);
}
.border-r-blue-100\/35 {
  border-right-color: rgb(219 234 254 / 0.35);
}
.border-r-blue-100\/40 {
  border-right-color: rgb(219 234 254 / 0.4);
}
.border-r-blue-100\/45 {
  border-right-color: rgb(219 234 254 / 0.45);
}
.border-r-blue-100\/5 {
  border-right-color: rgb(219 234 254 / 0.05);
}
.border-r-blue-100\/50 {
  border-right-color: rgb(219 234 254 / 0.5);
}
.border-r-blue-100\/55 {
  border-right-color: rgb(219 234 254 / 0.55);
}
.border-r-blue-100\/60 {
  border-right-color: rgb(219 234 254 / 0.6);
}
.border-r-blue-100\/65 {
  border-right-color: rgb(219 234 254 / 0.65);
}
.border-r-blue-100\/70 {
  border-right-color: rgb(219 234 254 / 0.7);
}
.border-r-blue-100\/75 {
  border-right-color: rgb(219 234 254 / 0.75);
}
.border-r-blue-100\/80 {
  border-right-color: rgb(219 234 254 / 0.8);
}
.border-r-blue-100\/85 {
  border-right-color: rgb(219 234 254 / 0.85);
}
.border-r-blue-100\/90 {
  border-right-color: rgb(219 234 254 / 0.9);
}
.border-r-blue-100\/95 {
  border-right-color: rgb(219 234 254 / 0.95);
}
.border-r-blue-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-r-blue-200\/0 {
  border-right-color: rgb(191 219 254 / 0);
}
.border-r-blue-200\/10 {
  border-right-color: rgb(191 219 254 / 0.1);
}
.border-r-blue-200\/100 {
  border-right-color: rgb(191 219 254 / 1);
}
.border-r-blue-200\/15 {
  border-right-color: rgb(191 219 254 / 0.15);
}
.border-r-blue-200\/20 {
  border-right-color: rgb(191 219 254 / 0.2);
}
.border-r-blue-200\/25 {
  border-right-color: rgb(191 219 254 / 0.25);
}
.border-r-blue-200\/30 {
  border-right-color: rgb(191 219 254 / 0.3);
}
.border-r-blue-200\/35 {
  border-right-color: rgb(191 219 254 / 0.35);
}
.border-r-blue-200\/40 {
  border-right-color: rgb(191 219 254 / 0.4);
}
.border-r-blue-200\/45 {
  border-right-color: rgb(191 219 254 / 0.45);
}
.border-r-blue-200\/5 {
  border-right-color: rgb(191 219 254 / 0.05);
}
.border-r-blue-200\/50 {
  border-right-color: rgb(191 219 254 / 0.5);
}
.border-r-blue-200\/55 {
  border-right-color: rgb(191 219 254 / 0.55);
}
.border-r-blue-200\/60 {
  border-right-color: rgb(191 219 254 / 0.6);
}
.border-r-blue-200\/65 {
  border-right-color: rgb(191 219 254 / 0.65);
}
.border-r-blue-200\/70 {
  border-right-color: rgb(191 219 254 / 0.7);
}
.border-r-blue-200\/75 {
  border-right-color: rgb(191 219 254 / 0.75);
}
.border-r-blue-200\/80 {
  border-right-color: rgb(191 219 254 / 0.8);
}
.border-r-blue-200\/85 {
  border-right-color: rgb(191 219 254 / 0.85);
}
.border-r-blue-200\/90 {
  border-right-color: rgb(191 219 254 / 0.9);
}
.border-r-blue-200\/95 {
  border-right-color: rgb(191 219 254 / 0.95);
}
.border-r-blue-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-r-blue-300\/0 {
  border-right-color: rgb(147 197 253 / 0);
}
.border-r-blue-300\/10 {
  border-right-color: rgb(147 197 253 / 0.1);
}
.border-r-blue-300\/100 {
  border-right-color: rgb(147 197 253 / 1);
}
.border-r-blue-300\/15 {
  border-right-color: rgb(147 197 253 / 0.15);
}
.border-r-blue-300\/20 {
  border-right-color: rgb(147 197 253 / 0.2);
}
.border-r-blue-300\/25 {
  border-right-color: rgb(147 197 253 / 0.25);
}
.border-r-blue-300\/30 {
  border-right-color: rgb(147 197 253 / 0.3);
}
.border-r-blue-300\/35 {
  border-right-color: rgb(147 197 253 / 0.35);
}
.border-r-blue-300\/40 {
  border-right-color: rgb(147 197 253 / 0.4);
}
.border-r-blue-300\/45 {
  border-right-color: rgb(147 197 253 / 0.45);
}
.border-r-blue-300\/5 {
  border-right-color: rgb(147 197 253 / 0.05);
}
.border-r-blue-300\/50 {
  border-right-color: rgb(147 197 253 / 0.5);
}
.border-r-blue-300\/55 {
  border-right-color: rgb(147 197 253 / 0.55);
}
.border-r-blue-300\/60 {
  border-right-color: rgb(147 197 253 / 0.6);
}
.border-r-blue-300\/65 {
  border-right-color: rgb(147 197 253 / 0.65);
}
.border-r-blue-300\/70 {
  border-right-color: rgb(147 197 253 / 0.7);
}
.border-r-blue-300\/75 {
  border-right-color: rgb(147 197 253 / 0.75);
}
.border-r-blue-300\/80 {
  border-right-color: rgb(147 197 253 / 0.8);
}
.border-r-blue-300\/85 {
  border-right-color: rgb(147 197 253 / 0.85);
}
.border-r-blue-300\/90 {
  border-right-color: rgb(147 197 253 / 0.9);
}
.border-r-blue-300\/95 {
  border-right-color: rgb(147 197 253 / 0.95);
}
.border-r-blue-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-r-blue-400\/0 {
  border-right-color: rgb(96 165 250 / 0);
}
.border-r-blue-400\/10 {
  border-right-color: rgb(96 165 250 / 0.1);
}
.border-r-blue-400\/100 {
  border-right-color: rgb(96 165 250 / 1);
}
.border-r-blue-400\/15 {
  border-right-color: rgb(96 165 250 / 0.15);
}
.border-r-blue-400\/20 {
  border-right-color: rgb(96 165 250 / 0.2);
}
.border-r-blue-400\/25 {
  border-right-color: rgb(96 165 250 / 0.25);
}
.border-r-blue-400\/30 {
  border-right-color: rgb(96 165 250 / 0.3);
}
.border-r-blue-400\/35 {
  border-right-color: rgb(96 165 250 / 0.35);
}
.border-r-blue-400\/40 {
  border-right-color: rgb(96 165 250 / 0.4);
}
.border-r-blue-400\/45 {
  border-right-color: rgb(96 165 250 / 0.45);
}
.border-r-blue-400\/5 {
  border-right-color: rgb(96 165 250 / 0.05);
}
.border-r-blue-400\/50 {
  border-right-color: rgb(96 165 250 / 0.5);
}
.border-r-blue-400\/55 {
  border-right-color: rgb(96 165 250 / 0.55);
}
.border-r-blue-400\/60 {
  border-right-color: rgb(96 165 250 / 0.6);
}
.border-r-blue-400\/65 {
  border-right-color: rgb(96 165 250 / 0.65);
}
.border-r-blue-400\/70 {
  border-right-color: rgb(96 165 250 / 0.7);
}
.border-r-blue-400\/75 {
  border-right-color: rgb(96 165 250 / 0.75);
}
.border-r-blue-400\/80 {
  border-right-color: rgb(96 165 250 / 0.8);
}
.border-r-blue-400\/85 {
  border-right-color: rgb(96 165 250 / 0.85);
}
.border-r-blue-400\/90 {
  border-right-color: rgb(96 165 250 / 0.9);
}
.border-r-blue-400\/95 {
  border-right-color: rgb(96 165 250 / 0.95);
}
.border-r-blue-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-r-blue-50\/0 {
  border-right-color: rgb(239 246 255 / 0);
}
.border-r-blue-50\/10 {
  border-right-color: rgb(239 246 255 / 0.1);
}
.border-r-blue-50\/100 {
  border-right-color: rgb(239 246 255 / 1);
}
.border-r-blue-50\/15 {
  border-right-color: rgb(239 246 255 / 0.15);
}
.border-r-blue-50\/20 {
  border-right-color: rgb(239 246 255 / 0.2);
}
.border-r-blue-50\/25 {
  border-right-color: rgb(239 246 255 / 0.25);
}
.border-r-blue-50\/30 {
  border-right-color: rgb(239 246 255 / 0.3);
}
.border-r-blue-50\/35 {
  border-right-color: rgb(239 246 255 / 0.35);
}
.border-r-blue-50\/40 {
  border-right-color: rgb(239 246 255 / 0.4);
}
.border-r-blue-50\/45 {
  border-right-color: rgb(239 246 255 / 0.45);
}
.border-r-blue-50\/5 {
  border-right-color: rgb(239 246 255 / 0.05);
}
.border-r-blue-50\/50 {
  border-right-color: rgb(239 246 255 / 0.5);
}
.border-r-blue-50\/55 {
  border-right-color: rgb(239 246 255 / 0.55);
}
.border-r-blue-50\/60 {
  border-right-color: rgb(239 246 255 / 0.6);
}
.border-r-blue-50\/65 {
  border-right-color: rgb(239 246 255 / 0.65);
}
.border-r-blue-50\/70 {
  border-right-color: rgb(239 246 255 / 0.7);
}
.border-r-blue-50\/75 {
  border-right-color: rgb(239 246 255 / 0.75);
}
.border-r-blue-50\/80 {
  border-right-color: rgb(239 246 255 / 0.8);
}
.border-r-blue-50\/85 {
  border-right-color: rgb(239 246 255 / 0.85);
}
.border-r-blue-50\/90 {
  border-right-color: rgb(239 246 255 / 0.9);
}
.border-r-blue-50\/95 {
  border-right-color: rgb(239 246 255 / 0.95);
}
.border-r-blue-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-r-blue-500\/0 {
  border-right-color: rgb(59 130 246 / 0);
}
.border-r-blue-500\/10 {
  border-right-color: rgb(59 130 246 / 0.1);
}
.border-r-blue-500\/100 {
  border-right-color: rgb(59 130 246 / 1);
}
.border-r-blue-500\/15 {
  border-right-color: rgb(59 130 246 / 0.15);
}
.border-r-blue-500\/20 {
  border-right-color: rgb(59 130 246 / 0.2);
}
.border-r-blue-500\/25 {
  border-right-color: rgb(59 130 246 / 0.25);
}
.border-r-blue-500\/30 {
  border-right-color: rgb(59 130 246 / 0.3);
}
.border-r-blue-500\/35 {
  border-right-color: rgb(59 130 246 / 0.35);
}
.border-r-blue-500\/40 {
  border-right-color: rgb(59 130 246 / 0.4);
}
.border-r-blue-500\/45 {
  border-right-color: rgb(59 130 246 / 0.45);
}
.border-r-blue-500\/5 {
  border-right-color: rgb(59 130 246 / 0.05);
}
.border-r-blue-500\/50 {
  border-right-color: rgb(59 130 246 / 0.5);
}
.border-r-blue-500\/55 {
  border-right-color: rgb(59 130 246 / 0.55);
}
.border-r-blue-500\/60 {
  border-right-color: rgb(59 130 246 / 0.6);
}
.border-r-blue-500\/65 {
  border-right-color: rgb(59 130 246 / 0.65);
}
.border-r-blue-500\/70 {
  border-right-color: rgb(59 130 246 / 0.7);
}
.border-r-blue-500\/75 {
  border-right-color: rgb(59 130 246 / 0.75);
}
.border-r-blue-500\/80 {
  border-right-color: rgb(59 130 246 / 0.8);
}
.border-r-blue-500\/85 {
  border-right-color: rgb(59 130 246 / 0.85);
}
.border-r-blue-500\/90 {
  border-right-color: rgb(59 130 246 / 0.9);
}
.border-r-blue-500\/95 {
  border-right-color: rgb(59 130 246 / 0.95);
}
.border-r-blue-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-r-blue-600\/0 {
  border-right-color: rgb(37 99 235 / 0);
}
.border-r-blue-600\/10 {
  border-right-color: rgb(37 99 235 / 0.1);
}
.border-r-blue-600\/100 {
  border-right-color: rgb(37 99 235 / 1);
}
.border-r-blue-600\/15 {
  border-right-color: rgb(37 99 235 / 0.15);
}
.border-r-blue-600\/20 {
  border-right-color: rgb(37 99 235 / 0.2);
}
.border-r-blue-600\/25 {
  border-right-color: rgb(37 99 235 / 0.25);
}
.border-r-blue-600\/30 {
  border-right-color: rgb(37 99 235 / 0.3);
}
.border-r-blue-600\/35 {
  border-right-color: rgb(37 99 235 / 0.35);
}
.border-r-blue-600\/40 {
  border-right-color: rgb(37 99 235 / 0.4);
}
.border-r-blue-600\/45 {
  border-right-color: rgb(37 99 235 / 0.45);
}
.border-r-blue-600\/5 {
  border-right-color: rgb(37 99 235 / 0.05);
}
.border-r-blue-600\/50 {
  border-right-color: rgb(37 99 235 / 0.5);
}
.border-r-blue-600\/55 {
  border-right-color: rgb(37 99 235 / 0.55);
}
.border-r-blue-600\/60 {
  border-right-color: rgb(37 99 235 / 0.6);
}
.border-r-blue-600\/65 {
  border-right-color: rgb(37 99 235 / 0.65);
}
.border-r-blue-600\/70 {
  border-right-color: rgb(37 99 235 / 0.7);
}
.border-r-blue-600\/75 {
  border-right-color: rgb(37 99 235 / 0.75);
}
.border-r-blue-600\/80 {
  border-right-color: rgb(37 99 235 / 0.8);
}
.border-r-blue-600\/85 {
  border-right-color: rgb(37 99 235 / 0.85);
}
.border-r-blue-600\/90 {
  border-right-color: rgb(37 99 235 / 0.9);
}
.border-r-blue-600\/95 {
  border-right-color: rgb(37 99 235 / 0.95);
}
.border-r-blue-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-r-blue-700\/0 {
  border-right-color: rgb(29 78 216 / 0);
}
.border-r-blue-700\/10 {
  border-right-color: rgb(29 78 216 / 0.1);
}
.border-r-blue-700\/100 {
  border-right-color: rgb(29 78 216 / 1);
}
.border-r-blue-700\/15 {
  border-right-color: rgb(29 78 216 / 0.15);
}
.border-r-blue-700\/20 {
  border-right-color: rgb(29 78 216 / 0.2);
}
.border-r-blue-700\/25 {
  border-right-color: rgb(29 78 216 / 0.25);
}
.border-r-blue-700\/30 {
  border-right-color: rgb(29 78 216 / 0.3);
}
.border-r-blue-700\/35 {
  border-right-color: rgb(29 78 216 / 0.35);
}
.border-r-blue-700\/40 {
  border-right-color: rgb(29 78 216 / 0.4);
}
.border-r-blue-700\/45 {
  border-right-color: rgb(29 78 216 / 0.45);
}
.border-r-blue-700\/5 {
  border-right-color: rgb(29 78 216 / 0.05);
}
.border-r-blue-700\/50 {
  border-right-color: rgb(29 78 216 / 0.5);
}
.border-r-blue-700\/55 {
  border-right-color: rgb(29 78 216 / 0.55);
}
.border-r-blue-700\/60 {
  border-right-color: rgb(29 78 216 / 0.6);
}
.border-r-blue-700\/65 {
  border-right-color: rgb(29 78 216 / 0.65);
}
.border-r-blue-700\/70 {
  border-right-color: rgb(29 78 216 / 0.7);
}
.border-r-blue-700\/75 {
  border-right-color: rgb(29 78 216 / 0.75);
}
.border-r-blue-700\/80 {
  border-right-color: rgb(29 78 216 / 0.8);
}
.border-r-blue-700\/85 {
  border-right-color: rgb(29 78 216 / 0.85);
}
.border-r-blue-700\/90 {
  border-right-color: rgb(29 78 216 / 0.9);
}
.border-r-blue-700\/95 {
  border-right-color: rgb(29 78 216 / 0.95);
}
.border-r-blue-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-r-blue-800\/0 {
  border-right-color: rgb(30 64 175 / 0);
}
.border-r-blue-800\/10 {
  border-right-color: rgb(30 64 175 / 0.1);
}
.border-r-blue-800\/100 {
  border-right-color: rgb(30 64 175 / 1);
}
.border-r-blue-800\/15 {
  border-right-color: rgb(30 64 175 / 0.15);
}
.border-r-blue-800\/20 {
  border-right-color: rgb(30 64 175 / 0.2);
}
.border-r-blue-800\/25 {
  border-right-color: rgb(30 64 175 / 0.25);
}
.border-r-blue-800\/30 {
  border-right-color: rgb(30 64 175 / 0.3);
}
.border-r-blue-800\/35 {
  border-right-color: rgb(30 64 175 / 0.35);
}
.border-r-blue-800\/40 {
  border-right-color: rgb(30 64 175 / 0.4);
}
.border-r-blue-800\/45 {
  border-right-color: rgb(30 64 175 / 0.45);
}
.border-r-blue-800\/5 {
  border-right-color: rgb(30 64 175 / 0.05);
}
.border-r-blue-800\/50 {
  border-right-color: rgb(30 64 175 / 0.5);
}
.border-r-blue-800\/55 {
  border-right-color: rgb(30 64 175 / 0.55);
}
.border-r-blue-800\/60 {
  border-right-color: rgb(30 64 175 / 0.6);
}
.border-r-blue-800\/65 {
  border-right-color: rgb(30 64 175 / 0.65);
}
.border-r-blue-800\/70 {
  border-right-color: rgb(30 64 175 / 0.7);
}
.border-r-blue-800\/75 {
  border-right-color: rgb(30 64 175 / 0.75);
}
.border-r-blue-800\/80 {
  border-right-color: rgb(30 64 175 / 0.8);
}
.border-r-blue-800\/85 {
  border-right-color: rgb(30 64 175 / 0.85);
}
.border-r-blue-800\/90 {
  border-right-color: rgb(30 64 175 / 0.9);
}
.border-r-blue-800\/95 {
  border-right-color: rgb(30 64 175 / 0.95);
}
.border-r-blue-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-r-blue-900\/0 {
  border-right-color: rgb(30 58 138 / 0);
}
.border-r-blue-900\/10 {
  border-right-color: rgb(30 58 138 / 0.1);
}
.border-r-blue-900\/100 {
  border-right-color: rgb(30 58 138 / 1);
}
.border-r-blue-900\/15 {
  border-right-color: rgb(30 58 138 / 0.15);
}
.border-r-blue-900\/20 {
  border-right-color: rgb(30 58 138 / 0.2);
}
.border-r-blue-900\/25 {
  border-right-color: rgb(30 58 138 / 0.25);
}
.border-r-blue-900\/30 {
  border-right-color: rgb(30 58 138 / 0.3);
}
.border-r-blue-900\/35 {
  border-right-color: rgb(30 58 138 / 0.35);
}
.border-r-blue-900\/40 {
  border-right-color: rgb(30 58 138 / 0.4);
}
.border-r-blue-900\/45 {
  border-right-color: rgb(30 58 138 / 0.45);
}
.border-r-blue-900\/5 {
  border-right-color: rgb(30 58 138 / 0.05);
}
.border-r-blue-900\/50 {
  border-right-color: rgb(30 58 138 / 0.5);
}
.border-r-blue-900\/55 {
  border-right-color: rgb(30 58 138 / 0.55);
}
.border-r-blue-900\/60 {
  border-right-color: rgb(30 58 138 / 0.6);
}
.border-r-blue-900\/65 {
  border-right-color: rgb(30 58 138 / 0.65);
}
.border-r-blue-900\/70 {
  border-right-color: rgb(30 58 138 / 0.7);
}
.border-r-blue-900\/75 {
  border-right-color: rgb(30 58 138 / 0.75);
}
.border-r-blue-900\/80 {
  border-right-color: rgb(30 58 138 / 0.8);
}
.border-r-blue-900\/85 {
  border-right-color: rgb(30 58 138 / 0.85);
}
.border-r-blue-900\/90 {
  border-right-color: rgb(30 58 138 / 0.9);
}
.border-r-blue-900\/95 {
  border-right-color: rgb(30 58 138 / 0.95);
}
.border-r-blue-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-r-blue-950\/0 {
  border-right-color: rgb(23 37 84 / 0);
}
.border-r-blue-950\/10 {
  border-right-color: rgb(23 37 84 / 0.1);
}
.border-r-blue-950\/100 {
  border-right-color: rgb(23 37 84 / 1);
}
.border-r-blue-950\/15 {
  border-right-color: rgb(23 37 84 / 0.15);
}
.border-r-blue-950\/20 {
  border-right-color: rgb(23 37 84 / 0.2);
}
.border-r-blue-950\/25 {
  border-right-color: rgb(23 37 84 / 0.25);
}
.border-r-blue-950\/30 {
  border-right-color: rgb(23 37 84 / 0.3);
}
.border-r-blue-950\/35 {
  border-right-color: rgb(23 37 84 / 0.35);
}
.border-r-blue-950\/40 {
  border-right-color: rgb(23 37 84 / 0.4);
}
.border-r-blue-950\/45 {
  border-right-color: rgb(23 37 84 / 0.45);
}
.border-r-blue-950\/5 {
  border-right-color: rgb(23 37 84 / 0.05);
}
.border-r-blue-950\/50 {
  border-right-color: rgb(23 37 84 / 0.5);
}
.border-r-blue-950\/55 {
  border-right-color: rgb(23 37 84 / 0.55);
}
.border-r-blue-950\/60 {
  border-right-color: rgb(23 37 84 / 0.6);
}
.border-r-blue-950\/65 {
  border-right-color: rgb(23 37 84 / 0.65);
}
.border-r-blue-950\/70 {
  border-right-color: rgb(23 37 84 / 0.7);
}
.border-r-blue-950\/75 {
  border-right-color: rgb(23 37 84 / 0.75);
}
.border-r-blue-950\/80 {
  border-right-color: rgb(23 37 84 / 0.8);
}
.border-r-blue-950\/85 {
  border-right-color: rgb(23 37 84 / 0.85);
}
.border-r-blue-950\/90 {
  border-right-color: rgb(23 37 84 / 0.9);
}
.border-r-blue-950\/95 {
  border-right-color: rgb(23 37 84 / 0.95);
}
.border-r-current {
  border-right-color: currentColor;
}
.border-r-cyan-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-r-cyan-100\/0 {
  border-right-color: rgb(207 250 254 / 0);
}
.border-r-cyan-100\/10 {
  border-right-color: rgb(207 250 254 / 0.1);
}
.border-r-cyan-100\/100 {
  border-right-color: rgb(207 250 254 / 1);
}
.border-r-cyan-100\/15 {
  border-right-color: rgb(207 250 254 / 0.15);
}
.border-r-cyan-100\/20 {
  border-right-color: rgb(207 250 254 / 0.2);
}
.border-r-cyan-100\/25 {
  border-right-color: rgb(207 250 254 / 0.25);
}
.border-r-cyan-100\/30 {
  border-right-color: rgb(207 250 254 / 0.3);
}
.border-r-cyan-100\/35 {
  border-right-color: rgb(207 250 254 / 0.35);
}
.border-r-cyan-100\/40 {
  border-right-color: rgb(207 250 254 / 0.4);
}
.border-r-cyan-100\/45 {
  border-right-color: rgb(207 250 254 / 0.45);
}
.border-r-cyan-100\/5 {
  border-right-color: rgb(207 250 254 / 0.05);
}
.border-r-cyan-100\/50 {
  border-right-color: rgb(207 250 254 / 0.5);
}
.border-r-cyan-100\/55 {
  border-right-color: rgb(207 250 254 / 0.55);
}
.border-r-cyan-100\/60 {
  border-right-color: rgb(207 250 254 / 0.6);
}
.border-r-cyan-100\/65 {
  border-right-color: rgb(207 250 254 / 0.65);
}
.border-r-cyan-100\/70 {
  border-right-color: rgb(207 250 254 / 0.7);
}
.border-r-cyan-100\/75 {
  border-right-color: rgb(207 250 254 / 0.75);
}
.border-r-cyan-100\/80 {
  border-right-color: rgb(207 250 254 / 0.8);
}
.border-r-cyan-100\/85 {
  border-right-color: rgb(207 250 254 / 0.85);
}
.border-r-cyan-100\/90 {
  border-right-color: rgb(207 250 254 / 0.9);
}
.border-r-cyan-100\/95 {
  border-right-color: rgb(207 250 254 / 0.95);
}
.border-r-cyan-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-r-cyan-200\/0 {
  border-right-color: rgb(165 243 252 / 0);
}
.border-r-cyan-200\/10 {
  border-right-color: rgb(165 243 252 / 0.1);
}
.border-r-cyan-200\/100 {
  border-right-color: rgb(165 243 252 / 1);
}
.border-r-cyan-200\/15 {
  border-right-color: rgb(165 243 252 / 0.15);
}
.border-r-cyan-200\/20 {
  border-right-color: rgb(165 243 252 / 0.2);
}
.border-r-cyan-200\/25 {
  border-right-color: rgb(165 243 252 / 0.25);
}
.border-r-cyan-200\/30 {
  border-right-color: rgb(165 243 252 / 0.3);
}
.border-r-cyan-200\/35 {
  border-right-color: rgb(165 243 252 / 0.35);
}
.border-r-cyan-200\/40 {
  border-right-color: rgb(165 243 252 / 0.4);
}
.border-r-cyan-200\/45 {
  border-right-color: rgb(165 243 252 / 0.45);
}
.border-r-cyan-200\/5 {
  border-right-color: rgb(165 243 252 / 0.05);
}
.border-r-cyan-200\/50 {
  border-right-color: rgb(165 243 252 / 0.5);
}
.border-r-cyan-200\/55 {
  border-right-color: rgb(165 243 252 / 0.55);
}
.border-r-cyan-200\/60 {
  border-right-color: rgb(165 243 252 / 0.6);
}
.border-r-cyan-200\/65 {
  border-right-color: rgb(165 243 252 / 0.65);
}
.border-r-cyan-200\/70 {
  border-right-color: rgb(165 243 252 / 0.7);
}
.border-r-cyan-200\/75 {
  border-right-color: rgb(165 243 252 / 0.75);
}
.border-r-cyan-200\/80 {
  border-right-color: rgb(165 243 252 / 0.8);
}
.border-r-cyan-200\/85 {
  border-right-color: rgb(165 243 252 / 0.85);
}
.border-r-cyan-200\/90 {
  border-right-color: rgb(165 243 252 / 0.9);
}
.border-r-cyan-200\/95 {
  border-right-color: rgb(165 243 252 / 0.95);
}
.border-r-cyan-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-r-cyan-300\/0 {
  border-right-color: rgb(103 232 249 / 0);
}
.border-r-cyan-300\/10 {
  border-right-color: rgb(103 232 249 / 0.1);
}
.border-r-cyan-300\/100 {
  border-right-color: rgb(103 232 249 / 1);
}
.border-r-cyan-300\/15 {
  border-right-color: rgb(103 232 249 / 0.15);
}
.border-r-cyan-300\/20 {
  border-right-color: rgb(103 232 249 / 0.2);
}
.border-r-cyan-300\/25 {
  border-right-color: rgb(103 232 249 / 0.25);
}
.border-r-cyan-300\/30 {
  border-right-color: rgb(103 232 249 / 0.3);
}
.border-r-cyan-300\/35 {
  border-right-color: rgb(103 232 249 / 0.35);
}
.border-r-cyan-300\/40 {
  border-right-color: rgb(103 232 249 / 0.4);
}
.border-r-cyan-300\/45 {
  border-right-color: rgb(103 232 249 / 0.45);
}
.border-r-cyan-300\/5 {
  border-right-color: rgb(103 232 249 / 0.05);
}
.border-r-cyan-300\/50 {
  border-right-color: rgb(103 232 249 / 0.5);
}
.border-r-cyan-300\/55 {
  border-right-color: rgb(103 232 249 / 0.55);
}
.border-r-cyan-300\/60 {
  border-right-color: rgb(103 232 249 / 0.6);
}
.border-r-cyan-300\/65 {
  border-right-color: rgb(103 232 249 / 0.65);
}
.border-r-cyan-300\/70 {
  border-right-color: rgb(103 232 249 / 0.7);
}
.border-r-cyan-300\/75 {
  border-right-color: rgb(103 232 249 / 0.75);
}
.border-r-cyan-300\/80 {
  border-right-color: rgb(103 232 249 / 0.8);
}
.border-r-cyan-300\/85 {
  border-right-color: rgb(103 232 249 / 0.85);
}
.border-r-cyan-300\/90 {
  border-right-color: rgb(103 232 249 / 0.9);
}
.border-r-cyan-300\/95 {
  border-right-color: rgb(103 232 249 / 0.95);
}
.border-r-cyan-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-r-cyan-400\/0 {
  border-right-color: rgb(34 211 238 / 0);
}
.border-r-cyan-400\/10 {
  border-right-color: rgb(34 211 238 / 0.1);
}
.border-r-cyan-400\/100 {
  border-right-color: rgb(34 211 238 / 1);
}
.border-r-cyan-400\/15 {
  border-right-color: rgb(34 211 238 / 0.15);
}
.border-r-cyan-400\/20 {
  border-right-color: rgb(34 211 238 / 0.2);
}
.border-r-cyan-400\/25 {
  border-right-color: rgb(34 211 238 / 0.25);
}
.border-r-cyan-400\/30 {
  border-right-color: rgb(34 211 238 / 0.3);
}
.border-r-cyan-400\/35 {
  border-right-color: rgb(34 211 238 / 0.35);
}
.border-r-cyan-400\/40 {
  border-right-color: rgb(34 211 238 / 0.4);
}
.border-r-cyan-400\/45 {
  border-right-color: rgb(34 211 238 / 0.45);
}
.border-r-cyan-400\/5 {
  border-right-color: rgb(34 211 238 / 0.05);
}
.border-r-cyan-400\/50 {
  border-right-color: rgb(34 211 238 / 0.5);
}
.border-r-cyan-400\/55 {
  border-right-color: rgb(34 211 238 / 0.55);
}
.border-r-cyan-400\/60 {
  border-right-color: rgb(34 211 238 / 0.6);
}
.border-r-cyan-400\/65 {
  border-right-color: rgb(34 211 238 / 0.65);
}
.border-r-cyan-400\/70 {
  border-right-color: rgb(34 211 238 / 0.7);
}
.border-r-cyan-400\/75 {
  border-right-color: rgb(34 211 238 / 0.75);
}
.border-r-cyan-400\/80 {
  border-right-color: rgb(34 211 238 / 0.8);
}
.border-r-cyan-400\/85 {
  border-right-color: rgb(34 211 238 / 0.85);
}
.border-r-cyan-400\/90 {
  border-right-color: rgb(34 211 238 / 0.9);
}
.border-r-cyan-400\/95 {
  border-right-color: rgb(34 211 238 / 0.95);
}
.border-r-cyan-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-r-cyan-50\/0 {
  border-right-color: rgb(236 254 255 / 0);
}
.border-r-cyan-50\/10 {
  border-right-color: rgb(236 254 255 / 0.1);
}
.border-r-cyan-50\/100 {
  border-right-color: rgb(236 254 255 / 1);
}
.border-r-cyan-50\/15 {
  border-right-color: rgb(236 254 255 / 0.15);
}
.border-r-cyan-50\/20 {
  border-right-color: rgb(236 254 255 / 0.2);
}
.border-r-cyan-50\/25 {
  border-right-color: rgb(236 254 255 / 0.25);
}
.border-r-cyan-50\/30 {
  border-right-color: rgb(236 254 255 / 0.3);
}
.border-r-cyan-50\/35 {
  border-right-color: rgb(236 254 255 / 0.35);
}
.border-r-cyan-50\/40 {
  border-right-color: rgb(236 254 255 / 0.4);
}
.border-r-cyan-50\/45 {
  border-right-color: rgb(236 254 255 / 0.45);
}
.border-r-cyan-50\/5 {
  border-right-color: rgb(236 254 255 / 0.05);
}
.border-r-cyan-50\/50 {
  border-right-color: rgb(236 254 255 / 0.5);
}
.border-r-cyan-50\/55 {
  border-right-color: rgb(236 254 255 / 0.55);
}
.border-r-cyan-50\/60 {
  border-right-color: rgb(236 254 255 / 0.6);
}
.border-r-cyan-50\/65 {
  border-right-color: rgb(236 254 255 / 0.65);
}
.border-r-cyan-50\/70 {
  border-right-color: rgb(236 254 255 / 0.7);
}
.border-r-cyan-50\/75 {
  border-right-color: rgb(236 254 255 / 0.75);
}
.border-r-cyan-50\/80 {
  border-right-color: rgb(236 254 255 / 0.8);
}
.border-r-cyan-50\/85 {
  border-right-color: rgb(236 254 255 / 0.85);
}
.border-r-cyan-50\/90 {
  border-right-color: rgb(236 254 255 / 0.9);
}
.border-r-cyan-50\/95 {
  border-right-color: rgb(236 254 255 / 0.95);
}
.border-r-cyan-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-r-cyan-500\/0 {
  border-right-color: rgb(6 182 212 / 0);
}
.border-r-cyan-500\/10 {
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-r-cyan-500\/100 {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-cyan-500\/15 {
  border-right-color: rgb(6 182 212 / 0.15);
}
.border-r-cyan-500\/20 {
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-r-cyan-500\/25 {
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-r-cyan-500\/30 {
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-r-cyan-500\/35 {
  border-right-color: rgb(6 182 212 / 0.35);
}
.border-r-cyan-500\/40 {
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-r-cyan-500\/45 {
  border-right-color: rgb(6 182 212 / 0.45);
}
.border-r-cyan-500\/5 {
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-r-cyan-500\/50 {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-cyan-500\/55 {
  border-right-color: rgb(6 182 212 / 0.55);
}
.border-r-cyan-500\/60 {
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-r-cyan-500\/65 {
  border-right-color: rgb(6 182 212 / 0.65);
}
.border-r-cyan-500\/70 {
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-r-cyan-500\/75 {
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-r-cyan-500\/80 {
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-r-cyan-500\/85 {
  border-right-color: rgb(6 182 212 / 0.85);
}
.border-r-cyan-500\/90 {
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-r-cyan-500\/95 {
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-r-cyan-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-r-cyan-600\/0 {
  border-right-color: rgb(8 145 178 / 0);
}
.border-r-cyan-600\/10 {
  border-right-color: rgb(8 145 178 / 0.1);
}
.border-r-cyan-600\/100 {
  border-right-color: rgb(8 145 178 / 1);
}
.border-r-cyan-600\/15 {
  border-right-color: rgb(8 145 178 / 0.15);
}
.border-r-cyan-600\/20 {
  border-right-color: rgb(8 145 178 / 0.2);
}
.border-r-cyan-600\/25 {
  border-right-color: rgb(8 145 178 / 0.25);
}
.border-r-cyan-600\/30 {
  border-right-color: rgb(8 145 178 / 0.3);
}
.border-r-cyan-600\/35 {
  border-right-color: rgb(8 145 178 / 0.35);
}
.border-r-cyan-600\/40 {
  border-right-color: rgb(8 145 178 / 0.4);
}
.border-r-cyan-600\/45 {
  border-right-color: rgb(8 145 178 / 0.45);
}
.border-r-cyan-600\/5 {
  border-right-color: rgb(8 145 178 / 0.05);
}
.border-r-cyan-600\/50 {
  border-right-color: rgb(8 145 178 / 0.5);
}
.border-r-cyan-600\/55 {
  border-right-color: rgb(8 145 178 / 0.55);
}
.border-r-cyan-600\/60 {
  border-right-color: rgb(8 145 178 / 0.6);
}
.border-r-cyan-600\/65 {
  border-right-color: rgb(8 145 178 / 0.65);
}
.border-r-cyan-600\/70 {
  border-right-color: rgb(8 145 178 / 0.7);
}
.border-r-cyan-600\/75 {
  border-right-color: rgb(8 145 178 / 0.75);
}
.border-r-cyan-600\/80 {
  border-right-color: rgb(8 145 178 / 0.8);
}
.border-r-cyan-600\/85 {
  border-right-color: rgb(8 145 178 / 0.85);
}
.border-r-cyan-600\/90 {
  border-right-color: rgb(8 145 178 / 0.9);
}
.border-r-cyan-600\/95 {
  border-right-color: rgb(8 145 178 / 0.95);
}
.border-r-cyan-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-r-cyan-700\/0 {
  border-right-color: rgb(14 116 144 / 0);
}
.border-r-cyan-700\/10 {
  border-right-color: rgb(14 116 144 / 0.1);
}
.border-r-cyan-700\/100 {
  border-right-color: rgb(14 116 144 / 1);
}
.border-r-cyan-700\/15 {
  border-right-color: rgb(14 116 144 / 0.15);
}
.border-r-cyan-700\/20 {
  border-right-color: rgb(14 116 144 / 0.2);
}
.border-r-cyan-700\/25 {
  border-right-color: rgb(14 116 144 / 0.25);
}
.border-r-cyan-700\/30 {
  border-right-color: rgb(14 116 144 / 0.3);
}
.border-r-cyan-700\/35 {
  border-right-color: rgb(14 116 144 / 0.35);
}
.border-r-cyan-700\/40 {
  border-right-color: rgb(14 116 144 / 0.4);
}
.border-r-cyan-700\/45 {
  border-right-color: rgb(14 116 144 / 0.45);
}
.border-r-cyan-700\/5 {
  border-right-color: rgb(14 116 144 / 0.05);
}
.border-r-cyan-700\/50 {
  border-right-color: rgb(14 116 144 / 0.5);
}
.border-r-cyan-700\/55 {
  border-right-color: rgb(14 116 144 / 0.55);
}
.border-r-cyan-700\/60 {
  border-right-color: rgb(14 116 144 / 0.6);
}
.border-r-cyan-700\/65 {
  border-right-color: rgb(14 116 144 / 0.65);
}
.border-r-cyan-700\/70 {
  border-right-color: rgb(14 116 144 / 0.7);
}
.border-r-cyan-700\/75 {
  border-right-color: rgb(14 116 144 / 0.75);
}
.border-r-cyan-700\/80 {
  border-right-color: rgb(14 116 144 / 0.8);
}
.border-r-cyan-700\/85 {
  border-right-color: rgb(14 116 144 / 0.85);
}
.border-r-cyan-700\/90 {
  border-right-color: rgb(14 116 144 / 0.9);
}
.border-r-cyan-700\/95 {
  border-right-color: rgb(14 116 144 / 0.95);
}
.border-r-cyan-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-r-cyan-800\/0 {
  border-right-color: rgb(21 94 117 / 0);
}
.border-r-cyan-800\/10 {
  border-right-color: rgb(21 94 117 / 0.1);
}
.border-r-cyan-800\/100 {
  border-right-color: rgb(21 94 117 / 1);
}
.border-r-cyan-800\/15 {
  border-right-color: rgb(21 94 117 / 0.15);
}
.border-r-cyan-800\/20 {
  border-right-color: rgb(21 94 117 / 0.2);
}
.border-r-cyan-800\/25 {
  border-right-color: rgb(21 94 117 / 0.25);
}
.border-r-cyan-800\/30 {
  border-right-color: rgb(21 94 117 / 0.3);
}
.border-r-cyan-800\/35 {
  border-right-color: rgb(21 94 117 / 0.35);
}
.border-r-cyan-800\/40 {
  border-right-color: rgb(21 94 117 / 0.4);
}
.border-r-cyan-800\/45 {
  border-right-color: rgb(21 94 117 / 0.45);
}
.border-r-cyan-800\/5 {
  border-right-color: rgb(21 94 117 / 0.05);
}
.border-r-cyan-800\/50 {
  border-right-color: rgb(21 94 117 / 0.5);
}
.border-r-cyan-800\/55 {
  border-right-color: rgb(21 94 117 / 0.55);
}
.border-r-cyan-800\/60 {
  border-right-color: rgb(21 94 117 / 0.6);
}
.border-r-cyan-800\/65 {
  border-right-color: rgb(21 94 117 / 0.65);
}
.border-r-cyan-800\/70 {
  border-right-color: rgb(21 94 117 / 0.7);
}
.border-r-cyan-800\/75 {
  border-right-color: rgb(21 94 117 / 0.75);
}
.border-r-cyan-800\/80 {
  border-right-color: rgb(21 94 117 / 0.8);
}
.border-r-cyan-800\/85 {
  border-right-color: rgb(21 94 117 / 0.85);
}
.border-r-cyan-800\/90 {
  border-right-color: rgb(21 94 117 / 0.9);
}
.border-r-cyan-800\/95 {
  border-right-color: rgb(21 94 117 / 0.95);
}
.border-r-cyan-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-r-cyan-900\/0 {
  border-right-color: rgb(22 78 99 / 0);
}
.border-r-cyan-900\/10 {
  border-right-color: rgb(22 78 99 / 0.1);
}
.border-r-cyan-900\/100 {
  border-right-color: rgb(22 78 99 / 1);
}
.border-r-cyan-900\/15 {
  border-right-color: rgb(22 78 99 / 0.15);
}
.border-r-cyan-900\/20 {
  border-right-color: rgb(22 78 99 / 0.2);
}
.border-r-cyan-900\/25 {
  border-right-color: rgb(22 78 99 / 0.25);
}
.border-r-cyan-900\/30 {
  border-right-color: rgb(22 78 99 / 0.3);
}
.border-r-cyan-900\/35 {
  border-right-color: rgb(22 78 99 / 0.35);
}
.border-r-cyan-900\/40 {
  border-right-color: rgb(22 78 99 / 0.4);
}
.border-r-cyan-900\/45 {
  border-right-color: rgb(22 78 99 / 0.45);
}
.border-r-cyan-900\/5 {
  border-right-color: rgb(22 78 99 / 0.05);
}
.border-r-cyan-900\/50 {
  border-right-color: rgb(22 78 99 / 0.5);
}
.border-r-cyan-900\/55 {
  border-right-color: rgb(22 78 99 / 0.55);
}
.border-r-cyan-900\/60 {
  border-right-color: rgb(22 78 99 / 0.6);
}
.border-r-cyan-900\/65 {
  border-right-color: rgb(22 78 99 / 0.65);
}
.border-r-cyan-900\/70 {
  border-right-color: rgb(22 78 99 / 0.7);
}
.border-r-cyan-900\/75 {
  border-right-color: rgb(22 78 99 / 0.75);
}
.border-r-cyan-900\/80 {
  border-right-color: rgb(22 78 99 / 0.8);
}
.border-r-cyan-900\/85 {
  border-right-color: rgb(22 78 99 / 0.85);
}
.border-r-cyan-900\/90 {
  border-right-color: rgb(22 78 99 / 0.9);
}
.border-r-cyan-900\/95 {
  border-right-color: rgb(22 78 99 / 0.95);
}
.border-r-cyan-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-r-cyan-950\/0 {
  border-right-color: rgb(8 51 68 / 0);
}
.border-r-cyan-950\/10 {
  border-right-color: rgb(8 51 68 / 0.1);
}
.border-r-cyan-950\/100 {
  border-right-color: rgb(8 51 68 / 1);
}
.border-r-cyan-950\/15 {
  border-right-color: rgb(8 51 68 / 0.15);
}
.border-r-cyan-950\/20 {
  border-right-color: rgb(8 51 68 / 0.2);
}
.border-r-cyan-950\/25 {
  border-right-color: rgb(8 51 68 / 0.25);
}
.border-r-cyan-950\/30 {
  border-right-color: rgb(8 51 68 / 0.3);
}
.border-r-cyan-950\/35 {
  border-right-color: rgb(8 51 68 / 0.35);
}
.border-r-cyan-950\/40 {
  border-right-color: rgb(8 51 68 / 0.4);
}
.border-r-cyan-950\/45 {
  border-right-color: rgb(8 51 68 / 0.45);
}
.border-r-cyan-950\/5 {
  border-right-color: rgb(8 51 68 / 0.05);
}
.border-r-cyan-950\/50 {
  border-right-color: rgb(8 51 68 / 0.5);
}
.border-r-cyan-950\/55 {
  border-right-color: rgb(8 51 68 / 0.55);
}
.border-r-cyan-950\/60 {
  border-right-color: rgb(8 51 68 / 0.6);
}
.border-r-cyan-950\/65 {
  border-right-color: rgb(8 51 68 / 0.65);
}
.border-r-cyan-950\/70 {
  border-right-color: rgb(8 51 68 / 0.7);
}
.border-r-cyan-950\/75 {
  border-right-color: rgb(8 51 68 / 0.75);
}
.border-r-cyan-950\/80 {
  border-right-color: rgb(8 51 68 / 0.8);
}
.border-r-cyan-950\/85 {
  border-right-color: rgb(8 51 68 / 0.85);
}
.border-r-cyan-950\/90 {
  border-right-color: rgb(8 51 68 / 0.9);
}
.border-r-cyan-950\/95 {
  border-right-color: rgb(8 51 68 / 0.95);
}
.border-r-emerald-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-r-emerald-100\/0 {
  border-right-color: rgb(209 250 229 / 0);
}
.border-r-emerald-100\/10 {
  border-right-color: rgb(209 250 229 / 0.1);
}
.border-r-emerald-100\/100 {
  border-right-color: rgb(209 250 229 / 1);
}
.border-r-emerald-100\/15 {
  border-right-color: rgb(209 250 229 / 0.15);
}
.border-r-emerald-100\/20 {
  border-right-color: rgb(209 250 229 / 0.2);
}
.border-r-emerald-100\/25 {
  border-right-color: rgb(209 250 229 / 0.25);
}
.border-r-emerald-100\/30 {
  border-right-color: rgb(209 250 229 / 0.3);
}
.border-r-emerald-100\/35 {
  border-right-color: rgb(209 250 229 / 0.35);
}
.border-r-emerald-100\/40 {
  border-right-color: rgb(209 250 229 / 0.4);
}
.border-r-emerald-100\/45 {
  border-right-color: rgb(209 250 229 / 0.45);
}
.border-r-emerald-100\/5 {
  border-right-color: rgb(209 250 229 / 0.05);
}
.border-r-emerald-100\/50 {
  border-right-color: rgb(209 250 229 / 0.5);
}
.border-r-emerald-100\/55 {
  border-right-color: rgb(209 250 229 / 0.55);
}
.border-r-emerald-100\/60 {
  border-right-color: rgb(209 250 229 / 0.6);
}
.border-r-emerald-100\/65 {
  border-right-color: rgb(209 250 229 / 0.65);
}
.border-r-emerald-100\/70 {
  border-right-color: rgb(209 250 229 / 0.7);
}
.border-r-emerald-100\/75 {
  border-right-color: rgb(209 250 229 / 0.75);
}
.border-r-emerald-100\/80 {
  border-right-color: rgb(209 250 229 / 0.8);
}
.border-r-emerald-100\/85 {
  border-right-color: rgb(209 250 229 / 0.85);
}
.border-r-emerald-100\/90 {
  border-right-color: rgb(209 250 229 / 0.9);
}
.border-r-emerald-100\/95 {
  border-right-color: rgb(209 250 229 / 0.95);
}
.border-r-emerald-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-r-emerald-200\/0 {
  border-right-color: rgb(167 243 208 / 0);
}
.border-r-emerald-200\/10 {
  border-right-color: rgb(167 243 208 / 0.1);
}
.border-r-emerald-200\/100 {
  border-right-color: rgb(167 243 208 / 1);
}
.border-r-emerald-200\/15 {
  border-right-color: rgb(167 243 208 / 0.15);
}
.border-r-emerald-200\/20 {
  border-right-color: rgb(167 243 208 / 0.2);
}
.border-r-emerald-200\/25 {
  border-right-color: rgb(167 243 208 / 0.25);
}
.border-r-emerald-200\/30 {
  border-right-color: rgb(167 243 208 / 0.3);
}
.border-r-emerald-200\/35 {
  border-right-color: rgb(167 243 208 / 0.35);
}
.border-r-emerald-200\/40 {
  border-right-color: rgb(167 243 208 / 0.4);
}
.border-r-emerald-200\/45 {
  border-right-color: rgb(167 243 208 / 0.45);
}
.border-r-emerald-200\/5 {
  border-right-color: rgb(167 243 208 / 0.05);
}
.border-r-emerald-200\/50 {
  border-right-color: rgb(167 243 208 / 0.5);
}
.border-r-emerald-200\/55 {
  border-right-color: rgb(167 243 208 / 0.55);
}
.border-r-emerald-200\/60 {
  border-right-color: rgb(167 243 208 / 0.6);
}
.border-r-emerald-200\/65 {
  border-right-color: rgb(167 243 208 / 0.65);
}
.border-r-emerald-200\/70 {
  border-right-color: rgb(167 243 208 / 0.7);
}
.border-r-emerald-200\/75 {
  border-right-color: rgb(167 243 208 / 0.75);
}
.border-r-emerald-200\/80 {
  border-right-color: rgb(167 243 208 / 0.8);
}
.border-r-emerald-200\/85 {
  border-right-color: rgb(167 243 208 / 0.85);
}
.border-r-emerald-200\/90 {
  border-right-color: rgb(167 243 208 / 0.9);
}
.border-r-emerald-200\/95 {
  border-right-color: rgb(167 243 208 / 0.95);
}
.border-r-emerald-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-r-emerald-300\/0 {
  border-right-color: rgb(110 231 183 / 0);
}
.border-r-emerald-300\/10 {
  border-right-color: rgb(110 231 183 / 0.1);
}
.border-r-emerald-300\/100 {
  border-right-color: rgb(110 231 183 / 1);
}
.border-r-emerald-300\/15 {
  border-right-color: rgb(110 231 183 / 0.15);
}
.border-r-emerald-300\/20 {
  border-right-color: rgb(110 231 183 / 0.2);
}
.border-r-emerald-300\/25 {
  border-right-color: rgb(110 231 183 / 0.25);
}
.border-r-emerald-300\/30 {
  border-right-color: rgb(110 231 183 / 0.3);
}
.border-r-emerald-300\/35 {
  border-right-color: rgb(110 231 183 / 0.35);
}
.border-r-emerald-300\/40 {
  border-right-color: rgb(110 231 183 / 0.4);
}
.border-r-emerald-300\/45 {
  border-right-color: rgb(110 231 183 / 0.45);
}
.border-r-emerald-300\/5 {
  border-right-color: rgb(110 231 183 / 0.05);
}
.border-r-emerald-300\/50 {
  border-right-color: rgb(110 231 183 / 0.5);
}
.border-r-emerald-300\/55 {
  border-right-color: rgb(110 231 183 / 0.55);
}
.border-r-emerald-300\/60 {
  border-right-color: rgb(110 231 183 / 0.6);
}
.border-r-emerald-300\/65 {
  border-right-color: rgb(110 231 183 / 0.65);
}
.border-r-emerald-300\/70 {
  border-right-color: rgb(110 231 183 / 0.7);
}
.border-r-emerald-300\/75 {
  border-right-color: rgb(110 231 183 / 0.75);
}
.border-r-emerald-300\/80 {
  border-right-color: rgb(110 231 183 / 0.8);
}
.border-r-emerald-300\/85 {
  border-right-color: rgb(110 231 183 / 0.85);
}
.border-r-emerald-300\/90 {
  border-right-color: rgb(110 231 183 / 0.9);
}
.border-r-emerald-300\/95 {
  border-right-color: rgb(110 231 183 / 0.95);
}
.border-r-emerald-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-r-emerald-400\/0 {
  border-right-color: rgb(52 211 153 / 0);
}
.border-r-emerald-400\/10 {
  border-right-color: rgb(52 211 153 / 0.1);
}
.border-r-emerald-400\/100 {
  border-right-color: rgb(52 211 153 / 1);
}
.border-r-emerald-400\/15 {
  border-right-color: rgb(52 211 153 / 0.15);
}
.border-r-emerald-400\/20 {
  border-right-color: rgb(52 211 153 / 0.2);
}
.border-r-emerald-400\/25 {
  border-right-color: rgb(52 211 153 / 0.25);
}
.border-r-emerald-400\/30 {
  border-right-color: rgb(52 211 153 / 0.3);
}
.border-r-emerald-400\/35 {
  border-right-color: rgb(52 211 153 / 0.35);
}
.border-r-emerald-400\/40 {
  border-right-color: rgb(52 211 153 / 0.4);
}
.border-r-emerald-400\/45 {
  border-right-color: rgb(52 211 153 / 0.45);
}
.border-r-emerald-400\/5 {
  border-right-color: rgb(52 211 153 / 0.05);
}
.border-r-emerald-400\/50 {
  border-right-color: rgb(52 211 153 / 0.5);
}
.border-r-emerald-400\/55 {
  border-right-color: rgb(52 211 153 / 0.55);
}
.border-r-emerald-400\/60 {
  border-right-color: rgb(52 211 153 / 0.6);
}
.border-r-emerald-400\/65 {
  border-right-color: rgb(52 211 153 / 0.65);
}
.border-r-emerald-400\/70 {
  border-right-color: rgb(52 211 153 / 0.7);
}
.border-r-emerald-400\/75 {
  border-right-color: rgb(52 211 153 / 0.75);
}
.border-r-emerald-400\/80 {
  border-right-color: rgb(52 211 153 / 0.8);
}
.border-r-emerald-400\/85 {
  border-right-color: rgb(52 211 153 / 0.85);
}
.border-r-emerald-400\/90 {
  border-right-color: rgb(52 211 153 / 0.9);
}
.border-r-emerald-400\/95 {
  border-right-color: rgb(52 211 153 / 0.95);
}
.border-r-emerald-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-r-emerald-50\/0 {
  border-right-color: rgb(236 253 245 / 0);
}
.border-r-emerald-50\/10 {
  border-right-color: rgb(236 253 245 / 0.1);
}
.border-r-emerald-50\/100 {
  border-right-color: rgb(236 253 245 / 1);
}
.border-r-emerald-50\/15 {
  border-right-color: rgb(236 253 245 / 0.15);
}
.border-r-emerald-50\/20 {
  border-right-color: rgb(236 253 245 / 0.2);
}
.border-r-emerald-50\/25 {
  border-right-color: rgb(236 253 245 / 0.25);
}
.border-r-emerald-50\/30 {
  border-right-color: rgb(236 253 245 / 0.3);
}
.border-r-emerald-50\/35 {
  border-right-color: rgb(236 253 245 / 0.35);
}
.border-r-emerald-50\/40 {
  border-right-color: rgb(236 253 245 / 0.4);
}
.border-r-emerald-50\/45 {
  border-right-color: rgb(236 253 245 / 0.45);
}
.border-r-emerald-50\/5 {
  border-right-color: rgb(236 253 245 / 0.05);
}
.border-r-emerald-50\/50 {
  border-right-color: rgb(236 253 245 / 0.5);
}
.border-r-emerald-50\/55 {
  border-right-color: rgb(236 253 245 / 0.55);
}
.border-r-emerald-50\/60 {
  border-right-color: rgb(236 253 245 / 0.6);
}
.border-r-emerald-50\/65 {
  border-right-color: rgb(236 253 245 / 0.65);
}
.border-r-emerald-50\/70 {
  border-right-color: rgb(236 253 245 / 0.7);
}
.border-r-emerald-50\/75 {
  border-right-color: rgb(236 253 245 / 0.75);
}
.border-r-emerald-50\/80 {
  border-right-color: rgb(236 253 245 / 0.8);
}
.border-r-emerald-50\/85 {
  border-right-color: rgb(236 253 245 / 0.85);
}
.border-r-emerald-50\/90 {
  border-right-color: rgb(236 253 245 / 0.9);
}
.border-r-emerald-50\/95 {
  border-right-color: rgb(236 253 245 / 0.95);
}
.border-r-emerald-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-r-emerald-500\/0 {
  border-right-color: rgb(16 185 129 / 0);
}
.border-r-emerald-500\/10 {
  border-right-color: rgb(16 185 129 / 0.1);
}
.border-r-emerald-500\/100 {
  border-right-color: rgb(16 185 129 / 1);
}
.border-r-emerald-500\/15 {
  border-right-color: rgb(16 185 129 / 0.15);
}
.border-r-emerald-500\/20 {
  border-right-color: rgb(16 185 129 / 0.2);
}
.border-r-emerald-500\/25 {
  border-right-color: rgb(16 185 129 / 0.25);
}
.border-r-emerald-500\/30 {
  border-right-color: rgb(16 185 129 / 0.3);
}
.border-r-emerald-500\/35 {
  border-right-color: rgb(16 185 129 / 0.35);
}
.border-r-emerald-500\/40 {
  border-right-color: rgb(16 185 129 / 0.4);
}
.border-r-emerald-500\/45 {
  border-right-color: rgb(16 185 129 / 0.45);
}
.border-r-emerald-500\/5 {
  border-right-color: rgb(16 185 129 / 0.05);
}
.border-r-emerald-500\/50 {
  border-right-color: rgb(16 185 129 / 0.5);
}
.border-r-emerald-500\/55 {
  border-right-color: rgb(16 185 129 / 0.55);
}
.border-r-emerald-500\/60 {
  border-right-color: rgb(16 185 129 / 0.6);
}
.border-r-emerald-500\/65 {
  border-right-color: rgb(16 185 129 / 0.65);
}
.border-r-emerald-500\/70 {
  border-right-color: rgb(16 185 129 / 0.7);
}
.border-r-emerald-500\/75 {
  border-right-color: rgb(16 185 129 / 0.75);
}
.border-r-emerald-500\/80 {
  border-right-color: rgb(16 185 129 / 0.8);
}
.border-r-emerald-500\/85 {
  border-right-color: rgb(16 185 129 / 0.85);
}
.border-r-emerald-500\/90 {
  border-right-color: rgb(16 185 129 / 0.9);
}
.border-r-emerald-500\/95 {
  border-right-color: rgb(16 185 129 / 0.95);
}
.border-r-emerald-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-r-emerald-600\/0 {
  border-right-color: rgb(5 150 105 / 0);
}
.border-r-emerald-600\/10 {
  border-right-color: rgb(5 150 105 / 0.1);
}
.border-r-emerald-600\/100 {
  border-right-color: rgb(5 150 105 / 1);
}
.border-r-emerald-600\/15 {
  border-right-color: rgb(5 150 105 / 0.15);
}
.border-r-emerald-600\/20 {
  border-right-color: rgb(5 150 105 / 0.2);
}
.border-r-emerald-600\/25 {
  border-right-color: rgb(5 150 105 / 0.25);
}
.border-r-emerald-600\/30 {
  border-right-color: rgb(5 150 105 / 0.3);
}
.border-r-emerald-600\/35 {
  border-right-color: rgb(5 150 105 / 0.35);
}
.border-r-emerald-600\/40 {
  border-right-color: rgb(5 150 105 / 0.4);
}
.border-r-emerald-600\/45 {
  border-right-color: rgb(5 150 105 / 0.45);
}
.border-r-emerald-600\/5 {
  border-right-color: rgb(5 150 105 / 0.05);
}
.border-r-emerald-600\/50 {
  border-right-color: rgb(5 150 105 / 0.5);
}
.border-r-emerald-600\/55 {
  border-right-color: rgb(5 150 105 / 0.55);
}
.border-r-emerald-600\/60 {
  border-right-color: rgb(5 150 105 / 0.6);
}
.border-r-emerald-600\/65 {
  border-right-color: rgb(5 150 105 / 0.65);
}
.border-r-emerald-600\/70 {
  border-right-color: rgb(5 150 105 / 0.7);
}
.border-r-emerald-600\/75 {
  border-right-color: rgb(5 150 105 / 0.75);
}
.border-r-emerald-600\/80 {
  border-right-color: rgb(5 150 105 / 0.8);
}
.border-r-emerald-600\/85 {
  border-right-color: rgb(5 150 105 / 0.85);
}
.border-r-emerald-600\/90 {
  border-right-color: rgb(5 150 105 / 0.9);
}
.border-r-emerald-600\/95 {
  border-right-color: rgb(5 150 105 / 0.95);
}
.border-r-emerald-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-r-emerald-700\/0 {
  border-right-color: rgb(4 120 87 / 0);
}
.border-r-emerald-700\/10 {
  border-right-color: rgb(4 120 87 / 0.1);
}
.border-r-emerald-700\/100 {
  border-right-color: rgb(4 120 87 / 1);
}
.border-r-emerald-700\/15 {
  border-right-color: rgb(4 120 87 / 0.15);
}
.border-r-emerald-700\/20 {
  border-right-color: rgb(4 120 87 / 0.2);
}
.border-r-emerald-700\/25 {
  border-right-color: rgb(4 120 87 / 0.25);
}
.border-r-emerald-700\/30 {
  border-right-color: rgb(4 120 87 / 0.3);
}
.border-r-emerald-700\/35 {
  border-right-color: rgb(4 120 87 / 0.35);
}
.border-r-emerald-700\/40 {
  border-right-color: rgb(4 120 87 / 0.4);
}
.border-r-emerald-700\/45 {
  border-right-color: rgb(4 120 87 / 0.45);
}
.border-r-emerald-700\/5 {
  border-right-color: rgb(4 120 87 / 0.05);
}
.border-r-emerald-700\/50 {
  border-right-color: rgb(4 120 87 / 0.5);
}
.border-r-emerald-700\/55 {
  border-right-color: rgb(4 120 87 / 0.55);
}
.border-r-emerald-700\/60 {
  border-right-color: rgb(4 120 87 / 0.6);
}
.border-r-emerald-700\/65 {
  border-right-color: rgb(4 120 87 / 0.65);
}
.border-r-emerald-700\/70 {
  border-right-color: rgb(4 120 87 / 0.7);
}
.border-r-emerald-700\/75 {
  border-right-color: rgb(4 120 87 / 0.75);
}
.border-r-emerald-700\/80 {
  border-right-color: rgb(4 120 87 / 0.8);
}
.border-r-emerald-700\/85 {
  border-right-color: rgb(4 120 87 / 0.85);
}
.border-r-emerald-700\/90 {
  border-right-color: rgb(4 120 87 / 0.9);
}
.border-r-emerald-700\/95 {
  border-right-color: rgb(4 120 87 / 0.95);
}
.border-r-emerald-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-r-emerald-800\/0 {
  border-right-color: rgb(6 95 70 / 0);
}
.border-r-emerald-800\/10 {
  border-right-color: rgb(6 95 70 / 0.1);
}
.border-r-emerald-800\/100 {
  border-right-color: rgb(6 95 70 / 1);
}
.border-r-emerald-800\/15 {
  border-right-color: rgb(6 95 70 / 0.15);
}
.border-r-emerald-800\/20 {
  border-right-color: rgb(6 95 70 / 0.2);
}
.border-r-emerald-800\/25 {
  border-right-color: rgb(6 95 70 / 0.25);
}
.border-r-emerald-800\/30 {
  border-right-color: rgb(6 95 70 / 0.3);
}
.border-r-emerald-800\/35 {
  border-right-color: rgb(6 95 70 / 0.35);
}
.border-r-emerald-800\/40 {
  border-right-color: rgb(6 95 70 / 0.4);
}
.border-r-emerald-800\/45 {
  border-right-color: rgb(6 95 70 / 0.45);
}
.border-r-emerald-800\/5 {
  border-right-color: rgb(6 95 70 / 0.05);
}
.border-r-emerald-800\/50 {
  border-right-color: rgb(6 95 70 / 0.5);
}
.border-r-emerald-800\/55 {
  border-right-color: rgb(6 95 70 / 0.55);
}
.border-r-emerald-800\/60 {
  border-right-color: rgb(6 95 70 / 0.6);
}
.border-r-emerald-800\/65 {
  border-right-color: rgb(6 95 70 / 0.65);
}
.border-r-emerald-800\/70 {
  border-right-color: rgb(6 95 70 / 0.7);
}
.border-r-emerald-800\/75 {
  border-right-color: rgb(6 95 70 / 0.75);
}
.border-r-emerald-800\/80 {
  border-right-color: rgb(6 95 70 / 0.8);
}
.border-r-emerald-800\/85 {
  border-right-color: rgb(6 95 70 / 0.85);
}
.border-r-emerald-800\/90 {
  border-right-color: rgb(6 95 70 / 0.9);
}
.border-r-emerald-800\/95 {
  border-right-color: rgb(6 95 70 / 0.95);
}
.border-r-emerald-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-r-emerald-900\/0 {
  border-right-color: rgb(6 78 59 / 0);
}
.border-r-emerald-900\/10 {
  border-right-color: rgb(6 78 59 / 0.1);
}
.border-r-emerald-900\/100 {
  border-right-color: rgb(6 78 59 / 1);
}
.border-r-emerald-900\/15 {
  border-right-color: rgb(6 78 59 / 0.15);
}
.border-r-emerald-900\/20 {
  border-right-color: rgb(6 78 59 / 0.2);
}
.border-r-emerald-900\/25 {
  border-right-color: rgb(6 78 59 / 0.25);
}
.border-r-emerald-900\/30 {
  border-right-color: rgb(6 78 59 / 0.3);
}
.border-r-emerald-900\/35 {
  border-right-color: rgb(6 78 59 / 0.35);
}
.border-r-emerald-900\/40 {
  border-right-color: rgb(6 78 59 / 0.4);
}
.border-r-emerald-900\/45 {
  border-right-color: rgb(6 78 59 / 0.45);
}
.border-r-emerald-900\/5 {
  border-right-color: rgb(6 78 59 / 0.05);
}
.border-r-emerald-900\/50 {
  border-right-color: rgb(6 78 59 / 0.5);
}
.border-r-emerald-900\/55 {
  border-right-color: rgb(6 78 59 / 0.55);
}
.border-r-emerald-900\/60 {
  border-right-color: rgb(6 78 59 / 0.6);
}
.border-r-emerald-900\/65 {
  border-right-color: rgb(6 78 59 / 0.65);
}
.border-r-emerald-900\/70 {
  border-right-color: rgb(6 78 59 / 0.7);
}
.border-r-emerald-900\/75 {
  border-right-color: rgb(6 78 59 / 0.75);
}
.border-r-emerald-900\/80 {
  border-right-color: rgb(6 78 59 / 0.8);
}
.border-r-emerald-900\/85 {
  border-right-color: rgb(6 78 59 / 0.85);
}
.border-r-emerald-900\/90 {
  border-right-color: rgb(6 78 59 / 0.9);
}
.border-r-emerald-900\/95 {
  border-right-color: rgb(6 78 59 / 0.95);
}
.border-r-emerald-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-r-emerald-950\/0 {
  border-right-color: rgb(2 44 34 / 0);
}
.border-r-emerald-950\/10 {
  border-right-color: rgb(2 44 34 / 0.1);
}
.border-r-emerald-950\/100 {
  border-right-color: rgb(2 44 34 / 1);
}
.border-r-emerald-950\/15 {
  border-right-color: rgb(2 44 34 / 0.15);
}
.border-r-emerald-950\/20 {
  border-right-color: rgb(2 44 34 / 0.2);
}
.border-r-emerald-950\/25 {
  border-right-color: rgb(2 44 34 / 0.25);
}
.border-r-emerald-950\/30 {
  border-right-color: rgb(2 44 34 / 0.3);
}
.border-r-emerald-950\/35 {
  border-right-color: rgb(2 44 34 / 0.35);
}
.border-r-emerald-950\/40 {
  border-right-color: rgb(2 44 34 / 0.4);
}
.border-r-emerald-950\/45 {
  border-right-color: rgb(2 44 34 / 0.45);
}
.border-r-emerald-950\/5 {
  border-right-color: rgb(2 44 34 / 0.05);
}
.border-r-emerald-950\/50 {
  border-right-color: rgb(2 44 34 / 0.5);
}
.border-r-emerald-950\/55 {
  border-right-color: rgb(2 44 34 / 0.55);
}
.border-r-emerald-950\/60 {
  border-right-color: rgb(2 44 34 / 0.6);
}
.border-r-emerald-950\/65 {
  border-right-color: rgb(2 44 34 / 0.65);
}
.border-r-emerald-950\/70 {
  border-right-color: rgb(2 44 34 / 0.7);
}
.border-r-emerald-950\/75 {
  border-right-color: rgb(2 44 34 / 0.75);
}
.border-r-emerald-950\/80 {
  border-right-color: rgb(2 44 34 / 0.8);
}
.border-r-emerald-950\/85 {
  border-right-color: rgb(2 44 34 / 0.85);
}
.border-r-emerald-950\/90 {
  border-right-color: rgb(2 44 34 / 0.9);
}
.border-r-emerald-950\/95 {
  border-right-color: rgb(2 44 34 / 0.95);
}
.border-r-fuchsia-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-100\/0 {
  border-right-color: rgb(250 232 255 / 0);
}
.border-r-fuchsia-100\/10 {
  border-right-color: rgb(250 232 255 / 0.1);
}
.border-r-fuchsia-100\/100 {
  border-right-color: rgb(250 232 255 / 1);
}
.border-r-fuchsia-100\/15 {
  border-right-color: rgb(250 232 255 / 0.15);
}
.border-r-fuchsia-100\/20 {
  border-right-color: rgb(250 232 255 / 0.2);
}
.border-r-fuchsia-100\/25 {
  border-right-color: rgb(250 232 255 / 0.25);
}
.border-r-fuchsia-100\/30 {
  border-right-color: rgb(250 232 255 / 0.3);
}
.border-r-fuchsia-100\/35 {
  border-right-color: rgb(250 232 255 / 0.35);
}
.border-r-fuchsia-100\/40 {
  border-right-color: rgb(250 232 255 / 0.4);
}
.border-r-fuchsia-100\/45 {
  border-right-color: rgb(250 232 255 / 0.45);
}
.border-r-fuchsia-100\/5 {
  border-right-color: rgb(250 232 255 / 0.05);
}
.border-r-fuchsia-100\/50 {
  border-right-color: rgb(250 232 255 / 0.5);
}
.border-r-fuchsia-100\/55 {
  border-right-color: rgb(250 232 255 / 0.55);
}
.border-r-fuchsia-100\/60 {
  border-right-color: rgb(250 232 255 / 0.6);
}
.border-r-fuchsia-100\/65 {
  border-right-color: rgb(250 232 255 / 0.65);
}
.border-r-fuchsia-100\/70 {
  border-right-color: rgb(250 232 255 / 0.7);
}
.border-r-fuchsia-100\/75 {
  border-right-color: rgb(250 232 255 / 0.75);
}
.border-r-fuchsia-100\/80 {
  border-right-color: rgb(250 232 255 / 0.8);
}
.border-r-fuchsia-100\/85 {
  border-right-color: rgb(250 232 255 / 0.85);
}
.border-r-fuchsia-100\/90 {
  border-right-color: rgb(250 232 255 / 0.9);
}
.border-r-fuchsia-100\/95 {
  border-right-color: rgb(250 232 255 / 0.95);
}
.border-r-fuchsia-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-200\/0 {
  border-right-color: rgb(245 208 254 / 0);
}
.border-r-fuchsia-200\/10 {
  border-right-color: rgb(245 208 254 / 0.1);
}
.border-r-fuchsia-200\/100 {
  border-right-color: rgb(245 208 254 / 1);
}
.border-r-fuchsia-200\/15 {
  border-right-color: rgb(245 208 254 / 0.15);
}
.border-r-fuchsia-200\/20 {
  border-right-color: rgb(245 208 254 / 0.2);
}
.border-r-fuchsia-200\/25 {
  border-right-color: rgb(245 208 254 / 0.25);
}
.border-r-fuchsia-200\/30 {
  border-right-color: rgb(245 208 254 / 0.3);
}
.border-r-fuchsia-200\/35 {
  border-right-color: rgb(245 208 254 / 0.35);
}
.border-r-fuchsia-200\/40 {
  border-right-color: rgb(245 208 254 / 0.4);
}
.border-r-fuchsia-200\/45 {
  border-right-color: rgb(245 208 254 / 0.45);
}
.border-r-fuchsia-200\/5 {
  border-right-color: rgb(245 208 254 / 0.05);
}
.border-r-fuchsia-200\/50 {
  border-right-color: rgb(245 208 254 / 0.5);
}
.border-r-fuchsia-200\/55 {
  border-right-color: rgb(245 208 254 / 0.55);
}
.border-r-fuchsia-200\/60 {
  border-right-color: rgb(245 208 254 / 0.6);
}
.border-r-fuchsia-200\/65 {
  border-right-color: rgb(245 208 254 / 0.65);
}
.border-r-fuchsia-200\/70 {
  border-right-color: rgb(245 208 254 / 0.7);
}
.border-r-fuchsia-200\/75 {
  border-right-color: rgb(245 208 254 / 0.75);
}
.border-r-fuchsia-200\/80 {
  border-right-color: rgb(245 208 254 / 0.8);
}
.border-r-fuchsia-200\/85 {
  border-right-color: rgb(245 208 254 / 0.85);
}
.border-r-fuchsia-200\/90 {
  border-right-color: rgb(245 208 254 / 0.9);
}
.border-r-fuchsia-200\/95 {
  border-right-color: rgb(245 208 254 / 0.95);
}
.border-r-fuchsia-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-300\/0 {
  border-right-color: rgb(240 171 252 / 0);
}
.border-r-fuchsia-300\/10 {
  border-right-color: rgb(240 171 252 / 0.1);
}
.border-r-fuchsia-300\/100 {
  border-right-color: rgb(240 171 252 / 1);
}
.border-r-fuchsia-300\/15 {
  border-right-color: rgb(240 171 252 / 0.15);
}
.border-r-fuchsia-300\/20 {
  border-right-color: rgb(240 171 252 / 0.2);
}
.border-r-fuchsia-300\/25 {
  border-right-color: rgb(240 171 252 / 0.25);
}
.border-r-fuchsia-300\/30 {
  border-right-color: rgb(240 171 252 / 0.3);
}
.border-r-fuchsia-300\/35 {
  border-right-color: rgb(240 171 252 / 0.35);
}
.border-r-fuchsia-300\/40 {
  border-right-color: rgb(240 171 252 / 0.4);
}
.border-r-fuchsia-300\/45 {
  border-right-color: rgb(240 171 252 / 0.45);
}
.border-r-fuchsia-300\/5 {
  border-right-color: rgb(240 171 252 / 0.05);
}
.border-r-fuchsia-300\/50 {
  border-right-color: rgb(240 171 252 / 0.5);
}
.border-r-fuchsia-300\/55 {
  border-right-color: rgb(240 171 252 / 0.55);
}
.border-r-fuchsia-300\/60 {
  border-right-color: rgb(240 171 252 / 0.6);
}
.border-r-fuchsia-300\/65 {
  border-right-color: rgb(240 171 252 / 0.65);
}
.border-r-fuchsia-300\/70 {
  border-right-color: rgb(240 171 252 / 0.7);
}
.border-r-fuchsia-300\/75 {
  border-right-color: rgb(240 171 252 / 0.75);
}
.border-r-fuchsia-300\/80 {
  border-right-color: rgb(240 171 252 / 0.8);
}
.border-r-fuchsia-300\/85 {
  border-right-color: rgb(240 171 252 / 0.85);
}
.border-r-fuchsia-300\/90 {
  border-right-color: rgb(240 171 252 / 0.9);
}
.border-r-fuchsia-300\/95 {
  border-right-color: rgb(240 171 252 / 0.95);
}
.border-r-fuchsia-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-400\/0 {
  border-right-color: rgb(232 121 249 / 0);
}
.border-r-fuchsia-400\/10 {
  border-right-color: rgb(232 121 249 / 0.1);
}
.border-r-fuchsia-400\/100 {
  border-right-color: rgb(232 121 249 / 1);
}
.border-r-fuchsia-400\/15 {
  border-right-color: rgb(232 121 249 / 0.15);
}
.border-r-fuchsia-400\/20 {
  border-right-color: rgb(232 121 249 / 0.2);
}
.border-r-fuchsia-400\/25 {
  border-right-color: rgb(232 121 249 / 0.25);
}
.border-r-fuchsia-400\/30 {
  border-right-color: rgb(232 121 249 / 0.3);
}
.border-r-fuchsia-400\/35 {
  border-right-color: rgb(232 121 249 / 0.35);
}
.border-r-fuchsia-400\/40 {
  border-right-color: rgb(232 121 249 / 0.4);
}
.border-r-fuchsia-400\/45 {
  border-right-color: rgb(232 121 249 / 0.45);
}
.border-r-fuchsia-400\/5 {
  border-right-color: rgb(232 121 249 / 0.05);
}
.border-r-fuchsia-400\/50 {
  border-right-color: rgb(232 121 249 / 0.5);
}
.border-r-fuchsia-400\/55 {
  border-right-color: rgb(232 121 249 / 0.55);
}
.border-r-fuchsia-400\/60 {
  border-right-color: rgb(232 121 249 / 0.6);
}
.border-r-fuchsia-400\/65 {
  border-right-color: rgb(232 121 249 / 0.65);
}
.border-r-fuchsia-400\/70 {
  border-right-color: rgb(232 121 249 / 0.7);
}
.border-r-fuchsia-400\/75 {
  border-right-color: rgb(232 121 249 / 0.75);
}
.border-r-fuchsia-400\/80 {
  border-right-color: rgb(232 121 249 / 0.8);
}
.border-r-fuchsia-400\/85 {
  border-right-color: rgb(232 121 249 / 0.85);
}
.border-r-fuchsia-400\/90 {
  border-right-color: rgb(232 121 249 / 0.9);
}
.border-r-fuchsia-400\/95 {
  border-right-color: rgb(232 121 249 / 0.95);
}
.border-r-fuchsia-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-50\/0 {
  border-right-color: rgb(253 244 255 / 0);
}
.border-r-fuchsia-50\/10 {
  border-right-color: rgb(253 244 255 / 0.1);
}
.border-r-fuchsia-50\/100 {
  border-right-color: rgb(253 244 255 / 1);
}
.border-r-fuchsia-50\/15 {
  border-right-color: rgb(253 244 255 / 0.15);
}
.border-r-fuchsia-50\/20 {
  border-right-color: rgb(253 244 255 / 0.2);
}
.border-r-fuchsia-50\/25 {
  border-right-color: rgb(253 244 255 / 0.25);
}
.border-r-fuchsia-50\/30 {
  border-right-color: rgb(253 244 255 / 0.3);
}
.border-r-fuchsia-50\/35 {
  border-right-color: rgb(253 244 255 / 0.35);
}
.border-r-fuchsia-50\/40 {
  border-right-color: rgb(253 244 255 / 0.4);
}
.border-r-fuchsia-50\/45 {
  border-right-color: rgb(253 244 255 / 0.45);
}
.border-r-fuchsia-50\/5 {
  border-right-color: rgb(253 244 255 / 0.05);
}
.border-r-fuchsia-50\/50 {
  border-right-color: rgb(253 244 255 / 0.5);
}
.border-r-fuchsia-50\/55 {
  border-right-color: rgb(253 244 255 / 0.55);
}
.border-r-fuchsia-50\/60 {
  border-right-color: rgb(253 244 255 / 0.6);
}
.border-r-fuchsia-50\/65 {
  border-right-color: rgb(253 244 255 / 0.65);
}
.border-r-fuchsia-50\/70 {
  border-right-color: rgb(253 244 255 / 0.7);
}
.border-r-fuchsia-50\/75 {
  border-right-color: rgb(253 244 255 / 0.75);
}
.border-r-fuchsia-50\/80 {
  border-right-color: rgb(253 244 255 / 0.8);
}
.border-r-fuchsia-50\/85 {
  border-right-color: rgb(253 244 255 / 0.85);
}
.border-r-fuchsia-50\/90 {
  border-right-color: rgb(253 244 255 / 0.9);
}
.border-r-fuchsia-50\/95 {
  border-right-color: rgb(253 244 255 / 0.95);
}
.border-r-fuchsia-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-500\/0 {
  border-right-color: rgb(217 70 239 / 0);
}
.border-r-fuchsia-500\/10 {
  border-right-color: rgb(217 70 239 / 0.1);
}
.border-r-fuchsia-500\/100 {
  border-right-color: rgb(217 70 239 / 1);
}
.border-r-fuchsia-500\/15 {
  border-right-color: rgb(217 70 239 / 0.15);
}
.border-r-fuchsia-500\/20 {
  border-right-color: rgb(217 70 239 / 0.2);
}
.border-r-fuchsia-500\/25 {
  border-right-color: rgb(217 70 239 / 0.25);
}
.border-r-fuchsia-500\/30 {
  border-right-color: rgb(217 70 239 / 0.3);
}
.border-r-fuchsia-500\/35 {
  border-right-color: rgb(217 70 239 / 0.35);
}
.border-r-fuchsia-500\/40 {
  border-right-color: rgb(217 70 239 / 0.4);
}
.border-r-fuchsia-500\/45 {
  border-right-color: rgb(217 70 239 / 0.45);
}
.border-r-fuchsia-500\/5 {
  border-right-color: rgb(217 70 239 / 0.05);
}
.border-r-fuchsia-500\/50 {
  border-right-color: rgb(217 70 239 / 0.5);
}
.border-r-fuchsia-500\/55 {
  border-right-color: rgb(217 70 239 / 0.55);
}
.border-r-fuchsia-500\/60 {
  border-right-color: rgb(217 70 239 / 0.6);
}
.border-r-fuchsia-500\/65 {
  border-right-color: rgb(217 70 239 / 0.65);
}
.border-r-fuchsia-500\/70 {
  border-right-color: rgb(217 70 239 / 0.7);
}
.border-r-fuchsia-500\/75 {
  border-right-color: rgb(217 70 239 / 0.75);
}
.border-r-fuchsia-500\/80 {
  border-right-color: rgb(217 70 239 / 0.8);
}
.border-r-fuchsia-500\/85 {
  border-right-color: rgb(217 70 239 / 0.85);
}
.border-r-fuchsia-500\/90 {
  border-right-color: rgb(217 70 239 / 0.9);
}
.border-r-fuchsia-500\/95 {
  border-right-color: rgb(217 70 239 / 0.95);
}
.border-r-fuchsia-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-600\/0 {
  border-right-color: rgb(192 38 211 / 0);
}
.border-r-fuchsia-600\/10 {
  border-right-color: rgb(192 38 211 / 0.1);
}
.border-r-fuchsia-600\/100 {
  border-right-color: rgb(192 38 211 / 1);
}
.border-r-fuchsia-600\/15 {
  border-right-color: rgb(192 38 211 / 0.15);
}
.border-r-fuchsia-600\/20 {
  border-right-color: rgb(192 38 211 / 0.2);
}
.border-r-fuchsia-600\/25 {
  border-right-color: rgb(192 38 211 / 0.25);
}
.border-r-fuchsia-600\/30 {
  border-right-color: rgb(192 38 211 / 0.3);
}
.border-r-fuchsia-600\/35 {
  border-right-color: rgb(192 38 211 / 0.35);
}
.border-r-fuchsia-600\/40 {
  border-right-color: rgb(192 38 211 / 0.4);
}
.border-r-fuchsia-600\/45 {
  border-right-color: rgb(192 38 211 / 0.45);
}
.border-r-fuchsia-600\/5 {
  border-right-color: rgb(192 38 211 / 0.05);
}
.border-r-fuchsia-600\/50 {
  border-right-color: rgb(192 38 211 / 0.5);
}
.border-r-fuchsia-600\/55 {
  border-right-color: rgb(192 38 211 / 0.55);
}
.border-r-fuchsia-600\/60 {
  border-right-color: rgb(192 38 211 / 0.6);
}
.border-r-fuchsia-600\/65 {
  border-right-color: rgb(192 38 211 / 0.65);
}
.border-r-fuchsia-600\/70 {
  border-right-color: rgb(192 38 211 / 0.7);
}
.border-r-fuchsia-600\/75 {
  border-right-color: rgb(192 38 211 / 0.75);
}
.border-r-fuchsia-600\/80 {
  border-right-color: rgb(192 38 211 / 0.8);
}
.border-r-fuchsia-600\/85 {
  border-right-color: rgb(192 38 211 / 0.85);
}
.border-r-fuchsia-600\/90 {
  border-right-color: rgb(192 38 211 / 0.9);
}
.border-r-fuchsia-600\/95 {
  border-right-color: rgb(192 38 211 / 0.95);
}
.border-r-fuchsia-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-700\/0 {
  border-right-color: rgb(162 28 175 / 0);
}
.border-r-fuchsia-700\/10 {
  border-right-color: rgb(162 28 175 / 0.1);
}
.border-r-fuchsia-700\/100 {
  border-right-color: rgb(162 28 175 / 1);
}
.border-r-fuchsia-700\/15 {
  border-right-color: rgb(162 28 175 / 0.15);
}
.border-r-fuchsia-700\/20 {
  border-right-color: rgb(162 28 175 / 0.2);
}
.border-r-fuchsia-700\/25 {
  border-right-color: rgb(162 28 175 / 0.25);
}
.border-r-fuchsia-700\/30 {
  border-right-color: rgb(162 28 175 / 0.3);
}
.border-r-fuchsia-700\/35 {
  border-right-color: rgb(162 28 175 / 0.35);
}
.border-r-fuchsia-700\/40 {
  border-right-color: rgb(162 28 175 / 0.4);
}
.border-r-fuchsia-700\/45 {
  border-right-color: rgb(162 28 175 / 0.45);
}
.border-r-fuchsia-700\/5 {
  border-right-color: rgb(162 28 175 / 0.05);
}
.border-r-fuchsia-700\/50 {
  border-right-color: rgb(162 28 175 / 0.5);
}
.border-r-fuchsia-700\/55 {
  border-right-color: rgb(162 28 175 / 0.55);
}
.border-r-fuchsia-700\/60 {
  border-right-color: rgb(162 28 175 / 0.6);
}
.border-r-fuchsia-700\/65 {
  border-right-color: rgb(162 28 175 / 0.65);
}
.border-r-fuchsia-700\/70 {
  border-right-color: rgb(162 28 175 / 0.7);
}
.border-r-fuchsia-700\/75 {
  border-right-color: rgb(162 28 175 / 0.75);
}
.border-r-fuchsia-700\/80 {
  border-right-color: rgb(162 28 175 / 0.8);
}
.border-r-fuchsia-700\/85 {
  border-right-color: rgb(162 28 175 / 0.85);
}
.border-r-fuchsia-700\/90 {
  border-right-color: rgb(162 28 175 / 0.9);
}
.border-r-fuchsia-700\/95 {
  border-right-color: rgb(162 28 175 / 0.95);
}
.border-r-fuchsia-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-800\/0 {
  border-right-color: rgb(134 25 143 / 0);
}
.border-r-fuchsia-800\/10 {
  border-right-color: rgb(134 25 143 / 0.1);
}
.border-r-fuchsia-800\/100 {
  border-right-color: rgb(134 25 143 / 1);
}
.border-r-fuchsia-800\/15 {
  border-right-color: rgb(134 25 143 / 0.15);
}
.border-r-fuchsia-800\/20 {
  border-right-color: rgb(134 25 143 / 0.2);
}
.border-r-fuchsia-800\/25 {
  border-right-color: rgb(134 25 143 / 0.25);
}
.border-r-fuchsia-800\/30 {
  border-right-color: rgb(134 25 143 / 0.3);
}
.border-r-fuchsia-800\/35 {
  border-right-color: rgb(134 25 143 / 0.35);
}
.border-r-fuchsia-800\/40 {
  border-right-color: rgb(134 25 143 / 0.4);
}
.border-r-fuchsia-800\/45 {
  border-right-color: rgb(134 25 143 / 0.45);
}
.border-r-fuchsia-800\/5 {
  border-right-color: rgb(134 25 143 / 0.05);
}
.border-r-fuchsia-800\/50 {
  border-right-color: rgb(134 25 143 / 0.5);
}
.border-r-fuchsia-800\/55 {
  border-right-color: rgb(134 25 143 / 0.55);
}
.border-r-fuchsia-800\/60 {
  border-right-color: rgb(134 25 143 / 0.6);
}
.border-r-fuchsia-800\/65 {
  border-right-color: rgb(134 25 143 / 0.65);
}
.border-r-fuchsia-800\/70 {
  border-right-color: rgb(134 25 143 / 0.7);
}
.border-r-fuchsia-800\/75 {
  border-right-color: rgb(134 25 143 / 0.75);
}
.border-r-fuchsia-800\/80 {
  border-right-color: rgb(134 25 143 / 0.8);
}
.border-r-fuchsia-800\/85 {
  border-right-color: rgb(134 25 143 / 0.85);
}
.border-r-fuchsia-800\/90 {
  border-right-color: rgb(134 25 143 / 0.9);
}
.border-r-fuchsia-800\/95 {
  border-right-color: rgb(134 25 143 / 0.95);
}
.border-r-fuchsia-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-900\/0 {
  border-right-color: rgb(112 26 117 / 0);
}
.border-r-fuchsia-900\/10 {
  border-right-color: rgb(112 26 117 / 0.1);
}
.border-r-fuchsia-900\/100 {
  border-right-color: rgb(112 26 117 / 1);
}
.border-r-fuchsia-900\/15 {
  border-right-color: rgb(112 26 117 / 0.15);
}
.border-r-fuchsia-900\/20 {
  border-right-color: rgb(112 26 117 / 0.2);
}
.border-r-fuchsia-900\/25 {
  border-right-color: rgb(112 26 117 / 0.25);
}
.border-r-fuchsia-900\/30 {
  border-right-color: rgb(112 26 117 / 0.3);
}
.border-r-fuchsia-900\/35 {
  border-right-color: rgb(112 26 117 / 0.35);
}
.border-r-fuchsia-900\/40 {
  border-right-color: rgb(112 26 117 / 0.4);
}
.border-r-fuchsia-900\/45 {
  border-right-color: rgb(112 26 117 / 0.45);
}
.border-r-fuchsia-900\/5 {
  border-right-color: rgb(112 26 117 / 0.05);
}
.border-r-fuchsia-900\/50 {
  border-right-color: rgb(112 26 117 / 0.5);
}
.border-r-fuchsia-900\/55 {
  border-right-color: rgb(112 26 117 / 0.55);
}
.border-r-fuchsia-900\/60 {
  border-right-color: rgb(112 26 117 / 0.6);
}
.border-r-fuchsia-900\/65 {
  border-right-color: rgb(112 26 117 / 0.65);
}
.border-r-fuchsia-900\/70 {
  border-right-color: rgb(112 26 117 / 0.7);
}
.border-r-fuchsia-900\/75 {
  border-right-color: rgb(112 26 117 / 0.75);
}
.border-r-fuchsia-900\/80 {
  border-right-color: rgb(112 26 117 / 0.8);
}
.border-r-fuchsia-900\/85 {
  border-right-color: rgb(112 26 117 / 0.85);
}
.border-r-fuchsia-900\/90 {
  border-right-color: rgb(112 26 117 / 0.9);
}
.border-r-fuchsia-900\/95 {
  border-right-color: rgb(112 26 117 / 0.95);
}
.border-r-fuchsia-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-950\/0 {
  border-right-color: rgb(74 4 78 / 0);
}
.border-r-fuchsia-950\/10 {
  border-right-color: rgb(74 4 78 / 0.1);
}
.border-r-fuchsia-950\/100 {
  border-right-color: rgb(74 4 78 / 1);
}
.border-r-fuchsia-950\/15 {
  border-right-color: rgb(74 4 78 / 0.15);
}
.border-r-fuchsia-950\/20 {
  border-right-color: rgb(74 4 78 / 0.2);
}
.border-r-fuchsia-950\/25 {
  border-right-color: rgb(74 4 78 / 0.25);
}
.border-r-fuchsia-950\/30 {
  border-right-color: rgb(74 4 78 / 0.3);
}
.border-r-fuchsia-950\/35 {
  border-right-color: rgb(74 4 78 / 0.35);
}
.border-r-fuchsia-950\/40 {
  border-right-color: rgb(74 4 78 / 0.4);
}
.border-r-fuchsia-950\/45 {
  border-right-color: rgb(74 4 78 / 0.45);
}
.border-r-fuchsia-950\/5 {
  border-right-color: rgb(74 4 78 / 0.05);
}
.border-r-fuchsia-950\/50 {
  border-right-color: rgb(74 4 78 / 0.5);
}
.border-r-fuchsia-950\/55 {
  border-right-color: rgb(74 4 78 / 0.55);
}
.border-r-fuchsia-950\/60 {
  border-right-color: rgb(74 4 78 / 0.6);
}
.border-r-fuchsia-950\/65 {
  border-right-color: rgb(74 4 78 / 0.65);
}
.border-r-fuchsia-950\/70 {
  border-right-color: rgb(74 4 78 / 0.7);
}
.border-r-fuchsia-950\/75 {
  border-right-color: rgb(74 4 78 / 0.75);
}
.border-r-fuchsia-950\/80 {
  border-right-color: rgb(74 4 78 / 0.8);
}
.border-r-fuchsia-950\/85 {
  border-right-color: rgb(74 4 78 / 0.85);
}
.border-r-fuchsia-950\/90 {
  border-right-color: rgb(74 4 78 / 0.9);
}
.border-r-fuchsia-950\/95 {
  border-right-color: rgb(74 4 78 / 0.95);
}
.border-r-gray-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-r-gray-100\/0 {
  border-right-color: rgb(243 244 246 / 0);
}
.border-r-gray-100\/10 {
  border-right-color: rgb(243 244 246 / 0.1);
}
.border-r-gray-100\/100 {
  border-right-color: rgb(243 244 246 / 1);
}
.border-r-gray-100\/15 {
  border-right-color: rgb(243 244 246 / 0.15);
}
.border-r-gray-100\/20 {
  border-right-color: rgb(243 244 246 / 0.2);
}
.border-r-gray-100\/25 {
  border-right-color: rgb(243 244 246 / 0.25);
}
.border-r-gray-100\/30 {
  border-right-color: rgb(243 244 246 / 0.3);
}
.border-r-gray-100\/35 {
  border-right-color: rgb(243 244 246 / 0.35);
}
.border-r-gray-100\/40 {
  border-right-color: rgb(243 244 246 / 0.4);
}
.border-r-gray-100\/45 {
  border-right-color: rgb(243 244 246 / 0.45);
}
.border-r-gray-100\/5 {
  border-right-color: rgb(243 244 246 / 0.05);
}
.border-r-gray-100\/50 {
  border-right-color: rgb(243 244 246 / 0.5);
}
.border-r-gray-100\/55 {
  border-right-color: rgb(243 244 246 / 0.55);
}
.border-r-gray-100\/60 {
  border-right-color: rgb(243 244 246 / 0.6);
}
.border-r-gray-100\/65 {
  border-right-color: rgb(243 244 246 / 0.65);
}
.border-r-gray-100\/70 {
  border-right-color: rgb(243 244 246 / 0.7);
}
.border-r-gray-100\/75 {
  border-right-color: rgb(243 244 246 / 0.75);
}
.border-r-gray-100\/80 {
  border-right-color: rgb(243 244 246 / 0.8);
}
.border-r-gray-100\/85 {
  border-right-color: rgb(243 244 246 / 0.85);
}
.border-r-gray-100\/90 {
  border-right-color: rgb(243 244 246 / 0.9);
}
.border-r-gray-100\/95 {
  border-right-color: rgb(243 244 246 / 0.95);
}
.border-r-gray-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-r-gray-200\/0 {
  border-right-color: rgb(229 231 235 / 0);
}
.border-r-gray-200\/10 {
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-r-gray-200\/100 {
  border-right-color: rgb(229 231 235 / 1);
}
.border-r-gray-200\/15 {
  border-right-color: rgb(229 231 235 / 0.15);
}
.border-r-gray-200\/20 {
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-r-gray-200\/25 {
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-r-gray-200\/30 {
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-r-gray-200\/35 {
  border-right-color: rgb(229 231 235 / 0.35);
}
.border-r-gray-200\/40 {
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-r-gray-200\/45 {
  border-right-color: rgb(229 231 235 / 0.45);
}
.border-r-gray-200\/5 {
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-r-gray-200\/50 {
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-r-gray-200\/55 {
  border-right-color: rgb(229 231 235 / 0.55);
}
.border-r-gray-200\/60 {
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-r-gray-200\/65 {
  border-right-color: rgb(229 231 235 / 0.65);
}
.border-r-gray-200\/70 {
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-r-gray-200\/75 {
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-r-gray-200\/80 {
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-r-gray-200\/85 {
  border-right-color: rgb(229 231 235 / 0.85);
}
.border-r-gray-200\/90 {
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-r-gray-200\/95 {
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-r-gray-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-r-gray-300\/0 {
  border-right-color: rgb(209 213 219 / 0);
}
.border-r-gray-300\/10 {
  border-right-color: rgb(209 213 219 / 0.1);
}
.border-r-gray-300\/100 {
  border-right-color: rgb(209 213 219 / 1);
}
.border-r-gray-300\/15 {
  border-right-color: rgb(209 213 219 / 0.15);
}
.border-r-gray-300\/20 {
  border-right-color: rgb(209 213 219 / 0.2);
}
.border-r-gray-300\/25 {
  border-right-color: rgb(209 213 219 / 0.25);
}
.border-r-gray-300\/30 {
  border-right-color: rgb(209 213 219 / 0.3);
}
.border-r-gray-300\/35 {
  border-right-color: rgb(209 213 219 / 0.35);
}
.border-r-gray-300\/40 {
  border-right-color: rgb(209 213 219 / 0.4);
}
.border-r-gray-300\/45 {
  border-right-color: rgb(209 213 219 / 0.45);
}
.border-r-gray-300\/5 {
  border-right-color: rgb(209 213 219 / 0.05);
}
.border-r-gray-300\/50 {
  border-right-color: rgb(209 213 219 / 0.5);
}
.border-r-gray-300\/55 {
  border-right-color: rgb(209 213 219 / 0.55);
}
.border-r-gray-300\/60 {
  border-right-color: rgb(209 213 219 / 0.6);
}
.border-r-gray-300\/65 {
  border-right-color: rgb(209 213 219 / 0.65);
}
.border-r-gray-300\/70 {
  border-right-color: rgb(209 213 219 / 0.7);
}
.border-r-gray-300\/75 {
  border-right-color: rgb(209 213 219 / 0.75);
}
.border-r-gray-300\/80 {
  border-right-color: rgb(209 213 219 / 0.8);
}
.border-r-gray-300\/85 {
  border-right-color: rgb(209 213 219 / 0.85);
}
.border-r-gray-300\/90 {
  border-right-color: rgb(209 213 219 / 0.9);
}
.border-r-gray-300\/95 {
  border-right-color: rgb(209 213 219 / 0.95);
}
.border-r-gray-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-r-gray-400\/0 {
  border-right-color: rgb(156 163 175 / 0);
}
.border-r-gray-400\/10 {
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-r-gray-400\/100 {
  border-right-color: rgb(156 163 175 / 1);
}
.border-r-gray-400\/15 {
  border-right-color: rgb(156 163 175 / 0.15);
}
.border-r-gray-400\/20 {
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-r-gray-400\/25 {
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-r-gray-400\/30 {
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-r-gray-400\/35 {
  border-right-color: rgb(156 163 175 / 0.35);
}
.border-r-gray-400\/40 {
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-r-gray-400\/45 {
  border-right-color: rgb(156 163 175 / 0.45);
}
.border-r-gray-400\/5 {
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-r-gray-400\/50 {
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-gray-400\/55 {
  border-right-color: rgb(156 163 175 / 0.55);
}
.border-r-gray-400\/60 {
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-r-gray-400\/65 {
  border-right-color: rgb(156 163 175 / 0.65);
}
.border-r-gray-400\/70 {
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-r-gray-400\/75 {
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-r-gray-400\/80 {
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-r-gray-400\/85 {
  border-right-color: rgb(156 163 175 / 0.85);
}
.border-r-gray-400\/90 {
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-r-gray-400\/95 {
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-r-gray-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-r-gray-50\/0 {
  border-right-color: rgb(249 250 251 / 0);
}
.border-r-gray-50\/10 {
  border-right-color: rgb(249 250 251 / 0.1);
}
.border-r-gray-50\/100 {
  border-right-color: rgb(249 250 251 / 1);
}
.border-r-gray-50\/15 {
  border-right-color: rgb(249 250 251 / 0.15);
}
.border-r-gray-50\/20 {
  border-right-color: rgb(249 250 251 / 0.2);
}
.border-r-gray-50\/25 {
  border-right-color: rgb(249 250 251 / 0.25);
}
.border-r-gray-50\/30 {
  border-right-color: rgb(249 250 251 / 0.3);
}
.border-r-gray-50\/35 {
  border-right-color: rgb(249 250 251 / 0.35);
}
.border-r-gray-50\/40 {
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-r-gray-50\/45 {
  border-right-color: rgb(249 250 251 / 0.45);
}
.border-r-gray-50\/5 {
  border-right-color: rgb(249 250 251 / 0.05);
}
.border-r-gray-50\/50 {
  border-right-color: rgb(249 250 251 / 0.5);
}
.border-r-gray-50\/55 {
  border-right-color: rgb(249 250 251 / 0.55);
}
.border-r-gray-50\/60 {
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-r-gray-50\/65 {
  border-right-color: rgb(249 250 251 / 0.65);
}
.border-r-gray-50\/70 {
  border-right-color: rgb(249 250 251 / 0.7);
}
.border-r-gray-50\/75 {
  border-right-color: rgb(249 250 251 / 0.75);
}
.border-r-gray-50\/80 {
  border-right-color: rgb(249 250 251 / 0.8);
}
.border-r-gray-50\/85 {
  border-right-color: rgb(249 250 251 / 0.85);
}
.border-r-gray-50\/90 {
  border-right-color: rgb(249 250 251 / 0.9);
}
.border-r-gray-50\/95 {
  border-right-color: rgb(249 250 251 / 0.95);
}
.border-r-gray-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-r-gray-500\/0 {
  border-right-color: rgb(107 114 128 / 0);
}
.border-r-gray-500\/10 {
  border-right-color: rgb(107 114 128 / 0.1);
}
.border-r-gray-500\/100 {
  border-right-color: rgb(107 114 128 / 1);
}
.border-r-gray-500\/15 {
  border-right-color: rgb(107 114 128 / 0.15);
}
.border-r-gray-500\/20 {
  border-right-color: rgb(107 114 128 / 0.2);
}
.border-r-gray-500\/25 {
  border-right-color: rgb(107 114 128 / 0.25);
}
.border-r-gray-500\/30 {
  border-right-color: rgb(107 114 128 / 0.3);
}
.border-r-gray-500\/35 {
  border-right-color: rgb(107 114 128 / 0.35);
}
.border-r-gray-500\/40 {
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-r-gray-500\/45 {
  border-right-color: rgb(107 114 128 / 0.45);
}
.border-r-gray-500\/5 {
  border-right-color: rgb(107 114 128 / 0.05);
}
.border-r-gray-500\/50 {
  border-right-color: rgb(107 114 128 / 0.5);
}
.border-r-gray-500\/55 {
  border-right-color: rgb(107 114 128 / 0.55);
}
.border-r-gray-500\/60 {
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-r-gray-500\/65 {
  border-right-color: rgb(107 114 128 / 0.65);
}
.border-r-gray-500\/70 {
  border-right-color: rgb(107 114 128 / 0.7);
}
.border-r-gray-500\/75 {
  border-right-color: rgb(107 114 128 / 0.75);
}
.border-r-gray-500\/80 {
  border-right-color: rgb(107 114 128 / 0.8);
}
.border-r-gray-500\/85 {
  border-right-color: rgb(107 114 128 / 0.85);
}
.border-r-gray-500\/90 {
  border-right-color: rgb(107 114 128 / 0.9);
}
.border-r-gray-500\/95 {
  border-right-color: rgb(107 114 128 / 0.95);
}
.border-r-gray-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-r-gray-600\/0 {
  border-right-color: rgb(75 85 99 / 0);
}
.border-r-gray-600\/10 {
  border-right-color: rgb(75 85 99 / 0.1);
}
.border-r-gray-600\/100 {
  border-right-color: rgb(75 85 99 / 1);
}
.border-r-gray-600\/15 {
  border-right-color: rgb(75 85 99 / 0.15);
}
.border-r-gray-600\/20 {
  border-right-color: rgb(75 85 99 / 0.2);
}
.border-r-gray-600\/25 {
  border-right-color: rgb(75 85 99 / 0.25);
}
.border-r-gray-600\/30 {
  border-right-color: rgb(75 85 99 / 0.3);
}
.border-r-gray-600\/35 {
  border-right-color: rgb(75 85 99 / 0.35);
}
.border-r-gray-600\/40 {
  border-right-color: rgb(75 85 99 / 0.4);
}
.border-r-gray-600\/45 {
  border-right-color: rgb(75 85 99 / 0.45);
}
.border-r-gray-600\/5 {
  border-right-color: rgb(75 85 99 / 0.05);
}
.border-r-gray-600\/50 {
  border-right-color: rgb(75 85 99 / 0.5);
}
.border-r-gray-600\/55 {
  border-right-color: rgb(75 85 99 / 0.55);
}
.border-r-gray-600\/60 {
  border-right-color: rgb(75 85 99 / 0.6);
}
.border-r-gray-600\/65 {
  border-right-color: rgb(75 85 99 / 0.65);
}
.border-r-gray-600\/70 {
  border-right-color: rgb(75 85 99 / 0.7);
}
.border-r-gray-600\/75 {
  border-right-color: rgb(75 85 99 / 0.75);
}
.border-r-gray-600\/80 {
  border-right-color: rgb(75 85 99 / 0.8);
}
.border-r-gray-600\/85 {
  border-right-color: rgb(75 85 99 / 0.85);
}
.border-r-gray-600\/90 {
  border-right-color: rgb(75 85 99 / 0.9);
}
.border-r-gray-600\/95 {
  border-right-color: rgb(75 85 99 / 0.95);
}
.border-r-gray-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-r-gray-700\/0 {
  border-right-color: rgb(55 65 81 / 0);
}
.border-r-gray-700\/10 {
  border-right-color: rgb(55 65 81 / 0.1);
}
.border-r-gray-700\/100 {
  border-right-color: rgb(55 65 81 / 1);
}
.border-r-gray-700\/15 {
  border-right-color: rgb(55 65 81 / 0.15);
}
.border-r-gray-700\/20 {
  border-right-color: rgb(55 65 81 / 0.2);
}
.border-r-gray-700\/25 {
  border-right-color: rgb(55 65 81 / 0.25);
}
.border-r-gray-700\/30 {
  border-right-color: rgb(55 65 81 / 0.3);
}
.border-r-gray-700\/35 {
  border-right-color: rgb(55 65 81 / 0.35);
}
.border-r-gray-700\/40 {
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-r-gray-700\/45 {
  border-right-color: rgb(55 65 81 / 0.45);
}
.border-r-gray-700\/5 {
  border-right-color: rgb(55 65 81 / 0.05);
}
.border-r-gray-700\/50 {
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-r-gray-700\/55 {
  border-right-color: rgb(55 65 81 / 0.55);
}
.border-r-gray-700\/60 {
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-r-gray-700\/65 {
  border-right-color: rgb(55 65 81 / 0.65);
}
.border-r-gray-700\/70 {
  border-right-color: rgb(55 65 81 / 0.7);
}
.border-r-gray-700\/75 {
  border-right-color: rgb(55 65 81 / 0.75);
}
.border-r-gray-700\/80 {
  border-right-color: rgb(55 65 81 / 0.8);
}
.border-r-gray-700\/85 {
  border-right-color: rgb(55 65 81 / 0.85);
}
.border-r-gray-700\/90 {
  border-right-color: rgb(55 65 81 / 0.9);
}
.border-r-gray-700\/95 {
  border-right-color: rgb(55 65 81 / 0.95);
}
.border-r-gray-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-r-gray-800\/0 {
  border-right-color: rgb(31 41 55 / 0);
}
.border-r-gray-800\/10 {
  border-right-color: rgb(31 41 55 / 0.1);
}
.border-r-gray-800\/100 {
  border-right-color: rgb(31 41 55 / 1);
}
.border-r-gray-800\/15 {
  border-right-color: rgb(31 41 55 / 0.15);
}
.border-r-gray-800\/20 {
  border-right-color: rgb(31 41 55 / 0.2);
}
.border-r-gray-800\/25 {
  border-right-color: rgb(31 41 55 / 0.25);
}
.border-r-gray-800\/30 {
  border-right-color: rgb(31 41 55 / 0.3);
}
.border-r-gray-800\/35 {
  border-right-color: rgb(31 41 55 / 0.35);
}
.border-r-gray-800\/40 {
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-r-gray-800\/45 {
  border-right-color: rgb(31 41 55 / 0.45);
}
.border-r-gray-800\/5 {
  border-right-color: rgb(31 41 55 / 0.05);
}
.border-r-gray-800\/50 {
  border-right-color: rgb(31 41 55 / 0.5);
}
.border-r-gray-800\/55 {
  border-right-color: rgb(31 41 55 / 0.55);
}
.border-r-gray-800\/60 {
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-r-gray-800\/65 {
  border-right-color: rgb(31 41 55 / 0.65);
}
.border-r-gray-800\/70 {
  border-right-color: rgb(31 41 55 / 0.7);
}
.border-r-gray-800\/75 {
  border-right-color: rgb(31 41 55 / 0.75);
}
.border-r-gray-800\/80 {
  border-right-color: rgb(31 41 55 / 0.8);
}
.border-r-gray-800\/85 {
  border-right-color: rgb(31 41 55 / 0.85);
}
.border-r-gray-800\/90 {
  border-right-color: rgb(31 41 55 / 0.9);
}
.border-r-gray-800\/95 {
  border-right-color: rgb(31 41 55 / 0.95);
}
.border-r-gray-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-r-gray-900\/0 {
  border-right-color: rgb(17 24 39 / 0);
}
.border-r-gray-900\/10 {
  border-right-color: rgb(17 24 39 / 0.1);
}
.border-r-gray-900\/100 {
  border-right-color: rgb(17 24 39 / 1);
}
.border-r-gray-900\/15 {
  border-right-color: rgb(17 24 39 / 0.15);
}
.border-r-gray-900\/20 {
  border-right-color: rgb(17 24 39 / 0.2);
}
.border-r-gray-900\/25 {
  border-right-color: rgb(17 24 39 / 0.25);
}
.border-r-gray-900\/30 {
  border-right-color: rgb(17 24 39 / 0.3);
}
.border-r-gray-900\/35 {
  border-right-color: rgb(17 24 39 / 0.35);
}
.border-r-gray-900\/40 {
  border-right-color: rgb(17 24 39 / 0.4);
}
.border-r-gray-900\/45 {
  border-right-color: rgb(17 24 39 / 0.45);
}
.border-r-gray-900\/5 {
  border-right-color: rgb(17 24 39 / 0.05);
}
.border-r-gray-900\/50 {
  border-right-color: rgb(17 24 39 / 0.5);
}
.border-r-gray-900\/55 {
  border-right-color: rgb(17 24 39 / 0.55);
}
.border-r-gray-900\/60 {
  border-right-color: rgb(17 24 39 / 0.6);
}
.border-r-gray-900\/65 {
  border-right-color: rgb(17 24 39 / 0.65);
}
.border-r-gray-900\/70 {
  border-right-color: rgb(17 24 39 / 0.7);
}
.border-r-gray-900\/75 {
  border-right-color: rgb(17 24 39 / 0.75);
}
.border-r-gray-900\/80 {
  border-right-color: rgb(17 24 39 / 0.8);
}
.border-r-gray-900\/85 {
  border-right-color: rgb(17 24 39 / 0.85);
}
.border-r-gray-900\/90 {
  border-right-color: rgb(17 24 39 / 0.9);
}
.border-r-gray-900\/95 {
  border-right-color: rgb(17 24 39 / 0.95);
}
.border-r-gray-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-r-gray-950\/0 {
  border-right-color: rgb(3 7 18 / 0);
}
.border-r-gray-950\/10 {
  border-right-color: rgb(3 7 18 / 0.1);
}
.border-r-gray-950\/100 {
  border-right-color: rgb(3 7 18 / 1);
}
.border-r-gray-950\/15 {
  border-right-color: rgb(3 7 18 / 0.15);
}
.border-r-gray-950\/20 {
  border-right-color: rgb(3 7 18 / 0.2);
}
.border-r-gray-950\/25 {
  border-right-color: rgb(3 7 18 / 0.25);
}
.border-r-gray-950\/30 {
  border-right-color: rgb(3 7 18 / 0.3);
}
.border-r-gray-950\/35 {
  border-right-color: rgb(3 7 18 / 0.35);
}
.border-r-gray-950\/40 {
  border-right-color: rgb(3 7 18 / 0.4);
}
.border-r-gray-950\/45 {
  border-right-color: rgb(3 7 18 / 0.45);
}
.border-r-gray-950\/5 {
  border-right-color: rgb(3 7 18 / 0.05);
}
.border-r-gray-950\/50 {
  border-right-color: rgb(3 7 18 / 0.5);
}
.border-r-gray-950\/55 {
  border-right-color: rgb(3 7 18 / 0.55);
}
.border-r-gray-950\/60 {
  border-right-color: rgb(3 7 18 / 0.6);
}
.border-r-gray-950\/65 {
  border-right-color: rgb(3 7 18 / 0.65);
}
.border-r-gray-950\/70 {
  border-right-color: rgb(3 7 18 / 0.7);
}
.border-r-gray-950\/75 {
  border-right-color: rgb(3 7 18 / 0.75);
}
.border-r-gray-950\/80 {
  border-right-color: rgb(3 7 18 / 0.8);
}
.border-r-gray-950\/85 {
  border-right-color: rgb(3 7 18 / 0.85);
}
.border-r-gray-950\/90 {
  border-right-color: rgb(3 7 18 / 0.9);
}
.border-r-gray-950\/95 {
  border-right-color: rgb(3 7 18 / 0.95);
}
.border-r-green-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-r-green-100\/0 {
  border-right-color: rgb(220 252 231 / 0);
}
.border-r-green-100\/10 {
  border-right-color: rgb(220 252 231 / 0.1);
}
.border-r-green-100\/100 {
  border-right-color: rgb(220 252 231 / 1);
}
.border-r-green-100\/15 {
  border-right-color: rgb(220 252 231 / 0.15);
}
.border-r-green-100\/20 {
  border-right-color: rgb(220 252 231 / 0.2);
}
.border-r-green-100\/25 {
  border-right-color: rgb(220 252 231 / 0.25);
}
.border-r-green-100\/30 {
  border-right-color: rgb(220 252 231 / 0.3);
}
.border-r-green-100\/35 {
  border-right-color: rgb(220 252 231 / 0.35);
}
.border-r-green-100\/40 {
  border-right-color: rgb(220 252 231 / 0.4);
}
.border-r-green-100\/45 {
  border-right-color: rgb(220 252 231 / 0.45);
}
.border-r-green-100\/5 {
  border-right-color: rgb(220 252 231 / 0.05);
}
.border-r-green-100\/50 {
  border-right-color: rgb(220 252 231 / 0.5);
}
.border-r-green-100\/55 {
  border-right-color: rgb(220 252 231 / 0.55);
}
.border-r-green-100\/60 {
  border-right-color: rgb(220 252 231 / 0.6);
}
.border-r-green-100\/65 {
  border-right-color: rgb(220 252 231 / 0.65);
}
.border-r-green-100\/70 {
  border-right-color: rgb(220 252 231 / 0.7);
}
.border-r-green-100\/75 {
  border-right-color: rgb(220 252 231 / 0.75);
}
.border-r-green-100\/80 {
  border-right-color: rgb(220 252 231 / 0.8);
}
.border-r-green-100\/85 {
  border-right-color: rgb(220 252 231 / 0.85);
}
.border-r-green-100\/90 {
  border-right-color: rgb(220 252 231 / 0.9);
}
.border-r-green-100\/95 {
  border-right-color: rgb(220 252 231 / 0.95);
}
.border-r-green-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-r-green-200\/0 {
  border-right-color: rgb(187 247 208 / 0);
}
.border-r-green-200\/10 {
  border-right-color: rgb(187 247 208 / 0.1);
}
.border-r-green-200\/100 {
  border-right-color: rgb(187 247 208 / 1);
}
.border-r-green-200\/15 {
  border-right-color: rgb(187 247 208 / 0.15);
}
.border-r-green-200\/20 {
  border-right-color: rgb(187 247 208 / 0.2);
}
.border-r-green-200\/25 {
  border-right-color: rgb(187 247 208 / 0.25);
}
.border-r-green-200\/30 {
  border-right-color: rgb(187 247 208 / 0.3);
}
.border-r-green-200\/35 {
  border-right-color: rgb(187 247 208 / 0.35);
}
.border-r-green-200\/40 {
  border-right-color: rgb(187 247 208 / 0.4);
}
.border-r-green-200\/45 {
  border-right-color: rgb(187 247 208 / 0.45);
}
.border-r-green-200\/5 {
  border-right-color: rgb(187 247 208 / 0.05);
}
.border-r-green-200\/50 {
  border-right-color: rgb(187 247 208 / 0.5);
}
.border-r-green-200\/55 {
  border-right-color: rgb(187 247 208 / 0.55);
}
.border-r-green-200\/60 {
  border-right-color: rgb(187 247 208 / 0.6);
}
.border-r-green-200\/65 {
  border-right-color: rgb(187 247 208 / 0.65);
}
.border-r-green-200\/70 {
  border-right-color: rgb(187 247 208 / 0.7);
}
.border-r-green-200\/75 {
  border-right-color: rgb(187 247 208 / 0.75);
}
.border-r-green-200\/80 {
  border-right-color: rgb(187 247 208 / 0.8);
}
.border-r-green-200\/85 {
  border-right-color: rgb(187 247 208 / 0.85);
}
.border-r-green-200\/90 {
  border-right-color: rgb(187 247 208 / 0.9);
}
.border-r-green-200\/95 {
  border-right-color: rgb(187 247 208 / 0.95);
}
.border-r-green-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-r-green-300\/0 {
  border-right-color: rgb(134 239 172 / 0);
}
.border-r-green-300\/10 {
  border-right-color: rgb(134 239 172 / 0.1);
}
.border-r-green-300\/100 {
  border-right-color: rgb(134 239 172 / 1);
}
.border-r-green-300\/15 {
  border-right-color: rgb(134 239 172 / 0.15);
}
.border-r-green-300\/20 {
  border-right-color: rgb(134 239 172 / 0.2);
}
.border-r-green-300\/25 {
  border-right-color: rgb(134 239 172 / 0.25);
}
.border-r-green-300\/30 {
  border-right-color: rgb(134 239 172 / 0.3);
}
.border-r-green-300\/35 {
  border-right-color: rgb(134 239 172 / 0.35);
}
.border-r-green-300\/40 {
  border-right-color: rgb(134 239 172 / 0.4);
}
.border-r-green-300\/45 {
  border-right-color: rgb(134 239 172 / 0.45);
}
.border-r-green-300\/5 {
  border-right-color: rgb(134 239 172 / 0.05);
}
.border-r-green-300\/50 {
  border-right-color: rgb(134 239 172 / 0.5);
}
.border-r-green-300\/55 {
  border-right-color: rgb(134 239 172 / 0.55);
}
.border-r-green-300\/60 {
  border-right-color: rgb(134 239 172 / 0.6);
}
.border-r-green-300\/65 {
  border-right-color: rgb(134 239 172 / 0.65);
}
.border-r-green-300\/70 {
  border-right-color: rgb(134 239 172 / 0.7);
}
.border-r-green-300\/75 {
  border-right-color: rgb(134 239 172 / 0.75);
}
.border-r-green-300\/80 {
  border-right-color: rgb(134 239 172 / 0.8);
}
.border-r-green-300\/85 {
  border-right-color: rgb(134 239 172 / 0.85);
}
.border-r-green-300\/90 {
  border-right-color: rgb(134 239 172 / 0.9);
}
.border-r-green-300\/95 {
  border-right-color: rgb(134 239 172 / 0.95);
}
.border-r-green-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-r-green-400\/0 {
  border-right-color: rgb(74 222 128 / 0);
}
.border-r-green-400\/10 {
  border-right-color: rgb(74 222 128 / 0.1);
}
.border-r-green-400\/100 {
  border-right-color: rgb(74 222 128 / 1);
}
.border-r-green-400\/15 {
  border-right-color: rgb(74 222 128 / 0.15);
}
.border-r-green-400\/20 {
  border-right-color: rgb(74 222 128 / 0.2);
}
.border-r-green-400\/25 {
  border-right-color: rgb(74 222 128 / 0.25);
}
.border-r-green-400\/30 {
  border-right-color: rgb(74 222 128 / 0.3);
}
.border-r-green-400\/35 {
  border-right-color: rgb(74 222 128 / 0.35);
}
.border-r-green-400\/40 {
  border-right-color: rgb(74 222 128 / 0.4);
}
.border-r-green-400\/45 {
  border-right-color: rgb(74 222 128 / 0.45);
}
.border-r-green-400\/5 {
  border-right-color: rgb(74 222 128 / 0.05);
}
.border-r-green-400\/50 {
  border-right-color: rgb(74 222 128 / 0.5);
}
.border-r-green-400\/55 {
  border-right-color: rgb(74 222 128 / 0.55);
}
.border-r-green-400\/60 {
  border-right-color: rgb(74 222 128 / 0.6);
}
.border-r-green-400\/65 {
  border-right-color: rgb(74 222 128 / 0.65);
}
.border-r-green-400\/70 {
  border-right-color: rgb(74 222 128 / 0.7);
}
.border-r-green-400\/75 {
  border-right-color: rgb(74 222 128 / 0.75);
}
.border-r-green-400\/80 {
  border-right-color: rgb(74 222 128 / 0.8);
}
.border-r-green-400\/85 {
  border-right-color: rgb(74 222 128 / 0.85);
}
.border-r-green-400\/90 {
  border-right-color: rgb(74 222 128 / 0.9);
}
.border-r-green-400\/95 {
  border-right-color: rgb(74 222 128 / 0.95);
}
.border-r-green-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-r-green-50\/0 {
  border-right-color: rgb(240 253 244 / 0);
}
.border-r-green-50\/10 {
  border-right-color: rgb(240 253 244 / 0.1);
}
.border-r-green-50\/100 {
  border-right-color: rgb(240 253 244 / 1);
}
.border-r-green-50\/15 {
  border-right-color: rgb(240 253 244 / 0.15);
}
.border-r-green-50\/20 {
  border-right-color: rgb(240 253 244 / 0.2);
}
.border-r-green-50\/25 {
  border-right-color: rgb(240 253 244 / 0.25);
}
.border-r-green-50\/30 {
  border-right-color: rgb(240 253 244 / 0.3);
}
.border-r-green-50\/35 {
  border-right-color: rgb(240 253 244 / 0.35);
}
.border-r-green-50\/40 {
  border-right-color: rgb(240 253 244 / 0.4);
}
.border-r-green-50\/45 {
  border-right-color: rgb(240 253 244 / 0.45);
}
.border-r-green-50\/5 {
  border-right-color: rgb(240 253 244 / 0.05);
}
.border-r-green-50\/50 {
  border-right-color: rgb(240 253 244 / 0.5);
}
.border-r-green-50\/55 {
  border-right-color: rgb(240 253 244 / 0.55);
}
.border-r-green-50\/60 {
  border-right-color: rgb(240 253 244 / 0.6);
}
.border-r-green-50\/65 {
  border-right-color: rgb(240 253 244 / 0.65);
}
.border-r-green-50\/70 {
  border-right-color: rgb(240 253 244 / 0.7);
}
.border-r-green-50\/75 {
  border-right-color: rgb(240 253 244 / 0.75);
}
.border-r-green-50\/80 {
  border-right-color: rgb(240 253 244 / 0.8);
}
.border-r-green-50\/85 {
  border-right-color: rgb(240 253 244 / 0.85);
}
.border-r-green-50\/90 {
  border-right-color: rgb(240 253 244 / 0.9);
}
.border-r-green-50\/95 {
  border-right-color: rgb(240 253 244 / 0.95);
}
.border-r-green-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-r-green-500\/0 {
  border-right-color: rgb(34 197 94 / 0);
}
.border-r-green-500\/10 {
  border-right-color: rgb(34 197 94 / 0.1);
}
.border-r-green-500\/100 {
  border-right-color: rgb(34 197 94 / 1);
}
.border-r-green-500\/15 {
  border-right-color: rgb(34 197 94 / 0.15);
}
.border-r-green-500\/20 {
  border-right-color: rgb(34 197 94 / 0.2);
}
.border-r-green-500\/25 {
  border-right-color: rgb(34 197 94 / 0.25);
}
.border-r-green-500\/30 {
  border-right-color: rgb(34 197 94 / 0.3);
}
.border-r-green-500\/35 {
  border-right-color: rgb(34 197 94 / 0.35);
}
.border-r-green-500\/40 {
  border-right-color: rgb(34 197 94 / 0.4);
}
.border-r-green-500\/45 {
  border-right-color: rgb(34 197 94 / 0.45);
}
.border-r-green-500\/5 {
  border-right-color: rgb(34 197 94 / 0.05);
}
.border-r-green-500\/50 {
  border-right-color: rgb(34 197 94 / 0.5);
}
.border-r-green-500\/55 {
  border-right-color: rgb(34 197 94 / 0.55);
}
.border-r-green-500\/60 {
  border-right-color: rgb(34 197 94 / 0.6);
}
.border-r-green-500\/65 {
  border-right-color: rgb(34 197 94 / 0.65);
}
.border-r-green-500\/70 {
  border-right-color: rgb(34 197 94 / 0.7);
}
.border-r-green-500\/75 {
  border-right-color: rgb(34 197 94 / 0.75);
}
.border-r-green-500\/80 {
  border-right-color: rgb(34 197 94 / 0.8);
}
.border-r-green-500\/85 {
  border-right-color: rgb(34 197 94 / 0.85);
}
.border-r-green-500\/90 {
  border-right-color: rgb(34 197 94 / 0.9);
}
.border-r-green-500\/95 {
  border-right-color: rgb(34 197 94 / 0.95);
}
.border-r-green-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-r-green-600\/0 {
  border-right-color: rgb(22 163 74 / 0);
}
.border-r-green-600\/10 {
  border-right-color: rgb(22 163 74 / 0.1);
}
.border-r-green-600\/100 {
  border-right-color: rgb(22 163 74 / 1);
}
.border-r-green-600\/15 {
  border-right-color: rgb(22 163 74 / 0.15);
}
.border-r-green-600\/20 {
  border-right-color: rgb(22 163 74 / 0.2);
}
.border-r-green-600\/25 {
  border-right-color: rgb(22 163 74 / 0.25);
}
.border-r-green-600\/30 {
  border-right-color: rgb(22 163 74 / 0.3);
}
.border-r-green-600\/35 {
  border-right-color: rgb(22 163 74 / 0.35);
}
.border-r-green-600\/40 {
  border-right-color: rgb(22 163 74 / 0.4);
}
.border-r-green-600\/45 {
  border-right-color: rgb(22 163 74 / 0.45);
}
.border-r-green-600\/5 {
  border-right-color: rgb(22 163 74 / 0.05);
}
.border-r-green-600\/50 {
  border-right-color: rgb(22 163 74 / 0.5);
}
.border-r-green-600\/55 {
  border-right-color: rgb(22 163 74 / 0.55);
}
.border-r-green-600\/60 {
  border-right-color: rgb(22 163 74 / 0.6);
}
.border-r-green-600\/65 {
  border-right-color: rgb(22 163 74 / 0.65);
}
.border-r-green-600\/70 {
  border-right-color: rgb(22 163 74 / 0.7);
}
.border-r-green-600\/75 {
  border-right-color: rgb(22 163 74 / 0.75);
}
.border-r-green-600\/80 {
  border-right-color: rgb(22 163 74 / 0.8);
}
.border-r-green-600\/85 {
  border-right-color: rgb(22 163 74 / 0.85);
}
.border-r-green-600\/90 {
  border-right-color: rgb(22 163 74 / 0.9);
}
.border-r-green-600\/95 {
  border-right-color: rgb(22 163 74 / 0.95);
}
.border-r-green-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-r-green-700\/0 {
  border-right-color: rgb(21 128 61 / 0);
}
.border-r-green-700\/10 {
  border-right-color: rgb(21 128 61 / 0.1);
}
.border-r-green-700\/100 {
  border-right-color: rgb(21 128 61 / 1);
}
.border-r-green-700\/15 {
  border-right-color: rgb(21 128 61 / 0.15);
}
.border-r-green-700\/20 {
  border-right-color: rgb(21 128 61 / 0.2);
}
.border-r-green-700\/25 {
  border-right-color: rgb(21 128 61 / 0.25);
}
.border-r-green-700\/30 {
  border-right-color: rgb(21 128 61 / 0.3);
}
.border-r-green-700\/35 {
  border-right-color: rgb(21 128 61 / 0.35);
}
.border-r-green-700\/40 {
  border-right-color: rgb(21 128 61 / 0.4);
}
.border-r-green-700\/45 {
  border-right-color: rgb(21 128 61 / 0.45);
}
.border-r-green-700\/5 {
  border-right-color: rgb(21 128 61 / 0.05);
}
.border-r-green-700\/50 {
  border-right-color: rgb(21 128 61 / 0.5);
}
.border-r-green-700\/55 {
  border-right-color: rgb(21 128 61 / 0.55);
}
.border-r-green-700\/60 {
  border-right-color: rgb(21 128 61 / 0.6);
}
.border-r-green-700\/65 {
  border-right-color: rgb(21 128 61 / 0.65);
}
.border-r-green-700\/70 {
  border-right-color: rgb(21 128 61 / 0.7);
}
.border-r-green-700\/75 {
  border-right-color: rgb(21 128 61 / 0.75);
}
.border-r-green-700\/80 {
  border-right-color: rgb(21 128 61 / 0.8);
}
.border-r-green-700\/85 {
  border-right-color: rgb(21 128 61 / 0.85);
}
.border-r-green-700\/90 {
  border-right-color: rgb(21 128 61 / 0.9);
}
.border-r-green-700\/95 {
  border-right-color: rgb(21 128 61 / 0.95);
}
.border-r-green-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-r-green-800\/0 {
  border-right-color: rgb(22 101 52 / 0);
}
.border-r-green-800\/10 {
  border-right-color: rgb(22 101 52 / 0.1);
}
.border-r-green-800\/100 {
  border-right-color: rgb(22 101 52 / 1);
}
.border-r-green-800\/15 {
  border-right-color: rgb(22 101 52 / 0.15);
}
.border-r-green-800\/20 {
  border-right-color: rgb(22 101 52 / 0.2);
}
.border-r-green-800\/25 {
  border-right-color: rgb(22 101 52 / 0.25);
}
.border-r-green-800\/30 {
  border-right-color: rgb(22 101 52 / 0.3);
}
.border-r-green-800\/35 {
  border-right-color: rgb(22 101 52 / 0.35);
}
.border-r-green-800\/40 {
  border-right-color: rgb(22 101 52 / 0.4);
}
.border-r-green-800\/45 {
  border-right-color: rgb(22 101 52 / 0.45);
}
.border-r-green-800\/5 {
  border-right-color: rgb(22 101 52 / 0.05);
}
.border-r-green-800\/50 {
  border-right-color: rgb(22 101 52 / 0.5);
}
.border-r-green-800\/55 {
  border-right-color: rgb(22 101 52 / 0.55);
}
.border-r-green-800\/60 {
  border-right-color: rgb(22 101 52 / 0.6);
}
.border-r-green-800\/65 {
  border-right-color: rgb(22 101 52 / 0.65);
}
.border-r-green-800\/70 {
  border-right-color: rgb(22 101 52 / 0.7);
}
.border-r-green-800\/75 {
  border-right-color: rgb(22 101 52 / 0.75);
}
.border-r-green-800\/80 {
  border-right-color: rgb(22 101 52 / 0.8);
}
.border-r-green-800\/85 {
  border-right-color: rgb(22 101 52 / 0.85);
}
.border-r-green-800\/90 {
  border-right-color: rgb(22 101 52 / 0.9);
}
.border-r-green-800\/95 {
  border-right-color: rgb(22 101 52 / 0.95);
}
.border-r-green-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-r-green-900\/0 {
  border-right-color: rgb(20 83 45 / 0);
}
.border-r-green-900\/10 {
  border-right-color: rgb(20 83 45 / 0.1);
}
.border-r-green-900\/100 {
  border-right-color: rgb(20 83 45 / 1);
}
.border-r-green-900\/15 {
  border-right-color: rgb(20 83 45 / 0.15);
}
.border-r-green-900\/20 {
  border-right-color: rgb(20 83 45 / 0.2);
}
.border-r-green-900\/25 {
  border-right-color: rgb(20 83 45 / 0.25);
}
.border-r-green-900\/30 {
  border-right-color: rgb(20 83 45 / 0.3);
}
.border-r-green-900\/35 {
  border-right-color: rgb(20 83 45 / 0.35);
}
.border-r-green-900\/40 {
  border-right-color: rgb(20 83 45 / 0.4);
}
.border-r-green-900\/45 {
  border-right-color: rgb(20 83 45 / 0.45);
}
.border-r-green-900\/5 {
  border-right-color: rgb(20 83 45 / 0.05);
}
.border-r-green-900\/50 {
  border-right-color: rgb(20 83 45 / 0.5);
}
.border-r-green-900\/55 {
  border-right-color: rgb(20 83 45 / 0.55);
}
.border-r-green-900\/60 {
  border-right-color: rgb(20 83 45 / 0.6);
}
.border-r-green-900\/65 {
  border-right-color: rgb(20 83 45 / 0.65);
}
.border-r-green-900\/70 {
  border-right-color: rgb(20 83 45 / 0.7);
}
.border-r-green-900\/75 {
  border-right-color: rgb(20 83 45 / 0.75);
}
.border-r-green-900\/80 {
  border-right-color: rgb(20 83 45 / 0.8);
}
.border-r-green-900\/85 {
  border-right-color: rgb(20 83 45 / 0.85);
}
.border-r-green-900\/90 {
  border-right-color: rgb(20 83 45 / 0.9);
}
.border-r-green-900\/95 {
  border-right-color: rgb(20 83 45 / 0.95);
}
.border-r-green-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-r-green-950\/0 {
  border-right-color: rgb(5 46 22 / 0);
}
.border-r-green-950\/10 {
  border-right-color: rgb(5 46 22 / 0.1);
}
.border-r-green-950\/100 {
  border-right-color: rgb(5 46 22 / 1);
}
.border-r-green-950\/15 {
  border-right-color: rgb(5 46 22 / 0.15);
}
.border-r-green-950\/20 {
  border-right-color: rgb(5 46 22 / 0.2);
}
.border-r-green-950\/25 {
  border-right-color: rgb(5 46 22 / 0.25);
}
.border-r-green-950\/30 {
  border-right-color: rgb(5 46 22 / 0.3);
}
.border-r-green-950\/35 {
  border-right-color: rgb(5 46 22 / 0.35);
}
.border-r-green-950\/40 {
  border-right-color: rgb(5 46 22 / 0.4);
}
.border-r-green-950\/45 {
  border-right-color: rgb(5 46 22 / 0.45);
}
.border-r-green-950\/5 {
  border-right-color: rgb(5 46 22 / 0.05);
}
.border-r-green-950\/50 {
  border-right-color: rgb(5 46 22 / 0.5);
}
.border-r-green-950\/55 {
  border-right-color: rgb(5 46 22 / 0.55);
}
.border-r-green-950\/60 {
  border-right-color: rgb(5 46 22 / 0.6);
}
.border-r-green-950\/65 {
  border-right-color: rgb(5 46 22 / 0.65);
}
.border-r-green-950\/70 {
  border-right-color: rgb(5 46 22 / 0.7);
}
.border-r-green-950\/75 {
  border-right-color: rgb(5 46 22 / 0.75);
}
.border-r-green-950\/80 {
  border-right-color: rgb(5 46 22 / 0.8);
}
.border-r-green-950\/85 {
  border-right-color: rgb(5 46 22 / 0.85);
}
.border-r-green-950\/90 {
  border-right-color: rgb(5 46 22 / 0.9);
}
.border-r-green-950\/95 {
  border-right-color: rgb(5 46 22 / 0.95);
}
.border-r-indigo-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-r-indigo-100\/0 {
  border-right-color: rgb(224 231 255 / 0);
}
.border-r-indigo-100\/10 {
  border-right-color: rgb(224 231 255 / 0.1);
}
.border-r-indigo-100\/100 {
  border-right-color: rgb(224 231 255 / 1);
}
.border-r-indigo-100\/15 {
  border-right-color: rgb(224 231 255 / 0.15);
}
.border-r-indigo-100\/20 {
  border-right-color: rgb(224 231 255 / 0.2);
}
.border-r-indigo-100\/25 {
  border-right-color: rgb(224 231 255 / 0.25);
}
.border-r-indigo-100\/30 {
  border-right-color: rgb(224 231 255 / 0.3);
}
.border-r-indigo-100\/35 {
  border-right-color: rgb(224 231 255 / 0.35);
}
.border-r-indigo-100\/40 {
  border-right-color: rgb(224 231 255 / 0.4);
}
.border-r-indigo-100\/45 {
  border-right-color: rgb(224 231 255 / 0.45);
}
.border-r-indigo-100\/5 {
  border-right-color: rgb(224 231 255 / 0.05);
}
.border-r-indigo-100\/50 {
  border-right-color: rgb(224 231 255 / 0.5);
}
.border-r-indigo-100\/55 {
  border-right-color: rgb(224 231 255 / 0.55);
}
.border-r-indigo-100\/60 {
  border-right-color: rgb(224 231 255 / 0.6);
}
.border-r-indigo-100\/65 {
  border-right-color: rgb(224 231 255 / 0.65);
}
.border-r-indigo-100\/70 {
  border-right-color: rgb(224 231 255 / 0.7);
}
.border-r-indigo-100\/75 {
  border-right-color: rgb(224 231 255 / 0.75);
}
.border-r-indigo-100\/80 {
  border-right-color: rgb(224 231 255 / 0.8);
}
.border-r-indigo-100\/85 {
  border-right-color: rgb(224 231 255 / 0.85);
}
.border-r-indigo-100\/90 {
  border-right-color: rgb(224 231 255 / 0.9);
}
.border-r-indigo-100\/95 {
  border-right-color: rgb(224 231 255 / 0.95);
}
.border-r-indigo-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-r-indigo-200\/0 {
  border-right-color: rgb(199 210 254 / 0);
}
.border-r-indigo-200\/10 {
  border-right-color: rgb(199 210 254 / 0.1);
}
.border-r-indigo-200\/100 {
  border-right-color: rgb(199 210 254 / 1);
}
.border-r-indigo-200\/15 {
  border-right-color: rgb(199 210 254 / 0.15);
}
.border-r-indigo-200\/20 {
  border-right-color: rgb(199 210 254 / 0.2);
}
.border-r-indigo-200\/25 {
  border-right-color: rgb(199 210 254 / 0.25);
}
.border-r-indigo-200\/30 {
  border-right-color: rgb(199 210 254 / 0.3);
}
.border-r-indigo-200\/35 {
  border-right-color: rgb(199 210 254 / 0.35);
}
.border-r-indigo-200\/40 {
  border-right-color: rgb(199 210 254 / 0.4);
}
.border-r-indigo-200\/45 {
  border-right-color: rgb(199 210 254 / 0.45);
}
.border-r-indigo-200\/5 {
  border-right-color: rgb(199 210 254 / 0.05);
}
.border-r-indigo-200\/50 {
  border-right-color: rgb(199 210 254 / 0.5);
}
.border-r-indigo-200\/55 {
  border-right-color: rgb(199 210 254 / 0.55);
}
.border-r-indigo-200\/60 {
  border-right-color: rgb(199 210 254 / 0.6);
}
.border-r-indigo-200\/65 {
  border-right-color: rgb(199 210 254 / 0.65);
}
.border-r-indigo-200\/70 {
  border-right-color: rgb(199 210 254 / 0.7);
}
.border-r-indigo-200\/75 {
  border-right-color: rgb(199 210 254 / 0.75);
}
.border-r-indigo-200\/80 {
  border-right-color: rgb(199 210 254 / 0.8);
}
.border-r-indigo-200\/85 {
  border-right-color: rgb(199 210 254 / 0.85);
}
.border-r-indigo-200\/90 {
  border-right-color: rgb(199 210 254 / 0.9);
}
.border-r-indigo-200\/95 {
  border-right-color: rgb(199 210 254 / 0.95);
}
.border-r-indigo-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-r-indigo-300\/0 {
  border-right-color: rgb(165 180 252 / 0);
}
.border-r-indigo-300\/10 {
  border-right-color: rgb(165 180 252 / 0.1);
}
.border-r-indigo-300\/100 {
  border-right-color: rgb(165 180 252 / 1);
}
.border-r-indigo-300\/15 {
  border-right-color: rgb(165 180 252 / 0.15);
}
.border-r-indigo-300\/20 {
  border-right-color: rgb(165 180 252 / 0.2);
}
.border-r-indigo-300\/25 {
  border-right-color: rgb(165 180 252 / 0.25);
}
.border-r-indigo-300\/30 {
  border-right-color: rgb(165 180 252 / 0.3);
}
.border-r-indigo-300\/35 {
  border-right-color: rgb(165 180 252 / 0.35);
}
.border-r-indigo-300\/40 {
  border-right-color: rgb(165 180 252 / 0.4);
}
.border-r-indigo-300\/45 {
  border-right-color: rgb(165 180 252 / 0.45);
}
.border-r-indigo-300\/5 {
  border-right-color: rgb(165 180 252 / 0.05);
}
.border-r-indigo-300\/50 {
  border-right-color: rgb(165 180 252 / 0.5);
}
.border-r-indigo-300\/55 {
  border-right-color: rgb(165 180 252 / 0.55);
}
.border-r-indigo-300\/60 {
  border-right-color: rgb(165 180 252 / 0.6);
}
.border-r-indigo-300\/65 {
  border-right-color: rgb(165 180 252 / 0.65);
}
.border-r-indigo-300\/70 {
  border-right-color: rgb(165 180 252 / 0.7);
}
.border-r-indigo-300\/75 {
  border-right-color: rgb(165 180 252 / 0.75);
}
.border-r-indigo-300\/80 {
  border-right-color: rgb(165 180 252 / 0.8);
}
.border-r-indigo-300\/85 {
  border-right-color: rgb(165 180 252 / 0.85);
}
.border-r-indigo-300\/90 {
  border-right-color: rgb(165 180 252 / 0.9);
}
.border-r-indigo-300\/95 {
  border-right-color: rgb(165 180 252 / 0.95);
}
.border-r-indigo-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-r-indigo-400\/0 {
  border-right-color: rgb(129 140 248 / 0);
}
.border-r-indigo-400\/10 {
  border-right-color: rgb(129 140 248 / 0.1);
}
.border-r-indigo-400\/100 {
  border-right-color: rgb(129 140 248 / 1);
}
.border-r-indigo-400\/15 {
  border-right-color: rgb(129 140 248 / 0.15);
}
.border-r-indigo-400\/20 {
  border-right-color: rgb(129 140 248 / 0.2);
}
.border-r-indigo-400\/25 {
  border-right-color: rgb(129 140 248 / 0.25);
}
.border-r-indigo-400\/30 {
  border-right-color: rgb(129 140 248 / 0.3);
}
.border-r-indigo-400\/35 {
  border-right-color: rgb(129 140 248 / 0.35);
}
.border-r-indigo-400\/40 {
  border-right-color: rgb(129 140 248 / 0.4);
}
.border-r-indigo-400\/45 {
  border-right-color: rgb(129 140 248 / 0.45);
}
.border-r-indigo-400\/5 {
  border-right-color: rgb(129 140 248 / 0.05);
}
.border-r-indigo-400\/50 {
  border-right-color: rgb(129 140 248 / 0.5);
}
.border-r-indigo-400\/55 {
  border-right-color: rgb(129 140 248 / 0.55);
}
.border-r-indigo-400\/60 {
  border-right-color: rgb(129 140 248 / 0.6);
}
.border-r-indigo-400\/65 {
  border-right-color: rgb(129 140 248 / 0.65);
}
.border-r-indigo-400\/70 {
  border-right-color: rgb(129 140 248 / 0.7);
}
.border-r-indigo-400\/75 {
  border-right-color: rgb(129 140 248 / 0.75);
}
.border-r-indigo-400\/80 {
  border-right-color: rgb(129 140 248 / 0.8);
}
.border-r-indigo-400\/85 {
  border-right-color: rgb(129 140 248 / 0.85);
}
.border-r-indigo-400\/90 {
  border-right-color: rgb(129 140 248 / 0.9);
}
.border-r-indigo-400\/95 {
  border-right-color: rgb(129 140 248 / 0.95);
}
.border-r-indigo-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-r-indigo-50\/0 {
  border-right-color: rgb(238 242 255 / 0);
}
.border-r-indigo-50\/10 {
  border-right-color: rgb(238 242 255 / 0.1);
}
.border-r-indigo-50\/100 {
  border-right-color: rgb(238 242 255 / 1);
}
.border-r-indigo-50\/15 {
  border-right-color: rgb(238 242 255 / 0.15);
}
.border-r-indigo-50\/20 {
  border-right-color: rgb(238 242 255 / 0.2);
}
.border-r-indigo-50\/25 {
  border-right-color: rgb(238 242 255 / 0.25);
}
.border-r-indigo-50\/30 {
  border-right-color: rgb(238 242 255 / 0.3);
}
.border-r-indigo-50\/35 {
  border-right-color: rgb(238 242 255 / 0.35);
}
.border-r-indigo-50\/40 {
  border-right-color: rgb(238 242 255 / 0.4);
}
.border-r-indigo-50\/45 {
  border-right-color: rgb(238 242 255 / 0.45);
}
.border-r-indigo-50\/5 {
  border-right-color: rgb(238 242 255 / 0.05);
}
.border-r-indigo-50\/50 {
  border-right-color: rgb(238 242 255 / 0.5);
}
.border-r-indigo-50\/55 {
  border-right-color: rgb(238 242 255 / 0.55);
}
.border-r-indigo-50\/60 {
  border-right-color: rgb(238 242 255 / 0.6);
}
.border-r-indigo-50\/65 {
  border-right-color: rgb(238 242 255 / 0.65);
}
.border-r-indigo-50\/70 {
  border-right-color: rgb(238 242 255 / 0.7);
}
.border-r-indigo-50\/75 {
  border-right-color: rgb(238 242 255 / 0.75);
}
.border-r-indigo-50\/80 {
  border-right-color: rgb(238 242 255 / 0.8);
}
.border-r-indigo-50\/85 {
  border-right-color: rgb(238 242 255 / 0.85);
}
.border-r-indigo-50\/90 {
  border-right-color: rgb(238 242 255 / 0.9);
}
.border-r-indigo-50\/95 {
  border-right-color: rgb(238 242 255 / 0.95);
}
.border-r-indigo-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-r-indigo-500\/0 {
  border-right-color: rgb(99 102 241 / 0);
}
.border-r-indigo-500\/10 {
  border-right-color: rgb(99 102 241 / 0.1);
}
.border-r-indigo-500\/100 {
  border-right-color: rgb(99 102 241 / 1);
}
.border-r-indigo-500\/15 {
  border-right-color: rgb(99 102 241 / 0.15);
}
.border-r-indigo-500\/20 {
  border-right-color: rgb(99 102 241 / 0.2);
}
.border-r-indigo-500\/25 {
  border-right-color: rgb(99 102 241 / 0.25);
}
.border-r-indigo-500\/30 {
  border-right-color: rgb(99 102 241 / 0.3);
}
.border-r-indigo-500\/35 {
  border-right-color: rgb(99 102 241 / 0.35);
}
.border-r-indigo-500\/40 {
  border-right-color: rgb(99 102 241 / 0.4);
}
.border-r-indigo-500\/45 {
  border-right-color: rgb(99 102 241 / 0.45);
}
.border-r-indigo-500\/5 {
  border-right-color: rgb(99 102 241 / 0.05);
}
.border-r-indigo-500\/50 {
  border-right-color: rgb(99 102 241 / 0.5);
}
.border-r-indigo-500\/55 {
  border-right-color: rgb(99 102 241 / 0.55);
}
.border-r-indigo-500\/60 {
  border-right-color: rgb(99 102 241 / 0.6);
}
.border-r-indigo-500\/65 {
  border-right-color: rgb(99 102 241 / 0.65);
}
.border-r-indigo-500\/70 {
  border-right-color: rgb(99 102 241 / 0.7);
}
.border-r-indigo-500\/75 {
  border-right-color: rgb(99 102 241 / 0.75);
}
.border-r-indigo-500\/80 {
  border-right-color: rgb(99 102 241 / 0.8);
}
.border-r-indigo-500\/85 {
  border-right-color: rgb(99 102 241 / 0.85);
}
.border-r-indigo-500\/90 {
  border-right-color: rgb(99 102 241 / 0.9);
}
.border-r-indigo-500\/95 {
  border-right-color: rgb(99 102 241 / 0.95);
}
.border-r-indigo-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-r-indigo-600\/0 {
  border-right-color: rgb(79 70 229 / 0);
}
.border-r-indigo-600\/10 {
  border-right-color: rgb(79 70 229 / 0.1);
}
.border-r-indigo-600\/100 {
  border-right-color: rgb(79 70 229 / 1);
}
.border-r-indigo-600\/15 {
  border-right-color: rgb(79 70 229 / 0.15);
}
.border-r-indigo-600\/20 {
  border-right-color: rgb(79 70 229 / 0.2);
}
.border-r-indigo-600\/25 {
  border-right-color: rgb(79 70 229 / 0.25);
}
.border-r-indigo-600\/30 {
  border-right-color: rgb(79 70 229 / 0.3);
}
.border-r-indigo-600\/35 {
  border-right-color: rgb(79 70 229 / 0.35);
}
.border-r-indigo-600\/40 {
  border-right-color: rgb(79 70 229 / 0.4);
}
.border-r-indigo-600\/45 {
  border-right-color: rgb(79 70 229 / 0.45);
}
.border-r-indigo-600\/5 {
  border-right-color: rgb(79 70 229 / 0.05);
}
.border-r-indigo-600\/50 {
  border-right-color: rgb(79 70 229 / 0.5);
}
.border-r-indigo-600\/55 {
  border-right-color: rgb(79 70 229 / 0.55);
}
.border-r-indigo-600\/60 {
  border-right-color: rgb(79 70 229 / 0.6);
}
.border-r-indigo-600\/65 {
  border-right-color: rgb(79 70 229 / 0.65);
}
.border-r-indigo-600\/70 {
  border-right-color: rgb(79 70 229 / 0.7);
}
.border-r-indigo-600\/75 {
  border-right-color: rgb(79 70 229 / 0.75);
}
.border-r-indigo-600\/80 {
  border-right-color: rgb(79 70 229 / 0.8);
}
.border-r-indigo-600\/85 {
  border-right-color: rgb(79 70 229 / 0.85);
}
.border-r-indigo-600\/90 {
  border-right-color: rgb(79 70 229 / 0.9);
}
.border-r-indigo-600\/95 {
  border-right-color: rgb(79 70 229 / 0.95);
}
.border-r-indigo-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-r-indigo-700\/0 {
  border-right-color: rgb(67 56 202 / 0);
}
.border-r-indigo-700\/10 {
  border-right-color: rgb(67 56 202 / 0.1);
}
.border-r-indigo-700\/100 {
  border-right-color: rgb(67 56 202 / 1);
}
.border-r-indigo-700\/15 {
  border-right-color: rgb(67 56 202 / 0.15);
}
.border-r-indigo-700\/20 {
  border-right-color: rgb(67 56 202 / 0.2);
}
.border-r-indigo-700\/25 {
  border-right-color: rgb(67 56 202 / 0.25);
}
.border-r-indigo-700\/30 {
  border-right-color: rgb(67 56 202 / 0.3);
}
.border-r-indigo-700\/35 {
  border-right-color: rgb(67 56 202 / 0.35);
}
.border-r-indigo-700\/40 {
  border-right-color: rgb(67 56 202 / 0.4);
}
.border-r-indigo-700\/45 {
  border-right-color: rgb(67 56 202 / 0.45);
}
.border-r-indigo-700\/5 {
  border-right-color: rgb(67 56 202 / 0.05);
}
.border-r-indigo-700\/50 {
  border-right-color: rgb(67 56 202 / 0.5);
}
.border-r-indigo-700\/55 {
  border-right-color: rgb(67 56 202 / 0.55);
}
.border-r-indigo-700\/60 {
  border-right-color: rgb(67 56 202 / 0.6);
}
.border-r-indigo-700\/65 {
  border-right-color: rgb(67 56 202 / 0.65);
}
.border-r-indigo-700\/70 {
  border-right-color: rgb(67 56 202 / 0.7);
}
.border-r-indigo-700\/75 {
  border-right-color: rgb(67 56 202 / 0.75);
}
.border-r-indigo-700\/80 {
  border-right-color: rgb(67 56 202 / 0.8);
}
.border-r-indigo-700\/85 {
  border-right-color: rgb(67 56 202 / 0.85);
}
.border-r-indigo-700\/90 {
  border-right-color: rgb(67 56 202 / 0.9);
}
.border-r-indigo-700\/95 {
  border-right-color: rgb(67 56 202 / 0.95);
}
.border-r-indigo-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-r-indigo-800\/0 {
  border-right-color: rgb(55 48 163 / 0);
}
.border-r-indigo-800\/10 {
  border-right-color: rgb(55 48 163 / 0.1);
}
.border-r-indigo-800\/100 {
  border-right-color: rgb(55 48 163 / 1);
}
.border-r-indigo-800\/15 {
  border-right-color: rgb(55 48 163 / 0.15);
}
.border-r-indigo-800\/20 {
  border-right-color: rgb(55 48 163 / 0.2);
}
.border-r-indigo-800\/25 {
  border-right-color: rgb(55 48 163 / 0.25);
}
.border-r-indigo-800\/30 {
  border-right-color: rgb(55 48 163 / 0.3);
}
.border-r-indigo-800\/35 {
  border-right-color: rgb(55 48 163 / 0.35);
}
.border-r-indigo-800\/40 {
  border-right-color: rgb(55 48 163 / 0.4);
}
.border-r-indigo-800\/45 {
  border-right-color: rgb(55 48 163 / 0.45);
}
.border-r-indigo-800\/5 {
  border-right-color: rgb(55 48 163 / 0.05);
}
.border-r-indigo-800\/50 {
  border-right-color: rgb(55 48 163 / 0.5);
}
.border-r-indigo-800\/55 {
  border-right-color: rgb(55 48 163 / 0.55);
}
.border-r-indigo-800\/60 {
  border-right-color: rgb(55 48 163 / 0.6);
}
.border-r-indigo-800\/65 {
  border-right-color: rgb(55 48 163 / 0.65);
}
.border-r-indigo-800\/70 {
  border-right-color: rgb(55 48 163 / 0.7);
}
.border-r-indigo-800\/75 {
  border-right-color: rgb(55 48 163 / 0.75);
}
.border-r-indigo-800\/80 {
  border-right-color: rgb(55 48 163 / 0.8);
}
.border-r-indigo-800\/85 {
  border-right-color: rgb(55 48 163 / 0.85);
}
.border-r-indigo-800\/90 {
  border-right-color: rgb(55 48 163 / 0.9);
}
.border-r-indigo-800\/95 {
  border-right-color: rgb(55 48 163 / 0.95);
}
.border-r-indigo-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-r-indigo-900\/0 {
  border-right-color: rgb(49 46 129 / 0);
}
.border-r-indigo-900\/10 {
  border-right-color: rgb(49 46 129 / 0.1);
}
.border-r-indigo-900\/100 {
  border-right-color: rgb(49 46 129 / 1);
}
.border-r-indigo-900\/15 {
  border-right-color: rgb(49 46 129 / 0.15);
}
.border-r-indigo-900\/20 {
  border-right-color: rgb(49 46 129 / 0.2);
}
.border-r-indigo-900\/25 {
  border-right-color: rgb(49 46 129 / 0.25);
}
.border-r-indigo-900\/30 {
  border-right-color: rgb(49 46 129 / 0.3);
}
.border-r-indigo-900\/35 {
  border-right-color: rgb(49 46 129 / 0.35);
}
.border-r-indigo-900\/40 {
  border-right-color: rgb(49 46 129 / 0.4);
}
.border-r-indigo-900\/45 {
  border-right-color: rgb(49 46 129 / 0.45);
}
.border-r-indigo-900\/5 {
  border-right-color: rgb(49 46 129 / 0.05);
}
.border-r-indigo-900\/50 {
  border-right-color: rgb(49 46 129 / 0.5);
}
.border-r-indigo-900\/55 {
  border-right-color: rgb(49 46 129 / 0.55);
}
.border-r-indigo-900\/60 {
  border-right-color: rgb(49 46 129 / 0.6);
}
.border-r-indigo-900\/65 {
  border-right-color: rgb(49 46 129 / 0.65);
}
.border-r-indigo-900\/70 {
  border-right-color: rgb(49 46 129 / 0.7);
}
.border-r-indigo-900\/75 {
  border-right-color: rgb(49 46 129 / 0.75);
}
.border-r-indigo-900\/80 {
  border-right-color: rgb(49 46 129 / 0.8);
}
.border-r-indigo-900\/85 {
  border-right-color: rgb(49 46 129 / 0.85);
}
.border-r-indigo-900\/90 {
  border-right-color: rgb(49 46 129 / 0.9);
}
.border-r-indigo-900\/95 {
  border-right-color: rgb(49 46 129 / 0.95);
}
.border-r-indigo-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-r-indigo-950\/0 {
  border-right-color: rgb(30 27 75 / 0);
}
.border-r-indigo-950\/10 {
  border-right-color: rgb(30 27 75 / 0.1);
}
.border-r-indigo-950\/100 {
  border-right-color: rgb(30 27 75 / 1);
}
.border-r-indigo-950\/15 {
  border-right-color: rgb(30 27 75 / 0.15);
}
.border-r-indigo-950\/20 {
  border-right-color: rgb(30 27 75 / 0.2);
}
.border-r-indigo-950\/25 {
  border-right-color: rgb(30 27 75 / 0.25);
}
.border-r-indigo-950\/30 {
  border-right-color: rgb(30 27 75 / 0.3);
}
.border-r-indigo-950\/35 {
  border-right-color: rgb(30 27 75 / 0.35);
}
.border-r-indigo-950\/40 {
  border-right-color: rgb(30 27 75 / 0.4);
}
.border-r-indigo-950\/45 {
  border-right-color: rgb(30 27 75 / 0.45);
}
.border-r-indigo-950\/5 {
  border-right-color: rgb(30 27 75 / 0.05);
}
.border-r-indigo-950\/50 {
  border-right-color: rgb(30 27 75 / 0.5);
}
.border-r-indigo-950\/55 {
  border-right-color: rgb(30 27 75 / 0.55);
}
.border-r-indigo-950\/60 {
  border-right-color: rgb(30 27 75 / 0.6);
}
.border-r-indigo-950\/65 {
  border-right-color: rgb(30 27 75 / 0.65);
}
.border-r-indigo-950\/70 {
  border-right-color: rgb(30 27 75 / 0.7);
}
.border-r-indigo-950\/75 {
  border-right-color: rgb(30 27 75 / 0.75);
}
.border-r-indigo-950\/80 {
  border-right-color: rgb(30 27 75 / 0.8);
}
.border-r-indigo-950\/85 {
  border-right-color: rgb(30 27 75 / 0.85);
}
.border-r-indigo-950\/90 {
  border-right-color: rgb(30 27 75 / 0.9);
}
.border-r-indigo-950\/95 {
  border-right-color: rgb(30 27 75 / 0.95);
}
.border-r-inherit {
  border-right-color: inherit;
}
.border-r-lime-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-r-lime-100\/0 {
  border-right-color: rgb(236 252 203 / 0);
}
.border-r-lime-100\/10 {
  border-right-color: rgb(236 252 203 / 0.1);
}
.border-r-lime-100\/100 {
  border-right-color: rgb(236 252 203 / 1);
}
.border-r-lime-100\/15 {
  border-right-color: rgb(236 252 203 / 0.15);
}
.border-r-lime-100\/20 {
  border-right-color: rgb(236 252 203 / 0.2);
}
.border-r-lime-100\/25 {
  border-right-color: rgb(236 252 203 / 0.25);
}
.border-r-lime-100\/30 {
  border-right-color: rgb(236 252 203 / 0.3);
}
.border-r-lime-100\/35 {
  border-right-color: rgb(236 252 203 / 0.35);
}
.border-r-lime-100\/40 {
  border-right-color: rgb(236 252 203 / 0.4);
}
.border-r-lime-100\/45 {
  border-right-color: rgb(236 252 203 / 0.45);
}
.border-r-lime-100\/5 {
  border-right-color: rgb(236 252 203 / 0.05);
}
.border-r-lime-100\/50 {
  border-right-color: rgb(236 252 203 / 0.5);
}
.border-r-lime-100\/55 {
  border-right-color: rgb(236 252 203 / 0.55);
}
.border-r-lime-100\/60 {
  border-right-color: rgb(236 252 203 / 0.6);
}
.border-r-lime-100\/65 {
  border-right-color: rgb(236 252 203 / 0.65);
}
.border-r-lime-100\/70 {
  border-right-color: rgb(236 252 203 / 0.7);
}
.border-r-lime-100\/75 {
  border-right-color: rgb(236 252 203 / 0.75);
}
.border-r-lime-100\/80 {
  border-right-color: rgb(236 252 203 / 0.8);
}
.border-r-lime-100\/85 {
  border-right-color: rgb(236 252 203 / 0.85);
}
.border-r-lime-100\/90 {
  border-right-color: rgb(236 252 203 / 0.9);
}
.border-r-lime-100\/95 {
  border-right-color: rgb(236 252 203 / 0.95);
}
.border-r-lime-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-r-lime-200\/0 {
  border-right-color: rgb(217 249 157 / 0);
}
.border-r-lime-200\/10 {
  border-right-color: rgb(217 249 157 / 0.1);
}
.border-r-lime-200\/100 {
  border-right-color: rgb(217 249 157 / 1);
}
.border-r-lime-200\/15 {
  border-right-color: rgb(217 249 157 / 0.15);
}
.border-r-lime-200\/20 {
  border-right-color: rgb(217 249 157 / 0.2);
}
.border-r-lime-200\/25 {
  border-right-color: rgb(217 249 157 / 0.25);
}
.border-r-lime-200\/30 {
  border-right-color: rgb(217 249 157 / 0.3);
}
.border-r-lime-200\/35 {
  border-right-color: rgb(217 249 157 / 0.35);
}
.border-r-lime-200\/40 {
  border-right-color: rgb(217 249 157 / 0.4);
}
.border-r-lime-200\/45 {
  border-right-color: rgb(217 249 157 / 0.45);
}
.border-r-lime-200\/5 {
  border-right-color: rgb(217 249 157 / 0.05);
}
.border-r-lime-200\/50 {
  border-right-color: rgb(217 249 157 / 0.5);
}
.border-r-lime-200\/55 {
  border-right-color: rgb(217 249 157 / 0.55);
}
.border-r-lime-200\/60 {
  border-right-color: rgb(217 249 157 / 0.6);
}
.border-r-lime-200\/65 {
  border-right-color: rgb(217 249 157 / 0.65);
}
.border-r-lime-200\/70 {
  border-right-color: rgb(217 249 157 / 0.7);
}
.border-r-lime-200\/75 {
  border-right-color: rgb(217 249 157 / 0.75);
}
.border-r-lime-200\/80 {
  border-right-color: rgb(217 249 157 / 0.8);
}
.border-r-lime-200\/85 {
  border-right-color: rgb(217 249 157 / 0.85);
}
.border-r-lime-200\/90 {
  border-right-color: rgb(217 249 157 / 0.9);
}
.border-r-lime-200\/95 {
  border-right-color: rgb(217 249 157 / 0.95);
}
.border-r-lime-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-r-lime-300\/0 {
  border-right-color: rgb(190 242 100 / 0);
}
.border-r-lime-300\/10 {
  border-right-color: rgb(190 242 100 / 0.1);
}
.border-r-lime-300\/100 {
  border-right-color: rgb(190 242 100 / 1);
}
.border-r-lime-300\/15 {
  border-right-color: rgb(190 242 100 / 0.15);
}
.border-r-lime-300\/20 {
  border-right-color: rgb(190 242 100 / 0.2);
}
.border-r-lime-300\/25 {
  border-right-color: rgb(190 242 100 / 0.25);
}
.border-r-lime-300\/30 {
  border-right-color: rgb(190 242 100 / 0.3);
}
.border-r-lime-300\/35 {
  border-right-color: rgb(190 242 100 / 0.35);
}
.border-r-lime-300\/40 {
  border-right-color: rgb(190 242 100 / 0.4);
}
.border-r-lime-300\/45 {
  border-right-color: rgb(190 242 100 / 0.45);
}
.border-r-lime-300\/5 {
  border-right-color: rgb(190 242 100 / 0.05);
}
.border-r-lime-300\/50 {
  border-right-color: rgb(190 242 100 / 0.5);
}
.border-r-lime-300\/55 {
  border-right-color: rgb(190 242 100 / 0.55);
}
.border-r-lime-300\/60 {
  border-right-color: rgb(190 242 100 / 0.6);
}
.border-r-lime-300\/65 {
  border-right-color: rgb(190 242 100 / 0.65);
}
.border-r-lime-300\/70 {
  border-right-color: rgb(190 242 100 / 0.7);
}
.border-r-lime-300\/75 {
  border-right-color: rgb(190 242 100 / 0.75);
}
.border-r-lime-300\/80 {
  border-right-color: rgb(190 242 100 / 0.8);
}
.border-r-lime-300\/85 {
  border-right-color: rgb(190 242 100 / 0.85);
}
.border-r-lime-300\/90 {
  border-right-color: rgb(190 242 100 / 0.9);
}
.border-r-lime-300\/95 {
  border-right-color: rgb(190 242 100 / 0.95);
}
.border-r-lime-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-r-lime-400\/0 {
  border-right-color: rgb(163 230 53 / 0);
}
.border-r-lime-400\/10 {
  border-right-color: rgb(163 230 53 / 0.1);
}
.border-r-lime-400\/100 {
  border-right-color: rgb(163 230 53 / 1);
}
.border-r-lime-400\/15 {
  border-right-color: rgb(163 230 53 / 0.15);
}
.border-r-lime-400\/20 {
  border-right-color: rgb(163 230 53 / 0.2);
}
.border-r-lime-400\/25 {
  border-right-color: rgb(163 230 53 / 0.25);
}
.border-r-lime-400\/30 {
  border-right-color: rgb(163 230 53 / 0.3);
}
.border-r-lime-400\/35 {
  border-right-color: rgb(163 230 53 / 0.35);
}
.border-r-lime-400\/40 {
  border-right-color: rgb(163 230 53 / 0.4);
}
.border-r-lime-400\/45 {
  border-right-color: rgb(163 230 53 / 0.45);
}
.border-r-lime-400\/5 {
  border-right-color: rgb(163 230 53 / 0.05);
}
.border-r-lime-400\/50 {
  border-right-color: rgb(163 230 53 / 0.5);
}
.border-r-lime-400\/55 {
  border-right-color: rgb(163 230 53 / 0.55);
}
.border-r-lime-400\/60 {
  border-right-color: rgb(163 230 53 / 0.6);
}
.border-r-lime-400\/65 {
  border-right-color: rgb(163 230 53 / 0.65);
}
.border-r-lime-400\/70 {
  border-right-color: rgb(163 230 53 / 0.7);
}
.border-r-lime-400\/75 {
  border-right-color: rgb(163 230 53 / 0.75);
}
.border-r-lime-400\/80 {
  border-right-color: rgb(163 230 53 / 0.8);
}
.border-r-lime-400\/85 {
  border-right-color: rgb(163 230 53 / 0.85);
}
.border-r-lime-400\/90 {
  border-right-color: rgb(163 230 53 / 0.9);
}
.border-r-lime-400\/95 {
  border-right-color: rgb(163 230 53 / 0.95);
}
.border-r-lime-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-r-lime-50\/0 {
  border-right-color: rgb(247 254 231 / 0);
}
.border-r-lime-50\/10 {
  border-right-color: rgb(247 254 231 / 0.1);
}
.border-r-lime-50\/100 {
  border-right-color: rgb(247 254 231 / 1);
}
.border-r-lime-50\/15 {
  border-right-color: rgb(247 254 231 / 0.15);
}
.border-r-lime-50\/20 {
  border-right-color: rgb(247 254 231 / 0.2);
}
.border-r-lime-50\/25 {
  border-right-color: rgb(247 254 231 / 0.25);
}
.border-r-lime-50\/30 {
  border-right-color: rgb(247 254 231 / 0.3);
}
.border-r-lime-50\/35 {
  border-right-color: rgb(247 254 231 / 0.35);
}
.border-r-lime-50\/40 {
  border-right-color: rgb(247 254 231 / 0.4);
}
.border-r-lime-50\/45 {
  border-right-color: rgb(247 254 231 / 0.45);
}
.border-r-lime-50\/5 {
  border-right-color: rgb(247 254 231 / 0.05);
}
.border-r-lime-50\/50 {
  border-right-color: rgb(247 254 231 / 0.5);
}
.border-r-lime-50\/55 {
  border-right-color: rgb(247 254 231 / 0.55);
}
.border-r-lime-50\/60 {
  border-right-color: rgb(247 254 231 / 0.6);
}
.border-r-lime-50\/65 {
  border-right-color: rgb(247 254 231 / 0.65);
}
.border-r-lime-50\/70 {
  border-right-color: rgb(247 254 231 / 0.7);
}
.border-r-lime-50\/75 {
  border-right-color: rgb(247 254 231 / 0.75);
}
.border-r-lime-50\/80 {
  border-right-color: rgb(247 254 231 / 0.8);
}
.border-r-lime-50\/85 {
  border-right-color: rgb(247 254 231 / 0.85);
}
.border-r-lime-50\/90 {
  border-right-color: rgb(247 254 231 / 0.9);
}
.border-r-lime-50\/95 {
  border-right-color: rgb(247 254 231 / 0.95);
}
.border-r-lime-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-r-lime-500\/0 {
  border-right-color: rgb(132 204 22 / 0);
}
.border-r-lime-500\/10 {
  border-right-color: rgb(132 204 22 / 0.1);
}
.border-r-lime-500\/100 {
  border-right-color: rgb(132 204 22 / 1);
}
.border-r-lime-500\/15 {
  border-right-color: rgb(132 204 22 / 0.15);
}
.border-r-lime-500\/20 {
  border-right-color: rgb(132 204 22 / 0.2);
}
.border-r-lime-500\/25 {
  border-right-color: rgb(132 204 22 / 0.25);
}
.border-r-lime-500\/30 {
  border-right-color: rgb(132 204 22 / 0.3);
}
.border-r-lime-500\/35 {
  border-right-color: rgb(132 204 22 / 0.35);
}
.border-r-lime-500\/40 {
  border-right-color: rgb(132 204 22 / 0.4);
}
.border-r-lime-500\/45 {
  border-right-color: rgb(132 204 22 / 0.45);
}
.border-r-lime-500\/5 {
  border-right-color: rgb(132 204 22 / 0.05);
}
.border-r-lime-500\/50 {
  border-right-color: rgb(132 204 22 / 0.5);
}
.border-r-lime-500\/55 {
  border-right-color: rgb(132 204 22 / 0.55);
}
.border-r-lime-500\/60 {
  border-right-color: rgb(132 204 22 / 0.6);
}
.border-r-lime-500\/65 {
  border-right-color: rgb(132 204 22 / 0.65);
}
.border-r-lime-500\/70 {
  border-right-color: rgb(132 204 22 / 0.7);
}
.border-r-lime-500\/75 {
  border-right-color: rgb(132 204 22 / 0.75);
}
.border-r-lime-500\/80 {
  border-right-color: rgb(132 204 22 / 0.8);
}
.border-r-lime-500\/85 {
  border-right-color: rgb(132 204 22 / 0.85);
}
.border-r-lime-500\/90 {
  border-right-color: rgb(132 204 22 / 0.9);
}
.border-r-lime-500\/95 {
  border-right-color: rgb(132 204 22 / 0.95);
}
.border-r-lime-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-r-lime-600\/0 {
  border-right-color: rgb(101 163 13 / 0);
}
.border-r-lime-600\/10 {
  border-right-color: rgb(101 163 13 / 0.1);
}
.border-r-lime-600\/100 {
  border-right-color: rgb(101 163 13 / 1);
}
.border-r-lime-600\/15 {
  border-right-color: rgb(101 163 13 / 0.15);
}
.border-r-lime-600\/20 {
  border-right-color: rgb(101 163 13 / 0.2);
}
.border-r-lime-600\/25 {
  border-right-color: rgb(101 163 13 / 0.25);
}
.border-r-lime-600\/30 {
  border-right-color: rgb(101 163 13 / 0.3);
}
.border-r-lime-600\/35 {
  border-right-color: rgb(101 163 13 / 0.35);
}
.border-r-lime-600\/40 {
  border-right-color: rgb(101 163 13 / 0.4);
}
.border-r-lime-600\/45 {
  border-right-color: rgb(101 163 13 / 0.45);
}
.border-r-lime-600\/5 {
  border-right-color: rgb(101 163 13 / 0.05);
}
.border-r-lime-600\/50 {
  border-right-color: rgb(101 163 13 / 0.5);
}
.border-r-lime-600\/55 {
  border-right-color: rgb(101 163 13 / 0.55);
}
.border-r-lime-600\/60 {
  border-right-color: rgb(101 163 13 / 0.6);
}
.border-r-lime-600\/65 {
  border-right-color: rgb(101 163 13 / 0.65);
}
.border-r-lime-600\/70 {
  border-right-color: rgb(101 163 13 / 0.7);
}
.border-r-lime-600\/75 {
  border-right-color: rgb(101 163 13 / 0.75);
}
.border-r-lime-600\/80 {
  border-right-color: rgb(101 163 13 / 0.8);
}
.border-r-lime-600\/85 {
  border-right-color: rgb(101 163 13 / 0.85);
}
.border-r-lime-600\/90 {
  border-right-color: rgb(101 163 13 / 0.9);
}
.border-r-lime-600\/95 {
  border-right-color: rgb(101 163 13 / 0.95);
}
.border-r-lime-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-r-lime-700\/0 {
  border-right-color: rgb(77 124 15 / 0);
}
.border-r-lime-700\/10 {
  border-right-color: rgb(77 124 15 / 0.1);
}
.border-r-lime-700\/100 {
  border-right-color: rgb(77 124 15 / 1);
}
.border-r-lime-700\/15 {
  border-right-color: rgb(77 124 15 / 0.15);
}
.border-r-lime-700\/20 {
  border-right-color: rgb(77 124 15 / 0.2);
}
.border-r-lime-700\/25 {
  border-right-color: rgb(77 124 15 / 0.25);
}
.border-r-lime-700\/30 {
  border-right-color: rgb(77 124 15 / 0.3);
}
.border-r-lime-700\/35 {
  border-right-color: rgb(77 124 15 / 0.35);
}
.border-r-lime-700\/40 {
  border-right-color: rgb(77 124 15 / 0.4);
}
.border-r-lime-700\/45 {
  border-right-color: rgb(77 124 15 / 0.45);
}
.border-r-lime-700\/5 {
  border-right-color: rgb(77 124 15 / 0.05);
}
.border-r-lime-700\/50 {
  border-right-color: rgb(77 124 15 / 0.5);
}
.border-r-lime-700\/55 {
  border-right-color: rgb(77 124 15 / 0.55);
}
.border-r-lime-700\/60 {
  border-right-color: rgb(77 124 15 / 0.6);
}
.border-r-lime-700\/65 {
  border-right-color: rgb(77 124 15 / 0.65);
}
.border-r-lime-700\/70 {
  border-right-color: rgb(77 124 15 / 0.7);
}
.border-r-lime-700\/75 {
  border-right-color: rgb(77 124 15 / 0.75);
}
.border-r-lime-700\/80 {
  border-right-color: rgb(77 124 15 / 0.8);
}
.border-r-lime-700\/85 {
  border-right-color: rgb(77 124 15 / 0.85);
}
.border-r-lime-700\/90 {
  border-right-color: rgb(77 124 15 / 0.9);
}
.border-r-lime-700\/95 {
  border-right-color: rgb(77 124 15 / 0.95);
}
.border-r-lime-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-r-lime-800\/0 {
  border-right-color: rgb(63 98 18 / 0);
}
.border-r-lime-800\/10 {
  border-right-color: rgb(63 98 18 / 0.1);
}
.border-r-lime-800\/100 {
  border-right-color: rgb(63 98 18 / 1);
}
.border-r-lime-800\/15 {
  border-right-color: rgb(63 98 18 / 0.15);
}
.border-r-lime-800\/20 {
  border-right-color: rgb(63 98 18 / 0.2);
}
.border-r-lime-800\/25 {
  border-right-color: rgb(63 98 18 / 0.25);
}
.border-r-lime-800\/30 {
  border-right-color: rgb(63 98 18 / 0.3);
}
.border-r-lime-800\/35 {
  border-right-color: rgb(63 98 18 / 0.35);
}
.border-r-lime-800\/40 {
  border-right-color: rgb(63 98 18 / 0.4);
}
.border-r-lime-800\/45 {
  border-right-color: rgb(63 98 18 / 0.45);
}
.border-r-lime-800\/5 {
  border-right-color: rgb(63 98 18 / 0.05);
}
.border-r-lime-800\/50 {
  border-right-color: rgb(63 98 18 / 0.5);
}
.border-r-lime-800\/55 {
  border-right-color: rgb(63 98 18 / 0.55);
}
.border-r-lime-800\/60 {
  border-right-color: rgb(63 98 18 / 0.6);
}
.border-r-lime-800\/65 {
  border-right-color: rgb(63 98 18 / 0.65);
}
.border-r-lime-800\/70 {
  border-right-color: rgb(63 98 18 / 0.7);
}
.border-r-lime-800\/75 {
  border-right-color: rgb(63 98 18 / 0.75);
}
.border-r-lime-800\/80 {
  border-right-color: rgb(63 98 18 / 0.8);
}
.border-r-lime-800\/85 {
  border-right-color: rgb(63 98 18 / 0.85);
}
.border-r-lime-800\/90 {
  border-right-color: rgb(63 98 18 / 0.9);
}
.border-r-lime-800\/95 {
  border-right-color: rgb(63 98 18 / 0.95);
}
.border-r-lime-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-r-lime-900\/0 {
  border-right-color: rgb(54 83 20 / 0);
}
.border-r-lime-900\/10 {
  border-right-color: rgb(54 83 20 / 0.1);
}
.border-r-lime-900\/100 {
  border-right-color: rgb(54 83 20 / 1);
}
.border-r-lime-900\/15 {
  border-right-color: rgb(54 83 20 / 0.15);
}
.border-r-lime-900\/20 {
  border-right-color: rgb(54 83 20 / 0.2);
}
.border-r-lime-900\/25 {
  border-right-color: rgb(54 83 20 / 0.25);
}
.border-r-lime-900\/30 {
  border-right-color: rgb(54 83 20 / 0.3);
}
.border-r-lime-900\/35 {
  border-right-color: rgb(54 83 20 / 0.35);
}
.border-r-lime-900\/40 {
  border-right-color: rgb(54 83 20 / 0.4);
}
.border-r-lime-900\/45 {
  border-right-color: rgb(54 83 20 / 0.45);
}
.border-r-lime-900\/5 {
  border-right-color: rgb(54 83 20 / 0.05);
}
.border-r-lime-900\/50 {
  border-right-color: rgb(54 83 20 / 0.5);
}
.border-r-lime-900\/55 {
  border-right-color: rgb(54 83 20 / 0.55);
}
.border-r-lime-900\/60 {
  border-right-color: rgb(54 83 20 / 0.6);
}
.border-r-lime-900\/65 {
  border-right-color: rgb(54 83 20 / 0.65);
}
.border-r-lime-900\/70 {
  border-right-color: rgb(54 83 20 / 0.7);
}
.border-r-lime-900\/75 {
  border-right-color: rgb(54 83 20 / 0.75);
}
.border-r-lime-900\/80 {
  border-right-color: rgb(54 83 20 / 0.8);
}
.border-r-lime-900\/85 {
  border-right-color: rgb(54 83 20 / 0.85);
}
.border-r-lime-900\/90 {
  border-right-color: rgb(54 83 20 / 0.9);
}
.border-r-lime-900\/95 {
  border-right-color: rgb(54 83 20 / 0.95);
}
.border-r-lime-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-r-lime-950\/0 {
  border-right-color: rgb(26 46 5 / 0);
}
.border-r-lime-950\/10 {
  border-right-color: rgb(26 46 5 / 0.1);
}
.border-r-lime-950\/100 {
  border-right-color: rgb(26 46 5 / 1);
}
.border-r-lime-950\/15 {
  border-right-color: rgb(26 46 5 / 0.15);
}
.border-r-lime-950\/20 {
  border-right-color: rgb(26 46 5 / 0.2);
}
.border-r-lime-950\/25 {
  border-right-color: rgb(26 46 5 / 0.25);
}
.border-r-lime-950\/30 {
  border-right-color: rgb(26 46 5 / 0.3);
}
.border-r-lime-950\/35 {
  border-right-color: rgb(26 46 5 / 0.35);
}
.border-r-lime-950\/40 {
  border-right-color: rgb(26 46 5 / 0.4);
}
.border-r-lime-950\/45 {
  border-right-color: rgb(26 46 5 / 0.45);
}
.border-r-lime-950\/5 {
  border-right-color: rgb(26 46 5 / 0.05);
}
.border-r-lime-950\/50 {
  border-right-color: rgb(26 46 5 / 0.5);
}
.border-r-lime-950\/55 {
  border-right-color: rgb(26 46 5 / 0.55);
}
.border-r-lime-950\/60 {
  border-right-color: rgb(26 46 5 / 0.6);
}
.border-r-lime-950\/65 {
  border-right-color: rgb(26 46 5 / 0.65);
}
.border-r-lime-950\/70 {
  border-right-color: rgb(26 46 5 / 0.7);
}
.border-r-lime-950\/75 {
  border-right-color: rgb(26 46 5 / 0.75);
}
.border-r-lime-950\/80 {
  border-right-color: rgb(26 46 5 / 0.8);
}
.border-r-lime-950\/85 {
  border-right-color: rgb(26 46 5 / 0.85);
}
.border-r-lime-950\/90 {
  border-right-color: rgb(26 46 5 / 0.9);
}
.border-r-lime-950\/95 {
  border-right-color: rgb(26 46 5 / 0.95);
}
.border-r-neutral-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-r-neutral-100\/0 {
  border-right-color: rgb(245 245 245 / 0);
}
.border-r-neutral-100\/10 {
  border-right-color: rgb(245 245 245 / 0.1);
}
.border-r-neutral-100\/100 {
  border-right-color: rgb(245 245 245 / 1);
}
.border-r-neutral-100\/15 {
  border-right-color: rgb(245 245 245 / 0.15);
}
.border-r-neutral-100\/20 {
  border-right-color: rgb(245 245 245 / 0.2);
}
.border-r-neutral-100\/25 {
  border-right-color: rgb(245 245 245 / 0.25);
}
.border-r-neutral-100\/30 {
  border-right-color: rgb(245 245 245 / 0.3);
}
.border-r-neutral-100\/35 {
  border-right-color: rgb(245 245 245 / 0.35);
}
.border-r-neutral-100\/40 {
  border-right-color: rgb(245 245 245 / 0.4);
}
.border-r-neutral-100\/45 {
  border-right-color: rgb(245 245 245 / 0.45);
}
.border-r-neutral-100\/5 {
  border-right-color: rgb(245 245 245 / 0.05);
}
.border-r-neutral-100\/50 {
  border-right-color: rgb(245 245 245 / 0.5);
}
.border-r-neutral-100\/55 {
  border-right-color: rgb(245 245 245 / 0.55);
}
.border-r-neutral-100\/60 {
  border-right-color: rgb(245 245 245 / 0.6);
}
.border-r-neutral-100\/65 {
  border-right-color: rgb(245 245 245 / 0.65);
}
.border-r-neutral-100\/70 {
  border-right-color: rgb(245 245 245 / 0.7);
}
.border-r-neutral-100\/75 {
  border-right-color: rgb(245 245 245 / 0.75);
}
.border-r-neutral-100\/80 {
  border-right-color: rgb(245 245 245 / 0.8);
}
.border-r-neutral-100\/85 {
  border-right-color: rgb(245 245 245 / 0.85);
}
.border-r-neutral-100\/90 {
  border-right-color: rgb(245 245 245 / 0.9);
}
.border-r-neutral-100\/95 {
  border-right-color: rgb(245 245 245 / 0.95);
}
.border-r-neutral-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-r-neutral-200\/0 {
  border-right-color: rgb(229 229 229 / 0);
}
.border-r-neutral-200\/10 {
  border-right-color: rgb(229 229 229 / 0.1);
}
.border-r-neutral-200\/100 {
  border-right-color: rgb(229 229 229 / 1);
}
.border-r-neutral-200\/15 {
  border-right-color: rgb(229 229 229 / 0.15);
}
.border-r-neutral-200\/20 {
  border-right-color: rgb(229 229 229 / 0.2);
}
.border-r-neutral-200\/25 {
  border-right-color: rgb(229 229 229 / 0.25);
}
.border-r-neutral-200\/30 {
  border-right-color: rgb(229 229 229 / 0.3);
}
.border-r-neutral-200\/35 {
  border-right-color: rgb(229 229 229 / 0.35);
}
.border-r-neutral-200\/40 {
  border-right-color: rgb(229 229 229 / 0.4);
}
.border-r-neutral-200\/45 {
  border-right-color: rgb(229 229 229 / 0.45);
}
.border-r-neutral-200\/5 {
  border-right-color: rgb(229 229 229 / 0.05);
}
.border-r-neutral-200\/50 {
  border-right-color: rgb(229 229 229 / 0.5);
}
.border-r-neutral-200\/55 {
  border-right-color: rgb(229 229 229 / 0.55);
}
.border-r-neutral-200\/60 {
  border-right-color: rgb(229 229 229 / 0.6);
}
.border-r-neutral-200\/65 {
  border-right-color: rgb(229 229 229 / 0.65);
}
.border-r-neutral-200\/70 {
  border-right-color: rgb(229 229 229 / 0.7);
}
.border-r-neutral-200\/75 {
  border-right-color: rgb(229 229 229 / 0.75);
}
.border-r-neutral-200\/80 {
  border-right-color: rgb(229 229 229 / 0.8);
}
.border-r-neutral-200\/85 {
  border-right-color: rgb(229 229 229 / 0.85);
}
.border-r-neutral-200\/90 {
  border-right-color: rgb(229 229 229 / 0.9);
}
.border-r-neutral-200\/95 {
  border-right-color: rgb(229 229 229 / 0.95);
}
.border-r-neutral-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-r-neutral-300\/0 {
  border-right-color: rgb(212 212 212 / 0);
}
.border-r-neutral-300\/10 {
  border-right-color: rgb(212 212 212 / 0.1);
}
.border-r-neutral-300\/100 {
  border-right-color: rgb(212 212 212 / 1);
}
.border-r-neutral-300\/15 {
  border-right-color: rgb(212 212 212 / 0.15);
}
.border-r-neutral-300\/20 {
  border-right-color: rgb(212 212 212 / 0.2);
}
.border-r-neutral-300\/25 {
  border-right-color: rgb(212 212 212 / 0.25);
}
.border-r-neutral-300\/30 {
  border-right-color: rgb(212 212 212 / 0.3);
}
.border-r-neutral-300\/35 {
  border-right-color: rgb(212 212 212 / 0.35);
}
.border-r-neutral-300\/40 {
  border-right-color: rgb(212 212 212 / 0.4);
}
.border-r-neutral-300\/45 {
  border-right-color: rgb(212 212 212 / 0.45);
}
.border-r-neutral-300\/5 {
  border-right-color: rgb(212 212 212 / 0.05);
}
.border-r-neutral-300\/50 {
  border-right-color: rgb(212 212 212 / 0.5);
}
.border-r-neutral-300\/55 {
  border-right-color: rgb(212 212 212 / 0.55);
}
.border-r-neutral-300\/60 {
  border-right-color: rgb(212 212 212 / 0.6);
}
.border-r-neutral-300\/65 {
  border-right-color: rgb(212 212 212 / 0.65);
}
.border-r-neutral-300\/70 {
  border-right-color: rgb(212 212 212 / 0.7);
}
.border-r-neutral-300\/75 {
  border-right-color: rgb(212 212 212 / 0.75);
}
.border-r-neutral-300\/80 {
  border-right-color: rgb(212 212 212 / 0.8);
}
.border-r-neutral-300\/85 {
  border-right-color: rgb(212 212 212 / 0.85);
}
.border-r-neutral-300\/90 {
  border-right-color: rgb(212 212 212 / 0.9);
}
.border-r-neutral-300\/95 {
  border-right-color: rgb(212 212 212 / 0.95);
}
.border-r-neutral-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-r-neutral-400\/0 {
  border-right-color: rgb(163 163 163 / 0);
}
.border-r-neutral-400\/10 {
  border-right-color: rgb(163 163 163 / 0.1);
}
.border-r-neutral-400\/100 {
  border-right-color: rgb(163 163 163 / 1);
}
.border-r-neutral-400\/15 {
  border-right-color: rgb(163 163 163 / 0.15);
}
.border-r-neutral-400\/20 {
  border-right-color: rgb(163 163 163 / 0.2);
}
.border-r-neutral-400\/25 {
  border-right-color: rgb(163 163 163 / 0.25);
}
.border-r-neutral-400\/30 {
  border-right-color: rgb(163 163 163 / 0.3);
}
.border-r-neutral-400\/35 {
  border-right-color: rgb(163 163 163 / 0.35);
}
.border-r-neutral-400\/40 {
  border-right-color: rgb(163 163 163 / 0.4);
}
.border-r-neutral-400\/45 {
  border-right-color: rgb(163 163 163 / 0.45);
}
.border-r-neutral-400\/5 {
  border-right-color: rgb(163 163 163 / 0.05);
}
.border-r-neutral-400\/50 {
  border-right-color: rgb(163 163 163 / 0.5);
}
.border-r-neutral-400\/55 {
  border-right-color: rgb(163 163 163 / 0.55);
}
.border-r-neutral-400\/60 {
  border-right-color: rgb(163 163 163 / 0.6);
}
.border-r-neutral-400\/65 {
  border-right-color: rgb(163 163 163 / 0.65);
}
.border-r-neutral-400\/70 {
  border-right-color: rgb(163 163 163 / 0.7);
}
.border-r-neutral-400\/75 {
  border-right-color: rgb(163 163 163 / 0.75);
}
.border-r-neutral-400\/80 {
  border-right-color: rgb(163 163 163 / 0.8);
}
.border-r-neutral-400\/85 {
  border-right-color: rgb(163 163 163 / 0.85);
}
.border-r-neutral-400\/90 {
  border-right-color: rgb(163 163 163 / 0.9);
}
.border-r-neutral-400\/95 {
  border-right-color: rgb(163 163 163 / 0.95);
}
.border-r-neutral-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-r-neutral-50\/0 {
  border-right-color: rgb(250 250 250 / 0);
}
.border-r-neutral-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-r-neutral-50\/100 {
  border-right-color: rgb(250 250 250 / 1);
}
.border-r-neutral-50\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-r-neutral-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-r-neutral-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-r-neutral-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-r-neutral-50\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-neutral-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-neutral-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-r-neutral-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-r-neutral-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-r-neutral-50\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-neutral-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-neutral-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-r-neutral-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-r-neutral-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-r-neutral-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-r-neutral-50\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-r-neutral-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-r-neutral-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-r-neutral-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-r-neutral-500\/0 {
  border-right-color: rgb(115 115 115 / 0);
}
.border-r-neutral-500\/10 {
  border-right-color: rgb(115 115 115 / 0.1);
}
.border-r-neutral-500\/100 {
  border-right-color: rgb(115 115 115 / 1);
}
.border-r-neutral-500\/15 {
  border-right-color: rgb(115 115 115 / 0.15);
}
.border-r-neutral-500\/20 {
  border-right-color: rgb(115 115 115 / 0.2);
}
.border-r-neutral-500\/25 {
  border-right-color: rgb(115 115 115 / 0.25);
}
.border-r-neutral-500\/30 {
  border-right-color: rgb(115 115 115 / 0.3);
}
.border-r-neutral-500\/35 {
  border-right-color: rgb(115 115 115 / 0.35);
}
.border-r-neutral-500\/40 {
  border-right-color: rgb(115 115 115 / 0.4);
}
.border-r-neutral-500\/45 {
  border-right-color: rgb(115 115 115 / 0.45);
}
.border-r-neutral-500\/5 {
  border-right-color: rgb(115 115 115 / 0.05);
}
.border-r-neutral-500\/50 {
  border-right-color: rgb(115 115 115 / 0.5);
}
.border-r-neutral-500\/55 {
  border-right-color: rgb(115 115 115 / 0.55);
}
.border-r-neutral-500\/60 {
  border-right-color: rgb(115 115 115 / 0.6);
}
.border-r-neutral-500\/65 {
  border-right-color: rgb(115 115 115 / 0.65);
}
.border-r-neutral-500\/70 {
  border-right-color: rgb(115 115 115 / 0.7);
}
.border-r-neutral-500\/75 {
  border-right-color: rgb(115 115 115 / 0.75);
}
.border-r-neutral-500\/80 {
  border-right-color: rgb(115 115 115 / 0.8);
}
.border-r-neutral-500\/85 {
  border-right-color: rgb(115 115 115 / 0.85);
}
.border-r-neutral-500\/90 {
  border-right-color: rgb(115 115 115 / 0.9);
}
.border-r-neutral-500\/95 {
  border-right-color: rgb(115 115 115 / 0.95);
}
.border-r-neutral-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-r-neutral-600\/0 {
  border-right-color: rgb(82 82 82 / 0);
}
.border-r-neutral-600\/10 {
  border-right-color: rgb(82 82 82 / 0.1);
}
.border-r-neutral-600\/100 {
  border-right-color: rgb(82 82 82 / 1);
}
.border-r-neutral-600\/15 {
  border-right-color: rgb(82 82 82 / 0.15);
}
.border-r-neutral-600\/20 {
  border-right-color: rgb(82 82 82 / 0.2);
}
.border-r-neutral-600\/25 {
  border-right-color: rgb(82 82 82 / 0.25);
}
.border-r-neutral-600\/30 {
  border-right-color: rgb(82 82 82 / 0.3);
}
.border-r-neutral-600\/35 {
  border-right-color: rgb(82 82 82 / 0.35);
}
.border-r-neutral-600\/40 {
  border-right-color: rgb(82 82 82 / 0.4);
}
.border-r-neutral-600\/45 {
  border-right-color: rgb(82 82 82 / 0.45);
}
.border-r-neutral-600\/5 {
  border-right-color: rgb(82 82 82 / 0.05);
}
.border-r-neutral-600\/50 {
  border-right-color: rgb(82 82 82 / 0.5);
}
.border-r-neutral-600\/55 {
  border-right-color: rgb(82 82 82 / 0.55);
}
.border-r-neutral-600\/60 {
  border-right-color: rgb(82 82 82 / 0.6);
}
.border-r-neutral-600\/65 {
  border-right-color: rgb(82 82 82 / 0.65);
}
.border-r-neutral-600\/70 {
  border-right-color: rgb(82 82 82 / 0.7);
}
.border-r-neutral-600\/75 {
  border-right-color: rgb(82 82 82 / 0.75);
}
.border-r-neutral-600\/80 {
  border-right-color: rgb(82 82 82 / 0.8);
}
.border-r-neutral-600\/85 {
  border-right-color: rgb(82 82 82 / 0.85);
}
.border-r-neutral-600\/90 {
  border-right-color: rgb(82 82 82 / 0.9);
}
.border-r-neutral-600\/95 {
  border-right-color: rgb(82 82 82 / 0.95);
}
.border-r-neutral-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-r-neutral-700\/0 {
  border-right-color: rgb(64 64 64 / 0);
}
.border-r-neutral-700\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-r-neutral-700\/100 {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-neutral-700\/15 {
  border-right-color: rgb(64 64 64 / 0.15);
}
.border-r-neutral-700\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-r-neutral-700\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-r-neutral-700\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-r-neutral-700\/35 {
  border-right-color: rgb(64 64 64 / 0.35);
}
.border-r-neutral-700\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-neutral-700\/45 {
  border-right-color: rgb(64 64 64 / 0.45);
}
.border-r-neutral-700\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-r-neutral-700\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-neutral-700\/55 {
  border-right-color: rgb(64 64 64 / 0.55);
}
.border-r-neutral-700\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-neutral-700\/65 {
  border-right-color: rgb(64 64 64 / 0.65);
}
.border-r-neutral-700\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-r-neutral-700\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-r-neutral-700\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-r-neutral-700\/85 {
  border-right-color: rgb(64 64 64 / 0.85);
}
.border-r-neutral-700\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-r-neutral-700\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-r-neutral-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-r-neutral-800\/0 {
  border-right-color: rgb(38 38 38 / 0);
}
.border-r-neutral-800\/10 {
  border-right-color: rgb(38 38 38 / 0.1);
}
.border-r-neutral-800\/100 {
  border-right-color: rgb(38 38 38 / 1);
}
.border-r-neutral-800\/15 {
  border-right-color: rgb(38 38 38 / 0.15);
}
.border-r-neutral-800\/20 {
  border-right-color: rgb(38 38 38 / 0.2);
}
.border-r-neutral-800\/25 {
  border-right-color: rgb(38 38 38 / 0.25);
}
.border-r-neutral-800\/30 {
  border-right-color: rgb(38 38 38 / 0.3);
}
.border-r-neutral-800\/35 {
  border-right-color: rgb(38 38 38 / 0.35);
}
.border-r-neutral-800\/40 {
  border-right-color: rgb(38 38 38 / 0.4);
}
.border-r-neutral-800\/45 {
  border-right-color: rgb(38 38 38 / 0.45);
}
.border-r-neutral-800\/5 {
  border-right-color: rgb(38 38 38 / 0.05);
}
.border-r-neutral-800\/50 {
  border-right-color: rgb(38 38 38 / 0.5);
}
.border-r-neutral-800\/55 {
  border-right-color: rgb(38 38 38 / 0.55);
}
.border-r-neutral-800\/60 {
  border-right-color: rgb(38 38 38 / 0.6);
}
.border-r-neutral-800\/65 {
  border-right-color: rgb(38 38 38 / 0.65);
}
.border-r-neutral-800\/70 {
  border-right-color: rgb(38 38 38 / 0.7);
}
.border-r-neutral-800\/75 {
  border-right-color: rgb(38 38 38 / 0.75);
}
.border-r-neutral-800\/80 {
  border-right-color: rgb(38 38 38 / 0.8);
}
.border-r-neutral-800\/85 {
  border-right-color: rgb(38 38 38 / 0.85);
}
.border-r-neutral-800\/90 {
  border-right-color: rgb(38 38 38 / 0.9);
}
.border-r-neutral-800\/95 {
  border-right-color: rgb(38 38 38 / 0.95);
}
.border-r-neutral-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-r-neutral-900\/0 {
  border-right-color: rgb(23 23 23 / 0);
}
.border-r-neutral-900\/10 {
  border-right-color: rgb(23 23 23 / 0.1);
}
.border-r-neutral-900\/100 {
  border-right-color: rgb(23 23 23 / 1);
}
.border-r-neutral-900\/15 {
  border-right-color: rgb(23 23 23 / 0.15);
}
.border-r-neutral-900\/20 {
  border-right-color: rgb(23 23 23 / 0.2);
}
.border-r-neutral-900\/25 {
  border-right-color: rgb(23 23 23 / 0.25);
}
.border-r-neutral-900\/30 {
  border-right-color: rgb(23 23 23 / 0.3);
}
.border-r-neutral-900\/35 {
  border-right-color: rgb(23 23 23 / 0.35);
}
.border-r-neutral-900\/40 {
  border-right-color: rgb(23 23 23 / 0.4);
}
.border-r-neutral-900\/45 {
  border-right-color: rgb(23 23 23 / 0.45);
}
.border-r-neutral-900\/5 {
  border-right-color: rgb(23 23 23 / 0.05);
}
.border-r-neutral-900\/50 {
  border-right-color: rgb(23 23 23 / 0.5);
}
.border-r-neutral-900\/55 {
  border-right-color: rgb(23 23 23 / 0.55);
}
.border-r-neutral-900\/60 {
  border-right-color: rgb(23 23 23 / 0.6);
}
.border-r-neutral-900\/65 {
  border-right-color: rgb(23 23 23 / 0.65);
}
.border-r-neutral-900\/70 {
  border-right-color: rgb(23 23 23 / 0.7);
}
.border-r-neutral-900\/75 {
  border-right-color: rgb(23 23 23 / 0.75);
}
.border-r-neutral-900\/80 {
  border-right-color: rgb(23 23 23 / 0.8);
}
.border-r-neutral-900\/85 {
  border-right-color: rgb(23 23 23 / 0.85);
}
.border-r-neutral-900\/90 {
  border-right-color: rgb(23 23 23 / 0.9);
}
.border-r-neutral-900\/95 {
  border-right-color: rgb(23 23 23 / 0.95);
}
.border-r-neutral-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-r-neutral-950\/0 {
  border-right-color: rgb(10 10 10 / 0);
}
.border-r-neutral-950\/10 {
  border-right-color: rgb(10 10 10 / 0.1);
}
.border-r-neutral-950\/100 {
  border-right-color: rgb(10 10 10 / 1);
}
.border-r-neutral-950\/15 {
  border-right-color: rgb(10 10 10 / 0.15);
}
.border-r-neutral-950\/20 {
  border-right-color: rgb(10 10 10 / 0.2);
}
.border-r-neutral-950\/25 {
  border-right-color: rgb(10 10 10 / 0.25);
}
.border-r-neutral-950\/30 {
  border-right-color: rgb(10 10 10 / 0.3);
}
.border-r-neutral-950\/35 {
  border-right-color: rgb(10 10 10 / 0.35);
}
.border-r-neutral-950\/40 {
  border-right-color: rgb(10 10 10 / 0.4);
}
.border-r-neutral-950\/45 {
  border-right-color: rgb(10 10 10 / 0.45);
}
.border-r-neutral-950\/5 {
  border-right-color: rgb(10 10 10 / 0.05);
}
.border-r-neutral-950\/50 {
  border-right-color: rgb(10 10 10 / 0.5);
}
.border-r-neutral-950\/55 {
  border-right-color: rgb(10 10 10 / 0.55);
}
.border-r-neutral-950\/60 {
  border-right-color: rgb(10 10 10 / 0.6);
}
.border-r-neutral-950\/65 {
  border-right-color: rgb(10 10 10 / 0.65);
}
.border-r-neutral-950\/70 {
  border-right-color: rgb(10 10 10 / 0.7);
}
.border-r-neutral-950\/75 {
  border-right-color: rgb(10 10 10 / 0.75);
}
.border-r-neutral-950\/80 {
  border-right-color: rgb(10 10 10 / 0.8);
}
.border-r-neutral-950\/85 {
  border-right-color: rgb(10 10 10 / 0.85);
}
.border-r-neutral-950\/90 {
  border-right-color: rgb(10 10 10 / 0.9);
}
.border-r-neutral-950\/95 {
  border-right-color: rgb(10 10 10 / 0.95);
}
.border-r-orange-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-r-orange-100\/0 {
  border-right-color: rgb(255 237 213 / 0);
}
.border-r-orange-100\/10 {
  border-right-color: rgb(255 237 213 / 0.1);
}
.border-r-orange-100\/100 {
  border-right-color: rgb(255 237 213 / 1);
}
.border-r-orange-100\/15 {
  border-right-color: rgb(255 237 213 / 0.15);
}
.border-r-orange-100\/20 {
  border-right-color: rgb(255 237 213 / 0.2);
}
.border-r-orange-100\/25 {
  border-right-color: rgb(255 237 213 / 0.25);
}
.border-r-orange-100\/30 {
  border-right-color: rgb(255 237 213 / 0.3);
}
.border-r-orange-100\/35 {
  border-right-color: rgb(255 237 213 / 0.35);
}
.border-r-orange-100\/40 {
  border-right-color: rgb(255 237 213 / 0.4);
}
.border-r-orange-100\/45 {
  border-right-color: rgb(255 237 213 / 0.45);
}
.border-r-orange-100\/5 {
  border-right-color: rgb(255 237 213 / 0.05);
}
.border-r-orange-100\/50 {
  border-right-color: rgb(255 237 213 / 0.5);
}
.border-r-orange-100\/55 {
  border-right-color: rgb(255 237 213 / 0.55);
}
.border-r-orange-100\/60 {
  border-right-color: rgb(255 237 213 / 0.6);
}
.border-r-orange-100\/65 {
  border-right-color: rgb(255 237 213 / 0.65);
}
.border-r-orange-100\/70 {
  border-right-color: rgb(255 237 213 / 0.7);
}
.border-r-orange-100\/75 {
  border-right-color: rgb(255 237 213 / 0.75);
}
.border-r-orange-100\/80 {
  border-right-color: rgb(255 237 213 / 0.8);
}
.border-r-orange-100\/85 {
  border-right-color: rgb(255 237 213 / 0.85);
}
.border-r-orange-100\/90 {
  border-right-color: rgb(255 237 213 / 0.9);
}
.border-r-orange-100\/95 {
  border-right-color: rgb(255 237 213 / 0.95);
}
.border-r-orange-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-r-orange-200\/0 {
  border-right-color: rgb(254 215 170 / 0);
}
.border-r-orange-200\/10 {
  border-right-color: rgb(254 215 170 / 0.1);
}
.border-r-orange-200\/100 {
  border-right-color: rgb(254 215 170 / 1);
}
.border-r-orange-200\/15 {
  border-right-color: rgb(254 215 170 / 0.15);
}
.border-r-orange-200\/20 {
  border-right-color: rgb(254 215 170 / 0.2);
}
.border-r-orange-200\/25 {
  border-right-color: rgb(254 215 170 / 0.25);
}
.border-r-orange-200\/30 {
  border-right-color: rgb(254 215 170 / 0.3);
}
.border-r-orange-200\/35 {
  border-right-color: rgb(254 215 170 / 0.35);
}
.border-r-orange-200\/40 {
  border-right-color: rgb(254 215 170 / 0.4);
}
.border-r-orange-200\/45 {
  border-right-color: rgb(254 215 170 / 0.45);
}
.border-r-orange-200\/5 {
  border-right-color: rgb(254 215 170 / 0.05);
}
.border-r-orange-200\/50 {
  border-right-color: rgb(254 215 170 / 0.5);
}
.border-r-orange-200\/55 {
  border-right-color: rgb(254 215 170 / 0.55);
}
.border-r-orange-200\/60 {
  border-right-color: rgb(254 215 170 / 0.6);
}
.border-r-orange-200\/65 {
  border-right-color: rgb(254 215 170 / 0.65);
}
.border-r-orange-200\/70 {
  border-right-color: rgb(254 215 170 / 0.7);
}
.border-r-orange-200\/75 {
  border-right-color: rgb(254 215 170 / 0.75);
}
.border-r-orange-200\/80 {
  border-right-color: rgb(254 215 170 / 0.8);
}
.border-r-orange-200\/85 {
  border-right-color: rgb(254 215 170 / 0.85);
}
.border-r-orange-200\/90 {
  border-right-color: rgb(254 215 170 / 0.9);
}
.border-r-orange-200\/95 {
  border-right-color: rgb(254 215 170 / 0.95);
}
.border-r-orange-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-r-orange-300\/0 {
  border-right-color: rgb(253 186 116 / 0);
}
.border-r-orange-300\/10 {
  border-right-color: rgb(253 186 116 / 0.1);
}
.border-r-orange-300\/100 {
  border-right-color: rgb(253 186 116 / 1);
}
.border-r-orange-300\/15 {
  border-right-color: rgb(253 186 116 / 0.15);
}
.border-r-orange-300\/20 {
  border-right-color: rgb(253 186 116 / 0.2);
}
.border-r-orange-300\/25 {
  border-right-color: rgb(253 186 116 / 0.25);
}
.border-r-orange-300\/30 {
  border-right-color: rgb(253 186 116 / 0.3);
}
.border-r-orange-300\/35 {
  border-right-color: rgb(253 186 116 / 0.35);
}
.border-r-orange-300\/40 {
  border-right-color: rgb(253 186 116 / 0.4);
}
.border-r-orange-300\/45 {
  border-right-color: rgb(253 186 116 / 0.45);
}
.border-r-orange-300\/5 {
  border-right-color: rgb(253 186 116 / 0.05);
}
.border-r-orange-300\/50 {
  border-right-color: rgb(253 186 116 / 0.5);
}
.border-r-orange-300\/55 {
  border-right-color: rgb(253 186 116 / 0.55);
}
.border-r-orange-300\/60 {
  border-right-color: rgb(253 186 116 / 0.6);
}
.border-r-orange-300\/65 {
  border-right-color: rgb(253 186 116 / 0.65);
}
.border-r-orange-300\/70 {
  border-right-color: rgb(253 186 116 / 0.7);
}
.border-r-orange-300\/75 {
  border-right-color: rgb(253 186 116 / 0.75);
}
.border-r-orange-300\/80 {
  border-right-color: rgb(253 186 116 / 0.8);
}
.border-r-orange-300\/85 {
  border-right-color: rgb(253 186 116 / 0.85);
}
.border-r-orange-300\/90 {
  border-right-color: rgb(253 186 116 / 0.9);
}
.border-r-orange-300\/95 {
  border-right-color: rgb(253 186 116 / 0.95);
}
.border-r-orange-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-r-orange-400\/0 {
  border-right-color: rgb(251 146 60 / 0);
}
.border-r-orange-400\/10 {
  border-right-color: rgb(251 146 60 / 0.1);
}
.border-r-orange-400\/100 {
  border-right-color: rgb(251 146 60 / 1);
}
.border-r-orange-400\/15 {
  border-right-color: rgb(251 146 60 / 0.15);
}
.border-r-orange-400\/20 {
  border-right-color: rgb(251 146 60 / 0.2);
}
.border-r-orange-400\/25 {
  border-right-color: rgb(251 146 60 / 0.25);
}
.border-r-orange-400\/30 {
  border-right-color: rgb(251 146 60 / 0.3);
}
.border-r-orange-400\/35 {
  border-right-color: rgb(251 146 60 / 0.35);
}
.border-r-orange-400\/40 {
  border-right-color: rgb(251 146 60 / 0.4);
}
.border-r-orange-400\/45 {
  border-right-color: rgb(251 146 60 / 0.45);
}
.border-r-orange-400\/5 {
  border-right-color: rgb(251 146 60 / 0.05);
}
.border-r-orange-400\/50 {
  border-right-color: rgb(251 146 60 / 0.5);
}
.border-r-orange-400\/55 {
  border-right-color: rgb(251 146 60 / 0.55);
}
.border-r-orange-400\/60 {
  border-right-color: rgb(251 146 60 / 0.6);
}
.border-r-orange-400\/65 {
  border-right-color: rgb(251 146 60 / 0.65);
}
.border-r-orange-400\/70 {
  border-right-color: rgb(251 146 60 / 0.7);
}
.border-r-orange-400\/75 {
  border-right-color: rgb(251 146 60 / 0.75);
}
.border-r-orange-400\/80 {
  border-right-color: rgb(251 146 60 / 0.8);
}
.border-r-orange-400\/85 {
  border-right-color: rgb(251 146 60 / 0.85);
}
.border-r-orange-400\/90 {
  border-right-color: rgb(251 146 60 / 0.9);
}
.border-r-orange-400\/95 {
  border-right-color: rgb(251 146 60 / 0.95);
}
.border-r-orange-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-r-orange-50\/0 {
  border-right-color: rgb(255 247 237 / 0);
}
.border-r-orange-50\/10 {
  border-right-color: rgb(255 247 237 / 0.1);
}
.border-r-orange-50\/100 {
  border-right-color: rgb(255 247 237 / 1);
}
.border-r-orange-50\/15 {
  border-right-color: rgb(255 247 237 / 0.15);
}
.border-r-orange-50\/20 {
  border-right-color: rgb(255 247 237 / 0.2);
}
.border-r-orange-50\/25 {
  border-right-color: rgb(255 247 237 / 0.25);
}
.border-r-orange-50\/30 {
  border-right-color: rgb(255 247 237 / 0.3);
}
.border-r-orange-50\/35 {
  border-right-color: rgb(255 247 237 / 0.35);
}
.border-r-orange-50\/40 {
  border-right-color: rgb(255 247 237 / 0.4);
}
.border-r-orange-50\/45 {
  border-right-color: rgb(255 247 237 / 0.45);
}
.border-r-orange-50\/5 {
  border-right-color: rgb(255 247 237 / 0.05);
}
.border-r-orange-50\/50 {
  border-right-color: rgb(255 247 237 / 0.5);
}
.border-r-orange-50\/55 {
  border-right-color: rgb(255 247 237 / 0.55);
}
.border-r-orange-50\/60 {
  border-right-color: rgb(255 247 237 / 0.6);
}
.border-r-orange-50\/65 {
  border-right-color: rgb(255 247 237 / 0.65);
}
.border-r-orange-50\/70 {
  border-right-color: rgb(255 247 237 / 0.7);
}
.border-r-orange-50\/75 {
  border-right-color: rgb(255 247 237 / 0.75);
}
.border-r-orange-50\/80 {
  border-right-color: rgb(255 247 237 / 0.8);
}
.border-r-orange-50\/85 {
  border-right-color: rgb(255 247 237 / 0.85);
}
.border-r-orange-50\/90 {
  border-right-color: rgb(255 247 237 / 0.9);
}
.border-r-orange-50\/95 {
  border-right-color: rgb(255 247 237 / 0.95);
}
.border-r-orange-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-r-orange-500\/0 {
  border-right-color: rgb(249 115 22 / 0);
}
.border-r-orange-500\/10 {
  border-right-color: rgb(249 115 22 / 0.1);
}
.border-r-orange-500\/100 {
  border-right-color: rgb(249 115 22 / 1);
}
.border-r-orange-500\/15 {
  border-right-color: rgb(249 115 22 / 0.15);
}
.border-r-orange-500\/20 {
  border-right-color: rgb(249 115 22 / 0.2);
}
.border-r-orange-500\/25 {
  border-right-color: rgb(249 115 22 / 0.25);
}
.border-r-orange-500\/30 {
  border-right-color: rgb(249 115 22 / 0.3);
}
.border-r-orange-500\/35 {
  border-right-color: rgb(249 115 22 / 0.35);
}
.border-r-orange-500\/40 {
  border-right-color: rgb(249 115 22 / 0.4);
}
.border-r-orange-500\/45 {
  border-right-color: rgb(249 115 22 / 0.45);
}
.border-r-orange-500\/5 {
  border-right-color: rgb(249 115 22 / 0.05);
}
.border-r-orange-500\/50 {
  border-right-color: rgb(249 115 22 / 0.5);
}
.border-r-orange-500\/55 {
  border-right-color: rgb(249 115 22 / 0.55);
}
.border-r-orange-500\/60 {
  border-right-color: rgb(249 115 22 / 0.6);
}
.border-r-orange-500\/65 {
  border-right-color: rgb(249 115 22 / 0.65);
}
.border-r-orange-500\/70 {
  border-right-color: rgb(249 115 22 / 0.7);
}
.border-r-orange-500\/75 {
  border-right-color: rgb(249 115 22 / 0.75);
}
.border-r-orange-500\/80 {
  border-right-color: rgb(249 115 22 / 0.8);
}
.border-r-orange-500\/85 {
  border-right-color: rgb(249 115 22 / 0.85);
}
.border-r-orange-500\/90 {
  border-right-color: rgb(249 115 22 / 0.9);
}
.border-r-orange-500\/95 {
  border-right-color: rgb(249 115 22 / 0.95);
}
.border-r-orange-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-r-orange-600\/0 {
  border-right-color: rgb(234 88 12 / 0);
}
.border-r-orange-600\/10 {
  border-right-color: rgb(234 88 12 / 0.1);
}
.border-r-orange-600\/100 {
  border-right-color: rgb(234 88 12 / 1);
}
.border-r-orange-600\/15 {
  border-right-color: rgb(234 88 12 / 0.15);
}
.border-r-orange-600\/20 {
  border-right-color: rgb(234 88 12 / 0.2);
}
.border-r-orange-600\/25 {
  border-right-color: rgb(234 88 12 / 0.25);
}
.border-r-orange-600\/30 {
  border-right-color: rgb(234 88 12 / 0.3);
}
.border-r-orange-600\/35 {
  border-right-color: rgb(234 88 12 / 0.35);
}
.border-r-orange-600\/40 {
  border-right-color: rgb(234 88 12 / 0.4);
}
.border-r-orange-600\/45 {
  border-right-color: rgb(234 88 12 / 0.45);
}
.border-r-orange-600\/5 {
  border-right-color: rgb(234 88 12 / 0.05);
}
.border-r-orange-600\/50 {
  border-right-color: rgb(234 88 12 / 0.5);
}
.border-r-orange-600\/55 {
  border-right-color: rgb(234 88 12 / 0.55);
}
.border-r-orange-600\/60 {
  border-right-color: rgb(234 88 12 / 0.6);
}
.border-r-orange-600\/65 {
  border-right-color: rgb(234 88 12 / 0.65);
}
.border-r-orange-600\/70 {
  border-right-color: rgb(234 88 12 / 0.7);
}
.border-r-orange-600\/75 {
  border-right-color: rgb(234 88 12 / 0.75);
}
.border-r-orange-600\/80 {
  border-right-color: rgb(234 88 12 / 0.8);
}
.border-r-orange-600\/85 {
  border-right-color: rgb(234 88 12 / 0.85);
}
.border-r-orange-600\/90 {
  border-right-color: rgb(234 88 12 / 0.9);
}
.border-r-orange-600\/95 {
  border-right-color: rgb(234 88 12 / 0.95);
}
.border-r-orange-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-r-orange-700\/0 {
  border-right-color: rgb(194 65 12 / 0);
}
.border-r-orange-700\/10 {
  border-right-color: rgb(194 65 12 / 0.1);
}
.border-r-orange-700\/100 {
  border-right-color: rgb(194 65 12 / 1);
}
.border-r-orange-700\/15 {
  border-right-color: rgb(194 65 12 / 0.15);
}
.border-r-orange-700\/20 {
  border-right-color: rgb(194 65 12 / 0.2);
}
.border-r-orange-700\/25 {
  border-right-color: rgb(194 65 12 / 0.25);
}
.border-r-orange-700\/30 {
  border-right-color: rgb(194 65 12 / 0.3);
}
.border-r-orange-700\/35 {
  border-right-color: rgb(194 65 12 / 0.35);
}
.border-r-orange-700\/40 {
  border-right-color: rgb(194 65 12 / 0.4);
}
.border-r-orange-700\/45 {
  border-right-color: rgb(194 65 12 / 0.45);
}
.border-r-orange-700\/5 {
  border-right-color: rgb(194 65 12 / 0.05);
}
.border-r-orange-700\/50 {
  border-right-color: rgb(194 65 12 / 0.5);
}
.border-r-orange-700\/55 {
  border-right-color: rgb(194 65 12 / 0.55);
}
.border-r-orange-700\/60 {
  border-right-color: rgb(194 65 12 / 0.6);
}
.border-r-orange-700\/65 {
  border-right-color: rgb(194 65 12 / 0.65);
}
.border-r-orange-700\/70 {
  border-right-color: rgb(194 65 12 / 0.7);
}
.border-r-orange-700\/75 {
  border-right-color: rgb(194 65 12 / 0.75);
}
.border-r-orange-700\/80 {
  border-right-color: rgb(194 65 12 / 0.8);
}
.border-r-orange-700\/85 {
  border-right-color: rgb(194 65 12 / 0.85);
}
.border-r-orange-700\/90 {
  border-right-color: rgb(194 65 12 / 0.9);
}
.border-r-orange-700\/95 {
  border-right-color: rgb(194 65 12 / 0.95);
}
.border-r-orange-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-r-orange-800\/0 {
  border-right-color: rgb(154 52 18 / 0);
}
.border-r-orange-800\/10 {
  border-right-color: rgb(154 52 18 / 0.1);
}
.border-r-orange-800\/100 {
  border-right-color: rgb(154 52 18 / 1);
}
.border-r-orange-800\/15 {
  border-right-color: rgb(154 52 18 / 0.15);
}
.border-r-orange-800\/20 {
  border-right-color: rgb(154 52 18 / 0.2);
}
.border-r-orange-800\/25 {
  border-right-color: rgb(154 52 18 / 0.25);
}
.border-r-orange-800\/30 {
  border-right-color: rgb(154 52 18 / 0.3);
}
.border-r-orange-800\/35 {
  border-right-color: rgb(154 52 18 / 0.35);
}
.border-r-orange-800\/40 {
  border-right-color: rgb(154 52 18 / 0.4);
}
.border-r-orange-800\/45 {
  border-right-color: rgb(154 52 18 / 0.45);
}
.border-r-orange-800\/5 {
  border-right-color: rgb(154 52 18 / 0.05);
}
.border-r-orange-800\/50 {
  border-right-color: rgb(154 52 18 / 0.5);
}
.border-r-orange-800\/55 {
  border-right-color: rgb(154 52 18 / 0.55);
}
.border-r-orange-800\/60 {
  border-right-color: rgb(154 52 18 / 0.6);
}
.border-r-orange-800\/65 {
  border-right-color: rgb(154 52 18 / 0.65);
}
.border-r-orange-800\/70 {
  border-right-color: rgb(154 52 18 / 0.7);
}
.border-r-orange-800\/75 {
  border-right-color: rgb(154 52 18 / 0.75);
}
.border-r-orange-800\/80 {
  border-right-color: rgb(154 52 18 / 0.8);
}
.border-r-orange-800\/85 {
  border-right-color: rgb(154 52 18 / 0.85);
}
.border-r-orange-800\/90 {
  border-right-color: rgb(154 52 18 / 0.9);
}
.border-r-orange-800\/95 {
  border-right-color: rgb(154 52 18 / 0.95);
}
.border-r-orange-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-r-orange-900\/0 {
  border-right-color: rgb(124 45 18 / 0);
}
.border-r-orange-900\/10 {
  border-right-color: rgb(124 45 18 / 0.1);
}
.border-r-orange-900\/100 {
  border-right-color: rgb(124 45 18 / 1);
}
.border-r-orange-900\/15 {
  border-right-color: rgb(124 45 18 / 0.15);
}
.border-r-orange-900\/20 {
  border-right-color: rgb(124 45 18 / 0.2);
}
.border-r-orange-900\/25 {
  border-right-color: rgb(124 45 18 / 0.25);
}
.border-r-orange-900\/30 {
  border-right-color: rgb(124 45 18 / 0.3);
}
.border-r-orange-900\/35 {
  border-right-color: rgb(124 45 18 / 0.35);
}
.border-r-orange-900\/40 {
  border-right-color: rgb(124 45 18 / 0.4);
}
.border-r-orange-900\/45 {
  border-right-color: rgb(124 45 18 / 0.45);
}
.border-r-orange-900\/5 {
  border-right-color: rgb(124 45 18 / 0.05);
}
.border-r-orange-900\/50 {
  border-right-color: rgb(124 45 18 / 0.5);
}
.border-r-orange-900\/55 {
  border-right-color: rgb(124 45 18 / 0.55);
}
.border-r-orange-900\/60 {
  border-right-color: rgb(124 45 18 / 0.6);
}
.border-r-orange-900\/65 {
  border-right-color: rgb(124 45 18 / 0.65);
}
.border-r-orange-900\/70 {
  border-right-color: rgb(124 45 18 / 0.7);
}
.border-r-orange-900\/75 {
  border-right-color: rgb(124 45 18 / 0.75);
}
.border-r-orange-900\/80 {
  border-right-color: rgb(124 45 18 / 0.8);
}
.border-r-orange-900\/85 {
  border-right-color: rgb(124 45 18 / 0.85);
}
.border-r-orange-900\/90 {
  border-right-color: rgb(124 45 18 / 0.9);
}
.border-r-orange-900\/95 {
  border-right-color: rgb(124 45 18 / 0.95);
}
.border-r-orange-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-r-orange-950\/0 {
  border-right-color: rgb(67 20 7 / 0);
}
.border-r-orange-950\/10 {
  border-right-color: rgb(67 20 7 / 0.1);
}
.border-r-orange-950\/100 {
  border-right-color: rgb(67 20 7 / 1);
}
.border-r-orange-950\/15 {
  border-right-color: rgb(67 20 7 / 0.15);
}
.border-r-orange-950\/20 {
  border-right-color: rgb(67 20 7 / 0.2);
}
.border-r-orange-950\/25 {
  border-right-color: rgb(67 20 7 / 0.25);
}
.border-r-orange-950\/30 {
  border-right-color: rgb(67 20 7 / 0.3);
}
.border-r-orange-950\/35 {
  border-right-color: rgb(67 20 7 / 0.35);
}
.border-r-orange-950\/40 {
  border-right-color: rgb(67 20 7 / 0.4);
}
.border-r-orange-950\/45 {
  border-right-color: rgb(67 20 7 / 0.45);
}
.border-r-orange-950\/5 {
  border-right-color: rgb(67 20 7 / 0.05);
}
.border-r-orange-950\/50 {
  border-right-color: rgb(67 20 7 / 0.5);
}
.border-r-orange-950\/55 {
  border-right-color: rgb(67 20 7 / 0.55);
}
.border-r-orange-950\/60 {
  border-right-color: rgb(67 20 7 / 0.6);
}
.border-r-orange-950\/65 {
  border-right-color: rgb(67 20 7 / 0.65);
}
.border-r-orange-950\/70 {
  border-right-color: rgb(67 20 7 / 0.7);
}
.border-r-orange-950\/75 {
  border-right-color: rgb(67 20 7 / 0.75);
}
.border-r-orange-950\/80 {
  border-right-color: rgb(67 20 7 / 0.8);
}
.border-r-orange-950\/85 {
  border-right-color: rgb(67 20 7 / 0.85);
}
.border-r-orange-950\/90 {
  border-right-color: rgb(67 20 7 / 0.9);
}
.border-r-orange-950\/95 {
  border-right-color: rgb(67 20 7 / 0.95);
}
.border-r-pink-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-r-pink-100\/0 {
  border-right-color: rgb(252 231 243 / 0);
}
.border-r-pink-100\/10 {
  border-right-color: rgb(252 231 243 / 0.1);
}
.border-r-pink-100\/100 {
  border-right-color: rgb(252 231 243 / 1);
}
.border-r-pink-100\/15 {
  border-right-color: rgb(252 231 243 / 0.15);
}
.border-r-pink-100\/20 {
  border-right-color: rgb(252 231 243 / 0.2);
}
.border-r-pink-100\/25 {
  border-right-color: rgb(252 231 243 / 0.25);
}
.border-r-pink-100\/30 {
  border-right-color: rgb(252 231 243 / 0.3);
}
.border-r-pink-100\/35 {
  border-right-color: rgb(252 231 243 / 0.35);
}
.border-r-pink-100\/40 {
  border-right-color: rgb(252 231 243 / 0.4);
}
.border-r-pink-100\/45 {
  border-right-color: rgb(252 231 243 / 0.45);
}
.border-r-pink-100\/5 {
  border-right-color: rgb(252 231 243 / 0.05);
}
.border-r-pink-100\/50 {
  border-right-color: rgb(252 231 243 / 0.5);
}
.border-r-pink-100\/55 {
  border-right-color: rgb(252 231 243 / 0.55);
}
.border-r-pink-100\/60 {
  border-right-color: rgb(252 231 243 / 0.6);
}
.border-r-pink-100\/65 {
  border-right-color: rgb(252 231 243 / 0.65);
}
.border-r-pink-100\/70 {
  border-right-color: rgb(252 231 243 / 0.7);
}
.border-r-pink-100\/75 {
  border-right-color: rgb(252 231 243 / 0.75);
}
.border-r-pink-100\/80 {
  border-right-color: rgb(252 231 243 / 0.8);
}
.border-r-pink-100\/85 {
  border-right-color: rgb(252 231 243 / 0.85);
}
.border-r-pink-100\/90 {
  border-right-color: rgb(252 231 243 / 0.9);
}
.border-r-pink-100\/95 {
  border-right-color: rgb(252 231 243 / 0.95);
}
.border-r-pink-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-r-pink-200\/0 {
  border-right-color: rgb(251 207 232 / 0);
}
.border-r-pink-200\/10 {
  border-right-color: rgb(251 207 232 / 0.1);
}
.border-r-pink-200\/100 {
  border-right-color: rgb(251 207 232 / 1);
}
.border-r-pink-200\/15 {
  border-right-color: rgb(251 207 232 / 0.15);
}
.border-r-pink-200\/20 {
  border-right-color: rgb(251 207 232 / 0.2);
}
.border-r-pink-200\/25 {
  border-right-color: rgb(251 207 232 / 0.25);
}
.border-r-pink-200\/30 {
  border-right-color: rgb(251 207 232 / 0.3);
}
.border-r-pink-200\/35 {
  border-right-color: rgb(251 207 232 / 0.35);
}
.border-r-pink-200\/40 {
  border-right-color: rgb(251 207 232 / 0.4);
}
.border-r-pink-200\/45 {
  border-right-color: rgb(251 207 232 / 0.45);
}
.border-r-pink-200\/5 {
  border-right-color: rgb(251 207 232 / 0.05);
}
.border-r-pink-200\/50 {
  border-right-color: rgb(251 207 232 / 0.5);
}
.border-r-pink-200\/55 {
  border-right-color: rgb(251 207 232 / 0.55);
}
.border-r-pink-200\/60 {
  border-right-color: rgb(251 207 232 / 0.6);
}
.border-r-pink-200\/65 {
  border-right-color: rgb(251 207 232 / 0.65);
}
.border-r-pink-200\/70 {
  border-right-color: rgb(251 207 232 / 0.7);
}
.border-r-pink-200\/75 {
  border-right-color: rgb(251 207 232 / 0.75);
}
.border-r-pink-200\/80 {
  border-right-color: rgb(251 207 232 / 0.8);
}
.border-r-pink-200\/85 {
  border-right-color: rgb(251 207 232 / 0.85);
}
.border-r-pink-200\/90 {
  border-right-color: rgb(251 207 232 / 0.9);
}
.border-r-pink-200\/95 {
  border-right-color: rgb(251 207 232 / 0.95);
}
.border-r-pink-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-r-pink-300\/0 {
  border-right-color: rgb(249 168 212 / 0);
}
.border-r-pink-300\/10 {
  border-right-color: rgb(249 168 212 / 0.1);
}
.border-r-pink-300\/100 {
  border-right-color: rgb(249 168 212 / 1);
}
.border-r-pink-300\/15 {
  border-right-color: rgb(249 168 212 / 0.15);
}
.border-r-pink-300\/20 {
  border-right-color: rgb(249 168 212 / 0.2);
}
.border-r-pink-300\/25 {
  border-right-color: rgb(249 168 212 / 0.25);
}
.border-r-pink-300\/30 {
  border-right-color: rgb(249 168 212 / 0.3);
}
.border-r-pink-300\/35 {
  border-right-color: rgb(249 168 212 / 0.35);
}
.border-r-pink-300\/40 {
  border-right-color: rgb(249 168 212 / 0.4);
}
.border-r-pink-300\/45 {
  border-right-color: rgb(249 168 212 / 0.45);
}
.border-r-pink-300\/5 {
  border-right-color: rgb(249 168 212 / 0.05);
}
.border-r-pink-300\/50 {
  border-right-color: rgb(249 168 212 / 0.5);
}
.border-r-pink-300\/55 {
  border-right-color: rgb(249 168 212 / 0.55);
}
.border-r-pink-300\/60 {
  border-right-color: rgb(249 168 212 / 0.6);
}
.border-r-pink-300\/65 {
  border-right-color: rgb(249 168 212 / 0.65);
}
.border-r-pink-300\/70 {
  border-right-color: rgb(249 168 212 / 0.7);
}
.border-r-pink-300\/75 {
  border-right-color: rgb(249 168 212 / 0.75);
}
.border-r-pink-300\/80 {
  border-right-color: rgb(249 168 212 / 0.8);
}
.border-r-pink-300\/85 {
  border-right-color: rgb(249 168 212 / 0.85);
}
.border-r-pink-300\/90 {
  border-right-color: rgb(249 168 212 / 0.9);
}
.border-r-pink-300\/95 {
  border-right-color: rgb(249 168 212 / 0.95);
}
.border-r-pink-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-r-pink-400\/0 {
  border-right-color: rgb(244 114 182 / 0);
}
.border-r-pink-400\/10 {
  border-right-color: rgb(244 114 182 / 0.1);
}
.border-r-pink-400\/100 {
  border-right-color: rgb(244 114 182 / 1);
}
.border-r-pink-400\/15 {
  border-right-color: rgb(244 114 182 / 0.15);
}
.border-r-pink-400\/20 {
  border-right-color: rgb(244 114 182 / 0.2);
}
.border-r-pink-400\/25 {
  border-right-color: rgb(244 114 182 / 0.25);
}
.border-r-pink-400\/30 {
  border-right-color: rgb(244 114 182 / 0.3);
}
.border-r-pink-400\/35 {
  border-right-color: rgb(244 114 182 / 0.35);
}
.border-r-pink-400\/40 {
  border-right-color: rgb(244 114 182 / 0.4);
}
.border-r-pink-400\/45 {
  border-right-color: rgb(244 114 182 / 0.45);
}
.border-r-pink-400\/5 {
  border-right-color: rgb(244 114 182 / 0.05);
}
.border-r-pink-400\/50 {
  border-right-color: rgb(244 114 182 / 0.5);
}
.border-r-pink-400\/55 {
  border-right-color: rgb(244 114 182 / 0.55);
}
.border-r-pink-400\/60 {
  border-right-color: rgb(244 114 182 / 0.6);
}
.border-r-pink-400\/65 {
  border-right-color: rgb(244 114 182 / 0.65);
}
.border-r-pink-400\/70 {
  border-right-color: rgb(244 114 182 / 0.7);
}
.border-r-pink-400\/75 {
  border-right-color: rgb(244 114 182 / 0.75);
}
.border-r-pink-400\/80 {
  border-right-color: rgb(244 114 182 / 0.8);
}
.border-r-pink-400\/85 {
  border-right-color: rgb(244 114 182 / 0.85);
}
.border-r-pink-400\/90 {
  border-right-color: rgb(244 114 182 / 0.9);
}
.border-r-pink-400\/95 {
  border-right-color: rgb(244 114 182 / 0.95);
}
.border-r-pink-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-r-pink-50\/0 {
  border-right-color: rgb(253 242 248 / 0);
}
.border-r-pink-50\/10 {
  border-right-color: rgb(253 242 248 / 0.1);
}
.border-r-pink-50\/100 {
  border-right-color: rgb(253 242 248 / 1);
}
.border-r-pink-50\/15 {
  border-right-color: rgb(253 242 248 / 0.15);
}
.border-r-pink-50\/20 {
  border-right-color: rgb(253 242 248 / 0.2);
}
.border-r-pink-50\/25 {
  border-right-color: rgb(253 242 248 / 0.25);
}
.border-r-pink-50\/30 {
  border-right-color: rgb(253 242 248 / 0.3);
}
.border-r-pink-50\/35 {
  border-right-color: rgb(253 242 248 / 0.35);
}
.border-r-pink-50\/40 {
  border-right-color: rgb(253 242 248 / 0.4);
}
.border-r-pink-50\/45 {
  border-right-color: rgb(253 242 248 / 0.45);
}
.border-r-pink-50\/5 {
  border-right-color: rgb(253 242 248 / 0.05);
}
.border-r-pink-50\/50 {
  border-right-color: rgb(253 242 248 / 0.5);
}
.border-r-pink-50\/55 {
  border-right-color: rgb(253 242 248 / 0.55);
}
.border-r-pink-50\/60 {
  border-right-color: rgb(253 242 248 / 0.6);
}
.border-r-pink-50\/65 {
  border-right-color: rgb(253 242 248 / 0.65);
}
.border-r-pink-50\/70 {
  border-right-color: rgb(253 242 248 / 0.7);
}
.border-r-pink-50\/75 {
  border-right-color: rgb(253 242 248 / 0.75);
}
.border-r-pink-50\/80 {
  border-right-color: rgb(253 242 248 / 0.8);
}
.border-r-pink-50\/85 {
  border-right-color: rgb(253 242 248 / 0.85);
}
.border-r-pink-50\/90 {
  border-right-color: rgb(253 242 248 / 0.9);
}
.border-r-pink-50\/95 {
  border-right-color: rgb(253 242 248 / 0.95);
}
.border-r-pink-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-r-pink-500\/0 {
  border-right-color: rgb(236 72 153 / 0);
}
.border-r-pink-500\/10 {
  border-right-color: rgb(236 72 153 / 0.1);
}
.border-r-pink-500\/100 {
  border-right-color: rgb(236 72 153 / 1);
}
.border-r-pink-500\/15 {
  border-right-color: rgb(236 72 153 / 0.15);
}
.border-r-pink-500\/20 {
  border-right-color: rgb(236 72 153 / 0.2);
}
.border-r-pink-500\/25 {
  border-right-color: rgb(236 72 153 / 0.25);
}
.border-r-pink-500\/30 {
  border-right-color: rgb(236 72 153 / 0.3);
}
.border-r-pink-500\/35 {
  border-right-color: rgb(236 72 153 / 0.35);
}
.border-r-pink-500\/40 {
  border-right-color: rgb(236 72 153 / 0.4);
}
.border-r-pink-500\/45 {
  border-right-color: rgb(236 72 153 / 0.45);
}
.border-r-pink-500\/5 {
  border-right-color: rgb(236 72 153 / 0.05);
}
.border-r-pink-500\/50 {
  border-right-color: rgb(236 72 153 / 0.5);
}
.border-r-pink-500\/55 {
  border-right-color: rgb(236 72 153 / 0.55);
}
.border-r-pink-500\/60 {
  border-right-color: rgb(236 72 153 / 0.6);
}
.border-r-pink-500\/65 {
  border-right-color: rgb(236 72 153 / 0.65);
}
.border-r-pink-500\/70 {
  border-right-color: rgb(236 72 153 / 0.7);
}
.border-r-pink-500\/75 {
  border-right-color: rgb(236 72 153 / 0.75);
}
.border-r-pink-500\/80 {
  border-right-color: rgb(236 72 153 / 0.8);
}
.border-r-pink-500\/85 {
  border-right-color: rgb(236 72 153 / 0.85);
}
.border-r-pink-500\/90 {
  border-right-color: rgb(236 72 153 / 0.9);
}
.border-r-pink-500\/95 {
  border-right-color: rgb(236 72 153 / 0.95);
}
.border-r-pink-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-r-pink-600\/0 {
  border-right-color: rgb(219 39 119 / 0);
}
.border-r-pink-600\/10 {
  border-right-color: rgb(219 39 119 / 0.1);
}
.border-r-pink-600\/100 {
  border-right-color: rgb(219 39 119 / 1);
}
.border-r-pink-600\/15 {
  border-right-color: rgb(219 39 119 / 0.15);
}
.border-r-pink-600\/20 {
  border-right-color: rgb(219 39 119 / 0.2);
}
.border-r-pink-600\/25 {
  border-right-color: rgb(219 39 119 / 0.25);
}
.border-r-pink-600\/30 {
  border-right-color: rgb(219 39 119 / 0.3);
}
.border-r-pink-600\/35 {
  border-right-color: rgb(219 39 119 / 0.35);
}
.border-r-pink-600\/40 {
  border-right-color: rgb(219 39 119 / 0.4);
}
.border-r-pink-600\/45 {
  border-right-color: rgb(219 39 119 / 0.45);
}
.border-r-pink-600\/5 {
  border-right-color: rgb(219 39 119 / 0.05);
}
.border-r-pink-600\/50 {
  border-right-color: rgb(219 39 119 / 0.5);
}
.border-r-pink-600\/55 {
  border-right-color: rgb(219 39 119 / 0.55);
}
.border-r-pink-600\/60 {
  border-right-color: rgb(219 39 119 / 0.6);
}
.border-r-pink-600\/65 {
  border-right-color: rgb(219 39 119 / 0.65);
}
.border-r-pink-600\/70 {
  border-right-color: rgb(219 39 119 / 0.7);
}
.border-r-pink-600\/75 {
  border-right-color: rgb(219 39 119 / 0.75);
}
.border-r-pink-600\/80 {
  border-right-color: rgb(219 39 119 / 0.8);
}
.border-r-pink-600\/85 {
  border-right-color: rgb(219 39 119 / 0.85);
}
.border-r-pink-600\/90 {
  border-right-color: rgb(219 39 119 / 0.9);
}
.border-r-pink-600\/95 {
  border-right-color: rgb(219 39 119 / 0.95);
}
.border-r-pink-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-r-pink-700\/0 {
  border-right-color: rgb(190 24 93 / 0);
}
.border-r-pink-700\/10 {
  border-right-color: rgb(190 24 93 / 0.1);
}
.border-r-pink-700\/100 {
  border-right-color: rgb(190 24 93 / 1);
}
.border-r-pink-700\/15 {
  border-right-color: rgb(190 24 93 / 0.15);
}
.border-r-pink-700\/20 {
  border-right-color: rgb(190 24 93 / 0.2);
}
.border-r-pink-700\/25 {
  border-right-color: rgb(190 24 93 / 0.25);
}
.border-r-pink-700\/30 {
  border-right-color: rgb(190 24 93 / 0.3);
}
.border-r-pink-700\/35 {
  border-right-color: rgb(190 24 93 / 0.35);
}
.border-r-pink-700\/40 {
  border-right-color: rgb(190 24 93 / 0.4);
}
.border-r-pink-700\/45 {
  border-right-color: rgb(190 24 93 / 0.45);
}
.border-r-pink-700\/5 {
  border-right-color: rgb(190 24 93 / 0.05);
}
.border-r-pink-700\/50 {
  border-right-color: rgb(190 24 93 / 0.5);
}
.border-r-pink-700\/55 {
  border-right-color: rgb(190 24 93 / 0.55);
}
.border-r-pink-700\/60 {
  border-right-color: rgb(190 24 93 / 0.6);
}
.border-r-pink-700\/65 {
  border-right-color: rgb(190 24 93 / 0.65);
}
.border-r-pink-700\/70 {
  border-right-color: rgb(190 24 93 / 0.7);
}
.border-r-pink-700\/75 {
  border-right-color: rgb(190 24 93 / 0.75);
}
.border-r-pink-700\/80 {
  border-right-color: rgb(190 24 93 / 0.8);
}
.border-r-pink-700\/85 {
  border-right-color: rgb(190 24 93 / 0.85);
}
.border-r-pink-700\/90 {
  border-right-color: rgb(190 24 93 / 0.9);
}
.border-r-pink-700\/95 {
  border-right-color: rgb(190 24 93 / 0.95);
}
.border-r-pink-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-r-pink-800\/0 {
  border-right-color: rgb(157 23 77 / 0);
}
.border-r-pink-800\/10 {
  border-right-color: rgb(157 23 77 / 0.1);
}
.border-r-pink-800\/100 {
  border-right-color: rgb(157 23 77 / 1);
}
.border-r-pink-800\/15 {
  border-right-color: rgb(157 23 77 / 0.15);
}
.border-r-pink-800\/20 {
  border-right-color: rgb(157 23 77 / 0.2);
}
.border-r-pink-800\/25 {
  border-right-color: rgb(157 23 77 / 0.25);
}
.border-r-pink-800\/30 {
  border-right-color: rgb(157 23 77 / 0.3);
}
.border-r-pink-800\/35 {
  border-right-color: rgb(157 23 77 / 0.35);
}
.border-r-pink-800\/40 {
  border-right-color: rgb(157 23 77 / 0.4);
}
.border-r-pink-800\/45 {
  border-right-color: rgb(157 23 77 / 0.45);
}
.border-r-pink-800\/5 {
  border-right-color: rgb(157 23 77 / 0.05);
}
.border-r-pink-800\/50 {
  border-right-color: rgb(157 23 77 / 0.5);
}
.border-r-pink-800\/55 {
  border-right-color: rgb(157 23 77 / 0.55);
}
.border-r-pink-800\/60 {
  border-right-color: rgb(157 23 77 / 0.6);
}
.border-r-pink-800\/65 {
  border-right-color: rgb(157 23 77 / 0.65);
}
.border-r-pink-800\/70 {
  border-right-color: rgb(157 23 77 / 0.7);
}
.border-r-pink-800\/75 {
  border-right-color: rgb(157 23 77 / 0.75);
}
.border-r-pink-800\/80 {
  border-right-color: rgb(157 23 77 / 0.8);
}
.border-r-pink-800\/85 {
  border-right-color: rgb(157 23 77 / 0.85);
}
.border-r-pink-800\/90 {
  border-right-color: rgb(157 23 77 / 0.9);
}
.border-r-pink-800\/95 {
  border-right-color: rgb(157 23 77 / 0.95);
}
.border-r-pink-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-r-pink-900\/0 {
  border-right-color: rgb(131 24 67 / 0);
}
.border-r-pink-900\/10 {
  border-right-color: rgb(131 24 67 / 0.1);
}
.border-r-pink-900\/100 {
  border-right-color: rgb(131 24 67 / 1);
}
.border-r-pink-900\/15 {
  border-right-color: rgb(131 24 67 / 0.15);
}
.border-r-pink-900\/20 {
  border-right-color: rgb(131 24 67 / 0.2);
}
.border-r-pink-900\/25 {
  border-right-color: rgb(131 24 67 / 0.25);
}
.border-r-pink-900\/30 {
  border-right-color: rgb(131 24 67 / 0.3);
}
.border-r-pink-900\/35 {
  border-right-color: rgb(131 24 67 / 0.35);
}
.border-r-pink-900\/40 {
  border-right-color: rgb(131 24 67 / 0.4);
}
.border-r-pink-900\/45 {
  border-right-color: rgb(131 24 67 / 0.45);
}
.border-r-pink-900\/5 {
  border-right-color: rgb(131 24 67 / 0.05);
}
.border-r-pink-900\/50 {
  border-right-color: rgb(131 24 67 / 0.5);
}
.border-r-pink-900\/55 {
  border-right-color: rgb(131 24 67 / 0.55);
}
.border-r-pink-900\/60 {
  border-right-color: rgb(131 24 67 / 0.6);
}
.border-r-pink-900\/65 {
  border-right-color: rgb(131 24 67 / 0.65);
}
.border-r-pink-900\/70 {
  border-right-color: rgb(131 24 67 / 0.7);
}
.border-r-pink-900\/75 {
  border-right-color: rgb(131 24 67 / 0.75);
}
.border-r-pink-900\/80 {
  border-right-color: rgb(131 24 67 / 0.8);
}
.border-r-pink-900\/85 {
  border-right-color: rgb(131 24 67 / 0.85);
}
.border-r-pink-900\/90 {
  border-right-color: rgb(131 24 67 / 0.9);
}
.border-r-pink-900\/95 {
  border-right-color: rgb(131 24 67 / 0.95);
}
.border-r-pink-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-r-pink-950\/0 {
  border-right-color: rgb(80 7 36 / 0);
}
.border-r-pink-950\/10 {
  border-right-color: rgb(80 7 36 / 0.1);
}
.border-r-pink-950\/100 {
  border-right-color: rgb(80 7 36 / 1);
}
.border-r-pink-950\/15 {
  border-right-color: rgb(80 7 36 / 0.15);
}
.border-r-pink-950\/20 {
  border-right-color: rgb(80 7 36 / 0.2);
}
.border-r-pink-950\/25 {
  border-right-color: rgb(80 7 36 / 0.25);
}
.border-r-pink-950\/30 {
  border-right-color: rgb(80 7 36 / 0.3);
}
.border-r-pink-950\/35 {
  border-right-color: rgb(80 7 36 / 0.35);
}
.border-r-pink-950\/40 {
  border-right-color: rgb(80 7 36 / 0.4);
}
.border-r-pink-950\/45 {
  border-right-color: rgb(80 7 36 / 0.45);
}
.border-r-pink-950\/5 {
  border-right-color: rgb(80 7 36 / 0.05);
}
.border-r-pink-950\/50 {
  border-right-color: rgb(80 7 36 / 0.5);
}
.border-r-pink-950\/55 {
  border-right-color: rgb(80 7 36 / 0.55);
}
.border-r-pink-950\/60 {
  border-right-color: rgb(80 7 36 / 0.6);
}
.border-r-pink-950\/65 {
  border-right-color: rgb(80 7 36 / 0.65);
}
.border-r-pink-950\/70 {
  border-right-color: rgb(80 7 36 / 0.7);
}
.border-r-pink-950\/75 {
  border-right-color: rgb(80 7 36 / 0.75);
}
.border-r-pink-950\/80 {
  border-right-color: rgb(80 7 36 / 0.8);
}
.border-r-pink-950\/85 {
  border-right-color: rgb(80 7 36 / 0.85);
}
.border-r-pink-950\/90 {
  border-right-color: rgb(80 7 36 / 0.9);
}
.border-r-pink-950\/95 {
  border-right-color: rgb(80 7 36 / 0.95);
}
.border-r-purple-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-r-purple-100\/0 {
  border-right-color: rgb(243 232 255 / 0);
}
.border-r-purple-100\/10 {
  border-right-color: rgb(243 232 255 / 0.1);
}
.border-r-purple-100\/100 {
  border-right-color: rgb(243 232 255 / 1);
}
.border-r-purple-100\/15 {
  border-right-color: rgb(243 232 255 / 0.15);
}
.border-r-purple-100\/20 {
  border-right-color: rgb(243 232 255 / 0.2);
}
.border-r-purple-100\/25 {
  border-right-color: rgb(243 232 255 / 0.25);
}
.border-r-purple-100\/30 {
  border-right-color: rgb(243 232 255 / 0.3);
}
.border-r-purple-100\/35 {
  border-right-color: rgb(243 232 255 / 0.35);
}
.border-r-purple-100\/40 {
  border-right-color: rgb(243 232 255 / 0.4);
}
.border-r-purple-100\/45 {
  border-right-color: rgb(243 232 255 / 0.45);
}
.border-r-purple-100\/5 {
  border-right-color: rgb(243 232 255 / 0.05);
}
.border-r-purple-100\/50 {
  border-right-color: rgb(243 232 255 / 0.5);
}
.border-r-purple-100\/55 {
  border-right-color: rgb(243 232 255 / 0.55);
}
.border-r-purple-100\/60 {
  border-right-color: rgb(243 232 255 / 0.6);
}
.border-r-purple-100\/65 {
  border-right-color: rgb(243 232 255 / 0.65);
}
.border-r-purple-100\/70 {
  border-right-color: rgb(243 232 255 / 0.7);
}
.border-r-purple-100\/75 {
  border-right-color: rgb(243 232 255 / 0.75);
}
.border-r-purple-100\/80 {
  border-right-color: rgb(243 232 255 / 0.8);
}
.border-r-purple-100\/85 {
  border-right-color: rgb(243 232 255 / 0.85);
}
.border-r-purple-100\/90 {
  border-right-color: rgb(243 232 255 / 0.9);
}
.border-r-purple-100\/95 {
  border-right-color: rgb(243 232 255 / 0.95);
}
.border-r-purple-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-r-purple-200\/0 {
  border-right-color: rgb(233 213 255 / 0);
}
.border-r-purple-200\/10 {
  border-right-color: rgb(233 213 255 / 0.1);
}
.border-r-purple-200\/100 {
  border-right-color: rgb(233 213 255 / 1);
}
.border-r-purple-200\/15 {
  border-right-color: rgb(233 213 255 / 0.15);
}
.border-r-purple-200\/20 {
  border-right-color: rgb(233 213 255 / 0.2);
}
.border-r-purple-200\/25 {
  border-right-color: rgb(233 213 255 / 0.25);
}
.border-r-purple-200\/30 {
  border-right-color: rgb(233 213 255 / 0.3);
}
.border-r-purple-200\/35 {
  border-right-color: rgb(233 213 255 / 0.35);
}
.border-r-purple-200\/40 {
  border-right-color: rgb(233 213 255 / 0.4);
}
.border-r-purple-200\/45 {
  border-right-color: rgb(233 213 255 / 0.45);
}
.border-r-purple-200\/5 {
  border-right-color: rgb(233 213 255 / 0.05);
}
.border-r-purple-200\/50 {
  border-right-color: rgb(233 213 255 / 0.5);
}
.border-r-purple-200\/55 {
  border-right-color: rgb(233 213 255 / 0.55);
}
.border-r-purple-200\/60 {
  border-right-color: rgb(233 213 255 / 0.6);
}
.border-r-purple-200\/65 {
  border-right-color: rgb(233 213 255 / 0.65);
}
.border-r-purple-200\/70 {
  border-right-color: rgb(233 213 255 / 0.7);
}
.border-r-purple-200\/75 {
  border-right-color: rgb(233 213 255 / 0.75);
}
.border-r-purple-200\/80 {
  border-right-color: rgb(233 213 255 / 0.8);
}
.border-r-purple-200\/85 {
  border-right-color: rgb(233 213 255 / 0.85);
}
.border-r-purple-200\/90 {
  border-right-color: rgb(233 213 255 / 0.9);
}
.border-r-purple-200\/95 {
  border-right-color: rgb(233 213 255 / 0.95);
}
.border-r-purple-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-r-purple-300\/0 {
  border-right-color: rgb(216 180 254 / 0);
}
.border-r-purple-300\/10 {
  border-right-color: rgb(216 180 254 / 0.1);
}
.border-r-purple-300\/100 {
  border-right-color: rgb(216 180 254 / 1);
}
.border-r-purple-300\/15 {
  border-right-color: rgb(216 180 254 / 0.15);
}
.border-r-purple-300\/20 {
  border-right-color: rgb(216 180 254 / 0.2);
}
.border-r-purple-300\/25 {
  border-right-color: rgb(216 180 254 / 0.25);
}
.border-r-purple-300\/30 {
  border-right-color: rgb(216 180 254 / 0.3);
}
.border-r-purple-300\/35 {
  border-right-color: rgb(216 180 254 / 0.35);
}
.border-r-purple-300\/40 {
  border-right-color: rgb(216 180 254 / 0.4);
}
.border-r-purple-300\/45 {
  border-right-color: rgb(216 180 254 / 0.45);
}
.border-r-purple-300\/5 {
  border-right-color: rgb(216 180 254 / 0.05);
}
.border-r-purple-300\/50 {
  border-right-color: rgb(216 180 254 / 0.5);
}
.border-r-purple-300\/55 {
  border-right-color: rgb(216 180 254 / 0.55);
}
.border-r-purple-300\/60 {
  border-right-color: rgb(216 180 254 / 0.6);
}
.border-r-purple-300\/65 {
  border-right-color: rgb(216 180 254 / 0.65);
}
.border-r-purple-300\/70 {
  border-right-color: rgb(216 180 254 / 0.7);
}
.border-r-purple-300\/75 {
  border-right-color: rgb(216 180 254 / 0.75);
}
.border-r-purple-300\/80 {
  border-right-color: rgb(216 180 254 / 0.8);
}
.border-r-purple-300\/85 {
  border-right-color: rgb(216 180 254 / 0.85);
}
.border-r-purple-300\/90 {
  border-right-color: rgb(216 180 254 / 0.9);
}
.border-r-purple-300\/95 {
  border-right-color: rgb(216 180 254 / 0.95);
}
.border-r-purple-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-r-purple-400\/0 {
  border-right-color: rgb(192 132 252 / 0);
}
.border-r-purple-400\/10 {
  border-right-color: rgb(192 132 252 / 0.1);
}
.border-r-purple-400\/100 {
  border-right-color: rgb(192 132 252 / 1);
}
.border-r-purple-400\/15 {
  border-right-color: rgb(192 132 252 / 0.15);
}
.border-r-purple-400\/20 {
  border-right-color: rgb(192 132 252 / 0.2);
}
.border-r-purple-400\/25 {
  border-right-color: rgb(192 132 252 / 0.25);
}
.border-r-purple-400\/30 {
  border-right-color: rgb(192 132 252 / 0.3);
}
.border-r-purple-400\/35 {
  border-right-color: rgb(192 132 252 / 0.35);
}
.border-r-purple-400\/40 {
  border-right-color: rgb(192 132 252 / 0.4);
}
.border-r-purple-400\/45 {
  border-right-color: rgb(192 132 252 / 0.45);
}
.border-r-purple-400\/5 {
  border-right-color: rgb(192 132 252 / 0.05);
}
.border-r-purple-400\/50 {
  border-right-color: rgb(192 132 252 / 0.5);
}
.border-r-purple-400\/55 {
  border-right-color: rgb(192 132 252 / 0.55);
}
.border-r-purple-400\/60 {
  border-right-color: rgb(192 132 252 / 0.6);
}
.border-r-purple-400\/65 {
  border-right-color: rgb(192 132 252 / 0.65);
}
.border-r-purple-400\/70 {
  border-right-color: rgb(192 132 252 / 0.7);
}
.border-r-purple-400\/75 {
  border-right-color: rgb(192 132 252 / 0.75);
}
.border-r-purple-400\/80 {
  border-right-color: rgb(192 132 252 / 0.8);
}
.border-r-purple-400\/85 {
  border-right-color: rgb(192 132 252 / 0.85);
}
.border-r-purple-400\/90 {
  border-right-color: rgb(192 132 252 / 0.9);
}
.border-r-purple-400\/95 {
  border-right-color: rgb(192 132 252 / 0.95);
}
.border-r-purple-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-r-purple-50\/0 {
  border-right-color: rgb(250 245 255 / 0);
}
.border-r-purple-50\/10 {
  border-right-color: rgb(250 245 255 / 0.1);
}
.border-r-purple-50\/100 {
  border-right-color: rgb(250 245 255 / 1);
}
.border-r-purple-50\/15 {
  border-right-color: rgb(250 245 255 / 0.15);
}
.border-r-purple-50\/20 {
  border-right-color: rgb(250 245 255 / 0.2);
}
.border-r-purple-50\/25 {
  border-right-color: rgb(250 245 255 / 0.25);
}
.border-r-purple-50\/30 {
  border-right-color: rgb(250 245 255 / 0.3);
}
.border-r-purple-50\/35 {
  border-right-color: rgb(250 245 255 / 0.35);
}
.border-r-purple-50\/40 {
  border-right-color: rgb(250 245 255 / 0.4);
}
.border-r-purple-50\/45 {
  border-right-color: rgb(250 245 255 / 0.45);
}
.border-r-purple-50\/5 {
  border-right-color: rgb(250 245 255 / 0.05);
}
.border-r-purple-50\/50 {
  border-right-color: rgb(250 245 255 / 0.5);
}
.border-r-purple-50\/55 {
  border-right-color: rgb(250 245 255 / 0.55);
}
.border-r-purple-50\/60 {
  border-right-color: rgb(250 245 255 / 0.6);
}
.border-r-purple-50\/65 {
  border-right-color: rgb(250 245 255 / 0.65);
}
.border-r-purple-50\/70 {
  border-right-color: rgb(250 245 255 / 0.7);
}
.border-r-purple-50\/75 {
  border-right-color: rgb(250 245 255 / 0.75);
}
.border-r-purple-50\/80 {
  border-right-color: rgb(250 245 255 / 0.8);
}
.border-r-purple-50\/85 {
  border-right-color: rgb(250 245 255 / 0.85);
}
.border-r-purple-50\/90 {
  border-right-color: rgb(250 245 255 / 0.9);
}
.border-r-purple-50\/95 {
  border-right-color: rgb(250 245 255 / 0.95);
}
.border-r-purple-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-r-purple-500\/0 {
  border-right-color: rgb(168 85 247 / 0);
}
.border-r-purple-500\/10 {
  border-right-color: rgb(168 85 247 / 0.1);
}
.border-r-purple-500\/100 {
  border-right-color: rgb(168 85 247 / 1);
}
.border-r-purple-500\/15 {
  border-right-color: rgb(168 85 247 / 0.15);
}
.border-r-purple-500\/20 {
  border-right-color: rgb(168 85 247 / 0.2);
}
.border-r-purple-500\/25 {
  border-right-color: rgb(168 85 247 / 0.25);
}
.border-r-purple-500\/30 {
  border-right-color: rgb(168 85 247 / 0.3);
}
.border-r-purple-500\/35 {
  border-right-color: rgb(168 85 247 / 0.35);
}
.border-r-purple-500\/40 {
  border-right-color: rgb(168 85 247 / 0.4);
}
.border-r-purple-500\/45 {
  border-right-color: rgb(168 85 247 / 0.45);
}
.border-r-purple-500\/5 {
  border-right-color: rgb(168 85 247 / 0.05);
}
.border-r-purple-500\/50 {
  border-right-color: rgb(168 85 247 / 0.5);
}
.border-r-purple-500\/55 {
  border-right-color: rgb(168 85 247 / 0.55);
}
.border-r-purple-500\/60 {
  border-right-color: rgb(168 85 247 / 0.6);
}
.border-r-purple-500\/65 {
  border-right-color: rgb(168 85 247 / 0.65);
}
.border-r-purple-500\/70 {
  border-right-color: rgb(168 85 247 / 0.7);
}
.border-r-purple-500\/75 {
  border-right-color: rgb(168 85 247 / 0.75);
}
.border-r-purple-500\/80 {
  border-right-color: rgb(168 85 247 / 0.8);
}
.border-r-purple-500\/85 {
  border-right-color: rgb(168 85 247 / 0.85);
}
.border-r-purple-500\/90 {
  border-right-color: rgb(168 85 247 / 0.9);
}
.border-r-purple-500\/95 {
  border-right-color: rgb(168 85 247 / 0.95);
}
.border-r-purple-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-r-purple-600\/0 {
  border-right-color: rgb(147 51 234 / 0);
}
.border-r-purple-600\/10 {
  border-right-color: rgb(147 51 234 / 0.1);
}
.border-r-purple-600\/100 {
  border-right-color: rgb(147 51 234 / 1);
}
.border-r-purple-600\/15 {
  border-right-color: rgb(147 51 234 / 0.15);
}
.border-r-purple-600\/20 {
  border-right-color: rgb(147 51 234 / 0.2);
}
.border-r-purple-600\/25 {
  border-right-color: rgb(147 51 234 / 0.25);
}
.border-r-purple-600\/30 {
  border-right-color: rgb(147 51 234 / 0.3);
}
.border-r-purple-600\/35 {
  border-right-color: rgb(147 51 234 / 0.35);
}
.border-r-purple-600\/40 {
  border-right-color: rgb(147 51 234 / 0.4);
}
.border-r-purple-600\/45 {
  border-right-color: rgb(147 51 234 / 0.45);
}
.border-r-purple-600\/5 {
  border-right-color: rgb(147 51 234 / 0.05);
}
.border-r-purple-600\/50 {
  border-right-color: rgb(147 51 234 / 0.5);
}
.border-r-purple-600\/55 {
  border-right-color: rgb(147 51 234 / 0.55);
}
.border-r-purple-600\/60 {
  border-right-color: rgb(147 51 234 / 0.6);
}
.border-r-purple-600\/65 {
  border-right-color: rgb(147 51 234 / 0.65);
}
.border-r-purple-600\/70 {
  border-right-color: rgb(147 51 234 / 0.7);
}
.border-r-purple-600\/75 {
  border-right-color: rgb(147 51 234 / 0.75);
}
.border-r-purple-600\/80 {
  border-right-color: rgb(147 51 234 / 0.8);
}
.border-r-purple-600\/85 {
  border-right-color: rgb(147 51 234 / 0.85);
}
.border-r-purple-600\/90 {
  border-right-color: rgb(147 51 234 / 0.9);
}
.border-r-purple-600\/95 {
  border-right-color: rgb(147 51 234 / 0.95);
}
.border-r-purple-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-r-purple-700\/0 {
  border-right-color: rgb(126 34 206 / 0);
}
.border-r-purple-700\/10 {
  border-right-color: rgb(126 34 206 / 0.1);
}
.border-r-purple-700\/100 {
  border-right-color: rgb(126 34 206 / 1);
}
.border-r-purple-700\/15 {
  border-right-color: rgb(126 34 206 / 0.15);
}
.border-r-purple-700\/20 {
  border-right-color: rgb(126 34 206 / 0.2);
}
.border-r-purple-700\/25 {
  border-right-color: rgb(126 34 206 / 0.25);
}
.border-r-purple-700\/30 {
  border-right-color: rgb(126 34 206 / 0.3);
}
.border-r-purple-700\/35 {
  border-right-color: rgb(126 34 206 / 0.35);
}
.border-r-purple-700\/40 {
  border-right-color: rgb(126 34 206 / 0.4);
}
.border-r-purple-700\/45 {
  border-right-color: rgb(126 34 206 / 0.45);
}
.border-r-purple-700\/5 {
  border-right-color: rgb(126 34 206 / 0.05);
}
.border-r-purple-700\/50 {
  border-right-color: rgb(126 34 206 / 0.5);
}
.border-r-purple-700\/55 {
  border-right-color: rgb(126 34 206 / 0.55);
}
.border-r-purple-700\/60 {
  border-right-color: rgb(126 34 206 / 0.6);
}
.border-r-purple-700\/65 {
  border-right-color: rgb(126 34 206 / 0.65);
}
.border-r-purple-700\/70 {
  border-right-color: rgb(126 34 206 / 0.7);
}
.border-r-purple-700\/75 {
  border-right-color: rgb(126 34 206 / 0.75);
}
.border-r-purple-700\/80 {
  border-right-color: rgb(126 34 206 / 0.8);
}
.border-r-purple-700\/85 {
  border-right-color: rgb(126 34 206 / 0.85);
}
.border-r-purple-700\/90 {
  border-right-color: rgb(126 34 206 / 0.9);
}
.border-r-purple-700\/95 {
  border-right-color: rgb(126 34 206 / 0.95);
}
.border-r-purple-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-r-purple-800\/0 {
  border-right-color: rgb(107 33 168 / 0);
}
.border-r-purple-800\/10 {
  border-right-color: rgb(107 33 168 / 0.1);
}
.border-r-purple-800\/100 {
  border-right-color: rgb(107 33 168 / 1);
}
.border-r-purple-800\/15 {
  border-right-color: rgb(107 33 168 / 0.15);
}
.border-r-purple-800\/20 {
  border-right-color: rgb(107 33 168 / 0.2);
}
.border-r-purple-800\/25 {
  border-right-color: rgb(107 33 168 / 0.25);
}
.border-r-purple-800\/30 {
  border-right-color: rgb(107 33 168 / 0.3);
}
.border-r-purple-800\/35 {
  border-right-color: rgb(107 33 168 / 0.35);
}
.border-r-purple-800\/40 {
  border-right-color: rgb(107 33 168 / 0.4);
}
.border-r-purple-800\/45 {
  border-right-color: rgb(107 33 168 / 0.45);
}
.border-r-purple-800\/5 {
  border-right-color: rgb(107 33 168 / 0.05);
}
.border-r-purple-800\/50 {
  border-right-color: rgb(107 33 168 / 0.5);
}
.border-r-purple-800\/55 {
  border-right-color: rgb(107 33 168 / 0.55);
}
.border-r-purple-800\/60 {
  border-right-color: rgb(107 33 168 / 0.6);
}
.border-r-purple-800\/65 {
  border-right-color: rgb(107 33 168 / 0.65);
}
.border-r-purple-800\/70 {
  border-right-color: rgb(107 33 168 / 0.7);
}
.border-r-purple-800\/75 {
  border-right-color: rgb(107 33 168 / 0.75);
}
.border-r-purple-800\/80 {
  border-right-color: rgb(107 33 168 / 0.8);
}
.border-r-purple-800\/85 {
  border-right-color: rgb(107 33 168 / 0.85);
}
.border-r-purple-800\/90 {
  border-right-color: rgb(107 33 168 / 0.9);
}
.border-r-purple-800\/95 {
  border-right-color: rgb(107 33 168 / 0.95);
}
.border-r-purple-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-r-purple-900\/0 {
  border-right-color: rgb(88 28 135 / 0);
}
.border-r-purple-900\/10 {
  border-right-color: rgb(88 28 135 / 0.1);
}
.border-r-purple-900\/100 {
  border-right-color: rgb(88 28 135 / 1);
}
.border-r-purple-900\/15 {
  border-right-color: rgb(88 28 135 / 0.15);
}
.border-r-purple-900\/20 {
  border-right-color: rgb(88 28 135 / 0.2);
}
.border-r-purple-900\/25 {
  border-right-color: rgb(88 28 135 / 0.25);
}
.border-r-purple-900\/30 {
  border-right-color: rgb(88 28 135 / 0.3);
}
.border-r-purple-900\/35 {
  border-right-color: rgb(88 28 135 / 0.35);
}
.border-r-purple-900\/40 {
  border-right-color: rgb(88 28 135 / 0.4);
}
.border-r-purple-900\/45 {
  border-right-color: rgb(88 28 135 / 0.45);
}
.border-r-purple-900\/5 {
  border-right-color: rgb(88 28 135 / 0.05);
}
.border-r-purple-900\/50 {
  border-right-color: rgb(88 28 135 / 0.5);
}
.border-r-purple-900\/55 {
  border-right-color: rgb(88 28 135 / 0.55);
}
.border-r-purple-900\/60 {
  border-right-color: rgb(88 28 135 / 0.6);
}
.border-r-purple-900\/65 {
  border-right-color: rgb(88 28 135 / 0.65);
}
.border-r-purple-900\/70 {
  border-right-color: rgb(88 28 135 / 0.7);
}
.border-r-purple-900\/75 {
  border-right-color: rgb(88 28 135 / 0.75);
}
.border-r-purple-900\/80 {
  border-right-color: rgb(88 28 135 / 0.8);
}
.border-r-purple-900\/85 {
  border-right-color: rgb(88 28 135 / 0.85);
}
.border-r-purple-900\/90 {
  border-right-color: rgb(88 28 135 / 0.9);
}
.border-r-purple-900\/95 {
  border-right-color: rgb(88 28 135 / 0.95);
}
.border-r-purple-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-r-purple-950\/0 {
  border-right-color: rgb(59 7 100 / 0);
}
.border-r-purple-950\/10 {
  border-right-color: rgb(59 7 100 / 0.1);
}
.border-r-purple-950\/100 {
  border-right-color: rgb(59 7 100 / 1);
}
.border-r-purple-950\/15 {
  border-right-color: rgb(59 7 100 / 0.15);
}
.border-r-purple-950\/20 {
  border-right-color: rgb(59 7 100 / 0.2);
}
.border-r-purple-950\/25 {
  border-right-color: rgb(59 7 100 / 0.25);
}
.border-r-purple-950\/30 {
  border-right-color: rgb(59 7 100 / 0.3);
}
.border-r-purple-950\/35 {
  border-right-color: rgb(59 7 100 / 0.35);
}
.border-r-purple-950\/40 {
  border-right-color: rgb(59 7 100 / 0.4);
}
.border-r-purple-950\/45 {
  border-right-color: rgb(59 7 100 / 0.45);
}
.border-r-purple-950\/5 {
  border-right-color: rgb(59 7 100 / 0.05);
}
.border-r-purple-950\/50 {
  border-right-color: rgb(59 7 100 / 0.5);
}
.border-r-purple-950\/55 {
  border-right-color: rgb(59 7 100 / 0.55);
}
.border-r-purple-950\/60 {
  border-right-color: rgb(59 7 100 / 0.6);
}
.border-r-purple-950\/65 {
  border-right-color: rgb(59 7 100 / 0.65);
}
.border-r-purple-950\/70 {
  border-right-color: rgb(59 7 100 / 0.7);
}
.border-r-purple-950\/75 {
  border-right-color: rgb(59 7 100 / 0.75);
}
.border-r-purple-950\/80 {
  border-right-color: rgb(59 7 100 / 0.8);
}
.border-r-purple-950\/85 {
  border-right-color: rgb(59 7 100 / 0.85);
}
.border-r-purple-950\/90 {
  border-right-color: rgb(59 7 100 / 0.9);
}
.border-r-purple-950\/95 {
  border-right-color: rgb(59 7 100 / 0.95);
}
.border-r-red-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-r-red-100\/0 {
  border-right-color: rgb(254 226 226 / 0);
}
.border-r-red-100\/10 {
  border-right-color: rgb(254 226 226 / 0.1);
}
.border-r-red-100\/100 {
  border-right-color: rgb(254 226 226 / 1);
}
.border-r-red-100\/15 {
  border-right-color: rgb(254 226 226 / 0.15);
}
.border-r-red-100\/20 {
  border-right-color: rgb(254 226 226 / 0.2);
}
.border-r-red-100\/25 {
  border-right-color: rgb(254 226 226 / 0.25);
}
.border-r-red-100\/30 {
  border-right-color: rgb(254 226 226 / 0.3);
}
.border-r-red-100\/35 {
  border-right-color: rgb(254 226 226 / 0.35);
}
.border-r-red-100\/40 {
  border-right-color: rgb(254 226 226 / 0.4);
}
.border-r-red-100\/45 {
  border-right-color: rgb(254 226 226 / 0.45);
}
.border-r-red-100\/5 {
  border-right-color: rgb(254 226 226 / 0.05);
}
.border-r-red-100\/50 {
  border-right-color: rgb(254 226 226 / 0.5);
}
.border-r-red-100\/55 {
  border-right-color: rgb(254 226 226 / 0.55);
}
.border-r-red-100\/60 {
  border-right-color: rgb(254 226 226 / 0.6);
}
.border-r-red-100\/65 {
  border-right-color: rgb(254 226 226 / 0.65);
}
.border-r-red-100\/70 {
  border-right-color: rgb(254 226 226 / 0.7);
}
.border-r-red-100\/75 {
  border-right-color: rgb(254 226 226 / 0.75);
}
.border-r-red-100\/80 {
  border-right-color: rgb(254 226 226 / 0.8);
}
.border-r-red-100\/85 {
  border-right-color: rgb(254 226 226 / 0.85);
}
.border-r-red-100\/90 {
  border-right-color: rgb(254 226 226 / 0.9);
}
.border-r-red-100\/95 {
  border-right-color: rgb(254 226 226 / 0.95);
}
.border-r-red-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-r-red-200\/0 {
  border-right-color: rgb(254 202 202 / 0);
}
.border-r-red-200\/10 {
  border-right-color: rgb(254 202 202 / 0.1);
}
.border-r-red-200\/100 {
  border-right-color: rgb(254 202 202 / 1);
}
.border-r-red-200\/15 {
  border-right-color: rgb(254 202 202 / 0.15);
}
.border-r-red-200\/20 {
  border-right-color: rgb(254 202 202 / 0.2);
}
.border-r-red-200\/25 {
  border-right-color: rgb(254 202 202 / 0.25);
}
.border-r-red-200\/30 {
  border-right-color: rgb(254 202 202 / 0.3);
}
.border-r-red-200\/35 {
  border-right-color: rgb(254 202 202 / 0.35);
}
.border-r-red-200\/40 {
  border-right-color: rgb(254 202 202 / 0.4);
}
.border-r-red-200\/45 {
  border-right-color: rgb(254 202 202 / 0.45);
}
.border-r-red-200\/5 {
  border-right-color: rgb(254 202 202 / 0.05);
}
.border-r-red-200\/50 {
  border-right-color: rgb(254 202 202 / 0.5);
}
.border-r-red-200\/55 {
  border-right-color: rgb(254 202 202 / 0.55);
}
.border-r-red-200\/60 {
  border-right-color: rgb(254 202 202 / 0.6);
}
.border-r-red-200\/65 {
  border-right-color: rgb(254 202 202 / 0.65);
}
.border-r-red-200\/70 {
  border-right-color: rgb(254 202 202 / 0.7);
}
.border-r-red-200\/75 {
  border-right-color: rgb(254 202 202 / 0.75);
}
.border-r-red-200\/80 {
  border-right-color: rgb(254 202 202 / 0.8);
}
.border-r-red-200\/85 {
  border-right-color: rgb(254 202 202 / 0.85);
}
.border-r-red-200\/90 {
  border-right-color: rgb(254 202 202 / 0.9);
}
.border-r-red-200\/95 {
  border-right-color: rgb(254 202 202 / 0.95);
}
.border-r-red-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-r-red-300\/0 {
  border-right-color: rgb(252 165 165 / 0);
}
.border-r-red-300\/10 {
  border-right-color: rgb(252 165 165 / 0.1);
}
.border-r-red-300\/100 {
  border-right-color: rgb(252 165 165 / 1);
}
.border-r-red-300\/15 {
  border-right-color: rgb(252 165 165 / 0.15);
}
.border-r-red-300\/20 {
  border-right-color: rgb(252 165 165 / 0.2);
}
.border-r-red-300\/25 {
  border-right-color: rgb(252 165 165 / 0.25);
}
.border-r-red-300\/30 {
  border-right-color: rgb(252 165 165 / 0.3);
}
.border-r-red-300\/35 {
  border-right-color: rgb(252 165 165 / 0.35);
}
.border-r-red-300\/40 {
  border-right-color: rgb(252 165 165 / 0.4);
}
.border-r-red-300\/45 {
  border-right-color: rgb(252 165 165 / 0.45);
}
.border-r-red-300\/5 {
  border-right-color: rgb(252 165 165 / 0.05);
}
.border-r-red-300\/50 {
  border-right-color: rgb(252 165 165 / 0.5);
}
.border-r-red-300\/55 {
  border-right-color: rgb(252 165 165 / 0.55);
}
.border-r-red-300\/60 {
  border-right-color: rgb(252 165 165 / 0.6);
}
.border-r-red-300\/65 {
  border-right-color: rgb(252 165 165 / 0.65);
}
.border-r-red-300\/70 {
  border-right-color: rgb(252 165 165 / 0.7);
}
.border-r-red-300\/75 {
  border-right-color: rgb(252 165 165 / 0.75);
}
.border-r-red-300\/80 {
  border-right-color: rgb(252 165 165 / 0.8);
}
.border-r-red-300\/85 {
  border-right-color: rgb(252 165 165 / 0.85);
}
.border-r-red-300\/90 {
  border-right-color: rgb(252 165 165 / 0.9);
}
.border-r-red-300\/95 {
  border-right-color: rgb(252 165 165 / 0.95);
}
.border-r-red-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-r-red-400\/0 {
  border-right-color: rgb(248 113 113 / 0);
}
.border-r-red-400\/10 {
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-r-red-400\/100 {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-red-400\/15 {
  border-right-color: rgb(248 113 113 / 0.15);
}
.border-r-red-400\/20 {
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-r-red-400\/25 {
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-r-red-400\/30 {
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-r-red-400\/35 {
  border-right-color: rgb(248 113 113 / 0.35);
}
.border-r-red-400\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-r-red-400\/45 {
  border-right-color: rgb(248 113 113 / 0.45);
}
.border-r-red-400\/5 {
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-r-red-400\/50 {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-red-400\/55 {
  border-right-color: rgb(248 113 113 / 0.55);
}
.border-r-red-400\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-r-red-400\/65 {
  border-right-color: rgb(248 113 113 / 0.65);
}
.border-r-red-400\/70 {
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-r-red-400\/75 {
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-r-red-400\/80 {
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-r-red-400\/85 {
  border-right-color: rgb(248 113 113 / 0.85);
}
.border-r-red-400\/90 {
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-r-red-400\/95 {
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-r-red-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-r-red-50\/0 {
  border-right-color: rgb(254 242 242 / 0);
}
.border-r-red-50\/10 {
  border-right-color: rgb(254 242 242 / 0.1);
}
.border-r-red-50\/100 {
  border-right-color: rgb(254 242 242 / 1);
}
.border-r-red-50\/15 {
  border-right-color: rgb(254 242 242 / 0.15);
}
.border-r-red-50\/20 {
  border-right-color: rgb(254 242 242 / 0.2);
}
.border-r-red-50\/25 {
  border-right-color: rgb(254 242 242 / 0.25);
}
.border-r-red-50\/30 {
  border-right-color: rgb(254 242 242 / 0.3);
}
.border-r-red-50\/35 {
  border-right-color: rgb(254 242 242 / 0.35);
}
.border-r-red-50\/40 {
  border-right-color: rgb(254 242 242 / 0.4);
}
.border-r-red-50\/45 {
  border-right-color: rgb(254 242 242 / 0.45);
}
.border-r-red-50\/5 {
  border-right-color: rgb(254 242 242 / 0.05);
}
.border-r-red-50\/50 {
  border-right-color: rgb(254 242 242 / 0.5);
}
.border-r-red-50\/55 {
  border-right-color: rgb(254 242 242 / 0.55);
}
.border-r-red-50\/60 {
  border-right-color: rgb(254 242 242 / 0.6);
}
.border-r-red-50\/65 {
  border-right-color: rgb(254 242 242 / 0.65);
}
.border-r-red-50\/70 {
  border-right-color: rgb(254 242 242 / 0.7);
}
.border-r-red-50\/75 {
  border-right-color: rgb(254 242 242 / 0.75);
}
.border-r-red-50\/80 {
  border-right-color: rgb(254 242 242 / 0.8);
}
.border-r-red-50\/85 {
  border-right-color: rgb(254 242 242 / 0.85);
}
.border-r-red-50\/90 {
  border-right-color: rgb(254 242 242 / 0.9);
}
.border-r-red-50\/95 {
  border-right-color: rgb(254 242 242 / 0.95);
}
.border-r-red-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-r-red-500\/0 {
  border-right-color: rgb(239 68 68 / 0);
}
.border-r-red-500\/10 {
  border-right-color: rgb(239 68 68 / 0.1);
}
.border-r-red-500\/100 {
  border-right-color: rgb(239 68 68 / 1);
}
.border-r-red-500\/15 {
  border-right-color: rgb(239 68 68 / 0.15);
}
.border-r-red-500\/20 {
  border-right-color: rgb(239 68 68 / 0.2);
}
.border-r-red-500\/25 {
  border-right-color: rgb(239 68 68 / 0.25);
}
.border-r-red-500\/30 {
  border-right-color: rgb(239 68 68 / 0.3);
}
.border-r-red-500\/35 {
  border-right-color: rgb(239 68 68 / 0.35);
}
.border-r-red-500\/40 {
  border-right-color: rgb(239 68 68 / 0.4);
}
.border-r-red-500\/45 {
  border-right-color: rgb(239 68 68 / 0.45);
}
.border-r-red-500\/5 {
  border-right-color: rgb(239 68 68 / 0.05);
}
.border-r-red-500\/50 {
  border-right-color: rgb(239 68 68 / 0.5);
}
.border-r-red-500\/55 {
  border-right-color: rgb(239 68 68 / 0.55);
}
.border-r-red-500\/60 {
  border-right-color: rgb(239 68 68 / 0.6);
}
.border-r-red-500\/65 {
  border-right-color: rgb(239 68 68 / 0.65);
}
.border-r-red-500\/70 {
  border-right-color: rgb(239 68 68 / 0.7);
}
.border-r-red-500\/75 {
  border-right-color: rgb(239 68 68 / 0.75);
}
.border-r-red-500\/80 {
  border-right-color: rgb(239 68 68 / 0.8);
}
.border-r-red-500\/85 {
  border-right-color: rgb(239 68 68 / 0.85);
}
.border-r-red-500\/90 {
  border-right-color: rgb(239 68 68 / 0.9);
}
.border-r-red-500\/95 {
  border-right-color: rgb(239 68 68 / 0.95);
}
.border-r-red-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-r-red-600\/0 {
  border-right-color: rgb(220 38 38 / 0);
}
.border-r-red-600\/10 {
  border-right-color: rgb(220 38 38 / 0.1);
}
.border-r-red-600\/100 {
  border-right-color: rgb(220 38 38 / 1);
}
.border-r-red-600\/15 {
  border-right-color: rgb(220 38 38 / 0.15);
}
.border-r-red-600\/20 {
  border-right-color: rgb(220 38 38 / 0.2);
}
.border-r-red-600\/25 {
  border-right-color: rgb(220 38 38 / 0.25);
}
.border-r-red-600\/30 {
  border-right-color: rgb(220 38 38 / 0.3);
}
.border-r-red-600\/35 {
  border-right-color: rgb(220 38 38 / 0.35);
}
.border-r-red-600\/40 {
  border-right-color: rgb(220 38 38 / 0.4);
}
.border-r-red-600\/45 {
  border-right-color: rgb(220 38 38 / 0.45);
}
.border-r-red-600\/5 {
  border-right-color: rgb(220 38 38 / 0.05);
}
.border-r-red-600\/50 {
  border-right-color: rgb(220 38 38 / 0.5);
}
.border-r-red-600\/55 {
  border-right-color: rgb(220 38 38 / 0.55);
}
.border-r-red-600\/60 {
  border-right-color: rgb(220 38 38 / 0.6);
}
.border-r-red-600\/65 {
  border-right-color: rgb(220 38 38 / 0.65);
}
.border-r-red-600\/70 {
  border-right-color: rgb(220 38 38 / 0.7);
}
.border-r-red-600\/75 {
  border-right-color: rgb(220 38 38 / 0.75);
}
.border-r-red-600\/80 {
  border-right-color: rgb(220 38 38 / 0.8);
}
.border-r-red-600\/85 {
  border-right-color: rgb(220 38 38 / 0.85);
}
.border-r-red-600\/90 {
  border-right-color: rgb(220 38 38 / 0.9);
}
.border-r-red-600\/95 {
  border-right-color: rgb(220 38 38 / 0.95);
}
.border-r-red-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-r-red-700\/0 {
  border-right-color: rgb(185 28 28 / 0);
}
.border-r-red-700\/10 {
  border-right-color: rgb(185 28 28 / 0.1);
}
.border-r-red-700\/100 {
  border-right-color: rgb(185 28 28 / 1);
}
.border-r-red-700\/15 {
  border-right-color: rgb(185 28 28 / 0.15);
}
.border-r-red-700\/20 {
  border-right-color: rgb(185 28 28 / 0.2);
}
.border-r-red-700\/25 {
  border-right-color: rgb(185 28 28 / 0.25);
}
.border-r-red-700\/30 {
  border-right-color: rgb(185 28 28 / 0.3);
}
.border-r-red-700\/35 {
  border-right-color: rgb(185 28 28 / 0.35);
}
.border-r-red-700\/40 {
  border-right-color: rgb(185 28 28 / 0.4);
}
.border-r-red-700\/45 {
  border-right-color: rgb(185 28 28 / 0.45);
}
.border-r-red-700\/5 {
  border-right-color: rgb(185 28 28 / 0.05);
}
.border-r-red-700\/50 {
  border-right-color: rgb(185 28 28 / 0.5);
}
.border-r-red-700\/55 {
  border-right-color: rgb(185 28 28 / 0.55);
}
.border-r-red-700\/60 {
  border-right-color: rgb(185 28 28 / 0.6);
}
.border-r-red-700\/65 {
  border-right-color: rgb(185 28 28 / 0.65);
}
.border-r-red-700\/70 {
  border-right-color: rgb(185 28 28 / 0.7);
}
.border-r-red-700\/75 {
  border-right-color: rgb(185 28 28 / 0.75);
}
.border-r-red-700\/80 {
  border-right-color: rgb(185 28 28 / 0.8);
}
.border-r-red-700\/85 {
  border-right-color: rgb(185 28 28 / 0.85);
}
.border-r-red-700\/90 {
  border-right-color: rgb(185 28 28 / 0.9);
}
.border-r-red-700\/95 {
  border-right-color: rgb(185 28 28 / 0.95);
}
.border-r-red-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-r-red-800\/0 {
  border-right-color: rgb(153 27 27 / 0);
}
.border-r-red-800\/10 {
  border-right-color: rgb(153 27 27 / 0.1);
}
.border-r-red-800\/100 {
  border-right-color: rgb(153 27 27 / 1);
}
.border-r-red-800\/15 {
  border-right-color: rgb(153 27 27 / 0.15);
}
.border-r-red-800\/20 {
  border-right-color: rgb(153 27 27 / 0.2);
}
.border-r-red-800\/25 {
  border-right-color: rgb(153 27 27 / 0.25);
}
.border-r-red-800\/30 {
  border-right-color: rgb(153 27 27 / 0.3);
}
.border-r-red-800\/35 {
  border-right-color: rgb(153 27 27 / 0.35);
}
.border-r-red-800\/40 {
  border-right-color: rgb(153 27 27 / 0.4);
}
.border-r-red-800\/45 {
  border-right-color: rgb(153 27 27 / 0.45);
}
.border-r-red-800\/5 {
  border-right-color: rgb(153 27 27 / 0.05);
}
.border-r-red-800\/50 {
  border-right-color: rgb(153 27 27 / 0.5);
}
.border-r-red-800\/55 {
  border-right-color: rgb(153 27 27 / 0.55);
}
.border-r-red-800\/60 {
  border-right-color: rgb(153 27 27 / 0.6);
}
.border-r-red-800\/65 {
  border-right-color: rgb(153 27 27 / 0.65);
}
.border-r-red-800\/70 {
  border-right-color: rgb(153 27 27 / 0.7);
}
.border-r-red-800\/75 {
  border-right-color: rgb(153 27 27 / 0.75);
}
.border-r-red-800\/80 {
  border-right-color: rgb(153 27 27 / 0.8);
}
.border-r-red-800\/85 {
  border-right-color: rgb(153 27 27 / 0.85);
}
.border-r-red-800\/90 {
  border-right-color: rgb(153 27 27 / 0.9);
}
.border-r-red-800\/95 {
  border-right-color: rgb(153 27 27 / 0.95);
}
.border-r-red-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-r-red-900\/0 {
  border-right-color: rgb(127 29 29 / 0);
}
.border-r-red-900\/10 {
  border-right-color: rgb(127 29 29 / 0.1);
}
.border-r-red-900\/100 {
  border-right-color: rgb(127 29 29 / 1);
}
.border-r-red-900\/15 {
  border-right-color: rgb(127 29 29 / 0.15);
}
.border-r-red-900\/20 {
  border-right-color: rgb(127 29 29 / 0.2);
}
.border-r-red-900\/25 {
  border-right-color: rgb(127 29 29 / 0.25);
}
.border-r-red-900\/30 {
  border-right-color: rgb(127 29 29 / 0.3);
}
.border-r-red-900\/35 {
  border-right-color: rgb(127 29 29 / 0.35);
}
.border-r-red-900\/40 {
  border-right-color: rgb(127 29 29 / 0.4);
}
.border-r-red-900\/45 {
  border-right-color: rgb(127 29 29 / 0.45);
}
.border-r-red-900\/5 {
  border-right-color: rgb(127 29 29 / 0.05);
}
.border-r-red-900\/50 {
  border-right-color: rgb(127 29 29 / 0.5);
}
.border-r-red-900\/55 {
  border-right-color: rgb(127 29 29 / 0.55);
}
.border-r-red-900\/60 {
  border-right-color: rgb(127 29 29 / 0.6);
}
.border-r-red-900\/65 {
  border-right-color: rgb(127 29 29 / 0.65);
}
.border-r-red-900\/70 {
  border-right-color: rgb(127 29 29 / 0.7);
}
.border-r-red-900\/75 {
  border-right-color: rgb(127 29 29 / 0.75);
}
.border-r-red-900\/80 {
  border-right-color: rgb(127 29 29 / 0.8);
}
.border-r-red-900\/85 {
  border-right-color: rgb(127 29 29 / 0.85);
}
.border-r-red-900\/90 {
  border-right-color: rgb(127 29 29 / 0.9);
}
.border-r-red-900\/95 {
  border-right-color: rgb(127 29 29 / 0.95);
}
.border-r-red-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-r-red-950\/0 {
  border-right-color: rgb(69 10 10 / 0);
}
.border-r-red-950\/10 {
  border-right-color: rgb(69 10 10 / 0.1);
}
.border-r-red-950\/100 {
  border-right-color: rgb(69 10 10 / 1);
}
.border-r-red-950\/15 {
  border-right-color: rgb(69 10 10 / 0.15);
}
.border-r-red-950\/20 {
  border-right-color: rgb(69 10 10 / 0.2);
}
.border-r-red-950\/25 {
  border-right-color: rgb(69 10 10 / 0.25);
}
.border-r-red-950\/30 {
  border-right-color: rgb(69 10 10 / 0.3);
}
.border-r-red-950\/35 {
  border-right-color: rgb(69 10 10 / 0.35);
}
.border-r-red-950\/40 {
  border-right-color: rgb(69 10 10 / 0.4);
}
.border-r-red-950\/45 {
  border-right-color: rgb(69 10 10 / 0.45);
}
.border-r-red-950\/5 {
  border-right-color: rgb(69 10 10 / 0.05);
}
.border-r-red-950\/50 {
  border-right-color: rgb(69 10 10 / 0.5);
}
.border-r-red-950\/55 {
  border-right-color: rgb(69 10 10 / 0.55);
}
.border-r-red-950\/60 {
  border-right-color: rgb(69 10 10 / 0.6);
}
.border-r-red-950\/65 {
  border-right-color: rgb(69 10 10 / 0.65);
}
.border-r-red-950\/70 {
  border-right-color: rgb(69 10 10 / 0.7);
}
.border-r-red-950\/75 {
  border-right-color: rgb(69 10 10 / 0.75);
}
.border-r-red-950\/80 {
  border-right-color: rgb(69 10 10 / 0.8);
}
.border-r-red-950\/85 {
  border-right-color: rgb(69 10 10 / 0.85);
}
.border-r-red-950\/90 {
  border-right-color: rgb(69 10 10 / 0.9);
}
.border-r-red-950\/95 {
  border-right-color: rgb(69 10 10 / 0.95);
}
.border-r-rose-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-r-rose-100\/0 {
  border-right-color: rgb(255 228 230 / 0);
}
.border-r-rose-100\/10 {
  border-right-color: rgb(255 228 230 / 0.1);
}
.border-r-rose-100\/100 {
  border-right-color: rgb(255 228 230 / 1);
}
.border-r-rose-100\/15 {
  border-right-color: rgb(255 228 230 / 0.15);
}
.border-r-rose-100\/20 {
  border-right-color: rgb(255 228 230 / 0.2);
}
.border-r-rose-100\/25 {
  border-right-color: rgb(255 228 230 / 0.25);
}
.border-r-rose-100\/30 {
  border-right-color: rgb(255 228 230 / 0.3);
}
.border-r-rose-100\/35 {
  border-right-color: rgb(255 228 230 / 0.35);
}
.border-r-rose-100\/40 {
  border-right-color: rgb(255 228 230 / 0.4);
}
.border-r-rose-100\/45 {
  border-right-color: rgb(255 228 230 / 0.45);
}
.border-r-rose-100\/5 {
  border-right-color: rgb(255 228 230 / 0.05);
}
.border-r-rose-100\/50 {
  border-right-color: rgb(255 228 230 / 0.5);
}
.border-r-rose-100\/55 {
  border-right-color: rgb(255 228 230 / 0.55);
}
.border-r-rose-100\/60 {
  border-right-color: rgb(255 228 230 / 0.6);
}
.border-r-rose-100\/65 {
  border-right-color: rgb(255 228 230 / 0.65);
}
.border-r-rose-100\/70 {
  border-right-color: rgb(255 228 230 / 0.7);
}
.border-r-rose-100\/75 {
  border-right-color: rgb(255 228 230 / 0.75);
}
.border-r-rose-100\/80 {
  border-right-color: rgb(255 228 230 / 0.8);
}
.border-r-rose-100\/85 {
  border-right-color: rgb(255 228 230 / 0.85);
}
.border-r-rose-100\/90 {
  border-right-color: rgb(255 228 230 / 0.9);
}
.border-r-rose-100\/95 {
  border-right-color: rgb(255 228 230 / 0.95);
}
.border-r-rose-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-r-rose-200\/0 {
  border-right-color: rgb(254 205 211 / 0);
}
.border-r-rose-200\/10 {
  border-right-color: rgb(254 205 211 / 0.1);
}
.border-r-rose-200\/100 {
  border-right-color: rgb(254 205 211 / 1);
}
.border-r-rose-200\/15 {
  border-right-color: rgb(254 205 211 / 0.15);
}
.border-r-rose-200\/20 {
  border-right-color: rgb(254 205 211 / 0.2);
}
.border-r-rose-200\/25 {
  border-right-color: rgb(254 205 211 / 0.25);
}
.border-r-rose-200\/30 {
  border-right-color: rgb(254 205 211 / 0.3);
}
.border-r-rose-200\/35 {
  border-right-color: rgb(254 205 211 / 0.35);
}
.border-r-rose-200\/40 {
  border-right-color: rgb(254 205 211 / 0.4);
}
.border-r-rose-200\/45 {
  border-right-color: rgb(254 205 211 / 0.45);
}
.border-r-rose-200\/5 {
  border-right-color: rgb(254 205 211 / 0.05);
}
.border-r-rose-200\/50 {
  border-right-color: rgb(254 205 211 / 0.5);
}
.border-r-rose-200\/55 {
  border-right-color: rgb(254 205 211 / 0.55);
}
.border-r-rose-200\/60 {
  border-right-color: rgb(254 205 211 / 0.6);
}
.border-r-rose-200\/65 {
  border-right-color: rgb(254 205 211 / 0.65);
}
.border-r-rose-200\/70 {
  border-right-color: rgb(254 205 211 / 0.7);
}
.border-r-rose-200\/75 {
  border-right-color: rgb(254 205 211 / 0.75);
}
.border-r-rose-200\/80 {
  border-right-color: rgb(254 205 211 / 0.8);
}
.border-r-rose-200\/85 {
  border-right-color: rgb(254 205 211 / 0.85);
}
.border-r-rose-200\/90 {
  border-right-color: rgb(254 205 211 / 0.9);
}
.border-r-rose-200\/95 {
  border-right-color: rgb(254 205 211 / 0.95);
}
.border-r-rose-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-r-rose-300\/0 {
  border-right-color: rgb(253 164 175 / 0);
}
.border-r-rose-300\/10 {
  border-right-color: rgb(253 164 175 / 0.1);
}
.border-r-rose-300\/100 {
  border-right-color: rgb(253 164 175 / 1);
}
.border-r-rose-300\/15 {
  border-right-color: rgb(253 164 175 / 0.15);
}
.border-r-rose-300\/20 {
  border-right-color: rgb(253 164 175 / 0.2);
}
.border-r-rose-300\/25 {
  border-right-color: rgb(253 164 175 / 0.25);
}
.border-r-rose-300\/30 {
  border-right-color: rgb(253 164 175 / 0.3);
}
.border-r-rose-300\/35 {
  border-right-color: rgb(253 164 175 / 0.35);
}
.border-r-rose-300\/40 {
  border-right-color: rgb(253 164 175 / 0.4);
}
.border-r-rose-300\/45 {
  border-right-color: rgb(253 164 175 / 0.45);
}
.border-r-rose-300\/5 {
  border-right-color: rgb(253 164 175 / 0.05);
}
.border-r-rose-300\/50 {
  border-right-color: rgb(253 164 175 / 0.5);
}
.border-r-rose-300\/55 {
  border-right-color: rgb(253 164 175 / 0.55);
}
.border-r-rose-300\/60 {
  border-right-color: rgb(253 164 175 / 0.6);
}
.border-r-rose-300\/65 {
  border-right-color: rgb(253 164 175 / 0.65);
}
.border-r-rose-300\/70 {
  border-right-color: rgb(253 164 175 / 0.7);
}
.border-r-rose-300\/75 {
  border-right-color: rgb(253 164 175 / 0.75);
}
.border-r-rose-300\/80 {
  border-right-color: rgb(253 164 175 / 0.8);
}
.border-r-rose-300\/85 {
  border-right-color: rgb(253 164 175 / 0.85);
}
.border-r-rose-300\/90 {
  border-right-color: rgb(253 164 175 / 0.9);
}
.border-r-rose-300\/95 {
  border-right-color: rgb(253 164 175 / 0.95);
}
.border-r-rose-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-r-rose-400\/0 {
  border-right-color: rgb(251 113 133 / 0);
}
.border-r-rose-400\/10 {
  border-right-color: rgb(251 113 133 / 0.1);
}
.border-r-rose-400\/100 {
  border-right-color: rgb(251 113 133 / 1);
}
.border-r-rose-400\/15 {
  border-right-color: rgb(251 113 133 / 0.15);
}
.border-r-rose-400\/20 {
  border-right-color: rgb(251 113 133 / 0.2);
}
.border-r-rose-400\/25 {
  border-right-color: rgb(251 113 133 / 0.25);
}
.border-r-rose-400\/30 {
  border-right-color: rgb(251 113 133 / 0.3);
}
.border-r-rose-400\/35 {
  border-right-color: rgb(251 113 133 / 0.35);
}
.border-r-rose-400\/40 {
  border-right-color: rgb(251 113 133 / 0.4);
}
.border-r-rose-400\/45 {
  border-right-color: rgb(251 113 133 / 0.45);
}
.border-r-rose-400\/5 {
  border-right-color: rgb(251 113 133 / 0.05);
}
.border-r-rose-400\/50 {
  border-right-color: rgb(251 113 133 / 0.5);
}
.border-r-rose-400\/55 {
  border-right-color: rgb(251 113 133 / 0.55);
}
.border-r-rose-400\/60 {
  border-right-color: rgb(251 113 133 / 0.6);
}
.border-r-rose-400\/65 {
  border-right-color: rgb(251 113 133 / 0.65);
}
.border-r-rose-400\/70 {
  border-right-color: rgb(251 113 133 / 0.7);
}
.border-r-rose-400\/75 {
  border-right-color: rgb(251 113 133 / 0.75);
}
.border-r-rose-400\/80 {
  border-right-color: rgb(251 113 133 / 0.8);
}
.border-r-rose-400\/85 {
  border-right-color: rgb(251 113 133 / 0.85);
}
.border-r-rose-400\/90 {
  border-right-color: rgb(251 113 133 / 0.9);
}
.border-r-rose-400\/95 {
  border-right-color: rgb(251 113 133 / 0.95);
}
.border-r-rose-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-r-rose-50\/0 {
  border-right-color: rgb(255 241 242 / 0);
}
.border-r-rose-50\/10 {
  border-right-color: rgb(255 241 242 / 0.1);
}
.border-r-rose-50\/100 {
  border-right-color: rgb(255 241 242 / 1);
}
.border-r-rose-50\/15 {
  border-right-color: rgb(255 241 242 / 0.15);
}
.border-r-rose-50\/20 {
  border-right-color: rgb(255 241 242 / 0.2);
}
.border-r-rose-50\/25 {
  border-right-color: rgb(255 241 242 / 0.25);
}
.border-r-rose-50\/30 {
  border-right-color: rgb(255 241 242 / 0.3);
}
.border-r-rose-50\/35 {
  border-right-color: rgb(255 241 242 / 0.35);
}
.border-r-rose-50\/40 {
  border-right-color: rgb(255 241 242 / 0.4);
}
.border-r-rose-50\/45 {
  border-right-color: rgb(255 241 242 / 0.45);
}
.border-r-rose-50\/5 {
  border-right-color: rgb(255 241 242 / 0.05);
}
.border-r-rose-50\/50 {
  border-right-color: rgb(255 241 242 / 0.5);
}
.border-r-rose-50\/55 {
  border-right-color: rgb(255 241 242 / 0.55);
}
.border-r-rose-50\/60 {
  border-right-color: rgb(255 241 242 / 0.6);
}
.border-r-rose-50\/65 {
  border-right-color: rgb(255 241 242 / 0.65);
}
.border-r-rose-50\/70 {
  border-right-color: rgb(255 241 242 / 0.7);
}
.border-r-rose-50\/75 {
  border-right-color: rgb(255 241 242 / 0.75);
}
.border-r-rose-50\/80 {
  border-right-color: rgb(255 241 242 / 0.8);
}
.border-r-rose-50\/85 {
  border-right-color: rgb(255 241 242 / 0.85);
}
.border-r-rose-50\/90 {
  border-right-color: rgb(255 241 242 / 0.9);
}
.border-r-rose-50\/95 {
  border-right-color: rgb(255 241 242 / 0.95);
}
.border-r-rose-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-r-rose-500\/0 {
  border-right-color: rgb(244 63 94 / 0);
}
.border-r-rose-500\/10 {
  border-right-color: rgb(244 63 94 / 0.1);
}
.border-r-rose-500\/100 {
  border-right-color: rgb(244 63 94 / 1);
}
.border-r-rose-500\/15 {
  border-right-color: rgb(244 63 94 / 0.15);
}
.border-r-rose-500\/20 {
  border-right-color: rgb(244 63 94 / 0.2);
}
.border-r-rose-500\/25 {
  border-right-color: rgb(244 63 94 / 0.25);
}
.border-r-rose-500\/30 {
  border-right-color: rgb(244 63 94 / 0.3);
}
.border-r-rose-500\/35 {
  border-right-color: rgb(244 63 94 / 0.35);
}
.border-r-rose-500\/40 {
  border-right-color: rgb(244 63 94 / 0.4);
}
.border-r-rose-500\/45 {
  border-right-color: rgb(244 63 94 / 0.45);
}
.border-r-rose-500\/5 {
  border-right-color: rgb(244 63 94 / 0.05);
}
.border-r-rose-500\/50 {
  border-right-color: rgb(244 63 94 / 0.5);
}
.border-r-rose-500\/55 {
  border-right-color: rgb(244 63 94 / 0.55);
}
.border-r-rose-500\/60 {
  border-right-color: rgb(244 63 94 / 0.6);
}
.border-r-rose-500\/65 {
  border-right-color: rgb(244 63 94 / 0.65);
}
.border-r-rose-500\/70 {
  border-right-color: rgb(244 63 94 / 0.7);
}
.border-r-rose-500\/75 {
  border-right-color: rgb(244 63 94 / 0.75);
}
.border-r-rose-500\/80 {
  border-right-color: rgb(244 63 94 / 0.8);
}
.border-r-rose-500\/85 {
  border-right-color: rgb(244 63 94 / 0.85);
}
.border-r-rose-500\/90 {
  border-right-color: rgb(244 63 94 / 0.9);
}
.border-r-rose-500\/95 {
  border-right-color: rgb(244 63 94 / 0.95);
}
.border-r-rose-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-r-rose-600\/0 {
  border-right-color: rgb(225 29 72 / 0);
}
.border-r-rose-600\/10 {
  border-right-color: rgb(225 29 72 / 0.1);
}
.border-r-rose-600\/100 {
  border-right-color: rgb(225 29 72 / 1);
}
.border-r-rose-600\/15 {
  border-right-color: rgb(225 29 72 / 0.15);
}
.border-r-rose-600\/20 {
  border-right-color: rgb(225 29 72 / 0.2);
}
.border-r-rose-600\/25 {
  border-right-color: rgb(225 29 72 / 0.25);
}
.border-r-rose-600\/30 {
  border-right-color: rgb(225 29 72 / 0.3);
}
.border-r-rose-600\/35 {
  border-right-color: rgb(225 29 72 / 0.35);
}
.border-r-rose-600\/40 {
  border-right-color: rgb(225 29 72 / 0.4);
}
.border-r-rose-600\/45 {
  border-right-color: rgb(225 29 72 / 0.45);
}
.border-r-rose-600\/5 {
  border-right-color: rgb(225 29 72 / 0.05);
}
.border-r-rose-600\/50 {
  border-right-color: rgb(225 29 72 / 0.5);
}
.border-r-rose-600\/55 {
  border-right-color: rgb(225 29 72 / 0.55);
}
.border-r-rose-600\/60 {
  border-right-color: rgb(225 29 72 / 0.6);
}
.border-r-rose-600\/65 {
  border-right-color: rgb(225 29 72 / 0.65);
}
.border-r-rose-600\/70 {
  border-right-color: rgb(225 29 72 / 0.7);
}
.border-r-rose-600\/75 {
  border-right-color: rgb(225 29 72 / 0.75);
}
.border-r-rose-600\/80 {
  border-right-color: rgb(225 29 72 / 0.8);
}
.border-r-rose-600\/85 {
  border-right-color: rgb(225 29 72 / 0.85);
}
.border-r-rose-600\/90 {
  border-right-color: rgb(225 29 72 / 0.9);
}
.border-r-rose-600\/95 {
  border-right-color: rgb(225 29 72 / 0.95);
}
.border-r-rose-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-r-rose-700\/0 {
  border-right-color: rgb(190 18 60 / 0);
}
.border-r-rose-700\/10 {
  border-right-color: rgb(190 18 60 / 0.1);
}
.border-r-rose-700\/100 {
  border-right-color: rgb(190 18 60 / 1);
}
.border-r-rose-700\/15 {
  border-right-color: rgb(190 18 60 / 0.15);
}
.border-r-rose-700\/20 {
  border-right-color: rgb(190 18 60 / 0.2);
}
.border-r-rose-700\/25 {
  border-right-color: rgb(190 18 60 / 0.25);
}
.border-r-rose-700\/30 {
  border-right-color: rgb(190 18 60 / 0.3);
}
.border-r-rose-700\/35 {
  border-right-color: rgb(190 18 60 / 0.35);
}
.border-r-rose-700\/40 {
  border-right-color: rgb(190 18 60 / 0.4);
}
.border-r-rose-700\/45 {
  border-right-color: rgb(190 18 60 / 0.45);
}
.border-r-rose-700\/5 {
  border-right-color: rgb(190 18 60 / 0.05);
}
.border-r-rose-700\/50 {
  border-right-color: rgb(190 18 60 / 0.5);
}
.border-r-rose-700\/55 {
  border-right-color: rgb(190 18 60 / 0.55);
}
.border-r-rose-700\/60 {
  border-right-color: rgb(190 18 60 / 0.6);
}
.border-r-rose-700\/65 {
  border-right-color: rgb(190 18 60 / 0.65);
}
.border-r-rose-700\/70 {
  border-right-color: rgb(190 18 60 / 0.7);
}
.border-r-rose-700\/75 {
  border-right-color: rgb(190 18 60 / 0.75);
}
.border-r-rose-700\/80 {
  border-right-color: rgb(190 18 60 / 0.8);
}
.border-r-rose-700\/85 {
  border-right-color: rgb(190 18 60 / 0.85);
}
.border-r-rose-700\/90 {
  border-right-color: rgb(190 18 60 / 0.9);
}
.border-r-rose-700\/95 {
  border-right-color: rgb(190 18 60 / 0.95);
}
.border-r-rose-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-r-rose-800\/0 {
  border-right-color: rgb(159 18 57 / 0);
}
.border-r-rose-800\/10 {
  border-right-color: rgb(159 18 57 / 0.1);
}
.border-r-rose-800\/100 {
  border-right-color: rgb(159 18 57 / 1);
}
.border-r-rose-800\/15 {
  border-right-color: rgb(159 18 57 / 0.15);
}
.border-r-rose-800\/20 {
  border-right-color: rgb(159 18 57 / 0.2);
}
.border-r-rose-800\/25 {
  border-right-color: rgb(159 18 57 / 0.25);
}
.border-r-rose-800\/30 {
  border-right-color: rgb(159 18 57 / 0.3);
}
.border-r-rose-800\/35 {
  border-right-color: rgb(159 18 57 / 0.35);
}
.border-r-rose-800\/40 {
  border-right-color: rgb(159 18 57 / 0.4);
}
.border-r-rose-800\/45 {
  border-right-color: rgb(159 18 57 / 0.45);
}
.border-r-rose-800\/5 {
  border-right-color: rgb(159 18 57 / 0.05);
}
.border-r-rose-800\/50 {
  border-right-color: rgb(159 18 57 / 0.5);
}
.border-r-rose-800\/55 {
  border-right-color: rgb(159 18 57 / 0.55);
}
.border-r-rose-800\/60 {
  border-right-color: rgb(159 18 57 / 0.6);
}
.border-r-rose-800\/65 {
  border-right-color: rgb(159 18 57 / 0.65);
}
.border-r-rose-800\/70 {
  border-right-color: rgb(159 18 57 / 0.7);
}
.border-r-rose-800\/75 {
  border-right-color: rgb(159 18 57 / 0.75);
}
.border-r-rose-800\/80 {
  border-right-color: rgb(159 18 57 / 0.8);
}
.border-r-rose-800\/85 {
  border-right-color: rgb(159 18 57 / 0.85);
}
.border-r-rose-800\/90 {
  border-right-color: rgb(159 18 57 / 0.9);
}
.border-r-rose-800\/95 {
  border-right-color: rgb(159 18 57 / 0.95);
}
.border-r-rose-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-r-rose-900\/0 {
  border-right-color: rgb(136 19 55 / 0);
}
.border-r-rose-900\/10 {
  border-right-color: rgb(136 19 55 / 0.1);
}
.border-r-rose-900\/100 {
  border-right-color: rgb(136 19 55 / 1);
}
.border-r-rose-900\/15 {
  border-right-color: rgb(136 19 55 / 0.15);
}
.border-r-rose-900\/20 {
  border-right-color: rgb(136 19 55 / 0.2);
}
.border-r-rose-900\/25 {
  border-right-color: rgb(136 19 55 / 0.25);
}
.border-r-rose-900\/30 {
  border-right-color: rgb(136 19 55 / 0.3);
}
.border-r-rose-900\/35 {
  border-right-color: rgb(136 19 55 / 0.35);
}
.border-r-rose-900\/40 {
  border-right-color: rgb(136 19 55 / 0.4);
}
.border-r-rose-900\/45 {
  border-right-color: rgb(136 19 55 / 0.45);
}
.border-r-rose-900\/5 {
  border-right-color: rgb(136 19 55 / 0.05);
}
.border-r-rose-900\/50 {
  border-right-color: rgb(136 19 55 / 0.5);
}
.border-r-rose-900\/55 {
  border-right-color: rgb(136 19 55 / 0.55);
}
.border-r-rose-900\/60 {
  border-right-color: rgb(136 19 55 / 0.6);
}
.border-r-rose-900\/65 {
  border-right-color: rgb(136 19 55 / 0.65);
}
.border-r-rose-900\/70 {
  border-right-color: rgb(136 19 55 / 0.7);
}
.border-r-rose-900\/75 {
  border-right-color: rgb(136 19 55 / 0.75);
}
.border-r-rose-900\/80 {
  border-right-color: rgb(136 19 55 / 0.8);
}
.border-r-rose-900\/85 {
  border-right-color: rgb(136 19 55 / 0.85);
}
.border-r-rose-900\/90 {
  border-right-color: rgb(136 19 55 / 0.9);
}
.border-r-rose-900\/95 {
  border-right-color: rgb(136 19 55 / 0.95);
}
.border-r-rose-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-r-rose-950\/0 {
  border-right-color: rgb(76 5 25 / 0);
}
.border-r-rose-950\/10 {
  border-right-color: rgb(76 5 25 / 0.1);
}
.border-r-rose-950\/100 {
  border-right-color: rgb(76 5 25 / 1);
}
.border-r-rose-950\/15 {
  border-right-color: rgb(76 5 25 / 0.15);
}
.border-r-rose-950\/20 {
  border-right-color: rgb(76 5 25 / 0.2);
}
.border-r-rose-950\/25 {
  border-right-color: rgb(76 5 25 / 0.25);
}
.border-r-rose-950\/30 {
  border-right-color: rgb(76 5 25 / 0.3);
}
.border-r-rose-950\/35 {
  border-right-color: rgb(76 5 25 / 0.35);
}
.border-r-rose-950\/40 {
  border-right-color: rgb(76 5 25 / 0.4);
}
.border-r-rose-950\/45 {
  border-right-color: rgb(76 5 25 / 0.45);
}
.border-r-rose-950\/5 {
  border-right-color: rgb(76 5 25 / 0.05);
}
.border-r-rose-950\/50 {
  border-right-color: rgb(76 5 25 / 0.5);
}
.border-r-rose-950\/55 {
  border-right-color: rgb(76 5 25 / 0.55);
}
.border-r-rose-950\/60 {
  border-right-color: rgb(76 5 25 / 0.6);
}
.border-r-rose-950\/65 {
  border-right-color: rgb(76 5 25 / 0.65);
}
.border-r-rose-950\/70 {
  border-right-color: rgb(76 5 25 / 0.7);
}
.border-r-rose-950\/75 {
  border-right-color: rgb(76 5 25 / 0.75);
}
.border-r-rose-950\/80 {
  border-right-color: rgb(76 5 25 / 0.8);
}
.border-r-rose-950\/85 {
  border-right-color: rgb(76 5 25 / 0.85);
}
.border-r-rose-950\/90 {
  border-right-color: rgb(76 5 25 / 0.9);
}
.border-r-rose-950\/95 {
  border-right-color: rgb(76 5 25 / 0.95);
}
.border-r-sky-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-r-sky-100\/0 {
  border-right-color: rgb(224 242 254 / 0);
}
.border-r-sky-100\/10 {
  border-right-color: rgb(224 242 254 / 0.1);
}
.border-r-sky-100\/100 {
  border-right-color: rgb(224 242 254 / 1);
}
.border-r-sky-100\/15 {
  border-right-color: rgb(224 242 254 / 0.15);
}
.border-r-sky-100\/20 {
  border-right-color: rgb(224 242 254 / 0.2);
}
.border-r-sky-100\/25 {
  border-right-color: rgb(224 242 254 / 0.25);
}
.border-r-sky-100\/30 {
  border-right-color: rgb(224 242 254 / 0.3);
}
.border-r-sky-100\/35 {
  border-right-color: rgb(224 242 254 / 0.35);
}
.border-r-sky-100\/40 {
  border-right-color: rgb(224 242 254 / 0.4);
}
.border-r-sky-100\/45 {
  border-right-color: rgb(224 242 254 / 0.45);
}
.border-r-sky-100\/5 {
  border-right-color: rgb(224 242 254 / 0.05);
}
.border-r-sky-100\/50 {
  border-right-color: rgb(224 242 254 / 0.5);
}
.border-r-sky-100\/55 {
  border-right-color: rgb(224 242 254 / 0.55);
}
.border-r-sky-100\/60 {
  border-right-color: rgb(224 242 254 / 0.6);
}
.border-r-sky-100\/65 {
  border-right-color: rgb(224 242 254 / 0.65);
}
.border-r-sky-100\/70 {
  border-right-color: rgb(224 242 254 / 0.7);
}
.border-r-sky-100\/75 {
  border-right-color: rgb(224 242 254 / 0.75);
}
.border-r-sky-100\/80 {
  border-right-color: rgb(224 242 254 / 0.8);
}
.border-r-sky-100\/85 {
  border-right-color: rgb(224 242 254 / 0.85);
}
.border-r-sky-100\/90 {
  border-right-color: rgb(224 242 254 / 0.9);
}
.border-r-sky-100\/95 {
  border-right-color: rgb(224 242 254 / 0.95);
}
.border-r-sky-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-r-sky-200\/0 {
  border-right-color: rgb(186 230 253 / 0);
}
.border-r-sky-200\/10 {
  border-right-color: rgb(186 230 253 / 0.1);
}
.border-r-sky-200\/100 {
  border-right-color: rgb(186 230 253 / 1);
}
.border-r-sky-200\/15 {
  border-right-color: rgb(186 230 253 / 0.15);
}
.border-r-sky-200\/20 {
  border-right-color: rgb(186 230 253 / 0.2);
}
.border-r-sky-200\/25 {
  border-right-color: rgb(186 230 253 / 0.25);
}
.border-r-sky-200\/30 {
  border-right-color: rgb(186 230 253 / 0.3);
}
.border-r-sky-200\/35 {
  border-right-color: rgb(186 230 253 / 0.35);
}
.border-r-sky-200\/40 {
  border-right-color: rgb(186 230 253 / 0.4);
}
.border-r-sky-200\/45 {
  border-right-color: rgb(186 230 253 / 0.45);
}
.border-r-sky-200\/5 {
  border-right-color: rgb(186 230 253 / 0.05);
}
.border-r-sky-200\/50 {
  border-right-color: rgb(186 230 253 / 0.5);
}
.border-r-sky-200\/55 {
  border-right-color: rgb(186 230 253 / 0.55);
}
.border-r-sky-200\/60 {
  border-right-color: rgb(186 230 253 / 0.6);
}
.border-r-sky-200\/65 {
  border-right-color: rgb(186 230 253 / 0.65);
}
.border-r-sky-200\/70 {
  border-right-color: rgb(186 230 253 / 0.7);
}
.border-r-sky-200\/75 {
  border-right-color: rgb(186 230 253 / 0.75);
}
.border-r-sky-200\/80 {
  border-right-color: rgb(186 230 253 / 0.8);
}
.border-r-sky-200\/85 {
  border-right-color: rgb(186 230 253 / 0.85);
}
.border-r-sky-200\/90 {
  border-right-color: rgb(186 230 253 / 0.9);
}
.border-r-sky-200\/95 {
  border-right-color: rgb(186 230 253 / 0.95);
}
.border-r-sky-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-r-sky-300\/0 {
  border-right-color: rgb(125 211 252 / 0);
}
.border-r-sky-300\/10 {
  border-right-color: rgb(125 211 252 / 0.1);
}
.border-r-sky-300\/100 {
  border-right-color: rgb(125 211 252 / 1);
}
.border-r-sky-300\/15 {
  border-right-color: rgb(125 211 252 / 0.15);
}
.border-r-sky-300\/20 {
  border-right-color: rgb(125 211 252 / 0.2);
}
.border-r-sky-300\/25 {
  border-right-color: rgb(125 211 252 / 0.25);
}
.border-r-sky-300\/30 {
  border-right-color: rgb(125 211 252 / 0.3);
}
.border-r-sky-300\/35 {
  border-right-color: rgb(125 211 252 / 0.35);
}
.border-r-sky-300\/40 {
  border-right-color: rgb(125 211 252 / 0.4);
}
.border-r-sky-300\/45 {
  border-right-color: rgb(125 211 252 / 0.45);
}
.border-r-sky-300\/5 {
  border-right-color: rgb(125 211 252 / 0.05);
}
.border-r-sky-300\/50 {
  border-right-color: rgb(125 211 252 / 0.5);
}
.border-r-sky-300\/55 {
  border-right-color: rgb(125 211 252 / 0.55);
}
.border-r-sky-300\/60 {
  border-right-color: rgb(125 211 252 / 0.6);
}
.border-r-sky-300\/65 {
  border-right-color: rgb(125 211 252 / 0.65);
}
.border-r-sky-300\/70 {
  border-right-color: rgb(125 211 252 / 0.7);
}
.border-r-sky-300\/75 {
  border-right-color: rgb(125 211 252 / 0.75);
}
.border-r-sky-300\/80 {
  border-right-color: rgb(125 211 252 / 0.8);
}
.border-r-sky-300\/85 {
  border-right-color: rgb(125 211 252 / 0.85);
}
.border-r-sky-300\/90 {
  border-right-color: rgb(125 211 252 / 0.9);
}
.border-r-sky-300\/95 {
  border-right-color: rgb(125 211 252 / 0.95);
}
.border-r-sky-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-r-sky-400\/0 {
  border-right-color: rgb(56 189 248 / 0);
}
.border-r-sky-400\/10 {
  border-right-color: rgb(56 189 248 / 0.1);
}
.border-r-sky-400\/100 {
  border-right-color: rgb(56 189 248 / 1);
}
.border-r-sky-400\/15 {
  border-right-color: rgb(56 189 248 / 0.15);
}
.border-r-sky-400\/20 {
  border-right-color: rgb(56 189 248 / 0.2);
}
.border-r-sky-400\/25 {
  border-right-color: rgb(56 189 248 / 0.25);
}
.border-r-sky-400\/30 {
  border-right-color: rgb(56 189 248 / 0.3);
}
.border-r-sky-400\/35 {
  border-right-color: rgb(56 189 248 / 0.35);
}
.border-r-sky-400\/40 {
  border-right-color: rgb(56 189 248 / 0.4);
}
.border-r-sky-400\/45 {
  border-right-color: rgb(56 189 248 / 0.45);
}
.border-r-sky-400\/5 {
  border-right-color: rgb(56 189 248 / 0.05);
}
.border-r-sky-400\/50 {
  border-right-color: rgb(56 189 248 / 0.5);
}
.border-r-sky-400\/55 {
  border-right-color: rgb(56 189 248 / 0.55);
}
.border-r-sky-400\/60 {
  border-right-color: rgb(56 189 248 / 0.6);
}
.border-r-sky-400\/65 {
  border-right-color: rgb(56 189 248 / 0.65);
}
.border-r-sky-400\/70 {
  border-right-color: rgb(56 189 248 / 0.7);
}
.border-r-sky-400\/75 {
  border-right-color: rgb(56 189 248 / 0.75);
}
.border-r-sky-400\/80 {
  border-right-color: rgb(56 189 248 / 0.8);
}
.border-r-sky-400\/85 {
  border-right-color: rgb(56 189 248 / 0.85);
}
.border-r-sky-400\/90 {
  border-right-color: rgb(56 189 248 / 0.9);
}
.border-r-sky-400\/95 {
  border-right-color: rgb(56 189 248 / 0.95);
}
.border-r-sky-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-r-sky-50\/0 {
  border-right-color: rgb(240 249 255 / 0);
}
.border-r-sky-50\/10 {
  border-right-color: rgb(240 249 255 / 0.1);
}
.border-r-sky-50\/100 {
  border-right-color: rgb(240 249 255 / 1);
}
.border-r-sky-50\/15 {
  border-right-color: rgb(240 249 255 / 0.15);
}
.border-r-sky-50\/20 {
  border-right-color: rgb(240 249 255 / 0.2);
}
.border-r-sky-50\/25 {
  border-right-color: rgb(240 249 255 / 0.25);
}
.border-r-sky-50\/30 {
  border-right-color: rgb(240 249 255 / 0.3);
}
.border-r-sky-50\/35 {
  border-right-color: rgb(240 249 255 / 0.35);
}
.border-r-sky-50\/40 {
  border-right-color: rgb(240 249 255 / 0.4);
}
.border-r-sky-50\/45 {
  border-right-color: rgb(240 249 255 / 0.45);
}
.border-r-sky-50\/5 {
  border-right-color: rgb(240 249 255 / 0.05);
}
.border-r-sky-50\/50 {
  border-right-color: rgb(240 249 255 / 0.5);
}
.border-r-sky-50\/55 {
  border-right-color: rgb(240 249 255 / 0.55);
}
.border-r-sky-50\/60 {
  border-right-color: rgb(240 249 255 / 0.6);
}
.border-r-sky-50\/65 {
  border-right-color: rgb(240 249 255 / 0.65);
}
.border-r-sky-50\/70 {
  border-right-color: rgb(240 249 255 / 0.7);
}
.border-r-sky-50\/75 {
  border-right-color: rgb(240 249 255 / 0.75);
}
.border-r-sky-50\/80 {
  border-right-color: rgb(240 249 255 / 0.8);
}
.border-r-sky-50\/85 {
  border-right-color: rgb(240 249 255 / 0.85);
}
.border-r-sky-50\/90 {
  border-right-color: rgb(240 249 255 / 0.9);
}
.border-r-sky-50\/95 {
  border-right-color: rgb(240 249 255 / 0.95);
}
.border-r-sky-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-r-sky-500\/0 {
  border-right-color: rgb(14 165 233 / 0);
}
.border-r-sky-500\/10 {
  border-right-color: rgb(14 165 233 / 0.1);
}
.border-r-sky-500\/100 {
  border-right-color: rgb(14 165 233 / 1);
}
.border-r-sky-500\/15 {
  border-right-color: rgb(14 165 233 / 0.15);
}
.border-r-sky-500\/20 {
  border-right-color: rgb(14 165 233 / 0.2);
}
.border-r-sky-500\/25 {
  border-right-color: rgb(14 165 233 / 0.25);
}
.border-r-sky-500\/30 {
  border-right-color: rgb(14 165 233 / 0.3);
}
.border-r-sky-500\/35 {
  border-right-color: rgb(14 165 233 / 0.35);
}
.border-r-sky-500\/40 {
  border-right-color: rgb(14 165 233 / 0.4);
}
.border-r-sky-500\/45 {
  border-right-color: rgb(14 165 233 / 0.45);
}
.border-r-sky-500\/5 {
  border-right-color: rgb(14 165 233 / 0.05);
}
.border-r-sky-500\/50 {
  border-right-color: rgb(14 165 233 / 0.5);
}
.border-r-sky-500\/55 {
  border-right-color: rgb(14 165 233 / 0.55);
}
.border-r-sky-500\/60 {
  border-right-color: rgb(14 165 233 / 0.6);
}
.border-r-sky-500\/65 {
  border-right-color: rgb(14 165 233 / 0.65);
}
.border-r-sky-500\/70 {
  border-right-color: rgb(14 165 233 / 0.7);
}
.border-r-sky-500\/75 {
  border-right-color: rgb(14 165 233 / 0.75);
}
.border-r-sky-500\/80 {
  border-right-color: rgb(14 165 233 / 0.8);
}
.border-r-sky-500\/85 {
  border-right-color: rgb(14 165 233 / 0.85);
}
.border-r-sky-500\/90 {
  border-right-color: rgb(14 165 233 / 0.9);
}
.border-r-sky-500\/95 {
  border-right-color: rgb(14 165 233 / 0.95);
}
.border-r-sky-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-r-sky-600\/0 {
  border-right-color: rgb(2 132 199 / 0);
}
.border-r-sky-600\/10 {
  border-right-color: rgb(2 132 199 / 0.1);
}
.border-r-sky-600\/100 {
  border-right-color: rgb(2 132 199 / 1);
}
.border-r-sky-600\/15 {
  border-right-color: rgb(2 132 199 / 0.15);
}
.border-r-sky-600\/20 {
  border-right-color: rgb(2 132 199 / 0.2);
}
.border-r-sky-600\/25 {
  border-right-color: rgb(2 132 199 / 0.25);
}
.border-r-sky-600\/30 {
  border-right-color: rgb(2 132 199 / 0.3);
}
.border-r-sky-600\/35 {
  border-right-color: rgb(2 132 199 / 0.35);
}
.border-r-sky-600\/40 {
  border-right-color: rgb(2 132 199 / 0.4);
}
.border-r-sky-600\/45 {
  border-right-color: rgb(2 132 199 / 0.45);
}
.border-r-sky-600\/5 {
  border-right-color: rgb(2 132 199 / 0.05);
}
.border-r-sky-600\/50 {
  border-right-color: rgb(2 132 199 / 0.5);
}
.border-r-sky-600\/55 {
  border-right-color: rgb(2 132 199 / 0.55);
}
.border-r-sky-600\/60 {
  border-right-color: rgb(2 132 199 / 0.6);
}
.border-r-sky-600\/65 {
  border-right-color: rgb(2 132 199 / 0.65);
}
.border-r-sky-600\/70 {
  border-right-color: rgb(2 132 199 / 0.7);
}
.border-r-sky-600\/75 {
  border-right-color: rgb(2 132 199 / 0.75);
}
.border-r-sky-600\/80 {
  border-right-color: rgb(2 132 199 / 0.8);
}
.border-r-sky-600\/85 {
  border-right-color: rgb(2 132 199 / 0.85);
}
.border-r-sky-600\/90 {
  border-right-color: rgb(2 132 199 / 0.9);
}
.border-r-sky-600\/95 {
  border-right-color: rgb(2 132 199 / 0.95);
}
.border-r-sky-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-r-sky-700\/0 {
  border-right-color: rgb(3 105 161 / 0);
}
.border-r-sky-700\/10 {
  border-right-color: rgb(3 105 161 / 0.1);
}
.border-r-sky-700\/100 {
  border-right-color: rgb(3 105 161 / 1);
}
.border-r-sky-700\/15 {
  border-right-color: rgb(3 105 161 / 0.15);
}
.border-r-sky-700\/20 {
  border-right-color: rgb(3 105 161 / 0.2);
}
.border-r-sky-700\/25 {
  border-right-color: rgb(3 105 161 / 0.25);
}
.border-r-sky-700\/30 {
  border-right-color: rgb(3 105 161 / 0.3);
}
.border-r-sky-700\/35 {
  border-right-color: rgb(3 105 161 / 0.35);
}
.border-r-sky-700\/40 {
  border-right-color: rgb(3 105 161 / 0.4);
}
.border-r-sky-700\/45 {
  border-right-color: rgb(3 105 161 / 0.45);
}
.border-r-sky-700\/5 {
  border-right-color: rgb(3 105 161 / 0.05);
}
.border-r-sky-700\/50 {
  border-right-color: rgb(3 105 161 / 0.5);
}
.border-r-sky-700\/55 {
  border-right-color: rgb(3 105 161 / 0.55);
}
.border-r-sky-700\/60 {
  border-right-color: rgb(3 105 161 / 0.6);
}
.border-r-sky-700\/65 {
  border-right-color: rgb(3 105 161 / 0.65);
}
.border-r-sky-700\/70 {
  border-right-color: rgb(3 105 161 / 0.7);
}
.border-r-sky-700\/75 {
  border-right-color: rgb(3 105 161 / 0.75);
}
.border-r-sky-700\/80 {
  border-right-color: rgb(3 105 161 / 0.8);
}
.border-r-sky-700\/85 {
  border-right-color: rgb(3 105 161 / 0.85);
}
.border-r-sky-700\/90 {
  border-right-color: rgb(3 105 161 / 0.9);
}
.border-r-sky-700\/95 {
  border-right-color: rgb(3 105 161 / 0.95);
}
.border-r-sky-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-r-sky-800\/0 {
  border-right-color: rgb(7 89 133 / 0);
}
.border-r-sky-800\/10 {
  border-right-color: rgb(7 89 133 / 0.1);
}
.border-r-sky-800\/100 {
  border-right-color: rgb(7 89 133 / 1);
}
.border-r-sky-800\/15 {
  border-right-color: rgb(7 89 133 / 0.15);
}
.border-r-sky-800\/20 {
  border-right-color: rgb(7 89 133 / 0.2);
}
.border-r-sky-800\/25 {
  border-right-color: rgb(7 89 133 / 0.25);
}
.border-r-sky-800\/30 {
  border-right-color: rgb(7 89 133 / 0.3);
}
.border-r-sky-800\/35 {
  border-right-color: rgb(7 89 133 / 0.35);
}
.border-r-sky-800\/40 {
  border-right-color: rgb(7 89 133 / 0.4);
}
.border-r-sky-800\/45 {
  border-right-color: rgb(7 89 133 / 0.45);
}
.border-r-sky-800\/5 {
  border-right-color: rgb(7 89 133 / 0.05);
}
.border-r-sky-800\/50 {
  border-right-color: rgb(7 89 133 / 0.5);
}
.border-r-sky-800\/55 {
  border-right-color: rgb(7 89 133 / 0.55);
}
.border-r-sky-800\/60 {
  border-right-color: rgb(7 89 133 / 0.6);
}
.border-r-sky-800\/65 {
  border-right-color: rgb(7 89 133 / 0.65);
}
.border-r-sky-800\/70 {
  border-right-color: rgb(7 89 133 / 0.7);
}
.border-r-sky-800\/75 {
  border-right-color: rgb(7 89 133 / 0.75);
}
.border-r-sky-800\/80 {
  border-right-color: rgb(7 89 133 / 0.8);
}
.border-r-sky-800\/85 {
  border-right-color: rgb(7 89 133 / 0.85);
}
.border-r-sky-800\/90 {
  border-right-color: rgb(7 89 133 / 0.9);
}
.border-r-sky-800\/95 {
  border-right-color: rgb(7 89 133 / 0.95);
}
.border-r-sky-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-r-sky-900\/0 {
  border-right-color: rgb(12 74 110 / 0);
}
.border-r-sky-900\/10 {
  border-right-color: rgb(12 74 110 / 0.1);
}
.border-r-sky-900\/100 {
  border-right-color: rgb(12 74 110 / 1);
}
.border-r-sky-900\/15 {
  border-right-color: rgb(12 74 110 / 0.15);
}
.border-r-sky-900\/20 {
  border-right-color: rgb(12 74 110 / 0.2);
}
.border-r-sky-900\/25 {
  border-right-color: rgb(12 74 110 / 0.25);
}
.border-r-sky-900\/30 {
  border-right-color: rgb(12 74 110 / 0.3);
}
.border-r-sky-900\/35 {
  border-right-color: rgb(12 74 110 / 0.35);
}
.border-r-sky-900\/40 {
  border-right-color: rgb(12 74 110 / 0.4);
}
.border-r-sky-900\/45 {
  border-right-color: rgb(12 74 110 / 0.45);
}
.border-r-sky-900\/5 {
  border-right-color: rgb(12 74 110 / 0.05);
}
.border-r-sky-900\/50 {
  border-right-color: rgb(12 74 110 / 0.5);
}
.border-r-sky-900\/55 {
  border-right-color: rgb(12 74 110 / 0.55);
}
.border-r-sky-900\/60 {
  border-right-color: rgb(12 74 110 / 0.6);
}
.border-r-sky-900\/65 {
  border-right-color: rgb(12 74 110 / 0.65);
}
.border-r-sky-900\/70 {
  border-right-color: rgb(12 74 110 / 0.7);
}
.border-r-sky-900\/75 {
  border-right-color: rgb(12 74 110 / 0.75);
}
.border-r-sky-900\/80 {
  border-right-color: rgb(12 74 110 / 0.8);
}
.border-r-sky-900\/85 {
  border-right-color: rgb(12 74 110 / 0.85);
}
.border-r-sky-900\/90 {
  border-right-color: rgb(12 74 110 / 0.9);
}
.border-r-sky-900\/95 {
  border-right-color: rgb(12 74 110 / 0.95);
}
.border-r-sky-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-r-sky-950\/0 {
  border-right-color: rgb(8 47 73 / 0);
}
.border-r-sky-950\/10 {
  border-right-color: rgb(8 47 73 / 0.1);
}
.border-r-sky-950\/100 {
  border-right-color: rgb(8 47 73 / 1);
}
.border-r-sky-950\/15 {
  border-right-color: rgb(8 47 73 / 0.15);
}
.border-r-sky-950\/20 {
  border-right-color: rgb(8 47 73 / 0.2);
}
.border-r-sky-950\/25 {
  border-right-color: rgb(8 47 73 / 0.25);
}
.border-r-sky-950\/30 {
  border-right-color: rgb(8 47 73 / 0.3);
}
.border-r-sky-950\/35 {
  border-right-color: rgb(8 47 73 / 0.35);
}
.border-r-sky-950\/40 {
  border-right-color: rgb(8 47 73 / 0.4);
}
.border-r-sky-950\/45 {
  border-right-color: rgb(8 47 73 / 0.45);
}
.border-r-sky-950\/5 {
  border-right-color: rgb(8 47 73 / 0.05);
}
.border-r-sky-950\/50 {
  border-right-color: rgb(8 47 73 / 0.5);
}
.border-r-sky-950\/55 {
  border-right-color: rgb(8 47 73 / 0.55);
}
.border-r-sky-950\/60 {
  border-right-color: rgb(8 47 73 / 0.6);
}
.border-r-sky-950\/65 {
  border-right-color: rgb(8 47 73 / 0.65);
}
.border-r-sky-950\/70 {
  border-right-color: rgb(8 47 73 / 0.7);
}
.border-r-sky-950\/75 {
  border-right-color: rgb(8 47 73 / 0.75);
}
.border-r-sky-950\/80 {
  border-right-color: rgb(8 47 73 / 0.8);
}
.border-r-sky-950\/85 {
  border-right-color: rgb(8 47 73 / 0.85);
}
.border-r-sky-950\/90 {
  border-right-color: rgb(8 47 73 / 0.9);
}
.border-r-sky-950\/95 {
  border-right-color: rgb(8 47 73 / 0.95);
}
.border-r-slate-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-r-slate-100\/0 {
  border-right-color: rgb(241 245 249 / 0);
}
.border-r-slate-100\/10 {
  border-right-color: rgb(241 245 249 / 0.1);
}
.border-r-slate-100\/100 {
  border-right-color: rgb(241 245 249 / 1);
}
.border-r-slate-100\/15 {
  border-right-color: rgb(241 245 249 / 0.15);
}
.border-r-slate-100\/20 {
  border-right-color: rgb(241 245 249 / 0.2);
}
.border-r-slate-100\/25 {
  border-right-color: rgb(241 245 249 / 0.25);
}
.border-r-slate-100\/30 {
  border-right-color: rgb(241 245 249 / 0.3);
}
.border-r-slate-100\/35 {
  border-right-color: rgb(241 245 249 / 0.35);
}
.border-r-slate-100\/40 {
  border-right-color: rgb(241 245 249 / 0.4);
}
.border-r-slate-100\/45 {
  border-right-color: rgb(241 245 249 / 0.45);
}
.border-r-slate-100\/5 {
  border-right-color: rgb(241 245 249 / 0.05);
}
.border-r-slate-100\/50 {
  border-right-color: rgb(241 245 249 / 0.5);
}
.border-r-slate-100\/55 {
  border-right-color: rgb(241 245 249 / 0.55);
}
.border-r-slate-100\/60 {
  border-right-color: rgb(241 245 249 / 0.6);
}
.border-r-slate-100\/65 {
  border-right-color: rgb(241 245 249 / 0.65);
}
.border-r-slate-100\/70 {
  border-right-color: rgb(241 245 249 / 0.7);
}
.border-r-slate-100\/75 {
  border-right-color: rgb(241 245 249 / 0.75);
}
.border-r-slate-100\/80 {
  border-right-color: rgb(241 245 249 / 0.8);
}
.border-r-slate-100\/85 {
  border-right-color: rgb(241 245 249 / 0.85);
}
.border-r-slate-100\/90 {
  border-right-color: rgb(241 245 249 / 0.9);
}
.border-r-slate-100\/95 {
  border-right-color: rgb(241 245 249 / 0.95);
}
.border-r-slate-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-r-slate-200\/0 {
  border-right-color: rgb(226 232 240 / 0);
}
.border-r-slate-200\/10 {
  border-right-color: rgb(226 232 240 / 0.1);
}
.border-r-slate-200\/100 {
  border-right-color: rgb(226 232 240 / 1);
}
.border-r-slate-200\/15 {
  border-right-color: rgb(226 232 240 / 0.15);
}
.border-r-slate-200\/20 {
  border-right-color: rgb(226 232 240 / 0.2);
}
.border-r-slate-200\/25 {
  border-right-color: rgb(226 232 240 / 0.25);
}
.border-r-slate-200\/30 {
  border-right-color: rgb(226 232 240 / 0.3);
}
.border-r-slate-200\/35 {
  border-right-color: rgb(226 232 240 / 0.35);
}
.border-r-slate-200\/40 {
  border-right-color: rgb(226 232 240 / 0.4);
}
.border-r-slate-200\/45 {
  border-right-color: rgb(226 232 240 / 0.45);
}
.border-r-slate-200\/5 {
  border-right-color: rgb(226 232 240 / 0.05);
}
.border-r-slate-200\/50 {
  border-right-color: rgb(226 232 240 / 0.5);
}
.border-r-slate-200\/55 {
  border-right-color: rgb(226 232 240 / 0.55);
}
.border-r-slate-200\/60 {
  border-right-color: rgb(226 232 240 / 0.6);
}
.border-r-slate-200\/65 {
  border-right-color: rgb(226 232 240 / 0.65);
}
.border-r-slate-200\/70 {
  border-right-color: rgb(226 232 240 / 0.7);
}
.border-r-slate-200\/75 {
  border-right-color: rgb(226 232 240 / 0.75);
}
.border-r-slate-200\/80 {
  border-right-color: rgb(226 232 240 / 0.8);
}
.border-r-slate-200\/85 {
  border-right-color: rgb(226 232 240 / 0.85);
}
.border-r-slate-200\/90 {
  border-right-color: rgb(226 232 240 / 0.9);
}
.border-r-slate-200\/95 {
  border-right-color: rgb(226 232 240 / 0.95);
}
.border-r-slate-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-r-slate-300\/0 {
  border-right-color: rgb(203 213 225 / 0);
}
.border-r-slate-300\/10 {
  border-right-color: rgb(203 213 225 / 0.1);
}
.border-r-slate-300\/100 {
  border-right-color: rgb(203 213 225 / 1);
}
.border-r-slate-300\/15 {
  border-right-color: rgb(203 213 225 / 0.15);
}
.border-r-slate-300\/20 {
  border-right-color: rgb(203 213 225 / 0.2);
}
.border-r-slate-300\/25 {
  border-right-color: rgb(203 213 225 / 0.25);
}
.border-r-slate-300\/30 {
  border-right-color: rgb(203 213 225 / 0.3);
}
.border-r-slate-300\/35 {
  border-right-color: rgb(203 213 225 / 0.35);
}
.border-r-slate-300\/40 {
  border-right-color: rgb(203 213 225 / 0.4);
}
.border-r-slate-300\/45 {
  border-right-color: rgb(203 213 225 / 0.45);
}
.border-r-slate-300\/5 {
  border-right-color: rgb(203 213 225 / 0.05);
}
.border-r-slate-300\/50 {
  border-right-color: rgb(203 213 225 / 0.5);
}
.border-r-slate-300\/55 {
  border-right-color: rgb(203 213 225 / 0.55);
}
.border-r-slate-300\/60 {
  border-right-color: rgb(203 213 225 / 0.6);
}
.border-r-slate-300\/65 {
  border-right-color: rgb(203 213 225 / 0.65);
}
.border-r-slate-300\/70 {
  border-right-color: rgb(203 213 225 / 0.7);
}
.border-r-slate-300\/75 {
  border-right-color: rgb(203 213 225 / 0.75);
}
.border-r-slate-300\/80 {
  border-right-color: rgb(203 213 225 / 0.8);
}
.border-r-slate-300\/85 {
  border-right-color: rgb(203 213 225 / 0.85);
}
.border-r-slate-300\/90 {
  border-right-color: rgb(203 213 225 / 0.9);
}
.border-r-slate-300\/95 {
  border-right-color: rgb(203 213 225 / 0.95);
}
.border-r-slate-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-r-slate-400\/0 {
  border-right-color: rgb(148 163 184 / 0);
}
.border-r-slate-400\/10 {
  border-right-color: rgb(148 163 184 / 0.1);
}
.border-r-slate-400\/100 {
  border-right-color: rgb(148 163 184 / 1);
}
.border-r-slate-400\/15 {
  border-right-color: rgb(148 163 184 / 0.15);
}
.border-r-slate-400\/20 {
  border-right-color: rgb(148 163 184 / 0.2);
}
.border-r-slate-400\/25 {
  border-right-color: rgb(148 163 184 / 0.25);
}
.border-r-slate-400\/30 {
  border-right-color: rgb(148 163 184 / 0.3);
}
.border-r-slate-400\/35 {
  border-right-color: rgb(148 163 184 / 0.35);
}
.border-r-slate-400\/40 {
  border-right-color: rgb(148 163 184 / 0.4);
}
.border-r-slate-400\/45 {
  border-right-color: rgb(148 163 184 / 0.45);
}
.border-r-slate-400\/5 {
  border-right-color: rgb(148 163 184 / 0.05);
}
.border-r-slate-400\/50 {
  border-right-color: rgb(148 163 184 / 0.5);
}
.border-r-slate-400\/55 {
  border-right-color: rgb(148 163 184 / 0.55);
}
.border-r-slate-400\/60 {
  border-right-color: rgb(148 163 184 / 0.6);
}
.border-r-slate-400\/65 {
  border-right-color: rgb(148 163 184 / 0.65);
}
.border-r-slate-400\/70 {
  border-right-color: rgb(148 163 184 / 0.7);
}
.border-r-slate-400\/75 {
  border-right-color: rgb(148 163 184 / 0.75);
}
.border-r-slate-400\/80 {
  border-right-color: rgb(148 163 184 / 0.8);
}
.border-r-slate-400\/85 {
  border-right-color: rgb(148 163 184 / 0.85);
}
.border-r-slate-400\/90 {
  border-right-color: rgb(148 163 184 / 0.9);
}
.border-r-slate-400\/95 {
  border-right-color: rgb(148 163 184 / 0.95);
}
.border-r-slate-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-r-slate-50\/0 {
  border-right-color: rgb(248 250 252 / 0);
}
.border-r-slate-50\/10 {
  border-right-color: rgb(248 250 252 / 0.1);
}
.border-r-slate-50\/100 {
  border-right-color: rgb(248 250 252 / 1);
}
.border-r-slate-50\/15 {
  border-right-color: rgb(248 250 252 / 0.15);
}
.border-r-slate-50\/20 {
  border-right-color: rgb(248 250 252 / 0.2);
}
.border-r-slate-50\/25 {
  border-right-color: rgb(248 250 252 / 0.25);
}
.border-r-slate-50\/30 {
  border-right-color: rgb(248 250 252 / 0.3);
}
.border-r-slate-50\/35 {
  border-right-color: rgb(248 250 252 / 0.35);
}
.border-r-slate-50\/40 {
  border-right-color: rgb(248 250 252 / 0.4);
}
.border-r-slate-50\/45 {
  border-right-color: rgb(248 250 252 / 0.45);
}
.border-r-slate-50\/5 {
  border-right-color: rgb(248 250 252 / 0.05);
}
.border-r-slate-50\/50 {
  border-right-color: rgb(248 250 252 / 0.5);
}
.border-r-slate-50\/55 {
  border-right-color: rgb(248 250 252 / 0.55);
}
.border-r-slate-50\/60 {
  border-right-color: rgb(248 250 252 / 0.6);
}
.border-r-slate-50\/65 {
  border-right-color: rgb(248 250 252 / 0.65);
}
.border-r-slate-50\/70 {
  border-right-color: rgb(248 250 252 / 0.7);
}
.border-r-slate-50\/75 {
  border-right-color: rgb(248 250 252 / 0.75);
}
.border-r-slate-50\/80 {
  border-right-color: rgb(248 250 252 / 0.8);
}
.border-r-slate-50\/85 {
  border-right-color: rgb(248 250 252 / 0.85);
}
.border-r-slate-50\/90 {
  border-right-color: rgb(248 250 252 / 0.9);
}
.border-r-slate-50\/95 {
  border-right-color: rgb(248 250 252 / 0.95);
}
.border-r-slate-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-r-slate-500\/0 {
  border-right-color: rgb(100 116 139 / 0);
}
.border-r-slate-500\/10 {
  border-right-color: rgb(100 116 139 / 0.1);
}
.border-r-slate-500\/100 {
  border-right-color: rgb(100 116 139 / 1);
}
.border-r-slate-500\/15 {
  border-right-color: rgb(100 116 139 / 0.15);
}
.border-r-slate-500\/20 {
  border-right-color: rgb(100 116 139 / 0.2);
}
.border-r-slate-500\/25 {
  border-right-color: rgb(100 116 139 / 0.25);
}
.border-r-slate-500\/30 {
  border-right-color: rgb(100 116 139 / 0.3);
}
.border-r-slate-500\/35 {
  border-right-color: rgb(100 116 139 / 0.35);
}
.border-r-slate-500\/40 {
  border-right-color: rgb(100 116 139 / 0.4);
}
.border-r-slate-500\/45 {
  border-right-color: rgb(100 116 139 / 0.45);
}
.border-r-slate-500\/5 {
  border-right-color: rgb(100 116 139 / 0.05);
}
.border-r-slate-500\/50 {
  border-right-color: rgb(100 116 139 / 0.5);
}
.border-r-slate-500\/55 {
  border-right-color: rgb(100 116 139 / 0.55);
}
.border-r-slate-500\/60 {
  border-right-color: rgb(100 116 139 / 0.6);
}
.border-r-slate-500\/65 {
  border-right-color: rgb(100 116 139 / 0.65);
}
.border-r-slate-500\/70 {
  border-right-color: rgb(100 116 139 / 0.7);
}
.border-r-slate-500\/75 {
  border-right-color: rgb(100 116 139 / 0.75);
}
.border-r-slate-500\/80 {
  border-right-color: rgb(100 116 139 / 0.8);
}
.border-r-slate-500\/85 {
  border-right-color: rgb(100 116 139 / 0.85);
}
.border-r-slate-500\/90 {
  border-right-color: rgb(100 116 139 / 0.9);
}
.border-r-slate-500\/95 {
  border-right-color: rgb(100 116 139 / 0.95);
}
.border-r-slate-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-r-slate-600\/0 {
  border-right-color: rgb(71 85 105 / 0);
}
.border-r-slate-600\/10 {
  border-right-color: rgb(71 85 105 / 0.1);
}
.border-r-slate-600\/100 {
  border-right-color: rgb(71 85 105 / 1);
}
.border-r-slate-600\/15 {
  border-right-color: rgb(71 85 105 / 0.15);
}
.border-r-slate-600\/20 {
  border-right-color: rgb(71 85 105 / 0.2);
}
.border-r-slate-600\/25 {
  border-right-color: rgb(71 85 105 / 0.25);
}
.border-r-slate-600\/30 {
  border-right-color: rgb(71 85 105 / 0.3);
}
.border-r-slate-600\/35 {
  border-right-color: rgb(71 85 105 / 0.35);
}
.border-r-slate-600\/40 {
  border-right-color: rgb(71 85 105 / 0.4);
}
.border-r-slate-600\/45 {
  border-right-color: rgb(71 85 105 / 0.45);
}
.border-r-slate-600\/5 {
  border-right-color: rgb(71 85 105 / 0.05);
}
.border-r-slate-600\/50 {
  border-right-color: rgb(71 85 105 / 0.5);
}
.border-r-slate-600\/55 {
  border-right-color: rgb(71 85 105 / 0.55);
}
.border-r-slate-600\/60 {
  border-right-color: rgb(71 85 105 / 0.6);
}
.border-r-slate-600\/65 {
  border-right-color: rgb(71 85 105 / 0.65);
}
.border-r-slate-600\/70 {
  border-right-color: rgb(71 85 105 / 0.7);
}
.border-r-slate-600\/75 {
  border-right-color: rgb(71 85 105 / 0.75);
}
.border-r-slate-600\/80 {
  border-right-color: rgb(71 85 105 / 0.8);
}
.border-r-slate-600\/85 {
  border-right-color: rgb(71 85 105 / 0.85);
}
.border-r-slate-600\/90 {
  border-right-color: rgb(71 85 105 / 0.9);
}
.border-r-slate-600\/95 {
  border-right-color: rgb(71 85 105 / 0.95);
}
.border-r-slate-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-r-slate-700\/0 {
  border-right-color: rgb(51 65 85 / 0);
}
.border-r-slate-700\/10 {
  border-right-color: rgb(51 65 85 / 0.1);
}
.border-r-slate-700\/100 {
  border-right-color: rgb(51 65 85 / 1);
}
.border-r-slate-700\/15 {
  border-right-color: rgb(51 65 85 / 0.15);
}
.border-r-slate-700\/20 {
  border-right-color: rgb(51 65 85 / 0.2);
}
.border-r-slate-700\/25 {
  border-right-color: rgb(51 65 85 / 0.25);
}
.border-r-slate-700\/30 {
  border-right-color: rgb(51 65 85 / 0.3);
}
.border-r-slate-700\/35 {
  border-right-color: rgb(51 65 85 / 0.35);
}
.border-r-slate-700\/40 {
  border-right-color: rgb(51 65 85 / 0.4);
}
.border-r-slate-700\/45 {
  border-right-color: rgb(51 65 85 / 0.45);
}
.border-r-slate-700\/5 {
  border-right-color: rgb(51 65 85 / 0.05);
}
.border-r-slate-700\/50 {
  border-right-color: rgb(51 65 85 / 0.5);
}
.border-r-slate-700\/55 {
  border-right-color: rgb(51 65 85 / 0.55);
}
.border-r-slate-700\/60 {
  border-right-color: rgb(51 65 85 / 0.6);
}
.border-r-slate-700\/65 {
  border-right-color: rgb(51 65 85 / 0.65);
}
.border-r-slate-700\/70 {
  border-right-color: rgb(51 65 85 / 0.7);
}
.border-r-slate-700\/75 {
  border-right-color: rgb(51 65 85 / 0.75);
}
.border-r-slate-700\/80 {
  border-right-color: rgb(51 65 85 / 0.8);
}
.border-r-slate-700\/85 {
  border-right-color: rgb(51 65 85 / 0.85);
}
.border-r-slate-700\/90 {
  border-right-color: rgb(51 65 85 / 0.9);
}
.border-r-slate-700\/95 {
  border-right-color: rgb(51 65 85 / 0.95);
}
.border-r-slate-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-r-slate-800\/0 {
  border-right-color: rgb(30 41 59 / 0);
}
.border-r-slate-800\/10 {
  border-right-color: rgb(30 41 59 / 0.1);
}
.border-r-slate-800\/100 {
  border-right-color: rgb(30 41 59 / 1);
}
.border-r-slate-800\/15 {
  border-right-color: rgb(30 41 59 / 0.15);
}
.border-r-slate-800\/20 {
  border-right-color: rgb(30 41 59 / 0.2);
}
.border-r-slate-800\/25 {
  border-right-color: rgb(30 41 59 / 0.25);
}
.border-r-slate-800\/30 {
  border-right-color: rgb(30 41 59 / 0.3);
}
.border-r-slate-800\/35 {
  border-right-color: rgb(30 41 59 / 0.35);
}
.border-r-slate-800\/40 {
  border-right-color: rgb(30 41 59 / 0.4);
}
.border-r-slate-800\/45 {
  border-right-color: rgb(30 41 59 / 0.45);
}
.border-r-slate-800\/5 {
  border-right-color: rgb(30 41 59 / 0.05);
}
.border-r-slate-800\/50 {
  border-right-color: rgb(30 41 59 / 0.5);
}
.border-r-slate-800\/55 {
  border-right-color: rgb(30 41 59 / 0.55);
}
.border-r-slate-800\/60 {
  border-right-color: rgb(30 41 59 / 0.6);
}
.border-r-slate-800\/65 {
  border-right-color: rgb(30 41 59 / 0.65);
}
.border-r-slate-800\/70 {
  border-right-color: rgb(30 41 59 / 0.7);
}
.border-r-slate-800\/75 {
  border-right-color: rgb(30 41 59 / 0.75);
}
.border-r-slate-800\/80 {
  border-right-color: rgb(30 41 59 / 0.8);
}
.border-r-slate-800\/85 {
  border-right-color: rgb(30 41 59 / 0.85);
}
.border-r-slate-800\/90 {
  border-right-color: rgb(30 41 59 / 0.9);
}
.border-r-slate-800\/95 {
  border-right-color: rgb(30 41 59 / 0.95);
}
.border-r-slate-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-r-slate-900\/0 {
  border-right-color: rgb(15 23 42 / 0);
}
.border-r-slate-900\/10 {
  border-right-color: rgb(15 23 42 / 0.1);
}
.border-r-slate-900\/100 {
  border-right-color: rgb(15 23 42 / 1);
}
.border-r-slate-900\/15 {
  border-right-color: rgb(15 23 42 / 0.15);
}
.border-r-slate-900\/20 {
  border-right-color: rgb(15 23 42 / 0.2);
}
.border-r-slate-900\/25 {
  border-right-color: rgb(15 23 42 / 0.25);
}
.border-r-slate-900\/30 {
  border-right-color: rgb(15 23 42 / 0.3);
}
.border-r-slate-900\/35 {
  border-right-color: rgb(15 23 42 / 0.35);
}
.border-r-slate-900\/40 {
  border-right-color: rgb(15 23 42 / 0.4);
}
.border-r-slate-900\/45 {
  border-right-color: rgb(15 23 42 / 0.45);
}
.border-r-slate-900\/5 {
  border-right-color: rgb(15 23 42 / 0.05);
}
.border-r-slate-900\/50 {
  border-right-color: rgb(15 23 42 / 0.5);
}
.border-r-slate-900\/55 {
  border-right-color: rgb(15 23 42 / 0.55);
}
.border-r-slate-900\/60 {
  border-right-color: rgb(15 23 42 / 0.6);
}
.border-r-slate-900\/65 {
  border-right-color: rgb(15 23 42 / 0.65);
}
.border-r-slate-900\/70 {
  border-right-color: rgb(15 23 42 / 0.7);
}
.border-r-slate-900\/75 {
  border-right-color: rgb(15 23 42 / 0.75);
}
.border-r-slate-900\/80 {
  border-right-color: rgb(15 23 42 / 0.8);
}
.border-r-slate-900\/85 {
  border-right-color: rgb(15 23 42 / 0.85);
}
.border-r-slate-900\/90 {
  border-right-color: rgb(15 23 42 / 0.9);
}
.border-r-slate-900\/95 {
  border-right-color: rgb(15 23 42 / 0.95);
}
.border-r-slate-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-r-slate-950\/0 {
  border-right-color: rgb(2 6 23 / 0);
}
.border-r-slate-950\/10 {
  border-right-color: rgb(2 6 23 / 0.1);
}
.border-r-slate-950\/100 {
  border-right-color: rgb(2 6 23 / 1);
}
.border-r-slate-950\/15 {
  border-right-color: rgb(2 6 23 / 0.15);
}
.border-r-slate-950\/20 {
  border-right-color: rgb(2 6 23 / 0.2);
}
.border-r-slate-950\/25 {
  border-right-color: rgb(2 6 23 / 0.25);
}
.border-r-slate-950\/30 {
  border-right-color: rgb(2 6 23 / 0.3);
}
.border-r-slate-950\/35 {
  border-right-color: rgb(2 6 23 / 0.35);
}
.border-r-slate-950\/40 {
  border-right-color: rgb(2 6 23 / 0.4);
}
.border-r-slate-950\/45 {
  border-right-color: rgb(2 6 23 / 0.45);
}
.border-r-slate-950\/5 {
  border-right-color: rgb(2 6 23 / 0.05);
}
.border-r-slate-950\/50 {
  border-right-color: rgb(2 6 23 / 0.5);
}
.border-r-slate-950\/55 {
  border-right-color: rgb(2 6 23 / 0.55);
}
.border-r-slate-950\/60 {
  border-right-color: rgb(2 6 23 / 0.6);
}
.border-r-slate-950\/65 {
  border-right-color: rgb(2 6 23 / 0.65);
}
.border-r-slate-950\/70 {
  border-right-color: rgb(2 6 23 / 0.7);
}
.border-r-slate-950\/75 {
  border-right-color: rgb(2 6 23 / 0.75);
}
.border-r-slate-950\/80 {
  border-right-color: rgb(2 6 23 / 0.8);
}
.border-r-slate-950\/85 {
  border-right-color: rgb(2 6 23 / 0.85);
}
.border-r-slate-950\/90 {
  border-right-color: rgb(2 6 23 / 0.9);
}
.border-r-slate-950\/95 {
  border-right-color: rgb(2 6 23 / 0.95);
}
.border-r-stone-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-r-stone-100\/0 {
  border-right-color: rgb(245 245 244 / 0);
}
.border-r-stone-100\/10 {
  border-right-color: rgb(245 245 244 / 0.1);
}
.border-r-stone-100\/100 {
  border-right-color: rgb(245 245 244 / 1);
}
.border-r-stone-100\/15 {
  border-right-color: rgb(245 245 244 / 0.15);
}
.border-r-stone-100\/20 {
  border-right-color: rgb(245 245 244 / 0.2);
}
.border-r-stone-100\/25 {
  border-right-color: rgb(245 245 244 / 0.25);
}
.border-r-stone-100\/30 {
  border-right-color: rgb(245 245 244 / 0.3);
}
.border-r-stone-100\/35 {
  border-right-color: rgb(245 245 244 / 0.35);
}
.border-r-stone-100\/40 {
  border-right-color: rgb(245 245 244 / 0.4);
}
.border-r-stone-100\/45 {
  border-right-color: rgb(245 245 244 / 0.45);
}
.border-r-stone-100\/5 {
  border-right-color: rgb(245 245 244 / 0.05);
}
.border-r-stone-100\/50 {
  border-right-color: rgb(245 245 244 / 0.5);
}
.border-r-stone-100\/55 {
  border-right-color: rgb(245 245 244 / 0.55);
}
.border-r-stone-100\/60 {
  border-right-color: rgb(245 245 244 / 0.6);
}
.border-r-stone-100\/65 {
  border-right-color: rgb(245 245 244 / 0.65);
}
.border-r-stone-100\/70 {
  border-right-color: rgb(245 245 244 / 0.7);
}
.border-r-stone-100\/75 {
  border-right-color: rgb(245 245 244 / 0.75);
}
.border-r-stone-100\/80 {
  border-right-color: rgb(245 245 244 / 0.8);
}
.border-r-stone-100\/85 {
  border-right-color: rgb(245 245 244 / 0.85);
}
.border-r-stone-100\/90 {
  border-right-color: rgb(245 245 244 / 0.9);
}
.border-r-stone-100\/95 {
  border-right-color: rgb(245 245 244 / 0.95);
}
.border-r-stone-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-r-stone-200\/0 {
  border-right-color: rgb(231 229 228 / 0);
}
.border-r-stone-200\/10 {
  border-right-color: rgb(231 229 228 / 0.1);
}
.border-r-stone-200\/100 {
  border-right-color: rgb(231 229 228 / 1);
}
.border-r-stone-200\/15 {
  border-right-color: rgb(231 229 228 / 0.15);
}
.border-r-stone-200\/20 {
  border-right-color: rgb(231 229 228 / 0.2);
}
.border-r-stone-200\/25 {
  border-right-color: rgb(231 229 228 / 0.25);
}
.border-r-stone-200\/30 {
  border-right-color: rgb(231 229 228 / 0.3);
}
.border-r-stone-200\/35 {
  border-right-color: rgb(231 229 228 / 0.35);
}
.border-r-stone-200\/40 {
  border-right-color: rgb(231 229 228 / 0.4);
}
.border-r-stone-200\/45 {
  border-right-color: rgb(231 229 228 / 0.45);
}
.border-r-stone-200\/5 {
  border-right-color: rgb(231 229 228 / 0.05);
}
.border-r-stone-200\/50 {
  border-right-color: rgb(231 229 228 / 0.5);
}
.border-r-stone-200\/55 {
  border-right-color: rgb(231 229 228 / 0.55);
}
.border-r-stone-200\/60 {
  border-right-color: rgb(231 229 228 / 0.6);
}
.border-r-stone-200\/65 {
  border-right-color: rgb(231 229 228 / 0.65);
}
.border-r-stone-200\/70 {
  border-right-color: rgb(231 229 228 / 0.7);
}
.border-r-stone-200\/75 {
  border-right-color: rgb(231 229 228 / 0.75);
}
.border-r-stone-200\/80 {
  border-right-color: rgb(231 229 228 / 0.8);
}
.border-r-stone-200\/85 {
  border-right-color: rgb(231 229 228 / 0.85);
}
.border-r-stone-200\/90 {
  border-right-color: rgb(231 229 228 / 0.9);
}
.border-r-stone-200\/95 {
  border-right-color: rgb(231 229 228 / 0.95);
}
.border-r-stone-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-r-stone-300\/0 {
  border-right-color: rgb(214 211 209 / 0);
}
.border-r-stone-300\/10 {
  border-right-color: rgb(214 211 209 / 0.1);
}
.border-r-stone-300\/100 {
  border-right-color: rgb(214 211 209 / 1);
}
.border-r-stone-300\/15 {
  border-right-color: rgb(214 211 209 / 0.15);
}
.border-r-stone-300\/20 {
  border-right-color: rgb(214 211 209 / 0.2);
}
.border-r-stone-300\/25 {
  border-right-color: rgb(214 211 209 / 0.25);
}
.border-r-stone-300\/30 {
  border-right-color: rgb(214 211 209 / 0.3);
}
.border-r-stone-300\/35 {
  border-right-color: rgb(214 211 209 / 0.35);
}
.border-r-stone-300\/40 {
  border-right-color: rgb(214 211 209 / 0.4);
}
.border-r-stone-300\/45 {
  border-right-color: rgb(214 211 209 / 0.45);
}
.border-r-stone-300\/5 {
  border-right-color: rgb(214 211 209 / 0.05);
}
.border-r-stone-300\/50 {
  border-right-color: rgb(214 211 209 / 0.5);
}
.border-r-stone-300\/55 {
  border-right-color: rgb(214 211 209 / 0.55);
}
.border-r-stone-300\/60 {
  border-right-color: rgb(214 211 209 / 0.6);
}
.border-r-stone-300\/65 {
  border-right-color: rgb(214 211 209 / 0.65);
}
.border-r-stone-300\/70 {
  border-right-color: rgb(214 211 209 / 0.7);
}
.border-r-stone-300\/75 {
  border-right-color: rgb(214 211 209 / 0.75);
}
.border-r-stone-300\/80 {
  border-right-color: rgb(214 211 209 / 0.8);
}
.border-r-stone-300\/85 {
  border-right-color: rgb(214 211 209 / 0.85);
}
.border-r-stone-300\/90 {
  border-right-color: rgb(214 211 209 / 0.9);
}
.border-r-stone-300\/95 {
  border-right-color: rgb(214 211 209 / 0.95);
}
.border-r-stone-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-r-stone-400\/0 {
  border-right-color: rgb(168 162 158 / 0);
}
.border-r-stone-400\/10 {
  border-right-color: rgb(168 162 158 / 0.1);
}
.border-r-stone-400\/100 {
  border-right-color: rgb(168 162 158 / 1);
}
.border-r-stone-400\/15 {
  border-right-color: rgb(168 162 158 / 0.15);
}
.border-r-stone-400\/20 {
  border-right-color: rgb(168 162 158 / 0.2);
}
.border-r-stone-400\/25 {
  border-right-color: rgb(168 162 158 / 0.25);
}
.border-r-stone-400\/30 {
  border-right-color: rgb(168 162 158 / 0.3);
}
.border-r-stone-400\/35 {
  border-right-color: rgb(168 162 158 / 0.35);
}
.border-r-stone-400\/40 {
  border-right-color: rgb(168 162 158 / 0.4);
}
.border-r-stone-400\/45 {
  border-right-color: rgb(168 162 158 / 0.45);
}
.border-r-stone-400\/5 {
  border-right-color: rgb(168 162 158 / 0.05);
}
.border-r-stone-400\/50 {
  border-right-color: rgb(168 162 158 / 0.5);
}
.border-r-stone-400\/55 {
  border-right-color: rgb(168 162 158 / 0.55);
}
.border-r-stone-400\/60 {
  border-right-color: rgb(168 162 158 / 0.6);
}
.border-r-stone-400\/65 {
  border-right-color: rgb(168 162 158 / 0.65);
}
.border-r-stone-400\/70 {
  border-right-color: rgb(168 162 158 / 0.7);
}
.border-r-stone-400\/75 {
  border-right-color: rgb(168 162 158 / 0.75);
}
.border-r-stone-400\/80 {
  border-right-color: rgb(168 162 158 / 0.8);
}
.border-r-stone-400\/85 {
  border-right-color: rgb(168 162 158 / 0.85);
}
.border-r-stone-400\/90 {
  border-right-color: rgb(168 162 158 / 0.9);
}
.border-r-stone-400\/95 {
  border-right-color: rgb(168 162 158 / 0.95);
}
.border-r-stone-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-r-stone-50\/0 {
  border-right-color: rgb(250 250 249 / 0);
}
.border-r-stone-50\/10 {
  border-right-color: rgb(250 250 249 / 0.1);
}
.border-r-stone-50\/100 {
  border-right-color: rgb(250 250 249 / 1);
}
.border-r-stone-50\/15 {
  border-right-color: rgb(250 250 249 / 0.15);
}
.border-r-stone-50\/20 {
  border-right-color: rgb(250 250 249 / 0.2);
}
.border-r-stone-50\/25 {
  border-right-color: rgb(250 250 249 / 0.25);
}
.border-r-stone-50\/30 {
  border-right-color: rgb(250 250 249 / 0.3);
}
.border-r-stone-50\/35 {
  border-right-color: rgb(250 250 249 / 0.35);
}
.border-r-stone-50\/40 {
  border-right-color: rgb(250 250 249 / 0.4);
}
.border-r-stone-50\/45 {
  border-right-color: rgb(250 250 249 / 0.45);
}
.border-r-stone-50\/5 {
  border-right-color: rgb(250 250 249 / 0.05);
}
.border-r-stone-50\/50 {
  border-right-color: rgb(250 250 249 / 0.5);
}
.border-r-stone-50\/55 {
  border-right-color: rgb(250 250 249 / 0.55);
}
.border-r-stone-50\/60 {
  border-right-color: rgb(250 250 249 / 0.6);
}
.border-r-stone-50\/65 {
  border-right-color: rgb(250 250 249 / 0.65);
}
.border-r-stone-50\/70 {
  border-right-color: rgb(250 250 249 / 0.7);
}
.border-r-stone-50\/75 {
  border-right-color: rgb(250 250 249 / 0.75);
}
.border-r-stone-50\/80 {
  border-right-color: rgb(250 250 249 / 0.8);
}
.border-r-stone-50\/85 {
  border-right-color: rgb(250 250 249 / 0.85);
}
.border-r-stone-50\/90 {
  border-right-color: rgb(250 250 249 / 0.9);
}
.border-r-stone-50\/95 {
  border-right-color: rgb(250 250 249 / 0.95);
}
.border-r-stone-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-r-stone-500\/0 {
  border-right-color: rgb(120 113 108 / 0);
}
.border-r-stone-500\/10 {
  border-right-color: rgb(120 113 108 / 0.1);
}
.border-r-stone-500\/100 {
  border-right-color: rgb(120 113 108 / 1);
}
.border-r-stone-500\/15 {
  border-right-color: rgb(120 113 108 / 0.15);
}
.border-r-stone-500\/20 {
  border-right-color: rgb(120 113 108 / 0.2);
}
.border-r-stone-500\/25 {
  border-right-color: rgb(120 113 108 / 0.25);
}
.border-r-stone-500\/30 {
  border-right-color: rgb(120 113 108 / 0.3);
}
.border-r-stone-500\/35 {
  border-right-color: rgb(120 113 108 / 0.35);
}
.border-r-stone-500\/40 {
  border-right-color: rgb(120 113 108 / 0.4);
}
.border-r-stone-500\/45 {
  border-right-color: rgb(120 113 108 / 0.45);
}
.border-r-stone-500\/5 {
  border-right-color: rgb(120 113 108 / 0.05);
}
.border-r-stone-500\/50 {
  border-right-color: rgb(120 113 108 / 0.5);
}
.border-r-stone-500\/55 {
  border-right-color: rgb(120 113 108 / 0.55);
}
.border-r-stone-500\/60 {
  border-right-color: rgb(120 113 108 / 0.6);
}
.border-r-stone-500\/65 {
  border-right-color: rgb(120 113 108 / 0.65);
}
.border-r-stone-500\/70 {
  border-right-color: rgb(120 113 108 / 0.7);
}
.border-r-stone-500\/75 {
  border-right-color: rgb(120 113 108 / 0.75);
}
.border-r-stone-500\/80 {
  border-right-color: rgb(120 113 108 / 0.8);
}
.border-r-stone-500\/85 {
  border-right-color: rgb(120 113 108 / 0.85);
}
.border-r-stone-500\/90 {
  border-right-color: rgb(120 113 108 / 0.9);
}
.border-r-stone-500\/95 {
  border-right-color: rgb(120 113 108 / 0.95);
}
.border-r-stone-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-r-stone-600\/0 {
  border-right-color: rgb(87 83 78 / 0);
}
.border-r-stone-600\/10 {
  border-right-color: rgb(87 83 78 / 0.1);
}
.border-r-stone-600\/100 {
  border-right-color: rgb(87 83 78 / 1);
}
.border-r-stone-600\/15 {
  border-right-color: rgb(87 83 78 / 0.15);
}
.border-r-stone-600\/20 {
  border-right-color: rgb(87 83 78 / 0.2);
}
.border-r-stone-600\/25 {
  border-right-color: rgb(87 83 78 / 0.25);
}
.border-r-stone-600\/30 {
  border-right-color: rgb(87 83 78 / 0.3);
}
.border-r-stone-600\/35 {
  border-right-color: rgb(87 83 78 / 0.35);
}
.border-r-stone-600\/40 {
  border-right-color: rgb(87 83 78 / 0.4);
}
.border-r-stone-600\/45 {
  border-right-color: rgb(87 83 78 / 0.45);
}
.border-r-stone-600\/5 {
  border-right-color: rgb(87 83 78 / 0.05);
}
.border-r-stone-600\/50 {
  border-right-color: rgb(87 83 78 / 0.5);
}
.border-r-stone-600\/55 {
  border-right-color: rgb(87 83 78 / 0.55);
}
.border-r-stone-600\/60 {
  border-right-color: rgb(87 83 78 / 0.6);
}
.border-r-stone-600\/65 {
  border-right-color: rgb(87 83 78 / 0.65);
}
.border-r-stone-600\/70 {
  border-right-color: rgb(87 83 78 / 0.7);
}
.border-r-stone-600\/75 {
  border-right-color: rgb(87 83 78 / 0.75);
}
.border-r-stone-600\/80 {
  border-right-color: rgb(87 83 78 / 0.8);
}
.border-r-stone-600\/85 {
  border-right-color: rgb(87 83 78 / 0.85);
}
.border-r-stone-600\/90 {
  border-right-color: rgb(87 83 78 / 0.9);
}
.border-r-stone-600\/95 {
  border-right-color: rgb(87 83 78 / 0.95);
}
.border-r-stone-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-r-stone-700\/0 {
  border-right-color: rgb(68 64 60 / 0);
}
.border-r-stone-700\/10 {
  border-right-color: rgb(68 64 60 / 0.1);
}
.border-r-stone-700\/100 {
  border-right-color: rgb(68 64 60 / 1);
}
.border-r-stone-700\/15 {
  border-right-color: rgb(68 64 60 / 0.15);
}
.border-r-stone-700\/20 {
  border-right-color: rgb(68 64 60 / 0.2);
}
.border-r-stone-700\/25 {
  border-right-color: rgb(68 64 60 / 0.25);
}
.border-r-stone-700\/30 {
  border-right-color: rgb(68 64 60 / 0.3);
}
.border-r-stone-700\/35 {
  border-right-color: rgb(68 64 60 / 0.35);
}
.border-r-stone-700\/40 {
  border-right-color: rgb(68 64 60 / 0.4);
}
.border-r-stone-700\/45 {
  border-right-color: rgb(68 64 60 / 0.45);
}
.border-r-stone-700\/5 {
  border-right-color: rgb(68 64 60 / 0.05);
}
.border-r-stone-700\/50 {
  border-right-color: rgb(68 64 60 / 0.5);
}
.border-r-stone-700\/55 {
  border-right-color: rgb(68 64 60 / 0.55);
}
.border-r-stone-700\/60 {
  border-right-color: rgb(68 64 60 / 0.6);
}
.border-r-stone-700\/65 {
  border-right-color: rgb(68 64 60 / 0.65);
}
.border-r-stone-700\/70 {
  border-right-color: rgb(68 64 60 / 0.7);
}
.border-r-stone-700\/75 {
  border-right-color: rgb(68 64 60 / 0.75);
}
.border-r-stone-700\/80 {
  border-right-color: rgb(68 64 60 / 0.8);
}
.border-r-stone-700\/85 {
  border-right-color: rgb(68 64 60 / 0.85);
}
.border-r-stone-700\/90 {
  border-right-color: rgb(68 64 60 / 0.9);
}
.border-r-stone-700\/95 {
  border-right-color: rgb(68 64 60 / 0.95);
}
.border-r-stone-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-r-stone-800\/0 {
  border-right-color: rgb(41 37 36 / 0);
}
.border-r-stone-800\/10 {
  border-right-color: rgb(41 37 36 / 0.1);
}
.border-r-stone-800\/100 {
  border-right-color: rgb(41 37 36 / 1);
}
.border-r-stone-800\/15 {
  border-right-color: rgb(41 37 36 / 0.15);
}
.border-r-stone-800\/20 {
  border-right-color: rgb(41 37 36 / 0.2);
}
.border-r-stone-800\/25 {
  border-right-color: rgb(41 37 36 / 0.25);
}
.border-r-stone-800\/30 {
  border-right-color: rgb(41 37 36 / 0.3);
}
.border-r-stone-800\/35 {
  border-right-color: rgb(41 37 36 / 0.35);
}
.border-r-stone-800\/40 {
  border-right-color: rgb(41 37 36 / 0.4);
}
.border-r-stone-800\/45 {
  border-right-color: rgb(41 37 36 / 0.45);
}
.border-r-stone-800\/5 {
  border-right-color: rgb(41 37 36 / 0.05);
}
.border-r-stone-800\/50 {
  border-right-color: rgb(41 37 36 / 0.5);
}
.border-r-stone-800\/55 {
  border-right-color: rgb(41 37 36 / 0.55);
}
.border-r-stone-800\/60 {
  border-right-color: rgb(41 37 36 / 0.6);
}
.border-r-stone-800\/65 {
  border-right-color: rgb(41 37 36 / 0.65);
}
.border-r-stone-800\/70 {
  border-right-color: rgb(41 37 36 / 0.7);
}
.border-r-stone-800\/75 {
  border-right-color: rgb(41 37 36 / 0.75);
}
.border-r-stone-800\/80 {
  border-right-color: rgb(41 37 36 / 0.8);
}
.border-r-stone-800\/85 {
  border-right-color: rgb(41 37 36 / 0.85);
}
.border-r-stone-800\/90 {
  border-right-color: rgb(41 37 36 / 0.9);
}
.border-r-stone-800\/95 {
  border-right-color: rgb(41 37 36 / 0.95);
}
.border-r-stone-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-r-stone-900\/0 {
  border-right-color: rgb(28 25 23 / 0);
}
.border-r-stone-900\/10 {
  border-right-color: rgb(28 25 23 / 0.1);
}
.border-r-stone-900\/100 {
  border-right-color: rgb(28 25 23 / 1);
}
.border-r-stone-900\/15 {
  border-right-color: rgb(28 25 23 / 0.15);
}
.border-r-stone-900\/20 {
  border-right-color: rgb(28 25 23 / 0.2);
}
.border-r-stone-900\/25 {
  border-right-color: rgb(28 25 23 / 0.25);
}
.border-r-stone-900\/30 {
  border-right-color: rgb(28 25 23 / 0.3);
}
.border-r-stone-900\/35 {
  border-right-color: rgb(28 25 23 / 0.35);
}
.border-r-stone-900\/40 {
  border-right-color: rgb(28 25 23 / 0.4);
}
.border-r-stone-900\/45 {
  border-right-color: rgb(28 25 23 / 0.45);
}
.border-r-stone-900\/5 {
  border-right-color: rgb(28 25 23 / 0.05);
}
.border-r-stone-900\/50 {
  border-right-color: rgb(28 25 23 / 0.5);
}
.border-r-stone-900\/55 {
  border-right-color: rgb(28 25 23 / 0.55);
}
.border-r-stone-900\/60 {
  border-right-color: rgb(28 25 23 / 0.6);
}
.border-r-stone-900\/65 {
  border-right-color: rgb(28 25 23 / 0.65);
}
.border-r-stone-900\/70 {
  border-right-color: rgb(28 25 23 / 0.7);
}
.border-r-stone-900\/75 {
  border-right-color: rgb(28 25 23 / 0.75);
}
.border-r-stone-900\/80 {
  border-right-color: rgb(28 25 23 / 0.8);
}
.border-r-stone-900\/85 {
  border-right-color: rgb(28 25 23 / 0.85);
}
.border-r-stone-900\/90 {
  border-right-color: rgb(28 25 23 / 0.9);
}
.border-r-stone-900\/95 {
  border-right-color: rgb(28 25 23 / 0.95);
}
.border-r-stone-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-r-stone-950\/0 {
  border-right-color: rgb(12 10 9 / 0);
}
.border-r-stone-950\/10 {
  border-right-color: rgb(12 10 9 / 0.1);
}
.border-r-stone-950\/100 {
  border-right-color: rgb(12 10 9 / 1);
}
.border-r-stone-950\/15 {
  border-right-color: rgb(12 10 9 / 0.15);
}
.border-r-stone-950\/20 {
  border-right-color: rgb(12 10 9 / 0.2);
}
.border-r-stone-950\/25 {
  border-right-color: rgb(12 10 9 / 0.25);
}
.border-r-stone-950\/30 {
  border-right-color: rgb(12 10 9 / 0.3);
}
.border-r-stone-950\/35 {
  border-right-color: rgb(12 10 9 / 0.35);
}
.border-r-stone-950\/40 {
  border-right-color: rgb(12 10 9 / 0.4);
}
.border-r-stone-950\/45 {
  border-right-color: rgb(12 10 9 / 0.45);
}
.border-r-stone-950\/5 {
  border-right-color: rgb(12 10 9 / 0.05);
}
.border-r-stone-950\/50 {
  border-right-color: rgb(12 10 9 / 0.5);
}
.border-r-stone-950\/55 {
  border-right-color: rgb(12 10 9 / 0.55);
}
.border-r-stone-950\/60 {
  border-right-color: rgb(12 10 9 / 0.6);
}
.border-r-stone-950\/65 {
  border-right-color: rgb(12 10 9 / 0.65);
}
.border-r-stone-950\/70 {
  border-right-color: rgb(12 10 9 / 0.7);
}
.border-r-stone-950\/75 {
  border-right-color: rgb(12 10 9 / 0.75);
}
.border-r-stone-950\/80 {
  border-right-color: rgb(12 10 9 / 0.8);
}
.border-r-stone-950\/85 {
  border-right-color: rgb(12 10 9 / 0.85);
}
.border-r-stone-950\/90 {
  border-right-color: rgb(12 10 9 / 0.9);
}
.border-r-stone-950\/95 {
  border-right-color: rgb(12 10 9 / 0.95);
}
.border-r-teal-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-r-teal-100\/0 {
  border-right-color: rgb(204 251 241 / 0);
}
.border-r-teal-100\/10 {
  border-right-color: rgb(204 251 241 / 0.1);
}
.border-r-teal-100\/100 {
  border-right-color: rgb(204 251 241 / 1);
}
.border-r-teal-100\/15 {
  border-right-color: rgb(204 251 241 / 0.15);
}
.border-r-teal-100\/20 {
  border-right-color: rgb(204 251 241 / 0.2);
}
.border-r-teal-100\/25 {
  border-right-color: rgb(204 251 241 / 0.25);
}
.border-r-teal-100\/30 {
  border-right-color: rgb(204 251 241 / 0.3);
}
.border-r-teal-100\/35 {
  border-right-color: rgb(204 251 241 / 0.35);
}
.border-r-teal-100\/40 {
  border-right-color: rgb(204 251 241 / 0.4);
}
.border-r-teal-100\/45 {
  border-right-color: rgb(204 251 241 / 0.45);
}
.border-r-teal-100\/5 {
  border-right-color: rgb(204 251 241 / 0.05);
}
.border-r-teal-100\/50 {
  border-right-color: rgb(204 251 241 / 0.5);
}
.border-r-teal-100\/55 {
  border-right-color: rgb(204 251 241 / 0.55);
}
.border-r-teal-100\/60 {
  border-right-color: rgb(204 251 241 / 0.6);
}
.border-r-teal-100\/65 {
  border-right-color: rgb(204 251 241 / 0.65);
}
.border-r-teal-100\/70 {
  border-right-color: rgb(204 251 241 / 0.7);
}
.border-r-teal-100\/75 {
  border-right-color: rgb(204 251 241 / 0.75);
}
.border-r-teal-100\/80 {
  border-right-color: rgb(204 251 241 / 0.8);
}
.border-r-teal-100\/85 {
  border-right-color: rgb(204 251 241 / 0.85);
}
.border-r-teal-100\/90 {
  border-right-color: rgb(204 251 241 / 0.9);
}
.border-r-teal-100\/95 {
  border-right-color: rgb(204 251 241 / 0.95);
}
.border-r-teal-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-r-teal-200\/0 {
  border-right-color: rgb(153 246 228 / 0);
}
.border-r-teal-200\/10 {
  border-right-color: rgb(153 246 228 / 0.1);
}
.border-r-teal-200\/100 {
  border-right-color: rgb(153 246 228 / 1);
}
.border-r-teal-200\/15 {
  border-right-color: rgb(153 246 228 / 0.15);
}
.border-r-teal-200\/20 {
  border-right-color: rgb(153 246 228 / 0.2);
}
.border-r-teal-200\/25 {
  border-right-color: rgb(153 246 228 / 0.25);
}
.border-r-teal-200\/30 {
  border-right-color: rgb(153 246 228 / 0.3);
}
.border-r-teal-200\/35 {
  border-right-color: rgb(153 246 228 / 0.35);
}
.border-r-teal-200\/40 {
  border-right-color: rgb(153 246 228 / 0.4);
}
.border-r-teal-200\/45 {
  border-right-color: rgb(153 246 228 / 0.45);
}
.border-r-teal-200\/5 {
  border-right-color: rgb(153 246 228 / 0.05);
}
.border-r-teal-200\/50 {
  border-right-color: rgb(153 246 228 / 0.5);
}
.border-r-teal-200\/55 {
  border-right-color: rgb(153 246 228 / 0.55);
}
.border-r-teal-200\/60 {
  border-right-color: rgb(153 246 228 / 0.6);
}
.border-r-teal-200\/65 {
  border-right-color: rgb(153 246 228 / 0.65);
}
.border-r-teal-200\/70 {
  border-right-color: rgb(153 246 228 / 0.7);
}
.border-r-teal-200\/75 {
  border-right-color: rgb(153 246 228 / 0.75);
}
.border-r-teal-200\/80 {
  border-right-color: rgb(153 246 228 / 0.8);
}
.border-r-teal-200\/85 {
  border-right-color: rgb(153 246 228 / 0.85);
}
.border-r-teal-200\/90 {
  border-right-color: rgb(153 246 228 / 0.9);
}
.border-r-teal-200\/95 {
  border-right-color: rgb(153 246 228 / 0.95);
}
.border-r-teal-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-r-teal-300\/0 {
  border-right-color: rgb(94 234 212 / 0);
}
.border-r-teal-300\/10 {
  border-right-color: rgb(94 234 212 / 0.1);
}
.border-r-teal-300\/100 {
  border-right-color: rgb(94 234 212 / 1);
}
.border-r-teal-300\/15 {
  border-right-color: rgb(94 234 212 / 0.15);
}
.border-r-teal-300\/20 {
  border-right-color: rgb(94 234 212 / 0.2);
}
.border-r-teal-300\/25 {
  border-right-color: rgb(94 234 212 / 0.25);
}
.border-r-teal-300\/30 {
  border-right-color: rgb(94 234 212 / 0.3);
}
.border-r-teal-300\/35 {
  border-right-color: rgb(94 234 212 / 0.35);
}
.border-r-teal-300\/40 {
  border-right-color: rgb(94 234 212 / 0.4);
}
.border-r-teal-300\/45 {
  border-right-color: rgb(94 234 212 / 0.45);
}
.border-r-teal-300\/5 {
  border-right-color: rgb(94 234 212 / 0.05);
}
.border-r-teal-300\/50 {
  border-right-color: rgb(94 234 212 / 0.5);
}
.border-r-teal-300\/55 {
  border-right-color: rgb(94 234 212 / 0.55);
}
.border-r-teal-300\/60 {
  border-right-color: rgb(94 234 212 / 0.6);
}
.border-r-teal-300\/65 {
  border-right-color: rgb(94 234 212 / 0.65);
}
.border-r-teal-300\/70 {
  border-right-color: rgb(94 234 212 / 0.7);
}
.border-r-teal-300\/75 {
  border-right-color: rgb(94 234 212 / 0.75);
}
.border-r-teal-300\/80 {
  border-right-color: rgb(94 234 212 / 0.8);
}
.border-r-teal-300\/85 {
  border-right-color: rgb(94 234 212 / 0.85);
}
.border-r-teal-300\/90 {
  border-right-color: rgb(94 234 212 / 0.9);
}
.border-r-teal-300\/95 {
  border-right-color: rgb(94 234 212 / 0.95);
}
.border-r-teal-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-r-teal-400\/0 {
  border-right-color: rgb(45 212 191 / 0);
}
.border-r-teal-400\/10 {
  border-right-color: rgb(45 212 191 / 0.1);
}
.border-r-teal-400\/100 {
  border-right-color: rgb(45 212 191 / 1);
}
.border-r-teal-400\/15 {
  border-right-color: rgb(45 212 191 / 0.15);
}
.border-r-teal-400\/20 {
  border-right-color: rgb(45 212 191 / 0.2);
}
.border-r-teal-400\/25 {
  border-right-color: rgb(45 212 191 / 0.25);
}
.border-r-teal-400\/30 {
  border-right-color: rgb(45 212 191 / 0.3);
}
.border-r-teal-400\/35 {
  border-right-color: rgb(45 212 191 / 0.35);
}
.border-r-teal-400\/40 {
  border-right-color: rgb(45 212 191 / 0.4);
}
.border-r-teal-400\/45 {
  border-right-color: rgb(45 212 191 / 0.45);
}
.border-r-teal-400\/5 {
  border-right-color: rgb(45 212 191 / 0.05);
}
.border-r-teal-400\/50 {
  border-right-color: rgb(45 212 191 / 0.5);
}
.border-r-teal-400\/55 {
  border-right-color: rgb(45 212 191 / 0.55);
}
.border-r-teal-400\/60 {
  border-right-color: rgb(45 212 191 / 0.6);
}
.border-r-teal-400\/65 {
  border-right-color: rgb(45 212 191 / 0.65);
}
.border-r-teal-400\/70 {
  border-right-color: rgb(45 212 191 / 0.7);
}
.border-r-teal-400\/75 {
  border-right-color: rgb(45 212 191 / 0.75);
}
.border-r-teal-400\/80 {
  border-right-color: rgb(45 212 191 / 0.8);
}
.border-r-teal-400\/85 {
  border-right-color: rgb(45 212 191 / 0.85);
}
.border-r-teal-400\/90 {
  border-right-color: rgb(45 212 191 / 0.9);
}
.border-r-teal-400\/95 {
  border-right-color: rgb(45 212 191 / 0.95);
}
.border-r-teal-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-r-teal-50\/0 {
  border-right-color: rgb(240 253 250 / 0);
}
.border-r-teal-50\/10 {
  border-right-color: rgb(240 253 250 / 0.1);
}
.border-r-teal-50\/100 {
  border-right-color: rgb(240 253 250 / 1);
}
.border-r-teal-50\/15 {
  border-right-color: rgb(240 253 250 / 0.15);
}
.border-r-teal-50\/20 {
  border-right-color: rgb(240 253 250 / 0.2);
}
.border-r-teal-50\/25 {
  border-right-color: rgb(240 253 250 / 0.25);
}
.border-r-teal-50\/30 {
  border-right-color: rgb(240 253 250 / 0.3);
}
.border-r-teal-50\/35 {
  border-right-color: rgb(240 253 250 / 0.35);
}
.border-r-teal-50\/40 {
  border-right-color: rgb(240 253 250 / 0.4);
}
.border-r-teal-50\/45 {
  border-right-color: rgb(240 253 250 / 0.45);
}
.border-r-teal-50\/5 {
  border-right-color: rgb(240 253 250 / 0.05);
}
.border-r-teal-50\/50 {
  border-right-color: rgb(240 253 250 / 0.5);
}
.border-r-teal-50\/55 {
  border-right-color: rgb(240 253 250 / 0.55);
}
.border-r-teal-50\/60 {
  border-right-color: rgb(240 253 250 / 0.6);
}
.border-r-teal-50\/65 {
  border-right-color: rgb(240 253 250 / 0.65);
}
.border-r-teal-50\/70 {
  border-right-color: rgb(240 253 250 / 0.7);
}
.border-r-teal-50\/75 {
  border-right-color: rgb(240 253 250 / 0.75);
}
.border-r-teal-50\/80 {
  border-right-color: rgb(240 253 250 / 0.8);
}
.border-r-teal-50\/85 {
  border-right-color: rgb(240 253 250 / 0.85);
}
.border-r-teal-50\/90 {
  border-right-color: rgb(240 253 250 / 0.9);
}
.border-r-teal-50\/95 {
  border-right-color: rgb(240 253 250 / 0.95);
}
.border-r-teal-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-r-teal-500\/0 {
  border-right-color: rgb(20 184 166 / 0);
}
.border-r-teal-500\/10 {
  border-right-color: rgb(20 184 166 / 0.1);
}
.border-r-teal-500\/100 {
  border-right-color: rgb(20 184 166 / 1);
}
.border-r-teal-500\/15 {
  border-right-color: rgb(20 184 166 / 0.15);
}
.border-r-teal-500\/20 {
  border-right-color: rgb(20 184 166 / 0.2);
}
.border-r-teal-500\/25 {
  border-right-color: rgb(20 184 166 / 0.25);
}
.border-r-teal-500\/30 {
  border-right-color: rgb(20 184 166 / 0.3);
}
.border-r-teal-500\/35 {
  border-right-color: rgb(20 184 166 / 0.35);
}
.border-r-teal-500\/40 {
  border-right-color: rgb(20 184 166 / 0.4);
}
.border-r-teal-500\/45 {
  border-right-color: rgb(20 184 166 / 0.45);
}
.border-r-teal-500\/5 {
  border-right-color: rgb(20 184 166 / 0.05);
}
.border-r-teal-500\/50 {
  border-right-color: rgb(20 184 166 / 0.5);
}
.border-r-teal-500\/55 {
  border-right-color: rgb(20 184 166 / 0.55);
}
.border-r-teal-500\/60 {
  border-right-color: rgb(20 184 166 / 0.6);
}
.border-r-teal-500\/65 {
  border-right-color: rgb(20 184 166 / 0.65);
}
.border-r-teal-500\/70 {
  border-right-color: rgb(20 184 166 / 0.7);
}
.border-r-teal-500\/75 {
  border-right-color: rgb(20 184 166 / 0.75);
}
.border-r-teal-500\/80 {
  border-right-color: rgb(20 184 166 / 0.8);
}
.border-r-teal-500\/85 {
  border-right-color: rgb(20 184 166 / 0.85);
}
.border-r-teal-500\/90 {
  border-right-color: rgb(20 184 166 / 0.9);
}
.border-r-teal-500\/95 {
  border-right-color: rgb(20 184 166 / 0.95);
}
.border-r-teal-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-r-teal-600\/0 {
  border-right-color: rgb(13 148 136 / 0);
}
.border-r-teal-600\/10 {
  border-right-color: rgb(13 148 136 / 0.1);
}
.border-r-teal-600\/100 {
  border-right-color: rgb(13 148 136 / 1);
}
.border-r-teal-600\/15 {
  border-right-color: rgb(13 148 136 / 0.15);
}
.border-r-teal-600\/20 {
  border-right-color: rgb(13 148 136 / 0.2);
}
.border-r-teal-600\/25 {
  border-right-color: rgb(13 148 136 / 0.25);
}
.border-r-teal-600\/30 {
  border-right-color: rgb(13 148 136 / 0.3);
}
.border-r-teal-600\/35 {
  border-right-color: rgb(13 148 136 / 0.35);
}
.border-r-teal-600\/40 {
  border-right-color: rgb(13 148 136 / 0.4);
}
.border-r-teal-600\/45 {
  border-right-color: rgb(13 148 136 / 0.45);
}
.border-r-teal-600\/5 {
  border-right-color: rgb(13 148 136 / 0.05);
}
.border-r-teal-600\/50 {
  border-right-color: rgb(13 148 136 / 0.5);
}
.border-r-teal-600\/55 {
  border-right-color: rgb(13 148 136 / 0.55);
}
.border-r-teal-600\/60 {
  border-right-color: rgb(13 148 136 / 0.6);
}
.border-r-teal-600\/65 {
  border-right-color: rgb(13 148 136 / 0.65);
}
.border-r-teal-600\/70 {
  border-right-color: rgb(13 148 136 / 0.7);
}
.border-r-teal-600\/75 {
  border-right-color: rgb(13 148 136 / 0.75);
}
.border-r-teal-600\/80 {
  border-right-color: rgb(13 148 136 / 0.8);
}
.border-r-teal-600\/85 {
  border-right-color: rgb(13 148 136 / 0.85);
}
.border-r-teal-600\/90 {
  border-right-color: rgb(13 148 136 / 0.9);
}
.border-r-teal-600\/95 {
  border-right-color: rgb(13 148 136 / 0.95);
}
.border-r-teal-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-r-teal-700\/0 {
  border-right-color: rgb(15 118 110 / 0);
}
.border-r-teal-700\/10 {
  border-right-color: rgb(15 118 110 / 0.1);
}
.border-r-teal-700\/100 {
  border-right-color: rgb(15 118 110 / 1);
}
.border-r-teal-700\/15 {
  border-right-color: rgb(15 118 110 / 0.15);
}
.border-r-teal-700\/20 {
  border-right-color: rgb(15 118 110 / 0.2);
}
.border-r-teal-700\/25 {
  border-right-color: rgb(15 118 110 / 0.25);
}
.border-r-teal-700\/30 {
  border-right-color: rgb(15 118 110 / 0.3);
}
.border-r-teal-700\/35 {
  border-right-color: rgb(15 118 110 / 0.35);
}
.border-r-teal-700\/40 {
  border-right-color: rgb(15 118 110 / 0.4);
}
.border-r-teal-700\/45 {
  border-right-color: rgb(15 118 110 / 0.45);
}
.border-r-teal-700\/5 {
  border-right-color: rgb(15 118 110 / 0.05);
}
.border-r-teal-700\/50 {
  border-right-color: rgb(15 118 110 / 0.5);
}
.border-r-teal-700\/55 {
  border-right-color: rgb(15 118 110 / 0.55);
}
.border-r-teal-700\/60 {
  border-right-color: rgb(15 118 110 / 0.6);
}
.border-r-teal-700\/65 {
  border-right-color: rgb(15 118 110 / 0.65);
}
.border-r-teal-700\/70 {
  border-right-color: rgb(15 118 110 / 0.7);
}
.border-r-teal-700\/75 {
  border-right-color: rgb(15 118 110 / 0.75);
}
.border-r-teal-700\/80 {
  border-right-color: rgb(15 118 110 / 0.8);
}
.border-r-teal-700\/85 {
  border-right-color: rgb(15 118 110 / 0.85);
}
.border-r-teal-700\/90 {
  border-right-color: rgb(15 118 110 / 0.9);
}
.border-r-teal-700\/95 {
  border-right-color: rgb(15 118 110 / 0.95);
}
.border-r-teal-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-r-teal-800\/0 {
  border-right-color: rgb(17 94 89 / 0);
}
.border-r-teal-800\/10 {
  border-right-color: rgb(17 94 89 / 0.1);
}
.border-r-teal-800\/100 {
  border-right-color: rgb(17 94 89 / 1);
}
.border-r-teal-800\/15 {
  border-right-color: rgb(17 94 89 / 0.15);
}
.border-r-teal-800\/20 {
  border-right-color: rgb(17 94 89 / 0.2);
}
.border-r-teal-800\/25 {
  border-right-color: rgb(17 94 89 / 0.25);
}
.border-r-teal-800\/30 {
  border-right-color: rgb(17 94 89 / 0.3);
}
.border-r-teal-800\/35 {
  border-right-color: rgb(17 94 89 / 0.35);
}
.border-r-teal-800\/40 {
  border-right-color: rgb(17 94 89 / 0.4);
}
.border-r-teal-800\/45 {
  border-right-color: rgb(17 94 89 / 0.45);
}
.border-r-teal-800\/5 {
  border-right-color: rgb(17 94 89 / 0.05);
}
.border-r-teal-800\/50 {
  border-right-color: rgb(17 94 89 / 0.5);
}
.border-r-teal-800\/55 {
  border-right-color: rgb(17 94 89 / 0.55);
}
.border-r-teal-800\/60 {
  border-right-color: rgb(17 94 89 / 0.6);
}
.border-r-teal-800\/65 {
  border-right-color: rgb(17 94 89 / 0.65);
}
.border-r-teal-800\/70 {
  border-right-color: rgb(17 94 89 / 0.7);
}
.border-r-teal-800\/75 {
  border-right-color: rgb(17 94 89 / 0.75);
}
.border-r-teal-800\/80 {
  border-right-color: rgb(17 94 89 / 0.8);
}
.border-r-teal-800\/85 {
  border-right-color: rgb(17 94 89 / 0.85);
}
.border-r-teal-800\/90 {
  border-right-color: rgb(17 94 89 / 0.9);
}
.border-r-teal-800\/95 {
  border-right-color: rgb(17 94 89 / 0.95);
}
.border-r-teal-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-r-teal-900\/0 {
  border-right-color: rgb(19 78 74 / 0);
}
.border-r-teal-900\/10 {
  border-right-color: rgb(19 78 74 / 0.1);
}
.border-r-teal-900\/100 {
  border-right-color: rgb(19 78 74 / 1);
}
.border-r-teal-900\/15 {
  border-right-color: rgb(19 78 74 / 0.15);
}
.border-r-teal-900\/20 {
  border-right-color: rgb(19 78 74 / 0.2);
}
.border-r-teal-900\/25 {
  border-right-color: rgb(19 78 74 / 0.25);
}
.border-r-teal-900\/30 {
  border-right-color: rgb(19 78 74 / 0.3);
}
.border-r-teal-900\/35 {
  border-right-color: rgb(19 78 74 / 0.35);
}
.border-r-teal-900\/40 {
  border-right-color: rgb(19 78 74 / 0.4);
}
.border-r-teal-900\/45 {
  border-right-color: rgb(19 78 74 / 0.45);
}
.border-r-teal-900\/5 {
  border-right-color: rgb(19 78 74 / 0.05);
}
.border-r-teal-900\/50 {
  border-right-color: rgb(19 78 74 / 0.5);
}
.border-r-teal-900\/55 {
  border-right-color: rgb(19 78 74 / 0.55);
}
.border-r-teal-900\/60 {
  border-right-color: rgb(19 78 74 / 0.6);
}
.border-r-teal-900\/65 {
  border-right-color: rgb(19 78 74 / 0.65);
}
.border-r-teal-900\/70 {
  border-right-color: rgb(19 78 74 / 0.7);
}
.border-r-teal-900\/75 {
  border-right-color: rgb(19 78 74 / 0.75);
}
.border-r-teal-900\/80 {
  border-right-color: rgb(19 78 74 / 0.8);
}
.border-r-teal-900\/85 {
  border-right-color: rgb(19 78 74 / 0.85);
}
.border-r-teal-900\/90 {
  border-right-color: rgb(19 78 74 / 0.9);
}
.border-r-teal-900\/95 {
  border-right-color: rgb(19 78 74 / 0.95);
}
.border-r-teal-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-r-teal-950\/0 {
  border-right-color: rgb(4 47 46 / 0);
}
.border-r-teal-950\/10 {
  border-right-color: rgb(4 47 46 / 0.1);
}
.border-r-teal-950\/100 {
  border-right-color: rgb(4 47 46 / 1);
}
.border-r-teal-950\/15 {
  border-right-color: rgb(4 47 46 / 0.15);
}
.border-r-teal-950\/20 {
  border-right-color: rgb(4 47 46 / 0.2);
}
.border-r-teal-950\/25 {
  border-right-color: rgb(4 47 46 / 0.25);
}
.border-r-teal-950\/30 {
  border-right-color: rgb(4 47 46 / 0.3);
}
.border-r-teal-950\/35 {
  border-right-color: rgb(4 47 46 / 0.35);
}
.border-r-teal-950\/40 {
  border-right-color: rgb(4 47 46 / 0.4);
}
.border-r-teal-950\/45 {
  border-right-color: rgb(4 47 46 / 0.45);
}
.border-r-teal-950\/5 {
  border-right-color: rgb(4 47 46 / 0.05);
}
.border-r-teal-950\/50 {
  border-right-color: rgb(4 47 46 / 0.5);
}
.border-r-teal-950\/55 {
  border-right-color: rgb(4 47 46 / 0.55);
}
.border-r-teal-950\/60 {
  border-right-color: rgb(4 47 46 / 0.6);
}
.border-r-teal-950\/65 {
  border-right-color: rgb(4 47 46 / 0.65);
}
.border-r-teal-950\/70 {
  border-right-color: rgb(4 47 46 / 0.7);
}
.border-r-teal-950\/75 {
  border-right-color: rgb(4 47 46 / 0.75);
}
.border-r-teal-950\/80 {
  border-right-color: rgb(4 47 46 / 0.8);
}
.border-r-teal-950\/85 {
  border-right-color: rgb(4 47 46 / 0.85);
}
.border-r-teal-950\/90 {
  border-right-color: rgb(4 47 46 / 0.9);
}
.border-r-teal-950\/95 {
  border-right-color: rgb(4 47 46 / 0.95);
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-r-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-transparent\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-transparent\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-transparent\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-transparent\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-violet-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-r-violet-100\/0 {
  border-right-color: rgb(237 233 254 / 0);
}
.border-r-violet-100\/10 {
  border-right-color: rgb(237 233 254 / 0.1);
}
.border-r-violet-100\/100 {
  border-right-color: rgb(237 233 254 / 1);
}
.border-r-violet-100\/15 {
  border-right-color: rgb(237 233 254 / 0.15);
}
.border-r-violet-100\/20 {
  border-right-color: rgb(237 233 254 / 0.2);
}
.border-r-violet-100\/25 {
  border-right-color: rgb(237 233 254 / 0.25);
}
.border-r-violet-100\/30 {
  border-right-color: rgb(237 233 254 / 0.3);
}
.border-r-violet-100\/35 {
  border-right-color: rgb(237 233 254 / 0.35);
}
.border-r-violet-100\/40 {
  border-right-color: rgb(237 233 254 / 0.4);
}
.border-r-violet-100\/45 {
  border-right-color: rgb(237 233 254 / 0.45);
}
.border-r-violet-100\/5 {
  border-right-color: rgb(237 233 254 / 0.05);
}
.border-r-violet-100\/50 {
  border-right-color: rgb(237 233 254 / 0.5);
}
.border-r-violet-100\/55 {
  border-right-color: rgb(237 233 254 / 0.55);
}
.border-r-violet-100\/60 {
  border-right-color: rgb(237 233 254 / 0.6);
}
.border-r-violet-100\/65 {
  border-right-color: rgb(237 233 254 / 0.65);
}
.border-r-violet-100\/70 {
  border-right-color: rgb(237 233 254 / 0.7);
}
.border-r-violet-100\/75 {
  border-right-color: rgb(237 233 254 / 0.75);
}
.border-r-violet-100\/80 {
  border-right-color: rgb(237 233 254 / 0.8);
}
.border-r-violet-100\/85 {
  border-right-color: rgb(237 233 254 / 0.85);
}
.border-r-violet-100\/90 {
  border-right-color: rgb(237 233 254 / 0.9);
}
.border-r-violet-100\/95 {
  border-right-color: rgb(237 233 254 / 0.95);
}
.border-r-violet-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-r-violet-200\/0 {
  border-right-color: rgb(221 214 254 / 0);
}
.border-r-violet-200\/10 {
  border-right-color: rgb(221 214 254 / 0.1);
}
.border-r-violet-200\/100 {
  border-right-color: rgb(221 214 254 / 1);
}
.border-r-violet-200\/15 {
  border-right-color: rgb(221 214 254 / 0.15);
}
.border-r-violet-200\/20 {
  border-right-color: rgb(221 214 254 / 0.2);
}
.border-r-violet-200\/25 {
  border-right-color: rgb(221 214 254 / 0.25);
}
.border-r-violet-200\/30 {
  border-right-color: rgb(221 214 254 / 0.3);
}
.border-r-violet-200\/35 {
  border-right-color: rgb(221 214 254 / 0.35);
}
.border-r-violet-200\/40 {
  border-right-color: rgb(221 214 254 / 0.4);
}
.border-r-violet-200\/45 {
  border-right-color: rgb(221 214 254 / 0.45);
}
.border-r-violet-200\/5 {
  border-right-color: rgb(221 214 254 / 0.05);
}
.border-r-violet-200\/50 {
  border-right-color: rgb(221 214 254 / 0.5);
}
.border-r-violet-200\/55 {
  border-right-color: rgb(221 214 254 / 0.55);
}
.border-r-violet-200\/60 {
  border-right-color: rgb(221 214 254 / 0.6);
}
.border-r-violet-200\/65 {
  border-right-color: rgb(221 214 254 / 0.65);
}
.border-r-violet-200\/70 {
  border-right-color: rgb(221 214 254 / 0.7);
}
.border-r-violet-200\/75 {
  border-right-color: rgb(221 214 254 / 0.75);
}
.border-r-violet-200\/80 {
  border-right-color: rgb(221 214 254 / 0.8);
}
.border-r-violet-200\/85 {
  border-right-color: rgb(221 214 254 / 0.85);
}
.border-r-violet-200\/90 {
  border-right-color: rgb(221 214 254 / 0.9);
}
.border-r-violet-200\/95 {
  border-right-color: rgb(221 214 254 / 0.95);
}
.border-r-violet-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-r-violet-300\/0 {
  border-right-color: rgb(196 181 253 / 0);
}
.border-r-violet-300\/10 {
  border-right-color: rgb(196 181 253 / 0.1);
}
.border-r-violet-300\/100 {
  border-right-color: rgb(196 181 253 / 1);
}
.border-r-violet-300\/15 {
  border-right-color: rgb(196 181 253 / 0.15);
}
.border-r-violet-300\/20 {
  border-right-color: rgb(196 181 253 / 0.2);
}
.border-r-violet-300\/25 {
  border-right-color: rgb(196 181 253 / 0.25);
}
.border-r-violet-300\/30 {
  border-right-color: rgb(196 181 253 / 0.3);
}
.border-r-violet-300\/35 {
  border-right-color: rgb(196 181 253 / 0.35);
}
.border-r-violet-300\/40 {
  border-right-color: rgb(196 181 253 / 0.4);
}
.border-r-violet-300\/45 {
  border-right-color: rgb(196 181 253 / 0.45);
}
.border-r-violet-300\/5 {
  border-right-color: rgb(196 181 253 / 0.05);
}
.border-r-violet-300\/50 {
  border-right-color: rgb(196 181 253 / 0.5);
}
.border-r-violet-300\/55 {
  border-right-color: rgb(196 181 253 / 0.55);
}
.border-r-violet-300\/60 {
  border-right-color: rgb(196 181 253 / 0.6);
}
.border-r-violet-300\/65 {
  border-right-color: rgb(196 181 253 / 0.65);
}
.border-r-violet-300\/70 {
  border-right-color: rgb(196 181 253 / 0.7);
}
.border-r-violet-300\/75 {
  border-right-color: rgb(196 181 253 / 0.75);
}
.border-r-violet-300\/80 {
  border-right-color: rgb(196 181 253 / 0.8);
}
.border-r-violet-300\/85 {
  border-right-color: rgb(196 181 253 / 0.85);
}
.border-r-violet-300\/90 {
  border-right-color: rgb(196 181 253 / 0.9);
}
.border-r-violet-300\/95 {
  border-right-color: rgb(196 181 253 / 0.95);
}
.border-r-violet-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-r-violet-400\/0 {
  border-right-color: rgb(167 139 250 / 0);
}
.border-r-violet-400\/10 {
  border-right-color: rgb(167 139 250 / 0.1);
}
.border-r-violet-400\/100 {
  border-right-color: rgb(167 139 250 / 1);
}
.border-r-violet-400\/15 {
  border-right-color: rgb(167 139 250 / 0.15);
}
.border-r-violet-400\/20 {
  border-right-color: rgb(167 139 250 / 0.2);
}
.border-r-violet-400\/25 {
  border-right-color: rgb(167 139 250 / 0.25);
}
.border-r-violet-400\/30 {
  border-right-color: rgb(167 139 250 / 0.3);
}
.border-r-violet-400\/35 {
  border-right-color: rgb(167 139 250 / 0.35);
}
.border-r-violet-400\/40 {
  border-right-color: rgb(167 139 250 / 0.4);
}
.border-r-violet-400\/45 {
  border-right-color: rgb(167 139 250 / 0.45);
}
.border-r-violet-400\/5 {
  border-right-color: rgb(167 139 250 / 0.05);
}
.border-r-violet-400\/50 {
  border-right-color: rgb(167 139 250 / 0.5);
}
.border-r-violet-400\/55 {
  border-right-color: rgb(167 139 250 / 0.55);
}
.border-r-violet-400\/60 {
  border-right-color: rgb(167 139 250 / 0.6);
}
.border-r-violet-400\/65 {
  border-right-color: rgb(167 139 250 / 0.65);
}
.border-r-violet-400\/70 {
  border-right-color: rgb(167 139 250 / 0.7);
}
.border-r-violet-400\/75 {
  border-right-color: rgb(167 139 250 / 0.75);
}
.border-r-violet-400\/80 {
  border-right-color: rgb(167 139 250 / 0.8);
}
.border-r-violet-400\/85 {
  border-right-color: rgb(167 139 250 / 0.85);
}
.border-r-violet-400\/90 {
  border-right-color: rgb(167 139 250 / 0.9);
}
.border-r-violet-400\/95 {
  border-right-color: rgb(167 139 250 / 0.95);
}
.border-r-violet-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-r-violet-50\/0 {
  border-right-color: rgb(245 243 255 / 0);
}
.border-r-violet-50\/10 {
  border-right-color: rgb(245 243 255 / 0.1);
}
.border-r-violet-50\/100 {
  border-right-color: rgb(245 243 255 / 1);
}
.border-r-violet-50\/15 {
  border-right-color: rgb(245 243 255 / 0.15);
}
.border-r-violet-50\/20 {
  border-right-color: rgb(245 243 255 / 0.2);
}
.border-r-violet-50\/25 {
  border-right-color: rgb(245 243 255 / 0.25);
}
.border-r-violet-50\/30 {
  border-right-color: rgb(245 243 255 / 0.3);
}
.border-r-violet-50\/35 {
  border-right-color: rgb(245 243 255 / 0.35);
}
.border-r-violet-50\/40 {
  border-right-color: rgb(245 243 255 / 0.4);
}
.border-r-violet-50\/45 {
  border-right-color: rgb(245 243 255 / 0.45);
}
.border-r-violet-50\/5 {
  border-right-color: rgb(245 243 255 / 0.05);
}
.border-r-violet-50\/50 {
  border-right-color: rgb(245 243 255 / 0.5);
}
.border-r-violet-50\/55 {
  border-right-color: rgb(245 243 255 / 0.55);
}
.border-r-violet-50\/60 {
  border-right-color: rgb(245 243 255 / 0.6);
}
.border-r-violet-50\/65 {
  border-right-color: rgb(245 243 255 / 0.65);
}
.border-r-violet-50\/70 {
  border-right-color: rgb(245 243 255 / 0.7);
}
.border-r-violet-50\/75 {
  border-right-color: rgb(245 243 255 / 0.75);
}
.border-r-violet-50\/80 {
  border-right-color: rgb(245 243 255 / 0.8);
}
.border-r-violet-50\/85 {
  border-right-color: rgb(245 243 255 / 0.85);
}
.border-r-violet-50\/90 {
  border-right-color: rgb(245 243 255 / 0.9);
}
.border-r-violet-50\/95 {
  border-right-color: rgb(245 243 255 / 0.95);
}
.border-r-violet-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-r-violet-500\/0 {
  border-right-color: rgb(139 92 246 / 0);
}
.border-r-violet-500\/10 {
  border-right-color: rgb(139 92 246 / 0.1);
}
.border-r-violet-500\/100 {
  border-right-color: rgb(139 92 246 / 1);
}
.border-r-violet-500\/15 {
  border-right-color: rgb(139 92 246 / 0.15);
}
.border-r-violet-500\/20 {
  border-right-color: rgb(139 92 246 / 0.2);
}
.border-r-violet-500\/25 {
  border-right-color: rgb(139 92 246 / 0.25);
}
.border-r-violet-500\/30 {
  border-right-color: rgb(139 92 246 / 0.3);
}
.border-r-violet-500\/35 {
  border-right-color: rgb(139 92 246 / 0.35);
}
.border-r-violet-500\/40 {
  border-right-color: rgb(139 92 246 / 0.4);
}
.border-r-violet-500\/45 {
  border-right-color: rgb(139 92 246 / 0.45);
}
.border-r-violet-500\/5 {
  border-right-color: rgb(139 92 246 / 0.05);
}
.border-r-violet-500\/50 {
  border-right-color: rgb(139 92 246 / 0.5);
}
.border-r-violet-500\/55 {
  border-right-color: rgb(139 92 246 / 0.55);
}
.border-r-violet-500\/60 {
  border-right-color: rgb(139 92 246 / 0.6);
}
.border-r-violet-500\/65 {
  border-right-color: rgb(139 92 246 / 0.65);
}
.border-r-violet-500\/70 {
  border-right-color: rgb(139 92 246 / 0.7);
}
.border-r-violet-500\/75 {
  border-right-color: rgb(139 92 246 / 0.75);
}
.border-r-violet-500\/80 {
  border-right-color: rgb(139 92 246 / 0.8);
}
.border-r-violet-500\/85 {
  border-right-color: rgb(139 92 246 / 0.85);
}
.border-r-violet-500\/90 {
  border-right-color: rgb(139 92 246 / 0.9);
}
.border-r-violet-500\/95 {
  border-right-color: rgb(139 92 246 / 0.95);
}
.border-r-violet-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-r-violet-600\/0 {
  border-right-color: rgb(124 58 237 / 0);
}
.border-r-violet-600\/10 {
  border-right-color: rgb(124 58 237 / 0.1);
}
.border-r-violet-600\/100 {
  border-right-color: rgb(124 58 237 / 1);
}
.border-r-violet-600\/15 {
  border-right-color: rgb(124 58 237 / 0.15);
}
.border-r-violet-600\/20 {
  border-right-color: rgb(124 58 237 / 0.2);
}
.border-r-violet-600\/25 {
  border-right-color: rgb(124 58 237 / 0.25);
}
.border-r-violet-600\/30 {
  border-right-color: rgb(124 58 237 / 0.3);
}
.border-r-violet-600\/35 {
  border-right-color: rgb(124 58 237 / 0.35);
}
.border-r-violet-600\/40 {
  border-right-color: rgb(124 58 237 / 0.4);
}
.border-r-violet-600\/45 {
  border-right-color: rgb(124 58 237 / 0.45);
}
.border-r-violet-600\/5 {
  border-right-color: rgb(124 58 237 / 0.05);
}
.border-r-violet-600\/50 {
  border-right-color: rgb(124 58 237 / 0.5);
}
.border-r-violet-600\/55 {
  border-right-color: rgb(124 58 237 / 0.55);
}
.border-r-violet-600\/60 {
  border-right-color: rgb(124 58 237 / 0.6);
}
.border-r-violet-600\/65 {
  border-right-color: rgb(124 58 237 / 0.65);
}
.border-r-violet-600\/70 {
  border-right-color: rgb(124 58 237 / 0.7);
}
.border-r-violet-600\/75 {
  border-right-color: rgb(124 58 237 / 0.75);
}
.border-r-violet-600\/80 {
  border-right-color: rgb(124 58 237 / 0.8);
}
.border-r-violet-600\/85 {
  border-right-color: rgb(124 58 237 / 0.85);
}
.border-r-violet-600\/90 {
  border-right-color: rgb(124 58 237 / 0.9);
}
.border-r-violet-600\/95 {
  border-right-color: rgb(124 58 237 / 0.95);
}
.border-r-violet-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-r-violet-700\/0 {
  border-right-color: rgb(109 40 217 / 0);
}
.border-r-violet-700\/10 {
  border-right-color: rgb(109 40 217 / 0.1);
}
.border-r-violet-700\/100 {
  border-right-color: rgb(109 40 217 / 1);
}
.border-r-violet-700\/15 {
  border-right-color: rgb(109 40 217 / 0.15);
}
.border-r-violet-700\/20 {
  border-right-color: rgb(109 40 217 / 0.2);
}
.border-r-violet-700\/25 {
  border-right-color: rgb(109 40 217 / 0.25);
}
.border-r-violet-700\/30 {
  border-right-color: rgb(109 40 217 / 0.3);
}
.border-r-violet-700\/35 {
  border-right-color: rgb(109 40 217 / 0.35);
}
.border-r-violet-700\/40 {
  border-right-color: rgb(109 40 217 / 0.4);
}
.border-r-violet-700\/45 {
  border-right-color: rgb(109 40 217 / 0.45);
}
.border-r-violet-700\/5 {
  border-right-color: rgb(109 40 217 / 0.05);
}
.border-r-violet-700\/50 {
  border-right-color: rgb(109 40 217 / 0.5);
}
.border-r-violet-700\/55 {
  border-right-color: rgb(109 40 217 / 0.55);
}
.border-r-violet-700\/60 {
  border-right-color: rgb(109 40 217 / 0.6);
}
.border-r-violet-700\/65 {
  border-right-color: rgb(109 40 217 / 0.65);
}
.border-r-violet-700\/70 {
  border-right-color: rgb(109 40 217 / 0.7);
}
.border-r-violet-700\/75 {
  border-right-color: rgb(109 40 217 / 0.75);
}
.border-r-violet-700\/80 {
  border-right-color: rgb(109 40 217 / 0.8);
}
.border-r-violet-700\/85 {
  border-right-color: rgb(109 40 217 / 0.85);
}
.border-r-violet-700\/90 {
  border-right-color: rgb(109 40 217 / 0.9);
}
.border-r-violet-700\/95 {
  border-right-color: rgb(109 40 217 / 0.95);
}
.border-r-violet-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-r-violet-800\/0 {
  border-right-color: rgb(91 33 182 / 0);
}
.border-r-violet-800\/10 {
  border-right-color: rgb(91 33 182 / 0.1);
}
.border-r-violet-800\/100 {
  border-right-color: rgb(91 33 182 / 1);
}
.border-r-violet-800\/15 {
  border-right-color: rgb(91 33 182 / 0.15);
}
.border-r-violet-800\/20 {
  border-right-color: rgb(91 33 182 / 0.2);
}
.border-r-violet-800\/25 {
  border-right-color: rgb(91 33 182 / 0.25);
}
.border-r-violet-800\/30 {
  border-right-color: rgb(91 33 182 / 0.3);
}
.border-r-violet-800\/35 {
  border-right-color: rgb(91 33 182 / 0.35);
}
.border-r-violet-800\/40 {
  border-right-color: rgb(91 33 182 / 0.4);
}
.border-r-violet-800\/45 {
  border-right-color: rgb(91 33 182 / 0.45);
}
.border-r-violet-800\/5 {
  border-right-color: rgb(91 33 182 / 0.05);
}
.border-r-violet-800\/50 {
  border-right-color: rgb(91 33 182 / 0.5);
}
.border-r-violet-800\/55 {
  border-right-color: rgb(91 33 182 / 0.55);
}
.border-r-violet-800\/60 {
  border-right-color: rgb(91 33 182 / 0.6);
}
.border-r-violet-800\/65 {
  border-right-color: rgb(91 33 182 / 0.65);
}
.border-r-violet-800\/70 {
  border-right-color: rgb(91 33 182 / 0.7);
}
.border-r-violet-800\/75 {
  border-right-color: rgb(91 33 182 / 0.75);
}
.border-r-violet-800\/80 {
  border-right-color: rgb(91 33 182 / 0.8);
}
.border-r-violet-800\/85 {
  border-right-color: rgb(91 33 182 / 0.85);
}
.border-r-violet-800\/90 {
  border-right-color: rgb(91 33 182 / 0.9);
}
.border-r-violet-800\/95 {
  border-right-color: rgb(91 33 182 / 0.95);
}
.border-r-violet-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-r-violet-900\/0 {
  border-right-color: rgb(76 29 149 / 0);
}
.border-r-violet-900\/10 {
  border-right-color: rgb(76 29 149 / 0.1);
}
.border-r-violet-900\/100 {
  border-right-color: rgb(76 29 149 / 1);
}
.border-r-violet-900\/15 {
  border-right-color: rgb(76 29 149 / 0.15);
}
.border-r-violet-900\/20 {
  border-right-color: rgb(76 29 149 / 0.2);
}
.border-r-violet-900\/25 {
  border-right-color: rgb(76 29 149 / 0.25);
}
.border-r-violet-900\/30 {
  border-right-color: rgb(76 29 149 / 0.3);
}
.border-r-violet-900\/35 {
  border-right-color: rgb(76 29 149 / 0.35);
}
.border-r-violet-900\/40 {
  border-right-color: rgb(76 29 149 / 0.4);
}
.border-r-violet-900\/45 {
  border-right-color: rgb(76 29 149 / 0.45);
}
.border-r-violet-900\/5 {
  border-right-color: rgb(76 29 149 / 0.05);
}
.border-r-violet-900\/50 {
  border-right-color: rgb(76 29 149 / 0.5);
}
.border-r-violet-900\/55 {
  border-right-color: rgb(76 29 149 / 0.55);
}
.border-r-violet-900\/60 {
  border-right-color: rgb(76 29 149 / 0.6);
}
.border-r-violet-900\/65 {
  border-right-color: rgb(76 29 149 / 0.65);
}
.border-r-violet-900\/70 {
  border-right-color: rgb(76 29 149 / 0.7);
}
.border-r-violet-900\/75 {
  border-right-color: rgb(76 29 149 / 0.75);
}
.border-r-violet-900\/80 {
  border-right-color: rgb(76 29 149 / 0.8);
}
.border-r-violet-900\/85 {
  border-right-color: rgb(76 29 149 / 0.85);
}
.border-r-violet-900\/90 {
  border-right-color: rgb(76 29 149 / 0.9);
}
.border-r-violet-900\/95 {
  border-right-color: rgb(76 29 149 / 0.95);
}
.border-r-violet-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-r-violet-950\/0 {
  border-right-color: rgb(46 16 101 / 0);
}
.border-r-violet-950\/10 {
  border-right-color: rgb(46 16 101 / 0.1);
}
.border-r-violet-950\/100 {
  border-right-color: rgb(46 16 101 / 1);
}
.border-r-violet-950\/15 {
  border-right-color: rgb(46 16 101 / 0.15);
}
.border-r-violet-950\/20 {
  border-right-color: rgb(46 16 101 / 0.2);
}
.border-r-violet-950\/25 {
  border-right-color: rgb(46 16 101 / 0.25);
}
.border-r-violet-950\/30 {
  border-right-color: rgb(46 16 101 / 0.3);
}
.border-r-violet-950\/35 {
  border-right-color: rgb(46 16 101 / 0.35);
}
.border-r-violet-950\/40 {
  border-right-color: rgb(46 16 101 / 0.4);
}
.border-r-violet-950\/45 {
  border-right-color: rgb(46 16 101 / 0.45);
}
.border-r-violet-950\/5 {
  border-right-color: rgb(46 16 101 / 0.05);
}
.border-r-violet-950\/50 {
  border-right-color: rgb(46 16 101 / 0.5);
}
.border-r-violet-950\/55 {
  border-right-color: rgb(46 16 101 / 0.55);
}
.border-r-violet-950\/60 {
  border-right-color: rgb(46 16 101 / 0.6);
}
.border-r-violet-950\/65 {
  border-right-color: rgb(46 16 101 / 0.65);
}
.border-r-violet-950\/70 {
  border-right-color: rgb(46 16 101 / 0.7);
}
.border-r-violet-950\/75 {
  border-right-color: rgb(46 16 101 / 0.75);
}
.border-r-violet-950\/80 {
  border-right-color: rgb(46 16 101 / 0.8);
}
.border-r-violet-950\/85 {
  border-right-color: rgb(46 16 101 / 0.85);
}
.border-r-violet-950\/90 {
  border-right-color: rgb(46 16 101 / 0.9);
}
.border-r-violet-950\/95 {
  border-right-color: rgb(46 16 101 / 0.95);
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-white\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-white\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-white\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-white\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-white\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-white\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}
.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}
.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}
.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}
.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}
.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}
.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}
.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}
.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}
.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}
.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}
.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}
.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}
.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}
.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}
.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}
.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}
.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}
.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}
.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}
.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}
.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}
.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}
.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}
.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}
.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}
.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}
.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}
.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}
.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}
.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}
.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}
.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}
.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}
.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}
.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}
.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}
.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}
.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}
.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}
.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}
.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}
.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0);
}
.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1);
}
.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1);
}
.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15);
}
.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2);
}
.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25);
}
.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3);
}
.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35);
}
.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}
.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45);
}
.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05);
}
.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5);
}
.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55);
}
.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}
.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65);
}
.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7);
}
.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75);
}
.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8);
}
.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85);
}
.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9);
}
.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95);
}
.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}
.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}
.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}
.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}
.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}
.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}
.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}
.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}
.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}
.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}
.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}
.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}
.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}
.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}
.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}
.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}
.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}
.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}
.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}
.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}
.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}
.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}
.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}
.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}
.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}
.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}
.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}
.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}
.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}
.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}
.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}
.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}
.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}
.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}
.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}
.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}
.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}
.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}
.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}
.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}
.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}
.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}
.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}
.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}
.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}
.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}
.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}
.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}
.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}
.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}
.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}
.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}
.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}
.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}
.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}
.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}
.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}
.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}
.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}
.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}
.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}
.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}
.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}
.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}
.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}
.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}
.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}
.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}
.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}
.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}
.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}
.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}
.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}
.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}
.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5);
}
.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}
.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}
.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}
.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}
.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}
.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}
.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}
.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}
.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}
.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0);
}
.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1);
}
.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1);
}
.border-r-yellow-700\/15 {
  border-right-color: rgb(161 98 7 / 0.15);
}
.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2);
}
.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25);
}
.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3);
}
.border-r-yellow-700\/35 {
  border-right-color: rgb(161 98 7 / 0.35);
}
.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}
.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45);
}
.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05);
}
.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5);
}
.border-r-yellow-700\/55 {
  border-right-color: rgb(161 98 7 / 0.55);
}
.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}
.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65);
}
.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7);
}
.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75);
}
.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8);
}
.border-r-yellow-700\/85 {
  border-right-color: rgb(161 98 7 / 0.85);
}
.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9);
}
.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95);
}
.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}
.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}
.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}
.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}
.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}
.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}
.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}
.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}
.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}
.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}
.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}
.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}
.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}
.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}
.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}
.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}
.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}
.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}
.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}
.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}
.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}
.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0);
}
.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1);
}
.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1);
}
.border-r-yellow-900\/15 {
  border-right-color: rgb(113 63 18 / 0.15);
}
.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2);
}
.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25);
}
.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3);
}
.border-r-yellow-900\/35 {
  border-right-color: rgb(113 63 18 / 0.35);
}
.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}
.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45);
}
.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05);
}
.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5);
}
.border-r-yellow-900\/55 {
  border-right-color: rgb(113 63 18 / 0.55);
}
.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}
.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65);
}
.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7);
}
.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75);
}
.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8);
}
.border-r-yellow-900\/85 {
  border-right-color: rgb(113 63 18 / 0.85);
}
.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9);
}
.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95);
}
.border-r-yellow-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-r-yellow-950\/0 {
  border-right-color: rgb(66 32 6 / 0);
}
.border-r-yellow-950\/10 {
  border-right-color: rgb(66 32 6 / 0.1);
}
.border-r-yellow-950\/100 {
  border-right-color: rgb(66 32 6 / 1);
}
.border-r-yellow-950\/15 {
  border-right-color: rgb(66 32 6 / 0.15);
}
.border-r-yellow-950\/20 {
  border-right-color: rgb(66 32 6 / 0.2);
}
.border-r-yellow-950\/25 {
  border-right-color: rgb(66 32 6 / 0.25);
}
.border-r-yellow-950\/30 {
  border-right-color: rgb(66 32 6 / 0.3);
}
.border-r-yellow-950\/35 {
  border-right-color: rgb(66 32 6 / 0.35);
}
.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}
.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45);
}
.border-r-yellow-950\/5 {
  border-right-color: rgb(66 32 6 / 0.05);
}
.border-r-yellow-950\/50 {
  border-right-color: rgb(66 32 6 / 0.5);
}
.border-r-yellow-950\/55 {
  border-right-color: rgb(66 32 6 / 0.55);
}
.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}
.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65);
}
.border-r-yellow-950\/70 {
  border-right-color: rgb(66 32 6 / 0.7);
}
.border-r-yellow-950\/75 {
  border-right-color: rgb(66 32 6 / 0.75);
}
.border-r-yellow-950\/80 {
  border-right-color: rgb(66 32 6 / 0.8);
}
.border-r-yellow-950\/85 {
  border-right-color: rgb(66 32 6 / 0.85);
}
.border-r-yellow-950\/90 {
  border-right-color: rgb(66 32 6 / 0.9);
}
.border-r-yellow-950\/95 {
  border-right-color: rgb(66 32 6 / 0.95);
}
.border-r-zinc-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-r-zinc-100\/0 {
  border-right-color: rgb(244 244 245 / 0);
}
.border-r-zinc-100\/10 {
  border-right-color: rgb(244 244 245 / 0.1);
}
.border-r-zinc-100\/100 {
  border-right-color: rgb(244 244 245 / 1);
}
.border-r-zinc-100\/15 {
  border-right-color: rgb(244 244 245 / 0.15);
}
.border-r-zinc-100\/20 {
  border-right-color: rgb(244 244 245 / 0.2);
}
.border-r-zinc-100\/25 {
  border-right-color: rgb(244 244 245 / 0.25);
}
.border-r-zinc-100\/30 {
  border-right-color: rgb(244 244 245 / 0.3);
}
.border-r-zinc-100\/35 {
  border-right-color: rgb(244 244 245 / 0.35);
}
.border-r-zinc-100\/40 {
  border-right-color: rgb(244 244 245 / 0.4);
}
.border-r-zinc-100\/45 {
  border-right-color: rgb(244 244 245 / 0.45);
}
.border-r-zinc-100\/5 {
  border-right-color: rgb(244 244 245 / 0.05);
}
.border-r-zinc-100\/50 {
  border-right-color: rgb(244 244 245 / 0.5);
}
.border-r-zinc-100\/55 {
  border-right-color: rgb(244 244 245 / 0.55);
}
.border-r-zinc-100\/60 {
  border-right-color: rgb(244 244 245 / 0.6);
}
.border-r-zinc-100\/65 {
  border-right-color: rgb(244 244 245 / 0.65);
}
.border-r-zinc-100\/70 {
  border-right-color: rgb(244 244 245 / 0.7);
}
.border-r-zinc-100\/75 {
  border-right-color: rgb(244 244 245 / 0.75);
}
.border-r-zinc-100\/80 {
  border-right-color: rgb(244 244 245 / 0.8);
}
.border-r-zinc-100\/85 {
  border-right-color: rgb(244 244 245 / 0.85);
}
.border-r-zinc-100\/90 {
  border-right-color: rgb(244 244 245 / 0.9);
}
.border-r-zinc-100\/95 {
  border-right-color: rgb(244 244 245 / 0.95);
}
.border-r-zinc-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-r-zinc-200\/0 {
  border-right-color: rgb(228 228 231 / 0);
}
.border-r-zinc-200\/10 {
  border-right-color: rgb(228 228 231 / 0.1);
}
.border-r-zinc-200\/100 {
  border-right-color: rgb(228 228 231 / 1);
}
.border-r-zinc-200\/15 {
  border-right-color: rgb(228 228 231 / 0.15);
}
.border-r-zinc-200\/20 {
  border-right-color: rgb(228 228 231 / 0.2);
}
.border-r-zinc-200\/25 {
  border-right-color: rgb(228 228 231 / 0.25);
}
.border-r-zinc-200\/30 {
  border-right-color: rgb(228 228 231 / 0.3);
}
.border-r-zinc-200\/35 {
  border-right-color: rgb(228 228 231 / 0.35);
}
.border-r-zinc-200\/40 {
  border-right-color: rgb(228 228 231 / 0.4);
}
.border-r-zinc-200\/45 {
  border-right-color: rgb(228 228 231 / 0.45);
}
.border-r-zinc-200\/5 {
  border-right-color: rgb(228 228 231 / 0.05);
}
.border-r-zinc-200\/50 {
  border-right-color: rgb(228 228 231 / 0.5);
}
.border-r-zinc-200\/55 {
  border-right-color: rgb(228 228 231 / 0.55);
}
.border-r-zinc-200\/60 {
  border-right-color: rgb(228 228 231 / 0.6);
}
.border-r-zinc-200\/65 {
  border-right-color: rgb(228 228 231 / 0.65);
}
.border-r-zinc-200\/70 {
  border-right-color: rgb(228 228 231 / 0.7);
}
.border-r-zinc-200\/75 {
  border-right-color: rgb(228 228 231 / 0.75);
}
.border-r-zinc-200\/80 {
  border-right-color: rgb(228 228 231 / 0.8);
}
.border-r-zinc-200\/85 {
  border-right-color: rgb(228 228 231 / 0.85);
}
.border-r-zinc-200\/90 {
  border-right-color: rgb(228 228 231 / 0.9);
}
.border-r-zinc-200\/95 {
  border-right-color: rgb(228 228 231 / 0.95);
}
.border-r-zinc-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-r-zinc-300\/0 {
  border-right-color: rgb(212 212 216 / 0);
}
.border-r-zinc-300\/10 {
  border-right-color: rgb(212 212 216 / 0.1);
}
.border-r-zinc-300\/100 {
  border-right-color: rgb(212 212 216 / 1);
}
.border-r-zinc-300\/15 {
  border-right-color: rgb(212 212 216 / 0.15);
}
.border-r-zinc-300\/20 {
  border-right-color: rgb(212 212 216 / 0.2);
}
.border-r-zinc-300\/25 {
  border-right-color: rgb(212 212 216 / 0.25);
}
.border-r-zinc-300\/30 {
  border-right-color: rgb(212 212 216 / 0.3);
}
.border-r-zinc-300\/35 {
  border-right-color: rgb(212 212 216 / 0.35);
}
.border-r-zinc-300\/40 {
  border-right-color: rgb(212 212 216 / 0.4);
}
.border-r-zinc-300\/45 {
  border-right-color: rgb(212 212 216 / 0.45);
}
.border-r-zinc-300\/5 {
  border-right-color: rgb(212 212 216 / 0.05);
}
.border-r-zinc-300\/50 {
  border-right-color: rgb(212 212 216 / 0.5);
}
.border-r-zinc-300\/55 {
  border-right-color: rgb(212 212 216 / 0.55);
}
.border-r-zinc-300\/60 {
  border-right-color: rgb(212 212 216 / 0.6);
}
.border-r-zinc-300\/65 {
  border-right-color: rgb(212 212 216 / 0.65);
}
.border-r-zinc-300\/70 {
  border-right-color: rgb(212 212 216 / 0.7);
}
.border-r-zinc-300\/75 {
  border-right-color: rgb(212 212 216 / 0.75);
}
.border-r-zinc-300\/80 {
  border-right-color: rgb(212 212 216 / 0.8);
}
.border-r-zinc-300\/85 {
  border-right-color: rgb(212 212 216 / 0.85);
}
.border-r-zinc-300\/90 {
  border-right-color: rgb(212 212 216 / 0.9);
}
.border-r-zinc-300\/95 {
  border-right-color: rgb(212 212 216 / 0.95);
}
.border-r-zinc-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-r-zinc-400\/0 {
  border-right-color: rgb(161 161 170 / 0);
}
.border-r-zinc-400\/10 {
  border-right-color: rgb(161 161 170 / 0.1);
}
.border-r-zinc-400\/100 {
  border-right-color: rgb(161 161 170 / 1);
}
.border-r-zinc-400\/15 {
  border-right-color: rgb(161 161 170 / 0.15);
}
.border-r-zinc-400\/20 {
  border-right-color: rgb(161 161 170 / 0.2);
}
.border-r-zinc-400\/25 {
  border-right-color: rgb(161 161 170 / 0.25);
}
.border-r-zinc-400\/30 {
  border-right-color: rgb(161 161 170 / 0.3);
}
.border-r-zinc-400\/35 {
  border-right-color: rgb(161 161 170 / 0.35);
}
.border-r-zinc-400\/40 {
  border-right-color: rgb(161 161 170 / 0.4);
}
.border-r-zinc-400\/45 {
  border-right-color: rgb(161 161 170 / 0.45);
}
.border-r-zinc-400\/5 {
  border-right-color: rgb(161 161 170 / 0.05);
}
.border-r-zinc-400\/50 {
  border-right-color: rgb(161 161 170 / 0.5);
}
.border-r-zinc-400\/55 {
  border-right-color: rgb(161 161 170 / 0.55);
}
.border-r-zinc-400\/60 {
  border-right-color: rgb(161 161 170 / 0.6);
}
.border-r-zinc-400\/65 {
  border-right-color: rgb(161 161 170 / 0.65);
}
.border-r-zinc-400\/70 {
  border-right-color: rgb(161 161 170 / 0.7);
}
.border-r-zinc-400\/75 {
  border-right-color: rgb(161 161 170 / 0.75);
}
.border-r-zinc-400\/80 {
  border-right-color: rgb(161 161 170 / 0.8);
}
.border-r-zinc-400\/85 {
  border-right-color: rgb(161 161 170 / 0.85);
}
.border-r-zinc-400\/90 {
  border-right-color: rgb(161 161 170 / 0.9);
}
.border-r-zinc-400\/95 {
  border-right-color: rgb(161 161 170 / 0.95);
}
.border-r-zinc-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-r-zinc-50\/0 {
  border-right-color: rgb(250 250 250 / 0);
}
.border-r-zinc-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-r-zinc-50\/100 {
  border-right-color: rgb(250 250 250 / 1);
}
.border-r-zinc-50\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-r-zinc-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-r-zinc-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-r-zinc-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-r-zinc-50\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-zinc-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-zinc-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-r-zinc-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-r-zinc-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-r-zinc-50\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-zinc-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-zinc-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-r-zinc-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-r-zinc-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-r-zinc-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-r-zinc-50\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-r-zinc-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-r-zinc-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-r-zinc-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-r-zinc-500\/0 {
  border-right-color: rgb(113 113 122 / 0);
}
.border-r-zinc-500\/10 {
  border-right-color: rgb(113 113 122 / 0.1);
}
.border-r-zinc-500\/100 {
  border-right-color: rgb(113 113 122 / 1);
}
.border-r-zinc-500\/15 {
  border-right-color: rgb(113 113 122 / 0.15);
}
.border-r-zinc-500\/20 {
  border-right-color: rgb(113 113 122 / 0.2);
}
.border-r-zinc-500\/25 {
  border-right-color: rgb(113 113 122 / 0.25);
}
.border-r-zinc-500\/30 {
  border-right-color: rgb(113 113 122 / 0.3);
}
.border-r-zinc-500\/35 {
  border-right-color: rgb(113 113 122 / 0.35);
}
.border-r-zinc-500\/40 {
  border-right-color: rgb(113 113 122 / 0.4);
}
.border-r-zinc-500\/45 {
  border-right-color: rgb(113 113 122 / 0.45);
}
.border-r-zinc-500\/5 {
  border-right-color: rgb(113 113 122 / 0.05);
}
.border-r-zinc-500\/50 {
  border-right-color: rgb(113 113 122 / 0.5);
}
.border-r-zinc-500\/55 {
  border-right-color: rgb(113 113 122 / 0.55);
}
.border-r-zinc-500\/60 {
  border-right-color: rgb(113 113 122 / 0.6);
}
.border-r-zinc-500\/65 {
  border-right-color: rgb(113 113 122 / 0.65);
}
.border-r-zinc-500\/70 {
  border-right-color: rgb(113 113 122 / 0.7);
}
.border-r-zinc-500\/75 {
  border-right-color: rgb(113 113 122 / 0.75);
}
.border-r-zinc-500\/80 {
  border-right-color: rgb(113 113 122 / 0.8);
}
.border-r-zinc-500\/85 {
  border-right-color: rgb(113 113 122 / 0.85);
}
.border-r-zinc-500\/90 {
  border-right-color: rgb(113 113 122 / 0.9);
}
.border-r-zinc-500\/95 {
  border-right-color: rgb(113 113 122 / 0.95);
}
.border-r-zinc-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-r-zinc-600\/0 {
  border-right-color: rgb(82 82 91 / 0);
}
.border-r-zinc-600\/10 {
  border-right-color: rgb(82 82 91 / 0.1);
}
.border-r-zinc-600\/100 {
  border-right-color: rgb(82 82 91 / 1);
}
.border-r-zinc-600\/15 {
  border-right-color: rgb(82 82 91 / 0.15);
}
.border-r-zinc-600\/20 {
  border-right-color: rgb(82 82 91 / 0.2);
}
.border-r-zinc-600\/25 {
  border-right-color: rgb(82 82 91 / 0.25);
}
.border-r-zinc-600\/30 {
  border-right-color: rgb(82 82 91 / 0.3);
}
.border-r-zinc-600\/35 {
  border-right-color: rgb(82 82 91 / 0.35);
}
.border-r-zinc-600\/40 {
  border-right-color: rgb(82 82 91 / 0.4);
}
.border-r-zinc-600\/45 {
  border-right-color: rgb(82 82 91 / 0.45);
}
.border-r-zinc-600\/5 {
  border-right-color: rgb(82 82 91 / 0.05);
}
.border-r-zinc-600\/50 {
  border-right-color: rgb(82 82 91 / 0.5);
}
.border-r-zinc-600\/55 {
  border-right-color: rgb(82 82 91 / 0.55);
}
.border-r-zinc-600\/60 {
  border-right-color: rgb(82 82 91 / 0.6);
}
.border-r-zinc-600\/65 {
  border-right-color: rgb(82 82 91 / 0.65);
}
.border-r-zinc-600\/70 {
  border-right-color: rgb(82 82 91 / 0.7);
}
.border-r-zinc-600\/75 {
  border-right-color: rgb(82 82 91 / 0.75);
}
.border-r-zinc-600\/80 {
  border-right-color: rgb(82 82 91 / 0.8);
}
.border-r-zinc-600\/85 {
  border-right-color: rgb(82 82 91 / 0.85);
}
.border-r-zinc-600\/90 {
  border-right-color: rgb(82 82 91 / 0.9);
}
.border-r-zinc-600\/95 {
  border-right-color: rgb(82 82 91 / 0.95);
}
.border-r-zinc-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-r-zinc-700\/0 {
  border-right-color: rgb(63 63 70 / 0);
}
.border-r-zinc-700\/10 {
  border-right-color: rgb(63 63 70 / 0.1);
}
.border-r-zinc-700\/100 {
  border-right-color: rgb(63 63 70 / 1);
}
.border-r-zinc-700\/15 {
  border-right-color: rgb(63 63 70 / 0.15);
}
.border-r-zinc-700\/20 {
  border-right-color: rgb(63 63 70 / 0.2);
}
.border-r-zinc-700\/25 {
  border-right-color: rgb(63 63 70 / 0.25);
}
.border-r-zinc-700\/30 {
  border-right-color: rgb(63 63 70 / 0.3);
}
.border-r-zinc-700\/35 {
  border-right-color: rgb(63 63 70 / 0.35);
}
.border-r-zinc-700\/40 {
  border-right-color: rgb(63 63 70 / 0.4);
}
.border-r-zinc-700\/45 {
  border-right-color: rgb(63 63 70 / 0.45);
}
.border-r-zinc-700\/5 {
  border-right-color: rgb(63 63 70 / 0.05);
}
.border-r-zinc-700\/50 {
  border-right-color: rgb(63 63 70 / 0.5);
}
.border-r-zinc-700\/55 {
  border-right-color: rgb(63 63 70 / 0.55);
}
.border-r-zinc-700\/60 {
  border-right-color: rgb(63 63 70 / 0.6);
}
.border-r-zinc-700\/65 {
  border-right-color: rgb(63 63 70 / 0.65);
}
.border-r-zinc-700\/70 {
  border-right-color: rgb(63 63 70 / 0.7);
}
.border-r-zinc-700\/75 {
  border-right-color: rgb(63 63 70 / 0.75);
}
.border-r-zinc-700\/80 {
  border-right-color: rgb(63 63 70 / 0.8);
}
.border-r-zinc-700\/85 {
  border-right-color: rgb(63 63 70 / 0.85);
}
.border-r-zinc-700\/90 {
  border-right-color: rgb(63 63 70 / 0.9);
}
.border-r-zinc-700\/95 {
  border-right-color: rgb(63 63 70 / 0.95);
}
.border-r-zinc-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-r-zinc-800\/0 {
  border-right-color: rgb(39 39 42 / 0);
}
.border-r-zinc-800\/10 {
  border-right-color: rgb(39 39 42 / 0.1);
}
.border-r-zinc-800\/100 {
  border-right-color: rgb(39 39 42 / 1);
}
.border-r-zinc-800\/15 {
  border-right-color: rgb(39 39 42 / 0.15);
}
.border-r-zinc-800\/20 {
  border-right-color: rgb(39 39 42 / 0.2);
}
.border-r-zinc-800\/25 {
  border-right-color: rgb(39 39 42 / 0.25);
}
.border-r-zinc-800\/30 {
  border-right-color: rgb(39 39 42 / 0.3);
}
.border-r-zinc-800\/35 {
  border-right-color: rgb(39 39 42 / 0.35);
}
.border-r-zinc-800\/40 {
  border-right-color: rgb(39 39 42 / 0.4);
}
.border-r-zinc-800\/45 {
  border-right-color: rgb(39 39 42 / 0.45);
}
.border-r-zinc-800\/5 {
  border-right-color: rgb(39 39 42 / 0.05);
}
.border-r-zinc-800\/50 {
  border-right-color: rgb(39 39 42 / 0.5);
}
.border-r-zinc-800\/55 {
  border-right-color: rgb(39 39 42 / 0.55);
}
.border-r-zinc-800\/60 {
  border-right-color: rgb(39 39 42 / 0.6);
}
.border-r-zinc-800\/65 {
  border-right-color: rgb(39 39 42 / 0.65);
}
.border-r-zinc-800\/70 {
  border-right-color: rgb(39 39 42 / 0.7);
}
.border-r-zinc-800\/75 {
  border-right-color: rgb(39 39 42 / 0.75);
}
.border-r-zinc-800\/80 {
  border-right-color: rgb(39 39 42 / 0.8);
}
.border-r-zinc-800\/85 {
  border-right-color: rgb(39 39 42 / 0.85);
}
.border-r-zinc-800\/90 {
  border-right-color: rgb(39 39 42 / 0.9);
}
.border-r-zinc-800\/95 {
  border-right-color: rgb(39 39 42 / 0.95);
}
.border-r-zinc-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-r-zinc-900\/0 {
  border-right-color: rgb(24 24 27 / 0);
}
.border-r-zinc-900\/10 {
  border-right-color: rgb(24 24 27 / 0.1);
}
.border-r-zinc-900\/100 {
  border-right-color: rgb(24 24 27 / 1);
}
.border-r-zinc-900\/15 {
  border-right-color: rgb(24 24 27 / 0.15);
}
.border-r-zinc-900\/20 {
  border-right-color: rgb(24 24 27 / 0.2);
}
.border-r-zinc-900\/25 {
  border-right-color: rgb(24 24 27 / 0.25);
}
.border-r-zinc-900\/30 {
  border-right-color: rgb(24 24 27 / 0.3);
}
.border-r-zinc-900\/35 {
  border-right-color: rgb(24 24 27 / 0.35);
}
.border-r-zinc-900\/40 {
  border-right-color: rgb(24 24 27 / 0.4);
}
.border-r-zinc-900\/45 {
  border-right-color: rgb(24 24 27 / 0.45);
}
.border-r-zinc-900\/5 {
  border-right-color: rgb(24 24 27 / 0.05);
}
.border-r-zinc-900\/50 {
  border-right-color: rgb(24 24 27 / 0.5);
}
.border-r-zinc-900\/55 {
  border-right-color: rgb(24 24 27 / 0.55);
}
.border-r-zinc-900\/60 {
  border-right-color: rgb(24 24 27 / 0.6);
}
.border-r-zinc-900\/65 {
  border-right-color: rgb(24 24 27 / 0.65);
}
.border-r-zinc-900\/70 {
  border-right-color: rgb(24 24 27 / 0.7);
}
.border-r-zinc-900\/75 {
  border-right-color: rgb(24 24 27 / 0.75);
}
.border-r-zinc-900\/80 {
  border-right-color: rgb(24 24 27 / 0.8);
}
.border-r-zinc-900\/85 {
  border-right-color: rgb(24 24 27 / 0.85);
}
.border-r-zinc-900\/90 {
  border-right-color: rgb(24 24 27 / 0.9);
}
.border-r-zinc-900\/95 {
  border-right-color: rgb(24 24 27 / 0.95);
}
.border-r-zinc-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-r-zinc-950\/0 {
  border-right-color: rgb(9 9 11 / 0);
}
.border-r-zinc-950\/10 {
  border-right-color: rgb(9 9 11 / 0.1);
}
.border-r-zinc-950\/100 {
  border-right-color: rgb(9 9 11 / 1);
}
.border-r-zinc-950\/15 {
  border-right-color: rgb(9 9 11 / 0.15);
}
.border-r-zinc-950\/20 {
  border-right-color: rgb(9 9 11 / 0.2);
}
.border-r-zinc-950\/25 {
  border-right-color: rgb(9 9 11 / 0.25);
}
.border-r-zinc-950\/30 {
  border-right-color: rgb(9 9 11 / 0.3);
}
.border-r-zinc-950\/35 {
  border-right-color: rgb(9 9 11 / 0.35);
}
.border-r-zinc-950\/40 {
  border-right-color: rgb(9 9 11 / 0.4);
}
.border-r-zinc-950\/45 {
  border-right-color: rgb(9 9 11 / 0.45);
}
.border-r-zinc-950\/5 {
  border-right-color: rgb(9 9 11 / 0.05);
}
.border-r-zinc-950\/50 {
  border-right-color: rgb(9 9 11 / 0.5);
}
.border-r-zinc-950\/55 {
  border-right-color: rgb(9 9 11 / 0.55);
}
.border-r-zinc-950\/60 {
  border-right-color: rgb(9 9 11 / 0.6);
}
.border-r-zinc-950\/65 {
  border-right-color: rgb(9 9 11 / 0.65);
}
.border-r-zinc-950\/70 {
  border-right-color: rgb(9 9 11 / 0.7);
}
.border-r-zinc-950\/75 {
  border-right-color: rgb(9 9 11 / 0.75);
}
.border-r-zinc-950\/80 {
  border-right-color: rgb(9 9 11 / 0.8);
}
.border-r-zinc-950\/85 {
  border-right-color: rgb(9 9 11 / 0.85);
}
.border-r-zinc-950\/90 {
  border-right-color: rgb(9 9 11 / 0.9);
}
.border-r-zinc-950\/95 {
  border-right-color: rgb(9 9 11 / 0.95);
}
.border-s-amber-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-s-amber-100\/0 {
  border-inline-start-color: rgb(254 243 199 / 0);
}
.border-s-amber-100\/10 {
  border-inline-start-color: rgb(254 243 199 / 0.1);
}
.border-s-amber-100\/100 {
  border-inline-start-color: rgb(254 243 199 / 1);
}
.border-s-amber-100\/15 {
  border-inline-start-color: rgb(254 243 199 / 0.15);
}
.border-s-amber-100\/20 {
  border-inline-start-color: rgb(254 243 199 / 0.2);
}
.border-s-amber-100\/25 {
  border-inline-start-color: rgb(254 243 199 / 0.25);
}
.border-s-amber-100\/30 {
  border-inline-start-color: rgb(254 243 199 / 0.3);
}
.border-s-amber-100\/35 {
  border-inline-start-color: rgb(254 243 199 / 0.35);
}
.border-s-amber-100\/40 {
  border-inline-start-color: rgb(254 243 199 / 0.4);
}
.border-s-amber-100\/45 {
  border-inline-start-color: rgb(254 243 199 / 0.45);
}
.border-s-amber-100\/5 {
  border-inline-start-color: rgb(254 243 199 / 0.05);
}
.border-s-amber-100\/50 {
  border-inline-start-color: rgb(254 243 199 / 0.5);
}
.border-s-amber-100\/55 {
  border-inline-start-color: rgb(254 243 199 / 0.55);
}
.border-s-amber-100\/60 {
  border-inline-start-color: rgb(254 243 199 / 0.6);
}
.border-s-amber-100\/65 {
  border-inline-start-color: rgb(254 243 199 / 0.65);
}
.border-s-amber-100\/70 {
  border-inline-start-color: rgb(254 243 199 / 0.7);
}
.border-s-amber-100\/75 {
  border-inline-start-color: rgb(254 243 199 / 0.75);
}
.border-s-amber-100\/80 {
  border-inline-start-color: rgb(254 243 199 / 0.8);
}
.border-s-amber-100\/85 {
  border-inline-start-color: rgb(254 243 199 / 0.85);
}
.border-s-amber-100\/90 {
  border-inline-start-color: rgb(254 243 199 / 0.9);
}
.border-s-amber-100\/95 {
  border-inline-start-color: rgb(254 243 199 / 0.95);
}
.border-s-amber-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-s-amber-200\/0 {
  border-inline-start-color: rgb(253 230 138 / 0);
}
.border-s-amber-200\/10 {
  border-inline-start-color: rgb(253 230 138 / 0.1);
}
.border-s-amber-200\/100 {
  border-inline-start-color: rgb(253 230 138 / 1);
}
.border-s-amber-200\/15 {
  border-inline-start-color: rgb(253 230 138 / 0.15);
}
.border-s-amber-200\/20 {
  border-inline-start-color: rgb(253 230 138 / 0.2);
}
.border-s-amber-200\/25 {
  border-inline-start-color: rgb(253 230 138 / 0.25);
}
.border-s-amber-200\/30 {
  border-inline-start-color: rgb(253 230 138 / 0.3);
}
.border-s-amber-200\/35 {
  border-inline-start-color: rgb(253 230 138 / 0.35);
}
.border-s-amber-200\/40 {
  border-inline-start-color: rgb(253 230 138 / 0.4);
}
.border-s-amber-200\/45 {
  border-inline-start-color: rgb(253 230 138 / 0.45);
}
.border-s-amber-200\/5 {
  border-inline-start-color: rgb(253 230 138 / 0.05);
}
.border-s-amber-200\/50 {
  border-inline-start-color: rgb(253 230 138 / 0.5);
}
.border-s-amber-200\/55 {
  border-inline-start-color: rgb(253 230 138 / 0.55);
}
.border-s-amber-200\/60 {
  border-inline-start-color: rgb(253 230 138 / 0.6);
}
.border-s-amber-200\/65 {
  border-inline-start-color: rgb(253 230 138 / 0.65);
}
.border-s-amber-200\/70 {
  border-inline-start-color: rgb(253 230 138 / 0.7);
}
.border-s-amber-200\/75 {
  border-inline-start-color: rgb(253 230 138 / 0.75);
}
.border-s-amber-200\/80 {
  border-inline-start-color: rgb(253 230 138 / 0.8);
}
.border-s-amber-200\/85 {
  border-inline-start-color: rgb(253 230 138 / 0.85);
}
.border-s-amber-200\/90 {
  border-inline-start-color: rgb(253 230 138 / 0.9);
}
.border-s-amber-200\/95 {
  border-inline-start-color: rgb(253 230 138 / 0.95);
}
.border-s-amber-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-s-amber-300\/0 {
  border-inline-start-color: rgb(252 211 77 / 0);
}
.border-s-amber-300\/10 {
  border-inline-start-color: rgb(252 211 77 / 0.1);
}
.border-s-amber-300\/100 {
  border-inline-start-color: rgb(252 211 77 / 1);
}
.border-s-amber-300\/15 {
  border-inline-start-color: rgb(252 211 77 / 0.15);
}
.border-s-amber-300\/20 {
  border-inline-start-color: rgb(252 211 77 / 0.2);
}
.border-s-amber-300\/25 {
  border-inline-start-color: rgb(252 211 77 / 0.25);
}
.border-s-amber-300\/30 {
  border-inline-start-color: rgb(252 211 77 / 0.3);
}
.border-s-amber-300\/35 {
  border-inline-start-color: rgb(252 211 77 / 0.35);
}
.border-s-amber-300\/40 {
  border-inline-start-color: rgb(252 211 77 / 0.4);
}
.border-s-amber-300\/45 {
  border-inline-start-color: rgb(252 211 77 / 0.45);
}
.border-s-amber-300\/5 {
  border-inline-start-color: rgb(252 211 77 / 0.05);
}
.border-s-amber-300\/50 {
  border-inline-start-color: rgb(252 211 77 / 0.5);
}
.border-s-amber-300\/55 {
  border-inline-start-color: rgb(252 211 77 / 0.55);
}
.border-s-amber-300\/60 {
  border-inline-start-color: rgb(252 211 77 / 0.6);
}
.border-s-amber-300\/65 {
  border-inline-start-color: rgb(252 211 77 / 0.65);
}
.border-s-amber-300\/70 {
  border-inline-start-color: rgb(252 211 77 / 0.7);
}
.border-s-amber-300\/75 {
  border-inline-start-color: rgb(252 211 77 / 0.75);
}
.border-s-amber-300\/80 {
  border-inline-start-color: rgb(252 211 77 / 0.8);
}
.border-s-amber-300\/85 {
  border-inline-start-color: rgb(252 211 77 / 0.85);
}
.border-s-amber-300\/90 {
  border-inline-start-color: rgb(252 211 77 / 0.9);
}
.border-s-amber-300\/95 {
  border-inline-start-color: rgb(252 211 77 / 0.95);
}
.border-s-amber-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-s-amber-400\/0 {
  border-inline-start-color: rgb(251 191 36 / 0);
}
.border-s-amber-400\/10 {
  border-inline-start-color: rgb(251 191 36 / 0.1);
}
.border-s-amber-400\/100 {
  border-inline-start-color: rgb(251 191 36 / 1);
}
.border-s-amber-400\/15 {
  border-inline-start-color: rgb(251 191 36 / 0.15);
}
.border-s-amber-400\/20 {
  border-inline-start-color: rgb(251 191 36 / 0.2);
}
.border-s-amber-400\/25 {
  border-inline-start-color: rgb(251 191 36 / 0.25);
}
.border-s-amber-400\/30 {
  border-inline-start-color: rgb(251 191 36 / 0.3);
}
.border-s-amber-400\/35 {
  border-inline-start-color: rgb(251 191 36 / 0.35);
}
.border-s-amber-400\/40 {
  border-inline-start-color: rgb(251 191 36 / 0.4);
}
.border-s-amber-400\/45 {
  border-inline-start-color: rgb(251 191 36 / 0.45);
}
.border-s-amber-400\/5 {
  border-inline-start-color: rgb(251 191 36 / 0.05);
}
.border-s-amber-400\/50 {
  border-inline-start-color: rgb(251 191 36 / 0.5);
}
.border-s-amber-400\/55 {
  border-inline-start-color: rgb(251 191 36 / 0.55);
}
.border-s-amber-400\/60 {
  border-inline-start-color: rgb(251 191 36 / 0.6);
}
.border-s-amber-400\/65 {
  border-inline-start-color: rgb(251 191 36 / 0.65);
}
.border-s-amber-400\/70 {
  border-inline-start-color: rgb(251 191 36 / 0.7);
}
.border-s-amber-400\/75 {
  border-inline-start-color: rgb(251 191 36 / 0.75);
}
.border-s-amber-400\/80 {
  border-inline-start-color: rgb(251 191 36 / 0.8);
}
.border-s-amber-400\/85 {
  border-inline-start-color: rgb(251 191 36 / 0.85);
}
.border-s-amber-400\/90 {
  border-inline-start-color: rgb(251 191 36 / 0.9);
}
.border-s-amber-400\/95 {
  border-inline-start-color: rgb(251 191 36 / 0.95);
}
.border-s-amber-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-s-amber-50\/0 {
  border-inline-start-color: rgb(255 251 235 / 0);
}
.border-s-amber-50\/10 {
  border-inline-start-color: rgb(255 251 235 / 0.1);
}
.border-s-amber-50\/100 {
  border-inline-start-color: rgb(255 251 235 / 1);
}
.border-s-amber-50\/15 {
  border-inline-start-color: rgb(255 251 235 / 0.15);
}
.border-s-amber-50\/20 {
  border-inline-start-color: rgb(255 251 235 / 0.2);
}
.border-s-amber-50\/25 {
  border-inline-start-color: rgb(255 251 235 / 0.25);
}
.border-s-amber-50\/30 {
  border-inline-start-color: rgb(255 251 235 / 0.3);
}
.border-s-amber-50\/35 {
  border-inline-start-color: rgb(255 251 235 / 0.35);
}
.border-s-amber-50\/40 {
  border-inline-start-color: rgb(255 251 235 / 0.4);
}
.border-s-amber-50\/45 {
  border-inline-start-color: rgb(255 251 235 / 0.45);
}
.border-s-amber-50\/5 {
  border-inline-start-color: rgb(255 251 235 / 0.05);
}
.border-s-amber-50\/50 {
  border-inline-start-color: rgb(255 251 235 / 0.5);
}
.border-s-amber-50\/55 {
  border-inline-start-color: rgb(255 251 235 / 0.55);
}
.border-s-amber-50\/60 {
  border-inline-start-color: rgb(255 251 235 / 0.6);
}
.border-s-amber-50\/65 {
  border-inline-start-color: rgb(255 251 235 / 0.65);
}
.border-s-amber-50\/70 {
  border-inline-start-color: rgb(255 251 235 / 0.7);
}
.border-s-amber-50\/75 {
  border-inline-start-color: rgb(255 251 235 / 0.75);
}
.border-s-amber-50\/80 {
  border-inline-start-color: rgb(255 251 235 / 0.8);
}
.border-s-amber-50\/85 {
  border-inline-start-color: rgb(255 251 235 / 0.85);
}
.border-s-amber-50\/90 {
  border-inline-start-color: rgb(255 251 235 / 0.9);
}
.border-s-amber-50\/95 {
  border-inline-start-color: rgb(255 251 235 / 0.95);
}
.border-s-amber-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-s-amber-500\/0 {
  border-inline-start-color: rgb(245 158 11 / 0);
}
.border-s-amber-500\/10 {
  border-inline-start-color: rgb(245 158 11 / 0.1);
}
.border-s-amber-500\/100 {
  border-inline-start-color: rgb(245 158 11 / 1);
}
.border-s-amber-500\/15 {
  border-inline-start-color: rgb(245 158 11 / 0.15);
}
.border-s-amber-500\/20 {
  border-inline-start-color: rgb(245 158 11 / 0.2);
}
.border-s-amber-500\/25 {
  border-inline-start-color: rgb(245 158 11 / 0.25);
}
.border-s-amber-500\/30 {
  border-inline-start-color: rgb(245 158 11 / 0.3);
}
.border-s-amber-500\/35 {
  border-inline-start-color: rgb(245 158 11 / 0.35);
}
.border-s-amber-500\/40 {
  border-inline-start-color: rgb(245 158 11 / 0.4);
}
.border-s-amber-500\/45 {
  border-inline-start-color: rgb(245 158 11 / 0.45);
}
.border-s-amber-500\/5 {
  border-inline-start-color: rgb(245 158 11 / 0.05);
}
.border-s-amber-500\/50 {
  border-inline-start-color: rgb(245 158 11 / 0.5);
}
.border-s-amber-500\/55 {
  border-inline-start-color: rgb(245 158 11 / 0.55);
}
.border-s-amber-500\/60 {
  border-inline-start-color: rgb(245 158 11 / 0.6);
}
.border-s-amber-500\/65 {
  border-inline-start-color: rgb(245 158 11 / 0.65);
}
.border-s-amber-500\/70 {
  border-inline-start-color: rgb(245 158 11 / 0.7);
}
.border-s-amber-500\/75 {
  border-inline-start-color: rgb(245 158 11 / 0.75);
}
.border-s-amber-500\/80 {
  border-inline-start-color: rgb(245 158 11 / 0.8);
}
.border-s-amber-500\/85 {
  border-inline-start-color: rgb(245 158 11 / 0.85);
}
.border-s-amber-500\/90 {
  border-inline-start-color: rgb(245 158 11 / 0.9);
}
.border-s-amber-500\/95 {
  border-inline-start-color: rgb(245 158 11 / 0.95);
}
.border-s-amber-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-s-amber-600\/0 {
  border-inline-start-color: rgb(217 119 6 / 0);
}
.border-s-amber-600\/10 {
  border-inline-start-color: rgb(217 119 6 / 0.1);
}
.border-s-amber-600\/100 {
  border-inline-start-color: rgb(217 119 6 / 1);
}
.border-s-amber-600\/15 {
  border-inline-start-color: rgb(217 119 6 / 0.15);
}
.border-s-amber-600\/20 {
  border-inline-start-color: rgb(217 119 6 / 0.2);
}
.border-s-amber-600\/25 {
  border-inline-start-color: rgb(217 119 6 / 0.25);
}
.border-s-amber-600\/30 {
  border-inline-start-color: rgb(217 119 6 / 0.3);
}
.border-s-amber-600\/35 {
  border-inline-start-color: rgb(217 119 6 / 0.35);
}
.border-s-amber-600\/40 {
  border-inline-start-color: rgb(217 119 6 / 0.4);
}
.border-s-amber-600\/45 {
  border-inline-start-color: rgb(217 119 6 / 0.45);
}
.border-s-amber-600\/5 {
  border-inline-start-color: rgb(217 119 6 / 0.05);
}
.border-s-amber-600\/50 {
  border-inline-start-color: rgb(217 119 6 / 0.5);
}
.border-s-amber-600\/55 {
  border-inline-start-color: rgb(217 119 6 / 0.55);
}
.border-s-amber-600\/60 {
  border-inline-start-color: rgb(217 119 6 / 0.6);
}
.border-s-amber-600\/65 {
  border-inline-start-color: rgb(217 119 6 / 0.65);
}
.border-s-amber-600\/70 {
  border-inline-start-color: rgb(217 119 6 / 0.7);
}
.border-s-amber-600\/75 {
  border-inline-start-color: rgb(217 119 6 / 0.75);
}
.border-s-amber-600\/80 {
  border-inline-start-color: rgb(217 119 6 / 0.8);
}
.border-s-amber-600\/85 {
  border-inline-start-color: rgb(217 119 6 / 0.85);
}
.border-s-amber-600\/90 {
  border-inline-start-color: rgb(217 119 6 / 0.9);
}
.border-s-amber-600\/95 {
  border-inline-start-color: rgb(217 119 6 / 0.95);
}
.border-s-amber-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-s-amber-700\/0 {
  border-inline-start-color: rgb(180 83 9 / 0);
}
.border-s-amber-700\/10 {
  border-inline-start-color: rgb(180 83 9 / 0.1);
}
.border-s-amber-700\/100 {
  border-inline-start-color: rgb(180 83 9 / 1);
}
.border-s-amber-700\/15 {
  border-inline-start-color: rgb(180 83 9 / 0.15);
}
.border-s-amber-700\/20 {
  border-inline-start-color: rgb(180 83 9 / 0.2);
}
.border-s-amber-700\/25 {
  border-inline-start-color: rgb(180 83 9 / 0.25);
}
.border-s-amber-700\/30 {
  border-inline-start-color: rgb(180 83 9 / 0.3);
}
.border-s-amber-700\/35 {
  border-inline-start-color: rgb(180 83 9 / 0.35);
}
.border-s-amber-700\/40 {
  border-inline-start-color: rgb(180 83 9 / 0.4);
}
.border-s-amber-700\/45 {
  border-inline-start-color: rgb(180 83 9 / 0.45);
}
.border-s-amber-700\/5 {
  border-inline-start-color: rgb(180 83 9 / 0.05);
}
.border-s-amber-700\/50 {
  border-inline-start-color: rgb(180 83 9 / 0.5);
}
.border-s-amber-700\/55 {
  border-inline-start-color: rgb(180 83 9 / 0.55);
}
.border-s-amber-700\/60 {
  border-inline-start-color: rgb(180 83 9 / 0.6);
}
.border-s-amber-700\/65 {
  border-inline-start-color: rgb(180 83 9 / 0.65);
}
.border-s-amber-700\/70 {
  border-inline-start-color: rgb(180 83 9 / 0.7);
}
.border-s-amber-700\/75 {
  border-inline-start-color: rgb(180 83 9 / 0.75);
}
.border-s-amber-700\/80 {
  border-inline-start-color: rgb(180 83 9 / 0.8);
}
.border-s-amber-700\/85 {
  border-inline-start-color: rgb(180 83 9 / 0.85);
}
.border-s-amber-700\/90 {
  border-inline-start-color: rgb(180 83 9 / 0.9);
}
.border-s-amber-700\/95 {
  border-inline-start-color: rgb(180 83 9 / 0.95);
}
.border-s-amber-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-s-amber-800\/0 {
  border-inline-start-color: rgb(146 64 14 / 0);
}
.border-s-amber-800\/10 {
  border-inline-start-color: rgb(146 64 14 / 0.1);
}
.border-s-amber-800\/100 {
  border-inline-start-color: rgb(146 64 14 / 1);
}
.border-s-amber-800\/15 {
  border-inline-start-color: rgb(146 64 14 / 0.15);
}
.border-s-amber-800\/20 {
  border-inline-start-color: rgb(146 64 14 / 0.2);
}
.border-s-amber-800\/25 {
  border-inline-start-color: rgb(146 64 14 / 0.25);
}
.border-s-amber-800\/30 {
  border-inline-start-color: rgb(146 64 14 / 0.3);
}
.border-s-amber-800\/35 {
  border-inline-start-color: rgb(146 64 14 / 0.35);
}
.border-s-amber-800\/40 {
  border-inline-start-color: rgb(146 64 14 / 0.4);
}
.border-s-amber-800\/45 {
  border-inline-start-color: rgb(146 64 14 / 0.45);
}
.border-s-amber-800\/5 {
  border-inline-start-color: rgb(146 64 14 / 0.05);
}
.border-s-amber-800\/50 {
  border-inline-start-color: rgb(146 64 14 / 0.5);
}
.border-s-amber-800\/55 {
  border-inline-start-color: rgb(146 64 14 / 0.55);
}
.border-s-amber-800\/60 {
  border-inline-start-color: rgb(146 64 14 / 0.6);
}
.border-s-amber-800\/65 {
  border-inline-start-color: rgb(146 64 14 / 0.65);
}
.border-s-amber-800\/70 {
  border-inline-start-color: rgb(146 64 14 / 0.7);
}
.border-s-amber-800\/75 {
  border-inline-start-color: rgb(146 64 14 / 0.75);
}
.border-s-amber-800\/80 {
  border-inline-start-color: rgb(146 64 14 / 0.8);
}
.border-s-amber-800\/85 {
  border-inline-start-color: rgb(146 64 14 / 0.85);
}
.border-s-amber-800\/90 {
  border-inline-start-color: rgb(146 64 14 / 0.9);
}
.border-s-amber-800\/95 {
  border-inline-start-color: rgb(146 64 14 / 0.95);
}
.border-s-amber-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-s-amber-900\/0 {
  border-inline-start-color: rgb(120 53 15 / 0);
}
.border-s-amber-900\/10 {
  border-inline-start-color: rgb(120 53 15 / 0.1);
}
.border-s-amber-900\/100 {
  border-inline-start-color: rgb(120 53 15 / 1);
}
.border-s-amber-900\/15 {
  border-inline-start-color: rgb(120 53 15 / 0.15);
}
.border-s-amber-900\/20 {
  border-inline-start-color: rgb(120 53 15 / 0.2);
}
.border-s-amber-900\/25 {
  border-inline-start-color: rgb(120 53 15 / 0.25);
}
.border-s-amber-900\/30 {
  border-inline-start-color: rgb(120 53 15 / 0.3);
}
.border-s-amber-900\/35 {
  border-inline-start-color: rgb(120 53 15 / 0.35);
}
.border-s-amber-900\/40 {
  border-inline-start-color: rgb(120 53 15 / 0.4);
}
.border-s-amber-900\/45 {
  border-inline-start-color: rgb(120 53 15 / 0.45);
}
.border-s-amber-900\/5 {
  border-inline-start-color: rgb(120 53 15 / 0.05);
}
.border-s-amber-900\/50 {
  border-inline-start-color: rgb(120 53 15 / 0.5);
}
.border-s-amber-900\/55 {
  border-inline-start-color: rgb(120 53 15 / 0.55);
}
.border-s-amber-900\/60 {
  border-inline-start-color: rgb(120 53 15 / 0.6);
}
.border-s-amber-900\/65 {
  border-inline-start-color: rgb(120 53 15 / 0.65);
}
.border-s-amber-900\/70 {
  border-inline-start-color: rgb(120 53 15 / 0.7);
}
.border-s-amber-900\/75 {
  border-inline-start-color: rgb(120 53 15 / 0.75);
}
.border-s-amber-900\/80 {
  border-inline-start-color: rgb(120 53 15 / 0.8);
}
.border-s-amber-900\/85 {
  border-inline-start-color: rgb(120 53 15 / 0.85);
}
.border-s-amber-900\/90 {
  border-inline-start-color: rgb(120 53 15 / 0.9);
}
.border-s-amber-900\/95 {
  border-inline-start-color: rgb(120 53 15 / 0.95);
}
.border-s-amber-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-s-amber-950\/0 {
  border-inline-start-color: rgb(69 26 3 / 0);
}
.border-s-amber-950\/10 {
  border-inline-start-color: rgb(69 26 3 / 0.1);
}
.border-s-amber-950\/100 {
  border-inline-start-color: rgb(69 26 3 / 1);
}
.border-s-amber-950\/15 {
  border-inline-start-color: rgb(69 26 3 / 0.15);
}
.border-s-amber-950\/20 {
  border-inline-start-color: rgb(69 26 3 / 0.2);
}
.border-s-amber-950\/25 {
  border-inline-start-color: rgb(69 26 3 / 0.25);
}
.border-s-amber-950\/30 {
  border-inline-start-color: rgb(69 26 3 / 0.3);
}
.border-s-amber-950\/35 {
  border-inline-start-color: rgb(69 26 3 / 0.35);
}
.border-s-amber-950\/40 {
  border-inline-start-color: rgb(69 26 3 / 0.4);
}
.border-s-amber-950\/45 {
  border-inline-start-color: rgb(69 26 3 / 0.45);
}
.border-s-amber-950\/5 {
  border-inline-start-color: rgb(69 26 3 / 0.05);
}
.border-s-amber-950\/50 {
  border-inline-start-color: rgb(69 26 3 / 0.5);
}
.border-s-amber-950\/55 {
  border-inline-start-color: rgb(69 26 3 / 0.55);
}
.border-s-amber-950\/60 {
  border-inline-start-color: rgb(69 26 3 / 0.6);
}
.border-s-amber-950\/65 {
  border-inline-start-color: rgb(69 26 3 / 0.65);
}
.border-s-amber-950\/70 {
  border-inline-start-color: rgb(69 26 3 / 0.7);
}
.border-s-amber-950\/75 {
  border-inline-start-color: rgb(69 26 3 / 0.75);
}
.border-s-amber-950\/80 {
  border-inline-start-color: rgb(69 26 3 / 0.8);
}
.border-s-amber-950\/85 {
  border-inline-start-color: rgb(69 26 3 / 0.85);
}
.border-s-amber-950\/90 {
  border-inline-start-color: rgb(69 26 3 / 0.9);
}
.border-s-amber-950\/95 {
  border-inline-start-color: rgb(69 26 3 / 0.95);
}
.border-s-black {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-s-black\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-black\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-black\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-black\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-black\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-black\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-black\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-black\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-black\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-black\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-black\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-black\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-black\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-black\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-black\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-black\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-black\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-black\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-black\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-black\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-black\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-blue-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-s-blue-100\/0 {
  border-inline-start-color: rgb(219 234 254 / 0);
}
.border-s-blue-100\/10 {
  border-inline-start-color: rgb(219 234 254 / 0.1);
}
.border-s-blue-100\/100 {
  border-inline-start-color: rgb(219 234 254 / 1);
}
.border-s-blue-100\/15 {
  border-inline-start-color: rgb(219 234 254 / 0.15);
}
.border-s-blue-100\/20 {
  border-inline-start-color: rgb(219 234 254 / 0.2);
}
.border-s-blue-100\/25 {
  border-inline-start-color: rgb(219 234 254 / 0.25);
}
.border-s-blue-100\/30 {
  border-inline-start-color: rgb(219 234 254 / 0.3);
}
.border-s-blue-100\/35 {
  border-inline-start-color: rgb(219 234 254 / 0.35);
}
.border-s-blue-100\/40 {
  border-inline-start-color: rgb(219 234 254 / 0.4);
}
.border-s-blue-100\/45 {
  border-inline-start-color: rgb(219 234 254 / 0.45);
}
.border-s-blue-100\/5 {
  border-inline-start-color: rgb(219 234 254 / 0.05);
}
.border-s-blue-100\/50 {
  border-inline-start-color: rgb(219 234 254 / 0.5);
}
.border-s-blue-100\/55 {
  border-inline-start-color: rgb(219 234 254 / 0.55);
}
.border-s-blue-100\/60 {
  border-inline-start-color: rgb(219 234 254 / 0.6);
}
.border-s-blue-100\/65 {
  border-inline-start-color: rgb(219 234 254 / 0.65);
}
.border-s-blue-100\/70 {
  border-inline-start-color: rgb(219 234 254 / 0.7);
}
.border-s-blue-100\/75 {
  border-inline-start-color: rgb(219 234 254 / 0.75);
}
.border-s-blue-100\/80 {
  border-inline-start-color: rgb(219 234 254 / 0.8);
}
.border-s-blue-100\/85 {
  border-inline-start-color: rgb(219 234 254 / 0.85);
}
.border-s-blue-100\/90 {
  border-inline-start-color: rgb(219 234 254 / 0.9);
}
.border-s-blue-100\/95 {
  border-inline-start-color: rgb(219 234 254 / 0.95);
}
.border-s-blue-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-s-blue-200\/0 {
  border-inline-start-color: rgb(191 219 254 / 0);
}
.border-s-blue-200\/10 {
  border-inline-start-color: rgb(191 219 254 / 0.1);
}
.border-s-blue-200\/100 {
  border-inline-start-color: rgb(191 219 254 / 1);
}
.border-s-blue-200\/15 {
  border-inline-start-color: rgb(191 219 254 / 0.15);
}
.border-s-blue-200\/20 {
  border-inline-start-color: rgb(191 219 254 / 0.2);
}
.border-s-blue-200\/25 {
  border-inline-start-color: rgb(191 219 254 / 0.25);
}
.border-s-blue-200\/30 {
  border-inline-start-color: rgb(191 219 254 / 0.3);
}
.border-s-blue-200\/35 {
  border-inline-start-color: rgb(191 219 254 / 0.35);
}
.border-s-blue-200\/40 {
  border-inline-start-color: rgb(191 219 254 / 0.4);
}
.border-s-blue-200\/45 {
  border-inline-start-color: rgb(191 219 254 / 0.45);
}
.border-s-blue-200\/5 {
  border-inline-start-color: rgb(191 219 254 / 0.05);
}
.border-s-blue-200\/50 {
  border-inline-start-color: rgb(191 219 254 / 0.5);
}
.border-s-blue-200\/55 {
  border-inline-start-color: rgb(191 219 254 / 0.55);
}
.border-s-blue-200\/60 {
  border-inline-start-color: rgb(191 219 254 / 0.6);
}
.border-s-blue-200\/65 {
  border-inline-start-color: rgb(191 219 254 / 0.65);
}
.border-s-blue-200\/70 {
  border-inline-start-color: rgb(191 219 254 / 0.7);
}
.border-s-blue-200\/75 {
  border-inline-start-color: rgb(191 219 254 / 0.75);
}
.border-s-blue-200\/80 {
  border-inline-start-color: rgb(191 219 254 / 0.8);
}
.border-s-blue-200\/85 {
  border-inline-start-color: rgb(191 219 254 / 0.85);
}
.border-s-blue-200\/90 {
  border-inline-start-color: rgb(191 219 254 / 0.9);
}
.border-s-blue-200\/95 {
  border-inline-start-color: rgb(191 219 254 / 0.95);
}
.border-s-blue-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-s-blue-300\/0 {
  border-inline-start-color: rgb(147 197 253 / 0);
}
.border-s-blue-300\/10 {
  border-inline-start-color: rgb(147 197 253 / 0.1);
}
.border-s-blue-300\/100 {
  border-inline-start-color: rgb(147 197 253 / 1);
}
.border-s-blue-300\/15 {
  border-inline-start-color: rgb(147 197 253 / 0.15);
}
.border-s-blue-300\/20 {
  border-inline-start-color: rgb(147 197 253 / 0.2);
}
.border-s-blue-300\/25 {
  border-inline-start-color: rgb(147 197 253 / 0.25);
}
.border-s-blue-300\/30 {
  border-inline-start-color: rgb(147 197 253 / 0.3);
}
.border-s-blue-300\/35 {
  border-inline-start-color: rgb(147 197 253 / 0.35);
}
.border-s-blue-300\/40 {
  border-inline-start-color: rgb(147 197 253 / 0.4);
}
.border-s-blue-300\/45 {
  border-inline-start-color: rgb(147 197 253 / 0.45);
}
.border-s-blue-300\/5 {
  border-inline-start-color: rgb(147 197 253 / 0.05);
}
.border-s-blue-300\/50 {
  border-inline-start-color: rgb(147 197 253 / 0.5);
}
.border-s-blue-300\/55 {
  border-inline-start-color: rgb(147 197 253 / 0.55);
}
.border-s-blue-300\/60 {
  border-inline-start-color: rgb(147 197 253 / 0.6);
}
.border-s-blue-300\/65 {
  border-inline-start-color: rgb(147 197 253 / 0.65);
}
.border-s-blue-300\/70 {
  border-inline-start-color: rgb(147 197 253 / 0.7);
}
.border-s-blue-300\/75 {
  border-inline-start-color: rgb(147 197 253 / 0.75);
}
.border-s-blue-300\/80 {
  border-inline-start-color: rgb(147 197 253 / 0.8);
}
.border-s-blue-300\/85 {
  border-inline-start-color: rgb(147 197 253 / 0.85);
}
.border-s-blue-300\/90 {
  border-inline-start-color: rgb(147 197 253 / 0.9);
}
.border-s-blue-300\/95 {
  border-inline-start-color: rgb(147 197 253 / 0.95);
}
.border-s-blue-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-s-blue-400\/0 {
  border-inline-start-color: rgb(96 165 250 / 0);
}
.border-s-blue-400\/10 {
  border-inline-start-color: rgb(96 165 250 / 0.1);
}
.border-s-blue-400\/100 {
  border-inline-start-color: rgb(96 165 250 / 1);
}
.border-s-blue-400\/15 {
  border-inline-start-color: rgb(96 165 250 / 0.15);
}
.border-s-blue-400\/20 {
  border-inline-start-color: rgb(96 165 250 / 0.2);
}
.border-s-blue-400\/25 {
  border-inline-start-color: rgb(96 165 250 / 0.25);
}
.border-s-blue-400\/30 {
  border-inline-start-color: rgb(96 165 250 / 0.3);
}
.border-s-blue-400\/35 {
  border-inline-start-color: rgb(96 165 250 / 0.35);
}
.border-s-blue-400\/40 {
  border-inline-start-color: rgb(96 165 250 / 0.4);
}
.border-s-blue-400\/45 {
  border-inline-start-color: rgb(96 165 250 / 0.45);
}
.border-s-blue-400\/5 {
  border-inline-start-color: rgb(96 165 250 / 0.05);
}
.border-s-blue-400\/50 {
  border-inline-start-color: rgb(96 165 250 / 0.5);
}
.border-s-blue-400\/55 {
  border-inline-start-color: rgb(96 165 250 / 0.55);
}
.border-s-blue-400\/60 {
  border-inline-start-color: rgb(96 165 250 / 0.6);
}
.border-s-blue-400\/65 {
  border-inline-start-color: rgb(96 165 250 / 0.65);
}
.border-s-blue-400\/70 {
  border-inline-start-color: rgb(96 165 250 / 0.7);
}
.border-s-blue-400\/75 {
  border-inline-start-color: rgb(96 165 250 / 0.75);
}
.border-s-blue-400\/80 {
  border-inline-start-color: rgb(96 165 250 / 0.8);
}
.border-s-blue-400\/85 {
  border-inline-start-color: rgb(96 165 250 / 0.85);
}
.border-s-blue-400\/90 {
  border-inline-start-color: rgb(96 165 250 / 0.9);
}
.border-s-blue-400\/95 {
  border-inline-start-color: rgb(96 165 250 / 0.95);
}
.border-s-blue-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-s-blue-50\/0 {
  border-inline-start-color: rgb(239 246 255 / 0);
}
.border-s-blue-50\/10 {
  border-inline-start-color: rgb(239 246 255 / 0.1);
}
.border-s-blue-50\/100 {
  border-inline-start-color: rgb(239 246 255 / 1);
}
.border-s-blue-50\/15 {
  border-inline-start-color: rgb(239 246 255 / 0.15);
}
.border-s-blue-50\/20 {
  border-inline-start-color: rgb(239 246 255 / 0.2);
}
.border-s-blue-50\/25 {
  border-inline-start-color: rgb(239 246 255 / 0.25);
}
.border-s-blue-50\/30 {
  border-inline-start-color: rgb(239 246 255 / 0.3);
}
.border-s-blue-50\/35 {
  border-inline-start-color: rgb(239 246 255 / 0.35);
}
.border-s-blue-50\/40 {
  border-inline-start-color: rgb(239 246 255 / 0.4);
}
.border-s-blue-50\/45 {
  border-inline-start-color: rgb(239 246 255 / 0.45);
}
.border-s-blue-50\/5 {
  border-inline-start-color: rgb(239 246 255 / 0.05);
}
.border-s-blue-50\/50 {
  border-inline-start-color: rgb(239 246 255 / 0.5);
}
.border-s-blue-50\/55 {
  border-inline-start-color: rgb(239 246 255 / 0.55);
}
.border-s-blue-50\/60 {
  border-inline-start-color: rgb(239 246 255 / 0.6);
}
.border-s-blue-50\/65 {
  border-inline-start-color: rgb(239 246 255 / 0.65);
}
.border-s-blue-50\/70 {
  border-inline-start-color: rgb(239 246 255 / 0.7);
}
.border-s-blue-50\/75 {
  border-inline-start-color: rgb(239 246 255 / 0.75);
}
.border-s-blue-50\/80 {
  border-inline-start-color: rgb(239 246 255 / 0.8);
}
.border-s-blue-50\/85 {
  border-inline-start-color: rgb(239 246 255 / 0.85);
}
.border-s-blue-50\/90 {
  border-inline-start-color: rgb(239 246 255 / 0.9);
}
.border-s-blue-50\/95 {
  border-inline-start-color: rgb(239 246 255 / 0.95);
}
.border-s-blue-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-s-blue-500\/0 {
  border-inline-start-color: rgb(59 130 246 / 0);
}
.border-s-blue-500\/10 {
  border-inline-start-color: rgb(59 130 246 / 0.1);
}
.border-s-blue-500\/100 {
  border-inline-start-color: rgb(59 130 246 / 1);
}
.border-s-blue-500\/15 {
  border-inline-start-color: rgb(59 130 246 / 0.15);
}
.border-s-blue-500\/20 {
  border-inline-start-color: rgb(59 130 246 / 0.2);
}
.border-s-blue-500\/25 {
  border-inline-start-color: rgb(59 130 246 / 0.25);
}
.border-s-blue-500\/30 {
  border-inline-start-color: rgb(59 130 246 / 0.3);
}
.border-s-blue-500\/35 {
  border-inline-start-color: rgb(59 130 246 / 0.35);
}
.border-s-blue-500\/40 {
  border-inline-start-color: rgb(59 130 246 / 0.4);
}
.border-s-blue-500\/45 {
  border-inline-start-color: rgb(59 130 246 / 0.45);
}
.border-s-blue-500\/5 {
  border-inline-start-color: rgb(59 130 246 / 0.05);
}
.border-s-blue-500\/50 {
  border-inline-start-color: rgb(59 130 246 / 0.5);
}
.border-s-blue-500\/55 {
  border-inline-start-color: rgb(59 130 246 / 0.55);
}
.border-s-blue-500\/60 {
  border-inline-start-color: rgb(59 130 246 / 0.6);
}
.border-s-blue-500\/65 {
  border-inline-start-color: rgb(59 130 246 / 0.65);
}
.border-s-blue-500\/70 {
  border-inline-start-color: rgb(59 130 246 / 0.7);
}
.border-s-blue-500\/75 {
  border-inline-start-color: rgb(59 130 246 / 0.75);
}
.border-s-blue-500\/80 {
  border-inline-start-color: rgb(59 130 246 / 0.8);
}
.border-s-blue-500\/85 {
  border-inline-start-color: rgb(59 130 246 / 0.85);
}
.border-s-blue-500\/90 {
  border-inline-start-color: rgb(59 130 246 / 0.9);
}
.border-s-blue-500\/95 {
  border-inline-start-color: rgb(59 130 246 / 0.95);
}
.border-s-blue-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-s-blue-600\/0 {
  border-inline-start-color: rgb(37 99 235 / 0);
}
.border-s-blue-600\/10 {
  border-inline-start-color: rgb(37 99 235 / 0.1);
}
.border-s-blue-600\/100 {
  border-inline-start-color: rgb(37 99 235 / 1);
}
.border-s-blue-600\/15 {
  border-inline-start-color: rgb(37 99 235 / 0.15);
}
.border-s-blue-600\/20 {
  border-inline-start-color: rgb(37 99 235 / 0.2);
}
.border-s-blue-600\/25 {
  border-inline-start-color: rgb(37 99 235 / 0.25);
}
.border-s-blue-600\/30 {
  border-inline-start-color: rgb(37 99 235 / 0.3);
}
.border-s-blue-600\/35 {
  border-inline-start-color: rgb(37 99 235 / 0.35);
}
.border-s-blue-600\/40 {
  border-inline-start-color: rgb(37 99 235 / 0.4);
}
.border-s-blue-600\/45 {
  border-inline-start-color: rgb(37 99 235 / 0.45);
}
.border-s-blue-600\/5 {
  border-inline-start-color: rgb(37 99 235 / 0.05);
}
.border-s-blue-600\/50 {
  border-inline-start-color: rgb(37 99 235 / 0.5);
}
.border-s-blue-600\/55 {
  border-inline-start-color: rgb(37 99 235 / 0.55);
}
.border-s-blue-600\/60 {
  border-inline-start-color: rgb(37 99 235 / 0.6);
}
.border-s-blue-600\/65 {
  border-inline-start-color: rgb(37 99 235 / 0.65);
}
.border-s-blue-600\/70 {
  border-inline-start-color: rgb(37 99 235 / 0.7);
}
.border-s-blue-600\/75 {
  border-inline-start-color: rgb(37 99 235 / 0.75);
}
.border-s-blue-600\/80 {
  border-inline-start-color: rgb(37 99 235 / 0.8);
}
.border-s-blue-600\/85 {
  border-inline-start-color: rgb(37 99 235 / 0.85);
}
.border-s-blue-600\/90 {
  border-inline-start-color: rgb(37 99 235 / 0.9);
}
.border-s-blue-600\/95 {
  border-inline-start-color: rgb(37 99 235 / 0.95);
}
.border-s-blue-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-s-blue-700\/0 {
  border-inline-start-color: rgb(29 78 216 / 0);
}
.border-s-blue-700\/10 {
  border-inline-start-color: rgb(29 78 216 / 0.1);
}
.border-s-blue-700\/100 {
  border-inline-start-color: rgb(29 78 216 / 1);
}
.border-s-blue-700\/15 {
  border-inline-start-color: rgb(29 78 216 / 0.15);
}
.border-s-blue-700\/20 {
  border-inline-start-color: rgb(29 78 216 / 0.2);
}
.border-s-blue-700\/25 {
  border-inline-start-color: rgb(29 78 216 / 0.25);
}
.border-s-blue-700\/30 {
  border-inline-start-color: rgb(29 78 216 / 0.3);
}
.border-s-blue-700\/35 {
  border-inline-start-color: rgb(29 78 216 / 0.35);
}
.border-s-blue-700\/40 {
  border-inline-start-color: rgb(29 78 216 / 0.4);
}
.border-s-blue-700\/45 {
  border-inline-start-color: rgb(29 78 216 / 0.45);
}
.border-s-blue-700\/5 {
  border-inline-start-color: rgb(29 78 216 / 0.05);
}
.border-s-blue-700\/50 {
  border-inline-start-color: rgb(29 78 216 / 0.5);
}
.border-s-blue-700\/55 {
  border-inline-start-color: rgb(29 78 216 / 0.55);
}
.border-s-blue-700\/60 {
  border-inline-start-color: rgb(29 78 216 / 0.6);
}
.border-s-blue-700\/65 {
  border-inline-start-color: rgb(29 78 216 / 0.65);
}
.border-s-blue-700\/70 {
  border-inline-start-color: rgb(29 78 216 / 0.7);
}
.border-s-blue-700\/75 {
  border-inline-start-color: rgb(29 78 216 / 0.75);
}
.border-s-blue-700\/80 {
  border-inline-start-color: rgb(29 78 216 / 0.8);
}
.border-s-blue-700\/85 {
  border-inline-start-color: rgb(29 78 216 / 0.85);
}
.border-s-blue-700\/90 {
  border-inline-start-color: rgb(29 78 216 / 0.9);
}
.border-s-blue-700\/95 {
  border-inline-start-color: rgb(29 78 216 / 0.95);
}
.border-s-blue-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-s-blue-800\/0 {
  border-inline-start-color: rgb(30 64 175 / 0);
}
.border-s-blue-800\/10 {
  border-inline-start-color: rgb(30 64 175 / 0.1);
}
.border-s-blue-800\/100 {
  border-inline-start-color: rgb(30 64 175 / 1);
}
.border-s-blue-800\/15 {
  border-inline-start-color: rgb(30 64 175 / 0.15);
}
.border-s-blue-800\/20 {
  border-inline-start-color: rgb(30 64 175 / 0.2);
}
.border-s-blue-800\/25 {
  border-inline-start-color: rgb(30 64 175 / 0.25);
}
.border-s-blue-800\/30 {
  border-inline-start-color: rgb(30 64 175 / 0.3);
}
.border-s-blue-800\/35 {
  border-inline-start-color: rgb(30 64 175 / 0.35);
}
.border-s-blue-800\/40 {
  border-inline-start-color: rgb(30 64 175 / 0.4);
}
.border-s-blue-800\/45 {
  border-inline-start-color: rgb(30 64 175 / 0.45);
}
.border-s-blue-800\/5 {
  border-inline-start-color: rgb(30 64 175 / 0.05);
}
.border-s-blue-800\/50 {
  border-inline-start-color: rgb(30 64 175 / 0.5);
}
.border-s-blue-800\/55 {
  border-inline-start-color: rgb(30 64 175 / 0.55);
}
.border-s-blue-800\/60 {
  border-inline-start-color: rgb(30 64 175 / 0.6);
}
.border-s-blue-800\/65 {
  border-inline-start-color: rgb(30 64 175 / 0.65);
}
.border-s-blue-800\/70 {
  border-inline-start-color: rgb(30 64 175 / 0.7);
}
.border-s-blue-800\/75 {
  border-inline-start-color: rgb(30 64 175 / 0.75);
}
.border-s-blue-800\/80 {
  border-inline-start-color: rgb(30 64 175 / 0.8);
}
.border-s-blue-800\/85 {
  border-inline-start-color: rgb(30 64 175 / 0.85);
}
.border-s-blue-800\/90 {
  border-inline-start-color: rgb(30 64 175 / 0.9);
}
.border-s-blue-800\/95 {
  border-inline-start-color: rgb(30 64 175 / 0.95);
}
.border-s-blue-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-s-blue-900\/0 {
  border-inline-start-color: rgb(30 58 138 / 0);
}
.border-s-blue-900\/10 {
  border-inline-start-color: rgb(30 58 138 / 0.1);
}
.border-s-blue-900\/100 {
  border-inline-start-color: rgb(30 58 138 / 1);
}
.border-s-blue-900\/15 {
  border-inline-start-color: rgb(30 58 138 / 0.15);
}
.border-s-blue-900\/20 {
  border-inline-start-color: rgb(30 58 138 / 0.2);
}
.border-s-blue-900\/25 {
  border-inline-start-color: rgb(30 58 138 / 0.25);
}
.border-s-blue-900\/30 {
  border-inline-start-color: rgb(30 58 138 / 0.3);
}
.border-s-blue-900\/35 {
  border-inline-start-color: rgb(30 58 138 / 0.35);
}
.border-s-blue-900\/40 {
  border-inline-start-color: rgb(30 58 138 / 0.4);
}
.border-s-blue-900\/45 {
  border-inline-start-color: rgb(30 58 138 / 0.45);
}
.border-s-blue-900\/5 {
  border-inline-start-color: rgb(30 58 138 / 0.05);
}
.border-s-blue-900\/50 {
  border-inline-start-color: rgb(30 58 138 / 0.5);
}
.border-s-blue-900\/55 {
  border-inline-start-color: rgb(30 58 138 / 0.55);
}
.border-s-blue-900\/60 {
  border-inline-start-color: rgb(30 58 138 / 0.6);
}
.border-s-blue-900\/65 {
  border-inline-start-color: rgb(30 58 138 / 0.65);
}
.border-s-blue-900\/70 {
  border-inline-start-color: rgb(30 58 138 / 0.7);
}
.border-s-blue-900\/75 {
  border-inline-start-color: rgb(30 58 138 / 0.75);
}
.border-s-blue-900\/80 {
  border-inline-start-color: rgb(30 58 138 / 0.8);
}
.border-s-blue-900\/85 {
  border-inline-start-color: rgb(30 58 138 / 0.85);
}
.border-s-blue-900\/90 {
  border-inline-start-color: rgb(30 58 138 / 0.9);
}
.border-s-blue-900\/95 {
  border-inline-start-color: rgb(30 58 138 / 0.95);
}
.border-s-blue-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-s-blue-950\/0 {
  border-inline-start-color: rgb(23 37 84 / 0);
}
.border-s-blue-950\/10 {
  border-inline-start-color: rgb(23 37 84 / 0.1);
}
.border-s-blue-950\/100 {
  border-inline-start-color: rgb(23 37 84 / 1);
}
.border-s-blue-950\/15 {
  border-inline-start-color: rgb(23 37 84 / 0.15);
}
.border-s-blue-950\/20 {
  border-inline-start-color: rgb(23 37 84 / 0.2);
}
.border-s-blue-950\/25 {
  border-inline-start-color: rgb(23 37 84 / 0.25);
}
.border-s-blue-950\/30 {
  border-inline-start-color: rgb(23 37 84 / 0.3);
}
.border-s-blue-950\/35 {
  border-inline-start-color: rgb(23 37 84 / 0.35);
}
.border-s-blue-950\/40 {
  border-inline-start-color: rgb(23 37 84 / 0.4);
}
.border-s-blue-950\/45 {
  border-inline-start-color: rgb(23 37 84 / 0.45);
}
.border-s-blue-950\/5 {
  border-inline-start-color: rgb(23 37 84 / 0.05);
}
.border-s-blue-950\/50 {
  border-inline-start-color: rgb(23 37 84 / 0.5);
}
.border-s-blue-950\/55 {
  border-inline-start-color: rgb(23 37 84 / 0.55);
}
.border-s-blue-950\/60 {
  border-inline-start-color: rgb(23 37 84 / 0.6);
}
.border-s-blue-950\/65 {
  border-inline-start-color: rgb(23 37 84 / 0.65);
}
.border-s-blue-950\/70 {
  border-inline-start-color: rgb(23 37 84 / 0.7);
}
.border-s-blue-950\/75 {
  border-inline-start-color: rgb(23 37 84 / 0.75);
}
.border-s-blue-950\/80 {
  border-inline-start-color: rgb(23 37 84 / 0.8);
}
.border-s-blue-950\/85 {
  border-inline-start-color: rgb(23 37 84 / 0.85);
}
.border-s-blue-950\/90 {
  border-inline-start-color: rgb(23 37 84 / 0.9);
}
.border-s-blue-950\/95 {
  border-inline-start-color: rgb(23 37 84 / 0.95);
}
.border-s-current {
  border-inline-start-color: currentColor;
}
.border-s-cyan-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-s-cyan-100\/0 {
  border-inline-start-color: rgb(207 250 254 / 0);
}
.border-s-cyan-100\/10 {
  border-inline-start-color: rgb(207 250 254 / 0.1);
}
.border-s-cyan-100\/100 {
  border-inline-start-color: rgb(207 250 254 / 1);
}
.border-s-cyan-100\/15 {
  border-inline-start-color: rgb(207 250 254 / 0.15);
}
.border-s-cyan-100\/20 {
  border-inline-start-color: rgb(207 250 254 / 0.2);
}
.border-s-cyan-100\/25 {
  border-inline-start-color: rgb(207 250 254 / 0.25);
}
.border-s-cyan-100\/30 {
  border-inline-start-color: rgb(207 250 254 / 0.3);
}
.border-s-cyan-100\/35 {
  border-inline-start-color: rgb(207 250 254 / 0.35);
}
.border-s-cyan-100\/40 {
  border-inline-start-color: rgb(207 250 254 / 0.4);
}
.border-s-cyan-100\/45 {
  border-inline-start-color: rgb(207 250 254 / 0.45);
}
.border-s-cyan-100\/5 {
  border-inline-start-color: rgb(207 250 254 / 0.05);
}
.border-s-cyan-100\/50 {
  border-inline-start-color: rgb(207 250 254 / 0.5);
}
.border-s-cyan-100\/55 {
  border-inline-start-color: rgb(207 250 254 / 0.55);
}
.border-s-cyan-100\/60 {
  border-inline-start-color: rgb(207 250 254 / 0.6);
}
.border-s-cyan-100\/65 {
  border-inline-start-color: rgb(207 250 254 / 0.65);
}
.border-s-cyan-100\/70 {
  border-inline-start-color: rgb(207 250 254 / 0.7);
}
.border-s-cyan-100\/75 {
  border-inline-start-color: rgb(207 250 254 / 0.75);
}
.border-s-cyan-100\/80 {
  border-inline-start-color: rgb(207 250 254 / 0.8);
}
.border-s-cyan-100\/85 {
  border-inline-start-color: rgb(207 250 254 / 0.85);
}
.border-s-cyan-100\/90 {
  border-inline-start-color: rgb(207 250 254 / 0.9);
}
.border-s-cyan-100\/95 {
  border-inline-start-color: rgb(207 250 254 / 0.95);
}
.border-s-cyan-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-s-cyan-200\/0 {
  border-inline-start-color: rgb(165 243 252 / 0);
}
.border-s-cyan-200\/10 {
  border-inline-start-color: rgb(165 243 252 / 0.1);
}
.border-s-cyan-200\/100 {
  border-inline-start-color: rgb(165 243 252 / 1);
}
.border-s-cyan-200\/15 {
  border-inline-start-color: rgb(165 243 252 / 0.15);
}
.border-s-cyan-200\/20 {
  border-inline-start-color: rgb(165 243 252 / 0.2);
}
.border-s-cyan-200\/25 {
  border-inline-start-color: rgb(165 243 252 / 0.25);
}
.border-s-cyan-200\/30 {
  border-inline-start-color: rgb(165 243 252 / 0.3);
}
.border-s-cyan-200\/35 {
  border-inline-start-color: rgb(165 243 252 / 0.35);
}
.border-s-cyan-200\/40 {
  border-inline-start-color: rgb(165 243 252 / 0.4);
}
.border-s-cyan-200\/45 {
  border-inline-start-color: rgb(165 243 252 / 0.45);
}
.border-s-cyan-200\/5 {
  border-inline-start-color: rgb(165 243 252 / 0.05);
}
.border-s-cyan-200\/50 {
  border-inline-start-color: rgb(165 243 252 / 0.5);
}
.border-s-cyan-200\/55 {
  border-inline-start-color: rgb(165 243 252 / 0.55);
}
.border-s-cyan-200\/60 {
  border-inline-start-color: rgb(165 243 252 / 0.6);
}
.border-s-cyan-200\/65 {
  border-inline-start-color: rgb(165 243 252 / 0.65);
}
.border-s-cyan-200\/70 {
  border-inline-start-color: rgb(165 243 252 / 0.7);
}
.border-s-cyan-200\/75 {
  border-inline-start-color: rgb(165 243 252 / 0.75);
}
.border-s-cyan-200\/80 {
  border-inline-start-color: rgb(165 243 252 / 0.8);
}
.border-s-cyan-200\/85 {
  border-inline-start-color: rgb(165 243 252 / 0.85);
}
.border-s-cyan-200\/90 {
  border-inline-start-color: rgb(165 243 252 / 0.9);
}
.border-s-cyan-200\/95 {
  border-inline-start-color: rgb(165 243 252 / 0.95);
}
.border-s-cyan-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-s-cyan-300\/0 {
  border-inline-start-color: rgb(103 232 249 / 0);
}
.border-s-cyan-300\/10 {
  border-inline-start-color: rgb(103 232 249 / 0.1);
}
.border-s-cyan-300\/100 {
  border-inline-start-color: rgb(103 232 249 / 1);
}
.border-s-cyan-300\/15 {
  border-inline-start-color: rgb(103 232 249 / 0.15);
}
.border-s-cyan-300\/20 {
  border-inline-start-color: rgb(103 232 249 / 0.2);
}
.border-s-cyan-300\/25 {
  border-inline-start-color: rgb(103 232 249 / 0.25);
}
.border-s-cyan-300\/30 {
  border-inline-start-color: rgb(103 232 249 / 0.3);
}
.border-s-cyan-300\/35 {
  border-inline-start-color: rgb(103 232 249 / 0.35);
}
.border-s-cyan-300\/40 {
  border-inline-start-color: rgb(103 232 249 / 0.4);
}
.border-s-cyan-300\/45 {
  border-inline-start-color: rgb(103 232 249 / 0.45);
}
.border-s-cyan-300\/5 {
  border-inline-start-color: rgb(103 232 249 / 0.05);
}
.border-s-cyan-300\/50 {
  border-inline-start-color: rgb(103 232 249 / 0.5);
}
.border-s-cyan-300\/55 {
  border-inline-start-color: rgb(103 232 249 / 0.55);
}
.border-s-cyan-300\/60 {
  border-inline-start-color: rgb(103 232 249 / 0.6);
}
.border-s-cyan-300\/65 {
  border-inline-start-color: rgb(103 232 249 / 0.65);
}
.border-s-cyan-300\/70 {
  border-inline-start-color: rgb(103 232 249 / 0.7);
}
.border-s-cyan-300\/75 {
  border-inline-start-color: rgb(103 232 249 / 0.75);
}
.border-s-cyan-300\/80 {
  border-inline-start-color: rgb(103 232 249 / 0.8);
}
.border-s-cyan-300\/85 {
  border-inline-start-color: rgb(103 232 249 / 0.85);
}
.border-s-cyan-300\/90 {
  border-inline-start-color: rgb(103 232 249 / 0.9);
}
.border-s-cyan-300\/95 {
  border-inline-start-color: rgb(103 232 249 / 0.95);
}
.border-s-cyan-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-s-cyan-400\/0 {
  border-inline-start-color: rgb(34 211 238 / 0);
}
.border-s-cyan-400\/10 {
  border-inline-start-color: rgb(34 211 238 / 0.1);
}
.border-s-cyan-400\/100 {
  border-inline-start-color: rgb(34 211 238 / 1);
}
.border-s-cyan-400\/15 {
  border-inline-start-color: rgb(34 211 238 / 0.15);
}
.border-s-cyan-400\/20 {
  border-inline-start-color: rgb(34 211 238 / 0.2);
}
.border-s-cyan-400\/25 {
  border-inline-start-color: rgb(34 211 238 / 0.25);
}
.border-s-cyan-400\/30 {
  border-inline-start-color: rgb(34 211 238 / 0.3);
}
.border-s-cyan-400\/35 {
  border-inline-start-color: rgb(34 211 238 / 0.35);
}
.border-s-cyan-400\/40 {
  border-inline-start-color: rgb(34 211 238 / 0.4);
}
.border-s-cyan-400\/45 {
  border-inline-start-color: rgb(34 211 238 / 0.45);
}
.border-s-cyan-400\/5 {
  border-inline-start-color: rgb(34 211 238 / 0.05);
}
.border-s-cyan-400\/50 {
  border-inline-start-color: rgb(34 211 238 / 0.5);
}
.border-s-cyan-400\/55 {
  border-inline-start-color: rgb(34 211 238 / 0.55);
}
.border-s-cyan-400\/60 {
  border-inline-start-color: rgb(34 211 238 / 0.6);
}
.border-s-cyan-400\/65 {
  border-inline-start-color: rgb(34 211 238 / 0.65);
}
.border-s-cyan-400\/70 {
  border-inline-start-color: rgb(34 211 238 / 0.7);
}
.border-s-cyan-400\/75 {
  border-inline-start-color: rgb(34 211 238 / 0.75);
}
.border-s-cyan-400\/80 {
  border-inline-start-color: rgb(34 211 238 / 0.8);
}
.border-s-cyan-400\/85 {
  border-inline-start-color: rgb(34 211 238 / 0.85);
}
.border-s-cyan-400\/90 {
  border-inline-start-color: rgb(34 211 238 / 0.9);
}
.border-s-cyan-400\/95 {
  border-inline-start-color: rgb(34 211 238 / 0.95);
}
.border-s-cyan-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-s-cyan-50\/0 {
  border-inline-start-color: rgb(236 254 255 / 0);
}
.border-s-cyan-50\/10 {
  border-inline-start-color: rgb(236 254 255 / 0.1);
}
.border-s-cyan-50\/100 {
  border-inline-start-color: rgb(236 254 255 / 1);
}
.border-s-cyan-50\/15 {
  border-inline-start-color: rgb(236 254 255 / 0.15);
}
.border-s-cyan-50\/20 {
  border-inline-start-color: rgb(236 254 255 / 0.2);
}
.border-s-cyan-50\/25 {
  border-inline-start-color: rgb(236 254 255 / 0.25);
}
.border-s-cyan-50\/30 {
  border-inline-start-color: rgb(236 254 255 / 0.3);
}
.border-s-cyan-50\/35 {
  border-inline-start-color: rgb(236 254 255 / 0.35);
}
.border-s-cyan-50\/40 {
  border-inline-start-color: rgb(236 254 255 / 0.4);
}
.border-s-cyan-50\/45 {
  border-inline-start-color: rgb(236 254 255 / 0.45);
}
.border-s-cyan-50\/5 {
  border-inline-start-color: rgb(236 254 255 / 0.05);
}
.border-s-cyan-50\/50 {
  border-inline-start-color: rgb(236 254 255 / 0.5);
}
.border-s-cyan-50\/55 {
  border-inline-start-color: rgb(236 254 255 / 0.55);
}
.border-s-cyan-50\/60 {
  border-inline-start-color: rgb(236 254 255 / 0.6);
}
.border-s-cyan-50\/65 {
  border-inline-start-color: rgb(236 254 255 / 0.65);
}
.border-s-cyan-50\/70 {
  border-inline-start-color: rgb(236 254 255 / 0.7);
}
.border-s-cyan-50\/75 {
  border-inline-start-color: rgb(236 254 255 / 0.75);
}
.border-s-cyan-50\/80 {
  border-inline-start-color: rgb(236 254 255 / 0.8);
}
.border-s-cyan-50\/85 {
  border-inline-start-color: rgb(236 254 255 / 0.85);
}
.border-s-cyan-50\/90 {
  border-inline-start-color: rgb(236 254 255 / 0.9);
}
.border-s-cyan-50\/95 {
  border-inline-start-color: rgb(236 254 255 / 0.95);
}
.border-s-cyan-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-s-cyan-500\/0 {
  border-inline-start-color: rgb(6 182 212 / 0);
}
.border-s-cyan-500\/10 {
  border-inline-start-color: rgb(6 182 212 / 0.1);
}
.border-s-cyan-500\/100 {
  border-inline-start-color: rgb(6 182 212 / 1);
}
.border-s-cyan-500\/15 {
  border-inline-start-color: rgb(6 182 212 / 0.15);
}
.border-s-cyan-500\/20 {
  border-inline-start-color: rgb(6 182 212 / 0.2);
}
.border-s-cyan-500\/25 {
  border-inline-start-color: rgb(6 182 212 / 0.25);
}
.border-s-cyan-500\/30 {
  border-inline-start-color: rgb(6 182 212 / 0.3);
}
.border-s-cyan-500\/35 {
  border-inline-start-color: rgb(6 182 212 / 0.35);
}
.border-s-cyan-500\/40 {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}
.border-s-cyan-500\/45 {
  border-inline-start-color: rgb(6 182 212 / 0.45);
}
.border-s-cyan-500\/5 {
  border-inline-start-color: rgb(6 182 212 / 0.05);
}
.border-s-cyan-500\/50 {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}
.border-s-cyan-500\/55 {
  border-inline-start-color: rgb(6 182 212 / 0.55);
}
.border-s-cyan-500\/60 {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}
.border-s-cyan-500\/65 {
  border-inline-start-color: rgb(6 182 212 / 0.65);
}
.border-s-cyan-500\/70 {
  border-inline-start-color: rgb(6 182 212 / 0.7);
}
.border-s-cyan-500\/75 {
  border-inline-start-color: rgb(6 182 212 / 0.75);
}
.border-s-cyan-500\/80 {
  border-inline-start-color: rgb(6 182 212 / 0.8);
}
.border-s-cyan-500\/85 {
  border-inline-start-color: rgb(6 182 212 / 0.85);
}
.border-s-cyan-500\/90 {
  border-inline-start-color: rgb(6 182 212 / 0.9);
}
.border-s-cyan-500\/95 {
  border-inline-start-color: rgb(6 182 212 / 0.95);
}
.border-s-cyan-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-s-cyan-600\/0 {
  border-inline-start-color: rgb(8 145 178 / 0);
}
.border-s-cyan-600\/10 {
  border-inline-start-color: rgb(8 145 178 / 0.1);
}
.border-s-cyan-600\/100 {
  border-inline-start-color: rgb(8 145 178 / 1);
}
.border-s-cyan-600\/15 {
  border-inline-start-color: rgb(8 145 178 / 0.15);
}
.border-s-cyan-600\/20 {
  border-inline-start-color: rgb(8 145 178 / 0.2);
}
.border-s-cyan-600\/25 {
  border-inline-start-color: rgb(8 145 178 / 0.25);
}
.border-s-cyan-600\/30 {
  border-inline-start-color: rgb(8 145 178 / 0.3);
}
.border-s-cyan-600\/35 {
  border-inline-start-color: rgb(8 145 178 / 0.35);
}
.border-s-cyan-600\/40 {
  border-inline-start-color: rgb(8 145 178 / 0.4);
}
.border-s-cyan-600\/45 {
  border-inline-start-color: rgb(8 145 178 / 0.45);
}
.border-s-cyan-600\/5 {
  border-inline-start-color: rgb(8 145 178 / 0.05);
}
.border-s-cyan-600\/50 {
  border-inline-start-color: rgb(8 145 178 / 0.5);
}
.border-s-cyan-600\/55 {
  border-inline-start-color: rgb(8 145 178 / 0.55);
}
.border-s-cyan-600\/60 {
  border-inline-start-color: rgb(8 145 178 / 0.6);
}
.border-s-cyan-600\/65 {
  border-inline-start-color: rgb(8 145 178 / 0.65);
}
.border-s-cyan-600\/70 {
  border-inline-start-color: rgb(8 145 178 / 0.7);
}
.border-s-cyan-600\/75 {
  border-inline-start-color: rgb(8 145 178 / 0.75);
}
.border-s-cyan-600\/80 {
  border-inline-start-color: rgb(8 145 178 / 0.8);
}
.border-s-cyan-600\/85 {
  border-inline-start-color: rgb(8 145 178 / 0.85);
}
.border-s-cyan-600\/90 {
  border-inline-start-color: rgb(8 145 178 / 0.9);
}
.border-s-cyan-600\/95 {
  border-inline-start-color: rgb(8 145 178 / 0.95);
}
.border-s-cyan-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-s-cyan-700\/0 {
  border-inline-start-color: rgb(14 116 144 / 0);
}
.border-s-cyan-700\/10 {
  border-inline-start-color: rgb(14 116 144 / 0.1);
}
.border-s-cyan-700\/100 {
  border-inline-start-color: rgb(14 116 144 / 1);
}
.border-s-cyan-700\/15 {
  border-inline-start-color: rgb(14 116 144 / 0.15);
}
.border-s-cyan-700\/20 {
  border-inline-start-color: rgb(14 116 144 / 0.2);
}
.border-s-cyan-700\/25 {
  border-inline-start-color: rgb(14 116 144 / 0.25);
}
.border-s-cyan-700\/30 {
  border-inline-start-color: rgb(14 116 144 / 0.3);
}
.border-s-cyan-700\/35 {
  border-inline-start-color: rgb(14 116 144 / 0.35);
}
.border-s-cyan-700\/40 {
  border-inline-start-color: rgb(14 116 144 / 0.4);
}
.border-s-cyan-700\/45 {
  border-inline-start-color: rgb(14 116 144 / 0.45);
}
.border-s-cyan-700\/5 {
  border-inline-start-color: rgb(14 116 144 / 0.05);
}
.border-s-cyan-700\/50 {
  border-inline-start-color: rgb(14 116 144 / 0.5);
}
.border-s-cyan-700\/55 {
  border-inline-start-color: rgb(14 116 144 / 0.55);
}
.border-s-cyan-700\/60 {
  border-inline-start-color: rgb(14 116 144 / 0.6);
}
.border-s-cyan-700\/65 {
  border-inline-start-color: rgb(14 116 144 / 0.65);
}
.border-s-cyan-700\/70 {
  border-inline-start-color: rgb(14 116 144 / 0.7);
}
.border-s-cyan-700\/75 {
  border-inline-start-color: rgb(14 116 144 / 0.75);
}
.border-s-cyan-700\/80 {
  border-inline-start-color: rgb(14 116 144 / 0.8);
}
.border-s-cyan-700\/85 {
  border-inline-start-color: rgb(14 116 144 / 0.85);
}
.border-s-cyan-700\/90 {
  border-inline-start-color: rgb(14 116 144 / 0.9);
}
.border-s-cyan-700\/95 {
  border-inline-start-color: rgb(14 116 144 / 0.95);
}
.border-s-cyan-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-s-cyan-800\/0 {
  border-inline-start-color: rgb(21 94 117 / 0);
}
.border-s-cyan-800\/10 {
  border-inline-start-color: rgb(21 94 117 / 0.1);
}
.border-s-cyan-800\/100 {
  border-inline-start-color: rgb(21 94 117 / 1);
}
.border-s-cyan-800\/15 {
  border-inline-start-color: rgb(21 94 117 / 0.15);
}
.border-s-cyan-800\/20 {
  border-inline-start-color: rgb(21 94 117 / 0.2);
}
.border-s-cyan-800\/25 {
  border-inline-start-color: rgb(21 94 117 / 0.25);
}
.border-s-cyan-800\/30 {
  border-inline-start-color: rgb(21 94 117 / 0.3);
}
.border-s-cyan-800\/35 {
  border-inline-start-color: rgb(21 94 117 / 0.35);
}
.border-s-cyan-800\/40 {
  border-inline-start-color: rgb(21 94 117 / 0.4);
}
.border-s-cyan-800\/45 {
  border-inline-start-color: rgb(21 94 117 / 0.45);
}
.border-s-cyan-800\/5 {
  border-inline-start-color: rgb(21 94 117 / 0.05);
}
.border-s-cyan-800\/50 {
  border-inline-start-color: rgb(21 94 117 / 0.5);
}
.border-s-cyan-800\/55 {
  border-inline-start-color: rgb(21 94 117 / 0.55);
}
.border-s-cyan-800\/60 {
  border-inline-start-color: rgb(21 94 117 / 0.6);
}
.border-s-cyan-800\/65 {
  border-inline-start-color: rgb(21 94 117 / 0.65);
}
.border-s-cyan-800\/70 {
  border-inline-start-color: rgb(21 94 117 / 0.7);
}
.border-s-cyan-800\/75 {
  border-inline-start-color: rgb(21 94 117 / 0.75);
}
.border-s-cyan-800\/80 {
  border-inline-start-color: rgb(21 94 117 / 0.8);
}
.border-s-cyan-800\/85 {
  border-inline-start-color: rgb(21 94 117 / 0.85);
}
.border-s-cyan-800\/90 {
  border-inline-start-color: rgb(21 94 117 / 0.9);
}
.border-s-cyan-800\/95 {
  border-inline-start-color: rgb(21 94 117 / 0.95);
}
.border-s-cyan-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-s-cyan-900\/0 {
  border-inline-start-color: rgb(22 78 99 / 0);
}
.border-s-cyan-900\/10 {
  border-inline-start-color: rgb(22 78 99 / 0.1);
}
.border-s-cyan-900\/100 {
  border-inline-start-color: rgb(22 78 99 / 1);
}
.border-s-cyan-900\/15 {
  border-inline-start-color: rgb(22 78 99 / 0.15);
}
.border-s-cyan-900\/20 {
  border-inline-start-color: rgb(22 78 99 / 0.2);
}
.border-s-cyan-900\/25 {
  border-inline-start-color: rgb(22 78 99 / 0.25);
}
.border-s-cyan-900\/30 {
  border-inline-start-color: rgb(22 78 99 / 0.3);
}
.border-s-cyan-900\/35 {
  border-inline-start-color: rgb(22 78 99 / 0.35);
}
.border-s-cyan-900\/40 {
  border-inline-start-color: rgb(22 78 99 / 0.4);
}
.border-s-cyan-900\/45 {
  border-inline-start-color: rgb(22 78 99 / 0.45);
}
.border-s-cyan-900\/5 {
  border-inline-start-color: rgb(22 78 99 / 0.05);
}
.border-s-cyan-900\/50 {
  border-inline-start-color: rgb(22 78 99 / 0.5);
}
.border-s-cyan-900\/55 {
  border-inline-start-color: rgb(22 78 99 / 0.55);
}
.border-s-cyan-900\/60 {
  border-inline-start-color: rgb(22 78 99 / 0.6);
}
.border-s-cyan-900\/65 {
  border-inline-start-color: rgb(22 78 99 / 0.65);
}
.border-s-cyan-900\/70 {
  border-inline-start-color: rgb(22 78 99 / 0.7);
}
.border-s-cyan-900\/75 {
  border-inline-start-color: rgb(22 78 99 / 0.75);
}
.border-s-cyan-900\/80 {
  border-inline-start-color: rgb(22 78 99 / 0.8);
}
.border-s-cyan-900\/85 {
  border-inline-start-color: rgb(22 78 99 / 0.85);
}
.border-s-cyan-900\/90 {
  border-inline-start-color: rgb(22 78 99 / 0.9);
}
.border-s-cyan-900\/95 {
  border-inline-start-color: rgb(22 78 99 / 0.95);
}
.border-s-cyan-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-s-cyan-950\/0 {
  border-inline-start-color: rgb(8 51 68 / 0);
}
.border-s-cyan-950\/10 {
  border-inline-start-color: rgb(8 51 68 / 0.1);
}
.border-s-cyan-950\/100 {
  border-inline-start-color: rgb(8 51 68 / 1);
}
.border-s-cyan-950\/15 {
  border-inline-start-color: rgb(8 51 68 / 0.15);
}
.border-s-cyan-950\/20 {
  border-inline-start-color: rgb(8 51 68 / 0.2);
}
.border-s-cyan-950\/25 {
  border-inline-start-color: rgb(8 51 68 / 0.25);
}
.border-s-cyan-950\/30 {
  border-inline-start-color: rgb(8 51 68 / 0.3);
}
.border-s-cyan-950\/35 {
  border-inline-start-color: rgb(8 51 68 / 0.35);
}
.border-s-cyan-950\/40 {
  border-inline-start-color: rgb(8 51 68 / 0.4);
}
.border-s-cyan-950\/45 {
  border-inline-start-color: rgb(8 51 68 / 0.45);
}
.border-s-cyan-950\/5 {
  border-inline-start-color: rgb(8 51 68 / 0.05);
}
.border-s-cyan-950\/50 {
  border-inline-start-color: rgb(8 51 68 / 0.5);
}
.border-s-cyan-950\/55 {
  border-inline-start-color: rgb(8 51 68 / 0.55);
}
.border-s-cyan-950\/60 {
  border-inline-start-color: rgb(8 51 68 / 0.6);
}
.border-s-cyan-950\/65 {
  border-inline-start-color: rgb(8 51 68 / 0.65);
}
.border-s-cyan-950\/70 {
  border-inline-start-color: rgb(8 51 68 / 0.7);
}
.border-s-cyan-950\/75 {
  border-inline-start-color: rgb(8 51 68 / 0.75);
}
.border-s-cyan-950\/80 {
  border-inline-start-color: rgb(8 51 68 / 0.8);
}
.border-s-cyan-950\/85 {
  border-inline-start-color: rgb(8 51 68 / 0.85);
}
.border-s-cyan-950\/90 {
  border-inline-start-color: rgb(8 51 68 / 0.9);
}
.border-s-cyan-950\/95 {
  border-inline-start-color: rgb(8 51 68 / 0.95);
}
.border-s-emerald-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-s-emerald-100\/0 {
  border-inline-start-color: rgb(209 250 229 / 0);
}
.border-s-emerald-100\/10 {
  border-inline-start-color: rgb(209 250 229 / 0.1);
}
.border-s-emerald-100\/100 {
  border-inline-start-color: rgb(209 250 229 / 1);
}
.border-s-emerald-100\/15 {
  border-inline-start-color: rgb(209 250 229 / 0.15);
}
.border-s-emerald-100\/20 {
  border-inline-start-color: rgb(209 250 229 / 0.2);
}
.border-s-emerald-100\/25 {
  border-inline-start-color: rgb(209 250 229 / 0.25);
}
.border-s-emerald-100\/30 {
  border-inline-start-color: rgb(209 250 229 / 0.3);
}
.border-s-emerald-100\/35 {
  border-inline-start-color: rgb(209 250 229 / 0.35);
}
.border-s-emerald-100\/40 {
  border-inline-start-color: rgb(209 250 229 / 0.4);
}
.border-s-emerald-100\/45 {
  border-inline-start-color: rgb(209 250 229 / 0.45);
}
.border-s-emerald-100\/5 {
  border-inline-start-color: rgb(209 250 229 / 0.05);
}
.border-s-emerald-100\/50 {
  border-inline-start-color: rgb(209 250 229 / 0.5);
}
.border-s-emerald-100\/55 {
  border-inline-start-color: rgb(209 250 229 / 0.55);
}
.border-s-emerald-100\/60 {
  border-inline-start-color: rgb(209 250 229 / 0.6);
}
.border-s-emerald-100\/65 {
  border-inline-start-color: rgb(209 250 229 / 0.65);
}
.border-s-emerald-100\/70 {
  border-inline-start-color: rgb(209 250 229 / 0.7);
}
.border-s-emerald-100\/75 {
  border-inline-start-color: rgb(209 250 229 / 0.75);
}
.border-s-emerald-100\/80 {
  border-inline-start-color: rgb(209 250 229 / 0.8);
}
.border-s-emerald-100\/85 {
  border-inline-start-color: rgb(209 250 229 / 0.85);
}
.border-s-emerald-100\/90 {
  border-inline-start-color: rgb(209 250 229 / 0.9);
}
.border-s-emerald-100\/95 {
  border-inline-start-color: rgb(209 250 229 / 0.95);
}
.border-s-emerald-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-s-emerald-200\/0 {
  border-inline-start-color: rgb(167 243 208 / 0);
}
.border-s-emerald-200\/10 {
  border-inline-start-color: rgb(167 243 208 / 0.1);
}
.border-s-emerald-200\/100 {
  border-inline-start-color: rgb(167 243 208 / 1);
}
.border-s-emerald-200\/15 {
  border-inline-start-color: rgb(167 243 208 / 0.15);
}
.border-s-emerald-200\/20 {
  border-inline-start-color: rgb(167 243 208 / 0.2);
}
.border-s-emerald-200\/25 {
  border-inline-start-color: rgb(167 243 208 / 0.25);
}
.border-s-emerald-200\/30 {
  border-inline-start-color: rgb(167 243 208 / 0.3);
}
.border-s-emerald-200\/35 {
  border-inline-start-color: rgb(167 243 208 / 0.35);
}
.border-s-emerald-200\/40 {
  border-inline-start-color: rgb(167 243 208 / 0.4);
}
.border-s-emerald-200\/45 {
  border-inline-start-color: rgb(167 243 208 / 0.45);
}
.border-s-emerald-200\/5 {
  border-inline-start-color: rgb(167 243 208 / 0.05);
}
.border-s-emerald-200\/50 {
  border-inline-start-color: rgb(167 243 208 / 0.5);
}
.border-s-emerald-200\/55 {
  border-inline-start-color: rgb(167 243 208 / 0.55);
}
.border-s-emerald-200\/60 {
  border-inline-start-color: rgb(167 243 208 / 0.6);
}
.border-s-emerald-200\/65 {
  border-inline-start-color: rgb(167 243 208 / 0.65);
}
.border-s-emerald-200\/70 {
  border-inline-start-color: rgb(167 243 208 / 0.7);
}
.border-s-emerald-200\/75 {
  border-inline-start-color: rgb(167 243 208 / 0.75);
}
.border-s-emerald-200\/80 {
  border-inline-start-color: rgb(167 243 208 / 0.8);
}
.border-s-emerald-200\/85 {
  border-inline-start-color: rgb(167 243 208 / 0.85);
}
.border-s-emerald-200\/90 {
  border-inline-start-color: rgb(167 243 208 / 0.9);
}
.border-s-emerald-200\/95 {
  border-inline-start-color: rgb(167 243 208 / 0.95);
}
.border-s-emerald-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-s-emerald-300\/0 {
  border-inline-start-color: rgb(110 231 183 / 0);
}
.border-s-emerald-300\/10 {
  border-inline-start-color: rgb(110 231 183 / 0.1);
}
.border-s-emerald-300\/100 {
  border-inline-start-color: rgb(110 231 183 / 1);
}
.border-s-emerald-300\/15 {
  border-inline-start-color: rgb(110 231 183 / 0.15);
}
.border-s-emerald-300\/20 {
  border-inline-start-color: rgb(110 231 183 / 0.2);
}
.border-s-emerald-300\/25 {
  border-inline-start-color: rgb(110 231 183 / 0.25);
}
.border-s-emerald-300\/30 {
  border-inline-start-color: rgb(110 231 183 / 0.3);
}
.border-s-emerald-300\/35 {
  border-inline-start-color: rgb(110 231 183 / 0.35);
}
.border-s-emerald-300\/40 {
  border-inline-start-color: rgb(110 231 183 / 0.4);
}
.border-s-emerald-300\/45 {
  border-inline-start-color: rgb(110 231 183 / 0.45);
}
.border-s-emerald-300\/5 {
  border-inline-start-color: rgb(110 231 183 / 0.05);
}
.border-s-emerald-300\/50 {
  border-inline-start-color: rgb(110 231 183 / 0.5);
}
.border-s-emerald-300\/55 {
  border-inline-start-color: rgb(110 231 183 / 0.55);
}
.border-s-emerald-300\/60 {
  border-inline-start-color: rgb(110 231 183 / 0.6);
}
.border-s-emerald-300\/65 {
  border-inline-start-color: rgb(110 231 183 / 0.65);
}
.border-s-emerald-300\/70 {
  border-inline-start-color: rgb(110 231 183 / 0.7);
}
.border-s-emerald-300\/75 {
  border-inline-start-color: rgb(110 231 183 / 0.75);
}
.border-s-emerald-300\/80 {
  border-inline-start-color: rgb(110 231 183 / 0.8);
}
.border-s-emerald-300\/85 {
  border-inline-start-color: rgb(110 231 183 / 0.85);
}
.border-s-emerald-300\/90 {
  border-inline-start-color: rgb(110 231 183 / 0.9);
}
.border-s-emerald-300\/95 {
  border-inline-start-color: rgb(110 231 183 / 0.95);
}
.border-s-emerald-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-s-emerald-400\/0 {
  border-inline-start-color: rgb(52 211 153 / 0);
}
.border-s-emerald-400\/10 {
  border-inline-start-color: rgb(52 211 153 / 0.1);
}
.border-s-emerald-400\/100 {
  border-inline-start-color: rgb(52 211 153 / 1);
}
.border-s-emerald-400\/15 {
  border-inline-start-color: rgb(52 211 153 / 0.15);
}
.border-s-emerald-400\/20 {
  border-inline-start-color: rgb(52 211 153 / 0.2);
}
.border-s-emerald-400\/25 {
  border-inline-start-color: rgb(52 211 153 / 0.25);
}
.border-s-emerald-400\/30 {
  border-inline-start-color: rgb(52 211 153 / 0.3);
}
.border-s-emerald-400\/35 {
  border-inline-start-color: rgb(52 211 153 / 0.35);
}
.border-s-emerald-400\/40 {
  border-inline-start-color: rgb(52 211 153 / 0.4);
}
.border-s-emerald-400\/45 {
  border-inline-start-color: rgb(52 211 153 / 0.45);
}
.border-s-emerald-400\/5 {
  border-inline-start-color: rgb(52 211 153 / 0.05);
}
.border-s-emerald-400\/50 {
  border-inline-start-color: rgb(52 211 153 / 0.5);
}
.border-s-emerald-400\/55 {
  border-inline-start-color: rgb(52 211 153 / 0.55);
}
.border-s-emerald-400\/60 {
  border-inline-start-color: rgb(52 211 153 / 0.6);
}
.border-s-emerald-400\/65 {
  border-inline-start-color: rgb(52 211 153 / 0.65);
}
.border-s-emerald-400\/70 {
  border-inline-start-color: rgb(52 211 153 / 0.7);
}
.border-s-emerald-400\/75 {
  border-inline-start-color: rgb(52 211 153 / 0.75);
}
.border-s-emerald-400\/80 {
  border-inline-start-color: rgb(52 211 153 / 0.8);
}
.border-s-emerald-400\/85 {
  border-inline-start-color: rgb(52 211 153 / 0.85);
}
.border-s-emerald-400\/90 {
  border-inline-start-color: rgb(52 211 153 / 0.9);
}
.border-s-emerald-400\/95 {
  border-inline-start-color: rgb(52 211 153 / 0.95);
}
.border-s-emerald-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-s-emerald-50\/0 {
  border-inline-start-color: rgb(236 253 245 / 0);
}
.border-s-emerald-50\/10 {
  border-inline-start-color: rgb(236 253 245 / 0.1);
}
.border-s-emerald-50\/100 {
  border-inline-start-color: rgb(236 253 245 / 1);
}
.border-s-emerald-50\/15 {
  border-inline-start-color: rgb(236 253 245 / 0.15);
}
.border-s-emerald-50\/20 {
  border-inline-start-color: rgb(236 253 245 / 0.2);
}
.border-s-emerald-50\/25 {
  border-inline-start-color: rgb(236 253 245 / 0.25);
}
.border-s-emerald-50\/30 {
  border-inline-start-color: rgb(236 253 245 / 0.3);
}
.border-s-emerald-50\/35 {
  border-inline-start-color: rgb(236 253 245 / 0.35);
}
.border-s-emerald-50\/40 {
  border-inline-start-color: rgb(236 253 245 / 0.4);
}
.border-s-emerald-50\/45 {
  border-inline-start-color: rgb(236 253 245 / 0.45);
}
.border-s-emerald-50\/5 {
  border-inline-start-color: rgb(236 253 245 / 0.05);
}
.border-s-emerald-50\/50 {
  border-inline-start-color: rgb(236 253 245 / 0.5);
}
.border-s-emerald-50\/55 {
  border-inline-start-color: rgb(236 253 245 / 0.55);
}
.border-s-emerald-50\/60 {
  border-inline-start-color: rgb(236 253 245 / 0.6);
}
.border-s-emerald-50\/65 {
  border-inline-start-color: rgb(236 253 245 / 0.65);
}
.border-s-emerald-50\/70 {
  border-inline-start-color: rgb(236 253 245 / 0.7);
}
.border-s-emerald-50\/75 {
  border-inline-start-color: rgb(236 253 245 / 0.75);
}
.border-s-emerald-50\/80 {
  border-inline-start-color: rgb(236 253 245 / 0.8);
}
.border-s-emerald-50\/85 {
  border-inline-start-color: rgb(236 253 245 / 0.85);
}
.border-s-emerald-50\/90 {
  border-inline-start-color: rgb(236 253 245 / 0.9);
}
.border-s-emerald-50\/95 {
  border-inline-start-color: rgb(236 253 245 / 0.95);
}
.border-s-emerald-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-s-emerald-500\/0 {
  border-inline-start-color: rgb(16 185 129 / 0);
}
.border-s-emerald-500\/10 {
  border-inline-start-color: rgb(16 185 129 / 0.1);
}
.border-s-emerald-500\/100 {
  border-inline-start-color: rgb(16 185 129 / 1);
}
.border-s-emerald-500\/15 {
  border-inline-start-color: rgb(16 185 129 / 0.15);
}
.border-s-emerald-500\/20 {
  border-inline-start-color: rgb(16 185 129 / 0.2);
}
.border-s-emerald-500\/25 {
  border-inline-start-color: rgb(16 185 129 / 0.25);
}
.border-s-emerald-500\/30 {
  border-inline-start-color: rgb(16 185 129 / 0.3);
}
.border-s-emerald-500\/35 {
  border-inline-start-color: rgb(16 185 129 / 0.35);
}
.border-s-emerald-500\/40 {
  border-inline-start-color: rgb(16 185 129 / 0.4);
}
.border-s-emerald-500\/45 {
  border-inline-start-color: rgb(16 185 129 / 0.45);
}
.border-s-emerald-500\/5 {
  border-inline-start-color: rgb(16 185 129 / 0.05);
}
.border-s-emerald-500\/50 {
  border-inline-start-color: rgb(16 185 129 / 0.5);
}
.border-s-emerald-500\/55 {
  border-inline-start-color: rgb(16 185 129 / 0.55);
}
.border-s-emerald-500\/60 {
  border-inline-start-color: rgb(16 185 129 / 0.6);
}
.border-s-emerald-500\/65 {
  border-inline-start-color: rgb(16 185 129 / 0.65);
}
.border-s-emerald-500\/70 {
  border-inline-start-color: rgb(16 185 129 / 0.7);
}
.border-s-emerald-500\/75 {
  border-inline-start-color: rgb(16 185 129 / 0.75);
}
.border-s-emerald-500\/80 {
  border-inline-start-color: rgb(16 185 129 / 0.8);
}
.border-s-emerald-500\/85 {
  border-inline-start-color: rgb(16 185 129 / 0.85);
}
.border-s-emerald-500\/90 {
  border-inline-start-color: rgb(16 185 129 / 0.9);
}
.border-s-emerald-500\/95 {
  border-inline-start-color: rgb(16 185 129 / 0.95);
}
.border-s-emerald-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-s-emerald-600\/0 {
  border-inline-start-color: rgb(5 150 105 / 0);
}
.border-s-emerald-600\/10 {
  border-inline-start-color: rgb(5 150 105 / 0.1);
}
.border-s-emerald-600\/100 {
  border-inline-start-color: rgb(5 150 105 / 1);
}
.border-s-emerald-600\/15 {
  border-inline-start-color: rgb(5 150 105 / 0.15);
}
.border-s-emerald-600\/20 {
  border-inline-start-color: rgb(5 150 105 / 0.2);
}
.border-s-emerald-600\/25 {
  border-inline-start-color: rgb(5 150 105 / 0.25);
}
.border-s-emerald-600\/30 {
  border-inline-start-color: rgb(5 150 105 / 0.3);
}
.border-s-emerald-600\/35 {
  border-inline-start-color: rgb(5 150 105 / 0.35);
}
.border-s-emerald-600\/40 {
  border-inline-start-color: rgb(5 150 105 / 0.4);
}
.border-s-emerald-600\/45 {
  border-inline-start-color: rgb(5 150 105 / 0.45);
}
.border-s-emerald-600\/5 {
  border-inline-start-color: rgb(5 150 105 / 0.05);
}
.border-s-emerald-600\/50 {
  border-inline-start-color: rgb(5 150 105 / 0.5);
}
.border-s-emerald-600\/55 {
  border-inline-start-color: rgb(5 150 105 / 0.55);
}
.border-s-emerald-600\/60 {
  border-inline-start-color: rgb(5 150 105 / 0.6);
}
.border-s-emerald-600\/65 {
  border-inline-start-color: rgb(5 150 105 / 0.65);
}
.border-s-emerald-600\/70 {
  border-inline-start-color: rgb(5 150 105 / 0.7);
}
.border-s-emerald-600\/75 {
  border-inline-start-color: rgb(5 150 105 / 0.75);
}
.border-s-emerald-600\/80 {
  border-inline-start-color: rgb(5 150 105 / 0.8);
}
.border-s-emerald-600\/85 {
  border-inline-start-color: rgb(5 150 105 / 0.85);
}
.border-s-emerald-600\/90 {
  border-inline-start-color: rgb(5 150 105 / 0.9);
}
.border-s-emerald-600\/95 {
  border-inline-start-color: rgb(5 150 105 / 0.95);
}
.border-s-emerald-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-s-emerald-700\/0 {
  border-inline-start-color: rgb(4 120 87 / 0);
}
.border-s-emerald-700\/10 {
  border-inline-start-color: rgb(4 120 87 / 0.1);
}
.border-s-emerald-700\/100 {
  border-inline-start-color: rgb(4 120 87 / 1);
}
.border-s-emerald-700\/15 {
  border-inline-start-color: rgb(4 120 87 / 0.15);
}
.border-s-emerald-700\/20 {
  border-inline-start-color: rgb(4 120 87 / 0.2);
}
.border-s-emerald-700\/25 {
  border-inline-start-color: rgb(4 120 87 / 0.25);
}
.border-s-emerald-700\/30 {
  border-inline-start-color: rgb(4 120 87 / 0.3);
}
.border-s-emerald-700\/35 {
  border-inline-start-color: rgb(4 120 87 / 0.35);
}
.border-s-emerald-700\/40 {
  border-inline-start-color: rgb(4 120 87 / 0.4);
}
.border-s-emerald-700\/45 {
  border-inline-start-color: rgb(4 120 87 / 0.45);
}
.border-s-emerald-700\/5 {
  border-inline-start-color: rgb(4 120 87 / 0.05);
}
.border-s-emerald-700\/50 {
  border-inline-start-color: rgb(4 120 87 / 0.5);
}
.border-s-emerald-700\/55 {
  border-inline-start-color: rgb(4 120 87 / 0.55);
}
.border-s-emerald-700\/60 {
  border-inline-start-color: rgb(4 120 87 / 0.6);
}
.border-s-emerald-700\/65 {
  border-inline-start-color: rgb(4 120 87 / 0.65);
}
.border-s-emerald-700\/70 {
  border-inline-start-color: rgb(4 120 87 / 0.7);
}
.border-s-emerald-700\/75 {
  border-inline-start-color: rgb(4 120 87 / 0.75);
}
.border-s-emerald-700\/80 {
  border-inline-start-color: rgb(4 120 87 / 0.8);
}
.border-s-emerald-700\/85 {
  border-inline-start-color: rgb(4 120 87 / 0.85);
}
.border-s-emerald-700\/90 {
  border-inline-start-color: rgb(4 120 87 / 0.9);
}
.border-s-emerald-700\/95 {
  border-inline-start-color: rgb(4 120 87 / 0.95);
}
.border-s-emerald-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-s-emerald-800\/0 {
  border-inline-start-color: rgb(6 95 70 / 0);
}
.border-s-emerald-800\/10 {
  border-inline-start-color: rgb(6 95 70 / 0.1);
}
.border-s-emerald-800\/100 {
  border-inline-start-color: rgb(6 95 70 / 1);
}
.border-s-emerald-800\/15 {
  border-inline-start-color: rgb(6 95 70 / 0.15);
}
.border-s-emerald-800\/20 {
  border-inline-start-color: rgb(6 95 70 / 0.2);
}
.border-s-emerald-800\/25 {
  border-inline-start-color: rgb(6 95 70 / 0.25);
}
.border-s-emerald-800\/30 {
  border-inline-start-color: rgb(6 95 70 / 0.3);
}
.border-s-emerald-800\/35 {
  border-inline-start-color: rgb(6 95 70 / 0.35);
}
.border-s-emerald-800\/40 {
  border-inline-start-color: rgb(6 95 70 / 0.4);
}
.border-s-emerald-800\/45 {
  border-inline-start-color: rgb(6 95 70 / 0.45);
}
.border-s-emerald-800\/5 {
  border-inline-start-color: rgb(6 95 70 / 0.05);
}
.border-s-emerald-800\/50 {
  border-inline-start-color: rgb(6 95 70 / 0.5);
}
.border-s-emerald-800\/55 {
  border-inline-start-color: rgb(6 95 70 / 0.55);
}
.border-s-emerald-800\/60 {
  border-inline-start-color: rgb(6 95 70 / 0.6);
}
.border-s-emerald-800\/65 {
  border-inline-start-color: rgb(6 95 70 / 0.65);
}
.border-s-emerald-800\/70 {
  border-inline-start-color: rgb(6 95 70 / 0.7);
}
.border-s-emerald-800\/75 {
  border-inline-start-color: rgb(6 95 70 / 0.75);
}
.border-s-emerald-800\/80 {
  border-inline-start-color: rgb(6 95 70 / 0.8);
}
.border-s-emerald-800\/85 {
  border-inline-start-color: rgb(6 95 70 / 0.85);
}
.border-s-emerald-800\/90 {
  border-inline-start-color: rgb(6 95 70 / 0.9);
}
.border-s-emerald-800\/95 {
  border-inline-start-color: rgb(6 95 70 / 0.95);
}
.border-s-emerald-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-s-emerald-900\/0 {
  border-inline-start-color: rgb(6 78 59 / 0);
}
.border-s-emerald-900\/10 {
  border-inline-start-color: rgb(6 78 59 / 0.1);
}
.border-s-emerald-900\/100 {
  border-inline-start-color: rgb(6 78 59 / 1);
}
.border-s-emerald-900\/15 {
  border-inline-start-color: rgb(6 78 59 / 0.15);
}
.border-s-emerald-900\/20 {
  border-inline-start-color: rgb(6 78 59 / 0.2);
}
.border-s-emerald-900\/25 {
  border-inline-start-color: rgb(6 78 59 / 0.25);
}
.border-s-emerald-900\/30 {
  border-inline-start-color: rgb(6 78 59 / 0.3);
}
.border-s-emerald-900\/35 {
  border-inline-start-color: rgb(6 78 59 / 0.35);
}
.border-s-emerald-900\/40 {
  border-inline-start-color: rgb(6 78 59 / 0.4);
}
.border-s-emerald-900\/45 {
  border-inline-start-color: rgb(6 78 59 / 0.45);
}
.border-s-emerald-900\/5 {
  border-inline-start-color: rgb(6 78 59 / 0.05);
}
.border-s-emerald-900\/50 {
  border-inline-start-color: rgb(6 78 59 / 0.5);
}
.border-s-emerald-900\/55 {
  border-inline-start-color: rgb(6 78 59 / 0.55);
}
.border-s-emerald-900\/60 {
  border-inline-start-color: rgb(6 78 59 / 0.6);
}
.border-s-emerald-900\/65 {
  border-inline-start-color: rgb(6 78 59 / 0.65);
}
.border-s-emerald-900\/70 {
  border-inline-start-color: rgb(6 78 59 / 0.7);
}
.border-s-emerald-900\/75 {
  border-inline-start-color: rgb(6 78 59 / 0.75);
}
.border-s-emerald-900\/80 {
  border-inline-start-color: rgb(6 78 59 / 0.8);
}
.border-s-emerald-900\/85 {
  border-inline-start-color: rgb(6 78 59 / 0.85);
}
.border-s-emerald-900\/90 {
  border-inline-start-color: rgb(6 78 59 / 0.9);
}
.border-s-emerald-900\/95 {
  border-inline-start-color: rgb(6 78 59 / 0.95);
}
.border-s-emerald-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-s-emerald-950\/0 {
  border-inline-start-color: rgb(2 44 34 / 0);
}
.border-s-emerald-950\/10 {
  border-inline-start-color: rgb(2 44 34 / 0.1);
}
.border-s-emerald-950\/100 {
  border-inline-start-color: rgb(2 44 34 / 1);
}
.border-s-emerald-950\/15 {
  border-inline-start-color: rgb(2 44 34 / 0.15);
}
.border-s-emerald-950\/20 {
  border-inline-start-color: rgb(2 44 34 / 0.2);
}
.border-s-emerald-950\/25 {
  border-inline-start-color: rgb(2 44 34 / 0.25);
}
.border-s-emerald-950\/30 {
  border-inline-start-color: rgb(2 44 34 / 0.3);
}
.border-s-emerald-950\/35 {
  border-inline-start-color: rgb(2 44 34 / 0.35);
}
.border-s-emerald-950\/40 {
  border-inline-start-color: rgb(2 44 34 / 0.4);
}
.border-s-emerald-950\/45 {
  border-inline-start-color: rgb(2 44 34 / 0.45);
}
.border-s-emerald-950\/5 {
  border-inline-start-color: rgb(2 44 34 / 0.05);
}
.border-s-emerald-950\/50 {
  border-inline-start-color: rgb(2 44 34 / 0.5);
}
.border-s-emerald-950\/55 {
  border-inline-start-color: rgb(2 44 34 / 0.55);
}
.border-s-emerald-950\/60 {
  border-inline-start-color: rgb(2 44 34 / 0.6);
}
.border-s-emerald-950\/65 {
  border-inline-start-color: rgb(2 44 34 / 0.65);
}
.border-s-emerald-950\/70 {
  border-inline-start-color: rgb(2 44 34 / 0.7);
}
.border-s-emerald-950\/75 {
  border-inline-start-color: rgb(2 44 34 / 0.75);
}
.border-s-emerald-950\/80 {
  border-inline-start-color: rgb(2 44 34 / 0.8);
}
.border-s-emerald-950\/85 {
  border-inline-start-color: rgb(2 44 34 / 0.85);
}
.border-s-emerald-950\/90 {
  border-inline-start-color: rgb(2 44 34 / 0.9);
}
.border-s-emerald-950\/95 {
  border-inline-start-color: rgb(2 44 34 / 0.95);
}
.border-s-fuchsia-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-100\/0 {
  border-inline-start-color: rgb(250 232 255 / 0);
}
.border-s-fuchsia-100\/10 {
  border-inline-start-color: rgb(250 232 255 / 0.1);
}
.border-s-fuchsia-100\/100 {
  border-inline-start-color: rgb(250 232 255 / 1);
}
.border-s-fuchsia-100\/15 {
  border-inline-start-color: rgb(250 232 255 / 0.15);
}
.border-s-fuchsia-100\/20 {
  border-inline-start-color: rgb(250 232 255 / 0.2);
}
.border-s-fuchsia-100\/25 {
  border-inline-start-color: rgb(250 232 255 / 0.25);
}
.border-s-fuchsia-100\/30 {
  border-inline-start-color: rgb(250 232 255 / 0.3);
}
.border-s-fuchsia-100\/35 {
  border-inline-start-color: rgb(250 232 255 / 0.35);
}
.border-s-fuchsia-100\/40 {
  border-inline-start-color: rgb(250 232 255 / 0.4);
}
.border-s-fuchsia-100\/45 {
  border-inline-start-color: rgb(250 232 255 / 0.45);
}
.border-s-fuchsia-100\/5 {
  border-inline-start-color: rgb(250 232 255 / 0.05);
}
.border-s-fuchsia-100\/50 {
  border-inline-start-color: rgb(250 232 255 / 0.5);
}
.border-s-fuchsia-100\/55 {
  border-inline-start-color: rgb(250 232 255 / 0.55);
}
.border-s-fuchsia-100\/60 {
  border-inline-start-color: rgb(250 232 255 / 0.6);
}
.border-s-fuchsia-100\/65 {
  border-inline-start-color: rgb(250 232 255 / 0.65);
}
.border-s-fuchsia-100\/70 {
  border-inline-start-color: rgb(250 232 255 / 0.7);
}
.border-s-fuchsia-100\/75 {
  border-inline-start-color: rgb(250 232 255 / 0.75);
}
.border-s-fuchsia-100\/80 {
  border-inline-start-color: rgb(250 232 255 / 0.8);
}
.border-s-fuchsia-100\/85 {
  border-inline-start-color: rgb(250 232 255 / 0.85);
}
.border-s-fuchsia-100\/90 {
  border-inline-start-color: rgb(250 232 255 / 0.9);
}
.border-s-fuchsia-100\/95 {
  border-inline-start-color: rgb(250 232 255 / 0.95);
}
.border-s-fuchsia-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-200\/0 {
  border-inline-start-color: rgb(245 208 254 / 0);
}
.border-s-fuchsia-200\/10 {
  border-inline-start-color: rgb(245 208 254 / 0.1);
}
.border-s-fuchsia-200\/100 {
  border-inline-start-color: rgb(245 208 254 / 1);
}
.border-s-fuchsia-200\/15 {
  border-inline-start-color: rgb(245 208 254 / 0.15);
}
.border-s-fuchsia-200\/20 {
  border-inline-start-color: rgb(245 208 254 / 0.2);
}
.border-s-fuchsia-200\/25 {
  border-inline-start-color: rgb(245 208 254 / 0.25);
}
.border-s-fuchsia-200\/30 {
  border-inline-start-color: rgb(245 208 254 / 0.3);
}
.border-s-fuchsia-200\/35 {
  border-inline-start-color: rgb(245 208 254 / 0.35);
}
.border-s-fuchsia-200\/40 {
  border-inline-start-color: rgb(245 208 254 / 0.4);
}
.border-s-fuchsia-200\/45 {
  border-inline-start-color: rgb(245 208 254 / 0.45);
}
.border-s-fuchsia-200\/5 {
  border-inline-start-color: rgb(245 208 254 / 0.05);
}
.border-s-fuchsia-200\/50 {
  border-inline-start-color: rgb(245 208 254 / 0.5);
}
.border-s-fuchsia-200\/55 {
  border-inline-start-color: rgb(245 208 254 / 0.55);
}
.border-s-fuchsia-200\/60 {
  border-inline-start-color: rgb(245 208 254 / 0.6);
}
.border-s-fuchsia-200\/65 {
  border-inline-start-color: rgb(245 208 254 / 0.65);
}
.border-s-fuchsia-200\/70 {
  border-inline-start-color: rgb(245 208 254 / 0.7);
}
.border-s-fuchsia-200\/75 {
  border-inline-start-color: rgb(245 208 254 / 0.75);
}
.border-s-fuchsia-200\/80 {
  border-inline-start-color: rgb(245 208 254 / 0.8);
}
.border-s-fuchsia-200\/85 {
  border-inline-start-color: rgb(245 208 254 / 0.85);
}
.border-s-fuchsia-200\/90 {
  border-inline-start-color: rgb(245 208 254 / 0.9);
}
.border-s-fuchsia-200\/95 {
  border-inline-start-color: rgb(245 208 254 / 0.95);
}
.border-s-fuchsia-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-300\/0 {
  border-inline-start-color: rgb(240 171 252 / 0);
}
.border-s-fuchsia-300\/10 {
  border-inline-start-color: rgb(240 171 252 / 0.1);
}
.border-s-fuchsia-300\/100 {
  border-inline-start-color: rgb(240 171 252 / 1);
}
.border-s-fuchsia-300\/15 {
  border-inline-start-color: rgb(240 171 252 / 0.15);
}
.border-s-fuchsia-300\/20 {
  border-inline-start-color: rgb(240 171 252 / 0.2);
}
.border-s-fuchsia-300\/25 {
  border-inline-start-color: rgb(240 171 252 / 0.25);
}
.border-s-fuchsia-300\/30 {
  border-inline-start-color: rgb(240 171 252 / 0.3);
}
.border-s-fuchsia-300\/35 {
  border-inline-start-color: rgb(240 171 252 / 0.35);
}
.border-s-fuchsia-300\/40 {
  border-inline-start-color: rgb(240 171 252 / 0.4);
}
.border-s-fuchsia-300\/45 {
  border-inline-start-color: rgb(240 171 252 / 0.45);
}
.border-s-fuchsia-300\/5 {
  border-inline-start-color: rgb(240 171 252 / 0.05);
}
.border-s-fuchsia-300\/50 {
  border-inline-start-color: rgb(240 171 252 / 0.5);
}
.border-s-fuchsia-300\/55 {
  border-inline-start-color: rgb(240 171 252 / 0.55);
}
.border-s-fuchsia-300\/60 {
  border-inline-start-color: rgb(240 171 252 / 0.6);
}
.border-s-fuchsia-300\/65 {
  border-inline-start-color: rgb(240 171 252 / 0.65);
}
.border-s-fuchsia-300\/70 {
  border-inline-start-color: rgb(240 171 252 / 0.7);
}
.border-s-fuchsia-300\/75 {
  border-inline-start-color: rgb(240 171 252 / 0.75);
}
.border-s-fuchsia-300\/80 {
  border-inline-start-color: rgb(240 171 252 / 0.8);
}
.border-s-fuchsia-300\/85 {
  border-inline-start-color: rgb(240 171 252 / 0.85);
}
.border-s-fuchsia-300\/90 {
  border-inline-start-color: rgb(240 171 252 / 0.9);
}
.border-s-fuchsia-300\/95 {
  border-inline-start-color: rgb(240 171 252 / 0.95);
}
.border-s-fuchsia-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-400\/0 {
  border-inline-start-color: rgb(232 121 249 / 0);
}
.border-s-fuchsia-400\/10 {
  border-inline-start-color: rgb(232 121 249 / 0.1);
}
.border-s-fuchsia-400\/100 {
  border-inline-start-color: rgb(232 121 249 / 1);
}
.border-s-fuchsia-400\/15 {
  border-inline-start-color: rgb(232 121 249 / 0.15);
}
.border-s-fuchsia-400\/20 {
  border-inline-start-color: rgb(232 121 249 / 0.2);
}
.border-s-fuchsia-400\/25 {
  border-inline-start-color: rgb(232 121 249 / 0.25);
}
.border-s-fuchsia-400\/30 {
  border-inline-start-color: rgb(232 121 249 / 0.3);
}
.border-s-fuchsia-400\/35 {
  border-inline-start-color: rgb(232 121 249 / 0.35);
}
.border-s-fuchsia-400\/40 {
  border-inline-start-color: rgb(232 121 249 / 0.4);
}
.border-s-fuchsia-400\/45 {
  border-inline-start-color: rgb(232 121 249 / 0.45);
}
.border-s-fuchsia-400\/5 {
  border-inline-start-color: rgb(232 121 249 / 0.05);
}
.border-s-fuchsia-400\/50 {
  border-inline-start-color: rgb(232 121 249 / 0.5);
}
.border-s-fuchsia-400\/55 {
  border-inline-start-color: rgb(232 121 249 / 0.55);
}
.border-s-fuchsia-400\/60 {
  border-inline-start-color: rgb(232 121 249 / 0.6);
}
.border-s-fuchsia-400\/65 {
  border-inline-start-color: rgb(232 121 249 / 0.65);
}
.border-s-fuchsia-400\/70 {
  border-inline-start-color: rgb(232 121 249 / 0.7);
}
.border-s-fuchsia-400\/75 {
  border-inline-start-color: rgb(232 121 249 / 0.75);
}
.border-s-fuchsia-400\/80 {
  border-inline-start-color: rgb(232 121 249 / 0.8);
}
.border-s-fuchsia-400\/85 {
  border-inline-start-color: rgb(232 121 249 / 0.85);
}
.border-s-fuchsia-400\/90 {
  border-inline-start-color: rgb(232 121 249 / 0.9);
}
.border-s-fuchsia-400\/95 {
  border-inline-start-color: rgb(232 121 249 / 0.95);
}
.border-s-fuchsia-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-50\/0 {
  border-inline-start-color: rgb(253 244 255 / 0);
}
.border-s-fuchsia-50\/10 {
  border-inline-start-color: rgb(253 244 255 / 0.1);
}
.border-s-fuchsia-50\/100 {
  border-inline-start-color: rgb(253 244 255 / 1);
}
.border-s-fuchsia-50\/15 {
  border-inline-start-color: rgb(253 244 255 / 0.15);
}
.border-s-fuchsia-50\/20 {
  border-inline-start-color: rgb(253 244 255 / 0.2);
}
.border-s-fuchsia-50\/25 {
  border-inline-start-color: rgb(253 244 255 / 0.25);
}
.border-s-fuchsia-50\/30 {
  border-inline-start-color: rgb(253 244 255 / 0.3);
}
.border-s-fuchsia-50\/35 {
  border-inline-start-color: rgb(253 244 255 / 0.35);
}
.border-s-fuchsia-50\/40 {
  border-inline-start-color: rgb(253 244 255 / 0.4);
}
.border-s-fuchsia-50\/45 {
  border-inline-start-color: rgb(253 244 255 / 0.45);
}
.border-s-fuchsia-50\/5 {
  border-inline-start-color: rgb(253 244 255 / 0.05);
}
.border-s-fuchsia-50\/50 {
  border-inline-start-color: rgb(253 244 255 / 0.5);
}
.border-s-fuchsia-50\/55 {
  border-inline-start-color: rgb(253 244 255 / 0.55);
}
.border-s-fuchsia-50\/60 {
  border-inline-start-color: rgb(253 244 255 / 0.6);
}
.border-s-fuchsia-50\/65 {
  border-inline-start-color: rgb(253 244 255 / 0.65);
}
.border-s-fuchsia-50\/70 {
  border-inline-start-color: rgb(253 244 255 / 0.7);
}
.border-s-fuchsia-50\/75 {
  border-inline-start-color: rgb(253 244 255 / 0.75);
}
.border-s-fuchsia-50\/80 {
  border-inline-start-color: rgb(253 244 255 / 0.8);
}
.border-s-fuchsia-50\/85 {
  border-inline-start-color: rgb(253 244 255 / 0.85);
}
.border-s-fuchsia-50\/90 {
  border-inline-start-color: rgb(253 244 255 / 0.9);
}
.border-s-fuchsia-50\/95 {
  border-inline-start-color: rgb(253 244 255 / 0.95);
}
.border-s-fuchsia-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-500\/0 {
  border-inline-start-color: rgb(217 70 239 / 0);
}
.border-s-fuchsia-500\/10 {
  border-inline-start-color: rgb(217 70 239 / 0.1);
}
.border-s-fuchsia-500\/100 {
  border-inline-start-color: rgb(217 70 239 / 1);
}
.border-s-fuchsia-500\/15 {
  border-inline-start-color: rgb(217 70 239 / 0.15);
}
.border-s-fuchsia-500\/20 {
  border-inline-start-color: rgb(217 70 239 / 0.2);
}
.border-s-fuchsia-500\/25 {
  border-inline-start-color: rgb(217 70 239 / 0.25);
}
.border-s-fuchsia-500\/30 {
  border-inline-start-color: rgb(217 70 239 / 0.3);
}
.border-s-fuchsia-500\/35 {
  border-inline-start-color: rgb(217 70 239 / 0.35);
}
.border-s-fuchsia-500\/40 {
  border-inline-start-color: rgb(217 70 239 / 0.4);
}
.border-s-fuchsia-500\/45 {
  border-inline-start-color: rgb(217 70 239 / 0.45);
}
.border-s-fuchsia-500\/5 {
  border-inline-start-color: rgb(217 70 239 / 0.05);
}
.border-s-fuchsia-500\/50 {
  border-inline-start-color: rgb(217 70 239 / 0.5);
}
.border-s-fuchsia-500\/55 {
  border-inline-start-color: rgb(217 70 239 / 0.55);
}
.border-s-fuchsia-500\/60 {
  border-inline-start-color: rgb(217 70 239 / 0.6);
}
.border-s-fuchsia-500\/65 {
  border-inline-start-color: rgb(217 70 239 / 0.65);
}
.border-s-fuchsia-500\/70 {
  border-inline-start-color: rgb(217 70 239 / 0.7);
}
.border-s-fuchsia-500\/75 {
  border-inline-start-color: rgb(217 70 239 / 0.75);
}
.border-s-fuchsia-500\/80 {
  border-inline-start-color: rgb(217 70 239 / 0.8);
}
.border-s-fuchsia-500\/85 {
  border-inline-start-color: rgb(217 70 239 / 0.85);
}
.border-s-fuchsia-500\/90 {
  border-inline-start-color: rgb(217 70 239 / 0.9);
}
.border-s-fuchsia-500\/95 {
  border-inline-start-color: rgb(217 70 239 / 0.95);
}
.border-s-fuchsia-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-600\/0 {
  border-inline-start-color: rgb(192 38 211 / 0);
}
.border-s-fuchsia-600\/10 {
  border-inline-start-color: rgb(192 38 211 / 0.1);
}
.border-s-fuchsia-600\/100 {
  border-inline-start-color: rgb(192 38 211 / 1);
}
.border-s-fuchsia-600\/15 {
  border-inline-start-color: rgb(192 38 211 / 0.15);
}
.border-s-fuchsia-600\/20 {
  border-inline-start-color: rgb(192 38 211 / 0.2);
}
.border-s-fuchsia-600\/25 {
  border-inline-start-color: rgb(192 38 211 / 0.25);
}
.border-s-fuchsia-600\/30 {
  border-inline-start-color: rgb(192 38 211 / 0.3);
}
.border-s-fuchsia-600\/35 {
  border-inline-start-color: rgb(192 38 211 / 0.35);
}
.border-s-fuchsia-600\/40 {
  border-inline-start-color: rgb(192 38 211 / 0.4);
}
.border-s-fuchsia-600\/45 {
  border-inline-start-color: rgb(192 38 211 / 0.45);
}
.border-s-fuchsia-600\/5 {
  border-inline-start-color: rgb(192 38 211 / 0.05);
}
.border-s-fuchsia-600\/50 {
  border-inline-start-color: rgb(192 38 211 / 0.5);
}
.border-s-fuchsia-600\/55 {
  border-inline-start-color: rgb(192 38 211 / 0.55);
}
.border-s-fuchsia-600\/60 {
  border-inline-start-color: rgb(192 38 211 / 0.6);
}
.border-s-fuchsia-600\/65 {
  border-inline-start-color: rgb(192 38 211 / 0.65);
}
.border-s-fuchsia-600\/70 {
  border-inline-start-color: rgb(192 38 211 / 0.7);
}
.border-s-fuchsia-600\/75 {
  border-inline-start-color: rgb(192 38 211 / 0.75);
}
.border-s-fuchsia-600\/80 {
  border-inline-start-color: rgb(192 38 211 / 0.8);
}
.border-s-fuchsia-600\/85 {
  border-inline-start-color: rgb(192 38 211 / 0.85);
}
.border-s-fuchsia-600\/90 {
  border-inline-start-color: rgb(192 38 211 / 0.9);
}
.border-s-fuchsia-600\/95 {
  border-inline-start-color: rgb(192 38 211 / 0.95);
}
.border-s-fuchsia-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-700\/0 {
  border-inline-start-color: rgb(162 28 175 / 0);
}
.border-s-fuchsia-700\/10 {
  border-inline-start-color: rgb(162 28 175 / 0.1);
}
.border-s-fuchsia-700\/100 {
  border-inline-start-color: rgb(162 28 175 / 1);
}
.border-s-fuchsia-700\/15 {
  border-inline-start-color: rgb(162 28 175 / 0.15);
}
.border-s-fuchsia-700\/20 {
  border-inline-start-color: rgb(162 28 175 / 0.2);
}
.border-s-fuchsia-700\/25 {
  border-inline-start-color: rgb(162 28 175 / 0.25);
}
.border-s-fuchsia-700\/30 {
  border-inline-start-color: rgb(162 28 175 / 0.3);
}
.border-s-fuchsia-700\/35 {
  border-inline-start-color: rgb(162 28 175 / 0.35);
}
.border-s-fuchsia-700\/40 {
  border-inline-start-color: rgb(162 28 175 / 0.4);
}
.border-s-fuchsia-700\/45 {
  border-inline-start-color: rgb(162 28 175 / 0.45);
}
.border-s-fuchsia-700\/5 {
  border-inline-start-color: rgb(162 28 175 / 0.05);
}
.border-s-fuchsia-700\/50 {
  border-inline-start-color: rgb(162 28 175 / 0.5);
}
.border-s-fuchsia-700\/55 {
  border-inline-start-color: rgb(162 28 175 / 0.55);
}
.border-s-fuchsia-700\/60 {
  border-inline-start-color: rgb(162 28 175 / 0.6);
}
.border-s-fuchsia-700\/65 {
  border-inline-start-color: rgb(162 28 175 / 0.65);
}
.border-s-fuchsia-700\/70 {
  border-inline-start-color: rgb(162 28 175 / 0.7);
}
.border-s-fuchsia-700\/75 {
  border-inline-start-color: rgb(162 28 175 / 0.75);
}
.border-s-fuchsia-700\/80 {
  border-inline-start-color: rgb(162 28 175 / 0.8);
}
.border-s-fuchsia-700\/85 {
  border-inline-start-color: rgb(162 28 175 / 0.85);
}
.border-s-fuchsia-700\/90 {
  border-inline-start-color: rgb(162 28 175 / 0.9);
}
.border-s-fuchsia-700\/95 {
  border-inline-start-color: rgb(162 28 175 / 0.95);
}
.border-s-fuchsia-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-800\/0 {
  border-inline-start-color: rgb(134 25 143 / 0);
}
.border-s-fuchsia-800\/10 {
  border-inline-start-color: rgb(134 25 143 / 0.1);
}
.border-s-fuchsia-800\/100 {
  border-inline-start-color: rgb(134 25 143 / 1);
}
.border-s-fuchsia-800\/15 {
  border-inline-start-color: rgb(134 25 143 / 0.15);
}
.border-s-fuchsia-800\/20 {
  border-inline-start-color: rgb(134 25 143 / 0.2);
}
.border-s-fuchsia-800\/25 {
  border-inline-start-color: rgb(134 25 143 / 0.25);
}
.border-s-fuchsia-800\/30 {
  border-inline-start-color: rgb(134 25 143 / 0.3);
}
.border-s-fuchsia-800\/35 {
  border-inline-start-color: rgb(134 25 143 / 0.35);
}
.border-s-fuchsia-800\/40 {
  border-inline-start-color: rgb(134 25 143 / 0.4);
}
.border-s-fuchsia-800\/45 {
  border-inline-start-color: rgb(134 25 143 / 0.45);
}
.border-s-fuchsia-800\/5 {
  border-inline-start-color: rgb(134 25 143 / 0.05);
}
.border-s-fuchsia-800\/50 {
  border-inline-start-color: rgb(134 25 143 / 0.5);
}
.border-s-fuchsia-800\/55 {
  border-inline-start-color: rgb(134 25 143 / 0.55);
}
.border-s-fuchsia-800\/60 {
  border-inline-start-color: rgb(134 25 143 / 0.6);
}
.border-s-fuchsia-800\/65 {
  border-inline-start-color: rgb(134 25 143 / 0.65);
}
.border-s-fuchsia-800\/70 {
  border-inline-start-color: rgb(134 25 143 / 0.7);
}
.border-s-fuchsia-800\/75 {
  border-inline-start-color: rgb(134 25 143 / 0.75);
}
.border-s-fuchsia-800\/80 {
  border-inline-start-color: rgb(134 25 143 / 0.8);
}
.border-s-fuchsia-800\/85 {
  border-inline-start-color: rgb(134 25 143 / 0.85);
}
.border-s-fuchsia-800\/90 {
  border-inline-start-color: rgb(134 25 143 / 0.9);
}
.border-s-fuchsia-800\/95 {
  border-inline-start-color: rgb(134 25 143 / 0.95);
}
.border-s-fuchsia-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-900\/0 {
  border-inline-start-color: rgb(112 26 117 / 0);
}
.border-s-fuchsia-900\/10 {
  border-inline-start-color: rgb(112 26 117 / 0.1);
}
.border-s-fuchsia-900\/100 {
  border-inline-start-color: rgb(112 26 117 / 1);
}
.border-s-fuchsia-900\/15 {
  border-inline-start-color: rgb(112 26 117 / 0.15);
}
.border-s-fuchsia-900\/20 {
  border-inline-start-color: rgb(112 26 117 / 0.2);
}
.border-s-fuchsia-900\/25 {
  border-inline-start-color: rgb(112 26 117 / 0.25);
}
.border-s-fuchsia-900\/30 {
  border-inline-start-color: rgb(112 26 117 / 0.3);
}
.border-s-fuchsia-900\/35 {
  border-inline-start-color: rgb(112 26 117 / 0.35);
}
.border-s-fuchsia-900\/40 {
  border-inline-start-color: rgb(112 26 117 / 0.4);
}
.border-s-fuchsia-900\/45 {
  border-inline-start-color: rgb(112 26 117 / 0.45);
}
.border-s-fuchsia-900\/5 {
  border-inline-start-color: rgb(112 26 117 / 0.05);
}
.border-s-fuchsia-900\/50 {
  border-inline-start-color: rgb(112 26 117 / 0.5);
}
.border-s-fuchsia-900\/55 {
  border-inline-start-color: rgb(112 26 117 / 0.55);
}
.border-s-fuchsia-900\/60 {
  border-inline-start-color: rgb(112 26 117 / 0.6);
}
.border-s-fuchsia-900\/65 {
  border-inline-start-color: rgb(112 26 117 / 0.65);
}
.border-s-fuchsia-900\/70 {
  border-inline-start-color: rgb(112 26 117 / 0.7);
}
.border-s-fuchsia-900\/75 {
  border-inline-start-color: rgb(112 26 117 / 0.75);
}
.border-s-fuchsia-900\/80 {
  border-inline-start-color: rgb(112 26 117 / 0.8);
}
.border-s-fuchsia-900\/85 {
  border-inline-start-color: rgb(112 26 117 / 0.85);
}
.border-s-fuchsia-900\/90 {
  border-inline-start-color: rgb(112 26 117 / 0.9);
}
.border-s-fuchsia-900\/95 {
  border-inline-start-color: rgb(112 26 117 / 0.95);
}
.border-s-fuchsia-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-s-fuchsia-950\/0 {
  border-inline-start-color: rgb(74 4 78 / 0);
}
.border-s-fuchsia-950\/10 {
  border-inline-start-color: rgb(74 4 78 / 0.1);
}
.border-s-fuchsia-950\/100 {
  border-inline-start-color: rgb(74 4 78 / 1);
}
.border-s-fuchsia-950\/15 {
  border-inline-start-color: rgb(74 4 78 / 0.15);
}
.border-s-fuchsia-950\/20 {
  border-inline-start-color: rgb(74 4 78 / 0.2);
}
.border-s-fuchsia-950\/25 {
  border-inline-start-color: rgb(74 4 78 / 0.25);
}
.border-s-fuchsia-950\/30 {
  border-inline-start-color: rgb(74 4 78 / 0.3);
}
.border-s-fuchsia-950\/35 {
  border-inline-start-color: rgb(74 4 78 / 0.35);
}
.border-s-fuchsia-950\/40 {
  border-inline-start-color: rgb(74 4 78 / 0.4);
}
.border-s-fuchsia-950\/45 {
  border-inline-start-color: rgb(74 4 78 / 0.45);
}
.border-s-fuchsia-950\/5 {
  border-inline-start-color: rgb(74 4 78 / 0.05);
}
.border-s-fuchsia-950\/50 {
  border-inline-start-color: rgb(74 4 78 / 0.5);
}
.border-s-fuchsia-950\/55 {
  border-inline-start-color: rgb(74 4 78 / 0.55);
}
.border-s-fuchsia-950\/60 {
  border-inline-start-color: rgb(74 4 78 / 0.6);
}
.border-s-fuchsia-950\/65 {
  border-inline-start-color: rgb(74 4 78 / 0.65);
}
.border-s-fuchsia-950\/70 {
  border-inline-start-color: rgb(74 4 78 / 0.7);
}
.border-s-fuchsia-950\/75 {
  border-inline-start-color: rgb(74 4 78 / 0.75);
}
.border-s-fuchsia-950\/80 {
  border-inline-start-color: rgb(74 4 78 / 0.8);
}
.border-s-fuchsia-950\/85 {
  border-inline-start-color: rgb(74 4 78 / 0.85);
}
.border-s-fuchsia-950\/90 {
  border-inline-start-color: rgb(74 4 78 / 0.9);
}
.border-s-fuchsia-950\/95 {
  border-inline-start-color: rgb(74 4 78 / 0.95);
}
.border-s-gray-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-s-gray-100\/0 {
  border-inline-start-color: rgb(243 244 246 / 0);
}
.border-s-gray-100\/10 {
  border-inline-start-color: rgb(243 244 246 / 0.1);
}
.border-s-gray-100\/100 {
  border-inline-start-color: rgb(243 244 246 / 1);
}
.border-s-gray-100\/15 {
  border-inline-start-color: rgb(243 244 246 / 0.15);
}
.border-s-gray-100\/20 {
  border-inline-start-color: rgb(243 244 246 / 0.2);
}
.border-s-gray-100\/25 {
  border-inline-start-color: rgb(243 244 246 / 0.25);
}
.border-s-gray-100\/30 {
  border-inline-start-color: rgb(243 244 246 / 0.3);
}
.border-s-gray-100\/35 {
  border-inline-start-color: rgb(243 244 246 / 0.35);
}
.border-s-gray-100\/40 {
  border-inline-start-color: rgb(243 244 246 / 0.4);
}
.border-s-gray-100\/45 {
  border-inline-start-color: rgb(243 244 246 / 0.45);
}
.border-s-gray-100\/5 {
  border-inline-start-color: rgb(243 244 246 / 0.05);
}
.border-s-gray-100\/50 {
  border-inline-start-color: rgb(243 244 246 / 0.5);
}
.border-s-gray-100\/55 {
  border-inline-start-color: rgb(243 244 246 / 0.55);
}
.border-s-gray-100\/60 {
  border-inline-start-color: rgb(243 244 246 / 0.6);
}
.border-s-gray-100\/65 {
  border-inline-start-color: rgb(243 244 246 / 0.65);
}
.border-s-gray-100\/70 {
  border-inline-start-color: rgb(243 244 246 / 0.7);
}
.border-s-gray-100\/75 {
  border-inline-start-color: rgb(243 244 246 / 0.75);
}
.border-s-gray-100\/80 {
  border-inline-start-color: rgb(243 244 246 / 0.8);
}
.border-s-gray-100\/85 {
  border-inline-start-color: rgb(243 244 246 / 0.85);
}
.border-s-gray-100\/90 {
  border-inline-start-color: rgb(243 244 246 / 0.9);
}
.border-s-gray-100\/95 {
  border-inline-start-color: rgb(243 244 246 / 0.95);
}
.border-s-gray-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-s-gray-200\/0 {
  border-inline-start-color: rgb(229 231 235 / 0);
}
.border-s-gray-200\/10 {
  border-inline-start-color: rgb(229 231 235 / 0.1);
}
.border-s-gray-200\/100 {
  border-inline-start-color: rgb(229 231 235 / 1);
}
.border-s-gray-200\/15 {
  border-inline-start-color: rgb(229 231 235 / 0.15);
}
.border-s-gray-200\/20 {
  border-inline-start-color: rgb(229 231 235 / 0.2);
}
.border-s-gray-200\/25 {
  border-inline-start-color: rgb(229 231 235 / 0.25);
}
.border-s-gray-200\/30 {
  border-inline-start-color: rgb(229 231 235 / 0.3);
}
.border-s-gray-200\/35 {
  border-inline-start-color: rgb(229 231 235 / 0.35);
}
.border-s-gray-200\/40 {
  border-inline-start-color: rgb(229 231 235 / 0.4);
}
.border-s-gray-200\/45 {
  border-inline-start-color: rgb(229 231 235 / 0.45);
}
.border-s-gray-200\/5 {
  border-inline-start-color: rgb(229 231 235 / 0.05);
}
.border-s-gray-200\/50 {
  border-inline-start-color: rgb(229 231 235 / 0.5);
}
.border-s-gray-200\/55 {
  border-inline-start-color: rgb(229 231 235 / 0.55);
}
.border-s-gray-200\/60 {
  border-inline-start-color: rgb(229 231 235 / 0.6);
}
.border-s-gray-200\/65 {
  border-inline-start-color: rgb(229 231 235 / 0.65);
}
.border-s-gray-200\/70 {
  border-inline-start-color: rgb(229 231 235 / 0.7);
}
.border-s-gray-200\/75 {
  border-inline-start-color: rgb(229 231 235 / 0.75);
}
.border-s-gray-200\/80 {
  border-inline-start-color: rgb(229 231 235 / 0.8);
}
.border-s-gray-200\/85 {
  border-inline-start-color: rgb(229 231 235 / 0.85);
}
.border-s-gray-200\/90 {
  border-inline-start-color: rgb(229 231 235 / 0.9);
}
.border-s-gray-200\/95 {
  border-inline-start-color: rgb(229 231 235 / 0.95);
}
.border-s-gray-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-s-gray-300\/0 {
  border-inline-start-color: rgb(209 213 219 / 0);
}
.border-s-gray-300\/10 {
  border-inline-start-color: rgb(209 213 219 / 0.1);
}
.border-s-gray-300\/100 {
  border-inline-start-color: rgb(209 213 219 / 1);
}
.border-s-gray-300\/15 {
  border-inline-start-color: rgb(209 213 219 / 0.15);
}
.border-s-gray-300\/20 {
  border-inline-start-color: rgb(209 213 219 / 0.2);
}
.border-s-gray-300\/25 {
  border-inline-start-color: rgb(209 213 219 / 0.25);
}
.border-s-gray-300\/30 {
  border-inline-start-color: rgb(209 213 219 / 0.3);
}
.border-s-gray-300\/35 {
  border-inline-start-color: rgb(209 213 219 / 0.35);
}
.border-s-gray-300\/40 {
  border-inline-start-color: rgb(209 213 219 / 0.4);
}
.border-s-gray-300\/45 {
  border-inline-start-color: rgb(209 213 219 / 0.45);
}
.border-s-gray-300\/5 {
  border-inline-start-color: rgb(209 213 219 / 0.05);
}
.border-s-gray-300\/50 {
  border-inline-start-color: rgb(209 213 219 / 0.5);
}
.border-s-gray-300\/55 {
  border-inline-start-color: rgb(209 213 219 / 0.55);
}
.border-s-gray-300\/60 {
  border-inline-start-color: rgb(209 213 219 / 0.6);
}
.border-s-gray-300\/65 {
  border-inline-start-color: rgb(209 213 219 / 0.65);
}
.border-s-gray-300\/70 {
  border-inline-start-color: rgb(209 213 219 / 0.7);
}
.border-s-gray-300\/75 {
  border-inline-start-color: rgb(209 213 219 / 0.75);
}
.border-s-gray-300\/80 {
  border-inline-start-color: rgb(209 213 219 / 0.8);
}
.border-s-gray-300\/85 {
  border-inline-start-color: rgb(209 213 219 / 0.85);
}
.border-s-gray-300\/90 {
  border-inline-start-color: rgb(209 213 219 / 0.9);
}
.border-s-gray-300\/95 {
  border-inline-start-color: rgb(209 213 219 / 0.95);
}
.border-s-gray-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-s-gray-400\/0 {
  border-inline-start-color: rgb(156 163 175 / 0);
}
.border-s-gray-400\/10 {
  border-inline-start-color: rgb(156 163 175 / 0.1);
}
.border-s-gray-400\/100 {
  border-inline-start-color: rgb(156 163 175 / 1);
}
.border-s-gray-400\/15 {
  border-inline-start-color: rgb(156 163 175 / 0.15);
}
.border-s-gray-400\/20 {
  border-inline-start-color: rgb(156 163 175 / 0.2);
}
.border-s-gray-400\/25 {
  border-inline-start-color: rgb(156 163 175 / 0.25);
}
.border-s-gray-400\/30 {
  border-inline-start-color: rgb(156 163 175 / 0.3);
}
.border-s-gray-400\/35 {
  border-inline-start-color: rgb(156 163 175 / 0.35);
}
.border-s-gray-400\/40 {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.border-s-gray-400\/45 {
  border-inline-start-color: rgb(156 163 175 / 0.45);
}
.border-s-gray-400\/5 {
  border-inline-start-color: rgb(156 163 175 / 0.05);
}
.border-s-gray-400\/50 {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.border-s-gray-400\/55 {
  border-inline-start-color: rgb(156 163 175 / 0.55);
}
.border-s-gray-400\/60 {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.border-s-gray-400\/65 {
  border-inline-start-color: rgb(156 163 175 / 0.65);
}
.border-s-gray-400\/70 {
  border-inline-start-color: rgb(156 163 175 / 0.7);
}
.border-s-gray-400\/75 {
  border-inline-start-color: rgb(156 163 175 / 0.75);
}
.border-s-gray-400\/80 {
  border-inline-start-color: rgb(156 163 175 / 0.8);
}
.border-s-gray-400\/85 {
  border-inline-start-color: rgb(156 163 175 / 0.85);
}
.border-s-gray-400\/90 {
  border-inline-start-color: rgb(156 163 175 / 0.9);
}
.border-s-gray-400\/95 {
  border-inline-start-color: rgb(156 163 175 / 0.95);
}
.border-s-gray-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-s-gray-50\/0 {
  border-inline-start-color: rgb(249 250 251 / 0);
}
.border-s-gray-50\/10 {
  border-inline-start-color: rgb(249 250 251 / 0.1);
}
.border-s-gray-50\/100 {
  border-inline-start-color: rgb(249 250 251 / 1);
}
.border-s-gray-50\/15 {
  border-inline-start-color: rgb(249 250 251 / 0.15);
}
.border-s-gray-50\/20 {
  border-inline-start-color: rgb(249 250 251 / 0.2);
}
.border-s-gray-50\/25 {
  border-inline-start-color: rgb(249 250 251 / 0.25);
}
.border-s-gray-50\/30 {
  border-inline-start-color: rgb(249 250 251 / 0.3);
}
.border-s-gray-50\/35 {
  border-inline-start-color: rgb(249 250 251 / 0.35);
}
.border-s-gray-50\/40 {
  border-inline-start-color: rgb(249 250 251 / 0.4);
}
.border-s-gray-50\/45 {
  border-inline-start-color: rgb(249 250 251 / 0.45);
}
.border-s-gray-50\/5 {
  border-inline-start-color: rgb(249 250 251 / 0.05);
}
.border-s-gray-50\/50 {
  border-inline-start-color: rgb(249 250 251 / 0.5);
}
.border-s-gray-50\/55 {
  border-inline-start-color: rgb(249 250 251 / 0.55);
}
.border-s-gray-50\/60 {
  border-inline-start-color: rgb(249 250 251 / 0.6);
}
.border-s-gray-50\/65 {
  border-inline-start-color: rgb(249 250 251 / 0.65);
}
.border-s-gray-50\/70 {
  border-inline-start-color: rgb(249 250 251 / 0.7);
}
.border-s-gray-50\/75 {
  border-inline-start-color: rgb(249 250 251 / 0.75);
}
.border-s-gray-50\/80 {
  border-inline-start-color: rgb(249 250 251 / 0.8);
}
.border-s-gray-50\/85 {
  border-inline-start-color: rgb(249 250 251 / 0.85);
}
.border-s-gray-50\/90 {
  border-inline-start-color: rgb(249 250 251 / 0.9);
}
.border-s-gray-50\/95 {
  border-inline-start-color: rgb(249 250 251 / 0.95);
}
.border-s-gray-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-s-gray-500\/0 {
  border-inline-start-color: rgb(107 114 128 / 0);
}
.border-s-gray-500\/10 {
  border-inline-start-color: rgb(107 114 128 / 0.1);
}
.border-s-gray-500\/100 {
  border-inline-start-color: rgb(107 114 128 / 1);
}
.border-s-gray-500\/15 {
  border-inline-start-color: rgb(107 114 128 / 0.15);
}
.border-s-gray-500\/20 {
  border-inline-start-color: rgb(107 114 128 / 0.2);
}
.border-s-gray-500\/25 {
  border-inline-start-color: rgb(107 114 128 / 0.25);
}
.border-s-gray-500\/30 {
  border-inline-start-color: rgb(107 114 128 / 0.3);
}
.border-s-gray-500\/35 {
  border-inline-start-color: rgb(107 114 128 / 0.35);
}
.border-s-gray-500\/40 {
  border-inline-start-color: rgb(107 114 128 / 0.4);
}
.border-s-gray-500\/45 {
  border-inline-start-color: rgb(107 114 128 / 0.45);
}
.border-s-gray-500\/5 {
  border-inline-start-color: rgb(107 114 128 / 0.05);
}
.border-s-gray-500\/50 {
  border-inline-start-color: rgb(107 114 128 / 0.5);
}
.border-s-gray-500\/55 {
  border-inline-start-color: rgb(107 114 128 / 0.55);
}
.border-s-gray-500\/60 {
  border-inline-start-color: rgb(107 114 128 / 0.6);
}
.border-s-gray-500\/65 {
  border-inline-start-color: rgb(107 114 128 / 0.65);
}
.border-s-gray-500\/70 {
  border-inline-start-color: rgb(107 114 128 / 0.7);
}
.border-s-gray-500\/75 {
  border-inline-start-color: rgb(107 114 128 / 0.75);
}
.border-s-gray-500\/80 {
  border-inline-start-color: rgb(107 114 128 / 0.8);
}
.border-s-gray-500\/85 {
  border-inline-start-color: rgb(107 114 128 / 0.85);
}
.border-s-gray-500\/90 {
  border-inline-start-color: rgb(107 114 128 / 0.9);
}
.border-s-gray-500\/95 {
  border-inline-start-color: rgb(107 114 128 / 0.95);
}
.border-s-gray-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-s-gray-600\/0 {
  border-inline-start-color: rgb(75 85 99 / 0);
}
.border-s-gray-600\/10 {
  border-inline-start-color: rgb(75 85 99 / 0.1);
}
.border-s-gray-600\/100 {
  border-inline-start-color: rgb(75 85 99 / 1);
}
.border-s-gray-600\/15 {
  border-inline-start-color: rgb(75 85 99 / 0.15);
}
.border-s-gray-600\/20 {
  border-inline-start-color: rgb(75 85 99 / 0.2);
}
.border-s-gray-600\/25 {
  border-inline-start-color: rgb(75 85 99 / 0.25);
}
.border-s-gray-600\/30 {
  border-inline-start-color: rgb(75 85 99 / 0.3);
}
.border-s-gray-600\/35 {
  border-inline-start-color: rgb(75 85 99 / 0.35);
}
.border-s-gray-600\/40 {
  border-inline-start-color: rgb(75 85 99 / 0.4);
}
.border-s-gray-600\/45 {
  border-inline-start-color: rgb(75 85 99 / 0.45);
}
.border-s-gray-600\/5 {
  border-inline-start-color: rgb(75 85 99 / 0.05);
}
.border-s-gray-600\/50 {
  border-inline-start-color: rgb(75 85 99 / 0.5);
}
.border-s-gray-600\/55 {
  border-inline-start-color: rgb(75 85 99 / 0.55);
}
.border-s-gray-600\/60 {
  border-inline-start-color: rgb(75 85 99 / 0.6);
}
.border-s-gray-600\/65 {
  border-inline-start-color: rgb(75 85 99 / 0.65);
}
.border-s-gray-600\/70 {
  border-inline-start-color: rgb(75 85 99 / 0.7);
}
.border-s-gray-600\/75 {
  border-inline-start-color: rgb(75 85 99 / 0.75);
}
.border-s-gray-600\/80 {
  border-inline-start-color: rgb(75 85 99 / 0.8);
}
.border-s-gray-600\/85 {
  border-inline-start-color: rgb(75 85 99 / 0.85);
}
.border-s-gray-600\/90 {
  border-inline-start-color: rgb(75 85 99 / 0.9);
}
.border-s-gray-600\/95 {
  border-inline-start-color: rgb(75 85 99 / 0.95);
}
.border-s-gray-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-s-gray-700\/0 {
  border-inline-start-color: rgb(55 65 81 / 0);
}
.border-s-gray-700\/10 {
  border-inline-start-color: rgb(55 65 81 / 0.1);
}
.border-s-gray-700\/100 {
  border-inline-start-color: rgb(55 65 81 / 1);
}
.border-s-gray-700\/15 {
  border-inline-start-color: rgb(55 65 81 / 0.15);
}
.border-s-gray-700\/20 {
  border-inline-start-color: rgb(55 65 81 / 0.2);
}
.border-s-gray-700\/25 {
  border-inline-start-color: rgb(55 65 81 / 0.25);
}
.border-s-gray-700\/30 {
  border-inline-start-color: rgb(55 65 81 / 0.3);
}
.border-s-gray-700\/35 {
  border-inline-start-color: rgb(55 65 81 / 0.35);
}
.border-s-gray-700\/40 {
  border-inline-start-color: rgb(55 65 81 / 0.4);
}
.border-s-gray-700\/45 {
  border-inline-start-color: rgb(55 65 81 / 0.45);
}
.border-s-gray-700\/5 {
  border-inline-start-color: rgb(55 65 81 / 0.05);
}
.border-s-gray-700\/50 {
  border-inline-start-color: rgb(55 65 81 / 0.5);
}
.border-s-gray-700\/55 {
  border-inline-start-color: rgb(55 65 81 / 0.55);
}
.border-s-gray-700\/60 {
  border-inline-start-color: rgb(55 65 81 / 0.6);
}
.border-s-gray-700\/65 {
  border-inline-start-color: rgb(55 65 81 / 0.65);
}
.border-s-gray-700\/70 {
  border-inline-start-color: rgb(55 65 81 / 0.7);
}
.border-s-gray-700\/75 {
  border-inline-start-color: rgb(55 65 81 / 0.75);
}
.border-s-gray-700\/80 {
  border-inline-start-color: rgb(55 65 81 / 0.8);
}
.border-s-gray-700\/85 {
  border-inline-start-color: rgb(55 65 81 / 0.85);
}
.border-s-gray-700\/90 {
  border-inline-start-color: rgb(55 65 81 / 0.9);
}
.border-s-gray-700\/95 {
  border-inline-start-color: rgb(55 65 81 / 0.95);
}
.border-s-gray-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-s-gray-800\/0 {
  border-inline-start-color: rgb(31 41 55 / 0);
}
.border-s-gray-800\/10 {
  border-inline-start-color: rgb(31 41 55 / 0.1);
}
.border-s-gray-800\/100 {
  border-inline-start-color: rgb(31 41 55 / 1);
}
.border-s-gray-800\/15 {
  border-inline-start-color: rgb(31 41 55 / 0.15);
}
.border-s-gray-800\/20 {
  border-inline-start-color: rgb(31 41 55 / 0.2);
}
.border-s-gray-800\/25 {
  border-inline-start-color: rgb(31 41 55 / 0.25);
}
.border-s-gray-800\/30 {
  border-inline-start-color: rgb(31 41 55 / 0.3);
}
.border-s-gray-800\/35 {
  border-inline-start-color: rgb(31 41 55 / 0.35);
}
.border-s-gray-800\/40 {
  border-inline-start-color: rgb(31 41 55 / 0.4);
}
.border-s-gray-800\/45 {
  border-inline-start-color: rgb(31 41 55 / 0.45);
}
.border-s-gray-800\/5 {
  border-inline-start-color: rgb(31 41 55 / 0.05);
}
.border-s-gray-800\/50 {
  border-inline-start-color: rgb(31 41 55 / 0.5);
}
.border-s-gray-800\/55 {
  border-inline-start-color: rgb(31 41 55 / 0.55);
}
.border-s-gray-800\/60 {
  border-inline-start-color: rgb(31 41 55 / 0.6);
}
.border-s-gray-800\/65 {
  border-inline-start-color: rgb(31 41 55 / 0.65);
}
.border-s-gray-800\/70 {
  border-inline-start-color: rgb(31 41 55 / 0.7);
}
.border-s-gray-800\/75 {
  border-inline-start-color: rgb(31 41 55 / 0.75);
}
.border-s-gray-800\/80 {
  border-inline-start-color: rgb(31 41 55 / 0.8);
}
.border-s-gray-800\/85 {
  border-inline-start-color: rgb(31 41 55 / 0.85);
}
.border-s-gray-800\/90 {
  border-inline-start-color: rgb(31 41 55 / 0.9);
}
.border-s-gray-800\/95 {
  border-inline-start-color: rgb(31 41 55 / 0.95);
}
.border-s-gray-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-s-gray-900\/0 {
  border-inline-start-color: rgb(17 24 39 / 0);
}
.border-s-gray-900\/10 {
  border-inline-start-color: rgb(17 24 39 / 0.1);
}
.border-s-gray-900\/100 {
  border-inline-start-color: rgb(17 24 39 / 1);
}
.border-s-gray-900\/15 {
  border-inline-start-color: rgb(17 24 39 / 0.15);
}
.border-s-gray-900\/20 {
  border-inline-start-color: rgb(17 24 39 / 0.2);
}
.border-s-gray-900\/25 {
  border-inline-start-color: rgb(17 24 39 / 0.25);
}
.border-s-gray-900\/30 {
  border-inline-start-color: rgb(17 24 39 / 0.3);
}
.border-s-gray-900\/35 {
  border-inline-start-color: rgb(17 24 39 / 0.35);
}
.border-s-gray-900\/40 {
  border-inline-start-color: rgb(17 24 39 / 0.4);
}
.border-s-gray-900\/45 {
  border-inline-start-color: rgb(17 24 39 / 0.45);
}
.border-s-gray-900\/5 {
  border-inline-start-color: rgb(17 24 39 / 0.05);
}
.border-s-gray-900\/50 {
  border-inline-start-color: rgb(17 24 39 / 0.5);
}
.border-s-gray-900\/55 {
  border-inline-start-color: rgb(17 24 39 / 0.55);
}
.border-s-gray-900\/60 {
  border-inline-start-color: rgb(17 24 39 / 0.6);
}
.border-s-gray-900\/65 {
  border-inline-start-color: rgb(17 24 39 / 0.65);
}
.border-s-gray-900\/70 {
  border-inline-start-color: rgb(17 24 39 / 0.7);
}
.border-s-gray-900\/75 {
  border-inline-start-color: rgb(17 24 39 / 0.75);
}
.border-s-gray-900\/80 {
  border-inline-start-color: rgb(17 24 39 / 0.8);
}
.border-s-gray-900\/85 {
  border-inline-start-color: rgb(17 24 39 / 0.85);
}
.border-s-gray-900\/90 {
  border-inline-start-color: rgb(17 24 39 / 0.9);
}
.border-s-gray-900\/95 {
  border-inline-start-color: rgb(17 24 39 / 0.95);
}
.border-s-gray-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-s-gray-950\/0 {
  border-inline-start-color: rgb(3 7 18 / 0);
}
.border-s-gray-950\/10 {
  border-inline-start-color: rgb(3 7 18 / 0.1);
}
.border-s-gray-950\/100 {
  border-inline-start-color: rgb(3 7 18 / 1);
}
.border-s-gray-950\/15 {
  border-inline-start-color: rgb(3 7 18 / 0.15);
}
.border-s-gray-950\/20 {
  border-inline-start-color: rgb(3 7 18 / 0.2);
}
.border-s-gray-950\/25 {
  border-inline-start-color: rgb(3 7 18 / 0.25);
}
.border-s-gray-950\/30 {
  border-inline-start-color: rgb(3 7 18 / 0.3);
}
.border-s-gray-950\/35 {
  border-inline-start-color: rgb(3 7 18 / 0.35);
}
.border-s-gray-950\/40 {
  border-inline-start-color: rgb(3 7 18 / 0.4);
}
.border-s-gray-950\/45 {
  border-inline-start-color: rgb(3 7 18 / 0.45);
}
.border-s-gray-950\/5 {
  border-inline-start-color: rgb(3 7 18 / 0.05);
}
.border-s-gray-950\/50 {
  border-inline-start-color: rgb(3 7 18 / 0.5);
}
.border-s-gray-950\/55 {
  border-inline-start-color: rgb(3 7 18 / 0.55);
}
.border-s-gray-950\/60 {
  border-inline-start-color: rgb(3 7 18 / 0.6);
}
.border-s-gray-950\/65 {
  border-inline-start-color: rgb(3 7 18 / 0.65);
}
.border-s-gray-950\/70 {
  border-inline-start-color: rgb(3 7 18 / 0.7);
}
.border-s-gray-950\/75 {
  border-inline-start-color: rgb(3 7 18 / 0.75);
}
.border-s-gray-950\/80 {
  border-inline-start-color: rgb(3 7 18 / 0.8);
}
.border-s-gray-950\/85 {
  border-inline-start-color: rgb(3 7 18 / 0.85);
}
.border-s-gray-950\/90 {
  border-inline-start-color: rgb(3 7 18 / 0.9);
}
.border-s-gray-950\/95 {
  border-inline-start-color: rgb(3 7 18 / 0.95);
}
.border-s-green-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-s-green-100\/0 {
  border-inline-start-color: rgb(220 252 231 / 0);
}
.border-s-green-100\/10 {
  border-inline-start-color: rgb(220 252 231 / 0.1);
}
.border-s-green-100\/100 {
  border-inline-start-color: rgb(220 252 231 / 1);
}
.border-s-green-100\/15 {
  border-inline-start-color: rgb(220 252 231 / 0.15);
}
.border-s-green-100\/20 {
  border-inline-start-color: rgb(220 252 231 / 0.2);
}
.border-s-green-100\/25 {
  border-inline-start-color: rgb(220 252 231 / 0.25);
}
.border-s-green-100\/30 {
  border-inline-start-color: rgb(220 252 231 / 0.3);
}
.border-s-green-100\/35 {
  border-inline-start-color: rgb(220 252 231 / 0.35);
}
.border-s-green-100\/40 {
  border-inline-start-color: rgb(220 252 231 / 0.4);
}
.border-s-green-100\/45 {
  border-inline-start-color: rgb(220 252 231 / 0.45);
}
.border-s-green-100\/5 {
  border-inline-start-color: rgb(220 252 231 / 0.05);
}
.border-s-green-100\/50 {
  border-inline-start-color: rgb(220 252 231 / 0.5);
}
.border-s-green-100\/55 {
  border-inline-start-color: rgb(220 252 231 / 0.55);
}
.border-s-green-100\/60 {
  border-inline-start-color: rgb(220 252 231 / 0.6);
}
.border-s-green-100\/65 {
  border-inline-start-color: rgb(220 252 231 / 0.65);
}
.border-s-green-100\/70 {
  border-inline-start-color: rgb(220 252 231 / 0.7);
}
.border-s-green-100\/75 {
  border-inline-start-color: rgb(220 252 231 / 0.75);
}
.border-s-green-100\/80 {
  border-inline-start-color: rgb(220 252 231 / 0.8);
}
.border-s-green-100\/85 {
  border-inline-start-color: rgb(220 252 231 / 0.85);
}
.border-s-green-100\/90 {
  border-inline-start-color: rgb(220 252 231 / 0.9);
}
.border-s-green-100\/95 {
  border-inline-start-color: rgb(220 252 231 / 0.95);
}
.border-s-green-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-s-green-200\/0 {
  border-inline-start-color: rgb(187 247 208 / 0);
}
.border-s-green-200\/10 {
  border-inline-start-color: rgb(187 247 208 / 0.1);
}
.border-s-green-200\/100 {
  border-inline-start-color: rgb(187 247 208 / 1);
}
.border-s-green-200\/15 {
  border-inline-start-color: rgb(187 247 208 / 0.15);
}
.border-s-green-200\/20 {
  border-inline-start-color: rgb(187 247 208 / 0.2);
}
.border-s-green-200\/25 {
  border-inline-start-color: rgb(187 247 208 / 0.25);
}
.border-s-green-200\/30 {
  border-inline-start-color: rgb(187 247 208 / 0.3);
}
.border-s-green-200\/35 {
  border-inline-start-color: rgb(187 247 208 / 0.35);
}
.border-s-green-200\/40 {
  border-inline-start-color: rgb(187 247 208 / 0.4);
}
.border-s-green-200\/45 {
  border-inline-start-color: rgb(187 247 208 / 0.45);
}
.border-s-green-200\/5 {
  border-inline-start-color: rgb(187 247 208 / 0.05);
}
.border-s-green-200\/50 {
  border-inline-start-color: rgb(187 247 208 / 0.5);
}
.border-s-green-200\/55 {
  border-inline-start-color: rgb(187 247 208 / 0.55);
}
.border-s-green-200\/60 {
  border-inline-start-color: rgb(187 247 208 / 0.6);
}
.border-s-green-200\/65 {
  border-inline-start-color: rgb(187 247 208 / 0.65);
}
.border-s-green-200\/70 {
  border-inline-start-color: rgb(187 247 208 / 0.7);
}
.border-s-green-200\/75 {
  border-inline-start-color: rgb(187 247 208 / 0.75);
}
.border-s-green-200\/80 {
  border-inline-start-color: rgb(187 247 208 / 0.8);
}
.border-s-green-200\/85 {
  border-inline-start-color: rgb(187 247 208 / 0.85);
}
.border-s-green-200\/90 {
  border-inline-start-color: rgb(187 247 208 / 0.9);
}
.border-s-green-200\/95 {
  border-inline-start-color: rgb(187 247 208 / 0.95);
}
.border-s-green-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-s-green-300\/0 {
  border-inline-start-color: rgb(134 239 172 / 0);
}
.border-s-green-300\/10 {
  border-inline-start-color: rgb(134 239 172 / 0.1);
}
.border-s-green-300\/100 {
  border-inline-start-color: rgb(134 239 172 / 1);
}
.border-s-green-300\/15 {
  border-inline-start-color: rgb(134 239 172 / 0.15);
}
.border-s-green-300\/20 {
  border-inline-start-color: rgb(134 239 172 / 0.2);
}
.border-s-green-300\/25 {
  border-inline-start-color: rgb(134 239 172 / 0.25);
}
.border-s-green-300\/30 {
  border-inline-start-color: rgb(134 239 172 / 0.3);
}
.border-s-green-300\/35 {
  border-inline-start-color: rgb(134 239 172 / 0.35);
}
.border-s-green-300\/40 {
  border-inline-start-color: rgb(134 239 172 / 0.4);
}
.border-s-green-300\/45 {
  border-inline-start-color: rgb(134 239 172 / 0.45);
}
.border-s-green-300\/5 {
  border-inline-start-color: rgb(134 239 172 / 0.05);
}
.border-s-green-300\/50 {
  border-inline-start-color: rgb(134 239 172 / 0.5);
}
.border-s-green-300\/55 {
  border-inline-start-color: rgb(134 239 172 / 0.55);
}
.border-s-green-300\/60 {
  border-inline-start-color: rgb(134 239 172 / 0.6);
}
.border-s-green-300\/65 {
  border-inline-start-color: rgb(134 239 172 / 0.65);
}
.border-s-green-300\/70 {
  border-inline-start-color: rgb(134 239 172 / 0.7);
}
.border-s-green-300\/75 {
  border-inline-start-color: rgb(134 239 172 / 0.75);
}
.border-s-green-300\/80 {
  border-inline-start-color: rgb(134 239 172 / 0.8);
}
.border-s-green-300\/85 {
  border-inline-start-color: rgb(134 239 172 / 0.85);
}
.border-s-green-300\/90 {
  border-inline-start-color: rgb(134 239 172 / 0.9);
}
.border-s-green-300\/95 {
  border-inline-start-color: rgb(134 239 172 / 0.95);
}
.border-s-green-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-s-green-400\/0 {
  border-inline-start-color: rgb(74 222 128 / 0);
}
.border-s-green-400\/10 {
  border-inline-start-color: rgb(74 222 128 / 0.1);
}
.border-s-green-400\/100 {
  border-inline-start-color: rgb(74 222 128 / 1);
}
.border-s-green-400\/15 {
  border-inline-start-color: rgb(74 222 128 / 0.15);
}
.border-s-green-400\/20 {
  border-inline-start-color: rgb(74 222 128 / 0.2);
}
.border-s-green-400\/25 {
  border-inline-start-color: rgb(74 222 128 / 0.25);
}
.border-s-green-400\/30 {
  border-inline-start-color: rgb(74 222 128 / 0.3);
}
.border-s-green-400\/35 {
  border-inline-start-color: rgb(74 222 128 / 0.35);
}
.border-s-green-400\/40 {
  border-inline-start-color: rgb(74 222 128 / 0.4);
}
.border-s-green-400\/45 {
  border-inline-start-color: rgb(74 222 128 / 0.45);
}
.border-s-green-400\/5 {
  border-inline-start-color: rgb(74 222 128 / 0.05);
}
.border-s-green-400\/50 {
  border-inline-start-color: rgb(74 222 128 / 0.5);
}
.border-s-green-400\/55 {
  border-inline-start-color: rgb(74 222 128 / 0.55);
}
.border-s-green-400\/60 {
  border-inline-start-color: rgb(74 222 128 / 0.6);
}
.border-s-green-400\/65 {
  border-inline-start-color: rgb(74 222 128 / 0.65);
}
.border-s-green-400\/70 {
  border-inline-start-color: rgb(74 222 128 / 0.7);
}
.border-s-green-400\/75 {
  border-inline-start-color: rgb(74 222 128 / 0.75);
}
.border-s-green-400\/80 {
  border-inline-start-color: rgb(74 222 128 / 0.8);
}
.border-s-green-400\/85 {
  border-inline-start-color: rgb(74 222 128 / 0.85);
}
.border-s-green-400\/90 {
  border-inline-start-color: rgb(74 222 128 / 0.9);
}
.border-s-green-400\/95 {
  border-inline-start-color: rgb(74 222 128 / 0.95);
}
.border-s-green-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-s-green-50\/0 {
  border-inline-start-color: rgb(240 253 244 / 0);
}
.border-s-green-50\/10 {
  border-inline-start-color: rgb(240 253 244 / 0.1);
}
.border-s-green-50\/100 {
  border-inline-start-color: rgb(240 253 244 / 1);
}
.border-s-green-50\/15 {
  border-inline-start-color: rgb(240 253 244 / 0.15);
}
.border-s-green-50\/20 {
  border-inline-start-color: rgb(240 253 244 / 0.2);
}
.border-s-green-50\/25 {
  border-inline-start-color: rgb(240 253 244 / 0.25);
}
.border-s-green-50\/30 {
  border-inline-start-color: rgb(240 253 244 / 0.3);
}
.border-s-green-50\/35 {
  border-inline-start-color: rgb(240 253 244 / 0.35);
}
.border-s-green-50\/40 {
  border-inline-start-color: rgb(240 253 244 / 0.4);
}
.border-s-green-50\/45 {
  border-inline-start-color: rgb(240 253 244 / 0.45);
}
.border-s-green-50\/5 {
  border-inline-start-color: rgb(240 253 244 / 0.05);
}
.border-s-green-50\/50 {
  border-inline-start-color: rgb(240 253 244 / 0.5);
}
.border-s-green-50\/55 {
  border-inline-start-color: rgb(240 253 244 / 0.55);
}
.border-s-green-50\/60 {
  border-inline-start-color: rgb(240 253 244 / 0.6);
}
.border-s-green-50\/65 {
  border-inline-start-color: rgb(240 253 244 / 0.65);
}
.border-s-green-50\/70 {
  border-inline-start-color: rgb(240 253 244 / 0.7);
}
.border-s-green-50\/75 {
  border-inline-start-color: rgb(240 253 244 / 0.75);
}
.border-s-green-50\/80 {
  border-inline-start-color: rgb(240 253 244 / 0.8);
}
.border-s-green-50\/85 {
  border-inline-start-color: rgb(240 253 244 / 0.85);
}
.border-s-green-50\/90 {
  border-inline-start-color: rgb(240 253 244 / 0.9);
}
.border-s-green-50\/95 {
  border-inline-start-color: rgb(240 253 244 / 0.95);
}
.border-s-green-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-s-green-500\/0 {
  border-inline-start-color: rgb(34 197 94 / 0);
}
.border-s-green-500\/10 {
  border-inline-start-color: rgb(34 197 94 / 0.1);
}
.border-s-green-500\/100 {
  border-inline-start-color: rgb(34 197 94 / 1);
}
.border-s-green-500\/15 {
  border-inline-start-color: rgb(34 197 94 / 0.15);
}
.border-s-green-500\/20 {
  border-inline-start-color: rgb(34 197 94 / 0.2);
}
.border-s-green-500\/25 {
  border-inline-start-color: rgb(34 197 94 / 0.25);
}
.border-s-green-500\/30 {
  border-inline-start-color: rgb(34 197 94 / 0.3);
}
.border-s-green-500\/35 {
  border-inline-start-color: rgb(34 197 94 / 0.35);
}
.border-s-green-500\/40 {
  border-inline-start-color: rgb(34 197 94 / 0.4);
}
.border-s-green-500\/45 {
  border-inline-start-color: rgb(34 197 94 / 0.45);
}
.border-s-green-500\/5 {
  border-inline-start-color: rgb(34 197 94 / 0.05);
}
.border-s-green-500\/50 {
  border-inline-start-color: rgb(34 197 94 / 0.5);
}
.border-s-green-500\/55 {
  border-inline-start-color: rgb(34 197 94 / 0.55);
}
.border-s-green-500\/60 {
  border-inline-start-color: rgb(34 197 94 / 0.6);
}
.border-s-green-500\/65 {
  border-inline-start-color: rgb(34 197 94 / 0.65);
}
.border-s-green-500\/70 {
  border-inline-start-color: rgb(34 197 94 / 0.7);
}
.border-s-green-500\/75 {
  border-inline-start-color: rgb(34 197 94 / 0.75);
}
.border-s-green-500\/80 {
  border-inline-start-color: rgb(34 197 94 / 0.8);
}
.border-s-green-500\/85 {
  border-inline-start-color: rgb(34 197 94 / 0.85);
}
.border-s-green-500\/90 {
  border-inline-start-color: rgb(34 197 94 / 0.9);
}
.border-s-green-500\/95 {
  border-inline-start-color: rgb(34 197 94 / 0.95);
}
.border-s-green-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-s-green-600\/0 {
  border-inline-start-color: rgb(22 163 74 / 0);
}
.border-s-green-600\/10 {
  border-inline-start-color: rgb(22 163 74 / 0.1);
}
.border-s-green-600\/100 {
  border-inline-start-color: rgb(22 163 74 / 1);
}
.border-s-green-600\/15 {
  border-inline-start-color: rgb(22 163 74 / 0.15);
}
.border-s-green-600\/20 {
  border-inline-start-color: rgb(22 163 74 / 0.2);
}
.border-s-green-600\/25 {
  border-inline-start-color: rgb(22 163 74 / 0.25);
}
.border-s-green-600\/30 {
  border-inline-start-color: rgb(22 163 74 / 0.3);
}
.border-s-green-600\/35 {
  border-inline-start-color: rgb(22 163 74 / 0.35);
}
.border-s-green-600\/40 {
  border-inline-start-color: rgb(22 163 74 / 0.4);
}
.border-s-green-600\/45 {
  border-inline-start-color: rgb(22 163 74 / 0.45);
}
.border-s-green-600\/5 {
  border-inline-start-color: rgb(22 163 74 / 0.05);
}
.border-s-green-600\/50 {
  border-inline-start-color: rgb(22 163 74 / 0.5);
}
.border-s-green-600\/55 {
  border-inline-start-color: rgb(22 163 74 / 0.55);
}
.border-s-green-600\/60 {
  border-inline-start-color: rgb(22 163 74 / 0.6);
}
.border-s-green-600\/65 {
  border-inline-start-color: rgb(22 163 74 / 0.65);
}
.border-s-green-600\/70 {
  border-inline-start-color: rgb(22 163 74 / 0.7);
}
.border-s-green-600\/75 {
  border-inline-start-color: rgb(22 163 74 / 0.75);
}
.border-s-green-600\/80 {
  border-inline-start-color: rgb(22 163 74 / 0.8);
}
.border-s-green-600\/85 {
  border-inline-start-color: rgb(22 163 74 / 0.85);
}
.border-s-green-600\/90 {
  border-inline-start-color: rgb(22 163 74 / 0.9);
}
.border-s-green-600\/95 {
  border-inline-start-color: rgb(22 163 74 / 0.95);
}
.border-s-green-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-s-green-700\/0 {
  border-inline-start-color: rgb(21 128 61 / 0);
}
.border-s-green-700\/10 {
  border-inline-start-color: rgb(21 128 61 / 0.1);
}
.border-s-green-700\/100 {
  border-inline-start-color: rgb(21 128 61 / 1);
}
.border-s-green-700\/15 {
  border-inline-start-color: rgb(21 128 61 / 0.15);
}
.border-s-green-700\/20 {
  border-inline-start-color: rgb(21 128 61 / 0.2);
}
.border-s-green-700\/25 {
  border-inline-start-color: rgb(21 128 61 / 0.25);
}
.border-s-green-700\/30 {
  border-inline-start-color: rgb(21 128 61 / 0.3);
}
.border-s-green-700\/35 {
  border-inline-start-color: rgb(21 128 61 / 0.35);
}
.border-s-green-700\/40 {
  border-inline-start-color: rgb(21 128 61 / 0.4);
}
.border-s-green-700\/45 {
  border-inline-start-color: rgb(21 128 61 / 0.45);
}
.border-s-green-700\/5 {
  border-inline-start-color: rgb(21 128 61 / 0.05);
}
.border-s-green-700\/50 {
  border-inline-start-color: rgb(21 128 61 / 0.5);
}
.border-s-green-700\/55 {
  border-inline-start-color: rgb(21 128 61 / 0.55);
}
.border-s-green-700\/60 {
  border-inline-start-color: rgb(21 128 61 / 0.6);
}
.border-s-green-700\/65 {
  border-inline-start-color: rgb(21 128 61 / 0.65);
}
.border-s-green-700\/70 {
  border-inline-start-color: rgb(21 128 61 / 0.7);
}
.border-s-green-700\/75 {
  border-inline-start-color: rgb(21 128 61 / 0.75);
}
.border-s-green-700\/80 {
  border-inline-start-color: rgb(21 128 61 / 0.8);
}
.border-s-green-700\/85 {
  border-inline-start-color: rgb(21 128 61 / 0.85);
}
.border-s-green-700\/90 {
  border-inline-start-color: rgb(21 128 61 / 0.9);
}
.border-s-green-700\/95 {
  border-inline-start-color: rgb(21 128 61 / 0.95);
}
.border-s-green-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-s-green-800\/0 {
  border-inline-start-color: rgb(22 101 52 / 0);
}
.border-s-green-800\/10 {
  border-inline-start-color: rgb(22 101 52 / 0.1);
}
.border-s-green-800\/100 {
  border-inline-start-color: rgb(22 101 52 / 1);
}
.border-s-green-800\/15 {
  border-inline-start-color: rgb(22 101 52 / 0.15);
}
.border-s-green-800\/20 {
  border-inline-start-color: rgb(22 101 52 / 0.2);
}
.border-s-green-800\/25 {
  border-inline-start-color: rgb(22 101 52 / 0.25);
}
.border-s-green-800\/30 {
  border-inline-start-color: rgb(22 101 52 / 0.3);
}
.border-s-green-800\/35 {
  border-inline-start-color: rgb(22 101 52 / 0.35);
}
.border-s-green-800\/40 {
  border-inline-start-color: rgb(22 101 52 / 0.4);
}
.border-s-green-800\/45 {
  border-inline-start-color: rgb(22 101 52 / 0.45);
}
.border-s-green-800\/5 {
  border-inline-start-color: rgb(22 101 52 / 0.05);
}
.border-s-green-800\/50 {
  border-inline-start-color: rgb(22 101 52 / 0.5);
}
.border-s-green-800\/55 {
  border-inline-start-color: rgb(22 101 52 / 0.55);
}
.border-s-green-800\/60 {
  border-inline-start-color: rgb(22 101 52 / 0.6);
}
.border-s-green-800\/65 {
  border-inline-start-color: rgb(22 101 52 / 0.65);
}
.border-s-green-800\/70 {
  border-inline-start-color: rgb(22 101 52 / 0.7);
}
.border-s-green-800\/75 {
  border-inline-start-color: rgb(22 101 52 / 0.75);
}
.border-s-green-800\/80 {
  border-inline-start-color: rgb(22 101 52 / 0.8);
}
.border-s-green-800\/85 {
  border-inline-start-color: rgb(22 101 52 / 0.85);
}
.border-s-green-800\/90 {
  border-inline-start-color: rgb(22 101 52 / 0.9);
}
.border-s-green-800\/95 {
  border-inline-start-color: rgb(22 101 52 / 0.95);
}
.border-s-green-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-s-green-900\/0 {
  border-inline-start-color: rgb(20 83 45 / 0);
}
.border-s-green-900\/10 {
  border-inline-start-color: rgb(20 83 45 / 0.1);
}
.border-s-green-900\/100 {
  border-inline-start-color: rgb(20 83 45 / 1);
}
.border-s-green-900\/15 {
  border-inline-start-color: rgb(20 83 45 / 0.15);
}
.border-s-green-900\/20 {
  border-inline-start-color: rgb(20 83 45 / 0.2);
}
.border-s-green-900\/25 {
  border-inline-start-color: rgb(20 83 45 / 0.25);
}
.border-s-green-900\/30 {
  border-inline-start-color: rgb(20 83 45 / 0.3);
}
.border-s-green-900\/35 {
  border-inline-start-color: rgb(20 83 45 / 0.35);
}
.border-s-green-900\/40 {
  border-inline-start-color: rgb(20 83 45 / 0.4);
}
.border-s-green-900\/45 {
  border-inline-start-color: rgb(20 83 45 / 0.45);
}
.border-s-green-900\/5 {
  border-inline-start-color: rgb(20 83 45 / 0.05);
}
.border-s-green-900\/50 {
  border-inline-start-color: rgb(20 83 45 / 0.5);
}
.border-s-green-900\/55 {
  border-inline-start-color: rgb(20 83 45 / 0.55);
}
.border-s-green-900\/60 {
  border-inline-start-color: rgb(20 83 45 / 0.6);
}
.border-s-green-900\/65 {
  border-inline-start-color: rgb(20 83 45 / 0.65);
}
.border-s-green-900\/70 {
  border-inline-start-color: rgb(20 83 45 / 0.7);
}
.border-s-green-900\/75 {
  border-inline-start-color: rgb(20 83 45 / 0.75);
}
.border-s-green-900\/80 {
  border-inline-start-color: rgb(20 83 45 / 0.8);
}
.border-s-green-900\/85 {
  border-inline-start-color: rgb(20 83 45 / 0.85);
}
.border-s-green-900\/90 {
  border-inline-start-color: rgb(20 83 45 / 0.9);
}
.border-s-green-900\/95 {
  border-inline-start-color: rgb(20 83 45 / 0.95);
}
.border-s-green-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-s-green-950\/0 {
  border-inline-start-color: rgb(5 46 22 / 0);
}
.border-s-green-950\/10 {
  border-inline-start-color: rgb(5 46 22 / 0.1);
}
.border-s-green-950\/100 {
  border-inline-start-color: rgb(5 46 22 / 1);
}
.border-s-green-950\/15 {
  border-inline-start-color: rgb(5 46 22 / 0.15);
}
.border-s-green-950\/20 {
  border-inline-start-color: rgb(5 46 22 / 0.2);
}
.border-s-green-950\/25 {
  border-inline-start-color: rgb(5 46 22 / 0.25);
}
.border-s-green-950\/30 {
  border-inline-start-color: rgb(5 46 22 / 0.3);
}
.border-s-green-950\/35 {
  border-inline-start-color: rgb(5 46 22 / 0.35);
}
.border-s-green-950\/40 {
  border-inline-start-color: rgb(5 46 22 / 0.4);
}
.border-s-green-950\/45 {
  border-inline-start-color: rgb(5 46 22 / 0.45);
}
.border-s-green-950\/5 {
  border-inline-start-color: rgb(5 46 22 / 0.05);
}
.border-s-green-950\/50 {
  border-inline-start-color: rgb(5 46 22 / 0.5);
}
.border-s-green-950\/55 {
  border-inline-start-color: rgb(5 46 22 / 0.55);
}
.border-s-green-950\/60 {
  border-inline-start-color: rgb(5 46 22 / 0.6);
}
.border-s-green-950\/65 {
  border-inline-start-color: rgb(5 46 22 / 0.65);
}
.border-s-green-950\/70 {
  border-inline-start-color: rgb(5 46 22 / 0.7);
}
.border-s-green-950\/75 {
  border-inline-start-color: rgb(5 46 22 / 0.75);
}
.border-s-green-950\/80 {
  border-inline-start-color: rgb(5 46 22 / 0.8);
}
.border-s-green-950\/85 {
  border-inline-start-color: rgb(5 46 22 / 0.85);
}
.border-s-green-950\/90 {
  border-inline-start-color: rgb(5 46 22 / 0.9);
}
.border-s-green-950\/95 {
  border-inline-start-color: rgb(5 46 22 / 0.95);
}
.border-s-indigo-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-s-indigo-100\/0 {
  border-inline-start-color: rgb(224 231 255 / 0);
}
.border-s-indigo-100\/10 {
  border-inline-start-color: rgb(224 231 255 / 0.1);
}
.border-s-indigo-100\/100 {
  border-inline-start-color: rgb(224 231 255 / 1);
}
.border-s-indigo-100\/15 {
  border-inline-start-color: rgb(224 231 255 / 0.15);
}
.border-s-indigo-100\/20 {
  border-inline-start-color: rgb(224 231 255 / 0.2);
}
.border-s-indigo-100\/25 {
  border-inline-start-color: rgb(224 231 255 / 0.25);
}
.border-s-indigo-100\/30 {
  border-inline-start-color: rgb(224 231 255 / 0.3);
}
.border-s-indigo-100\/35 {
  border-inline-start-color: rgb(224 231 255 / 0.35);
}
.border-s-indigo-100\/40 {
  border-inline-start-color: rgb(224 231 255 / 0.4);
}
.border-s-indigo-100\/45 {
  border-inline-start-color: rgb(224 231 255 / 0.45);
}
.border-s-indigo-100\/5 {
  border-inline-start-color: rgb(224 231 255 / 0.05);
}
.border-s-indigo-100\/50 {
  border-inline-start-color: rgb(224 231 255 / 0.5);
}
.border-s-indigo-100\/55 {
  border-inline-start-color: rgb(224 231 255 / 0.55);
}
.border-s-indigo-100\/60 {
  border-inline-start-color: rgb(224 231 255 / 0.6);
}
.border-s-indigo-100\/65 {
  border-inline-start-color: rgb(224 231 255 / 0.65);
}
.border-s-indigo-100\/70 {
  border-inline-start-color: rgb(224 231 255 / 0.7);
}
.border-s-indigo-100\/75 {
  border-inline-start-color: rgb(224 231 255 / 0.75);
}
.border-s-indigo-100\/80 {
  border-inline-start-color: rgb(224 231 255 / 0.8);
}
.border-s-indigo-100\/85 {
  border-inline-start-color: rgb(224 231 255 / 0.85);
}
.border-s-indigo-100\/90 {
  border-inline-start-color: rgb(224 231 255 / 0.9);
}
.border-s-indigo-100\/95 {
  border-inline-start-color: rgb(224 231 255 / 0.95);
}
.border-s-indigo-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-s-indigo-200\/0 {
  border-inline-start-color: rgb(199 210 254 / 0);
}
.border-s-indigo-200\/10 {
  border-inline-start-color: rgb(199 210 254 / 0.1);
}
.border-s-indigo-200\/100 {
  border-inline-start-color: rgb(199 210 254 / 1);
}
.border-s-indigo-200\/15 {
  border-inline-start-color: rgb(199 210 254 / 0.15);
}
.border-s-indigo-200\/20 {
  border-inline-start-color: rgb(199 210 254 / 0.2);
}
.border-s-indigo-200\/25 {
  border-inline-start-color: rgb(199 210 254 / 0.25);
}
.border-s-indigo-200\/30 {
  border-inline-start-color: rgb(199 210 254 / 0.3);
}
.border-s-indigo-200\/35 {
  border-inline-start-color: rgb(199 210 254 / 0.35);
}
.border-s-indigo-200\/40 {
  border-inline-start-color: rgb(199 210 254 / 0.4);
}
.border-s-indigo-200\/45 {
  border-inline-start-color: rgb(199 210 254 / 0.45);
}
.border-s-indigo-200\/5 {
  border-inline-start-color: rgb(199 210 254 / 0.05);
}
.border-s-indigo-200\/50 {
  border-inline-start-color: rgb(199 210 254 / 0.5);
}
.border-s-indigo-200\/55 {
  border-inline-start-color: rgb(199 210 254 / 0.55);
}
.border-s-indigo-200\/60 {
  border-inline-start-color: rgb(199 210 254 / 0.6);
}
.border-s-indigo-200\/65 {
  border-inline-start-color: rgb(199 210 254 / 0.65);
}
.border-s-indigo-200\/70 {
  border-inline-start-color: rgb(199 210 254 / 0.7);
}
.border-s-indigo-200\/75 {
  border-inline-start-color: rgb(199 210 254 / 0.75);
}
.border-s-indigo-200\/80 {
  border-inline-start-color: rgb(199 210 254 / 0.8);
}
.border-s-indigo-200\/85 {
  border-inline-start-color: rgb(199 210 254 / 0.85);
}
.border-s-indigo-200\/90 {
  border-inline-start-color: rgb(199 210 254 / 0.9);
}
.border-s-indigo-200\/95 {
  border-inline-start-color: rgb(199 210 254 / 0.95);
}
.border-s-indigo-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-s-indigo-300\/0 {
  border-inline-start-color: rgb(165 180 252 / 0);
}
.border-s-indigo-300\/10 {
  border-inline-start-color: rgb(165 180 252 / 0.1);
}
.border-s-indigo-300\/100 {
  border-inline-start-color: rgb(165 180 252 / 1);
}
.border-s-indigo-300\/15 {
  border-inline-start-color: rgb(165 180 252 / 0.15);
}
.border-s-indigo-300\/20 {
  border-inline-start-color: rgb(165 180 252 / 0.2);
}
.border-s-indigo-300\/25 {
  border-inline-start-color: rgb(165 180 252 / 0.25);
}
.border-s-indigo-300\/30 {
  border-inline-start-color: rgb(165 180 252 / 0.3);
}
.border-s-indigo-300\/35 {
  border-inline-start-color: rgb(165 180 252 / 0.35);
}
.border-s-indigo-300\/40 {
  border-inline-start-color: rgb(165 180 252 / 0.4);
}
.border-s-indigo-300\/45 {
  border-inline-start-color: rgb(165 180 252 / 0.45);
}
.border-s-indigo-300\/5 {
  border-inline-start-color: rgb(165 180 252 / 0.05);
}
.border-s-indigo-300\/50 {
  border-inline-start-color: rgb(165 180 252 / 0.5);
}
.border-s-indigo-300\/55 {
  border-inline-start-color: rgb(165 180 252 / 0.55);
}
.border-s-indigo-300\/60 {
  border-inline-start-color: rgb(165 180 252 / 0.6);
}
.border-s-indigo-300\/65 {
  border-inline-start-color: rgb(165 180 252 / 0.65);
}
.border-s-indigo-300\/70 {
  border-inline-start-color: rgb(165 180 252 / 0.7);
}
.border-s-indigo-300\/75 {
  border-inline-start-color: rgb(165 180 252 / 0.75);
}
.border-s-indigo-300\/80 {
  border-inline-start-color: rgb(165 180 252 / 0.8);
}
.border-s-indigo-300\/85 {
  border-inline-start-color: rgb(165 180 252 / 0.85);
}
.border-s-indigo-300\/90 {
  border-inline-start-color: rgb(165 180 252 / 0.9);
}
.border-s-indigo-300\/95 {
  border-inline-start-color: rgb(165 180 252 / 0.95);
}
.border-s-indigo-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-s-indigo-400\/0 {
  border-inline-start-color: rgb(129 140 248 / 0);
}
.border-s-indigo-400\/10 {
  border-inline-start-color: rgb(129 140 248 / 0.1);
}
.border-s-indigo-400\/100 {
  border-inline-start-color: rgb(129 140 248 / 1);
}
.border-s-indigo-400\/15 {
  border-inline-start-color: rgb(129 140 248 / 0.15);
}
.border-s-indigo-400\/20 {
  border-inline-start-color: rgb(129 140 248 / 0.2);
}
.border-s-indigo-400\/25 {
  border-inline-start-color: rgb(129 140 248 / 0.25);
}
.border-s-indigo-400\/30 {
  border-inline-start-color: rgb(129 140 248 / 0.3);
}
.border-s-indigo-400\/35 {
  border-inline-start-color: rgb(129 140 248 / 0.35);
}
.border-s-indigo-400\/40 {
  border-inline-start-color: rgb(129 140 248 / 0.4);
}
.border-s-indigo-400\/45 {
  border-inline-start-color: rgb(129 140 248 / 0.45);
}
.border-s-indigo-400\/5 {
  border-inline-start-color: rgb(129 140 248 / 0.05);
}
.border-s-indigo-400\/50 {
  border-inline-start-color: rgb(129 140 248 / 0.5);
}
.border-s-indigo-400\/55 {
  border-inline-start-color: rgb(129 140 248 / 0.55);
}
.border-s-indigo-400\/60 {
  border-inline-start-color: rgb(129 140 248 / 0.6);
}
.border-s-indigo-400\/65 {
  border-inline-start-color: rgb(129 140 248 / 0.65);
}
.border-s-indigo-400\/70 {
  border-inline-start-color: rgb(129 140 248 / 0.7);
}
.border-s-indigo-400\/75 {
  border-inline-start-color: rgb(129 140 248 / 0.75);
}
.border-s-indigo-400\/80 {
  border-inline-start-color: rgb(129 140 248 / 0.8);
}
.border-s-indigo-400\/85 {
  border-inline-start-color: rgb(129 140 248 / 0.85);
}
.border-s-indigo-400\/90 {
  border-inline-start-color: rgb(129 140 248 / 0.9);
}
.border-s-indigo-400\/95 {
  border-inline-start-color: rgb(129 140 248 / 0.95);
}
.border-s-indigo-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-s-indigo-50\/0 {
  border-inline-start-color: rgb(238 242 255 / 0);
}
.border-s-indigo-50\/10 {
  border-inline-start-color: rgb(238 242 255 / 0.1);
}
.border-s-indigo-50\/100 {
  border-inline-start-color: rgb(238 242 255 / 1);
}
.border-s-indigo-50\/15 {
  border-inline-start-color: rgb(238 242 255 / 0.15);
}
.border-s-indigo-50\/20 {
  border-inline-start-color: rgb(238 242 255 / 0.2);
}
.border-s-indigo-50\/25 {
  border-inline-start-color: rgb(238 242 255 / 0.25);
}
.border-s-indigo-50\/30 {
  border-inline-start-color: rgb(238 242 255 / 0.3);
}
.border-s-indigo-50\/35 {
  border-inline-start-color: rgb(238 242 255 / 0.35);
}
.border-s-indigo-50\/40 {
  border-inline-start-color: rgb(238 242 255 / 0.4);
}
.border-s-indigo-50\/45 {
  border-inline-start-color: rgb(238 242 255 / 0.45);
}
.border-s-indigo-50\/5 {
  border-inline-start-color: rgb(238 242 255 / 0.05);
}
.border-s-indigo-50\/50 {
  border-inline-start-color: rgb(238 242 255 / 0.5);
}
.border-s-indigo-50\/55 {
  border-inline-start-color: rgb(238 242 255 / 0.55);
}
.border-s-indigo-50\/60 {
  border-inline-start-color: rgb(238 242 255 / 0.6);
}
.border-s-indigo-50\/65 {
  border-inline-start-color: rgb(238 242 255 / 0.65);
}
.border-s-indigo-50\/70 {
  border-inline-start-color: rgb(238 242 255 / 0.7);
}
.border-s-indigo-50\/75 {
  border-inline-start-color: rgb(238 242 255 / 0.75);
}
.border-s-indigo-50\/80 {
  border-inline-start-color: rgb(238 242 255 / 0.8);
}
.border-s-indigo-50\/85 {
  border-inline-start-color: rgb(238 242 255 / 0.85);
}
.border-s-indigo-50\/90 {
  border-inline-start-color: rgb(238 242 255 / 0.9);
}
.border-s-indigo-50\/95 {
  border-inline-start-color: rgb(238 242 255 / 0.95);
}
.border-s-indigo-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-s-indigo-500\/0 {
  border-inline-start-color: rgb(99 102 241 / 0);
}
.border-s-indigo-500\/10 {
  border-inline-start-color: rgb(99 102 241 / 0.1);
}
.border-s-indigo-500\/100 {
  border-inline-start-color: rgb(99 102 241 / 1);
}
.border-s-indigo-500\/15 {
  border-inline-start-color: rgb(99 102 241 / 0.15);
}
.border-s-indigo-500\/20 {
  border-inline-start-color: rgb(99 102 241 / 0.2);
}
.border-s-indigo-500\/25 {
  border-inline-start-color: rgb(99 102 241 / 0.25);
}
.border-s-indigo-500\/30 {
  border-inline-start-color: rgb(99 102 241 / 0.3);
}
.border-s-indigo-500\/35 {
  border-inline-start-color: rgb(99 102 241 / 0.35);
}
.border-s-indigo-500\/40 {
  border-inline-start-color: rgb(99 102 241 / 0.4);
}
.border-s-indigo-500\/45 {
  border-inline-start-color: rgb(99 102 241 / 0.45);
}
.border-s-indigo-500\/5 {
  border-inline-start-color: rgb(99 102 241 / 0.05);
}
.border-s-indigo-500\/50 {
  border-inline-start-color: rgb(99 102 241 / 0.5);
}
.border-s-indigo-500\/55 {
  border-inline-start-color: rgb(99 102 241 / 0.55);
}
.border-s-indigo-500\/60 {
  border-inline-start-color: rgb(99 102 241 / 0.6);
}
.border-s-indigo-500\/65 {
  border-inline-start-color: rgb(99 102 241 / 0.65);
}
.border-s-indigo-500\/70 {
  border-inline-start-color: rgb(99 102 241 / 0.7);
}
.border-s-indigo-500\/75 {
  border-inline-start-color: rgb(99 102 241 / 0.75);
}
.border-s-indigo-500\/80 {
  border-inline-start-color: rgb(99 102 241 / 0.8);
}
.border-s-indigo-500\/85 {
  border-inline-start-color: rgb(99 102 241 / 0.85);
}
.border-s-indigo-500\/90 {
  border-inline-start-color: rgb(99 102 241 / 0.9);
}
.border-s-indigo-500\/95 {
  border-inline-start-color: rgb(99 102 241 / 0.95);
}
.border-s-indigo-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-s-indigo-600\/0 {
  border-inline-start-color: rgb(79 70 229 / 0);
}
.border-s-indigo-600\/10 {
  border-inline-start-color: rgb(79 70 229 / 0.1);
}
.border-s-indigo-600\/100 {
  border-inline-start-color: rgb(79 70 229 / 1);
}
.border-s-indigo-600\/15 {
  border-inline-start-color: rgb(79 70 229 / 0.15);
}
.border-s-indigo-600\/20 {
  border-inline-start-color: rgb(79 70 229 / 0.2);
}
.border-s-indigo-600\/25 {
  border-inline-start-color: rgb(79 70 229 / 0.25);
}
.border-s-indigo-600\/30 {
  border-inline-start-color: rgb(79 70 229 / 0.3);
}
.border-s-indigo-600\/35 {
  border-inline-start-color: rgb(79 70 229 / 0.35);
}
.border-s-indigo-600\/40 {
  border-inline-start-color: rgb(79 70 229 / 0.4);
}
.border-s-indigo-600\/45 {
  border-inline-start-color: rgb(79 70 229 / 0.45);
}
.border-s-indigo-600\/5 {
  border-inline-start-color: rgb(79 70 229 / 0.05);
}
.border-s-indigo-600\/50 {
  border-inline-start-color: rgb(79 70 229 / 0.5);
}
.border-s-indigo-600\/55 {
  border-inline-start-color: rgb(79 70 229 / 0.55);
}
.border-s-indigo-600\/60 {
  border-inline-start-color: rgb(79 70 229 / 0.6);
}
.border-s-indigo-600\/65 {
  border-inline-start-color: rgb(79 70 229 / 0.65);
}
.border-s-indigo-600\/70 {
  border-inline-start-color: rgb(79 70 229 / 0.7);
}
.border-s-indigo-600\/75 {
  border-inline-start-color: rgb(79 70 229 / 0.75);
}
.border-s-indigo-600\/80 {
  border-inline-start-color: rgb(79 70 229 / 0.8);
}
.border-s-indigo-600\/85 {
  border-inline-start-color: rgb(79 70 229 / 0.85);
}
.border-s-indigo-600\/90 {
  border-inline-start-color: rgb(79 70 229 / 0.9);
}
.border-s-indigo-600\/95 {
  border-inline-start-color: rgb(79 70 229 / 0.95);
}
.border-s-indigo-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-s-indigo-700\/0 {
  border-inline-start-color: rgb(67 56 202 / 0);
}
.border-s-indigo-700\/10 {
  border-inline-start-color: rgb(67 56 202 / 0.1);
}
.border-s-indigo-700\/100 {
  border-inline-start-color: rgb(67 56 202 / 1);
}
.border-s-indigo-700\/15 {
  border-inline-start-color: rgb(67 56 202 / 0.15);
}
.border-s-indigo-700\/20 {
  border-inline-start-color: rgb(67 56 202 / 0.2);
}
.border-s-indigo-700\/25 {
  border-inline-start-color: rgb(67 56 202 / 0.25);
}
.border-s-indigo-700\/30 {
  border-inline-start-color: rgb(67 56 202 / 0.3);
}
.border-s-indigo-700\/35 {
  border-inline-start-color: rgb(67 56 202 / 0.35);
}
.border-s-indigo-700\/40 {
  border-inline-start-color: rgb(67 56 202 / 0.4);
}
.border-s-indigo-700\/45 {
  border-inline-start-color: rgb(67 56 202 / 0.45);
}
.border-s-indigo-700\/5 {
  border-inline-start-color: rgb(67 56 202 / 0.05);
}
.border-s-indigo-700\/50 {
  border-inline-start-color: rgb(67 56 202 / 0.5);
}
.border-s-indigo-700\/55 {
  border-inline-start-color: rgb(67 56 202 / 0.55);
}
.border-s-indigo-700\/60 {
  border-inline-start-color: rgb(67 56 202 / 0.6);
}
.border-s-indigo-700\/65 {
  border-inline-start-color: rgb(67 56 202 / 0.65);
}
.border-s-indigo-700\/70 {
  border-inline-start-color: rgb(67 56 202 / 0.7);
}
.border-s-indigo-700\/75 {
  border-inline-start-color: rgb(67 56 202 / 0.75);
}
.border-s-indigo-700\/80 {
  border-inline-start-color: rgb(67 56 202 / 0.8);
}
.border-s-indigo-700\/85 {
  border-inline-start-color: rgb(67 56 202 / 0.85);
}
.border-s-indigo-700\/90 {
  border-inline-start-color: rgb(67 56 202 / 0.9);
}
.border-s-indigo-700\/95 {
  border-inline-start-color: rgb(67 56 202 / 0.95);
}
.border-s-indigo-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-s-indigo-800\/0 {
  border-inline-start-color: rgb(55 48 163 / 0);
}
.border-s-indigo-800\/10 {
  border-inline-start-color: rgb(55 48 163 / 0.1);
}
.border-s-indigo-800\/100 {
  border-inline-start-color: rgb(55 48 163 / 1);
}
.border-s-indigo-800\/15 {
  border-inline-start-color: rgb(55 48 163 / 0.15);
}
.border-s-indigo-800\/20 {
  border-inline-start-color: rgb(55 48 163 / 0.2);
}
.border-s-indigo-800\/25 {
  border-inline-start-color: rgb(55 48 163 / 0.25);
}
.border-s-indigo-800\/30 {
  border-inline-start-color: rgb(55 48 163 / 0.3);
}
.border-s-indigo-800\/35 {
  border-inline-start-color: rgb(55 48 163 / 0.35);
}
.border-s-indigo-800\/40 {
  border-inline-start-color: rgb(55 48 163 / 0.4);
}
.border-s-indigo-800\/45 {
  border-inline-start-color: rgb(55 48 163 / 0.45);
}
.border-s-indigo-800\/5 {
  border-inline-start-color: rgb(55 48 163 / 0.05);
}
.border-s-indigo-800\/50 {
  border-inline-start-color: rgb(55 48 163 / 0.5);
}
.border-s-indigo-800\/55 {
  border-inline-start-color: rgb(55 48 163 / 0.55);
}
.border-s-indigo-800\/60 {
  border-inline-start-color: rgb(55 48 163 / 0.6);
}
.border-s-indigo-800\/65 {
  border-inline-start-color: rgb(55 48 163 / 0.65);
}
.border-s-indigo-800\/70 {
  border-inline-start-color: rgb(55 48 163 / 0.7);
}
.border-s-indigo-800\/75 {
  border-inline-start-color: rgb(55 48 163 / 0.75);
}
.border-s-indigo-800\/80 {
  border-inline-start-color: rgb(55 48 163 / 0.8);
}
.border-s-indigo-800\/85 {
  border-inline-start-color: rgb(55 48 163 / 0.85);
}
.border-s-indigo-800\/90 {
  border-inline-start-color: rgb(55 48 163 / 0.9);
}
.border-s-indigo-800\/95 {
  border-inline-start-color: rgb(55 48 163 / 0.95);
}
.border-s-indigo-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-s-indigo-900\/0 {
  border-inline-start-color: rgb(49 46 129 / 0);
}
.border-s-indigo-900\/10 {
  border-inline-start-color: rgb(49 46 129 / 0.1);
}
.border-s-indigo-900\/100 {
  border-inline-start-color: rgb(49 46 129 / 1);
}
.border-s-indigo-900\/15 {
  border-inline-start-color: rgb(49 46 129 / 0.15);
}
.border-s-indigo-900\/20 {
  border-inline-start-color: rgb(49 46 129 / 0.2);
}
.border-s-indigo-900\/25 {
  border-inline-start-color: rgb(49 46 129 / 0.25);
}
.border-s-indigo-900\/30 {
  border-inline-start-color: rgb(49 46 129 / 0.3);
}
.border-s-indigo-900\/35 {
  border-inline-start-color: rgb(49 46 129 / 0.35);
}
.border-s-indigo-900\/40 {
  border-inline-start-color: rgb(49 46 129 / 0.4);
}
.border-s-indigo-900\/45 {
  border-inline-start-color: rgb(49 46 129 / 0.45);
}
.border-s-indigo-900\/5 {
  border-inline-start-color: rgb(49 46 129 / 0.05);
}
.border-s-indigo-900\/50 {
  border-inline-start-color: rgb(49 46 129 / 0.5);
}
.border-s-indigo-900\/55 {
  border-inline-start-color: rgb(49 46 129 / 0.55);
}
.border-s-indigo-900\/60 {
  border-inline-start-color: rgb(49 46 129 / 0.6);
}
.border-s-indigo-900\/65 {
  border-inline-start-color: rgb(49 46 129 / 0.65);
}
.border-s-indigo-900\/70 {
  border-inline-start-color: rgb(49 46 129 / 0.7);
}
.border-s-indigo-900\/75 {
  border-inline-start-color: rgb(49 46 129 / 0.75);
}
.border-s-indigo-900\/80 {
  border-inline-start-color: rgb(49 46 129 / 0.8);
}
.border-s-indigo-900\/85 {
  border-inline-start-color: rgb(49 46 129 / 0.85);
}
.border-s-indigo-900\/90 {
  border-inline-start-color: rgb(49 46 129 / 0.9);
}
.border-s-indigo-900\/95 {
  border-inline-start-color: rgb(49 46 129 / 0.95);
}
.border-s-indigo-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-s-indigo-950\/0 {
  border-inline-start-color: rgb(30 27 75 / 0);
}
.border-s-indigo-950\/10 {
  border-inline-start-color: rgb(30 27 75 / 0.1);
}
.border-s-indigo-950\/100 {
  border-inline-start-color: rgb(30 27 75 / 1);
}
.border-s-indigo-950\/15 {
  border-inline-start-color: rgb(30 27 75 / 0.15);
}
.border-s-indigo-950\/20 {
  border-inline-start-color: rgb(30 27 75 / 0.2);
}
.border-s-indigo-950\/25 {
  border-inline-start-color: rgb(30 27 75 / 0.25);
}
.border-s-indigo-950\/30 {
  border-inline-start-color: rgb(30 27 75 / 0.3);
}
.border-s-indigo-950\/35 {
  border-inline-start-color: rgb(30 27 75 / 0.35);
}
.border-s-indigo-950\/40 {
  border-inline-start-color: rgb(30 27 75 / 0.4);
}
.border-s-indigo-950\/45 {
  border-inline-start-color: rgb(30 27 75 / 0.45);
}
.border-s-indigo-950\/5 {
  border-inline-start-color: rgb(30 27 75 / 0.05);
}
.border-s-indigo-950\/50 {
  border-inline-start-color: rgb(30 27 75 / 0.5);
}
.border-s-indigo-950\/55 {
  border-inline-start-color: rgb(30 27 75 / 0.55);
}
.border-s-indigo-950\/60 {
  border-inline-start-color: rgb(30 27 75 / 0.6);
}
.border-s-indigo-950\/65 {
  border-inline-start-color: rgb(30 27 75 / 0.65);
}
.border-s-indigo-950\/70 {
  border-inline-start-color: rgb(30 27 75 / 0.7);
}
.border-s-indigo-950\/75 {
  border-inline-start-color: rgb(30 27 75 / 0.75);
}
.border-s-indigo-950\/80 {
  border-inline-start-color: rgb(30 27 75 / 0.8);
}
.border-s-indigo-950\/85 {
  border-inline-start-color: rgb(30 27 75 / 0.85);
}
.border-s-indigo-950\/90 {
  border-inline-start-color: rgb(30 27 75 / 0.9);
}
.border-s-indigo-950\/95 {
  border-inline-start-color: rgb(30 27 75 / 0.95);
}
.border-s-inherit {
  border-inline-start-color: inherit;
}
.border-s-lime-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-s-lime-100\/0 {
  border-inline-start-color: rgb(236 252 203 / 0);
}
.border-s-lime-100\/10 {
  border-inline-start-color: rgb(236 252 203 / 0.1);
}
.border-s-lime-100\/100 {
  border-inline-start-color: rgb(236 252 203 / 1);
}
.border-s-lime-100\/15 {
  border-inline-start-color: rgb(236 252 203 / 0.15);
}
.border-s-lime-100\/20 {
  border-inline-start-color: rgb(236 252 203 / 0.2);
}
.border-s-lime-100\/25 {
  border-inline-start-color: rgb(236 252 203 / 0.25);
}
.border-s-lime-100\/30 {
  border-inline-start-color: rgb(236 252 203 / 0.3);
}
.border-s-lime-100\/35 {
  border-inline-start-color: rgb(236 252 203 / 0.35);
}
.border-s-lime-100\/40 {
  border-inline-start-color: rgb(236 252 203 / 0.4);
}
.border-s-lime-100\/45 {
  border-inline-start-color: rgb(236 252 203 / 0.45);
}
.border-s-lime-100\/5 {
  border-inline-start-color: rgb(236 252 203 / 0.05);
}
.border-s-lime-100\/50 {
  border-inline-start-color: rgb(236 252 203 / 0.5);
}
.border-s-lime-100\/55 {
  border-inline-start-color: rgb(236 252 203 / 0.55);
}
.border-s-lime-100\/60 {
  border-inline-start-color: rgb(236 252 203 / 0.6);
}
.border-s-lime-100\/65 {
  border-inline-start-color: rgb(236 252 203 / 0.65);
}
.border-s-lime-100\/70 {
  border-inline-start-color: rgb(236 252 203 / 0.7);
}
.border-s-lime-100\/75 {
  border-inline-start-color: rgb(236 252 203 / 0.75);
}
.border-s-lime-100\/80 {
  border-inline-start-color: rgb(236 252 203 / 0.8);
}
.border-s-lime-100\/85 {
  border-inline-start-color: rgb(236 252 203 / 0.85);
}
.border-s-lime-100\/90 {
  border-inline-start-color: rgb(236 252 203 / 0.9);
}
.border-s-lime-100\/95 {
  border-inline-start-color: rgb(236 252 203 / 0.95);
}
.border-s-lime-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-s-lime-200\/0 {
  border-inline-start-color: rgb(217 249 157 / 0);
}
.border-s-lime-200\/10 {
  border-inline-start-color: rgb(217 249 157 / 0.1);
}
.border-s-lime-200\/100 {
  border-inline-start-color: rgb(217 249 157 / 1);
}
.border-s-lime-200\/15 {
  border-inline-start-color: rgb(217 249 157 / 0.15);
}
.border-s-lime-200\/20 {
  border-inline-start-color: rgb(217 249 157 / 0.2);
}
.border-s-lime-200\/25 {
  border-inline-start-color: rgb(217 249 157 / 0.25);
}
.border-s-lime-200\/30 {
  border-inline-start-color: rgb(217 249 157 / 0.3);
}
.border-s-lime-200\/35 {
  border-inline-start-color: rgb(217 249 157 / 0.35);
}
.border-s-lime-200\/40 {
  border-inline-start-color: rgb(217 249 157 / 0.4);
}
.border-s-lime-200\/45 {
  border-inline-start-color: rgb(217 249 157 / 0.45);
}
.border-s-lime-200\/5 {
  border-inline-start-color: rgb(217 249 157 / 0.05);
}
.border-s-lime-200\/50 {
  border-inline-start-color: rgb(217 249 157 / 0.5);
}
.border-s-lime-200\/55 {
  border-inline-start-color: rgb(217 249 157 / 0.55);
}
.border-s-lime-200\/60 {
  border-inline-start-color: rgb(217 249 157 / 0.6);
}
.border-s-lime-200\/65 {
  border-inline-start-color: rgb(217 249 157 / 0.65);
}
.border-s-lime-200\/70 {
  border-inline-start-color: rgb(217 249 157 / 0.7);
}
.border-s-lime-200\/75 {
  border-inline-start-color: rgb(217 249 157 / 0.75);
}
.border-s-lime-200\/80 {
  border-inline-start-color: rgb(217 249 157 / 0.8);
}
.border-s-lime-200\/85 {
  border-inline-start-color: rgb(217 249 157 / 0.85);
}
.border-s-lime-200\/90 {
  border-inline-start-color: rgb(217 249 157 / 0.9);
}
.border-s-lime-200\/95 {
  border-inline-start-color: rgb(217 249 157 / 0.95);
}
.border-s-lime-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-s-lime-300\/0 {
  border-inline-start-color: rgb(190 242 100 / 0);
}
.border-s-lime-300\/10 {
  border-inline-start-color: rgb(190 242 100 / 0.1);
}
.border-s-lime-300\/100 {
  border-inline-start-color: rgb(190 242 100 / 1);
}
.border-s-lime-300\/15 {
  border-inline-start-color: rgb(190 242 100 / 0.15);
}
.border-s-lime-300\/20 {
  border-inline-start-color: rgb(190 242 100 / 0.2);
}
.border-s-lime-300\/25 {
  border-inline-start-color: rgb(190 242 100 / 0.25);
}
.border-s-lime-300\/30 {
  border-inline-start-color: rgb(190 242 100 / 0.3);
}
.border-s-lime-300\/35 {
  border-inline-start-color: rgb(190 242 100 / 0.35);
}
.border-s-lime-300\/40 {
  border-inline-start-color: rgb(190 242 100 / 0.4);
}
.border-s-lime-300\/45 {
  border-inline-start-color: rgb(190 242 100 / 0.45);
}
.border-s-lime-300\/5 {
  border-inline-start-color: rgb(190 242 100 / 0.05);
}
.border-s-lime-300\/50 {
  border-inline-start-color: rgb(190 242 100 / 0.5);
}
.border-s-lime-300\/55 {
  border-inline-start-color: rgb(190 242 100 / 0.55);
}
.border-s-lime-300\/60 {
  border-inline-start-color: rgb(190 242 100 / 0.6);
}
.border-s-lime-300\/65 {
  border-inline-start-color: rgb(190 242 100 / 0.65);
}
.border-s-lime-300\/70 {
  border-inline-start-color: rgb(190 242 100 / 0.7);
}
.border-s-lime-300\/75 {
  border-inline-start-color: rgb(190 242 100 / 0.75);
}
.border-s-lime-300\/80 {
  border-inline-start-color: rgb(190 242 100 / 0.8);
}
.border-s-lime-300\/85 {
  border-inline-start-color: rgb(190 242 100 / 0.85);
}
.border-s-lime-300\/90 {
  border-inline-start-color: rgb(190 242 100 / 0.9);
}
.border-s-lime-300\/95 {
  border-inline-start-color: rgb(190 242 100 / 0.95);
}
.border-s-lime-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-s-lime-400\/0 {
  border-inline-start-color: rgb(163 230 53 / 0);
}
.border-s-lime-400\/10 {
  border-inline-start-color: rgb(163 230 53 / 0.1);
}
.border-s-lime-400\/100 {
  border-inline-start-color: rgb(163 230 53 / 1);
}
.border-s-lime-400\/15 {
  border-inline-start-color: rgb(163 230 53 / 0.15);
}
.border-s-lime-400\/20 {
  border-inline-start-color: rgb(163 230 53 / 0.2);
}
.border-s-lime-400\/25 {
  border-inline-start-color: rgb(163 230 53 / 0.25);
}
.border-s-lime-400\/30 {
  border-inline-start-color: rgb(163 230 53 / 0.3);
}
.border-s-lime-400\/35 {
  border-inline-start-color: rgb(163 230 53 / 0.35);
}
.border-s-lime-400\/40 {
  border-inline-start-color: rgb(163 230 53 / 0.4);
}
.border-s-lime-400\/45 {
  border-inline-start-color: rgb(163 230 53 / 0.45);
}
.border-s-lime-400\/5 {
  border-inline-start-color: rgb(163 230 53 / 0.05);
}
.border-s-lime-400\/50 {
  border-inline-start-color: rgb(163 230 53 / 0.5);
}
.border-s-lime-400\/55 {
  border-inline-start-color: rgb(163 230 53 / 0.55);
}
.border-s-lime-400\/60 {
  border-inline-start-color: rgb(163 230 53 / 0.6);
}
.border-s-lime-400\/65 {
  border-inline-start-color: rgb(163 230 53 / 0.65);
}
.border-s-lime-400\/70 {
  border-inline-start-color: rgb(163 230 53 / 0.7);
}
.border-s-lime-400\/75 {
  border-inline-start-color: rgb(163 230 53 / 0.75);
}
.border-s-lime-400\/80 {
  border-inline-start-color: rgb(163 230 53 / 0.8);
}
.border-s-lime-400\/85 {
  border-inline-start-color: rgb(163 230 53 / 0.85);
}
.border-s-lime-400\/90 {
  border-inline-start-color: rgb(163 230 53 / 0.9);
}
.border-s-lime-400\/95 {
  border-inline-start-color: rgb(163 230 53 / 0.95);
}
.border-s-lime-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-s-lime-50\/0 {
  border-inline-start-color: rgb(247 254 231 / 0);
}
.border-s-lime-50\/10 {
  border-inline-start-color: rgb(247 254 231 / 0.1);
}
.border-s-lime-50\/100 {
  border-inline-start-color: rgb(247 254 231 / 1);
}
.border-s-lime-50\/15 {
  border-inline-start-color: rgb(247 254 231 / 0.15);
}
.border-s-lime-50\/20 {
  border-inline-start-color: rgb(247 254 231 / 0.2);
}
.border-s-lime-50\/25 {
  border-inline-start-color: rgb(247 254 231 / 0.25);
}
.border-s-lime-50\/30 {
  border-inline-start-color: rgb(247 254 231 / 0.3);
}
.border-s-lime-50\/35 {
  border-inline-start-color: rgb(247 254 231 / 0.35);
}
.border-s-lime-50\/40 {
  border-inline-start-color: rgb(247 254 231 / 0.4);
}
.border-s-lime-50\/45 {
  border-inline-start-color: rgb(247 254 231 / 0.45);
}
.border-s-lime-50\/5 {
  border-inline-start-color: rgb(247 254 231 / 0.05);
}
.border-s-lime-50\/50 {
  border-inline-start-color: rgb(247 254 231 / 0.5);
}
.border-s-lime-50\/55 {
  border-inline-start-color: rgb(247 254 231 / 0.55);
}
.border-s-lime-50\/60 {
  border-inline-start-color: rgb(247 254 231 / 0.6);
}
.border-s-lime-50\/65 {
  border-inline-start-color: rgb(247 254 231 / 0.65);
}
.border-s-lime-50\/70 {
  border-inline-start-color: rgb(247 254 231 / 0.7);
}
.border-s-lime-50\/75 {
  border-inline-start-color: rgb(247 254 231 / 0.75);
}
.border-s-lime-50\/80 {
  border-inline-start-color: rgb(247 254 231 / 0.8);
}
.border-s-lime-50\/85 {
  border-inline-start-color: rgb(247 254 231 / 0.85);
}
.border-s-lime-50\/90 {
  border-inline-start-color: rgb(247 254 231 / 0.9);
}
.border-s-lime-50\/95 {
  border-inline-start-color: rgb(247 254 231 / 0.95);
}
.border-s-lime-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-s-lime-500\/0 {
  border-inline-start-color: rgb(132 204 22 / 0);
}
.border-s-lime-500\/10 {
  border-inline-start-color: rgb(132 204 22 / 0.1);
}
.border-s-lime-500\/100 {
  border-inline-start-color: rgb(132 204 22 / 1);
}
.border-s-lime-500\/15 {
  border-inline-start-color: rgb(132 204 22 / 0.15);
}
.border-s-lime-500\/20 {
  border-inline-start-color: rgb(132 204 22 / 0.2);
}
.border-s-lime-500\/25 {
  border-inline-start-color: rgb(132 204 22 / 0.25);
}
.border-s-lime-500\/30 {
  border-inline-start-color: rgb(132 204 22 / 0.3);
}
.border-s-lime-500\/35 {
  border-inline-start-color: rgb(132 204 22 / 0.35);
}
.border-s-lime-500\/40 {
  border-inline-start-color: rgb(132 204 22 / 0.4);
}
.border-s-lime-500\/45 {
  border-inline-start-color: rgb(132 204 22 / 0.45);
}
.border-s-lime-500\/5 {
  border-inline-start-color: rgb(132 204 22 / 0.05);
}
.border-s-lime-500\/50 {
  border-inline-start-color: rgb(132 204 22 / 0.5);
}
.border-s-lime-500\/55 {
  border-inline-start-color: rgb(132 204 22 / 0.55);
}
.border-s-lime-500\/60 {
  border-inline-start-color: rgb(132 204 22 / 0.6);
}
.border-s-lime-500\/65 {
  border-inline-start-color: rgb(132 204 22 / 0.65);
}
.border-s-lime-500\/70 {
  border-inline-start-color: rgb(132 204 22 / 0.7);
}
.border-s-lime-500\/75 {
  border-inline-start-color: rgb(132 204 22 / 0.75);
}
.border-s-lime-500\/80 {
  border-inline-start-color: rgb(132 204 22 / 0.8);
}
.border-s-lime-500\/85 {
  border-inline-start-color: rgb(132 204 22 / 0.85);
}
.border-s-lime-500\/90 {
  border-inline-start-color: rgb(132 204 22 / 0.9);
}
.border-s-lime-500\/95 {
  border-inline-start-color: rgb(132 204 22 / 0.95);
}
.border-s-lime-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-s-lime-600\/0 {
  border-inline-start-color: rgb(101 163 13 / 0);
}
.border-s-lime-600\/10 {
  border-inline-start-color: rgb(101 163 13 / 0.1);
}
.border-s-lime-600\/100 {
  border-inline-start-color: rgb(101 163 13 / 1);
}
.border-s-lime-600\/15 {
  border-inline-start-color: rgb(101 163 13 / 0.15);
}
.border-s-lime-600\/20 {
  border-inline-start-color: rgb(101 163 13 / 0.2);
}
.border-s-lime-600\/25 {
  border-inline-start-color: rgb(101 163 13 / 0.25);
}
.border-s-lime-600\/30 {
  border-inline-start-color: rgb(101 163 13 / 0.3);
}
.border-s-lime-600\/35 {
  border-inline-start-color: rgb(101 163 13 / 0.35);
}
.border-s-lime-600\/40 {
  border-inline-start-color: rgb(101 163 13 / 0.4);
}
.border-s-lime-600\/45 {
  border-inline-start-color: rgb(101 163 13 / 0.45);
}
.border-s-lime-600\/5 {
  border-inline-start-color: rgb(101 163 13 / 0.05);
}
.border-s-lime-600\/50 {
  border-inline-start-color: rgb(101 163 13 / 0.5);
}
.border-s-lime-600\/55 {
  border-inline-start-color: rgb(101 163 13 / 0.55);
}
.border-s-lime-600\/60 {
  border-inline-start-color: rgb(101 163 13 / 0.6);
}
.border-s-lime-600\/65 {
  border-inline-start-color: rgb(101 163 13 / 0.65);
}
.border-s-lime-600\/70 {
  border-inline-start-color: rgb(101 163 13 / 0.7);
}
.border-s-lime-600\/75 {
  border-inline-start-color: rgb(101 163 13 / 0.75);
}
.border-s-lime-600\/80 {
  border-inline-start-color: rgb(101 163 13 / 0.8);
}
.border-s-lime-600\/85 {
  border-inline-start-color: rgb(101 163 13 / 0.85);
}
.border-s-lime-600\/90 {
  border-inline-start-color: rgb(101 163 13 / 0.9);
}
.border-s-lime-600\/95 {
  border-inline-start-color: rgb(101 163 13 / 0.95);
}
.border-s-lime-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-s-lime-700\/0 {
  border-inline-start-color: rgb(77 124 15 / 0);
}
.border-s-lime-700\/10 {
  border-inline-start-color: rgb(77 124 15 / 0.1);
}
.border-s-lime-700\/100 {
  border-inline-start-color: rgb(77 124 15 / 1);
}
.border-s-lime-700\/15 {
  border-inline-start-color: rgb(77 124 15 / 0.15);
}
.border-s-lime-700\/20 {
  border-inline-start-color: rgb(77 124 15 / 0.2);
}
.border-s-lime-700\/25 {
  border-inline-start-color: rgb(77 124 15 / 0.25);
}
.border-s-lime-700\/30 {
  border-inline-start-color: rgb(77 124 15 / 0.3);
}
.border-s-lime-700\/35 {
  border-inline-start-color: rgb(77 124 15 / 0.35);
}
.border-s-lime-700\/40 {
  border-inline-start-color: rgb(77 124 15 / 0.4);
}
.border-s-lime-700\/45 {
  border-inline-start-color: rgb(77 124 15 / 0.45);
}
.border-s-lime-700\/5 {
  border-inline-start-color: rgb(77 124 15 / 0.05);
}
.border-s-lime-700\/50 {
  border-inline-start-color: rgb(77 124 15 / 0.5);
}
.border-s-lime-700\/55 {
  border-inline-start-color: rgb(77 124 15 / 0.55);
}
.border-s-lime-700\/60 {
  border-inline-start-color: rgb(77 124 15 / 0.6);
}
.border-s-lime-700\/65 {
  border-inline-start-color: rgb(77 124 15 / 0.65);
}
.border-s-lime-700\/70 {
  border-inline-start-color: rgb(77 124 15 / 0.7);
}
.border-s-lime-700\/75 {
  border-inline-start-color: rgb(77 124 15 / 0.75);
}
.border-s-lime-700\/80 {
  border-inline-start-color: rgb(77 124 15 / 0.8);
}
.border-s-lime-700\/85 {
  border-inline-start-color: rgb(77 124 15 / 0.85);
}
.border-s-lime-700\/90 {
  border-inline-start-color: rgb(77 124 15 / 0.9);
}
.border-s-lime-700\/95 {
  border-inline-start-color: rgb(77 124 15 / 0.95);
}
.border-s-lime-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-s-lime-800\/0 {
  border-inline-start-color: rgb(63 98 18 / 0);
}
.border-s-lime-800\/10 {
  border-inline-start-color: rgb(63 98 18 / 0.1);
}
.border-s-lime-800\/100 {
  border-inline-start-color: rgb(63 98 18 / 1);
}
.border-s-lime-800\/15 {
  border-inline-start-color: rgb(63 98 18 / 0.15);
}
.border-s-lime-800\/20 {
  border-inline-start-color: rgb(63 98 18 / 0.2);
}
.border-s-lime-800\/25 {
  border-inline-start-color: rgb(63 98 18 / 0.25);
}
.border-s-lime-800\/30 {
  border-inline-start-color: rgb(63 98 18 / 0.3);
}
.border-s-lime-800\/35 {
  border-inline-start-color: rgb(63 98 18 / 0.35);
}
.border-s-lime-800\/40 {
  border-inline-start-color: rgb(63 98 18 / 0.4);
}
.border-s-lime-800\/45 {
  border-inline-start-color: rgb(63 98 18 / 0.45);
}
.border-s-lime-800\/5 {
  border-inline-start-color: rgb(63 98 18 / 0.05);
}
.border-s-lime-800\/50 {
  border-inline-start-color: rgb(63 98 18 / 0.5);
}
.border-s-lime-800\/55 {
  border-inline-start-color: rgb(63 98 18 / 0.55);
}
.border-s-lime-800\/60 {
  border-inline-start-color: rgb(63 98 18 / 0.6);
}
.border-s-lime-800\/65 {
  border-inline-start-color: rgb(63 98 18 / 0.65);
}
.border-s-lime-800\/70 {
  border-inline-start-color: rgb(63 98 18 / 0.7);
}
.border-s-lime-800\/75 {
  border-inline-start-color: rgb(63 98 18 / 0.75);
}
.border-s-lime-800\/80 {
  border-inline-start-color: rgb(63 98 18 / 0.8);
}
.border-s-lime-800\/85 {
  border-inline-start-color: rgb(63 98 18 / 0.85);
}
.border-s-lime-800\/90 {
  border-inline-start-color: rgb(63 98 18 / 0.9);
}
.border-s-lime-800\/95 {
  border-inline-start-color: rgb(63 98 18 / 0.95);
}
.border-s-lime-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-s-lime-900\/0 {
  border-inline-start-color: rgb(54 83 20 / 0);
}
.border-s-lime-900\/10 {
  border-inline-start-color: rgb(54 83 20 / 0.1);
}
.border-s-lime-900\/100 {
  border-inline-start-color: rgb(54 83 20 / 1);
}
.border-s-lime-900\/15 {
  border-inline-start-color: rgb(54 83 20 / 0.15);
}
.border-s-lime-900\/20 {
  border-inline-start-color: rgb(54 83 20 / 0.2);
}
.border-s-lime-900\/25 {
  border-inline-start-color: rgb(54 83 20 / 0.25);
}
.border-s-lime-900\/30 {
  border-inline-start-color: rgb(54 83 20 / 0.3);
}
.border-s-lime-900\/35 {
  border-inline-start-color: rgb(54 83 20 / 0.35);
}
.border-s-lime-900\/40 {
  border-inline-start-color: rgb(54 83 20 / 0.4);
}
.border-s-lime-900\/45 {
  border-inline-start-color: rgb(54 83 20 / 0.45);
}
.border-s-lime-900\/5 {
  border-inline-start-color: rgb(54 83 20 / 0.05);
}
.border-s-lime-900\/50 {
  border-inline-start-color: rgb(54 83 20 / 0.5);
}
.border-s-lime-900\/55 {
  border-inline-start-color: rgb(54 83 20 / 0.55);
}
.border-s-lime-900\/60 {
  border-inline-start-color: rgb(54 83 20 / 0.6);
}
.border-s-lime-900\/65 {
  border-inline-start-color: rgb(54 83 20 / 0.65);
}
.border-s-lime-900\/70 {
  border-inline-start-color: rgb(54 83 20 / 0.7);
}
.border-s-lime-900\/75 {
  border-inline-start-color: rgb(54 83 20 / 0.75);
}
.border-s-lime-900\/80 {
  border-inline-start-color: rgb(54 83 20 / 0.8);
}
.border-s-lime-900\/85 {
  border-inline-start-color: rgb(54 83 20 / 0.85);
}
.border-s-lime-900\/90 {
  border-inline-start-color: rgb(54 83 20 / 0.9);
}
.border-s-lime-900\/95 {
  border-inline-start-color: rgb(54 83 20 / 0.95);
}
.border-s-lime-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-s-lime-950\/0 {
  border-inline-start-color: rgb(26 46 5 / 0);
}
.border-s-lime-950\/10 {
  border-inline-start-color: rgb(26 46 5 / 0.1);
}
.border-s-lime-950\/100 {
  border-inline-start-color: rgb(26 46 5 / 1);
}
.border-s-lime-950\/15 {
  border-inline-start-color: rgb(26 46 5 / 0.15);
}
.border-s-lime-950\/20 {
  border-inline-start-color: rgb(26 46 5 / 0.2);
}
.border-s-lime-950\/25 {
  border-inline-start-color: rgb(26 46 5 / 0.25);
}
.border-s-lime-950\/30 {
  border-inline-start-color: rgb(26 46 5 / 0.3);
}
.border-s-lime-950\/35 {
  border-inline-start-color: rgb(26 46 5 / 0.35);
}
.border-s-lime-950\/40 {
  border-inline-start-color: rgb(26 46 5 / 0.4);
}
.border-s-lime-950\/45 {
  border-inline-start-color: rgb(26 46 5 / 0.45);
}
.border-s-lime-950\/5 {
  border-inline-start-color: rgb(26 46 5 / 0.05);
}
.border-s-lime-950\/50 {
  border-inline-start-color: rgb(26 46 5 / 0.5);
}
.border-s-lime-950\/55 {
  border-inline-start-color: rgb(26 46 5 / 0.55);
}
.border-s-lime-950\/60 {
  border-inline-start-color: rgb(26 46 5 / 0.6);
}
.border-s-lime-950\/65 {
  border-inline-start-color: rgb(26 46 5 / 0.65);
}
.border-s-lime-950\/70 {
  border-inline-start-color: rgb(26 46 5 / 0.7);
}
.border-s-lime-950\/75 {
  border-inline-start-color: rgb(26 46 5 / 0.75);
}
.border-s-lime-950\/80 {
  border-inline-start-color: rgb(26 46 5 / 0.8);
}
.border-s-lime-950\/85 {
  border-inline-start-color: rgb(26 46 5 / 0.85);
}
.border-s-lime-950\/90 {
  border-inline-start-color: rgb(26 46 5 / 0.9);
}
.border-s-lime-950\/95 {
  border-inline-start-color: rgb(26 46 5 / 0.95);
}
.border-s-neutral-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-s-neutral-100\/0 {
  border-inline-start-color: rgb(245 245 245 / 0);
}
.border-s-neutral-100\/10 {
  border-inline-start-color: rgb(245 245 245 / 0.1);
}
.border-s-neutral-100\/100 {
  border-inline-start-color: rgb(245 245 245 / 1);
}
.border-s-neutral-100\/15 {
  border-inline-start-color: rgb(245 245 245 / 0.15);
}
.border-s-neutral-100\/20 {
  border-inline-start-color: rgb(245 245 245 / 0.2);
}
.border-s-neutral-100\/25 {
  border-inline-start-color: rgb(245 245 245 / 0.25);
}
.border-s-neutral-100\/30 {
  border-inline-start-color: rgb(245 245 245 / 0.3);
}
.border-s-neutral-100\/35 {
  border-inline-start-color: rgb(245 245 245 / 0.35);
}
.border-s-neutral-100\/40 {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}
.border-s-neutral-100\/45 {
  border-inline-start-color: rgb(245 245 245 / 0.45);
}
.border-s-neutral-100\/5 {
  border-inline-start-color: rgb(245 245 245 / 0.05);
}
.border-s-neutral-100\/50 {
  border-inline-start-color: rgb(245 245 245 / 0.5);
}
.border-s-neutral-100\/55 {
  border-inline-start-color: rgb(245 245 245 / 0.55);
}
.border-s-neutral-100\/60 {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}
.border-s-neutral-100\/65 {
  border-inline-start-color: rgb(245 245 245 / 0.65);
}
.border-s-neutral-100\/70 {
  border-inline-start-color: rgb(245 245 245 / 0.7);
}
.border-s-neutral-100\/75 {
  border-inline-start-color: rgb(245 245 245 / 0.75);
}
.border-s-neutral-100\/80 {
  border-inline-start-color: rgb(245 245 245 / 0.8);
}
.border-s-neutral-100\/85 {
  border-inline-start-color: rgb(245 245 245 / 0.85);
}
.border-s-neutral-100\/90 {
  border-inline-start-color: rgb(245 245 245 / 0.9);
}
.border-s-neutral-100\/95 {
  border-inline-start-color: rgb(245 245 245 / 0.95);
}
.border-s-neutral-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-s-neutral-200\/0 {
  border-inline-start-color: rgb(229 229 229 / 0);
}
.border-s-neutral-200\/10 {
  border-inline-start-color: rgb(229 229 229 / 0.1);
}
.border-s-neutral-200\/100 {
  border-inline-start-color: rgb(229 229 229 / 1);
}
.border-s-neutral-200\/15 {
  border-inline-start-color: rgb(229 229 229 / 0.15);
}
.border-s-neutral-200\/20 {
  border-inline-start-color: rgb(229 229 229 / 0.2);
}
.border-s-neutral-200\/25 {
  border-inline-start-color: rgb(229 229 229 / 0.25);
}
.border-s-neutral-200\/30 {
  border-inline-start-color: rgb(229 229 229 / 0.3);
}
.border-s-neutral-200\/35 {
  border-inline-start-color: rgb(229 229 229 / 0.35);
}
.border-s-neutral-200\/40 {
  border-inline-start-color: rgb(229 229 229 / 0.4);
}
.border-s-neutral-200\/45 {
  border-inline-start-color: rgb(229 229 229 / 0.45);
}
.border-s-neutral-200\/5 {
  border-inline-start-color: rgb(229 229 229 / 0.05);
}
.border-s-neutral-200\/50 {
  border-inline-start-color: rgb(229 229 229 / 0.5);
}
.border-s-neutral-200\/55 {
  border-inline-start-color: rgb(229 229 229 / 0.55);
}
.border-s-neutral-200\/60 {
  border-inline-start-color: rgb(229 229 229 / 0.6);
}
.border-s-neutral-200\/65 {
  border-inline-start-color: rgb(229 229 229 / 0.65);
}
.border-s-neutral-200\/70 {
  border-inline-start-color: rgb(229 229 229 / 0.7);
}
.border-s-neutral-200\/75 {
  border-inline-start-color: rgb(229 229 229 / 0.75);
}
.border-s-neutral-200\/80 {
  border-inline-start-color: rgb(229 229 229 / 0.8);
}
.border-s-neutral-200\/85 {
  border-inline-start-color: rgb(229 229 229 / 0.85);
}
.border-s-neutral-200\/90 {
  border-inline-start-color: rgb(229 229 229 / 0.9);
}
.border-s-neutral-200\/95 {
  border-inline-start-color: rgb(229 229 229 / 0.95);
}
.border-s-neutral-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-s-neutral-300\/0 {
  border-inline-start-color: rgb(212 212 212 / 0);
}
.border-s-neutral-300\/10 {
  border-inline-start-color: rgb(212 212 212 / 0.1);
}
.border-s-neutral-300\/100 {
  border-inline-start-color: rgb(212 212 212 / 1);
}
.border-s-neutral-300\/15 {
  border-inline-start-color: rgb(212 212 212 / 0.15);
}
.border-s-neutral-300\/20 {
  border-inline-start-color: rgb(212 212 212 / 0.2);
}
.border-s-neutral-300\/25 {
  border-inline-start-color: rgb(212 212 212 / 0.25);
}
.border-s-neutral-300\/30 {
  border-inline-start-color: rgb(212 212 212 / 0.3);
}
.border-s-neutral-300\/35 {
  border-inline-start-color: rgb(212 212 212 / 0.35);
}
.border-s-neutral-300\/40 {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}
.border-s-neutral-300\/45 {
  border-inline-start-color: rgb(212 212 212 / 0.45);
}
.border-s-neutral-300\/5 {
  border-inline-start-color: rgb(212 212 212 / 0.05);
}
.border-s-neutral-300\/50 {
  border-inline-start-color: rgb(212 212 212 / 0.5);
}
.border-s-neutral-300\/55 {
  border-inline-start-color: rgb(212 212 212 / 0.55);
}
.border-s-neutral-300\/60 {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}
.border-s-neutral-300\/65 {
  border-inline-start-color: rgb(212 212 212 / 0.65);
}
.border-s-neutral-300\/70 {
  border-inline-start-color: rgb(212 212 212 / 0.7);
}
.border-s-neutral-300\/75 {
  border-inline-start-color: rgb(212 212 212 / 0.75);
}
.border-s-neutral-300\/80 {
  border-inline-start-color: rgb(212 212 212 / 0.8);
}
.border-s-neutral-300\/85 {
  border-inline-start-color: rgb(212 212 212 / 0.85);
}
.border-s-neutral-300\/90 {
  border-inline-start-color: rgb(212 212 212 / 0.9);
}
.border-s-neutral-300\/95 {
  border-inline-start-color: rgb(212 212 212 / 0.95);
}
.border-s-neutral-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-s-neutral-400\/0 {
  border-inline-start-color: rgb(163 163 163 / 0);
}
.border-s-neutral-400\/10 {
  border-inline-start-color: rgb(163 163 163 / 0.1);
}
.border-s-neutral-400\/100 {
  border-inline-start-color: rgb(163 163 163 / 1);
}
.border-s-neutral-400\/15 {
  border-inline-start-color: rgb(163 163 163 / 0.15);
}
.border-s-neutral-400\/20 {
  border-inline-start-color: rgb(163 163 163 / 0.2);
}
.border-s-neutral-400\/25 {
  border-inline-start-color: rgb(163 163 163 / 0.25);
}
.border-s-neutral-400\/30 {
  border-inline-start-color: rgb(163 163 163 / 0.3);
}
.border-s-neutral-400\/35 {
  border-inline-start-color: rgb(163 163 163 / 0.35);
}
.border-s-neutral-400\/40 {
  border-inline-start-color: rgb(163 163 163 / 0.4);
}
.border-s-neutral-400\/45 {
  border-inline-start-color: rgb(163 163 163 / 0.45);
}
.border-s-neutral-400\/5 {
  border-inline-start-color: rgb(163 163 163 / 0.05);
}
.border-s-neutral-400\/50 {
  border-inline-start-color: rgb(163 163 163 / 0.5);
}
.border-s-neutral-400\/55 {
  border-inline-start-color: rgb(163 163 163 / 0.55);
}
.border-s-neutral-400\/60 {
  border-inline-start-color: rgb(163 163 163 / 0.6);
}
.border-s-neutral-400\/65 {
  border-inline-start-color: rgb(163 163 163 / 0.65);
}
.border-s-neutral-400\/70 {
  border-inline-start-color: rgb(163 163 163 / 0.7);
}
.border-s-neutral-400\/75 {
  border-inline-start-color: rgb(163 163 163 / 0.75);
}
.border-s-neutral-400\/80 {
  border-inline-start-color: rgb(163 163 163 / 0.8);
}
.border-s-neutral-400\/85 {
  border-inline-start-color: rgb(163 163 163 / 0.85);
}
.border-s-neutral-400\/90 {
  border-inline-start-color: rgb(163 163 163 / 0.9);
}
.border-s-neutral-400\/95 {
  border-inline-start-color: rgb(163 163 163 / 0.95);
}
.border-s-neutral-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-s-neutral-50\/0 {
  border-inline-start-color: rgb(250 250 250 / 0);
}
.border-s-neutral-50\/10 {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}
.border-s-neutral-50\/100 {
  border-inline-start-color: rgb(250 250 250 / 1);
}
.border-s-neutral-50\/15 {
  border-inline-start-color: rgb(250 250 250 / 0.15);
}
.border-s-neutral-50\/20 {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}
.border-s-neutral-50\/25 {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}
.border-s-neutral-50\/30 {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}
.border-s-neutral-50\/35 {
  border-inline-start-color: rgb(250 250 250 / 0.35);
}
.border-s-neutral-50\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.border-s-neutral-50\/45 {
  border-inline-start-color: rgb(250 250 250 / 0.45);
}
.border-s-neutral-50\/5 {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}
.border-s-neutral-50\/50 {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}
.border-s-neutral-50\/55 {
  border-inline-start-color: rgb(250 250 250 / 0.55);
}
.border-s-neutral-50\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.border-s-neutral-50\/65 {
  border-inline-start-color: rgb(250 250 250 / 0.65);
}
.border-s-neutral-50\/70 {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}
.border-s-neutral-50\/75 {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}
.border-s-neutral-50\/80 {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}
.border-s-neutral-50\/85 {
  border-inline-start-color: rgb(250 250 250 / 0.85);
}
.border-s-neutral-50\/90 {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}
.border-s-neutral-50\/95 {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}
.border-s-neutral-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-s-neutral-500\/0 {
  border-inline-start-color: rgb(115 115 115 / 0);
}
.border-s-neutral-500\/10 {
  border-inline-start-color: rgb(115 115 115 / 0.1);
}
.border-s-neutral-500\/100 {
  border-inline-start-color: rgb(115 115 115 / 1);
}
.border-s-neutral-500\/15 {
  border-inline-start-color: rgb(115 115 115 / 0.15);
}
.border-s-neutral-500\/20 {
  border-inline-start-color: rgb(115 115 115 / 0.2);
}
.border-s-neutral-500\/25 {
  border-inline-start-color: rgb(115 115 115 / 0.25);
}
.border-s-neutral-500\/30 {
  border-inline-start-color: rgb(115 115 115 / 0.3);
}
.border-s-neutral-500\/35 {
  border-inline-start-color: rgb(115 115 115 / 0.35);
}
.border-s-neutral-500\/40 {
  border-inline-start-color: rgb(115 115 115 / 0.4);
}
.border-s-neutral-500\/45 {
  border-inline-start-color: rgb(115 115 115 / 0.45);
}
.border-s-neutral-500\/5 {
  border-inline-start-color: rgb(115 115 115 / 0.05);
}
.border-s-neutral-500\/50 {
  border-inline-start-color: rgb(115 115 115 / 0.5);
}
.border-s-neutral-500\/55 {
  border-inline-start-color: rgb(115 115 115 / 0.55);
}
.border-s-neutral-500\/60 {
  border-inline-start-color: rgb(115 115 115 / 0.6);
}
.border-s-neutral-500\/65 {
  border-inline-start-color: rgb(115 115 115 / 0.65);
}
.border-s-neutral-500\/70 {
  border-inline-start-color: rgb(115 115 115 / 0.7);
}
.border-s-neutral-500\/75 {
  border-inline-start-color: rgb(115 115 115 / 0.75);
}
.border-s-neutral-500\/80 {
  border-inline-start-color: rgb(115 115 115 / 0.8);
}
.border-s-neutral-500\/85 {
  border-inline-start-color: rgb(115 115 115 / 0.85);
}
.border-s-neutral-500\/90 {
  border-inline-start-color: rgb(115 115 115 / 0.9);
}
.border-s-neutral-500\/95 {
  border-inline-start-color: rgb(115 115 115 / 0.95);
}
.border-s-neutral-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-s-neutral-600\/0 {
  border-inline-start-color: rgb(82 82 82 / 0);
}
.border-s-neutral-600\/10 {
  border-inline-start-color: rgb(82 82 82 / 0.1);
}
.border-s-neutral-600\/100 {
  border-inline-start-color: rgb(82 82 82 / 1);
}
.border-s-neutral-600\/15 {
  border-inline-start-color: rgb(82 82 82 / 0.15);
}
.border-s-neutral-600\/20 {
  border-inline-start-color: rgb(82 82 82 / 0.2);
}
.border-s-neutral-600\/25 {
  border-inline-start-color: rgb(82 82 82 / 0.25);
}
.border-s-neutral-600\/30 {
  border-inline-start-color: rgb(82 82 82 / 0.3);
}
.border-s-neutral-600\/35 {
  border-inline-start-color: rgb(82 82 82 / 0.35);
}
.border-s-neutral-600\/40 {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}
.border-s-neutral-600\/45 {
  border-inline-start-color: rgb(82 82 82 / 0.45);
}
.border-s-neutral-600\/5 {
  border-inline-start-color: rgb(82 82 82 / 0.05);
}
.border-s-neutral-600\/50 {
  border-inline-start-color: rgb(82 82 82 / 0.5);
}
.border-s-neutral-600\/55 {
  border-inline-start-color: rgb(82 82 82 / 0.55);
}
.border-s-neutral-600\/60 {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}
.border-s-neutral-600\/65 {
  border-inline-start-color: rgb(82 82 82 / 0.65);
}
.border-s-neutral-600\/70 {
  border-inline-start-color: rgb(82 82 82 / 0.7);
}
.border-s-neutral-600\/75 {
  border-inline-start-color: rgb(82 82 82 / 0.75);
}
.border-s-neutral-600\/80 {
  border-inline-start-color: rgb(82 82 82 / 0.8);
}
.border-s-neutral-600\/85 {
  border-inline-start-color: rgb(82 82 82 / 0.85);
}
.border-s-neutral-600\/90 {
  border-inline-start-color: rgb(82 82 82 / 0.9);
}
.border-s-neutral-600\/95 {
  border-inline-start-color: rgb(82 82 82 / 0.95);
}
.border-s-neutral-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-s-neutral-700\/0 {
  border-inline-start-color: rgb(64 64 64 / 0);
}
.border-s-neutral-700\/10 {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}
.border-s-neutral-700\/100 {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-neutral-700\/15 {
  border-inline-start-color: rgb(64 64 64 / 0.15);
}
.border-s-neutral-700\/20 {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}
.border-s-neutral-700\/25 {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}
.border-s-neutral-700\/30 {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}
.border-s-neutral-700\/35 {
  border-inline-start-color: rgb(64 64 64 / 0.35);
}
.border-s-neutral-700\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.border-s-neutral-700\/45 {
  border-inline-start-color: rgb(64 64 64 / 0.45);
}
.border-s-neutral-700\/5 {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}
.border-s-neutral-700\/50 {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-neutral-700\/55 {
  border-inline-start-color: rgb(64 64 64 / 0.55);
}
.border-s-neutral-700\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.border-s-neutral-700\/65 {
  border-inline-start-color: rgb(64 64 64 / 0.65);
}
.border-s-neutral-700\/70 {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}
.border-s-neutral-700\/75 {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}
.border-s-neutral-700\/80 {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}
.border-s-neutral-700\/85 {
  border-inline-start-color: rgb(64 64 64 / 0.85);
}
.border-s-neutral-700\/90 {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}
.border-s-neutral-700\/95 {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}
.border-s-neutral-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-s-neutral-800\/0 {
  border-inline-start-color: rgb(38 38 38 / 0);
}
.border-s-neutral-800\/10 {
  border-inline-start-color: rgb(38 38 38 / 0.1);
}
.border-s-neutral-800\/100 {
  border-inline-start-color: rgb(38 38 38 / 1);
}
.border-s-neutral-800\/15 {
  border-inline-start-color: rgb(38 38 38 / 0.15);
}
.border-s-neutral-800\/20 {
  border-inline-start-color: rgb(38 38 38 / 0.2);
}
.border-s-neutral-800\/25 {
  border-inline-start-color: rgb(38 38 38 / 0.25);
}
.border-s-neutral-800\/30 {
  border-inline-start-color: rgb(38 38 38 / 0.3);
}
.border-s-neutral-800\/35 {
  border-inline-start-color: rgb(38 38 38 / 0.35);
}
.border-s-neutral-800\/40 {
  border-inline-start-color: rgb(38 38 38 / 0.4);
}
.border-s-neutral-800\/45 {
  border-inline-start-color: rgb(38 38 38 / 0.45);
}
.border-s-neutral-800\/5 {
  border-inline-start-color: rgb(38 38 38 / 0.05);
}
.border-s-neutral-800\/50 {
  border-inline-start-color: rgb(38 38 38 / 0.5);
}
.border-s-neutral-800\/55 {
  border-inline-start-color: rgb(38 38 38 / 0.55);
}
.border-s-neutral-800\/60 {
  border-inline-start-color: rgb(38 38 38 / 0.6);
}
.border-s-neutral-800\/65 {
  border-inline-start-color: rgb(38 38 38 / 0.65);
}
.border-s-neutral-800\/70 {
  border-inline-start-color: rgb(38 38 38 / 0.7);
}
.border-s-neutral-800\/75 {
  border-inline-start-color: rgb(38 38 38 / 0.75);
}
.border-s-neutral-800\/80 {
  border-inline-start-color: rgb(38 38 38 / 0.8);
}
.border-s-neutral-800\/85 {
  border-inline-start-color: rgb(38 38 38 / 0.85);
}
.border-s-neutral-800\/90 {
  border-inline-start-color: rgb(38 38 38 / 0.9);
}
.border-s-neutral-800\/95 {
  border-inline-start-color: rgb(38 38 38 / 0.95);
}
.border-s-neutral-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-s-neutral-900\/0 {
  border-inline-start-color: rgb(23 23 23 / 0);
}
.border-s-neutral-900\/10 {
  border-inline-start-color: rgb(23 23 23 / 0.1);
}
.border-s-neutral-900\/100 {
  border-inline-start-color: rgb(23 23 23 / 1);
}
.border-s-neutral-900\/15 {
  border-inline-start-color: rgb(23 23 23 / 0.15);
}
.border-s-neutral-900\/20 {
  border-inline-start-color: rgb(23 23 23 / 0.2);
}
.border-s-neutral-900\/25 {
  border-inline-start-color: rgb(23 23 23 / 0.25);
}
.border-s-neutral-900\/30 {
  border-inline-start-color: rgb(23 23 23 / 0.3);
}
.border-s-neutral-900\/35 {
  border-inline-start-color: rgb(23 23 23 / 0.35);
}
.border-s-neutral-900\/40 {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}
.border-s-neutral-900\/45 {
  border-inline-start-color: rgb(23 23 23 / 0.45);
}
.border-s-neutral-900\/5 {
  border-inline-start-color: rgb(23 23 23 / 0.05);
}
.border-s-neutral-900\/50 {
  border-inline-start-color: rgb(23 23 23 / 0.5);
}
.border-s-neutral-900\/55 {
  border-inline-start-color: rgb(23 23 23 / 0.55);
}
.border-s-neutral-900\/60 {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}
.border-s-neutral-900\/65 {
  border-inline-start-color: rgb(23 23 23 / 0.65);
}
.border-s-neutral-900\/70 {
  border-inline-start-color: rgb(23 23 23 / 0.7);
}
.border-s-neutral-900\/75 {
  border-inline-start-color: rgb(23 23 23 / 0.75);
}
.border-s-neutral-900\/80 {
  border-inline-start-color: rgb(23 23 23 / 0.8);
}
.border-s-neutral-900\/85 {
  border-inline-start-color: rgb(23 23 23 / 0.85);
}
.border-s-neutral-900\/90 {
  border-inline-start-color: rgb(23 23 23 / 0.9);
}
.border-s-neutral-900\/95 {
  border-inline-start-color: rgb(23 23 23 / 0.95);
}
.border-s-neutral-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-s-neutral-950\/0 {
  border-inline-start-color: rgb(10 10 10 / 0);
}
.border-s-neutral-950\/10 {
  border-inline-start-color: rgb(10 10 10 / 0.1);
}
.border-s-neutral-950\/100 {
  border-inline-start-color: rgb(10 10 10 / 1);
}
.border-s-neutral-950\/15 {
  border-inline-start-color: rgb(10 10 10 / 0.15);
}
.border-s-neutral-950\/20 {
  border-inline-start-color: rgb(10 10 10 / 0.2);
}
.border-s-neutral-950\/25 {
  border-inline-start-color: rgb(10 10 10 / 0.25);
}
.border-s-neutral-950\/30 {
  border-inline-start-color: rgb(10 10 10 / 0.3);
}
.border-s-neutral-950\/35 {
  border-inline-start-color: rgb(10 10 10 / 0.35);
}
.border-s-neutral-950\/40 {
  border-inline-start-color: rgb(10 10 10 / 0.4);
}
.border-s-neutral-950\/45 {
  border-inline-start-color: rgb(10 10 10 / 0.45);
}
.border-s-neutral-950\/5 {
  border-inline-start-color: rgb(10 10 10 / 0.05);
}
.border-s-neutral-950\/50 {
  border-inline-start-color: rgb(10 10 10 / 0.5);
}
.border-s-neutral-950\/55 {
  border-inline-start-color: rgb(10 10 10 / 0.55);
}
.border-s-neutral-950\/60 {
  border-inline-start-color: rgb(10 10 10 / 0.6);
}
.border-s-neutral-950\/65 {
  border-inline-start-color: rgb(10 10 10 / 0.65);
}
.border-s-neutral-950\/70 {
  border-inline-start-color: rgb(10 10 10 / 0.7);
}
.border-s-neutral-950\/75 {
  border-inline-start-color: rgb(10 10 10 / 0.75);
}
.border-s-neutral-950\/80 {
  border-inline-start-color: rgb(10 10 10 / 0.8);
}
.border-s-neutral-950\/85 {
  border-inline-start-color: rgb(10 10 10 / 0.85);
}
.border-s-neutral-950\/90 {
  border-inline-start-color: rgb(10 10 10 / 0.9);
}
.border-s-neutral-950\/95 {
  border-inline-start-color: rgb(10 10 10 / 0.95);
}
.border-s-orange-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-s-orange-100\/0 {
  border-inline-start-color: rgb(255 237 213 / 0);
}
.border-s-orange-100\/10 {
  border-inline-start-color: rgb(255 237 213 / 0.1);
}
.border-s-orange-100\/100 {
  border-inline-start-color: rgb(255 237 213 / 1);
}
.border-s-orange-100\/15 {
  border-inline-start-color: rgb(255 237 213 / 0.15);
}
.border-s-orange-100\/20 {
  border-inline-start-color: rgb(255 237 213 / 0.2);
}
.border-s-orange-100\/25 {
  border-inline-start-color: rgb(255 237 213 / 0.25);
}
.border-s-orange-100\/30 {
  border-inline-start-color: rgb(255 237 213 / 0.3);
}
.border-s-orange-100\/35 {
  border-inline-start-color: rgb(255 237 213 / 0.35);
}
.border-s-orange-100\/40 {
  border-inline-start-color: rgb(255 237 213 / 0.4);
}
.border-s-orange-100\/45 {
  border-inline-start-color: rgb(255 237 213 / 0.45);
}
.border-s-orange-100\/5 {
  border-inline-start-color: rgb(255 237 213 / 0.05);
}
.border-s-orange-100\/50 {
  border-inline-start-color: rgb(255 237 213 / 0.5);
}
.border-s-orange-100\/55 {
  border-inline-start-color: rgb(255 237 213 / 0.55);
}
.border-s-orange-100\/60 {
  border-inline-start-color: rgb(255 237 213 / 0.6);
}
.border-s-orange-100\/65 {
  border-inline-start-color: rgb(255 237 213 / 0.65);
}
.border-s-orange-100\/70 {
  border-inline-start-color: rgb(255 237 213 / 0.7);
}
.border-s-orange-100\/75 {
  border-inline-start-color: rgb(255 237 213 / 0.75);
}
.border-s-orange-100\/80 {
  border-inline-start-color: rgb(255 237 213 / 0.8);
}
.border-s-orange-100\/85 {
  border-inline-start-color: rgb(255 237 213 / 0.85);
}
.border-s-orange-100\/90 {
  border-inline-start-color: rgb(255 237 213 / 0.9);
}
.border-s-orange-100\/95 {
  border-inline-start-color: rgb(255 237 213 / 0.95);
}
.border-s-orange-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-s-orange-200\/0 {
  border-inline-start-color: rgb(254 215 170 / 0);
}
.border-s-orange-200\/10 {
  border-inline-start-color: rgb(254 215 170 / 0.1);
}
.border-s-orange-200\/100 {
  border-inline-start-color: rgb(254 215 170 / 1);
}
.border-s-orange-200\/15 {
  border-inline-start-color: rgb(254 215 170 / 0.15);
}
.border-s-orange-200\/20 {
  border-inline-start-color: rgb(254 215 170 / 0.2);
}
.border-s-orange-200\/25 {
  border-inline-start-color: rgb(254 215 170 / 0.25);
}
.border-s-orange-200\/30 {
  border-inline-start-color: rgb(254 215 170 / 0.3);
}
.border-s-orange-200\/35 {
  border-inline-start-color: rgb(254 215 170 / 0.35);
}
.border-s-orange-200\/40 {
  border-inline-start-color: rgb(254 215 170 / 0.4);
}
.border-s-orange-200\/45 {
  border-inline-start-color: rgb(254 215 170 / 0.45);
}
.border-s-orange-200\/5 {
  border-inline-start-color: rgb(254 215 170 / 0.05);
}
.border-s-orange-200\/50 {
  border-inline-start-color: rgb(254 215 170 / 0.5);
}
.border-s-orange-200\/55 {
  border-inline-start-color: rgb(254 215 170 / 0.55);
}
.border-s-orange-200\/60 {
  border-inline-start-color: rgb(254 215 170 / 0.6);
}
.border-s-orange-200\/65 {
  border-inline-start-color: rgb(254 215 170 / 0.65);
}
.border-s-orange-200\/70 {
  border-inline-start-color: rgb(254 215 170 / 0.7);
}
.border-s-orange-200\/75 {
  border-inline-start-color: rgb(254 215 170 / 0.75);
}
.border-s-orange-200\/80 {
  border-inline-start-color: rgb(254 215 170 / 0.8);
}
.border-s-orange-200\/85 {
  border-inline-start-color: rgb(254 215 170 / 0.85);
}
.border-s-orange-200\/90 {
  border-inline-start-color: rgb(254 215 170 / 0.9);
}
.border-s-orange-200\/95 {
  border-inline-start-color: rgb(254 215 170 / 0.95);
}
.border-s-orange-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-s-orange-300\/0 {
  border-inline-start-color: rgb(253 186 116 / 0);
}
.border-s-orange-300\/10 {
  border-inline-start-color: rgb(253 186 116 / 0.1);
}
.border-s-orange-300\/100 {
  border-inline-start-color: rgb(253 186 116 / 1);
}
.border-s-orange-300\/15 {
  border-inline-start-color: rgb(253 186 116 / 0.15);
}
.border-s-orange-300\/20 {
  border-inline-start-color: rgb(253 186 116 / 0.2);
}
.border-s-orange-300\/25 {
  border-inline-start-color: rgb(253 186 116 / 0.25);
}
.border-s-orange-300\/30 {
  border-inline-start-color: rgb(253 186 116 / 0.3);
}
.border-s-orange-300\/35 {
  border-inline-start-color: rgb(253 186 116 / 0.35);
}
.border-s-orange-300\/40 {
  border-inline-start-color: rgb(253 186 116 / 0.4);
}
.border-s-orange-300\/45 {
  border-inline-start-color: rgb(253 186 116 / 0.45);
}
.border-s-orange-300\/5 {
  border-inline-start-color: rgb(253 186 116 / 0.05);
}
.border-s-orange-300\/50 {
  border-inline-start-color: rgb(253 186 116 / 0.5);
}
.border-s-orange-300\/55 {
  border-inline-start-color: rgb(253 186 116 / 0.55);
}
.border-s-orange-300\/60 {
  border-inline-start-color: rgb(253 186 116 / 0.6);
}
.border-s-orange-300\/65 {
  border-inline-start-color: rgb(253 186 116 / 0.65);
}
.border-s-orange-300\/70 {
  border-inline-start-color: rgb(253 186 116 / 0.7);
}
.border-s-orange-300\/75 {
  border-inline-start-color: rgb(253 186 116 / 0.75);
}
.border-s-orange-300\/80 {
  border-inline-start-color: rgb(253 186 116 / 0.8);
}
.border-s-orange-300\/85 {
  border-inline-start-color: rgb(253 186 116 / 0.85);
}
.border-s-orange-300\/90 {
  border-inline-start-color: rgb(253 186 116 / 0.9);
}
.border-s-orange-300\/95 {
  border-inline-start-color: rgb(253 186 116 / 0.95);
}
.border-s-orange-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-s-orange-400\/0 {
  border-inline-start-color: rgb(251 146 60 / 0);
}
.border-s-orange-400\/10 {
  border-inline-start-color: rgb(251 146 60 / 0.1);
}
.border-s-orange-400\/100 {
  border-inline-start-color: rgb(251 146 60 / 1);
}
.border-s-orange-400\/15 {
  border-inline-start-color: rgb(251 146 60 / 0.15);
}
.border-s-orange-400\/20 {
  border-inline-start-color: rgb(251 146 60 / 0.2);
}
.border-s-orange-400\/25 {
  border-inline-start-color: rgb(251 146 60 / 0.25);
}
.border-s-orange-400\/30 {
  border-inline-start-color: rgb(251 146 60 / 0.3);
}
.border-s-orange-400\/35 {
  border-inline-start-color: rgb(251 146 60 / 0.35);
}
.border-s-orange-400\/40 {
  border-inline-start-color: rgb(251 146 60 / 0.4);
}
.border-s-orange-400\/45 {
  border-inline-start-color: rgb(251 146 60 / 0.45);
}
.border-s-orange-400\/5 {
  border-inline-start-color: rgb(251 146 60 / 0.05);
}
.border-s-orange-400\/50 {
  border-inline-start-color: rgb(251 146 60 / 0.5);
}
.border-s-orange-400\/55 {
  border-inline-start-color: rgb(251 146 60 / 0.55);
}
.border-s-orange-400\/60 {
  border-inline-start-color: rgb(251 146 60 / 0.6);
}
.border-s-orange-400\/65 {
  border-inline-start-color: rgb(251 146 60 / 0.65);
}
.border-s-orange-400\/70 {
  border-inline-start-color: rgb(251 146 60 / 0.7);
}
.border-s-orange-400\/75 {
  border-inline-start-color: rgb(251 146 60 / 0.75);
}
.border-s-orange-400\/80 {
  border-inline-start-color: rgb(251 146 60 / 0.8);
}
.border-s-orange-400\/85 {
  border-inline-start-color: rgb(251 146 60 / 0.85);
}
.border-s-orange-400\/90 {
  border-inline-start-color: rgb(251 146 60 / 0.9);
}
.border-s-orange-400\/95 {
  border-inline-start-color: rgb(251 146 60 / 0.95);
}
.border-s-orange-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-s-orange-50\/0 {
  border-inline-start-color: rgb(255 247 237 / 0);
}
.border-s-orange-50\/10 {
  border-inline-start-color: rgb(255 247 237 / 0.1);
}
.border-s-orange-50\/100 {
  border-inline-start-color: rgb(255 247 237 / 1);
}
.border-s-orange-50\/15 {
  border-inline-start-color: rgb(255 247 237 / 0.15);
}
.border-s-orange-50\/20 {
  border-inline-start-color: rgb(255 247 237 / 0.2);
}
.border-s-orange-50\/25 {
  border-inline-start-color: rgb(255 247 237 / 0.25);
}
.border-s-orange-50\/30 {
  border-inline-start-color: rgb(255 247 237 / 0.3);
}
.border-s-orange-50\/35 {
  border-inline-start-color: rgb(255 247 237 / 0.35);
}
.border-s-orange-50\/40 {
  border-inline-start-color: rgb(255 247 237 / 0.4);
}
.border-s-orange-50\/45 {
  border-inline-start-color: rgb(255 247 237 / 0.45);
}
.border-s-orange-50\/5 {
  border-inline-start-color: rgb(255 247 237 / 0.05);
}
.border-s-orange-50\/50 {
  border-inline-start-color: rgb(255 247 237 / 0.5);
}
.border-s-orange-50\/55 {
  border-inline-start-color: rgb(255 247 237 / 0.55);
}
.border-s-orange-50\/60 {
  border-inline-start-color: rgb(255 247 237 / 0.6);
}
.border-s-orange-50\/65 {
  border-inline-start-color: rgb(255 247 237 / 0.65);
}
.border-s-orange-50\/70 {
  border-inline-start-color: rgb(255 247 237 / 0.7);
}
.border-s-orange-50\/75 {
  border-inline-start-color: rgb(255 247 237 / 0.75);
}
.border-s-orange-50\/80 {
  border-inline-start-color: rgb(255 247 237 / 0.8);
}
.border-s-orange-50\/85 {
  border-inline-start-color: rgb(255 247 237 / 0.85);
}
.border-s-orange-50\/90 {
  border-inline-start-color: rgb(255 247 237 / 0.9);
}
.border-s-orange-50\/95 {
  border-inline-start-color: rgb(255 247 237 / 0.95);
}
.border-s-orange-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-s-orange-500\/0 {
  border-inline-start-color: rgb(249 115 22 / 0);
}
.border-s-orange-500\/10 {
  border-inline-start-color: rgb(249 115 22 / 0.1);
}
.border-s-orange-500\/100 {
  border-inline-start-color: rgb(249 115 22 / 1);
}
.border-s-orange-500\/15 {
  border-inline-start-color: rgb(249 115 22 / 0.15);
}
.border-s-orange-500\/20 {
  border-inline-start-color: rgb(249 115 22 / 0.2);
}
.border-s-orange-500\/25 {
  border-inline-start-color: rgb(249 115 22 / 0.25);
}
.border-s-orange-500\/30 {
  border-inline-start-color: rgb(249 115 22 / 0.3);
}
.border-s-orange-500\/35 {
  border-inline-start-color: rgb(249 115 22 / 0.35);
}
.border-s-orange-500\/40 {
  border-inline-start-color: rgb(249 115 22 / 0.4);
}
.border-s-orange-500\/45 {
  border-inline-start-color: rgb(249 115 22 / 0.45);
}
.border-s-orange-500\/5 {
  border-inline-start-color: rgb(249 115 22 / 0.05);
}
.border-s-orange-500\/50 {
  border-inline-start-color: rgb(249 115 22 / 0.5);
}
.border-s-orange-500\/55 {
  border-inline-start-color: rgb(249 115 22 / 0.55);
}
.border-s-orange-500\/60 {
  border-inline-start-color: rgb(249 115 22 / 0.6);
}
.border-s-orange-500\/65 {
  border-inline-start-color: rgb(249 115 22 / 0.65);
}
.border-s-orange-500\/70 {
  border-inline-start-color: rgb(249 115 22 / 0.7);
}
.border-s-orange-500\/75 {
  border-inline-start-color: rgb(249 115 22 / 0.75);
}
.border-s-orange-500\/80 {
  border-inline-start-color: rgb(249 115 22 / 0.8);
}
.border-s-orange-500\/85 {
  border-inline-start-color: rgb(249 115 22 / 0.85);
}
.border-s-orange-500\/90 {
  border-inline-start-color: rgb(249 115 22 / 0.9);
}
.border-s-orange-500\/95 {
  border-inline-start-color: rgb(249 115 22 / 0.95);
}
.border-s-orange-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-s-orange-600\/0 {
  border-inline-start-color: rgb(234 88 12 / 0);
}
.border-s-orange-600\/10 {
  border-inline-start-color: rgb(234 88 12 / 0.1);
}
.border-s-orange-600\/100 {
  border-inline-start-color: rgb(234 88 12 / 1);
}
.border-s-orange-600\/15 {
  border-inline-start-color: rgb(234 88 12 / 0.15);
}
.border-s-orange-600\/20 {
  border-inline-start-color: rgb(234 88 12 / 0.2);
}
.border-s-orange-600\/25 {
  border-inline-start-color: rgb(234 88 12 / 0.25);
}
.border-s-orange-600\/30 {
  border-inline-start-color: rgb(234 88 12 / 0.3);
}
.border-s-orange-600\/35 {
  border-inline-start-color: rgb(234 88 12 / 0.35);
}
.border-s-orange-600\/40 {
  border-inline-start-color: rgb(234 88 12 / 0.4);
}
.border-s-orange-600\/45 {
  border-inline-start-color: rgb(234 88 12 / 0.45);
}
.border-s-orange-600\/5 {
  border-inline-start-color: rgb(234 88 12 / 0.05);
}
.border-s-orange-600\/50 {
  border-inline-start-color: rgb(234 88 12 / 0.5);
}
.border-s-orange-600\/55 {
  border-inline-start-color: rgb(234 88 12 / 0.55);
}
.border-s-orange-600\/60 {
  border-inline-start-color: rgb(234 88 12 / 0.6);
}
.border-s-orange-600\/65 {
  border-inline-start-color: rgb(234 88 12 / 0.65);
}
.border-s-orange-600\/70 {
  border-inline-start-color: rgb(234 88 12 / 0.7);
}
.border-s-orange-600\/75 {
  border-inline-start-color: rgb(234 88 12 / 0.75);
}
.border-s-orange-600\/80 {
  border-inline-start-color: rgb(234 88 12 / 0.8);
}
.border-s-orange-600\/85 {
  border-inline-start-color: rgb(234 88 12 / 0.85);
}
.border-s-orange-600\/90 {
  border-inline-start-color: rgb(234 88 12 / 0.9);
}
.border-s-orange-600\/95 {
  border-inline-start-color: rgb(234 88 12 / 0.95);
}
.border-s-orange-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-s-orange-700\/0 {
  border-inline-start-color: rgb(194 65 12 / 0);
}
.border-s-orange-700\/10 {
  border-inline-start-color: rgb(194 65 12 / 0.1);
}
.border-s-orange-700\/100 {
  border-inline-start-color: rgb(194 65 12 / 1);
}
.border-s-orange-700\/15 {
  border-inline-start-color: rgb(194 65 12 / 0.15);
}
.border-s-orange-700\/20 {
  border-inline-start-color: rgb(194 65 12 / 0.2);
}
.border-s-orange-700\/25 {
  border-inline-start-color: rgb(194 65 12 / 0.25);
}
.border-s-orange-700\/30 {
  border-inline-start-color: rgb(194 65 12 / 0.3);
}
.border-s-orange-700\/35 {
  border-inline-start-color: rgb(194 65 12 / 0.35);
}
.border-s-orange-700\/40 {
  border-inline-start-color: rgb(194 65 12 / 0.4);
}
.border-s-orange-700\/45 {
  border-inline-start-color: rgb(194 65 12 / 0.45);
}
.border-s-orange-700\/5 {
  border-inline-start-color: rgb(194 65 12 / 0.05);
}
.border-s-orange-700\/50 {
  border-inline-start-color: rgb(194 65 12 / 0.5);
}
.border-s-orange-700\/55 {
  border-inline-start-color: rgb(194 65 12 / 0.55);
}
.border-s-orange-700\/60 {
  border-inline-start-color: rgb(194 65 12 / 0.6);
}
.border-s-orange-700\/65 {
  border-inline-start-color: rgb(194 65 12 / 0.65);
}
.border-s-orange-700\/70 {
  border-inline-start-color: rgb(194 65 12 / 0.7);
}
.border-s-orange-700\/75 {
  border-inline-start-color: rgb(194 65 12 / 0.75);
}
.border-s-orange-700\/80 {
  border-inline-start-color: rgb(194 65 12 / 0.8);
}
.border-s-orange-700\/85 {
  border-inline-start-color: rgb(194 65 12 / 0.85);
}
.border-s-orange-700\/90 {
  border-inline-start-color: rgb(194 65 12 / 0.9);
}
.border-s-orange-700\/95 {
  border-inline-start-color: rgb(194 65 12 / 0.95);
}
.border-s-orange-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-s-orange-800\/0 {
  border-inline-start-color: rgb(154 52 18 / 0);
}
.border-s-orange-800\/10 {
  border-inline-start-color: rgb(154 52 18 / 0.1);
}
.border-s-orange-800\/100 {
  border-inline-start-color: rgb(154 52 18 / 1);
}
.border-s-orange-800\/15 {
  border-inline-start-color: rgb(154 52 18 / 0.15);
}
.border-s-orange-800\/20 {
  border-inline-start-color: rgb(154 52 18 / 0.2);
}
.border-s-orange-800\/25 {
  border-inline-start-color: rgb(154 52 18 / 0.25);
}
.border-s-orange-800\/30 {
  border-inline-start-color: rgb(154 52 18 / 0.3);
}
.border-s-orange-800\/35 {
  border-inline-start-color: rgb(154 52 18 / 0.35);
}
.border-s-orange-800\/40 {
  border-inline-start-color: rgb(154 52 18 / 0.4);
}
.border-s-orange-800\/45 {
  border-inline-start-color: rgb(154 52 18 / 0.45);
}
.border-s-orange-800\/5 {
  border-inline-start-color: rgb(154 52 18 / 0.05);
}
.border-s-orange-800\/50 {
  border-inline-start-color: rgb(154 52 18 / 0.5);
}
.border-s-orange-800\/55 {
  border-inline-start-color: rgb(154 52 18 / 0.55);
}
.border-s-orange-800\/60 {
  border-inline-start-color: rgb(154 52 18 / 0.6);
}
.border-s-orange-800\/65 {
  border-inline-start-color: rgb(154 52 18 / 0.65);
}
.border-s-orange-800\/70 {
  border-inline-start-color: rgb(154 52 18 / 0.7);
}
.border-s-orange-800\/75 {
  border-inline-start-color: rgb(154 52 18 / 0.75);
}
.border-s-orange-800\/80 {
  border-inline-start-color: rgb(154 52 18 / 0.8);
}
.border-s-orange-800\/85 {
  border-inline-start-color: rgb(154 52 18 / 0.85);
}
.border-s-orange-800\/90 {
  border-inline-start-color: rgb(154 52 18 / 0.9);
}
.border-s-orange-800\/95 {
  border-inline-start-color: rgb(154 52 18 / 0.95);
}
.border-s-orange-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-s-orange-900\/0 {
  border-inline-start-color: rgb(124 45 18 / 0);
}
.border-s-orange-900\/10 {
  border-inline-start-color: rgb(124 45 18 / 0.1);
}
.border-s-orange-900\/100 {
  border-inline-start-color: rgb(124 45 18 / 1);
}
.border-s-orange-900\/15 {
  border-inline-start-color: rgb(124 45 18 / 0.15);
}
.border-s-orange-900\/20 {
  border-inline-start-color: rgb(124 45 18 / 0.2);
}
.border-s-orange-900\/25 {
  border-inline-start-color: rgb(124 45 18 / 0.25);
}
.border-s-orange-900\/30 {
  border-inline-start-color: rgb(124 45 18 / 0.3);
}
.border-s-orange-900\/35 {
  border-inline-start-color: rgb(124 45 18 / 0.35);
}
.border-s-orange-900\/40 {
  border-inline-start-color: rgb(124 45 18 / 0.4);
}
.border-s-orange-900\/45 {
  border-inline-start-color: rgb(124 45 18 / 0.45);
}
.border-s-orange-900\/5 {
  border-inline-start-color: rgb(124 45 18 / 0.05);
}
.border-s-orange-900\/50 {
  border-inline-start-color: rgb(124 45 18 / 0.5);
}
.border-s-orange-900\/55 {
  border-inline-start-color: rgb(124 45 18 / 0.55);
}
.border-s-orange-900\/60 {
  border-inline-start-color: rgb(124 45 18 / 0.6);
}
.border-s-orange-900\/65 {
  border-inline-start-color: rgb(124 45 18 / 0.65);
}
.border-s-orange-900\/70 {
  border-inline-start-color: rgb(124 45 18 / 0.7);
}
.border-s-orange-900\/75 {
  border-inline-start-color: rgb(124 45 18 / 0.75);
}
.border-s-orange-900\/80 {
  border-inline-start-color: rgb(124 45 18 / 0.8);
}
.border-s-orange-900\/85 {
  border-inline-start-color: rgb(124 45 18 / 0.85);
}
.border-s-orange-900\/90 {
  border-inline-start-color: rgb(124 45 18 / 0.9);
}
.border-s-orange-900\/95 {
  border-inline-start-color: rgb(124 45 18 / 0.95);
}
.border-s-orange-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-s-orange-950\/0 {
  border-inline-start-color: rgb(67 20 7 / 0);
}
.border-s-orange-950\/10 {
  border-inline-start-color: rgb(67 20 7 / 0.1);
}
.border-s-orange-950\/100 {
  border-inline-start-color: rgb(67 20 7 / 1);
}
.border-s-orange-950\/15 {
  border-inline-start-color: rgb(67 20 7 / 0.15);
}
.border-s-orange-950\/20 {
  border-inline-start-color: rgb(67 20 7 / 0.2);
}
.border-s-orange-950\/25 {
  border-inline-start-color: rgb(67 20 7 / 0.25);
}
.border-s-orange-950\/30 {
  border-inline-start-color: rgb(67 20 7 / 0.3);
}
.border-s-orange-950\/35 {
  border-inline-start-color: rgb(67 20 7 / 0.35);
}
.border-s-orange-950\/40 {
  border-inline-start-color: rgb(67 20 7 / 0.4);
}
.border-s-orange-950\/45 {
  border-inline-start-color: rgb(67 20 7 / 0.45);
}
.border-s-orange-950\/5 {
  border-inline-start-color: rgb(67 20 7 / 0.05);
}
.border-s-orange-950\/50 {
  border-inline-start-color: rgb(67 20 7 / 0.5);
}
.border-s-orange-950\/55 {
  border-inline-start-color: rgb(67 20 7 / 0.55);
}
.border-s-orange-950\/60 {
  border-inline-start-color: rgb(67 20 7 / 0.6);
}
.border-s-orange-950\/65 {
  border-inline-start-color: rgb(67 20 7 / 0.65);
}
.border-s-orange-950\/70 {
  border-inline-start-color: rgb(67 20 7 / 0.7);
}
.border-s-orange-950\/75 {
  border-inline-start-color: rgb(67 20 7 / 0.75);
}
.border-s-orange-950\/80 {
  border-inline-start-color: rgb(67 20 7 / 0.8);
}
.border-s-orange-950\/85 {
  border-inline-start-color: rgb(67 20 7 / 0.85);
}
.border-s-orange-950\/90 {
  border-inline-start-color: rgb(67 20 7 / 0.9);
}
.border-s-orange-950\/95 {
  border-inline-start-color: rgb(67 20 7 / 0.95);
}
.border-s-pink-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-s-pink-100\/0 {
  border-inline-start-color: rgb(252 231 243 / 0);
}
.border-s-pink-100\/10 {
  border-inline-start-color: rgb(252 231 243 / 0.1);
}
.border-s-pink-100\/100 {
  border-inline-start-color: rgb(252 231 243 / 1);
}
.border-s-pink-100\/15 {
  border-inline-start-color: rgb(252 231 243 / 0.15);
}
.border-s-pink-100\/20 {
  border-inline-start-color: rgb(252 231 243 / 0.2);
}
.border-s-pink-100\/25 {
  border-inline-start-color: rgb(252 231 243 / 0.25);
}
.border-s-pink-100\/30 {
  border-inline-start-color: rgb(252 231 243 / 0.3);
}
.border-s-pink-100\/35 {
  border-inline-start-color: rgb(252 231 243 / 0.35);
}
.border-s-pink-100\/40 {
  border-inline-start-color: rgb(252 231 243 / 0.4);
}
.border-s-pink-100\/45 {
  border-inline-start-color: rgb(252 231 243 / 0.45);
}
.border-s-pink-100\/5 {
  border-inline-start-color: rgb(252 231 243 / 0.05);
}
.border-s-pink-100\/50 {
  border-inline-start-color: rgb(252 231 243 / 0.5);
}
.border-s-pink-100\/55 {
  border-inline-start-color: rgb(252 231 243 / 0.55);
}
.border-s-pink-100\/60 {
  border-inline-start-color: rgb(252 231 243 / 0.6);
}
.border-s-pink-100\/65 {
  border-inline-start-color: rgb(252 231 243 / 0.65);
}
.border-s-pink-100\/70 {
  border-inline-start-color: rgb(252 231 243 / 0.7);
}
.border-s-pink-100\/75 {
  border-inline-start-color: rgb(252 231 243 / 0.75);
}
.border-s-pink-100\/80 {
  border-inline-start-color: rgb(252 231 243 / 0.8);
}
.border-s-pink-100\/85 {
  border-inline-start-color: rgb(252 231 243 / 0.85);
}
.border-s-pink-100\/90 {
  border-inline-start-color: rgb(252 231 243 / 0.9);
}
.border-s-pink-100\/95 {
  border-inline-start-color: rgb(252 231 243 / 0.95);
}
.border-s-pink-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-s-pink-200\/0 {
  border-inline-start-color: rgb(251 207 232 / 0);
}
.border-s-pink-200\/10 {
  border-inline-start-color: rgb(251 207 232 / 0.1);
}
.border-s-pink-200\/100 {
  border-inline-start-color: rgb(251 207 232 / 1);
}
.border-s-pink-200\/15 {
  border-inline-start-color: rgb(251 207 232 / 0.15);
}
.border-s-pink-200\/20 {
  border-inline-start-color: rgb(251 207 232 / 0.2);
}
.border-s-pink-200\/25 {
  border-inline-start-color: rgb(251 207 232 / 0.25);
}
.border-s-pink-200\/30 {
  border-inline-start-color: rgb(251 207 232 / 0.3);
}
.border-s-pink-200\/35 {
  border-inline-start-color: rgb(251 207 232 / 0.35);
}
.border-s-pink-200\/40 {
  border-inline-start-color: rgb(251 207 232 / 0.4);
}
.border-s-pink-200\/45 {
  border-inline-start-color: rgb(251 207 232 / 0.45);
}
.border-s-pink-200\/5 {
  border-inline-start-color: rgb(251 207 232 / 0.05);
}
.border-s-pink-200\/50 {
  border-inline-start-color: rgb(251 207 232 / 0.5);
}
.border-s-pink-200\/55 {
  border-inline-start-color: rgb(251 207 232 / 0.55);
}
.border-s-pink-200\/60 {
  border-inline-start-color: rgb(251 207 232 / 0.6);
}
.border-s-pink-200\/65 {
  border-inline-start-color: rgb(251 207 232 / 0.65);
}
.border-s-pink-200\/70 {
  border-inline-start-color: rgb(251 207 232 / 0.7);
}
.border-s-pink-200\/75 {
  border-inline-start-color: rgb(251 207 232 / 0.75);
}
.border-s-pink-200\/80 {
  border-inline-start-color: rgb(251 207 232 / 0.8);
}
.border-s-pink-200\/85 {
  border-inline-start-color: rgb(251 207 232 / 0.85);
}
.border-s-pink-200\/90 {
  border-inline-start-color: rgb(251 207 232 / 0.9);
}
.border-s-pink-200\/95 {
  border-inline-start-color: rgb(251 207 232 / 0.95);
}
.border-s-pink-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-s-pink-300\/0 {
  border-inline-start-color: rgb(249 168 212 / 0);
}
.border-s-pink-300\/10 {
  border-inline-start-color: rgb(249 168 212 / 0.1);
}
.border-s-pink-300\/100 {
  border-inline-start-color: rgb(249 168 212 / 1);
}
.border-s-pink-300\/15 {
  border-inline-start-color: rgb(249 168 212 / 0.15);
}
.border-s-pink-300\/20 {
  border-inline-start-color: rgb(249 168 212 / 0.2);
}
.border-s-pink-300\/25 {
  border-inline-start-color: rgb(249 168 212 / 0.25);
}
.border-s-pink-300\/30 {
  border-inline-start-color: rgb(249 168 212 / 0.3);
}
.border-s-pink-300\/35 {
  border-inline-start-color: rgb(249 168 212 / 0.35);
}
.border-s-pink-300\/40 {
  border-inline-start-color: rgb(249 168 212 / 0.4);
}
.border-s-pink-300\/45 {
  border-inline-start-color: rgb(249 168 212 / 0.45);
}
.border-s-pink-300\/5 {
  border-inline-start-color: rgb(249 168 212 / 0.05);
}
.border-s-pink-300\/50 {
  border-inline-start-color: rgb(249 168 212 / 0.5);
}
.border-s-pink-300\/55 {
  border-inline-start-color: rgb(249 168 212 / 0.55);
}
.border-s-pink-300\/60 {
  border-inline-start-color: rgb(249 168 212 / 0.6);
}
.border-s-pink-300\/65 {
  border-inline-start-color: rgb(249 168 212 / 0.65);
}
.border-s-pink-300\/70 {
  border-inline-start-color: rgb(249 168 212 / 0.7);
}
.border-s-pink-300\/75 {
  border-inline-start-color: rgb(249 168 212 / 0.75);
}
.border-s-pink-300\/80 {
  border-inline-start-color: rgb(249 168 212 / 0.8);
}
.border-s-pink-300\/85 {
  border-inline-start-color: rgb(249 168 212 / 0.85);
}
.border-s-pink-300\/90 {
  border-inline-start-color: rgb(249 168 212 / 0.9);
}
.border-s-pink-300\/95 {
  border-inline-start-color: rgb(249 168 212 / 0.95);
}
.border-s-pink-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-s-pink-400\/0 {
  border-inline-start-color: rgb(244 114 182 / 0);
}
.border-s-pink-400\/10 {
  border-inline-start-color: rgb(244 114 182 / 0.1);
}
.border-s-pink-400\/100 {
  border-inline-start-color: rgb(244 114 182 / 1);
}
.border-s-pink-400\/15 {
  border-inline-start-color: rgb(244 114 182 / 0.15);
}
.border-s-pink-400\/20 {
  border-inline-start-color: rgb(244 114 182 / 0.2);
}
.border-s-pink-400\/25 {
  border-inline-start-color: rgb(244 114 182 / 0.25);
}
.border-s-pink-400\/30 {
  border-inline-start-color: rgb(244 114 182 / 0.3);
}
.border-s-pink-400\/35 {
  border-inline-start-color: rgb(244 114 182 / 0.35);
}
.border-s-pink-400\/40 {
  border-inline-start-color: rgb(244 114 182 / 0.4);
}
.border-s-pink-400\/45 {
  border-inline-start-color: rgb(244 114 182 / 0.45);
}
.border-s-pink-400\/5 {
  border-inline-start-color: rgb(244 114 182 / 0.05);
}
.border-s-pink-400\/50 {
  border-inline-start-color: rgb(244 114 182 / 0.5);
}
.border-s-pink-400\/55 {
  border-inline-start-color: rgb(244 114 182 / 0.55);
}
.border-s-pink-400\/60 {
  border-inline-start-color: rgb(244 114 182 / 0.6);
}
.border-s-pink-400\/65 {
  border-inline-start-color: rgb(244 114 182 / 0.65);
}
.border-s-pink-400\/70 {
  border-inline-start-color: rgb(244 114 182 / 0.7);
}
.border-s-pink-400\/75 {
  border-inline-start-color: rgb(244 114 182 / 0.75);
}
.border-s-pink-400\/80 {
  border-inline-start-color: rgb(244 114 182 / 0.8);
}
.border-s-pink-400\/85 {
  border-inline-start-color: rgb(244 114 182 / 0.85);
}
.border-s-pink-400\/90 {
  border-inline-start-color: rgb(244 114 182 / 0.9);
}
.border-s-pink-400\/95 {
  border-inline-start-color: rgb(244 114 182 / 0.95);
}
.border-s-pink-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-s-pink-50\/0 {
  border-inline-start-color: rgb(253 242 248 / 0);
}
.border-s-pink-50\/10 {
  border-inline-start-color: rgb(253 242 248 / 0.1);
}
.border-s-pink-50\/100 {
  border-inline-start-color: rgb(253 242 248 / 1);
}
.border-s-pink-50\/15 {
  border-inline-start-color: rgb(253 242 248 / 0.15);
}
.border-s-pink-50\/20 {
  border-inline-start-color: rgb(253 242 248 / 0.2);
}
.border-s-pink-50\/25 {
  border-inline-start-color: rgb(253 242 248 / 0.25);
}
.border-s-pink-50\/30 {
  border-inline-start-color: rgb(253 242 248 / 0.3);
}
.border-s-pink-50\/35 {
  border-inline-start-color: rgb(253 242 248 / 0.35);
}
.border-s-pink-50\/40 {
  border-inline-start-color: rgb(253 242 248 / 0.4);
}
.border-s-pink-50\/45 {
  border-inline-start-color: rgb(253 242 248 / 0.45);
}
.border-s-pink-50\/5 {
  border-inline-start-color: rgb(253 242 248 / 0.05);
}
.border-s-pink-50\/50 {
  border-inline-start-color: rgb(253 242 248 / 0.5);
}
.border-s-pink-50\/55 {
  border-inline-start-color: rgb(253 242 248 / 0.55);
}
.border-s-pink-50\/60 {
  border-inline-start-color: rgb(253 242 248 / 0.6);
}
.border-s-pink-50\/65 {
  border-inline-start-color: rgb(253 242 248 / 0.65);
}
.border-s-pink-50\/70 {
  border-inline-start-color: rgb(253 242 248 / 0.7);
}
.border-s-pink-50\/75 {
  border-inline-start-color: rgb(253 242 248 / 0.75);
}
.border-s-pink-50\/80 {
  border-inline-start-color: rgb(253 242 248 / 0.8);
}
.border-s-pink-50\/85 {
  border-inline-start-color: rgb(253 242 248 / 0.85);
}
.border-s-pink-50\/90 {
  border-inline-start-color: rgb(253 242 248 / 0.9);
}
.border-s-pink-50\/95 {
  border-inline-start-color: rgb(253 242 248 / 0.95);
}
.border-s-pink-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-s-pink-500\/0 {
  border-inline-start-color: rgb(236 72 153 / 0);
}
.border-s-pink-500\/10 {
  border-inline-start-color: rgb(236 72 153 / 0.1);
}
.border-s-pink-500\/100 {
  border-inline-start-color: rgb(236 72 153 / 1);
}
.border-s-pink-500\/15 {
  border-inline-start-color: rgb(236 72 153 / 0.15);
}
.border-s-pink-500\/20 {
  border-inline-start-color: rgb(236 72 153 / 0.2);
}
.border-s-pink-500\/25 {
  border-inline-start-color: rgb(236 72 153 / 0.25);
}
.border-s-pink-500\/30 {
  border-inline-start-color: rgb(236 72 153 / 0.3);
}
.border-s-pink-500\/35 {
  border-inline-start-color: rgb(236 72 153 / 0.35);
}
.border-s-pink-500\/40 {
  border-inline-start-color: rgb(236 72 153 / 0.4);
}
.border-s-pink-500\/45 {
  border-inline-start-color: rgb(236 72 153 / 0.45);
}
.border-s-pink-500\/5 {
  border-inline-start-color: rgb(236 72 153 / 0.05);
}
.border-s-pink-500\/50 {
  border-inline-start-color: rgb(236 72 153 / 0.5);
}
.border-s-pink-500\/55 {
  border-inline-start-color: rgb(236 72 153 / 0.55);
}
.border-s-pink-500\/60 {
  border-inline-start-color: rgb(236 72 153 / 0.6);
}
.border-s-pink-500\/65 {
  border-inline-start-color: rgb(236 72 153 / 0.65);
}
.border-s-pink-500\/70 {
  border-inline-start-color: rgb(236 72 153 / 0.7);
}
.border-s-pink-500\/75 {
  border-inline-start-color: rgb(236 72 153 / 0.75);
}
.border-s-pink-500\/80 {
  border-inline-start-color: rgb(236 72 153 / 0.8);
}
.border-s-pink-500\/85 {
  border-inline-start-color: rgb(236 72 153 / 0.85);
}
.border-s-pink-500\/90 {
  border-inline-start-color: rgb(236 72 153 / 0.9);
}
.border-s-pink-500\/95 {
  border-inline-start-color: rgb(236 72 153 / 0.95);
}
.border-s-pink-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-s-pink-600\/0 {
  border-inline-start-color: rgb(219 39 119 / 0);
}
.border-s-pink-600\/10 {
  border-inline-start-color: rgb(219 39 119 / 0.1);
}
.border-s-pink-600\/100 {
  border-inline-start-color: rgb(219 39 119 / 1);
}
.border-s-pink-600\/15 {
  border-inline-start-color: rgb(219 39 119 / 0.15);
}
.border-s-pink-600\/20 {
  border-inline-start-color: rgb(219 39 119 / 0.2);
}
.border-s-pink-600\/25 {
  border-inline-start-color: rgb(219 39 119 / 0.25);
}
.border-s-pink-600\/30 {
  border-inline-start-color: rgb(219 39 119 / 0.3);
}
.border-s-pink-600\/35 {
  border-inline-start-color: rgb(219 39 119 / 0.35);
}
.border-s-pink-600\/40 {
  border-inline-start-color: rgb(219 39 119 / 0.4);
}
.border-s-pink-600\/45 {
  border-inline-start-color: rgb(219 39 119 / 0.45);
}
.border-s-pink-600\/5 {
  border-inline-start-color: rgb(219 39 119 / 0.05);
}
.border-s-pink-600\/50 {
  border-inline-start-color: rgb(219 39 119 / 0.5);
}
.border-s-pink-600\/55 {
  border-inline-start-color: rgb(219 39 119 / 0.55);
}
.border-s-pink-600\/60 {
  border-inline-start-color: rgb(219 39 119 / 0.6);
}
.border-s-pink-600\/65 {
  border-inline-start-color: rgb(219 39 119 / 0.65);
}
.border-s-pink-600\/70 {
  border-inline-start-color: rgb(219 39 119 / 0.7);
}
.border-s-pink-600\/75 {
  border-inline-start-color: rgb(219 39 119 / 0.75);
}
.border-s-pink-600\/80 {
  border-inline-start-color: rgb(219 39 119 / 0.8);
}
.border-s-pink-600\/85 {
  border-inline-start-color: rgb(219 39 119 / 0.85);
}
.border-s-pink-600\/90 {
  border-inline-start-color: rgb(219 39 119 / 0.9);
}
.border-s-pink-600\/95 {
  border-inline-start-color: rgb(219 39 119 / 0.95);
}
.border-s-pink-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-s-pink-700\/0 {
  border-inline-start-color: rgb(190 24 93 / 0);
}
.border-s-pink-700\/10 {
  border-inline-start-color: rgb(190 24 93 / 0.1);
}
.border-s-pink-700\/100 {
  border-inline-start-color: rgb(190 24 93 / 1);
}
.border-s-pink-700\/15 {
  border-inline-start-color: rgb(190 24 93 / 0.15);
}
.border-s-pink-700\/20 {
  border-inline-start-color: rgb(190 24 93 / 0.2);
}
.border-s-pink-700\/25 {
  border-inline-start-color: rgb(190 24 93 / 0.25);
}
.border-s-pink-700\/30 {
  border-inline-start-color: rgb(190 24 93 / 0.3);
}
.border-s-pink-700\/35 {
  border-inline-start-color: rgb(190 24 93 / 0.35);
}
.border-s-pink-700\/40 {
  border-inline-start-color: rgb(190 24 93 / 0.4);
}
.border-s-pink-700\/45 {
  border-inline-start-color: rgb(190 24 93 / 0.45);
}
.border-s-pink-700\/5 {
  border-inline-start-color: rgb(190 24 93 / 0.05);
}
.border-s-pink-700\/50 {
  border-inline-start-color: rgb(190 24 93 / 0.5);
}
.border-s-pink-700\/55 {
  border-inline-start-color: rgb(190 24 93 / 0.55);
}
.border-s-pink-700\/60 {
  border-inline-start-color: rgb(190 24 93 / 0.6);
}
.border-s-pink-700\/65 {
  border-inline-start-color: rgb(190 24 93 / 0.65);
}
.border-s-pink-700\/70 {
  border-inline-start-color: rgb(190 24 93 / 0.7);
}
.border-s-pink-700\/75 {
  border-inline-start-color: rgb(190 24 93 / 0.75);
}
.border-s-pink-700\/80 {
  border-inline-start-color: rgb(190 24 93 / 0.8);
}
.border-s-pink-700\/85 {
  border-inline-start-color: rgb(190 24 93 / 0.85);
}
.border-s-pink-700\/90 {
  border-inline-start-color: rgb(190 24 93 / 0.9);
}
.border-s-pink-700\/95 {
  border-inline-start-color: rgb(190 24 93 / 0.95);
}
.border-s-pink-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-s-pink-800\/0 {
  border-inline-start-color: rgb(157 23 77 / 0);
}
.border-s-pink-800\/10 {
  border-inline-start-color: rgb(157 23 77 / 0.1);
}
.border-s-pink-800\/100 {
  border-inline-start-color: rgb(157 23 77 / 1);
}
.border-s-pink-800\/15 {
  border-inline-start-color: rgb(157 23 77 / 0.15);
}
.border-s-pink-800\/20 {
  border-inline-start-color: rgb(157 23 77 / 0.2);
}
.border-s-pink-800\/25 {
  border-inline-start-color: rgb(157 23 77 / 0.25);
}
.border-s-pink-800\/30 {
  border-inline-start-color: rgb(157 23 77 / 0.3);
}
.border-s-pink-800\/35 {
  border-inline-start-color: rgb(157 23 77 / 0.35);
}
.border-s-pink-800\/40 {
  border-inline-start-color: rgb(157 23 77 / 0.4);
}
.border-s-pink-800\/45 {
  border-inline-start-color: rgb(157 23 77 / 0.45);
}
.border-s-pink-800\/5 {
  border-inline-start-color: rgb(157 23 77 / 0.05);
}
.border-s-pink-800\/50 {
  border-inline-start-color: rgb(157 23 77 / 0.5);
}
.border-s-pink-800\/55 {
  border-inline-start-color: rgb(157 23 77 / 0.55);
}
.border-s-pink-800\/60 {
  border-inline-start-color: rgb(157 23 77 / 0.6);
}
.border-s-pink-800\/65 {
  border-inline-start-color: rgb(157 23 77 / 0.65);
}
.border-s-pink-800\/70 {
  border-inline-start-color: rgb(157 23 77 / 0.7);
}
.border-s-pink-800\/75 {
  border-inline-start-color: rgb(157 23 77 / 0.75);
}
.border-s-pink-800\/80 {
  border-inline-start-color: rgb(157 23 77 / 0.8);
}
.border-s-pink-800\/85 {
  border-inline-start-color: rgb(157 23 77 / 0.85);
}
.border-s-pink-800\/90 {
  border-inline-start-color: rgb(157 23 77 / 0.9);
}
.border-s-pink-800\/95 {
  border-inline-start-color: rgb(157 23 77 / 0.95);
}
.border-s-pink-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-s-pink-900\/0 {
  border-inline-start-color: rgb(131 24 67 / 0);
}
.border-s-pink-900\/10 {
  border-inline-start-color: rgb(131 24 67 / 0.1);
}
.border-s-pink-900\/100 {
  border-inline-start-color: rgb(131 24 67 / 1);
}
.border-s-pink-900\/15 {
  border-inline-start-color: rgb(131 24 67 / 0.15);
}
.border-s-pink-900\/20 {
  border-inline-start-color: rgb(131 24 67 / 0.2);
}
.border-s-pink-900\/25 {
  border-inline-start-color: rgb(131 24 67 / 0.25);
}
.border-s-pink-900\/30 {
  border-inline-start-color: rgb(131 24 67 / 0.3);
}
.border-s-pink-900\/35 {
  border-inline-start-color: rgb(131 24 67 / 0.35);
}
.border-s-pink-900\/40 {
  border-inline-start-color: rgb(131 24 67 / 0.4);
}
.border-s-pink-900\/45 {
  border-inline-start-color: rgb(131 24 67 / 0.45);
}
.border-s-pink-900\/5 {
  border-inline-start-color: rgb(131 24 67 / 0.05);
}
.border-s-pink-900\/50 {
  border-inline-start-color: rgb(131 24 67 / 0.5);
}
.border-s-pink-900\/55 {
  border-inline-start-color: rgb(131 24 67 / 0.55);
}
.border-s-pink-900\/60 {
  border-inline-start-color: rgb(131 24 67 / 0.6);
}
.border-s-pink-900\/65 {
  border-inline-start-color: rgb(131 24 67 / 0.65);
}
.border-s-pink-900\/70 {
  border-inline-start-color: rgb(131 24 67 / 0.7);
}
.border-s-pink-900\/75 {
  border-inline-start-color: rgb(131 24 67 / 0.75);
}
.border-s-pink-900\/80 {
  border-inline-start-color: rgb(131 24 67 / 0.8);
}
.border-s-pink-900\/85 {
  border-inline-start-color: rgb(131 24 67 / 0.85);
}
.border-s-pink-900\/90 {
  border-inline-start-color: rgb(131 24 67 / 0.9);
}
.border-s-pink-900\/95 {
  border-inline-start-color: rgb(131 24 67 / 0.95);
}
.border-s-pink-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-s-pink-950\/0 {
  border-inline-start-color: rgb(80 7 36 / 0);
}
.border-s-pink-950\/10 {
  border-inline-start-color: rgb(80 7 36 / 0.1);
}
.border-s-pink-950\/100 {
  border-inline-start-color: rgb(80 7 36 / 1);
}
.border-s-pink-950\/15 {
  border-inline-start-color: rgb(80 7 36 / 0.15);
}
.border-s-pink-950\/20 {
  border-inline-start-color: rgb(80 7 36 / 0.2);
}
.border-s-pink-950\/25 {
  border-inline-start-color: rgb(80 7 36 / 0.25);
}
.border-s-pink-950\/30 {
  border-inline-start-color: rgb(80 7 36 / 0.3);
}
.border-s-pink-950\/35 {
  border-inline-start-color: rgb(80 7 36 / 0.35);
}
.border-s-pink-950\/40 {
  border-inline-start-color: rgb(80 7 36 / 0.4);
}
.border-s-pink-950\/45 {
  border-inline-start-color: rgb(80 7 36 / 0.45);
}
.border-s-pink-950\/5 {
  border-inline-start-color: rgb(80 7 36 / 0.05);
}
.border-s-pink-950\/50 {
  border-inline-start-color: rgb(80 7 36 / 0.5);
}
.border-s-pink-950\/55 {
  border-inline-start-color: rgb(80 7 36 / 0.55);
}
.border-s-pink-950\/60 {
  border-inline-start-color: rgb(80 7 36 / 0.6);
}
.border-s-pink-950\/65 {
  border-inline-start-color: rgb(80 7 36 / 0.65);
}
.border-s-pink-950\/70 {
  border-inline-start-color: rgb(80 7 36 / 0.7);
}
.border-s-pink-950\/75 {
  border-inline-start-color: rgb(80 7 36 / 0.75);
}
.border-s-pink-950\/80 {
  border-inline-start-color: rgb(80 7 36 / 0.8);
}
.border-s-pink-950\/85 {
  border-inline-start-color: rgb(80 7 36 / 0.85);
}
.border-s-pink-950\/90 {
  border-inline-start-color: rgb(80 7 36 / 0.9);
}
.border-s-pink-950\/95 {
  border-inline-start-color: rgb(80 7 36 / 0.95);
}
.border-s-purple-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-s-purple-100\/0 {
  border-inline-start-color: rgb(243 232 255 / 0);
}
.border-s-purple-100\/10 {
  border-inline-start-color: rgb(243 232 255 / 0.1);
}
.border-s-purple-100\/100 {
  border-inline-start-color: rgb(243 232 255 / 1);
}
.border-s-purple-100\/15 {
  border-inline-start-color: rgb(243 232 255 / 0.15);
}
.border-s-purple-100\/20 {
  border-inline-start-color: rgb(243 232 255 / 0.2);
}
.border-s-purple-100\/25 {
  border-inline-start-color: rgb(243 232 255 / 0.25);
}
.border-s-purple-100\/30 {
  border-inline-start-color: rgb(243 232 255 / 0.3);
}
.border-s-purple-100\/35 {
  border-inline-start-color: rgb(243 232 255 / 0.35);
}
.border-s-purple-100\/40 {
  border-inline-start-color: rgb(243 232 255 / 0.4);
}
.border-s-purple-100\/45 {
  border-inline-start-color: rgb(243 232 255 / 0.45);
}
.border-s-purple-100\/5 {
  border-inline-start-color: rgb(243 232 255 / 0.05);
}
.border-s-purple-100\/50 {
  border-inline-start-color: rgb(243 232 255 / 0.5);
}
.border-s-purple-100\/55 {
  border-inline-start-color: rgb(243 232 255 / 0.55);
}
.border-s-purple-100\/60 {
  border-inline-start-color: rgb(243 232 255 / 0.6);
}
.border-s-purple-100\/65 {
  border-inline-start-color: rgb(243 232 255 / 0.65);
}
.border-s-purple-100\/70 {
  border-inline-start-color: rgb(243 232 255 / 0.7);
}
.border-s-purple-100\/75 {
  border-inline-start-color: rgb(243 232 255 / 0.75);
}
.border-s-purple-100\/80 {
  border-inline-start-color: rgb(243 232 255 / 0.8);
}
.border-s-purple-100\/85 {
  border-inline-start-color: rgb(243 232 255 / 0.85);
}
.border-s-purple-100\/90 {
  border-inline-start-color: rgb(243 232 255 / 0.9);
}
.border-s-purple-100\/95 {
  border-inline-start-color: rgb(243 232 255 / 0.95);
}
.border-s-purple-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-s-purple-200\/0 {
  border-inline-start-color: rgb(233 213 255 / 0);
}
.border-s-purple-200\/10 {
  border-inline-start-color: rgb(233 213 255 / 0.1);
}
.border-s-purple-200\/100 {
  border-inline-start-color: rgb(233 213 255 / 1);
}
.border-s-purple-200\/15 {
  border-inline-start-color: rgb(233 213 255 / 0.15);
}
.border-s-purple-200\/20 {
  border-inline-start-color: rgb(233 213 255 / 0.2);
}
.border-s-purple-200\/25 {
  border-inline-start-color: rgb(233 213 255 / 0.25);
}
.border-s-purple-200\/30 {
  border-inline-start-color: rgb(233 213 255 / 0.3);
}
.border-s-purple-200\/35 {
  border-inline-start-color: rgb(233 213 255 / 0.35);
}
.border-s-purple-200\/40 {
  border-inline-start-color: rgb(233 213 255 / 0.4);
}
.border-s-purple-200\/45 {
  border-inline-start-color: rgb(233 213 255 / 0.45);
}
.border-s-purple-200\/5 {
  border-inline-start-color: rgb(233 213 255 / 0.05);
}
.border-s-purple-200\/50 {
  border-inline-start-color: rgb(233 213 255 / 0.5);
}
.border-s-purple-200\/55 {
  border-inline-start-color: rgb(233 213 255 / 0.55);
}
.border-s-purple-200\/60 {
  border-inline-start-color: rgb(233 213 255 / 0.6);
}
.border-s-purple-200\/65 {
  border-inline-start-color: rgb(233 213 255 / 0.65);
}
.border-s-purple-200\/70 {
  border-inline-start-color: rgb(233 213 255 / 0.7);
}
.border-s-purple-200\/75 {
  border-inline-start-color: rgb(233 213 255 / 0.75);
}
.border-s-purple-200\/80 {
  border-inline-start-color: rgb(233 213 255 / 0.8);
}
.border-s-purple-200\/85 {
  border-inline-start-color: rgb(233 213 255 / 0.85);
}
.border-s-purple-200\/90 {
  border-inline-start-color: rgb(233 213 255 / 0.9);
}
.border-s-purple-200\/95 {
  border-inline-start-color: rgb(233 213 255 / 0.95);
}
.border-s-purple-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-s-purple-300\/0 {
  border-inline-start-color: rgb(216 180 254 / 0);
}
.border-s-purple-300\/10 {
  border-inline-start-color: rgb(216 180 254 / 0.1);
}
.border-s-purple-300\/100 {
  border-inline-start-color: rgb(216 180 254 / 1);
}
.border-s-purple-300\/15 {
  border-inline-start-color: rgb(216 180 254 / 0.15);
}
.border-s-purple-300\/20 {
  border-inline-start-color: rgb(216 180 254 / 0.2);
}
.border-s-purple-300\/25 {
  border-inline-start-color: rgb(216 180 254 / 0.25);
}
.border-s-purple-300\/30 {
  border-inline-start-color: rgb(216 180 254 / 0.3);
}
.border-s-purple-300\/35 {
  border-inline-start-color: rgb(216 180 254 / 0.35);
}
.border-s-purple-300\/40 {
  border-inline-start-color: rgb(216 180 254 / 0.4);
}
.border-s-purple-300\/45 {
  border-inline-start-color: rgb(216 180 254 / 0.45);
}
.border-s-purple-300\/5 {
  border-inline-start-color: rgb(216 180 254 / 0.05);
}
.border-s-purple-300\/50 {
  border-inline-start-color: rgb(216 180 254 / 0.5);
}
.border-s-purple-300\/55 {
  border-inline-start-color: rgb(216 180 254 / 0.55);
}
.border-s-purple-300\/60 {
  border-inline-start-color: rgb(216 180 254 / 0.6);
}
.border-s-purple-300\/65 {
  border-inline-start-color: rgb(216 180 254 / 0.65);
}
.border-s-purple-300\/70 {
  border-inline-start-color: rgb(216 180 254 / 0.7);
}
.border-s-purple-300\/75 {
  border-inline-start-color: rgb(216 180 254 / 0.75);
}
.border-s-purple-300\/80 {
  border-inline-start-color: rgb(216 180 254 / 0.8);
}
.border-s-purple-300\/85 {
  border-inline-start-color: rgb(216 180 254 / 0.85);
}
.border-s-purple-300\/90 {
  border-inline-start-color: rgb(216 180 254 / 0.9);
}
.border-s-purple-300\/95 {
  border-inline-start-color: rgb(216 180 254 / 0.95);
}
.border-s-purple-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-s-purple-400\/0 {
  border-inline-start-color: rgb(192 132 252 / 0);
}
.border-s-purple-400\/10 {
  border-inline-start-color: rgb(192 132 252 / 0.1);
}
.border-s-purple-400\/100 {
  border-inline-start-color: rgb(192 132 252 / 1);
}
.border-s-purple-400\/15 {
  border-inline-start-color: rgb(192 132 252 / 0.15);
}
.border-s-purple-400\/20 {
  border-inline-start-color: rgb(192 132 252 / 0.2);
}
.border-s-purple-400\/25 {
  border-inline-start-color: rgb(192 132 252 / 0.25);
}
.border-s-purple-400\/30 {
  border-inline-start-color: rgb(192 132 252 / 0.3);
}
.border-s-purple-400\/35 {
  border-inline-start-color: rgb(192 132 252 / 0.35);
}
.border-s-purple-400\/40 {
  border-inline-start-color: rgb(192 132 252 / 0.4);
}
.border-s-purple-400\/45 {
  border-inline-start-color: rgb(192 132 252 / 0.45);
}
.border-s-purple-400\/5 {
  border-inline-start-color: rgb(192 132 252 / 0.05);
}
.border-s-purple-400\/50 {
  border-inline-start-color: rgb(192 132 252 / 0.5);
}
.border-s-purple-400\/55 {
  border-inline-start-color: rgb(192 132 252 / 0.55);
}
.border-s-purple-400\/60 {
  border-inline-start-color: rgb(192 132 252 / 0.6);
}
.border-s-purple-400\/65 {
  border-inline-start-color: rgb(192 132 252 / 0.65);
}
.border-s-purple-400\/70 {
  border-inline-start-color: rgb(192 132 252 / 0.7);
}
.border-s-purple-400\/75 {
  border-inline-start-color: rgb(192 132 252 / 0.75);
}
.border-s-purple-400\/80 {
  border-inline-start-color: rgb(192 132 252 / 0.8);
}
.border-s-purple-400\/85 {
  border-inline-start-color: rgb(192 132 252 / 0.85);
}
.border-s-purple-400\/90 {
  border-inline-start-color: rgb(192 132 252 / 0.9);
}
.border-s-purple-400\/95 {
  border-inline-start-color: rgb(192 132 252 / 0.95);
}
.border-s-purple-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-s-purple-50\/0 {
  border-inline-start-color: rgb(250 245 255 / 0);
}
.border-s-purple-50\/10 {
  border-inline-start-color: rgb(250 245 255 / 0.1);
}
.border-s-purple-50\/100 {
  border-inline-start-color: rgb(250 245 255 / 1);
}
.border-s-purple-50\/15 {
  border-inline-start-color: rgb(250 245 255 / 0.15);
}
.border-s-purple-50\/20 {
  border-inline-start-color: rgb(250 245 255 / 0.2);
}
.border-s-purple-50\/25 {
  border-inline-start-color: rgb(250 245 255 / 0.25);
}
.border-s-purple-50\/30 {
  border-inline-start-color: rgb(250 245 255 / 0.3);
}
.border-s-purple-50\/35 {
  border-inline-start-color: rgb(250 245 255 / 0.35);
}
.border-s-purple-50\/40 {
  border-inline-start-color: rgb(250 245 255 / 0.4);
}
.border-s-purple-50\/45 {
  border-inline-start-color: rgb(250 245 255 / 0.45);
}
.border-s-purple-50\/5 {
  border-inline-start-color: rgb(250 245 255 / 0.05);
}
.border-s-purple-50\/50 {
  border-inline-start-color: rgb(250 245 255 / 0.5);
}
.border-s-purple-50\/55 {
  border-inline-start-color: rgb(250 245 255 / 0.55);
}
.border-s-purple-50\/60 {
  border-inline-start-color: rgb(250 245 255 / 0.6);
}
.border-s-purple-50\/65 {
  border-inline-start-color: rgb(250 245 255 / 0.65);
}
.border-s-purple-50\/70 {
  border-inline-start-color: rgb(250 245 255 / 0.7);
}
.border-s-purple-50\/75 {
  border-inline-start-color: rgb(250 245 255 / 0.75);
}
.border-s-purple-50\/80 {
  border-inline-start-color: rgb(250 245 255 / 0.8);
}
.border-s-purple-50\/85 {
  border-inline-start-color: rgb(250 245 255 / 0.85);
}
.border-s-purple-50\/90 {
  border-inline-start-color: rgb(250 245 255 / 0.9);
}
.border-s-purple-50\/95 {
  border-inline-start-color: rgb(250 245 255 / 0.95);
}
.border-s-purple-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-s-purple-500\/0 {
  border-inline-start-color: rgb(168 85 247 / 0);
}
.border-s-purple-500\/10 {
  border-inline-start-color: rgb(168 85 247 / 0.1);
}
.border-s-purple-500\/100 {
  border-inline-start-color: rgb(168 85 247 / 1);
}
.border-s-purple-500\/15 {
  border-inline-start-color: rgb(168 85 247 / 0.15);
}
.border-s-purple-500\/20 {
  border-inline-start-color: rgb(168 85 247 / 0.2);
}
.border-s-purple-500\/25 {
  border-inline-start-color: rgb(168 85 247 / 0.25);
}
.border-s-purple-500\/30 {
  border-inline-start-color: rgb(168 85 247 / 0.3);
}
.border-s-purple-500\/35 {
  border-inline-start-color: rgb(168 85 247 / 0.35);
}
.border-s-purple-500\/40 {
  border-inline-start-color: rgb(168 85 247 / 0.4);
}
.border-s-purple-500\/45 {
  border-inline-start-color: rgb(168 85 247 / 0.45);
}
.border-s-purple-500\/5 {
  border-inline-start-color: rgb(168 85 247 / 0.05);
}
.border-s-purple-500\/50 {
  border-inline-start-color: rgb(168 85 247 / 0.5);
}
.border-s-purple-500\/55 {
  border-inline-start-color: rgb(168 85 247 / 0.55);
}
.border-s-purple-500\/60 {
  border-inline-start-color: rgb(168 85 247 / 0.6);
}
.border-s-purple-500\/65 {
  border-inline-start-color: rgb(168 85 247 / 0.65);
}
.border-s-purple-500\/70 {
  border-inline-start-color: rgb(168 85 247 / 0.7);
}
.border-s-purple-500\/75 {
  border-inline-start-color: rgb(168 85 247 / 0.75);
}
.border-s-purple-500\/80 {
  border-inline-start-color: rgb(168 85 247 / 0.8);
}
.border-s-purple-500\/85 {
  border-inline-start-color: rgb(168 85 247 / 0.85);
}
.border-s-purple-500\/90 {
  border-inline-start-color: rgb(168 85 247 / 0.9);
}
.border-s-purple-500\/95 {
  border-inline-start-color: rgb(168 85 247 / 0.95);
}
.border-s-purple-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-s-purple-600\/0 {
  border-inline-start-color: rgb(147 51 234 / 0);
}
.border-s-purple-600\/10 {
  border-inline-start-color: rgb(147 51 234 / 0.1);
}
.border-s-purple-600\/100 {
  border-inline-start-color: rgb(147 51 234 / 1);
}
.border-s-purple-600\/15 {
  border-inline-start-color: rgb(147 51 234 / 0.15);
}
.border-s-purple-600\/20 {
  border-inline-start-color: rgb(147 51 234 / 0.2);
}
.border-s-purple-600\/25 {
  border-inline-start-color: rgb(147 51 234 / 0.25);
}
.border-s-purple-600\/30 {
  border-inline-start-color: rgb(147 51 234 / 0.3);
}
.border-s-purple-600\/35 {
  border-inline-start-color: rgb(147 51 234 / 0.35);
}
.border-s-purple-600\/40 {
  border-inline-start-color: rgb(147 51 234 / 0.4);
}
.border-s-purple-600\/45 {
  border-inline-start-color: rgb(147 51 234 / 0.45);
}
.border-s-purple-600\/5 {
  border-inline-start-color: rgb(147 51 234 / 0.05);
}
.border-s-purple-600\/50 {
  border-inline-start-color: rgb(147 51 234 / 0.5);
}
.border-s-purple-600\/55 {
  border-inline-start-color: rgb(147 51 234 / 0.55);
}
.border-s-purple-600\/60 {
  border-inline-start-color: rgb(147 51 234 / 0.6);
}
.border-s-purple-600\/65 {
  border-inline-start-color: rgb(147 51 234 / 0.65);
}
.border-s-purple-600\/70 {
  border-inline-start-color: rgb(147 51 234 / 0.7);
}
.border-s-purple-600\/75 {
  border-inline-start-color: rgb(147 51 234 / 0.75);
}
.border-s-purple-600\/80 {
  border-inline-start-color: rgb(147 51 234 / 0.8);
}
.border-s-purple-600\/85 {
  border-inline-start-color: rgb(147 51 234 / 0.85);
}
.border-s-purple-600\/90 {
  border-inline-start-color: rgb(147 51 234 / 0.9);
}
.border-s-purple-600\/95 {
  border-inline-start-color: rgb(147 51 234 / 0.95);
}
.border-s-purple-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-s-purple-700\/0 {
  border-inline-start-color: rgb(126 34 206 / 0);
}
.border-s-purple-700\/10 {
  border-inline-start-color: rgb(126 34 206 / 0.1);
}
.border-s-purple-700\/100 {
  border-inline-start-color: rgb(126 34 206 / 1);
}
.border-s-purple-700\/15 {
  border-inline-start-color: rgb(126 34 206 / 0.15);
}
.border-s-purple-700\/20 {
  border-inline-start-color: rgb(126 34 206 / 0.2);
}
.border-s-purple-700\/25 {
  border-inline-start-color: rgb(126 34 206 / 0.25);
}
.border-s-purple-700\/30 {
  border-inline-start-color: rgb(126 34 206 / 0.3);
}
.border-s-purple-700\/35 {
  border-inline-start-color: rgb(126 34 206 / 0.35);
}
.border-s-purple-700\/40 {
  border-inline-start-color: rgb(126 34 206 / 0.4);
}
.border-s-purple-700\/45 {
  border-inline-start-color: rgb(126 34 206 / 0.45);
}
.border-s-purple-700\/5 {
  border-inline-start-color: rgb(126 34 206 / 0.05);
}
.border-s-purple-700\/50 {
  border-inline-start-color: rgb(126 34 206 / 0.5);
}
.border-s-purple-700\/55 {
  border-inline-start-color: rgb(126 34 206 / 0.55);
}
.border-s-purple-700\/60 {
  border-inline-start-color: rgb(126 34 206 / 0.6);
}
.border-s-purple-700\/65 {
  border-inline-start-color: rgb(126 34 206 / 0.65);
}
.border-s-purple-700\/70 {
  border-inline-start-color: rgb(126 34 206 / 0.7);
}
.border-s-purple-700\/75 {
  border-inline-start-color: rgb(126 34 206 / 0.75);
}
.border-s-purple-700\/80 {
  border-inline-start-color: rgb(126 34 206 / 0.8);
}
.border-s-purple-700\/85 {
  border-inline-start-color: rgb(126 34 206 / 0.85);
}
.border-s-purple-700\/90 {
  border-inline-start-color: rgb(126 34 206 / 0.9);
}
.border-s-purple-700\/95 {
  border-inline-start-color: rgb(126 34 206 / 0.95);
}
.border-s-purple-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-s-purple-800\/0 {
  border-inline-start-color: rgb(107 33 168 / 0);
}
.border-s-purple-800\/10 {
  border-inline-start-color: rgb(107 33 168 / 0.1);
}
.border-s-purple-800\/100 {
  border-inline-start-color: rgb(107 33 168 / 1);
}
.border-s-purple-800\/15 {
  border-inline-start-color: rgb(107 33 168 / 0.15);
}
.border-s-purple-800\/20 {
  border-inline-start-color: rgb(107 33 168 / 0.2);
}
.border-s-purple-800\/25 {
  border-inline-start-color: rgb(107 33 168 / 0.25);
}
.border-s-purple-800\/30 {
  border-inline-start-color: rgb(107 33 168 / 0.3);
}
.border-s-purple-800\/35 {
  border-inline-start-color: rgb(107 33 168 / 0.35);
}
.border-s-purple-800\/40 {
  border-inline-start-color: rgb(107 33 168 / 0.4);
}
.border-s-purple-800\/45 {
  border-inline-start-color: rgb(107 33 168 / 0.45);
}
.border-s-purple-800\/5 {
  border-inline-start-color: rgb(107 33 168 / 0.05);
}
.border-s-purple-800\/50 {
  border-inline-start-color: rgb(107 33 168 / 0.5);
}
.border-s-purple-800\/55 {
  border-inline-start-color: rgb(107 33 168 / 0.55);
}
.border-s-purple-800\/60 {
  border-inline-start-color: rgb(107 33 168 / 0.6);
}
.border-s-purple-800\/65 {
  border-inline-start-color: rgb(107 33 168 / 0.65);
}
.border-s-purple-800\/70 {
  border-inline-start-color: rgb(107 33 168 / 0.7);
}
.border-s-purple-800\/75 {
  border-inline-start-color: rgb(107 33 168 / 0.75);
}
.border-s-purple-800\/80 {
  border-inline-start-color: rgb(107 33 168 / 0.8);
}
.border-s-purple-800\/85 {
  border-inline-start-color: rgb(107 33 168 / 0.85);
}
.border-s-purple-800\/90 {
  border-inline-start-color: rgb(107 33 168 / 0.9);
}
.border-s-purple-800\/95 {
  border-inline-start-color: rgb(107 33 168 / 0.95);
}
.border-s-purple-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-s-purple-900\/0 {
  border-inline-start-color: rgb(88 28 135 / 0);
}
.border-s-purple-900\/10 {
  border-inline-start-color: rgb(88 28 135 / 0.1);
}
.border-s-purple-900\/100 {
  border-inline-start-color: rgb(88 28 135 / 1);
}
.border-s-purple-900\/15 {
  border-inline-start-color: rgb(88 28 135 / 0.15);
}
.border-s-purple-900\/20 {
  border-inline-start-color: rgb(88 28 135 / 0.2);
}
.border-s-purple-900\/25 {
  border-inline-start-color: rgb(88 28 135 / 0.25);
}
.border-s-purple-900\/30 {
  border-inline-start-color: rgb(88 28 135 / 0.3);
}
.border-s-purple-900\/35 {
  border-inline-start-color: rgb(88 28 135 / 0.35);
}
.border-s-purple-900\/40 {
  border-inline-start-color: rgb(88 28 135 / 0.4);
}
.border-s-purple-900\/45 {
  border-inline-start-color: rgb(88 28 135 / 0.45);
}
.border-s-purple-900\/5 {
  border-inline-start-color: rgb(88 28 135 / 0.05);
}
.border-s-purple-900\/50 {
  border-inline-start-color: rgb(88 28 135 / 0.5);
}
.border-s-purple-900\/55 {
  border-inline-start-color: rgb(88 28 135 / 0.55);
}
.border-s-purple-900\/60 {
  border-inline-start-color: rgb(88 28 135 / 0.6);
}
.border-s-purple-900\/65 {
  border-inline-start-color: rgb(88 28 135 / 0.65);
}
.border-s-purple-900\/70 {
  border-inline-start-color: rgb(88 28 135 / 0.7);
}
.border-s-purple-900\/75 {
  border-inline-start-color: rgb(88 28 135 / 0.75);
}
.border-s-purple-900\/80 {
  border-inline-start-color: rgb(88 28 135 / 0.8);
}
.border-s-purple-900\/85 {
  border-inline-start-color: rgb(88 28 135 / 0.85);
}
.border-s-purple-900\/90 {
  border-inline-start-color: rgb(88 28 135 / 0.9);
}
.border-s-purple-900\/95 {
  border-inline-start-color: rgb(88 28 135 / 0.95);
}
.border-s-purple-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-s-purple-950\/0 {
  border-inline-start-color: rgb(59 7 100 / 0);
}
.border-s-purple-950\/10 {
  border-inline-start-color: rgb(59 7 100 / 0.1);
}
.border-s-purple-950\/100 {
  border-inline-start-color: rgb(59 7 100 / 1);
}
.border-s-purple-950\/15 {
  border-inline-start-color: rgb(59 7 100 / 0.15);
}
.border-s-purple-950\/20 {
  border-inline-start-color: rgb(59 7 100 / 0.2);
}
.border-s-purple-950\/25 {
  border-inline-start-color: rgb(59 7 100 / 0.25);
}
.border-s-purple-950\/30 {
  border-inline-start-color: rgb(59 7 100 / 0.3);
}
.border-s-purple-950\/35 {
  border-inline-start-color: rgb(59 7 100 / 0.35);
}
.border-s-purple-950\/40 {
  border-inline-start-color: rgb(59 7 100 / 0.4);
}
.border-s-purple-950\/45 {
  border-inline-start-color: rgb(59 7 100 / 0.45);
}
.border-s-purple-950\/5 {
  border-inline-start-color: rgb(59 7 100 / 0.05);
}
.border-s-purple-950\/50 {
  border-inline-start-color: rgb(59 7 100 / 0.5);
}
.border-s-purple-950\/55 {
  border-inline-start-color: rgb(59 7 100 / 0.55);
}
.border-s-purple-950\/60 {
  border-inline-start-color: rgb(59 7 100 / 0.6);
}
.border-s-purple-950\/65 {
  border-inline-start-color: rgb(59 7 100 / 0.65);
}
.border-s-purple-950\/70 {
  border-inline-start-color: rgb(59 7 100 / 0.7);
}
.border-s-purple-950\/75 {
  border-inline-start-color: rgb(59 7 100 / 0.75);
}
.border-s-purple-950\/80 {
  border-inline-start-color: rgb(59 7 100 / 0.8);
}
.border-s-purple-950\/85 {
  border-inline-start-color: rgb(59 7 100 / 0.85);
}
.border-s-purple-950\/90 {
  border-inline-start-color: rgb(59 7 100 / 0.9);
}
.border-s-purple-950\/95 {
  border-inline-start-color: rgb(59 7 100 / 0.95);
}
.border-s-red-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-s-red-100\/0 {
  border-inline-start-color: rgb(254 226 226 / 0);
}
.border-s-red-100\/10 {
  border-inline-start-color: rgb(254 226 226 / 0.1);
}
.border-s-red-100\/100 {
  border-inline-start-color: rgb(254 226 226 / 1);
}
.border-s-red-100\/15 {
  border-inline-start-color: rgb(254 226 226 / 0.15);
}
.border-s-red-100\/20 {
  border-inline-start-color: rgb(254 226 226 / 0.2);
}
.border-s-red-100\/25 {
  border-inline-start-color: rgb(254 226 226 / 0.25);
}
.border-s-red-100\/30 {
  border-inline-start-color: rgb(254 226 226 / 0.3);
}
.border-s-red-100\/35 {
  border-inline-start-color: rgb(254 226 226 / 0.35);
}
.border-s-red-100\/40 {
  border-inline-start-color: rgb(254 226 226 / 0.4);
}
.border-s-red-100\/45 {
  border-inline-start-color: rgb(254 226 226 / 0.45);
}
.border-s-red-100\/5 {
  border-inline-start-color: rgb(254 226 226 / 0.05);
}
.border-s-red-100\/50 {
  border-inline-start-color: rgb(254 226 226 / 0.5);
}
.border-s-red-100\/55 {
  border-inline-start-color: rgb(254 226 226 / 0.55);
}
.border-s-red-100\/60 {
  border-inline-start-color: rgb(254 226 226 / 0.6);
}
.border-s-red-100\/65 {
  border-inline-start-color: rgb(254 226 226 / 0.65);
}
.border-s-red-100\/70 {
  border-inline-start-color: rgb(254 226 226 / 0.7);
}
.border-s-red-100\/75 {
  border-inline-start-color: rgb(254 226 226 / 0.75);
}
.border-s-red-100\/80 {
  border-inline-start-color: rgb(254 226 226 / 0.8);
}
.border-s-red-100\/85 {
  border-inline-start-color: rgb(254 226 226 / 0.85);
}
.border-s-red-100\/90 {
  border-inline-start-color: rgb(254 226 226 / 0.9);
}
.border-s-red-100\/95 {
  border-inline-start-color: rgb(254 226 226 / 0.95);
}
.border-s-red-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-s-red-200\/0 {
  border-inline-start-color: rgb(254 202 202 / 0);
}
.border-s-red-200\/10 {
  border-inline-start-color: rgb(254 202 202 / 0.1);
}
.border-s-red-200\/100 {
  border-inline-start-color: rgb(254 202 202 / 1);
}
.border-s-red-200\/15 {
  border-inline-start-color: rgb(254 202 202 / 0.15);
}
.border-s-red-200\/20 {
  border-inline-start-color: rgb(254 202 202 / 0.2);
}
.border-s-red-200\/25 {
  border-inline-start-color: rgb(254 202 202 / 0.25);
}
.border-s-red-200\/30 {
  border-inline-start-color: rgb(254 202 202 / 0.3);
}
.border-s-red-200\/35 {
  border-inline-start-color: rgb(254 202 202 / 0.35);
}
.border-s-red-200\/40 {
  border-inline-start-color: rgb(254 202 202 / 0.4);
}
.border-s-red-200\/45 {
  border-inline-start-color: rgb(254 202 202 / 0.45);
}
.border-s-red-200\/5 {
  border-inline-start-color: rgb(254 202 202 / 0.05);
}
.border-s-red-200\/50 {
  border-inline-start-color: rgb(254 202 202 / 0.5);
}
.border-s-red-200\/55 {
  border-inline-start-color: rgb(254 202 202 / 0.55);
}
.border-s-red-200\/60 {
  border-inline-start-color: rgb(254 202 202 / 0.6);
}
.border-s-red-200\/65 {
  border-inline-start-color: rgb(254 202 202 / 0.65);
}
.border-s-red-200\/70 {
  border-inline-start-color: rgb(254 202 202 / 0.7);
}
.border-s-red-200\/75 {
  border-inline-start-color: rgb(254 202 202 / 0.75);
}
.border-s-red-200\/80 {
  border-inline-start-color: rgb(254 202 202 / 0.8);
}
.border-s-red-200\/85 {
  border-inline-start-color: rgb(254 202 202 / 0.85);
}
.border-s-red-200\/90 {
  border-inline-start-color: rgb(254 202 202 / 0.9);
}
.border-s-red-200\/95 {
  border-inline-start-color: rgb(254 202 202 / 0.95);
}
.border-s-red-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-s-red-300\/0 {
  border-inline-start-color: rgb(252 165 165 / 0);
}
.border-s-red-300\/10 {
  border-inline-start-color: rgb(252 165 165 / 0.1);
}
.border-s-red-300\/100 {
  border-inline-start-color: rgb(252 165 165 / 1);
}
.border-s-red-300\/15 {
  border-inline-start-color: rgb(252 165 165 / 0.15);
}
.border-s-red-300\/20 {
  border-inline-start-color: rgb(252 165 165 / 0.2);
}
.border-s-red-300\/25 {
  border-inline-start-color: rgb(252 165 165 / 0.25);
}
.border-s-red-300\/30 {
  border-inline-start-color: rgb(252 165 165 / 0.3);
}
.border-s-red-300\/35 {
  border-inline-start-color: rgb(252 165 165 / 0.35);
}
.border-s-red-300\/40 {
  border-inline-start-color: rgb(252 165 165 / 0.4);
}
.border-s-red-300\/45 {
  border-inline-start-color: rgb(252 165 165 / 0.45);
}
.border-s-red-300\/5 {
  border-inline-start-color: rgb(252 165 165 / 0.05);
}
.border-s-red-300\/50 {
  border-inline-start-color: rgb(252 165 165 / 0.5);
}
.border-s-red-300\/55 {
  border-inline-start-color: rgb(252 165 165 / 0.55);
}
.border-s-red-300\/60 {
  border-inline-start-color: rgb(252 165 165 / 0.6);
}
.border-s-red-300\/65 {
  border-inline-start-color: rgb(252 165 165 / 0.65);
}
.border-s-red-300\/70 {
  border-inline-start-color: rgb(252 165 165 / 0.7);
}
.border-s-red-300\/75 {
  border-inline-start-color: rgb(252 165 165 / 0.75);
}
.border-s-red-300\/80 {
  border-inline-start-color: rgb(252 165 165 / 0.8);
}
.border-s-red-300\/85 {
  border-inline-start-color: rgb(252 165 165 / 0.85);
}
.border-s-red-300\/90 {
  border-inline-start-color: rgb(252 165 165 / 0.9);
}
.border-s-red-300\/95 {
  border-inline-start-color: rgb(252 165 165 / 0.95);
}
.border-s-red-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-s-red-400\/0 {
  border-inline-start-color: rgb(248 113 113 / 0);
}
.border-s-red-400\/10 {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}
.border-s-red-400\/100 {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-red-400\/15 {
  border-inline-start-color: rgb(248 113 113 / 0.15);
}
.border-s-red-400\/20 {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}
.border-s-red-400\/25 {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}
.border-s-red-400\/30 {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}
.border-s-red-400\/35 {
  border-inline-start-color: rgb(248 113 113 / 0.35);
}
.border-s-red-400\/40 {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}
.border-s-red-400\/45 {
  border-inline-start-color: rgb(248 113 113 / 0.45);
}
.border-s-red-400\/5 {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}
.border-s-red-400\/50 {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-red-400\/55 {
  border-inline-start-color: rgb(248 113 113 / 0.55);
}
.border-s-red-400\/60 {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}
.border-s-red-400\/65 {
  border-inline-start-color: rgb(248 113 113 / 0.65);
}
.border-s-red-400\/70 {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}
.border-s-red-400\/75 {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}
.border-s-red-400\/80 {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}
.border-s-red-400\/85 {
  border-inline-start-color: rgb(248 113 113 / 0.85);
}
.border-s-red-400\/90 {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}
.border-s-red-400\/95 {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}
.border-s-red-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-s-red-50\/0 {
  border-inline-start-color: rgb(254 242 242 / 0);
}
.border-s-red-50\/10 {
  border-inline-start-color: rgb(254 242 242 / 0.1);
}
.border-s-red-50\/100 {
  border-inline-start-color: rgb(254 242 242 / 1);
}
.border-s-red-50\/15 {
  border-inline-start-color: rgb(254 242 242 / 0.15);
}
.border-s-red-50\/20 {
  border-inline-start-color: rgb(254 242 242 / 0.2);
}
.border-s-red-50\/25 {
  border-inline-start-color: rgb(254 242 242 / 0.25);
}
.border-s-red-50\/30 {
  border-inline-start-color: rgb(254 242 242 / 0.3);
}
.border-s-red-50\/35 {
  border-inline-start-color: rgb(254 242 242 / 0.35);
}
.border-s-red-50\/40 {
  border-inline-start-color: rgb(254 242 242 / 0.4);
}
.border-s-red-50\/45 {
  border-inline-start-color: rgb(254 242 242 / 0.45);
}
.border-s-red-50\/5 {
  border-inline-start-color: rgb(254 242 242 / 0.05);
}
.border-s-red-50\/50 {
  border-inline-start-color: rgb(254 242 242 / 0.5);
}
.border-s-red-50\/55 {
  border-inline-start-color: rgb(254 242 242 / 0.55);
}
.border-s-red-50\/60 {
  border-inline-start-color: rgb(254 242 242 / 0.6);
}
.border-s-red-50\/65 {
  border-inline-start-color: rgb(254 242 242 / 0.65);
}
.border-s-red-50\/70 {
  border-inline-start-color: rgb(254 242 242 / 0.7);
}
.border-s-red-50\/75 {
  border-inline-start-color: rgb(254 242 242 / 0.75);
}
.border-s-red-50\/80 {
  border-inline-start-color: rgb(254 242 242 / 0.8);
}
.border-s-red-50\/85 {
  border-inline-start-color: rgb(254 242 242 / 0.85);
}
.border-s-red-50\/90 {
  border-inline-start-color: rgb(254 242 242 / 0.9);
}
.border-s-red-50\/95 {
  border-inline-start-color: rgb(254 242 242 / 0.95);
}
.border-s-red-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-s-red-500\/0 {
  border-inline-start-color: rgb(239 68 68 / 0);
}
.border-s-red-500\/10 {
  border-inline-start-color: rgb(239 68 68 / 0.1);
}
.border-s-red-500\/100 {
  border-inline-start-color: rgb(239 68 68 / 1);
}
.border-s-red-500\/15 {
  border-inline-start-color: rgb(239 68 68 / 0.15);
}
.border-s-red-500\/20 {
  border-inline-start-color: rgb(239 68 68 / 0.2);
}
.border-s-red-500\/25 {
  border-inline-start-color: rgb(239 68 68 / 0.25);
}
.border-s-red-500\/30 {
  border-inline-start-color: rgb(239 68 68 / 0.3);
}
.border-s-red-500\/35 {
  border-inline-start-color: rgb(239 68 68 / 0.35);
}
.border-s-red-500\/40 {
  border-inline-start-color: rgb(239 68 68 / 0.4);
}
.border-s-red-500\/45 {
  border-inline-start-color: rgb(239 68 68 / 0.45);
}
.border-s-red-500\/5 {
  border-inline-start-color: rgb(239 68 68 / 0.05);
}
.border-s-red-500\/50 {
  border-inline-start-color: rgb(239 68 68 / 0.5);
}
.border-s-red-500\/55 {
  border-inline-start-color: rgb(239 68 68 / 0.55);
}
.border-s-red-500\/60 {
  border-inline-start-color: rgb(239 68 68 / 0.6);
}
.border-s-red-500\/65 {
  border-inline-start-color: rgb(239 68 68 / 0.65);
}
.border-s-red-500\/70 {
  border-inline-start-color: rgb(239 68 68 / 0.7);
}
.border-s-red-500\/75 {
  border-inline-start-color: rgb(239 68 68 / 0.75);
}
.border-s-red-500\/80 {
  border-inline-start-color: rgb(239 68 68 / 0.8);
}
.border-s-red-500\/85 {
  border-inline-start-color: rgb(239 68 68 / 0.85);
}
.border-s-red-500\/90 {
  border-inline-start-color: rgb(239 68 68 / 0.9);
}
.border-s-red-500\/95 {
  border-inline-start-color: rgb(239 68 68 / 0.95);
}
.border-s-red-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-s-red-600\/0 {
  border-inline-start-color: rgb(220 38 38 / 0);
}
.border-s-red-600\/10 {
  border-inline-start-color: rgb(220 38 38 / 0.1);
}
.border-s-red-600\/100 {
  border-inline-start-color: rgb(220 38 38 / 1);
}
.border-s-red-600\/15 {
  border-inline-start-color: rgb(220 38 38 / 0.15);
}
.border-s-red-600\/20 {
  border-inline-start-color: rgb(220 38 38 / 0.2);
}
.border-s-red-600\/25 {
  border-inline-start-color: rgb(220 38 38 / 0.25);
}
.border-s-red-600\/30 {
  border-inline-start-color: rgb(220 38 38 / 0.3);
}
.border-s-red-600\/35 {
  border-inline-start-color: rgb(220 38 38 / 0.35);
}
.border-s-red-600\/40 {
  border-inline-start-color: rgb(220 38 38 / 0.4);
}
.border-s-red-600\/45 {
  border-inline-start-color: rgb(220 38 38 / 0.45);
}
.border-s-red-600\/5 {
  border-inline-start-color: rgb(220 38 38 / 0.05);
}
.border-s-red-600\/50 {
  border-inline-start-color: rgb(220 38 38 / 0.5);
}
.border-s-red-600\/55 {
  border-inline-start-color: rgb(220 38 38 / 0.55);
}
.border-s-red-600\/60 {
  border-inline-start-color: rgb(220 38 38 / 0.6);
}
.border-s-red-600\/65 {
  border-inline-start-color: rgb(220 38 38 / 0.65);
}
.border-s-red-600\/70 {
  border-inline-start-color: rgb(220 38 38 / 0.7);
}
.border-s-red-600\/75 {
  border-inline-start-color: rgb(220 38 38 / 0.75);
}
.border-s-red-600\/80 {
  border-inline-start-color: rgb(220 38 38 / 0.8);
}
.border-s-red-600\/85 {
  border-inline-start-color: rgb(220 38 38 / 0.85);
}
.border-s-red-600\/90 {
  border-inline-start-color: rgb(220 38 38 / 0.9);
}
.border-s-red-600\/95 {
  border-inline-start-color: rgb(220 38 38 / 0.95);
}
.border-s-red-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-s-red-700\/0 {
  border-inline-start-color: rgb(185 28 28 / 0);
}
.border-s-red-700\/10 {
  border-inline-start-color: rgb(185 28 28 / 0.1);
}
.border-s-red-700\/100 {
  border-inline-start-color: rgb(185 28 28 / 1);
}
.border-s-red-700\/15 {
  border-inline-start-color: rgb(185 28 28 / 0.15);
}
.border-s-red-700\/20 {
  border-inline-start-color: rgb(185 28 28 / 0.2);
}
.border-s-red-700\/25 {
  border-inline-start-color: rgb(185 28 28 / 0.25);
}
.border-s-red-700\/30 {
  border-inline-start-color: rgb(185 28 28 / 0.3);
}
.border-s-red-700\/35 {
  border-inline-start-color: rgb(185 28 28 / 0.35);
}
.border-s-red-700\/40 {
  border-inline-start-color: rgb(185 28 28 / 0.4);
}
.border-s-red-700\/45 {
  border-inline-start-color: rgb(185 28 28 / 0.45);
}
.border-s-red-700\/5 {
  border-inline-start-color: rgb(185 28 28 / 0.05);
}
.border-s-red-700\/50 {
  border-inline-start-color: rgb(185 28 28 / 0.5);
}
.border-s-red-700\/55 {
  border-inline-start-color: rgb(185 28 28 / 0.55);
}
.border-s-red-700\/60 {
  border-inline-start-color: rgb(185 28 28 / 0.6);
}
.border-s-red-700\/65 {
  border-inline-start-color: rgb(185 28 28 / 0.65);
}
.border-s-red-700\/70 {
  border-inline-start-color: rgb(185 28 28 / 0.7);
}
.border-s-red-700\/75 {
  border-inline-start-color: rgb(185 28 28 / 0.75);
}
.border-s-red-700\/80 {
  border-inline-start-color: rgb(185 28 28 / 0.8);
}
.border-s-red-700\/85 {
  border-inline-start-color: rgb(185 28 28 / 0.85);
}
.border-s-red-700\/90 {
  border-inline-start-color: rgb(185 28 28 / 0.9);
}
.border-s-red-700\/95 {
  border-inline-start-color: rgb(185 28 28 / 0.95);
}
.border-s-red-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-s-red-800\/0 {
  border-inline-start-color: rgb(153 27 27 / 0);
}
.border-s-red-800\/10 {
  border-inline-start-color: rgb(153 27 27 / 0.1);
}
.border-s-red-800\/100 {
  border-inline-start-color: rgb(153 27 27 / 1);
}
.border-s-red-800\/15 {
  border-inline-start-color: rgb(153 27 27 / 0.15);
}
.border-s-red-800\/20 {
  border-inline-start-color: rgb(153 27 27 / 0.2);
}
.border-s-red-800\/25 {
  border-inline-start-color: rgb(153 27 27 / 0.25);
}
.border-s-red-800\/30 {
  border-inline-start-color: rgb(153 27 27 / 0.3);
}
.border-s-red-800\/35 {
  border-inline-start-color: rgb(153 27 27 / 0.35);
}
.border-s-red-800\/40 {
  border-inline-start-color: rgb(153 27 27 / 0.4);
}
.border-s-red-800\/45 {
  border-inline-start-color: rgb(153 27 27 / 0.45);
}
.border-s-red-800\/5 {
  border-inline-start-color: rgb(153 27 27 / 0.05);
}
.border-s-red-800\/50 {
  border-inline-start-color: rgb(153 27 27 / 0.5);
}
.border-s-red-800\/55 {
  border-inline-start-color: rgb(153 27 27 / 0.55);
}
.border-s-red-800\/60 {
  border-inline-start-color: rgb(153 27 27 / 0.6);
}
.border-s-red-800\/65 {
  border-inline-start-color: rgb(153 27 27 / 0.65);
}
.border-s-red-800\/70 {
  border-inline-start-color: rgb(153 27 27 / 0.7);
}
.border-s-red-800\/75 {
  border-inline-start-color: rgb(153 27 27 / 0.75);
}
.border-s-red-800\/80 {
  border-inline-start-color: rgb(153 27 27 / 0.8);
}
.border-s-red-800\/85 {
  border-inline-start-color: rgb(153 27 27 / 0.85);
}
.border-s-red-800\/90 {
  border-inline-start-color: rgb(153 27 27 / 0.9);
}
.border-s-red-800\/95 {
  border-inline-start-color: rgb(153 27 27 / 0.95);
}
.border-s-red-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-s-red-900\/0 {
  border-inline-start-color: rgb(127 29 29 / 0);
}
.border-s-red-900\/10 {
  border-inline-start-color: rgb(127 29 29 / 0.1);
}
.border-s-red-900\/100 {
  border-inline-start-color: rgb(127 29 29 / 1);
}
.border-s-red-900\/15 {
  border-inline-start-color: rgb(127 29 29 / 0.15);
}
.border-s-red-900\/20 {
  border-inline-start-color: rgb(127 29 29 / 0.2);
}
.border-s-red-900\/25 {
  border-inline-start-color: rgb(127 29 29 / 0.25);
}
.border-s-red-900\/30 {
  border-inline-start-color: rgb(127 29 29 / 0.3);
}
.border-s-red-900\/35 {
  border-inline-start-color: rgb(127 29 29 / 0.35);
}
.border-s-red-900\/40 {
  border-inline-start-color: rgb(127 29 29 / 0.4);
}
.border-s-red-900\/45 {
  border-inline-start-color: rgb(127 29 29 / 0.45);
}
.border-s-red-900\/5 {
  border-inline-start-color: rgb(127 29 29 / 0.05);
}
.border-s-red-900\/50 {
  border-inline-start-color: rgb(127 29 29 / 0.5);
}
.border-s-red-900\/55 {
  border-inline-start-color: rgb(127 29 29 / 0.55);
}
.border-s-red-900\/60 {
  border-inline-start-color: rgb(127 29 29 / 0.6);
}
.border-s-red-900\/65 {
  border-inline-start-color: rgb(127 29 29 / 0.65);
}
.border-s-red-900\/70 {
  border-inline-start-color: rgb(127 29 29 / 0.7);
}
.border-s-red-900\/75 {
  border-inline-start-color: rgb(127 29 29 / 0.75);
}
.border-s-red-900\/80 {
  border-inline-start-color: rgb(127 29 29 / 0.8);
}
.border-s-red-900\/85 {
  border-inline-start-color: rgb(127 29 29 / 0.85);
}
.border-s-red-900\/90 {
  border-inline-start-color: rgb(127 29 29 / 0.9);
}
.border-s-red-900\/95 {
  border-inline-start-color: rgb(127 29 29 / 0.95);
}
.border-s-red-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-s-red-950\/0 {
  border-inline-start-color: rgb(69 10 10 / 0);
}
.border-s-red-950\/10 {
  border-inline-start-color: rgb(69 10 10 / 0.1);
}
.border-s-red-950\/100 {
  border-inline-start-color: rgb(69 10 10 / 1);
}
.border-s-red-950\/15 {
  border-inline-start-color: rgb(69 10 10 / 0.15);
}
.border-s-red-950\/20 {
  border-inline-start-color: rgb(69 10 10 / 0.2);
}
.border-s-red-950\/25 {
  border-inline-start-color: rgb(69 10 10 / 0.25);
}
.border-s-red-950\/30 {
  border-inline-start-color: rgb(69 10 10 / 0.3);
}
.border-s-red-950\/35 {
  border-inline-start-color: rgb(69 10 10 / 0.35);
}
.border-s-red-950\/40 {
  border-inline-start-color: rgb(69 10 10 / 0.4);
}
.border-s-red-950\/45 {
  border-inline-start-color: rgb(69 10 10 / 0.45);
}
.border-s-red-950\/5 {
  border-inline-start-color: rgb(69 10 10 / 0.05);
}
.border-s-red-950\/50 {
  border-inline-start-color: rgb(69 10 10 / 0.5);
}
.border-s-red-950\/55 {
  border-inline-start-color: rgb(69 10 10 / 0.55);
}
.border-s-red-950\/60 {
  border-inline-start-color: rgb(69 10 10 / 0.6);
}
.border-s-red-950\/65 {
  border-inline-start-color: rgb(69 10 10 / 0.65);
}
.border-s-red-950\/70 {
  border-inline-start-color: rgb(69 10 10 / 0.7);
}
.border-s-red-950\/75 {
  border-inline-start-color: rgb(69 10 10 / 0.75);
}
.border-s-red-950\/80 {
  border-inline-start-color: rgb(69 10 10 / 0.8);
}
.border-s-red-950\/85 {
  border-inline-start-color: rgb(69 10 10 / 0.85);
}
.border-s-red-950\/90 {
  border-inline-start-color: rgb(69 10 10 / 0.9);
}
.border-s-red-950\/95 {
  border-inline-start-color: rgb(69 10 10 / 0.95);
}
.border-s-rose-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-s-rose-100\/0 {
  border-inline-start-color: rgb(255 228 230 / 0);
}
.border-s-rose-100\/10 {
  border-inline-start-color: rgb(255 228 230 / 0.1);
}
.border-s-rose-100\/100 {
  border-inline-start-color: rgb(255 228 230 / 1);
}
.border-s-rose-100\/15 {
  border-inline-start-color: rgb(255 228 230 / 0.15);
}
.border-s-rose-100\/20 {
  border-inline-start-color: rgb(255 228 230 / 0.2);
}
.border-s-rose-100\/25 {
  border-inline-start-color: rgb(255 228 230 / 0.25);
}
.border-s-rose-100\/30 {
  border-inline-start-color: rgb(255 228 230 / 0.3);
}
.border-s-rose-100\/35 {
  border-inline-start-color: rgb(255 228 230 / 0.35);
}
.border-s-rose-100\/40 {
  border-inline-start-color: rgb(255 228 230 / 0.4);
}
.border-s-rose-100\/45 {
  border-inline-start-color: rgb(255 228 230 / 0.45);
}
.border-s-rose-100\/5 {
  border-inline-start-color: rgb(255 228 230 / 0.05);
}
.border-s-rose-100\/50 {
  border-inline-start-color: rgb(255 228 230 / 0.5);
}
.border-s-rose-100\/55 {
  border-inline-start-color: rgb(255 228 230 / 0.55);
}
.border-s-rose-100\/60 {
  border-inline-start-color: rgb(255 228 230 / 0.6);
}
.border-s-rose-100\/65 {
  border-inline-start-color: rgb(255 228 230 / 0.65);
}
.border-s-rose-100\/70 {
  border-inline-start-color: rgb(255 228 230 / 0.7);
}
.border-s-rose-100\/75 {
  border-inline-start-color: rgb(255 228 230 / 0.75);
}
.border-s-rose-100\/80 {
  border-inline-start-color: rgb(255 228 230 / 0.8);
}
.border-s-rose-100\/85 {
  border-inline-start-color: rgb(255 228 230 / 0.85);
}
.border-s-rose-100\/90 {
  border-inline-start-color: rgb(255 228 230 / 0.9);
}
.border-s-rose-100\/95 {
  border-inline-start-color: rgb(255 228 230 / 0.95);
}
.border-s-rose-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-s-rose-200\/0 {
  border-inline-start-color: rgb(254 205 211 / 0);
}
.border-s-rose-200\/10 {
  border-inline-start-color: rgb(254 205 211 / 0.1);
}
.border-s-rose-200\/100 {
  border-inline-start-color: rgb(254 205 211 / 1);
}
.border-s-rose-200\/15 {
  border-inline-start-color: rgb(254 205 211 / 0.15);
}
.border-s-rose-200\/20 {
  border-inline-start-color: rgb(254 205 211 / 0.2);
}
.border-s-rose-200\/25 {
  border-inline-start-color: rgb(254 205 211 / 0.25);
}
.border-s-rose-200\/30 {
  border-inline-start-color: rgb(254 205 211 / 0.3);
}
.border-s-rose-200\/35 {
  border-inline-start-color: rgb(254 205 211 / 0.35);
}
.border-s-rose-200\/40 {
  border-inline-start-color: rgb(254 205 211 / 0.4);
}
.border-s-rose-200\/45 {
  border-inline-start-color: rgb(254 205 211 / 0.45);
}
.border-s-rose-200\/5 {
  border-inline-start-color: rgb(254 205 211 / 0.05);
}
.border-s-rose-200\/50 {
  border-inline-start-color: rgb(254 205 211 / 0.5);
}
.border-s-rose-200\/55 {
  border-inline-start-color: rgb(254 205 211 / 0.55);
}
.border-s-rose-200\/60 {
  border-inline-start-color: rgb(254 205 211 / 0.6);
}
.border-s-rose-200\/65 {
  border-inline-start-color: rgb(254 205 211 / 0.65);
}
.border-s-rose-200\/70 {
  border-inline-start-color: rgb(254 205 211 / 0.7);
}
.border-s-rose-200\/75 {
  border-inline-start-color: rgb(254 205 211 / 0.75);
}
.border-s-rose-200\/80 {
  border-inline-start-color: rgb(254 205 211 / 0.8);
}
.border-s-rose-200\/85 {
  border-inline-start-color: rgb(254 205 211 / 0.85);
}
.border-s-rose-200\/90 {
  border-inline-start-color: rgb(254 205 211 / 0.9);
}
.border-s-rose-200\/95 {
  border-inline-start-color: rgb(254 205 211 / 0.95);
}
.border-s-rose-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-s-rose-300\/0 {
  border-inline-start-color: rgb(253 164 175 / 0);
}
.border-s-rose-300\/10 {
  border-inline-start-color: rgb(253 164 175 / 0.1);
}
.border-s-rose-300\/100 {
  border-inline-start-color: rgb(253 164 175 / 1);
}
.border-s-rose-300\/15 {
  border-inline-start-color: rgb(253 164 175 / 0.15);
}
.border-s-rose-300\/20 {
  border-inline-start-color: rgb(253 164 175 / 0.2);
}
.border-s-rose-300\/25 {
  border-inline-start-color: rgb(253 164 175 / 0.25);
}
.border-s-rose-300\/30 {
  border-inline-start-color: rgb(253 164 175 / 0.3);
}
.border-s-rose-300\/35 {
  border-inline-start-color: rgb(253 164 175 / 0.35);
}
.border-s-rose-300\/40 {
  border-inline-start-color: rgb(253 164 175 / 0.4);
}
.border-s-rose-300\/45 {
  border-inline-start-color: rgb(253 164 175 / 0.45);
}
.border-s-rose-300\/5 {
  border-inline-start-color: rgb(253 164 175 / 0.05);
}
.border-s-rose-300\/50 {
  border-inline-start-color: rgb(253 164 175 / 0.5);
}
.border-s-rose-300\/55 {
  border-inline-start-color: rgb(253 164 175 / 0.55);
}
.border-s-rose-300\/60 {
  border-inline-start-color: rgb(253 164 175 / 0.6);
}
.border-s-rose-300\/65 {
  border-inline-start-color: rgb(253 164 175 / 0.65);
}
.border-s-rose-300\/70 {
  border-inline-start-color: rgb(253 164 175 / 0.7);
}
.border-s-rose-300\/75 {
  border-inline-start-color: rgb(253 164 175 / 0.75);
}
.border-s-rose-300\/80 {
  border-inline-start-color: rgb(253 164 175 / 0.8);
}
.border-s-rose-300\/85 {
  border-inline-start-color: rgb(253 164 175 / 0.85);
}
.border-s-rose-300\/90 {
  border-inline-start-color: rgb(253 164 175 / 0.9);
}
.border-s-rose-300\/95 {
  border-inline-start-color: rgb(253 164 175 / 0.95);
}
.border-s-rose-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-s-rose-400\/0 {
  border-inline-start-color: rgb(251 113 133 / 0);
}
.border-s-rose-400\/10 {
  border-inline-start-color: rgb(251 113 133 / 0.1);
}
.border-s-rose-400\/100 {
  border-inline-start-color: rgb(251 113 133 / 1);
}
.border-s-rose-400\/15 {
  border-inline-start-color: rgb(251 113 133 / 0.15);
}
.border-s-rose-400\/20 {
  border-inline-start-color: rgb(251 113 133 / 0.2);
}
.border-s-rose-400\/25 {
  border-inline-start-color: rgb(251 113 133 / 0.25);
}
.border-s-rose-400\/30 {
  border-inline-start-color: rgb(251 113 133 / 0.3);
}
.border-s-rose-400\/35 {
  border-inline-start-color: rgb(251 113 133 / 0.35);
}
.border-s-rose-400\/40 {
  border-inline-start-color: rgb(251 113 133 / 0.4);
}
.border-s-rose-400\/45 {
  border-inline-start-color: rgb(251 113 133 / 0.45);
}
.border-s-rose-400\/5 {
  border-inline-start-color: rgb(251 113 133 / 0.05);
}
.border-s-rose-400\/50 {
  border-inline-start-color: rgb(251 113 133 / 0.5);
}
.border-s-rose-400\/55 {
  border-inline-start-color: rgb(251 113 133 / 0.55);
}
.border-s-rose-400\/60 {
  border-inline-start-color: rgb(251 113 133 / 0.6);
}
.border-s-rose-400\/65 {
  border-inline-start-color: rgb(251 113 133 / 0.65);
}
.border-s-rose-400\/70 {
  border-inline-start-color: rgb(251 113 133 / 0.7);
}
.border-s-rose-400\/75 {
  border-inline-start-color: rgb(251 113 133 / 0.75);
}
.border-s-rose-400\/80 {
  border-inline-start-color: rgb(251 113 133 / 0.8);
}
.border-s-rose-400\/85 {
  border-inline-start-color: rgb(251 113 133 / 0.85);
}
.border-s-rose-400\/90 {
  border-inline-start-color: rgb(251 113 133 / 0.9);
}
.border-s-rose-400\/95 {
  border-inline-start-color: rgb(251 113 133 / 0.95);
}
.border-s-rose-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-s-rose-50\/0 {
  border-inline-start-color: rgb(255 241 242 / 0);
}
.border-s-rose-50\/10 {
  border-inline-start-color: rgb(255 241 242 / 0.1);
}
.border-s-rose-50\/100 {
  border-inline-start-color: rgb(255 241 242 / 1);
}
.border-s-rose-50\/15 {
  border-inline-start-color: rgb(255 241 242 / 0.15);
}
.border-s-rose-50\/20 {
  border-inline-start-color: rgb(255 241 242 / 0.2);
}
.border-s-rose-50\/25 {
  border-inline-start-color: rgb(255 241 242 / 0.25);
}
.border-s-rose-50\/30 {
  border-inline-start-color: rgb(255 241 242 / 0.3);
}
.border-s-rose-50\/35 {
  border-inline-start-color: rgb(255 241 242 / 0.35);
}
.border-s-rose-50\/40 {
  border-inline-start-color: rgb(255 241 242 / 0.4);
}
.border-s-rose-50\/45 {
  border-inline-start-color: rgb(255 241 242 / 0.45);
}
.border-s-rose-50\/5 {
  border-inline-start-color: rgb(255 241 242 / 0.05);
}
.border-s-rose-50\/50 {
  border-inline-start-color: rgb(255 241 242 / 0.5);
}
.border-s-rose-50\/55 {
  border-inline-start-color: rgb(255 241 242 / 0.55);
}
.border-s-rose-50\/60 {
  border-inline-start-color: rgb(255 241 242 / 0.6);
}
.border-s-rose-50\/65 {
  border-inline-start-color: rgb(255 241 242 / 0.65);
}
.border-s-rose-50\/70 {
  border-inline-start-color: rgb(255 241 242 / 0.7);
}
.border-s-rose-50\/75 {
  border-inline-start-color: rgb(255 241 242 / 0.75);
}
.border-s-rose-50\/80 {
  border-inline-start-color: rgb(255 241 242 / 0.8);
}
.border-s-rose-50\/85 {
  border-inline-start-color: rgb(255 241 242 / 0.85);
}
.border-s-rose-50\/90 {
  border-inline-start-color: rgb(255 241 242 / 0.9);
}
.border-s-rose-50\/95 {
  border-inline-start-color: rgb(255 241 242 / 0.95);
}
.border-s-rose-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-s-rose-500\/0 {
  border-inline-start-color: rgb(244 63 94 / 0);
}
.border-s-rose-500\/10 {
  border-inline-start-color: rgb(244 63 94 / 0.1);
}
.border-s-rose-500\/100 {
  border-inline-start-color: rgb(244 63 94 / 1);
}
.border-s-rose-500\/15 {
  border-inline-start-color: rgb(244 63 94 / 0.15);
}
.border-s-rose-500\/20 {
  border-inline-start-color: rgb(244 63 94 / 0.2);
}
.border-s-rose-500\/25 {
  border-inline-start-color: rgb(244 63 94 / 0.25);
}
.border-s-rose-500\/30 {
  border-inline-start-color: rgb(244 63 94 / 0.3);
}
.border-s-rose-500\/35 {
  border-inline-start-color: rgb(244 63 94 / 0.35);
}
.border-s-rose-500\/40 {
  border-inline-start-color: rgb(244 63 94 / 0.4);
}
.border-s-rose-500\/45 {
  border-inline-start-color: rgb(244 63 94 / 0.45);
}
.border-s-rose-500\/5 {
  border-inline-start-color: rgb(244 63 94 / 0.05);
}
.border-s-rose-500\/50 {
  border-inline-start-color: rgb(244 63 94 / 0.5);
}
.border-s-rose-500\/55 {
  border-inline-start-color: rgb(244 63 94 / 0.55);
}
.border-s-rose-500\/60 {
  border-inline-start-color: rgb(244 63 94 / 0.6);
}
.border-s-rose-500\/65 {
  border-inline-start-color: rgb(244 63 94 / 0.65);
}
.border-s-rose-500\/70 {
  border-inline-start-color: rgb(244 63 94 / 0.7);
}
.border-s-rose-500\/75 {
  border-inline-start-color: rgb(244 63 94 / 0.75);
}
.border-s-rose-500\/80 {
  border-inline-start-color: rgb(244 63 94 / 0.8);
}
.border-s-rose-500\/85 {
  border-inline-start-color: rgb(244 63 94 / 0.85);
}
.border-s-rose-500\/90 {
  border-inline-start-color: rgb(244 63 94 / 0.9);
}
.border-s-rose-500\/95 {
  border-inline-start-color: rgb(244 63 94 / 0.95);
}
.border-s-rose-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-s-rose-600\/0 {
  border-inline-start-color: rgb(225 29 72 / 0);
}
.border-s-rose-600\/10 {
  border-inline-start-color: rgb(225 29 72 / 0.1);
}
.border-s-rose-600\/100 {
  border-inline-start-color: rgb(225 29 72 / 1);
}
.border-s-rose-600\/15 {
  border-inline-start-color: rgb(225 29 72 / 0.15);
}
.border-s-rose-600\/20 {
  border-inline-start-color: rgb(225 29 72 / 0.2);
}
.border-s-rose-600\/25 {
  border-inline-start-color: rgb(225 29 72 / 0.25);
}
.border-s-rose-600\/30 {
  border-inline-start-color: rgb(225 29 72 / 0.3);
}
.border-s-rose-600\/35 {
  border-inline-start-color: rgb(225 29 72 / 0.35);
}
.border-s-rose-600\/40 {
  border-inline-start-color: rgb(225 29 72 / 0.4);
}
.border-s-rose-600\/45 {
  border-inline-start-color: rgb(225 29 72 / 0.45);
}
.border-s-rose-600\/5 {
  border-inline-start-color: rgb(225 29 72 / 0.05);
}
.border-s-rose-600\/50 {
  border-inline-start-color: rgb(225 29 72 / 0.5);
}
.border-s-rose-600\/55 {
  border-inline-start-color: rgb(225 29 72 / 0.55);
}
.border-s-rose-600\/60 {
  border-inline-start-color: rgb(225 29 72 / 0.6);
}
.border-s-rose-600\/65 {
  border-inline-start-color: rgb(225 29 72 / 0.65);
}
.border-s-rose-600\/70 {
  border-inline-start-color: rgb(225 29 72 / 0.7);
}
.border-s-rose-600\/75 {
  border-inline-start-color: rgb(225 29 72 / 0.75);
}
.border-s-rose-600\/80 {
  border-inline-start-color: rgb(225 29 72 / 0.8);
}
.border-s-rose-600\/85 {
  border-inline-start-color: rgb(225 29 72 / 0.85);
}
.border-s-rose-600\/90 {
  border-inline-start-color: rgb(225 29 72 / 0.9);
}
.border-s-rose-600\/95 {
  border-inline-start-color: rgb(225 29 72 / 0.95);
}
.border-s-rose-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-s-rose-700\/0 {
  border-inline-start-color: rgb(190 18 60 / 0);
}
.border-s-rose-700\/10 {
  border-inline-start-color: rgb(190 18 60 / 0.1);
}
.border-s-rose-700\/100 {
  border-inline-start-color: rgb(190 18 60 / 1);
}
.border-s-rose-700\/15 {
  border-inline-start-color: rgb(190 18 60 / 0.15);
}
.border-s-rose-700\/20 {
  border-inline-start-color: rgb(190 18 60 / 0.2);
}
.border-s-rose-700\/25 {
  border-inline-start-color: rgb(190 18 60 / 0.25);
}
.border-s-rose-700\/30 {
  border-inline-start-color: rgb(190 18 60 / 0.3);
}
.border-s-rose-700\/35 {
  border-inline-start-color: rgb(190 18 60 / 0.35);
}
.border-s-rose-700\/40 {
  border-inline-start-color: rgb(190 18 60 / 0.4);
}
.border-s-rose-700\/45 {
  border-inline-start-color: rgb(190 18 60 / 0.45);
}
.border-s-rose-700\/5 {
  border-inline-start-color: rgb(190 18 60 / 0.05);
}
.border-s-rose-700\/50 {
  border-inline-start-color: rgb(190 18 60 / 0.5);
}
.border-s-rose-700\/55 {
  border-inline-start-color: rgb(190 18 60 / 0.55);
}
.border-s-rose-700\/60 {
  border-inline-start-color: rgb(190 18 60 / 0.6);
}
.border-s-rose-700\/65 {
  border-inline-start-color: rgb(190 18 60 / 0.65);
}
.border-s-rose-700\/70 {
  border-inline-start-color: rgb(190 18 60 / 0.7);
}
.border-s-rose-700\/75 {
  border-inline-start-color: rgb(190 18 60 / 0.75);
}
.border-s-rose-700\/80 {
  border-inline-start-color: rgb(190 18 60 / 0.8);
}
.border-s-rose-700\/85 {
  border-inline-start-color: rgb(190 18 60 / 0.85);
}
.border-s-rose-700\/90 {
  border-inline-start-color: rgb(190 18 60 / 0.9);
}
.border-s-rose-700\/95 {
  border-inline-start-color: rgb(190 18 60 / 0.95);
}
.border-s-rose-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-s-rose-800\/0 {
  border-inline-start-color: rgb(159 18 57 / 0);
}
.border-s-rose-800\/10 {
  border-inline-start-color: rgb(159 18 57 / 0.1);
}
.border-s-rose-800\/100 {
  border-inline-start-color: rgb(159 18 57 / 1);
}
.border-s-rose-800\/15 {
  border-inline-start-color: rgb(159 18 57 / 0.15);
}
.border-s-rose-800\/20 {
  border-inline-start-color: rgb(159 18 57 / 0.2);
}
.border-s-rose-800\/25 {
  border-inline-start-color: rgb(159 18 57 / 0.25);
}
.border-s-rose-800\/30 {
  border-inline-start-color: rgb(159 18 57 / 0.3);
}
.border-s-rose-800\/35 {
  border-inline-start-color: rgb(159 18 57 / 0.35);
}
.border-s-rose-800\/40 {
  border-inline-start-color: rgb(159 18 57 / 0.4);
}
.border-s-rose-800\/45 {
  border-inline-start-color: rgb(159 18 57 / 0.45);
}
.border-s-rose-800\/5 {
  border-inline-start-color: rgb(159 18 57 / 0.05);
}
.border-s-rose-800\/50 {
  border-inline-start-color: rgb(159 18 57 / 0.5);
}
.border-s-rose-800\/55 {
  border-inline-start-color: rgb(159 18 57 / 0.55);
}
.border-s-rose-800\/60 {
  border-inline-start-color: rgb(159 18 57 / 0.6);
}
.border-s-rose-800\/65 {
  border-inline-start-color: rgb(159 18 57 / 0.65);
}
.border-s-rose-800\/70 {
  border-inline-start-color: rgb(159 18 57 / 0.7);
}
.border-s-rose-800\/75 {
  border-inline-start-color: rgb(159 18 57 / 0.75);
}
.border-s-rose-800\/80 {
  border-inline-start-color: rgb(159 18 57 / 0.8);
}
.border-s-rose-800\/85 {
  border-inline-start-color: rgb(159 18 57 / 0.85);
}
.border-s-rose-800\/90 {
  border-inline-start-color: rgb(159 18 57 / 0.9);
}
.border-s-rose-800\/95 {
  border-inline-start-color: rgb(159 18 57 / 0.95);
}
.border-s-rose-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-s-rose-900\/0 {
  border-inline-start-color: rgb(136 19 55 / 0);
}
.border-s-rose-900\/10 {
  border-inline-start-color: rgb(136 19 55 / 0.1);
}
.border-s-rose-900\/100 {
  border-inline-start-color: rgb(136 19 55 / 1);
}
.border-s-rose-900\/15 {
  border-inline-start-color: rgb(136 19 55 / 0.15);
}
.border-s-rose-900\/20 {
  border-inline-start-color: rgb(136 19 55 / 0.2);
}
.border-s-rose-900\/25 {
  border-inline-start-color: rgb(136 19 55 / 0.25);
}
.border-s-rose-900\/30 {
  border-inline-start-color: rgb(136 19 55 / 0.3);
}
.border-s-rose-900\/35 {
  border-inline-start-color: rgb(136 19 55 / 0.35);
}
.border-s-rose-900\/40 {
  border-inline-start-color: rgb(136 19 55 / 0.4);
}
.border-s-rose-900\/45 {
  border-inline-start-color: rgb(136 19 55 / 0.45);
}
.border-s-rose-900\/5 {
  border-inline-start-color: rgb(136 19 55 / 0.05);
}
.border-s-rose-900\/50 {
  border-inline-start-color: rgb(136 19 55 / 0.5);
}
.border-s-rose-900\/55 {
  border-inline-start-color: rgb(136 19 55 / 0.55);
}
.border-s-rose-900\/60 {
  border-inline-start-color: rgb(136 19 55 / 0.6);
}
.border-s-rose-900\/65 {
  border-inline-start-color: rgb(136 19 55 / 0.65);
}
.border-s-rose-900\/70 {
  border-inline-start-color: rgb(136 19 55 / 0.7);
}
.border-s-rose-900\/75 {
  border-inline-start-color: rgb(136 19 55 / 0.75);
}
.border-s-rose-900\/80 {
  border-inline-start-color: rgb(136 19 55 / 0.8);
}
.border-s-rose-900\/85 {
  border-inline-start-color: rgb(136 19 55 / 0.85);
}
.border-s-rose-900\/90 {
  border-inline-start-color: rgb(136 19 55 / 0.9);
}
.border-s-rose-900\/95 {
  border-inline-start-color: rgb(136 19 55 / 0.95);
}
.border-s-rose-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-s-rose-950\/0 {
  border-inline-start-color: rgb(76 5 25 / 0);
}
.border-s-rose-950\/10 {
  border-inline-start-color: rgb(76 5 25 / 0.1);
}
.border-s-rose-950\/100 {
  border-inline-start-color: rgb(76 5 25 / 1);
}
.border-s-rose-950\/15 {
  border-inline-start-color: rgb(76 5 25 / 0.15);
}
.border-s-rose-950\/20 {
  border-inline-start-color: rgb(76 5 25 / 0.2);
}
.border-s-rose-950\/25 {
  border-inline-start-color: rgb(76 5 25 / 0.25);
}
.border-s-rose-950\/30 {
  border-inline-start-color: rgb(76 5 25 / 0.3);
}
.border-s-rose-950\/35 {
  border-inline-start-color: rgb(76 5 25 / 0.35);
}
.border-s-rose-950\/40 {
  border-inline-start-color: rgb(76 5 25 / 0.4);
}
.border-s-rose-950\/45 {
  border-inline-start-color: rgb(76 5 25 / 0.45);
}
.border-s-rose-950\/5 {
  border-inline-start-color: rgb(76 5 25 / 0.05);
}
.border-s-rose-950\/50 {
  border-inline-start-color: rgb(76 5 25 / 0.5);
}
.border-s-rose-950\/55 {
  border-inline-start-color: rgb(76 5 25 / 0.55);
}
.border-s-rose-950\/60 {
  border-inline-start-color: rgb(76 5 25 / 0.6);
}
.border-s-rose-950\/65 {
  border-inline-start-color: rgb(76 5 25 / 0.65);
}
.border-s-rose-950\/70 {
  border-inline-start-color: rgb(76 5 25 / 0.7);
}
.border-s-rose-950\/75 {
  border-inline-start-color: rgb(76 5 25 / 0.75);
}
.border-s-rose-950\/80 {
  border-inline-start-color: rgb(76 5 25 / 0.8);
}
.border-s-rose-950\/85 {
  border-inline-start-color: rgb(76 5 25 / 0.85);
}
.border-s-rose-950\/90 {
  border-inline-start-color: rgb(76 5 25 / 0.9);
}
.border-s-rose-950\/95 {
  border-inline-start-color: rgb(76 5 25 / 0.95);
}
.border-s-sky-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-s-sky-100\/0 {
  border-inline-start-color: rgb(224 242 254 / 0);
}
.border-s-sky-100\/10 {
  border-inline-start-color: rgb(224 242 254 / 0.1);
}
.border-s-sky-100\/100 {
  border-inline-start-color: rgb(224 242 254 / 1);
}
.border-s-sky-100\/15 {
  border-inline-start-color: rgb(224 242 254 / 0.15);
}
.border-s-sky-100\/20 {
  border-inline-start-color: rgb(224 242 254 / 0.2);
}
.border-s-sky-100\/25 {
  border-inline-start-color: rgb(224 242 254 / 0.25);
}
.border-s-sky-100\/30 {
  border-inline-start-color: rgb(224 242 254 / 0.3);
}
.border-s-sky-100\/35 {
  border-inline-start-color: rgb(224 242 254 / 0.35);
}
.border-s-sky-100\/40 {
  border-inline-start-color: rgb(224 242 254 / 0.4);
}
.border-s-sky-100\/45 {
  border-inline-start-color: rgb(224 242 254 / 0.45);
}
.border-s-sky-100\/5 {
  border-inline-start-color: rgb(224 242 254 / 0.05);
}
.border-s-sky-100\/50 {
  border-inline-start-color: rgb(224 242 254 / 0.5);
}
.border-s-sky-100\/55 {
  border-inline-start-color: rgb(224 242 254 / 0.55);
}
.border-s-sky-100\/60 {
  border-inline-start-color: rgb(224 242 254 / 0.6);
}
.border-s-sky-100\/65 {
  border-inline-start-color: rgb(224 242 254 / 0.65);
}
.border-s-sky-100\/70 {
  border-inline-start-color: rgb(224 242 254 / 0.7);
}
.border-s-sky-100\/75 {
  border-inline-start-color: rgb(224 242 254 / 0.75);
}
.border-s-sky-100\/80 {
  border-inline-start-color: rgb(224 242 254 / 0.8);
}
.border-s-sky-100\/85 {
  border-inline-start-color: rgb(224 242 254 / 0.85);
}
.border-s-sky-100\/90 {
  border-inline-start-color: rgb(224 242 254 / 0.9);
}
.border-s-sky-100\/95 {
  border-inline-start-color: rgb(224 242 254 / 0.95);
}
.border-s-sky-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-s-sky-200\/0 {
  border-inline-start-color: rgb(186 230 253 / 0);
}
.border-s-sky-200\/10 {
  border-inline-start-color: rgb(186 230 253 / 0.1);
}
.border-s-sky-200\/100 {
  border-inline-start-color: rgb(186 230 253 / 1);
}
.border-s-sky-200\/15 {
  border-inline-start-color: rgb(186 230 253 / 0.15);
}
.border-s-sky-200\/20 {
  border-inline-start-color: rgb(186 230 253 / 0.2);
}
.border-s-sky-200\/25 {
  border-inline-start-color: rgb(186 230 253 / 0.25);
}
.border-s-sky-200\/30 {
  border-inline-start-color: rgb(186 230 253 / 0.3);
}
.border-s-sky-200\/35 {
  border-inline-start-color: rgb(186 230 253 / 0.35);
}
.border-s-sky-200\/40 {
  border-inline-start-color: rgb(186 230 253 / 0.4);
}
.border-s-sky-200\/45 {
  border-inline-start-color: rgb(186 230 253 / 0.45);
}
.border-s-sky-200\/5 {
  border-inline-start-color: rgb(186 230 253 / 0.05);
}
.border-s-sky-200\/50 {
  border-inline-start-color: rgb(186 230 253 / 0.5);
}
.border-s-sky-200\/55 {
  border-inline-start-color: rgb(186 230 253 / 0.55);
}
.border-s-sky-200\/60 {
  border-inline-start-color: rgb(186 230 253 / 0.6);
}
.border-s-sky-200\/65 {
  border-inline-start-color: rgb(186 230 253 / 0.65);
}
.border-s-sky-200\/70 {
  border-inline-start-color: rgb(186 230 253 / 0.7);
}
.border-s-sky-200\/75 {
  border-inline-start-color: rgb(186 230 253 / 0.75);
}
.border-s-sky-200\/80 {
  border-inline-start-color: rgb(186 230 253 / 0.8);
}
.border-s-sky-200\/85 {
  border-inline-start-color: rgb(186 230 253 / 0.85);
}
.border-s-sky-200\/90 {
  border-inline-start-color: rgb(186 230 253 / 0.9);
}
.border-s-sky-200\/95 {
  border-inline-start-color: rgb(186 230 253 / 0.95);
}
.border-s-sky-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-s-sky-300\/0 {
  border-inline-start-color: rgb(125 211 252 / 0);
}
.border-s-sky-300\/10 {
  border-inline-start-color: rgb(125 211 252 / 0.1);
}
.border-s-sky-300\/100 {
  border-inline-start-color: rgb(125 211 252 / 1);
}
.border-s-sky-300\/15 {
  border-inline-start-color: rgb(125 211 252 / 0.15);
}
.border-s-sky-300\/20 {
  border-inline-start-color: rgb(125 211 252 / 0.2);
}
.border-s-sky-300\/25 {
  border-inline-start-color: rgb(125 211 252 / 0.25);
}
.border-s-sky-300\/30 {
  border-inline-start-color: rgb(125 211 252 / 0.3);
}
.border-s-sky-300\/35 {
  border-inline-start-color: rgb(125 211 252 / 0.35);
}
.border-s-sky-300\/40 {
  border-inline-start-color: rgb(125 211 252 / 0.4);
}
.border-s-sky-300\/45 {
  border-inline-start-color: rgb(125 211 252 / 0.45);
}
.border-s-sky-300\/5 {
  border-inline-start-color: rgb(125 211 252 / 0.05);
}
.border-s-sky-300\/50 {
  border-inline-start-color: rgb(125 211 252 / 0.5);
}
.border-s-sky-300\/55 {
  border-inline-start-color: rgb(125 211 252 / 0.55);
}
.border-s-sky-300\/60 {
  border-inline-start-color: rgb(125 211 252 / 0.6);
}
.border-s-sky-300\/65 {
  border-inline-start-color: rgb(125 211 252 / 0.65);
}
.border-s-sky-300\/70 {
  border-inline-start-color: rgb(125 211 252 / 0.7);
}
.border-s-sky-300\/75 {
  border-inline-start-color: rgb(125 211 252 / 0.75);
}
.border-s-sky-300\/80 {
  border-inline-start-color: rgb(125 211 252 / 0.8);
}
.border-s-sky-300\/85 {
  border-inline-start-color: rgb(125 211 252 / 0.85);
}
.border-s-sky-300\/90 {
  border-inline-start-color: rgb(125 211 252 / 0.9);
}
.border-s-sky-300\/95 {
  border-inline-start-color: rgb(125 211 252 / 0.95);
}
.border-s-sky-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-s-sky-400\/0 {
  border-inline-start-color: rgb(56 189 248 / 0);
}
.border-s-sky-400\/10 {
  border-inline-start-color: rgb(56 189 248 / 0.1);
}
.border-s-sky-400\/100 {
  border-inline-start-color: rgb(56 189 248 / 1);
}
.border-s-sky-400\/15 {
  border-inline-start-color: rgb(56 189 248 / 0.15);
}
.border-s-sky-400\/20 {
  border-inline-start-color: rgb(56 189 248 / 0.2);
}
.border-s-sky-400\/25 {
  border-inline-start-color: rgb(56 189 248 / 0.25);
}
.border-s-sky-400\/30 {
  border-inline-start-color: rgb(56 189 248 / 0.3);
}
.border-s-sky-400\/35 {
  border-inline-start-color: rgb(56 189 248 / 0.35);
}
.border-s-sky-400\/40 {
  border-inline-start-color: rgb(56 189 248 / 0.4);
}
.border-s-sky-400\/45 {
  border-inline-start-color: rgb(56 189 248 / 0.45);
}
.border-s-sky-400\/5 {
  border-inline-start-color: rgb(56 189 248 / 0.05);
}
.border-s-sky-400\/50 {
  border-inline-start-color: rgb(56 189 248 / 0.5);
}
.border-s-sky-400\/55 {
  border-inline-start-color: rgb(56 189 248 / 0.55);
}
.border-s-sky-400\/60 {
  border-inline-start-color: rgb(56 189 248 / 0.6);
}
.border-s-sky-400\/65 {
  border-inline-start-color: rgb(56 189 248 / 0.65);
}
.border-s-sky-400\/70 {
  border-inline-start-color: rgb(56 189 248 / 0.7);
}
.border-s-sky-400\/75 {
  border-inline-start-color: rgb(56 189 248 / 0.75);
}
.border-s-sky-400\/80 {
  border-inline-start-color: rgb(56 189 248 / 0.8);
}
.border-s-sky-400\/85 {
  border-inline-start-color: rgb(56 189 248 / 0.85);
}
.border-s-sky-400\/90 {
  border-inline-start-color: rgb(56 189 248 / 0.9);
}
.border-s-sky-400\/95 {
  border-inline-start-color: rgb(56 189 248 / 0.95);
}
.border-s-sky-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-s-sky-50\/0 {
  border-inline-start-color: rgb(240 249 255 / 0);
}
.border-s-sky-50\/10 {
  border-inline-start-color: rgb(240 249 255 / 0.1);
}
.border-s-sky-50\/100 {
  border-inline-start-color: rgb(240 249 255 / 1);
}
.border-s-sky-50\/15 {
  border-inline-start-color: rgb(240 249 255 / 0.15);
}
.border-s-sky-50\/20 {
  border-inline-start-color: rgb(240 249 255 / 0.2);
}
.border-s-sky-50\/25 {
  border-inline-start-color: rgb(240 249 255 / 0.25);
}
.border-s-sky-50\/30 {
  border-inline-start-color: rgb(240 249 255 / 0.3);
}
.border-s-sky-50\/35 {
  border-inline-start-color: rgb(240 249 255 / 0.35);
}
.border-s-sky-50\/40 {
  border-inline-start-color: rgb(240 249 255 / 0.4);
}
.border-s-sky-50\/45 {
  border-inline-start-color: rgb(240 249 255 / 0.45);
}
.border-s-sky-50\/5 {
  border-inline-start-color: rgb(240 249 255 / 0.05);
}
.border-s-sky-50\/50 {
  border-inline-start-color: rgb(240 249 255 / 0.5);
}
.border-s-sky-50\/55 {
  border-inline-start-color: rgb(240 249 255 / 0.55);
}
.border-s-sky-50\/60 {
  border-inline-start-color: rgb(240 249 255 / 0.6);
}
.border-s-sky-50\/65 {
  border-inline-start-color: rgb(240 249 255 / 0.65);
}
.border-s-sky-50\/70 {
  border-inline-start-color: rgb(240 249 255 / 0.7);
}
.border-s-sky-50\/75 {
  border-inline-start-color: rgb(240 249 255 / 0.75);
}
.border-s-sky-50\/80 {
  border-inline-start-color: rgb(240 249 255 / 0.8);
}
.border-s-sky-50\/85 {
  border-inline-start-color: rgb(240 249 255 / 0.85);
}
.border-s-sky-50\/90 {
  border-inline-start-color: rgb(240 249 255 / 0.9);
}
.border-s-sky-50\/95 {
  border-inline-start-color: rgb(240 249 255 / 0.95);
}
.border-s-sky-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-s-sky-500\/0 {
  border-inline-start-color: rgb(14 165 233 / 0);
}
.border-s-sky-500\/10 {
  border-inline-start-color: rgb(14 165 233 / 0.1);
}
.border-s-sky-500\/100 {
  border-inline-start-color: rgb(14 165 233 / 1);
}
.border-s-sky-500\/15 {
  border-inline-start-color: rgb(14 165 233 / 0.15);
}
.border-s-sky-500\/20 {
  border-inline-start-color: rgb(14 165 233 / 0.2);
}
.border-s-sky-500\/25 {
  border-inline-start-color: rgb(14 165 233 / 0.25);
}
.border-s-sky-500\/30 {
  border-inline-start-color: rgb(14 165 233 / 0.3);
}
.border-s-sky-500\/35 {
  border-inline-start-color: rgb(14 165 233 / 0.35);
}
.border-s-sky-500\/40 {
  border-inline-start-color: rgb(14 165 233 / 0.4);
}
.border-s-sky-500\/45 {
  border-inline-start-color: rgb(14 165 233 / 0.45);
}
.border-s-sky-500\/5 {
  border-inline-start-color: rgb(14 165 233 / 0.05);
}
.border-s-sky-500\/50 {
  border-inline-start-color: rgb(14 165 233 / 0.5);
}
.border-s-sky-500\/55 {
  border-inline-start-color: rgb(14 165 233 / 0.55);
}
.border-s-sky-500\/60 {
  border-inline-start-color: rgb(14 165 233 / 0.6);
}
.border-s-sky-500\/65 {
  border-inline-start-color: rgb(14 165 233 / 0.65);
}
.border-s-sky-500\/70 {
  border-inline-start-color: rgb(14 165 233 / 0.7);
}
.border-s-sky-500\/75 {
  border-inline-start-color: rgb(14 165 233 / 0.75);
}
.border-s-sky-500\/80 {
  border-inline-start-color: rgb(14 165 233 / 0.8);
}
.border-s-sky-500\/85 {
  border-inline-start-color: rgb(14 165 233 / 0.85);
}
.border-s-sky-500\/90 {
  border-inline-start-color: rgb(14 165 233 / 0.9);
}
.border-s-sky-500\/95 {
  border-inline-start-color: rgb(14 165 233 / 0.95);
}
.border-s-sky-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-s-sky-600\/0 {
  border-inline-start-color: rgb(2 132 199 / 0);
}
.border-s-sky-600\/10 {
  border-inline-start-color: rgb(2 132 199 / 0.1);
}
.border-s-sky-600\/100 {
  border-inline-start-color: rgb(2 132 199 / 1);
}
.border-s-sky-600\/15 {
  border-inline-start-color: rgb(2 132 199 / 0.15);
}
.border-s-sky-600\/20 {
  border-inline-start-color: rgb(2 132 199 / 0.2);
}
.border-s-sky-600\/25 {
  border-inline-start-color: rgb(2 132 199 / 0.25);
}
.border-s-sky-600\/30 {
  border-inline-start-color: rgb(2 132 199 / 0.3);
}
.border-s-sky-600\/35 {
  border-inline-start-color: rgb(2 132 199 / 0.35);
}
.border-s-sky-600\/40 {
  border-inline-start-color: rgb(2 132 199 / 0.4);
}
.border-s-sky-600\/45 {
  border-inline-start-color: rgb(2 132 199 / 0.45);
}
.border-s-sky-600\/5 {
  border-inline-start-color: rgb(2 132 199 / 0.05);
}
.border-s-sky-600\/50 {
  border-inline-start-color: rgb(2 132 199 / 0.5);
}
.border-s-sky-600\/55 {
  border-inline-start-color: rgb(2 132 199 / 0.55);
}
.border-s-sky-600\/60 {
  border-inline-start-color: rgb(2 132 199 / 0.6);
}
.border-s-sky-600\/65 {
  border-inline-start-color: rgb(2 132 199 / 0.65);
}
.border-s-sky-600\/70 {
  border-inline-start-color: rgb(2 132 199 / 0.7);
}
.border-s-sky-600\/75 {
  border-inline-start-color: rgb(2 132 199 / 0.75);
}
.border-s-sky-600\/80 {
  border-inline-start-color: rgb(2 132 199 / 0.8);
}
.border-s-sky-600\/85 {
  border-inline-start-color: rgb(2 132 199 / 0.85);
}
.border-s-sky-600\/90 {
  border-inline-start-color: rgb(2 132 199 / 0.9);
}
.border-s-sky-600\/95 {
  border-inline-start-color: rgb(2 132 199 / 0.95);
}
.border-s-sky-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-s-sky-700\/0 {
  border-inline-start-color: rgb(3 105 161 / 0);
}
.border-s-sky-700\/10 {
  border-inline-start-color: rgb(3 105 161 / 0.1);
}
.border-s-sky-700\/100 {
  border-inline-start-color: rgb(3 105 161 / 1);
}
.border-s-sky-700\/15 {
  border-inline-start-color: rgb(3 105 161 / 0.15);
}
.border-s-sky-700\/20 {
  border-inline-start-color: rgb(3 105 161 / 0.2);
}
.border-s-sky-700\/25 {
  border-inline-start-color: rgb(3 105 161 / 0.25);
}
.border-s-sky-700\/30 {
  border-inline-start-color: rgb(3 105 161 / 0.3);
}
.border-s-sky-700\/35 {
  border-inline-start-color: rgb(3 105 161 / 0.35);
}
.border-s-sky-700\/40 {
  border-inline-start-color: rgb(3 105 161 / 0.4);
}
.border-s-sky-700\/45 {
  border-inline-start-color: rgb(3 105 161 / 0.45);
}
.border-s-sky-700\/5 {
  border-inline-start-color: rgb(3 105 161 / 0.05);
}
.border-s-sky-700\/50 {
  border-inline-start-color: rgb(3 105 161 / 0.5);
}
.border-s-sky-700\/55 {
  border-inline-start-color: rgb(3 105 161 / 0.55);
}
.border-s-sky-700\/60 {
  border-inline-start-color: rgb(3 105 161 / 0.6);
}
.border-s-sky-700\/65 {
  border-inline-start-color: rgb(3 105 161 / 0.65);
}
.border-s-sky-700\/70 {
  border-inline-start-color: rgb(3 105 161 / 0.7);
}
.border-s-sky-700\/75 {
  border-inline-start-color: rgb(3 105 161 / 0.75);
}
.border-s-sky-700\/80 {
  border-inline-start-color: rgb(3 105 161 / 0.8);
}
.border-s-sky-700\/85 {
  border-inline-start-color: rgb(3 105 161 / 0.85);
}
.border-s-sky-700\/90 {
  border-inline-start-color: rgb(3 105 161 / 0.9);
}
.border-s-sky-700\/95 {
  border-inline-start-color: rgb(3 105 161 / 0.95);
}
.border-s-sky-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-s-sky-800\/0 {
  border-inline-start-color: rgb(7 89 133 / 0);
}
.border-s-sky-800\/10 {
  border-inline-start-color: rgb(7 89 133 / 0.1);
}
.border-s-sky-800\/100 {
  border-inline-start-color: rgb(7 89 133 / 1);
}
.border-s-sky-800\/15 {
  border-inline-start-color: rgb(7 89 133 / 0.15);
}
.border-s-sky-800\/20 {
  border-inline-start-color: rgb(7 89 133 / 0.2);
}
.border-s-sky-800\/25 {
  border-inline-start-color: rgb(7 89 133 / 0.25);
}
.border-s-sky-800\/30 {
  border-inline-start-color: rgb(7 89 133 / 0.3);
}
.border-s-sky-800\/35 {
  border-inline-start-color: rgb(7 89 133 / 0.35);
}
.border-s-sky-800\/40 {
  border-inline-start-color: rgb(7 89 133 / 0.4);
}
.border-s-sky-800\/45 {
  border-inline-start-color: rgb(7 89 133 / 0.45);
}
.border-s-sky-800\/5 {
  border-inline-start-color: rgb(7 89 133 / 0.05);
}
.border-s-sky-800\/50 {
  border-inline-start-color: rgb(7 89 133 / 0.5);
}
.border-s-sky-800\/55 {
  border-inline-start-color: rgb(7 89 133 / 0.55);
}
.border-s-sky-800\/60 {
  border-inline-start-color: rgb(7 89 133 / 0.6);
}
.border-s-sky-800\/65 {
  border-inline-start-color: rgb(7 89 133 / 0.65);
}
.border-s-sky-800\/70 {
  border-inline-start-color: rgb(7 89 133 / 0.7);
}
.border-s-sky-800\/75 {
  border-inline-start-color: rgb(7 89 133 / 0.75);
}
.border-s-sky-800\/80 {
  border-inline-start-color: rgb(7 89 133 / 0.8);
}
.border-s-sky-800\/85 {
  border-inline-start-color: rgb(7 89 133 / 0.85);
}
.border-s-sky-800\/90 {
  border-inline-start-color: rgb(7 89 133 / 0.9);
}
.border-s-sky-800\/95 {
  border-inline-start-color: rgb(7 89 133 / 0.95);
}
.border-s-sky-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-s-sky-900\/0 {
  border-inline-start-color: rgb(12 74 110 / 0);
}
.border-s-sky-900\/10 {
  border-inline-start-color: rgb(12 74 110 / 0.1);
}
.border-s-sky-900\/100 {
  border-inline-start-color: rgb(12 74 110 / 1);
}
.border-s-sky-900\/15 {
  border-inline-start-color: rgb(12 74 110 / 0.15);
}
.border-s-sky-900\/20 {
  border-inline-start-color: rgb(12 74 110 / 0.2);
}
.border-s-sky-900\/25 {
  border-inline-start-color: rgb(12 74 110 / 0.25);
}
.border-s-sky-900\/30 {
  border-inline-start-color: rgb(12 74 110 / 0.3);
}
.border-s-sky-900\/35 {
  border-inline-start-color: rgb(12 74 110 / 0.35);
}
.border-s-sky-900\/40 {
  border-inline-start-color: rgb(12 74 110 / 0.4);
}
.border-s-sky-900\/45 {
  border-inline-start-color: rgb(12 74 110 / 0.45);
}
.border-s-sky-900\/5 {
  border-inline-start-color: rgb(12 74 110 / 0.05);
}
.border-s-sky-900\/50 {
  border-inline-start-color: rgb(12 74 110 / 0.5);
}
.border-s-sky-900\/55 {
  border-inline-start-color: rgb(12 74 110 / 0.55);
}
.border-s-sky-900\/60 {
  border-inline-start-color: rgb(12 74 110 / 0.6);
}
.border-s-sky-900\/65 {
  border-inline-start-color: rgb(12 74 110 / 0.65);
}
.border-s-sky-900\/70 {
  border-inline-start-color: rgb(12 74 110 / 0.7);
}
.border-s-sky-900\/75 {
  border-inline-start-color: rgb(12 74 110 / 0.75);
}
.border-s-sky-900\/80 {
  border-inline-start-color: rgb(12 74 110 / 0.8);
}
.border-s-sky-900\/85 {
  border-inline-start-color: rgb(12 74 110 / 0.85);
}
.border-s-sky-900\/90 {
  border-inline-start-color: rgb(12 74 110 / 0.9);
}
.border-s-sky-900\/95 {
  border-inline-start-color: rgb(12 74 110 / 0.95);
}
.border-s-sky-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-s-sky-950\/0 {
  border-inline-start-color: rgb(8 47 73 / 0);
}
.border-s-sky-950\/10 {
  border-inline-start-color: rgb(8 47 73 / 0.1);
}
.border-s-sky-950\/100 {
  border-inline-start-color: rgb(8 47 73 / 1);
}
.border-s-sky-950\/15 {
  border-inline-start-color: rgb(8 47 73 / 0.15);
}
.border-s-sky-950\/20 {
  border-inline-start-color: rgb(8 47 73 / 0.2);
}
.border-s-sky-950\/25 {
  border-inline-start-color: rgb(8 47 73 / 0.25);
}
.border-s-sky-950\/30 {
  border-inline-start-color: rgb(8 47 73 / 0.3);
}
.border-s-sky-950\/35 {
  border-inline-start-color: rgb(8 47 73 / 0.35);
}
.border-s-sky-950\/40 {
  border-inline-start-color: rgb(8 47 73 / 0.4);
}
.border-s-sky-950\/45 {
  border-inline-start-color: rgb(8 47 73 / 0.45);
}
.border-s-sky-950\/5 {
  border-inline-start-color: rgb(8 47 73 / 0.05);
}
.border-s-sky-950\/50 {
  border-inline-start-color: rgb(8 47 73 / 0.5);
}
.border-s-sky-950\/55 {
  border-inline-start-color: rgb(8 47 73 / 0.55);
}
.border-s-sky-950\/60 {
  border-inline-start-color: rgb(8 47 73 / 0.6);
}
.border-s-sky-950\/65 {
  border-inline-start-color: rgb(8 47 73 / 0.65);
}
.border-s-sky-950\/70 {
  border-inline-start-color: rgb(8 47 73 / 0.7);
}
.border-s-sky-950\/75 {
  border-inline-start-color: rgb(8 47 73 / 0.75);
}
.border-s-sky-950\/80 {
  border-inline-start-color: rgb(8 47 73 / 0.8);
}
.border-s-sky-950\/85 {
  border-inline-start-color: rgb(8 47 73 / 0.85);
}
.border-s-sky-950\/90 {
  border-inline-start-color: rgb(8 47 73 / 0.9);
}
.border-s-sky-950\/95 {
  border-inline-start-color: rgb(8 47 73 / 0.95);
}
.border-s-slate-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-s-slate-100\/0 {
  border-inline-start-color: rgb(241 245 249 / 0);
}
.border-s-slate-100\/10 {
  border-inline-start-color: rgb(241 245 249 / 0.1);
}
.border-s-slate-100\/100 {
  border-inline-start-color: rgb(241 245 249 / 1);
}
.border-s-slate-100\/15 {
  border-inline-start-color: rgb(241 245 249 / 0.15);
}
.border-s-slate-100\/20 {
  border-inline-start-color: rgb(241 245 249 / 0.2);
}
.border-s-slate-100\/25 {
  border-inline-start-color: rgb(241 245 249 / 0.25);
}
.border-s-slate-100\/30 {
  border-inline-start-color: rgb(241 245 249 / 0.3);
}
.border-s-slate-100\/35 {
  border-inline-start-color: rgb(241 245 249 / 0.35);
}
.border-s-slate-100\/40 {
  border-inline-start-color: rgb(241 245 249 / 0.4);
}
.border-s-slate-100\/45 {
  border-inline-start-color: rgb(241 245 249 / 0.45);
}
.border-s-slate-100\/5 {
  border-inline-start-color: rgb(241 245 249 / 0.05);
}
.border-s-slate-100\/50 {
  border-inline-start-color: rgb(241 245 249 / 0.5);
}
.border-s-slate-100\/55 {
  border-inline-start-color: rgb(241 245 249 / 0.55);
}
.border-s-slate-100\/60 {
  border-inline-start-color: rgb(241 245 249 / 0.6);
}
.border-s-slate-100\/65 {
  border-inline-start-color: rgb(241 245 249 / 0.65);
}
.border-s-slate-100\/70 {
  border-inline-start-color: rgb(241 245 249 / 0.7);
}
.border-s-slate-100\/75 {
  border-inline-start-color: rgb(241 245 249 / 0.75);
}
.border-s-slate-100\/80 {
  border-inline-start-color: rgb(241 245 249 / 0.8);
}
.border-s-slate-100\/85 {
  border-inline-start-color: rgb(241 245 249 / 0.85);
}
.border-s-slate-100\/90 {
  border-inline-start-color: rgb(241 245 249 / 0.9);
}
.border-s-slate-100\/95 {
  border-inline-start-color: rgb(241 245 249 / 0.95);
}
.border-s-slate-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-s-slate-200\/0 {
  border-inline-start-color: rgb(226 232 240 / 0);
}
.border-s-slate-200\/10 {
  border-inline-start-color: rgb(226 232 240 / 0.1);
}
.border-s-slate-200\/100 {
  border-inline-start-color: rgb(226 232 240 / 1);
}
.border-s-slate-200\/15 {
  border-inline-start-color: rgb(226 232 240 / 0.15);
}
.border-s-slate-200\/20 {
  border-inline-start-color: rgb(226 232 240 / 0.2);
}
.border-s-slate-200\/25 {
  border-inline-start-color: rgb(226 232 240 / 0.25);
}
.border-s-slate-200\/30 {
  border-inline-start-color: rgb(226 232 240 / 0.3);
}
.border-s-slate-200\/35 {
  border-inline-start-color: rgb(226 232 240 / 0.35);
}
.border-s-slate-200\/40 {
  border-inline-start-color: rgb(226 232 240 / 0.4);
}
.border-s-slate-200\/45 {
  border-inline-start-color: rgb(226 232 240 / 0.45);
}
.border-s-slate-200\/5 {
  border-inline-start-color: rgb(226 232 240 / 0.05);
}
.border-s-slate-200\/50 {
  border-inline-start-color: rgb(226 232 240 / 0.5);
}
.border-s-slate-200\/55 {
  border-inline-start-color: rgb(226 232 240 / 0.55);
}
.border-s-slate-200\/60 {
  border-inline-start-color: rgb(226 232 240 / 0.6);
}
.border-s-slate-200\/65 {
  border-inline-start-color: rgb(226 232 240 / 0.65);
}
.border-s-slate-200\/70 {
  border-inline-start-color: rgb(226 232 240 / 0.7);
}
.border-s-slate-200\/75 {
  border-inline-start-color: rgb(226 232 240 / 0.75);
}
.border-s-slate-200\/80 {
  border-inline-start-color: rgb(226 232 240 / 0.8);
}
.border-s-slate-200\/85 {
  border-inline-start-color: rgb(226 232 240 / 0.85);
}
.border-s-slate-200\/90 {
  border-inline-start-color: rgb(226 232 240 / 0.9);
}
.border-s-slate-200\/95 {
  border-inline-start-color: rgb(226 232 240 / 0.95);
}
.border-s-slate-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-s-slate-300\/0 {
  border-inline-start-color: rgb(203 213 225 / 0);
}
.border-s-slate-300\/10 {
  border-inline-start-color: rgb(203 213 225 / 0.1);
}
.border-s-slate-300\/100 {
  border-inline-start-color: rgb(203 213 225 / 1);
}
.border-s-slate-300\/15 {
  border-inline-start-color: rgb(203 213 225 / 0.15);
}
.border-s-slate-300\/20 {
  border-inline-start-color: rgb(203 213 225 / 0.2);
}
.border-s-slate-300\/25 {
  border-inline-start-color: rgb(203 213 225 / 0.25);
}
.border-s-slate-300\/30 {
  border-inline-start-color: rgb(203 213 225 / 0.3);
}
.border-s-slate-300\/35 {
  border-inline-start-color: rgb(203 213 225 / 0.35);
}
.border-s-slate-300\/40 {
  border-inline-start-color: rgb(203 213 225 / 0.4);
}
.border-s-slate-300\/45 {
  border-inline-start-color: rgb(203 213 225 / 0.45);
}
.border-s-slate-300\/5 {
  border-inline-start-color: rgb(203 213 225 / 0.05);
}
.border-s-slate-300\/50 {
  border-inline-start-color: rgb(203 213 225 / 0.5);
}
.border-s-slate-300\/55 {
  border-inline-start-color: rgb(203 213 225 / 0.55);
}
.border-s-slate-300\/60 {
  border-inline-start-color: rgb(203 213 225 / 0.6);
}
.border-s-slate-300\/65 {
  border-inline-start-color: rgb(203 213 225 / 0.65);
}
.border-s-slate-300\/70 {
  border-inline-start-color: rgb(203 213 225 / 0.7);
}
.border-s-slate-300\/75 {
  border-inline-start-color: rgb(203 213 225 / 0.75);
}
.border-s-slate-300\/80 {
  border-inline-start-color: rgb(203 213 225 / 0.8);
}
.border-s-slate-300\/85 {
  border-inline-start-color: rgb(203 213 225 / 0.85);
}
.border-s-slate-300\/90 {
  border-inline-start-color: rgb(203 213 225 / 0.9);
}
.border-s-slate-300\/95 {
  border-inline-start-color: rgb(203 213 225 / 0.95);
}
.border-s-slate-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-s-slate-400\/0 {
  border-inline-start-color: rgb(148 163 184 / 0);
}
.border-s-slate-400\/10 {
  border-inline-start-color: rgb(148 163 184 / 0.1);
}
.border-s-slate-400\/100 {
  border-inline-start-color: rgb(148 163 184 / 1);
}
.border-s-slate-400\/15 {
  border-inline-start-color: rgb(148 163 184 / 0.15);
}
.border-s-slate-400\/20 {
  border-inline-start-color: rgb(148 163 184 / 0.2);
}
.border-s-slate-400\/25 {
  border-inline-start-color: rgb(148 163 184 / 0.25);
}
.border-s-slate-400\/30 {
  border-inline-start-color: rgb(148 163 184 / 0.3);
}
.border-s-slate-400\/35 {
  border-inline-start-color: rgb(148 163 184 / 0.35);
}
.border-s-slate-400\/40 {
  border-inline-start-color: rgb(148 163 184 / 0.4);
}
.border-s-slate-400\/45 {
  border-inline-start-color: rgb(148 163 184 / 0.45);
}
.border-s-slate-400\/5 {
  border-inline-start-color: rgb(148 163 184 / 0.05);
}
.border-s-slate-400\/50 {
  border-inline-start-color: rgb(148 163 184 / 0.5);
}
.border-s-slate-400\/55 {
  border-inline-start-color: rgb(148 163 184 / 0.55);
}
.border-s-slate-400\/60 {
  border-inline-start-color: rgb(148 163 184 / 0.6);
}
.border-s-slate-400\/65 {
  border-inline-start-color: rgb(148 163 184 / 0.65);
}
.border-s-slate-400\/70 {
  border-inline-start-color: rgb(148 163 184 / 0.7);
}
.border-s-slate-400\/75 {
  border-inline-start-color: rgb(148 163 184 / 0.75);
}
.border-s-slate-400\/80 {
  border-inline-start-color: rgb(148 163 184 / 0.8);
}
.border-s-slate-400\/85 {
  border-inline-start-color: rgb(148 163 184 / 0.85);
}
.border-s-slate-400\/90 {
  border-inline-start-color: rgb(148 163 184 / 0.9);
}
.border-s-slate-400\/95 {
  border-inline-start-color: rgb(148 163 184 / 0.95);
}
.border-s-slate-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-s-slate-50\/0 {
  border-inline-start-color: rgb(248 250 252 / 0);
}
.border-s-slate-50\/10 {
  border-inline-start-color: rgb(248 250 252 / 0.1);
}
.border-s-slate-50\/100 {
  border-inline-start-color: rgb(248 250 252 / 1);
}
.border-s-slate-50\/15 {
  border-inline-start-color: rgb(248 250 252 / 0.15);
}
.border-s-slate-50\/20 {
  border-inline-start-color: rgb(248 250 252 / 0.2);
}
.border-s-slate-50\/25 {
  border-inline-start-color: rgb(248 250 252 / 0.25);
}
.border-s-slate-50\/30 {
  border-inline-start-color: rgb(248 250 252 / 0.3);
}
.border-s-slate-50\/35 {
  border-inline-start-color: rgb(248 250 252 / 0.35);
}
.border-s-slate-50\/40 {
  border-inline-start-color: rgb(248 250 252 / 0.4);
}
.border-s-slate-50\/45 {
  border-inline-start-color: rgb(248 250 252 / 0.45);
}
.border-s-slate-50\/5 {
  border-inline-start-color: rgb(248 250 252 / 0.05);
}
.border-s-slate-50\/50 {
  border-inline-start-color: rgb(248 250 252 / 0.5);
}
.border-s-slate-50\/55 {
  border-inline-start-color: rgb(248 250 252 / 0.55);
}
.border-s-slate-50\/60 {
  border-inline-start-color: rgb(248 250 252 / 0.6);
}
.border-s-slate-50\/65 {
  border-inline-start-color: rgb(248 250 252 / 0.65);
}
.border-s-slate-50\/70 {
  border-inline-start-color: rgb(248 250 252 / 0.7);
}
.border-s-slate-50\/75 {
  border-inline-start-color: rgb(248 250 252 / 0.75);
}
.border-s-slate-50\/80 {
  border-inline-start-color: rgb(248 250 252 / 0.8);
}
.border-s-slate-50\/85 {
  border-inline-start-color: rgb(248 250 252 / 0.85);
}
.border-s-slate-50\/90 {
  border-inline-start-color: rgb(248 250 252 / 0.9);
}
.border-s-slate-50\/95 {
  border-inline-start-color: rgb(248 250 252 / 0.95);
}
.border-s-slate-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-s-slate-500\/0 {
  border-inline-start-color: rgb(100 116 139 / 0);
}
.border-s-slate-500\/10 {
  border-inline-start-color: rgb(100 116 139 / 0.1);
}
.border-s-slate-500\/100 {
  border-inline-start-color: rgb(100 116 139 / 1);
}
.border-s-slate-500\/15 {
  border-inline-start-color: rgb(100 116 139 / 0.15);
}
.border-s-slate-500\/20 {
  border-inline-start-color: rgb(100 116 139 / 0.2);
}
.border-s-slate-500\/25 {
  border-inline-start-color: rgb(100 116 139 / 0.25);
}
.border-s-slate-500\/30 {
  border-inline-start-color: rgb(100 116 139 / 0.3);
}
.border-s-slate-500\/35 {
  border-inline-start-color: rgb(100 116 139 / 0.35);
}
.border-s-slate-500\/40 {
  border-inline-start-color: rgb(100 116 139 / 0.4);
}
.border-s-slate-500\/45 {
  border-inline-start-color: rgb(100 116 139 / 0.45);
}
.border-s-slate-500\/5 {
  border-inline-start-color: rgb(100 116 139 / 0.05);
}
.border-s-slate-500\/50 {
  border-inline-start-color: rgb(100 116 139 / 0.5);
}
.border-s-slate-500\/55 {
  border-inline-start-color: rgb(100 116 139 / 0.55);
}
.border-s-slate-500\/60 {
  border-inline-start-color: rgb(100 116 139 / 0.6);
}
.border-s-slate-500\/65 {
  border-inline-start-color: rgb(100 116 139 / 0.65);
}
.border-s-slate-500\/70 {
  border-inline-start-color: rgb(100 116 139 / 0.7);
}
.border-s-slate-500\/75 {
  border-inline-start-color: rgb(100 116 139 / 0.75);
}
.border-s-slate-500\/80 {
  border-inline-start-color: rgb(100 116 139 / 0.8);
}
.border-s-slate-500\/85 {
  border-inline-start-color: rgb(100 116 139 / 0.85);
}
.border-s-slate-500\/90 {
  border-inline-start-color: rgb(100 116 139 / 0.9);
}
.border-s-slate-500\/95 {
  border-inline-start-color: rgb(100 116 139 / 0.95);
}
.border-s-slate-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-s-slate-600\/0 {
  border-inline-start-color: rgb(71 85 105 / 0);
}
.border-s-slate-600\/10 {
  border-inline-start-color: rgb(71 85 105 / 0.1);
}
.border-s-slate-600\/100 {
  border-inline-start-color: rgb(71 85 105 / 1);
}
.border-s-slate-600\/15 {
  border-inline-start-color: rgb(71 85 105 / 0.15);
}
.border-s-slate-600\/20 {
  border-inline-start-color: rgb(71 85 105 / 0.2);
}
.border-s-slate-600\/25 {
  border-inline-start-color: rgb(71 85 105 / 0.25);
}
.border-s-slate-600\/30 {
  border-inline-start-color: rgb(71 85 105 / 0.3);
}
.border-s-slate-600\/35 {
  border-inline-start-color: rgb(71 85 105 / 0.35);
}
.border-s-slate-600\/40 {
  border-inline-start-color: rgb(71 85 105 / 0.4);
}
.border-s-slate-600\/45 {
  border-inline-start-color: rgb(71 85 105 / 0.45);
}
.border-s-slate-600\/5 {
  border-inline-start-color: rgb(71 85 105 / 0.05);
}
.border-s-slate-600\/50 {
  border-inline-start-color: rgb(71 85 105 / 0.5);
}
.border-s-slate-600\/55 {
  border-inline-start-color: rgb(71 85 105 / 0.55);
}
.border-s-slate-600\/60 {
  border-inline-start-color: rgb(71 85 105 / 0.6);
}
.border-s-slate-600\/65 {
  border-inline-start-color: rgb(71 85 105 / 0.65);
}
.border-s-slate-600\/70 {
  border-inline-start-color: rgb(71 85 105 / 0.7);
}
.border-s-slate-600\/75 {
  border-inline-start-color: rgb(71 85 105 / 0.75);
}
.border-s-slate-600\/80 {
  border-inline-start-color: rgb(71 85 105 / 0.8);
}
.border-s-slate-600\/85 {
  border-inline-start-color: rgb(71 85 105 / 0.85);
}
.border-s-slate-600\/90 {
  border-inline-start-color: rgb(71 85 105 / 0.9);
}
.border-s-slate-600\/95 {
  border-inline-start-color: rgb(71 85 105 / 0.95);
}
.border-s-slate-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-s-slate-700\/0 {
  border-inline-start-color: rgb(51 65 85 / 0);
}
.border-s-slate-700\/10 {
  border-inline-start-color: rgb(51 65 85 / 0.1);
}
.border-s-slate-700\/100 {
  border-inline-start-color: rgb(51 65 85 / 1);
}
.border-s-slate-700\/15 {
  border-inline-start-color: rgb(51 65 85 / 0.15);
}
.border-s-slate-700\/20 {
  border-inline-start-color: rgb(51 65 85 / 0.2);
}
.border-s-slate-700\/25 {
  border-inline-start-color: rgb(51 65 85 / 0.25);
}
.border-s-slate-700\/30 {
  border-inline-start-color: rgb(51 65 85 / 0.3);
}
.border-s-slate-700\/35 {
  border-inline-start-color: rgb(51 65 85 / 0.35);
}
.border-s-slate-700\/40 {
  border-inline-start-color: rgb(51 65 85 / 0.4);
}
.border-s-slate-700\/45 {
  border-inline-start-color: rgb(51 65 85 / 0.45);
}
.border-s-slate-700\/5 {
  border-inline-start-color: rgb(51 65 85 / 0.05);
}
.border-s-slate-700\/50 {
  border-inline-start-color: rgb(51 65 85 / 0.5);
}
.border-s-slate-700\/55 {
  border-inline-start-color: rgb(51 65 85 / 0.55);
}
.border-s-slate-700\/60 {
  border-inline-start-color: rgb(51 65 85 / 0.6);
}
.border-s-slate-700\/65 {
  border-inline-start-color: rgb(51 65 85 / 0.65);
}
.border-s-slate-700\/70 {
  border-inline-start-color: rgb(51 65 85 / 0.7);
}
.border-s-slate-700\/75 {
  border-inline-start-color: rgb(51 65 85 / 0.75);
}
.border-s-slate-700\/80 {
  border-inline-start-color: rgb(51 65 85 / 0.8);
}
.border-s-slate-700\/85 {
  border-inline-start-color: rgb(51 65 85 / 0.85);
}
.border-s-slate-700\/90 {
  border-inline-start-color: rgb(51 65 85 / 0.9);
}
.border-s-slate-700\/95 {
  border-inline-start-color: rgb(51 65 85 / 0.95);
}
.border-s-slate-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-s-slate-800\/0 {
  border-inline-start-color: rgb(30 41 59 / 0);
}
.border-s-slate-800\/10 {
  border-inline-start-color: rgb(30 41 59 / 0.1);
}
.border-s-slate-800\/100 {
  border-inline-start-color: rgb(30 41 59 / 1);
}
.border-s-slate-800\/15 {
  border-inline-start-color: rgb(30 41 59 / 0.15);
}
.border-s-slate-800\/20 {
  border-inline-start-color: rgb(30 41 59 / 0.2);
}
.border-s-slate-800\/25 {
  border-inline-start-color: rgb(30 41 59 / 0.25);
}
.border-s-slate-800\/30 {
  border-inline-start-color: rgb(30 41 59 / 0.3);
}
.border-s-slate-800\/35 {
  border-inline-start-color: rgb(30 41 59 / 0.35);
}
.border-s-slate-800\/40 {
  border-inline-start-color: rgb(30 41 59 / 0.4);
}
.border-s-slate-800\/45 {
  border-inline-start-color: rgb(30 41 59 / 0.45);
}
.border-s-slate-800\/5 {
  border-inline-start-color: rgb(30 41 59 / 0.05);
}
.border-s-slate-800\/50 {
  border-inline-start-color: rgb(30 41 59 / 0.5);
}
.border-s-slate-800\/55 {
  border-inline-start-color: rgb(30 41 59 / 0.55);
}
.border-s-slate-800\/60 {
  border-inline-start-color: rgb(30 41 59 / 0.6);
}
.border-s-slate-800\/65 {
  border-inline-start-color: rgb(30 41 59 / 0.65);
}
.border-s-slate-800\/70 {
  border-inline-start-color: rgb(30 41 59 / 0.7);
}
.border-s-slate-800\/75 {
  border-inline-start-color: rgb(30 41 59 / 0.75);
}
.border-s-slate-800\/80 {
  border-inline-start-color: rgb(30 41 59 / 0.8);
}
.border-s-slate-800\/85 {
  border-inline-start-color: rgb(30 41 59 / 0.85);
}
.border-s-slate-800\/90 {
  border-inline-start-color: rgb(30 41 59 / 0.9);
}
.border-s-slate-800\/95 {
  border-inline-start-color: rgb(30 41 59 / 0.95);
}
.border-s-slate-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-s-slate-900\/0 {
  border-inline-start-color: rgb(15 23 42 / 0);
}
.border-s-slate-900\/10 {
  border-inline-start-color: rgb(15 23 42 / 0.1);
}
.border-s-slate-900\/100 {
  border-inline-start-color: rgb(15 23 42 / 1);
}
.border-s-slate-900\/15 {
  border-inline-start-color: rgb(15 23 42 / 0.15);
}
.border-s-slate-900\/20 {
  border-inline-start-color: rgb(15 23 42 / 0.2);
}
.border-s-slate-900\/25 {
  border-inline-start-color: rgb(15 23 42 / 0.25);
}
.border-s-slate-900\/30 {
  border-inline-start-color: rgb(15 23 42 / 0.3);
}
.border-s-slate-900\/35 {
  border-inline-start-color: rgb(15 23 42 / 0.35);
}
.border-s-slate-900\/40 {
  border-inline-start-color: rgb(15 23 42 / 0.4);
}
.border-s-slate-900\/45 {
  border-inline-start-color: rgb(15 23 42 / 0.45);
}
.border-s-slate-900\/5 {
  border-inline-start-color: rgb(15 23 42 / 0.05);
}
.border-s-slate-900\/50 {
  border-inline-start-color: rgb(15 23 42 / 0.5);
}
.border-s-slate-900\/55 {
  border-inline-start-color: rgb(15 23 42 / 0.55);
}
.border-s-slate-900\/60 {
  border-inline-start-color: rgb(15 23 42 / 0.6);
}
.border-s-slate-900\/65 {
  border-inline-start-color: rgb(15 23 42 / 0.65);
}
.border-s-slate-900\/70 {
  border-inline-start-color: rgb(15 23 42 / 0.7);
}
.border-s-slate-900\/75 {
  border-inline-start-color: rgb(15 23 42 / 0.75);
}
.border-s-slate-900\/80 {
  border-inline-start-color: rgb(15 23 42 / 0.8);
}
.border-s-slate-900\/85 {
  border-inline-start-color: rgb(15 23 42 / 0.85);
}
.border-s-slate-900\/90 {
  border-inline-start-color: rgb(15 23 42 / 0.9);
}
.border-s-slate-900\/95 {
  border-inline-start-color: rgb(15 23 42 / 0.95);
}
.border-s-slate-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-s-slate-950\/0 {
  border-inline-start-color: rgb(2 6 23 / 0);
}
.border-s-slate-950\/10 {
  border-inline-start-color: rgb(2 6 23 / 0.1);
}
.border-s-slate-950\/100 {
  border-inline-start-color: rgb(2 6 23 / 1);
}
.border-s-slate-950\/15 {
  border-inline-start-color: rgb(2 6 23 / 0.15);
}
.border-s-slate-950\/20 {
  border-inline-start-color: rgb(2 6 23 / 0.2);
}
.border-s-slate-950\/25 {
  border-inline-start-color: rgb(2 6 23 / 0.25);
}
.border-s-slate-950\/30 {
  border-inline-start-color: rgb(2 6 23 / 0.3);
}
.border-s-slate-950\/35 {
  border-inline-start-color: rgb(2 6 23 / 0.35);
}
.border-s-slate-950\/40 {
  border-inline-start-color: rgb(2 6 23 / 0.4);
}
.border-s-slate-950\/45 {
  border-inline-start-color: rgb(2 6 23 / 0.45);
}
.border-s-slate-950\/5 {
  border-inline-start-color: rgb(2 6 23 / 0.05);
}
.border-s-slate-950\/50 {
  border-inline-start-color: rgb(2 6 23 / 0.5);
}
.border-s-slate-950\/55 {
  border-inline-start-color: rgb(2 6 23 / 0.55);
}
.border-s-slate-950\/60 {
  border-inline-start-color: rgb(2 6 23 / 0.6);
}
.border-s-slate-950\/65 {
  border-inline-start-color: rgb(2 6 23 / 0.65);
}
.border-s-slate-950\/70 {
  border-inline-start-color: rgb(2 6 23 / 0.7);
}
.border-s-slate-950\/75 {
  border-inline-start-color: rgb(2 6 23 / 0.75);
}
.border-s-slate-950\/80 {
  border-inline-start-color: rgb(2 6 23 / 0.8);
}
.border-s-slate-950\/85 {
  border-inline-start-color: rgb(2 6 23 / 0.85);
}
.border-s-slate-950\/90 {
  border-inline-start-color: rgb(2 6 23 / 0.9);
}
.border-s-slate-950\/95 {
  border-inline-start-color: rgb(2 6 23 / 0.95);
}
.border-s-stone-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-s-stone-100\/0 {
  border-inline-start-color: rgb(245 245 244 / 0);
}
.border-s-stone-100\/10 {
  border-inline-start-color: rgb(245 245 244 / 0.1);
}
.border-s-stone-100\/100 {
  border-inline-start-color: rgb(245 245 244 / 1);
}
.border-s-stone-100\/15 {
  border-inline-start-color: rgb(245 245 244 / 0.15);
}
.border-s-stone-100\/20 {
  border-inline-start-color: rgb(245 245 244 / 0.2);
}
.border-s-stone-100\/25 {
  border-inline-start-color: rgb(245 245 244 / 0.25);
}
.border-s-stone-100\/30 {
  border-inline-start-color: rgb(245 245 244 / 0.3);
}
.border-s-stone-100\/35 {
  border-inline-start-color: rgb(245 245 244 / 0.35);
}
.border-s-stone-100\/40 {
  border-inline-start-color: rgb(245 245 244 / 0.4);
}
.border-s-stone-100\/45 {
  border-inline-start-color: rgb(245 245 244 / 0.45);
}
.border-s-stone-100\/5 {
  border-inline-start-color: rgb(245 245 244 / 0.05);
}
.border-s-stone-100\/50 {
  border-inline-start-color: rgb(245 245 244 / 0.5);
}
.border-s-stone-100\/55 {
  border-inline-start-color: rgb(245 245 244 / 0.55);
}
.border-s-stone-100\/60 {
  border-inline-start-color: rgb(245 245 244 / 0.6);
}
.border-s-stone-100\/65 {
  border-inline-start-color: rgb(245 245 244 / 0.65);
}
.border-s-stone-100\/70 {
  border-inline-start-color: rgb(245 245 244 / 0.7);
}
.border-s-stone-100\/75 {
  border-inline-start-color: rgb(245 245 244 / 0.75);
}
.border-s-stone-100\/80 {
  border-inline-start-color: rgb(245 245 244 / 0.8);
}
.border-s-stone-100\/85 {
  border-inline-start-color: rgb(245 245 244 / 0.85);
}
.border-s-stone-100\/90 {
  border-inline-start-color: rgb(245 245 244 / 0.9);
}
.border-s-stone-100\/95 {
  border-inline-start-color: rgb(245 245 244 / 0.95);
}
.border-s-stone-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-s-stone-200\/0 {
  border-inline-start-color: rgb(231 229 228 / 0);
}
.border-s-stone-200\/10 {
  border-inline-start-color: rgb(231 229 228 / 0.1);
}
.border-s-stone-200\/100 {
  border-inline-start-color: rgb(231 229 228 / 1);
}
.border-s-stone-200\/15 {
  border-inline-start-color: rgb(231 229 228 / 0.15);
}
.border-s-stone-200\/20 {
  border-inline-start-color: rgb(231 229 228 / 0.2);
}
.border-s-stone-200\/25 {
  border-inline-start-color: rgb(231 229 228 / 0.25);
}
.border-s-stone-200\/30 {
  border-inline-start-color: rgb(231 229 228 / 0.3);
}
.border-s-stone-200\/35 {
  border-inline-start-color: rgb(231 229 228 / 0.35);
}
.border-s-stone-200\/40 {
  border-inline-start-color: rgb(231 229 228 / 0.4);
}
.border-s-stone-200\/45 {
  border-inline-start-color: rgb(231 229 228 / 0.45);
}
.border-s-stone-200\/5 {
  border-inline-start-color: rgb(231 229 228 / 0.05);
}
.border-s-stone-200\/50 {
  border-inline-start-color: rgb(231 229 228 / 0.5);
}
.border-s-stone-200\/55 {
  border-inline-start-color: rgb(231 229 228 / 0.55);
}
.border-s-stone-200\/60 {
  border-inline-start-color: rgb(231 229 228 / 0.6);
}
.border-s-stone-200\/65 {
  border-inline-start-color: rgb(231 229 228 / 0.65);
}
.border-s-stone-200\/70 {
  border-inline-start-color: rgb(231 229 228 / 0.7);
}
.border-s-stone-200\/75 {
  border-inline-start-color: rgb(231 229 228 / 0.75);
}
.border-s-stone-200\/80 {
  border-inline-start-color: rgb(231 229 228 / 0.8);
}
.border-s-stone-200\/85 {
  border-inline-start-color: rgb(231 229 228 / 0.85);
}
.border-s-stone-200\/90 {
  border-inline-start-color: rgb(231 229 228 / 0.9);
}
.border-s-stone-200\/95 {
  border-inline-start-color: rgb(231 229 228 / 0.95);
}
.border-s-stone-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-s-stone-300\/0 {
  border-inline-start-color: rgb(214 211 209 / 0);
}
.border-s-stone-300\/10 {
  border-inline-start-color: rgb(214 211 209 / 0.1);
}
.border-s-stone-300\/100 {
  border-inline-start-color: rgb(214 211 209 / 1);
}
.border-s-stone-300\/15 {
  border-inline-start-color: rgb(214 211 209 / 0.15);
}
.border-s-stone-300\/20 {
  border-inline-start-color: rgb(214 211 209 / 0.2);
}
.border-s-stone-300\/25 {
  border-inline-start-color: rgb(214 211 209 / 0.25);
}
.border-s-stone-300\/30 {
  border-inline-start-color: rgb(214 211 209 / 0.3);
}
.border-s-stone-300\/35 {
  border-inline-start-color: rgb(214 211 209 / 0.35);
}
.border-s-stone-300\/40 {
  border-inline-start-color: rgb(214 211 209 / 0.4);
}
.border-s-stone-300\/45 {
  border-inline-start-color: rgb(214 211 209 / 0.45);
}
.border-s-stone-300\/5 {
  border-inline-start-color: rgb(214 211 209 / 0.05);
}
.border-s-stone-300\/50 {
  border-inline-start-color: rgb(214 211 209 / 0.5);
}
.border-s-stone-300\/55 {
  border-inline-start-color: rgb(214 211 209 / 0.55);
}
.border-s-stone-300\/60 {
  border-inline-start-color: rgb(214 211 209 / 0.6);
}
.border-s-stone-300\/65 {
  border-inline-start-color: rgb(214 211 209 / 0.65);
}
.border-s-stone-300\/70 {
  border-inline-start-color: rgb(214 211 209 / 0.7);
}
.border-s-stone-300\/75 {
  border-inline-start-color: rgb(214 211 209 / 0.75);
}
.border-s-stone-300\/80 {
  border-inline-start-color: rgb(214 211 209 / 0.8);
}
.border-s-stone-300\/85 {
  border-inline-start-color: rgb(214 211 209 / 0.85);
}
.border-s-stone-300\/90 {
  border-inline-start-color: rgb(214 211 209 / 0.9);
}
.border-s-stone-300\/95 {
  border-inline-start-color: rgb(214 211 209 / 0.95);
}
.border-s-stone-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-s-stone-400\/0 {
  border-inline-start-color: rgb(168 162 158 / 0);
}
.border-s-stone-400\/10 {
  border-inline-start-color: rgb(168 162 158 / 0.1);
}
.border-s-stone-400\/100 {
  border-inline-start-color: rgb(168 162 158 / 1);
}
.border-s-stone-400\/15 {
  border-inline-start-color: rgb(168 162 158 / 0.15);
}
.border-s-stone-400\/20 {
  border-inline-start-color: rgb(168 162 158 / 0.2);
}
.border-s-stone-400\/25 {
  border-inline-start-color: rgb(168 162 158 / 0.25);
}
.border-s-stone-400\/30 {
  border-inline-start-color: rgb(168 162 158 / 0.3);
}
.border-s-stone-400\/35 {
  border-inline-start-color: rgb(168 162 158 / 0.35);
}
.border-s-stone-400\/40 {
  border-inline-start-color: rgb(168 162 158 / 0.4);
}
.border-s-stone-400\/45 {
  border-inline-start-color: rgb(168 162 158 / 0.45);
}
.border-s-stone-400\/5 {
  border-inline-start-color: rgb(168 162 158 / 0.05);
}
.border-s-stone-400\/50 {
  border-inline-start-color: rgb(168 162 158 / 0.5);
}
.border-s-stone-400\/55 {
  border-inline-start-color: rgb(168 162 158 / 0.55);
}
.border-s-stone-400\/60 {
  border-inline-start-color: rgb(168 162 158 / 0.6);
}
.border-s-stone-400\/65 {
  border-inline-start-color: rgb(168 162 158 / 0.65);
}
.border-s-stone-400\/70 {
  border-inline-start-color: rgb(168 162 158 / 0.7);
}
.border-s-stone-400\/75 {
  border-inline-start-color: rgb(168 162 158 / 0.75);
}
.border-s-stone-400\/80 {
  border-inline-start-color: rgb(168 162 158 / 0.8);
}
.border-s-stone-400\/85 {
  border-inline-start-color: rgb(168 162 158 / 0.85);
}
.border-s-stone-400\/90 {
  border-inline-start-color: rgb(168 162 158 / 0.9);
}
.border-s-stone-400\/95 {
  border-inline-start-color: rgb(168 162 158 / 0.95);
}
.border-s-stone-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-s-stone-50\/0 {
  border-inline-start-color: rgb(250 250 249 / 0);
}
.border-s-stone-50\/10 {
  border-inline-start-color: rgb(250 250 249 / 0.1);
}
.border-s-stone-50\/100 {
  border-inline-start-color: rgb(250 250 249 / 1);
}
.border-s-stone-50\/15 {
  border-inline-start-color: rgb(250 250 249 / 0.15);
}
.border-s-stone-50\/20 {
  border-inline-start-color: rgb(250 250 249 / 0.2);
}
.border-s-stone-50\/25 {
  border-inline-start-color: rgb(250 250 249 / 0.25);
}
.border-s-stone-50\/30 {
  border-inline-start-color: rgb(250 250 249 / 0.3);
}
.border-s-stone-50\/35 {
  border-inline-start-color: rgb(250 250 249 / 0.35);
}
.border-s-stone-50\/40 {
  border-inline-start-color: rgb(250 250 249 / 0.4);
}
.border-s-stone-50\/45 {
  border-inline-start-color: rgb(250 250 249 / 0.45);
}
.border-s-stone-50\/5 {
  border-inline-start-color: rgb(250 250 249 / 0.05);
}
.border-s-stone-50\/50 {
  border-inline-start-color: rgb(250 250 249 / 0.5);
}
.border-s-stone-50\/55 {
  border-inline-start-color: rgb(250 250 249 / 0.55);
}
.border-s-stone-50\/60 {
  border-inline-start-color: rgb(250 250 249 / 0.6);
}
.border-s-stone-50\/65 {
  border-inline-start-color: rgb(250 250 249 / 0.65);
}
.border-s-stone-50\/70 {
  border-inline-start-color: rgb(250 250 249 / 0.7);
}
.border-s-stone-50\/75 {
  border-inline-start-color: rgb(250 250 249 / 0.75);
}
.border-s-stone-50\/80 {
  border-inline-start-color: rgb(250 250 249 / 0.8);
}
.border-s-stone-50\/85 {
  border-inline-start-color: rgb(250 250 249 / 0.85);
}
.border-s-stone-50\/90 {
  border-inline-start-color: rgb(250 250 249 / 0.9);
}
.border-s-stone-50\/95 {
  border-inline-start-color: rgb(250 250 249 / 0.95);
}
.border-s-stone-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-s-stone-500\/0 {
  border-inline-start-color: rgb(120 113 108 / 0);
}
.border-s-stone-500\/10 {
  border-inline-start-color: rgb(120 113 108 / 0.1);
}
.border-s-stone-500\/100 {
  border-inline-start-color: rgb(120 113 108 / 1);
}
.border-s-stone-500\/15 {
  border-inline-start-color: rgb(120 113 108 / 0.15);
}
.border-s-stone-500\/20 {
  border-inline-start-color: rgb(120 113 108 / 0.2);
}
.border-s-stone-500\/25 {
  border-inline-start-color: rgb(120 113 108 / 0.25);
}
.border-s-stone-500\/30 {
  border-inline-start-color: rgb(120 113 108 / 0.3);
}
.border-s-stone-500\/35 {
  border-inline-start-color: rgb(120 113 108 / 0.35);
}
.border-s-stone-500\/40 {
  border-inline-start-color: rgb(120 113 108 / 0.4);
}
.border-s-stone-500\/45 {
  border-inline-start-color: rgb(120 113 108 / 0.45);
}
.border-s-stone-500\/5 {
  border-inline-start-color: rgb(120 113 108 / 0.05);
}
.border-s-stone-500\/50 {
  border-inline-start-color: rgb(120 113 108 / 0.5);
}
.border-s-stone-500\/55 {
  border-inline-start-color: rgb(120 113 108 / 0.55);
}
.border-s-stone-500\/60 {
  border-inline-start-color: rgb(120 113 108 / 0.6);
}
.border-s-stone-500\/65 {
  border-inline-start-color: rgb(120 113 108 / 0.65);
}
.border-s-stone-500\/70 {
  border-inline-start-color: rgb(120 113 108 / 0.7);
}
.border-s-stone-500\/75 {
  border-inline-start-color: rgb(120 113 108 / 0.75);
}
.border-s-stone-500\/80 {
  border-inline-start-color: rgb(120 113 108 / 0.8);
}
.border-s-stone-500\/85 {
  border-inline-start-color: rgb(120 113 108 / 0.85);
}
.border-s-stone-500\/90 {
  border-inline-start-color: rgb(120 113 108 / 0.9);
}
.border-s-stone-500\/95 {
  border-inline-start-color: rgb(120 113 108 / 0.95);
}
.border-s-stone-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-s-stone-600\/0 {
  border-inline-start-color: rgb(87 83 78 / 0);
}
.border-s-stone-600\/10 {
  border-inline-start-color: rgb(87 83 78 / 0.1);
}
.border-s-stone-600\/100 {
  border-inline-start-color: rgb(87 83 78 / 1);
}
.border-s-stone-600\/15 {
  border-inline-start-color: rgb(87 83 78 / 0.15);
}
.border-s-stone-600\/20 {
  border-inline-start-color: rgb(87 83 78 / 0.2);
}
.border-s-stone-600\/25 {
  border-inline-start-color: rgb(87 83 78 / 0.25);
}
.border-s-stone-600\/30 {
  border-inline-start-color: rgb(87 83 78 / 0.3);
}
.border-s-stone-600\/35 {
  border-inline-start-color: rgb(87 83 78 / 0.35);
}
.border-s-stone-600\/40 {
  border-inline-start-color: rgb(87 83 78 / 0.4);
}
.border-s-stone-600\/45 {
  border-inline-start-color: rgb(87 83 78 / 0.45);
}
.border-s-stone-600\/5 {
  border-inline-start-color: rgb(87 83 78 / 0.05);
}
.border-s-stone-600\/50 {
  border-inline-start-color: rgb(87 83 78 / 0.5);
}
.border-s-stone-600\/55 {
  border-inline-start-color: rgb(87 83 78 / 0.55);
}
.border-s-stone-600\/60 {
  border-inline-start-color: rgb(87 83 78 / 0.6);
}
.border-s-stone-600\/65 {
  border-inline-start-color: rgb(87 83 78 / 0.65);
}
.border-s-stone-600\/70 {
  border-inline-start-color: rgb(87 83 78 / 0.7);
}
.border-s-stone-600\/75 {
  border-inline-start-color: rgb(87 83 78 / 0.75);
}
.border-s-stone-600\/80 {
  border-inline-start-color: rgb(87 83 78 / 0.8);
}
.border-s-stone-600\/85 {
  border-inline-start-color: rgb(87 83 78 / 0.85);
}
.border-s-stone-600\/90 {
  border-inline-start-color: rgb(87 83 78 / 0.9);
}
.border-s-stone-600\/95 {
  border-inline-start-color: rgb(87 83 78 / 0.95);
}
.border-s-stone-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-s-stone-700\/0 {
  border-inline-start-color: rgb(68 64 60 / 0);
}
.border-s-stone-700\/10 {
  border-inline-start-color: rgb(68 64 60 / 0.1);
}
.border-s-stone-700\/100 {
  border-inline-start-color: rgb(68 64 60 / 1);
}
.border-s-stone-700\/15 {
  border-inline-start-color: rgb(68 64 60 / 0.15);
}
.border-s-stone-700\/20 {
  border-inline-start-color: rgb(68 64 60 / 0.2);
}
.border-s-stone-700\/25 {
  border-inline-start-color: rgb(68 64 60 / 0.25);
}
.border-s-stone-700\/30 {
  border-inline-start-color: rgb(68 64 60 / 0.3);
}
.border-s-stone-700\/35 {
  border-inline-start-color: rgb(68 64 60 / 0.35);
}
.border-s-stone-700\/40 {
  border-inline-start-color: rgb(68 64 60 / 0.4);
}
.border-s-stone-700\/45 {
  border-inline-start-color: rgb(68 64 60 / 0.45);
}
.border-s-stone-700\/5 {
  border-inline-start-color: rgb(68 64 60 / 0.05);
}
.border-s-stone-700\/50 {
  border-inline-start-color: rgb(68 64 60 / 0.5);
}
.border-s-stone-700\/55 {
  border-inline-start-color: rgb(68 64 60 / 0.55);
}
.border-s-stone-700\/60 {
  border-inline-start-color: rgb(68 64 60 / 0.6);
}
.border-s-stone-700\/65 {
  border-inline-start-color: rgb(68 64 60 / 0.65);
}
.border-s-stone-700\/70 {
  border-inline-start-color: rgb(68 64 60 / 0.7);
}
.border-s-stone-700\/75 {
  border-inline-start-color: rgb(68 64 60 / 0.75);
}
.border-s-stone-700\/80 {
  border-inline-start-color: rgb(68 64 60 / 0.8);
}
.border-s-stone-700\/85 {
  border-inline-start-color: rgb(68 64 60 / 0.85);
}
.border-s-stone-700\/90 {
  border-inline-start-color: rgb(68 64 60 / 0.9);
}
.border-s-stone-700\/95 {
  border-inline-start-color: rgb(68 64 60 / 0.95);
}
.border-s-stone-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-s-stone-800\/0 {
  border-inline-start-color: rgb(41 37 36 / 0);
}
.border-s-stone-800\/10 {
  border-inline-start-color: rgb(41 37 36 / 0.1);
}
.border-s-stone-800\/100 {
  border-inline-start-color: rgb(41 37 36 / 1);
}
.border-s-stone-800\/15 {
  border-inline-start-color: rgb(41 37 36 / 0.15);
}
.border-s-stone-800\/20 {
  border-inline-start-color: rgb(41 37 36 / 0.2);
}
.border-s-stone-800\/25 {
  border-inline-start-color: rgb(41 37 36 / 0.25);
}
.border-s-stone-800\/30 {
  border-inline-start-color: rgb(41 37 36 / 0.3);
}
.border-s-stone-800\/35 {
  border-inline-start-color: rgb(41 37 36 / 0.35);
}
.border-s-stone-800\/40 {
  border-inline-start-color: rgb(41 37 36 / 0.4);
}
.border-s-stone-800\/45 {
  border-inline-start-color: rgb(41 37 36 / 0.45);
}
.border-s-stone-800\/5 {
  border-inline-start-color: rgb(41 37 36 / 0.05);
}
.border-s-stone-800\/50 {
  border-inline-start-color: rgb(41 37 36 / 0.5);
}
.border-s-stone-800\/55 {
  border-inline-start-color: rgb(41 37 36 / 0.55);
}
.border-s-stone-800\/60 {
  border-inline-start-color: rgb(41 37 36 / 0.6);
}
.border-s-stone-800\/65 {
  border-inline-start-color: rgb(41 37 36 / 0.65);
}
.border-s-stone-800\/70 {
  border-inline-start-color: rgb(41 37 36 / 0.7);
}
.border-s-stone-800\/75 {
  border-inline-start-color: rgb(41 37 36 / 0.75);
}
.border-s-stone-800\/80 {
  border-inline-start-color: rgb(41 37 36 / 0.8);
}
.border-s-stone-800\/85 {
  border-inline-start-color: rgb(41 37 36 / 0.85);
}
.border-s-stone-800\/90 {
  border-inline-start-color: rgb(41 37 36 / 0.9);
}
.border-s-stone-800\/95 {
  border-inline-start-color: rgb(41 37 36 / 0.95);
}
.border-s-stone-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-s-stone-900\/0 {
  border-inline-start-color: rgb(28 25 23 / 0);
}
.border-s-stone-900\/10 {
  border-inline-start-color: rgb(28 25 23 / 0.1);
}
.border-s-stone-900\/100 {
  border-inline-start-color: rgb(28 25 23 / 1);
}
.border-s-stone-900\/15 {
  border-inline-start-color: rgb(28 25 23 / 0.15);
}
.border-s-stone-900\/20 {
  border-inline-start-color: rgb(28 25 23 / 0.2);
}
.border-s-stone-900\/25 {
  border-inline-start-color: rgb(28 25 23 / 0.25);
}
.border-s-stone-900\/30 {
  border-inline-start-color: rgb(28 25 23 / 0.3);
}
.border-s-stone-900\/35 {
  border-inline-start-color: rgb(28 25 23 / 0.35);
}
.border-s-stone-900\/40 {
  border-inline-start-color: rgb(28 25 23 / 0.4);
}
.border-s-stone-900\/45 {
  border-inline-start-color: rgb(28 25 23 / 0.45);
}
.border-s-stone-900\/5 {
  border-inline-start-color: rgb(28 25 23 / 0.05);
}
.border-s-stone-900\/50 {
  border-inline-start-color: rgb(28 25 23 / 0.5);
}
.border-s-stone-900\/55 {
  border-inline-start-color: rgb(28 25 23 / 0.55);
}
.border-s-stone-900\/60 {
  border-inline-start-color: rgb(28 25 23 / 0.6);
}
.border-s-stone-900\/65 {
  border-inline-start-color: rgb(28 25 23 / 0.65);
}
.border-s-stone-900\/70 {
  border-inline-start-color: rgb(28 25 23 / 0.7);
}
.border-s-stone-900\/75 {
  border-inline-start-color: rgb(28 25 23 / 0.75);
}
.border-s-stone-900\/80 {
  border-inline-start-color: rgb(28 25 23 / 0.8);
}
.border-s-stone-900\/85 {
  border-inline-start-color: rgb(28 25 23 / 0.85);
}
.border-s-stone-900\/90 {
  border-inline-start-color: rgb(28 25 23 / 0.9);
}
.border-s-stone-900\/95 {
  border-inline-start-color: rgb(28 25 23 / 0.95);
}
.border-s-stone-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-s-stone-950\/0 {
  border-inline-start-color: rgb(12 10 9 / 0);
}
.border-s-stone-950\/10 {
  border-inline-start-color: rgb(12 10 9 / 0.1);
}
.border-s-stone-950\/100 {
  border-inline-start-color: rgb(12 10 9 / 1);
}
.border-s-stone-950\/15 {
  border-inline-start-color: rgb(12 10 9 / 0.15);
}
.border-s-stone-950\/20 {
  border-inline-start-color: rgb(12 10 9 / 0.2);
}
.border-s-stone-950\/25 {
  border-inline-start-color: rgb(12 10 9 / 0.25);
}
.border-s-stone-950\/30 {
  border-inline-start-color: rgb(12 10 9 / 0.3);
}
.border-s-stone-950\/35 {
  border-inline-start-color: rgb(12 10 9 / 0.35);
}
.border-s-stone-950\/40 {
  border-inline-start-color: rgb(12 10 9 / 0.4);
}
.border-s-stone-950\/45 {
  border-inline-start-color: rgb(12 10 9 / 0.45);
}
.border-s-stone-950\/5 {
  border-inline-start-color: rgb(12 10 9 / 0.05);
}
.border-s-stone-950\/50 {
  border-inline-start-color: rgb(12 10 9 / 0.5);
}
.border-s-stone-950\/55 {
  border-inline-start-color: rgb(12 10 9 / 0.55);
}
.border-s-stone-950\/60 {
  border-inline-start-color: rgb(12 10 9 / 0.6);
}
.border-s-stone-950\/65 {
  border-inline-start-color: rgb(12 10 9 / 0.65);
}
.border-s-stone-950\/70 {
  border-inline-start-color: rgb(12 10 9 / 0.7);
}
.border-s-stone-950\/75 {
  border-inline-start-color: rgb(12 10 9 / 0.75);
}
.border-s-stone-950\/80 {
  border-inline-start-color: rgb(12 10 9 / 0.8);
}
.border-s-stone-950\/85 {
  border-inline-start-color: rgb(12 10 9 / 0.85);
}
.border-s-stone-950\/90 {
  border-inline-start-color: rgb(12 10 9 / 0.9);
}
.border-s-stone-950\/95 {
  border-inline-start-color: rgb(12 10 9 / 0.95);
}
.border-s-teal-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-s-teal-100\/0 {
  border-inline-start-color: rgb(204 251 241 / 0);
}
.border-s-teal-100\/10 {
  border-inline-start-color: rgb(204 251 241 / 0.1);
}
.border-s-teal-100\/100 {
  border-inline-start-color: rgb(204 251 241 / 1);
}
.border-s-teal-100\/15 {
  border-inline-start-color: rgb(204 251 241 / 0.15);
}
.border-s-teal-100\/20 {
  border-inline-start-color: rgb(204 251 241 / 0.2);
}
.border-s-teal-100\/25 {
  border-inline-start-color: rgb(204 251 241 / 0.25);
}
.border-s-teal-100\/30 {
  border-inline-start-color: rgb(204 251 241 / 0.3);
}
.border-s-teal-100\/35 {
  border-inline-start-color: rgb(204 251 241 / 0.35);
}
.border-s-teal-100\/40 {
  border-inline-start-color: rgb(204 251 241 / 0.4);
}
.border-s-teal-100\/45 {
  border-inline-start-color: rgb(204 251 241 / 0.45);
}
.border-s-teal-100\/5 {
  border-inline-start-color: rgb(204 251 241 / 0.05);
}
.border-s-teal-100\/50 {
  border-inline-start-color: rgb(204 251 241 / 0.5);
}
.border-s-teal-100\/55 {
  border-inline-start-color: rgb(204 251 241 / 0.55);
}
.border-s-teal-100\/60 {
  border-inline-start-color: rgb(204 251 241 / 0.6);
}
.border-s-teal-100\/65 {
  border-inline-start-color: rgb(204 251 241 / 0.65);
}
.border-s-teal-100\/70 {
  border-inline-start-color: rgb(204 251 241 / 0.7);
}
.border-s-teal-100\/75 {
  border-inline-start-color: rgb(204 251 241 / 0.75);
}
.border-s-teal-100\/80 {
  border-inline-start-color: rgb(204 251 241 / 0.8);
}
.border-s-teal-100\/85 {
  border-inline-start-color: rgb(204 251 241 / 0.85);
}
.border-s-teal-100\/90 {
  border-inline-start-color: rgb(204 251 241 / 0.9);
}
.border-s-teal-100\/95 {
  border-inline-start-color: rgb(204 251 241 / 0.95);
}
.border-s-teal-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-s-teal-200\/0 {
  border-inline-start-color: rgb(153 246 228 / 0);
}
.border-s-teal-200\/10 {
  border-inline-start-color: rgb(153 246 228 / 0.1);
}
.border-s-teal-200\/100 {
  border-inline-start-color: rgb(153 246 228 / 1);
}
.border-s-teal-200\/15 {
  border-inline-start-color: rgb(153 246 228 / 0.15);
}
.border-s-teal-200\/20 {
  border-inline-start-color: rgb(153 246 228 / 0.2);
}
.border-s-teal-200\/25 {
  border-inline-start-color: rgb(153 246 228 / 0.25);
}
.border-s-teal-200\/30 {
  border-inline-start-color: rgb(153 246 228 / 0.3);
}
.border-s-teal-200\/35 {
  border-inline-start-color: rgb(153 246 228 / 0.35);
}
.border-s-teal-200\/40 {
  border-inline-start-color: rgb(153 246 228 / 0.4);
}
.border-s-teal-200\/45 {
  border-inline-start-color: rgb(153 246 228 / 0.45);
}
.border-s-teal-200\/5 {
  border-inline-start-color: rgb(153 246 228 / 0.05);
}
.border-s-teal-200\/50 {
  border-inline-start-color: rgb(153 246 228 / 0.5);
}
.border-s-teal-200\/55 {
  border-inline-start-color: rgb(153 246 228 / 0.55);
}
.border-s-teal-200\/60 {
  border-inline-start-color: rgb(153 246 228 / 0.6);
}
.border-s-teal-200\/65 {
  border-inline-start-color: rgb(153 246 228 / 0.65);
}
.border-s-teal-200\/70 {
  border-inline-start-color: rgb(153 246 228 / 0.7);
}
.border-s-teal-200\/75 {
  border-inline-start-color: rgb(153 246 228 / 0.75);
}
.border-s-teal-200\/80 {
  border-inline-start-color: rgb(153 246 228 / 0.8);
}
.border-s-teal-200\/85 {
  border-inline-start-color: rgb(153 246 228 / 0.85);
}
.border-s-teal-200\/90 {
  border-inline-start-color: rgb(153 246 228 / 0.9);
}
.border-s-teal-200\/95 {
  border-inline-start-color: rgb(153 246 228 / 0.95);
}
.border-s-teal-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-s-teal-300\/0 {
  border-inline-start-color: rgb(94 234 212 / 0);
}
.border-s-teal-300\/10 {
  border-inline-start-color: rgb(94 234 212 / 0.1);
}
.border-s-teal-300\/100 {
  border-inline-start-color: rgb(94 234 212 / 1);
}
.border-s-teal-300\/15 {
  border-inline-start-color: rgb(94 234 212 / 0.15);
}
.border-s-teal-300\/20 {
  border-inline-start-color: rgb(94 234 212 / 0.2);
}
.border-s-teal-300\/25 {
  border-inline-start-color: rgb(94 234 212 / 0.25);
}
.border-s-teal-300\/30 {
  border-inline-start-color: rgb(94 234 212 / 0.3);
}
.border-s-teal-300\/35 {
  border-inline-start-color: rgb(94 234 212 / 0.35);
}
.border-s-teal-300\/40 {
  border-inline-start-color: rgb(94 234 212 / 0.4);
}
.border-s-teal-300\/45 {
  border-inline-start-color: rgb(94 234 212 / 0.45);
}
.border-s-teal-300\/5 {
  border-inline-start-color: rgb(94 234 212 / 0.05);
}
.border-s-teal-300\/50 {
  border-inline-start-color: rgb(94 234 212 / 0.5);
}
.border-s-teal-300\/55 {
  border-inline-start-color: rgb(94 234 212 / 0.55);
}
.border-s-teal-300\/60 {
  border-inline-start-color: rgb(94 234 212 / 0.6);
}
.border-s-teal-300\/65 {
  border-inline-start-color: rgb(94 234 212 / 0.65);
}
.border-s-teal-300\/70 {
  border-inline-start-color: rgb(94 234 212 / 0.7);
}
.border-s-teal-300\/75 {
  border-inline-start-color: rgb(94 234 212 / 0.75);
}
.border-s-teal-300\/80 {
  border-inline-start-color: rgb(94 234 212 / 0.8);
}
.border-s-teal-300\/85 {
  border-inline-start-color: rgb(94 234 212 / 0.85);
}
.border-s-teal-300\/90 {
  border-inline-start-color: rgb(94 234 212 / 0.9);
}
.border-s-teal-300\/95 {
  border-inline-start-color: rgb(94 234 212 / 0.95);
}
.border-s-teal-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-s-teal-400\/0 {
  border-inline-start-color: rgb(45 212 191 / 0);
}
.border-s-teal-400\/10 {
  border-inline-start-color: rgb(45 212 191 / 0.1);
}
.border-s-teal-400\/100 {
  border-inline-start-color: rgb(45 212 191 / 1);
}
.border-s-teal-400\/15 {
  border-inline-start-color: rgb(45 212 191 / 0.15);
}
.border-s-teal-400\/20 {
  border-inline-start-color: rgb(45 212 191 / 0.2);
}
.border-s-teal-400\/25 {
  border-inline-start-color: rgb(45 212 191 / 0.25);
}
.border-s-teal-400\/30 {
  border-inline-start-color: rgb(45 212 191 / 0.3);
}
.border-s-teal-400\/35 {
  border-inline-start-color: rgb(45 212 191 / 0.35);
}
.border-s-teal-400\/40 {
  border-inline-start-color: rgb(45 212 191 / 0.4);
}
.border-s-teal-400\/45 {
  border-inline-start-color: rgb(45 212 191 / 0.45);
}
.border-s-teal-400\/5 {
  border-inline-start-color: rgb(45 212 191 / 0.05);
}
.border-s-teal-400\/50 {
  border-inline-start-color: rgb(45 212 191 / 0.5);
}
.border-s-teal-400\/55 {
  border-inline-start-color: rgb(45 212 191 / 0.55);
}
.border-s-teal-400\/60 {
  border-inline-start-color: rgb(45 212 191 / 0.6);
}
.border-s-teal-400\/65 {
  border-inline-start-color: rgb(45 212 191 / 0.65);
}
.border-s-teal-400\/70 {
  border-inline-start-color: rgb(45 212 191 / 0.7);
}
.border-s-teal-400\/75 {
  border-inline-start-color: rgb(45 212 191 / 0.75);
}
.border-s-teal-400\/80 {
  border-inline-start-color: rgb(45 212 191 / 0.8);
}
.border-s-teal-400\/85 {
  border-inline-start-color: rgb(45 212 191 / 0.85);
}
.border-s-teal-400\/90 {
  border-inline-start-color: rgb(45 212 191 / 0.9);
}
.border-s-teal-400\/95 {
  border-inline-start-color: rgb(45 212 191 / 0.95);
}
.border-s-teal-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-s-teal-50\/0 {
  border-inline-start-color: rgb(240 253 250 / 0);
}
.border-s-teal-50\/10 {
  border-inline-start-color: rgb(240 253 250 / 0.1);
}
.border-s-teal-50\/100 {
  border-inline-start-color: rgb(240 253 250 / 1);
}
.border-s-teal-50\/15 {
  border-inline-start-color: rgb(240 253 250 / 0.15);
}
.border-s-teal-50\/20 {
  border-inline-start-color: rgb(240 253 250 / 0.2);
}
.border-s-teal-50\/25 {
  border-inline-start-color: rgb(240 253 250 / 0.25);
}
.border-s-teal-50\/30 {
  border-inline-start-color: rgb(240 253 250 / 0.3);
}
.border-s-teal-50\/35 {
  border-inline-start-color: rgb(240 253 250 / 0.35);
}
.border-s-teal-50\/40 {
  border-inline-start-color: rgb(240 253 250 / 0.4);
}
.border-s-teal-50\/45 {
  border-inline-start-color: rgb(240 253 250 / 0.45);
}
.border-s-teal-50\/5 {
  border-inline-start-color: rgb(240 253 250 / 0.05);
}
.border-s-teal-50\/50 {
  border-inline-start-color: rgb(240 253 250 / 0.5);
}
.border-s-teal-50\/55 {
  border-inline-start-color: rgb(240 253 250 / 0.55);
}
.border-s-teal-50\/60 {
  border-inline-start-color: rgb(240 253 250 / 0.6);
}
.border-s-teal-50\/65 {
  border-inline-start-color: rgb(240 253 250 / 0.65);
}
.border-s-teal-50\/70 {
  border-inline-start-color: rgb(240 253 250 / 0.7);
}
.border-s-teal-50\/75 {
  border-inline-start-color: rgb(240 253 250 / 0.75);
}
.border-s-teal-50\/80 {
  border-inline-start-color: rgb(240 253 250 / 0.8);
}
.border-s-teal-50\/85 {
  border-inline-start-color: rgb(240 253 250 / 0.85);
}
.border-s-teal-50\/90 {
  border-inline-start-color: rgb(240 253 250 / 0.9);
}
.border-s-teal-50\/95 {
  border-inline-start-color: rgb(240 253 250 / 0.95);
}
.border-s-teal-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-s-teal-500\/0 {
  border-inline-start-color: rgb(20 184 166 / 0);
}
.border-s-teal-500\/10 {
  border-inline-start-color: rgb(20 184 166 / 0.1);
}
.border-s-teal-500\/100 {
  border-inline-start-color: rgb(20 184 166 / 1);
}
.border-s-teal-500\/15 {
  border-inline-start-color: rgb(20 184 166 / 0.15);
}
.border-s-teal-500\/20 {
  border-inline-start-color: rgb(20 184 166 / 0.2);
}
.border-s-teal-500\/25 {
  border-inline-start-color: rgb(20 184 166 / 0.25);
}
.border-s-teal-500\/30 {
  border-inline-start-color: rgb(20 184 166 / 0.3);
}
.border-s-teal-500\/35 {
  border-inline-start-color: rgb(20 184 166 / 0.35);
}
.border-s-teal-500\/40 {
  border-inline-start-color: rgb(20 184 166 / 0.4);
}
.border-s-teal-500\/45 {
  border-inline-start-color: rgb(20 184 166 / 0.45);
}
.border-s-teal-500\/5 {
  border-inline-start-color: rgb(20 184 166 / 0.05);
}
.border-s-teal-500\/50 {
  border-inline-start-color: rgb(20 184 166 / 0.5);
}
.border-s-teal-500\/55 {
  border-inline-start-color: rgb(20 184 166 / 0.55);
}
.border-s-teal-500\/60 {
  border-inline-start-color: rgb(20 184 166 / 0.6);
}
.border-s-teal-500\/65 {
  border-inline-start-color: rgb(20 184 166 / 0.65);
}
.border-s-teal-500\/70 {
  border-inline-start-color: rgb(20 184 166 / 0.7);
}
.border-s-teal-500\/75 {
  border-inline-start-color: rgb(20 184 166 / 0.75);
}
.border-s-teal-500\/80 {
  border-inline-start-color: rgb(20 184 166 / 0.8);
}
.border-s-teal-500\/85 {
  border-inline-start-color: rgb(20 184 166 / 0.85);
}
.border-s-teal-500\/90 {
  border-inline-start-color: rgb(20 184 166 / 0.9);
}
.border-s-teal-500\/95 {
  border-inline-start-color: rgb(20 184 166 / 0.95);
}
.border-s-teal-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-s-teal-600\/0 {
  border-inline-start-color: rgb(13 148 136 / 0);
}
.border-s-teal-600\/10 {
  border-inline-start-color: rgb(13 148 136 / 0.1);
}
.border-s-teal-600\/100 {
  border-inline-start-color: rgb(13 148 136 / 1);
}
.border-s-teal-600\/15 {
  border-inline-start-color: rgb(13 148 136 / 0.15);
}
.border-s-teal-600\/20 {
  border-inline-start-color: rgb(13 148 136 / 0.2);
}
.border-s-teal-600\/25 {
  border-inline-start-color: rgb(13 148 136 / 0.25);
}
.border-s-teal-600\/30 {
  border-inline-start-color: rgb(13 148 136 / 0.3);
}
.border-s-teal-600\/35 {
  border-inline-start-color: rgb(13 148 136 / 0.35);
}
.border-s-teal-600\/40 {
  border-inline-start-color: rgb(13 148 136 / 0.4);
}
.border-s-teal-600\/45 {
  border-inline-start-color: rgb(13 148 136 / 0.45);
}
.border-s-teal-600\/5 {
  border-inline-start-color: rgb(13 148 136 / 0.05);
}
.border-s-teal-600\/50 {
  border-inline-start-color: rgb(13 148 136 / 0.5);
}
.border-s-teal-600\/55 {
  border-inline-start-color: rgb(13 148 136 / 0.55);
}
.border-s-teal-600\/60 {
  border-inline-start-color: rgb(13 148 136 / 0.6);
}
.border-s-teal-600\/65 {
  border-inline-start-color: rgb(13 148 136 / 0.65);
}
.border-s-teal-600\/70 {
  border-inline-start-color: rgb(13 148 136 / 0.7);
}
.border-s-teal-600\/75 {
  border-inline-start-color: rgb(13 148 136 / 0.75);
}
.border-s-teal-600\/80 {
  border-inline-start-color: rgb(13 148 136 / 0.8);
}
.border-s-teal-600\/85 {
  border-inline-start-color: rgb(13 148 136 / 0.85);
}
.border-s-teal-600\/90 {
  border-inline-start-color: rgb(13 148 136 / 0.9);
}
.border-s-teal-600\/95 {
  border-inline-start-color: rgb(13 148 136 / 0.95);
}
.border-s-teal-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-s-teal-700\/0 {
  border-inline-start-color: rgb(15 118 110 / 0);
}
.border-s-teal-700\/10 {
  border-inline-start-color: rgb(15 118 110 / 0.1);
}
.border-s-teal-700\/100 {
  border-inline-start-color: rgb(15 118 110 / 1);
}
.border-s-teal-700\/15 {
  border-inline-start-color: rgb(15 118 110 / 0.15);
}
.border-s-teal-700\/20 {
  border-inline-start-color: rgb(15 118 110 / 0.2);
}
.border-s-teal-700\/25 {
  border-inline-start-color: rgb(15 118 110 / 0.25);
}
.border-s-teal-700\/30 {
  border-inline-start-color: rgb(15 118 110 / 0.3);
}
.border-s-teal-700\/35 {
  border-inline-start-color: rgb(15 118 110 / 0.35);
}
.border-s-teal-700\/40 {
  border-inline-start-color: rgb(15 118 110 / 0.4);
}
.border-s-teal-700\/45 {
  border-inline-start-color: rgb(15 118 110 / 0.45);
}
.border-s-teal-700\/5 {
  border-inline-start-color: rgb(15 118 110 / 0.05);
}
.border-s-teal-700\/50 {
  border-inline-start-color: rgb(15 118 110 / 0.5);
}
.border-s-teal-700\/55 {
  border-inline-start-color: rgb(15 118 110 / 0.55);
}
.border-s-teal-700\/60 {
  border-inline-start-color: rgb(15 118 110 / 0.6);
}
.border-s-teal-700\/65 {
  border-inline-start-color: rgb(15 118 110 / 0.65);
}
.border-s-teal-700\/70 {
  border-inline-start-color: rgb(15 118 110 / 0.7);
}
.border-s-teal-700\/75 {
  border-inline-start-color: rgb(15 118 110 / 0.75);
}
.border-s-teal-700\/80 {
  border-inline-start-color: rgb(15 118 110 / 0.8);
}
.border-s-teal-700\/85 {
  border-inline-start-color: rgb(15 118 110 / 0.85);
}
.border-s-teal-700\/90 {
  border-inline-start-color: rgb(15 118 110 / 0.9);
}
.border-s-teal-700\/95 {
  border-inline-start-color: rgb(15 118 110 / 0.95);
}
.border-s-teal-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-s-teal-800\/0 {
  border-inline-start-color: rgb(17 94 89 / 0);
}
.border-s-teal-800\/10 {
  border-inline-start-color: rgb(17 94 89 / 0.1);
}
.border-s-teal-800\/100 {
  border-inline-start-color: rgb(17 94 89 / 1);
}
.border-s-teal-800\/15 {
  border-inline-start-color: rgb(17 94 89 / 0.15);
}
.border-s-teal-800\/20 {
  border-inline-start-color: rgb(17 94 89 / 0.2);
}
.border-s-teal-800\/25 {
  border-inline-start-color: rgb(17 94 89 / 0.25);
}
.border-s-teal-800\/30 {
  border-inline-start-color: rgb(17 94 89 / 0.3);
}
.border-s-teal-800\/35 {
  border-inline-start-color: rgb(17 94 89 / 0.35);
}
.border-s-teal-800\/40 {
  border-inline-start-color: rgb(17 94 89 / 0.4);
}
.border-s-teal-800\/45 {
  border-inline-start-color: rgb(17 94 89 / 0.45);
}
.border-s-teal-800\/5 {
  border-inline-start-color: rgb(17 94 89 / 0.05);
}
.border-s-teal-800\/50 {
  border-inline-start-color: rgb(17 94 89 / 0.5);
}
.border-s-teal-800\/55 {
  border-inline-start-color: rgb(17 94 89 / 0.55);
}
.border-s-teal-800\/60 {
  border-inline-start-color: rgb(17 94 89 / 0.6);
}
.border-s-teal-800\/65 {
  border-inline-start-color: rgb(17 94 89 / 0.65);
}
.border-s-teal-800\/70 {
  border-inline-start-color: rgb(17 94 89 / 0.7);
}
.border-s-teal-800\/75 {
  border-inline-start-color: rgb(17 94 89 / 0.75);
}
.border-s-teal-800\/80 {
  border-inline-start-color: rgb(17 94 89 / 0.8);
}
.border-s-teal-800\/85 {
  border-inline-start-color: rgb(17 94 89 / 0.85);
}
.border-s-teal-800\/90 {
  border-inline-start-color: rgb(17 94 89 / 0.9);
}
.border-s-teal-800\/95 {
  border-inline-start-color: rgb(17 94 89 / 0.95);
}
.border-s-teal-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-s-teal-900\/0 {
  border-inline-start-color: rgb(19 78 74 / 0);
}
.border-s-teal-900\/10 {
  border-inline-start-color: rgb(19 78 74 / 0.1);
}
.border-s-teal-900\/100 {
  border-inline-start-color: rgb(19 78 74 / 1);
}
.border-s-teal-900\/15 {
  border-inline-start-color: rgb(19 78 74 / 0.15);
}
.border-s-teal-900\/20 {
  border-inline-start-color: rgb(19 78 74 / 0.2);
}
.border-s-teal-900\/25 {
  border-inline-start-color: rgb(19 78 74 / 0.25);
}
.border-s-teal-900\/30 {
  border-inline-start-color: rgb(19 78 74 / 0.3);
}
.border-s-teal-900\/35 {
  border-inline-start-color: rgb(19 78 74 / 0.35);
}
.border-s-teal-900\/40 {
  border-inline-start-color: rgb(19 78 74 / 0.4);
}
.border-s-teal-900\/45 {
  border-inline-start-color: rgb(19 78 74 / 0.45);
}
.border-s-teal-900\/5 {
  border-inline-start-color: rgb(19 78 74 / 0.05);
}
.border-s-teal-900\/50 {
  border-inline-start-color: rgb(19 78 74 / 0.5);
}
.border-s-teal-900\/55 {
  border-inline-start-color: rgb(19 78 74 / 0.55);
}
.border-s-teal-900\/60 {
  border-inline-start-color: rgb(19 78 74 / 0.6);
}
.border-s-teal-900\/65 {
  border-inline-start-color: rgb(19 78 74 / 0.65);
}
.border-s-teal-900\/70 {
  border-inline-start-color: rgb(19 78 74 / 0.7);
}
.border-s-teal-900\/75 {
  border-inline-start-color: rgb(19 78 74 / 0.75);
}
.border-s-teal-900\/80 {
  border-inline-start-color: rgb(19 78 74 / 0.8);
}
.border-s-teal-900\/85 {
  border-inline-start-color: rgb(19 78 74 / 0.85);
}
.border-s-teal-900\/90 {
  border-inline-start-color: rgb(19 78 74 / 0.9);
}
.border-s-teal-900\/95 {
  border-inline-start-color: rgb(19 78 74 / 0.95);
}
.border-s-teal-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-s-teal-950\/0 {
  border-inline-start-color: rgb(4 47 46 / 0);
}
.border-s-teal-950\/10 {
  border-inline-start-color: rgb(4 47 46 / 0.1);
}
.border-s-teal-950\/100 {
  border-inline-start-color: rgb(4 47 46 / 1);
}
.border-s-teal-950\/15 {
  border-inline-start-color: rgb(4 47 46 / 0.15);
}
.border-s-teal-950\/20 {
  border-inline-start-color: rgb(4 47 46 / 0.2);
}
.border-s-teal-950\/25 {
  border-inline-start-color: rgb(4 47 46 / 0.25);
}
.border-s-teal-950\/30 {
  border-inline-start-color: rgb(4 47 46 / 0.3);
}
.border-s-teal-950\/35 {
  border-inline-start-color: rgb(4 47 46 / 0.35);
}
.border-s-teal-950\/40 {
  border-inline-start-color: rgb(4 47 46 / 0.4);
}
.border-s-teal-950\/45 {
  border-inline-start-color: rgb(4 47 46 / 0.45);
}
.border-s-teal-950\/5 {
  border-inline-start-color: rgb(4 47 46 / 0.05);
}
.border-s-teal-950\/50 {
  border-inline-start-color: rgb(4 47 46 / 0.5);
}
.border-s-teal-950\/55 {
  border-inline-start-color: rgb(4 47 46 / 0.55);
}
.border-s-teal-950\/60 {
  border-inline-start-color: rgb(4 47 46 / 0.6);
}
.border-s-teal-950\/65 {
  border-inline-start-color: rgb(4 47 46 / 0.65);
}
.border-s-teal-950\/70 {
  border-inline-start-color: rgb(4 47 46 / 0.7);
}
.border-s-teal-950\/75 {
  border-inline-start-color: rgb(4 47 46 / 0.75);
}
.border-s-teal-950\/80 {
  border-inline-start-color: rgb(4 47 46 / 0.8);
}
.border-s-teal-950\/85 {
  border-inline-start-color: rgb(4 47 46 / 0.85);
}
.border-s-teal-950\/90 {
  border-inline-start-color: rgb(4 47 46 / 0.9);
}
.border-s-teal-950\/95 {
  border-inline-start-color: rgb(4 47 46 / 0.95);
}
.border-s-transparent {
  border-inline-start-color: transparent;
}
.border-s-transparent\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-transparent\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-transparent\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-transparent\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-transparent\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-transparent\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-transparent\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-transparent\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-transparent\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-transparent\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-transparent\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-transparent\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-transparent\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-transparent\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-transparent\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-transparent\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-transparent\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-transparent\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-transparent\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-violet-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-s-violet-100\/0 {
  border-inline-start-color: rgb(237 233 254 / 0);
}
.border-s-violet-100\/10 {
  border-inline-start-color: rgb(237 233 254 / 0.1);
}
.border-s-violet-100\/100 {
  border-inline-start-color: rgb(237 233 254 / 1);
}
.border-s-violet-100\/15 {
  border-inline-start-color: rgb(237 233 254 / 0.15);
}
.border-s-violet-100\/20 {
  border-inline-start-color: rgb(237 233 254 / 0.2);
}
.border-s-violet-100\/25 {
  border-inline-start-color: rgb(237 233 254 / 0.25);
}
.border-s-violet-100\/30 {
  border-inline-start-color: rgb(237 233 254 / 0.3);
}
.border-s-violet-100\/35 {
  border-inline-start-color: rgb(237 233 254 / 0.35);
}
.border-s-violet-100\/40 {
  border-inline-start-color: rgb(237 233 254 / 0.4);
}
.border-s-violet-100\/45 {
  border-inline-start-color: rgb(237 233 254 / 0.45);
}
.border-s-violet-100\/5 {
  border-inline-start-color: rgb(237 233 254 / 0.05);
}
.border-s-violet-100\/50 {
  border-inline-start-color: rgb(237 233 254 / 0.5);
}
.border-s-violet-100\/55 {
  border-inline-start-color: rgb(237 233 254 / 0.55);
}
.border-s-violet-100\/60 {
  border-inline-start-color: rgb(237 233 254 / 0.6);
}
.border-s-violet-100\/65 {
  border-inline-start-color: rgb(237 233 254 / 0.65);
}
.border-s-violet-100\/70 {
  border-inline-start-color: rgb(237 233 254 / 0.7);
}
.border-s-violet-100\/75 {
  border-inline-start-color: rgb(237 233 254 / 0.75);
}
.border-s-violet-100\/80 {
  border-inline-start-color: rgb(237 233 254 / 0.8);
}
.border-s-violet-100\/85 {
  border-inline-start-color: rgb(237 233 254 / 0.85);
}
.border-s-violet-100\/90 {
  border-inline-start-color: rgb(237 233 254 / 0.9);
}
.border-s-violet-100\/95 {
  border-inline-start-color: rgb(237 233 254 / 0.95);
}
.border-s-violet-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-s-violet-200\/0 {
  border-inline-start-color: rgb(221 214 254 / 0);
}
.border-s-violet-200\/10 {
  border-inline-start-color: rgb(221 214 254 / 0.1);
}
.border-s-violet-200\/100 {
  border-inline-start-color: rgb(221 214 254 / 1);
}
.border-s-violet-200\/15 {
  border-inline-start-color: rgb(221 214 254 / 0.15);
}
.border-s-violet-200\/20 {
  border-inline-start-color: rgb(221 214 254 / 0.2);
}
.border-s-violet-200\/25 {
  border-inline-start-color: rgb(221 214 254 / 0.25);
}
.border-s-violet-200\/30 {
  border-inline-start-color: rgb(221 214 254 / 0.3);
}
.border-s-violet-200\/35 {
  border-inline-start-color: rgb(221 214 254 / 0.35);
}
.border-s-violet-200\/40 {
  border-inline-start-color: rgb(221 214 254 / 0.4);
}
.border-s-violet-200\/45 {
  border-inline-start-color: rgb(221 214 254 / 0.45);
}
.border-s-violet-200\/5 {
  border-inline-start-color: rgb(221 214 254 / 0.05);
}
.border-s-violet-200\/50 {
  border-inline-start-color: rgb(221 214 254 / 0.5);
}
.border-s-violet-200\/55 {
  border-inline-start-color: rgb(221 214 254 / 0.55);
}
.border-s-violet-200\/60 {
  border-inline-start-color: rgb(221 214 254 / 0.6);
}
.border-s-violet-200\/65 {
  border-inline-start-color: rgb(221 214 254 / 0.65);
}
.border-s-violet-200\/70 {
  border-inline-start-color: rgb(221 214 254 / 0.7);
}
.border-s-violet-200\/75 {
  border-inline-start-color: rgb(221 214 254 / 0.75);
}
.border-s-violet-200\/80 {
  border-inline-start-color: rgb(221 214 254 / 0.8);
}
.border-s-violet-200\/85 {
  border-inline-start-color: rgb(221 214 254 / 0.85);
}
.border-s-violet-200\/90 {
  border-inline-start-color: rgb(221 214 254 / 0.9);
}
.border-s-violet-200\/95 {
  border-inline-start-color: rgb(221 214 254 / 0.95);
}
.border-s-violet-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-s-violet-300\/0 {
  border-inline-start-color: rgb(196 181 253 / 0);
}
.border-s-violet-300\/10 {
  border-inline-start-color: rgb(196 181 253 / 0.1);
}
.border-s-violet-300\/100 {
  border-inline-start-color: rgb(196 181 253 / 1);
}
.border-s-violet-300\/15 {
  border-inline-start-color: rgb(196 181 253 / 0.15);
}
.border-s-violet-300\/20 {
  border-inline-start-color: rgb(196 181 253 / 0.2);
}
.border-s-violet-300\/25 {
  border-inline-start-color: rgb(196 181 253 / 0.25);
}
.border-s-violet-300\/30 {
  border-inline-start-color: rgb(196 181 253 / 0.3);
}
.border-s-violet-300\/35 {
  border-inline-start-color: rgb(196 181 253 / 0.35);
}
.border-s-violet-300\/40 {
  border-inline-start-color: rgb(196 181 253 / 0.4);
}
.border-s-violet-300\/45 {
  border-inline-start-color: rgb(196 181 253 / 0.45);
}
.border-s-violet-300\/5 {
  border-inline-start-color: rgb(196 181 253 / 0.05);
}
.border-s-violet-300\/50 {
  border-inline-start-color: rgb(196 181 253 / 0.5);
}
.border-s-violet-300\/55 {
  border-inline-start-color: rgb(196 181 253 / 0.55);
}
.border-s-violet-300\/60 {
  border-inline-start-color: rgb(196 181 253 / 0.6);
}
.border-s-violet-300\/65 {
  border-inline-start-color: rgb(196 181 253 / 0.65);
}
.border-s-violet-300\/70 {
  border-inline-start-color: rgb(196 181 253 / 0.7);
}
.border-s-violet-300\/75 {
  border-inline-start-color: rgb(196 181 253 / 0.75);
}
.border-s-violet-300\/80 {
  border-inline-start-color: rgb(196 181 253 / 0.8);
}
.border-s-violet-300\/85 {
  border-inline-start-color: rgb(196 181 253 / 0.85);
}
.border-s-violet-300\/90 {
  border-inline-start-color: rgb(196 181 253 / 0.9);
}
.border-s-violet-300\/95 {
  border-inline-start-color: rgb(196 181 253 / 0.95);
}
.border-s-violet-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-s-violet-400\/0 {
  border-inline-start-color: rgb(167 139 250 / 0);
}
.border-s-violet-400\/10 {
  border-inline-start-color: rgb(167 139 250 / 0.1);
}
.border-s-violet-400\/100 {
  border-inline-start-color: rgb(167 139 250 / 1);
}
.border-s-violet-400\/15 {
  border-inline-start-color: rgb(167 139 250 / 0.15);
}
.border-s-violet-400\/20 {
  border-inline-start-color: rgb(167 139 250 / 0.2);
}
.border-s-violet-400\/25 {
  border-inline-start-color: rgb(167 139 250 / 0.25);
}
.border-s-violet-400\/30 {
  border-inline-start-color: rgb(167 139 250 / 0.3);
}
.border-s-violet-400\/35 {
  border-inline-start-color: rgb(167 139 250 / 0.35);
}
.border-s-violet-400\/40 {
  border-inline-start-color: rgb(167 139 250 / 0.4);
}
.border-s-violet-400\/45 {
  border-inline-start-color: rgb(167 139 250 / 0.45);
}
.border-s-violet-400\/5 {
  border-inline-start-color: rgb(167 139 250 / 0.05);
}
.border-s-violet-400\/50 {
  border-inline-start-color: rgb(167 139 250 / 0.5);
}
.border-s-violet-400\/55 {
  border-inline-start-color: rgb(167 139 250 / 0.55);
}
.border-s-violet-400\/60 {
  border-inline-start-color: rgb(167 139 250 / 0.6);
}
.border-s-violet-400\/65 {
  border-inline-start-color: rgb(167 139 250 / 0.65);
}
.border-s-violet-400\/70 {
  border-inline-start-color: rgb(167 139 250 / 0.7);
}
.border-s-violet-400\/75 {
  border-inline-start-color: rgb(167 139 250 / 0.75);
}
.border-s-violet-400\/80 {
  border-inline-start-color: rgb(167 139 250 / 0.8);
}
.border-s-violet-400\/85 {
  border-inline-start-color: rgb(167 139 250 / 0.85);
}
.border-s-violet-400\/90 {
  border-inline-start-color: rgb(167 139 250 / 0.9);
}
.border-s-violet-400\/95 {
  border-inline-start-color: rgb(167 139 250 / 0.95);
}
.border-s-violet-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-s-violet-50\/0 {
  border-inline-start-color: rgb(245 243 255 / 0);
}
.border-s-violet-50\/10 {
  border-inline-start-color: rgb(245 243 255 / 0.1);
}
.border-s-violet-50\/100 {
  border-inline-start-color: rgb(245 243 255 / 1);
}
.border-s-violet-50\/15 {
  border-inline-start-color: rgb(245 243 255 / 0.15);
}
.border-s-violet-50\/20 {
  border-inline-start-color: rgb(245 243 255 / 0.2);
}
.border-s-violet-50\/25 {
  border-inline-start-color: rgb(245 243 255 / 0.25);
}
.border-s-violet-50\/30 {
  border-inline-start-color: rgb(245 243 255 / 0.3);
}
.border-s-violet-50\/35 {
  border-inline-start-color: rgb(245 243 255 / 0.35);
}
.border-s-violet-50\/40 {
  border-inline-start-color: rgb(245 243 255 / 0.4);
}
.border-s-violet-50\/45 {
  border-inline-start-color: rgb(245 243 255 / 0.45);
}
.border-s-violet-50\/5 {
  border-inline-start-color: rgb(245 243 255 / 0.05);
}
.border-s-violet-50\/50 {
  border-inline-start-color: rgb(245 243 255 / 0.5);
}
.border-s-violet-50\/55 {
  border-inline-start-color: rgb(245 243 255 / 0.55);
}
.border-s-violet-50\/60 {
  border-inline-start-color: rgb(245 243 255 / 0.6);
}
.border-s-violet-50\/65 {
  border-inline-start-color: rgb(245 243 255 / 0.65);
}
.border-s-violet-50\/70 {
  border-inline-start-color: rgb(245 243 255 / 0.7);
}
.border-s-violet-50\/75 {
  border-inline-start-color: rgb(245 243 255 / 0.75);
}
.border-s-violet-50\/80 {
  border-inline-start-color: rgb(245 243 255 / 0.8);
}
.border-s-violet-50\/85 {
  border-inline-start-color: rgb(245 243 255 / 0.85);
}
.border-s-violet-50\/90 {
  border-inline-start-color: rgb(245 243 255 / 0.9);
}
.border-s-violet-50\/95 {
  border-inline-start-color: rgb(245 243 255 / 0.95);
}
.border-s-violet-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-s-violet-500\/0 {
  border-inline-start-color: rgb(139 92 246 / 0);
}
.border-s-violet-500\/10 {
  border-inline-start-color: rgb(139 92 246 / 0.1);
}
.border-s-violet-500\/100 {
  border-inline-start-color: rgb(139 92 246 / 1);
}
.border-s-violet-500\/15 {
  border-inline-start-color: rgb(139 92 246 / 0.15);
}
.border-s-violet-500\/20 {
  border-inline-start-color: rgb(139 92 246 / 0.2);
}
.border-s-violet-500\/25 {
  border-inline-start-color: rgb(139 92 246 / 0.25);
}
.border-s-violet-500\/30 {
  border-inline-start-color: rgb(139 92 246 / 0.3);
}
.border-s-violet-500\/35 {
  border-inline-start-color: rgb(139 92 246 / 0.35);
}
.border-s-violet-500\/40 {
  border-inline-start-color: rgb(139 92 246 / 0.4);
}
.border-s-violet-500\/45 {
  border-inline-start-color: rgb(139 92 246 / 0.45);
}
.border-s-violet-500\/5 {
  border-inline-start-color: rgb(139 92 246 / 0.05);
}
.border-s-violet-500\/50 {
  border-inline-start-color: rgb(139 92 246 / 0.5);
}
.border-s-violet-500\/55 {
  border-inline-start-color: rgb(139 92 246 / 0.55);
}
.border-s-violet-500\/60 {
  border-inline-start-color: rgb(139 92 246 / 0.6);
}
.border-s-violet-500\/65 {
  border-inline-start-color: rgb(139 92 246 / 0.65);
}
.border-s-violet-500\/70 {
  border-inline-start-color: rgb(139 92 246 / 0.7);
}
.border-s-violet-500\/75 {
  border-inline-start-color: rgb(139 92 246 / 0.75);
}
.border-s-violet-500\/80 {
  border-inline-start-color: rgb(139 92 246 / 0.8);
}
.border-s-violet-500\/85 {
  border-inline-start-color: rgb(139 92 246 / 0.85);
}
.border-s-violet-500\/90 {
  border-inline-start-color: rgb(139 92 246 / 0.9);
}
.border-s-violet-500\/95 {
  border-inline-start-color: rgb(139 92 246 / 0.95);
}
.border-s-violet-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-s-violet-600\/0 {
  border-inline-start-color: rgb(124 58 237 / 0);
}
.border-s-violet-600\/10 {
  border-inline-start-color: rgb(124 58 237 / 0.1);
}
.border-s-violet-600\/100 {
  border-inline-start-color: rgb(124 58 237 / 1);
}
.border-s-violet-600\/15 {
  border-inline-start-color: rgb(124 58 237 / 0.15);
}
.border-s-violet-600\/20 {
  border-inline-start-color: rgb(124 58 237 / 0.2);
}
.border-s-violet-600\/25 {
  border-inline-start-color: rgb(124 58 237 / 0.25);
}
.border-s-violet-600\/30 {
  border-inline-start-color: rgb(124 58 237 / 0.3);
}
.border-s-violet-600\/35 {
  border-inline-start-color: rgb(124 58 237 / 0.35);
}
.border-s-violet-600\/40 {
  border-inline-start-color: rgb(124 58 237 / 0.4);
}
.border-s-violet-600\/45 {
  border-inline-start-color: rgb(124 58 237 / 0.45);
}
.border-s-violet-600\/5 {
  border-inline-start-color: rgb(124 58 237 / 0.05);
}
.border-s-violet-600\/50 {
  border-inline-start-color: rgb(124 58 237 / 0.5);
}
.border-s-violet-600\/55 {
  border-inline-start-color: rgb(124 58 237 / 0.55);
}
.border-s-violet-600\/60 {
  border-inline-start-color: rgb(124 58 237 / 0.6);
}
.border-s-violet-600\/65 {
  border-inline-start-color: rgb(124 58 237 / 0.65);
}
.border-s-violet-600\/70 {
  border-inline-start-color: rgb(124 58 237 / 0.7);
}
.border-s-violet-600\/75 {
  border-inline-start-color: rgb(124 58 237 / 0.75);
}
.border-s-violet-600\/80 {
  border-inline-start-color: rgb(124 58 237 / 0.8);
}
.border-s-violet-600\/85 {
  border-inline-start-color: rgb(124 58 237 / 0.85);
}
.border-s-violet-600\/90 {
  border-inline-start-color: rgb(124 58 237 / 0.9);
}
.border-s-violet-600\/95 {
  border-inline-start-color: rgb(124 58 237 / 0.95);
}
.border-s-violet-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-s-violet-700\/0 {
  border-inline-start-color: rgb(109 40 217 / 0);
}
.border-s-violet-700\/10 {
  border-inline-start-color: rgb(109 40 217 / 0.1);
}
.border-s-violet-700\/100 {
  border-inline-start-color: rgb(109 40 217 / 1);
}
.border-s-violet-700\/15 {
  border-inline-start-color: rgb(109 40 217 / 0.15);
}
.border-s-violet-700\/20 {
  border-inline-start-color: rgb(109 40 217 / 0.2);
}
.border-s-violet-700\/25 {
  border-inline-start-color: rgb(109 40 217 / 0.25);
}
.border-s-violet-700\/30 {
  border-inline-start-color: rgb(109 40 217 / 0.3);
}
.border-s-violet-700\/35 {
  border-inline-start-color: rgb(109 40 217 / 0.35);
}
.border-s-violet-700\/40 {
  border-inline-start-color: rgb(109 40 217 / 0.4);
}
.border-s-violet-700\/45 {
  border-inline-start-color: rgb(109 40 217 / 0.45);
}
.border-s-violet-700\/5 {
  border-inline-start-color: rgb(109 40 217 / 0.05);
}
.border-s-violet-700\/50 {
  border-inline-start-color: rgb(109 40 217 / 0.5);
}
.border-s-violet-700\/55 {
  border-inline-start-color: rgb(109 40 217 / 0.55);
}
.border-s-violet-700\/60 {
  border-inline-start-color: rgb(109 40 217 / 0.6);
}
.border-s-violet-700\/65 {
  border-inline-start-color: rgb(109 40 217 / 0.65);
}
.border-s-violet-700\/70 {
  border-inline-start-color: rgb(109 40 217 / 0.7);
}
.border-s-violet-700\/75 {
  border-inline-start-color: rgb(109 40 217 / 0.75);
}
.border-s-violet-700\/80 {
  border-inline-start-color: rgb(109 40 217 / 0.8);
}
.border-s-violet-700\/85 {
  border-inline-start-color: rgb(109 40 217 / 0.85);
}
.border-s-violet-700\/90 {
  border-inline-start-color: rgb(109 40 217 / 0.9);
}
.border-s-violet-700\/95 {
  border-inline-start-color: rgb(109 40 217 / 0.95);
}
.border-s-violet-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-s-violet-800\/0 {
  border-inline-start-color: rgb(91 33 182 / 0);
}
.border-s-violet-800\/10 {
  border-inline-start-color: rgb(91 33 182 / 0.1);
}
.border-s-violet-800\/100 {
  border-inline-start-color: rgb(91 33 182 / 1);
}
.border-s-violet-800\/15 {
  border-inline-start-color: rgb(91 33 182 / 0.15);
}
.border-s-violet-800\/20 {
  border-inline-start-color: rgb(91 33 182 / 0.2);
}
.border-s-violet-800\/25 {
  border-inline-start-color: rgb(91 33 182 / 0.25);
}
.border-s-violet-800\/30 {
  border-inline-start-color: rgb(91 33 182 / 0.3);
}
.border-s-violet-800\/35 {
  border-inline-start-color: rgb(91 33 182 / 0.35);
}
.border-s-violet-800\/40 {
  border-inline-start-color: rgb(91 33 182 / 0.4);
}
.border-s-violet-800\/45 {
  border-inline-start-color: rgb(91 33 182 / 0.45);
}
.border-s-violet-800\/5 {
  border-inline-start-color: rgb(91 33 182 / 0.05);
}
.border-s-violet-800\/50 {
  border-inline-start-color: rgb(91 33 182 / 0.5);
}
.border-s-violet-800\/55 {
  border-inline-start-color: rgb(91 33 182 / 0.55);
}
.border-s-violet-800\/60 {
  border-inline-start-color: rgb(91 33 182 / 0.6);
}
.border-s-violet-800\/65 {
  border-inline-start-color: rgb(91 33 182 / 0.65);
}
.border-s-violet-800\/70 {
  border-inline-start-color: rgb(91 33 182 / 0.7);
}
.border-s-violet-800\/75 {
  border-inline-start-color: rgb(91 33 182 / 0.75);
}
.border-s-violet-800\/80 {
  border-inline-start-color: rgb(91 33 182 / 0.8);
}
.border-s-violet-800\/85 {
  border-inline-start-color: rgb(91 33 182 / 0.85);
}
.border-s-violet-800\/90 {
  border-inline-start-color: rgb(91 33 182 / 0.9);
}
.border-s-violet-800\/95 {
  border-inline-start-color: rgb(91 33 182 / 0.95);
}
.border-s-violet-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-s-violet-900\/0 {
  border-inline-start-color: rgb(76 29 149 / 0);
}
.border-s-violet-900\/10 {
  border-inline-start-color: rgb(76 29 149 / 0.1);
}
.border-s-violet-900\/100 {
  border-inline-start-color: rgb(76 29 149 / 1);
}
.border-s-violet-900\/15 {
  border-inline-start-color: rgb(76 29 149 / 0.15);
}
.border-s-violet-900\/20 {
  border-inline-start-color: rgb(76 29 149 / 0.2);
}
.border-s-violet-900\/25 {
  border-inline-start-color: rgb(76 29 149 / 0.25);
}
.border-s-violet-900\/30 {
  border-inline-start-color: rgb(76 29 149 / 0.3);
}
.border-s-violet-900\/35 {
  border-inline-start-color: rgb(76 29 149 / 0.35);
}
.border-s-violet-900\/40 {
  border-inline-start-color: rgb(76 29 149 / 0.4);
}
.border-s-violet-900\/45 {
  border-inline-start-color: rgb(76 29 149 / 0.45);
}
.border-s-violet-900\/5 {
  border-inline-start-color: rgb(76 29 149 / 0.05);
}
.border-s-violet-900\/50 {
  border-inline-start-color: rgb(76 29 149 / 0.5);
}
.border-s-violet-900\/55 {
  border-inline-start-color: rgb(76 29 149 / 0.55);
}
.border-s-violet-900\/60 {
  border-inline-start-color: rgb(76 29 149 / 0.6);
}
.border-s-violet-900\/65 {
  border-inline-start-color: rgb(76 29 149 / 0.65);
}
.border-s-violet-900\/70 {
  border-inline-start-color: rgb(76 29 149 / 0.7);
}
.border-s-violet-900\/75 {
  border-inline-start-color: rgb(76 29 149 / 0.75);
}
.border-s-violet-900\/80 {
  border-inline-start-color: rgb(76 29 149 / 0.8);
}
.border-s-violet-900\/85 {
  border-inline-start-color: rgb(76 29 149 / 0.85);
}
.border-s-violet-900\/90 {
  border-inline-start-color: rgb(76 29 149 / 0.9);
}
.border-s-violet-900\/95 {
  border-inline-start-color: rgb(76 29 149 / 0.95);
}
.border-s-violet-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-s-violet-950\/0 {
  border-inline-start-color: rgb(46 16 101 / 0);
}
.border-s-violet-950\/10 {
  border-inline-start-color: rgb(46 16 101 / 0.1);
}
.border-s-violet-950\/100 {
  border-inline-start-color: rgb(46 16 101 / 1);
}
.border-s-violet-950\/15 {
  border-inline-start-color: rgb(46 16 101 / 0.15);
}
.border-s-violet-950\/20 {
  border-inline-start-color: rgb(46 16 101 / 0.2);
}
.border-s-violet-950\/25 {
  border-inline-start-color: rgb(46 16 101 / 0.25);
}
.border-s-violet-950\/30 {
  border-inline-start-color: rgb(46 16 101 / 0.3);
}
.border-s-violet-950\/35 {
  border-inline-start-color: rgb(46 16 101 / 0.35);
}
.border-s-violet-950\/40 {
  border-inline-start-color: rgb(46 16 101 / 0.4);
}
.border-s-violet-950\/45 {
  border-inline-start-color: rgb(46 16 101 / 0.45);
}
.border-s-violet-950\/5 {
  border-inline-start-color: rgb(46 16 101 / 0.05);
}
.border-s-violet-950\/50 {
  border-inline-start-color: rgb(46 16 101 / 0.5);
}
.border-s-violet-950\/55 {
  border-inline-start-color: rgb(46 16 101 / 0.55);
}
.border-s-violet-950\/60 {
  border-inline-start-color: rgb(46 16 101 / 0.6);
}
.border-s-violet-950\/65 {
  border-inline-start-color: rgb(46 16 101 / 0.65);
}
.border-s-violet-950\/70 {
  border-inline-start-color: rgb(46 16 101 / 0.7);
}
.border-s-violet-950\/75 {
  border-inline-start-color: rgb(46 16 101 / 0.75);
}
.border-s-violet-950\/80 {
  border-inline-start-color: rgb(46 16 101 / 0.8);
}
.border-s-violet-950\/85 {
  border-inline-start-color: rgb(46 16 101 / 0.85);
}
.border-s-violet-950\/90 {
  border-inline-start-color: rgb(46 16 101 / 0.9);
}
.border-s-violet-950\/95 {
  border-inline-start-color: rgb(46 16 101 / 0.95);
}
.border-s-white {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-s-white\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-white\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-white\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-white\/15 {
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.border-s-white\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-white\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-white\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-white\/35 {
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.border-s-white\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-white\/45 {
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.border-s-white\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-white\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-white\/55 {
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.border-s-white\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-white\/65 {
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.border-s-white\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-white\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-white\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-white\/85 {
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.border-s-white\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-white\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0);
}
.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}
.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1);
}
.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15);
}
.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}
.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}
.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}
.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35);
}
.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}
.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45);
}
.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}
.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}
.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55);
}
.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}
.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65);
}
.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}
.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}
.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}
.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85);
}
.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}
.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}
.border-s-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0);
}
.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}
.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1);
}
.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15);
}
.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}
.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}
.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}
.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35);
}
.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}
.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45);
}
.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}
.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}
.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55);
}
.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}
.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65);
}
.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}
.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}
.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}
.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85);
}
.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}
.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}
.border-s-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(253 224 71 / 0);
}
.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}
.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(253 224 71 / 1);
}
.border-s-yellow-300\/15 {
  border-inline-start-color: rgb(253 224 71 / 0.15);
}
.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}
.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}
.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}
.border-s-yellow-300\/35 {
  border-inline-start-color: rgb(253 224 71 / 0.35);
}
.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}
.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(253 224 71 / 0.45);
}
.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}
.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}
.border-s-yellow-300\/55 {
  border-inline-start-color: rgb(253 224 71 / 0.55);
}
.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}
.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(253 224 71 / 0.65);
}
.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}
.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}
.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}
.border-s-yellow-300\/85 {
  border-inline-start-color: rgb(253 224 71 / 0.85);
}
.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}
.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}
.border-s-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0);
}
.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}
.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1);
}
.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15);
}
.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}
.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}
.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}
.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35);
}
.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}
.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45);
}
.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}
.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}
.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55);
}
.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}
.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65);
}
.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}
.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}
.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}
.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85);
}
.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}
.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}
.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(254 252 232 / 0);
}
.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}
.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(254 252 232 / 1);
}
.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15);
}
.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}
.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}
.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}
.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35);
}
.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}
.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45);
}
.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}
.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}
.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55);
}
.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}
.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65);
}
.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}
.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}
.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}
.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85);
}
.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}
.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}
.border-s-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(234 179 8 / 0);
}
.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}
.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(234 179 8 / 1);
}
.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15);
}
.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}
.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}
.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}
.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35);
}
.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}
.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45);
}
.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}
.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}
.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55);
}
.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}
.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65);
}
.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}
.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}
.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}
.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85);
}
.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}
.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}
.border-s-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(202 138 4 / 0);
}
.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}
.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(202 138 4 / 1);
}
.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15);
}
.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}
.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}
.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}
.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35);
}
.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}
.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45);
}
.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}
.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}
.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55);
}
.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}
.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65);
}
.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}
.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}
.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}
.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85);
}
.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}
.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}
.border-s-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-s-yellow-700\/0 {
  border-inline-start-color: rgb(161 98 7 / 0);
}
.border-s-yellow-700\/10 {
  border-inline-start-color: rgb(161 98 7 / 0.1);
}
.border-s-yellow-700\/100 {
  border-inline-start-color: rgb(161 98 7 / 1);
}
.border-s-yellow-700\/15 {
  border-inline-start-color: rgb(161 98 7 / 0.15);
}
.border-s-yellow-700\/20 {
  border-inline-start-color: rgb(161 98 7 / 0.2);
}
.border-s-yellow-700\/25 {
  border-inline-start-color: rgb(161 98 7 / 0.25);
}
.border-s-yellow-700\/30 {
  border-inline-start-color: rgb(161 98 7 / 0.3);
}
.border-s-yellow-700\/35 {
  border-inline-start-color: rgb(161 98 7 / 0.35);
}
.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}
.border-s-yellow-700\/45 {
  border-inline-start-color: rgb(161 98 7 / 0.45);
}
.border-s-yellow-700\/5 {
  border-inline-start-color: rgb(161 98 7 / 0.05);
}
.border-s-yellow-700\/50 {
  border-inline-start-color: rgb(161 98 7 / 0.5);
}
.border-s-yellow-700\/55 {
  border-inline-start-color: rgb(161 98 7 / 0.55);
}
.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}
.border-s-yellow-700\/65 {
  border-inline-start-color: rgb(161 98 7 / 0.65);
}
.border-s-yellow-700\/70 {
  border-inline-start-color: rgb(161 98 7 / 0.7);
}
.border-s-yellow-700\/75 {
  border-inline-start-color: rgb(161 98 7 / 0.75);
}
.border-s-yellow-700\/80 {
  border-inline-start-color: rgb(161 98 7 / 0.8);
}
.border-s-yellow-700\/85 {
  border-inline-start-color: rgb(161 98 7 / 0.85);
}
.border-s-yellow-700\/90 {
  border-inline-start-color: rgb(161 98 7 / 0.9);
}
.border-s-yellow-700\/95 {
  border-inline-start-color: rgb(161 98 7 / 0.95);
}
.border-s-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0);
}
.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}
.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1);
}
.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15);
}
.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}
.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}
.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}
.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35);
}
.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}
.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45);
}
.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}
.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}
.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55);
}
.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}
.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65);
}
.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}
.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}
.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}
.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85);
}
.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}
.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}
.border-s-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-s-yellow-900\/0 {
  border-inline-start-color: rgb(113 63 18 / 0);
}
.border-s-yellow-900\/10 {
  border-inline-start-color: rgb(113 63 18 / 0.1);
}
.border-s-yellow-900\/100 {
  border-inline-start-color: rgb(113 63 18 / 1);
}
.border-s-yellow-900\/15 {
  border-inline-start-color: rgb(113 63 18 / 0.15);
}
.border-s-yellow-900\/20 {
  border-inline-start-color: rgb(113 63 18 / 0.2);
}
.border-s-yellow-900\/25 {
  border-inline-start-color: rgb(113 63 18 / 0.25);
}
.border-s-yellow-900\/30 {
  border-inline-start-color: rgb(113 63 18 / 0.3);
}
.border-s-yellow-900\/35 {
  border-inline-start-color: rgb(113 63 18 / 0.35);
}
.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}
.border-s-yellow-900\/45 {
  border-inline-start-color: rgb(113 63 18 / 0.45);
}
.border-s-yellow-900\/5 {
  border-inline-start-color: rgb(113 63 18 / 0.05);
}
.border-s-yellow-900\/50 {
  border-inline-start-color: rgb(113 63 18 / 0.5);
}
.border-s-yellow-900\/55 {
  border-inline-start-color: rgb(113 63 18 / 0.55);
}
.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}
.border-s-yellow-900\/65 {
  border-inline-start-color: rgb(113 63 18 / 0.65);
}
.border-s-yellow-900\/70 {
  border-inline-start-color: rgb(113 63 18 / 0.7);
}
.border-s-yellow-900\/75 {
  border-inline-start-color: rgb(113 63 18 / 0.75);
}
.border-s-yellow-900\/80 {
  border-inline-start-color: rgb(113 63 18 / 0.8);
}
.border-s-yellow-900\/85 {
  border-inline-start-color: rgb(113 63 18 / 0.85);
}
.border-s-yellow-900\/90 {
  border-inline-start-color: rgb(113 63 18 / 0.9);
}
.border-s-yellow-900\/95 {
  border-inline-start-color: rgb(113 63 18 / 0.95);
}
.border-s-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-s-yellow-950\/0 {
  border-inline-start-color: rgb(66 32 6 / 0);
}
.border-s-yellow-950\/10 {
  border-inline-start-color: rgb(66 32 6 / 0.1);
}
.border-s-yellow-950\/100 {
  border-inline-start-color: rgb(66 32 6 / 1);
}
.border-s-yellow-950\/15 {
  border-inline-start-color: rgb(66 32 6 / 0.15);
}
.border-s-yellow-950\/20 {
  border-inline-start-color: rgb(66 32 6 / 0.2);
}
.border-s-yellow-950\/25 {
  border-inline-start-color: rgb(66 32 6 / 0.25);
}
.border-s-yellow-950\/30 {
  border-inline-start-color: rgb(66 32 6 / 0.3);
}
.border-s-yellow-950\/35 {
  border-inline-start-color: rgb(66 32 6 / 0.35);
}
.border-s-yellow-950\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}
.border-s-yellow-950\/45 {
  border-inline-start-color: rgb(66 32 6 / 0.45);
}
.border-s-yellow-950\/5 {
  border-inline-start-color: rgb(66 32 6 / 0.05);
}
.border-s-yellow-950\/50 {
  border-inline-start-color: rgb(66 32 6 / 0.5);
}
.border-s-yellow-950\/55 {
  border-inline-start-color: rgb(66 32 6 / 0.55);
}
.border-s-yellow-950\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}
.border-s-yellow-950\/65 {
  border-inline-start-color: rgb(66 32 6 / 0.65);
}
.border-s-yellow-950\/70 {
  border-inline-start-color: rgb(66 32 6 / 0.7);
}
.border-s-yellow-950\/75 {
  border-inline-start-color: rgb(66 32 6 / 0.75);
}
.border-s-yellow-950\/80 {
  border-inline-start-color: rgb(66 32 6 / 0.8);
}
.border-s-yellow-950\/85 {
  border-inline-start-color: rgb(66 32 6 / 0.85);
}
.border-s-yellow-950\/90 {
  border-inline-start-color: rgb(66 32 6 / 0.9);
}
.border-s-yellow-950\/95 {
  border-inline-start-color: rgb(66 32 6 / 0.95);
}
.border-s-zinc-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-s-zinc-100\/0 {
  border-inline-start-color: rgb(244 244 245 / 0);
}
.border-s-zinc-100\/10 {
  border-inline-start-color: rgb(244 244 245 / 0.1);
}
.border-s-zinc-100\/100 {
  border-inline-start-color: rgb(244 244 245 / 1);
}
.border-s-zinc-100\/15 {
  border-inline-start-color: rgb(244 244 245 / 0.15);
}
.border-s-zinc-100\/20 {
  border-inline-start-color: rgb(244 244 245 / 0.2);
}
.border-s-zinc-100\/25 {
  border-inline-start-color: rgb(244 244 245 / 0.25);
}
.border-s-zinc-100\/30 {
  border-inline-start-color: rgb(244 244 245 / 0.3);
}
.border-s-zinc-100\/35 {
  border-inline-start-color: rgb(244 244 245 / 0.35);
}
.border-s-zinc-100\/40 {
  border-inline-start-color: rgb(244 244 245 / 0.4);
}
.border-s-zinc-100\/45 {
  border-inline-start-color: rgb(244 244 245 / 0.45);
}
.border-s-zinc-100\/5 {
  border-inline-start-color: rgb(244 244 245 / 0.05);
}
.border-s-zinc-100\/50 {
  border-inline-start-color: rgb(244 244 245 / 0.5);
}
.border-s-zinc-100\/55 {
  border-inline-start-color: rgb(244 244 245 / 0.55);
}
.border-s-zinc-100\/60 {
  border-inline-start-color: rgb(244 244 245 / 0.6);
}
.border-s-zinc-100\/65 {
  border-inline-start-color: rgb(244 244 245 / 0.65);
}
.border-s-zinc-100\/70 {
  border-inline-start-color: rgb(244 244 245 / 0.7);
}
.border-s-zinc-100\/75 {
  border-inline-start-color: rgb(244 244 245 / 0.75);
}
.border-s-zinc-100\/80 {
  border-inline-start-color: rgb(244 244 245 / 0.8);
}
.border-s-zinc-100\/85 {
  border-inline-start-color: rgb(244 244 245 / 0.85);
}
.border-s-zinc-100\/90 {
  border-inline-start-color: rgb(244 244 245 / 0.9);
}
.border-s-zinc-100\/95 {
  border-inline-start-color: rgb(244 244 245 / 0.95);
}
.border-s-zinc-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-s-zinc-200\/0 {
  border-inline-start-color: rgb(228 228 231 / 0);
}
.border-s-zinc-200\/10 {
  border-inline-start-color: rgb(228 228 231 / 0.1);
}
.border-s-zinc-200\/100 {
  border-inline-start-color: rgb(228 228 231 / 1);
}
.border-s-zinc-200\/15 {
  border-inline-start-color: rgb(228 228 231 / 0.15);
}
.border-s-zinc-200\/20 {
  border-inline-start-color: rgb(228 228 231 / 0.2);
}
.border-s-zinc-200\/25 {
  border-inline-start-color: rgb(228 228 231 / 0.25);
}
.border-s-zinc-200\/30 {
  border-inline-start-color: rgb(228 228 231 / 0.3);
}
.border-s-zinc-200\/35 {
  border-inline-start-color: rgb(228 228 231 / 0.35);
}
.border-s-zinc-200\/40 {
  border-inline-start-color: rgb(228 228 231 / 0.4);
}
.border-s-zinc-200\/45 {
  border-inline-start-color: rgb(228 228 231 / 0.45);
}
.border-s-zinc-200\/5 {
  border-inline-start-color: rgb(228 228 231 / 0.05);
}
.border-s-zinc-200\/50 {
  border-inline-start-color: rgb(228 228 231 / 0.5);
}
.border-s-zinc-200\/55 {
  border-inline-start-color: rgb(228 228 231 / 0.55);
}
.border-s-zinc-200\/60 {
  border-inline-start-color: rgb(228 228 231 / 0.6);
}
.border-s-zinc-200\/65 {
  border-inline-start-color: rgb(228 228 231 / 0.65);
}
.border-s-zinc-200\/70 {
  border-inline-start-color: rgb(228 228 231 / 0.7);
}
.border-s-zinc-200\/75 {
  border-inline-start-color: rgb(228 228 231 / 0.75);
}
.border-s-zinc-200\/80 {
  border-inline-start-color: rgb(228 228 231 / 0.8);
}
.border-s-zinc-200\/85 {
  border-inline-start-color: rgb(228 228 231 / 0.85);
}
.border-s-zinc-200\/90 {
  border-inline-start-color: rgb(228 228 231 / 0.9);
}
.border-s-zinc-200\/95 {
  border-inline-start-color: rgb(228 228 231 / 0.95);
}
.border-s-zinc-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-s-zinc-300\/0 {
  border-inline-start-color: rgb(212 212 216 / 0);
}
.border-s-zinc-300\/10 {
  border-inline-start-color: rgb(212 212 216 / 0.1);
}
.border-s-zinc-300\/100 {
  border-inline-start-color: rgb(212 212 216 / 1);
}
.border-s-zinc-300\/15 {
  border-inline-start-color: rgb(212 212 216 / 0.15);
}
.border-s-zinc-300\/20 {
  border-inline-start-color: rgb(212 212 216 / 0.2);
}
.border-s-zinc-300\/25 {
  border-inline-start-color: rgb(212 212 216 / 0.25);
}
.border-s-zinc-300\/30 {
  border-inline-start-color: rgb(212 212 216 / 0.3);
}
.border-s-zinc-300\/35 {
  border-inline-start-color: rgb(212 212 216 / 0.35);
}
.border-s-zinc-300\/40 {
  border-inline-start-color: rgb(212 212 216 / 0.4);
}
.border-s-zinc-300\/45 {
  border-inline-start-color: rgb(212 212 216 / 0.45);
}
.border-s-zinc-300\/5 {
  border-inline-start-color: rgb(212 212 216 / 0.05);
}
.border-s-zinc-300\/50 {
  border-inline-start-color: rgb(212 212 216 / 0.5);
}
.border-s-zinc-300\/55 {
  border-inline-start-color: rgb(212 212 216 / 0.55);
}
.border-s-zinc-300\/60 {
  border-inline-start-color: rgb(212 212 216 / 0.6);
}
.border-s-zinc-300\/65 {
  border-inline-start-color: rgb(212 212 216 / 0.65);
}
.border-s-zinc-300\/70 {
  border-inline-start-color: rgb(212 212 216 / 0.7);
}
.border-s-zinc-300\/75 {
  border-inline-start-color: rgb(212 212 216 / 0.75);
}
.border-s-zinc-300\/80 {
  border-inline-start-color: rgb(212 212 216 / 0.8);
}
.border-s-zinc-300\/85 {
  border-inline-start-color: rgb(212 212 216 / 0.85);
}
.border-s-zinc-300\/90 {
  border-inline-start-color: rgb(212 212 216 / 0.9);
}
.border-s-zinc-300\/95 {
  border-inline-start-color: rgb(212 212 216 / 0.95);
}
.border-s-zinc-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-s-zinc-400\/0 {
  border-inline-start-color: rgb(161 161 170 / 0);
}
.border-s-zinc-400\/10 {
  border-inline-start-color: rgb(161 161 170 / 0.1);
}
.border-s-zinc-400\/100 {
  border-inline-start-color: rgb(161 161 170 / 1);
}
.border-s-zinc-400\/15 {
  border-inline-start-color: rgb(161 161 170 / 0.15);
}
.border-s-zinc-400\/20 {
  border-inline-start-color: rgb(161 161 170 / 0.2);
}
.border-s-zinc-400\/25 {
  border-inline-start-color: rgb(161 161 170 / 0.25);
}
.border-s-zinc-400\/30 {
  border-inline-start-color: rgb(161 161 170 / 0.3);
}
.border-s-zinc-400\/35 {
  border-inline-start-color: rgb(161 161 170 / 0.35);
}
.border-s-zinc-400\/40 {
  border-inline-start-color: rgb(161 161 170 / 0.4);
}
.border-s-zinc-400\/45 {
  border-inline-start-color: rgb(161 161 170 / 0.45);
}
.border-s-zinc-400\/5 {
  border-inline-start-color: rgb(161 161 170 / 0.05);
}
.border-s-zinc-400\/50 {
  border-inline-start-color: rgb(161 161 170 / 0.5);
}
.border-s-zinc-400\/55 {
  border-inline-start-color: rgb(161 161 170 / 0.55);
}
.border-s-zinc-400\/60 {
  border-inline-start-color: rgb(161 161 170 / 0.6);
}
.border-s-zinc-400\/65 {
  border-inline-start-color: rgb(161 161 170 / 0.65);
}
.border-s-zinc-400\/70 {
  border-inline-start-color: rgb(161 161 170 / 0.7);
}
.border-s-zinc-400\/75 {
  border-inline-start-color: rgb(161 161 170 / 0.75);
}
.border-s-zinc-400\/80 {
  border-inline-start-color: rgb(161 161 170 / 0.8);
}
.border-s-zinc-400\/85 {
  border-inline-start-color: rgb(161 161 170 / 0.85);
}
.border-s-zinc-400\/90 {
  border-inline-start-color: rgb(161 161 170 / 0.9);
}
.border-s-zinc-400\/95 {
  border-inline-start-color: rgb(161 161 170 / 0.95);
}
.border-s-zinc-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-s-zinc-50\/0 {
  border-inline-start-color: rgb(250 250 250 / 0);
}
.border-s-zinc-50\/10 {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}
.border-s-zinc-50\/100 {
  border-inline-start-color: rgb(250 250 250 / 1);
}
.border-s-zinc-50\/15 {
  border-inline-start-color: rgb(250 250 250 / 0.15);
}
.border-s-zinc-50\/20 {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}
.border-s-zinc-50\/25 {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}
.border-s-zinc-50\/30 {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}
.border-s-zinc-50\/35 {
  border-inline-start-color: rgb(250 250 250 / 0.35);
}
.border-s-zinc-50\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.border-s-zinc-50\/45 {
  border-inline-start-color: rgb(250 250 250 / 0.45);
}
.border-s-zinc-50\/5 {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}
.border-s-zinc-50\/50 {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}
.border-s-zinc-50\/55 {
  border-inline-start-color: rgb(250 250 250 / 0.55);
}
.border-s-zinc-50\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.border-s-zinc-50\/65 {
  border-inline-start-color: rgb(250 250 250 / 0.65);
}
.border-s-zinc-50\/70 {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}
.border-s-zinc-50\/75 {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}
.border-s-zinc-50\/80 {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}
.border-s-zinc-50\/85 {
  border-inline-start-color: rgb(250 250 250 / 0.85);
}
.border-s-zinc-50\/90 {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}
.border-s-zinc-50\/95 {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}
.border-s-zinc-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-s-zinc-500\/0 {
  border-inline-start-color: rgb(113 113 122 / 0);
}
.border-s-zinc-500\/10 {
  border-inline-start-color: rgb(113 113 122 / 0.1);
}
.border-s-zinc-500\/100 {
  border-inline-start-color: rgb(113 113 122 / 1);
}
.border-s-zinc-500\/15 {
  border-inline-start-color: rgb(113 113 122 / 0.15);
}
.border-s-zinc-500\/20 {
  border-inline-start-color: rgb(113 113 122 / 0.2);
}
.border-s-zinc-500\/25 {
  border-inline-start-color: rgb(113 113 122 / 0.25);
}
.border-s-zinc-500\/30 {
  border-inline-start-color: rgb(113 113 122 / 0.3);
}
.border-s-zinc-500\/35 {
  border-inline-start-color: rgb(113 113 122 / 0.35);
}
.border-s-zinc-500\/40 {
  border-inline-start-color: rgb(113 113 122 / 0.4);
}
.border-s-zinc-500\/45 {
  border-inline-start-color: rgb(113 113 122 / 0.45);
}
.border-s-zinc-500\/5 {
  border-inline-start-color: rgb(113 113 122 / 0.05);
}
.border-s-zinc-500\/50 {
  border-inline-start-color: rgb(113 113 122 / 0.5);
}
.border-s-zinc-500\/55 {
  border-inline-start-color: rgb(113 113 122 / 0.55);
}
.border-s-zinc-500\/60 {
  border-inline-start-color: rgb(113 113 122 / 0.6);
}
.border-s-zinc-500\/65 {
  border-inline-start-color: rgb(113 113 122 / 0.65);
}
.border-s-zinc-500\/70 {
  border-inline-start-color: rgb(113 113 122 / 0.7);
}
.border-s-zinc-500\/75 {
  border-inline-start-color: rgb(113 113 122 / 0.75);
}
.border-s-zinc-500\/80 {
  border-inline-start-color: rgb(113 113 122 / 0.8);
}
.border-s-zinc-500\/85 {
  border-inline-start-color: rgb(113 113 122 / 0.85);
}
.border-s-zinc-500\/90 {
  border-inline-start-color: rgb(113 113 122 / 0.9);
}
.border-s-zinc-500\/95 {
  border-inline-start-color: rgb(113 113 122 / 0.95);
}
.border-s-zinc-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-s-zinc-600\/0 {
  border-inline-start-color: rgb(82 82 91 / 0);
}
.border-s-zinc-600\/10 {
  border-inline-start-color: rgb(82 82 91 / 0.1);
}
.border-s-zinc-600\/100 {
  border-inline-start-color: rgb(82 82 91 / 1);
}
.border-s-zinc-600\/15 {
  border-inline-start-color: rgb(82 82 91 / 0.15);
}
.border-s-zinc-600\/20 {
  border-inline-start-color: rgb(82 82 91 / 0.2);
}
.border-s-zinc-600\/25 {
  border-inline-start-color: rgb(82 82 91 / 0.25);
}
.border-s-zinc-600\/30 {
  border-inline-start-color: rgb(82 82 91 / 0.3);
}
.border-s-zinc-600\/35 {
  border-inline-start-color: rgb(82 82 91 / 0.35);
}
.border-s-zinc-600\/40 {
  border-inline-start-color: rgb(82 82 91 / 0.4);
}
.border-s-zinc-600\/45 {
  border-inline-start-color: rgb(82 82 91 / 0.45);
}
.border-s-zinc-600\/5 {
  border-inline-start-color: rgb(82 82 91 / 0.05);
}
.border-s-zinc-600\/50 {
  border-inline-start-color: rgb(82 82 91 / 0.5);
}
.border-s-zinc-600\/55 {
  border-inline-start-color: rgb(82 82 91 / 0.55);
}
.border-s-zinc-600\/60 {
  border-inline-start-color: rgb(82 82 91 / 0.6);
}
.border-s-zinc-600\/65 {
  border-inline-start-color: rgb(82 82 91 / 0.65);
}
.border-s-zinc-600\/70 {
  border-inline-start-color: rgb(82 82 91 / 0.7);
}
.border-s-zinc-600\/75 {
  border-inline-start-color: rgb(82 82 91 / 0.75);
}
.border-s-zinc-600\/80 {
  border-inline-start-color: rgb(82 82 91 / 0.8);
}
.border-s-zinc-600\/85 {
  border-inline-start-color: rgb(82 82 91 / 0.85);
}
.border-s-zinc-600\/90 {
  border-inline-start-color: rgb(82 82 91 / 0.9);
}
.border-s-zinc-600\/95 {
  border-inline-start-color: rgb(82 82 91 / 0.95);
}
.border-s-zinc-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-s-zinc-700\/0 {
  border-inline-start-color: rgb(63 63 70 / 0);
}
.border-s-zinc-700\/10 {
  border-inline-start-color: rgb(63 63 70 / 0.1);
}
.border-s-zinc-700\/100 {
  border-inline-start-color: rgb(63 63 70 / 1);
}
.border-s-zinc-700\/15 {
  border-inline-start-color: rgb(63 63 70 / 0.15);
}
.border-s-zinc-700\/20 {
  border-inline-start-color: rgb(63 63 70 / 0.2);
}
.border-s-zinc-700\/25 {
  border-inline-start-color: rgb(63 63 70 / 0.25);
}
.border-s-zinc-700\/30 {
  border-inline-start-color: rgb(63 63 70 / 0.3);
}
.border-s-zinc-700\/35 {
  border-inline-start-color: rgb(63 63 70 / 0.35);
}
.border-s-zinc-700\/40 {
  border-inline-start-color: rgb(63 63 70 / 0.4);
}
.border-s-zinc-700\/45 {
  border-inline-start-color: rgb(63 63 70 / 0.45);
}
.border-s-zinc-700\/5 {
  border-inline-start-color: rgb(63 63 70 / 0.05);
}
.border-s-zinc-700\/50 {
  border-inline-start-color: rgb(63 63 70 / 0.5);
}
.border-s-zinc-700\/55 {
  border-inline-start-color: rgb(63 63 70 / 0.55);
}
.border-s-zinc-700\/60 {
  border-inline-start-color: rgb(63 63 70 / 0.6);
}
.border-s-zinc-700\/65 {
  border-inline-start-color: rgb(63 63 70 / 0.65);
}
.border-s-zinc-700\/70 {
  border-inline-start-color: rgb(63 63 70 / 0.7);
}
.border-s-zinc-700\/75 {
  border-inline-start-color: rgb(63 63 70 / 0.75);
}
.border-s-zinc-700\/80 {
  border-inline-start-color: rgb(63 63 70 / 0.8);
}
.border-s-zinc-700\/85 {
  border-inline-start-color: rgb(63 63 70 / 0.85);
}
.border-s-zinc-700\/90 {
  border-inline-start-color: rgb(63 63 70 / 0.9);
}
.border-s-zinc-700\/95 {
  border-inline-start-color: rgb(63 63 70 / 0.95);
}
.border-s-zinc-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-s-zinc-800\/0 {
  border-inline-start-color: rgb(39 39 42 / 0);
}
.border-s-zinc-800\/10 {
  border-inline-start-color: rgb(39 39 42 / 0.1);
}
.border-s-zinc-800\/100 {
  border-inline-start-color: rgb(39 39 42 / 1);
}
.border-s-zinc-800\/15 {
  border-inline-start-color: rgb(39 39 42 / 0.15);
}
.border-s-zinc-800\/20 {
  border-inline-start-color: rgb(39 39 42 / 0.2);
}
.border-s-zinc-800\/25 {
  border-inline-start-color: rgb(39 39 42 / 0.25);
}
.border-s-zinc-800\/30 {
  border-inline-start-color: rgb(39 39 42 / 0.3);
}
.border-s-zinc-800\/35 {
  border-inline-start-color: rgb(39 39 42 / 0.35);
}
.border-s-zinc-800\/40 {
  border-inline-start-color: rgb(39 39 42 / 0.4);
}
.border-s-zinc-800\/45 {
  border-inline-start-color: rgb(39 39 42 / 0.45);
}
.border-s-zinc-800\/5 {
  border-inline-start-color: rgb(39 39 42 / 0.05);
}
.border-s-zinc-800\/50 {
  border-inline-start-color: rgb(39 39 42 / 0.5);
}
.border-s-zinc-800\/55 {
  border-inline-start-color: rgb(39 39 42 / 0.55);
}
.border-s-zinc-800\/60 {
  border-inline-start-color: rgb(39 39 42 / 0.6);
}
.border-s-zinc-800\/65 {
  border-inline-start-color: rgb(39 39 42 / 0.65);
}
.border-s-zinc-800\/70 {
  border-inline-start-color: rgb(39 39 42 / 0.7);
}
.border-s-zinc-800\/75 {
  border-inline-start-color: rgb(39 39 42 / 0.75);
}
.border-s-zinc-800\/80 {
  border-inline-start-color: rgb(39 39 42 / 0.8);
}
.border-s-zinc-800\/85 {
  border-inline-start-color: rgb(39 39 42 / 0.85);
}
.border-s-zinc-800\/90 {
  border-inline-start-color: rgb(39 39 42 / 0.9);
}
.border-s-zinc-800\/95 {
  border-inline-start-color: rgb(39 39 42 / 0.95);
}
.border-s-zinc-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-s-zinc-900\/0 {
  border-inline-start-color: rgb(24 24 27 / 0);
}
.border-s-zinc-900\/10 {
  border-inline-start-color: rgb(24 24 27 / 0.1);
}
.border-s-zinc-900\/100 {
  border-inline-start-color: rgb(24 24 27 / 1);
}
.border-s-zinc-900\/15 {
  border-inline-start-color: rgb(24 24 27 / 0.15);
}
.border-s-zinc-900\/20 {
  border-inline-start-color: rgb(24 24 27 / 0.2);
}
.border-s-zinc-900\/25 {
  border-inline-start-color: rgb(24 24 27 / 0.25);
}
.border-s-zinc-900\/30 {
  border-inline-start-color: rgb(24 24 27 / 0.3);
}
.border-s-zinc-900\/35 {
  border-inline-start-color: rgb(24 24 27 / 0.35);
}
.border-s-zinc-900\/40 {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}
.border-s-zinc-900\/45 {
  border-inline-start-color: rgb(24 24 27 / 0.45);
}
.border-s-zinc-900\/5 {
  border-inline-start-color: rgb(24 24 27 / 0.05);
}
.border-s-zinc-900\/50 {
  border-inline-start-color: rgb(24 24 27 / 0.5);
}
.border-s-zinc-900\/55 {
  border-inline-start-color: rgb(24 24 27 / 0.55);
}
.border-s-zinc-900\/60 {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}
.border-s-zinc-900\/65 {
  border-inline-start-color: rgb(24 24 27 / 0.65);
}
.border-s-zinc-900\/70 {
  border-inline-start-color: rgb(24 24 27 / 0.7);
}
.border-s-zinc-900\/75 {
  border-inline-start-color: rgb(24 24 27 / 0.75);
}
.border-s-zinc-900\/80 {
  border-inline-start-color: rgb(24 24 27 / 0.8);
}
.border-s-zinc-900\/85 {
  border-inline-start-color: rgb(24 24 27 / 0.85);
}
.border-s-zinc-900\/90 {
  border-inline-start-color: rgb(24 24 27 / 0.9);
}
.border-s-zinc-900\/95 {
  border-inline-start-color: rgb(24 24 27 / 0.95);
}
.border-s-zinc-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-s-zinc-950\/0 {
  border-inline-start-color: rgb(9 9 11 / 0);
}
.border-s-zinc-950\/10 {
  border-inline-start-color: rgb(9 9 11 / 0.1);
}
.border-s-zinc-950\/100 {
  border-inline-start-color: rgb(9 9 11 / 1);
}
.border-s-zinc-950\/15 {
  border-inline-start-color: rgb(9 9 11 / 0.15);
}
.border-s-zinc-950\/20 {
  border-inline-start-color: rgb(9 9 11 / 0.2);
}
.border-s-zinc-950\/25 {
  border-inline-start-color: rgb(9 9 11 / 0.25);
}
.border-s-zinc-950\/30 {
  border-inline-start-color: rgb(9 9 11 / 0.3);
}
.border-s-zinc-950\/35 {
  border-inline-start-color: rgb(9 9 11 / 0.35);
}
.border-s-zinc-950\/40 {
  border-inline-start-color: rgb(9 9 11 / 0.4);
}
.border-s-zinc-950\/45 {
  border-inline-start-color: rgb(9 9 11 / 0.45);
}
.border-s-zinc-950\/5 {
  border-inline-start-color: rgb(9 9 11 / 0.05);
}
.border-s-zinc-950\/50 {
  border-inline-start-color: rgb(9 9 11 / 0.5);
}
.border-s-zinc-950\/55 {
  border-inline-start-color: rgb(9 9 11 / 0.55);
}
.border-s-zinc-950\/60 {
  border-inline-start-color: rgb(9 9 11 / 0.6);
}
.border-s-zinc-950\/65 {
  border-inline-start-color: rgb(9 9 11 / 0.65);
}
.border-s-zinc-950\/70 {
  border-inline-start-color: rgb(9 9 11 / 0.7);
}
.border-s-zinc-950\/75 {
  border-inline-start-color: rgb(9 9 11 / 0.75);
}
.border-s-zinc-950\/80 {
  border-inline-start-color: rgb(9 9 11 / 0.8);
}
.border-s-zinc-950\/85 {
  border-inline-start-color: rgb(9 9 11 / 0.85);
}
.border-s-zinc-950\/90 {
  border-inline-start-color: rgb(9 9 11 / 0.9);
}
.border-s-zinc-950\/95 {
  border-inline-start-color: rgb(9 9 11 / 0.95);
}
.border-t-amber-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-t-amber-100\/0 {
  border-top-color: rgb(254 243 199 / 0);
}
.border-t-amber-100\/10 {
  border-top-color: rgb(254 243 199 / 0.1);
}
.border-t-amber-100\/100 {
  border-top-color: rgb(254 243 199 / 1);
}
.border-t-amber-100\/15 {
  border-top-color: rgb(254 243 199 / 0.15);
}
.border-t-amber-100\/20 {
  border-top-color: rgb(254 243 199 / 0.2);
}
.border-t-amber-100\/25 {
  border-top-color: rgb(254 243 199 / 0.25);
}
.border-t-amber-100\/30 {
  border-top-color: rgb(254 243 199 / 0.3);
}
.border-t-amber-100\/35 {
  border-top-color: rgb(254 243 199 / 0.35);
}
.border-t-amber-100\/40 {
  border-top-color: rgb(254 243 199 / 0.4);
}
.border-t-amber-100\/45 {
  border-top-color: rgb(254 243 199 / 0.45);
}
.border-t-amber-100\/5 {
  border-top-color: rgb(254 243 199 / 0.05);
}
.border-t-amber-100\/50 {
  border-top-color: rgb(254 243 199 / 0.5);
}
.border-t-amber-100\/55 {
  border-top-color: rgb(254 243 199 / 0.55);
}
.border-t-amber-100\/60 {
  border-top-color: rgb(254 243 199 / 0.6);
}
.border-t-amber-100\/65 {
  border-top-color: rgb(254 243 199 / 0.65);
}
.border-t-amber-100\/70 {
  border-top-color: rgb(254 243 199 / 0.7);
}
.border-t-amber-100\/75 {
  border-top-color: rgb(254 243 199 / 0.75);
}
.border-t-amber-100\/80 {
  border-top-color: rgb(254 243 199 / 0.8);
}
.border-t-amber-100\/85 {
  border-top-color: rgb(254 243 199 / 0.85);
}
.border-t-amber-100\/90 {
  border-top-color: rgb(254 243 199 / 0.9);
}
.border-t-amber-100\/95 {
  border-top-color: rgb(254 243 199 / 0.95);
}
.border-t-amber-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-t-amber-200\/0 {
  border-top-color: rgb(253 230 138 / 0);
}
.border-t-amber-200\/10 {
  border-top-color: rgb(253 230 138 / 0.1);
}
.border-t-amber-200\/100 {
  border-top-color: rgb(253 230 138 / 1);
}
.border-t-amber-200\/15 {
  border-top-color: rgb(253 230 138 / 0.15);
}
.border-t-amber-200\/20 {
  border-top-color: rgb(253 230 138 / 0.2);
}
.border-t-amber-200\/25 {
  border-top-color: rgb(253 230 138 / 0.25);
}
.border-t-amber-200\/30 {
  border-top-color: rgb(253 230 138 / 0.3);
}
.border-t-amber-200\/35 {
  border-top-color: rgb(253 230 138 / 0.35);
}
.border-t-amber-200\/40 {
  border-top-color: rgb(253 230 138 / 0.4);
}
.border-t-amber-200\/45 {
  border-top-color: rgb(253 230 138 / 0.45);
}
.border-t-amber-200\/5 {
  border-top-color: rgb(253 230 138 / 0.05);
}
.border-t-amber-200\/50 {
  border-top-color: rgb(253 230 138 / 0.5);
}
.border-t-amber-200\/55 {
  border-top-color: rgb(253 230 138 / 0.55);
}
.border-t-amber-200\/60 {
  border-top-color: rgb(253 230 138 / 0.6);
}
.border-t-amber-200\/65 {
  border-top-color: rgb(253 230 138 / 0.65);
}
.border-t-amber-200\/70 {
  border-top-color: rgb(253 230 138 / 0.7);
}
.border-t-amber-200\/75 {
  border-top-color: rgb(253 230 138 / 0.75);
}
.border-t-amber-200\/80 {
  border-top-color: rgb(253 230 138 / 0.8);
}
.border-t-amber-200\/85 {
  border-top-color: rgb(253 230 138 / 0.85);
}
.border-t-amber-200\/90 {
  border-top-color: rgb(253 230 138 / 0.9);
}
.border-t-amber-200\/95 {
  border-top-color: rgb(253 230 138 / 0.95);
}
.border-t-amber-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-t-amber-300\/0 {
  border-top-color: rgb(252 211 77 / 0);
}
.border-t-amber-300\/10 {
  border-top-color: rgb(252 211 77 / 0.1);
}
.border-t-amber-300\/100 {
  border-top-color: rgb(252 211 77 / 1);
}
.border-t-amber-300\/15 {
  border-top-color: rgb(252 211 77 / 0.15);
}
.border-t-amber-300\/20 {
  border-top-color: rgb(252 211 77 / 0.2);
}
.border-t-amber-300\/25 {
  border-top-color: rgb(252 211 77 / 0.25);
}
.border-t-amber-300\/30 {
  border-top-color: rgb(252 211 77 / 0.3);
}
.border-t-amber-300\/35 {
  border-top-color: rgb(252 211 77 / 0.35);
}
.border-t-amber-300\/40 {
  border-top-color: rgb(252 211 77 / 0.4);
}
.border-t-amber-300\/45 {
  border-top-color: rgb(252 211 77 / 0.45);
}
.border-t-amber-300\/5 {
  border-top-color: rgb(252 211 77 / 0.05);
}
.border-t-amber-300\/50 {
  border-top-color: rgb(252 211 77 / 0.5);
}
.border-t-amber-300\/55 {
  border-top-color: rgb(252 211 77 / 0.55);
}
.border-t-amber-300\/60 {
  border-top-color: rgb(252 211 77 / 0.6);
}
.border-t-amber-300\/65 {
  border-top-color: rgb(252 211 77 / 0.65);
}
.border-t-amber-300\/70 {
  border-top-color: rgb(252 211 77 / 0.7);
}
.border-t-amber-300\/75 {
  border-top-color: rgb(252 211 77 / 0.75);
}
.border-t-amber-300\/80 {
  border-top-color: rgb(252 211 77 / 0.8);
}
.border-t-amber-300\/85 {
  border-top-color: rgb(252 211 77 / 0.85);
}
.border-t-amber-300\/90 {
  border-top-color: rgb(252 211 77 / 0.9);
}
.border-t-amber-300\/95 {
  border-top-color: rgb(252 211 77 / 0.95);
}
.border-t-amber-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-t-amber-400\/0 {
  border-top-color: rgb(251 191 36 / 0);
}
.border-t-amber-400\/10 {
  border-top-color: rgb(251 191 36 / 0.1);
}
.border-t-amber-400\/100 {
  border-top-color: rgb(251 191 36 / 1);
}
.border-t-amber-400\/15 {
  border-top-color: rgb(251 191 36 / 0.15);
}
.border-t-amber-400\/20 {
  border-top-color: rgb(251 191 36 / 0.2);
}
.border-t-amber-400\/25 {
  border-top-color: rgb(251 191 36 / 0.25);
}
.border-t-amber-400\/30 {
  border-top-color: rgb(251 191 36 / 0.3);
}
.border-t-amber-400\/35 {
  border-top-color: rgb(251 191 36 / 0.35);
}
.border-t-amber-400\/40 {
  border-top-color: rgb(251 191 36 / 0.4);
}
.border-t-amber-400\/45 {
  border-top-color: rgb(251 191 36 / 0.45);
}
.border-t-amber-400\/5 {
  border-top-color: rgb(251 191 36 / 0.05);
}
.border-t-amber-400\/50 {
  border-top-color: rgb(251 191 36 / 0.5);
}
.border-t-amber-400\/55 {
  border-top-color: rgb(251 191 36 / 0.55);
}
.border-t-amber-400\/60 {
  border-top-color: rgb(251 191 36 / 0.6);
}
.border-t-amber-400\/65 {
  border-top-color: rgb(251 191 36 / 0.65);
}
.border-t-amber-400\/70 {
  border-top-color: rgb(251 191 36 / 0.7);
}
.border-t-amber-400\/75 {
  border-top-color: rgb(251 191 36 / 0.75);
}
.border-t-amber-400\/80 {
  border-top-color: rgb(251 191 36 / 0.8);
}
.border-t-amber-400\/85 {
  border-top-color: rgb(251 191 36 / 0.85);
}
.border-t-amber-400\/90 {
  border-top-color: rgb(251 191 36 / 0.9);
}
.border-t-amber-400\/95 {
  border-top-color: rgb(251 191 36 / 0.95);
}
.border-t-amber-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-t-amber-50\/0 {
  border-top-color: rgb(255 251 235 / 0);
}
.border-t-amber-50\/10 {
  border-top-color: rgb(255 251 235 / 0.1);
}
.border-t-amber-50\/100 {
  border-top-color: rgb(255 251 235 / 1);
}
.border-t-amber-50\/15 {
  border-top-color: rgb(255 251 235 / 0.15);
}
.border-t-amber-50\/20 {
  border-top-color: rgb(255 251 235 / 0.2);
}
.border-t-amber-50\/25 {
  border-top-color: rgb(255 251 235 / 0.25);
}
.border-t-amber-50\/30 {
  border-top-color: rgb(255 251 235 / 0.3);
}
.border-t-amber-50\/35 {
  border-top-color: rgb(255 251 235 / 0.35);
}
.border-t-amber-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
}
.border-t-amber-50\/45 {
  border-top-color: rgb(255 251 235 / 0.45);
}
.border-t-amber-50\/5 {
  border-top-color: rgb(255 251 235 / 0.05);
}
.border-t-amber-50\/50 {
  border-top-color: rgb(255 251 235 / 0.5);
}
.border-t-amber-50\/55 {
  border-top-color: rgb(255 251 235 / 0.55);
}
.border-t-amber-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
}
.border-t-amber-50\/65 {
  border-top-color: rgb(255 251 235 / 0.65);
}
.border-t-amber-50\/70 {
  border-top-color: rgb(255 251 235 / 0.7);
}
.border-t-amber-50\/75 {
  border-top-color: rgb(255 251 235 / 0.75);
}
.border-t-amber-50\/80 {
  border-top-color: rgb(255 251 235 / 0.8);
}
.border-t-amber-50\/85 {
  border-top-color: rgb(255 251 235 / 0.85);
}
.border-t-amber-50\/90 {
  border-top-color: rgb(255 251 235 / 0.9);
}
.border-t-amber-50\/95 {
  border-top-color: rgb(255 251 235 / 0.95);
}
.border-t-amber-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-t-amber-500\/0 {
  border-top-color: rgb(245 158 11 / 0);
}
.border-t-amber-500\/10 {
  border-top-color: rgb(245 158 11 / 0.1);
}
.border-t-amber-500\/100 {
  border-top-color: rgb(245 158 11 / 1);
}
.border-t-amber-500\/15 {
  border-top-color: rgb(245 158 11 / 0.15);
}
.border-t-amber-500\/20 {
  border-top-color: rgb(245 158 11 / 0.2);
}
.border-t-amber-500\/25 {
  border-top-color: rgb(245 158 11 / 0.25);
}
.border-t-amber-500\/30 {
  border-top-color: rgb(245 158 11 / 0.3);
}
.border-t-amber-500\/35 {
  border-top-color: rgb(245 158 11 / 0.35);
}
.border-t-amber-500\/40 {
  border-top-color: rgb(245 158 11 / 0.4);
}
.border-t-amber-500\/45 {
  border-top-color: rgb(245 158 11 / 0.45);
}
.border-t-amber-500\/5 {
  border-top-color: rgb(245 158 11 / 0.05);
}
.border-t-amber-500\/50 {
  border-top-color: rgb(245 158 11 / 0.5);
}
.border-t-amber-500\/55 {
  border-top-color: rgb(245 158 11 / 0.55);
}
.border-t-amber-500\/60 {
  border-top-color: rgb(245 158 11 / 0.6);
}
.border-t-amber-500\/65 {
  border-top-color: rgb(245 158 11 / 0.65);
}
.border-t-amber-500\/70 {
  border-top-color: rgb(245 158 11 / 0.7);
}
.border-t-amber-500\/75 {
  border-top-color: rgb(245 158 11 / 0.75);
}
.border-t-amber-500\/80 {
  border-top-color: rgb(245 158 11 / 0.8);
}
.border-t-amber-500\/85 {
  border-top-color: rgb(245 158 11 / 0.85);
}
.border-t-amber-500\/90 {
  border-top-color: rgb(245 158 11 / 0.9);
}
.border-t-amber-500\/95 {
  border-top-color: rgb(245 158 11 / 0.95);
}
.border-t-amber-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-t-amber-600\/0 {
  border-top-color: rgb(217 119 6 / 0);
}
.border-t-amber-600\/10 {
  border-top-color: rgb(217 119 6 / 0.1);
}
.border-t-amber-600\/100 {
  border-top-color: rgb(217 119 6 / 1);
}
.border-t-amber-600\/15 {
  border-top-color: rgb(217 119 6 / 0.15);
}
.border-t-amber-600\/20 {
  border-top-color: rgb(217 119 6 / 0.2);
}
.border-t-amber-600\/25 {
  border-top-color: rgb(217 119 6 / 0.25);
}
.border-t-amber-600\/30 {
  border-top-color: rgb(217 119 6 / 0.3);
}
.border-t-amber-600\/35 {
  border-top-color: rgb(217 119 6 / 0.35);
}
.border-t-amber-600\/40 {
  border-top-color: rgb(217 119 6 / 0.4);
}
.border-t-amber-600\/45 {
  border-top-color: rgb(217 119 6 / 0.45);
}
.border-t-amber-600\/5 {
  border-top-color: rgb(217 119 6 / 0.05);
}
.border-t-amber-600\/50 {
  border-top-color: rgb(217 119 6 / 0.5);
}
.border-t-amber-600\/55 {
  border-top-color: rgb(217 119 6 / 0.55);
}
.border-t-amber-600\/60 {
  border-top-color: rgb(217 119 6 / 0.6);
}
.border-t-amber-600\/65 {
  border-top-color: rgb(217 119 6 / 0.65);
}
.border-t-amber-600\/70 {
  border-top-color: rgb(217 119 6 / 0.7);
}
.border-t-amber-600\/75 {
  border-top-color: rgb(217 119 6 / 0.75);
}
.border-t-amber-600\/80 {
  border-top-color: rgb(217 119 6 / 0.8);
}
.border-t-amber-600\/85 {
  border-top-color: rgb(217 119 6 / 0.85);
}
.border-t-amber-600\/90 {
  border-top-color: rgb(217 119 6 / 0.9);
}
.border-t-amber-600\/95 {
  border-top-color: rgb(217 119 6 / 0.95);
}
.border-t-amber-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-t-amber-700\/0 {
  border-top-color: rgb(180 83 9 / 0);
}
.border-t-amber-700\/10 {
  border-top-color: rgb(180 83 9 / 0.1);
}
.border-t-amber-700\/100 {
  border-top-color: rgb(180 83 9 / 1);
}
.border-t-amber-700\/15 {
  border-top-color: rgb(180 83 9 / 0.15);
}
.border-t-amber-700\/20 {
  border-top-color: rgb(180 83 9 / 0.2);
}
.border-t-amber-700\/25 {
  border-top-color: rgb(180 83 9 / 0.25);
}
.border-t-amber-700\/30 {
  border-top-color: rgb(180 83 9 / 0.3);
}
.border-t-amber-700\/35 {
  border-top-color: rgb(180 83 9 / 0.35);
}
.border-t-amber-700\/40 {
  border-top-color: rgb(180 83 9 / 0.4);
}
.border-t-amber-700\/45 {
  border-top-color: rgb(180 83 9 / 0.45);
}
.border-t-amber-700\/5 {
  border-top-color: rgb(180 83 9 / 0.05);
}
.border-t-amber-700\/50 {
  border-top-color: rgb(180 83 9 / 0.5);
}
.border-t-amber-700\/55 {
  border-top-color: rgb(180 83 9 / 0.55);
}
.border-t-amber-700\/60 {
  border-top-color: rgb(180 83 9 / 0.6);
}
.border-t-amber-700\/65 {
  border-top-color: rgb(180 83 9 / 0.65);
}
.border-t-amber-700\/70 {
  border-top-color: rgb(180 83 9 / 0.7);
}
.border-t-amber-700\/75 {
  border-top-color: rgb(180 83 9 / 0.75);
}
.border-t-amber-700\/80 {
  border-top-color: rgb(180 83 9 / 0.8);
}
.border-t-amber-700\/85 {
  border-top-color: rgb(180 83 9 / 0.85);
}
.border-t-amber-700\/90 {
  border-top-color: rgb(180 83 9 / 0.9);
}
.border-t-amber-700\/95 {
  border-top-color: rgb(180 83 9 / 0.95);
}
.border-t-amber-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-t-amber-800\/0 {
  border-top-color: rgb(146 64 14 / 0);
}
.border-t-amber-800\/10 {
  border-top-color: rgb(146 64 14 / 0.1);
}
.border-t-amber-800\/100 {
  border-top-color: rgb(146 64 14 / 1);
}
.border-t-amber-800\/15 {
  border-top-color: rgb(146 64 14 / 0.15);
}
.border-t-amber-800\/20 {
  border-top-color: rgb(146 64 14 / 0.2);
}
.border-t-amber-800\/25 {
  border-top-color: rgb(146 64 14 / 0.25);
}
.border-t-amber-800\/30 {
  border-top-color: rgb(146 64 14 / 0.3);
}
.border-t-amber-800\/35 {
  border-top-color: rgb(146 64 14 / 0.35);
}
.border-t-amber-800\/40 {
  border-top-color: rgb(146 64 14 / 0.4);
}
.border-t-amber-800\/45 {
  border-top-color: rgb(146 64 14 / 0.45);
}
.border-t-amber-800\/5 {
  border-top-color: rgb(146 64 14 / 0.05);
}
.border-t-amber-800\/50 {
  border-top-color: rgb(146 64 14 / 0.5);
}
.border-t-amber-800\/55 {
  border-top-color: rgb(146 64 14 / 0.55);
}
.border-t-amber-800\/60 {
  border-top-color: rgb(146 64 14 / 0.6);
}
.border-t-amber-800\/65 {
  border-top-color: rgb(146 64 14 / 0.65);
}
.border-t-amber-800\/70 {
  border-top-color: rgb(146 64 14 / 0.7);
}
.border-t-amber-800\/75 {
  border-top-color: rgb(146 64 14 / 0.75);
}
.border-t-amber-800\/80 {
  border-top-color: rgb(146 64 14 / 0.8);
}
.border-t-amber-800\/85 {
  border-top-color: rgb(146 64 14 / 0.85);
}
.border-t-amber-800\/90 {
  border-top-color: rgb(146 64 14 / 0.9);
}
.border-t-amber-800\/95 {
  border-top-color: rgb(146 64 14 / 0.95);
}
.border-t-amber-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-t-amber-900\/0 {
  border-top-color: rgb(120 53 15 / 0);
}
.border-t-amber-900\/10 {
  border-top-color: rgb(120 53 15 / 0.1);
}
.border-t-amber-900\/100 {
  border-top-color: rgb(120 53 15 / 1);
}
.border-t-amber-900\/15 {
  border-top-color: rgb(120 53 15 / 0.15);
}
.border-t-amber-900\/20 {
  border-top-color: rgb(120 53 15 / 0.2);
}
.border-t-amber-900\/25 {
  border-top-color: rgb(120 53 15 / 0.25);
}
.border-t-amber-900\/30 {
  border-top-color: rgb(120 53 15 / 0.3);
}
.border-t-amber-900\/35 {
  border-top-color: rgb(120 53 15 / 0.35);
}
.border-t-amber-900\/40 {
  border-top-color: rgb(120 53 15 / 0.4);
}
.border-t-amber-900\/45 {
  border-top-color: rgb(120 53 15 / 0.45);
}
.border-t-amber-900\/5 {
  border-top-color: rgb(120 53 15 / 0.05);
}
.border-t-amber-900\/50 {
  border-top-color: rgb(120 53 15 / 0.5);
}
.border-t-amber-900\/55 {
  border-top-color: rgb(120 53 15 / 0.55);
}
.border-t-amber-900\/60 {
  border-top-color: rgb(120 53 15 / 0.6);
}
.border-t-amber-900\/65 {
  border-top-color: rgb(120 53 15 / 0.65);
}
.border-t-amber-900\/70 {
  border-top-color: rgb(120 53 15 / 0.7);
}
.border-t-amber-900\/75 {
  border-top-color: rgb(120 53 15 / 0.75);
}
.border-t-amber-900\/80 {
  border-top-color: rgb(120 53 15 / 0.8);
}
.border-t-amber-900\/85 {
  border-top-color: rgb(120 53 15 / 0.85);
}
.border-t-amber-900\/90 {
  border-top-color: rgb(120 53 15 / 0.9);
}
.border-t-amber-900\/95 {
  border-top-color: rgb(120 53 15 / 0.95);
}
.border-t-amber-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-t-amber-950\/0 {
  border-top-color: rgb(69 26 3 / 0);
}
.border-t-amber-950\/10 {
  border-top-color: rgb(69 26 3 / 0.1);
}
.border-t-amber-950\/100 {
  border-top-color: rgb(69 26 3 / 1);
}
.border-t-amber-950\/15 {
  border-top-color: rgb(69 26 3 / 0.15);
}
.border-t-amber-950\/20 {
  border-top-color: rgb(69 26 3 / 0.2);
}
.border-t-amber-950\/25 {
  border-top-color: rgb(69 26 3 / 0.25);
}
.border-t-amber-950\/30 {
  border-top-color: rgb(69 26 3 / 0.3);
}
.border-t-amber-950\/35 {
  border-top-color: rgb(69 26 3 / 0.35);
}
.border-t-amber-950\/40 {
  border-top-color: rgb(69 26 3 / 0.4);
}
.border-t-amber-950\/45 {
  border-top-color: rgb(69 26 3 / 0.45);
}
.border-t-amber-950\/5 {
  border-top-color: rgb(69 26 3 / 0.05);
}
.border-t-amber-950\/50 {
  border-top-color: rgb(69 26 3 / 0.5);
}
.border-t-amber-950\/55 {
  border-top-color: rgb(69 26 3 / 0.55);
}
.border-t-amber-950\/60 {
  border-top-color: rgb(69 26 3 / 0.6);
}
.border-t-amber-950\/65 {
  border-top-color: rgb(69 26 3 / 0.65);
}
.border-t-amber-950\/70 {
  border-top-color: rgb(69 26 3 / 0.7);
}
.border-t-amber-950\/75 {
  border-top-color: rgb(69 26 3 / 0.75);
}
.border-t-amber-950\/80 {
  border-top-color: rgb(69 26 3 / 0.8);
}
.border-t-amber-950\/85 {
  border-top-color: rgb(69 26 3 / 0.85);
}
.border-t-amber-950\/90 {
  border-top-color: rgb(69 26 3 / 0.9);
}
.border-t-amber-950\/95 {
  border-top-color: rgb(69 26 3 / 0.95);
}
.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-t-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-blue-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-t-blue-100\/0 {
  border-top-color: rgb(219 234 254 / 0);
}
.border-t-blue-100\/10 {
  border-top-color: rgb(219 234 254 / 0.1);
}
.border-t-blue-100\/100 {
  border-top-color: rgb(219 234 254 / 1);
}
.border-t-blue-100\/15 {
  border-top-color: rgb(219 234 254 / 0.15);
}
.border-t-blue-100\/20 {
  border-top-color: rgb(219 234 254 / 0.2);
}
.border-t-blue-100\/25 {
  border-top-color: rgb(219 234 254 / 0.25);
}
.border-t-blue-100\/30 {
  border-top-color: rgb(219 234 254 / 0.3);
}
.border-t-blue-100\/35 {
  border-top-color: rgb(219 234 254 / 0.35);
}
.border-t-blue-100\/40 {
  border-top-color: rgb(219 234 254 / 0.4);
}
.border-t-blue-100\/45 {
  border-top-color: rgb(219 234 254 / 0.45);
}
.border-t-blue-100\/5 {
  border-top-color: rgb(219 234 254 / 0.05);
}
.border-t-blue-100\/50 {
  border-top-color: rgb(219 234 254 / 0.5);
}
.border-t-blue-100\/55 {
  border-top-color: rgb(219 234 254 / 0.55);
}
.border-t-blue-100\/60 {
  border-top-color: rgb(219 234 254 / 0.6);
}
.border-t-blue-100\/65 {
  border-top-color: rgb(219 234 254 / 0.65);
}
.border-t-blue-100\/70 {
  border-top-color: rgb(219 234 254 / 0.7);
}
.border-t-blue-100\/75 {
  border-top-color: rgb(219 234 254 / 0.75);
}
.border-t-blue-100\/80 {
  border-top-color: rgb(219 234 254 / 0.8);
}
.border-t-blue-100\/85 {
  border-top-color: rgb(219 234 254 / 0.85);
}
.border-t-blue-100\/90 {
  border-top-color: rgb(219 234 254 / 0.9);
}
.border-t-blue-100\/95 {
  border-top-color: rgb(219 234 254 / 0.95);
}
.border-t-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-t-blue-200\/0 {
  border-top-color: rgb(191 219 254 / 0);
}
.border-t-blue-200\/10 {
  border-top-color: rgb(191 219 254 / 0.1);
}
.border-t-blue-200\/100 {
  border-top-color: rgb(191 219 254 / 1);
}
.border-t-blue-200\/15 {
  border-top-color: rgb(191 219 254 / 0.15);
}
.border-t-blue-200\/20 {
  border-top-color: rgb(191 219 254 / 0.2);
}
.border-t-blue-200\/25 {
  border-top-color: rgb(191 219 254 / 0.25);
}
.border-t-blue-200\/30 {
  border-top-color: rgb(191 219 254 / 0.3);
}
.border-t-blue-200\/35 {
  border-top-color: rgb(191 219 254 / 0.35);
}
.border-t-blue-200\/40 {
  border-top-color: rgb(191 219 254 / 0.4);
}
.border-t-blue-200\/45 {
  border-top-color: rgb(191 219 254 / 0.45);
}
.border-t-blue-200\/5 {
  border-top-color: rgb(191 219 254 / 0.05);
}
.border-t-blue-200\/50 {
  border-top-color: rgb(191 219 254 / 0.5);
}
.border-t-blue-200\/55 {
  border-top-color: rgb(191 219 254 / 0.55);
}
.border-t-blue-200\/60 {
  border-top-color: rgb(191 219 254 / 0.6);
}
.border-t-blue-200\/65 {
  border-top-color: rgb(191 219 254 / 0.65);
}
.border-t-blue-200\/70 {
  border-top-color: rgb(191 219 254 / 0.7);
}
.border-t-blue-200\/75 {
  border-top-color: rgb(191 219 254 / 0.75);
}
.border-t-blue-200\/80 {
  border-top-color: rgb(191 219 254 / 0.8);
}
.border-t-blue-200\/85 {
  border-top-color: rgb(191 219 254 / 0.85);
}
.border-t-blue-200\/90 {
  border-top-color: rgb(191 219 254 / 0.9);
}
.border-t-blue-200\/95 {
  border-top-color: rgb(191 219 254 / 0.95);
}
.border-t-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-t-blue-300\/0 {
  border-top-color: rgb(147 197 253 / 0);
}
.border-t-blue-300\/10 {
  border-top-color: rgb(147 197 253 / 0.1);
}
.border-t-blue-300\/100 {
  border-top-color: rgb(147 197 253 / 1);
}
.border-t-blue-300\/15 {
  border-top-color: rgb(147 197 253 / 0.15);
}
.border-t-blue-300\/20 {
  border-top-color: rgb(147 197 253 / 0.2);
}
.border-t-blue-300\/25 {
  border-top-color: rgb(147 197 253 / 0.25);
}
.border-t-blue-300\/30 {
  border-top-color: rgb(147 197 253 / 0.3);
}
.border-t-blue-300\/35 {
  border-top-color: rgb(147 197 253 / 0.35);
}
.border-t-blue-300\/40 {
  border-top-color: rgb(147 197 253 / 0.4);
}
.border-t-blue-300\/45 {
  border-top-color: rgb(147 197 253 / 0.45);
}
.border-t-blue-300\/5 {
  border-top-color: rgb(147 197 253 / 0.05);
}
.border-t-blue-300\/50 {
  border-top-color: rgb(147 197 253 / 0.5);
}
.border-t-blue-300\/55 {
  border-top-color: rgb(147 197 253 / 0.55);
}
.border-t-blue-300\/60 {
  border-top-color: rgb(147 197 253 / 0.6);
}
.border-t-blue-300\/65 {
  border-top-color: rgb(147 197 253 / 0.65);
}
.border-t-blue-300\/70 {
  border-top-color: rgb(147 197 253 / 0.7);
}
.border-t-blue-300\/75 {
  border-top-color: rgb(147 197 253 / 0.75);
}
.border-t-blue-300\/80 {
  border-top-color: rgb(147 197 253 / 0.8);
}
.border-t-blue-300\/85 {
  border-top-color: rgb(147 197 253 / 0.85);
}
.border-t-blue-300\/90 {
  border-top-color: rgb(147 197 253 / 0.9);
}
.border-t-blue-300\/95 {
  border-top-color: rgb(147 197 253 / 0.95);
}
.border-t-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-t-blue-400\/0 {
  border-top-color: rgb(96 165 250 / 0);
}
.border-t-blue-400\/10 {
  border-top-color: rgb(96 165 250 / 0.1);
}
.border-t-blue-400\/100 {
  border-top-color: rgb(96 165 250 / 1);
}
.border-t-blue-400\/15 {
  border-top-color: rgb(96 165 250 / 0.15);
}
.border-t-blue-400\/20 {
  border-top-color: rgb(96 165 250 / 0.2);
}
.border-t-blue-400\/25 {
  border-top-color: rgb(96 165 250 / 0.25);
}
.border-t-blue-400\/30 {
  border-top-color: rgb(96 165 250 / 0.3);
}
.border-t-blue-400\/35 {
  border-top-color: rgb(96 165 250 / 0.35);
}
.border-t-blue-400\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
}
.border-t-blue-400\/45 {
  border-top-color: rgb(96 165 250 / 0.45);
}
.border-t-blue-400\/5 {
  border-top-color: rgb(96 165 250 / 0.05);
}
.border-t-blue-400\/50 {
  border-top-color: rgb(96 165 250 / 0.5);
}
.border-t-blue-400\/55 {
  border-top-color: rgb(96 165 250 / 0.55);
}
.border-t-blue-400\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
}
.border-t-blue-400\/65 {
  border-top-color: rgb(96 165 250 / 0.65);
}
.border-t-blue-400\/70 {
  border-top-color: rgb(96 165 250 / 0.7);
}
.border-t-blue-400\/75 {
  border-top-color: rgb(96 165 250 / 0.75);
}
.border-t-blue-400\/80 {
  border-top-color: rgb(96 165 250 / 0.8);
}
.border-t-blue-400\/85 {
  border-top-color: rgb(96 165 250 / 0.85);
}
.border-t-blue-400\/90 {
  border-top-color: rgb(96 165 250 / 0.9);
}
.border-t-blue-400\/95 {
  border-top-color: rgb(96 165 250 / 0.95);
}
.border-t-blue-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-t-blue-50\/0 {
  border-top-color: rgb(239 246 255 / 0);
}
.border-t-blue-50\/10 {
  border-top-color: rgb(239 246 255 / 0.1);
}
.border-t-blue-50\/100 {
  border-top-color: rgb(239 246 255 / 1);
}
.border-t-blue-50\/15 {
  border-top-color: rgb(239 246 255 / 0.15);
}
.border-t-blue-50\/20 {
  border-top-color: rgb(239 246 255 / 0.2);
}
.border-t-blue-50\/25 {
  border-top-color: rgb(239 246 255 / 0.25);
}
.border-t-blue-50\/30 {
  border-top-color: rgb(239 246 255 / 0.3);
}
.border-t-blue-50\/35 {
  border-top-color: rgb(239 246 255 / 0.35);
}
.border-t-blue-50\/40 {
  border-top-color: rgb(239 246 255 / 0.4);
}
.border-t-blue-50\/45 {
  border-top-color: rgb(239 246 255 / 0.45);
}
.border-t-blue-50\/5 {
  border-top-color: rgb(239 246 255 / 0.05);
}
.border-t-blue-50\/50 {
  border-top-color: rgb(239 246 255 / 0.5);
}
.border-t-blue-50\/55 {
  border-top-color: rgb(239 246 255 / 0.55);
}
.border-t-blue-50\/60 {
  border-top-color: rgb(239 246 255 / 0.6);
}
.border-t-blue-50\/65 {
  border-top-color: rgb(239 246 255 / 0.65);
}
.border-t-blue-50\/70 {
  border-top-color: rgb(239 246 255 / 0.7);
}
.border-t-blue-50\/75 {
  border-top-color: rgb(239 246 255 / 0.75);
}
.border-t-blue-50\/80 {
  border-top-color: rgb(239 246 255 / 0.8);
}
.border-t-blue-50\/85 {
  border-top-color: rgb(239 246 255 / 0.85);
}
.border-t-blue-50\/90 {
  border-top-color: rgb(239 246 255 / 0.9);
}
.border-t-blue-50\/95 {
  border-top-color: rgb(239 246 255 / 0.95);
}
.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-t-blue-500\/0 {
  border-top-color: rgb(59 130 246 / 0);
}
.border-t-blue-500\/10 {
  border-top-color: rgb(59 130 246 / 0.1);
}
.border-t-blue-500\/100 {
  border-top-color: rgb(59 130 246 / 1);
}
.border-t-blue-500\/15 {
  border-top-color: rgb(59 130 246 / 0.15);
}
.border-t-blue-500\/20 {
  border-top-color: rgb(59 130 246 / 0.2);
}
.border-t-blue-500\/25 {
  border-top-color: rgb(59 130 246 / 0.25);
}
.border-t-blue-500\/30 {
  border-top-color: rgb(59 130 246 / 0.3);
}
.border-t-blue-500\/35 {
  border-top-color: rgb(59 130 246 / 0.35);
}
.border-t-blue-500\/40 {
  border-top-color: rgb(59 130 246 / 0.4);
}
.border-t-blue-500\/45 {
  border-top-color: rgb(59 130 246 / 0.45);
}
.border-t-blue-500\/5 {
  border-top-color: rgb(59 130 246 / 0.05);
}
.border-t-blue-500\/50 {
  border-top-color: rgb(59 130 246 / 0.5);
}
.border-t-blue-500\/55 {
  border-top-color: rgb(59 130 246 / 0.55);
}
.border-t-blue-500\/60 {
  border-top-color: rgb(59 130 246 / 0.6);
}
.border-t-blue-500\/65 {
  border-top-color: rgb(59 130 246 / 0.65);
}
.border-t-blue-500\/70 {
  border-top-color: rgb(59 130 246 / 0.7);
}
.border-t-blue-500\/75 {
  border-top-color: rgb(59 130 246 / 0.75);
}
.border-t-blue-500\/80 {
  border-top-color: rgb(59 130 246 / 0.8);
}
.border-t-blue-500\/85 {
  border-top-color: rgb(59 130 246 / 0.85);
}
.border-t-blue-500\/90 {
  border-top-color: rgb(59 130 246 / 0.9);
}
.border-t-blue-500\/95 {
  border-top-color: rgb(59 130 246 / 0.95);
}
.border-t-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-t-blue-600\/0 {
  border-top-color: rgb(37 99 235 / 0);
}
.border-t-blue-600\/10 {
  border-top-color: rgb(37 99 235 / 0.1);
}
.border-t-blue-600\/100 {
  border-top-color: rgb(37 99 235 / 1);
}
.border-t-blue-600\/15 {
  border-top-color: rgb(37 99 235 / 0.15);
}
.border-t-blue-600\/20 {
  border-top-color: rgb(37 99 235 / 0.2);
}
.border-t-blue-600\/25 {
  border-top-color: rgb(37 99 235 / 0.25);
}
.border-t-blue-600\/30 {
  border-top-color: rgb(37 99 235 / 0.3);
}
.border-t-blue-600\/35 {
  border-top-color: rgb(37 99 235 / 0.35);
}
.border-t-blue-600\/40 {
  border-top-color: rgb(37 99 235 / 0.4);
}
.border-t-blue-600\/45 {
  border-top-color: rgb(37 99 235 / 0.45);
}
.border-t-blue-600\/5 {
  border-top-color: rgb(37 99 235 / 0.05);
}
.border-t-blue-600\/50 {
  border-top-color: rgb(37 99 235 / 0.5);
}
.border-t-blue-600\/55 {
  border-top-color: rgb(37 99 235 / 0.55);
}
.border-t-blue-600\/60 {
  border-top-color: rgb(37 99 235 / 0.6);
}
.border-t-blue-600\/65 {
  border-top-color: rgb(37 99 235 / 0.65);
}
.border-t-blue-600\/70 {
  border-top-color: rgb(37 99 235 / 0.7);
}
.border-t-blue-600\/75 {
  border-top-color: rgb(37 99 235 / 0.75);
}
.border-t-blue-600\/80 {
  border-top-color: rgb(37 99 235 / 0.8);
}
.border-t-blue-600\/85 {
  border-top-color: rgb(37 99 235 / 0.85);
}
.border-t-blue-600\/90 {
  border-top-color: rgb(37 99 235 / 0.9);
}
.border-t-blue-600\/95 {
  border-top-color: rgb(37 99 235 / 0.95);
}
.border-t-blue-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-t-blue-700\/0 {
  border-top-color: rgb(29 78 216 / 0);
}
.border-t-blue-700\/10 {
  border-top-color: rgb(29 78 216 / 0.1);
}
.border-t-blue-700\/100 {
  border-top-color: rgb(29 78 216 / 1);
}
.border-t-blue-700\/15 {
  border-top-color: rgb(29 78 216 / 0.15);
}
.border-t-blue-700\/20 {
  border-top-color: rgb(29 78 216 / 0.2);
}
.border-t-blue-700\/25 {
  border-top-color: rgb(29 78 216 / 0.25);
}
.border-t-blue-700\/30 {
  border-top-color: rgb(29 78 216 / 0.3);
}
.border-t-blue-700\/35 {
  border-top-color: rgb(29 78 216 / 0.35);
}
.border-t-blue-700\/40 {
  border-top-color: rgb(29 78 216 / 0.4);
}
.border-t-blue-700\/45 {
  border-top-color: rgb(29 78 216 / 0.45);
}
.border-t-blue-700\/5 {
  border-top-color: rgb(29 78 216 / 0.05);
}
.border-t-blue-700\/50 {
  border-top-color: rgb(29 78 216 / 0.5);
}
.border-t-blue-700\/55 {
  border-top-color: rgb(29 78 216 / 0.55);
}
.border-t-blue-700\/60 {
  border-top-color: rgb(29 78 216 / 0.6);
}
.border-t-blue-700\/65 {
  border-top-color: rgb(29 78 216 / 0.65);
}
.border-t-blue-700\/70 {
  border-top-color: rgb(29 78 216 / 0.7);
}
.border-t-blue-700\/75 {
  border-top-color: rgb(29 78 216 / 0.75);
}
.border-t-blue-700\/80 {
  border-top-color: rgb(29 78 216 / 0.8);
}
.border-t-blue-700\/85 {
  border-top-color: rgb(29 78 216 / 0.85);
}
.border-t-blue-700\/90 {
  border-top-color: rgb(29 78 216 / 0.9);
}
.border-t-blue-700\/95 {
  border-top-color: rgb(29 78 216 / 0.95);
}
.border-t-blue-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-t-blue-800\/0 {
  border-top-color: rgb(30 64 175 / 0);
}
.border-t-blue-800\/10 {
  border-top-color: rgb(30 64 175 / 0.1);
}
.border-t-blue-800\/100 {
  border-top-color: rgb(30 64 175 / 1);
}
.border-t-blue-800\/15 {
  border-top-color: rgb(30 64 175 / 0.15);
}
.border-t-blue-800\/20 {
  border-top-color: rgb(30 64 175 / 0.2);
}
.border-t-blue-800\/25 {
  border-top-color: rgb(30 64 175 / 0.25);
}
.border-t-blue-800\/30 {
  border-top-color: rgb(30 64 175 / 0.3);
}
.border-t-blue-800\/35 {
  border-top-color: rgb(30 64 175 / 0.35);
}
.border-t-blue-800\/40 {
  border-top-color: rgb(30 64 175 / 0.4);
}
.border-t-blue-800\/45 {
  border-top-color: rgb(30 64 175 / 0.45);
}
.border-t-blue-800\/5 {
  border-top-color: rgb(30 64 175 / 0.05);
}
.border-t-blue-800\/50 {
  border-top-color: rgb(30 64 175 / 0.5);
}
.border-t-blue-800\/55 {
  border-top-color: rgb(30 64 175 / 0.55);
}
.border-t-blue-800\/60 {
  border-top-color: rgb(30 64 175 / 0.6);
}
.border-t-blue-800\/65 {
  border-top-color: rgb(30 64 175 / 0.65);
}
.border-t-blue-800\/70 {
  border-top-color: rgb(30 64 175 / 0.7);
}
.border-t-blue-800\/75 {
  border-top-color: rgb(30 64 175 / 0.75);
}
.border-t-blue-800\/80 {
  border-top-color: rgb(30 64 175 / 0.8);
}
.border-t-blue-800\/85 {
  border-top-color: rgb(30 64 175 / 0.85);
}
.border-t-blue-800\/90 {
  border-top-color: rgb(30 64 175 / 0.9);
}
.border-t-blue-800\/95 {
  border-top-color: rgb(30 64 175 / 0.95);
}
.border-t-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-t-blue-900\/0 {
  border-top-color: rgb(30 58 138 / 0);
}
.border-t-blue-900\/10 {
  border-top-color: rgb(30 58 138 / 0.1);
}
.border-t-blue-900\/100 {
  border-top-color: rgb(30 58 138 / 1);
}
.border-t-blue-900\/15 {
  border-top-color: rgb(30 58 138 / 0.15);
}
.border-t-blue-900\/20 {
  border-top-color: rgb(30 58 138 / 0.2);
}
.border-t-blue-900\/25 {
  border-top-color: rgb(30 58 138 / 0.25);
}
.border-t-blue-900\/30 {
  border-top-color: rgb(30 58 138 / 0.3);
}
.border-t-blue-900\/35 {
  border-top-color: rgb(30 58 138 / 0.35);
}
.border-t-blue-900\/40 {
  border-top-color: rgb(30 58 138 / 0.4);
}
.border-t-blue-900\/45 {
  border-top-color: rgb(30 58 138 / 0.45);
}
.border-t-blue-900\/5 {
  border-top-color: rgb(30 58 138 / 0.05);
}
.border-t-blue-900\/50 {
  border-top-color: rgb(30 58 138 / 0.5);
}
.border-t-blue-900\/55 {
  border-top-color: rgb(30 58 138 / 0.55);
}
.border-t-blue-900\/60 {
  border-top-color: rgb(30 58 138 / 0.6);
}
.border-t-blue-900\/65 {
  border-top-color: rgb(30 58 138 / 0.65);
}
.border-t-blue-900\/70 {
  border-top-color: rgb(30 58 138 / 0.7);
}
.border-t-blue-900\/75 {
  border-top-color: rgb(30 58 138 / 0.75);
}
.border-t-blue-900\/80 {
  border-top-color: rgb(30 58 138 / 0.8);
}
.border-t-blue-900\/85 {
  border-top-color: rgb(30 58 138 / 0.85);
}
.border-t-blue-900\/90 {
  border-top-color: rgb(30 58 138 / 0.9);
}
.border-t-blue-900\/95 {
  border-top-color: rgb(30 58 138 / 0.95);
}
.border-t-blue-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-t-blue-950\/0 {
  border-top-color: rgb(23 37 84 / 0);
}
.border-t-blue-950\/10 {
  border-top-color: rgb(23 37 84 / 0.1);
}
.border-t-blue-950\/100 {
  border-top-color: rgb(23 37 84 / 1);
}
.border-t-blue-950\/15 {
  border-top-color: rgb(23 37 84 / 0.15);
}
.border-t-blue-950\/20 {
  border-top-color: rgb(23 37 84 / 0.2);
}
.border-t-blue-950\/25 {
  border-top-color: rgb(23 37 84 / 0.25);
}
.border-t-blue-950\/30 {
  border-top-color: rgb(23 37 84 / 0.3);
}
.border-t-blue-950\/35 {
  border-top-color: rgb(23 37 84 / 0.35);
}
.border-t-blue-950\/40 {
  border-top-color: rgb(23 37 84 / 0.4);
}
.border-t-blue-950\/45 {
  border-top-color: rgb(23 37 84 / 0.45);
}
.border-t-blue-950\/5 {
  border-top-color: rgb(23 37 84 / 0.05);
}
.border-t-blue-950\/50 {
  border-top-color: rgb(23 37 84 / 0.5);
}
.border-t-blue-950\/55 {
  border-top-color: rgb(23 37 84 / 0.55);
}
.border-t-blue-950\/60 {
  border-top-color: rgb(23 37 84 / 0.6);
}
.border-t-blue-950\/65 {
  border-top-color: rgb(23 37 84 / 0.65);
}
.border-t-blue-950\/70 {
  border-top-color: rgb(23 37 84 / 0.7);
}
.border-t-blue-950\/75 {
  border-top-color: rgb(23 37 84 / 0.75);
}
.border-t-blue-950\/80 {
  border-top-color: rgb(23 37 84 / 0.8);
}
.border-t-blue-950\/85 {
  border-top-color: rgb(23 37 84 / 0.85);
}
.border-t-blue-950\/90 {
  border-top-color: rgb(23 37 84 / 0.9);
}
.border-t-blue-950\/95 {
  border-top-color: rgb(23 37 84 / 0.95);
}
.border-t-current {
  border-top-color: currentColor;
}
.border-t-cyan-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-t-cyan-100\/0 {
  border-top-color: rgb(207 250 254 / 0);
}
.border-t-cyan-100\/10 {
  border-top-color: rgb(207 250 254 / 0.1);
}
.border-t-cyan-100\/100 {
  border-top-color: rgb(207 250 254 / 1);
}
.border-t-cyan-100\/15 {
  border-top-color: rgb(207 250 254 / 0.15);
}
.border-t-cyan-100\/20 {
  border-top-color: rgb(207 250 254 / 0.2);
}
.border-t-cyan-100\/25 {
  border-top-color: rgb(207 250 254 / 0.25);
}
.border-t-cyan-100\/30 {
  border-top-color: rgb(207 250 254 / 0.3);
}
.border-t-cyan-100\/35 {
  border-top-color: rgb(207 250 254 / 0.35);
}
.border-t-cyan-100\/40 {
  border-top-color: rgb(207 250 254 / 0.4);
}
.border-t-cyan-100\/45 {
  border-top-color: rgb(207 250 254 / 0.45);
}
.border-t-cyan-100\/5 {
  border-top-color: rgb(207 250 254 / 0.05);
}
.border-t-cyan-100\/50 {
  border-top-color: rgb(207 250 254 / 0.5);
}
.border-t-cyan-100\/55 {
  border-top-color: rgb(207 250 254 / 0.55);
}
.border-t-cyan-100\/60 {
  border-top-color: rgb(207 250 254 / 0.6);
}
.border-t-cyan-100\/65 {
  border-top-color: rgb(207 250 254 / 0.65);
}
.border-t-cyan-100\/70 {
  border-top-color: rgb(207 250 254 / 0.7);
}
.border-t-cyan-100\/75 {
  border-top-color: rgb(207 250 254 / 0.75);
}
.border-t-cyan-100\/80 {
  border-top-color: rgb(207 250 254 / 0.8);
}
.border-t-cyan-100\/85 {
  border-top-color: rgb(207 250 254 / 0.85);
}
.border-t-cyan-100\/90 {
  border-top-color: rgb(207 250 254 / 0.9);
}
.border-t-cyan-100\/95 {
  border-top-color: rgb(207 250 254 / 0.95);
}
.border-t-cyan-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-t-cyan-200\/0 {
  border-top-color: rgb(165 243 252 / 0);
}
.border-t-cyan-200\/10 {
  border-top-color: rgb(165 243 252 / 0.1);
}
.border-t-cyan-200\/100 {
  border-top-color: rgb(165 243 252 / 1);
}
.border-t-cyan-200\/15 {
  border-top-color: rgb(165 243 252 / 0.15);
}
.border-t-cyan-200\/20 {
  border-top-color: rgb(165 243 252 / 0.2);
}
.border-t-cyan-200\/25 {
  border-top-color: rgb(165 243 252 / 0.25);
}
.border-t-cyan-200\/30 {
  border-top-color: rgb(165 243 252 / 0.3);
}
.border-t-cyan-200\/35 {
  border-top-color: rgb(165 243 252 / 0.35);
}
.border-t-cyan-200\/40 {
  border-top-color: rgb(165 243 252 / 0.4);
}
.border-t-cyan-200\/45 {
  border-top-color: rgb(165 243 252 / 0.45);
}
.border-t-cyan-200\/5 {
  border-top-color: rgb(165 243 252 / 0.05);
}
.border-t-cyan-200\/50 {
  border-top-color: rgb(165 243 252 / 0.5);
}
.border-t-cyan-200\/55 {
  border-top-color: rgb(165 243 252 / 0.55);
}
.border-t-cyan-200\/60 {
  border-top-color: rgb(165 243 252 / 0.6);
}
.border-t-cyan-200\/65 {
  border-top-color: rgb(165 243 252 / 0.65);
}
.border-t-cyan-200\/70 {
  border-top-color: rgb(165 243 252 / 0.7);
}
.border-t-cyan-200\/75 {
  border-top-color: rgb(165 243 252 / 0.75);
}
.border-t-cyan-200\/80 {
  border-top-color: rgb(165 243 252 / 0.8);
}
.border-t-cyan-200\/85 {
  border-top-color: rgb(165 243 252 / 0.85);
}
.border-t-cyan-200\/90 {
  border-top-color: rgb(165 243 252 / 0.9);
}
.border-t-cyan-200\/95 {
  border-top-color: rgb(165 243 252 / 0.95);
}
.border-t-cyan-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-t-cyan-300\/0 {
  border-top-color: rgb(103 232 249 / 0);
}
.border-t-cyan-300\/10 {
  border-top-color: rgb(103 232 249 / 0.1);
}
.border-t-cyan-300\/100 {
  border-top-color: rgb(103 232 249 / 1);
}
.border-t-cyan-300\/15 {
  border-top-color: rgb(103 232 249 / 0.15);
}
.border-t-cyan-300\/20 {
  border-top-color: rgb(103 232 249 / 0.2);
}
.border-t-cyan-300\/25 {
  border-top-color: rgb(103 232 249 / 0.25);
}
.border-t-cyan-300\/30 {
  border-top-color: rgb(103 232 249 / 0.3);
}
.border-t-cyan-300\/35 {
  border-top-color: rgb(103 232 249 / 0.35);
}
.border-t-cyan-300\/40 {
  border-top-color: rgb(103 232 249 / 0.4);
}
.border-t-cyan-300\/45 {
  border-top-color: rgb(103 232 249 / 0.45);
}
.border-t-cyan-300\/5 {
  border-top-color: rgb(103 232 249 / 0.05);
}
.border-t-cyan-300\/50 {
  border-top-color: rgb(103 232 249 / 0.5);
}
.border-t-cyan-300\/55 {
  border-top-color: rgb(103 232 249 / 0.55);
}
.border-t-cyan-300\/60 {
  border-top-color: rgb(103 232 249 / 0.6);
}
.border-t-cyan-300\/65 {
  border-top-color: rgb(103 232 249 / 0.65);
}
.border-t-cyan-300\/70 {
  border-top-color: rgb(103 232 249 / 0.7);
}
.border-t-cyan-300\/75 {
  border-top-color: rgb(103 232 249 / 0.75);
}
.border-t-cyan-300\/80 {
  border-top-color: rgb(103 232 249 / 0.8);
}
.border-t-cyan-300\/85 {
  border-top-color: rgb(103 232 249 / 0.85);
}
.border-t-cyan-300\/90 {
  border-top-color: rgb(103 232 249 / 0.9);
}
.border-t-cyan-300\/95 {
  border-top-color: rgb(103 232 249 / 0.95);
}
.border-t-cyan-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-t-cyan-400\/0 {
  border-top-color: rgb(34 211 238 / 0);
}
.border-t-cyan-400\/10 {
  border-top-color: rgb(34 211 238 / 0.1);
}
.border-t-cyan-400\/100 {
  border-top-color: rgb(34 211 238 / 1);
}
.border-t-cyan-400\/15 {
  border-top-color: rgb(34 211 238 / 0.15);
}
.border-t-cyan-400\/20 {
  border-top-color: rgb(34 211 238 / 0.2);
}
.border-t-cyan-400\/25 {
  border-top-color: rgb(34 211 238 / 0.25);
}
.border-t-cyan-400\/30 {
  border-top-color: rgb(34 211 238 / 0.3);
}
.border-t-cyan-400\/35 {
  border-top-color: rgb(34 211 238 / 0.35);
}
.border-t-cyan-400\/40 {
  border-top-color: rgb(34 211 238 / 0.4);
}
.border-t-cyan-400\/45 {
  border-top-color: rgb(34 211 238 / 0.45);
}
.border-t-cyan-400\/5 {
  border-top-color: rgb(34 211 238 / 0.05);
}
.border-t-cyan-400\/50 {
  border-top-color: rgb(34 211 238 / 0.5);
}
.border-t-cyan-400\/55 {
  border-top-color: rgb(34 211 238 / 0.55);
}
.border-t-cyan-400\/60 {
  border-top-color: rgb(34 211 238 / 0.6);
}
.border-t-cyan-400\/65 {
  border-top-color: rgb(34 211 238 / 0.65);
}
.border-t-cyan-400\/70 {
  border-top-color: rgb(34 211 238 / 0.7);
}
.border-t-cyan-400\/75 {
  border-top-color: rgb(34 211 238 / 0.75);
}
.border-t-cyan-400\/80 {
  border-top-color: rgb(34 211 238 / 0.8);
}
.border-t-cyan-400\/85 {
  border-top-color: rgb(34 211 238 / 0.85);
}
.border-t-cyan-400\/90 {
  border-top-color: rgb(34 211 238 / 0.9);
}
.border-t-cyan-400\/95 {
  border-top-color: rgb(34 211 238 / 0.95);
}
.border-t-cyan-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-t-cyan-50\/0 {
  border-top-color: rgb(236 254 255 / 0);
}
.border-t-cyan-50\/10 {
  border-top-color: rgb(236 254 255 / 0.1);
}
.border-t-cyan-50\/100 {
  border-top-color: rgb(236 254 255 / 1);
}
.border-t-cyan-50\/15 {
  border-top-color: rgb(236 254 255 / 0.15);
}
.border-t-cyan-50\/20 {
  border-top-color: rgb(236 254 255 / 0.2);
}
.border-t-cyan-50\/25 {
  border-top-color: rgb(236 254 255 / 0.25);
}
.border-t-cyan-50\/30 {
  border-top-color: rgb(236 254 255 / 0.3);
}
.border-t-cyan-50\/35 {
  border-top-color: rgb(236 254 255 / 0.35);
}
.border-t-cyan-50\/40 {
  border-top-color: rgb(236 254 255 / 0.4);
}
.border-t-cyan-50\/45 {
  border-top-color: rgb(236 254 255 / 0.45);
}
.border-t-cyan-50\/5 {
  border-top-color: rgb(236 254 255 / 0.05);
}
.border-t-cyan-50\/50 {
  border-top-color: rgb(236 254 255 / 0.5);
}
.border-t-cyan-50\/55 {
  border-top-color: rgb(236 254 255 / 0.55);
}
.border-t-cyan-50\/60 {
  border-top-color: rgb(236 254 255 / 0.6);
}
.border-t-cyan-50\/65 {
  border-top-color: rgb(236 254 255 / 0.65);
}
.border-t-cyan-50\/70 {
  border-top-color: rgb(236 254 255 / 0.7);
}
.border-t-cyan-50\/75 {
  border-top-color: rgb(236 254 255 / 0.75);
}
.border-t-cyan-50\/80 {
  border-top-color: rgb(236 254 255 / 0.8);
}
.border-t-cyan-50\/85 {
  border-top-color: rgb(236 254 255 / 0.85);
}
.border-t-cyan-50\/90 {
  border-top-color: rgb(236 254 255 / 0.9);
}
.border-t-cyan-50\/95 {
  border-top-color: rgb(236 254 255 / 0.95);
}
.border-t-cyan-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-t-cyan-500\/0 {
  border-top-color: rgb(6 182 212 / 0);
}
.border-t-cyan-500\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
}
.border-t-cyan-500\/100 {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-cyan-500\/15 {
  border-top-color: rgb(6 182 212 / 0.15);
}
.border-t-cyan-500\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
}
.border-t-cyan-500\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
}
.border-t-cyan-500\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
}
.border-t-cyan-500\/35 {
  border-top-color: rgb(6 182 212 / 0.35);
}
.border-t-cyan-500\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
}
.border-t-cyan-500\/45 {
  border-top-color: rgb(6 182 212 / 0.45);
}
.border-t-cyan-500\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
}
.border-t-cyan-500\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-cyan-500\/55 {
  border-top-color: rgb(6 182 212 / 0.55);
}
.border-t-cyan-500\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
}
.border-t-cyan-500\/65 {
  border-top-color: rgb(6 182 212 / 0.65);
}
.border-t-cyan-500\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
}
.border-t-cyan-500\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
}
.border-t-cyan-500\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
}
.border-t-cyan-500\/85 {
  border-top-color: rgb(6 182 212 / 0.85);
}
.border-t-cyan-500\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
}
.border-t-cyan-500\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
}
.border-t-cyan-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-t-cyan-600\/0 {
  border-top-color: rgb(8 145 178 / 0);
}
.border-t-cyan-600\/10 {
  border-top-color: rgb(8 145 178 / 0.1);
}
.border-t-cyan-600\/100 {
  border-top-color: rgb(8 145 178 / 1);
}
.border-t-cyan-600\/15 {
  border-top-color: rgb(8 145 178 / 0.15);
}
.border-t-cyan-600\/20 {
  border-top-color: rgb(8 145 178 / 0.2);
}
.border-t-cyan-600\/25 {
  border-top-color: rgb(8 145 178 / 0.25);
}
.border-t-cyan-600\/30 {
  border-top-color: rgb(8 145 178 / 0.3);
}
.border-t-cyan-600\/35 {
  border-top-color: rgb(8 145 178 / 0.35);
}
.border-t-cyan-600\/40 {
  border-top-color: rgb(8 145 178 / 0.4);
}
.border-t-cyan-600\/45 {
  border-top-color: rgb(8 145 178 / 0.45);
}
.border-t-cyan-600\/5 {
  border-top-color: rgb(8 145 178 / 0.05);
}
.border-t-cyan-600\/50 {
  border-top-color: rgb(8 145 178 / 0.5);
}
.border-t-cyan-600\/55 {
  border-top-color: rgb(8 145 178 / 0.55);
}
.border-t-cyan-600\/60 {
  border-top-color: rgb(8 145 178 / 0.6);
}
.border-t-cyan-600\/65 {
  border-top-color: rgb(8 145 178 / 0.65);
}
.border-t-cyan-600\/70 {
  border-top-color: rgb(8 145 178 / 0.7);
}
.border-t-cyan-600\/75 {
  border-top-color: rgb(8 145 178 / 0.75);
}
.border-t-cyan-600\/80 {
  border-top-color: rgb(8 145 178 / 0.8);
}
.border-t-cyan-600\/85 {
  border-top-color: rgb(8 145 178 / 0.85);
}
.border-t-cyan-600\/90 {
  border-top-color: rgb(8 145 178 / 0.9);
}
.border-t-cyan-600\/95 {
  border-top-color: rgb(8 145 178 / 0.95);
}
.border-t-cyan-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-t-cyan-700\/0 {
  border-top-color: rgb(14 116 144 / 0);
}
.border-t-cyan-700\/10 {
  border-top-color: rgb(14 116 144 / 0.1);
}
.border-t-cyan-700\/100 {
  border-top-color: rgb(14 116 144 / 1);
}
.border-t-cyan-700\/15 {
  border-top-color: rgb(14 116 144 / 0.15);
}
.border-t-cyan-700\/20 {
  border-top-color: rgb(14 116 144 / 0.2);
}
.border-t-cyan-700\/25 {
  border-top-color: rgb(14 116 144 / 0.25);
}
.border-t-cyan-700\/30 {
  border-top-color: rgb(14 116 144 / 0.3);
}
.border-t-cyan-700\/35 {
  border-top-color: rgb(14 116 144 / 0.35);
}
.border-t-cyan-700\/40 {
  border-top-color: rgb(14 116 144 / 0.4);
}
.border-t-cyan-700\/45 {
  border-top-color: rgb(14 116 144 / 0.45);
}
.border-t-cyan-700\/5 {
  border-top-color: rgb(14 116 144 / 0.05);
}
.border-t-cyan-700\/50 {
  border-top-color: rgb(14 116 144 / 0.5);
}
.border-t-cyan-700\/55 {
  border-top-color: rgb(14 116 144 / 0.55);
}
.border-t-cyan-700\/60 {
  border-top-color: rgb(14 116 144 / 0.6);
}
.border-t-cyan-700\/65 {
  border-top-color: rgb(14 116 144 / 0.65);
}
.border-t-cyan-700\/70 {
  border-top-color: rgb(14 116 144 / 0.7);
}
.border-t-cyan-700\/75 {
  border-top-color: rgb(14 116 144 / 0.75);
}
.border-t-cyan-700\/80 {
  border-top-color: rgb(14 116 144 / 0.8);
}
.border-t-cyan-700\/85 {
  border-top-color: rgb(14 116 144 / 0.85);
}
.border-t-cyan-700\/90 {
  border-top-color: rgb(14 116 144 / 0.9);
}
.border-t-cyan-700\/95 {
  border-top-color: rgb(14 116 144 / 0.95);
}
.border-t-cyan-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-t-cyan-800\/0 {
  border-top-color: rgb(21 94 117 / 0);
}
.border-t-cyan-800\/10 {
  border-top-color: rgb(21 94 117 / 0.1);
}
.border-t-cyan-800\/100 {
  border-top-color: rgb(21 94 117 / 1);
}
.border-t-cyan-800\/15 {
  border-top-color: rgb(21 94 117 / 0.15);
}
.border-t-cyan-800\/20 {
  border-top-color: rgb(21 94 117 / 0.2);
}
.border-t-cyan-800\/25 {
  border-top-color: rgb(21 94 117 / 0.25);
}
.border-t-cyan-800\/30 {
  border-top-color: rgb(21 94 117 / 0.3);
}
.border-t-cyan-800\/35 {
  border-top-color: rgb(21 94 117 / 0.35);
}
.border-t-cyan-800\/40 {
  border-top-color: rgb(21 94 117 / 0.4);
}
.border-t-cyan-800\/45 {
  border-top-color: rgb(21 94 117 / 0.45);
}
.border-t-cyan-800\/5 {
  border-top-color: rgb(21 94 117 / 0.05);
}
.border-t-cyan-800\/50 {
  border-top-color: rgb(21 94 117 / 0.5);
}
.border-t-cyan-800\/55 {
  border-top-color: rgb(21 94 117 / 0.55);
}
.border-t-cyan-800\/60 {
  border-top-color: rgb(21 94 117 / 0.6);
}
.border-t-cyan-800\/65 {
  border-top-color: rgb(21 94 117 / 0.65);
}
.border-t-cyan-800\/70 {
  border-top-color: rgb(21 94 117 / 0.7);
}
.border-t-cyan-800\/75 {
  border-top-color: rgb(21 94 117 / 0.75);
}
.border-t-cyan-800\/80 {
  border-top-color: rgb(21 94 117 / 0.8);
}
.border-t-cyan-800\/85 {
  border-top-color: rgb(21 94 117 / 0.85);
}
.border-t-cyan-800\/90 {
  border-top-color: rgb(21 94 117 / 0.9);
}
.border-t-cyan-800\/95 {
  border-top-color: rgb(21 94 117 / 0.95);
}
.border-t-cyan-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-t-cyan-900\/0 {
  border-top-color: rgb(22 78 99 / 0);
}
.border-t-cyan-900\/10 {
  border-top-color: rgb(22 78 99 / 0.1);
}
.border-t-cyan-900\/100 {
  border-top-color: rgb(22 78 99 / 1);
}
.border-t-cyan-900\/15 {
  border-top-color: rgb(22 78 99 / 0.15);
}
.border-t-cyan-900\/20 {
  border-top-color: rgb(22 78 99 / 0.2);
}
.border-t-cyan-900\/25 {
  border-top-color: rgb(22 78 99 / 0.25);
}
.border-t-cyan-900\/30 {
  border-top-color: rgb(22 78 99 / 0.3);
}
.border-t-cyan-900\/35 {
  border-top-color: rgb(22 78 99 / 0.35);
}
.border-t-cyan-900\/40 {
  border-top-color: rgb(22 78 99 / 0.4);
}
.border-t-cyan-900\/45 {
  border-top-color: rgb(22 78 99 / 0.45);
}
.border-t-cyan-900\/5 {
  border-top-color: rgb(22 78 99 / 0.05);
}
.border-t-cyan-900\/50 {
  border-top-color: rgb(22 78 99 / 0.5);
}
.border-t-cyan-900\/55 {
  border-top-color: rgb(22 78 99 / 0.55);
}
.border-t-cyan-900\/60 {
  border-top-color: rgb(22 78 99 / 0.6);
}
.border-t-cyan-900\/65 {
  border-top-color: rgb(22 78 99 / 0.65);
}
.border-t-cyan-900\/70 {
  border-top-color: rgb(22 78 99 / 0.7);
}
.border-t-cyan-900\/75 {
  border-top-color: rgb(22 78 99 / 0.75);
}
.border-t-cyan-900\/80 {
  border-top-color: rgb(22 78 99 / 0.8);
}
.border-t-cyan-900\/85 {
  border-top-color: rgb(22 78 99 / 0.85);
}
.border-t-cyan-900\/90 {
  border-top-color: rgb(22 78 99 / 0.9);
}
.border-t-cyan-900\/95 {
  border-top-color: rgb(22 78 99 / 0.95);
}
.border-t-cyan-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-t-cyan-950\/0 {
  border-top-color: rgb(8 51 68 / 0);
}
.border-t-cyan-950\/10 {
  border-top-color: rgb(8 51 68 / 0.1);
}
.border-t-cyan-950\/100 {
  border-top-color: rgb(8 51 68 / 1);
}
.border-t-cyan-950\/15 {
  border-top-color: rgb(8 51 68 / 0.15);
}
.border-t-cyan-950\/20 {
  border-top-color: rgb(8 51 68 / 0.2);
}
.border-t-cyan-950\/25 {
  border-top-color: rgb(8 51 68 / 0.25);
}
.border-t-cyan-950\/30 {
  border-top-color: rgb(8 51 68 / 0.3);
}
.border-t-cyan-950\/35 {
  border-top-color: rgb(8 51 68 / 0.35);
}
.border-t-cyan-950\/40 {
  border-top-color: rgb(8 51 68 / 0.4);
}
.border-t-cyan-950\/45 {
  border-top-color: rgb(8 51 68 / 0.45);
}
.border-t-cyan-950\/5 {
  border-top-color: rgb(8 51 68 / 0.05);
}
.border-t-cyan-950\/50 {
  border-top-color: rgb(8 51 68 / 0.5);
}
.border-t-cyan-950\/55 {
  border-top-color: rgb(8 51 68 / 0.55);
}
.border-t-cyan-950\/60 {
  border-top-color: rgb(8 51 68 / 0.6);
}
.border-t-cyan-950\/65 {
  border-top-color: rgb(8 51 68 / 0.65);
}
.border-t-cyan-950\/70 {
  border-top-color: rgb(8 51 68 / 0.7);
}
.border-t-cyan-950\/75 {
  border-top-color: rgb(8 51 68 / 0.75);
}
.border-t-cyan-950\/80 {
  border-top-color: rgb(8 51 68 / 0.8);
}
.border-t-cyan-950\/85 {
  border-top-color: rgb(8 51 68 / 0.85);
}
.border-t-cyan-950\/90 {
  border-top-color: rgb(8 51 68 / 0.9);
}
.border-t-cyan-950\/95 {
  border-top-color: rgb(8 51 68 / 0.95);
}
.border-t-emerald-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-t-emerald-100\/0 {
  border-top-color: rgb(209 250 229 / 0);
}
.border-t-emerald-100\/10 {
  border-top-color: rgb(209 250 229 / 0.1);
}
.border-t-emerald-100\/100 {
  border-top-color: rgb(209 250 229 / 1);
}
.border-t-emerald-100\/15 {
  border-top-color: rgb(209 250 229 / 0.15);
}
.border-t-emerald-100\/20 {
  border-top-color: rgb(209 250 229 / 0.2);
}
.border-t-emerald-100\/25 {
  border-top-color: rgb(209 250 229 / 0.25);
}
.border-t-emerald-100\/30 {
  border-top-color: rgb(209 250 229 / 0.3);
}
.border-t-emerald-100\/35 {
  border-top-color: rgb(209 250 229 / 0.35);
}
.border-t-emerald-100\/40 {
  border-top-color: rgb(209 250 229 / 0.4);
}
.border-t-emerald-100\/45 {
  border-top-color: rgb(209 250 229 / 0.45);
}
.border-t-emerald-100\/5 {
  border-top-color: rgb(209 250 229 / 0.05);
}
.border-t-emerald-100\/50 {
  border-top-color: rgb(209 250 229 / 0.5);
}
.border-t-emerald-100\/55 {
  border-top-color: rgb(209 250 229 / 0.55);
}
.border-t-emerald-100\/60 {
  border-top-color: rgb(209 250 229 / 0.6);
}
.border-t-emerald-100\/65 {
  border-top-color: rgb(209 250 229 / 0.65);
}
.border-t-emerald-100\/70 {
  border-top-color: rgb(209 250 229 / 0.7);
}
.border-t-emerald-100\/75 {
  border-top-color: rgb(209 250 229 / 0.75);
}
.border-t-emerald-100\/80 {
  border-top-color: rgb(209 250 229 / 0.8);
}
.border-t-emerald-100\/85 {
  border-top-color: rgb(209 250 229 / 0.85);
}
.border-t-emerald-100\/90 {
  border-top-color: rgb(209 250 229 / 0.9);
}
.border-t-emerald-100\/95 {
  border-top-color: rgb(209 250 229 / 0.95);
}
.border-t-emerald-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-t-emerald-200\/0 {
  border-top-color: rgb(167 243 208 / 0);
}
.border-t-emerald-200\/10 {
  border-top-color: rgb(167 243 208 / 0.1);
}
.border-t-emerald-200\/100 {
  border-top-color: rgb(167 243 208 / 1);
}
.border-t-emerald-200\/15 {
  border-top-color: rgb(167 243 208 / 0.15);
}
.border-t-emerald-200\/20 {
  border-top-color: rgb(167 243 208 / 0.2);
}
.border-t-emerald-200\/25 {
  border-top-color: rgb(167 243 208 / 0.25);
}
.border-t-emerald-200\/30 {
  border-top-color: rgb(167 243 208 / 0.3);
}
.border-t-emerald-200\/35 {
  border-top-color: rgb(167 243 208 / 0.35);
}
.border-t-emerald-200\/40 {
  border-top-color: rgb(167 243 208 / 0.4);
}
.border-t-emerald-200\/45 {
  border-top-color: rgb(167 243 208 / 0.45);
}
.border-t-emerald-200\/5 {
  border-top-color: rgb(167 243 208 / 0.05);
}
.border-t-emerald-200\/50 {
  border-top-color: rgb(167 243 208 / 0.5);
}
.border-t-emerald-200\/55 {
  border-top-color: rgb(167 243 208 / 0.55);
}
.border-t-emerald-200\/60 {
  border-top-color: rgb(167 243 208 / 0.6);
}
.border-t-emerald-200\/65 {
  border-top-color: rgb(167 243 208 / 0.65);
}
.border-t-emerald-200\/70 {
  border-top-color: rgb(167 243 208 / 0.7);
}
.border-t-emerald-200\/75 {
  border-top-color: rgb(167 243 208 / 0.75);
}
.border-t-emerald-200\/80 {
  border-top-color: rgb(167 243 208 / 0.8);
}
.border-t-emerald-200\/85 {
  border-top-color: rgb(167 243 208 / 0.85);
}
.border-t-emerald-200\/90 {
  border-top-color: rgb(167 243 208 / 0.9);
}
.border-t-emerald-200\/95 {
  border-top-color: rgb(167 243 208 / 0.95);
}
.border-t-emerald-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-t-emerald-300\/0 {
  border-top-color: rgb(110 231 183 / 0);
}
.border-t-emerald-300\/10 {
  border-top-color: rgb(110 231 183 / 0.1);
}
.border-t-emerald-300\/100 {
  border-top-color: rgb(110 231 183 / 1);
}
.border-t-emerald-300\/15 {
  border-top-color: rgb(110 231 183 / 0.15);
}
.border-t-emerald-300\/20 {
  border-top-color: rgb(110 231 183 / 0.2);
}
.border-t-emerald-300\/25 {
  border-top-color: rgb(110 231 183 / 0.25);
}
.border-t-emerald-300\/30 {
  border-top-color: rgb(110 231 183 / 0.3);
}
.border-t-emerald-300\/35 {
  border-top-color: rgb(110 231 183 / 0.35);
}
.border-t-emerald-300\/40 {
  border-top-color: rgb(110 231 183 / 0.4);
}
.border-t-emerald-300\/45 {
  border-top-color: rgb(110 231 183 / 0.45);
}
.border-t-emerald-300\/5 {
  border-top-color: rgb(110 231 183 / 0.05);
}
.border-t-emerald-300\/50 {
  border-top-color: rgb(110 231 183 / 0.5);
}
.border-t-emerald-300\/55 {
  border-top-color: rgb(110 231 183 / 0.55);
}
.border-t-emerald-300\/60 {
  border-top-color: rgb(110 231 183 / 0.6);
}
.border-t-emerald-300\/65 {
  border-top-color: rgb(110 231 183 / 0.65);
}
.border-t-emerald-300\/70 {
  border-top-color: rgb(110 231 183 / 0.7);
}
.border-t-emerald-300\/75 {
  border-top-color: rgb(110 231 183 / 0.75);
}
.border-t-emerald-300\/80 {
  border-top-color: rgb(110 231 183 / 0.8);
}
.border-t-emerald-300\/85 {
  border-top-color: rgb(110 231 183 / 0.85);
}
.border-t-emerald-300\/90 {
  border-top-color: rgb(110 231 183 / 0.9);
}
.border-t-emerald-300\/95 {
  border-top-color: rgb(110 231 183 / 0.95);
}
.border-t-emerald-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-t-emerald-400\/0 {
  border-top-color: rgb(52 211 153 / 0);
}
.border-t-emerald-400\/10 {
  border-top-color: rgb(52 211 153 / 0.1);
}
.border-t-emerald-400\/100 {
  border-top-color: rgb(52 211 153 / 1);
}
.border-t-emerald-400\/15 {
  border-top-color: rgb(52 211 153 / 0.15);
}
.border-t-emerald-400\/20 {
  border-top-color: rgb(52 211 153 / 0.2);
}
.border-t-emerald-400\/25 {
  border-top-color: rgb(52 211 153 / 0.25);
}
.border-t-emerald-400\/30 {
  border-top-color: rgb(52 211 153 / 0.3);
}
.border-t-emerald-400\/35 {
  border-top-color: rgb(52 211 153 / 0.35);
}
.border-t-emerald-400\/40 {
  border-top-color: rgb(52 211 153 / 0.4);
}
.border-t-emerald-400\/45 {
  border-top-color: rgb(52 211 153 / 0.45);
}
.border-t-emerald-400\/5 {
  border-top-color: rgb(52 211 153 / 0.05);
}
.border-t-emerald-400\/50 {
  border-top-color: rgb(52 211 153 / 0.5);
}
.border-t-emerald-400\/55 {
  border-top-color: rgb(52 211 153 / 0.55);
}
.border-t-emerald-400\/60 {
  border-top-color: rgb(52 211 153 / 0.6);
}
.border-t-emerald-400\/65 {
  border-top-color: rgb(52 211 153 / 0.65);
}
.border-t-emerald-400\/70 {
  border-top-color: rgb(52 211 153 / 0.7);
}
.border-t-emerald-400\/75 {
  border-top-color: rgb(52 211 153 / 0.75);
}
.border-t-emerald-400\/80 {
  border-top-color: rgb(52 211 153 / 0.8);
}
.border-t-emerald-400\/85 {
  border-top-color: rgb(52 211 153 / 0.85);
}
.border-t-emerald-400\/90 {
  border-top-color: rgb(52 211 153 / 0.9);
}
.border-t-emerald-400\/95 {
  border-top-color: rgb(52 211 153 / 0.95);
}
.border-t-emerald-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-t-emerald-50\/0 {
  border-top-color: rgb(236 253 245 / 0);
}
.border-t-emerald-50\/10 {
  border-top-color: rgb(236 253 245 / 0.1);
}
.border-t-emerald-50\/100 {
  border-top-color: rgb(236 253 245 / 1);
}
.border-t-emerald-50\/15 {
  border-top-color: rgb(236 253 245 / 0.15);
}
.border-t-emerald-50\/20 {
  border-top-color: rgb(236 253 245 / 0.2);
}
.border-t-emerald-50\/25 {
  border-top-color: rgb(236 253 245 / 0.25);
}
.border-t-emerald-50\/30 {
  border-top-color: rgb(236 253 245 / 0.3);
}
.border-t-emerald-50\/35 {
  border-top-color: rgb(236 253 245 / 0.35);
}
.border-t-emerald-50\/40 {
  border-top-color: rgb(236 253 245 / 0.4);
}
.border-t-emerald-50\/45 {
  border-top-color: rgb(236 253 245 / 0.45);
}
.border-t-emerald-50\/5 {
  border-top-color: rgb(236 253 245 / 0.05);
}
.border-t-emerald-50\/50 {
  border-top-color: rgb(236 253 245 / 0.5);
}
.border-t-emerald-50\/55 {
  border-top-color: rgb(236 253 245 / 0.55);
}
.border-t-emerald-50\/60 {
  border-top-color: rgb(236 253 245 / 0.6);
}
.border-t-emerald-50\/65 {
  border-top-color: rgb(236 253 245 / 0.65);
}
.border-t-emerald-50\/70 {
  border-top-color: rgb(236 253 245 / 0.7);
}
.border-t-emerald-50\/75 {
  border-top-color: rgb(236 253 245 / 0.75);
}
.border-t-emerald-50\/80 {
  border-top-color: rgb(236 253 245 / 0.8);
}
.border-t-emerald-50\/85 {
  border-top-color: rgb(236 253 245 / 0.85);
}
.border-t-emerald-50\/90 {
  border-top-color: rgb(236 253 245 / 0.9);
}
.border-t-emerald-50\/95 {
  border-top-color: rgb(236 253 245 / 0.95);
}
.border-t-emerald-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-t-emerald-500\/0 {
  border-top-color: rgb(16 185 129 / 0);
}
.border-t-emerald-500\/10 {
  border-top-color: rgb(16 185 129 / 0.1);
}
.border-t-emerald-500\/100 {
  border-top-color: rgb(16 185 129 / 1);
}
.border-t-emerald-500\/15 {
  border-top-color: rgb(16 185 129 / 0.15);
}
.border-t-emerald-500\/20 {
  border-top-color: rgb(16 185 129 / 0.2);
}
.border-t-emerald-500\/25 {
  border-top-color: rgb(16 185 129 / 0.25);
}
.border-t-emerald-500\/30 {
  border-top-color: rgb(16 185 129 / 0.3);
}
.border-t-emerald-500\/35 {
  border-top-color: rgb(16 185 129 / 0.35);
}
.border-t-emerald-500\/40 {
  border-top-color: rgb(16 185 129 / 0.4);
}
.border-t-emerald-500\/45 {
  border-top-color: rgb(16 185 129 / 0.45);
}
.border-t-emerald-500\/5 {
  border-top-color: rgb(16 185 129 / 0.05);
}
.border-t-emerald-500\/50 {
  border-top-color: rgb(16 185 129 / 0.5);
}
.border-t-emerald-500\/55 {
  border-top-color: rgb(16 185 129 / 0.55);
}
.border-t-emerald-500\/60 {
  border-top-color: rgb(16 185 129 / 0.6);
}
.border-t-emerald-500\/65 {
  border-top-color: rgb(16 185 129 / 0.65);
}
.border-t-emerald-500\/70 {
  border-top-color: rgb(16 185 129 / 0.7);
}
.border-t-emerald-500\/75 {
  border-top-color: rgb(16 185 129 / 0.75);
}
.border-t-emerald-500\/80 {
  border-top-color: rgb(16 185 129 / 0.8);
}
.border-t-emerald-500\/85 {
  border-top-color: rgb(16 185 129 / 0.85);
}
.border-t-emerald-500\/90 {
  border-top-color: rgb(16 185 129 / 0.9);
}
.border-t-emerald-500\/95 {
  border-top-color: rgb(16 185 129 / 0.95);
}
.border-t-emerald-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-t-emerald-600\/0 {
  border-top-color: rgb(5 150 105 / 0);
}
.border-t-emerald-600\/10 {
  border-top-color: rgb(5 150 105 / 0.1);
}
.border-t-emerald-600\/100 {
  border-top-color: rgb(5 150 105 / 1);
}
.border-t-emerald-600\/15 {
  border-top-color: rgb(5 150 105 / 0.15);
}
.border-t-emerald-600\/20 {
  border-top-color: rgb(5 150 105 / 0.2);
}
.border-t-emerald-600\/25 {
  border-top-color: rgb(5 150 105 / 0.25);
}
.border-t-emerald-600\/30 {
  border-top-color: rgb(5 150 105 / 0.3);
}
.border-t-emerald-600\/35 {
  border-top-color: rgb(5 150 105 / 0.35);
}
.border-t-emerald-600\/40 {
  border-top-color: rgb(5 150 105 / 0.4);
}
.border-t-emerald-600\/45 {
  border-top-color: rgb(5 150 105 / 0.45);
}
.border-t-emerald-600\/5 {
  border-top-color: rgb(5 150 105 / 0.05);
}
.border-t-emerald-600\/50 {
  border-top-color: rgb(5 150 105 / 0.5);
}
.border-t-emerald-600\/55 {
  border-top-color: rgb(5 150 105 / 0.55);
}
.border-t-emerald-600\/60 {
  border-top-color: rgb(5 150 105 / 0.6);
}
.border-t-emerald-600\/65 {
  border-top-color: rgb(5 150 105 / 0.65);
}
.border-t-emerald-600\/70 {
  border-top-color: rgb(5 150 105 / 0.7);
}
.border-t-emerald-600\/75 {
  border-top-color: rgb(5 150 105 / 0.75);
}
.border-t-emerald-600\/80 {
  border-top-color: rgb(5 150 105 / 0.8);
}
.border-t-emerald-600\/85 {
  border-top-color: rgb(5 150 105 / 0.85);
}
.border-t-emerald-600\/90 {
  border-top-color: rgb(5 150 105 / 0.9);
}
.border-t-emerald-600\/95 {
  border-top-color: rgb(5 150 105 / 0.95);
}
.border-t-emerald-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-t-emerald-700\/0 {
  border-top-color: rgb(4 120 87 / 0);
}
.border-t-emerald-700\/10 {
  border-top-color: rgb(4 120 87 / 0.1);
}
.border-t-emerald-700\/100 {
  border-top-color: rgb(4 120 87 / 1);
}
.border-t-emerald-700\/15 {
  border-top-color: rgb(4 120 87 / 0.15);
}
.border-t-emerald-700\/20 {
  border-top-color: rgb(4 120 87 / 0.2);
}
.border-t-emerald-700\/25 {
  border-top-color: rgb(4 120 87 / 0.25);
}
.border-t-emerald-700\/30 {
  border-top-color: rgb(4 120 87 / 0.3);
}
.border-t-emerald-700\/35 {
  border-top-color: rgb(4 120 87 / 0.35);
}
.border-t-emerald-700\/40 {
  border-top-color: rgb(4 120 87 / 0.4);
}
.border-t-emerald-700\/45 {
  border-top-color: rgb(4 120 87 / 0.45);
}
.border-t-emerald-700\/5 {
  border-top-color: rgb(4 120 87 / 0.05);
}
.border-t-emerald-700\/50 {
  border-top-color: rgb(4 120 87 / 0.5);
}
.border-t-emerald-700\/55 {
  border-top-color: rgb(4 120 87 / 0.55);
}
.border-t-emerald-700\/60 {
  border-top-color: rgb(4 120 87 / 0.6);
}
.border-t-emerald-700\/65 {
  border-top-color: rgb(4 120 87 / 0.65);
}
.border-t-emerald-700\/70 {
  border-top-color: rgb(4 120 87 / 0.7);
}
.border-t-emerald-700\/75 {
  border-top-color: rgb(4 120 87 / 0.75);
}
.border-t-emerald-700\/80 {
  border-top-color: rgb(4 120 87 / 0.8);
}
.border-t-emerald-700\/85 {
  border-top-color: rgb(4 120 87 / 0.85);
}
.border-t-emerald-700\/90 {
  border-top-color: rgb(4 120 87 / 0.9);
}
.border-t-emerald-700\/95 {
  border-top-color: rgb(4 120 87 / 0.95);
}
.border-t-emerald-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-t-emerald-800\/0 {
  border-top-color: rgb(6 95 70 / 0);
}
.border-t-emerald-800\/10 {
  border-top-color: rgb(6 95 70 / 0.1);
}
.border-t-emerald-800\/100 {
  border-top-color: rgb(6 95 70 / 1);
}
.border-t-emerald-800\/15 {
  border-top-color: rgb(6 95 70 / 0.15);
}
.border-t-emerald-800\/20 {
  border-top-color: rgb(6 95 70 / 0.2);
}
.border-t-emerald-800\/25 {
  border-top-color: rgb(6 95 70 / 0.25);
}
.border-t-emerald-800\/30 {
  border-top-color: rgb(6 95 70 / 0.3);
}
.border-t-emerald-800\/35 {
  border-top-color: rgb(6 95 70 / 0.35);
}
.border-t-emerald-800\/40 {
  border-top-color: rgb(6 95 70 / 0.4);
}
.border-t-emerald-800\/45 {
  border-top-color: rgb(6 95 70 / 0.45);
}
.border-t-emerald-800\/5 {
  border-top-color: rgb(6 95 70 / 0.05);
}
.border-t-emerald-800\/50 {
  border-top-color: rgb(6 95 70 / 0.5);
}
.border-t-emerald-800\/55 {
  border-top-color: rgb(6 95 70 / 0.55);
}
.border-t-emerald-800\/60 {
  border-top-color: rgb(6 95 70 / 0.6);
}
.border-t-emerald-800\/65 {
  border-top-color: rgb(6 95 70 / 0.65);
}
.border-t-emerald-800\/70 {
  border-top-color: rgb(6 95 70 / 0.7);
}
.border-t-emerald-800\/75 {
  border-top-color: rgb(6 95 70 / 0.75);
}
.border-t-emerald-800\/80 {
  border-top-color: rgb(6 95 70 / 0.8);
}
.border-t-emerald-800\/85 {
  border-top-color: rgb(6 95 70 / 0.85);
}
.border-t-emerald-800\/90 {
  border-top-color: rgb(6 95 70 / 0.9);
}
.border-t-emerald-800\/95 {
  border-top-color: rgb(6 95 70 / 0.95);
}
.border-t-emerald-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-t-emerald-900\/0 {
  border-top-color: rgb(6 78 59 / 0);
}
.border-t-emerald-900\/10 {
  border-top-color: rgb(6 78 59 / 0.1);
}
.border-t-emerald-900\/100 {
  border-top-color: rgb(6 78 59 / 1);
}
.border-t-emerald-900\/15 {
  border-top-color: rgb(6 78 59 / 0.15);
}
.border-t-emerald-900\/20 {
  border-top-color: rgb(6 78 59 / 0.2);
}
.border-t-emerald-900\/25 {
  border-top-color: rgb(6 78 59 / 0.25);
}
.border-t-emerald-900\/30 {
  border-top-color: rgb(6 78 59 / 0.3);
}
.border-t-emerald-900\/35 {
  border-top-color: rgb(6 78 59 / 0.35);
}
.border-t-emerald-900\/40 {
  border-top-color: rgb(6 78 59 / 0.4);
}
.border-t-emerald-900\/45 {
  border-top-color: rgb(6 78 59 / 0.45);
}
.border-t-emerald-900\/5 {
  border-top-color: rgb(6 78 59 / 0.05);
}
.border-t-emerald-900\/50 {
  border-top-color: rgb(6 78 59 / 0.5);
}
.border-t-emerald-900\/55 {
  border-top-color: rgb(6 78 59 / 0.55);
}
.border-t-emerald-900\/60 {
  border-top-color: rgb(6 78 59 / 0.6);
}
.border-t-emerald-900\/65 {
  border-top-color: rgb(6 78 59 / 0.65);
}
.border-t-emerald-900\/70 {
  border-top-color: rgb(6 78 59 / 0.7);
}
.border-t-emerald-900\/75 {
  border-top-color: rgb(6 78 59 / 0.75);
}
.border-t-emerald-900\/80 {
  border-top-color: rgb(6 78 59 / 0.8);
}
.border-t-emerald-900\/85 {
  border-top-color: rgb(6 78 59 / 0.85);
}
.border-t-emerald-900\/90 {
  border-top-color: rgb(6 78 59 / 0.9);
}
.border-t-emerald-900\/95 {
  border-top-color: rgb(6 78 59 / 0.95);
}
.border-t-emerald-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-t-emerald-950\/0 {
  border-top-color: rgb(2 44 34 / 0);
}
.border-t-emerald-950\/10 {
  border-top-color: rgb(2 44 34 / 0.1);
}
.border-t-emerald-950\/100 {
  border-top-color: rgb(2 44 34 / 1);
}
.border-t-emerald-950\/15 {
  border-top-color: rgb(2 44 34 / 0.15);
}
.border-t-emerald-950\/20 {
  border-top-color: rgb(2 44 34 / 0.2);
}
.border-t-emerald-950\/25 {
  border-top-color: rgb(2 44 34 / 0.25);
}
.border-t-emerald-950\/30 {
  border-top-color: rgb(2 44 34 / 0.3);
}
.border-t-emerald-950\/35 {
  border-top-color: rgb(2 44 34 / 0.35);
}
.border-t-emerald-950\/40 {
  border-top-color: rgb(2 44 34 / 0.4);
}
.border-t-emerald-950\/45 {
  border-top-color: rgb(2 44 34 / 0.45);
}
.border-t-emerald-950\/5 {
  border-top-color: rgb(2 44 34 / 0.05);
}
.border-t-emerald-950\/50 {
  border-top-color: rgb(2 44 34 / 0.5);
}
.border-t-emerald-950\/55 {
  border-top-color: rgb(2 44 34 / 0.55);
}
.border-t-emerald-950\/60 {
  border-top-color: rgb(2 44 34 / 0.6);
}
.border-t-emerald-950\/65 {
  border-top-color: rgb(2 44 34 / 0.65);
}
.border-t-emerald-950\/70 {
  border-top-color: rgb(2 44 34 / 0.7);
}
.border-t-emerald-950\/75 {
  border-top-color: rgb(2 44 34 / 0.75);
}
.border-t-emerald-950\/80 {
  border-top-color: rgb(2 44 34 / 0.8);
}
.border-t-emerald-950\/85 {
  border-top-color: rgb(2 44 34 / 0.85);
}
.border-t-emerald-950\/90 {
  border-top-color: rgb(2 44 34 / 0.9);
}
.border-t-emerald-950\/95 {
  border-top-color: rgb(2 44 34 / 0.95);
}
.border-t-fuchsia-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-100\/0 {
  border-top-color: rgb(250 232 255 / 0);
}
.border-t-fuchsia-100\/10 {
  border-top-color: rgb(250 232 255 / 0.1);
}
.border-t-fuchsia-100\/100 {
  border-top-color: rgb(250 232 255 / 1);
}
.border-t-fuchsia-100\/15 {
  border-top-color: rgb(250 232 255 / 0.15);
}
.border-t-fuchsia-100\/20 {
  border-top-color: rgb(250 232 255 / 0.2);
}
.border-t-fuchsia-100\/25 {
  border-top-color: rgb(250 232 255 / 0.25);
}
.border-t-fuchsia-100\/30 {
  border-top-color: rgb(250 232 255 / 0.3);
}
.border-t-fuchsia-100\/35 {
  border-top-color: rgb(250 232 255 / 0.35);
}
.border-t-fuchsia-100\/40 {
  border-top-color: rgb(250 232 255 / 0.4);
}
.border-t-fuchsia-100\/45 {
  border-top-color: rgb(250 232 255 / 0.45);
}
.border-t-fuchsia-100\/5 {
  border-top-color: rgb(250 232 255 / 0.05);
}
.border-t-fuchsia-100\/50 {
  border-top-color: rgb(250 232 255 / 0.5);
}
.border-t-fuchsia-100\/55 {
  border-top-color: rgb(250 232 255 / 0.55);
}
.border-t-fuchsia-100\/60 {
  border-top-color: rgb(250 232 255 / 0.6);
}
.border-t-fuchsia-100\/65 {
  border-top-color: rgb(250 232 255 / 0.65);
}
.border-t-fuchsia-100\/70 {
  border-top-color: rgb(250 232 255 / 0.7);
}
.border-t-fuchsia-100\/75 {
  border-top-color: rgb(250 232 255 / 0.75);
}
.border-t-fuchsia-100\/80 {
  border-top-color: rgb(250 232 255 / 0.8);
}
.border-t-fuchsia-100\/85 {
  border-top-color: rgb(250 232 255 / 0.85);
}
.border-t-fuchsia-100\/90 {
  border-top-color: rgb(250 232 255 / 0.9);
}
.border-t-fuchsia-100\/95 {
  border-top-color: rgb(250 232 255 / 0.95);
}
.border-t-fuchsia-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-200\/0 {
  border-top-color: rgb(245 208 254 / 0);
}
.border-t-fuchsia-200\/10 {
  border-top-color: rgb(245 208 254 / 0.1);
}
.border-t-fuchsia-200\/100 {
  border-top-color: rgb(245 208 254 / 1);
}
.border-t-fuchsia-200\/15 {
  border-top-color: rgb(245 208 254 / 0.15);
}
.border-t-fuchsia-200\/20 {
  border-top-color: rgb(245 208 254 / 0.2);
}
.border-t-fuchsia-200\/25 {
  border-top-color: rgb(245 208 254 / 0.25);
}
.border-t-fuchsia-200\/30 {
  border-top-color: rgb(245 208 254 / 0.3);
}
.border-t-fuchsia-200\/35 {
  border-top-color: rgb(245 208 254 / 0.35);
}
.border-t-fuchsia-200\/40 {
  border-top-color: rgb(245 208 254 / 0.4);
}
.border-t-fuchsia-200\/45 {
  border-top-color: rgb(245 208 254 / 0.45);
}
.border-t-fuchsia-200\/5 {
  border-top-color: rgb(245 208 254 / 0.05);
}
.border-t-fuchsia-200\/50 {
  border-top-color: rgb(245 208 254 / 0.5);
}
.border-t-fuchsia-200\/55 {
  border-top-color: rgb(245 208 254 / 0.55);
}
.border-t-fuchsia-200\/60 {
  border-top-color: rgb(245 208 254 / 0.6);
}
.border-t-fuchsia-200\/65 {
  border-top-color: rgb(245 208 254 / 0.65);
}
.border-t-fuchsia-200\/70 {
  border-top-color: rgb(245 208 254 / 0.7);
}
.border-t-fuchsia-200\/75 {
  border-top-color: rgb(245 208 254 / 0.75);
}
.border-t-fuchsia-200\/80 {
  border-top-color: rgb(245 208 254 / 0.8);
}
.border-t-fuchsia-200\/85 {
  border-top-color: rgb(245 208 254 / 0.85);
}
.border-t-fuchsia-200\/90 {
  border-top-color: rgb(245 208 254 / 0.9);
}
.border-t-fuchsia-200\/95 {
  border-top-color: rgb(245 208 254 / 0.95);
}
.border-t-fuchsia-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-300\/0 {
  border-top-color: rgb(240 171 252 / 0);
}
.border-t-fuchsia-300\/10 {
  border-top-color: rgb(240 171 252 / 0.1);
}
.border-t-fuchsia-300\/100 {
  border-top-color: rgb(240 171 252 / 1);
}
.border-t-fuchsia-300\/15 {
  border-top-color: rgb(240 171 252 / 0.15);
}
.border-t-fuchsia-300\/20 {
  border-top-color: rgb(240 171 252 / 0.2);
}
.border-t-fuchsia-300\/25 {
  border-top-color: rgb(240 171 252 / 0.25);
}
.border-t-fuchsia-300\/30 {
  border-top-color: rgb(240 171 252 / 0.3);
}
.border-t-fuchsia-300\/35 {
  border-top-color: rgb(240 171 252 / 0.35);
}
.border-t-fuchsia-300\/40 {
  border-top-color: rgb(240 171 252 / 0.4);
}
.border-t-fuchsia-300\/45 {
  border-top-color: rgb(240 171 252 / 0.45);
}
.border-t-fuchsia-300\/5 {
  border-top-color: rgb(240 171 252 / 0.05);
}
.border-t-fuchsia-300\/50 {
  border-top-color: rgb(240 171 252 / 0.5);
}
.border-t-fuchsia-300\/55 {
  border-top-color: rgb(240 171 252 / 0.55);
}
.border-t-fuchsia-300\/60 {
  border-top-color: rgb(240 171 252 / 0.6);
}
.border-t-fuchsia-300\/65 {
  border-top-color: rgb(240 171 252 / 0.65);
}
.border-t-fuchsia-300\/70 {
  border-top-color: rgb(240 171 252 / 0.7);
}
.border-t-fuchsia-300\/75 {
  border-top-color: rgb(240 171 252 / 0.75);
}
.border-t-fuchsia-300\/80 {
  border-top-color: rgb(240 171 252 / 0.8);
}
.border-t-fuchsia-300\/85 {
  border-top-color: rgb(240 171 252 / 0.85);
}
.border-t-fuchsia-300\/90 {
  border-top-color: rgb(240 171 252 / 0.9);
}
.border-t-fuchsia-300\/95 {
  border-top-color: rgb(240 171 252 / 0.95);
}
.border-t-fuchsia-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-400\/0 {
  border-top-color: rgb(232 121 249 / 0);
}
.border-t-fuchsia-400\/10 {
  border-top-color: rgb(232 121 249 / 0.1);
}
.border-t-fuchsia-400\/100 {
  border-top-color: rgb(232 121 249 / 1);
}
.border-t-fuchsia-400\/15 {
  border-top-color: rgb(232 121 249 / 0.15);
}
.border-t-fuchsia-400\/20 {
  border-top-color: rgb(232 121 249 / 0.2);
}
.border-t-fuchsia-400\/25 {
  border-top-color: rgb(232 121 249 / 0.25);
}
.border-t-fuchsia-400\/30 {
  border-top-color: rgb(232 121 249 / 0.3);
}
.border-t-fuchsia-400\/35 {
  border-top-color: rgb(232 121 249 / 0.35);
}
.border-t-fuchsia-400\/40 {
  border-top-color: rgb(232 121 249 / 0.4);
}
.border-t-fuchsia-400\/45 {
  border-top-color: rgb(232 121 249 / 0.45);
}
.border-t-fuchsia-400\/5 {
  border-top-color: rgb(232 121 249 / 0.05);
}
.border-t-fuchsia-400\/50 {
  border-top-color: rgb(232 121 249 / 0.5);
}
.border-t-fuchsia-400\/55 {
  border-top-color: rgb(232 121 249 / 0.55);
}
.border-t-fuchsia-400\/60 {
  border-top-color: rgb(232 121 249 / 0.6);
}
.border-t-fuchsia-400\/65 {
  border-top-color: rgb(232 121 249 / 0.65);
}
.border-t-fuchsia-400\/70 {
  border-top-color: rgb(232 121 249 / 0.7);
}
.border-t-fuchsia-400\/75 {
  border-top-color: rgb(232 121 249 / 0.75);
}
.border-t-fuchsia-400\/80 {
  border-top-color: rgb(232 121 249 / 0.8);
}
.border-t-fuchsia-400\/85 {
  border-top-color: rgb(232 121 249 / 0.85);
}
.border-t-fuchsia-400\/90 {
  border-top-color: rgb(232 121 249 / 0.9);
}
.border-t-fuchsia-400\/95 {
  border-top-color: rgb(232 121 249 / 0.95);
}
.border-t-fuchsia-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-50\/0 {
  border-top-color: rgb(253 244 255 / 0);
}
.border-t-fuchsia-50\/10 {
  border-top-color: rgb(253 244 255 / 0.1);
}
.border-t-fuchsia-50\/100 {
  border-top-color: rgb(253 244 255 / 1);
}
.border-t-fuchsia-50\/15 {
  border-top-color: rgb(253 244 255 / 0.15);
}
.border-t-fuchsia-50\/20 {
  border-top-color: rgb(253 244 255 / 0.2);
}
.border-t-fuchsia-50\/25 {
  border-top-color: rgb(253 244 255 / 0.25);
}
.border-t-fuchsia-50\/30 {
  border-top-color: rgb(253 244 255 / 0.3);
}
.border-t-fuchsia-50\/35 {
  border-top-color: rgb(253 244 255 / 0.35);
}
.border-t-fuchsia-50\/40 {
  border-top-color: rgb(253 244 255 / 0.4);
}
.border-t-fuchsia-50\/45 {
  border-top-color: rgb(253 244 255 / 0.45);
}
.border-t-fuchsia-50\/5 {
  border-top-color: rgb(253 244 255 / 0.05);
}
.border-t-fuchsia-50\/50 {
  border-top-color: rgb(253 244 255 / 0.5);
}
.border-t-fuchsia-50\/55 {
  border-top-color: rgb(253 244 255 / 0.55);
}
.border-t-fuchsia-50\/60 {
  border-top-color: rgb(253 244 255 / 0.6);
}
.border-t-fuchsia-50\/65 {
  border-top-color: rgb(253 244 255 / 0.65);
}
.border-t-fuchsia-50\/70 {
  border-top-color: rgb(253 244 255 / 0.7);
}
.border-t-fuchsia-50\/75 {
  border-top-color: rgb(253 244 255 / 0.75);
}
.border-t-fuchsia-50\/80 {
  border-top-color: rgb(253 244 255 / 0.8);
}
.border-t-fuchsia-50\/85 {
  border-top-color: rgb(253 244 255 / 0.85);
}
.border-t-fuchsia-50\/90 {
  border-top-color: rgb(253 244 255 / 0.9);
}
.border-t-fuchsia-50\/95 {
  border-top-color: rgb(253 244 255 / 0.95);
}
.border-t-fuchsia-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-500\/0 {
  border-top-color: rgb(217 70 239 / 0);
}
.border-t-fuchsia-500\/10 {
  border-top-color: rgb(217 70 239 / 0.1);
}
.border-t-fuchsia-500\/100 {
  border-top-color: rgb(217 70 239 / 1);
}
.border-t-fuchsia-500\/15 {
  border-top-color: rgb(217 70 239 / 0.15);
}
.border-t-fuchsia-500\/20 {
  border-top-color: rgb(217 70 239 / 0.2);
}
.border-t-fuchsia-500\/25 {
  border-top-color: rgb(217 70 239 / 0.25);
}
.border-t-fuchsia-500\/30 {
  border-top-color: rgb(217 70 239 / 0.3);
}
.border-t-fuchsia-500\/35 {
  border-top-color: rgb(217 70 239 / 0.35);
}
.border-t-fuchsia-500\/40 {
  border-top-color: rgb(217 70 239 / 0.4);
}
.border-t-fuchsia-500\/45 {
  border-top-color: rgb(217 70 239 / 0.45);
}
.border-t-fuchsia-500\/5 {
  border-top-color: rgb(217 70 239 / 0.05);
}
.border-t-fuchsia-500\/50 {
  border-top-color: rgb(217 70 239 / 0.5);
}
.border-t-fuchsia-500\/55 {
  border-top-color: rgb(217 70 239 / 0.55);
}
.border-t-fuchsia-500\/60 {
  border-top-color: rgb(217 70 239 / 0.6);
}
.border-t-fuchsia-500\/65 {
  border-top-color: rgb(217 70 239 / 0.65);
}
.border-t-fuchsia-500\/70 {
  border-top-color: rgb(217 70 239 / 0.7);
}
.border-t-fuchsia-500\/75 {
  border-top-color: rgb(217 70 239 / 0.75);
}
.border-t-fuchsia-500\/80 {
  border-top-color: rgb(217 70 239 / 0.8);
}
.border-t-fuchsia-500\/85 {
  border-top-color: rgb(217 70 239 / 0.85);
}
.border-t-fuchsia-500\/90 {
  border-top-color: rgb(217 70 239 / 0.9);
}
.border-t-fuchsia-500\/95 {
  border-top-color: rgb(217 70 239 / 0.95);
}
.border-t-fuchsia-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-600\/0 {
  border-top-color: rgb(192 38 211 / 0);
}
.border-t-fuchsia-600\/10 {
  border-top-color: rgb(192 38 211 / 0.1);
}
.border-t-fuchsia-600\/100 {
  border-top-color: rgb(192 38 211 / 1);
}
.border-t-fuchsia-600\/15 {
  border-top-color: rgb(192 38 211 / 0.15);
}
.border-t-fuchsia-600\/20 {
  border-top-color: rgb(192 38 211 / 0.2);
}
.border-t-fuchsia-600\/25 {
  border-top-color: rgb(192 38 211 / 0.25);
}
.border-t-fuchsia-600\/30 {
  border-top-color: rgb(192 38 211 / 0.3);
}
.border-t-fuchsia-600\/35 {
  border-top-color: rgb(192 38 211 / 0.35);
}
.border-t-fuchsia-600\/40 {
  border-top-color: rgb(192 38 211 / 0.4);
}
.border-t-fuchsia-600\/45 {
  border-top-color: rgb(192 38 211 / 0.45);
}
.border-t-fuchsia-600\/5 {
  border-top-color: rgb(192 38 211 / 0.05);
}
.border-t-fuchsia-600\/50 {
  border-top-color: rgb(192 38 211 / 0.5);
}
.border-t-fuchsia-600\/55 {
  border-top-color: rgb(192 38 211 / 0.55);
}
.border-t-fuchsia-600\/60 {
  border-top-color: rgb(192 38 211 / 0.6);
}
.border-t-fuchsia-600\/65 {
  border-top-color: rgb(192 38 211 / 0.65);
}
.border-t-fuchsia-600\/70 {
  border-top-color: rgb(192 38 211 / 0.7);
}
.border-t-fuchsia-600\/75 {
  border-top-color: rgb(192 38 211 / 0.75);
}
.border-t-fuchsia-600\/80 {
  border-top-color: rgb(192 38 211 / 0.8);
}
.border-t-fuchsia-600\/85 {
  border-top-color: rgb(192 38 211 / 0.85);
}
.border-t-fuchsia-600\/90 {
  border-top-color: rgb(192 38 211 / 0.9);
}
.border-t-fuchsia-600\/95 {
  border-top-color: rgb(192 38 211 / 0.95);
}
.border-t-fuchsia-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-700\/0 {
  border-top-color: rgb(162 28 175 / 0);
}
.border-t-fuchsia-700\/10 {
  border-top-color: rgb(162 28 175 / 0.1);
}
.border-t-fuchsia-700\/100 {
  border-top-color: rgb(162 28 175 / 1);
}
.border-t-fuchsia-700\/15 {
  border-top-color: rgb(162 28 175 / 0.15);
}
.border-t-fuchsia-700\/20 {
  border-top-color: rgb(162 28 175 / 0.2);
}
.border-t-fuchsia-700\/25 {
  border-top-color: rgb(162 28 175 / 0.25);
}
.border-t-fuchsia-700\/30 {
  border-top-color: rgb(162 28 175 / 0.3);
}
.border-t-fuchsia-700\/35 {
  border-top-color: rgb(162 28 175 / 0.35);
}
.border-t-fuchsia-700\/40 {
  border-top-color: rgb(162 28 175 / 0.4);
}
.border-t-fuchsia-700\/45 {
  border-top-color: rgb(162 28 175 / 0.45);
}
.border-t-fuchsia-700\/5 {
  border-top-color: rgb(162 28 175 / 0.05);
}
.border-t-fuchsia-700\/50 {
  border-top-color: rgb(162 28 175 / 0.5);
}
.border-t-fuchsia-700\/55 {
  border-top-color: rgb(162 28 175 / 0.55);
}
.border-t-fuchsia-700\/60 {
  border-top-color: rgb(162 28 175 / 0.6);
}
.border-t-fuchsia-700\/65 {
  border-top-color: rgb(162 28 175 / 0.65);
}
.border-t-fuchsia-700\/70 {
  border-top-color: rgb(162 28 175 / 0.7);
}
.border-t-fuchsia-700\/75 {
  border-top-color: rgb(162 28 175 / 0.75);
}
.border-t-fuchsia-700\/80 {
  border-top-color: rgb(162 28 175 / 0.8);
}
.border-t-fuchsia-700\/85 {
  border-top-color: rgb(162 28 175 / 0.85);
}
.border-t-fuchsia-700\/90 {
  border-top-color: rgb(162 28 175 / 0.9);
}
.border-t-fuchsia-700\/95 {
  border-top-color: rgb(162 28 175 / 0.95);
}
.border-t-fuchsia-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-800\/0 {
  border-top-color: rgb(134 25 143 / 0);
}
.border-t-fuchsia-800\/10 {
  border-top-color: rgb(134 25 143 / 0.1);
}
.border-t-fuchsia-800\/100 {
  border-top-color: rgb(134 25 143 / 1);
}
.border-t-fuchsia-800\/15 {
  border-top-color: rgb(134 25 143 / 0.15);
}
.border-t-fuchsia-800\/20 {
  border-top-color: rgb(134 25 143 / 0.2);
}
.border-t-fuchsia-800\/25 {
  border-top-color: rgb(134 25 143 / 0.25);
}
.border-t-fuchsia-800\/30 {
  border-top-color: rgb(134 25 143 / 0.3);
}
.border-t-fuchsia-800\/35 {
  border-top-color: rgb(134 25 143 / 0.35);
}
.border-t-fuchsia-800\/40 {
  border-top-color: rgb(134 25 143 / 0.4);
}
.border-t-fuchsia-800\/45 {
  border-top-color: rgb(134 25 143 / 0.45);
}
.border-t-fuchsia-800\/5 {
  border-top-color: rgb(134 25 143 / 0.05);
}
.border-t-fuchsia-800\/50 {
  border-top-color: rgb(134 25 143 / 0.5);
}
.border-t-fuchsia-800\/55 {
  border-top-color: rgb(134 25 143 / 0.55);
}
.border-t-fuchsia-800\/60 {
  border-top-color: rgb(134 25 143 / 0.6);
}
.border-t-fuchsia-800\/65 {
  border-top-color: rgb(134 25 143 / 0.65);
}
.border-t-fuchsia-800\/70 {
  border-top-color: rgb(134 25 143 / 0.7);
}
.border-t-fuchsia-800\/75 {
  border-top-color: rgb(134 25 143 / 0.75);
}
.border-t-fuchsia-800\/80 {
  border-top-color: rgb(134 25 143 / 0.8);
}
.border-t-fuchsia-800\/85 {
  border-top-color: rgb(134 25 143 / 0.85);
}
.border-t-fuchsia-800\/90 {
  border-top-color: rgb(134 25 143 / 0.9);
}
.border-t-fuchsia-800\/95 {
  border-top-color: rgb(134 25 143 / 0.95);
}
.border-t-fuchsia-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-900\/0 {
  border-top-color: rgb(112 26 117 / 0);
}
.border-t-fuchsia-900\/10 {
  border-top-color: rgb(112 26 117 / 0.1);
}
.border-t-fuchsia-900\/100 {
  border-top-color: rgb(112 26 117 / 1);
}
.border-t-fuchsia-900\/15 {
  border-top-color: rgb(112 26 117 / 0.15);
}
.border-t-fuchsia-900\/20 {
  border-top-color: rgb(112 26 117 / 0.2);
}
.border-t-fuchsia-900\/25 {
  border-top-color: rgb(112 26 117 / 0.25);
}
.border-t-fuchsia-900\/30 {
  border-top-color: rgb(112 26 117 / 0.3);
}
.border-t-fuchsia-900\/35 {
  border-top-color: rgb(112 26 117 / 0.35);
}
.border-t-fuchsia-900\/40 {
  border-top-color: rgb(112 26 117 / 0.4);
}
.border-t-fuchsia-900\/45 {
  border-top-color: rgb(112 26 117 / 0.45);
}
.border-t-fuchsia-900\/5 {
  border-top-color: rgb(112 26 117 / 0.05);
}
.border-t-fuchsia-900\/50 {
  border-top-color: rgb(112 26 117 / 0.5);
}
.border-t-fuchsia-900\/55 {
  border-top-color: rgb(112 26 117 / 0.55);
}
.border-t-fuchsia-900\/60 {
  border-top-color: rgb(112 26 117 / 0.6);
}
.border-t-fuchsia-900\/65 {
  border-top-color: rgb(112 26 117 / 0.65);
}
.border-t-fuchsia-900\/70 {
  border-top-color: rgb(112 26 117 / 0.7);
}
.border-t-fuchsia-900\/75 {
  border-top-color: rgb(112 26 117 / 0.75);
}
.border-t-fuchsia-900\/80 {
  border-top-color: rgb(112 26 117 / 0.8);
}
.border-t-fuchsia-900\/85 {
  border-top-color: rgb(112 26 117 / 0.85);
}
.border-t-fuchsia-900\/90 {
  border-top-color: rgb(112 26 117 / 0.9);
}
.border-t-fuchsia-900\/95 {
  border-top-color: rgb(112 26 117 / 0.95);
}
.border-t-fuchsia-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-950\/0 {
  border-top-color: rgb(74 4 78 / 0);
}
.border-t-fuchsia-950\/10 {
  border-top-color: rgb(74 4 78 / 0.1);
}
.border-t-fuchsia-950\/100 {
  border-top-color: rgb(74 4 78 / 1);
}
.border-t-fuchsia-950\/15 {
  border-top-color: rgb(74 4 78 / 0.15);
}
.border-t-fuchsia-950\/20 {
  border-top-color: rgb(74 4 78 / 0.2);
}
.border-t-fuchsia-950\/25 {
  border-top-color: rgb(74 4 78 / 0.25);
}
.border-t-fuchsia-950\/30 {
  border-top-color: rgb(74 4 78 / 0.3);
}
.border-t-fuchsia-950\/35 {
  border-top-color: rgb(74 4 78 / 0.35);
}
.border-t-fuchsia-950\/40 {
  border-top-color: rgb(74 4 78 / 0.4);
}
.border-t-fuchsia-950\/45 {
  border-top-color: rgb(74 4 78 / 0.45);
}
.border-t-fuchsia-950\/5 {
  border-top-color: rgb(74 4 78 / 0.05);
}
.border-t-fuchsia-950\/50 {
  border-top-color: rgb(74 4 78 / 0.5);
}
.border-t-fuchsia-950\/55 {
  border-top-color: rgb(74 4 78 / 0.55);
}
.border-t-fuchsia-950\/60 {
  border-top-color: rgb(74 4 78 / 0.6);
}
.border-t-fuchsia-950\/65 {
  border-top-color: rgb(74 4 78 / 0.65);
}
.border-t-fuchsia-950\/70 {
  border-top-color: rgb(74 4 78 / 0.7);
}
.border-t-fuchsia-950\/75 {
  border-top-color: rgb(74 4 78 / 0.75);
}
.border-t-fuchsia-950\/80 {
  border-top-color: rgb(74 4 78 / 0.8);
}
.border-t-fuchsia-950\/85 {
  border-top-color: rgb(74 4 78 / 0.85);
}
.border-t-fuchsia-950\/90 {
  border-top-color: rgb(74 4 78 / 0.9);
}
.border-t-fuchsia-950\/95 {
  border-top-color: rgb(74 4 78 / 0.95);
}
.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-t-gray-100\/0 {
  border-top-color: rgb(243 244 246 / 0);
}
.border-t-gray-100\/10 {
  border-top-color: rgb(243 244 246 / 0.1);
}
.border-t-gray-100\/100 {
  border-top-color: rgb(243 244 246 / 1);
}
.border-t-gray-100\/15 {
  border-top-color: rgb(243 244 246 / 0.15);
}
.border-t-gray-100\/20 {
  border-top-color: rgb(243 244 246 / 0.2);
}
.border-t-gray-100\/25 {
  border-top-color: rgb(243 244 246 / 0.25);
}
.border-t-gray-100\/30 {
  border-top-color: rgb(243 244 246 / 0.3);
}
.border-t-gray-100\/35 {
  border-top-color: rgb(243 244 246 / 0.35);
}
.border-t-gray-100\/40 {
  border-top-color: rgb(243 244 246 / 0.4);
}
.border-t-gray-100\/45 {
  border-top-color: rgb(243 244 246 / 0.45);
}
.border-t-gray-100\/5 {
  border-top-color: rgb(243 244 246 / 0.05);
}
.border-t-gray-100\/50 {
  border-top-color: rgb(243 244 246 / 0.5);
}
.border-t-gray-100\/55 {
  border-top-color: rgb(243 244 246 / 0.55);
}
.border-t-gray-100\/60 {
  border-top-color: rgb(243 244 246 / 0.6);
}
.border-t-gray-100\/65 {
  border-top-color: rgb(243 244 246 / 0.65);
}
.border-t-gray-100\/70 {
  border-top-color: rgb(243 244 246 / 0.7);
}
.border-t-gray-100\/75 {
  border-top-color: rgb(243 244 246 / 0.75);
}
.border-t-gray-100\/80 {
  border-top-color: rgb(243 244 246 / 0.8);
}
.border-t-gray-100\/85 {
  border-top-color: rgb(243 244 246 / 0.85);
}
.border-t-gray-100\/90 {
  border-top-color: rgb(243 244 246 / 0.9);
}
.border-t-gray-100\/95 {
  border-top-color: rgb(243 244 246 / 0.95);
}
.border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-t-gray-200\/0 {
  border-top-color: rgb(229 231 235 / 0);
}
.border-t-gray-200\/10 {
  border-top-color: rgb(229 231 235 / 0.1);
}
.border-t-gray-200\/100 {
  border-top-color: rgb(229 231 235 / 1);
}
.border-t-gray-200\/15 {
  border-top-color: rgb(229 231 235 / 0.15);
}
.border-t-gray-200\/20 {
  border-top-color: rgb(229 231 235 / 0.2);
}
.border-t-gray-200\/25 {
  border-top-color: rgb(229 231 235 / 0.25);
}
.border-t-gray-200\/30 {
  border-top-color: rgb(229 231 235 / 0.3);
}
.border-t-gray-200\/35 {
  border-top-color: rgb(229 231 235 / 0.35);
}
.border-t-gray-200\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
}
.border-t-gray-200\/45 {
  border-top-color: rgb(229 231 235 / 0.45);
}
.border-t-gray-200\/5 {
  border-top-color: rgb(229 231 235 / 0.05);
}
.border-t-gray-200\/50 {
  border-top-color: rgb(229 231 235 / 0.5);
}
.border-t-gray-200\/55 {
  border-top-color: rgb(229 231 235 / 0.55);
}
.border-t-gray-200\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
}
.border-t-gray-200\/65 {
  border-top-color: rgb(229 231 235 / 0.65);
}
.border-t-gray-200\/70 {
  border-top-color: rgb(229 231 235 / 0.7);
}
.border-t-gray-200\/75 {
  border-top-color: rgb(229 231 235 / 0.75);
}
.border-t-gray-200\/80 {
  border-top-color: rgb(229 231 235 / 0.8);
}
.border-t-gray-200\/85 {
  border-top-color: rgb(229 231 235 / 0.85);
}
.border-t-gray-200\/90 {
  border-top-color: rgb(229 231 235 / 0.9);
}
.border-t-gray-200\/95 {
  border-top-color: rgb(229 231 235 / 0.95);
}
.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-t-gray-300\/0 {
  border-top-color: rgb(209 213 219 / 0);
}
.border-t-gray-300\/10 {
  border-top-color: rgb(209 213 219 / 0.1);
}
.border-t-gray-300\/100 {
  border-top-color: rgb(209 213 219 / 1);
}
.border-t-gray-300\/15 {
  border-top-color: rgb(209 213 219 / 0.15);
}
.border-t-gray-300\/20 {
  border-top-color: rgb(209 213 219 / 0.2);
}
.border-t-gray-300\/25 {
  border-top-color: rgb(209 213 219 / 0.25);
}
.border-t-gray-300\/30 {
  border-top-color: rgb(209 213 219 / 0.3);
}
.border-t-gray-300\/35 {
  border-top-color: rgb(209 213 219 / 0.35);
}
.border-t-gray-300\/40 {
  border-top-color: rgb(209 213 219 / 0.4);
}
.border-t-gray-300\/45 {
  border-top-color: rgb(209 213 219 / 0.45);
}
.border-t-gray-300\/5 {
  border-top-color: rgb(209 213 219 / 0.05);
}
.border-t-gray-300\/50 {
  border-top-color: rgb(209 213 219 / 0.5);
}
.border-t-gray-300\/55 {
  border-top-color: rgb(209 213 219 / 0.55);
}
.border-t-gray-300\/60 {
  border-top-color: rgb(209 213 219 / 0.6);
}
.border-t-gray-300\/65 {
  border-top-color: rgb(209 213 219 / 0.65);
}
.border-t-gray-300\/70 {
  border-top-color: rgb(209 213 219 / 0.7);
}
.border-t-gray-300\/75 {
  border-top-color: rgb(209 213 219 / 0.75);
}
.border-t-gray-300\/80 {
  border-top-color: rgb(209 213 219 / 0.8);
}
.border-t-gray-300\/85 {
  border-top-color: rgb(209 213 219 / 0.85);
}
.border-t-gray-300\/90 {
  border-top-color: rgb(209 213 219 / 0.9);
}
.border-t-gray-300\/95 {
  border-top-color: rgb(209 213 219 / 0.95);
}
.border-t-gray-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-t-gray-400\/0 {
  border-top-color: rgb(156 163 175 / 0);
}
.border-t-gray-400\/10 {
  border-top-color: rgb(156 163 175 / 0.1);
}
.border-t-gray-400\/100 {
  border-top-color: rgb(156 163 175 / 1);
}
.border-t-gray-400\/15 {
  border-top-color: rgb(156 163 175 / 0.15);
}
.border-t-gray-400\/20 {
  border-top-color: rgb(156 163 175 / 0.2);
}
.border-t-gray-400\/25 {
  border-top-color: rgb(156 163 175 / 0.25);
}
.border-t-gray-400\/30 {
  border-top-color: rgb(156 163 175 / 0.3);
}
.border-t-gray-400\/35 {
  border-top-color: rgb(156 163 175 / 0.35);
}
.border-t-gray-400\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
}
.border-t-gray-400\/45 {
  border-top-color: rgb(156 163 175 / 0.45);
}
.border-t-gray-400\/5 {
  border-top-color: rgb(156 163 175 / 0.05);
}
.border-t-gray-400\/50 {
  border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-gray-400\/55 {
  border-top-color: rgb(156 163 175 / 0.55);
}
.border-t-gray-400\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
}
.border-t-gray-400\/65 {
  border-top-color: rgb(156 163 175 / 0.65);
}
.border-t-gray-400\/70 {
  border-top-color: rgb(156 163 175 / 0.7);
}
.border-t-gray-400\/75 {
  border-top-color: rgb(156 163 175 / 0.75);
}
.border-t-gray-400\/80 {
  border-top-color: rgb(156 163 175 / 0.8);
}
.border-t-gray-400\/85 {
  border-top-color: rgb(156 163 175 / 0.85);
}
.border-t-gray-400\/90 {
  border-top-color: rgb(156 163 175 / 0.9);
}
.border-t-gray-400\/95 {
  border-top-color: rgb(156 163 175 / 0.95);
}
.border-t-gray-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-t-gray-50\/0 {
  border-top-color: rgb(249 250 251 / 0);
}
.border-t-gray-50\/10 {
  border-top-color: rgb(249 250 251 / 0.1);
}
.border-t-gray-50\/100 {
  border-top-color: rgb(249 250 251 / 1);
}
.border-t-gray-50\/15 {
  border-top-color: rgb(249 250 251 / 0.15);
}
.border-t-gray-50\/20 {
  border-top-color: rgb(249 250 251 / 0.2);
}
.border-t-gray-50\/25 {
  border-top-color: rgb(249 250 251 / 0.25);
}
.border-t-gray-50\/30 {
  border-top-color: rgb(249 250 251 / 0.3);
}
.border-t-gray-50\/35 {
  border-top-color: rgb(249 250 251 / 0.35);
}
.border-t-gray-50\/40 {
  border-top-color: rgb(249 250 251 / 0.4);
}
.border-t-gray-50\/45 {
  border-top-color: rgb(249 250 251 / 0.45);
}
.border-t-gray-50\/5 {
  border-top-color: rgb(249 250 251 / 0.05);
}
.border-t-gray-50\/50 {
  border-top-color: rgb(249 250 251 / 0.5);
}
.border-t-gray-50\/55 {
  border-top-color: rgb(249 250 251 / 0.55);
}
.border-t-gray-50\/60 {
  border-top-color: rgb(249 250 251 / 0.6);
}
.border-t-gray-50\/65 {
  border-top-color: rgb(249 250 251 / 0.65);
}
.border-t-gray-50\/70 {
  border-top-color: rgb(249 250 251 / 0.7);
}
.border-t-gray-50\/75 {
  border-top-color: rgb(249 250 251 / 0.75);
}
.border-t-gray-50\/80 {
  border-top-color: rgb(249 250 251 / 0.8);
}
.border-t-gray-50\/85 {
  border-top-color: rgb(249 250 251 / 0.85);
}
.border-t-gray-50\/90 {
  border-top-color: rgb(249 250 251 / 0.9);
}
.border-t-gray-50\/95 {
  border-top-color: rgb(249 250 251 / 0.95);
}
.border-t-gray-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-t-gray-500\/0 {
  border-top-color: rgb(107 114 128 / 0);
}
.border-t-gray-500\/10 {
  border-top-color: rgb(107 114 128 / 0.1);
}
.border-t-gray-500\/100 {
  border-top-color: rgb(107 114 128 / 1);
}
.border-t-gray-500\/15 {
  border-top-color: rgb(107 114 128 / 0.15);
}
.border-t-gray-500\/20 {
  border-top-color: rgb(107 114 128 / 0.2);
}
.border-t-gray-500\/25 {
  border-top-color: rgb(107 114 128 / 0.25);
}
.border-t-gray-500\/30 {
  border-top-color: rgb(107 114 128 / 0.3);
}
.border-t-gray-500\/35 {
  border-top-color: rgb(107 114 128 / 0.35);
}
.border-t-gray-500\/40 {
  border-top-color: rgb(107 114 128 / 0.4);
}
.border-t-gray-500\/45 {
  border-top-color: rgb(107 114 128 / 0.45);
}
.border-t-gray-500\/5 {
  border-top-color: rgb(107 114 128 / 0.05);
}
.border-t-gray-500\/50 {
  border-top-color: rgb(107 114 128 / 0.5);
}
.border-t-gray-500\/55 {
  border-top-color: rgb(107 114 128 / 0.55);
}
.border-t-gray-500\/60 {
  border-top-color: rgb(107 114 128 / 0.6);
}
.border-t-gray-500\/65 {
  border-top-color: rgb(107 114 128 / 0.65);
}
.border-t-gray-500\/70 {
  border-top-color: rgb(107 114 128 / 0.7);
}
.border-t-gray-500\/75 {
  border-top-color: rgb(107 114 128 / 0.75);
}
.border-t-gray-500\/80 {
  border-top-color: rgb(107 114 128 / 0.8);
}
.border-t-gray-500\/85 {
  border-top-color: rgb(107 114 128 / 0.85);
}
.border-t-gray-500\/90 {
  border-top-color: rgb(107 114 128 / 0.9);
}
.border-t-gray-500\/95 {
  border-top-color: rgb(107 114 128 / 0.95);
}
.border-t-gray-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-t-gray-600\/0 {
  border-top-color: rgb(75 85 99 / 0);
}
.border-t-gray-600\/10 {
  border-top-color: rgb(75 85 99 / 0.1);
}
.border-t-gray-600\/100 {
  border-top-color: rgb(75 85 99 / 1);
}
.border-t-gray-600\/15 {
  border-top-color: rgb(75 85 99 / 0.15);
}
.border-t-gray-600\/20 {
  border-top-color: rgb(75 85 99 / 0.2);
}
.border-t-gray-600\/25 {
  border-top-color: rgb(75 85 99 / 0.25);
}
.border-t-gray-600\/30 {
  border-top-color: rgb(75 85 99 / 0.3);
}
.border-t-gray-600\/35 {
  border-top-color: rgb(75 85 99 / 0.35);
}
.border-t-gray-600\/40 {
  border-top-color: rgb(75 85 99 / 0.4);
}
.border-t-gray-600\/45 {
  border-top-color: rgb(75 85 99 / 0.45);
}
.border-t-gray-600\/5 {
  border-top-color: rgb(75 85 99 / 0.05);
}
.border-t-gray-600\/50 {
  border-top-color: rgb(75 85 99 / 0.5);
}
.border-t-gray-600\/55 {
  border-top-color: rgb(75 85 99 / 0.55);
}
.border-t-gray-600\/60 {
  border-top-color: rgb(75 85 99 / 0.6);
}
.border-t-gray-600\/65 {
  border-top-color: rgb(75 85 99 / 0.65);
}
.border-t-gray-600\/70 {
  border-top-color: rgb(75 85 99 / 0.7);
}
.border-t-gray-600\/75 {
  border-top-color: rgb(75 85 99 / 0.75);
}
.border-t-gray-600\/80 {
  border-top-color: rgb(75 85 99 / 0.8);
}
.border-t-gray-600\/85 {
  border-top-color: rgb(75 85 99 / 0.85);
}
.border-t-gray-600\/90 {
  border-top-color: rgb(75 85 99 / 0.9);
}
.border-t-gray-600\/95 {
  border-top-color: rgb(75 85 99 / 0.95);
}
.border-t-gray-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-t-gray-700\/0 {
  border-top-color: rgb(55 65 81 / 0);
}
.border-t-gray-700\/10 {
  border-top-color: rgb(55 65 81 / 0.1);
}
.border-t-gray-700\/100 {
  border-top-color: rgb(55 65 81 / 1);
}
.border-t-gray-700\/15 {
  border-top-color: rgb(55 65 81 / 0.15);
}
.border-t-gray-700\/20 {
  border-top-color: rgb(55 65 81 / 0.2);
}
.border-t-gray-700\/25 {
  border-top-color: rgb(55 65 81 / 0.25);
}
.border-t-gray-700\/30 {
  border-top-color: rgb(55 65 81 / 0.3);
}
.border-t-gray-700\/35 {
  border-top-color: rgb(55 65 81 / 0.35);
}
.border-t-gray-700\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
}
.border-t-gray-700\/45 {
  border-top-color: rgb(55 65 81 / 0.45);
}
.border-t-gray-700\/5 {
  border-top-color: rgb(55 65 81 / 0.05);
}
.border-t-gray-700\/50 {
  border-top-color: rgb(55 65 81 / 0.5);
}
.border-t-gray-700\/55 {
  border-top-color: rgb(55 65 81 / 0.55);
}
.border-t-gray-700\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
}
.border-t-gray-700\/65 {
  border-top-color: rgb(55 65 81 / 0.65);
}
.border-t-gray-700\/70 {
  border-top-color: rgb(55 65 81 / 0.7);
}
.border-t-gray-700\/75 {
  border-top-color: rgb(55 65 81 / 0.75);
}
.border-t-gray-700\/80 {
  border-top-color: rgb(55 65 81 / 0.8);
}
.border-t-gray-700\/85 {
  border-top-color: rgb(55 65 81 / 0.85);
}
.border-t-gray-700\/90 {
  border-top-color: rgb(55 65 81 / 0.9);
}
.border-t-gray-700\/95 {
  border-top-color: rgb(55 65 81 / 0.95);
}
.border-t-gray-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-t-gray-800\/0 {
  border-top-color: rgb(31 41 55 / 0);
}
.border-t-gray-800\/10 {
  border-top-color: rgb(31 41 55 / 0.1);
}
.border-t-gray-800\/100 {
  border-top-color: rgb(31 41 55 / 1);
}
.border-t-gray-800\/15 {
  border-top-color: rgb(31 41 55 / 0.15);
}
.border-t-gray-800\/20 {
  border-top-color: rgb(31 41 55 / 0.2);
}
.border-t-gray-800\/25 {
  border-top-color: rgb(31 41 55 / 0.25);
}
.border-t-gray-800\/30 {
  border-top-color: rgb(31 41 55 / 0.3);
}
.border-t-gray-800\/35 {
  border-top-color: rgb(31 41 55 / 0.35);
}
.border-t-gray-800\/40 {
  border-top-color: rgb(31 41 55 / 0.4);
}
.border-t-gray-800\/45 {
  border-top-color: rgb(31 41 55 / 0.45);
}
.border-t-gray-800\/5 {
  border-top-color: rgb(31 41 55 / 0.05);
}
.border-t-gray-800\/50 {
  border-top-color: rgb(31 41 55 / 0.5);
}
.border-t-gray-800\/55 {
  border-top-color: rgb(31 41 55 / 0.55);
}
.border-t-gray-800\/60 {
  border-top-color: rgb(31 41 55 / 0.6);
}
.border-t-gray-800\/65 {
  border-top-color: rgb(31 41 55 / 0.65);
}
.border-t-gray-800\/70 {
  border-top-color: rgb(31 41 55 / 0.7);
}
.border-t-gray-800\/75 {
  border-top-color: rgb(31 41 55 / 0.75);
}
.border-t-gray-800\/80 {
  border-top-color: rgb(31 41 55 / 0.8);
}
.border-t-gray-800\/85 {
  border-top-color: rgb(31 41 55 / 0.85);
}
.border-t-gray-800\/90 {
  border-top-color: rgb(31 41 55 / 0.9);
}
.border-t-gray-800\/95 {
  border-top-color: rgb(31 41 55 / 0.95);
}
.border-t-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-t-gray-900\/0 {
  border-top-color: rgb(17 24 39 / 0);
}
.border-t-gray-900\/10 {
  border-top-color: rgb(17 24 39 / 0.1);
}
.border-t-gray-900\/100 {
  border-top-color: rgb(17 24 39 / 1);
}
.border-t-gray-900\/15 {
  border-top-color: rgb(17 24 39 / 0.15);
}
.border-t-gray-900\/20 {
  border-top-color: rgb(17 24 39 / 0.2);
}
.border-t-gray-900\/25 {
  border-top-color: rgb(17 24 39 / 0.25);
}
.border-t-gray-900\/30 {
  border-top-color: rgb(17 24 39 / 0.3);
}
.border-t-gray-900\/35 {
  border-top-color: rgb(17 24 39 / 0.35);
}
.border-t-gray-900\/40 {
  border-top-color: rgb(17 24 39 / 0.4);
}
.border-t-gray-900\/45 {
  border-top-color: rgb(17 24 39 / 0.45);
}
.border-t-gray-900\/5 {
  border-top-color: rgb(17 24 39 / 0.05);
}
.border-t-gray-900\/50 {
  border-top-color: rgb(17 24 39 / 0.5);
}
.border-t-gray-900\/55 {
  border-top-color: rgb(17 24 39 / 0.55);
}
.border-t-gray-900\/60 {
  border-top-color: rgb(17 24 39 / 0.6);
}
.border-t-gray-900\/65 {
  border-top-color: rgb(17 24 39 / 0.65);
}
.border-t-gray-900\/70 {
  border-top-color: rgb(17 24 39 / 0.7);
}
.border-t-gray-900\/75 {
  border-top-color: rgb(17 24 39 / 0.75);
}
.border-t-gray-900\/80 {
  border-top-color: rgb(17 24 39 / 0.8);
}
.border-t-gray-900\/85 {
  border-top-color: rgb(17 24 39 / 0.85);
}
.border-t-gray-900\/90 {
  border-top-color: rgb(17 24 39 / 0.9);
}
.border-t-gray-900\/95 {
  border-top-color: rgb(17 24 39 / 0.95);
}
.border-t-gray-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-t-gray-950\/0 {
  border-top-color: rgb(3 7 18 / 0);
}
.border-t-gray-950\/10 {
  border-top-color: rgb(3 7 18 / 0.1);
}
.border-t-gray-950\/100 {
  border-top-color: rgb(3 7 18 / 1);
}
.border-t-gray-950\/15 {
  border-top-color: rgb(3 7 18 / 0.15);
}
.border-t-gray-950\/20 {
  border-top-color: rgb(3 7 18 / 0.2);
}
.border-t-gray-950\/25 {
  border-top-color: rgb(3 7 18 / 0.25);
}
.border-t-gray-950\/30 {
  border-top-color: rgb(3 7 18 / 0.3);
}
.border-t-gray-950\/35 {
  border-top-color: rgb(3 7 18 / 0.35);
}
.border-t-gray-950\/40 {
  border-top-color: rgb(3 7 18 / 0.4);
}
.border-t-gray-950\/45 {
  border-top-color: rgb(3 7 18 / 0.45);
}
.border-t-gray-950\/5 {
  border-top-color: rgb(3 7 18 / 0.05);
}
.border-t-gray-950\/50 {
  border-top-color: rgb(3 7 18 / 0.5);
}
.border-t-gray-950\/55 {
  border-top-color: rgb(3 7 18 / 0.55);
}
.border-t-gray-950\/60 {
  border-top-color: rgb(3 7 18 / 0.6);
}
.border-t-gray-950\/65 {
  border-top-color: rgb(3 7 18 / 0.65);
}
.border-t-gray-950\/70 {
  border-top-color: rgb(3 7 18 / 0.7);
}
.border-t-gray-950\/75 {
  border-top-color: rgb(3 7 18 / 0.75);
}
.border-t-gray-950\/80 {
  border-top-color: rgb(3 7 18 / 0.8);
}
.border-t-gray-950\/85 {
  border-top-color: rgb(3 7 18 / 0.85);
}
.border-t-gray-950\/90 {
  border-top-color: rgb(3 7 18 / 0.9);
}
.border-t-gray-950\/95 {
  border-top-color: rgb(3 7 18 / 0.95);
}
.border-t-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-t-green-100\/0 {
  border-top-color: rgb(220 252 231 / 0);
}
.border-t-green-100\/10 {
  border-top-color: rgb(220 252 231 / 0.1);
}
.border-t-green-100\/100 {
  border-top-color: rgb(220 252 231 / 1);
}
.border-t-green-100\/15 {
  border-top-color: rgb(220 252 231 / 0.15);
}
.border-t-green-100\/20 {
  border-top-color: rgb(220 252 231 / 0.2);
}
.border-t-green-100\/25 {
  border-top-color: rgb(220 252 231 / 0.25);
}
.border-t-green-100\/30 {
  border-top-color: rgb(220 252 231 / 0.3);
}
.border-t-green-100\/35 {
  border-top-color: rgb(220 252 231 / 0.35);
}
.border-t-green-100\/40 {
  border-top-color: rgb(220 252 231 / 0.4);
}
.border-t-green-100\/45 {
  border-top-color: rgb(220 252 231 / 0.45);
}
.border-t-green-100\/5 {
  border-top-color: rgb(220 252 231 / 0.05);
}
.border-t-green-100\/50 {
  border-top-color: rgb(220 252 231 / 0.5);
}
.border-t-green-100\/55 {
  border-top-color: rgb(220 252 231 / 0.55);
}
.border-t-green-100\/60 {
  border-top-color: rgb(220 252 231 / 0.6);
}
.border-t-green-100\/65 {
  border-top-color: rgb(220 252 231 / 0.65);
}
.border-t-green-100\/70 {
  border-top-color: rgb(220 252 231 / 0.7);
}
.border-t-green-100\/75 {
  border-top-color: rgb(220 252 231 / 0.75);
}
.border-t-green-100\/80 {
  border-top-color: rgb(220 252 231 / 0.8);
}
.border-t-green-100\/85 {
  border-top-color: rgb(220 252 231 / 0.85);
}
.border-t-green-100\/90 {
  border-top-color: rgb(220 252 231 / 0.9);
}
.border-t-green-100\/95 {
  border-top-color: rgb(220 252 231 / 0.95);
}
.border-t-green-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-t-green-200\/0 {
  border-top-color: rgb(187 247 208 / 0);
}
.border-t-green-200\/10 {
  border-top-color: rgb(187 247 208 / 0.1);
}
.border-t-green-200\/100 {
  border-top-color: rgb(187 247 208 / 1);
}
.border-t-green-200\/15 {
  border-top-color: rgb(187 247 208 / 0.15);
}
.border-t-green-200\/20 {
  border-top-color: rgb(187 247 208 / 0.2);
}
.border-t-green-200\/25 {
  border-top-color: rgb(187 247 208 / 0.25);
}
.border-t-green-200\/30 {
  border-top-color: rgb(187 247 208 / 0.3);
}
.border-t-green-200\/35 {
  border-top-color: rgb(187 247 208 / 0.35);
}
.border-t-green-200\/40 {
  border-top-color: rgb(187 247 208 / 0.4);
}
.border-t-green-200\/45 {
  border-top-color: rgb(187 247 208 / 0.45);
}
.border-t-green-200\/5 {
  border-top-color: rgb(187 247 208 / 0.05);
}
.border-t-green-200\/50 {
  border-top-color: rgb(187 247 208 / 0.5);
}
.border-t-green-200\/55 {
  border-top-color: rgb(187 247 208 / 0.55);
}
.border-t-green-200\/60 {
  border-top-color: rgb(187 247 208 / 0.6);
}
.border-t-green-200\/65 {
  border-top-color: rgb(187 247 208 / 0.65);
}
.border-t-green-200\/70 {
  border-top-color: rgb(187 247 208 / 0.7);
}
.border-t-green-200\/75 {
  border-top-color: rgb(187 247 208 / 0.75);
}
.border-t-green-200\/80 {
  border-top-color: rgb(187 247 208 / 0.8);
}
.border-t-green-200\/85 {
  border-top-color: rgb(187 247 208 / 0.85);
}
.border-t-green-200\/90 {
  border-top-color: rgb(187 247 208 / 0.9);
}
.border-t-green-200\/95 {
  border-top-color: rgb(187 247 208 / 0.95);
}
.border-t-green-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-t-green-300\/0 {
  border-top-color: rgb(134 239 172 / 0);
}
.border-t-green-300\/10 {
  border-top-color: rgb(134 239 172 / 0.1);
}
.border-t-green-300\/100 {
  border-top-color: rgb(134 239 172 / 1);
}
.border-t-green-300\/15 {
  border-top-color: rgb(134 239 172 / 0.15);
}
.border-t-green-300\/20 {
  border-top-color: rgb(134 239 172 / 0.2);
}
.border-t-green-300\/25 {
  border-top-color: rgb(134 239 172 / 0.25);
}
.border-t-green-300\/30 {
  border-top-color: rgb(134 239 172 / 0.3);
}
.border-t-green-300\/35 {
  border-top-color: rgb(134 239 172 / 0.35);
}
.border-t-green-300\/40 {
  border-top-color: rgb(134 239 172 / 0.4);
}
.border-t-green-300\/45 {
  border-top-color: rgb(134 239 172 / 0.45);
}
.border-t-green-300\/5 {
  border-top-color: rgb(134 239 172 / 0.05);
}
.border-t-green-300\/50 {
  border-top-color: rgb(134 239 172 / 0.5);
}
.border-t-green-300\/55 {
  border-top-color: rgb(134 239 172 / 0.55);
}
.border-t-green-300\/60 {
  border-top-color: rgb(134 239 172 / 0.6);
}
.border-t-green-300\/65 {
  border-top-color: rgb(134 239 172 / 0.65);
}
.border-t-green-300\/70 {
  border-top-color: rgb(134 239 172 / 0.7);
}
.border-t-green-300\/75 {
  border-top-color: rgb(134 239 172 / 0.75);
}
.border-t-green-300\/80 {
  border-top-color: rgb(134 239 172 / 0.8);
}
.border-t-green-300\/85 {
  border-top-color: rgb(134 239 172 / 0.85);
}
.border-t-green-300\/90 {
  border-top-color: rgb(134 239 172 / 0.9);
}
.border-t-green-300\/95 {
  border-top-color: rgb(134 239 172 / 0.95);
}
.border-t-green-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-t-green-400\/0 {
  border-top-color: rgb(74 222 128 / 0);
}
.border-t-green-400\/10 {
  border-top-color: rgb(74 222 128 / 0.1);
}
.border-t-green-400\/100 {
  border-top-color: rgb(74 222 128 / 1);
}
.border-t-green-400\/15 {
  border-top-color: rgb(74 222 128 / 0.15);
}
.border-t-green-400\/20 {
  border-top-color: rgb(74 222 128 / 0.2);
}
.border-t-green-400\/25 {
  border-top-color: rgb(74 222 128 / 0.25);
}
.border-t-green-400\/30 {
  border-top-color: rgb(74 222 128 / 0.3);
}
.border-t-green-400\/35 {
  border-top-color: rgb(74 222 128 / 0.35);
}
.border-t-green-400\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
}
.border-t-green-400\/45 {
  border-top-color: rgb(74 222 128 / 0.45);
}
.border-t-green-400\/5 {
  border-top-color: rgb(74 222 128 / 0.05);
}
.border-t-green-400\/50 {
  border-top-color: rgb(74 222 128 / 0.5);
}
.border-t-green-400\/55 {
  border-top-color: rgb(74 222 128 / 0.55);
}
.border-t-green-400\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
}
.border-t-green-400\/65 {
  border-top-color: rgb(74 222 128 / 0.65);
}
.border-t-green-400\/70 {
  border-top-color: rgb(74 222 128 / 0.7);
}
.border-t-green-400\/75 {
  border-top-color: rgb(74 222 128 / 0.75);
}
.border-t-green-400\/80 {
  border-top-color: rgb(74 222 128 / 0.8);
}
.border-t-green-400\/85 {
  border-top-color: rgb(74 222 128 / 0.85);
}
.border-t-green-400\/90 {
  border-top-color: rgb(74 222 128 / 0.9);
}
.border-t-green-400\/95 {
  border-top-color: rgb(74 222 128 / 0.95);
}
.border-t-green-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-t-green-50\/0 {
  border-top-color: rgb(240 253 244 / 0);
}
.border-t-green-50\/10 {
  border-top-color: rgb(240 253 244 / 0.1);
}
.border-t-green-50\/100 {
  border-top-color: rgb(240 253 244 / 1);
}
.border-t-green-50\/15 {
  border-top-color: rgb(240 253 244 / 0.15);
}
.border-t-green-50\/20 {
  border-top-color: rgb(240 253 244 / 0.2);
}
.border-t-green-50\/25 {
  border-top-color: rgb(240 253 244 / 0.25);
}
.border-t-green-50\/30 {
  border-top-color: rgb(240 253 244 / 0.3);
}
.border-t-green-50\/35 {
  border-top-color: rgb(240 253 244 / 0.35);
}
.border-t-green-50\/40 {
  border-top-color: rgb(240 253 244 / 0.4);
}
.border-t-green-50\/45 {
  border-top-color: rgb(240 253 244 / 0.45);
}
.border-t-green-50\/5 {
  border-top-color: rgb(240 253 244 / 0.05);
}
.border-t-green-50\/50 {
  border-top-color: rgb(240 253 244 / 0.5);
}
.border-t-green-50\/55 {
  border-top-color: rgb(240 253 244 / 0.55);
}
.border-t-green-50\/60 {
  border-top-color: rgb(240 253 244 / 0.6);
}
.border-t-green-50\/65 {
  border-top-color: rgb(240 253 244 / 0.65);
}
.border-t-green-50\/70 {
  border-top-color: rgb(240 253 244 / 0.7);
}
.border-t-green-50\/75 {
  border-top-color: rgb(240 253 244 / 0.75);
}
.border-t-green-50\/80 {
  border-top-color: rgb(240 253 244 / 0.8);
}
.border-t-green-50\/85 {
  border-top-color: rgb(240 253 244 / 0.85);
}
.border-t-green-50\/90 {
  border-top-color: rgb(240 253 244 / 0.9);
}
.border-t-green-50\/95 {
  border-top-color: rgb(240 253 244 / 0.95);
}
.border-t-green-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-t-green-500\/0 {
  border-top-color: rgb(34 197 94 / 0);
}
.border-t-green-500\/10 {
  border-top-color: rgb(34 197 94 / 0.1);
}
.border-t-green-500\/100 {
  border-top-color: rgb(34 197 94 / 1);
}
.border-t-green-500\/15 {
  border-top-color: rgb(34 197 94 / 0.15);
}
.border-t-green-500\/20 {
  border-top-color: rgb(34 197 94 / 0.2);
}
.border-t-green-500\/25 {
  border-top-color: rgb(34 197 94 / 0.25);
}
.border-t-green-500\/30 {
  border-top-color: rgb(34 197 94 / 0.3);
}
.border-t-green-500\/35 {
  border-top-color: rgb(34 197 94 / 0.35);
}
.border-t-green-500\/40 {
  border-top-color: rgb(34 197 94 / 0.4);
}
.border-t-green-500\/45 {
  border-top-color: rgb(34 197 94 / 0.45);
}
.border-t-green-500\/5 {
  border-top-color: rgb(34 197 94 / 0.05);
}
.border-t-green-500\/50 {
  border-top-color: rgb(34 197 94 / 0.5);
}
.border-t-green-500\/55 {
  border-top-color: rgb(34 197 94 / 0.55);
}
.border-t-green-500\/60 {
  border-top-color: rgb(34 197 94 / 0.6);
}
.border-t-green-500\/65 {
  border-top-color: rgb(34 197 94 / 0.65);
}
.border-t-green-500\/70 {
  border-top-color: rgb(34 197 94 / 0.7);
}
.border-t-green-500\/75 {
  border-top-color: rgb(34 197 94 / 0.75);
}
.border-t-green-500\/80 {
  border-top-color: rgb(34 197 94 / 0.8);
}
.border-t-green-500\/85 {
  border-top-color: rgb(34 197 94 / 0.85);
}
.border-t-green-500\/90 {
  border-top-color: rgb(34 197 94 / 0.9);
}
.border-t-green-500\/95 {
  border-top-color: rgb(34 197 94 / 0.95);
}
.border-t-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-t-green-600\/0 {
  border-top-color: rgb(22 163 74 / 0);
}
.border-t-green-600\/10 {
  border-top-color: rgb(22 163 74 / 0.1);
}
.border-t-green-600\/100 {
  border-top-color: rgb(22 163 74 / 1);
}
.border-t-green-600\/15 {
  border-top-color: rgb(22 163 74 / 0.15);
}
.border-t-green-600\/20 {
  border-top-color: rgb(22 163 74 / 0.2);
}
.border-t-green-600\/25 {
  border-top-color: rgb(22 163 74 / 0.25);
}
.border-t-green-600\/30 {
  border-top-color: rgb(22 163 74 / 0.3);
}
.border-t-green-600\/35 {
  border-top-color: rgb(22 163 74 / 0.35);
}
.border-t-green-600\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
}
.border-t-green-600\/45 {
  border-top-color: rgb(22 163 74 / 0.45);
}
.border-t-green-600\/5 {
  border-top-color: rgb(22 163 74 / 0.05);
}
.border-t-green-600\/50 {
  border-top-color: rgb(22 163 74 / 0.5);
}
.border-t-green-600\/55 {
  border-top-color: rgb(22 163 74 / 0.55);
}
.border-t-green-600\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
}
.border-t-green-600\/65 {
  border-top-color: rgb(22 163 74 / 0.65);
}
.border-t-green-600\/70 {
  border-top-color: rgb(22 163 74 / 0.7);
}
.border-t-green-600\/75 {
  border-top-color: rgb(22 163 74 / 0.75);
}
.border-t-green-600\/80 {
  border-top-color: rgb(22 163 74 / 0.8);
}
.border-t-green-600\/85 {
  border-top-color: rgb(22 163 74 / 0.85);
}
.border-t-green-600\/90 {
  border-top-color: rgb(22 163 74 / 0.9);
}
.border-t-green-600\/95 {
  border-top-color: rgb(22 163 74 / 0.95);
}
.border-t-green-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-t-green-700\/0 {
  border-top-color: rgb(21 128 61 / 0);
}
.border-t-green-700\/10 {
  border-top-color: rgb(21 128 61 / 0.1);
}
.border-t-green-700\/100 {
  border-top-color: rgb(21 128 61 / 1);
}
.border-t-green-700\/15 {
  border-top-color: rgb(21 128 61 / 0.15);
}
.border-t-green-700\/20 {
  border-top-color: rgb(21 128 61 / 0.2);
}
.border-t-green-700\/25 {
  border-top-color: rgb(21 128 61 / 0.25);
}
.border-t-green-700\/30 {
  border-top-color: rgb(21 128 61 / 0.3);
}
.border-t-green-700\/35 {
  border-top-color: rgb(21 128 61 / 0.35);
}
.border-t-green-700\/40 {
  border-top-color: rgb(21 128 61 / 0.4);
}
.border-t-green-700\/45 {
  border-top-color: rgb(21 128 61 / 0.45);
}
.border-t-green-700\/5 {
  border-top-color: rgb(21 128 61 / 0.05);
}
.border-t-green-700\/50 {
  border-top-color: rgb(21 128 61 / 0.5);
}
.border-t-green-700\/55 {
  border-top-color: rgb(21 128 61 / 0.55);
}
.border-t-green-700\/60 {
  border-top-color: rgb(21 128 61 / 0.6);
}
.border-t-green-700\/65 {
  border-top-color: rgb(21 128 61 / 0.65);
}
.border-t-green-700\/70 {
  border-top-color: rgb(21 128 61 / 0.7);
}
.border-t-green-700\/75 {
  border-top-color: rgb(21 128 61 / 0.75);
}
.border-t-green-700\/80 {
  border-top-color: rgb(21 128 61 / 0.8);
}
.border-t-green-700\/85 {
  border-top-color: rgb(21 128 61 / 0.85);
}
.border-t-green-700\/90 {
  border-top-color: rgb(21 128 61 / 0.9);
}
.border-t-green-700\/95 {
  border-top-color: rgb(21 128 61 / 0.95);
}
.border-t-green-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-t-green-800\/0 {
  border-top-color: rgb(22 101 52 / 0);
}
.border-t-green-800\/10 {
  border-top-color: rgb(22 101 52 / 0.1);
}
.border-t-green-800\/100 {
  border-top-color: rgb(22 101 52 / 1);
}
.border-t-green-800\/15 {
  border-top-color: rgb(22 101 52 / 0.15);
}
.border-t-green-800\/20 {
  border-top-color: rgb(22 101 52 / 0.2);
}
.border-t-green-800\/25 {
  border-top-color: rgb(22 101 52 / 0.25);
}
.border-t-green-800\/30 {
  border-top-color: rgb(22 101 52 / 0.3);
}
.border-t-green-800\/35 {
  border-top-color: rgb(22 101 52 / 0.35);
}
.border-t-green-800\/40 {
  border-top-color: rgb(22 101 52 / 0.4);
}
.border-t-green-800\/45 {
  border-top-color: rgb(22 101 52 / 0.45);
}
.border-t-green-800\/5 {
  border-top-color: rgb(22 101 52 / 0.05);
}
.border-t-green-800\/50 {
  border-top-color: rgb(22 101 52 / 0.5);
}
.border-t-green-800\/55 {
  border-top-color: rgb(22 101 52 / 0.55);
}
.border-t-green-800\/60 {
  border-top-color: rgb(22 101 52 / 0.6);
}
.border-t-green-800\/65 {
  border-top-color: rgb(22 101 52 / 0.65);
}
.border-t-green-800\/70 {
  border-top-color: rgb(22 101 52 / 0.7);
}
.border-t-green-800\/75 {
  border-top-color: rgb(22 101 52 / 0.75);
}
.border-t-green-800\/80 {
  border-top-color: rgb(22 101 52 / 0.8);
}
.border-t-green-800\/85 {
  border-top-color: rgb(22 101 52 / 0.85);
}
.border-t-green-800\/90 {
  border-top-color: rgb(22 101 52 / 0.9);
}
.border-t-green-800\/95 {
  border-top-color: rgb(22 101 52 / 0.95);
}
.border-t-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-t-green-900\/0 {
  border-top-color: rgb(20 83 45 / 0);
}
.border-t-green-900\/10 {
  border-top-color: rgb(20 83 45 / 0.1);
}
.border-t-green-900\/100 {
  border-top-color: rgb(20 83 45 / 1);
}
.border-t-green-900\/15 {
  border-top-color: rgb(20 83 45 / 0.15);
}
.border-t-green-900\/20 {
  border-top-color: rgb(20 83 45 / 0.2);
}
.border-t-green-900\/25 {
  border-top-color: rgb(20 83 45 / 0.25);
}
.border-t-green-900\/30 {
  border-top-color: rgb(20 83 45 / 0.3);
}
.border-t-green-900\/35 {
  border-top-color: rgb(20 83 45 / 0.35);
}
.border-t-green-900\/40 {
  border-top-color: rgb(20 83 45 / 0.4);
}
.border-t-green-900\/45 {
  border-top-color: rgb(20 83 45 / 0.45);
}
.border-t-green-900\/5 {
  border-top-color: rgb(20 83 45 / 0.05);
}
.border-t-green-900\/50 {
  border-top-color: rgb(20 83 45 / 0.5);
}
.border-t-green-900\/55 {
  border-top-color: rgb(20 83 45 / 0.55);
}
.border-t-green-900\/60 {
  border-top-color: rgb(20 83 45 / 0.6);
}
.border-t-green-900\/65 {
  border-top-color: rgb(20 83 45 / 0.65);
}
.border-t-green-900\/70 {
  border-top-color: rgb(20 83 45 / 0.7);
}
.border-t-green-900\/75 {
  border-top-color: rgb(20 83 45 / 0.75);
}
.border-t-green-900\/80 {
  border-top-color: rgb(20 83 45 / 0.8);
}
.border-t-green-900\/85 {
  border-top-color: rgb(20 83 45 / 0.85);
}
.border-t-green-900\/90 {
  border-top-color: rgb(20 83 45 / 0.9);
}
.border-t-green-900\/95 {
  border-top-color: rgb(20 83 45 / 0.95);
}
.border-t-green-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-t-green-950\/0 {
  border-top-color: rgb(5 46 22 / 0);
}
.border-t-green-950\/10 {
  border-top-color: rgb(5 46 22 / 0.1);
}
.border-t-green-950\/100 {
  border-top-color: rgb(5 46 22 / 1);
}
.border-t-green-950\/15 {
  border-top-color: rgb(5 46 22 / 0.15);
}
.border-t-green-950\/20 {
  border-top-color: rgb(5 46 22 / 0.2);
}
.border-t-green-950\/25 {
  border-top-color: rgb(5 46 22 / 0.25);
}
.border-t-green-950\/30 {
  border-top-color: rgb(5 46 22 / 0.3);
}
.border-t-green-950\/35 {
  border-top-color: rgb(5 46 22 / 0.35);
}
.border-t-green-950\/40 {
  border-top-color: rgb(5 46 22 / 0.4);
}
.border-t-green-950\/45 {
  border-top-color: rgb(5 46 22 / 0.45);
}
.border-t-green-950\/5 {
  border-top-color: rgb(5 46 22 / 0.05);
}
.border-t-green-950\/50 {
  border-top-color: rgb(5 46 22 / 0.5);
}
.border-t-green-950\/55 {
  border-top-color: rgb(5 46 22 / 0.55);
}
.border-t-green-950\/60 {
  border-top-color: rgb(5 46 22 / 0.6);
}
.border-t-green-950\/65 {
  border-top-color: rgb(5 46 22 / 0.65);
}
.border-t-green-950\/70 {
  border-top-color: rgb(5 46 22 / 0.7);
}
.border-t-green-950\/75 {
  border-top-color: rgb(5 46 22 / 0.75);
}
.border-t-green-950\/80 {
  border-top-color: rgb(5 46 22 / 0.8);
}
.border-t-green-950\/85 {
  border-top-color: rgb(5 46 22 / 0.85);
}
.border-t-green-950\/90 {
  border-top-color: rgb(5 46 22 / 0.9);
}
.border-t-green-950\/95 {
  border-top-color: rgb(5 46 22 / 0.95);
}
.border-t-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-t-indigo-100\/0 {
  border-top-color: rgb(224 231 255 / 0);
}
.border-t-indigo-100\/10 {
  border-top-color: rgb(224 231 255 / 0.1);
}
.border-t-indigo-100\/100 {
  border-top-color: rgb(224 231 255 / 1);
}
.border-t-indigo-100\/15 {
  border-top-color: rgb(224 231 255 / 0.15);
}
.border-t-indigo-100\/20 {
  border-top-color: rgb(224 231 255 / 0.2);
}
.border-t-indigo-100\/25 {
  border-top-color: rgb(224 231 255 / 0.25);
}
.border-t-indigo-100\/30 {
  border-top-color: rgb(224 231 255 / 0.3);
}
.border-t-indigo-100\/35 {
  border-top-color: rgb(224 231 255 / 0.35);
}
.border-t-indigo-100\/40 {
  border-top-color: rgb(224 231 255 / 0.4);
}
.border-t-indigo-100\/45 {
  border-top-color: rgb(224 231 255 / 0.45);
}
.border-t-indigo-100\/5 {
  border-top-color: rgb(224 231 255 / 0.05);
}
.border-t-indigo-100\/50 {
  border-top-color: rgb(224 231 255 / 0.5);
}
.border-t-indigo-100\/55 {
  border-top-color: rgb(224 231 255 / 0.55);
}
.border-t-indigo-100\/60 {
  border-top-color: rgb(224 231 255 / 0.6);
}
.border-t-indigo-100\/65 {
  border-top-color: rgb(224 231 255 / 0.65);
}
.border-t-indigo-100\/70 {
  border-top-color: rgb(224 231 255 / 0.7);
}
.border-t-indigo-100\/75 {
  border-top-color: rgb(224 231 255 / 0.75);
}
.border-t-indigo-100\/80 {
  border-top-color: rgb(224 231 255 / 0.8);
}
.border-t-indigo-100\/85 {
  border-top-color: rgb(224 231 255 / 0.85);
}
.border-t-indigo-100\/90 {
  border-top-color: rgb(224 231 255 / 0.9);
}
.border-t-indigo-100\/95 {
  border-top-color: rgb(224 231 255 / 0.95);
}
.border-t-indigo-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-t-indigo-200\/0 {
  border-top-color: rgb(199 210 254 / 0);
}
.border-t-indigo-200\/10 {
  border-top-color: rgb(199 210 254 / 0.1);
}
.border-t-indigo-200\/100 {
  border-top-color: rgb(199 210 254 / 1);
}
.border-t-indigo-200\/15 {
  border-top-color: rgb(199 210 254 / 0.15);
}
.border-t-indigo-200\/20 {
  border-top-color: rgb(199 210 254 / 0.2);
}
.border-t-indigo-200\/25 {
  border-top-color: rgb(199 210 254 / 0.25);
}
.border-t-indigo-200\/30 {
  border-top-color: rgb(199 210 254 / 0.3);
}
.border-t-indigo-200\/35 {
  border-top-color: rgb(199 210 254 / 0.35);
}
.border-t-indigo-200\/40 {
  border-top-color: rgb(199 210 254 / 0.4);
}
.border-t-indigo-200\/45 {
  border-top-color: rgb(199 210 254 / 0.45);
}
.border-t-indigo-200\/5 {
  border-top-color: rgb(199 210 254 / 0.05);
}
.border-t-indigo-200\/50 {
  border-top-color: rgb(199 210 254 / 0.5);
}
.border-t-indigo-200\/55 {
  border-top-color: rgb(199 210 254 / 0.55);
}
.border-t-indigo-200\/60 {
  border-top-color: rgb(199 210 254 / 0.6);
}
.border-t-indigo-200\/65 {
  border-top-color: rgb(199 210 254 / 0.65);
}
.border-t-indigo-200\/70 {
  border-top-color: rgb(199 210 254 / 0.7);
}
.border-t-indigo-200\/75 {
  border-top-color: rgb(199 210 254 / 0.75);
}
.border-t-indigo-200\/80 {
  border-top-color: rgb(199 210 254 / 0.8);
}
.border-t-indigo-200\/85 {
  border-top-color: rgb(199 210 254 / 0.85);
}
.border-t-indigo-200\/90 {
  border-top-color: rgb(199 210 254 / 0.9);
}
.border-t-indigo-200\/95 {
  border-top-color: rgb(199 210 254 / 0.95);
}
.border-t-indigo-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-t-indigo-300\/0 {
  border-top-color: rgb(165 180 252 / 0);
}
.border-t-indigo-300\/10 {
  border-top-color: rgb(165 180 252 / 0.1);
}
.border-t-indigo-300\/100 {
  border-top-color: rgb(165 180 252 / 1);
}
.border-t-indigo-300\/15 {
  border-top-color: rgb(165 180 252 / 0.15);
}
.border-t-indigo-300\/20 {
  border-top-color: rgb(165 180 252 / 0.2);
}
.border-t-indigo-300\/25 {
  border-top-color: rgb(165 180 252 / 0.25);
}
.border-t-indigo-300\/30 {
  border-top-color: rgb(165 180 252 / 0.3);
}
.border-t-indigo-300\/35 {
  border-top-color: rgb(165 180 252 / 0.35);
}
.border-t-indigo-300\/40 {
  border-top-color: rgb(165 180 252 / 0.4);
}
.border-t-indigo-300\/45 {
  border-top-color: rgb(165 180 252 / 0.45);
}
.border-t-indigo-300\/5 {
  border-top-color: rgb(165 180 252 / 0.05);
}
.border-t-indigo-300\/50 {
  border-top-color: rgb(165 180 252 / 0.5);
}
.border-t-indigo-300\/55 {
  border-top-color: rgb(165 180 252 / 0.55);
}
.border-t-indigo-300\/60 {
  border-top-color: rgb(165 180 252 / 0.6);
}
.border-t-indigo-300\/65 {
  border-top-color: rgb(165 180 252 / 0.65);
}
.border-t-indigo-300\/70 {
  border-top-color: rgb(165 180 252 / 0.7);
}
.border-t-indigo-300\/75 {
  border-top-color: rgb(165 180 252 / 0.75);
}
.border-t-indigo-300\/80 {
  border-top-color: rgb(165 180 252 / 0.8);
}
.border-t-indigo-300\/85 {
  border-top-color: rgb(165 180 252 / 0.85);
}
.border-t-indigo-300\/90 {
  border-top-color: rgb(165 180 252 / 0.9);
}
.border-t-indigo-300\/95 {
  border-top-color: rgb(165 180 252 / 0.95);
}
.border-t-indigo-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-t-indigo-400\/0 {
  border-top-color: rgb(129 140 248 / 0);
}
.border-t-indigo-400\/10 {
  border-top-color: rgb(129 140 248 / 0.1);
}
.border-t-indigo-400\/100 {
  border-top-color: rgb(129 140 248 / 1);
}
.border-t-indigo-400\/15 {
  border-top-color: rgb(129 140 248 / 0.15);
}
.border-t-indigo-400\/20 {
  border-top-color: rgb(129 140 248 / 0.2);
}
.border-t-indigo-400\/25 {
  border-top-color: rgb(129 140 248 / 0.25);
}
.border-t-indigo-400\/30 {
  border-top-color: rgb(129 140 248 / 0.3);
}
.border-t-indigo-400\/35 {
  border-top-color: rgb(129 140 248 / 0.35);
}
.border-t-indigo-400\/40 {
  border-top-color: rgb(129 140 248 / 0.4);
}
.border-t-indigo-400\/45 {
  border-top-color: rgb(129 140 248 / 0.45);
}
.border-t-indigo-400\/5 {
  border-top-color: rgb(129 140 248 / 0.05);
}
.border-t-indigo-400\/50 {
  border-top-color: rgb(129 140 248 / 0.5);
}
.border-t-indigo-400\/55 {
  border-top-color: rgb(129 140 248 / 0.55);
}
.border-t-indigo-400\/60 {
  border-top-color: rgb(129 140 248 / 0.6);
}
.border-t-indigo-400\/65 {
  border-top-color: rgb(129 140 248 / 0.65);
}
.border-t-indigo-400\/70 {
  border-top-color: rgb(129 140 248 / 0.7);
}
.border-t-indigo-400\/75 {
  border-top-color: rgb(129 140 248 / 0.75);
}
.border-t-indigo-400\/80 {
  border-top-color: rgb(129 140 248 / 0.8);
}
.border-t-indigo-400\/85 {
  border-top-color: rgb(129 140 248 / 0.85);
}
.border-t-indigo-400\/90 {
  border-top-color: rgb(129 140 248 / 0.9);
}
.border-t-indigo-400\/95 {
  border-top-color: rgb(129 140 248 / 0.95);
}
.border-t-indigo-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-t-indigo-50\/0 {
  border-top-color: rgb(238 242 255 / 0);
}
.border-t-indigo-50\/10 {
  border-top-color: rgb(238 242 255 / 0.1);
}
.border-t-indigo-50\/100 {
  border-top-color: rgb(238 242 255 / 1);
}
.border-t-indigo-50\/15 {
  border-top-color: rgb(238 242 255 / 0.15);
}
.border-t-indigo-50\/20 {
  border-top-color: rgb(238 242 255 / 0.2);
}
.border-t-indigo-50\/25 {
  border-top-color: rgb(238 242 255 / 0.25);
}
.border-t-indigo-50\/30 {
  border-top-color: rgb(238 242 255 / 0.3);
}
.border-t-indigo-50\/35 {
  border-top-color: rgb(238 242 255 / 0.35);
}
.border-t-indigo-50\/40 {
  border-top-color: rgb(238 242 255 / 0.4);
}
.border-t-indigo-50\/45 {
  border-top-color: rgb(238 242 255 / 0.45);
}
.border-t-indigo-50\/5 {
  border-top-color: rgb(238 242 255 / 0.05);
}
.border-t-indigo-50\/50 {
  border-top-color: rgb(238 242 255 / 0.5);
}
.border-t-indigo-50\/55 {
  border-top-color: rgb(238 242 255 / 0.55);
}
.border-t-indigo-50\/60 {
  border-top-color: rgb(238 242 255 / 0.6);
}
.border-t-indigo-50\/65 {
  border-top-color: rgb(238 242 255 / 0.65);
}
.border-t-indigo-50\/70 {
  border-top-color: rgb(238 242 255 / 0.7);
}
.border-t-indigo-50\/75 {
  border-top-color: rgb(238 242 255 / 0.75);
}
.border-t-indigo-50\/80 {
  border-top-color: rgb(238 242 255 / 0.8);
}
.border-t-indigo-50\/85 {
  border-top-color: rgb(238 242 255 / 0.85);
}
.border-t-indigo-50\/90 {
  border-top-color: rgb(238 242 255 / 0.9);
}
.border-t-indigo-50\/95 {
  border-top-color: rgb(238 242 255 / 0.95);
}
.border-t-indigo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-t-indigo-500\/0 {
  border-top-color: rgb(99 102 241 / 0);
}
.border-t-indigo-500\/10 {
  border-top-color: rgb(99 102 241 / 0.1);
}
.border-t-indigo-500\/100 {
  border-top-color: rgb(99 102 241 / 1);
}
.border-t-indigo-500\/15 {
  border-top-color: rgb(99 102 241 / 0.15);
}
.border-t-indigo-500\/20 {
  border-top-color: rgb(99 102 241 / 0.2);
}
.border-t-indigo-500\/25 {
  border-top-color: rgb(99 102 241 / 0.25);
}
.border-t-indigo-500\/30 {
  border-top-color: rgb(99 102 241 / 0.3);
}
.border-t-indigo-500\/35 {
  border-top-color: rgb(99 102 241 / 0.35);
}
.border-t-indigo-500\/40 {
  border-top-color: rgb(99 102 241 / 0.4);
}
.border-t-indigo-500\/45 {
  border-top-color: rgb(99 102 241 / 0.45);
}
.border-t-indigo-500\/5 {
  border-top-color: rgb(99 102 241 / 0.05);
}
.border-t-indigo-500\/50 {
  border-top-color: rgb(99 102 241 / 0.5);
}
.border-t-indigo-500\/55 {
  border-top-color: rgb(99 102 241 / 0.55);
}
.border-t-indigo-500\/60 {
  border-top-color: rgb(99 102 241 / 0.6);
}
.border-t-indigo-500\/65 {
  border-top-color: rgb(99 102 241 / 0.65);
}
.border-t-indigo-500\/70 {
  border-top-color: rgb(99 102 241 / 0.7);
}
.border-t-indigo-500\/75 {
  border-top-color: rgb(99 102 241 / 0.75);
}
.border-t-indigo-500\/80 {
  border-top-color: rgb(99 102 241 / 0.8);
}
.border-t-indigo-500\/85 {
  border-top-color: rgb(99 102 241 / 0.85);
}
.border-t-indigo-500\/90 {
  border-top-color: rgb(99 102 241 / 0.9);
}
.border-t-indigo-500\/95 {
  border-top-color: rgb(99 102 241 / 0.95);
}
.border-t-indigo-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-t-indigo-600\/0 {
  border-top-color: rgb(79 70 229 / 0);
}
.border-t-indigo-600\/10 {
  border-top-color: rgb(79 70 229 / 0.1);
}
.border-t-indigo-600\/100 {
  border-top-color: rgb(79 70 229 / 1);
}
.border-t-indigo-600\/15 {
  border-top-color: rgb(79 70 229 / 0.15);
}
.border-t-indigo-600\/20 {
  border-top-color: rgb(79 70 229 / 0.2);
}
.border-t-indigo-600\/25 {
  border-top-color: rgb(79 70 229 / 0.25);
}
.border-t-indigo-600\/30 {
  border-top-color: rgb(79 70 229 / 0.3);
}
.border-t-indigo-600\/35 {
  border-top-color: rgb(79 70 229 / 0.35);
}
.border-t-indigo-600\/40 {
  border-top-color: rgb(79 70 229 / 0.4);
}
.border-t-indigo-600\/45 {
  border-top-color: rgb(79 70 229 / 0.45);
}
.border-t-indigo-600\/5 {
  border-top-color: rgb(79 70 229 / 0.05);
}
.border-t-indigo-600\/50 {
  border-top-color: rgb(79 70 229 / 0.5);
}
.border-t-indigo-600\/55 {
  border-top-color: rgb(79 70 229 / 0.55);
}
.border-t-indigo-600\/60 {
  border-top-color: rgb(79 70 229 / 0.6);
}
.border-t-indigo-600\/65 {
  border-top-color: rgb(79 70 229 / 0.65);
}
.border-t-indigo-600\/70 {
  border-top-color: rgb(79 70 229 / 0.7);
}
.border-t-indigo-600\/75 {
  border-top-color: rgb(79 70 229 / 0.75);
}
.border-t-indigo-600\/80 {
  border-top-color: rgb(79 70 229 / 0.8);
}
.border-t-indigo-600\/85 {
  border-top-color: rgb(79 70 229 / 0.85);
}
.border-t-indigo-600\/90 {
  border-top-color: rgb(79 70 229 / 0.9);
}
.border-t-indigo-600\/95 {
  border-top-color: rgb(79 70 229 / 0.95);
}
.border-t-indigo-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-t-indigo-700\/0 {
  border-top-color: rgb(67 56 202 / 0);
}
.border-t-indigo-700\/10 {
  border-top-color: rgb(67 56 202 / 0.1);
}
.border-t-indigo-700\/100 {
  border-top-color: rgb(67 56 202 / 1);
}
.border-t-indigo-700\/15 {
  border-top-color: rgb(67 56 202 / 0.15);
}
.border-t-indigo-700\/20 {
  border-top-color: rgb(67 56 202 / 0.2);
}
.border-t-indigo-700\/25 {
  border-top-color: rgb(67 56 202 / 0.25);
}
.border-t-indigo-700\/30 {
  border-top-color: rgb(67 56 202 / 0.3);
}
.border-t-indigo-700\/35 {
  border-top-color: rgb(67 56 202 / 0.35);
}
.border-t-indigo-700\/40 {
  border-top-color: rgb(67 56 202 / 0.4);
}
.border-t-indigo-700\/45 {
  border-top-color: rgb(67 56 202 / 0.45);
}
.border-t-indigo-700\/5 {
  border-top-color: rgb(67 56 202 / 0.05);
}
.border-t-indigo-700\/50 {
  border-top-color: rgb(67 56 202 / 0.5);
}
.border-t-indigo-700\/55 {
  border-top-color: rgb(67 56 202 / 0.55);
}
.border-t-indigo-700\/60 {
  border-top-color: rgb(67 56 202 / 0.6);
}
.border-t-indigo-700\/65 {
  border-top-color: rgb(67 56 202 / 0.65);
}
.border-t-indigo-700\/70 {
  border-top-color: rgb(67 56 202 / 0.7);
}
.border-t-indigo-700\/75 {
  border-top-color: rgb(67 56 202 / 0.75);
}
.border-t-indigo-700\/80 {
  border-top-color: rgb(67 56 202 / 0.8);
}
.border-t-indigo-700\/85 {
  border-top-color: rgb(67 56 202 / 0.85);
}
.border-t-indigo-700\/90 {
  border-top-color: rgb(67 56 202 / 0.9);
}
.border-t-indigo-700\/95 {
  border-top-color: rgb(67 56 202 / 0.95);
}
.border-t-indigo-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-t-indigo-800\/0 {
  border-top-color: rgb(55 48 163 / 0);
}
.border-t-indigo-800\/10 {
  border-top-color: rgb(55 48 163 / 0.1);
}
.border-t-indigo-800\/100 {
  border-top-color: rgb(55 48 163 / 1);
}
.border-t-indigo-800\/15 {
  border-top-color: rgb(55 48 163 / 0.15);
}
.border-t-indigo-800\/20 {
  border-top-color: rgb(55 48 163 / 0.2);
}
.border-t-indigo-800\/25 {
  border-top-color: rgb(55 48 163 / 0.25);
}
.border-t-indigo-800\/30 {
  border-top-color: rgb(55 48 163 / 0.3);
}
.border-t-indigo-800\/35 {
  border-top-color: rgb(55 48 163 / 0.35);
}
.border-t-indigo-800\/40 {
  border-top-color: rgb(55 48 163 / 0.4);
}
.border-t-indigo-800\/45 {
  border-top-color: rgb(55 48 163 / 0.45);
}
.border-t-indigo-800\/5 {
  border-top-color: rgb(55 48 163 / 0.05);
}
.border-t-indigo-800\/50 {
  border-top-color: rgb(55 48 163 / 0.5);
}
.border-t-indigo-800\/55 {
  border-top-color: rgb(55 48 163 / 0.55);
}
.border-t-indigo-800\/60 {
  border-top-color: rgb(55 48 163 / 0.6);
}
.border-t-indigo-800\/65 {
  border-top-color: rgb(55 48 163 / 0.65);
}
.border-t-indigo-800\/70 {
  border-top-color: rgb(55 48 163 / 0.7);
}
.border-t-indigo-800\/75 {
  border-top-color: rgb(55 48 163 / 0.75);
}
.border-t-indigo-800\/80 {
  border-top-color: rgb(55 48 163 / 0.8);
}
.border-t-indigo-800\/85 {
  border-top-color: rgb(55 48 163 / 0.85);
}
.border-t-indigo-800\/90 {
  border-top-color: rgb(55 48 163 / 0.9);
}
.border-t-indigo-800\/95 {
  border-top-color: rgb(55 48 163 / 0.95);
}
.border-t-indigo-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-t-indigo-900\/0 {
  border-top-color: rgb(49 46 129 / 0);
}
.border-t-indigo-900\/10 {
  border-top-color: rgb(49 46 129 / 0.1);
}
.border-t-indigo-900\/100 {
  border-top-color: rgb(49 46 129 / 1);
}
.border-t-indigo-900\/15 {
  border-top-color: rgb(49 46 129 / 0.15);
}
.border-t-indigo-900\/20 {
  border-top-color: rgb(49 46 129 / 0.2);
}
.border-t-indigo-900\/25 {
  border-top-color: rgb(49 46 129 / 0.25);
}
.border-t-indigo-900\/30 {
  border-top-color: rgb(49 46 129 / 0.3);
}
.border-t-indigo-900\/35 {
  border-top-color: rgb(49 46 129 / 0.35);
}
.border-t-indigo-900\/40 {
  border-top-color: rgb(49 46 129 / 0.4);
}
.border-t-indigo-900\/45 {
  border-top-color: rgb(49 46 129 / 0.45);
}
.border-t-indigo-900\/5 {
  border-top-color: rgb(49 46 129 / 0.05);
}
.border-t-indigo-900\/50 {
  border-top-color: rgb(49 46 129 / 0.5);
}
.border-t-indigo-900\/55 {
  border-top-color: rgb(49 46 129 / 0.55);
}
.border-t-indigo-900\/60 {
  border-top-color: rgb(49 46 129 / 0.6);
}
.border-t-indigo-900\/65 {
  border-top-color: rgb(49 46 129 / 0.65);
}
.border-t-indigo-900\/70 {
  border-top-color: rgb(49 46 129 / 0.7);
}
.border-t-indigo-900\/75 {
  border-top-color: rgb(49 46 129 / 0.75);
}
.border-t-indigo-900\/80 {
  border-top-color: rgb(49 46 129 / 0.8);
}
.border-t-indigo-900\/85 {
  border-top-color: rgb(49 46 129 / 0.85);
}
.border-t-indigo-900\/90 {
  border-top-color: rgb(49 46 129 / 0.9);
}
.border-t-indigo-900\/95 {
  border-top-color: rgb(49 46 129 / 0.95);
}
.border-t-indigo-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-t-indigo-950\/0 {
  border-top-color: rgb(30 27 75 / 0);
}
.border-t-indigo-950\/10 {
  border-top-color: rgb(30 27 75 / 0.1);
}
.border-t-indigo-950\/100 {
  border-top-color: rgb(30 27 75 / 1);
}
.border-t-indigo-950\/15 {
  border-top-color: rgb(30 27 75 / 0.15);
}
.border-t-indigo-950\/20 {
  border-top-color: rgb(30 27 75 / 0.2);
}
.border-t-indigo-950\/25 {
  border-top-color: rgb(30 27 75 / 0.25);
}
.border-t-indigo-950\/30 {
  border-top-color: rgb(30 27 75 / 0.3);
}
.border-t-indigo-950\/35 {
  border-top-color: rgb(30 27 75 / 0.35);
}
.border-t-indigo-950\/40 {
  border-top-color: rgb(30 27 75 / 0.4);
}
.border-t-indigo-950\/45 {
  border-top-color: rgb(30 27 75 / 0.45);
}
.border-t-indigo-950\/5 {
  border-top-color: rgb(30 27 75 / 0.05);
}
.border-t-indigo-950\/50 {
  border-top-color: rgb(30 27 75 / 0.5);
}
.border-t-indigo-950\/55 {
  border-top-color: rgb(30 27 75 / 0.55);
}
.border-t-indigo-950\/60 {
  border-top-color: rgb(30 27 75 / 0.6);
}
.border-t-indigo-950\/65 {
  border-top-color: rgb(30 27 75 / 0.65);
}
.border-t-indigo-950\/70 {
  border-top-color: rgb(30 27 75 / 0.7);
}
.border-t-indigo-950\/75 {
  border-top-color: rgb(30 27 75 / 0.75);
}
.border-t-indigo-950\/80 {
  border-top-color: rgb(30 27 75 / 0.8);
}
.border-t-indigo-950\/85 {
  border-top-color: rgb(30 27 75 / 0.85);
}
.border-t-indigo-950\/90 {
  border-top-color: rgb(30 27 75 / 0.9);
}
.border-t-indigo-950\/95 {
  border-top-color: rgb(30 27 75 / 0.95);
}
.border-t-inherit {
  border-top-color: inherit;
}
.border-t-lime-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-t-lime-100\/0 {
  border-top-color: rgb(236 252 203 / 0);
}
.border-t-lime-100\/10 {
  border-top-color: rgb(236 252 203 / 0.1);
}
.border-t-lime-100\/100 {
  border-top-color: rgb(236 252 203 / 1);
}
.border-t-lime-100\/15 {
  border-top-color: rgb(236 252 203 / 0.15);
}
.border-t-lime-100\/20 {
  border-top-color: rgb(236 252 203 / 0.2);
}
.border-t-lime-100\/25 {
  border-top-color: rgb(236 252 203 / 0.25);
}
.border-t-lime-100\/30 {
  border-top-color: rgb(236 252 203 / 0.3);
}
.border-t-lime-100\/35 {
  border-top-color: rgb(236 252 203 / 0.35);
}
.border-t-lime-100\/40 {
  border-top-color: rgb(236 252 203 / 0.4);
}
.border-t-lime-100\/45 {
  border-top-color: rgb(236 252 203 / 0.45);
}
.border-t-lime-100\/5 {
  border-top-color: rgb(236 252 203 / 0.05);
}
.border-t-lime-100\/50 {
  border-top-color: rgb(236 252 203 / 0.5);
}
.border-t-lime-100\/55 {
  border-top-color: rgb(236 252 203 / 0.55);
}
.border-t-lime-100\/60 {
  border-top-color: rgb(236 252 203 / 0.6);
}
.border-t-lime-100\/65 {
  border-top-color: rgb(236 252 203 / 0.65);
}
.border-t-lime-100\/70 {
  border-top-color: rgb(236 252 203 / 0.7);
}
.border-t-lime-100\/75 {
  border-top-color: rgb(236 252 203 / 0.75);
}
.border-t-lime-100\/80 {
  border-top-color: rgb(236 252 203 / 0.8);
}
.border-t-lime-100\/85 {
  border-top-color: rgb(236 252 203 / 0.85);
}
.border-t-lime-100\/90 {
  border-top-color: rgb(236 252 203 / 0.9);
}
.border-t-lime-100\/95 {
  border-top-color: rgb(236 252 203 / 0.95);
}
.border-t-lime-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-t-lime-200\/0 {
  border-top-color: rgb(217 249 157 / 0);
}
.border-t-lime-200\/10 {
  border-top-color: rgb(217 249 157 / 0.1);
}
.border-t-lime-200\/100 {
  border-top-color: rgb(217 249 157 / 1);
}
.border-t-lime-200\/15 {
  border-top-color: rgb(217 249 157 / 0.15);
}
.border-t-lime-200\/20 {
  border-top-color: rgb(217 249 157 / 0.2);
}
.border-t-lime-200\/25 {
  border-top-color: rgb(217 249 157 / 0.25);
}
.border-t-lime-200\/30 {
  border-top-color: rgb(217 249 157 / 0.3);
}
.border-t-lime-200\/35 {
  border-top-color: rgb(217 249 157 / 0.35);
}
.border-t-lime-200\/40 {
  border-top-color: rgb(217 249 157 / 0.4);
}
.border-t-lime-200\/45 {
  border-top-color: rgb(217 249 157 / 0.45);
}
.border-t-lime-200\/5 {
  border-top-color: rgb(217 249 157 / 0.05);
}
.border-t-lime-200\/50 {
  border-top-color: rgb(217 249 157 / 0.5);
}
.border-t-lime-200\/55 {
  border-top-color: rgb(217 249 157 / 0.55);
}
.border-t-lime-200\/60 {
  border-top-color: rgb(217 249 157 / 0.6);
}
.border-t-lime-200\/65 {
  border-top-color: rgb(217 249 157 / 0.65);
}
.border-t-lime-200\/70 {
  border-top-color: rgb(217 249 157 / 0.7);
}
.border-t-lime-200\/75 {
  border-top-color: rgb(217 249 157 / 0.75);
}
.border-t-lime-200\/80 {
  border-top-color: rgb(217 249 157 / 0.8);
}
.border-t-lime-200\/85 {
  border-top-color: rgb(217 249 157 / 0.85);
}
.border-t-lime-200\/90 {
  border-top-color: rgb(217 249 157 / 0.9);
}
.border-t-lime-200\/95 {
  border-top-color: rgb(217 249 157 / 0.95);
}
.border-t-lime-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-t-lime-300\/0 {
  border-top-color: rgb(190 242 100 / 0);
}
.border-t-lime-300\/10 {
  border-top-color: rgb(190 242 100 / 0.1);
}
.border-t-lime-300\/100 {
  border-top-color: rgb(190 242 100 / 1);
}
.border-t-lime-300\/15 {
  border-top-color: rgb(190 242 100 / 0.15);
}
.border-t-lime-300\/20 {
  border-top-color: rgb(190 242 100 / 0.2);
}
.border-t-lime-300\/25 {
  border-top-color: rgb(190 242 100 / 0.25);
}
.border-t-lime-300\/30 {
  border-top-color: rgb(190 242 100 / 0.3);
}
.border-t-lime-300\/35 {
  border-top-color: rgb(190 242 100 / 0.35);
}
.border-t-lime-300\/40 {
  border-top-color: rgb(190 242 100 / 0.4);
}
.border-t-lime-300\/45 {
  border-top-color: rgb(190 242 100 / 0.45);
}
.border-t-lime-300\/5 {
  border-top-color: rgb(190 242 100 / 0.05);
}
.border-t-lime-300\/50 {
  border-top-color: rgb(190 242 100 / 0.5);
}
.border-t-lime-300\/55 {
  border-top-color: rgb(190 242 100 / 0.55);
}
.border-t-lime-300\/60 {
  border-top-color: rgb(190 242 100 / 0.6);
}
.border-t-lime-300\/65 {
  border-top-color: rgb(190 242 100 / 0.65);
}
.border-t-lime-300\/70 {
  border-top-color: rgb(190 242 100 / 0.7);
}
.border-t-lime-300\/75 {
  border-top-color: rgb(190 242 100 / 0.75);
}
.border-t-lime-300\/80 {
  border-top-color: rgb(190 242 100 / 0.8);
}
.border-t-lime-300\/85 {
  border-top-color: rgb(190 242 100 / 0.85);
}
.border-t-lime-300\/90 {
  border-top-color: rgb(190 242 100 / 0.9);
}
.border-t-lime-300\/95 {
  border-top-color: rgb(190 242 100 / 0.95);
}
.border-t-lime-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-t-lime-400\/0 {
  border-top-color: rgb(163 230 53 / 0);
}
.border-t-lime-400\/10 {
  border-top-color: rgb(163 230 53 / 0.1);
}
.border-t-lime-400\/100 {
  border-top-color: rgb(163 230 53 / 1);
}
.border-t-lime-400\/15 {
  border-top-color: rgb(163 230 53 / 0.15);
}
.border-t-lime-400\/20 {
  border-top-color: rgb(163 230 53 / 0.2);
}
.border-t-lime-400\/25 {
  border-top-color: rgb(163 230 53 / 0.25);
}
.border-t-lime-400\/30 {
  border-top-color: rgb(163 230 53 / 0.3);
}
.border-t-lime-400\/35 {
  border-top-color: rgb(163 230 53 / 0.35);
}
.border-t-lime-400\/40 {
  border-top-color: rgb(163 230 53 / 0.4);
}
.border-t-lime-400\/45 {
  border-top-color: rgb(163 230 53 / 0.45);
}
.border-t-lime-400\/5 {
  border-top-color: rgb(163 230 53 / 0.05);
}
.border-t-lime-400\/50 {
  border-top-color: rgb(163 230 53 / 0.5);
}
.border-t-lime-400\/55 {
  border-top-color: rgb(163 230 53 / 0.55);
}
.border-t-lime-400\/60 {
  border-top-color: rgb(163 230 53 / 0.6);
}
.border-t-lime-400\/65 {
  border-top-color: rgb(163 230 53 / 0.65);
}
.border-t-lime-400\/70 {
  border-top-color: rgb(163 230 53 / 0.7);
}
.border-t-lime-400\/75 {
  border-top-color: rgb(163 230 53 / 0.75);
}
.border-t-lime-400\/80 {
  border-top-color: rgb(163 230 53 / 0.8);
}
.border-t-lime-400\/85 {
  border-top-color: rgb(163 230 53 / 0.85);
}
.border-t-lime-400\/90 {
  border-top-color: rgb(163 230 53 / 0.9);
}
.border-t-lime-400\/95 {
  border-top-color: rgb(163 230 53 / 0.95);
}
.border-t-lime-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-t-lime-50\/0 {
  border-top-color: rgb(247 254 231 / 0);
}
.border-t-lime-50\/10 {
  border-top-color: rgb(247 254 231 / 0.1);
}
.border-t-lime-50\/100 {
  border-top-color: rgb(247 254 231 / 1);
}
.border-t-lime-50\/15 {
  border-top-color: rgb(247 254 231 / 0.15);
}
.border-t-lime-50\/20 {
  border-top-color: rgb(247 254 231 / 0.2);
}
.border-t-lime-50\/25 {
  border-top-color: rgb(247 254 231 / 0.25);
}
.border-t-lime-50\/30 {
  border-top-color: rgb(247 254 231 / 0.3);
}
.border-t-lime-50\/35 {
  border-top-color: rgb(247 254 231 / 0.35);
}
.border-t-lime-50\/40 {
  border-top-color: rgb(247 254 231 / 0.4);
}
.border-t-lime-50\/45 {
  border-top-color: rgb(247 254 231 / 0.45);
}
.border-t-lime-50\/5 {
  border-top-color: rgb(247 254 231 / 0.05);
}
.border-t-lime-50\/50 {
  border-top-color: rgb(247 254 231 / 0.5);
}
.border-t-lime-50\/55 {
  border-top-color: rgb(247 254 231 / 0.55);
}
.border-t-lime-50\/60 {
  border-top-color: rgb(247 254 231 / 0.6);
}
.border-t-lime-50\/65 {
  border-top-color: rgb(247 254 231 / 0.65);
}
.border-t-lime-50\/70 {
  border-top-color: rgb(247 254 231 / 0.7);
}
.border-t-lime-50\/75 {
  border-top-color: rgb(247 254 231 / 0.75);
}
.border-t-lime-50\/80 {
  border-top-color: rgb(247 254 231 / 0.8);
}
.border-t-lime-50\/85 {
  border-top-color: rgb(247 254 231 / 0.85);
}
.border-t-lime-50\/90 {
  border-top-color: rgb(247 254 231 / 0.9);
}
.border-t-lime-50\/95 {
  border-top-color: rgb(247 254 231 / 0.95);
}
.border-t-lime-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-t-lime-500\/0 {
  border-top-color: rgb(132 204 22 / 0);
}
.border-t-lime-500\/10 {
  border-top-color: rgb(132 204 22 / 0.1);
}
.border-t-lime-500\/100 {
  border-top-color: rgb(132 204 22 / 1);
}
.border-t-lime-500\/15 {
  border-top-color: rgb(132 204 22 / 0.15);
}
.border-t-lime-500\/20 {
  border-top-color: rgb(132 204 22 / 0.2);
}
.border-t-lime-500\/25 {
  border-top-color: rgb(132 204 22 / 0.25);
}
.border-t-lime-500\/30 {
  border-top-color: rgb(132 204 22 / 0.3);
}
.border-t-lime-500\/35 {
  border-top-color: rgb(132 204 22 / 0.35);
}
.border-t-lime-500\/40 {
  border-top-color: rgb(132 204 22 / 0.4);
}
.border-t-lime-500\/45 {
  border-top-color: rgb(132 204 22 / 0.45);
}
.border-t-lime-500\/5 {
  border-top-color: rgb(132 204 22 / 0.05);
}
.border-t-lime-500\/50 {
  border-top-color: rgb(132 204 22 / 0.5);
}
.border-t-lime-500\/55 {
  border-top-color: rgb(132 204 22 / 0.55);
}
.border-t-lime-500\/60 {
  border-top-color: rgb(132 204 22 / 0.6);
}
.border-t-lime-500\/65 {
  border-top-color: rgb(132 204 22 / 0.65);
}
.border-t-lime-500\/70 {
  border-top-color: rgb(132 204 22 / 0.7);
}
.border-t-lime-500\/75 {
  border-top-color: rgb(132 204 22 / 0.75);
}
.border-t-lime-500\/80 {
  border-top-color: rgb(132 204 22 / 0.8);
}
.border-t-lime-500\/85 {
  border-top-color: rgb(132 204 22 / 0.85);
}
.border-t-lime-500\/90 {
  border-top-color: rgb(132 204 22 / 0.9);
}
.border-t-lime-500\/95 {
  border-top-color: rgb(132 204 22 / 0.95);
}
.border-t-lime-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-t-lime-600\/0 {
  border-top-color: rgb(101 163 13 / 0);
}
.border-t-lime-600\/10 {
  border-top-color: rgb(101 163 13 / 0.1);
}
.border-t-lime-600\/100 {
  border-top-color: rgb(101 163 13 / 1);
}
.border-t-lime-600\/15 {
  border-top-color: rgb(101 163 13 / 0.15);
}
.border-t-lime-600\/20 {
  border-top-color: rgb(101 163 13 / 0.2);
}
.border-t-lime-600\/25 {
  border-top-color: rgb(101 163 13 / 0.25);
}
.border-t-lime-600\/30 {
  border-top-color: rgb(101 163 13 / 0.3);
}
.border-t-lime-600\/35 {
  border-top-color: rgb(101 163 13 / 0.35);
}
.border-t-lime-600\/40 {
  border-top-color: rgb(101 163 13 / 0.4);
}
.border-t-lime-600\/45 {
  border-top-color: rgb(101 163 13 / 0.45);
}
.border-t-lime-600\/5 {
  border-top-color: rgb(101 163 13 / 0.05);
}
.border-t-lime-600\/50 {
  border-top-color: rgb(101 163 13 / 0.5);
}
.border-t-lime-600\/55 {
  border-top-color: rgb(101 163 13 / 0.55);
}
.border-t-lime-600\/60 {
  border-top-color: rgb(101 163 13 / 0.6);
}
.border-t-lime-600\/65 {
  border-top-color: rgb(101 163 13 / 0.65);
}
.border-t-lime-600\/70 {
  border-top-color: rgb(101 163 13 / 0.7);
}
.border-t-lime-600\/75 {
  border-top-color: rgb(101 163 13 / 0.75);
}
.border-t-lime-600\/80 {
  border-top-color: rgb(101 163 13 / 0.8);
}
.border-t-lime-600\/85 {
  border-top-color: rgb(101 163 13 / 0.85);
}
.border-t-lime-600\/90 {
  border-top-color: rgb(101 163 13 / 0.9);
}
.border-t-lime-600\/95 {
  border-top-color: rgb(101 163 13 / 0.95);
}
.border-t-lime-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-t-lime-700\/0 {
  border-top-color: rgb(77 124 15 / 0);
}
.border-t-lime-700\/10 {
  border-top-color: rgb(77 124 15 / 0.1);
}
.border-t-lime-700\/100 {
  border-top-color: rgb(77 124 15 / 1);
}
.border-t-lime-700\/15 {
  border-top-color: rgb(77 124 15 / 0.15);
}
.border-t-lime-700\/20 {
  border-top-color: rgb(77 124 15 / 0.2);
}
.border-t-lime-700\/25 {
  border-top-color: rgb(77 124 15 / 0.25);
}
.border-t-lime-700\/30 {
  border-top-color: rgb(77 124 15 / 0.3);
}
.border-t-lime-700\/35 {
  border-top-color: rgb(77 124 15 / 0.35);
}
.border-t-lime-700\/40 {
  border-top-color: rgb(77 124 15 / 0.4);
}
.border-t-lime-700\/45 {
  border-top-color: rgb(77 124 15 / 0.45);
}
.border-t-lime-700\/5 {
  border-top-color: rgb(77 124 15 / 0.05);
}
.border-t-lime-700\/50 {
  border-top-color: rgb(77 124 15 / 0.5);
}
.border-t-lime-700\/55 {
  border-top-color: rgb(77 124 15 / 0.55);
}
.border-t-lime-700\/60 {
  border-top-color: rgb(77 124 15 / 0.6);
}
.border-t-lime-700\/65 {
  border-top-color: rgb(77 124 15 / 0.65);
}
.border-t-lime-700\/70 {
  border-top-color: rgb(77 124 15 / 0.7);
}
.border-t-lime-700\/75 {
  border-top-color: rgb(77 124 15 / 0.75);
}
.border-t-lime-700\/80 {
  border-top-color: rgb(77 124 15 / 0.8);
}
.border-t-lime-700\/85 {
  border-top-color: rgb(77 124 15 / 0.85);
}
.border-t-lime-700\/90 {
  border-top-color: rgb(77 124 15 / 0.9);
}
.border-t-lime-700\/95 {
  border-top-color: rgb(77 124 15 / 0.95);
}
.border-t-lime-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-t-lime-800\/0 {
  border-top-color: rgb(63 98 18 / 0);
}
.border-t-lime-800\/10 {
  border-top-color: rgb(63 98 18 / 0.1);
}
.border-t-lime-800\/100 {
  border-top-color: rgb(63 98 18 / 1);
}
.border-t-lime-800\/15 {
  border-top-color: rgb(63 98 18 / 0.15);
}
.border-t-lime-800\/20 {
  border-top-color: rgb(63 98 18 / 0.2);
}
.border-t-lime-800\/25 {
  border-top-color: rgb(63 98 18 / 0.25);
}
.border-t-lime-800\/30 {
  border-top-color: rgb(63 98 18 / 0.3);
}
.border-t-lime-800\/35 {
  border-top-color: rgb(63 98 18 / 0.35);
}
.border-t-lime-800\/40 {
  border-top-color: rgb(63 98 18 / 0.4);
}
.border-t-lime-800\/45 {
  border-top-color: rgb(63 98 18 / 0.45);
}
.border-t-lime-800\/5 {
  border-top-color: rgb(63 98 18 / 0.05);
}
.border-t-lime-800\/50 {
  border-top-color: rgb(63 98 18 / 0.5);
}
.border-t-lime-800\/55 {
  border-top-color: rgb(63 98 18 / 0.55);
}
.border-t-lime-800\/60 {
  border-top-color: rgb(63 98 18 / 0.6);
}
.border-t-lime-800\/65 {
  border-top-color: rgb(63 98 18 / 0.65);
}
.border-t-lime-800\/70 {
  border-top-color: rgb(63 98 18 / 0.7);
}
.border-t-lime-800\/75 {
  border-top-color: rgb(63 98 18 / 0.75);
}
.border-t-lime-800\/80 {
  border-top-color: rgb(63 98 18 / 0.8);
}
.border-t-lime-800\/85 {
  border-top-color: rgb(63 98 18 / 0.85);
}
.border-t-lime-800\/90 {
  border-top-color: rgb(63 98 18 / 0.9);
}
.border-t-lime-800\/95 {
  border-top-color: rgb(63 98 18 / 0.95);
}
.border-t-lime-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-t-lime-900\/0 {
  border-top-color: rgb(54 83 20 / 0);
}
.border-t-lime-900\/10 {
  border-top-color: rgb(54 83 20 / 0.1);
}
.border-t-lime-900\/100 {
  border-top-color: rgb(54 83 20 / 1);
}
.border-t-lime-900\/15 {
  border-top-color: rgb(54 83 20 / 0.15);
}
.border-t-lime-900\/20 {
  border-top-color: rgb(54 83 20 / 0.2);
}
.border-t-lime-900\/25 {
  border-top-color: rgb(54 83 20 / 0.25);
}
.border-t-lime-900\/30 {
  border-top-color: rgb(54 83 20 / 0.3);
}
.border-t-lime-900\/35 {
  border-top-color: rgb(54 83 20 / 0.35);
}
.border-t-lime-900\/40 {
  border-top-color: rgb(54 83 20 / 0.4);
}
.border-t-lime-900\/45 {
  border-top-color: rgb(54 83 20 / 0.45);
}
.border-t-lime-900\/5 {
  border-top-color: rgb(54 83 20 / 0.05);
}
.border-t-lime-900\/50 {
  border-top-color: rgb(54 83 20 / 0.5);
}
.border-t-lime-900\/55 {
  border-top-color: rgb(54 83 20 / 0.55);
}
.border-t-lime-900\/60 {
  border-top-color: rgb(54 83 20 / 0.6);
}
.border-t-lime-900\/65 {
  border-top-color: rgb(54 83 20 / 0.65);
}
.border-t-lime-900\/70 {
  border-top-color: rgb(54 83 20 / 0.7);
}
.border-t-lime-900\/75 {
  border-top-color: rgb(54 83 20 / 0.75);
}
.border-t-lime-900\/80 {
  border-top-color: rgb(54 83 20 / 0.8);
}
.border-t-lime-900\/85 {
  border-top-color: rgb(54 83 20 / 0.85);
}
.border-t-lime-900\/90 {
  border-top-color: rgb(54 83 20 / 0.9);
}
.border-t-lime-900\/95 {
  border-top-color: rgb(54 83 20 / 0.95);
}
.border-t-lime-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-t-lime-950\/0 {
  border-top-color: rgb(26 46 5 / 0);
}
.border-t-lime-950\/10 {
  border-top-color: rgb(26 46 5 / 0.1);
}
.border-t-lime-950\/100 {
  border-top-color: rgb(26 46 5 / 1);
}
.border-t-lime-950\/15 {
  border-top-color: rgb(26 46 5 / 0.15);
}
.border-t-lime-950\/20 {
  border-top-color: rgb(26 46 5 / 0.2);
}
.border-t-lime-950\/25 {
  border-top-color: rgb(26 46 5 / 0.25);
}
.border-t-lime-950\/30 {
  border-top-color: rgb(26 46 5 / 0.3);
}
.border-t-lime-950\/35 {
  border-top-color: rgb(26 46 5 / 0.35);
}
.border-t-lime-950\/40 {
  border-top-color: rgb(26 46 5 / 0.4);
}
.border-t-lime-950\/45 {
  border-top-color: rgb(26 46 5 / 0.45);
}
.border-t-lime-950\/5 {
  border-top-color: rgb(26 46 5 / 0.05);
}
.border-t-lime-950\/50 {
  border-top-color: rgb(26 46 5 / 0.5);
}
.border-t-lime-950\/55 {
  border-top-color: rgb(26 46 5 / 0.55);
}
.border-t-lime-950\/60 {
  border-top-color: rgb(26 46 5 / 0.6);
}
.border-t-lime-950\/65 {
  border-top-color: rgb(26 46 5 / 0.65);
}
.border-t-lime-950\/70 {
  border-top-color: rgb(26 46 5 / 0.7);
}
.border-t-lime-950\/75 {
  border-top-color: rgb(26 46 5 / 0.75);
}
.border-t-lime-950\/80 {
  border-top-color: rgb(26 46 5 / 0.8);
}
.border-t-lime-950\/85 {
  border-top-color: rgb(26 46 5 / 0.85);
}
.border-t-lime-950\/90 {
  border-top-color: rgb(26 46 5 / 0.9);
}
.border-t-lime-950\/95 {
  border-top-color: rgb(26 46 5 / 0.95);
}
.border-t-neutral-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-t-neutral-100\/0 {
  border-top-color: rgb(245 245 245 / 0);
}
.border-t-neutral-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1);
}
.border-t-neutral-100\/100 {
  border-top-color: rgb(245 245 245 / 1);
}
.border-t-neutral-100\/15 {
  border-top-color: rgb(245 245 245 / 0.15);
}
.border-t-neutral-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2);
}
.border-t-neutral-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25);
}
.border-t-neutral-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3);
}
.border-t-neutral-100\/35 {
  border-top-color: rgb(245 245 245 / 0.35);
}
.border-t-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
}
.border-t-neutral-100\/45 {
  border-top-color: rgb(245 245 245 / 0.45);
}
.border-t-neutral-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05);
}
.border-t-neutral-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5);
}
.border-t-neutral-100\/55 {
  border-top-color: rgb(245 245 245 / 0.55);
}
.border-t-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
}
.border-t-neutral-100\/65 {
  border-top-color: rgb(245 245 245 / 0.65);
}
.border-t-neutral-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7);
}
.border-t-neutral-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75);
}
.border-t-neutral-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8);
}
.border-t-neutral-100\/85 {
  border-top-color: rgb(245 245 245 / 0.85);
}
.border-t-neutral-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9);
}
.border-t-neutral-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95);
}
.border-t-neutral-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-t-neutral-200\/0 {
  border-top-color: rgb(229 229 229 / 0);
}
.border-t-neutral-200\/10 {
  border-top-color: rgb(229 229 229 / 0.1);
}
.border-t-neutral-200\/100 {
  border-top-color: rgb(229 229 229 / 1);
}
.border-t-neutral-200\/15 {
  border-top-color: rgb(229 229 229 / 0.15);
}
.border-t-neutral-200\/20 {
  border-top-color: rgb(229 229 229 / 0.2);
}
.border-t-neutral-200\/25 {
  border-top-color: rgb(229 229 229 / 0.25);
}
.border-t-neutral-200\/30 {
  border-top-color: rgb(229 229 229 / 0.3);
}
.border-t-neutral-200\/35 {
  border-top-color: rgb(229 229 229 / 0.35);
}
.border-t-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
}
.border-t-neutral-200\/45 {
  border-top-color: rgb(229 229 229 / 0.45);
}
.border-t-neutral-200\/5 {
  border-top-color: rgb(229 229 229 / 0.05);
}
.border-t-neutral-200\/50 {
  border-top-color: rgb(229 229 229 / 0.5);
}
.border-t-neutral-200\/55 {
  border-top-color: rgb(229 229 229 / 0.55);
}
.border-t-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
}
.border-t-neutral-200\/65 {
  border-top-color: rgb(229 229 229 / 0.65);
}
.border-t-neutral-200\/70 {
  border-top-color: rgb(229 229 229 / 0.7);
}
.border-t-neutral-200\/75 {
  border-top-color: rgb(229 229 229 / 0.75);
}
.border-t-neutral-200\/80 {
  border-top-color: rgb(229 229 229 / 0.8);
}
.border-t-neutral-200\/85 {
  border-top-color: rgb(229 229 229 / 0.85);
}
.border-t-neutral-200\/90 {
  border-top-color: rgb(229 229 229 / 0.9);
}
.border-t-neutral-200\/95 {
  border-top-color: rgb(229 229 229 / 0.95);
}
.border-t-neutral-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-t-neutral-300\/0 {
  border-top-color: rgb(212 212 212 / 0);
}
.border-t-neutral-300\/10 {
  border-top-color: rgb(212 212 212 / 0.1);
}
.border-t-neutral-300\/100 {
  border-top-color: rgb(212 212 212 / 1);
}
.border-t-neutral-300\/15 {
  border-top-color: rgb(212 212 212 / 0.15);
}
.border-t-neutral-300\/20 {
  border-top-color: rgb(212 212 212 / 0.2);
}
.border-t-neutral-300\/25 {
  border-top-color: rgb(212 212 212 / 0.25);
}
.border-t-neutral-300\/30 {
  border-top-color: rgb(212 212 212 / 0.3);
}
.border-t-neutral-300\/35 {
  border-top-color: rgb(212 212 212 / 0.35);
}
.border-t-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
}
.border-t-neutral-300\/45 {
  border-top-color: rgb(212 212 212 / 0.45);
}
.border-t-neutral-300\/5 {
  border-top-color: rgb(212 212 212 / 0.05);
}
.border-t-neutral-300\/50 {
  border-top-color: rgb(212 212 212 / 0.5);
}
.border-t-neutral-300\/55 {
  border-top-color: rgb(212 212 212 / 0.55);
}
.border-t-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
}
.border-t-neutral-300\/65 {
  border-top-color: rgb(212 212 212 / 0.65);
}
.border-t-neutral-300\/70 {
  border-top-color: rgb(212 212 212 / 0.7);
}
.border-t-neutral-300\/75 {
  border-top-color: rgb(212 212 212 / 0.75);
}
.border-t-neutral-300\/80 {
  border-top-color: rgb(212 212 212 / 0.8);
}
.border-t-neutral-300\/85 {
  border-top-color: rgb(212 212 212 / 0.85);
}
.border-t-neutral-300\/90 {
  border-top-color: rgb(212 212 212 / 0.9);
}
.border-t-neutral-300\/95 {
  border-top-color: rgb(212 212 212 / 0.95);
}
.border-t-neutral-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-t-neutral-400\/0 {
  border-top-color: rgb(163 163 163 / 0);
}
.border-t-neutral-400\/10 {
  border-top-color: rgb(163 163 163 / 0.1);
}
.border-t-neutral-400\/100 {
  border-top-color: rgb(163 163 163 / 1);
}
.border-t-neutral-400\/15 {
  border-top-color: rgb(163 163 163 / 0.15);
}
.border-t-neutral-400\/20 {
  border-top-color: rgb(163 163 163 / 0.2);
}
.border-t-neutral-400\/25 {
  border-top-color: rgb(163 163 163 / 0.25);
}
.border-t-neutral-400\/30 {
  border-top-color: rgb(163 163 163 / 0.3);
}
.border-t-neutral-400\/35 {
  border-top-color: rgb(163 163 163 / 0.35);
}
.border-t-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
}
.border-t-neutral-400\/45 {
  border-top-color: rgb(163 163 163 / 0.45);
}
.border-t-neutral-400\/5 {
  border-top-color: rgb(163 163 163 / 0.05);
}
.border-t-neutral-400\/50 {
  border-top-color: rgb(163 163 163 / 0.5);
}
.border-t-neutral-400\/55 {
  border-top-color: rgb(163 163 163 / 0.55);
}
.border-t-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
}
.border-t-neutral-400\/65 {
  border-top-color: rgb(163 163 163 / 0.65);
}
.border-t-neutral-400\/70 {
  border-top-color: rgb(163 163 163 / 0.7);
}
.border-t-neutral-400\/75 {
  border-top-color: rgb(163 163 163 / 0.75);
}
.border-t-neutral-400\/80 {
  border-top-color: rgb(163 163 163 / 0.8);
}
.border-t-neutral-400\/85 {
  border-top-color: rgb(163 163 163 / 0.85);
}
.border-t-neutral-400\/90 {
  border-top-color: rgb(163 163 163 / 0.9);
}
.border-t-neutral-400\/95 {
  border-top-color: rgb(163 163 163 / 0.95);
}
.border-t-neutral-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-t-neutral-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
}
.border-t-neutral-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}
.border-t-neutral-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
}
.border-t-neutral-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.border-t-neutral-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}
.border-t-neutral-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}
.border-t-neutral-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}
.border-t-neutral-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-neutral-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.border-t-neutral-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}
.border-t-neutral-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}
.border-t-neutral-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-neutral-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.border-t-neutral-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}
.border-t-neutral-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}
.border-t-neutral-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}
.border-t-neutral-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.border-t-neutral-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}
.border-t-neutral-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}
.border-t-neutral-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-t-neutral-500\/0 {
  border-top-color: rgb(115 115 115 / 0);
}
.border-t-neutral-500\/10 {
  border-top-color: rgb(115 115 115 / 0.1);
}
.border-t-neutral-500\/100 {
  border-top-color: rgb(115 115 115 / 1);
}
.border-t-neutral-500\/15 {
  border-top-color: rgb(115 115 115 / 0.15);
}
.border-t-neutral-500\/20 {
  border-top-color: rgb(115 115 115 / 0.2);
}
.border-t-neutral-500\/25 {
  border-top-color: rgb(115 115 115 / 0.25);
}
.border-t-neutral-500\/30 {
  border-top-color: rgb(115 115 115 / 0.3);
}
.border-t-neutral-500\/35 {
  border-top-color: rgb(115 115 115 / 0.35);
}
.border-t-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
}
.border-t-neutral-500\/45 {
  border-top-color: rgb(115 115 115 / 0.45);
}
.border-t-neutral-500\/5 {
  border-top-color: rgb(115 115 115 / 0.05);
}
.border-t-neutral-500\/50 {
  border-top-color: rgb(115 115 115 / 0.5);
}
.border-t-neutral-500\/55 {
  border-top-color: rgb(115 115 115 / 0.55);
}
.border-t-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
}
.border-t-neutral-500\/65 {
  border-top-color: rgb(115 115 115 / 0.65);
}
.border-t-neutral-500\/70 {
  border-top-color: rgb(115 115 115 / 0.7);
}
.border-t-neutral-500\/75 {
  border-top-color: rgb(115 115 115 / 0.75);
}
.border-t-neutral-500\/80 {
  border-top-color: rgb(115 115 115 / 0.8);
}
.border-t-neutral-500\/85 {
  border-top-color: rgb(115 115 115 / 0.85);
}
.border-t-neutral-500\/90 {
  border-top-color: rgb(115 115 115 / 0.9);
}
.border-t-neutral-500\/95 {
  border-top-color: rgb(115 115 115 / 0.95);
}
.border-t-neutral-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-t-neutral-600\/0 {
  border-top-color: rgb(82 82 82 / 0);
}
.border-t-neutral-600\/10 {
  border-top-color: rgb(82 82 82 / 0.1);
}
.border-t-neutral-600\/100 {
  border-top-color: rgb(82 82 82 / 1);
}
.border-t-neutral-600\/15 {
  border-top-color: rgb(82 82 82 / 0.15);
}
.border-t-neutral-600\/20 {
  border-top-color: rgb(82 82 82 / 0.2);
}
.border-t-neutral-600\/25 {
  border-top-color: rgb(82 82 82 / 0.25);
}
.border-t-neutral-600\/30 {
  border-top-color: rgb(82 82 82 / 0.3);
}
.border-t-neutral-600\/35 {
  border-top-color: rgb(82 82 82 / 0.35);
}
.border-t-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
}
.border-t-neutral-600\/45 {
  border-top-color: rgb(82 82 82 / 0.45);
}
.border-t-neutral-600\/5 {
  border-top-color: rgb(82 82 82 / 0.05);
}
.border-t-neutral-600\/50 {
  border-top-color: rgb(82 82 82 / 0.5);
}
.border-t-neutral-600\/55 {
  border-top-color: rgb(82 82 82 / 0.55);
}
.border-t-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
}
.border-t-neutral-600\/65 {
  border-top-color: rgb(82 82 82 / 0.65);
}
.border-t-neutral-600\/70 {
  border-top-color: rgb(82 82 82 / 0.7);
}
.border-t-neutral-600\/75 {
  border-top-color: rgb(82 82 82 / 0.75);
}
.border-t-neutral-600\/80 {
  border-top-color: rgb(82 82 82 / 0.8);
}
.border-t-neutral-600\/85 {
  border-top-color: rgb(82 82 82 / 0.85);
}
.border-t-neutral-600\/90 {
  border-top-color: rgb(82 82 82 / 0.9);
}
.border-t-neutral-600\/95 {
  border-top-color: rgb(82 82 82 / 0.95);
}
.border-t-neutral-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-t-neutral-700\/0 {
  border-top-color: rgb(64 64 64 / 0);
}
.border-t-neutral-700\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}
.border-t-neutral-700\/100 {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-neutral-700\/15 {
  border-top-color: rgb(64 64 64 / 0.15);
}
.border-t-neutral-700\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}
.border-t-neutral-700\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}
.border-t-neutral-700\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}
.border-t-neutral-700\/35 {
  border-top-color: rgb(64 64 64 / 0.35);
}
.border-t-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-neutral-700\/45 {
  border-top-color: rgb(64 64 64 / 0.45);
}
.border-t-neutral-700\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}
.border-t-neutral-700\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-neutral-700\/55 {
  border-top-color: rgb(64 64 64 / 0.55);
}
.border-t-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-neutral-700\/65 {
  border-top-color: rgb(64 64 64 / 0.65);
}
.border-t-neutral-700\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}
.border-t-neutral-700\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}
.border-t-neutral-700\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}
.border-t-neutral-700\/85 {
  border-top-color: rgb(64 64 64 / 0.85);
}
.border-t-neutral-700\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}
.border-t-neutral-700\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}
.border-t-neutral-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-t-neutral-800\/0 {
  border-top-color: rgb(38 38 38 / 0);
}
.border-t-neutral-800\/10 {
  border-top-color: rgb(38 38 38 / 0.1);
}
.border-t-neutral-800\/100 {
  border-top-color: rgb(38 38 38 / 1);
}
.border-t-neutral-800\/15 {
  border-top-color: rgb(38 38 38 / 0.15);
}
.border-t-neutral-800\/20 {
  border-top-color: rgb(38 38 38 / 0.2);
}
.border-t-neutral-800\/25 {
  border-top-color: rgb(38 38 38 / 0.25);
}
.border-t-neutral-800\/30 {
  border-top-color: rgb(38 38 38 / 0.3);
}
.border-t-neutral-800\/35 {
  border-top-color: rgb(38 38 38 / 0.35);
}
.border-t-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
}
.border-t-neutral-800\/45 {
  border-top-color: rgb(38 38 38 / 0.45);
}
.border-t-neutral-800\/5 {
  border-top-color: rgb(38 38 38 / 0.05);
}
.border-t-neutral-800\/50 {
  border-top-color: rgb(38 38 38 / 0.5);
}
.border-t-neutral-800\/55 {
  border-top-color: rgb(38 38 38 / 0.55);
}
.border-t-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
}
.border-t-neutral-800\/65 {
  border-top-color: rgb(38 38 38 / 0.65);
}
.border-t-neutral-800\/70 {
  border-top-color: rgb(38 38 38 / 0.7);
}
.border-t-neutral-800\/75 {
  border-top-color: rgb(38 38 38 / 0.75);
}
.border-t-neutral-800\/80 {
  border-top-color: rgb(38 38 38 / 0.8);
}
.border-t-neutral-800\/85 {
  border-top-color: rgb(38 38 38 / 0.85);
}
.border-t-neutral-800\/90 {
  border-top-color: rgb(38 38 38 / 0.9);
}
.border-t-neutral-800\/95 {
  border-top-color: rgb(38 38 38 / 0.95);
}
.border-t-neutral-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-t-neutral-900\/0 {
  border-top-color: rgb(23 23 23 / 0);
}
.border-t-neutral-900\/10 {
  border-top-color: rgb(23 23 23 / 0.1);
}
.border-t-neutral-900\/100 {
  border-top-color: rgb(23 23 23 / 1);
}
.border-t-neutral-900\/15 {
  border-top-color: rgb(23 23 23 / 0.15);
}
.border-t-neutral-900\/20 {
  border-top-color: rgb(23 23 23 / 0.2);
}
.border-t-neutral-900\/25 {
  border-top-color: rgb(23 23 23 / 0.25);
}
.border-t-neutral-900\/30 {
  border-top-color: rgb(23 23 23 / 0.3);
}
.border-t-neutral-900\/35 {
  border-top-color: rgb(23 23 23 / 0.35);
}
.border-t-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
}
.border-t-neutral-900\/45 {
  border-top-color: rgb(23 23 23 / 0.45);
}
.border-t-neutral-900\/5 {
  border-top-color: rgb(23 23 23 / 0.05);
}
.border-t-neutral-900\/50 {
  border-top-color: rgb(23 23 23 / 0.5);
}
.border-t-neutral-900\/55 {
  border-top-color: rgb(23 23 23 / 0.55);
}
.border-t-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
}
.border-t-neutral-900\/65 {
  border-top-color: rgb(23 23 23 / 0.65);
}
.border-t-neutral-900\/70 {
  border-top-color: rgb(23 23 23 / 0.7);
}
.border-t-neutral-900\/75 {
  border-top-color: rgb(23 23 23 / 0.75);
}
.border-t-neutral-900\/80 {
  border-top-color: rgb(23 23 23 / 0.8);
}
.border-t-neutral-900\/85 {
  border-top-color: rgb(23 23 23 / 0.85);
}
.border-t-neutral-900\/90 {
  border-top-color: rgb(23 23 23 / 0.9);
}
.border-t-neutral-900\/95 {
  border-top-color: rgb(23 23 23 / 0.95);
}
.border-t-neutral-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-t-neutral-950\/0 {
  border-top-color: rgb(10 10 10 / 0);
}
.border-t-neutral-950\/10 {
  border-top-color: rgb(10 10 10 / 0.1);
}
.border-t-neutral-950\/100 {
  border-top-color: rgb(10 10 10 / 1);
}
.border-t-neutral-950\/15 {
  border-top-color: rgb(10 10 10 / 0.15);
}
.border-t-neutral-950\/20 {
  border-top-color: rgb(10 10 10 / 0.2);
}
.border-t-neutral-950\/25 {
  border-top-color: rgb(10 10 10 / 0.25);
}
.border-t-neutral-950\/30 {
  border-top-color: rgb(10 10 10 / 0.3);
}
.border-t-neutral-950\/35 {
  border-top-color: rgb(10 10 10 / 0.35);
}
.border-t-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
}
.border-t-neutral-950\/45 {
  border-top-color: rgb(10 10 10 / 0.45);
}
.border-t-neutral-950\/5 {
  border-top-color: rgb(10 10 10 / 0.05);
}
.border-t-neutral-950\/50 {
  border-top-color: rgb(10 10 10 / 0.5);
}
.border-t-neutral-950\/55 {
  border-top-color: rgb(10 10 10 / 0.55);
}
.border-t-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
}
.border-t-neutral-950\/65 {
  border-top-color: rgb(10 10 10 / 0.65);
}
.border-t-neutral-950\/70 {
  border-top-color: rgb(10 10 10 / 0.7);
}
.border-t-neutral-950\/75 {
  border-top-color: rgb(10 10 10 / 0.75);
}
.border-t-neutral-950\/80 {
  border-top-color: rgb(10 10 10 / 0.8);
}
.border-t-neutral-950\/85 {
  border-top-color: rgb(10 10 10 / 0.85);
}
.border-t-neutral-950\/90 {
  border-top-color: rgb(10 10 10 / 0.9);
}
.border-t-neutral-950\/95 {
  border-top-color: rgb(10 10 10 / 0.95);
}
.border-t-orange-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-t-orange-100\/0 {
  border-top-color: rgb(255 237 213 / 0);
}
.border-t-orange-100\/10 {
  border-top-color: rgb(255 237 213 / 0.1);
}
.border-t-orange-100\/100 {
  border-top-color: rgb(255 237 213 / 1);
}
.border-t-orange-100\/15 {
  border-top-color: rgb(255 237 213 / 0.15);
}
.border-t-orange-100\/20 {
  border-top-color: rgb(255 237 213 / 0.2);
}
.border-t-orange-100\/25 {
  border-top-color: rgb(255 237 213 / 0.25);
}
.border-t-orange-100\/30 {
  border-top-color: rgb(255 237 213 / 0.3);
}
.border-t-orange-100\/35 {
  border-top-color: rgb(255 237 213 / 0.35);
}
.border-t-orange-100\/40 {
  border-top-color: rgb(255 237 213 / 0.4);
}
.border-t-orange-100\/45 {
  border-top-color: rgb(255 237 213 / 0.45);
}
.border-t-orange-100\/5 {
  border-top-color: rgb(255 237 213 / 0.05);
}
.border-t-orange-100\/50 {
  border-top-color: rgb(255 237 213 / 0.5);
}
.border-t-orange-100\/55 {
  border-top-color: rgb(255 237 213 / 0.55);
}
.border-t-orange-100\/60 {
  border-top-color: rgb(255 237 213 / 0.6);
}
.border-t-orange-100\/65 {
  border-top-color: rgb(255 237 213 / 0.65);
}
.border-t-orange-100\/70 {
  border-top-color: rgb(255 237 213 / 0.7);
}
.border-t-orange-100\/75 {
  border-top-color: rgb(255 237 213 / 0.75);
}
.border-t-orange-100\/80 {
  border-top-color: rgb(255 237 213 / 0.8);
}
.border-t-orange-100\/85 {
  border-top-color: rgb(255 237 213 / 0.85);
}
.border-t-orange-100\/90 {
  border-top-color: rgb(255 237 213 / 0.9);
}
.border-t-orange-100\/95 {
  border-top-color: rgb(255 237 213 / 0.95);
}
.border-t-orange-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-t-orange-200\/0 {
  border-top-color: rgb(254 215 170 / 0);
}
.border-t-orange-200\/10 {
  border-top-color: rgb(254 215 170 / 0.1);
}
.border-t-orange-200\/100 {
  border-top-color: rgb(254 215 170 / 1);
}
.border-t-orange-200\/15 {
  border-top-color: rgb(254 215 170 / 0.15);
}
.border-t-orange-200\/20 {
  border-top-color: rgb(254 215 170 / 0.2);
}
.border-t-orange-200\/25 {
  border-top-color: rgb(254 215 170 / 0.25);
}
.border-t-orange-200\/30 {
  border-top-color: rgb(254 215 170 / 0.3);
}
.border-t-orange-200\/35 {
  border-top-color: rgb(254 215 170 / 0.35);
}
.border-t-orange-200\/40 {
  border-top-color: rgb(254 215 170 / 0.4);
}
.border-t-orange-200\/45 {
  border-top-color: rgb(254 215 170 / 0.45);
}
.border-t-orange-200\/5 {
  border-top-color: rgb(254 215 170 / 0.05);
}
.border-t-orange-200\/50 {
  border-top-color: rgb(254 215 170 / 0.5);
}
.border-t-orange-200\/55 {
  border-top-color: rgb(254 215 170 / 0.55);
}
.border-t-orange-200\/60 {
  border-top-color: rgb(254 215 170 / 0.6);
}
.border-t-orange-200\/65 {
  border-top-color: rgb(254 215 170 / 0.65);
}
.border-t-orange-200\/70 {
  border-top-color: rgb(254 215 170 / 0.7);
}
.border-t-orange-200\/75 {
  border-top-color: rgb(254 215 170 / 0.75);
}
.border-t-orange-200\/80 {
  border-top-color: rgb(254 215 170 / 0.8);
}
.border-t-orange-200\/85 {
  border-top-color: rgb(254 215 170 / 0.85);
}
.border-t-orange-200\/90 {
  border-top-color: rgb(254 215 170 / 0.9);
}
.border-t-orange-200\/95 {
  border-top-color: rgb(254 215 170 / 0.95);
}
.border-t-orange-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-t-orange-300\/0 {
  border-top-color: rgb(253 186 116 / 0);
}
.border-t-orange-300\/10 {
  border-top-color: rgb(253 186 116 / 0.1);
}
.border-t-orange-300\/100 {
  border-top-color: rgb(253 186 116 / 1);
}
.border-t-orange-300\/15 {
  border-top-color: rgb(253 186 116 / 0.15);
}
.border-t-orange-300\/20 {
  border-top-color: rgb(253 186 116 / 0.2);
}
.border-t-orange-300\/25 {
  border-top-color: rgb(253 186 116 / 0.25);
}
.border-t-orange-300\/30 {
  border-top-color: rgb(253 186 116 / 0.3);
}
.border-t-orange-300\/35 {
  border-top-color: rgb(253 186 116 / 0.35);
}
.border-t-orange-300\/40 {
  border-top-color: rgb(253 186 116 / 0.4);
}
.border-t-orange-300\/45 {
  border-top-color: rgb(253 186 116 / 0.45);
}
.border-t-orange-300\/5 {
  border-top-color: rgb(253 186 116 / 0.05);
}
.border-t-orange-300\/50 {
  border-top-color: rgb(253 186 116 / 0.5);
}
.border-t-orange-300\/55 {
  border-top-color: rgb(253 186 116 / 0.55);
}
.border-t-orange-300\/60 {
  border-top-color: rgb(253 186 116 / 0.6);
}
.border-t-orange-300\/65 {
  border-top-color: rgb(253 186 116 / 0.65);
}
.border-t-orange-300\/70 {
  border-top-color: rgb(253 186 116 / 0.7);
}
.border-t-orange-300\/75 {
  border-top-color: rgb(253 186 116 / 0.75);
}
.border-t-orange-300\/80 {
  border-top-color: rgb(253 186 116 / 0.8);
}
.border-t-orange-300\/85 {
  border-top-color: rgb(253 186 116 / 0.85);
}
.border-t-orange-300\/90 {
  border-top-color: rgb(253 186 116 / 0.9);
}
.border-t-orange-300\/95 {
  border-top-color: rgb(253 186 116 / 0.95);
}
.border-t-orange-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-t-orange-400\/0 {
  border-top-color: rgb(251 146 60 / 0);
}
.border-t-orange-400\/10 {
  border-top-color: rgb(251 146 60 / 0.1);
}
.border-t-orange-400\/100 {
  border-top-color: rgb(251 146 60 / 1);
}
.border-t-orange-400\/15 {
  border-top-color: rgb(251 146 60 / 0.15);
}
.border-t-orange-400\/20 {
  border-top-color: rgb(251 146 60 / 0.2);
}
.border-t-orange-400\/25 {
  border-top-color: rgb(251 146 60 / 0.25);
}
.border-t-orange-400\/30 {
  border-top-color: rgb(251 146 60 / 0.3);
}
.border-t-orange-400\/35 {
  border-top-color: rgb(251 146 60 / 0.35);
}
.border-t-orange-400\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
}
.border-t-orange-400\/45 {
  border-top-color: rgb(251 146 60 / 0.45);
}
.border-t-orange-400\/5 {
  border-top-color: rgb(251 146 60 / 0.05);
}
.border-t-orange-400\/50 {
  border-top-color: rgb(251 146 60 / 0.5);
}
.border-t-orange-400\/55 {
  border-top-color: rgb(251 146 60 / 0.55);
}
.border-t-orange-400\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
}
.border-t-orange-400\/65 {
  border-top-color: rgb(251 146 60 / 0.65);
}
.border-t-orange-400\/70 {
  border-top-color: rgb(251 146 60 / 0.7);
}
.border-t-orange-400\/75 {
  border-top-color: rgb(251 146 60 / 0.75);
}
.border-t-orange-400\/80 {
  border-top-color: rgb(251 146 60 / 0.8);
}
.border-t-orange-400\/85 {
  border-top-color: rgb(251 146 60 / 0.85);
}
.border-t-orange-400\/90 {
  border-top-color: rgb(251 146 60 / 0.9);
}
.border-t-orange-400\/95 {
  border-top-color: rgb(251 146 60 / 0.95);
}
.border-t-orange-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-t-orange-50\/0 {
  border-top-color: rgb(255 247 237 / 0);
}
.border-t-orange-50\/10 {
  border-top-color: rgb(255 247 237 / 0.1);
}
.border-t-orange-50\/100 {
  border-top-color: rgb(255 247 237 / 1);
}
.border-t-orange-50\/15 {
  border-top-color: rgb(255 247 237 / 0.15);
}
.border-t-orange-50\/20 {
  border-top-color: rgb(255 247 237 / 0.2);
}
.border-t-orange-50\/25 {
  border-top-color: rgb(255 247 237 / 0.25);
}
.border-t-orange-50\/30 {
  border-top-color: rgb(255 247 237 / 0.3);
}
.border-t-orange-50\/35 {
  border-top-color: rgb(255 247 237 / 0.35);
}
.border-t-orange-50\/40 {
  border-top-color: rgb(255 247 237 / 0.4);
}
.border-t-orange-50\/45 {
  border-top-color: rgb(255 247 237 / 0.45);
}
.border-t-orange-50\/5 {
  border-top-color: rgb(255 247 237 / 0.05);
}
.border-t-orange-50\/50 {
  border-top-color: rgb(255 247 237 / 0.5);
}
.border-t-orange-50\/55 {
  border-top-color: rgb(255 247 237 / 0.55);
}
.border-t-orange-50\/60 {
  border-top-color: rgb(255 247 237 / 0.6);
}
.border-t-orange-50\/65 {
  border-top-color: rgb(255 247 237 / 0.65);
}
.border-t-orange-50\/70 {
  border-top-color: rgb(255 247 237 / 0.7);
}
.border-t-orange-50\/75 {
  border-top-color: rgb(255 247 237 / 0.75);
}
.border-t-orange-50\/80 {
  border-top-color: rgb(255 247 237 / 0.8);
}
.border-t-orange-50\/85 {
  border-top-color: rgb(255 247 237 / 0.85);
}
.border-t-orange-50\/90 {
  border-top-color: rgb(255 247 237 / 0.9);
}
.border-t-orange-50\/95 {
  border-top-color: rgb(255 247 237 / 0.95);
}
.border-t-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-t-orange-500\/0 {
  border-top-color: rgb(249 115 22 / 0);
}
.border-t-orange-500\/10 {
  border-top-color: rgb(249 115 22 / 0.1);
}
.border-t-orange-500\/100 {
  border-top-color: rgb(249 115 22 / 1);
}
.border-t-orange-500\/15 {
  border-top-color: rgb(249 115 22 / 0.15);
}
.border-t-orange-500\/20 {
  border-top-color: rgb(249 115 22 / 0.2);
}
.border-t-orange-500\/25 {
  border-top-color: rgb(249 115 22 / 0.25);
}
.border-t-orange-500\/30 {
  border-top-color: rgb(249 115 22 / 0.3);
}
.border-t-orange-500\/35 {
  border-top-color: rgb(249 115 22 / 0.35);
}
.border-t-orange-500\/40 {
  border-top-color: rgb(249 115 22 / 0.4);
}
.border-t-orange-500\/45 {
  border-top-color: rgb(249 115 22 / 0.45);
}
.border-t-orange-500\/5 {
  border-top-color: rgb(249 115 22 / 0.05);
}
.border-t-orange-500\/50 {
  border-top-color: rgb(249 115 22 / 0.5);
}
.border-t-orange-500\/55 {
  border-top-color: rgb(249 115 22 / 0.55);
}
.border-t-orange-500\/60 {
  border-top-color: rgb(249 115 22 / 0.6);
}
.border-t-orange-500\/65 {
  border-top-color: rgb(249 115 22 / 0.65);
}
.border-t-orange-500\/70 {
  border-top-color: rgb(249 115 22 / 0.7);
}
.border-t-orange-500\/75 {
  border-top-color: rgb(249 115 22 / 0.75);
}
.border-t-orange-500\/80 {
  border-top-color: rgb(249 115 22 / 0.8);
}
.border-t-orange-500\/85 {
  border-top-color: rgb(249 115 22 / 0.85);
}
.border-t-orange-500\/90 {
  border-top-color: rgb(249 115 22 / 0.9);
}
.border-t-orange-500\/95 {
  border-top-color: rgb(249 115 22 / 0.95);
}
.border-t-orange-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-t-orange-600\/0 {
  border-top-color: rgb(234 88 12 / 0);
}
.border-t-orange-600\/10 {
  border-top-color: rgb(234 88 12 / 0.1);
}
.border-t-orange-600\/100 {
  border-top-color: rgb(234 88 12 / 1);
}
.border-t-orange-600\/15 {
  border-top-color: rgb(234 88 12 / 0.15);
}
.border-t-orange-600\/20 {
  border-top-color: rgb(234 88 12 / 0.2);
}
.border-t-orange-600\/25 {
  border-top-color: rgb(234 88 12 / 0.25);
}
.border-t-orange-600\/30 {
  border-top-color: rgb(234 88 12 / 0.3);
}
.border-t-orange-600\/35 {
  border-top-color: rgb(234 88 12 / 0.35);
}
.border-t-orange-600\/40 {
  border-top-color: rgb(234 88 12 / 0.4);
}
.border-t-orange-600\/45 {
  border-top-color: rgb(234 88 12 / 0.45);
}
.border-t-orange-600\/5 {
  border-top-color: rgb(234 88 12 / 0.05);
}
.border-t-orange-600\/50 {
  border-top-color: rgb(234 88 12 / 0.5);
}
.border-t-orange-600\/55 {
  border-top-color: rgb(234 88 12 / 0.55);
}
.border-t-orange-600\/60 {
  border-top-color: rgb(234 88 12 / 0.6);
}
.border-t-orange-600\/65 {
  border-top-color: rgb(234 88 12 / 0.65);
}
.border-t-orange-600\/70 {
  border-top-color: rgb(234 88 12 / 0.7);
}
.border-t-orange-600\/75 {
  border-top-color: rgb(234 88 12 / 0.75);
}
.border-t-orange-600\/80 {
  border-top-color: rgb(234 88 12 / 0.8);
}
.border-t-orange-600\/85 {
  border-top-color: rgb(234 88 12 / 0.85);
}
.border-t-orange-600\/90 {
  border-top-color: rgb(234 88 12 / 0.9);
}
.border-t-orange-600\/95 {
  border-top-color: rgb(234 88 12 / 0.95);
}
.border-t-orange-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-t-orange-700\/0 {
  border-top-color: rgb(194 65 12 / 0);
}
.border-t-orange-700\/10 {
  border-top-color: rgb(194 65 12 / 0.1);
}
.border-t-orange-700\/100 {
  border-top-color: rgb(194 65 12 / 1);
}
.border-t-orange-700\/15 {
  border-top-color: rgb(194 65 12 / 0.15);
}
.border-t-orange-700\/20 {
  border-top-color: rgb(194 65 12 / 0.2);
}
.border-t-orange-700\/25 {
  border-top-color: rgb(194 65 12 / 0.25);
}
.border-t-orange-700\/30 {
  border-top-color: rgb(194 65 12 / 0.3);
}
.border-t-orange-700\/35 {
  border-top-color: rgb(194 65 12 / 0.35);
}
.border-t-orange-700\/40 {
  border-top-color: rgb(194 65 12 / 0.4);
}
.border-t-orange-700\/45 {
  border-top-color: rgb(194 65 12 / 0.45);
}
.border-t-orange-700\/5 {
  border-top-color: rgb(194 65 12 / 0.05);
}
.border-t-orange-700\/50 {
  border-top-color: rgb(194 65 12 / 0.5);
}
.border-t-orange-700\/55 {
  border-top-color: rgb(194 65 12 / 0.55);
}
.border-t-orange-700\/60 {
  border-top-color: rgb(194 65 12 / 0.6);
}
.border-t-orange-700\/65 {
  border-top-color: rgb(194 65 12 / 0.65);
}
.border-t-orange-700\/70 {
  border-top-color: rgb(194 65 12 / 0.7);
}
.border-t-orange-700\/75 {
  border-top-color: rgb(194 65 12 / 0.75);
}
.border-t-orange-700\/80 {
  border-top-color: rgb(194 65 12 / 0.8);
}
.border-t-orange-700\/85 {
  border-top-color: rgb(194 65 12 / 0.85);
}
.border-t-orange-700\/90 {
  border-top-color: rgb(194 65 12 / 0.9);
}
.border-t-orange-700\/95 {
  border-top-color: rgb(194 65 12 / 0.95);
}
.border-t-orange-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-t-orange-800\/0 {
  border-top-color: rgb(154 52 18 / 0);
}
.border-t-orange-800\/10 {
  border-top-color: rgb(154 52 18 / 0.1);
}
.border-t-orange-800\/100 {
  border-top-color: rgb(154 52 18 / 1);
}
.border-t-orange-800\/15 {
  border-top-color: rgb(154 52 18 / 0.15);
}
.border-t-orange-800\/20 {
  border-top-color: rgb(154 52 18 / 0.2);
}
.border-t-orange-800\/25 {
  border-top-color: rgb(154 52 18 / 0.25);
}
.border-t-orange-800\/30 {
  border-top-color: rgb(154 52 18 / 0.3);
}
.border-t-orange-800\/35 {
  border-top-color: rgb(154 52 18 / 0.35);
}
.border-t-orange-800\/40 {
  border-top-color: rgb(154 52 18 / 0.4);
}
.border-t-orange-800\/45 {
  border-top-color: rgb(154 52 18 / 0.45);
}
.border-t-orange-800\/5 {
  border-top-color: rgb(154 52 18 / 0.05);
}
.border-t-orange-800\/50 {
  border-top-color: rgb(154 52 18 / 0.5);
}
.border-t-orange-800\/55 {
  border-top-color: rgb(154 52 18 / 0.55);
}
.border-t-orange-800\/60 {
  border-top-color: rgb(154 52 18 / 0.6);
}
.border-t-orange-800\/65 {
  border-top-color: rgb(154 52 18 / 0.65);
}
.border-t-orange-800\/70 {
  border-top-color: rgb(154 52 18 / 0.7);
}
.border-t-orange-800\/75 {
  border-top-color: rgb(154 52 18 / 0.75);
}
.border-t-orange-800\/80 {
  border-top-color: rgb(154 52 18 / 0.8);
}
.border-t-orange-800\/85 {
  border-top-color: rgb(154 52 18 / 0.85);
}
.border-t-orange-800\/90 {
  border-top-color: rgb(154 52 18 / 0.9);
}
.border-t-orange-800\/95 {
  border-top-color: rgb(154 52 18 / 0.95);
}
.border-t-orange-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-t-orange-900\/0 {
  border-top-color: rgb(124 45 18 / 0);
}
.border-t-orange-900\/10 {
  border-top-color: rgb(124 45 18 / 0.1);
}
.border-t-orange-900\/100 {
  border-top-color: rgb(124 45 18 / 1);
}
.border-t-orange-900\/15 {
  border-top-color: rgb(124 45 18 / 0.15);
}
.border-t-orange-900\/20 {
  border-top-color: rgb(124 45 18 / 0.2);
}
.border-t-orange-900\/25 {
  border-top-color: rgb(124 45 18 / 0.25);
}
.border-t-orange-900\/30 {
  border-top-color: rgb(124 45 18 / 0.3);
}
.border-t-orange-900\/35 {
  border-top-color: rgb(124 45 18 / 0.35);
}
.border-t-orange-900\/40 {
  border-top-color: rgb(124 45 18 / 0.4);
}
.border-t-orange-900\/45 {
  border-top-color: rgb(124 45 18 / 0.45);
}
.border-t-orange-900\/5 {
  border-top-color: rgb(124 45 18 / 0.05);
}
.border-t-orange-900\/50 {
  border-top-color: rgb(124 45 18 / 0.5);
}
.border-t-orange-900\/55 {
  border-top-color: rgb(124 45 18 / 0.55);
}
.border-t-orange-900\/60 {
  border-top-color: rgb(124 45 18 / 0.6);
}
.border-t-orange-900\/65 {
  border-top-color: rgb(124 45 18 / 0.65);
}
.border-t-orange-900\/70 {
  border-top-color: rgb(124 45 18 / 0.7);
}
.border-t-orange-900\/75 {
  border-top-color: rgb(124 45 18 / 0.75);
}
.border-t-orange-900\/80 {
  border-top-color: rgb(124 45 18 / 0.8);
}
.border-t-orange-900\/85 {
  border-top-color: rgb(124 45 18 / 0.85);
}
.border-t-orange-900\/90 {
  border-top-color: rgb(124 45 18 / 0.9);
}
.border-t-orange-900\/95 {
  border-top-color: rgb(124 45 18 / 0.95);
}
.border-t-orange-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-t-orange-950\/0 {
  border-top-color: rgb(67 20 7 / 0);
}
.border-t-orange-950\/10 {
  border-top-color: rgb(67 20 7 / 0.1);
}
.border-t-orange-950\/100 {
  border-top-color: rgb(67 20 7 / 1);
}
.border-t-orange-950\/15 {
  border-top-color: rgb(67 20 7 / 0.15);
}
.border-t-orange-950\/20 {
  border-top-color: rgb(67 20 7 / 0.2);
}
.border-t-orange-950\/25 {
  border-top-color: rgb(67 20 7 / 0.25);
}
.border-t-orange-950\/30 {
  border-top-color: rgb(67 20 7 / 0.3);
}
.border-t-orange-950\/35 {
  border-top-color: rgb(67 20 7 / 0.35);
}
.border-t-orange-950\/40 {
  border-top-color: rgb(67 20 7 / 0.4);
}
.border-t-orange-950\/45 {
  border-top-color: rgb(67 20 7 / 0.45);
}
.border-t-orange-950\/5 {
  border-top-color: rgb(67 20 7 / 0.05);
}
.border-t-orange-950\/50 {
  border-top-color: rgb(67 20 7 / 0.5);
}
.border-t-orange-950\/55 {
  border-top-color: rgb(67 20 7 / 0.55);
}
.border-t-orange-950\/60 {
  border-top-color: rgb(67 20 7 / 0.6);
}
.border-t-orange-950\/65 {
  border-top-color: rgb(67 20 7 / 0.65);
}
.border-t-orange-950\/70 {
  border-top-color: rgb(67 20 7 / 0.7);
}
.border-t-orange-950\/75 {
  border-top-color: rgb(67 20 7 / 0.75);
}
.border-t-orange-950\/80 {
  border-top-color: rgb(67 20 7 / 0.8);
}
.border-t-orange-950\/85 {
  border-top-color: rgb(67 20 7 / 0.85);
}
.border-t-orange-950\/90 {
  border-top-color: rgb(67 20 7 / 0.9);
}
.border-t-orange-950\/95 {
  border-top-color: rgb(67 20 7 / 0.95);
}
.border-t-pink-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-t-pink-100\/0 {
  border-top-color: rgb(252 231 243 / 0);
}
.border-t-pink-100\/10 {
  border-top-color: rgb(252 231 243 / 0.1);
}
.border-t-pink-100\/100 {
  border-top-color: rgb(252 231 243 / 1);
}
.border-t-pink-100\/15 {
  border-top-color: rgb(252 231 243 / 0.15);
}
.border-t-pink-100\/20 {
  border-top-color: rgb(252 231 243 / 0.2);
}
.border-t-pink-100\/25 {
  border-top-color: rgb(252 231 243 / 0.25);
}
.border-t-pink-100\/30 {
  border-top-color: rgb(252 231 243 / 0.3);
}
.border-t-pink-100\/35 {
  border-top-color: rgb(252 231 243 / 0.35);
}
.border-t-pink-100\/40 {
  border-top-color: rgb(252 231 243 / 0.4);
}
.border-t-pink-100\/45 {
  border-top-color: rgb(252 231 243 / 0.45);
}
.border-t-pink-100\/5 {
  border-top-color: rgb(252 231 243 / 0.05);
}
.border-t-pink-100\/50 {
  border-top-color: rgb(252 231 243 / 0.5);
}
.border-t-pink-100\/55 {
  border-top-color: rgb(252 231 243 / 0.55);
}
.border-t-pink-100\/60 {
  border-top-color: rgb(252 231 243 / 0.6);
}
.border-t-pink-100\/65 {
  border-top-color: rgb(252 231 243 / 0.65);
}
.border-t-pink-100\/70 {
  border-top-color: rgb(252 231 243 / 0.7);
}
.border-t-pink-100\/75 {
  border-top-color: rgb(252 231 243 / 0.75);
}
.border-t-pink-100\/80 {
  border-top-color: rgb(252 231 243 / 0.8);
}
.border-t-pink-100\/85 {
  border-top-color: rgb(252 231 243 / 0.85);
}
.border-t-pink-100\/90 {
  border-top-color: rgb(252 231 243 / 0.9);
}
.border-t-pink-100\/95 {
  border-top-color: rgb(252 231 243 / 0.95);
}
.border-t-pink-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-t-pink-200\/0 {
  border-top-color: rgb(251 207 232 / 0);
}
.border-t-pink-200\/10 {
  border-top-color: rgb(251 207 232 / 0.1);
}
.border-t-pink-200\/100 {
  border-top-color: rgb(251 207 232 / 1);
}
.border-t-pink-200\/15 {
  border-top-color: rgb(251 207 232 / 0.15);
}
.border-t-pink-200\/20 {
  border-top-color: rgb(251 207 232 / 0.2);
}
.border-t-pink-200\/25 {
  border-top-color: rgb(251 207 232 / 0.25);
}
.border-t-pink-200\/30 {
  border-top-color: rgb(251 207 232 / 0.3);
}
.border-t-pink-200\/35 {
  border-top-color: rgb(251 207 232 / 0.35);
}
.border-t-pink-200\/40 {
  border-top-color: rgb(251 207 232 / 0.4);
}
.border-t-pink-200\/45 {
  border-top-color: rgb(251 207 232 / 0.45);
}
.border-t-pink-200\/5 {
  border-top-color: rgb(251 207 232 / 0.05);
}
.border-t-pink-200\/50 {
  border-top-color: rgb(251 207 232 / 0.5);
}
.border-t-pink-200\/55 {
  border-top-color: rgb(251 207 232 / 0.55);
}
.border-t-pink-200\/60 {
  border-top-color: rgb(251 207 232 / 0.6);
}
.border-t-pink-200\/65 {
  border-top-color: rgb(251 207 232 / 0.65);
}
.border-t-pink-200\/70 {
  border-top-color: rgb(251 207 232 / 0.7);
}
.border-t-pink-200\/75 {
  border-top-color: rgb(251 207 232 / 0.75);
}
.border-t-pink-200\/80 {
  border-top-color: rgb(251 207 232 / 0.8);
}
.border-t-pink-200\/85 {
  border-top-color: rgb(251 207 232 / 0.85);
}
.border-t-pink-200\/90 {
  border-top-color: rgb(251 207 232 / 0.9);
}
.border-t-pink-200\/95 {
  border-top-color: rgb(251 207 232 / 0.95);
}
.border-t-pink-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-t-pink-300\/0 {
  border-top-color: rgb(249 168 212 / 0);
}
.border-t-pink-300\/10 {
  border-top-color: rgb(249 168 212 / 0.1);
}
.border-t-pink-300\/100 {
  border-top-color: rgb(249 168 212 / 1);
}
.border-t-pink-300\/15 {
  border-top-color: rgb(249 168 212 / 0.15);
}
.border-t-pink-300\/20 {
  border-top-color: rgb(249 168 212 / 0.2);
}
.border-t-pink-300\/25 {
  border-top-color: rgb(249 168 212 / 0.25);
}
.border-t-pink-300\/30 {
  border-top-color: rgb(249 168 212 / 0.3);
}
.border-t-pink-300\/35 {
  border-top-color: rgb(249 168 212 / 0.35);
}
.border-t-pink-300\/40 {
  border-top-color: rgb(249 168 212 / 0.4);
}
.border-t-pink-300\/45 {
  border-top-color: rgb(249 168 212 / 0.45);
}
.border-t-pink-300\/5 {
  border-top-color: rgb(249 168 212 / 0.05);
}
.border-t-pink-300\/50 {
  border-top-color: rgb(249 168 212 / 0.5);
}
.border-t-pink-300\/55 {
  border-top-color: rgb(249 168 212 / 0.55);
}
.border-t-pink-300\/60 {
  border-top-color: rgb(249 168 212 / 0.6);
}
.border-t-pink-300\/65 {
  border-top-color: rgb(249 168 212 / 0.65);
}
.border-t-pink-300\/70 {
  border-top-color: rgb(249 168 212 / 0.7);
}
.border-t-pink-300\/75 {
  border-top-color: rgb(249 168 212 / 0.75);
}
.border-t-pink-300\/80 {
  border-top-color: rgb(249 168 212 / 0.8);
}
.border-t-pink-300\/85 {
  border-top-color: rgb(249 168 212 / 0.85);
}
.border-t-pink-300\/90 {
  border-top-color: rgb(249 168 212 / 0.9);
}
.border-t-pink-300\/95 {
  border-top-color: rgb(249 168 212 / 0.95);
}
.border-t-pink-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-t-pink-400\/0 {
  border-top-color: rgb(244 114 182 / 0);
}
.border-t-pink-400\/10 {
  border-top-color: rgb(244 114 182 / 0.1);
}
.border-t-pink-400\/100 {
  border-top-color: rgb(244 114 182 / 1);
}
.border-t-pink-400\/15 {
  border-top-color: rgb(244 114 182 / 0.15);
}
.border-t-pink-400\/20 {
  border-top-color: rgb(244 114 182 / 0.2);
}
.border-t-pink-400\/25 {
  border-top-color: rgb(244 114 182 / 0.25);
}
.border-t-pink-400\/30 {
  border-top-color: rgb(244 114 182 / 0.3);
}
.border-t-pink-400\/35 {
  border-top-color: rgb(244 114 182 / 0.35);
}
.border-t-pink-400\/40 {
  border-top-color: rgb(244 114 182 / 0.4);
}
.border-t-pink-400\/45 {
  border-top-color: rgb(244 114 182 / 0.45);
}
.border-t-pink-400\/5 {
  border-top-color: rgb(244 114 182 / 0.05);
}
.border-t-pink-400\/50 {
  border-top-color: rgb(244 114 182 / 0.5);
}
.border-t-pink-400\/55 {
  border-top-color: rgb(244 114 182 / 0.55);
}
.border-t-pink-400\/60 {
  border-top-color: rgb(244 114 182 / 0.6);
}
.border-t-pink-400\/65 {
  border-top-color: rgb(244 114 182 / 0.65);
}
.border-t-pink-400\/70 {
  border-top-color: rgb(244 114 182 / 0.7);
}
.border-t-pink-400\/75 {
  border-top-color: rgb(244 114 182 / 0.75);
}
.border-t-pink-400\/80 {
  border-top-color: rgb(244 114 182 / 0.8);
}
.border-t-pink-400\/85 {
  border-top-color: rgb(244 114 182 / 0.85);
}
.border-t-pink-400\/90 {
  border-top-color: rgb(244 114 182 / 0.9);
}
.border-t-pink-400\/95 {
  border-top-color: rgb(244 114 182 / 0.95);
}
.border-t-pink-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-t-pink-50\/0 {
  border-top-color: rgb(253 242 248 / 0);
}
.border-t-pink-50\/10 {
  border-top-color: rgb(253 242 248 / 0.1);
}
.border-t-pink-50\/100 {
  border-top-color: rgb(253 242 248 / 1);
}
.border-t-pink-50\/15 {
  border-top-color: rgb(253 242 248 / 0.15);
}
.border-t-pink-50\/20 {
  border-top-color: rgb(253 242 248 / 0.2);
}
.border-t-pink-50\/25 {
  border-top-color: rgb(253 242 248 / 0.25);
}
.border-t-pink-50\/30 {
  border-top-color: rgb(253 242 248 / 0.3);
}
.border-t-pink-50\/35 {
  border-top-color: rgb(253 242 248 / 0.35);
}
.border-t-pink-50\/40 {
  border-top-color: rgb(253 242 248 / 0.4);
}
.border-t-pink-50\/45 {
  border-top-color: rgb(253 242 248 / 0.45);
}
.border-t-pink-50\/5 {
  border-top-color: rgb(253 242 248 / 0.05);
}
.border-t-pink-50\/50 {
  border-top-color: rgb(253 242 248 / 0.5);
}
.border-t-pink-50\/55 {
  border-top-color: rgb(253 242 248 / 0.55);
}
.border-t-pink-50\/60 {
  border-top-color: rgb(253 242 248 / 0.6);
}
.border-t-pink-50\/65 {
  border-top-color: rgb(253 242 248 / 0.65);
}
.border-t-pink-50\/70 {
  border-top-color: rgb(253 242 248 / 0.7);
}
.border-t-pink-50\/75 {
  border-top-color: rgb(253 242 248 / 0.75);
}
.border-t-pink-50\/80 {
  border-top-color: rgb(253 242 248 / 0.8);
}
.border-t-pink-50\/85 {
  border-top-color: rgb(253 242 248 / 0.85);
}
.border-t-pink-50\/90 {
  border-top-color: rgb(253 242 248 / 0.9);
}
.border-t-pink-50\/95 {
  border-top-color: rgb(253 242 248 / 0.95);
}
.border-t-pink-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-t-pink-500\/0 {
  border-top-color: rgb(236 72 153 / 0);
}
.border-t-pink-500\/10 {
  border-top-color: rgb(236 72 153 / 0.1);
}
.border-t-pink-500\/100 {
  border-top-color: rgb(236 72 153 / 1);
}
.border-t-pink-500\/15 {
  border-top-color: rgb(236 72 153 / 0.15);
}
.border-t-pink-500\/20 {
  border-top-color: rgb(236 72 153 / 0.2);
}
.border-t-pink-500\/25 {
  border-top-color: rgb(236 72 153 / 0.25);
}
.border-t-pink-500\/30 {
  border-top-color: rgb(236 72 153 / 0.3);
}
.border-t-pink-500\/35 {
  border-top-color: rgb(236 72 153 / 0.35);
}
.border-t-pink-500\/40 {
  border-top-color: rgb(236 72 153 / 0.4);
}
.border-t-pink-500\/45 {
  border-top-color: rgb(236 72 153 / 0.45);
}
.border-t-pink-500\/5 {
  border-top-color: rgb(236 72 153 / 0.05);
}
.border-t-pink-500\/50 {
  border-top-color: rgb(236 72 153 / 0.5);
}
.border-t-pink-500\/55 {
  border-top-color: rgb(236 72 153 / 0.55);
}
.border-t-pink-500\/60 {
  border-top-color: rgb(236 72 153 / 0.6);
}
.border-t-pink-500\/65 {
  border-top-color: rgb(236 72 153 / 0.65);
}
.border-t-pink-500\/70 {
  border-top-color: rgb(236 72 153 / 0.7);
}
.border-t-pink-500\/75 {
  border-top-color: rgb(236 72 153 / 0.75);
}
.border-t-pink-500\/80 {
  border-top-color: rgb(236 72 153 / 0.8);
}
.border-t-pink-500\/85 {
  border-top-color: rgb(236 72 153 / 0.85);
}
.border-t-pink-500\/90 {
  border-top-color: rgb(236 72 153 / 0.9);
}
.border-t-pink-500\/95 {
  border-top-color: rgb(236 72 153 / 0.95);
}
.border-t-pink-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-t-pink-600\/0 {
  border-top-color: rgb(219 39 119 / 0);
}
.border-t-pink-600\/10 {
  border-top-color: rgb(219 39 119 / 0.1);
}
.border-t-pink-600\/100 {
  border-top-color: rgb(219 39 119 / 1);
}
.border-t-pink-600\/15 {
  border-top-color: rgb(219 39 119 / 0.15);
}
.border-t-pink-600\/20 {
  border-top-color: rgb(219 39 119 / 0.2);
}
.border-t-pink-600\/25 {
  border-top-color: rgb(219 39 119 / 0.25);
}
.border-t-pink-600\/30 {
  border-top-color: rgb(219 39 119 / 0.3);
}
.border-t-pink-600\/35 {
  border-top-color: rgb(219 39 119 / 0.35);
}
.border-t-pink-600\/40 {
  border-top-color: rgb(219 39 119 / 0.4);
}
.border-t-pink-600\/45 {
  border-top-color: rgb(219 39 119 / 0.45);
}
.border-t-pink-600\/5 {
  border-top-color: rgb(219 39 119 / 0.05);
}
.border-t-pink-600\/50 {
  border-top-color: rgb(219 39 119 / 0.5);
}
.border-t-pink-600\/55 {
  border-top-color: rgb(219 39 119 / 0.55);
}
.border-t-pink-600\/60 {
  border-top-color: rgb(219 39 119 / 0.6);
}
.border-t-pink-600\/65 {
  border-top-color: rgb(219 39 119 / 0.65);
}
.border-t-pink-600\/70 {
  border-top-color: rgb(219 39 119 / 0.7);
}
.border-t-pink-600\/75 {
  border-top-color: rgb(219 39 119 / 0.75);
}
.border-t-pink-600\/80 {
  border-top-color: rgb(219 39 119 / 0.8);
}
.border-t-pink-600\/85 {
  border-top-color: rgb(219 39 119 / 0.85);
}
.border-t-pink-600\/90 {
  border-top-color: rgb(219 39 119 / 0.9);
}
.border-t-pink-600\/95 {
  border-top-color: rgb(219 39 119 / 0.95);
}
.border-t-pink-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-t-pink-700\/0 {
  border-top-color: rgb(190 24 93 / 0);
}
.border-t-pink-700\/10 {
  border-top-color: rgb(190 24 93 / 0.1);
}
.border-t-pink-700\/100 {
  border-top-color: rgb(190 24 93 / 1);
}
.border-t-pink-700\/15 {
  border-top-color: rgb(190 24 93 / 0.15);
}
.border-t-pink-700\/20 {
  border-top-color: rgb(190 24 93 / 0.2);
}
.border-t-pink-700\/25 {
  border-top-color: rgb(190 24 93 / 0.25);
}
.border-t-pink-700\/30 {
  border-top-color: rgb(190 24 93 / 0.3);
}
.border-t-pink-700\/35 {
  border-top-color: rgb(190 24 93 / 0.35);
}
.border-t-pink-700\/40 {
  border-top-color: rgb(190 24 93 / 0.4);
}
.border-t-pink-700\/45 {
  border-top-color: rgb(190 24 93 / 0.45);
}
.border-t-pink-700\/5 {
  border-top-color: rgb(190 24 93 / 0.05);
}
.border-t-pink-700\/50 {
  border-top-color: rgb(190 24 93 / 0.5);
}
.border-t-pink-700\/55 {
  border-top-color: rgb(190 24 93 / 0.55);
}
.border-t-pink-700\/60 {
  border-top-color: rgb(190 24 93 / 0.6);
}
.border-t-pink-700\/65 {
  border-top-color: rgb(190 24 93 / 0.65);
}
.border-t-pink-700\/70 {
  border-top-color: rgb(190 24 93 / 0.7);
}
.border-t-pink-700\/75 {
  border-top-color: rgb(190 24 93 / 0.75);
}
.border-t-pink-700\/80 {
  border-top-color: rgb(190 24 93 / 0.8);
}
.border-t-pink-700\/85 {
  border-top-color: rgb(190 24 93 / 0.85);
}
.border-t-pink-700\/90 {
  border-top-color: rgb(190 24 93 / 0.9);
}
.border-t-pink-700\/95 {
  border-top-color: rgb(190 24 93 / 0.95);
}
.border-t-pink-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-t-pink-800\/0 {
  border-top-color: rgb(157 23 77 / 0);
}
.border-t-pink-800\/10 {
  border-top-color: rgb(157 23 77 / 0.1);
}
.border-t-pink-800\/100 {
  border-top-color: rgb(157 23 77 / 1);
}
.border-t-pink-800\/15 {
  border-top-color: rgb(157 23 77 / 0.15);
}
.border-t-pink-800\/20 {
  border-top-color: rgb(157 23 77 / 0.2);
}
.border-t-pink-800\/25 {
  border-top-color: rgb(157 23 77 / 0.25);
}
.border-t-pink-800\/30 {
  border-top-color: rgb(157 23 77 / 0.3);
}
.border-t-pink-800\/35 {
  border-top-color: rgb(157 23 77 / 0.35);
}
.border-t-pink-800\/40 {
  border-top-color: rgb(157 23 77 / 0.4);
}
.border-t-pink-800\/45 {
  border-top-color: rgb(157 23 77 / 0.45);
}
.border-t-pink-800\/5 {
  border-top-color: rgb(157 23 77 / 0.05);
}
.border-t-pink-800\/50 {
  border-top-color: rgb(157 23 77 / 0.5);
}
.border-t-pink-800\/55 {
  border-top-color: rgb(157 23 77 / 0.55);
}
.border-t-pink-800\/60 {
  border-top-color: rgb(157 23 77 / 0.6);
}
.border-t-pink-800\/65 {
  border-top-color: rgb(157 23 77 / 0.65);
}
.border-t-pink-800\/70 {
  border-top-color: rgb(157 23 77 / 0.7);
}
.border-t-pink-800\/75 {
  border-top-color: rgb(157 23 77 / 0.75);
}
.border-t-pink-800\/80 {
  border-top-color: rgb(157 23 77 / 0.8);
}
.border-t-pink-800\/85 {
  border-top-color: rgb(157 23 77 / 0.85);
}
.border-t-pink-800\/90 {
  border-top-color: rgb(157 23 77 / 0.9);
}
.border-t-pink-800\/95 {
  border-top-color: rgb(157 23 77 / 0.95);
}
.border-t-pink-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-t-pink-900\/0 {
  border-top-color: rgb(131 24 67 / 0);
}
.border-t-pink-900\/10 {
  border-top-color: rgb(131 24 67 / 0.1);
}
.border-t-pink-900\/100 {
  border-top-color: rgb(131 24 67 / 1);
}
.border-t-pink-900\/15 {
  border-top-color: rgb(131 24 67 / 0.15);
}
.border-t-pink-900\/20 {
  border-top-color: rgb(131 24 67 / 0.2);
}
.border-t-pink-900\/25 {
  border-top-color: rgb(131 24 67 / 0.25);
}
.border-t-pink-900\/30 {
  border-top-color: rgb(131 24 67 / 0.3);
}
.border-t-pink-900\/35 {
  border-top-color: rgb(131 24 67 / 0.35);
}
.border-t-pink-900\/40 {
  border-top-color: rgb(131 24 67 / 0.4);
}
.border-t-pink-900\/45 {
  border-top-color: rgb(131 24 67 / 0.45);
}
.border-t-pink-900\/5 {
  border-top-color: rgb(131 24 67 / 0.05);
}
.border-t-pink-900\/50 {
  border-top-color: rgb(131 24 67 / 0.5);
}
.border-t-pink-900\/55 {
  border-top-color: rgb(131 24 67 / 0.55);
}
.border-t-pink-900\/60 {
  border-top-color: rgb(131 24 67 / 0.6);
}
.border-t-pink-900\/65 {
  border-top-color: rgb(131 24 67 / 0.65);
}
.border-t-pink-900\/70 {
  border-top-color: rgb(131 24 67 / 0.7);
}
.border-t-pink-900\/75 {
  border-top-color: rgb(131 24 67 / 0.75);
}
.border-t-pink-900\/80 {
  border-top-color: rgb(131 24 67 / 0.8);
}
.border-t-pink-900\/85 {
  border-top-color: rgb(131 24 67 / 0.85);
}
.border-t-pink-900\/90 {
  border-top-color: rgb(131 24 67 / 0.9);
}
.border-t-pink-900\/95 {
  border-top-color: rgb(131 24 67 / 0.95);
}
.border-t-pink-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-t-pink-950\/0 {
  border-top-color: rgb(80 7 36 / 0);
}
.border-t-pink-950\/10 {
  border-top-color: rgb(80 7 36 / 0.1);
}
.border-t-pink-950\/100 {
  border-top-color: rgb(80 7 36 / 1);
}
.border-t-pink-950\/15 {
  border-top-color: rgb(80 7 36 / 0.15);
}
.border-t-pink-950\/20 {
  border-top-color: rgb(80 7 36 / 0.2);
}
.border-t-pink-950\/25 {
  border-top-color: rgb(80 7 36 / 0.25);
}
.border-t-pink-950\/30 {
  border-top-color: rgb(80 7 36 / 0.3);
}
.border-t-pink-950\/35 {
  border-top-color: rgb(80 7 36 / 0.35);
}
.border-t-pink-950\/40 {
  border-top-color: rgb(80 7 36 / 0.4);
}
.border-t-pink-950\/45 {
  border-top-color: rgb(80 7 36 / 0.45);
}
.border-t-pink-950\/5 {
  border-top-color: rgb(80 7 36 / 0.05);
}
.border-t-pink-950\/50 {
  border-top-color: rgb(80 7 36 / 0.5);
}
.border-t-pink-950\/55 {
  border-top-color: rgb(80 7 36 / 0.55);
}
.border-t-pink-950\/60 {
  border-top-color: rgb(80 7 36 / 0.6);
}
.border-t-pink-950\/65 {
  border-top-color: rgb(80 7 36 / 0.65);
}
.border-t-pink-950\/70 {
  border-top-color: rgb(80 7 36 / 0.7);
}
.border-t-pink-950\/75 {
  border-top-color: rgb(80 7 36 / 0.75);
}
.border-t-pink-950\/80 {
  border-top-color: rgb(80 7 36 / 0.8);
}
.border-t-pink-950\/85 {
  border-top-color: rgb(80 7 36 / 0.85);
}
.border-t-pink-950\/90 {
  border-top-color: rgb(80 7 36 / 0.9);
}
.border-t-pink-950\/95 {
  border-top-color: rgb(80 7 36 / 0.95);
}
.border-t-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-t-purple-100\/0 {
  border-top-color: rgb(243 232 255 / 0);
}
.border-t-purple-100\/10 {
  border-top-color: rgb(243 232 255 / 0.1);
}
.border-t-purple-100\/100 {
  border-top-color: rgb(243 232 255 / 1);
}
.border-t-purple-100\/15 {
  border-top-color: rgb(243 232 255 / 0.15);
}
.border-t-purple-100\/20 {
  border-top-color: rgb(243 232 255 / 0.2);
}
.border-t-purple-100\/25 {
  border-top-color: rgb(243 232 255 / 0.25);
}
.border-t-purple-100\/30 {
  border-top-color: rgb(243 232 255 / 0.3);
}
.border-t-purple-100\/35 {
  border-top-color: rgb(243 232 255 / 0.35);
}
.border-t-purple-100\/40 {
  border-top-color: rgb(243 232 255 / 0.4);
}
.border-t-purple-100\/45 {
  border-top-color: rgb(243 232 255 / 0.45);
}
.border-t-purple-100\/5 {
  border-top-color: rgb(243 232 255 / 0.05);
}
.border-t-purple-100\/50 {
  border-top-color: rgb(243 232 255 / 0.5);
}
.border-t-purple-100\/55 {
  border-top-color: rgb(243 232 255 / 0.55);
}
.border-t-purple-100\/60 {
  border-top-color: rgb(243 232 255 / 0.6);
}
.border-t-purple-100\/65 {
  border-top-color: rgb(243 232 255 / 0.65);
}
.border-t-purple-100\/70 {
  border-top-color: rgb(243 232 255 / 0.7);
}
.border-t-purple-100\/75 {
  border-top-color: rgb(243 232 255 / 0.75);
}
.border-t-purple-100\/80 {
  border-top-color: rgb(243 232 255 / 0.8);
}
.border-t-purple-100\/85 {
  border-top-color: rgb(243 232 255 / 0.85);
}
.border-t-purple-100\/90 {
  border-top-color: rgb(243 232 255 / 0.9);
}
.border-t-purple-100\/95 {
  border-top-color: rgb(243 232 255 / 0.95);
}
.border-t-purple-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-t-purple-200\/0 {
  border-top-color: rgb(233 213 255 / 0);
}
.border-t-purple-200\/10 {
  border-top-color: rgb(233 213 255 / 0.1);
}
.border-t-purple-200\/100 {
  border-top-color: rgb(233 213 255 / 1);
}
.border-t-purple-200\/15 {
  border-top-color: rgb(233 213 255 / 0.15);
}
.border-t-purple-200\/20 {
  border-top-color: rgb(233 213 255 / 0.2);
}
.border-t-purple-200\/25 {
  border-top-color: rgb(233 213 255 / 0.25);
}
.border-t-purple-200\/30 {
  border-top-color: rgb(233 213 255 / 0.3);
}
.border-t-purple-200\/35 {
  border-top-color: rgb(233 213 255 / 0.35);
}
.border-t-purple-200\/40 {
  border-top-color: rgb(233 213 255 / 0.4);
}
.border-t-purple-200\/45 {
  border-top-color: rgb(233 213 255 / 0.45);
}
.border-t-purple-200\/5 {
  border-top-color: rgb(233 213 255 / 0.05);
}
.border-t-purple-200\/50 {
  border-top-color: rgb(233 213 255 / 0.5);
}
.border-t-purple-200\/55 {
  border-top-color: rgb(233 213 255 / 0.55);
}
.border-t-purple-200\/60 {
  border-top-color: rgb(233 213 255 / 0.6);
}
.border-t-purple-200\/65 {
  border-top-color: rgb(233 213 255 / 0.65);
}
.border-t-purple-200\/70 {
  border-top-color: rgb(233 213 255 / 0.7);
}
.border-t-purple-200\/75 {
  border-top-color: rgb(233 213 255 / 0.75);
}
.border-t-purple-200\/80 {
  border-top-color: rgb(233 213 255 / 0.8);
}
.border-t-purple-200\/85 {
  border-top-color: rgb(233 213 255 / 0.85);
}
.border-t-purple-200\/90 {
  border-top-color: rgb(233 213 255 / 0.9);
}
.border-t-purple-200\/95 {
  border-top-color: rgb(233 213 255 / 0.95);
}
.border-t-purple-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-t-purple-300\/0 {
  border-top-color: rgb(216 180 254 / 0);
}
.border-t-purple-300\/10 {
  border-top-color: rgb(216 180 254 / 0.1);
}
.border-t-purple-300\/100 {
  border-top-color: rgb(216 180 254 / 1);
}
.border-t-purple-300\/15 {
  border-top-color: rgb(216 180 254 / 0.15);
}
.border-t-purple-300\/20 {
  border-top-color: rgb(216 180 254 / 0.2);
}
.border-t-purple-300\/25 {
  border-top-color: rgb(216 180 254 / 0.25);
}
.border-t-purple-300\/30 {
  border-top-color: rgb(216 180 254 / 0.3);
}
.border-t-purple-300\/35 {
  border-top-color: rgb(216 180 254 / 0.35);
}
.border-t-purple-300\/40 {
  border-top-color: rgb(216 180 254 / 0.4);
}
.border-t-purple-300\/45 {
  border-top-color: rgb(216 180 254 / 0.45);
}
.border-t-purple-300\/5 {
  border-top-color: rgb(216 180 254 / 0.05);
}
.border-t-purple-300\/50 {
  border-top-color: rgb(216 180 254 / 0.5);
}
.border-t-purple-300\/55 {
  border-top-color: rgb(216 180 254 / 0.55);
}
.border-t-purple-300\/60 {
  border-top-color: rgb(216 180 254 / 0.6);
}
.border-t-purple-300\/65 {
  border-top-color: rgb(216 180 254 / 0.65);
}
.border-t-purple-300\/70 {
  border-top-color: rgb(216 180 254 / 0.7);
}
.border-t-purple-300\/75 {
  border-top-color: rgb(216 180 254 / 0.75);
}
.border-t-purple-300\/80 {
  border-top-color: rgb(216 180 254 / 0.8);
}
.border-t-purple-300\/85 {
  border-top-color: rgb(216 180 254 / 0.85);
}
.border-t-purple-300\/90 {
  border-top-color: rgb(216 180 254 / 0.9);
}
.border-t-purple-300\/95 {
  border-top-color: rgb(216 180 254 / 0.95);
}
.border-t-purple-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-t-purple-400\/0 {
  border-top-color: rgb(192 132 252 / 0);
}
.border-t-purple-400\/10 {
  border-top-color: rgb(192 132 252 / 0.1);
}
.border-t-purple-400\/100 {
  border-top-color: rgb(192 132 252 / 1);
}
.border-t-purple-400\/15 {
  border-top-color: rgb(192 132 252 / 0.15);
}
.border-t-purple-400\/20 {
  border-top-color: rgb(192 132 252 / 0.2);
}
.border-t-purple-400\/25 {
  border-top-color: rgb(192 132 252 / 0.25);
}
.border-t-purple-400\/30 {
  border-top-color: rgb(192 132 252 / 0.3);
}
.border-t-purple-400\/35 {
  border-top-color: rgb(192 132 252 / 0.35);
}
.border-t-purple-400\/40 {
  border-top-color: rgb(192 132 252 / 0.4);
}
.border-t-purple-400\/45 {
  border-top-color: rgb(192 132 252 / 0.45);
}
.border-t-purple-400\/5 {
  border-top-color: rgb(192 132 252 / 0.05);
}
.border-t-purple-400\/50 {
  border-top-color: rgb(192 132 252 / 0.5);
}
.border-t-purple-400\/55 {
  border-top-color: rgb(192 132 252 / 0.55);
}
.border-t-purple-400\/60 {
  border-top-color: rgb(192 132 252 / 0.6);
}
.border-t-purple-400\/65 {
  border-top-color: rgb(192 132 252 / 0.65);
}
.border-t-purple-400\/70 {
  border-top-color: rgb(192 132 252 / 0.7);
}
.border-t-purple-400\/75 {
  border-top-color: rgb(192 132 252 / 0.75);
}
.border-t-purple-400\/80 {
  border-top-color: rgb(192 132 252 / 0.8);
}
.border-t-purple-400\/85 {
  border-top-color: rgb(192 132 252 / 0.85);
}
.border-t-purple-400\/90 {
  border-top-color: rgb(192 132 252 / 0.9);
}
.border-t-purple-400\/95 {
  border-top-color: rgb(192 132 252 / 0.95);
}
.border-t-purple-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-t-purple-50\/0 {
  border-top-color: rgb(250 245 255 / 0);
}
.border-t-purple-50\/10 {
  border-top-color: rgb(250 245 255 / 0.1);
}
.border-t-purple-50\/100 {
  border-top-color: rgb(250 245 255 / 1);
}
.border-t-purple-50\/15 {
  border-top-color: rgb(250 245 255 / 0.15);
}
.border-t-purple-50\/20 {
  border-top-color: rgb(250 245 255 / 0.2);
}
.border-t-purple-50\/25 {
  border-top-color: rgb(250 245 255 / 0.25);
}
.border-t-purple-50\/30 {
  border-top-color: rgb(250 245 255 / 0.3);
}
.border-t-purple-50\/35 {
  border-top-color: rgb(250 245 255 / 0.35);
}
.border-t-purple-50\/40 {
  border-top-color: rgb(250 245 255 / 0.4);
}
.border-t-purple-50\/45 {
  border-top-color: rgb(250 245 255 / 0.45);
}
.border-t-purple-50\/5 {
  border-top-color: rgb(250 245 255 / 0.05);
}
.border-t-purple-50\/50 {
  border-top-color: rgb(250 245 255 / 0.5);
}
.border-t-purple-50\/55 {
  border-top-color: rgb(250 245 255 / 0.55);
}
.border-t-purple-50\/60 {
  border-top-color: rgb(250 245 255 / 0.6);
}
.border-t-purple-50\/65 {
  border-top-color: rgb(250 245 255 / 0.65);
}
.border-t-purple-50\/70 {
  border-top-color: rgb(250 245 255 / 0.7);
}
.border-t-purple-50\/75 {
  border-top-color: rgb(250 245 255 / 0.75);
}
.border-t-purple-50\/80 {
  border-top-color: rgb(250 245 255 / 0.8);
}
.border-t-purple-50\/85 {
  border-top-color: rgb(250 245 255 / 0.85);
}
.border-t-purple-50\/90 {
  border-top-color: rgb(250 245 255 / 0.9);
}
.border-t-purple-50\/95 {
  border-top-color: rgb(250 245 255 / 0.95);
}
.border-t-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-t-purple-500\/0 {
  border-top-color: rgb(168 85 247 / 0);
}
.border-t-purple-500\/10 {
  border-top-color: rgb(168 85 247 / 0.1);
}
.border-t-purple-500\/100 {
  border-top-color: rgb(168 85 247 / 1);
}
.border-t-purple-500\/15 {
  border-top-color: rgb(168 85 247 / 0.15);
}
.border-t-purple-500\/20 {
  border-top-color: rgb(168 85 247 / 0.2);
}
.border-t-purple-500\/25 {
  border-top-color: rgb(168 85 247 / 0.25);
}
.border-t-purple-500\/30 {
  border-top-color: rgb(168 85 247 / 0.3);
}
.border-t-purple-500\/35 {
  border-top-color: rgb(168 85 247 / 0.35);
}
.border-t-purple-500\/40 {
  border-top-color: rgb(168 85 247 / 0.4);
}
.border-t-purple-500\/45 {
  border-top-color: rgb(168 85 247 / 0.45);
}
.border-t-purple-500\/5 {
  border-top-color: rgb(168 85 247 / 0.05);
}
.border-t-purple-500\/50 {
  border-top-color: rgb(168 85 247 / 0.5);
}
.border-t-purple-500\/55 {
  border-top-color: rgb(168 85 247 / 0.55);
}
.border-t-purple-500\/60 {
  border-top-color: rgb(168 85 247 / 0.6);
}
.border-t-purple-500\/65 {
  border-top-color: rgb(168 85 247 / 0.65);
}
.border-t-purple-500\/70 {
  border-top-color: rgb(168 85 247 / 0.7);
}
.border-t-purple-500\/75 {
  border-top-color: rgb(168 85 247 / 0.75);
}
.border-t-purple-500\/80 {
  border-top-color: rgb(168 85 247 / 0.8);
}
.border-t-purple-500\/85 {
  border-top-color: rgb(168 85 247 / 0.85);
}
.border-t-purple-500\/90 {
  border-top-color: rgb(168 85 247 / 0.9);
}
.border-t-purple-500\/95 {
  border-top-color: rgb(168 85 247 / 0.95);
}
.border-t-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-t-purple-600\/0 {
  border-top-color: rgb(147 51 234 / 0);
}
.border-t-purple-600\/10 {
  border-top-color: rgb(147 51 234 / 0.1);
}
.border-t-purple-600\/100 {
  border-top-color: rgb(147 51 234 / 1);
}
.border-t-purple-600\/15 {
  border-top-color: rgb(147 51 234 / 0.15);
}
.border-t-purple-600\/20 {
  border-top-color: rgb(147 51 234 / 0.2);
}
.border-t-purple-600\/25 {
  border-top-color: rgb(147 51 234 / 0.25);
}
.border-t-purple-600\/30 {
  border-top-color: rgb(147 51 234 / 0.3);
}
.border-t-purple-600\/35 {
  border-top-color: rgb(147 51 234 / 0.35);
}
.border-t-purple-600\/40 {
  border-top-color: rgb(147 51 234 / 0.4);
}
.border-t-purple-600\/45 {
  border-top-color: rgb(147 51 234 / 0.45);
}
.border-t-purple-600\/5 {
  border-top-color: rgb(147 51 234 / 0.05);
}
.border-t-purple-600\/50 {
  border-top-color: rgb(147 51 234 / 0.5);
}
.border-t-purple-600\/55 {
  border-top-color: rgb(147 51 234 / 0.55);
}
.border-t-purple-600\/60 {
  border-top-color: rgb(147 51 234 / 0.6);
}
.border-t-purple-600\/65 {
  border-top-color: rgb(147 51 234 / 0.65);
}
.border-t-purple-600\/70 {
  border-top-color: rgb(147 51 234 / 0.7);
}
.border-t-purple-600\/75 {
  border-top-color: rgb(147 51 234 / 0.75);
}
.border-t-purple-600\/80 {
  border-top-color: rgb(147 51 234 / 0.8);
}
.border-t-purple-600\/85 {
  border-top-color: rgb(147 51 234 / 0.85);
}
.border-t-purple-600\/90 {
  border-top-color: rgb(147 51 234 / 0.9);
}
.border-t-purple-600\/95 {
  border-top-color: rgb(147 51 234 / 0.95);
}
.border-t-purple-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-t-purple-700\/0 {
  border-top-color: rgb(126 34 206 / 0);
}
.border-t-purple-700\/10 {
  border-top-color: rgb(126 34 206 / 0.1);
}
.border-t-purple-700\/100 {
  border-top-color: rgb(126 34 206 / 1);
}
.border-t-purple-700\/15 {
  border-top-color: rgb(126 34 206 / 0.15);
}
.border-t-purple-700\/20 {
  border-top-color: rgb(126 34 206 / 0.2);
}
.border-t-purple-700\/25 {
  border-top-color: rgb(126 34 206 / 0.25);
}
.border-t-purple-700\/30 {
  border-top-color: rgb(126 34 206 / 0.3);
}
.border-t-purple-700\/35 {
  border-top-color: rgb(126 34 206 / 0.35);
}
.border-t-purple-700\/40 {
  border-top-color: rgb(126 34 206 / 0.4);
}
.border-t-purple-700\/45 {
  border-top-color: rgb(126 34 206 / 0.45);
}
.border-t-purple-700\/5 {
  border-top-color: rgb(126 34 206 / 0.05);
}
.border-t-purple-700\/50 {
  border-top-color: rgb(126 34 206 / 0.5);
}
.border-t-purple-700\/55 {
  border-top-color: rgb(126 34 206 / 0.55);
}
.border-t-purple-700\/60 {
  border-top-color: rgb(126 34 206 / 0.6);
}
.border-t-purple-700\/65 {
  border-top-color: rgb(126 34 206 / 0.65);
}
.border-t-purple-700\/70 {
  border-top-color: rgb(126 34 206 / 0.7);
}
.border-t-purple-700\/75 {
  border-top-color: rgb(126 34 206 / 0.75);
}
.border-t-purple-700\/80 {
  border-top-color: rgb(126 34 206 / 0.8);
}
.border-t-purple-700\/85 {
  border-top-color: rgb(126 34 206 / 0.85);
}
.border-t-purple-700\/90 {
  border-top-color: rgb(126 34 206 / 0.9);
}
.border-t-purple-700\/95 {
  border-top-color: rgb(126 34 206 / 0.95);
}
.border-t-purple-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-t-purple-800\/0 {
  border-top-color: rgb(107 33 168 / 0);
}
.border-t-purple-800\/10 {
  border-top-color: rgb(107 33 168 / 0.1);
}
.border-t-purple-800\/100 {
  border-top-color: rgb(107 33 168 / 1);
}
.border-t-purple-800\/15 {
  border-top-color: rgb(107 33 168 / 0.15);
}
.border-t-purple-800\/20 {
  border-top-color: rgb(107 33 168 / 0.2);
}
.border-t-purple-800\/25 {
  border-top-color: rgb(107 33 168 / 0.25);
}
.border-t-purple-800\/30 {
  border-top-color: rgb(107 33 168 / 0.3);
}
.border-t-purple-800\/35 {
  border-top-color: rgb(107 33 168 / 0.35);
}
.border-t-purple-800\/40 {
  border-top-color: rgb(107 33 168 / 0.4);
}
.border-t-purple-800\/45 {
  border-top-color: rgb(107 33 168 / 0.45);
}
.border-t-purple-800\/5 {
  border-top-color: rgb(107 33 168 / 0.05);
}
.border-t-purple-800\/50 {
  border-top-color: rgb(107 33 168 / 0.5);
}
.border-t-purple-800\/55 {
  border-top-color: rgb(107 33 168 / 0.55);
}
.border-t-purple-800\/60 {
  border-top-color: rgb(107 33 168 / 0.6);
}
.border-t-purple-800\/65 {
  border-top-color: rgb(107 33 168 / 0.65);
}
.border-t-purple-800\/70 {
  border-top-color: rgb(107 33 168 / 0.7);
}
.border-t-purple-800\/75 {
  border-top-color: rgb(107 33 168 / 0.75);
}
.border-t-purple-800\/80 {
  border-top-color: rgb(107 33 168 / 0.8);
}
.border-t-purple-800\/85 {
  border-top-color: rgb(107 33 168 / 0.85);
}
.border-t-purple-800\/90 {
  border-top-color: rgb(107 33 168 / 0.9);
}
.border-t-purple-800\/95 {
  border-top-color: rgb(107 33 168 / 0.95);
}
.border-t-purple-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-t-purple-900\/0 {
  border-top-color: rgb(88 28 135 / 0);
}
.border-t-purple-900\/10 {
  border-top-color: rgb(88 28 135 / 0.1);
}
.border-t-purple-900\/100 {
  border-top-color: rgb(88 28 135 / 1);
}
.border-t-purple-900\/15 {
  border-top-color: rgb(88 28 135 / 0.15);
}
.border-t-purple-900\/20 {
  border-top-color: rgb(88 28 135 / 0.2);
}
.border-t-purple-900\/25 {
  border-top-color: rgb(88 28 135 / 0.25);
}
.border-t-purple-900\/30 {
  border-top-color: rgb(88 28 135 / 0.3);
}
.border-t-purple-900\/35 {
  border-top-color: rgb(88 28 135 / 0.35);
}
.border-t-purple-900\/40 {
  border-top-color: rgb(88 28 135 / 0.4);
}
.border-t-purple-900\/45 {
  border-top-color: rgb(88 28 135 / 0.45);
}
.border-t-purple-900\/5 {
  border-top-color: rgb(88 28 135 / 0.05);
}
.border-t-purple-900\/50 {
  border-top-color: rgb(88 28 135 / 0.5);
}
.border-t-purple-900\/55 {
  border-top-color: rgb(88 28 135 / 0.55);
}
.border-t-purple-900\/60 {
  border-top-color: rgb(88 28 135 / 0.6);
}
.border-t-purple-900\/65 {
  border-top-color: rgb(88 28 135 / 0.65);
}
.border-t-purple-900\/70 {
  border-top-color: rgb(88 28 135 / 0.7);
}
.border-t-purple-900\/75 {
  border-top-color: rgb(88 28 135 / 0.75);
}
.border-t-purple-900\/80 {
  border-top-color: rgb(88 28 135 / 0.8);
}
.border-t-purple-900\/85 {
  border-top-color: rgb(88 28 135 / 0.85);
}
.border-t-purple-900\/90 {
  border-top-color: rgb(88 28 135 / 0.9);
}
.border-t-purple-900\/95 {
  border-top-color: rgb(88 28 135 / 0.95);
}
.border-t-purple-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-t-purple-950\/0 {
  border-top-color: rgb(59 7 100 / 0);
}
.border-t-purple-950\/10 {
  border-top-color: rgb(59 7 100 / 0.1);
}
.border-t-purple-950\/100 {
  border-top-color: rgb(59 7 100 / 1);
}
.border-t-purple-950\/15 {
  border-top-color: rgb(59 7 100 / 0.15);
}
.border-t-purple-950\/20 {
  border-top-color: rgb(59 7 100 / 0.2);
}
.border-t-purple-950\/25 {
  border-top-color: rgb(59 7 100 / 0.25);
}
.border-t-purple-950\/30 {
  border-top-color: rgb(59 7 100 / 0.3);
}
.border-t-purple-950\/35 {
  border-top-color: rgb(59 7 100 / 0.35);
}
.border-t-purple-950\/40 {
  border-top-color: rgb(59 7 100 / 0.4);
}
.border-t-purple-950\/45 {
  border-top-color: rgb(59 7 100 / 0.45);
}
.border-t-purple-950\/5 {
  border-top-color: rgb(59 7 100 / 0.05);
}
.border-t-purple-950\/50 {
  border-top-color: rgb(59 7 100 / 0.5);
}
.border-t-purple-950\/55 {
  border-top-color: rgb(59 7 100 / 0.55);
}
.border-t-purple-950\/60 {
  border-top-color: rgb(59 7 100 / 0.6);
}
.border-t-purple-950\/65 {
  border-top-color: rgb(59 7 100 / 0.65);
}
.border-t-purple-950\/70 {
  border-top-color: rgb(59 7 100 / 0.7);
}
.border-t-purple-950\/75 {
  border-top-color: rgb(59 7 100 / 0.75);
}
.border-t-purple-950\/80 {
  border-top-color: rgb(59 7 100 / 0.8);
}
.border-t-purple-950\/85 {
  border-top-color: rgb(59 7 100 / 0.85);
}
.border-t-purple-950\/90 {
  border-top-color: rgb(59 7 100 / 0.9);
}
.border-t-purple-950\/95 {
  border-top-color: rgb(59 7 100 / 0.95);
}
.border-t-red-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-t-red-100\/0 {
  border-top-color: rgb(254 226 226 / 0);
}
.border-t-red-100\/10 {
  border-top-color: rgb(254 226 226 / 0.1);
}
.border-t-red-100\/100 {
  border-top-color: rgb(254 226 226 / 1);
}
.border-t-red-100\/15 {
  border-top-color: rgb(254 226 226 / 0.15);
}
.border-t-red-100\/20 {
  border-top-color: rgb(254 226 226 / 0.2);
}
.border-t-red-100\/25 {
  border-top-color: rgb(254 226 226 / 0.25);
}
.border-t-red-100\/30 {
  border-top-color: rgb(254 226 226 / 0.3);
}
.border-t-red-100\/35 {
  border-top-color: rgb(254 226 226 / 0.35);
}
.border-t-red-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
}
.border-t-red-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45);
}
.border-t-red-100\/5 {
  border-top-color: rgb(254 226 226 / 0.05);
}
.border-t-red-100\/50 {
  border-top-color: rgb(254 226 226 / 0.5);
}
.border-t-red-100\/55 {
  border-top-color: rgb(254 226 226 / 0.55);
}
.border-t-red-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
}
.border-t-red-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65);
}
.border-t-red-100\/70 {
  border-top-color: rgb(254 226 226 / 0.7);
}
.border-t-red-100\/75 {
  border-top-color: rgb(254 226 226 / 0.75);
}
.border-t-red-100\/80 {
  border-top-color: rgb(254 226 226 / 0.8);
}
.border-t-red-100\/85 {
  border-top-color: rgb(254 226 226 / 0.85);
}
.border-t-red-100\/90 {
  border-top-color: rgb(254 226 226 / 0.9);
}
.border-t-red-100\/95 {
  border-top-color: rgb(254 226 226 / 0.95);
}
.border-t-red-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-t-red-200\/0 {
  border-top-color: rgb(254 202 202 / 0);
}
.border-t-red-200\/10 {
  border-top-color: rgb(254 202 202 / 0.1);
}
.border-t-red-200\/100 {
  border-top-color: rgb(254 202 202 / 1);
}
.border-t-red-200\/15 {
  border-top-color: rgb(254 202 202 / 0.15);
}
.border-t-red-200\/20 {
  border-top-color: rgb(254 202 202 / 0.2);
}
.border-t-red-200\/25 {
  border-top-color: rgb(254 202 202 / 0.25);
}
.border-t-red-200\/30 {
  border-top-color: rgb(254 202 202 / 0.3);
}
.border-t-red-200\/35 {
  border-top-color: rgb(254 202 202 / 0.35);
}
.border-t-red-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
}
.border-t-red-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45);
}
.border-t-red-200\/5 {
  border-top-color: rgb(254 202 202 / 0.05);
}
.border-t-red-200\/50 {
  border-top-color: rgb(254 202 202 / 0.5);
}
.border-t-red-200\/55 {
  border-top-color: rgb(254 202 202 / 0.55);
}
.border-t-red-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
}
.border-t-red-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65);
}
.border-t-red-200\/70 {
  border-top-color: rgb(254 202 202 / 0.7);
}
.border-t-red-200\/75 {
  border-top-color: rgb(254 202 202 / 0.75);
}
.border-t-red-200\/80 {
  border-top-color: rgb(254 202 202 / 0.8);
}
.border-t-red-200\/85 {
  border-top-color: rgb(254 202 202 / 0.85);
}
.border-t-red-200\/90 {
  border-top-color: rgb(254 202 202 / 0.9);
}
.border-t-red-200\/95 {
  border-top-color: rgb(254 202 202 / 0.95);
}
.border-t-red-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-t-red-300\/0 {
  border-top-color: rgb(252 165 165 / 0);
}
.border-t-red-300\/10 {
  border-top-color: rgb(252 165 165 / 0.1);
}
.border-t-red-300\/100 {
  border-top-color: rgb(252 165 165 / 1);
}
.border-t-red-300\/15 {
  border-top-color: rgb(252 165 165 / 0.15);
}
.border-t-red-300\/20 {
  border-top-color: rgb(252 165 165 / 0.2);
}
.border-t-red-300\/25 {
  border-top-color: rgb(252 165 165 / 0.25);
}
.border-t-red-300\/30 {
  border-top-color: rgb(252 165 165 / 0.3);
}
.border-t-red-300\/35 {
  border-top-color: rgb(252 165 165 / 0.35);
}
.border-t-red-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
}
.border-t-red-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45);
}
.border-t-red-300\/5 {
  border-top-color: rgb(252 165 165 / 0.05);
}
.border-t-red-300\/50 {
  border-top-color: rgb(252 165 165 / 0.5);
}
.border-t-red-300\/55 {
  border-top-color: rgb(252 165 165 / 0.55);
}
.border-t-red-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
}
.border-t-red-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65);
}
.border-t-red-300\/70 {
  border-top-color: rgb(252 165 165 / 0.7);
}
.border-t-red-300\/75 {
  border-top-color: rgb(252 165 165 / 0.75);
}
.border-t-red-300\/80 {
  border-top-color: rgb(252 165 165 / 0.8);
}
.border-t-red-300\/85 {
  border-top-color: rgb(252 165 165 / 0.85);
}
.border-t-red-300\/90 {
  border-top-color: rgb(252 165 165 / 0.9);
}
.border-t-red-300\/95 {
  border-top-color: rgb(252 165 165 / 0.95);
}
.border-t-red-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-t-red-400\/0 {
  border-top-color: rgb(248 113 113 / 0);
}
.border-t-red-400\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
}
.border-t-red-400\/100 {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-red-400\/15 {
  border-top-color: rgb(248 113 113 / 0.15);
}
.border-t-red-400\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
}
.border-t-red-400\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
}
.border-t-red-400\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
}
.border-t-red-400\/35 {
  border-top-color: rgb(248 113 113 / 0.35);
}
.border-t-red-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.border-t-red-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45);
}
.border-t-red-400\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
}
.border-t-red-400\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-red-400\/55 {
  border-top-color: rgb(248 113 113 / 0.55);
}
.border-t-red-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.border-t-red-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65);
}
.border-t-red-400\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
}
.border-t-red-400\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
}
.border-t-red-400\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
}
.border-t-red-400\/85 {
  border-top-color: rgb(248 113 113 / 0.85);
}
.border-t-red-400\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
}
.border-t-red-400\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
}
.border-t-red-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-t-red-50\/0 {
  border-top-color: rgb(254 242 242 / 0);
}
.border-t-red-50\/10 {
  border-top-color: rgb(254 242 242 / 0.1);
}
.border-t-red-50\/100 {
  border-top-color: rgb(254 242 242 / 1);
}
.border-t-red-50\/15 {
  border-top-color: rgb(254 242 242 / 0.15);
}
.border-t-red-50\/20 {
  border-top-color: rgb(254 242 242 / 0.2);
}
.border-t-red-50\/25 {
  border-top-color: rgb(254 242 242 / 0.25);
}
.border-t-red-50\/30 {
  border-top-color: rgb(254 242 242 / 0.3);
}
.border-t-red-50\/35 {
  border-top-color: rgb(254 242 242 / 0.35);
}
.border-t-red-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
}
.border-t-red-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45);
}
.border-t-red-50\/5 {
  border-top-color: rgb(254 242 242 / 0.05);
}
.border-t-red-50\/50 {
  border-top-color: rgb(254 242 242 / 0.5);
}
.border-t-red-50\/55 {
  border-top-color: rgb(254 242 242 / 0.55);
}
.border-t-red-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
}
.border-t-red-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65);
}
.border-t-red-50\/70 {
  border-top-color: rgb(254 242 242 / 0.7);
}
.border-t-red-50\/75 {
  border-top-color: rgb(254 242 242 / 0.75);
}
.border-t-red-50\/80 {
  border-top-color: rgb(254 242 242 / 0.8);
}
.border-t-red-50\/85 {
  border-top-color: rgb(254 242 242 / 0.85);
}
.border-t-red-50\/90 {
  border-top-color: rgb(254 242 242 / 0.9);
}
.border-t-red-50\/95 {
  border-top-color: rgb(254 242 242 / 0.95);
}
.border-t-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-t-red-500\/0 {
  border-top-color: rgb(239 68 68 / 0);
}
.border-t-red-500\/10 {
  border-top-color: rgb(239 68 68 / 0.1);
}
.border-t-red-500\/100 {
  border-top-color: rgb(239 68 68 / 1);
}
.border-t-red-500\/15 {
  border-top-color: rgb(239 68 68 / 0.15);
}
.border-t-red-500\/20 {
  border-top-color: rgb(239 68 68 / 0.2);
}
.border-t-red-500\/25 {
  border-top-color: rgb(239 68 68 / 0.25);
}
.border-t-red-500\/30 {
  border-top-color: rgb(239 68 68 / 0.3);
}
.border-t-red-500\/35 {
  border-top-color: rgb(239 68 68 / 0.35);
}
.border-t-red-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
}
.border-t-red-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45);
}
.border-t-red-500\/5 {
  border-top-color: rgb(239 68 68 / 0.05);
}
.border-t-red-500\/50 {
  border-top-color: rgb(239 68 68 / 0.5);
}
.border-t-red-500\/55 {
  border-top-color: rgb(239 68 68 / 0.55);
}
.border-t-red-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
}
.border-t-red-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65);
}
.border-t-red-500\/70 {
  border-top-color: rgb(239 68 68 / 0.7);
}
.border-t-red-500\/75 {
  border-top-color: rgb(239 68 68 / 0.75);
}
.border-t-red-500\/80 {
  border-top-color: rgb(239 68 68 / 0.8);
}
.border-t-red-500\/85 {
  border-top-color: rgb(239 68 68 / 0.85);
}
.border-t-red-500\/90 {
  border-top-color: rgb(239 68 68 / 0.9);
}
.border-t-red-500\/95 {
  border-top-color: rgb(239 68 68 / 0.95);
}
.border-t-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-t-red-600\/0 {
  border-top-color: rgb(220 38 38 / 0);
}
.border-t-red-600\/10 {
  border-top-color: rgb(220 38 38 / 0.1);
}
.border-t-red-600\/100 {
  border-top-color: rgb(220 38 38 / 1);
}
.border-t-red-600\/15 {
  border-top-color: rgb(220 38 38 / 0.15);
}
.border-t-red-600\/20 {
  border-top-color: rgb(220 38 38 / 0.2);
}
.border-t-red-600\/25 {
  border-top-color: rgb(220 38 38 / 0.25);
}
.border-t-red-600\/30 {
  border-top-color: rgb(220 38 38 / 0.3);
}
.border-t-red-600\/35 {
  border-top-color: rgb(220 38 38 / 0.35);
}
.border-t-red-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
}
.border-t-red-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45);
}
.border-t-red-600\/5 {
  border-top-color: rgb(220 38 38 / 0.05);
}
.border-t-red-600\/50 {
  border-top-color: rgb(220 38 38 / 0.5);
}
.border-t-red-600\/55 {
  border-top-color: rgb(220 38 38 / 0.55);
}
.border-t-red-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
}
.border-t-red-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65);
}
.border-t-red-600\/70 {
  border-top-color: rgb(220 38 38 / 0.7);
}
.border-t-red-600\/75 {
  border-top-color: rgb(220 38 38 / 0.75);
}
.border-t-red-600\/80 {
  border-top-color: rgb(220 38 38 / 0.8);
}
.border-t-red-600\/85 {
  border-top-color: rgb(220 38 38 / 0.85);
}
.border-t-red-600\/90 {
  border-top-color: rgb(220 38 38 / 0.9);
}
.border-t-red-600\/95 {
  border-top-color: rgb(220 38 38 / 0.95);
}
.border-t-red-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-t-red-700\/0 {
  border-top-color: rgb(185 28 28 / 0);
}
.border-t-red-700\/10 {
  border-top-color: rgb(185 28 28 / 0.1);
}
.border-t-red-700\/100 {
  border-top-color: rgb(185 28 28 / 1);
}
.border-t-red-700\/15 {
  border-top-color: rgb(185 28 28 / 0.15);
}
.border-t-red-700\/20 {
  border-top-color: rgb(185 28 28 / 0.2);
}
.border-t-red-700\/25 {
  border-top-color: rgb(185 28 28 / 0.25);
}
.border-t-red-700\/30 {
  border-top-color: rgb(185 28 28 / 0.3);
}
.border-t-red-700\/35 {
  border-top-color: rgb(185 28 28 / 0.35);
}
.border-t-red-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
}
.border-t-red-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45);
}
.border-t-red-700\/5 {
  border-top-color: rgb(185 28 28 / 0.05);
}
.border-t-red-700\/50 {
  border-top-color: rgb(185 28 28 / 0.5);
}
.border-t-red-700\/55 {
  border-top-color: rgb(185 28 28 / 0.55);
}
.border-t-red-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
}
.border-t-red-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65);
}
.border-t-red-700\/70 {
  border-top-color: rgb(185 28 28 / 0.7);
}
.border-t-red-700\/75 {
  border-top-color: rgb(185 28 28 / 0.75);
}
.border-t-red-700\/80 {
  border-top-color: rgb(185 28 28 / 0.8);
}
.border-t-red-700\/85 {
  border-top-color: rgb(185 28 28 / 0.85);
}
.border-t-red-700\/90 {
  border-top-color: rgb(185 28 28 / 0.9);
}
.border-t-red-700\/95 {
  border-top-color: rgb(185 28 28 / 0.95);
}
.border-t-red-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-t-red-800\/0 {
  border-top-color: rgb(153 27 27 / 0);
}
.border-t-red-800\/10 {
  border-top-color: rgb(153 27 27 / 0.1);
}
.border-t-red-800\/100 {
  border-top-color: rgb(153 27 27 / 1);
}
.border-t-red-800\/15 {
  border-top-color: rgb(153 27 27 / 0.15);
}
.border-t-red-800\/20 {
  border-top-color: rgb(153 27 27 / 0.2);
}
.border-t-red-800\/25 {
  border-top-color: rgb(153 27 27 / 0.25);
}
.border-t-red-800\/30 {
  border-top-color: rgb(153 27 27 / 0.3);
}
.border-t-red-800\/35 {
  border-top-color: rgb(153 27 27 / 0.35);
}
.border-t-red-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
}
.border-t-red-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45);
}
.border-t-red-800\/5 {
  border-top-color: rgb(153 27 27 / 0.05);
}
.border-t-red-800\/50 {
  border-top-color: rgb(153 27 27 / 0.5);
}
.border-t-red-800\/55 {
  border-top-color: rgb(153 27 27 / 0.55);
}
.border-t-red-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
}
.border-t-red-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65);
}
.border-t-red-800\/70 {
  border-top-color: rgb(153 27 27 / 0.7);
}
.border-t-red-800\/75 {
  border-top-color: rgb(153 27 27 / 0.75);
}
.border-t-red-800\/80 {
  border-top-color: rgb(153 27 27 / 0.8);
}
.border-t-red-800\/85 {
  border-top-color: rgb(153 27 27 / 0.85);
}
.border-t-red-800\/90 {
  border-top-color: rgb(153 27 27 / 0.9);
}
.border-t-red-800\/95 {
  border-top-color: rgb(153 27 27 / 0.95);
}
.border-t-red-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-t-red-900\/0 {
  border-top-color: rgb(127 29 29 / 0);
}
.border-t-red-900\/10 {
  border-top-color: rgb(127 29 29 / 0.1);
}
.border-t-red-900\/100 {
  border-top-color: rgb(127 29 29 / 1);
}
.border-t-red-900\/15 {
  border-top-color: rgb(127 29 29 / 0.15);
}
.border-t-red-900\/20 {
  border-top-color: rgb(127 29 29 / 0.2);
}
.border-t-red-900\/25 {
  border-top-color: rgb(127 29 29 / 0.25);
}
.border-t-red-900\/30 {
  border-top-color: rgb(127 29 29 / 0.3);
}
.border-t-red-900\/35 {
  border-top-color: rgb(127 29 29 / 0.35);
}
.border-t-red-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
}
.border-t-red-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45);
}
.border-t-red-900\/5 {
  border-top-color: rgb(127 29 29 / 0.05);
}
.border-t-red-900\/50 {
  border-top-color: rgb(127 29 29 / 0.5);
}
.border-t-red-900\/55 {
  border-top-color: rgb(127 29 29 / 0.55);
}
.border-t-red-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
}
.border-t-red-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65);
}
.border-t-red-900\/70 {
  border-top-color: rgb(127 29 29 / 0.7);
}
.border-t-red-900\/75 {
  border-top-color: rgb(127 29 29 / 0.75);
}
.border-t-red-900\/80 {
  border-top-color: rgb(127 29 29 / 0.8);
}
.border-t-red-900\/85 {
  border-top-color: rgb(127 29 29 / 0.85);
}
.border-t-red-900\/90 {
  border-top-color: rgb(127 29 29 / 0.9);
}
.border-t-red-900\/95 {
  border-top-color: rgb(127 29 29 / 0.95);
}
.border-t-red-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-t-red-950\/0 {
  border-top-color: rgb(69 10 10 / 0);
}
.border-t-red-950\/10 {
  border-top-color: rgb(69 10 10 / 0.1);
}
.border-t-red-950\/100 {
  border-top-color: rgb(69 10 10 / 1);
}
.border-t-red-950\/15 {
  border-top-color: rgb(69 10 10 / 0.15);
}
.border-t-red-950\/20 {
  border-top-color: rgb(69 10 10 / 0.2);
}
.border-t-red-950\/25 {
  border-top-color: rgb(69 10 10 / 0.25);
}
.border-t-red-950\/30 {
  border-top-color: rgb(69 10 10 / 0.3);
}
.border-t-red-950\/35 {
  border-top-color: rgb(69 10 10 / 0.35);
}
.border-t-red-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
}
.border-t-red-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45);
}
.border-t-red-950\/5 {
  border-top-color: rgb(69 10 10 / 0.05);
}
.border-t-red-950\/50 {
  border-top-color: rgb(69 10 10 / 0.5);
}
.border-t-red-950\/55 {
  border-top-color: rgb(69 10 10 / 0.55);
}
.border-t-red-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
}
.border-t-red-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65);
}
.border-t-red-950\/70 {
  border-top-color: rgb(69 10 10 / 0.7);
}
.border-t-red-950\/75 {
  border-top-color: rgb(69 10 10 / 0.75);
}
.border-t-red-950\/80 {
  border-top-color: rgb(69 10 10 / 0.8);
}
.border-t-red-950\/85 {
  border-top-color: rgb(69 10 10 / 0.85);
}
.border-t-red-950\/90 {
  border-top-color: rgb(69 10 10 / 0.9);
}
.border-t-red-950\/95 {
  border-top-color: rgb(69 10 10 / 0.95);
}
.border-t-rose-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-t-rose-100\/0 {
  border-top-color: rgb(255 228 230 / 0);
}
.border-t-rose-100\/10 {
  border-top-color: rgb(255 228 230 / 0.1);
}
.border-t-rose-100\/100 {
  border-top-color: rgb(255 228 230 / 1);
}
.border-t-rose-100\/15 {
  border-top-color: rgb(255 228 230 / 0.15);
}
.border-t-rose-100\/20 {
  border-top-color: rgb(255 228 230 / 0.2);
}
.border-t-rose-100\/25 {
  border-top-color: rgb(255 228 230 / 0.25);
}
.border-t-rose-100\/30 {
  border-top-color: rgb(255 228 230 / 0.3);
}
.border-t-rose-100\/35 {
  border-top-color: rgb(255 228 230 / 0.35);
}
.border-t-rose-100\/40 {
  border-top-color: rgb(255 228 230 / 0.4);
}
.border-t-rose-100\/45 {
  border-top-color: rgb(255 228 230 / 0.45);
}
.border-t-rose-100\/5 {
  border-top-color: rgb(255 228 230 / 0.05);
}
.border-t-rose-100\/50 {
  border-top-color: rgb(255 228 230 / 0.5);
}
.border-t-rose-100\/55 {
  border-top-color: rgb(255 228 230 / 0.55);
}
.border-t-rose-100\/60 {
  border-top-color: rgb(255 228 230 / 0.6);
}
.border-t-rose-100\/65 {
  border-top-color: rgb(255 228 230 / 0.65);
}
.border-t-rose-100\/70 {
  border-top-color: rgb(255 228 230 / 0.7);
}
.border-t-rose-100\/75 {
  border-top-color: rgb(255 228 230 / 0.75);
}
.border-t-rose-100\/80 {
  border-top-color: rgb(255 228 230 / 0.8);
}
.border-t-rose-100\/85 {
  border-top-color: rgb(255 228 230 / 0.85);
}
.border-t-rose-100\/90 {
  border-top-color: rgb(255 228 230 / 0.9);
}
.border-t-rose-100\/95 {
  border-top-color: rgb(255 228 230 / 0.95);
}
.border-t-rose-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-t-rose-200\/0 {
  border-top-color: rgb(254 205 211 / 0);
}
.border-t-rose-200\/10 {
  border-top-color: rgb(254 205 211 / 0.1);
}
.border-t-rose-200\/100 {
  border-top-color: rgb(254 205 211 / 1);
}
.border-t-rose-200\/15 {
  border-top-color: rgb(254 205 211 / 0.15);
}
.border-t-rose-200\/20 {
  border-top-color: rgb(254 205 211 / 0.2);
}
.border-t-rose-200\/25 {
  border-top-color: rgb(254 205 211 / 0.25);
}
.border-t-rose-200\/30 {
  border-top-color: rgb(254 205 211 / 0.3);
}
.border-t-rose-200\/35 {
  border-top-color: rgb(254 205 211 / 0.35);
}
.border-t-rose-200\/40 {
  border-top-color: rgb(254 205 211 / 0.4);
}
.border-t-rose-200\/45 {
  border-top-color: rgb(254 205 211 / 0.45);
}
.border-t-rose-200\/5 {
  border-top-color: rgb(254 205 211 / 0.05);
}
.border-t-rose-200\/50 {
  border-top-color: rgb(254 205 211 / 0.5);
}
.border-t-rose-200\/55 {
  border-top-color: rgb(254 205 211 / 0.55);
}
.border-t-rose-200\/60 {
  border-top-color: rgb(254 205 211 / 0.6);
}
.border-t-rose-200\/65 {
  border-top-color: rgb(254 205 211 / 0.65);
}
.border-t-rose-200\/70 {
  border-top-color: rgb(254 205 211 / 0.7);
}
.border-t-rose-200\/75 {
  border-top-color: rgb(254 205 211 / 0.75);
}
.border-t-rose-200\/80 {
  border-top-color: rgb(254 205 211 / 0.8);
}
.border-t-rose-200\/85 {
  border-top-color: rgb(254 205 211 / 0.85);
}
.border-t-rose-200\/90 {
  border-top-color: rgb(254 205 211 / 0.9);
}
.border-t-rose-200\/95 {
  border-top-color: rgb(254 205 211 / 0.95);
}
.border-t-rose-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-t-rose-300\/0 {
  border-top-color: rgb(253 164 175 / 0);
}
.border-t-rose-300\/10 {
  border-top-color: rgb(253 164 175 / 0.1);
}
.border-t-rose-300\/100 {
  border-top-color: rgb(253 164 175 / 1);
}
.border-t-rose-300\/15 {
  border-top-color: rgb(253 164 175 / 0.15);
}
.border-t-rose-300\/20 {
  border-top-color: rgb(253 164 175 / 0.2);
}
.border-t-rose-300\/25 {
  border-top-color: rgb(253 164 175 / 0.25);
}
.border-t-rose-300\/30 {
  border-top-color: rgb(253 164 175 / 0.3);
}
.border-t-rose-300\/35 {
  border-top-color: rgb(253 164 175 / 0.35);
}
.border-t-rose-300\/40 {
  border-top-color: rgb(253 164 175 / 0.4);
}
.border-t-rose-300\/45 {
  border-top-color: rgb(253 164 175 / 0.45);
}
.border-t-rose-300\/5 {
  border-top-color: rgb(253 164 175 / 0.05);
}
.border-t-rose-300\/50 {
  border-top-color: rgb(253 164 175 / 0.5);
}
.border-t-rose-300\/55 {
  border-top-color: rgb(253 164 175 / 0.55);
}
.border-t-rose-300\/60 {
  border-top-color: rgb(253 164 175 / 0.6);
}
.border-t-rose-300\/65 {
  border-top-color: rgb(253 164 175 / 0.65);
}
.border-t-rose-300\/70 {
  border-top-color: rgb(253 164 175 / 0.7);
}
.border-t-rose-300\/75 {
  border-top-color: rgb(253 164 175 / 0.75);
}
.border-t-rose-300\/80 {
  border-top-color: rgb(253 164 175 / 0.8);
}
.border-t-rose-300\/85 {
  border-top-color: rgb(253 164 175 / 0.85);
}
.border-t-rose-300\/90 {
  border-top-color: rgb(253 164 175 / 0.9);
}
.border-t-rose-300\/95 {
  border-top-color: rgb(253 164 175 / 0.95);
}
.border-t-rose-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-t-rose-400\/0 {
  border-top-color: rgb(251 113 133 / 0);
}
.border-t-rose-400\/10 {
  border-top-color: rgb(251 113 133 / 0.1);
}
.border-t-rose-400\/100 {
  border-top-color: rgb(251 113 133 / 1);
}
.border-t-rose-400\/15 {
  border-top-color: rgb(251 113 133 / 0.15);
}
.border-t-rose-400\/20 {
  border-top-color: rgb(251 113 133 / 0.2);
}
.border-t-rose-400\/25 {
  border-top-color: rgb(251 113 133 / 0.25);
}
.border-t-rose-400\/30 {
  border-top-color: rgb(251 113 133 / 0.3);
}
.border-t-rose-400\/35 {
  border-top-color: rgb(251 113 133 / 0.35);
}
.border-t-rose-400\/40 {
  border-top-color: rgb(251 113 133 / 0.4);
}
.border-t-rose-400\/45 {
  border-top-color: rgb(251 113 133 / 0.45);
}
.border-t-rose-400\/5 {
  border-top-color: rgb(251 113 133 / 0.05);
}
.border-t-rose-400\/50 {
  border-top-color: rgb(251 113 133 / 0.5);
}
.border-t-rose-400\/55 {
  border-top-color: rgb(251 113 133 / 0.55);
}
.border-t-rose-400\/60 {
  border-top-color: rgb(251 113 133 / 0.6);
}
.border-t-rose-400\/65 {
  border-top-color: rgb(251 113 133 / 0.65);
}
.border-t-rose-400\/70 {
  border-top-color: rgb(251 113 133 / 0.7);
}
.border-t-rose-400\/75 {
  border-top-color: rgb(251 113 133 / 0.75);
}
.border-t-rose-400\/80 {
  border-top-color: rgb(251 113 133 / 0.8);
}
.border-t-rose-400\/85 {
  border-top-color: rgb(251 113 133 / 0.85);
}
.border-t-rose-400\/90 {
  border-top-color: rgb(251 113 133 / 0.9);
}
.border-t-rose-400\/95 {
  border-top-color: rgb(251 113 133 / 0.95);
}
.border-t-rose-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-t-rose-50\/0 {
  border-top-color: rgb(255 241 242 / 0);
}
.border-t-rose-50\/10 {
  border-top-color: rgb(255 241 242 / 0.1);
}
.border-t-rose-50\/100 {
  border-top-color: rgb(255 241 242 / 1);
}
.border-t-rose-50\/15 {
  border-top-color: rgb(255 241 242 / 0.15);
}
.border-t-rose-50\/20 {
  border-top-color: rgb(255 241 242 / 0.2);
}
.border-t-rose-50\/25 {
  border-top-color: rgb(255 241 242 / 0.25);
}
.border-t-rose-50\/30 {
  border-top-color: rgb(255 241 242 / 0.3);
}
.border-t-rose-50\/35 {
  border-top-color: rgb(255 241 242 / 0.35);
}
.border-t-rose-50\/40 {
  border-top-color: rgb(255 241 242 / 0.4);
}
.border-t-rose-50\/45 {
  border-top-color: rgb(255 241 242 / 0.45);
}
.border-t-rose-50\/5 {
  border-top-color: rgb(255 241 242 / 0.05);
}
.border-t-rose-50\/50 {
  border-top-color: rgb(255 241 242 / 0.5);
}
.border-t-rose-50\/55 {
  border-top-color: rgb(255 241 242 / 0.55);
}
.border-t-rose-50\/60 {
  border-top-color: rgb(255 241 242 / 0.6);
}
.border-t-rose-50\/65 {
  border-top-color: rgb(255 241 242 / 0.65);
}
.border-t-rose-50\/70 {
  border-top-color: rgb(255 241 242 / 0.7);
}
.border-t-rose-50\/75 {
  border-top-color: rgb(255 241 242 / 0.75);
}
.border-t-rose-50\/80 {
  border-top-color: rgb(255 241 242 / 0.8);
}
.border-t-rose-50\/85 {
  border-top-color: rgb(255 241 242 / 0.85);
}
.border-t-rose-50\/90 {
  border-top-color: rgb(255 241 242 / 0.9);
}
.border-t-rose-50\/95 {
  border-top-color: rgb(255 241 242 / 0.95);
}
.border-t-rose-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-t-rose-500\/0 {
  border-top-color: rgb(244 63 94 / 0);
}
.border-t-rose-500\/10 {
  border-top-color: rgb(244 63 94 / 0.1);
}
.border-t-rose-500\/100 {
  border-top-color: rgb(244 63 94 / 1);
}
.border-t-rose-500\/15 {
  border-top-color: rgb(244 63 94 / 0.15);
}
.border-t-rose-500\/20 {
  border-top-color: rgb(244 63 94 / 0.2);
}
.border-t-rose-500\/25 {
  border-top-color: rgb(244 63 94 / 0.25);
}
.border-t-rose-500\/30 {
  border-top-color: rgb(244 63 94 / 0.3);
}
.border-t-rose-500\/35 {
  border-top-color: rgb(244 63 94 / 0.35);
}
.border-t-rose-500\/40 {
  border-top-color: rgb(244 63 94 / 0.4);
}
.border-t-rose-500\/45 {
  border-top-color: rgb(244 63 94 / 0.45);
}
.border-t-rose-500\/5 {
  border-top-color: rgb(244 63 94 / 0.05);
}
.border-t-rose-500\/50 {
  border-top-color: rgb(244 63 94 / 0.5);
}
.border-t-rose-500\/55 {
  border-top-color: rgb(244 63 94 / 0.55);
}
.border-t-rose-500\/60 {
  border-top-color: rgb(244 63 94 / 0.6);
}
.border-t-rose-500\/65 {
  border-top-color: rgb(244 63 94 / 0.65);
}
.border-t-rose-500\/70 {
  border-top-color: rgb(244 63 94 / 0.7);
}
.border-t-rose-500\/75 {
  border-top-color: rgb(244 63 94 / 0.75);
}
.border-t-rose-500\/80 {
  border-top-color: rgb(244 63 94 / 0.8);
}
.border-t-rose-500\/85 {
  border-top-color: rgb(244 63 94 / 0.85);
}
.border-t-rose-500\/90 {
  border-top-color: rgb(244 63 94 / 0.9);
}
.border-t-rose-500\/95 {
  border-top-color: rgb(244 63 94 / 0.95);
}
.border-t-rose-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-t-rose-600\/0 {
  border-top-color: rgb(225 29 72 / 0);
}
.border-t-rose-600\/10 {
  border-top-color: rgb(225 29 72 / 0.1);
}
.border-t-rose-600\/100 {
  border-top-color: rgb(225 29 72 / 1);
}
.border-t-rose-600\/15 {
  border-top-color: rgb(225 29 72 / 0.15);
}
.border-t-rose-600\/20 {
  border-top-color: rgb(225 29 72 / 0.2);
}
.border-t-rose-600\/25 {
  border-top-color: rgb(225 29 72 / 0.25);
}
.border-t-rose-600\/30 {
  border-top-color: rgb(225 29 72 / 0.3);
}
.border-t-rose-600\/35 {
  border-top-color: rgb(225 29 72 / 0.35);
}
.border-t-rose-600\/40 {
  border-top-color: rgb(225 29 72 / 0.4);
}
.border-t-rose-600\/45 {
  border-top-color: rgb(225 29 72 / 0.45);
}
.border-t-rose-600\/5 {
  border-top-color: rgb(225 29 72 / 0.05);
}
.border-t-rose-600\/50 {
  border-top-color: rgb(225 29 72 / 0.5);
}
.border-t-rose-600\/55 {
  border-top-color: rgb(225 29 72 / 0.55);
}
.border-t-rose-600\/60 {
  border-top-color: rgb(225 29 72 / 0.6);
}
.border-t-rose-600\/65 {
  border-top-color: rgb(225 29 72 / 0.65);
}
.border-t-rose-600\/70 {
  border-top-color: rgb(225 29 72 / 0.7);
}
.border-t-rose-600\/75 {
  border-top-color: rgb(225 29 72 / 0.75);
}
.border-t-rose-600\/80 {
  border-top-color: rgb(225 29 72 / 0.8);
}
.border-t-rose-600\/85 {
  border-top-color: rgb(225 29 72 / 0.85);
}
.border-t-rose-600\/90 {
  border-top-color: rgb(225 29 72 / 0.9);
}
.border-t-rose-600\/95 {
  border-top-color: rgb(225 29 72 / 0.95);
}
.border-t-rose-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-t-rose-700\/0 {
  border-top-color: rgb(190 18 60 / 0);
}
.border-t-rose-700\/10 {
  border-top-color: rgb(190 18 60 / 0.1);
}
.border-t-rose-700\/100 {
  border-top-color: rgb(190 18 60 / 1);
}
.border-t-rose-700\/15 {
  border-top-color: rgb(190 18 60 / 0.15);
}
.border-t-rose-700\/20 {
  border-top-color: rgb(190 18 60 / 0.2);
}
.border-t-rose-700\/25 {
  border-top-color: rgb(190 18 60 / 0.25);
}
.border-t-rose-700\/30 {
  border-top-color: rgb(190 18 60 / 0.3);
}
.border-t-rose-700\/35 {
  border-top-color: rgb(190 18 60 / 0.35);
}
.border-t-rose-700\/40 {
  border-top-color: rgb(190 18 60 / 0.4);
}
.border-t-rose-700\/45 {
  border-top-color: rgb(190 18 60 / 0.45);
}
.border-t-rose-700\/5 {
  border-top-color: rgb(190 18 60 / 0.05);
}
.border-t-rose-700\/50 {
  border-top-color: rgb(190 18 60 / 0.5);
}
.border-t-rose-700\/55 {
  border-top-color: rgb(190 18 60 / 0.55);
}
.border-t-rose-700\/60 {
  border-top-color: rgb(190 18 60 / 0.6);
}
.border-t-rose-700\/65 {
  border-top-color: rgb(190 18 60 / 0.65);
}
.border-t-rose-700\/70 {
  border-top-color: rgb(190 18 60 / 0.7);
}
.border-t-rose-700\/75 {
  border-top-color: rgb(190 18 60 / 0.75);
}
.border-t-rose-700\/80 {
  border-top-color: rgb(190 18 60 / 0.8);
}
.border-t-rose-700\/85 {
  border-top-color: rgb(190 18 60 / 0.85);
}
.border-t-rose-700\/90 {
  border-top-color: rgb(190 18 60 / 0.9);
}
.border-t-rose-700\/95 {
  border-top-color: rgb(190 18 60 / 0.95);
}
.border-t-rose-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-t-rose-800\/0 {
  border-top-color: rgb(159 18 57 / 0);
}
.border-t-rose-800\/10 {
  border-top-color: rgb(159 18 57 / 0.1);
}
.border-t-rose-800\/100 {
  border-top-color: rgb(159 18 57 / 1);
}
.border-t-rose-800\/15 {
  border-top-color: rgb(159 18 57 / 0.15);
}
.border-t-rose-800\/20 {
  border-top-color: rgb(159 18 57 / 0.2);
}
.border-t-rose-800\/25 {
  border-top-color: rgb(159 18 57 / 0.25);
}
.border-t-rose-800\/30 {
  border-top-color: rgb(159 18 57 / 0.3);
}
.border-t-rose-800\/35 {
  border-top-color: rgb(159 18 57 / 0.35);
}
.border-t-rose-800\/40 {
  border-top-color: rgb(159 18 57 / 0.4);
}
.border-t-rose-800\/45 {
  border-top-color: rgb(159 18 57 / 0.45);
}
.border-t-rose-800\/5 {
  border-top-color: rgb(159 18 57 / 0.05);
}
.border-t-rose-800\/50 {
  border-top-color: rgb(159 18 57 / 0.5);
}
.border-t-rose-800\/55 {
  border-top-color: rgb(159 18 57 / 0.55);
}
.border-t-rose-800\/60 {
  border-top-color: rgb(159 18 57 / 0.6);
}
.border-t-rose-800\/65 {
  border-top-color: rgb(159 18 57 / 0.65);
}
.border-t-rose-800\/70 {
  border-top-color: rgb(159 18 57 / 0.7);
}
.border-t-rose-800\/75 {
  border-top-color: rgb(159 18 57 / 0.75);
}
.border-t-rose-800\/80 {
  border-top-color: rgb(159 18 57 / 0.8);
}
.border-t-rose-800\/85 {
  border-top-color: rgb(159 18 57 / 0.85);
}
.border-t-rose-800\/90 {
  border-top-color: rgb(159 18 57 / 0.9);
}
.border-t-rose-800\/95 {
  border-top-color: rgb(159 18 57 / 0.95);
}
.border-t-rose-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-t-rose-900\/0 {
  border-top-color: rgb(136 19 55 / 0);
}
.border-t-rose-900\/10 {
  border-top-color: rgb(136 19 55 / 0.1);
}
.border-t-rose-900\/100 {
  border-top-color: rgb(136 19 55 / 1);
}
.border-t-rose-900\/15 {
  border-top-color: rgb(136 19 55 / 0.15);
}
.border-t-rose-900\/20 {
  border-top-color: rgb(136 19 55 / 0.2);
}
.border-t-rose-900\/25 {
  border-top-color: rgb(136 19 55 / 0.25);
}
.border-t-rose-900\/30 {
  border-top-color: rgb(136 19 55 / 0.3);
}
.border-t-rose-900\/35 {
  border-top-color: rgb(136 19 55 / 0.35);
}
.border-t-rose-900\/40 {
  border-top-color: rgb(136 19 55 / 0.4);
}
.border-t-rose-900\/45 {
  border-top-color: rgb(136 19 55 / 0.45);
}
.border-t-rose-900\/5 {
  border-top-color: rgb(136 19 55 / 0.05);
}
.border-t-rose-900\/50 {
  border-top-color: rgb(136 19 55 / 0.5);
}
.border-t-rose-900\/55 {
  border-top-color: rgb(136 19 55 / 0.55);
}
.border-t-rose-900\/60 {
  border-top-color: rgb(136 19 55 / 0.6);
}
.border-t-rose-900\/65 {
  border-top-color: rgb(136 19 55 / 0.65);
}
.border-t-rose-900\/70 {
  border-top-color: rgb(136 19 55 / 0.7);
}
.border-t-rose-900\/75 {
  border-top-color: rgb(136 19 55 / 0.75);
}
.border-t-rose-900\/80 {
  border-top-color: rgb(136 19 55 / 0.8);
}
.border-t-rose-900\/85 {
  border-top-color: rgb(136 19 55 / 0.85);
}
.border-t-rose-900\/90 {
  border-top-color: rgb(136 19 55 / 0.9);
}
.border-t-rose-900\/95 {
  border-top-color: rgb(136 19 55 / 0.95);
}
.border-t-rose-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-t-rose-950\/0 {
  border-top-color: rgb(76 5 25 / 0);
}
.border-t-rose-950\/10 {
  border-top-color: rgb(76 5 25 / 0.1);
}
.border-t-rose-950\/100 {
  border-top-color: rgb(76 5 25 / 1);
}
.border-t-rose-950\/15 {
  border-top-color: rgb(76 5 25 / 0.15);
}
.border-t-rose-950\/20 {
  border-top-color: rgb(76 5 25 / 0.2);
}
.border-t-rose-950\/25 {
  border-top-color: rgb(76 5 25 / 0.25);
}
.border-t-rose-950\/30 {
  border-top-color: rgb(76 5 25 / 0.3);
}
.border-t-rose-950\/35 {
  border-top-color: rgb(76 5 25 / 0.35);
}
.border-t-rose-950\/40 {
  border-top-color: rgb(76 5 25 / 0.4);
}
.border-t-rose-950\/45 {
  border-top-color: rgb(76 5 25 / 0.45);
}
.border-t-rose-950\/5 {
  border-top-color: rgb(76 5 25 / 0.05);
}
.border-t-rose-950\/50 {
  border-top-color: rgb(76 5 25 / 0.5);
}
.border-t-rose-950\/55 {
  border-top-color: rgb(76 5 25 / 0.55);
}
.border-t-rose-950\/60 {
  border-top-color: rgb(76 5 25 / 0.6);
}
.border-t-rose-950\/65 {
  border-top-color: rgb(76 5 25 / 0.65);
}
.border-t-rose-950\/70 {
  border-top-color: rgb(76 5 25 / 0.7);
}
.border-t-rose-950\/75 {
  border-top-color: rgb(76 5 25 / 0.75);
}
.border-t-rose-950\/80 {
  border-top-color: rgb(76 5 25 / 0.8);
}
.border-t-rose-950\/85 {
  border-top-color: rgb(76 5 25 / 0.85);
}
.border-t-rose-950\/90 {
  border-top-color: rgb(76 5 25 / 0.9);
}
.border-t-rose-950\/95 {
  border-top-color: rgb(76 5 25 / 0.95);
}
.border-t-sky-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-t-sky-100\/0 {
  border-top-color: rgb(224 242 254 / 0);
}
.border-t-sky-100\/10 {
  border-top-color: rgb(224 242 254 / 0.1);
}
.border-t-sky-100\/100 {
  border-top-color: rgb(224 242 254 / 1);
}
.border-t-sky-100\/15 {
  border-top-color: rgb(224 242 254 / 0.15);
}
.border-t-sky-100\/20 {
  border-top-color: rgb(224 242 254 / 0.2);
}
.border-t-sky-100\/25 {
  border-top-color: rgb(224 242 254 / 0.25);
}
.border-t-sky-100\/30 {
  border-top-color: rgb(224 242 254 / 0.3);
}
.border-t-sky-100\/35 {
  border-top-color: rgb(224 242 254 / 0.35);
}
.border-t-sky-100\/40 {
  border-top-color: rgb(224 242 254 / 0.4);
}
.border-t-sky-100\/45 {
  border-top-color: rgb(224 242 254 / 0.45);
}
.border-t-sky-100\/5 {
  border-top-color: rgb(224 242 254 / 0.05);
}
.border-t-sky-100\/50 {
  border-top-color: rgb(224 242 254 / 0.5);
}
.border-t-sky-100\/55 {
  border-top-color: rgb(224 242 254 / 0.55);
}
.border-t-sky-100\/60 {
  border-top-color: rgb(224 242 254 / 0.6);
}
.border-t-sky-100\/65 {
  border-top-color: rgb(224 242 254 / 0.65);
}
.border-t-sky-100\/70 {
  border-top-color: rgb(224 242 254 / 0.7);
}
.border-t-sky-100\/75 {
  border-top-color: rgb(224 242 254 / 0.75);
}
.border-t-sky-100\/80 {
  border-top-color: rgb(224 242 254 / 0.8);
}
.border-t-sky-100\/85 {
  border-top-color: rgb(224 242 254 / 0.85);
}
.border-t-sky-100\/90 {
  border-top-color: rgb(224 242 254 / 0.9);
}
.border-t-sky-100\/95 {
  border-top-color: rgb(224 242 254 / 0.95);
}
.border-t-sky-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-t-sky-200\/0 {
  border-top-color: rgb(186 230 253 / 0);
}
.border-t-sky-200\/10 {
  border-top-color: rgb(186 230 253 / 0.1);
}
.border-t-sky-200\/100 {
  border-top-color: rgb(186 230 253 / 1);
}
.border-t-sky-200\/15 {
  border-top-color: rgb(186 230 253 / 0.15);
}
.border-t-sky-200\/20 {
  border-top-color: rgb(186 230 253 / 0.2);
}
.border-t-sky-200\/25 {
  border-top-color: rgb(186 230 253 / 0.25);
}
.border-t-sky-200\/30 {
  border-top-color: rgb(186 230 253 / 0.3);
}
.border-t-sky-200\/35 {
  border-top-color: rgb(186 230 253 / 0.35);
}
.border-t-sky-200\/40 {
  border-top-color: rgb(186 230 253 / 0.4);
}
.border-t-sky-200\/45 {
  border-top-color: rgb(186 230 253 / 0.45);
}
.border-t-sky-200\/5 {
  border-top-color: rgb(186 230 253 / 0.05);
}
.border-t-sky-200\/50 {
  border-top-color: rgb(186 230 253 / 0.5);
}
.border-t-sky-200\/55 {
  border-top-color: rgb(186 230 253 / 0.55);
}
.border-t-sky-200\/60 {
  border-top-color: rgb(186 230 253 / 0.6);
}
.border-t-sky-200\/65 {
  border-top-color: rgb(186 230 253 / 0.65);
}
.border-t-sky-200\/70 {
  border-top-color: rgb(186 230 253 / 0.7);
}
.border-t-sky-200\/75 {
  border-top-color: rgb(186 230 253 / 0.75);
}
.border-t-sky-200\/80 {
  border-top-color: rgb(186 230 253 / 0.8);
}
.border-t-sky-200\/85 {
  border-top-color: rgb(186 230 253 / 0.85);
}
.border-t-sky-200\/90 {
  border-top-color: rgb(186 230 253 / 0.9);
}
.border-t-sky-200\/95 {
  border-top-color: rgb(186 230 253 / 0.95);
}
.border-t-sky-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-t-sky-300\/0 {
  border-top-color: rgb(125 211 252 / 0);
}
.border-t-sky-300\/10 {
  border-top-color: rgb(125 211 252 / 0.1);
}
.border-t-sky-300\/100 {
  border-top-color: rgb(125 211 252 / 1);
}
.border-t-sky-300\/15 {
  border-top-color: rgb(125 211 252 / 0.15);
}
.border-t-sky-300\/20 {
  border-top-color: rgb(125 211 252 / 0.2);
}
.border-t-sky-300\/25 {
  border-top-color: rgb(125 211 252 / 0.25);
}
.border-t-sky-300\/30 {
  border-top-color: rgb(125 211 252 / 0.3);
}
.border-t-sky-300\/35 {
  border-top-color: rgb(125 211 252 / 0.35);
}
.border-t-sky-300\/40 {
  border-top-color: rgb(125 211 252 / 0.4);
}
.border-t-sky-300\/45 {
  border-top-color: rgb(125 211 252 / 0.45);
}
.border-t-sky-300\/5 {
  border-top-color: rgb(125 211 252 / 0.05);
}
.border-t-sky-300\/50 {
  border-top-color: rgb(125 211 252 / 0.5);
}
.border-t-sky-300\/55 {
  border-top-color: rgb(125 211 252 / 0.55);
}
.border-t-sky-300\/60 {
  border-top-color: rgb(125 211 252 / 0.6);
}
.border-t-sky-300\/65 {
  border-top-color: rgb(125 211 252 / 0.65);
}
.border-t-sky-300\/70 {
  border-top-color: rgb(125 211 252 / 0.7);
}
.border-t-sky-300\/75 {
  border-top-color: rgb(125 211 252 / 0.75);
}
.border-t-sky-300\/80 {
  border-top-color: rgb(125 211 252 / 0.8);
}
.border-t-sky-300\/85 {
  border-top-color: rgb(125 211 252 / 0.85);
}
.border-t-sky-300\/90 {
  border-top-color: rgb(125 211 252 / 0.9);
}
.border-t-sky-300\/95 {
  border-top-color: rgb(125 211 252 / 0.95);
}
.border-t-sky-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-t-sky-400\/0 {
  border-top-color: rgb(56 189 248 / 0);
}
.border-t-sky-400\/10 {
  border-top-color: rgb(56 189 248 / 0.1);
}
.border-t-sky-400\/100 {
  border-top-color: rgb(56 189 248 / 1);
}
.border-t-sky-400\/15 {
  border-top-color: rgb(56 189 248 / 0.15);
}
.border-t-sky-400\/20 {
  border-top-color: rgb(56 189 248 / 0.2);
}
.border-t-sky-400\/25 {
  border-top-color: rgb(56 189 248 / 0.25);
}
.border-t-sky-400\/30 {
  border-top-color: rgb(56 189 248 / 0.3);
}
.border-t-sky-400\/35 {
  border-top-color: rgb(56 189 248 / 0.35);
}
.border-t-sky-400\/40 {
  border-top-color: rgb(56 189 248 / 0.4);
}
.border-t-sky-400\/45 {
  border-top-color: rgb(56 189 248 / 0.45);
}
.border-t-sky-400\/5 {
  border-top-color: rgb(56 189 248 / 0.05);
}
.border-t-sky-400\/50 {
  border-top-color: rgb(56 189 248 / 0.5);
}
.border-t-sky-400\/55 {
  border-top-color: rgb(56 189 248 / 0.55);
}
.border-t-sky-400\/60 {
  border-top-color: rgb(56 189 248 / 0.6);
}
.border-t-sky-400\/65 {
  border-top-color: rgb(56 189 248 / 0.65);
}
.border-t-sky-400\/70 {
  border-top-color: rgb(56 189 248 / 0.7);
}
.border-t-sky-400\/75 {
  border-top-color: rgb(56 189 248 / 0.75);
}
.border-t-sky-400\/80 {
  border-top-color: rgb(56 189 248 / 0.8);
}
.border-t-sky-400\/85 {
  border-top-color: rgb(56 189 248 / 0.85);
}
.border-t-sky-400\/90 {
  border-top-color: rgb(56 189 248 / 0.9);
}
.border-t-sky-400\/95 {
  border-top-color: rgb(56 189 248 / 0.95);
}
.border-t-sky-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-t-sky-50\/0 {
  border-top-color: rgb(240 249 255 / 0);
}
.border-t-sky-50\/10 {
  border-top-color: rgb(240 249 255 / 0.1);
}
.border-t-sky-50\/100 {
  border-top-color: rgb(240 249 255 / 1);
}
.border-t-sky-50\/15 {
  border-top-color: rgb(240 249 255 / 0.15);
}
.border-t-sky-50\/20 {
  border-top-color: rgb(240 249 255 / 0.2);
}
.border-t-sky-50\/25 {
  border-top-color: rgb(240 249 255 / 0.25);
}
.border-t-sky-50\/30 {
  border-top-color: rgb(240 249 255 / 0.3);
}
.border-t-sky-50\/35 {
  border-top-color: rgb(240 249 255 / 0.35);
}
.border-t-sky-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
}
.border-t-sky-50\/45 {
  border-top-color: rgb(240 249 255 / 0.45);
}
.border-t-sky-50\/5 {
  border-top-color: rgb(240 249 255 / 0.05);
}
.border-t-sky-50\/50 {
  border-top-color: rgb(240 249 255 / 0.5);
}
.border-t-sky-50\/55 {
  border-top-color: rgb(240 249 255 / 0.55);
}
.border-t-sky-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
}
.border-t-sky-50\/65 {
  border-top-color: rgb(240 249 255 / 0.65);
}
.border-t-sky-50\/70 {
  border-top-color: rgb(240 249 255 / 0.7);
}
.border-t-sky-50\/75 {
  border-top-color: rgb(240 249 255 / 0.75);
}
.border-t-sky-50\/80 {
  border-top-color: rgb(240 249 255 / 0.8);
}
.border-t-sky-50\/85 {
  border-top-color: rgb(240 249 255 / 0.85);
}
.border-t-sky-50\/90 {
  border-top-color: rgb(240 249 255 / 0.9);
}
.border-t-sky-50\/95 {
  border-top-color: rgb(240 249 255 / 0.95);
}
.border-t-sky-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-t-sky-500\/0 {
  border-top-color: rgb(14 165 233 / 0);
}
.border-t-sky-500\/10 {
  border-top-color: rgb(14 165 233 / 0.1);
}
.border-t-sky-500\/100 {
  border-top-color: rgb(14 165 233 / 1);
}
.border-t-sky-500\/15 {
  border-top-color: rgb(14 165 233 / 0.15);
}
.border-t-sky-500\/20 {
  border-top-color: rgb(14 165 233 / 0.2);
}
.border-t-sky-500\/25 {
  border-top-color: rgb(14 165 233 / 0.25);
}
.border-t-sky-500\/30 {
  border-top-color: rgb(14 165 233 / 0.3);
}
.border-t-sky-500\/35 {
  border-top-color: rgb(14 165 233 / 0.35);
}
.border-t-sky-500\/40 {
  border-top-color: rgb(14 165 233 / 0.4);
}
.border-t-sky-500\/45 {
  border-top-color: rgb(14 165 233 / 0.45);
}
.border-t-sky-500\/5 {
  border-top-color: rgb(14 165 233 / 0.05);
}
.border-t-sky-500\/50 {
  border-top-color: rgb(14 165 233 / 0.5);
}
.border-t-sky-500\/55 {
  border-top-color: rgb(14 165 233 / 0.55);
}
.border-t-sky-500\/60 {
  border-top-color: rgb(14 165 233 / 0.6);
}
.border-t-sky-500\/65 {
  border-top-color: rgb(14 165 233 / 0.65);
}
.border-t-sky-500\/70 {
  border-top-color: rgb(14 165 233 / 0.7);
}
.border-t-sky-500\/75 {
  border-top-color: rgb(14 165 233 / 0.75);
}
.border-t-sky-500\/80 {
  border-top-color: rgb(14 165 233 / 0.8);
}
.border-t-sky-500\/85 {
  border-top-color: rgb(14 165 233 / 0.85);
}
.border-t-sky-500\/90 {
  border-top-color: rgb(14 165 233 / 0.9);
}
.border-t-sky-500\/95 {
  border-top-color: rgb(14 165 233 / 0.95);
}
.border-t-sky-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-t-sky-600\/0 {
  border-top-color: rgb(2 132 199 / 0);
}
.border-t-sky-600\/10 {
  border-top-color: rgb(2 132 199 / 0.1);
}
.border-t-sky-600\/100 {
  border-top-color: rgb(2 132 199 / 1);
}
.border-t-sky-600\/15 {
  border-top-color: rgb(2 132 199 / 0.15);
}
.border-t-sky-600\/20 {
  border-top-color: rgb(2 132 199 / 0.2);
}
.border-t-sky-600\/25 {
  border-top-color: rgb(2 132 199 / 0.25);
}
.border-t-sky-600\/30 {
  border-top-color: rgb(2 132 199 / 0.3);
}
.border-t-sky-600\/35 {
  border-top-color: rgb(2 132 199 / 0.35);
}
.border-t-sky-600\/40 {
  border-top-color: rgb(2 132 199 / 0.4);
}
.border-t-sky-600\/45 {
  border-top-color: rgb(2 132 199 / 0.45);
}
.border-t-sky-600\/5 {
  border-top-color: rgb(2 132 199 / 0.05);
}
.border-t-sky-600\/50 {
  border-top-color: rgb(2 132 199 / 0.5);
}
.border-t-sky-600\/55 {
  border-top-color: rgb(2 132 199 / 0.55);
}
.border-t-sky-600\/60 {
  border-top-color: rgb(2 132 199 / 0.6);
}
.border-t-sky-600\/65 {
  border-top-color: rgb(2 132 199 / 0.65);
}
.border-t-sky-600\/70 {
  border-top-color: rgb(2 132 199 / 0.7);
}
.border-t-sky-600\/75 {
  border-top-color: rgb(2 132 199 / 0.75);
}
.border-t-sky-600\/80 {
  border-top-color: rgb(2 132 199 / 0.8);
}
.border-t-sky-600\/85 {
  border-top-color: rgb(2 132 199 / 0.85);
}
.border-t-sky-600\/90 {
  border-top-color: rgb(2 132 199 / 0.9);
}
.border-t-sky-600\/95 {
  border-top-color: rgb(2 132 199 / 0.95);
}
.border-t-sky-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-t-sky-700\/0 {
  border-top-color: rgb(3 105 161 / 0);
}
.border-t-sky-700\/10 {
  border-top-color: rgb(3 105 161 / 0.1);
}
.border-t-sky-700\/100 {
  border-top-color: rgb(3 105 161 / 1);
}
.border-t-sky-700\/15 {
  border-top-color: rgb(3 105 161 / 0.15);
}
.border-t-sky-700\/20 {
  border-top-color: rgb(3 105 161 / 0.2);
}
.border-t-sky-700\/25 {
  border-top-color: rgb(3 105 161 / 0.25);
}
.border-t-sky-700\/30 {
  border-top-color: rgb(3 105 161 / 0.3);
}
.border-t-sky-700\/35 {
  border-top-color: rgb(3 105 161 / 0.35);
}
.border-t-sky-700\/40 {
  border-top-color: rgb(3 105 161 / 0.4);
}
.border-t-sky-700\/45 {
  border-top-color: rgb(3 105 161 / 0.45);
}
.border-t-sky-700\/5 {
  border-top-color: rgb(3 105 161 / 0.05);
}
.border-t-sky-700\/50 {
  border-top-color: rgb(3 105 161 / 0.5);
}
.border-t-sky-700\/55 {
  border-top-color: rgb(3 105 161 / 0.55);
}
.border-t-sky-700\/60 {
  border-top-color: rgb(3 105 161 / 0.6);
}
.border-t-sky-700\/65 {
  border-top-color: rgb(3 105 161 / 0.65);
}
.border-t-sky-700\/70 {
  border-top-color: rgb(3 105 161 / 0.7);
}
.border-t-sky-700\/75 {
  border-top-color: rgb(3 105 161 / 0.75);
}
.border-t-sky-700\/80 {
  border-top-color: rgb(3 105 161 / 0.8);
}
.border-t-sky-700\/85 {
  border-top-color: rgb(3 105 161 / 0.85);
}
.border-t-sky-700\/90 {
  border-top-color: rgb(3 105 161 / 0.9);
}
.border-t-sky-700\/95 {
  border-top-color: rgb(3 105 161 / 0.95);
}
.border-t-sky-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-t-sky-800\/0 {
  border-top-color: rgb(7 89 133 / 0);
}
.border-t-sky-800\/10 {
  border-top-color: rgb(7 89 133 / 0.1);
}
.border-t-sky-800\/100 {
  border-top-color: rgb(7 89 133 / 1);
}
.border-t-sky-800\/15 {
  border-top-color: rgb(7 89 133 / 0.15);
}
.border-t-sky-800\/20 {
  border-top-color: rgb(7 89 133 / 0.2);
}
.border-t-sky-800\/25 {
  border-top-color: rgb(7 89 133 / 0.25);
}
.border-t-sky-800\/30 {
  border-top-color: rgb(7 89 133 / 0.3);
}
.border-t-sky-800\/35 {
  border-top-color: rgb(7 89 133 / 0.35);
}
.border-t-sky-800\/40 {
  border-top-color: rgb(7 89 133 / 0.4);
}
.border-t-sky-800\/45 {
  border-top-color: rgb(7 89 133 / 0.45);
}
.border-t-sky-800\/5 {
  border-top-color: rgb(7 89 133 / 0.05);
}
.border-t-sky-800\/50 {
  border-top-color: rgb(7 89 133 / 0.5);
}
.border-t-sky-800\/55 {
  border-top-color: rgb(7 89 133 / 0.55);
}
.border-t-sky-800\/60 {
  border-top-color: rgb(7 89 133 / 0.6);
}
.border-t-sky-800\/65 {
  border-top-color: rgb(7 89 133 / 0.65);
}
.border-t-sky-800\/70 {
  border-top-color: rgb(7 89 133 / 0.7);
}
.border-t-sky-800\/75 {
  border-top-color: rgb(7 89 133 / 0.75);
}
.border-t-sky-800\/80 {
  border-top-color: rgb(7 89 133 / 0.8);
}
.border-t-sky-800\/85 {
  border-top-color: rgb(7 89 133 / 0.85);
}
.border-t-sky-800\/90 {
  border-top-color: rgb(7 89 133 / 0.9);
}
.border-t-sky-800\/95 {
  border-top-color: rgb(7 89 133 / 0.95);
}
.border-t-sky-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-t-sky-900\/0 {
  border-top-color: rgb(12 74 110 / 0);
}
.border-t-sky-900\/10 {
  border-top-color: rgb(12 74 110 / 0.1);
}
.border-t-sky-900\/100 {
  border-top-color: rgb(12 74 110 / 1);
}
.border-t-sky-900\/15 {
  border-top-color: rgb(12 74 110 / 0.15);
}
.border-t-sky-900\/20 {
  border-top-color: rgb(12 74 110 / 0.2);
}
.border-t-sky-900\/25 {
  border-top-color: rgb(12 74 110 / 0.25);
}
.border-t-sky-900\/30 {
  border-top-color: rgb(12 74 110 / 0.3);
}
.border-t-sky-900\/35 {
  border-top-color: rgb(12 74 110 / 0.35);
}
.border-t-sky-900\/40 {
  border-top-color: rgb(12 74 110 / 0.4);
}
.border-t-sky-900\/45 {
  border-top-color: rgb(12 74 110 / 0.45);
}
.border-t-sky-900\/5 {
  border-top-color: rgb(12 74 110 / 0.05);
}
.border-t-sky-900\/50 {
  border-top-color: rgb(12 74 110 / 0.5);
}
.border-t-sky-900\/55 {
  border-top-color: rgb(12 74 110 / 0.55);
}
.border-t-sky-900\/60 {
  border-top-color: rgb(12 74 110 / 0.6);
}
.border-t-sky-900\/65 {
  border-top-color: rgb(12 74 110 / 0.65);
}
.border-t-sky-900\/70 {
  border-top-color: rgb(12 74 110 / 0.7);
}
.border-t-sky-900\/75 {
  border-top-color: rgb(12 74 110 / 0.75);
}
.border-t-sky-900\/80 {
  border-top-color: rgb(12 74 110 / 0.8);
}
.border-t-sky-900\/85 {
  border-top-color: rgb(12 74 110 / 0.85);
}
.border-t-sky-900\/90 {
  border-top-color: rgb(12 74 110 / 0.9);
}
.border-t-sky-900\/95 {
  border-top-color: rgb(12 74 110 / 0.95);
}
.border-t-sky-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-t-sky-950\/0 {
  border-top-color: rgb(8 47 73 / 0);
}
.border-t-sky-950\/10 {
  border-top-color: rgb(8 47 73 / 0.1);
}
.border-t-sky-950\/100 {
  border-top-color: rgb(8 47 73 / 1);
}
.border-t-sky-950\/15 {
  border-top-color: rgb(8 47 73 / 0.15);
}
.border-t-sky-950\/20 {
  border-top-color: rgb(8 47 73 / 0.2);
}
.border-t-sky-950\/25 {
  border-top-color: rgb(8 47 73 / 0.25);
}
.border-t-sky-950\/30 {
  border-top-color: rgb(8 47 73 / 0.3);
}
.border-t-sky-950\/35 {
  border-top-color: rgb(8 47 73 / 0.35);
}
.border-t-sky-950\/40 {
  border-top-color: rgb(8 47 73 / 0.4);
}
.border-t-sky-950\/45 {
  border-top-color: rgb(8 47 73 / 0.45);
}
.border-t-sky-950\/5 {
  border-top-color: rgb(8 47 73 / 0.05);
}
.border-t-sky-950\/50 {
  border-top-color: rgb(8 47 73 / 0.5);
}
.border-t-sky-950\/55 {
  border-top-color: rgb(8 47 73 / 0.55);
}
.border-t-sky-950\/60 {
  border-top-color: rgb(8 47 73 / 0.6);
}
.border-t-sky-950\/65 {
  border-top-color: rgb(8 47 73 / 0.65);
}
.border-t-sky-950\/70 {
  border-top-color: rgb(8 47 73 / 0.7);
}
.border-t-sky-950\/75 {
  border-top-color: rgb(8 47 73 / 0.75);
}
.border-t-sky-950\/80 {
  border-top-color: rgb(8 47 73 / 0.8);
}
.border-t-sky-950\/85 {
  border-top-color: rgb(8 47 73 / 0.85);
}
.border-t-sky-950\/90 {
  border-top-color: rgb(8 47 73 / 0.9);
}
.border-t-sky-950\/95 {
  border-top-color: rgb(8 47 73 / 0.95);
}
.border-t-slate-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-t-slate-100\/0 {
  border-top-color: rgb(241 245 249 / 0);
}
.border-t-slate-100\/10 {
  border-top-color: rgb(241 245 249 / 0.1);
}
.border-t-slate-100\/100 {
  border-top-color: rgb(241 245 249 / 1);
}
.border-t-slate-100\/15 {
  border-top-color: rgb(241 245 249 / 0.15);
}
.border-t-slate-100\/20 {
  border-top-color: rgb(241 245 249 / 0.2);
}
.border-t-slate-100\/25 {
  border-top-color: rgb(241 245 249 / 0.25);
}
.border-t-slate-100\/30 {
  border-top-color: rgb(241 245 249 / 0.3);
}
.border-t-slate-100\/35 {
  border-top-color: rgb(241 245 249 / 0.35);
}
.border-t-slate-100\/40 {
  border-top-color: rgb(241 245 249 / 0.4);
}
.border-t-slate-100\/45 {
  border-top-color: rgb(241 245 249 / 0.45);
}
.border-t-slate-100\/5 {
  border-top-color: rgb(241 245 249 / 0.05);
}
.border-t-slate-100\/50 {
  border-top-color: rgb(241 245 249 / 0.5);
}
.border-t-slate-100\/55 {
  border-top-color: rgb(241 245 249 / 0.55);
}
.border-t-slate-100\/60 {
  border-top-color: rgb(241 245 249 / 0.6);
}
.border-t-slate-100\/65 {
  border-top-color: rgb(241 245 249 / 0.65);
}
.border-t-slate-100\/70 {
  border-top-color: rgb(241 245 249 / 0.7);
}
.border-t-slate-100\/75 {
  border-top-color: rgb(241 245 249 / 0.75);
}
.border-t-slate-100\/80 {
  border-top-color: rgb(241 245 249 / 0.8);
}
.border-t-slate-100\/85 {
  border-top-color: rgb(241 245 249 / 0.85);
}
.border-t-slate-100\/90 {
  border-top-color: rgb(241 245 249 / 0.9);
}
.border-t-slate-100\/95 {
  border-top-color: rgb(241 245 249 / 0.95);
}
.border-t-slate-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-t-slate-200\/0 {
  border-top-color: rgb(226 232 240 / 0);
}
.border-t-slate-200\/10 {
  border-top-color: rgb(226 232 240 / 0.1);
}
.border-t-slate-200\/100 {
  border-top-color: rgb(226 232 240 / 1);
}
.border-t-slate-200\/15 {
  border-top-color: rgb(226 232 240 / 0.15);
}
.border-t-slate-200\/20 {
  border-top-color: rgb(226 232 240 / 0.2);
}
.border-t-slate-200\/25 {
  border-top-color: rgb(226 232 240 / 0.25);
}
.border-t-slate-200\/30 {
  border-top-color: rgb(226 232 240 / 0.3);
}
.border-t-slate-200\/35 {
  border-top-color: rgb(226 232 240 / 0.35);
}
.border-t-slate-200\/40 {
  border-top-color: rgb(226 232 240 / 0.4);
}
.border-t-slate-200\/45 {
  border-top-color: rgb(226 232 240 / 0.45);
}
.border-t-slate-200\/5 {
  border-top-color: rgb(226 232 240 / 0.05);
}
.border-t-slate-200\/50 {
  border-top-color: rgb(226 232 240 / 0.5);
}
.border-t-slate-200\/55 {
  border-top-color: rgb(226 232 240 / 0.55);
}
.border-t-slate-200\/60 {
  border-top-color: rgb(226 232 240 / 0.6);
}
.border-t-slate-200\/65 {
  border-top-color: rgb(226 232 240 / 0.65);
}
.border-t-slate-200\/70 {
  border-top-color: rgb(226 232 240 / 0.7);
}
.border-t-slate-200\/75 {
  border-top-color: rgb(226 232 240 / 0.75);
}
.border-t-slate-200\/80 {
  border-top-color: rgb(226 232 240 / 0.8);
}
.border-t-slate-200\/85 {
  border-top-color: rgb(226 232 240 / 0.85);
}
.border-t-slate-200\/90 {
  border-top-color: rgb(226 232 240 / 0.9);
}
.border-t-slate-200\/95 {
  border-top-color: rgb(226 232 240 / 0.95);
}
.border-t-slate-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-t-slate-300\/0 {
  border-top-color: rgb(203 213 225 / 0);
}
.border-t-slate-300\/10 {
  border-top-color: rgb(203 213 225 / 0.1);
}
.border-t-slate-300\/100 {
  border-top-color: rgb(203 213 225 / 1);
}
.border-t-slate-300\/15 {
  border-top-color: rgb(203 213 225 / 0.15);
}
.border-t-slate-300\/20 {
  border-top-color: rgb(203 213 225 / 0.2);
}
.border-t-slate-300\/25 {
  border-top-color: rgb(203 213 225 / 0.25);
}
.border-t-slate-300\/30 {
  border-top-color: rgb(203 213 225 / 0.3);
}
.border-t-slate-300\/35 {
  border-top-color: rgb(203 213 225 / 0.35);
}
.border-t-slate-300\/40 {
  border-top-color: rgb(203 213 225 / 0.4);
}
.border-t-slate-300\/45 {
  border-top-color: rgb(203 213 225 / 0.45);
}
.border-t-slate-300\/5 {
  border-top-color: rgb(203 213 225 / 0.05);
}
.border-t-slate-300\/50 {
  border-top-color: rgb(203 213 225 / 0.5);
}
.border-t-slate-300\/55 {
  border-top-color: rgb(203 213 225 / 0.55);
}
.border-t-slate-300\/60 {
  border-top-color: rgb(203 213 225 / 0.6);
}
.border-t-slate-300\/65 {
  border-top-color: rgb(203 213 225 / 0.65);
}
.border-t-slate-300\/70 {
  border-top-color: rgb(203 213 225 / 0.7);
}
.border-t-slate-300\/75 {
  border-top-color: rgb(203 213 225 / 0.75);
}
.border-t-slate-300\/80 {
  border-top-color: rgb(203 213 225 / 0.8);
}
.border-t-slate-300\/85 {
  border-top-color: rgb(203 213 225 / 0.85);
}
.border-t-slate-300\/90 {
  border-top-color: rgb(203 213 225 / 0.9);
}
.border-t-slate-300\/95 {
  border-top-color: rgb(203 213 225 / 0.95);
}
.border-t-slate-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-t-slate-400\/0 {
  border-top-color: rgb(148 163 184 / 0);
}
.border-t-slate-400\/10 {
  border-top-color: rgb(148 163 184 / 0.1);
}
.border-t-slate-400\/100 {
  border-top-color: rgb(148 163 184 / 1);
}
.border-t-slate-400\/15 {
  border-top-color: rgb(148 163 184 / 0.15);
}
.border-t-slate-400\/20 {
  border-top-color: rgb(148 163 184 / 0.2);
}
.border-t-slate-400\/25 {
  border-top-color: rgb(148 163 184 / 0.25);
}
.border-t-slate-400\/30 {
  border-top-color: rgb(148 163 184 / 0.3);
}
.border-t-slate-400\/35 {
  border-top-color: rgb(148 163 184 / 0.35);
}
.border-t-slate-400\/40 {
  border-top-color: rgb(148 163 184 / 0.4);
}
.border-t-slate-400\/45 {
  border-top-color: rgb(148 163 184 / 0.45);
}
.border-t-slate-400\/5 {
  border-top-color: rgb(148 163 184 / 0.05);
}
.border-t-slate-400\/50 {
  border-top-color: rgb(148 163 184 / 0.5);
}
.border-t-slate-400\/55 {
  border-top-color: rgb(148 163 184 / 0.55);
}
.border-t-slate-400\/60 {
  border-top-color: rgb(148 163 184 / 0.6);
}
.border-t-slate-400\/65 {
  border-top-color: rgb(148 163 184 / 0.65);
}
.border-t-slate-400\/70 {
  border-top-color: rgb(148 163 184 / 0.7);
}
.border-t-slate-400\/75 {
  border-top-color: rgb(148 163 184 / 0.75);
}
.border-t-slate-400\/80 {
  border-top-color: rgb(148 163 184 / 0.8);
}
.border-t-slate-400\/85 {
  border-top-color: rgb(148 163 184 / 0.85);
}
.border-t-slate-400\/90 {
  border-top-color: rgb(148 163 184 / 0.9);
}
.border-t-slate-400\/95 {
  border-top-color: rgb(148 163 184 / 0.95);
}
.border-t-slate-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-t-slate-50\/0 {
  border-top-color: rgb(248 250 252 / 0);
}
.border-t-slate-50\/10 {
  border-top-color: rgb(248 250 252 / 0.1);
}
.border-t-slate-50\/100 {
  border-top-color: rgb(248 250 252 / 1);
}
.border-t-slate-50\/15 {
  border-top-color: rgb(248 250 252 / 0.15);
}
.border-t-slate-50\/20 {
  border-top-color: rgb(248 250 252 / 0.2);
}
.border-t-slate-50\/25 {
  border-top-color: rgb(248 250 252 / 0.25);
}
.border-t-slate-50\/30 {
  border-top-color: rgb(248 250 252 / 0.3);
}
.border-t-slate-50\/35 {
  border-top-color: rgb(248 250 252 / 0.35);
}
.border-t-slate-50\/40 {
  border-top-color: rgb(248 250 252 / 0.4);
}
.border-t-slate-50\/45 {
  border-top-color: rgb(248 250 252 / 0.45);
}
.border-t-slate-50\/5 {
  border-top-color: rgb(248 250 252 / 0.05);
}
.border-t-slate-50\/50 {
  border-top-color: rgb(248 250 252 / 0.5);
}
.border-t-slate-50\/55 {
  border-top-color: rgb(248 250 252 / 0.55);
}
.border-t-slate-50\/60 {
  border-top-color: rgb(248 250 252 / 0.6);
}
.border-t-slate-50\/65 {
  border-top-color: rgb(248 250 252 / 0.65);
}
.border-t-slate-50\/70 {
  border-top-color: rgb(248 250 252 / 0.7);
}
.border-t-slate-50\/75 {
  border-top-color: rgb(248 250 252 / 0.75);
}
.border-t-slate-50\/80 {
  border-top-color: rgb(248 250 252 / 0.8);
}
.border-t-slate-50\/85 {
  border-top-color: rgb(248 250 252 / 0.85);
}
.border-t-slate-50\/90 {
  border-top-color: rgb(248 250 252 / 0.9);
}
.border-t-slate-50\/95 {
  border-top-color: rgb(248 250 252 / 0.95);
}
.border-t-slate-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-t-slate-500\/0 {
  border-top-color: rgb(100 116 139 / 0);
}
.border-t-slate-500\/10 {
  border-top-color: rgb(100 116 139 / 0.1);
}
.border-t-slate-500\/100 {
  border-top-color: rgb(100 116 139 / 1);
}
.border-t-slate-500\/15 {
  border-top-color: rgb(100 116 139 / 0.15);
}
.border-t-slate-500\/20 {
  border-top-color: rgb(100 116 139 / 0.2);
}
.border-t-slate-500\/25 {
  border-top-color: rgb(100 116 139 / 0.25);
}
.border-t-slate-500\/30 {
  border-top-color: rgb(100 116 139 / 0.3);
}
.border-t-slate-500\/35 {
  border-top-color: rgb(100 116 139 / 0.35);
}
.border-t-slate-500\/40 {
  border-top-color: rgb(100 116 139 / 0.4);
}
.border-t-slate-500\/45 {
  border-top-color: rgb(100 116 139 / 0.45);
}
.border-t-slate-500\/5 {
  border-top-color: rgb(100 116 139 / 0.05);
}
.border-t-slate-500\/50 {
  border-top-color: rgb(100 116 139 / 0.5);
}
.border-t-slate-500\/55 {
  border-top-color: rgb(100 116 139 / 0.55);
}
.border-t-slate-500\/60 {
  border-top-color: rgb(100 116 139 / 0.6);
}
.border-t-slate-500\/65 {
  border-top-color: rgb(100 116 139 / 0.65);
}
.border-t-slate-500\/70 {
  border-top-color: rgb(100 116 139 / 0.7);
}
.border-t-slate-500\/75 {
  border-top-color: rgb(100 116 139 / 0.75);
}
.border-t-slate-500\/80 {
  border-top-color: rgb(100 116 139 / 0.8);
}
.border-t-slate-500\/85 {
  border-top-color: rgb(100 116 139 / 0.85);
}
.border-t-slate-500\/90 {
  border-top-color: rgb(100 116 139 / 0.9);
}
.border-t-slate-500\/95 {
  border-top-color: rgb(100 116 139 / 0.95);
}
.border-t-slate-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-t-slate-600\/0 {
  border-top-color: rgb(71 85 105 / 0);
}
.border-t-slate-600\/10 {
  border-top-color: rgb(71 85 105 / 0.1);
}
.border-t-slate-600\/100 {
  border-top-color: rgb(71 85 105 / 1);
}
.border-t-slate-600\/15 {
  border-top-color: rgb(71 85 105 / 0.15);
}
.border-t-slate-600\/20 {
  border-top-color: rgb(71 85 105 / 0.2);
}
.border-t-slate-600\/25 {
  border-top-color: rgb(71 85 105 / 0.25);
}
.border-t-slate-600\/30 {
  border-top-color: rgb(71 85 105 / 0.3);
}
.border-t-slate-600\/35 {
  border-top-color: rgb(71 85 105 / 0.35);
}
.border-t-slate-600\/40 {
  border-top-color: rgb(71 85 105 / 0.4);
}
.border-t-slate-600\/45 {
  border-top-color: rgb(71 85 105 / 0.45);
}
.border-t-slate-600\/5 {
  border-top-color: rgb(71 85 105 / 0.05);
}
.border-t-slate-600\/50 {
  border-top-color: rgb(71 85 105 / 0.5);
}
.border-t-slate-600\/55 {
  border-top-color: rgb(71 85 105 / 0.55);
}
.border-t-slate-600\/60 {
  border-top-color: rgb(71 85 105 / 0.6);
}
.border-t-slate-600\/65 {
  border-top-color: rgb(71 85 105 / 0.65);
}
.border-t-slate-600\/70 {
  border-top-color: rgb(71 85 105 / 0.7);
}
.border-t-slate-600\/75 {
  border-top-color: rgb(71 85 105 / 0.75);
}
.border-t-slate-600\/80 {
  border-top-color: rgb(71 85 105 / 0.8);
}
.border-t-slate-600\/85 {
  border-top-color: rgb(71 85 105 / 0.85);
}
.border-t-slate-600\/90 {
  border-top-color: rgb(71 85 105 / 0.9);
}
.border-t-slate-600\/95 {
  border-top-color: rgb(71 85 105 / 0.95);
}
.border-t-slate-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-t-slate-700\/0 {
  border-top-color: rgb(51 65 85 / 0);
}
.border-t-slate-700\/10 {
  border-top-color: rgb(51 65 85 / 0.1);
}
.border-t-slate-700\/100 {
  border-top-color: rgb(51 65 85 / 1);
}
.border-t-slate-700\/15 {
  border-top-color: rgb(51 65 85 / 0.15);
}
.border-t-slate-700\/20 {
  border-top-color: rgb(51 65 85 / 0.2);
}
.border-t-slate-700\/25 {
  border-top-color: rgb(51 65 85 / 0.25);
}
.border-t-slate-700\/30 {
  border-top-color: rgb(51 65 85 / 0.3);
}
.border-t-slate-700\/35 {
  border-top-color: rgb(51 65 85 / 0.35);
}
.border-t-slate-700\/40 {
  border-top-color: rgb(51 65 85 / 0.4);
}
.border-t-slate-700\/45 {
  border-top-color: rgb(51 65 85 / 0.45);
}
.border-t-slate-700\/5 {
  border-top-color: rgb(51 65 85 / 0.05);
}
.border-t-slate-700\/50 {
  border-top-color: rgb(51 65 85 / 0.5);
}
.border-t-slate-700\/55 {
  border-top-color: rgb(51 65 85 / 0.55);
}
.border-t-slate-700\/60 {
  border-top-color: rgb(51 65 85 / 0.6);
}
.border-t-slate-700\/65 {
  border-top-color: rgb(51 65 85 / 0.65);
}
.border-t-slate-700\/70 {
  border-top-color: rgb(51 65 85 / 0.7);
}
.border-t-slate-700\/75 {
  border-top-color: rgb(51 65 85 / 0.75);
}
.border-t-slate-700\/80 {
  border-top-color: rgb(51 65 85 / 0.8);
}
.border-t-slate-700\/85 {
  border-top-color: rgb(51 65 85 / 0.85);
}
.border-t-slate-700\/90 {
  border-top-color: rgb(51 65 85 / 0.9);
}
.border-t-slate-700\/95 {
  border-top-color: rgb(51 65 85 / 0.95);
}
.border-t-slate-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-t-slate-800\/0 {
  border-top-color: rgb(30 41 59 / 0);
}
.border-t-slate-800\/10 {
  border-top-color: rgb(30 41 59 / 0.1);
}
.border-t-slate-800\/100 {
  border-top-color: rgb(30 41 59 / 1);
}
.border-t-slate-800\/15 {
  border-top-color: rgb(30 41 59 / 0.15);
}
.border-t-slate-800\/20 {
  border-top-color: rgb(30 41 59 / 0.2);
}
.border-t-slate-800\/25 {
  border-top-color: rgb(30 41 59 / 0.25);
}
.border-t-slate-800\/30 {
  border-top-color: rgb(30 41 59 / 0.3);
}
.border-t-slate-800\/35 {
  border-top-color: rgb(30 41 59 / 0.35);
}
.border-t-slate-800\/40 {
  border-top-color: rgb(30 41 59 / 0.4);
}
.border-t-slate-800\/45 {
  border-top-color: rgb(30 41 59 / 0.45);
}
.border-t-slate-800\/5 {
  border-top-color: rgb(30 41 59 / 0.05);
}
.border-t-slate-800\/50 {
  border-top-color: rgb(30 41 59 / 0.5);
}
.border-t-slate-800\/55 {
  border-top-color: rgb(30 41 59 / 0.55);
}
.border-t-slate-800\/60 {
  border-top-color: rgb(30 41 59 / 0.6);
}
.border-t-slate-800\/65 {
  border-top-color: rgb(30 41 59 / 0.65);
}
.border-t-slate-800\/70 {
  border-top-color: rgb(30 41 59 / 0.7);
}
.border-t-slate-800\/75 {
  border-top-color: rgb(30 41 59 / 0.75);
}
.border-t-slate-800\/80 {
  border-top-color: rgb(30 41 59 / 0.8);
}
.border-t-slate-800\/85 {
  border-top-color: rgb(30 41 59 / 0.85);
}
.border-t-slate-800\/90 {
  border-top-color: rgb(30 41 59 / 0.9);
}
.border-t-slate-800\/95 {
  border-top-color: rgb(30 41 59 / 0.95);
}
.border-t-slate-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-t-slate-900\/0 {
  border-top-color: rgb(15 23 42 / 0);
}
.border-t-slate-900\/10 {
  border-top-color: rgb(15 23 42 / 0.1);
}
.border-t-slate-900\/100 {
  border-top-color: rgb(15 23 42 / 1);
}
.border-t-slate-900\/15 {
  border-top-color: rgb(15 23 42 / 0.15);
}
.border-t-slate-900\/20 {
  border-top-color: rgb(15 23 42 / 0.2);
}
.border-t-slate-900\/25 {
  border-top-color: rgb(15 23 42 / 0.25);
}
.border-t-slate-900\/30 {
  border-top-color: rgb(15 23 42 / 0.3);
}
.border-t-slate-900\/35 {
  border-top-color: rgb(15 23 42 / 0.35);
}
.border-t-slate-900\/40 {
  border-top-color: rgb(15 23 42 / 0.4);
}
.border-t-slate-900\/45 {
  border-top-color: rgb(15 23 42 / 0.45);
}
.border-t-slate-900\/5 {
  border-top-color: rgb(15 23 42 / 0.05);
}
.border-t-slate-900\/50 {
  border-top-color: rgb(15 23 42 / 0.5);
}
.border-t-slate-900\/55 {
  border-top-color: rgb(15 23 42 / 0.55);
}
.border-t-slate-900\/60 {
  border-top-color: rgb(15 23 42 / 0.6);
}
.border-t-slate-900\/65 {
  border-top-color: rgb(15 23 42 / 0.65);
}
.border-t-slate-900\/70 {
  border-top-color: rgb(15 23 42 / 0.7);
}
.border-t-slate-900\/75 {
  border-top-color: rgb(15 23 42 / 0.75);
}
.border-t-slate-900\/80 {
  border-top-color: rgb(15 23 42 / 0.8);
}
.border-t-slate-900\/85 {
  border-top-color: rgb(15 23 42 / 0.85);
}
.border-t-slate-900\/90 {
  border-top-color: rgb(15 23 42 / 0.9);
}
.border-t-slate-900\/95 {
  border-top-color: rgb(15 23 42 / 0.95);
}
.border-t-slate-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-t-slate-950\/0 {
  border-top-color: rgb(2 6 23 / 0);
}
.border-t-slate-950\/10 {
  border-top-color: rgb(2 6 23 / 0.1);
}
.border-t-slate-950\/100 {
  border-top-color: rgb(2 6 23 / 1);
}
.border-t-slate-950\/15 {
  border-top-color: rgb(2 6 23 / 0.15);
}
.border-t-slate-950\/20 {
  border-top-color: rgb(2 6 23 / 0.2);
}
.border-t-slate-950\/25 {
  border-top-color: rgb(2 6 23 / 0.25);
}
.border-t-slate-950\/30 {
  border-top-color: rgb(2 6 23 / 0.3);
}
.border-t-slate-950\/35 {
  border-top-color: rgb(2 6 23 / 0.35);
}
.border-t-slate-950\/40 {
  border-top-color: rgb(2 6 23 / 0.4);
}
.border-t-slate-950\/45 {
  border-top-color: rgb(2 6 23 / 0.45);
}
.border-t-slate-950\/5 {
  border-top-color: rgb(2 6 23 / 0.05);
}
.border-t-slate-950\/50 {
  border-top-color: rgb(2 6 23 / 0.5);
}
.border-t-slate-950\/55 {
  border-top-color: rgb(2 6 23 / 0.55);
}
.border-t-slate-950\/60 {
  border-top-color: rgb(2 6 23 / 0.6);
}
.border-t-slate-950\/65 {
  border-top-color: rgb(2 6 23 / 0.65);
}
.border-t-slate-950\/70 {
  border-top-color: rgb(2 6 23 / 0.7);
}
.border-t-slate-950\/75 {
  border-top-color: rgb(2 6 23 / 0.75);
}
.border-t-slate-950\/80 {
  border-top-color: rgb(2 6 23 / 0.8);
}
.border-t-slate-950\/85 {
  border-top-color: rgb(2 6 23 / 0.85);
}
.border-t-slate-950\/90 {
  border-top-color: rgb(2 6 23 / 0.9);
}
.border-t-slate-950\/95 {
  border-top-color: rgb(2 6 23 / 0.95);
}
.border-t-stone-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-t-stone-100\/0 {
  border-top-color: rgb(245 245 244 / 0);
}
.border-t-stone-100\/10 {
  border-top-color: rgb(245 245 244 / 0.1);
}
.border-t-stone-100\/100 {
  border-top-color: rgb(245 245 244 / 1);
}
.border-t-stone-100\/15 {
  border-top-color: rgb(245 245 244 / 0.15);
}
.border-t-stone-100\/20 {
  border-top-color: rgb(245 245 244 / 0.2);
}
.border-t-stone-100\/25 {
  border-top-color: rgb(245 245 244 / 0.25);
}
.border-t-stone-100\/30 {
  border-top-color: rgb(245 245 244 / 0.3);
}
.border-t-stone-100\/35 {
  border-top-color: rgb(245 245 244 / 0.35);
}
.border-t-stone-100\/40 {
  border-top-color: rgb(245 245 244 / 0.4);
}
.border-t-stone-100\/45 {
  border-top-color: rgb(245 245 244 / 0.45);
}
.border-t-stone-100\/5 {
  border-top-color: rgb(245 245 244 / 0.05);
}
.border-t-stone-100\/50 {
  border-top-color: rgb(245 245 244 / 0.5);
}
.border-t-stone-100\/55 {
  border-top-color: rgb(245 245 244 / 0.55);
}
.border-t-stone-100\/60 {
  border-top-color: rgb(245 245 244 / 0.6);
}
.border-t-stone-100\/65 {
  border-top-color: rgb(245 245 244 / 0.65);
}
.border-t-stone-100\/70 {
  border-top-color: rgb(245 245 244 / 0.7);
}
.border-t-stone-100\/75 {
  border-top-color: rgb(245 245 244 / 0.75);
}
.border-t-stone-100\/80 {
  border-top-color: rgb(245 245 244 / 0.8);
}
.border-t-stone-100\/85 {
  border-top-color: rgb(245 245 244 / 0.85);
}
.border-t-stone-100\/90 {
  border-top-color: rgb(245 245 244 / 0.9);
}
.border-t-stone-100\/95 {
  border-top-color: rgb(245 245 244 / 0.95);
}
.border-t-stone-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-t-stone-200\/0 {
  border-top-color: rgb(231 229 228 / 0);
}
.border-t-stone-200\/10 {
  border-top-color: rgb(231 229 228 / 0.1);
}
.border-t-stone-200\/100 {
  border-top-color: rgb(231 229 228 / 1);
}
.border-t-stone-200\/15 {
  border-top-color: rgb(231 229 228 / 0.15);
}
.border-t-stone-200\/20 {
  border-top-color: rgb(231 229 228 / 0.2);
}
.border-t-stone-200\/25 {
  border-top-color: rgb(231 229 228 / 0.25);
}
.border-t-stone-200\/30 {
  border-top-color: rgb(231 229 228 / 0.3);
}
.border-t-stone-200\/35 {
  border-top-color: rgb(231 229 228 / 0.35);
}
.border-t-stone-200\/40 {
  border-top-color: rgb(231 229 228 / 0.4);
}
.border-t-stone-200\/45 {
  border-top-color: rgb(231 229 228 / 0.45);
}
.border-t-stone-200\/5 {
  border-top-color: rgb(231 229 228 / 0.05);
}
.border-t-stone-200\/50 {
  border-top-color: rgb(231 229 228 / 0.5);
}
.border-t-stone-200\/55 {
  border-top-color: rgb(231 229 228 / 0.55);
}
.border-t-stone-200\/60 {
  border-top-color: rgb(231 229 228 / 0.6);
}
.border-t-stone-200\/65 {
  border-top-color: rgb(231 229 228 / 0.65);
}
.border-t-stone-200\/70 {
  border-top-color: rgb(231 229 228 / 0.7);
}
.border-t-stone-200\/75 {
  border-top-color: rgb(231 229 228 / 0.75);
}
.border-t-stone-200\/80 {
  border-top-color: rgb(231 229 228 / 0.8);
}
.border-t-stone-200\/85 {
  border-top-color: rgb(231 229 228 / 0.85);
}
.border-t-stone-200\/90 {
  border-top-color: rgb(231 229 228 / 0.9);
}
.border-t-stone-200\/95 {
  border-top-color: rgb(231 229 228 / 0.95);
}
.border-t-stone-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-t-stone-300\/0 {
  border-top-color: rgb(214 211 209 / 0);
}
.border-t-stone-300\/10 {
  border-top-color: rgb(214 211 209 / 0.1);
}
.border-t-stone-300\/100 {
  border-top-color: rgb(214 211 209 / 1);
}
.border-t-stone-300\/15 {
  border-top-color: rgb(214 211 209 / 0.15);
}
.border-t-stone-300\/20 {
  border-top-color: rgb(214 211 209 / 0.2);
}
.border-t-stone-300\/25 {
  border-top-color: rgb(214 211 209 / 0.25);
}
.border-t-stone-300\/30 {
  border-top-color: rgb(214 211 209 / 0.3);
}
.border-t-stone-300\/35 {
  border-top-color: rgb(214 211 209 / 0.35);
}
.border-t-stone-300\/40 {
  border-top-color: rgb(214 211 209 / 0.4);
}
.border-t-stone-300\/45 {
  border-top-color: rgb(214 211 209 / 0.45);
}
.border-t-stone-300\/5 {
  border-top-color: rgb(214 211 209 / 0.05);
}
.border-t-stone-300\/50 {
  border-top-color: rgb(214 211 209 / 0.5);
}
.border-t-stone-300\/55 {
  border-top-color: rgb(214 211 209 / 0.55);
}
.border-t-stone-300\/60 {
  border-top-color: rgb(214 211 209 / 0.6);
}
.border-t-stone-300\/65 {
  border-top-color: rgb(214 211 209 / 0.65);
}
.border-t-stone-300\/70 {
  border-top-color: rgb(214 211 209 / 0.7);
}
.border-t-stone-300\/75 {
  border-top-color: rgb(214 211 209 / 0.75);
}
.border-t-stone-300\/80 {
  border-top-color: rgb(214 211 209 / 0.8);
}
.border-t-stone-300\/85 {
  border-top-color: rgb(214 211 209 / 0.85);
}
.border-t-stone-300\/90 {
  border-top-color: rgb(214 211 209 / 0.9);
}
.border-t-stone-300\/95 {
  border-top-color: rgb(214 211 209 / 0.95);
}
.border-t-stone-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-t-stone-400\/0 {
  border-top-color: rgb(168 162 158 / 0);
}
.border-t-stone-400\/10 {
  border-top-color: rgb(168 162 158 / 0.1);
}
.border-t-stone-400\/100 {
  border-top-color: rgb(168 162 158 / 1);
}
.border-t-stone-400\/15 {
  border-top-color: rgb(168 162 158 / 0.15);
}
.border-t-stone-400\/20 {
  border-top-color: rgb(168 162 158 / 0.2);
}
.border-t-stone-400\/25 {
  border-top-color: rgb(168 162 158 / 0.25);
}
.border-t-stone-400\/30 {
  border-top-color: rgb(168 162 158 / 0.3);
}
.border-t-stone-400\/35 {
  border-top-color: rgb(168 162 158 / 0.35);
}
.border-t-stone-400\/40 {
  border-top-color: rgb(168 162 158 / 0.4);
}
.border-t-stone-400\/45 {
  border-top-color: rgb(168 162 158 / 0.45);
}
.border-t-stone-400\/5 {
  border-top-color: rgb(168 162 158 / 0.05);
}
.border-t-stone-400\/50 {
  border-top-color: rgb(168 162 158 / 0.5);
}
.border-t-stone-400\/55 {
  border-top-color: rgb(168 162 158 / 0.55);
}
.border-t-stone-400\/60 {
  border-top-color: rgb(168 162 158 / 0.6);
}
.border-t-stone-400\/65 {
  border-top-color: rgb(168 162 158 / 0.65);
}
.border-t-stone-400\/70 {
  border-top-color: rgb(168 162 158 / 0.7);
}
.border-t-stone-400\/75 {
  border-top-color: rgb(168 162 158 / 0.75);
}
.border-t-stone-400\/80 {
  border-top-color: rgb(168 162 158 / 0.8);
}
.border-t-stone-400\/85 {
  border-top-color: rgb(168 162 158 / 0.85);
}
.border-t-stone-400\/90 {
  border-top-color: rgb(168 162 158 / 0.9);
}
.border-t-stone-400\/95 {
  border-top-color: rgb(168 162 158 / 0.95);
}
.border-t-stone-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-t-stone-50\/0 {
  border-top-color: rgb(250 250 249 / 0);
}
.border-t-stone-50\/10 {
  border-top-color: rgb(250 250 249 / 0.1);
}
.border-t-stone-50\/100 {
  border-top-color: rgb(250 250 249 / 1);
}
.border-t-stone-50\/15 {
  border-top-color: rgb(250 250 249 / 0.15);
}
.border-t-stone-50\/20 {
  border-top-color: rgb(250 250 249 / 0.2);
}
.border-t-stone-50\/25 {
  border-top-color: rgb(250 250 249 / 0.25);
}
.border-t-stone-50\/30 {
  border-top-color: rgb(250 250 249 / 0.3);
}
.border-t-stone-50\/35 {
  border-top-color: rgb(250 250 249 / 0.35);
}
.border-t-stone-50\/40 {
  border-top-color: rgb(250 250 249 / 0.4);
}
.border-t-stone-50\/45 {
  border-top-color: rgb(250 250 249 / 0.45);
}
.border-t-stone-50\/5 {
  border-top-color: rgb(250 250 249 / 0.05);
}
.border-t-stone-50\/50 {
  border-top-color: rgb(250 250 249 / 0.5);
}
.border-t-stone-50\/55 {
  border-top-color: rgb(250 250 249 / 0.55);
}
.border-t-stone-50\/60 {
  border-top-color: rgb(250 250 249 / 0.6);
}
.border-t-stone-50\/65 {
  border-top-color: rgb(250 250 249 / 0.65);
}
.border-t-stone-50\/70 {
  border-top-color: rgb(250 250 249 / 0.7);
}
.border-t-stone-50\/75 {
  border-top-color: rgb(250 250 249 / 0.75);
}
.border-t-stone-50\/80 {
  border-top-color: rgb(250 250 249 / 0.8);
}
.border-t-stone-50\/85 {
  border-top-color: rgb(250 250 249 / 0.85);
}
.border-t-stone-50\/90 {
  border-top-color: rgb(250 250 249 / 0.9);
}
.border-t-stone-50\/95 {
  border-top-color: rgb(250 250 249 / 0.95);
}
.border-t-stone-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-t-stone-500\/0 {
  border-top-color: rgb(120 113 108 / 0);
}
.border-t-stone-500\/10 {
  border-top-color: rgb(120 113 108 / 0.1);
}
.border-t-stone-500\/100 {
  border-top-color: rgb(120 113 108 / 1);
}
.border-t-stone-500\/15 {
  border-top-color: rgb(120 113 108 / 0.15);
}
.border-t-stone-500\/20 {
  border-top-color: rgb(120 113 108 / 0.2);
}
.border-t-stone-500\/25 {
  border-top-color: rgb(120 113 108 / 0.25);
}
.border-t-stone-500\/30 {
  border-top-color: rgb(120 113 108 / 0.3);
}
.border-t-stone-500\/35 {
  border-top-color: rgb(120 113 108 / 0.35);
}
.border-t-stone-500\/40 {
  border-top-color: rgb(120 113 108 / 0.4);
}
.border-t-stone-500\/45 {
  border-top-color: rgb(120 113 108 / 0.45);
}
.border-t-stone-500\/5 {
  border-top-color: rgb(120 113 108 / 0.05);
}
.border-t-stone-500\/50 {
  border-top-color: rgb(120 113 108 / 0.5);
}
.border-t-stone-500\/55 {
  border-top-color: rgb(120 113 108 / 0.55);
}
.border-t-stone-500\/60 {
  border-top-color: rgb(120 113 108 / 0.6);
}
.border-t-stone-500\/65 {
  border-top-color: rgb(120 113 108 / 0.65);
}
.border-t-stone-500\/70 {
  border-top-color: rgb(120 113 108 / 0.7);
}
.border-t-stone-500\/75 {
  border-top-color: rgb(120 113 108 / 0.75);
}
.border-t-stone-500\/80 {
  border-top-color: rgb(120 113 108 / 0.8);
}
.border-t-stone-500\/85 {
  border-top-color: rgb(120 113 108 / 0.85);
}
.border-t-stone-500\/90 {
  border-top-color: rgb(120 113 108 / 0.9);
}
.border-t-stone-500\/95 {
  border-top-color: rgb(120 113 108 / 0.95);
}
.border-t-stone-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-t-stone-600\/0 {
  border-top-color: rgb(87 83 78 / 0);
}
.border-t-stone-600\/10 {
  border-top-color: rgb(87 83 78 / 0.1);
}
.border-t-stone-600\/100 {
  border-top-color: rgb(87 83 78 / 1);
}
.border-t-stone-600\/15 {
  border-top-color: rgb(87 83 78 / 0.15);
}
.border-t-stone-600\/20 {
  border-top-color: rgb(87 83 78 / 0.2);
}
.border-t-stone-600\/25 {
  border-top-color: rgb(87 83 78 / 0.25);
}
.border-t-stone-600\/30 {
  border-top-color: rgb(87 83 78 / 0.3);
}
.border-t-stone-600\/35 {
  border-top-color: rgb(87 83 78 / 0.35);
}
.border-t-stone-600\/40 {
  border-top-color: rgb(87 83 78 / 0.4);
}
.border-t-stone-600\/45 {
  border-top-color: rgb(87 83 78 / 0.45);
}
.border-t-stone-600\/5 {
  border-top-color: rgb(87 83 78 / 0.05);
}
.border-t-stone-600\/50 {
  border-top-color: rgb(87 83 78 / 0.5);
}
.border-t-stone-600\/55 {
  border-top-color: rgb(87 83 78 / 0.55);
}
.border-t-stone-600\/60 {
  border-top-color: rgb(87 83 78 / 0.6);
}
.border-t-stone-600\/65 {
  border-top-color: rgb(87 83 78 / 0.65);
}
.border-t-stone-600\/70 {
  border-top-color: rgb(87 83 78 / 0.7);
}
.border-t-stone-600\/75 {
  border-top-color: rgb(87 83 78 / 0.75);
}
.border-t-stone-600\/80 {
  border-top-color: rgb(87 83 78 / 0.8);
}
.border-t-stone-600\/85 {
  border-top-color: rgb(87 83 78 / 0.85);
}
.border-t-stone-600\/90 {
  border-top-color: rgb(87 83 78 / 0.9);
}
.border-t-stone-600\/95 {
  border-top-color: rgb(87 83 78 / 0.95);
}
.border-t-stone-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-t-stone-700\/0 {
  border-top-color: rgb(68 64 60 / 0);
}
.border-t-stone-700\/10 {
  border-top-color: rgb(68 64 60 / 0.1);
}
.border-t-stone-700\/100 {
  border-top-color: rgb(68 64 60 / 1);
}
.border-t-stone-700\/15 {
  border-top-color: rgb(68 64 60 / 0.15);
}
.border-t-stone-700\/20 {
  border-top-color: rgb(68 64 60 / 0.2);
}
.border-t-stone-700\/25 {
  border-top-color: rgb(68 64 60 / 0.25);
}
.border-t-stone-700\/30 {
  border-top-color: rgb(68 64 60 / 0.3);
}
.border-t-stone-700\/35 {
  border-top-color: rgb(68 64 60 / 0.35);
}
.border-t-stone-700\/40 {
  border-top-color: rgb(68 64 60 / 0.4);
}
.border-t-stone-700\/45 {
  border-top-color: rgb(68 64 60 / 0.45);
}
.border-t-stone-700\/5 {
  border-top-color: rgb(68 64 60 / 0.05);
}
.border-t-stone-700\/50 {
  border-top-color: rgb(68 64 60 / 0.5);
}
.border-t-stone-700\/55 {
  border-top-color: rgb(68 64 60 / 0.55);
}
.border-t-stone-700\/60 {
  border-top-color: rgb(68 64 60 / 0.6);
}
.border-t-stone-700\/65 {
  border-top-color: rgb(68 64 60 / 0.65);
}
.border-t-stone-700\/70 {
  border-top-color: rgb(68 64 60 / 0.7);
}
.border-t-stone-700\/75 {
  border-top-color: rgb(68 64 60 / 0.75);
}
.border-t-stone-700\/80 {
  border-top-color: rgb(68 64 60 / 0.8);
}
.border-t-stone-700\/85 {
  border-top-color: rgb(68 64 60 / 0.85);
}
.border-t-stone-700\/90 {
  border-top-color: rgb(68 64 60 / 0.9);
}
.border-t-stone-700\/95 {
  border-top-color: rgb(68 64 60 / 0.95);
}
.border-t-stone-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-t-stone-800\/0 {
  border-top-color: rgb(41 37 36 / 0);
}
.border-t-stone-800\/10 {
  border-top-color: rgb(41 37 36 / 0.1);
}
.border-t-stone-800\/100 {
  border-top-color: rgb(41 37 36 / 1);
}
.border-t-stone-800\/15 {
  border-top-color: rgb(41 37 36 / 0.15);
}
.border-t-stone-800\/20 {
  border-top-color: rgb(41 37 36 / 0.2);
}
.border-t-stone-800\/25 {
  border-top-color: rgb(41 37 36 / 0.25);
}
.border-t-stone-800\/30 {
  border-top-color: rgb(41 37 36 / 0.3);
}
.border-t-stone-800\/35 {
  border-top-color: rgb(41 37 36 / 0.35);
}
.border-t-stone-800\/40 {
  border-top-color: rgb(41 37 36 / 0.4);
}
.border-t-stone-800\/45 {
  border-top-color: rgb(41 37 36 / 0.45);
}
.border-t-stone-800\/5 {
  border-top-color: rgb(41 37 36 / 0.05);
}
.border-t-stone-800\/50 {
  border-top-color: rgb(41 37 36 / 0.5);
}
.border-t-stone-800\/55 {
  border-top-color: rgb(41 37 36 / 0.55);
}
.border-t-stone-800\/60 {
  border-top-color: rgb(41 37 36 / 0.6);
}
.border-t-stone-800\/65 {
  border-top-color: rgb(41 37 36 / 0.65);
}
.border-t-stone-800\/70 {
  border-top-color: rgb(41 37 36 / 0.7);
}
.border-t-stone-800\/75 {
  border-top-color: rgb(41 37 36 / 0.75);
}
.border-t-stone-800\/80 {
  border-top-color: rgb(41 37 36 / 0.8);
}
.border-t-stone-800\/85 {
  border-top-color: rgb(41 37 36 / 0.85);
}
.border-t-stone-800\/90 {
  border-top-color: rgb(41 37 36 / 0.9);
}
.border-t-stone-800\/95 {
  border-top-color: rgb(41 37 36 / 0.95);
}
.border-t-stone-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-t-stone-900\/0 {
  border-top-color: rgb(28 25 23 / 0);
}
.border-t-stone-900\/10 {
  border-top-color: rgb(28 25 23 / 0.1);
}
.border-t-stone-900\/100 {
  border-top-color: rgb(28 25 23 / 1);
}
.border-t-stone-900\/15 {
  border-top-color: rgb(28 25 23 / 0.15);
}
.border-t-stone-900\/20 {
  border-top-color: rgb(28 25 23 / 0.2);
}
.border-t-stone-900\/25 {
  border-top-color: rgb(28 25 23 / 0.25);
}
.border-t-stone-900\/30 {
  border-top-color: rgb(28 25 23 / 0.3);
}
.border-t-stone-900\/35 {
  border-top-color: rgb(28 25 23 / 0.35);
}
.border-t-stone-900\/40 {
  border-top-color: rgb(28 25 23 / 0.4);
}
.border-t-stone-900\/45 {
  border-top-color: rgb(28 25 23 / 0.45);
}
.border-t-stone-900\/5 {
  border-top-color: rgb(28 25 23 / 0.05);
}
.border-t-stone-900\/50 {
  border-top-color: rgb(28 25 23 / 0.5);
}
.border-t-stone-900\/55 {
  border-top-color: rgb(28 25 23 / 0.55);
}
.border-t-stone-900\/60 {
  border-top-color: rgb(28 25 23 / 0.6);
}
.border-t-stone-900\/65 {
  border-top-color: rgb(28 25 23 / 0.65);
}
.border-t-stone-900\/70 {
  border-top-color: rgb(28 25 23 / 0.7);
}
.border-t-stone-900\/75 {
  border-top-color: rgb(28 25 23 / 0.75);
}
.border-t-stone-900\/80 {
  border-top-color: rgb(28 25 23 / 0.8);
}
.border-t-stone-900\/85 {
  border-top-color: rgb(28 25 23 / 0.85);
}
.border-t-stone-900\/90 {
  border-top-color: rgb(28 25 23 / 0.9);
}
.border-t-stone-900\/95 {
  border-top-color: rgb(28 25 23 / 0.95);
}
.border-t-stone-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-t-stone-950\/0 {
  border-top-color: rgb(12 10 9 / 0);
}
.border-t-stone-950\/10 {
  border-top-color: rgb(12 10 9 / 0.1);
}
.border-t-stone-950\/100 {
  border-top-color: rgb(12 10 9 / 1);
}
.border-t-stone-950\/15 {
  border-top-color: rgb(12 10 9 / 0.15);
}
.border-t-stone-950\/20 {
  border-top-color: rgb(12 10 9 / 0.2);
}
.border-t-stone-950\/25 {
  border-top-color: rgb(12 10 9 / 0.25);
}
.border-t-stone-950\/30 {
  border-top-color: rgb(12 10 9 / 0.3);
}
.border-t-stone-950\/35 {
  border-top-color: rgb(12 10 9 / 0.35);
}
.border-t-stone-950\/40 {
  border-top-color: rgb(12 10 9 / 0.4);
}
.border-t-stone-950\/45 {
  border-top-color: rgb(12 10 9 / 0.45);
}
.border-t-stone-950\/5 {
  border-top-color: rgb(12 10 9 / 0.05);
}
.border-t-stone-950\/50 {
  border-top-color: rgb(12 10 9 / 0.5);
}
.border-t-stone-950\/55 {
  border-top-color: rgb(12 10 9 / 0.55);
}
.border-t-stone-950\/60 {
  border-top-color: rgb(12 10 9 / 0.6);
}
.border-t-stone-950\/65 {
  border-top-color: rgb(12 10 9 / 0.65);
}
.border-t-stone-950\/70 {
  border-top-color: rgb(12 10 9 / 0.7);
}
.border-t-stone-950\/75 {
  border-top-color: rgb(12 10 9 / 0.75);
}
.border-t-stone-950\/80 {
  border-top-color: rgb(12 10 9 / 0.8);
}
.border-t-stone-950\/85 {
  border-top-color: rgb(12 10 9 / 0.85);
}
.border-t-stone-950\/90 {
  border-top-color: rgb(12 10 9 / 0.9);
}
.border-t-stone-950\/95 {
  border-top-color: rgb(12 10 9 / 0.95);
}
.border-t-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-t-teal-100\/0 {
  border-top-color: rgb(204 251 241 / 0);
}
.border-t-teal-100\/10 {
  border-top-color: rgb(204 251 241 / 0.1);
}
.border-t-teal-100\/100 {
  border-top-color: rgb(204 251 241 / 1);
}
.border-t-teal-100\/15 {
  border-top-color: rgb(204 251 241 / 0.15);
}
.border-t-teal-100\/20 {
  border-top-color: rgb(204 251 241 / 0.2);
}
.border-t-teal-100\/25 {
  border-top-color: rgb(204 251 241 / 0.25);
}
.border-t-teal-100\/30 {
  border-top-color: rgb(204 251 241 / 0.3);
}
.border-t-teal-100\/35 {
  border-top-color: rgb(204 251 241 / 0.35);
}
.border-t-teal-100\/40 {
  border-top-color: rgb(204 251 241 / 0.4);
}
.border-t-teal-100\/45 {
  border-top-color: rgb(204 251 241 / 0.45);
}
.border-t-teal-100\/5 {
  border-top-color: rgb(204 251 241 / 0.05);
}
.border-t-teal-100\/50 {
  border-top-color: rgb(204 251 241 / 0.5);
}
.border-t-teal-100\/55 {
  border-top-color: rgb(204 251 241 / 0.55);
}
.border-t-teal-100\/60 {
  border-top-color: rgb(204 251 241 / 0.6);
}
.border-t-teal-100\/65 {
  border-top-color: rgb(204 251 241 / 0.65);
}
.border-t-teal-100\/70 {
  border-top-color: rgb(204 251 241 / 0.7);
}
.border-t-teal-100\/75 {
  border-top-color: rgb(204 251 241 / 0.75);
}
.border-t-teal-100\/80 {
  border-top-color: rgb(204 251 241 / 0.8);
}
.border-t-teal-100\/85 {
  border-top-color: rgb(204 251 241 / 0.85);
}
.border-t-teal-100\/90 {
  border-top-color: rgb(204 251 241 / 0.9);
}
.border-t-teal-100\/95 {
  border-top-color: rgb(204 251 241 / 0.95);
}
.border-t-teal-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-t-teal-200\/0 {
  border-top-color: rgb(153 246 228 / 0);
}
.border-t-teal-200\/10 {
  border-top-color: rgb(153 246 228 / 0.1);
}
.border-t-teal-200\/100 {
  border-top-color: rgb(153 246 228 / 1);
}
.border-t-teal-200\/15 {
  border-top-color: rgb(153 246 228 / 0.15);
}
.border-t-teal-200\/20 {
  border-top-color: rgb(153 246 228 / 0.2);
}
.border-t-teal-200\/25 {
  border-top-color: rgb(153 246 228 / 0.25);
}
.border-t-teal-200\/30 {
  border-top-color: rgb(153 246 228 / 0.3);
}
.border-t-teal-200\/35 {
  border-top-color: rgb(153 246 228 / 0.35);
}
.border-t-teal-200\/40 {
  border-top-color: rgb(153 246 228 / 0.4);
}
.border-t-teal-200\/45 {
  border-top-color: rgb(153 246 228 / 0.45);
}
.border-t-teal-200\/5 {
  border-top-color: rgb(153 246 228 / 0.05);
}
.border-t-teal-200\/50 {
  border-top-color: rgb(153 246 228 / 0.5);
}
.border-t-teal-200\/55 {
  border-top-color: rgb(153 246 228 / 0.55);
}
.border-t-teal-200\/60 {
  border-top-color: rgb(153 246 228 / 0.6);
}
.border-t-teal-200\/65 {
  border-top-color: rgb(153 246 228 / 0.65);
}
.border-t-teal-200\/70 {
  border-top-color: rgb(153 246 228 / 0.7);
}
.border-t-teal-200\/75 {
  border-top-color: rgb(153 246 228 / 0.75);
}
.border-t-teal-200\/80 {
  border-top-color: rgb(153 246 228 / 0.8);
}
.border-t-teal-200\/85 {
  border-top-color: rgb(153 246 228 / 0.85);
}
.border-t-teal-200\/90 {
  border-top-color: rgb(153 246 228 / 0.9);
}
.border-t-teal-200\/95 {
  border-top-color: rgb(153 246 228 / 0.95);
}
.border-t-teal-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-t-teal-300\/0 {
  border-top-color: rgb(94 234 212 / 0);
}
.border-t-teal-300\/10 {
  border-top-color: rgb(94 234 212 / 0.1);
}
.border-t-teal-300\/100 {
  border-top-color: rgb(94 234 212 / 1);
}
.border-t-teal-300\/15 {
  border-top-color: rgb(94 234 212 / 0.15);
}
.border-t-teal-300\/20 {
  border-top-color: rgb(94 234 212 / 0.2);
}
.border-t-teal-300\/25 {
  border-top-color: rgb(94 234 212 / 0.25);
}
.border-t-teal-300\/30 {
  border-top-color: rgb(94 234 212 / 0.3);
}
.border-t-teal-300\/35 {
  border-top-color: rgb(94 234 212 / 0.35);
}
.border-t-teal-300\/40 {
  border-top-color: rgb(94 234 212 / 0.4);
}
.border-t-teal-300\/45 {
  border-top-color: rgb(94 234 212 / 0.45);
}
.border-t-teal-300\/5 {
  border-top-color: rgb(94 234 212 / 0.05);
}
.border-t-teal-300\/50 {
  border-top-color: rgb(94 234 212 / 0.5);
}
.border-t-teal-300\/55 {
  border-top-color: rgb(94 234 212 / 0.55);
}
.border-t-teal-300\/60 {
  border-top-color: rgb(94 234 212 / 0.6);
}
.border-t-teal-300\/65 {
  border-top-color: rgb(94 234 212 / 0.65);
}
.border-t-teal-300\/70 {
  border-top-color: rgb(94 234 212 / 0.7);
}
.border-t-teal-300\/75 {
  border-top-color: rgb(94 234 212 / 0.75);
}
.border-t-teal-300\/80 {
  border-top-color: rgb(94 234 212 / 0.8);
}
.border-t-teal-300\/85 {
  border-top-color: rgb(94 234 212 / 0.85);
}
.border-t-teal-300\/90 {
  border-top-color: rgb(94 234 212 / 0.9);
}
.border-t-teal-300\/95 {
  border-top-color: rgb(94 234 212 / 0.95);
}
.border-t-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-t-teal-400\/0 {
  border-top-color: rgb(45 212 191 / 0);
}
.border-t-teal-400\/10 {
  border-top-color: rgb(45 212 191 / 0.1);
}
.border-t-teal-400\/100 {
  border-top-color: rgb(45 212 191 / 1);
}
.border-t-teal-400\/15 {
  border-top-color: rgb(45 212 191 / 0.15);
}
.border-t-teal-400\/20 {
  border-top-color: rgb(45 212 191 / 0.2);
}
.border-t-teal-400\/25 {
  border-top-color: rgb(45 212 191 / 0.25);
}
.border-t-teal-400\/30 {
  border-top-color: rgb(45 212 191 / 0.3);
}
.border-t-teal-400\/35 {
  border-top-color: rgb(45 212 191 / 0.35);
}
.border-t-teal-400\/40 {
  border-top-color: rgb(45 212 191 / 0.4);
}
.border-t-teal-400\/45 {
  border-top-color: rgb(45 212 191 / 0.45);
}
.border-t-teal-400\/5 {
  border-top-color: rgb(45 212 191 / 0.05);
}
.border-t-teal-400\/50 {
  border-top-color: rgb(45 212 191 / 0.5);
}
.border-t-teal-400\/55 {
  border-top-color: rgb(45 212 191 / 0.55);
}
.border-t-teal-400\/60 {
  border-top-color: rgb(45 212 191 / 0.6);
}
.border-t-teal-400\/65 {
  border-top-color: rgb(45 212 191 / 0.65);
}
.border-t-teal-400\/70 {
  border-top-color: rgb(45 212 191 / 0.7);
}
.border-t-teal-400\/75 {
  border-top-color: rgb(45 212 191 / 0.75);
}
.border-t-teal-400\/80 {
  border-top-color: rgb(45 212 191 / 0.8);
}
.border-t-teal-400\/85 {
  border-top-color: rgb(45 212 191 / 0.85);
}
.border-t-teal-400\/90 {
  border-top-color: rgb(45 212 191 / 0.9);
}
.border-t-teal-400\/95 {
  border-top-color: rgb(45 212 191 / 0.95);
}
.border-t-teal-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-t-teal-50\/0 {
  border-top-color: rgb(240 253 250 / 0);
}
.border-t-teal-50\/10 {
  border-top-color: rgb(240 253 250 / 0.1);
}
.border-t-teal-50\/100 {
  border-top-color: rgb(240 253 250 / 1);
}
.border-t-teal-50\/15 {
  border-top-color: rgb(240 253 250 / 0.15);
}
.border-t-teal-50\/20 {
  border-top-color: rgb(240 253 250 / 0.2);
}
.border-t-teal-50\/25 {
  border-top-color: rgb(240 253 250 / 0.25);
}
.border-t-teal-50\/30 {
  border-top-color: rgb(240 253 250 / 0.3);
}
.border-t-teal-50\/35 {
  border-top-color: rgb(240 253 250 / 0.35);
}
.border-t-teal-50\/40 {
  border-top-color: rgb(240 253 250 / 0.4);
}
.border-t-teal-50\/45 {
  border-top-color: rgb(240 253 250 / 0.45);
}
.border-t-teal-50\/5 {
  border-top-color: rgb(240 253 250 / 0.05);
}
.border-t-teal-50\/50 {
  border-top-color: rgb(240 253 250 / 0.5);
}
.border-t-teal-50\/55 {
  border-top-color: rgb(240 253 250 / 0.55);
}
.border-t-teal-50\/60 {
  border-top-color: rgb(240 253 250 / 0.6);
}
.border-t-teal-50\/65 {
  border-top-color: rgb(240 253 250 / 0.65);
}
.border-t-teal-50\/70 {
  border-top-color: rgb(240 253 250 / 0.7);
}
.border-t-teal-50\/75 {
  border-top-color: rgb(240 253 250 / 0.75);
}
.border-t-teal-50\/80 {
  border-top-color: rgb(240 253 250 / 0.8);
}
.border-t-teal-50\/85 {
  border-top-color: rgb(240 253 250 / 0.85);
}
.border-t-teal-50\/90 {
  border-top-color: rgb(240 253 250 / 0.9);
}
.border-t-teal-50\/95 {
  border-top-color: rgb(240 253 250 / 0.95);
}
.border-t-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-t-teal-500\/0 {
  border-top-color: rgb(20 184 166 / 0);
}
.border-t-teal-500\/10 {
  border-top-color: rgb(20 184 166 / 0.1);
}
.border-t-teal-500\/100 {
  border-top-color: rgb(20 184 166 / 1);
}
.border-t-teal-500\/15 {
  border-top-color: rgb(20 184 166 / 0.15);
}
.border-t-teal-500\/20 {
  border-top-color: rgb(20 184 166 / 0.2);
}
.border-t-teal-500\/25 {
  border-top-color: rgb(20 184 166 / 0.25);
}
.border-t-teal-500\/30 {
  border-top-color: rgb(20 184 166 / 0.3);
}
.border-t-teal-500\/35 {
  border-top-color: rgb(20 184 166 / 0.35);
}
.border-t-teal-500\/40 {
  border-top-color: rgb(20 184 166 / 0.4);
}
.border-t-teal-500\/45 {
  border-top-color: rgb(20 184 166 / 0.45);
}
.border-t-teal-500\/5 {
  border-top-color: rgb(20 184 166 / 0.05);
}
.border-t-teal-500\/50 {
  border-top-color: rgb(20 184 166 / 0.5);
}
.border-t-teal-500\/55 {
  border-top-color: rgb(20 184 166 / 0.55);
}
.border-t-teal-500\/60 {
  border-top-color: rgb(20 184 166 / 0.6);
}
.border-t-teal-500\/65 {
  border-top-color: rgb(20 184 166 / 0.65);
}
.border-t-teal-500\/70 {
  border-top-color: rgb(20 184 166 / 0.7);
}
.border-t-teal-500\/75 {
  border-top-color: rgb(20 184 166 / 0.75);
}
.border-t-teal-500\/80 {
  border-top-color: rgb(20 184 166 / 0.8);
}
.border-t-teal-500\/85 {
  border-top-color: rgb(20 184 166 / 0.85);
}
.border-t-teal-500\/90 {
  border-top-color: rgb(20 184 166 / 0.9);
}
.border-t-teal-500\/95 {
  border-top-color: rgb(20 184 166 / 0.95);
}
.border-t-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-t-teal-600\/0 {
  border-top-color: rgb(13 148 136 / 0);
}
.border-t-teal-600\/10 {
  border-top-color: rgb(13 148 136 / 0.1);
}
.border-t-teal-600\/100 {
  border-top-color: rgb(13 148 136 / 1);
}
.border-t-teal-600\/15 {
  border-top-color: rgb(13 148 136 / 0.15);
}
.border-t-teal-600\/20 {
  border-top-color: rgb(13 148 136 / 0.2);
}
.border-t-teal-600\/25 {
  border-top-color: rgb(13 148 136 / 0.25);
}
.border-t-teal-600\/30 {
  border-top-color: rgb(13 148 136 / 0.3);
}
.border-t-teal-600\/35 {
  border-top-color: rgb(13 148 136 / 0.35);
}
.border-t-teal-600\/40 {
  border-top-color: rgb(13 148 136 / 0.4);
}
.border-t-teal-600\/45 {
  border-top-color: rgb(13 148 136 / 0.45);
}
.border-t-teal-600\/5 {
  border-top-color: rgb(13 148 136 / 0.05);
}
.border-t-teal-600\/50 {
  border-top-color: rgb(13 148 136 / 0.5);
}
.border-t-teal-600\/55 {
  border-top-color: rgb(13 148 136 / 0.55);
}
.border-t-teal-600\/60 {
  border-top-color: rgb(13 148 136 / 0.6);
}
.border-t-teal-600\/65 {
  border-top-color: rgb(13 148 136 / 0.65);
}
.border-t-teal-600\/70 {
  border-top-color: rgb(13 148 136 / 0.7);
}
.border-t-teal-600\/75 {
  border-top-color: rgb(13 148 136 / 0.75);
}
.border-t-teal-600\/80 {
  border-top-color: rgb(13 148 136 / 0.8);
}
.border-t-teal-600\/85 {
  border-top-color: rgb(13 148 136 / 0.85);
}
.border-t-teal-600\/90 {
  border-top-color: rgb(13 148 136 / 0.9);
}
.border-t-teal-600\/95 {
  border-top-color: rgb(13 148 136 / 0.95);
}
.border-t-teal-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-t-teal-700\/0 {
  border-top-color: rgb(15 118 110 / 0);
}
.border-t-teal-700\/10 {
  border-top-color: rgb(15 118 110 / 0.1);
}
.border-t-teal-700\/100 {
  border-top-color: rgb(15 118 110 / 1);
}
.border-t-teal-700\/15 {
  border-top-color: rgb(15 118 110 / 0.15);
}
.border-t-teal-700\/20 {
  border-top-color: rgb(15 118 110 / 0.2);
}
.border-t-teal-700\/25 {
  border-top-color: rgb(15 118 110 / 0.25);
}
.border-t-teal-700\/30 {
  border-top-color: rgb(15 118 110 / 0.3);
}
.border-t-teal-700\/35 {
  border-top-color: rgb(15 118 110 / 0.35);
}
.border-t-teal-700\/40 {
  border-top-color: rgb(15 118 110 / 0.4);
}
.border-t-teal-700\/45 {
  border-top-color: rgb(15 118 110 / 0.45);
}
.border-t-teal-700\/5 {
  border-top-color: rgb(15 118 110 / 0.05);
}
.border-t-teal-700\/50 {
  border-top-color: rgb(15 118 110 / 0.5);
}
.border-t-teal-700\/55 {
  border-top-color: rgb(15 118 110 / 0.55);
}
.border-t-teal-700\/60 {
  border-top-color: rgb(15 118 110 / 0.6);
}
.border-t-teal-700\/65 {
  border-top-color: rgb(15 118 110 / 0.65);
}
.border-t-teal-700\/70 {
  border-top-color: rgb(15 118 110 / 0.7);
}
.border-t-teal-700\/75 {
  border-top-color: rgb(15 118 110 / 0.75);
}
.border-t-teal-700\/80 {
  border-top-color: rgb(15 118 110 / 0.8);
}
.border-t-teal-700\/85 {
  border-top-color: rgb(15 118 110 / 0.85);
}
.border-t-teal-700\/90 {
  border-top-color: rgb(15 118 110 / 0.9);
}
.border-t-teal-700\/95 {
  border-top-color: rgb(15 118 110 / 0.95);
}
.border-t-teal-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-t-teal-800\/0 {
  border-top-color: rgb(17 94 89 / 0);
}
.border-t-teal-800\/10 {
  border-top-color: rgb(17 94 89 / 0.1);
}
.border-t-teal-800\/100 {
  border-top-color: rgb(17 94 89 / 1);
}
.border-t-teal-800\/15 {
  border-top-color: rgb(17 94 89 / 0.15);
}
.border-t-teal-800\/20 {
  border-top-color: rgb(17 94 89 / 0.2);
}
.border-t-teal-800\/25 {
  border-top-color: rgb(17 94 89 / 0.25);
}
.border-t-teal-800\/30 {
  border-top-color: rgb(17 94 89 / 0.3);
}
.border-t-teal-800\/35 {
  border-top-color: rgb(17 94 89 / 0.35);
}
.border-t-teal-800\/40 {
  border-top-color: rgb(17 94 89 / 0.4);
}
.border-t-teal-800\/45 {
  border-top-color: rgb(17 94 89 / 0.45);
}
.border-t-teal-800\/5 {
  border-top-color: rgb(17 94 89 / 0.05);
}
.border-t-teal-800\/50 {
  border-top-color: rgb(17 94 89 / 0.5);
}
.border-t-teal-800\/55 {
  border-top-color: rgb(17 94 89 / 0.55);
}
.border-t-teal-800\/60 {
  border-top-color: rgb(17 94 89 / 0.6);
}
.border-t-teal-800\/65 {
  border-top-color: rgb(17 94 89 / 0.65);
}
.border-t-teal-800\/70 {
  border-top-color: rgb(17 94 89 / 0.7);
}
.border-t-teal-800\/75 {
  border-top-color: rgb(17 94 89 / 0.75);
}
.border-t-teal-800\/80 {
  border-top-color: rgb(17 94 89 / 0.8);
}
.border-t-teal-800\/85 {
  border-top-color: rgb(17 94 89 / 0.85);
}
.border-t-teal-800\/90 {
  border-top-color: rgb(17 94 89 / 0.9);
}
.border-t-teal-800\/95 {
  border-top-color: rgb(17 94 89 / 0.95);
}
.border-t-teal-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-t-teal-900\/0 {
  border-top-color: rgb(19 78 74 / 0);
}
.border-t-teal-900\/10 {
  border-top-color: rgb(19 78 74 / 0.1);
}
.border-t-teal-900\/100 {
  border-top-color: rgb(19 78 74 / 1);
}
.border-t-teal-900\/15 {
  border-top-color: rgb(19 78 74 / 0.15);
}
.border-t-teal-900\/20 {
  border-top-color: rgb(19 78 74 / 0.2);
}
.border-t-teal-900\/25 {
  border-top-color: rgb(19 78 74 / 0.25);
}
.border-t-teal-900\/30 {
  border-top-color: rgb(19 78 74 / 0.3);
}
.border-t-teal-900\/35 {
  border-top-color: rgb(19 78 74 / 0.35);
}
.border-t-teal-900\/40 {
  border-top-color: rgb(19 78 74 / 0.4);
}
.border-t-teal-900\/45 {
  border-top-color: rgb(19 78 74 / 0.45);
}
.border-t-teal-900\/5 {
  border-top-color: rgb(19 78 74 / 0.05);
}
.border-t-teal-900\/50 {
  border-top-color: rgb(19 78 74 / 0.5);
}
.border-t-teal-900\/55 {
  border-top-color: rgb(19 78 74 / 0.55);
}
.border-t-teal-900\/60 {
  border-top-color: rgb(19 78 74 / 0.6);
}
.border-t-teal-900\/65 {
  border-top-color: rgb(19 78 74 / 0.65);
}
.border-t-teal-900\/70 {
  border-top-color: rgb(19 78 74 / 0.7);
}
.border-t-teal-900\/75 {
  border-top-color: rgb(19 78 74 / 0.75);
}
.border-t-teal-900\/80 {
  border-top-color: rgb(19 78 74 / 0.8);
}
.border-t-teal-900\/85 {
  border-top-color: rgb(19 78 74 / 0.85);
}
.border-t-teal-900\/90 {
  border-top-color: rgb(19 78 74 / 0.9);
}
.border-t-teal-900\/95 {
  border-top-color: rgb(19 78 74 / 0.95);
}
.border-t-teal-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-t-teal-950\/0 {
  border-top-color: rgb(4 47 46 / 0);
}
.border-t-teal-950\/10 {
  border-top-color: rgb(4 47 46 / 0.1);
}
.border-t-teal-950\/100 {
  border-top-color: rgb(4 47 46 / 1);
}
.border-t-teal-950\/15 {
  border-top-color: rgb(4 47 46 / 0.15);
}
.border-t-teal-950\/20 {
  border-top-color: rgb(4 47 46 / 0.2);
}
.border-t-teal-950\/25 {
  border-top-color: rgb(4 47 46 / 0.25);
}
.border-t-teal-950\/30 {
  border-top-color: rgb(4 47 46 / 0.3);
}
.border-t-teal-950\/35 {
  border-top-color: rgb(4 47 46 / 0.35);
}
.border-t-teal-950\/40 {
  border-top-color: rgb(4 47 46 / 0.4);
}
.border-t-teal-950\/45 {
  border-top-color: rgb(4 47 46 / 0.45);
}
.border-t-teal-950\/5 {
  border-top-color: rgb(4 47 46 / 0.05);
}
.border-t-teal-950\/50 {
  border-top-color: rgb(4 47 46 / 0.5);
}
.border-t-teal-950\/55 {
  border-top-color: rgb(4 47 46 / 0.55);
}
.border-t-teal-950\/60 {
  border-top-color: rgb(4 47 46 / 0.6);
}
.border-t-teal-950\/65 {
  border-top-color: rgb(4 47 46 / 0.65);
}
.border-t-teal-950\/70 {
  border-top-color: rgb(4 47 46 / 0.7);
}
.border-t-teal-950\/75 {
  border-top-color: rgb(4 47 46 / 0.75);
}
.border-t-teal-950\/80 {
  border-top-color: rgb(4 47 46 / 0.8);
}
.border-t-teal-950\/85 {
  border-top-color: rgb(4 47 46 / 0.85);
}
.border-t-teal-950\/90 {
  border-top-color: rgb(4 47 46 / 0.9);
}
.border-t-teal-950\/95 {
  border-top-color: rgb(4 47 46 / 0.95);
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-violet-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-t-violet-100\/0 {
  border-top-color: rgb(237 233 254 / 0);
}
.border-t-violet-100\/10 {
  border-top-color: rgb(237 233 254 / 0.1);
}
.border-t-violet-100\/100 {
  border-top-color: rgb(237 233 254 / 1);
}
.border-t-violet-100\/15 {
  border-top-color: rgb(237 233 254 / 0.15);
}
.border-t-violet-100\/20 {
  border-top-color: rgb(237 233 254 / 0.2);
}
.border-t-violet-100\/25 {
  border-top-color: rgb(237 233 254 / 0.25);
}
.border-t-violet-100\/30 {
  border-top-color: rgb(237 233 254 / 0.3);
}
.border-t-violet-100\/35 {
  border-top-color: rgb(237 233 254 / 0.35);
}
.border-t-violet-100\/40 {
  border-top-color: rgb(237 233 254 / 0.4);
}
.border-t-violet-100\/45 {
  border-top-color: rgb(237 233 254 / 0.45);
}
.border-t-violet-100\/5 {
  border-top-color: rgb(237 233 254 / 0.05);
}
.border-t-violet-100\/50 {
  border-top-color: rgb(237 233 254 / 0.5);
}
.border-t-violet-100\/55 {
  border-top-color: rgb(237 233 254 / 0.55);
}
.border-t-violet-100\/60 {
  border-top-color: rgb(237 233 254 / 0.6);
}
.border-t-violet-100\/65 {
  border-top-color: rgb(237 233 254 / 0.65);
}
.border-t-violet-100\/70 {
  border-top-color: rgb(237 233 254 / 0.7);
}
.border-t-violet-100\/75 {
  border-top-color: rgb(237 233 254 / 0.75);
}
.border-t-violet-100\/80 {
  border-top-color: rgb(237 233 254 / 0.8);
}
.border-t-violet-100\/85 {
  border-top-color: rgb(237 233 254 / 0.85);
}
.border-t-violet-100\/90 {
  border-top-color: rgb(237 233 254 / 0.9);
}
.border-t-violet-100\/95 {
  border-top-color: rgb(237 233 254 / 0.95);
}
.border-t-violet-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-t-violet-200\/0 {
  border-top-color: rgb(221 214 254 / 0);
}
.border-t-violet-200\/10 {
  border-top-color: rgb(221 214 254 / 0.1);
}
.border-t-violet-200\/100 {
  border-top-color: rgb(221 214 254 / 1);
}
.border-t-violet-200\/15 {
  border-top-color: rgb(221 214 254 / 0.15);
}
.border-t-violet-200\/20 {
  border-top-color: rgb(221 214 254 / 0.2);
}
.border-t-violet-200\/25 {
  border-top-color: rgb(221 214 254 / 0.25);
}
.border-t-violet-200\/30 {
  border-top-color: rgb(221 214 254 / 0.3);
}
.border-t-violet-200\/35 {
  border-top-color: rgb(221 214 254 / 0.35);
}
.border-t-violet-200\/40 {
  border-top-color: rgb(221 214 254 / 0.4);
}
.border-t-violet-200\/45 {
  border-top-color: rgb(221 214 254 / 0.45);
}
.border-t-violet-200\/5 {
  border-top-color: rgb(221 214 254 / 0.05);
}
.border-t-violet-200\/50 {
  border-top-color: rgb(221 214 254 / 0.5);
}
.border-t-violet-200\/55 {
  border-top-color: rgb(221 214 254 / 0.55);
}
.border-t-violet-200\/60 {
  border-top-color: rgb(221 214 254 / 0.6);
}
.border-t-violet-200\/65 {
  border-top-color: rgb(221 214 254 / 0.65);
}
.border-t-violet-200\/70 {
  border-top-color: rgb(221 214 254 / 0.7);
}
.border-t-violet-200\/75 {
  border-top-color: rgb(221 214 254 / 0.75);
}
.border-t-violet-200\/80 {
  border-top-color: rgb(221 214 254 / 0.8);
}
.border-t-violet-200\/85 {
  border-top-color: rgb(221 214 254 / 0.85);
}
.border-t-violet-200\/90 {
  border-top-color: rgb(221 214 254 / 0.9);
}
.border-t-violet-200\/95 {
  border-top-color: rgb(221 214 254 / 0.95);
}
.border-t-violet-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-t-violet-300\/0 {
  border-top-color: rgb(196 181 253 / 0);
}
.border-t-violet-300\/10 {
  border-top-color: rgb(196 181 253 / 0.1);
}
.border-t-violet-300\/100 {
  border-top-color: rgb(196 181 253 / 1);
}
.border-t-violet-300\/15 {
  border-top-color: rgb(196 181 253 / 0.15);
}
.border-t-violet-300\/20 {
  border-top-color: rgb(196 181 253 / 0.2);
}
.border-t-violet-300\/25 {
  border-top-color: rgb(196 181 253 / 0.25);
}
.border-t-violet-300\/30 {
  border-top-color: rgb(196 181 253 / 0.3);
}
.border-t-violet-300\/35 {
  border-top-color: rgb(196 181 253 / 0.35);
}
.border-t-violet-300\/40 {
  border-top-color: rgb(196 181 253 / 0.4);
}
.border-t-violet-300\/45 {
  border-top-color: rgb(196 181 253 / 0.45);
}
.border-t-violet-300\/5 {
  border-top-color: rgb(196 181 253 / 0.05);
}
.border-t-violet-300\/50 {
  border-top-color: rgb(196 181 253 / 0.5);
}
.border-t-violet-300\/55 {
  border-top-color: rgb(196 181 253 / 0.55);
}
.border-t-violet-300\/60 {
  border-top-color: rgb(196 181 253 / 0.6);
}
.border-t-violet-300\/65 {
  border-top-color: rgb(196 181 253 / 0.65);
}
.border-t-violet-300\/70 {
  border-top-color: rgb(196 181 253 / 0.7);
}
.border-t-violet-300\/75 {
  border-top-color: rgb(196 181 253 / 0.75);
}
.border-t-violet-300\/80 {
  border-top-color: rgb(196 181 253 / 0.8);
}
.border-t-violet-300\/85 {
  border-top-color: rgb(196 181 253 / 0.85);
}
.border-t-violet-300\/90 {
  border-top-color: rgb(196 181 253 / 0.9);
}
.border-t-violet-300\/95 {
  border-top-color: rgb(196 181 253 / 0.95);
}
.border-t-violet-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-t-violet-400\/0 {
  border-top-color: rgb(167 139 250 / 0);
}
.border-t-violet-400\/10 {
  border-top-color: rgb(167 139 250 / 0.1);
}
.border-t-violet-400\/100 {
  border-top-color: rgb(167 139 250 / 1);
}
.border-t-violet-400\/15 {
  border-top-color: rgb(167 139 250 / 0.15);
}
.border-t-violet-400\/20 {
  border-top-color: rgb(167 139 250 / 0.2);
}
.border-t-violet-400\/25 {
  border-top-color: rgb(167 139 250 / 0.25);
}
.border-t-violet-400\/30 {
  border-top-color: rgb(167 139 250 / 0.3);
}
.border-t-violet-400\/35 {
  border-top-color: rgb(167 139 250 / 0.35);
}
.border-t-violet-400\/40 {
  border-top-color: rgb(167 139 250 / 0.4);
}
.border-t-violet-400\/45 {
  border-top-color: rgb(167 139 250 / 0.45);
}
.border-t-violet-400\/5 {
  border-top-color: rgb(167 139 250 / 0.05);
}
.border-t-violet-400\/50 {
  border-top-color: rgb(167 139 250 / 0.5);
}
.border-t-violet-400\/55 {
  border-top-color: rgb(167 139 250 / 0.55);
}
.border-t-violet-400\/60 {
  border-top-color: rgb(167 139 250 / 0.6);
}
.border-t-violet-400\/65 {
  border-top-color: rgb(167 139 250 / 0.65);
}
.border-t-violet-400\/70 {
  border-top-color: rgb(167 139 250 / 0.7);
}
.border-t-violet-400\/75 {
  border-top-color: rgb(167 139 250 / 0.75);
}
.border-t-violet-400\/80 {
  border-top-color: rgb(167 139 250 / 0.8);
}
.border-t-violet-400\/85 {
  border-top-color: rgb(167 139 250 / 0.85);
}
.border-t-violet-400\/90 {
  border-top-color: rgb(167 139 250 / 0.9);
}
.border-t-violet-400\/95 {
  border-top-color: rgb(167 139 250 / 0.95);
}
.border-t-violet-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-t-violet-50\/0 {
  border-top-color: rgb(245 243 255 / 0);
}
.border-t-violet-50\/10 {
  border-top-color: rgb(245 243 255 / 0.1);
}
.border-t-violet-50\/100 {
  border-top-color: rgb(245 243 255 / 1);
}
.border-t-violet-50\/15 {
  border-top-color: rgb(245 243 255 / 0.15);
}
.border-t-violet-50\/20 {
  border-top-color: rgb(245 243 255 / 0.2);
}
.border-t-violet-50\/25 {
  border-top-color: rgb(245 243 255 / 0.25);
}
.border-t-violet-50\/30 {
  border-top-color: rgb(245 243 255 / 0.3);
}
.border-t-violet-50\/35 {
  border-top-color: rgb(245 243 255 / 0.35);
}
.border-t-violet-50\/40 {
  border-top-color: rgb(245 243 255 / 0.4);
}
.border-t-violet-50\/45 {
  border-top-color: rgb(245 243 255 / 0.45);
}
.border-t-violet-50\/5 {
  border-top-color: rgb(245 243 255 / 0.05);
}
.border-t-violet-50\/50 {
  border-top-color: rgb(245 243 255 / 0.5);
}
.border-t-violet-50\/55 {
  border-top-color: rgb(245 243 255 / 0.55);
}
.border-t-violet-50\/60 {
  border-top-color: rgb(245 243 255 / 0.6);
}
.border-t-violet-50\/65 {
  border-top-color: rgb(245 243 255 / 0.65);
}
.border-t-violet-50\/70 {
  border-top-color: rgb(245 243 255 / 0.7);
}
.border-t-violet-50\/75 {
  border-top-color: rgb(245 243 255 / 0.75);
}
.border-t-violet-50\/80 {
  border-top-color: rgb(245 243 255 / 0.8);
}
.border-t-violet-50\/85 {
  border-top-color: rgb(245 243 255 / 0.85);
}
.border-t-violet-50\/90 {
  border-top-color: rgb(245 243 255 / 0.9);
}
.border-t-violet-50\/95 {
  border-top-color: rgb(245 243 255 / 0.95);
}
.border-t-violet-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-t-violet-500\/0 {
  border-top-color: rgb(139 92 246 / 0);
}
.border-t-violet-500\/10 {
  border-top-color: rgb(139 92 246 / 0.1);
}
.border-t-violet-500\/100 {
  border-top-color: rgb(139 92 246 / 1);
}
.border-t-violet-500\/15 {
  border-top-color: rgb(139 92 246 / 0.15);
}
.border-t-violet-500\/20 {
  border-top-color: rgb(139 92 246 / 0.2);
}
.border-t-violet-500\/25 {
  border-top-color: rgb(139 92 246 / 0.25);
}
.border-t-violet-500\/30 {
  border-top-color: rgb(139 92 246 / 0.3);
}
.border-t-violet-500\/35 {
  border-top-color: rgb(139 92 246 / 0.35);
}
.border-t-violet-500\/40 {
  border-top-color: rgb(139 92 246 / 0.4);
}
.border-t-violet-500\/45 {
  border-top-color: rgb(139 92 246 / 0.45);
}
.border-t-violet-500\/5 {
  border-top-color: rgb(139 92 246 / 0.05);
}
.border-t-violet-500\/50 {
  border-top-color: rgb(139 92 246 / 0.5);
}
.border-t-violet-500\/55 {
  border-top-color: rgb(139 92 246 / 0.55);
}
.border-t-violet-500\/60 {
  border-top-color: rgb(139 92 246 / 0.6);
}
.border-t-violet-500\/65 {
  border-top-color: rgb(139 92 246 / 0.65);
}
.border-t-violet-500\/70 {
  border-top-color: rgb(139 92 246 / 0.7);
}
.border-t-violet-500\/75 {
  border-top-color: rgb(139 92 246 / 0.75);
}
.border-t-violet-500\/80 {
  border-top-color: rgb(139 92 246 / 0.8);
}
.border-t-violet-500\/85 {
  border-top-color: rgb(139 92 246 / 0.85);
}
.border-t-violet-500\/90 {
  border-top-color: rgb(139 92 246 / 0.9);
}
.border-t-violet-500\/95 {
  border-top-color: rgb(139 92 246 / 0.95);
}
.border-t-violet-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-t-violet-600\/0 {
  border-top-color: rgb(124 58 237 / 0);
}
.border-t-violet-600\/10 {
  border-top-color: rgb(124 58 237 / 0.1);
}
.border-t-violet-600\/100 {
  border-top-color: rgb(124 58 237 / 1);
}
.border-t-violet-600\/15 {
  border-top-color: rgb(124 58 237 / 0.15);
}
.border-t-violet-600\/20 {
  border-top-color: rgb(124 58 237 / 0.2);
}
.border-t-violet-600\/25 {
  border-top-color: rgb(124 58 237 / 0.25);
}
.border-t-violet-600\/30 {
  border-top-color: rgb(124 58 237 / 0.3);
}
.border-t-violet-600\/35 {
  border-top-color: rgb(124 58 237 / 0.35);
}
.border-t-violet-600\/40 {
  border-top-color: rgb(124 58 237 / 0.4);
}
.border-t-violet-600\/45 {
  border-top-color: rgb(124 58 237 / 0.45);
}
.border-t-violet-600\/5 {
  border-top-color: rgb(124 58 237 / 0.05);
}
.border-t-violet-600\/50 {
  border-top-color: rgb(124 58 237 / 0.5);
}
.border-t-violet-600\/55 {
  border-top-color: rgb(124 58 237 / 0.55);
}
.border-t-violet-600\/60 {
  border-top-color: rgb(124 58 237 / 0.6);
}
.border-t-violet-600\/65 {
  border-top-color: rgb(124 58 237 / 0.65);
}
.border-t-violet-600\/70 {
  border-top-color: rgb(124 58 237 / 0.7);
}
.border-t-violet-600\/75 {
  border-top-color: rgb(124 58 237 / 0.75);
}
.border-t-violet-600\/80 {
  border-top-color: rgb(124 58 237 / 0.8);
}
.border-t-violet-600\/85 {
  border-top-color: rgb(124 58 237 / 0.85);
}
.border-t-violet-600\/90 {
  border-top-color: rgb(124 58 237 / 0.9);
}
.border-t-violet-600\/95 {
  border-top-color: rgb(124 58 237 / 0.95);
}
.border-t-violet-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-t-violet-700\/0 {
  border-top-color: rgb(109 40 217 / 0);
}
.border-t-violet-700\/10 {
  border-top-color: rgb(109 40 217 / 0.1);
}
.border-t-violet-700\/100 {
  border-top-color: rgb(109 40 217 / 1);
}
.border-t-violet-700\/15 {
  border-top-color: rgb(109 40 217 / 0.15);
}
.border-t-violet-700\/20 {
  border-top-color: rgb(109 40 217 / 0.2);
}
.border-t-violet-700\/25 {
  border-top-color: rgb(109 40 217 / 0.25);
}
.border-t-violet-700\/30 {
  border-top-color: rgb(109 40 217 / 0.3);
}
.border-t-violet-700\/35 {
  border-top-color: rgb(109 40 217 / 0.35);
}
.border-t-violet-700\/40 {
  border-top-color: rgb(109 40 217 / 0.4);
}
.border-t-violet-700\/45 {
  border-top-color: rgb(109 40 217 / 0.45);
}
.border-t-violet-700\/5 {
  border-top-color: rgb(109 40 217 / 0.05);
}
.border-t-violet-700\/50 {
  border-top-color: rgb(109 40 217 / 0.5);
}
.border-t-violet-700\/55 {
  border-top-color: rgb(109 40 217 / 0.55);
}
.border-t-violet-700\/60 {
  border-top-color: rgb(109 40 217 / 0.6);
}
.border-t-violet-700\/65 {
  border-top-color: rgb(109 40 217 / 0.65);
}
.border-t-violet-700\/70 {
  border-top-color: rgb(109 40 217 / 0.7);
}
.border-t-violet-700\/75 {
  border-top-color: rgb(109 40 217 / 0.75);
}
.border-t-violet-700\/80 {
  border-top-color: rgb(109 40 217 / 0.8);
}
.border-t-violet-700\/85 {
  border-top-color: rgb(109 40 217 / 0.85);
}
.border-t-violet-700\/90 {
  border-top-color: rgb(109 40 217 / 0.9);
}
.border-t-violet-700\/95 {
  border-top-color: rgb(109 40 217 / 0.95);
}
.border-t-violet-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-t-violet-800\/0 {
  border-top-color: rgb(91 33 182 / 0);
}
.border-t-violet-800\/10 {
  border-top-color: rgb(91 33 182 / 0.1);
}
.border-t-violet-800\/100 {
  border-top-color: rgb(91 33 182 / 1);
}
.border-t-violet-800\/15 {
  border-top-color: rgb(91 33 182 / 0.15);
}
.border-t-violet-800\/20 {
  border-top-color: rgb(91 33 182 / 0.2);
}
.border-t-violet-800\/25 {
  border-top-color: rgb(91 33 182 / 0.25);
}
.border-t-violet-800\/30 {
  border-top-color: rgb(91 33 182 / 0.3);
}
.border-t-violet-800\/35 {
  border-top-color: rgb(91 33 182 / 0.35);
}
.border-t-violet-800\/40 {
  border-top-color: rgb(91 33 182 / 0.4);
}
.border-t-violet-800\/45 {
  border-top-color: rgb(91 33 182 / 0.45);
}
.border-t-violet-800\/5 {
  border-top-color: rgb(91 33 182 / 0.05);
}
.border-t-violet-800\/50 {
  border-top-color: rgb(91 33 182 / 0.5);
}
.border-t-violet-800\/55 {
  border-top-color: rgb(91 33 182 / 0.55);
}
.border-t-violet-800\/60 {
  border-top-color: rgb(91 33 182 / 0.6);
}
.border-t-violet-800\/65 {
  border-top-color: rgb(91 33 182 / 0.65);
}
.border-t-violet-800\/70 {
  border-top-color: rgb(91 33 182 / 0.7);
}
.border-t-violet-800\/75 {
  border-top-color: rgb(91 33 182 / 0.75);
}
.border-t-violet-800\/80 {
  border-top-color: rgb(91 33 182 / 0.8);
}
.border-t-violet-800\/85 {
  border-top-color: rgb(91 33 182 / 0.85);
}
.border-t-violet-800\/90 {
  border-top-color: rgb(91 33 182 / 0.9);
}
.border-t-violet-800\/95 {
  border-top-color: rgb(91 33 182 / 0.95);
}
.border-t-violet-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-t-violet-900\/0 {
  border-top-color: rgb(76 29 149 / 0);
}
.border-t-violet-900\/10 {
  border-top-color: rgb(76 29 149 / 0.1);
}
.border-t-violet-900\/100 {
  border-top-color: rgb(76 29 149 / 1);
}
.border-t-violet-900\/15 {
  border-top-color: rgb(76 29 149 / 0.15);
}
.border-t-violet-900\/20 {
  border-top-color: rgb(76 29 149 / 0.2);
}
.border-t-violet-900\/25 {
  border-top-color: rgb(76 29 149 / 0.25);
}
.border-t-violet-900\/30 {
  border-top-color: rgb(76 29 149 / 0.3);
}
.border-t-violet-900\/35 {
  border-top-color: rgb(76 29 149 / 0.35);
}
.border-t-violet-900\/40 {
  border-top-color: rgb(76 29 149 / 0.4);
}
.border-t-violet-900\/45 {
  border-top-color: rgb(76 29 149 / 0.45);
}
.border-t-violet-900\/5 {
  border-top-color: rgb(76 29 149 / 0.05);
}
.border-t-violet-900\/50 {
  border-top-color: rgb(76 29 149 / 0.5);
}
.border-t-violet-900\/55 {
  border-top-color: rgb(76 29 149 / 0.55);
}
.border-t-violet-900\/60 {
  border-top-color: rgb(76 29 149 / 0.6);
}
.border-t-violet-900\/65 {
  border-top-color: rgb(76 29 149 / 0.65);
}
.border-t-violet-900\/70 {
  border-top-color: rgb(76 29 149 / 0.7);
}
.border-t-violet-900\/75 {
  border-top-color: rgb(76 29 149 / 0.75);
}
.border-t-violet-900\/80 {
  border-top-color: rgb(76 29 149 / 0.8);
}
.border-t-violet-900\/85 {
  border-top-color: rgb(76 29 149 / 0.85);
}
.border-t-violet-900\/90 {
  border-top-color: rgb(76 29 149 / 0.9);
}
.border-t-violet-900\/95 {
  border-top-color: rgb(76 29 149 / 0.95);
}
.border-t-violet-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-t-violet-950\/0 {
  border-top-color: rgb(46 16 101 / 0);
}
.border-t-violet-950\/10 {
  border-top-color: rgb(46 16 101 / 0.1);
}
.border-t-violet-950\/100 {
  border-top-color: rgb(46 16 101 / 1);
}
.border-t-violet-950\/15 {
  border-top-color: rgb(46 16 101 / 0.15);
}
.border-t-violet-950\/20 {
  border-top-color: rgb(46 16 101 / 0.2);
}
.border-t-violet-950\/25 {
  border-top-color: rgb(46 16 101 / 0.25);
}
.border-t-violet-950\/30 {
  border-top-color: rgb(46 16 101 / 0.3);
}
.border-t-violet-950\/35 {
  border-top-color: rgb(46 16 101 / 0.35);
}
.border-t-violet-950\/40 {
  border-top-color: rgb(46 16 101 / 0.4);
}
.border-t-violet-950\/45 {
  border-top-color: rgb(46 16 101 / 0.45);
}
.border-t-violet-950\/5 {
  border-top-color: rgb(46 16 101 / 0.05);
}
.border-t-violet-950\/50 {
  border-top-color: rgb(46 16 101 / 0.5);
}
.border-t-violet-950\/55 {
  border-top-color: rgb(46 16 101 / 0.55);
}
.border-t-violet-950\/60 {
  border-top-color: rgb(46 16 101 / 0.6);
}
.border-t-violet-950\/65 {
  border-top-color: rgb(46 16 101 / 0.65);
}
.border-t-violet-950\/70 {
  border-top-color: rgb(46 16 101 / 0.7);
}
.border-t-violet-950\/75 {
  border-top-color: rgb(46 16 101 / 0.75);
}
.border-t-violet-950\/80 {
  border-top-color: rgb(46 16 101 / 0.8);
}
.border-t-violet-950\/85 {
  border-top-color: rgb(46 16 101 / 0.85);
}
.border-t-violet-950\/90 {
  border-top-color: rgb(46 16 101 / 0.9);
}
.border-t-violet-950\/95 {
  border-top-color: rgb(46 16 101 / 0.95);
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}
.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}
.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}
.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}
.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}
.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}
.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}
.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}
.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}
.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}
.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}
.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}
.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}
.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}
.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}
.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}
.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}
.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}
.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}
.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}
.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}
.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}
.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}
.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}
.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}
.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}
.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}
.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}
.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}
.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}
.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}
.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}
.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}
.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}
.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}
.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}
.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}
.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}
.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}
.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}
.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}
.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}
.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}
.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}
.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}
.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}
.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
}
.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
}
.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
}
.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
}
.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
}
.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
}
.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
}
.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
}
.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}
.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
}
.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
}
.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
}
.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
}
.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}
.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
}
.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
}
.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
}
.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
}
.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
}
.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
}
.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
}
.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}
.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}
.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}
.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}
.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}
.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}
.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}
.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}
.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}
.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}
.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}
.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}
.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}
.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}
.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}
.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}
.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}
.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}
.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}
.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}
.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}
.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}
.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}
.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}
.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}
.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}
.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}
.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}
.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}
.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}
.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}
.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}
.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}
.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}
.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}
.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}
.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}
.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}
.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}
.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}
.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}
.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}
.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}
.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}
.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}
.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}
.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}
.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}
.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}
.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}
.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}
.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}
.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}
.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}
.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}
.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}
.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}
.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}
.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}
.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}
.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}
.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}
.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}
.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}
.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}
.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}
.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}
.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}
.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}
.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}
.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}
.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}
.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}
.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}
.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
}
.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}
.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}
.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}
.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}
.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}
.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}
.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}
.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}
.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}
.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
}
.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
}
.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
}
.border-t-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
}
.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
}
.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
}
.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
}
.border-t-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
}
.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}
.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
}
.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
}
.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
}
.border-t-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
}
.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}
.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
}
.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
}
.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
}
.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
}
.border-t-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
}
.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
}
.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
}
.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}
.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}
.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}
.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}
.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}
.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}
.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}
.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}
.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}
.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}
.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}
.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}
.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}
.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}
.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}
.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}
.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}
.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}
.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}
.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}
.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}
.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
}
.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
}
.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
}
.border-t-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
}
.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
}
.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
}
.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
}
.border-t-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
}
.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}
.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
}
.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
}
.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
}
.border-t-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
}
.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}
.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
}
.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
}
.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
}
.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
}
.border-t-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
}
.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
}
.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
}
.border-t-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-t-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
}
.border-t-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
}
.border-t-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
}
.border-t-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
}
.border-t-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
}
.border-t-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
}
.border-t-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
}
.border-t-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
}
.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}
.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
}
.border-t-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
}
.border-t-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
}
.border-t-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
}
.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}
.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
}
.border-t-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
}
.border-t-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
}
.border-t-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
}
.border-t-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
}
.border-t-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
}
.border-t-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
}
.border-t-zinc-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-t-zinc-100\/0 {
  border-top-color: rgb(244 244 245 / 0);
}
.border-t-zinc-100\/10 {
  border-top-color: rgb(244 244 245 / 0.1);
}
.border-t-zinc-100\/100 {
  border-top-color: rgb(244 244 245 / 1);
}
.border-t-zinc-100\/15 {
  border-top-color: rgb(244 244 245 / 0.15);
}
.border-t-zinc-100\/20 {
  border-top-color: rgb(244 244 245 / 0.2);
}
.border-t-zinc-100\/25 {
  border-top-color: rgb(244 244 245 / 0.25);
}
.border-t-zinc-100\/30 {
  border-top-color: rgb(244 244 245 / 0.3);
}
.border-t-zinc-100\/35 {
  border-top-color: rgb(244 244 245 / 0.35);
}
.border-t-zinc-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
}
.border-t-zinc-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45);
}
.border-t-zinc-100\/5 {
  border-top-color: rgb(244 244 245 / 0.05);
}
.border-t-zinc-100\/50 {
  border-top-color: rgb(244 244 245 / 0.5);
}
.border-t-zinc-100\/55 {
  border-top-color: rgb(244 244 245 / 0.55);
}
.border-t-zinc-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
}
.border-t-zinc-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65);
}
.border-t-zinc-100\/70 {
  border-top-color: rgb(244 244 245 / 0.7);
}
.border-t-zinc-100\/75 {
  border-top-color: rgb(244 244 245 / 0.75);
}
.border-t-zinc-100\/80 {
  border-top-color: rgb(244 244 245 / 0.8);
}
.border-t-zinc-100\/85 {
  border-top-color: rgb(244 244 245 / 0.85);
}
.border-t-zinc-100\/90 {
  border-top-color: rgb(244 244 245 / 0.9);
}
.border-t-zinc-100\/95 {
  border-top-color: rgb(244 244 245 / 0.95);
}
.border-t-zinc-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-t-zinc-200\/0 {
  border-top-color: rgb(228 228 231 / 0);
}
.border-t-zinc-200\/10 {
  border-top-color: rgb(228 228 231 / 0.1);
}
.border-t-zinc-200\/100 {
  border-top-color: rgb(228 228 231 / 1);
}
.border-t-zinc-200\/15 {
  border-top-color: rgb(228 228 231 / 0.15);
}
.border-t-zinc-200\/20 {
  border-top-color: rgb(228 228 231 / 0.2);
}
.border-t-zinc-200\/25 {
  border-top-color: rgb(228 228 231 / 0.25);
}
.border-t-zinc-200\/30 {
  border-top-color: rgb(228 228 231 / 0.3);
}
.border-t-zinc-200\/35 {
  border-top-color: rgb(228 228 231 / 0.35);
}
.border-t-zinc-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
}
.border-t-zinc-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45);
}
.border-t-zinc-200\/5 {
  border-top-color: rgb(228 228 231 / 0.05);
}
.border-t-zinc-200\/50 {
  border-top-color: rgb(228 228 231 / 0.5);
}
.border-t-zinc-200\/55 {
  border-top-color: rgb(228 228 231 / 0.55);
}
.border-t-zinc-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
}
.border-t-zinc-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65);
}
.border-t-zinc-200\/70 {
  border-top-color: rgb(228 228 231 / 0.7);
}
.border-t-zinc-200\/75 {
  border-top-color: rgb(228 228 231 / 0.75);
}
.border-t-zinc-200\/80 {
  border-top-color: rgb(228 228 231 / 0.8);
}
.border-t-zinc-200\/85 {
  border-top-color: rgb(228 228 231 / 0.85);
}
.border-t-zinc-200\/90 {
  border-top-color: rgb(228 228 231 / 0.9);
}
.border-t-zinc-200\/95 {
  border-top-color: rgb(228 228 231 / 0.95);
}
.border-t-zinc-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-t-zinc-300\/0 {
  border-top-color: rgb(212 212 216 / 0);
}
.border-t-zinc-300\/10 {
  border-top-color: rgb(212 212 216 / 0.1);
}
.border-t-zinc-300\/100 {
  border-top-color: rgb(212 212 216 / 1);
}
.border-t-zinc-300\/15 {
  border-top-color: rgb(212 212 216 / 0.15);
}
.border-t-zinc-300\/20 {
  border-top-color: rgb(212 212 216 / 0.2);
}
.border-t-zinc-300\/25 {
  border-top-color: rgb(212 212 216 / 0.25);
}
.border-t-zinc-300\/30 {
  border-top-color: rgb(212 212 216 / 0.3);
}
.border-t-zinc-300\/35 {
  border-top-color: rgb(212 212 216 / 0.35);
}
.border-t-zinc-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
}
.border-t-zinc-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45);
}
.border-t-zinc-300\/5 {
  border-top-color: rgb(212 212 216 / 0.05);
}
.border-t-zinc-300\/50 {
  border-top-color: rgb(212 212 216 / 0.5);
}
.border-t-zinc-300\/55 {
  border-top-color: rgb(212 212 216 / 0.55);
}
.border-t-zinc-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
}
.border-t-zinc-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65);
}
.border-t-zinc-300\/70 {
  border-top-color: rgb(212 212 216 / 0.7);
}
.border-t-zinc-300\/75 {
  border-top-color: rgb(212 212 216 / 0.75);
}
.border-t-zinc-300\/80 {
  border-top-color: rgb(212 212 216 / 0.8);
}
.border-t-zinc-300\/85 {
  border-top-color: rgb(212 212 216 / 0.85);
}
.border-t-zinc-300\/90 {
  border-top-color: rgb(212 212 216 / 0.9);
}
.border-t-zinc-300\/95 {
  border-top-color: rgb(212 212 216 / 0.95);
}
.border-t-zinc-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-t-zinc-400\/0 {
  border-top-color: rgb(161 161 170 / 0);
}
.border-t-zinc-400\/10 {
  border-top-color: rgb(161 161 170 / 0.1);
}
.border-t-zinc-400\/100 {
  border-top-color: rgb(161 161 170 / 1);
}
.border-t-zinc-400\/15 {
  border-top-color: rgb(161 161 170 / 0.15);
}
.border-t-zinc-400\/20 {
  border-top-color: rgb(161 161 170 / 0.2);
}
.border-t-zinc-400\/25 {
  border-top-color: rgb(161 161 170 / 0.25);
}
.border-t-zinc-400\/30 {
  border-top-color: rgb(161 161 170 / 0.3);
}
.border-t-zinc-400\/35 {
  border-top-color: rgb(161 161 170 / 0.35);
}
.border-t-zinc-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
}
.border-t-zinc-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45);
}
.border-t-zinc-400\/5 {
  border-top-color: rgb(161 161 170 / 0.05);
}
.border-t-zinc-400\/50 {
  border-top-color: rgb(161 161 170 / 0.5);
}
.border-t-zinc-400\/55 {
  border-top-color: rgb(161 161 170 / 0.55);
}
.border-t-zinc-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
}
.border-t-zinc-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65);
}
.border-t-zinc-400\/70 {
  border-top-color: rgb(161 161 170 / 0.7);
}
.border-t-zinc-400\/75 {
  border-top-color: rgb(161 161 170 / 0.75);
}
.border-t-zinc-400\/80 {
  border-top-color: rgb(161 161 170 / 0.8);
}
.border-t-zinc-400\/85 {
  border-top-color: rgb(161 161 170 / 0.85);
}
.border-t-zinc-400\/90 {
  border-top-color: rgb(161 161 170 / 0.9);
}
.border-t-zinc-400\/95 {
  border-top-color: rgb(161 161 170 / 0.95);
}
.border-t-zinc-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-t-zinc-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
}
.border-t-zinc-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}
.border-t-zinc-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
}
.border-t-zinc-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.border-t-zinc-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}
.border-t-zinc-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}
.border-t-zinc-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}
.border-t-zinc-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-zinc-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-zinc-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.border-t-zinc-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}
.border-t-zinc-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}
.border-t-zinc-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-zinc-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-zinc-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.border-t-zinc-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}
.border-t-zinc-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}
.border-t-zinc-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}
.border-t-zinc-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.border-t-zinc-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}
.border-t-zinc-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}
.border-t-zinc-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-t-zinc-500\/0 {
  border-top-color: rgb(113 113 122 / 0);
}
.border-t-zinc-500\/10 {
  border-top-color: rgb(113 113 122 / 0.1);
}
.border-t-zinc-500\/100 {
  border-top-color: rgb(113 113 122 / 1);
}
.border-t-zinc-500\/15 {
  border-top-color: rgb(113 113 122 / 0.15);
}
.border-t-zinc-500\/20 {
  border-top-color: rgb(113 113 122 / 0.2);
}
.border-t-zinc-500\/25 {
  border-top-color: rgb(113 113 122 / 0.25);
}
.border-t-zinc-500\/30 {
  border-top-color: rgb(113 113 122 / 0.3);
}
.border-t-zinc-500\/35 {
  border-top-color: rgb(113 113 122 / 0.35);
}
.border-t-zinc-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
}
.border-t-zinc-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45);
}
.border-t-zinc-500\/5 {
  border-top-color: rgb(113 113 122 / 0.05);
}
.border-t-zinc-500\/50 {
  border-top-color: rgb(113 113 122 / 0.5);
}
.border-t-zinc-500\/55 {
  border-top-color: rgb(113 113 122 / 0.55);
}
.border-t-zinc-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
}
.border-t-zinc-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65);
}
.border-t-zinc-500\/70 {
  border-top-color: rgb(113 113 122 / 0.7);
}
.border-t-zinc-500\/75 {
  border-top-color: rgb(113 113 122 / 0.75);
}
.border-t-zinc-500\/80 {
  border-top-color: rgb(113 113 122 / 0.8);
}
.border-t-zinc-500\/85 {
  border-top-color: rgb(113 113 122 / 0.85);
}
.border-t-zinc-500\/90 {
  border-top-color: rgb(113 113 122 / 0.9);
}
.border-t-zinc-500\/95 {
  border-top-color: rgb(113 113 122 / 0.95);
}
.border-t-zinc-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-t-zinc-600\/0 {
  border-top-color: rgb(82 82 91 / 0);
}
.border-t-zinc-600\/10 {
  border-top-color: rgb(82 82 91 / 0.1);
}
.border-t-zinc-600\/100 {
  border-top-color: rgb(82 82 91 / 1);
}
.border-t-zinc-600\/15 {
  border-top-color: rgb(82 82 91 / 0.15);
}
.border-t-zinc-600\/20 {
  border-top-color: rgb(82 82 91 / 0.2);
}
.border-t-zinc-600\/25 {
  border-top-color: rgb(82 82 91 / 0.25);
}
.border-t-zinc-600\/30 {
  border-top-color: rgb(82 82 91 / 0.3);
}
.border-t-zinc-600\/35 {
  border-top-color: rgb(82 82 91 / 0.35);
}
.border-t-zinc-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
}
.border-t-zinc-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45);
}
.border-t-zinc-600\/5 {
  border-top-color: rgb(82 82 91 / 0.05);
}
.border-t-zinc-600\/50 {
  border-top-color: rgb(82 82 91 / 0.5);
}
.border-t-zinc-600\/55 {
  border-top-color: rgb(82 82 91 / 0.55);
}
.border-t-zinc-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
}
.border-t-zinc-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65);
}
.border-t-zinc-600\/70 {
  border-top-color: rgb(82 82 91 / 0.7);
}
.border-t-zinc-600\/75 {
  border-top-color: rgb(82 82 91 / 0.75);
}
.border-t-zinc-600\/80 {
  border-top-color: rgb(82 82 91 / 0.8);
}
.border-t-zinc-600\/85 {
  border-top-color: rgb(82 82 91 / 0.85);
}
.border-t-zinc-600\/90 {
  border-top-color: rgb(82 82 91 / 0.9);
}
.border-t-zinc-600\/95 {
  border-top-color: rgb(82 82 91 / 0.95);
}
.border-t-zinc-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-t-zinc-700\/0 {
  border-top-color: rgb(63 63 70 / 0);
}
.border-t-zinc-700\/10 {
  border-top-color: rgb(63 63 70 / 0.1);
}
.border-t-zinc-700\/100 {
  border-top-color: rgb(63 63 70 / 1);
}
.border-t-zinc-700\/15 {
  border-top-color: rgb(63 63 70 / 0.15);
}
.border-t-zinc-700\/20 {
  border-top-color: rgb(63 63 70 / 0.2);
}
.border-t-zinc-700\/25 {
  border-top-color: rgb(63 63 70 / 0.25);
}
.border-t-zinc-700\/30 {
  border-top-color: rgb(63 63 70 / 0.3);
}
.border-t-zinc-700\/35 {
  border-top-color: rgb(63 63 70 / 0.35);
}
.border-t-zinc-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
}
.border-t-zinc-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45);
}
.border-t-zinc-700\/5 {
  border-top-color: rgb(63 63 70 / 0.05);
}
.border-t-zinc-700\/50 {
  border-top-color: rgb(63 63 70 / 0.5);
}
.border-t-zinc-700\/55 {
  border-top-color: rgb(63 63 70 / 0.55);
}
.border-t-zinc-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
}
.border-t-zinc-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65);
}
.border-t-zinc-700\/70 {
  border-top-color: rgb(63 63 70 / 0.7);
}
.border-t-zinc-700\/75 {
  border-top-color: rgb(63 63 70 / 0.75);
}
.border-t-zinc-700\/80 {
  border-top-color: rgb(63 63 70 / 0.8);
}
.border-t-zinc-700\/85 {
  border-top-color: rgb(63 63 70 / 0.85);
}
.border-t-zinc-700\/90 {
  border-top-color: rgb(63 63 70 / 0.9);
}
.border-t-zinc-700\/95 {
  border-top-color: rgb(63 63 70 / 0.95);
}
.border-t-zinc-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-t-zinc-800\/0 {
  border-top-color: rgb(39 39 42 / 0);
}
.border-t-zinc-800\/10 {
  border-top-color: rgb(39 39 42 / 0.1);
}
.border-t-zinc-800\/100 {
  border-top-color: rgb(39 39 42 / 1);
}
.border-t-zinc-800\/15 {
  border-top-color: rgb(39 39 42 / 0.15);
}
.border-t-zinc-800\/20 {
  border-top-color: rgb(39 39 42 / 0.2);
}
.border-t-zinc-800\/25 {
  border-top-color: rgb(39 39 42 / 0.25);
}
.border-t-zinc-800\/30 {
  border-top-color: rgb(39 39 42 / 0.3);
}
.border-t-zinc-800\/35 {
  border-top-color: rgb(39 39 42 / 0.35);
}
.border-t-zinc-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
}
.border-t-zinc-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45);
}
.border-t-zinc-800\/5 {
  border-top-color: rgb(39 39 42 / 0.05);
}
.border-t-zinc-800\/50 {
  border-top-color: rgb(39 39 42 / 0.5);
}
.border-t-zinc-800\/55 {
  border-top-color: rgb(39 39 42 / 0.55);
}
.border-t-zinc-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
}
.border-t-zinc-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65);
}
.border-t-zinc-800\/70 {
  border-top-color: rgb(39 39 42 / 0.7);
}
.border-t-zinc-800\/75 {
  border-top-color: rgb(39 39 42 / 0.75);
}
.border-t-zinc-800\/80 {
  border-top-color: rgb(39 39 42 / 0.8);
}
.border-t-zinc-800\/85 {
  border-top-color: rgb(39 39 42 / 0.85);
}
.border-t-zinc-800\/90 {
  border-top-color: rgb(39 39 42 / 0.9);
}
.border-t-zinc-800\/95 {
  border-top-color: rgb(39 39 42 / 0.95);
}
.border-t-zinc-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-t-zinc-900\/0 {
  border-top-color: rgb(24 24 27 / 0);
}
.border-t-zinc-900\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
}
.border-t-zinc-900\/100 {
  border-top-color: rgb(24 24 27 / 1);
}
.border-t-zinc-900\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
}
.border-t-zinc-900\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
}
.border-t-zinc-900\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
}
.border-t-zinc-900\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
}
.border-t-zinc-900\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
}
.border-t-zinc-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
}
.border-t-zinc-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
}
.border-t-zinc-900\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
}
.border-t-zinc-900\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
}
.border-t-zinc-900\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
}
.border-t-zinc-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
}
.border-t-zinc-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
}
.border-t-zinc-900\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
}
.border-t-zinc-900\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
}
.border-t-zinc-900\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
}
.border-t-zinc-900\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
}
.border-t-zinc-900\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
}
.border-t-zinc-900\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
}
.border-t-zinc-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-t-zinc-950\/0 {
  border-top-color: rgb(9 9 11 / 0);
}
.border-t-zinc-950\/10 {
  border-top-color: rgb(9 9 11 / 0.1);
}
.border-t-zinc-950\/100 {
  border-top-color: rgb(9 9 11 / 1);
}
.border-t-zinc-950\/15 {
  border-top-color: rgb(9 9 11 / 0.15);
}
.border-t-zinc-950\/20 {
  border-top-color: rgb(9 9 11 / 0.2);
}
.border-t-zinc-950\/25 {
  border-top-color: rgb(9 9 11 / 0.25);
}
.border-t-zinc-950\/30 {
  border-top-color: rgb(9 9 11 / 0.3);
}
.border-t-zinc-950\/35 {
  border-top-color: rgb(9 9 11 / 0.35);
}
.border-t-zinc-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
}
.border-t-zinc-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45);
}
.border-t-zinc-950\/5 {
  border-top-color: rgb(9 9 11 / 0.05);
}
.border-t-zinc-950\/50 {
  border-top-color: rgb(9 9 11 / 0.5);
}
.border-t-zinc-950\/55 {
  border-top-color: rgb(9 9 11 / 0.55);
}
.border-t-zinc-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
}
.border-t-zinc-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65);
}
.border-t-zinc-950\/70 {
  border-top-color: rgb(9 9 11 / 0.7);
}
.border-t-zinc-950\/75 {
  border-top-color: rgb(9 9 11 / 0.75);
}
.border-t-zinc-950\/80 {
  border-top-color: rgb(9 9 11 / 0.8);
}
.border-t-zinc-950\/85 {
  border-top-color: rgb(9 9 11 / 0.85);
}
.border-t-zinc-950\/90 {
  border-top-color: rgb(9 9 11 / 0.9);
}
.border-t-zinc-950\/95 {
  border-top-color: rgb(9 9 11 / 0.95);
}
.border-opacity-0 {
  --tw-border-opacity: 0;
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-100 {
  --tw-border-opacity: 1;
}
.border-opacity-15 {
  --tw-border-opacity: 0.15;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-35 {
  --tw-border-opacity: 0.35;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.border-opacity-45 {
  --tw-border-opacity: 0.45;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-55 {
  --tw-border-opacity: 0.55;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.border-opacity-65 {
  --tw-border-opacity: 0.65;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.border-opacity-75 {
  --tw-border-opacity: 0.75;
}
.border-opacity-80 {
  --tw-border-opacity: 0.8;
}
.border-opacity-85 {
  --tw-border-opacity: 0.85;
}
.border-opacity-90 {
  --tw-border-opacity: 0.9;
}
.border-opacity-95 {
  --tw-border-opacity: 0.95;
}
.bg-\[\#d41d25\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 29 37 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/15 {
  background-color: rgb(69 26 3 / 0.15);
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/35 {
  background-color: rgb(69 26 3 / 0.35);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45);
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55);
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65);
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85);
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}
.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}
.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}
.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}
.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}
.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}
.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}
.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}
.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}
.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / 0.15);
}
.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35);
}
.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45);
}
.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55);
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65);
}
.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85);
}
.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15);
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35);
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15);
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35);
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35);
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15);
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35);
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35);
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15);
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35);
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15);
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35);
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15);
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35);
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / 0.15);
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35);
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45);
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55);
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65);
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85);
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / 0.15);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / 0.35);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45);
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55);
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65);
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85);
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15);
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35);
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45);
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55);
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65);
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85);
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15);
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35);
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45);
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55);
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65);
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85);
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15);
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35);
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45);
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55);
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65);
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85);
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15);
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35);
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45);
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55);
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65);
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85);
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15);
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35);
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45);
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55);
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65);
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85);
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15);
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35);
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45);
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55);
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65);
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85);
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15);
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35);
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45);
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55);
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65);
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85);
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15);
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35);
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45);
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55);
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65);
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85);
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / 0.15);
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35);
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45);
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55);
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65);
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85);
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}
.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}
.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}
.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}
.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}
.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}
.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}
.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}
.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}
.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}
.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}
.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}
.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}
.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}
.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}
.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}
.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}
.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}
.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}
.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}
.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}
.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}
.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}
.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}
.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}
.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}
.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}
.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}
.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}
.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}
.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}
.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}
.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}
.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}
.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}
.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}
.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}
.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}
.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}
.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}
.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}
.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}
.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}
.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}
.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}
.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}
.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}
.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}
.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}
.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}
.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}
.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}
.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}
.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}
.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}
.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}
.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}
.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}
.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}
.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}
.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}
.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}
.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}
.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}
.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}
.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}
.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}
.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}
.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}
.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}
.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}
.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}
.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}
.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}
.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}
.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}
.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15);
}
.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}
.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}
.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-inherit {
  background-color: inherit;
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15);
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35);
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15);
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35);
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15);
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35);
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15);
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35);
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15);
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35);
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15);
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35);
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15);
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35);
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15);
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35);
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/15 {
  background-color: rgb(26 46 5 / 0.15);
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/35 {
  background-color: rgb(26 46 5 / 0.35);
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45);
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55);
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65);
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85);
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}
.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}
.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}
.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}
.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}
.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}
.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}
.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}
.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}
.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}
.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}
.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}
.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}
.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}
.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}
.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}
.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}
.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}
.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}
.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}
.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}
.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}
.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}
.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}
.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}
.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}
.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}
.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}
.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}
.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}
.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}
.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}
.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}
.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}
.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}
.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}
.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}
.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}
.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}
.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}
.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}
.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}
.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}
.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}
.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}
.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}
.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}
.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}
.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}
.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}
.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}
.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}
.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}
.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}
.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}
.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}
.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/15 {
  background-color: rgb(67 20 7 / 0.15);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/35 {
  background-color: rgb(67 20 7 / 0.35);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15);
}
.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}
.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35);
}
.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}
.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}
.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}
.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}
.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}
.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}
.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15);
}
.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}
.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35);
}
.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}
.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}
.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}
.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}
.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}
.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}
.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}
.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15);
}
.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}
.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}
.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}
.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35);
}
.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}
.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}
.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}
.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}
.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}
.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}
.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}
.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}
.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}
.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15);
}
.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}
.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35);
}
.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}
.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}
.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}
.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}
.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}
.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}
.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}
.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}
.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}
.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35);
}
.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}
.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}
.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}
.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}
.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}
.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}
.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}
.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}
.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}
.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15);
}
.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}
.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35);
}
.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}
.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}
.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}
.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}
.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}
.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}
.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}
.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15);
}
.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}
.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}
.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}
.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35);
}
.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}
.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}
.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}
.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}
.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}
.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}
.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}
.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}
.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}
.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}
.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15);
}
.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}
.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35);
}
.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}
.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}
.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}
.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}
.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}
.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}
.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}
.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15);
}
.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}
.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35);
}
.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}
.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}
.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}
.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}
.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}
.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}
.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}
.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.bg-pink-950\/15 {
  background-color: rgb(80 7 36 / 0.15);
}
.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}
.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}
.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}
.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35);
}
.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45);
}
.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}
.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}
.bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55);
}
.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65);
}
.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}
.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}
.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}
.bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85);
}
.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}
.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}
.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}
.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}
.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}
.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}
.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}
.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}
.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}
.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}
.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}
.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}
.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}
.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}
.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}
.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}
.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}
.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}
.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}
.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}
.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}
.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}
.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}
.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}
.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}
.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}
.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}
.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}
.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}
.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}
.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}
.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}
.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}
.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}
.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}
.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}
.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}
.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}
.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}
.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}
.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}
.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}
.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}
.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}
.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}
.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}
.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}
.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}
.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}
.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}
.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}
.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}
.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}
.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}
.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}
.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}
.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}
.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}
.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}
.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15);
}
.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}
.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}
.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}
.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}
.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}
.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / 0.15);
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / 0.35);
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45);
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55);
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65);
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85);
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}
.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}
.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}
.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}
.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / 0.15);
}
.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}
.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}
.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}
.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / 0.35);
}
.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}
.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45);
}
.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}
.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}
.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55);
}
.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}
.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65);
}
.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}
.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}
.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}
.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85);
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}
.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}
.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}
.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / 0.15);
}
.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}
.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}
.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}
.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / 0.35);
}
.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}
.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45);
}
.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}
.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}
.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55);
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65);
}
.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}
.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}
.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}
.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85);
}
.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}
.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}
.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15);
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / 0.35);
}
.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}
.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45);
}
.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}
.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}
.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55);
}
.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}
.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65);
}
.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}
.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85);
}
.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}
.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}
.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}
.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}
.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / 0.15);
}
.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}
.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}
.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}
.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / 0.35);
}
.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}
.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45);
}
.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}
.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}
.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55);
}
.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}
.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65);
}
.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}
.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85);
}
.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}
.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}
.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15);
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / 0.35);
}
.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45);
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55);
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65);
}
.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85);
}
.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}
.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}
.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}
.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / 0.15);
}
.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}
.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}
.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}
.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / 0.35);
}
.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}
.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45);
}
.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}
.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}
.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55);
}
.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}
.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65);
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}
.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}
.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85);
}
.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}
.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}
.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}
.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}
.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}
.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / 0.15);
}
.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}
.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}
.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}
.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / 0.35);
}
.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}
.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45);
}
.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}
.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}
.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55);
}
.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}
.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65);
}
.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}
.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}
.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}
.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85);
}
.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}
.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}
.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}
.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}
.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}
.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}
.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / 0.15);
}
.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}
.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}
.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}
.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / 0.35);
}
.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}
.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45);
}
.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}
.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}
.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55);
}
.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}
.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65);
}
.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}
.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}
.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}
.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85);
}
.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}
.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}
.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / 0.15);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / 0.35);
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45);
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55);
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65);
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85);
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}
.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}
.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}
.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}
.bg-rose-950\/15 {
  background-color: rgb(76 5 25 / 0.15);
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}
.bg-rose-950\/35 {
  background-color: rgb(76 5 25 / 0.35);
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.bg-rose-950\/45 {
  background-color: rgb(76 5 25 / 0.45);
}
.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}
.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}
.bg-rose-950\/55 {
  background-color: rgb(76 5 25 / 0.55);
}
.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}
.bg-rose-950\/65 {
  background-color: rgb(76 5 25 / 0.65);
}
.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}
.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}
.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}
.bg-rose-950\/85 {
  background-color: rgb(76 5 25 / 0.85);
}
.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}
.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/15 {
  background-color: rgb(8 47 73 / 0.15);
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/35 {
  background-color: rgb(8 47 73 / 0.35);
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}
.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}
.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}
.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}
.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}
.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}
.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}
.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}
.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}
.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}
.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}
.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}
.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}
.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}
.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}
.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}
.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}
.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}
.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}
.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}
.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}
.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}
.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}
.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}
.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}
.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}
.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}
.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}
.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}
.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}
.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}
.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}
.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}
.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}
.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}
.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}
.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}
.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}
.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}
.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}
.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}
.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-slate-950\/15 {
  background-color: rgb(2 6 23 / 0.15);
}
.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.bg-stone-100\/15 {
  background-color: rgb(245 245 244 / 0.15);
}
.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.bg-stone-100\/35 {
  background-color: rgb(245 245 244 / 0.35);
}
.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.bg-stone-100\/45 {
  background-color: rgb(245 245 244 / 0.45);
}
.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.bg-stone-100\/55 {
  background-color: rgb(245 245 244 / 0.55);
}
.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.bg-stone-100\/65 {
  background-color: rgb(245 245 244 / 0.65);
}
.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.bg-stone-100\/85 {
  background-color: rgb(245 245 244 / 0.85);
}
.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / 0.15);
}
.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / 0.35);
}
.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45);
}
.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55);
}
.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65);
}
.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85);
}
.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / 0.15);
}
.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / 0.35);
}
.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45);
}
.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55);
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65);
}
.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85);
}
.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / 0.15);
}
.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / 0.35);
}
.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45);
}
.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55);
}
.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65);
}
.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85);
}
.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.bg-stone-50\/15 {
  background-color: rgb(250 250 249 / 0.15);
}
.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.bg-stone-50\/35 {
  background-color: rgb(250 250 249 / 0.35);
}
.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.bg-stone-50\/45 {
  background-color: rgb(250 250 249 / 0.45);
}
.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.bg-stone-50\/55 {
  background-color: rgb(250 250 249 / 0.55);
}
.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.bg-stone-50\/65 {
  background-color: rgb(250 250 249 / 0.65);
}
.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-stone-50\/85 {
  background-color: rgb(250 250 249 / 0.85);
}
.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / 0.15);
}
.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / 0.35);
}
.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45);
}
.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55);
}
.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65);
}
.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85);
}
.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / 0.15);
}
.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / 0.35);
}
.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45);
}
.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55);
}
.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65);
}
.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85);
}
.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / 0.15);
}
.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / 0.35);
}
.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45);
}
.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55);
}
.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65);
}
.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85);
}
.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / 0.15);
}
.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / 0.35);
}
.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45);
}
.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55);
}
.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65);
}
.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85);
}
.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / 0.15);
}
.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / 0.35);
}
.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45);
}
.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55);
}
.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65);
}
.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85);
}
.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}
.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-stone-950\/15 {
  background-color: rgb(12 10 9 / 0.15);
}
.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-stone-950\/35 {
  background-color: rgb(12 10 9 / 0.35);
}
.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-stone-950\/45 {
  background-color: rgb(12 10 9 / 0.45);
}
.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-stone-950\/55 {
  background-color: rgb(12 10 9 / 0.55);
}
.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-stone-950\/65 {
  background-color: rgb(12 10 9 / 0.65);
}
.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-stone-950\/85 {
  background-color: rgb(12 10 9 / 0.85);
}
.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15);
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35);
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45);
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55);
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65);
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85);
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15);
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35);
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45);
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55);
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65);
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85);
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15);
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35);
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45);
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55);
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65);
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85);
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15);
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35);
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45);
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55);
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65);
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85);
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15);
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35);
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15);
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35);
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45);
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55);
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65);
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85);
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15);
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35);
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45);
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55);
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65);
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85);
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15);
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35);
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45);
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55);
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65);
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85);
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15);
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35);
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45);
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55);
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65);
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85);
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15);
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45);
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55);
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65);
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85);
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/15 {
  background-color: rgb(4 47 46 / 0.15);
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/35 {
  background-color: rgb(4 47 46 / 0.35);
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45);
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55);
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65);
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85);
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / 0.15);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / 0.35);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / 0.15);
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / 0.35);
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45);
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55);
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65);
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85);
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / 0.15);
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / 0.35);
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45);
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55);
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65);
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85);
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15);
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / 0.35);
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45);
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55);
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85);
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / 0.15);
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / 0.35);
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45);
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55);
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65);
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85);
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15);
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / 0.35);
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45);
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55);
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65);
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85);
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / 0.15);
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / 0.35);
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45);
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55);
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65);
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / 0.15);
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / 0.35);
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45);
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55);
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65);
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85);
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / 0.15);
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / 0.35);
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45);
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55);
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65);
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85);
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / 0.15);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / 0.35);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/15 {
  background-color: rgb(46 16 101 / 0.15);
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/35 {
  background-color: rgb(46 16 101 / 0.35);
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45);
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55);
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65);
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85);
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}
.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}
.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}
.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}
.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}
.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}
.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}
.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}
.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}
.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}
.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}
.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}
.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}
.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}
.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}
.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}
.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}
.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}
.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}
.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}
.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}
.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}
.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}
.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}
.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}
.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}
.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}
.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}
.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}
.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}
.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}
.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}
.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}
.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}
.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}
.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}
.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}
.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}
.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}
.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}
.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}
.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}
.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}
.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}
.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}
.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}
.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}
.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}
.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}
.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}
.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}
.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}
.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}
.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / 0.15);
}
.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / 0.35);
}
.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45);
}
.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55);
}
.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65);
}
.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85);
}
.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / 0.15);
}
.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / 0.35);
}
.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45);
}
.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55);
}
.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65);
}
.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85);
}
.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}
.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / 0.15);
}
.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / 0.35);
}
.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45);
}
.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55);
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65);
}
.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85);
}
.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}
.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / 0.15);
}
.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / 0.35);
}
.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45);
}
.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55);
}
.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65);
}
.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85);
}
.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / 0.15);
}
.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / 0.35);
}
.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45);
}
.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55);
}
.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65);
}
.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85);
}
.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / 0.15);
}
.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / 0.35);
}
.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45);
}
.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55);
}
.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65);
}
.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85);
}
.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}
.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}
.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}
.bg-zinc-700\/15 {
  background-color: rgb(63 63 70 / 0.15);
}
.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}
.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}
.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}
.bg-zinc-700\/35 {
  background-color: rgb(63 63 70 / 0.35);
}
.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}
.bg-zinc-700\/45 {
  background-color: rgb(63 63 70 / 0.45);
}
.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}
.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}
.bg-zinc-700\/55 {
  background-color: rgb(63 63 70 / 0.55);
}
.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}
.bg-zinc-700\/65 {
  background-color: rgb(63 63 70 / 0.65);
}
.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}
.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}
.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}
.bg-zinc-700\/85 {
  background-color: rgb(63 63 70 / 0.85);
}
.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}
.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}
.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}
.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}
.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}
.bg-zinc-800\/15 {
  background-color: rgb(39 39 42 / 0.15);
}
.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}
.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}
.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}
.bg-zinc-800\/35 {
  background-color: rgb(39 39 42 / 0.35);
}
.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}
.bg-zinc-800\/45 {
  background-color: rgb(39 39 42 / 0.45);
}
.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}
.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}
.bg-zinc-800\/55 {
  background-color: rgb(39 39 42 / 0.55);
}
.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}
.bg-zinc-800\/65 {
  background-color: rgb(39 39 42 / 0.65);
}
.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}
.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}
.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}
.bg-zinc-800\/85 {
  background-color: rgb(39 39 42 / 0.85);
}
.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}
.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}
.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}
.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}
.bg-zinc-900\/15 {
  background-color: rgb(24 24 27 / 0.15);
}
.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}
.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}
.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}
.bg-zinc-900\/35 {
  background-color: rgb(24 24 27 / 0.35);
}
.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}
.bg-zinc-900\/45 {
  background-color: rgb(24 24 27 / 0.45);
}
.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}
.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}
.bg-zinc-900\/55 {
  background-color: rgb(24 24 27 / 0.55);
}
.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}
.bg-zinc-900\/65 {
  background-color: rgb(24 24 27 / 0.65);
}
.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}
.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}
.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}
.bg-zinc-900\/85 {
  background-color: rgb(24 24 27 / 0.85);
}
.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}
.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}
.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}
.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.bg-zinc-950\/15 {
  background-color: rgb(9 9 11 / 0.15);
}
.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.bg-zinc-950\/35 {
  background-color: rgb(9 9 11 / 0.35);
}
.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.bg-zinc-950\/45 {
  background-color: rgb(9 9 11 / 0.45);
}
.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.bg-zinc-950\/55 {
  background-color: rgb(9 9 11 / 0.55);
}
.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.bg-zinc-950\/65 {
  background-color: rgb(9 9 11 / 0.65);
}
.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-zinc-950\/85 {
  background-color: rgb(9 9 11 / 0.85);
}
.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-fuchsia-100 {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/0 {
  --tw-gradient-from: rgb(250 232 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/10 {
  --tw-gradient-from: rgb(250 232 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/100 {
  --tw-gradient-from: rgb(250 232 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/15 {
  --tw-gradient-from: rgb(250 232 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/20 {
  --tw-gradient-from: rgb(250 232 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/25 {
  --tw-gradient-from: rgb(250 232 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/30 {
  --tw-gradient-from: rgb(250 232 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/35 {
  --tw-gradient-from: rgb(250 232 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/40 {
  --tw-gradient-from: rgb(250 232 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/45 {
  --tw-gradient-from: rgb(250 232 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/5 {
  --tw-gradient-from: rgb(250 232 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/50 {
  --tw-gradient-from: rgb(250 232 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/55 {
  --tw-gradient-from: rgb(250 232 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/60 {
  --tw-gradient-from: rgb(250 232 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/65 {
  --tw-gradient-from: rgb(250 232 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/70 {
  --tw-gradient-from: rgb(250 232 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/75 {
  --tw-gradient-from: rgb(250 232 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/80 {
  --tw-gradient-from: rgb(250 232 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/85 {
  --tw-gradient-from: rgb(250 232 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/90 {
  --tw-gradient-from: rgb(250 232 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-100\/95 {
  --tw-gradient-from: rgb(250 232 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/0 {
  --tw-gradient-from: rgb(245 208 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/10 {
  --tw-gradient-from: rgb(245 208 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/100 {
  --tw-gradient-from: rgb(245 208 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/15 {
  --tw-gradient-from: rgb(245 208 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/20 {
  --tw-gradient-from: rgb(245 208 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/25 {
  --tw-gradient-from: rgb(245 208 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/30 {
  --tw-gradient-from: rgb(245 208 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/35 {
  --tw-gradient-from: rgb(245 208 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/40 {
  --tw-gradient-from: rgb(245 208 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/45 {
  --tw-gradient-from: rgb(245 208 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/5 {
  --tw-gradient-from: rgb(245 208 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/50 {
  --tw-gradient-from: rgb(245 208 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/55 {
  --tw-gradient-from: rgb(245 208 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/60 {
  --tw-gradient-from: rgb(245 208 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/65 {
  --tw-gradient-from: rgb(245 208 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/70 {
  --tw-gradient-from: rgb(245 208 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/75 {
  --tw-gradient-from: rgb(245 208 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/80 {
  --tw-gradient-from: rgb(245 208 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/85 {
  --tw-gradient-from: rgb(245 208 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/90 {
  --tw-gradient-from: rgb(245 208 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-200\/95 {
  --tw-gradient-from: rgb(245 208 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300 {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/0 {
  --tw-gradient-from: rgb(240 171 252 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/10 {
  --tw-gradient-from: rgb(240 171 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/100 {
  --tw-gradient-from: rgb(240 171 252 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/15 {
  --tw-gradient-from: rgb(240 171 252 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/20 {
  --tw-gradient-from: rgb(240 171 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/25 {
  --tw-gradient-from: rgb(240 171 252 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/30 {
  --tw-gradient-from: rgb(240 171 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/35 {
  --tw-gradient-from: rgb(240 171 252 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/40 {
  --tw-gradient-from: rgb(240 171 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/45 {
  --tw-gradient-from: rgb(240 171 252 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/5 {
  --tw-gradient-from: rgb(240 171 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/50 {
  --tw-gradient-from: rgb(240 171 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/55 {
  --tw-gradient-from: rgb(240 171 252 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/60 {
  --tw-gradient-from: rgb(240 171 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/65 {
  --tw-gradient-from: rgb(240 171 252 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/70 {
  --tw-gradient-from: rgb(240 171 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/75 {
  --tw-gradient-from: rgb(240 171 252 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/80 {
  --tw-gradient-from: rgb(240 171 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/85 {
  --tw-gradient-from: rgb(240 171 252 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/90 {
  --tw-gradient-from: rgb(240 171 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-300\/95 {
  --tw-gradient-from: rgb(240 171 252 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400 {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/0 {
  --tw-gradient-from: rgb(232 121 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/10 {
  --tw-gradient-from: rgb(232 121 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/100 {
  --tw-gradient-from: rgb(232 121 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/15 {
  --tw-gradient-from: rgb(232 121 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/20 {
  --tw-gradient-from: rgb(232 121 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/25 {
  --tw-gradient-from: rgb(232 121 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/30 {
  --tw-gradient-from: rgb(232 121 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/35 {
  --tw-gradient-from: rgb(232 121 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/40 {
  --tw-gradient-from: rgb(232 121 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/45 {
  --tw-gradient-from: rgb(232 121 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/5 {
  --tw-gradient-from: rgb(232 121 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/50 {
  --tw-gradient-from: rgb(232 121 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/55 {
  --tw-gradient-from: rgb(232 121 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/60 {
  --tw-gradient-from: rgb(232 121 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/65 {
  --tw-gradient-from: rgb(232 121 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/70 {
  --tw-gradient-from: rgb(232 121 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/75 {
  --tw-gradient-from: rgb(232 121 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/80 {
  --tw-gradient-from: rgb(232 121 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/85 {
  --tw-gradient-from: rgb(232 121 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/90 {
  --tw-gradient-from: rgb(232 121 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400\/95 {
  --tw-gradient-from: rgb(232 121 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/0 {
  --tw-gradient-from: rgb(253 244 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/10 {
  --tw-gradient-from: rgb(253 244 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/100 {
  --tw-gradient-from: rgb(253 244 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/15 {
  --tw-gradient-from: rgb(253 244 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/20 {
  --tw-gradient-from: rgb(253 244 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/25 {
  --tw-gradient-from: rgb(253 244 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/30 {
  --tw-gradient-from: rgb(253 244 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/35 {
  --tw-gradient-from: rgb(253 244 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/40 {
  --tw-gradient-from: rgb(253 244 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/45 {
  --tw-gradient-from: rgb(253 244 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/5 {
  --tw-gradient-from: rgb(253 244 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/50 {
  --tw-gradient-from: rgb(253 244 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/55 {
  --tw-gradient-from: rgb(253 244 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/60 {
  --tw-gradient-from: rgb(253 244 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/65 {
  --tw-gradient-from: rgb(253 244 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/70 {
  --tw-gradient-from: rgb(253 244 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/75 {
  --tw-gradient-from: rgb(253 244 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/80 {
  --tw-gradient-from: rgb(253 244 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/85 {
  --tw-gradient-from: rgb(253 244 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/90 {
  --tw-gradient-from: rgb(253 244 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/95 {
  --tw-gradient-from: rgb(253 244 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500 {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/0 {
  --tw-gradient-from: rgb(217 70 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/10 {
  --tw-gradient-from: rgb(217 70 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/100 {
  --tw-gradient-from: rgb(217 70 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/15 {
  --tw-gradient-from: rgb(217 70 239 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/20 {
  --tw-gradient-from: rgb(217 70 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/25 {
  --tw-gradient-from: rgb(217 70 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/30 {
  --tw-gradient-from: rgb(217 70 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/35 {
  --tw-gradient-from: rgb(217 70 239 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/40 {
  --tw-gradient-from: rgb(217 70 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/45 {
  --tw-gradient-from: rgb(217 70 239 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/5 {
  --tw-gradient-from: rgb(217 70 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/50 {
  --tw-gradient-from: rgb(217 70 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/55 {
  --tw-gradient-from: rgb(217 70 239 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/60 {
  --tw-gradient-from: rgb(217 70 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/65 {
  --tw-gradient-from: rgb(217 70 239 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/70 {
  --tw-gradient-from: rgb(217 70 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/75 {
  --tw-gradient-from: rgb(217 70 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/80 {
  --tw-gradient-from: rgb(217 70 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/85 {
  --tw-gradient-from: rgb(217 70 239 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/90 {
  --tw-gradient-from: rgb(217 70 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/95 {
  --tw-gradient-from: rgb(217 70 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600 {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/0 {
  --tw-gradient-from: rgb(192 38 211 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/10 {
  --tw-gradient-from: rgb(192 38 211 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/100 {
  --tw-gradient-from: rgb(192 38 211 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/15 {
  --tw-gradient-from: rgb(192 38 211 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/20 {
  --tw-gradient-from: rgb(192 38 211 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/25 {
  --tw-gradient-from: rgb(192 38 211 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/30 {
  --tw-gradient-from: rgb(192 38 211 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/35 {
  --tw-gradient-from: rgb(192 38 211 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/40 {
  --tw-gradient-from: rgb(192 38 211 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/45 {
  --tw-gradient-from: rgb(192 38 211 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/5 {
  --tw-gradient-from: rgb(192 38 211 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/50 {
  --tw-gradient-from: rgb(192 38 211 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/55 {
  --tw-gradient-from: rgb(192 38 211 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/60 {
  --tw-gradient-from: rgb(192 38 211 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/65 {
  --tw-gradient-from: rgb(192 38 211 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/70 {
  --tw-gradient-from: rgb(192 38 211 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/75 {
  --tw-gradient-from: rgb(192 38 211 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/80 {
  --tw-gradient-from: rgb(192 38 211 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/85 {
  --tw-gradient-from: rgb(192 38 211 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/90 {
  --tw-gradient-from: rgb(192 38 211 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-600\/95 {
  --tw-gradient-from: rgb(192 38 211 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700 {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/0 {
  --tw-gradient-from: rgb(162 28 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/10 {
  --tw-gradient-from: rgb(162 28 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/100 {
  --tw-gradient-from: rgb(162 28 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/15 {
  --tw-gradient-from: rgb(162 28 175 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/20 {
  --tw-gradient-from: rgb(162 28 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/25 {
  --tw-gradient-from: rgb(162 28 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/30 {
  --tw-gradient-from: rgb(162 28 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/35 {
  --tw-gradient-from: rgb(162 28 175 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/40 {
  --tw-gradient-from: rgb(162 28 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/45 {
  --tw-gradient-from: rgb(162 28 175 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/5 {
  --tw-gradient-from: rgb(162 28 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/50 {
  --tw-gradient-from: rgb(162 28 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/55 {
  --tw-gradient-from: rgb(162 28 175 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/60 {
  --tw-gradient-from: rgb(162 28 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/65 {
  --tw-gradient-from: rgb(162 28 175 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/70 {
  --tw-gradient-from: rgb(162 28 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/75 {
  --tw-gradient-from: rgb(162 28 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/80 {
  --tw-gradient-from: rgb(162 28 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/85 {
  --tw-gradient-from: rgb(162 28 175 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/90 {
  --tw-gradient-from: rgb(162 28 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-700\/95 {
  --tw-gradient-from: rgb(162 28 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800 {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/0 {
  --tw-gradient-from: rgb(134 25 143 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/10 {
  --tw-gradient-from: rgb(134 25 143 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/100 {
  --tw-gradient-from: rgb(134 25 143 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/15 {
  --tw-gradient-from: rgb(134 25 143 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/20 {
  --tw-gradient-from: rgb(134 25 143 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/25 {
  --tw-gradient-from: rgb(134 25 143 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/30 {
  --tw-gradient-from: rgb(134 25 143 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/35 {
  --tw-gradient-from: rgb(134 25 143 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/40 {
  --tw-gradient-from: rgb(134 25 143 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/45 {
  --tw-gradient-from: rgb(134 25 143 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/5 {
  --tw-gradient-from: rgb(134 25 143 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/50 {
  --tw-gradient-from: rgb(134 25 143 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/55 {
  --tw-gradient-from: rgb(134 25 143 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/60 {
  --tw-gradient-from: rgb(134 25 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/65 {
  --tw-gradient-from: rgb(134 25 143 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/70 {
  --tw-gradient-from: rgb(134 25 143 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/75 {
  --tw-gradient-from: rgb(134 25 143 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/80 {
  --tw-gradient-from: rgb(134 25 143 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/85 {
  --tw-gradient-from: rgb(134 25 143 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/90 {
  --tw-gradient-from: rgb(134 25 143 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-800\/95 {
  --tw-gradient-from: rgb(134 25 143 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900 {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/0 {
  --tw-gradient-from: rgb(112 26 117 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/10 {
  --tw-gradient-from: rgb(112 26 117 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/100 {
  --tw-gradient-from: rgb(112 26 117 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/15 {
  --tw-gradient-from: rgb(112 26 117 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/20 {
  --tw-gradient-from: rgb(112 26 117 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/25 {
  --tw-gradient-from: rgb(112 26 117 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/30 {
  --tw-gradient-from: rgb(112 26 117 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/35 {
  --tw-gradient-from: rgb(112 26 117 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/40 {
  --tw-gradient-from: rgb(112 26 117 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/45 {
  --tw-gradient-from: rgb(112 26 117 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/5 {
  --tw-gradient-from: rgb(112 26 117 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/50 {
  --tw-gradient-from: rgb(112 26 117 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/55 {
  --tw-gradient-from: rgb(112 26 117 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/60 {
  --tw-gradient-from: rgb(112 26 117 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/65 {
  --tw-gradient-from: rgb(112 26 117 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/70 {
  --tw-gradient-from: rgb(112 26 117 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/75 {
  --tw-gradient-from: rgb(112 26 117 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/80 {
  --tw-gradient-from: rgb(112 26 117 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/85 {
  --tw-gradient-from: rgb(112 26 117 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/90 {
  --tw-gradient-from: rgb(112 26 117 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-900\/95 {
  --tw-gradient-from: rgb(112 26 117 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950 {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/0 {
  --tw-gradient-from: rgb(74 4 78 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/10 {
  --tw-gradient-from: rgb(74 4 78 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/100 {
  --tw-gradient-from: rgb(74 4 78 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/15 {
  --tw-gradient-from: rgb(74 4 78 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/20 {
  --tw-gradient-from: rgb(74 4 78 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/25 {
  --tw-gradient-from: rgb(74 4 78 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/30 {
  --tw-gradient-from: rgb(74 4 78 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/35 {
  --tw-gradient-from: rgb(74 4 78 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/40 {
  --tw-gradient-from: rgb(74 4 78 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/45 {
  --tw-gradient-from: rgb(74 4 78 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/5 {
  --tw-gradient-from: rgb(74 4 78 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/50 {
  --tw-gradient-from: rgb(74 4 78 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/55 {
  --tw-gradient-from: rgb(74 4 78 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/60 {
  --tw-gradient-from: rgb(74 4 78 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/65 {
  --tw-gradient-from: rgb(74 4 78 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/70 {
  --tw-gradient-from: rgb(74 4 78 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/75 {
  --tw-gradient-from: rgb(74 4 78 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/80 {
  --tw-gradient-from: rgb(74 4 78 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/85 {
  --tw-gradient-from: rgb(74 4 78 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/90 {
  --tw-gradient-from: rgb(74 4 78 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-950\/95 {
  --tw-gradient-from: rgb(74 4 78 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-inherit {
  --tw-gradient-from: inherit var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/15 {
  --tw-gradient-from: rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/35 {
  --tw-gradient-from: rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/45 {
  --tw-gradient-from: rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/55 {
  --tw-gradient-from: rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/65 {
  --tw-gradient-from: rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/85 {
  --tw-gradient-from: rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/0 {
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/10 {
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/100 {
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/15 {
  --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/20 {
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/25 {
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/30 {
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/35 {
  --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/40 {
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/45 {
  --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/5 {
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/50 {
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/55 {
  --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/60 {
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/65 {
  --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/70 {
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/75 {
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/80 {
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/85 {
  --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/90 {
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300\/95 {
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/15 {
  --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/35 {
  --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/45 {
  --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/55 {
  --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/65 {
  --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/85 {
  --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700 {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/0 {
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/10 {
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/100 {
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/15 {
  --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/20 {
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/25 {
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/30 {
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/35 {
  --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/40 {
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/45 {
  --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/5 {
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/50 {
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/55 {
  --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/60 {
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/65 {
  --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/70 {
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/75 {
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/80 {
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/85 {
  --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/90 {
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/95 {
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900 {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/0 {
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/10 {
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/100 {
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/15 {
  --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/20 {
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/25 {
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/30 {
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/35 {
  --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/45 {
  --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/5 {
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/50 {
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/55 {
  --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/60 {
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/65 {
  --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/70 {
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/75 {
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/80 {
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/85 {
  --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/90 {
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/95 {
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950 {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/0 {
  --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/10 {
  --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/100 {
  --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/15 {
  --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/20 {
  --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/25 {
  --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/30 {
  --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/35 {
  --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/40 {
  --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/45 {
  --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/5 {
  --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/50 {
  --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/55 {
  --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/60 {
  --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/65 {
  --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/70 {
  --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/75 {
  --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/80 {
  --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/85 {
  --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/90 {
  --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-950\/95 {
  --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\% {
  --tw-gradient-from-position: 0%;
}
.from-10\% {
  --tw-gradient-from-position: 10%;
}
.from-100\% {
  --tw-gradient-from-position: 100%;
}
.from-15\% {
  --tw-gradient-from-position: 15%;
}
.from-20\% {
  --tw-gradient-from-position: 20%;
}
.from-25\% {
  --tw-gradient-from-position: 25%;
}
.from-30\% {
  --tw-gradient-from-position: 30%;
}
.from-35\% {
  --tw-gradient-from-position: 35%;
}
.from-40\% {
  --tw-gradient-from-position: 40%;
}
.from-45\% {
  --tw-gradient-from-position: 45%;
}
.from-5\% {
  --tw-gradient-from-position: 5%;
}
.from-50\% {
  --tw-gradient-from-position: 50%;
}
.from-55\% {
  --tw-gradient-from-position: 55%;
}
.from-60\% {
  --tw-gradient-from-position: 60%;
}
.from-65\% {
  --tw-gradient-from-position: 65%;
}
.from-70\% {
  --tw-gradient-from-position: 70%;
}
.from-75\% {
  --tw-gradient-from-position: 75%;
}
.from-80\% {
  --tw-gradient-from-position: 80%;
}
.from-85\% {
  --tw-gradient-from-position: 85%;
}
.from-90\% {
  --tw-gradient-from-position: 90%;
}
.from-95\% {
  --tw-gradient-from-position: 95%;
}
.via-fuchsia-100 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fae8ff var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/0 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/10 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/100 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/15 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/20 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/25 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/30 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/35 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/40 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/45 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/5 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/50 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/55 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/60 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/65 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/70 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/75 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/80 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/85 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/90 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-100\/95 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 232 255 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #f5d0fe var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/0 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/10 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/100 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/15 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/20 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/25 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/30 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/35 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/40 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/45 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/5 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/50 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/55 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/60 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/65 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/70 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/75 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/80 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/85 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/90 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-200\/95 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(245 208 254 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #f0abfc var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/0 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/10 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/100 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/15 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/20 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/25 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/30 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/35 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/40 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/45 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/5 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/50 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/55 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/60 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/65 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/70 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/75 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/80 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/85 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/90 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-300\/95 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(240 171 252 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #e879f9 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/0 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/10 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/100 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/15 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/20 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/25 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/30 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/35 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/40 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/45 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/5 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/50 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/55 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/60 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/65 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/70 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/75 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/80 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/85 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/90 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-400\/95 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(232 121 249 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fdf4ff var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/0 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/10 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/100 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/15 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/20 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/25 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/30 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/35 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/40 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/45 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/5 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/50 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/55 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/60 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/65 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/70 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/75 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/80 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/85 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/90 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-50\/95 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 244 255 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #d946ef var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/0 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/10 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/100 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/15 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/20 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/25 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/30 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/35 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/40 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/45 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/5 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/50 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/55 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/60 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/65 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/70 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/75 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/80 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/85 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/90 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-500\/95 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(217 70 239 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #c026d3 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/0 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/10 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/100 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/15 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/20 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/25 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/30 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/35 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/40 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/45 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/5 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/50 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/55 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/60 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/65 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/70 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/75 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/80 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/85 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/90 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-600\/95 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(192 38 211 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #a21caf var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/0 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/10 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/100 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/15 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/20 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/25 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/30 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/35 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/40 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/45 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/5 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/50 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/55 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/60 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/65 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/70 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/75 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/80 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/85 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/90 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-700\/95 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(162 28 175 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #86198f var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/0 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/10 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/100 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/15 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/20 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/25 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/30 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/35 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/40 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/45 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/5 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/50 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/55 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/60 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/65 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/70 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/75 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/80 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/85 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/90 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-800\/95 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(134 25 143 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #701a75 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/0 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/10 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/100 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/15 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/20 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/25 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/30 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/35 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/40 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/45 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/5 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/50 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/55 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/60 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/65 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/70 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/75 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/80 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/85 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/90 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-900\/95 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(112 26 117 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #4a044e var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/0 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/10 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/100 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/15 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/20 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/25 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/30 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/35 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/40 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/45 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/5 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/50 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/55 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/60 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/65 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/70 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/75 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/80 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/85 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/90 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fuchsia-950\/95 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(74 4 78 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-inherit {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    inherit var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fff var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fef9c3 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 249 195 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fef08a var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 240 138 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fde047 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(253 224 71 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #facc15 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 204 21 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fefce8 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(254 252 232 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #eab308 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(234 179 8 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #ca8a04 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(202 138 4 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #a16207 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(161 98 7 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #854d0e var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(133 77 14 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #713f12 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(113 63 18 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #422006 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(66 32 6 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-fuchsia-100 {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}
.to-fuchsia-100\/0 {
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/10 {
  --tw-gradient-to: rgb(250 232 255 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/100 {
  --tw-gradient-to: rgb(250 232 255 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/15 {
  --tw-gradient-to: rgb(250 232 255 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/20 {
  --tw-gradient-to: rgb(250 232 255 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/25 {
  --tw-gradient-to: rgb(250 232 255 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/30 {
  --tw-gradient-to: rgb(250 232 255 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/35 {
  --tw-gradient-to: rgb(250 232 255 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/40 {
  --tw-gradient-to: rgb(250 232 255 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/45 {
  --tw-gradient-to: rgb(250 232 255 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/5 {
  --tw-gradient-to: rgb(250 232 255 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/50 {
  --tw-gradient-to: rgb(250 232 255 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/55 {
  --tw-gradient-to: rgb(250 232 255 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/60 {
  --tw-gradient-to: rgb(250 232 255 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/65 {
  --tw-gradient-to: rgb(250 232 255 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/70 {
  --tw-gradient-to: rgb(250 232 255 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/75 {
  --tw-gradient-to: rgb(250 232 255 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/80 {
  --tw-gradient-to: rgb(250 232 255 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/85 {
  --tw-gradient-to: rgb(250 232 255 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/90 {
  --tw-gradient-to: rgb(250 232 255 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-100\/95 {
  --tw-gradient-to: rgb(250 232 255 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}
.to-fuchsia-200\/0 {
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/10 {
  --tw-gradient-to: rgb(245 208 254 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/100 {
  --tw-gradient-to: rgb(245 208 254 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/15 {
  --tw-gradient-to: rgb(245 208 254 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/20 {
  --tw-gradient-to: rgb(245 208 254 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/25 {
  --tw-gradient-to: rgb(245 208 254 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/30 {
  --tw-gradient-to: rgb(245 208 254 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/35 {
  --tw-gradient-to: rgb(245 208 254 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/40 {
  --tw-gradient-to: rgb(245 208 254 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/45 {
  --tw-gradient-to: rgb(245 208 254 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/5 {
  --tw-gradient-to: rgb(245 208 254 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/50 {
  --tw-gradient-to: rgb(245 208 254 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/55 {
  --tw-gradient-to: rgb(245 208 254 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/60 {
  --tw-gradient-to: rgb(245 208 254 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/65 {
  --tw-gradient-to: rgb(245 208 254 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/70 {
  --tw-gradient-to: rgb(245 208 254 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/75 {
  --tw-gradient-to: rgb(245 208 254 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/80 {
  --tw-gradient-to: rgb(245 208 254 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/85 {
  --tw-gradient-to: rgb(245 208 254 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/90 {
  --tw-gradient-to: rgb(245 208 254 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-200\/95 {
  --tw-gradient-to: rgb(245 208 254 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-300 {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}
.to-fuchsia-300\/0 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/10 {
  --tw-gradient-to: rgb(240 171 252 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/100 {
  --tw-gradient-to: rgb(240 171 252 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/15 {
  --tw-gradient-to: rgb(240 171 252 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/20 {
  --tw-gradient-to: rgb(240 171 252 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/25 {
  --tw-gradient-to: rgb(240 171 252 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/30 {
  --tw-gradient-to: rgb(240 171 252 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/35 {
  --tw-gradient-to: rgb(240 171 252 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/40 {
  --tw-gradient-to: rgb(240 171 252 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/45 {
  --tw-gradient-to: rgb(240 171 252 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/5 {
  --tw-gradient-to: rgb(240 171 252 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/50 {
  --tw-gradient-to: rgb(240 171 252 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/55 {
  --tw-gradient-to: rgb(240 171 252 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/60 {
  --tw-gradient-to: rgb(240 171 252 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/65 {
  --tw-gradient-to: rgb(240 171 252 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/70 {
  --tw-gradient-to: rgb(240 171 252 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/75 {
  --tw-gradient-to: rgb(240 171 252 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/80 {
  --tw-gradient-to: rgb(240 171 252 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/85 {
  --tw-gradient-to: rgb(240 171 252 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/90 {
  --tw-gradient-to: rgb(240 171 252 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/95 {
  --tw-gradient-to: rgb(240 171 252 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-400 {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}
.to-fuchsia-400\/0 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/10 {
  --tw-gradient-to: rgb(232 121 249 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/100 {
  --tw-gradient-to: rgb(232 121 249 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/15 {
  --tw-gradient-to: rgb(232 121 249 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/20 {
  --tw-gradient-to: rgb(232 121 249 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/25 {
  --tw-gradient-to: rgb(232 121 249 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/30 {
  --tw-gradient-to: rgb(232 121 249 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/35 {
  --tw-gradient-to: rgb(232 121 249 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/40 {
  --tw-gradient-to: rgb(232 121 249 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/45 {
  --tw-gradient-to: rgb(232 121 249 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/5 {
  --tw-gradient-to: rgb(232 121 249 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/50 {
  --tw-gradient-to: rgb(232 121 249 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/55 {
  --tw-gradient-to: rgb(232 121 249 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/60 {
  --tw-gradient-to: rgb(232 121 249 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/65 {
  --tw-gradient-to: rgb(232 121 249 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/70 {
  --tw-gradient-to: rgb(232 121 249 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/75 {
  --tw-gradient-to: rgb(232 121 249 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/80 {
  --tw-gradient-to: rgb(232 121 249 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/85 {
  --tw-gradient-to: rgb(232 121 249 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/90 {
  --tw-gradient-to: rgb(232 121 249 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/95 {
  --tw-gradient-to: rgb(232 121 249 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}
.to-fuchsia-50\/0 {
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/10 {
  --tw-gradient-to: rgb(253 244 255 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/100 {
  --tw-gradient-to: rgb(253 244 255 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/15 {
  --tw-gradient-to: rgb(253 244 255 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/20 {
  --tw-gradient-to: rgb(253 244 255 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/25 {
  --tw-gradient-to: rgb(253 244 255 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/30 {
  --tw-gradient-to: rgb(253 244 255 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/35 {
  --tw-gradient-to: rgb(253 244 255 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/40 {
  --tw-gradient-to: rgb(253 244 255 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/45 {
  --tw-gradient-to: rgb(253 244 255 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/5 {
  --tw-gradient-to: rgb(253 244 255 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/50 {
  --tw-gradient-to: rgb(253 244 255 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/55 {
  --tw-gradient-to: rgb(253 244 255 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/60 {
  --tw-gradient-to: rgb(253 244 255 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/65 {
  --tw-gradient-to: rgb(253 244 255 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/70 {
  --tw-gradient-to: rgb(253 244 255 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/75 {
  --tw-gradient-to: rgb(253 244 255 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/80 {
  --tw-gradient-to: rgb(253 244 255 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/85 {
  --tw-gradient-to: rgb(253 244 255 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/90 {
  --tw-gradient-to: rgb(253 244 255 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-50\/95 {
  --tw-gradient-to: rgb(253 244 255 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-500 {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}
.to-fuchsia-500\/0 {
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/10 {
  --tw-gradient-to: rgb(217 70 239 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/100 {
  --tw-gradient-to: rgb(217 70 239 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/15 {
  --tw-gradient-to: rgb(217 70 239 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/20 {
  --tw-gradient-to: rgb(217 70 239 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/25 {
  --tw-gradient-to: rgb(217 70 239 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/30 {
  --tw-gradient-to: rgb(217 70 239 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/35 {
  --tw-gradient-to: rgb(217 70 239 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/40 {
  --tw-gradient-to: rgb(217 70 239 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/45 {
  --tw-gradient-to: rgb(217 70 239 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/5 {
  --tw-gradient-to: rgb(217 70 239 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/50 {
  --tw-gradient-to: rgb(217 70 239 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/55 {
  --tw-gradient-to: rgb(217 70 239 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/60 {
  --tw-gradient-to: rgb(217 70 239 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/65 {
  --tw-gradient-to: rgb(217 70 239 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/70 {
  --tw-gradient-to: rgb(217 70 239 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/75 {
  --tw-gradient-to: rgb(217 70 239 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/80 {
  --tw-gradient-to: rgb(217 70 239 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/85 {
  --tw-gradient-to: rgb(217 70 239 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/90 {
  --tw-gradient-to: rgb(217 70 239 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-500\/95 {
  --tw-gradient-to: rgb(217 70 239 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-600 {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}
.to-fuchsia-600\/0 {
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/10 {
  --tw-gradient-to: rgb(192 38 211 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/100 {
  --tw-gradient-to: rgb(192 38 211 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/15 {
  --tw-gradient-to: rgb(192 38 211 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/20 {
  --tw-gradient-to: rgb(192 38 211 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/25 {
  --tw-gradient-to: rgb(192 38 211 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/30 {
  --tw-gradient-to: rgb(192 38 211 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/35 {
  --tw-gradient-to: rgb(192 38 211 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/40 {
  --tw-gradient-to: rgb(192 38 211 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/45 {
  --tw-gradient-to: rgb(192 38 211 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/5 {
  --tw-gradient-to: rgb(192 38 211 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/50 {
  --tw-gradient-to: rgb(192 38 211 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/55 {
  --tw-gradient-to: rgb(192 38 211 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/60 {
  --tw-gradient-to: rgb(192 38 211 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/65 {
  --tw-gradient-to: rgb(192 38 211 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/70 {
  --tw-gradient-to: rgb(192 38 211 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/75 {
  --tw-gradient-to: rgb(192 38 211 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/80 {
  --tw-gradient-to: rgb(192 38 211 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/85 {
  --tw-gradient-to: rgb(192 38 211 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/90 {
  --tw-gradient-to: rgb(192 38 211 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-600\/95 {
  --tw-gradient-to: rgb(192 38 211 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-700 {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}
.to-fuchsia-700\/0 {
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/10 {
  --tw-gradient-to: rgb(162 28 175 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/100 {
  --tw-gradient-to: rgb(162 28 175 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/15 {
  --tw-gradient-to: rgb(162 28 175 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/20 {
  --tw-gradient-to: rgb(162 28 175 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/25 {
  --tw-gradient-to: rgb(162 28 175 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/30 {
  --tw-gradient-to: rgb(162 28 175 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/35 {
  --tw-gradient-to: rgb(162 28 175 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/40 {
  --tw-gradient-to: rgb(162 28 175 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/45 {
  --tw-gradient-to: rgb(162 28 175 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/5 {
  --tw-gradient-to: rgb(162 28 175 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/50 {
  --tw-gradient-to: rgb(162 28 175 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/55 {
  --tw-gradient-to: rgb(162 28 175 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/60 {
  --tw-gradient-to: rgb(162 28 175 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/65 {
  --tw-gradient-to: rgb(162 28 175 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/70 {
  --tw-gradient-to: rgb(162 28 175 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/75 {
  --tw-gradient-to: rgb(162 28 175 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/80 {
  --tw-gradient-to: rgb(162 28 175 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/85 {
  --tw-gradient-to: rgb(162 28 175 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/90 {
  --tw-gradient-to: rgb(162 28 175 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-700\/95 {
  --tw-gradient-to: rgb(162 28 175 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-800 {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}
.to-fuchsia-800\/0 {
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/10 {
  --tw-gradient-to: rgb(134 25 143 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/100 {
  --tw-gradient-to: rgb(134 25 143 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/15 {
  --tw-gradient-to: rgb(134 25 143 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/20 {
  --tw-gradient-to: rgb(134 25 143 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/25 {
  --tw-gradient-to: rgb(134 25 143 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/30 {
  --tw-gradient-to: rgb(134 25 143 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/35 {
  --tw-gradient-to: rgb(134 25 143 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/40 {
  --tw-gradient-to: rgb(134 25 143 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/45 {
  --tw-gradient-to: rgb(134 25 143 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/5 {
  --tw-gradient-to: rgb(134 25 143 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/50 {
  --tw-gradient-to: rgb(134 25 143 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/55 {
  --tw-gradient-to: rgb(134 25 143 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/60 {
  --tw-gradient-to: rgb(134 25 143 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/65 {
  --tw-gradient-to: rgb(134 25 143 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/70 {
  --tw-gradient-to: rgb(134 25 143 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/75 {
  --tw-gradient-to: rgb(134 25 143 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/80 {
  --tw-gradient-to: rgb(134 25 143 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/85 {
  --tw-gradient-to: rgb(134 25 143 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/90 {
  --tw-gradient-to: rgb(134 25 143 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-800\/95 {
  --tw-gradient-to: rgb(134 25 143 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-900 {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}
.to-fuchsia-900\/0 {
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/10 {
  --tw-gradient-to: rgb(112 26 117 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/100 {
  --tw-gradient-to: rgb(112 26 117 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/15 {
  --tw-gradient-to: rgb(112 26 117 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/20 {
  --tw-gradient-to: rgb(112 26 117 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/25 {
  --tw-gradient-to: rgb(112 26 117 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/30 {
  --tw-gradient-to: rgb(112 26 117 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/35 {
  --tw-gradient-to: rgb(112 26 117 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/40 {
  --tw-gradient-to: rgb(112 26 117 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/45 {
  --tw-gradient-to: rgb(112 26 117 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/5 {
  --tw-gradient-to: rgb(112 26 117 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/50 {
  --tw-gradient-to: rgb(112 26 117 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/55 {
  --tw-gradient-to: rgb(112 26 117 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/60 {
  --tw-gradient-to: rgb(112 26 117 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/65 {
  --tw-gradient-to: rgb(112 26 117 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/70 {
  --tw-gradient-to: rgb(112 26 117 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/75 {
  --tw-gradient-to: rgb(112 26 117 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/80 {
  --tw-gradient-to: rgb(112 26 117 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/85 {
  --tw-gradient-to: rgb(112 26 117 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/90 {
  --tw-gradient-to: rgb(112 26 117 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-900\/95 {
  --tw-gradient-to: rgb(112 26 117 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-950 {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}
.to-fuchsia-950\/0 {
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/10 {
  --tw-gradient-to: rgb(74 4 78 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/100 {
  --tw-gradient-to: rgb(74 4 78 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/15 {
  --tw-gradient-to: rgb(74 4 78 / 0.15) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/20 {
  --tw-gradient-to: rgb(74 4 78 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/25 {
  --tw-gradient-to: rgb(74 4 78 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/30 {
  --tw-gradient-to: rgb(74 4 78 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/35 {
  --tw-gradient-to: rgb(74 4 78 / 0.35) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/40 {
  --tw-gradient-to: rgb(74 4 78 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/45 {
  --tw-gradient-to: rgb(74 4 78 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/5 {
  --tw-gradient-to: rgb(74 4 78 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/50 {
  --tw-gradient-to: rgb(74 4 78 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/55 {
  --tw-gradient-to: rgb(74 4 78 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/60 {
  --tw-gradient-to: rgb(74 4 78 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/65 {
  --tw-gradient-to: rgb(74 4 78 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/70 {
  --tw-gradient-to: rgb(74 4 78 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/75 {
  --tw-gradient-to: rgb(74 4 78 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/80 {
  --tw-gradient-to: rgb(74 4 78 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/85 {
  --tw-gradient-to: rgb(74 4 78 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/90 {
  --tw-gradient-to: rgb(74 4 78 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-950\/95 {
  --tw-gradient-to: rgb(74 4 78 / 0.95) var(--tw-gradient-to-position);
}
.to-inherit {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-white\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-white\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0.15) var(--tw-gradient-to-position);
}
.to-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-white\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-white\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0.35) var(--tw-gradient-to-position);
}
.to-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-white\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0.45) var(--tw-gradient-to-position);
}
.to-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-white\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0.55) var(--tw-gradient-to-position);
}
.to-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-white\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0.65) var(--tw-gradient-to-position);
}
.to-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-white\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0.85) var(--tw-gradient-to-position);
}
.to-white\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-white\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}
.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
}
.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
}
.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}
.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
}
.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
}
.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}
.to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
}
.to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
}
.to-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}
.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
}
.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
}
.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}
.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
}
.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
}
.to-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
}
.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
}
.to-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
}
.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
}
.to-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-700 {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}
.to-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
}
.to-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
}
.to-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}
.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
}
.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
}
.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-900 {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}
.to-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
}
.to-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
}
.to-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-950 {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}
.to-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
}
.to-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
}
.to-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-fuchsia-100 {
  fill: #fae8ff;
}
.fill-fuchsia-100\/0 {
  fill: rgb(250 232 255 / 0);
}
.fill-fuchsia-100\/10 {
  fill: rgb(250 232 255 / 0.1);
}
.fill-fuchsia-100\/100 {
  fill: rgb(250 232 255 / 1);
}
.fill-fuchsia-100\/15 {
  fill: rgb(250 232 255 / 0.15);
}
.fill-fuchsia-100\/20 {
  fill: rgb(250 232 255 / 0.2);
}
.fill-fuchsia-100\/25 {
  fill: rgb(250 232 255 / 0.25);
}
.fill-fuchsia-100\/30 {
  fill: rgb(250 232 255 / 0.3);
}
.fill-fuchsia-100\/35 {
  fill: rgb(250 232 255 / 0.35);
}
.fill-fuchsia-100\/40 {
  fill: rgb(250 232 255 / 0.4);
}
.fill-fuchsia-100\/45 {
  fill: rgb(250 232 255 / 0.45);
}
.fill-fuchsia-100\/5 {
  fill: rgb(250 232 255 / 0.05);
}
.fill-fuchsia-100\/50 {
  fill: rgb(250 232 255 / 0.5);
}
.fill-fuchsia-100\/55 {
  fill: rgb(250 232 255 / 0.55);
}
.fill-fuchsia-100\/60 {
  fill: rgb(250 232 255 / 0.6);
}
.fill-fuchsia-100\/65 {
  fill: rgb(250 232 255 / 0.65);
}
.fill-fuchsia-100\/70 {
  fill: rgb(250 232 255 / 0.7);
}
.fill-fuchsia-100\/75 {
  fill: rgb(250 232 255 / 0.75);
}
.fill-fuchsia-100\/80 {
  fill: rgb(250 232 255 / 0.8);
}
.fill-fuchsia-100\/85 {
  fill: rgb(250 232 255 / 0.85);
}
.fill-fuchsia-100\/90 {
  fill: rgb(250 232 255 / 0.9);
}
.fill-fuchsia-100\/95 {
  fill: rgb(250 232 255 / 0.95);
}
.fill-fuchsia-200 {
  fill: #f5d0fe;
}
.fill-fuchsia-200\/0 {
  fill: rgb(245 208 254 / 0);
}
.fill-fuchsia-200\/10 {
  fill: rgb(245 208 254 / 0.1);
}
.fill-fuchsia-200\/100 {
  fill: rgb(245 208 254 / 1);
}
.fill-fuchsia-200\/15 {
  fill: rgb(245 208 254 / 0.15);
}
.fill-fuchsia-200\/20 {
  fill: rgb(245 208 254 / 0.2);
}
.fill-fuchsia-200\/25 {
  fill: rgb(245 208 254 / 0.25);
}
.fill-fuchsia-200\/30 {
  fill: rgb(245 208 254 / 0.3);
}
.fill-fuchsia-200\/35 {
  fill: rgb(245 208 254 / 0.35);
}
.fill-fuchsia-200\/40 {
  fill: rgb(245 208 254 / 0.4);
}
.fill-fuchsia-200\/45 {
  fill: rgb(245 208 254 / 0.45);
}
.fill-fuchsia-200\/5 {
  fill: rgb(245 208 254 / 0.05);
}
.fill-fuchsia-200\/50 {
  fill: rgb(245 208 254 / 0.5);
}
.fill-fuchsia-200\/55 {
  fill: rgb(245 208 254 / 0.55);
}
.fill-fuchsia-200\/60 {
  fill: rgb(245 208 254 / 0.6);
}
.fill-fuchsia-200\/65 {
  fill: rgb(245 208 254 / 0.65);
}
.fill-fuchsia-200\/70 {
  fill: rgb(245 208 254 / 0.7);
}
.fill-fuchsia-200\/75 {
  fill: rgb(245 208 254 / 0.75);
}
.fill-fuchsia-200\/80 {
  fill: rgb(245 208 254 / 0.8);
}
.fill-fuchsia-200\/85 {
  fill: rgb(245 208 254 / 0.85);
}
.fill-fuchsia-200\/90 {
  fill: rgb(245 208 254 / 0.9);
}
.fill-fuchsia-200\/95 {
  fill: rgb(245 208 254 / 0.95);
}
.fill-fuchsia-300 {
  fill: #f0abfc;
}
.fill-fuchsia-300\/0 {
  fill: rgb(240 171 252 / 0);
}
.fill-fuchsia-300\/10 {
  fill: rgb(240 171 252 / 0.1);
}
.fill-fuchsia-300\/100 {
  fill: rgb(240 171 252 / 1);
}
.fill-fuchsia-300\/15 {
  fill: rgb(240 171 252 / 0.15);
}
.fill-fuchsia-300\/20 {
  fill: rgb(240 171 252 / 0.2);
}
.fill-fuchsia-300\/25 {
  fill: rgb(240 171 252 / 0.25);
}
.fill-fuchsia-300\/30 {
  fill: rgb(240 171 252 / 0.3);
}
.fill-fuchsia-300\/35 {
  fill: rgb(240 171 252 / 0.35);
}
.fill-fuchsia-300\/40 {
  fill: rgb(240 171 252 / 0.4);
}
.fill-fuchsia-300\/45 {
  fill: rgb(240 171 252 / 0.45);
}
.fill-fuchsia-300\/5 {
  fill: rgb(240 171 252 / 0.05);
}
.fill-fuchsia-300\/50 {
  fill: rgb(240 171 252 / 0.5);
}
.fill-fuchsia-300\/55 {
  fill: rgb(240 171 252 / 0.55);
}
.fill-fuchsia-300\/60 {
  fill: rgb(240 171 252 / 0.6);
}
.fill-fuchsia-300\/65 {
  fill: rgb(240 171 252 / 0.65);
}
.fill-fuchsia-300\/70 {
  fill: rgb(240 171 252 / 0.7);
}
.fill-fuchsia-300\/75 {
  fill: rgb(240 171 252 / 0.75);
}
.fill-fuchsia-300\/80 {
  fill: rgb(240 171 252 / 0.8);
}
.fill-fuchsia-300\/85 {
  fill: rgb(240 171 252 / 0.85);
}
.fill-fuchsia-300\/90 {
  fill: rgb(240 171 252 / 0.9);
}
.fill-fuchsia-300\/95 {
  fill: rgb(240 171 252 / 0.95);
}
.fill-fuchsia-400 {
  fill: #e879f9;
}
.fill-fuchsia-400\/0 {
  fill: rgb(232 121 249 / 0);
}
.fill-fuchsia-400\/10 {
  fill: rgb(232 121 249 / 0.1);
}
.fill-fuchsia-400\/100 {
  fill: rgb(232 121 249 / 1);
}
.fill-fuchsia-400\/15 {
  fill: rgb(232 121 249 / 0.15);
}
.fill-fuchsia-400\/20 {
  fill: rgb(232 121 249 / 0.2);
}
.fill-fuchsia-400\/25 {
  fill: rgb(232 121 249 / 0.25);
}
.fill-fuchsia-400\/30 {
  fill: rgb(232 121 249 / 0.3);
}
.fill-fuchsia-400\/35 {
  fill: rgb(232 121 249 / 0.35);
}
.fill-fuchsia-400\/40 {
  fill: rgb(232 121 249 / 0.4);
}
.fill-fuchsia-400\/45 {
  fill: rgb(232 121 249 / 0.45);
}
.fill-fuchsia-400\/5 {
  fill: rgb(232 121 249 / 0.05);
}
.fill-fuchsia-400\/50 {
  fill: rgb(232 121 249 / 0.5);
}
.fill-fuchsia-400\/55 {
  fill: rgb(232 121 249 / 0.55);
}
.fill-fuchsia-400\/60 {
  fill: rgb(232 121 249 / 0.6);
}
.fill-fuchsia-400\/65 {
  fill: rgb(232 121 249 / 0.65);
}
.fill-fuchsia-400\/70 {
  fill: rgb(232 121 249 / 0.7);
}
.fill-fuchsia-400\/75 {
  fill: rgb(232 121 249 / 0.75);
}
.fill-fuchsia-400\/80 {
  fill: rgb(232 121 249 / 0.8);
}
.fill-fuchsia-400\/85 {
  fill: rgb(232 121 249 / 0.85);
}
.fill-fuchsia-400\/90 {
  fill: rgb(232 121 249 / 0.9);
}
.fill-fuchsia-400\/95 {
  fill: rgb(232 121 249 / 0.95);
}
.fill-fuchsia-50 {
  fill: #fdf4ff;
}
.fill-fuchsia-50\/0 {
  fill: rgb(253 244 255 / 0);
}
.fill-fuchsia-50\/10 {
  fill: rgb(253 244 255 / 0.1);
}
.fill-fuchsia-50\/100 {
  fill: rgb(253 244 255 / 1);
}
.fill-fuchsia-50\/15 {
  fill: rgb(253 244 255 / 0.15);
}
.fill-fuchsia-50\/20 {
  fill: rgb(253 244 255 / 0.2);
}
.fill-fuchsia-50\/25 {
  fill: rgb(253 244 255 / 0.25);
}
.fill-fuchsia-50\/30 {
  fill: rgb(253 244 255 / 0.3);
}
.fill-fuchsia-50\/35 {
  fill: rgb(253 244 255 / 0.35);
}
.fill-fuchsia-50\/40 {
  fill: rgb(253 244 255 / 0.4);
}
.fill-fuchsia-50\/45 {
  fill: rgb(253 244 255 / 0.45);
}
.fill-fuchsia-50\/5 {
  fill: rgb(253 244 255 / 0.05);
}
.fill-fuchsia-50\/50 {
  fill: rgb(253 244 255 / 0.5);
}
.fill-fuchsia-50\/55 {
  fill: rgb(253 244 255 / 0.55);
}
.fill-fuchsia-50\/60 {
  fill: rgb(253 244 255 / 0.6);
}
.fill-fuchsia-50\/65 {
  fill: rgb(253 244 255 / 0.65);
}
.fill-fuchsia-50\/70 {
  fill: rgb(253 244 255 / 0.7);
}
.fill-fuchsia-50\/75 {
  fill: rgb(253 244 255 / 0.75);
}
.fill-fuchsia-50\/80 {
  fill: rgb(253 244 255 / 0.8);
}
.fill-fuchsia-50\/85 {
  fill: rgb(253 244 255 / 0.85);
}
.fill-fuchsia-50\/90 {
  fill: rgb(253 244 255 / 0.9);
}
.fill-fuchsia-50\/95 {
  fill: rgb(253 244 255 / 0.95);
}
.fill-fuchsia-500 {
  fill: #d946ef;
}
.fill-fuchsia-500\/0 {
  fill: rgb(217 70 239 / 0);
}
.fill-fuchsia-500\/10 {
  fill: rgb(217 70 239 / 0.1);
}
.fill-fuchsia-500\/100 {
  fill: rgb(217 70 239 / 1);
}
.fill-fuchsia-500\/15 {
  fill: rgb(217 70 239 / 0.15);
}
.fill-fuchsia-500\/20 {
  fill: rgb(217 70 239 / 0.2);
}
.fill-fuchsia-500\/25 {
  fill: rgb(217 70 239 / 0.25);
}
.fill-fuchsia-500\/30 {
  fill: rgb(217 70 239 / 0.3);
}
.fill-fuchsia-500\/35 {
  fill: rgb(217 70 239 / 0.35);
}
.fill-fuchsia-500\/40 {
  fill: rgb(217 70 239 / 0.4);
}
.fill-fuchsia-500\/45 {
  fill: rgb(217 70 239 / 0.45);
}
.fill-fuchsia-500\/5 {
  fill: rgb(217 70 239 / 0.05);
}
.fill-fuchsia-500\/50 {
  fill: rgb(217 70 239 / 0.5);
}
.fill-fuchsia-500\/55 {
  fill: rgb(217 70 239 / 0.55);
}
.fill-fuchsia-500\/60 {
  fill: rgb(217 70 239 / 0.6);
}
.fill-fuchsia-500\/65 {
  fill: rgb(217 70 239 / 0.65);
}
.fill-fuchsia-500\/70 {
  fill: rgb(217 70 239 / 0.7);
}
.fill-fuchsia-500\/75 {
  fill: rgb(217 70 239 / 0.75);
}
.fill-fuchsia-500\/80 {
  fill: rgb(217 70 239 / 0.8);
}
.fill-fuchsia-500\/85 {
  fill: rgb(217 70 239 / 0.85);
}
.fill-fuchsia-500\/90 {
  fill: rgb(217 70 239 / 0.9);
}
.fill-fuchsia-500\/95 {
  fill: rgb(217 70 239 / 0.95);
}
.fill-fuchsia-600 {
  fill: #c026d3;
}
.fill-fuchsia-600\/0 {
  fill: rgb(192 38 211 / 0);
}
.fill-fuchsia-600\/10 {
  fill: rgb(192 38 211 / 0.1);
}
.fill-fuchsia-600\/100 {
  fill: rgb(192 38 211 / 1);
}
.fill-fuchsia-600\/15 {
  fill: rgb(192 38 211 / 0.15);
}
.fill-fuchsia-600\/20 {
  fill: rgb(192 38 211 / 0.2);
}
.fill-fuchsia-600\/25 {
  fill: rgb(192 38 211 / 0.25);
}
.fill-fuchsia-600\/30 {
  fill: rgb(192 38 211 / 0.3);
}
.fill-fuchsia-600\/35 {
  fill: rgb(192 38 211 / 0.35);
}
.fill-fuchsia-600\/40 {
  fill: rgb(192 38 211 / 0.4);
}
.fill-fuchsia-600\/45 {
  fill: rgb(192 38 211 / 0.45);
}
.fill-fuchsia-600\/5 {
  fill: rgb(192 38 211 / 0.05);
}
.fill-fuchsia-600\/50 {
  fill: rgb(192 38 211 / 0.5);
}
.fill-fuchsia-600\/55 {
  fill: rgb(192 38 211 / 0.55);
}
.fill-fuchsia-600\/60 {
  fill: rgb(192 38 211 / 0.6);
}
.fill-fuchsia-600\/65 {
  fill: rgb(192 38 211 / 0.65);
}
.fill-fuchsia-600\/70 {
  fill: rgb(192 38 211 / 0.7);
}
.fill-fuchsia-600\/75 {
  fill: rgb(192 38 211 / 0.75);
}
.fill-fuchsia-600\/80 {
  fill: rgb(192 38 211 / 0.8);
}
.fill-fuchsia-600\/85 {
  fill: rgb(192 38 211 / 0.85);
}
.fill-fuchsia-600\/90 {
  fill: rgb(192 38 211 / 0.9);
}
.fill-fuchsia-600\/95 {
  fill: rgb(192 38 211 / 0.95);
}
.fill-fuchsia-700 {
  fill: #a21caf;
}
.fill-fuchsia-700\/0 {
  fill: rgb(162 28 175 / 0);
}
.fill-fuchsia-700\/10 {
  fill: rgb(162 28 175 / 0.1);
}
.fill-fuchsia-700\/100 {
  fill: rgb(162 28 175 / 1);
}
.fill-fuchsia-700\/15 {
  fill: rgb(162 28 175 / 0.15);
}
.fill-fuchsia-700\/20 {
  fill: rgb(162 28 175 / 0.2);
}
.fill-fuchsia-700\/25 {
  fill: rgb(162 28 175 / 0.25);
}
.fill-fuchsia-700\/30 {
  fill: rgb(162 28 175 / 0.3);
}
.fill-fuchsia-700\/35 {
  fill: rgb(162 28 175 / 0.35);
}
.fill-fuchsia-700\/40 {
  fill: rgb(162 28 175 / 0.4);
}
.fill-fuchsia-700\/45 {
  fill: rgb(162 28 175 / 0.45);
}
.fill-fuchsia-700\/5 {
  fill: rgb(162 28 175 / 0.05);
}
.fill-fuchsia-700\/50 {
  fill: rgb(162 28 175 / 0.5);
}
.fill-fuchsia-700\/55 {
  fill: rgb(162 28 175 / 0.55);
}
.fill-fuchsia-700\/60 {
  fill: rgb(162 28 175 / 0.6);
}
.fill-fuchsia-700\/65 {
  fill: rgb(162 28 175 / 0.65);
}
.fill-fuchsia-700\/70 {
  fill: rgb(162 28 175 / 0.7);
}
.fill-fuchsia-700\/75 {
  fill: rgb(162 28 175 / 0.75);
}
.fill-fuchsia-700\/80 {
  fill: rgb(162 28 175 / 0.8);
}
.fill-fuchsia-700\/85 {
  fill: rgb(162 28 175 / 0.85);
}
.fill-fuchsia-700\/90 {
  fill: rgb(162 28 175 / 0.9);
}
.fill-fuchsia-700\/95 {
  fill: rgb(162 28 175 / 0.95);
}
.fill-fuchsia-800 {
  fill: #86198f;
}
.fill-fuchsia-800\/0 {
  fill: rgb(134 25 143 / 0);
}
.fill-fuchsia-800\/10 {
  fill: rgb(134 25 143 / 0.1);
}
.fill-fuchsia-800\/100 {
  fill: rgb(134 25 143 / 1);
}
.fill-fuchsia-800\/15 {
  fill: rgb(134 25 143 / 0.15);
}
.fill-fuchsia-800\/20 {
  fill: rgb(134 25 143 / 0.2);
}
.fill-fuchsia-800\/25 {
  fill: rgb(134 25 143 / 0.25);
}
.fill-fuchsia-800\/30 {
  fill: rgb(134 25 143 / 0.3);
}
.fill-fuchsia-800\/35 {
  fill: rgb(134 25 143 / 0.35);
}
.fill-fuchsia-800\/40 {
  fill: rgb(134 25 143 / 0.4);
}
.fill-fuchsia-800\/45 {
  fill: rgb(134 25 143 / 0.45);
}
.fill-fuchsia-800\/5 {
  fill: rgb(134 25 143 / 0.05);
}
.fill-fuchsia-800\/50 {
  fill: rgb(134 25 143 / 0.5);
}
.fill-fuchsia-800\/55 {
  fill: rgb(134 25 143 / 0.55);
}
.fill-fuchsia-800\/60 {
  fill: rgb(134 25 143 / 0.6);
}
.fill-fuchsia-800\/65 {
  fill: rgb(134 25 143 / 0.65);
}
.fill-fuchsia-800\/70 {
  fill: rgb(134 25 143 / 0.7);
}
.fill-fuchsia-800\/75 {
  fill: rgb(134 25 143 / 0.75);
}
.fill-fuchsia-800\/80 {
  fill: rgb(134 25 143 / 0.8);
}
.fill-fuchsia-800\/85 {
  fill: rgb(134 25 143 / 0.85);
}
.fill-fuchsia-800\/90 {
  fill: rgb(134 25 143 / 0.9);
}
.fill-fuchsia-800\/95 {
  fill: rgb(134 25 143 / 0.95);
}
.fill-fuchsia-900 {
  fill: #701a75;
}
.fill-fuchsia-900\/0 {
  fill: rgb(112 26 117 / 0);
}
.fill-fuchsia-900\/10 {
  fill: rgb(112 26 117 / 0.1);
}
.fill-fuchsia-900\/100 {
  fill: rgb(112 26 117 / 1);
}
.fill-fuchsia-900\/15 {
  fill: rgb(112 26 117 / 0.15);
}
.fill-fuchsia-900\/20 {
  fill: rgb(112 26 117 / 0.2);
}
.fill-fuchsia-900\/25 {
  fill: rgb(112 26 117 / 0.25);
}
.fill-fuchsia-900\/30 {
  fill: rgb(112 26 117 / 0.3);
}
.fill-fuchsia-900\/35 {
  fill: rgb(112 26 117 / 0.35);
}
.fill-fuchsia-900\/40 {
  fill: rgb(112 26 117 / 0.4);
}
.fill-fuchsia-900\/45 {
  fill: rgb(112 26 117 / 0.45);
}
.fill-fuchsia-900\/5 {
  fill: rgb(112 26 117 / 0.05);
}
.fill-fuchsia-900\/50 {
  fill: rgb(112 26 117 / 0.5);
}
.fill-fuchsia-900\/55 {
  fill: rgb(112 26 117 / 0.55);
}
.fill-fuchsia-900\/60 {
  fill: rgb(112 26 117 / 0.6);
}
.fill-fuchsia-900\/65 {
  fill: rgb(112 26 117 / 0.65);
}
.fill-fuchsia-900\/70 {
  fill: rgb(112 26 117 / 0.7);
}
.fill-fuchsia-900\/75 {
  fill: rgb(112 26 117 / 0.75);
}
.fill-fuchsia-900\/80 {
  fill: rgb(112 26 117 / 0.8);
}
.fill-fuchsia-900\/85 {
  fill: rgb(112 26 117 / 0.85);
}
.fill-fuchsia-900\/90 {
  fill: rgb(112 26 117 / 0.9);
}
.fill-fuchsia-900\/95 {
  fill: rgb(112 26 117 / 0.95);
}
.fill-fuchsia-950 {
  fill: #4a044e;
}
.fill-fuchsia-950\/0 {
  fill: rgb(74 4 78 / 0);
}
.fill-fuchsia-950\/10 {
  fill: rgb(74 4 78 / 0.1);
}
.fill-fuchsia-950\/100 {
  fill: rgb(74 4 78 / 1);
}
.fill-fuchsia-950\/15 {
  fill: rgb(74 4 78 / 0.15);
}
.fill-fuchsia-950\/20 {
  fill: rgb(74 4 78 / 0.2);
}
.fill-fuchsia-950\/25 {
  fill: rgb(74 4 78 / 0.25);
}
.fill-fuchsia-950\/30 {
  fill: rgb(74 4 78 / 0.3);
}
.fill-fuchsia-950\/35 {
  fill: rgb(74 4 78 / 0.35);
}
.fill-fuchsia-950\/40 {
  fill: rgb(74 4 78 / 0.4);
}
.fill-fuchsia-950\/45 {
  fill: rgb(74 4 78 / 0.45);
}
.fill-fuchsia-950\/5 {
  fill: rgb(74 4 78 / 0.05);
}
.fill-fuchsia-950\/50 {
  fill: rgb(74 4 78 / 0.5);
}
.fill-fuchsia-950\/55 {
  fill: rgb(74 4 78 / 0.55);
}
.fill-fuchsia-950\/60 {
  fill: rgb(74 4 78 / 0.6);
}
.fill-fuchsia-950\/65 {
  fill: rgb(74 4 78 / 0.65);
}
.fill-fuchsia-950\/70 {
  fill: rgb(74 4 78 / 0.7);
}
.fill-fuchsia-950\/75 {
  fill: rgb(74 4 78 / 0.75);
}
.fill-fuchsia-950\/80 {
  fill: rgb(74 4 78 / 0.8);
}
.fill-fuchsia-950\/85 {
  fill: rgb(74 4 78 / 0.85);
}
.fill-fuchsia-950\/90 {
  fill: rgb(74 4 78 / 0.9);
}
.fill-fuchsia-950\/95 {
  fill: rgb(74 4 78 / 0.95);
}
.fill-inherit {
  fill: inherit;
}
.fill-white {
  fill: #fff;
}
.fill-white\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-white\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-white\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-white\/15 {
  fill: rgb(255 255 255 / 0.15);
}
.fill-white\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-white\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-white\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-white\/35 {
  fill: rgb(255 255 255 / 0.35);
}
.fill-white\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-white\/45 {
  fill: rgb(255 255 255 / 0.45);
}
.fill-white\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-white\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-white\/55 {
  fill: rgb(255 255 255 / 0.55);
}
.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-white\/65 {
  fill: rgb(255 255 255 / 0.65);
}
.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-white\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-white\/85 {
  fill: rgb(255 255 255 / 0.85);
}
.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-white\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-yellow-100 {
  fill: #fef9c3;
}
.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}
.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}
.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}
.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15);
}
.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}
.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}
.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}
.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35);
}
.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}
.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45);
}
.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}
.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}
.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55);
}
.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}
.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65);
}
.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}
.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}
.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}
.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85);
}
.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}
.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}
.fill-yellow-200 {
  fill: #fef08a;
}
.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}
.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}
.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}
.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15);
}
.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}
.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}
.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}
.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35);
}
.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}
.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45);
}
.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}
.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}
.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55);
}
.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}
.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65);
}
.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}
.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}
.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}
.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85);
}
.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}
.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}
.fill-yellow-300 {
  fill: #fde047;
}
.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0);
}
.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1);
}
.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1);
}
.fill-yellow-300\/15 {
  fill: rgb(253 224 71 / 0.15);
}
.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2);
}
.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25);
}
.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3);
}
.fill-yellow-300\/35 {
  fill: rgb(253 224 71 / 0.35);
}
.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4);
}
.fill-yellow-300\/45 {
  fill: rgb(253 224 71 / 0.45);
}
.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05);
}
.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5);
}
.fill-yellow-300\/55 {
  fill: rgb(253 224 71 / 0.55);
}
.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6);
}
.fill-yellow-300\/65 {
  fill: rgb(253 224 71 / 0.65);
}
.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7);
}
.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75);
}
.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8);
}
.fill-yellow-300\/85 {
  fill: rgb(253 224 71 / 0.85);
}
.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9);
}
.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95);
}
.fill-yellow-400 {
  fill: #facc15;
}
.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}
.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}
.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}
.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15);
}
.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}
.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}
.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}
.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35);
}
.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}
.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45);
}
.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}
.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}
.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55);
}
.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}
.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65);
}
.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}
.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}
.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}
.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85);
}
.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}
.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}
.fill-yellow-50 {
  fill: #fefce8;
}
.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0);
}
.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1);
}
.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1);
}
.fill-yellow-50\/15 {
  fill: rgb(254 252 232 / 0.15);
}
.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2);
}
.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25);
}
.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3);
}
.fill-yellow-50\/35 {
  fill: rgb(254 252 232 / 0.35);
}
.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4);
}
.fill-yellow-50\/45 {
  fill: rgb(254 252 232 / 0.45);
}
.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05);
}
.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5);
}
.fill-yellow-50\/55 {
  fill: rgb(254 252 232 / 0.55);
}
.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6);
}
.fill-yellow-50\/65 {
  fill: rgb(254 252 232 / 0.65);
}
.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7);
}
.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75);
}
.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8);
}
.fill-yellow-50\/85 {
  fill: rgb(254 252 232 / 0.85);
}
.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9);
}
.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95);
}
.fill-yellow-500 {
  fill: #eab308;
}
.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}
.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}
.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}
.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15);
}
.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}
.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}
.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}
.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35);
}
.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}
.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45);
}
.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}
.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}
.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55);
}
.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}
.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65);
}
.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}
.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}
.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}
.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85);
}
.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}
.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}
.fill-yellow-600 {
  fill: #ca8a04;
}
.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}
.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}
.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}
.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15);
}
.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}
.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}
.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}
.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35);
}
.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}
.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45);
}
.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}
.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5);
}
.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55);
}
.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}
.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65);
}
.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}
.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}
.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}
.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85);
}
.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}
.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}
.fill-yellow-700 {
  fill: #a16207;
}
.fill-yellow-700\/0 {
  fill: rgb(161 98 7 / 0);
}
.fill-yellow-700\/10 {
  fill: rgb(161 98 7 / 0.1);
}
.fill-yellow-700\/100 {
  fill: rgb(161 98 7 / 1);
}
.fill-yellow-700\/15 {
  fill: rgb(161 98 7 / 0.15);
}
.fill-yellow-700\/20 {
  fill: rgb(161 98 7 / 0.2);
}
.fill-yellow-700\/25 {
  fill: rgb(161 98 7 / 0.25);
}
.fill-yellow-700\/30 {
  fill: rgb(161 98 7 / 0.3);
}
.fill-yellow-700\/35 {
  fill: rgb(161 98 7 / 0.35);
}
.fill-yellow-700\/40 {
  fill: rgb(161 98 7 / 0.4);
}
.fill-yellow-700\/45 {
  fill: rgb(161 98 7 / 0.45);
}
.fill-yellow-700\/5 {
  fill: rgb(161 98 7 / 0.05);
}
.fill-yellow-700\/50 {
  fill: rgb(161 98 7 / 0.5);
}
.fill-yellow-700\/55 {
  fill: rgb(161 98 7 / 0.55);
}
.fill-yellow-700\/60 {
  fill: rgb(161 98 7 / 0.6);
}
.fill-yellow-700\/65 {
  fill: rgb(161 98 7 / 0.65);
}
.fill-yellow-700\/70 {
  fill: rgb(161 98 7 / 0.7);
}
.fill-yellow-700\/75 {
  fill: rgb(161 98 7 / 0.75);
}
.fill-yellow-700\/80 {
  fill: rgb(161 98 7 / 0.8);
}
.fill-yellow-700\/85 {
  fill: rgb(161 98 7 / 0.85);
}
.fill-yellow-700\/90 {
  fill: rgb(161 98 7 / 0.9);
}
.fill-yellow-700\/95 {
  fill: rgb(161 98 7 / 0.95);
}
.fill-yellow-800 {
  fill: #854d0e;
}
.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0);
}
.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1);
}
.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1);
}
.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15);
}
.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2);
}
.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25);
}
.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3);
}
.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35);
}
.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4);
}
.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45);
}
.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05);
}
.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5);
}
.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55);
}
.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6);
}
.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65);
}
.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7);
}
.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75);
}
.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8);
}
.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85);
}
.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9);
}
.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95);
}
.fill-yellow-900 {
  fill: #713f12;
}
.fill-yellow-900\/0 {
  fill: rgb(113 63 18 / 0);
}
.fill-yellow-900\/10 {
  fill: rgb(113 63 18 / 0.1);
}
.fill-yellow-900\/100 {
  fill: rgb(113 63 18 / 1);
}
.fill-yellow-900\/15 {
  fill: rgb(113 63 18 / 0.15);
}
.fill-yellow-900\/20 {
  fill: rgb(113 63 18 / 0.2);
}
.fill-yellow-900\/25 {
  fill: rgb(113 63 18 / 0.25);
}
.fill-yellow-900\/30 {
  fill: rgb(113 63 18 / 0.3);
}
.fill-yellow-900\/35 {
  fill: rgb(113 63 18 / 0.35);
}
.fill-yellow-900\/40 {
  fill: rgb(113 63 18 / 0.4);
}
.fill-yellow-900\/45 {
  fill: rgb(113 63 18 / 0.45);
}
.fill-yellow-900\/5 {
  fill: rgb(113 63 18 / 0.05);
}
.fill-yellow-900\/50 {
  fill: rgb(113 63 18 / 0.5);
}
.fill-yellow-900\/55 {
  fill: rgb(113 63 18 / 0.55);
}
.fill-yellow-900\/60 {
  fill: rgb(113 63 18 / 0.6);
}
.fill-yellow-900\/65 {
  fill: rgb(113 63 18 / 0.65);
}
.fill-yellow-900\/70 {
  fill: rgb(113 63 18 / 0.7);
}
.fill-yellow-900\/75 {
  fill: rgb(113 63 18 / 0.75);
}
.fill-yellow-900\/80 {
  fill: rgb(113 63 18 / 0.8);
}
.fill-yellow-900\/85 {
  fill: rgb(113 63 18 / 0.85);
}
.fill-yellow-900\/90 {
  fill: rgb(113 63 18 / 0.9);
}
.fill-yellow-900\/95 {
  fill: rgb(113 63 18 / 0.95);
}
.fill-yellow-950 {
  fill: #422006;
}
.fill-yellow-950\/0 {
  fill: rgb(66 32 6 / 0);
}
.fill-yellow-950\/10 {
  fill: rgb(66 32 6 / 0.1);
}
.fill-yellow-950\/100 {
  fill: rgb(66 32 6 / 1);
}
.fill-yellow-950\/15 {
  fill: rgb(66 32 6 / 0.15);
}
.fill-yellow-950\/20 {
  fill: rgb(66 32 6 / 0.2);
}
.fill-yellow-950\/25 {
  fill: rgb(66 32 6 / 0.25);
}
.fill-yellow-950\/30 {
  fill: rgb(66 32 6 / 0.3);
}
.fill-yellow-950\/35 {
  fill: rgb(66 32 6 / 0.35);
}
.fill-yellow-950\/40 {
  fill: rgb(66 32 6 / 0.4);
}
.fill-yellow-950\/45 {
  fill: rgb(66 32 6 / 0.45);
}
.fill-yellow-950\/5 {
  fill: rgb(66 32 6 / 0.05);
}
.fill-yellow-950\/50 {
  fill: rgb(66 32 6 / 0.5);
}
.fill-yellow-950\/55 {
  fill: rgb(66 32 6 / 0.55);
}
.fill-yellow-950\/60 {
  fill: rgb(66 32 6 / 0.6);
}
.fill-yellow-950\/65 {
  fill: rgb(66 32 6 / 0.65);
}
.fill-yellow-950\/70 {
  fill: rgb(66 32 6 / 0.7);
}
.fill-yellow-950\/75 {
  fill: rgb(66 32 6 / 0.75);
}
.fill-yellow-950\/80 {
  fill: rgb(66 32 6 / 0.8);
}
.fill-yellow-950\/85 {
  fill: rgb(66 32 6 / 0.85);
}
.fill-yellow-950\/90 {
  fill: rgb(66 32 6 / 0.9);
}
.fill-yellow-950\/95 {
  fill: rgb(66 32 6 / 0.95);
}
.stroke-fuchsia-100 {
  stroke: #fae8ff;
}
.stroke-fuchsia-100\/0 {
  stroke: rgb(250 232 255 / 0);
}
.stroke-fuchsia-100\/10 {
  stroke: rgb(250 232 255 / 0.1);
}
.stroke-fuchsia-100\/100 {
  stroke: rgb(250 232 255 / 1);
}
.stroke-fuchsia-100\/15 {
  stroke: rgb(250 232 255 / 0.15);
}
.stroke-fuchsia-100\/20 {
  stroke: rgb(250 232 255 / 0.2);
}
.stroke-fuchsia-100\/25 {
  stroke: rgb(250 232 255 / 0.25);
}
.stroke-fuchsia-100\/30 {
  stroke: rgb(250 232 255 / 0.3);
}
.stroke-fuchsia-100\/35 {
  stroke: rgb(250 232 255 / 0.35);
}
.stroke-fuchsia-100\/40 {
  stroke: rgb(250 232 255 / 0.4);
}
.stroke-fuchsia-100\/45 {
  stroke: rgb(250 232 255 / 0.45);
}
.stroke-fuchsia-100\/5 {
  stroke: rgb(250 232 255 / 0.05);
}
.stroke-fuchsia-100\/50 {
  stroke: rgb(250 232 255 / 0.5);
}
.stroke-fuchsia-100\/55 {
  stroke: rgb(250 232 255 / 0.55);
}
.stroke-fuchsia-100\/60 {
  stroke: rgb(250 232 255 / 0.6);
}
.stroke-fuchsia-100\/65 {
  stroke: rgb(250 232 255 / 0.65);
}
.stroke-fuchsia-100\/70 {
  stroke: rgb(250 232 255 / 0.7);
}
.stroke-fuchsia-100\/75 {
  stroke: rgb(250 232 255 / 0.75);
}
.stroke-fuchsia-100\/80 {
  stroke: rgb(250 232 255 / 0.8);
}
.stroke-fuchsia-100\/85 {
  stroke: rgb(250 232 255 / 0.85);
}
.stroke-fuchsia-100\/90 {
  stroke: rgb(250 232 255 / 0.9);
}
.stroke-fuchsia-100\/95 {
  stroke: rgb(250 232 255 / 0.95);
}
.stroke-fuchsia-200 {
  stroke: #f5d0fe;
}
.stroke-fuchsia-200\/0 {
  stroke: rgb(245 208 254 / 0);
}
.stroke-fuchsia-200\/10 {
  stroke: rgb(245 208 254 / 0.1);
}
.stroke-fuchsia-200\/100 {
  stroke: rgb(245 208 254 / 1);
}
.stroke-fuchsia-200\/15 {
  stroke: rgb(245 208 254 / 0.15);
}
.stroke-fuchsia-200\/20 {
  stroke: rgb(245 208 254 / 0.2);
}
.stroke-fuchsia-200\/25 {
  stroke: rgb(245 208 254 / 0.25);
}
.stroke-fuchsia-200\/30 {
  stroke: rgb(245 208 254 / 0.3);
}
.stroke-fuchsia-200\/35 {
  stroke: rgb(245 208 254 / 0.35);
}
.stroke-fuchsia-200\/40 {
  stroke: rgb(245 208 254 / 0.4);
}
.stroke-fuchsia-200\/45 {
  stroke: rgb(245 208 254 / 0.45);
}
.stroke-fuchsia-200\/5 {
  stroke: rgb(245 208 254 / 0.05);
}
.stroke-fuchsia-200\/50 {
  stroke: rgb(245 208 254 / 0.5);
}
.stroke-fuchsia-200\/55 {
  stroke: rgb(245 208 254 / 0.55);
}
.stroke-fuchsia-200\/60 {
  stroke: rgb(245 208 254 / 0.6);
}
.stroke-fuchsia-200\/65 {
  stroke: rgb(245 208 254 / 0.65);
}
.stroke-fuchsia-200\/70 {
  stroke: rgb(245 208 254 / 0.7);
}
.stroke-fuchsia-200\/75 {
  stroke: rgb(245 208 254 / 0.75);
}
.stroke-fuchsia-200\/80 {
  stroke: rgb(245 208 254 / 0.8);
}
.stroke-fuchsia-200\/85 {
  stroke: rgb(245 208 254 / 0.85);
}
.stroke-fuchsia-200\/90 {
  stroke: rgb(245 208 254 / 0.9);
}
.stroke-fuchsia-200\/95 {
  stroke: rgb(245 208 254 / 0.95);
}
.stroke-fuchsia-300 {
  stroke: #f0abfc;
}
.stroke-fuchsia-300\/0 {
  stroke: rgb(240 171 252 / 0);
}
.stroke-fuchsia-300\/10 {
  stroke: rgb(240 171 252 / 0.1);
}
.stroke-fuchsia-300\/100 {
  stroke: rgb(240 171 252 / 1);
}
.stroke-fuchsia-300\/15 {
  stroke: rgb(240 171 252 / 0.15);
}
.stroke-fuchsia-300\/20 {
  stroke: rgb(240 171 252 / 0.2);
}
.stroke-fuchsia-300\/25 {
  stroke: rgb(240 171 252 / 0.25);
}
.stroke-fuchsia-300\/30 {
  stroke: rgb(240 171 252 / 0.3);
}
.stroke-fuchsia-300\/35 {
  stroke: rgb(240 171 252 / 0.35);
}
.stroke-fuchsia-300\/40 {
  stroke: rgb(240 171 252 / 0.4);
}
.stroke-fuchsia-300\/45 {
  stroke: rgb(240 171 252 / 0.45);
}
.stroke-fuchsia-300\/5 {
  stroke: rgb(240 171 252 / 0.05);
}
.stroke-fuchsia-300\/50 {
  stroke: rgb(240 171 252 / 0.5);
}
.stroke-fuchsia-300\/55 {
  stroke: rgb(240 171 252 / 0.55);
}
.stroke-fuchsia-300\/60 {
  stroke: rgb(240 171 252 / 0.6);
}
.stroke-fuchsia-300\/65 {
  stroke: rgb(240 171 252 / 0.65);
}
.stroke-fuchsia-300\/70 {
  stroke: rgb(240 171 252 / 0.7);
}
.stroke-fuchsia-300\/75 {
  stroke: rgb(240 171 252 / 0.75);
}
.stroke-fuchsia-300\/80 {
  stroke: rgb(240 171 252 / 0.8);
}
.stroke-fuchsia-300\/85 {
  stroke: rgb(240 171 252 / 0.85);
}
.stroke-fuchsia-300\/90 {
  stroke: rgb(240 171 252 / 0.9);
}
.stroke-fuchsia-300\/95 {
  stroke: rgb(240 171 252 / 0.95);
}
.stroke-fuchsia-400 {
  stroke: #e879f9;
}
.stroke-fuchsia-400\/0 {
  stroke: rgb(232 121 249 / 0);
}
.stroke-fuchsia-400\/10 {
  stroke: rgb(232 121 249 / 0.1);
}
.stroke-fuchsia-400\/100 {
  stroke: rgb(232 121 249 / 1);
}
.stroke-fuchsia-400\/15 {
  stroke: rgb(232 121 249 / 0.15);
}
.stroke-fuchsia-400\/20 {
  stroke: rgb(232 121 249 / 0.2);
}
.stroke-fuchsia-400\/25 {
  stroke: rgb(232 121 249 / 0.25);
}
.stroke-fuchsia-400\/30 {
  stroke: rgb(232 121 249 / 0.3);
}
.stroke-fuchsia-400\/35 {
  stroke: rgb(232 121 249 / 0.35);
}
.stroke-fuchsia-400\/40 {
  stroke: rgb(232 121 249 / 0.4);
}
.stroke-fuchsia-400\/45 {
  stroke: rgb(232 121 249 / 0.45);
}
.stroke-fuchsia-400\/5 {
  stroke: rgb(232 121 249 / 0.05);
}
.stroke-fuchsia-400\/50 {
  stroke: rgb(232 121 249 / 0.5);
}
.stroke-fuchsia-400\/55 {
  stroke: rgb(232 121 249 / 0.55);
}
.stroke-fuchsia-400\/60 {
  stroke: rgb(232 121 249 / 0.6);
}
.stroke-fuchsia-400\/65 {
  stroke: rgb(232 121 249 / 0.65);
}
.stroke-fuchsia-400\/70 {
  stroke: rgb(232 121 249 / 0.7);
}
.stroke-fuchsia-400\/75 {
  stroke: rgb(232 121 249 / 0.75);
}
.stroke-fuchsia-400\/80 {
  stroke: rgb(232 121 249 / 0.8);
}
.stroke-fuchsia-400\/85 {
  stroke: rgb(232 121 249 / 0.85);
}
.stroke-fuchsia-400\/90 {
  stroke: rgb(232 121 249 / 0.9);
}
.stroke-fuchsia-400\/95 {
  stroke: rgb(232 121 249 / 0.95);
}
.stroke-fuchsia-50 {
  stroke: #fdf4ff;
}
.stroke-fuchsia-50\/0 {
  stroke: rgb(253 244 255 / 0);
}
.stroke-fuchsia-50\/10 {
  stroke: rgb(253 244 255 / 0.1);
}
.stroke-fuchsia-50\/100 {
  stroke: rgb(253 244 255 / 1);
}
.stroke-fuchsia-50\/15 {
  stroke: rgb(253 244 255 / 0.15);
}
.stroke-fuchsia-50\/20 {
  stroke: rgb(253 244 255 / 0.2);
}
.stroke-fuchsia-50\/25 {
  stroke: rgb(253 244 255 / 0.25);
}
.stroke-fuchsia-50\/30 {
  stroke: rgb(253 244 255 / 0.3);
}
.stroke-fuchsia-50\/35 {
  stroke: rgb(253 244 255 / 0.35);
}
.stroke-fuchsia-50\/40 {
  stroke: rgb(253 244 255 / 0.4);
}
.stroke-fuchsia-50\/45 {
  stroke: rgb(253 244 255 / 0.45);
}
.stroke-fuchsia-50\/5 {
  stroke: rgb(253 244 255 / 0.05);
}
.stroke-fuchsia-50\/50 {
  stroke: rgb(253 244 255 / 0.5);
}
.stroke-fuchsia-50\/55 {
  stroke: rgb(253 244 255 / 0.55);
}
.stroke-fuchsia-50\/60 {
  stroke: rgb(253 244 255 / 0.6);
}
.stroke-fuchsia-50\/65 {
  stroke: rgb(253 244 255 / 0.65);
}
.stroke-fuchsia-50\/70 {
  stroke: rgb(253 244 255 / 0.7);
}
.stroke-fuchsia-50\/75 {
  stroke: rgb(253 244 255 / 0.75);
}
.stroke-fuchsia-50\/80 {
  stroke: rgb(253 244 255 / 0.8);
}
.stroke-fuchsia-50\/85 {
  stroke: rgb(253 244 255 / 0.85);
}
.stroke-fuchsia-50\/90 {
  stroke: rgb(253 244 255 / 0.9);
}
.stroke-fuchsia-50\/95 {
  stroke: rgb(253 244 255 / 0.95);
}
.stroke-fuchsia-500 {
  stroke: #d946ef;
}
.stroke-fuchsia-500\/0 {
  stroke: rgb(217 70 239 / 0);
}
.stroke-fuchsia-500\/10 {
  stroke: rgb(217 70 239 / 0.1);
}
.stroke-fuchsia-500\/100 {
  stroke: rgb(217 70 239 / 1);
}
.stroke-fuchsia-500\/15 {
  stroke: rgb(217 70 239 / 0.15);
}
.stroke-fuchsia-500\/20 {
  stroke: rgb(217 70 239 / 0.2);
}
.stroke-fuchsia-500\/25 {
  stroke: rgb(217 70 239 / 0.25);
}
.stroke-fuchsia-500\/30 {
  stroke: rgb(217 70 239 / 0.3);
}
.stroke-fuchsia-500\/35 {
  stroke: rgb(217 70 239 / 0.35);
}
.stroke-fuchsia-500\/40 {
  stroke: rgb(217 70 239 / 0.4);
}
.stroke-fuchsia-500\/45 {
  stroke: rgb(217 70 239 / 0.45);
}
.stroke-fuchsia-500\/5 {
  stroke: rgb(217 70 239 / 0.05);
}
.stroke-fuchsia-500\/50 {
  stroke: rgb(217 70 239 / 0.5);
}
.stroke-fuchsia-500\/55 {
  stroke: rgb(217 70 239 / 0.55);
}
.stroke-fuchsia-500\/60 {
  stroke: rgb(217 70 239 / 0.6);
}
.stroke-fuchsia-500\/65 {
  stroke: rgb(217 70 239 / 0.65);
}
.stroke-fuchsia-500\/70 {
  stroke: rgb(217 70 239 / 0.7);
}
.stroke-fuchsia-500\/75 {
  stroke: rgb(217 70 239 / 0.75);
}
.stroke-fuchsia-500\/80 {
  stroke: rgb(217 70 239 / 0.8);
}
.stroke-fuchsia-500\/85 {
  stroke: rgb(217 70 239 / 0.85);
}
.stroke-fuchsia-500\/90 {
  stroke: rgb(217 70 239 / 0.9);
}
.stroke-fuchsia-500\/95 {
  stroke: rgb(217 70 239 / 0.95);
}
.stroke-fuchsia-600 {
  stroke: #c026d3;
}
.stroke-fuchsia-600\/0 {
  stroke: rgb(192 38 211 / 0);
}
.stroke-fuchsia-600\/10 {
  stroke: rgb(192 38 211 / 0.1);
}
.stroke-fuchsia-600\/100 {
  stroke: rgb(192 38 211 / 1);
}
.stroke-fuchsia-600\/15 {
  stroke: rgb(192 38 211 / 0.15);
}
.stroke-fuchsia-600\/20 {
  stroke: rgb(192 38 211 / 0.2);
}
.stroke-fuchsia-600\/25 {
  stroke: rgb(192 38 211 / 0.25);
}
.stroke-fuchsia-600\/30 {
  stroke: rgb(192 38 211 / 0.3);
}
.stroke-fuchsia-600\/35 {
  stroke: rgb(192 38 211 / 0.35);
}
.stroke-fuchsia-600\/40 {
  stroke: rgb(192 38 211 / 0.4);
}
.stroke-fuchsia-600\/45 {
  stroke: rgb(192 38 211 / 0.45);
}
.stroke-fuchsia-600\/5 {
  stroke: rgb(192 38 211 / 0.05);
}
.stroke-fuchsia-600\/50 {
  stroke: rgb(192 38 211 / 0.5);
}
.stroke-fuchsia-600\/55 {
  stroke: rgb(192 38 211 / 0.55);
}
.stroke-fuchsia-600\/60 {
  stroke: rgb(192 38 211 / 0.6);
}
.stroke-fuchsia-600\/65 {
  stroke: rgb(192 38 211 / 0.65);
}
.stroke-fuchsia-600\/70 {
  stroke: rgb(192 38 211 / 0.7);
}
.stroke-fuchsia-600\/75 {
  stroke: rgb(192 38 211 / 0.75);
}
.stroke-fuchsia-600\/80 {
  stroke: rgb(192 38 211 / 0.8);
}
.stroke-fuchsia-600\/85 {
  stroke: rgb(192 38 211 / 0.85);
}
.stroke-fuchsia-600\/90 {
  stroke: rgb(192 38 211 / 0.9);
}
.stroke-fuchsia-600\/95 {
  stroke: rgb(192 38 211 / 0.95);
}
.stroke-fuchsia-700 {
  stroke: #a21caf;
}
.stroke-fuchsia-700\/0 {
  stroke: rgb(162 28 175 / 0);
}
.stroke-fuchsia-700\/10 {
  stroke: rgb(162 28 175 / 0.1);
}
.stroke-fuchsia-700\/100 {
  stroke: rgb(162 28 175 / 1);
}
.stroke-fuchsia-700\/15 {
  stroke: rgb(162 28 175 / 0.15);
}
.stroke-fuchsia-700\/20 {
  stroke: rgb(162 28 175 / 0.2);
}
.stroke-fuchsia-700\/25 {
  stroke: rgb(162 28 175 / 0.25);
}
.stroke-fuchsia-700\/30 {
  stroke: rgb(162 28 175 / 0.3);
}
.stroke-fuchsia-700\/35 {
  stroke: rgb(162 28 175 / 0.35);
}
.stroke-fuchsia-700\/40 {
  stroke: rgb(162 28 175 / 0.4);
}
.stroke-fuchsia-700\/45 {
  stroke: rgb(162 28 175 / 0.45);
}
.stroke-fuchsia-700\/5 {
  stroke: rgb(162 28 175 / 0.05);
}
.stroke-fuchsia-700\/50 {
  stroke: rgb(162 28 175 / 0.5);
}
.stroke-fuchsia-700\/55 {
  stroke: rgb(162 28 175 / 0.55);
}
.stroke-fuchsia-700\/60 {
  stroke: rgb(162 28 175 / 0.6);
}
.stroke-fuchsia-700\/65 {
  stroke: rgb(162 28 175 / 0.65);
}
.stroke-fuchsia-700\/70 {
  stroke: rgb(162 28 175 / 0.7);
}
.stroke-fuchsia-700\/75 {
  stroke: rgb(162 28 175 / 0.75);
}
.stroke-fuchsia-700\/80 {
  stroke: rgb(162 28 175 / 0.8);
}
.stroke-fuchsia-700\/85 {
  stroke: rgb(162 28 175 / 0.85);
}
.stroke-fuchsia-700\/90 {
  stroke: rgb(162 28 175 / 0.9);
}
.stroke-fuchsia-700\/95 {
  stroke: rgb(162 28 175 / 0.95);
}
.stroke-fuchsia-800 {
  stroke: #86198f;
}
.stroke-fuchsia-800\/0 {
  stroke: rgb(134 25 143 / 0);
}
.stroke-fuchsia-800\/10 {
  stroke: rgb(134 25 143 / 0.1);
}
.stroke-fuchsia-800\/100 {
  stroke: rgb(134 25 143 / 1);
}
.stroke-fuchsia-800\/15 {
  stroke: rgb(134 25 143 / 0.15);
}
.stroke-fuchsia-800\/20 {
  stroke: rgb(134 25 143 / 0.2);
}
.stroke-fuchsia-800\/25 {
  stroke: rgb(134 25 143 / 0.25);
}
.stroke-fuchsia-800\/30 {
  stroke: rgb(134 25 143 / 0.3);
}
.stroke-fuchsia-800\/35 {
  stroke: rgb(134 25 143 / 0.35);
}
.stroke-fuchsia-800\/40 {
  stroke: rgb(134 25 143 / 0.4);
}
.stroke-fuchsia-800\/45 {
  stroke: rgb(134 25 143 / 0.45);
}
.stroke-fuchsia-800\/5 {
  stroke: rgb(134 25 143 / 0.05);
}
.stroke-fuchsia-800\/50 {
  stroke: rgb(134 25 143 / 0.5);
}
.stroke-fuchsia-800\/55 {
  stroke: rgb(134 25 143 / 0.55);
}
.stroke-fuchsia-800\/60 {
  stroke: rgb(134 25 143 / 0.6);
}
.stroke-fuchsia-800\/65 {
  stroke: rgb(134 25 143 / 0.65);
}
.stroke-fuchsia-800\/70 {
  stroke: rgb(134 25 143 / 0.7);
}
.stroke-fuchsia-800\/75 {
  stroke: rgb(134 25 143 / 0.75);
}
.stroke-fuchsia-800\/80 {
  stroke: rgb(134 25 143 / 0.8);
}
.stroke-fuchsia-800\/85 {
  stroke: rgb(134 25 143 / 0.85);
}
.stroke-fuchsia-800\/90 {
  stroke: rgb(134 25 143 / 0.9);
}
.stroke-fuchsia-800\/95 {
  stroke: rgb(134 25 143 / 0.95);
}
.stroke-fuchsia-900 {
  stroke: #701a75;
}
.stroke-fuchsia-900\/0 {
  stroke: rgb(112 26 117 / 0);
}
.stroke-fuchsia-900\/10 {
  stroke: rgb(112 26 117 / 0.1);
}
.stroke-fuchsia-900\/100 {
  stroke: rgb(112 26 117 / 1);
}
.stroke-fuchsia-900\/15 {
  stroke: rgb(112 26 117 / 0.15);
}
.stroke-fuchsia-900\/20 {
  stroke: rgb(112 26 117 / 0.2);
}
.stroke-fuchsia-900\/25 {
  stroke: rgb(112 26 117 / 0.25);
}
.stroke-fuchsia-900\/30 {
  stroke: rgb(112 26 117 / 0.3);
}
.stroke-fuchsia-900\/35 {
  stroke: rgb(112 26 117 / 0.35);
}
.stroke-fuchsia-900\/40 {
  stroke: rgb(112 26 117 / 0.4);
}
.stroke-fuchsia-900\/45 {
  stroke: rgb(112 26 117 / 0.45);
}
.stroke-fuchsia-900\/5 {
  stroke: rgb(112 26 117 / 0.05);
}
.stroke-fuchsia-900\/50 {
  stroke: rgb(112 26 117 / 0.5);
}
.stroke-fuchsia-900\/55 {
  stroke: rgb(112 26 117 / 0.55);
}
.stroke-fuchsia-900\/60 {
  stroke: rgb(112 26 117 / 0.6);
}
.stroke-fuchsia-900\/65 {
  stroke: rgb(112 26 117 / 0.65);
}
.stroke-fuchsia-900\/70 {
  stroke: rgb(112 26 117 / 0.7);
}
.stroke-fuchsia-900\/75 {
  stroke: rgb(112 26 117 / 0.75);
}
.stroke-fuchsia-900\/80 {
  stroke: rgb(112 26 117 / 0.8);
}
.stroke-fuchsia-900\/85 {
  stroke: rgb(112 26 117 / 0.85);
}
.stroke-fuchsia-900\/90 {
  stroke: rgb(112 26 117 / 0.9);
}
.stroke-fuchsia-900\/95 {
  stroke: rgb(112 26 117 / 0.95);
}
.stroke-fuchsia-950 {
  stroke: #4a044e;
}
.stroke-fuchsia-950\/0 {
  stroke: rgb(74 4 78 / 0);
}
.stroke-fuchsia-950\/10 {
  stroke: rgb(74 4 78 / 0.1);
}
.stroke-fuchsia-950\/100 {
  stroke: rgb(74 4 78 / 1);
}
.stroke-fuchsia-950\/15 {
  stroke: rgb(74 4 78 / 0.15);
}
.stroke-fuchsia-950\/20 {
  stroke: rgb(74 4 78 / 0.2);
}
.stroke-fuchsia-950\/25 {
  stroke: rgb(74 4 78 / 0.25);
}
.stroke-fuchsia-950\/30 {
  stroke: rgb(74 4 78 / 0.3);
}
.stroke-fuchsia-950\/35 {
  stroke: rgb(74 4 78 / 0.35);
}
.stroke-fuchsia-950\/40 {
  stroke: rgb(74 4 78 / 0.4);
}
.stroke-fuchsia-950\/45 {
  stroke: rgb(74 4 78 / 0.45);
}
.stroke-fuchsia-950\/5 {
  stroke: rgb(74 4 78 / 0.05);
}
.stroke-fuchsia-950\/50 {
  stroke: rgb(74 4 78 / 0.5);
}
.stroke-fuchsia-950\/55 {
  stroke: rgb(74 4 78 / 0.55);
}
.stroke-fuchsia-950\/60 {
  stroke: rgb(74 4 78 / 0.6);
}
.stroke-fuchsia-950\/65 {
  stroke: rgb(74 4 78 / 0.65);
}
.stroke-fuchsia-950\/70 {
  stroke: rgb(74 4 78 / 0.7);
}
.stroke-fuchsia-950\/75 {
  stroke: rgb(74 4 78 / 0.75);
}
.stroke-fuchsia-950\/80 {
  stroke: rgb(74 4 78 / 0.8);
}
.stroke-fuchsia-950\/85 {
  stroke: rgb(74 4 78 / 0.85);
}
.stroke-fuchsia-950\/90 {
  stroke: rgb(74 4 78 / 0.9);
}
.stroke-fuchsia-950\/95 {
  stroke: rgb(74 4 78 / 0.95);
}
.stroke-inherit {
  stroke: inherit;
}
.stroke-white {
  stroke: #fff;
}
.stroke-white\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-white\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-white\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-white\/15 {
  stroke: rgb(255 255 255 / 0.15);
}
.stroke-white\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-white\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-white\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-white\/35 {
  stroke: rgb(255 255 255 / 0.35);
}
.stroke-white\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-white\/45 {
  stroke: rgb(255 255 255 / 0.45);
}
.stroke-white\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-white\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-white\/55 {
  stroke: rgb(255 255 255 / 0.55);
}
.stroke-white\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-white\/65 {
  stroke: rgb(255 255 255 / 0.65);
}
.stroke-white\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-white\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-white\/85 {
  stroke: rgb(255 255 255 / 0.85);
}
.stroke-white\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-white\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-yellow-100 {
  stroke: #fef9c3;
}
.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0);
}
.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1);
}
.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1);
}
.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15);
}
.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2);
}
.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25);
}
.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3);
}
.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35);
}
.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4);
}
.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45);
}
.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05);
}
.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5);
}
.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55);
}
.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6);
}
.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65);
}
.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7);
}
.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75);
}
.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8);
}
.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85);
}
.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9);
}
.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95);
}
.stroke-yellow-200 {
  stroke: #fef08a;
}
.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0);
}
.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1);
}
.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1);
}
.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15);
}
.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2);
}
.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25);
}
.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3);
}
.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35);
}
.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4);
}
.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45);
}
.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05);
}
.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5);
}
.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55);
}
.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6);
}
.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65);
}
.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7);
}
.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75);
}
.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8);
}
.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85);
}
.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9);
}
.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95);
}
.stroke-yellow-300 {
  stroke: #fde047;
}
.stroke-yellow-300\/0 {
  stroke: rgb(253 224 71 / 0);
}
.stroke-yellow-300\/10 {
  stroke: rgb(253 224 71 / 0.1);
}
.stroke-yellow-300\/100 {
  stroke: rgb(253 224 71 / 1);
}
.stroke-yellow-300\/15 {
  stroke: rgb(253 224 71 / 0.15);
}
.stroke-yellow-300\/20 {
  stroke: rgb(253 224 71 / 0.2);
}
.stroke-yellow-300\/25 {
  stroke: rgb(253 224 71 / 0.25);
}
.stroke-yellow-300\/30 {
  stroke: rgb(253 224 71 / 0.3);
}
.stroke-yellow-300\/35 {
  stroke: rgb(253 224 71 / 0.35);
}
.stroke-yellow-300\/40 {
  stroke: rgb(253 224 71 / 0.4);
}
.stroke-yellow-300\/45 {
  stroke: rgb(253 224 71 / 0.45);
}
.stroke-yellow-300\/5 {
  stroke: rgb(253 224 71 / 0.05);
}
.stroke-yellow-300\/50 {
  stroke: rgb(253 224 71 / 0.5);
}
.stroke-yellow-300\/55 {
  stroke: rgb(253 224 71 / 0.55);
}
.stroke-yellow-300\/60 {
  stroke: rgb(253 224 71 / 0.6);
}
.stroke-yellow-300\/65 {
  stroke: rgb(253 224 71 / 0.65);
}
.stroke-yellow-300\/70 {
  stroke: rgb(253 224 71 / 0.7);
}
.stroke-yellow-300\/75 {
  stroke: rgb(253 224 71 / 0.75);
}
.stroke-yellow-300\/80 {
  stroke: rgb(253 224 71 / 0.8);
}
.stroke-yellow-300\/85 {
  stroke: rgb(253 224 71 / 0.85);
}
.stroke-yellow-300\/90 {
  stroke: rgb(253 224 71 / 0.9);
}
.stroke-yellow-300\/95 {
  stroke: rgb(253 224 71 / 0.95);
}
.stroke-yellow-400 {
  stroke: #facc15;
}
.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0);
}
.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1);
}
.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1);
}
.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15);
}
.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2);
}
.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25);
}
.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3);
}
.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35);
}
.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4);
}
.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45);
}
.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05);
}
.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5);
}
.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55);
}
.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6);
}
.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65);
}
.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7);
}
.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75);
}
.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8);
}
.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85);
}
.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9);
}
.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95);
}
.stroke-yellow-50 {
  stroke: #fefce8;
}
.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0);
}
.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1);
}
.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1);
}
.stroke-yellow-50\/15 {
  stroke: rgb(254 252 232 / 0.15);
}
.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2);
}
.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25);
}
.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3);
}
.stroke-yellow-50\/35 {
  stroke: rgb(254 252 232 / 0.35);
}
.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4);
}
.stroke-yellow-50\/45 {
  stroke: rgb(254 252 232 / 0.45);
}
.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05);
}
.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5);
}
.stroke-yellow-50\/55 {
  stroke: rgb(254 252 232 / 0.55);
}
.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6);
}
.stroke-yellow-50\/65 {
  stroke: rgb(254 252 232 / 0.65);
}
.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7);
}
.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75);
}
.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8);
}
.stroke-yellow-50\/85 {
  stroke: rgb(254 252 232 / 0.85);
}
.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9);
}
.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95);
}
.stroke-yellow-500 {
  stroke: #eab308;
}
.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0);
}
.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1);
}
.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1);
}
.stroke-yellow-500\/15 {
  stroke: rgb(234 179 8 / 0.15);
}
.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2);
}
.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25);
}
.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3);
}
.stroke-yellow-500\/35 {
  stroke: rgb(234 179 8 / 0.35);
}
.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4);
}
.stroke-yellow-500\/45 {
  stroke: rgb(234 179 8 / 0.45);
}
.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05);
}
.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5);
}
.stroke-yellow-500\/55 {
  stroke: rgb(234 179 8 / 0.55);
}
.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6);
}
.stroke-yellow-500\/65 {
  stroke: rgb(234 179 8 / 0.65);
}
.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7);
}
.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75);
}
.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8);
}
.stroke-yellow-500\/85 {
  stroke: rgb(234 179 8 / 0.85);
}
.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9);
}
.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95);
}
.stroke-yellow-600 {
  stroke: #ca8a04;
}
.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0);
}
.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1);
}
.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1);
}
.stroke-yellow-600\/15 {
  stroke: rgb(202 138 4 / 0.15);
}
.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2);
}
.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25);
}
.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3);
}
.stroke-yellow-600\/35 {
  stroke: rgb(202 138 4 / 0.35);
}
.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4);
}
.stroke-yellow-600\/45 {
  stroke: rgb(202 138 4 / 0.45);
}
.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05);
}
.stroke-yellow-600\/50 {
  stroke: rgb(202 138 4 / 0.5);
}
.stroke-yellow-600\/55 {
  stroke: rgb(202 138 4 / 0.55);
}
.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6);
}
.stroke-yellow-600\/65 {
  stroke: rgb(202 138 4 / 0.65);
}
.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7);
}
.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75);
}
.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8);
}
.stroke-yellow-600\/85 {
  stroke: rgb(202 138 4 / 0.85);
}
.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9);
}
.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95);
}
.stroke-yellow-700 {
  stroke: #a16207;
}
.stroke-yellow-700\/0 {
  stroke: rgb(161 98 7 / 0);
}
.stroke-yellow-700\/10 {
  stroke: rgb(161 98 7 / 0.1);
}
.stroke-yellow-700\/100 {
  stroke: rgb(161 98 7 / 1);
}
.stroke-yellow-700\/15 {
  stroke: rgb(161 98 7 / 0.15);
}
.stroke-yellow-700\/20 {
  stroke: rgb(161 98 7 / 0.2);
}
.stroke-yellow-700\/25 {
  stroke: rgb(161 98 7 / 0.25);
}
.stroke-yellow-700\/30 {
  stroke: rgb(161 98 7 / 0.3);
}
.stroke-yellow-700\/35 {
  stroke: rgb(161 98 7 / 0.35);
}
.stroke-yellow-700\/40 {
  stroke: rgb(161 98 7 / 0.4);
}
.stroke-yellow-700\/45 {
  stroke: rgb(161 98 7 / 0.45);
}
.stroke-yellow-700\/5 {
  stroke: rgb(161 98 7 / 0.05);
}
.stroke-yellow-700\/50 {
  stroke: rgb(161 98 7 / 0.5);
}
.stroke-yellow-700\/55 {
  stroke: rgb(161 98 7 / 0.55);
}
.stroke-yellow-700\/60 {
  stroke: rgb(161 98 7 / 0.6);
}
.stroke-yellow-700\/65 {
  stroke: rgb(161 98 7 / 0.65);
}
.stroke-yellow-700\/70 {
  stroke: rgb(161 98 7 / 0.7);
}
.stroke-yellow-700\/75 {
  stroke: rgb(161 98 7 / 0.75);
}
.stroke-yellow-700\/80 {
  stroke: rgb(161 98 7 / 0.8);
}
.stroke-yellow-700\/85 {
  stroke: rgb(161 98 7 / 0.85);
}
.stroke-yellow-700\/90 {
  stroke: rgb(161 98 7 / 0.9);
}
.stroke-yellow-700\/95 {
  stroke: rgb(161 98 7 / 0.95);
}
.stroke-yellow-800 {
  stroke: #854d0e;
}
.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0);
}
.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1);
}
.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1);
}
.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15);
}
.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2);
}
.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25);
}
.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3);
}
.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35);
}
.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4);
}
.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45);
}
.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05);
}
.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5);
}
.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55);
}
.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6);
}
.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65);
}
.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7);
}
.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75);
}
.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8);
}
.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85);
}
.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9);
}
.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95);
}
.stroke-yellow-900 {
  stroke: #713f12;
}
.stroke-yellow-900\/0 {
  stroke: rgb(113 63 18 / 0);
}
.stroke-yellow-900\/10 {
  stroke: rgb(113 63 18 / 0.1);
}
.stroke-yellow-900\/100 {
  stroke: rgb(113 63 18 / 1);
}
.stroke-yellow-900\/15 {
  stroke: rgb(113 63 18 / 0.15);
}
.stroke-yellow-900\/20 {
  stroke: rgb(113 63 18 / 0.2);
}
.stroke-yellow-900\/25 {
  stroke: rgb(113 63 18 / 0.25);
}
.stroke-yellow-900\/30 {
  stroke: rgb(113 63 18 / 0.3);
}
.stroke-yellow-900\/35 {
  stroke: rgb(113 63 18 / 0.35);
}
.stroke-yellow-900\/40 {
  stroke: rgb(113 63 18 / 0.4);
}
.stroke-yellow-900\/45 {
  stroke: rgb(113 63 18 / 0.45);
}
.stroke-yellow-900\/5 {
  stroke: rgb(113 63 18 / 0.05);
}
.stroke-yellow-900\/50 {
  stroke: rgb(113 63 18 / 0.5);
}
.stroke-yellow-900\/55 {
  stroke: rgb(113 63 18 / 0.55);
}
.stroke-yellow-900\/60 {
  stroke: rgb(113 63 18 / 0.6);
}
.stroke-yellow-900\/65 {
  stroke: rgb(113 63 18 / 0.65);
}
.stroke-yellow-900\/70 {
  stroke: rgb(113 63 18 / 0.7);
}
.stroke-yellow-900\/75 {
  stroke: rgb(113 63 18 / 0.75);
}
.stroke-yellow-900\/80 {
  stroke: rgb(113 63 18 / 0.8);
}
.stroke-yellow-900\/85 {
  stroke: rgb(113 63 18 / 0.85);
}
.stroke-yellow-900\/90 {
  stroke: rgb(113 63 18 / 0.9);
}
.stroke-yellow-900\/95 {
  stroke: rgb(113 63 18 / 0.95);
}
.stroke-yellow-950 {
  stroke: #422006;
}
.stroke-yellow-950\/0 {
  stroke: rgb(66 32 6 / 0);
}
.stroke-yellow-950\/10 {
  stroke: rgb(66 32 6 / 0.1);
}
.stroke-yellow-950\/100 {
  stroke: rgb(66 32 6 / 1);
}
.stroke-yellow-950\/15 {
  stroke: rgb(66 32 6 / 0.15);
}
.stroke-yellow-950\/20 {
  stroke: rgb(66 32 6 / 0.2);
}
.stroke-yellow-950\/25 {
  stroke: rgb(66 32 6 / 0.25);
}
.stroke-yellow-950\/30 {
  stroke: rgb(66 32 6 / 0.3);
}
.stroke-yellow-950\/35 {
  stroke: rgb(66 32 6 / 0.35);
}
.stroke-yellow-950\/40 {
  stroke: rgb(66 32 6 / 0.4);
}
.stroke-yellow-950\/45 {
  stroke: rgb(66 32 6 / 0.45);
}
.stroke-yellow-950\/5 {
  stroke: rgb(66 32 6 / 0.05);
}
.stroke-yellow-950\/50 {
  stroke: rgb(66 32 6 / 0.5);
}
.stroke-yellow-950\/55 {
  stroke: rgb(66 32 6 / 0.55);
}
.stroke-yellow-950\/60 {
  stroke: rgb(66 32 6 / 0.6);
}
.stroke-yellow-950\/65 {
  stroke: rgb(66 32 6 / 0.65);
}
.stroke-yellow-950\/70 {
  stroke: rgb(66 32 6 / 0.7);
}
.stroke-yellow-950\/75 {
  stroke: rgb(66 32 6 / 0.75);
}
.stroke-yellow-950\/80 {
  stroke: rgb(66 32 6 / 0.8);
}
.stroke-yellow-950\/85 {
  stroke: rgb(66 32 6 / 0.85);
}
.stroke-yellow-950\/90 {
  stroke: rgb(66 32 6 / 0.9);
}
.stroke-yellow-950\/95 {
  stroke: rgb(66 32 6 / 0.95);
}
.object-scale-down {
  object-fit: scale-down;
}
.object-right {
  object-position: right;
}
.object-right-bottom {
  object-position: right bottom;
}
.object-right-top {
  object-position: right top;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-11 {
  padding: 2.75rem;
}
.p-12 {
  padding: 3rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-28 {
  padding: 7rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-32 {
  padding: 8rem;
}
.p-36 {
  padding: 9rem;
}
.p-4 {
  padding: 1rem;
}
.p-40 {
  padding: 10rem;
}
.p-44 {
  padding: 11rem;
}
.p-48 {
  padding: 12rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-52 {
  padding: 13rem;
}
.p-56 {
  padding: 14rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-60 {
  padding: 15rem;
}
.p-64 {
  padding: 16rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-72 {
  padding: 18rem;
}
.p-8 {
  padding: 2rem;
}
.p-80 {
  padding: 20rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-96 {
  padding: 24rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pe-5 {
  padding-inline-end: 1.25rem;
}
.ps-0 {
  padding-inline-start: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.font-sans {
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.font-serif {
  font-family:
    ui-serif,
    Georgia,
    Cambria,
    "Times New Roman",
    Times,
    serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.lowercase {
  text-transform: lowercase;
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-tight {
  letter-spacing: 0.025em;
}
.-tracking-tighter {
  letter-spacing: 0.05em;
}
.-tracking-wide {
  letter-spacing: -0.025em;
}
.-tracking-wider {
  letter-spacing: -0.05em;
}
.-tracking-widest {
  letter-spacing: -0.1em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#3b5998\] {
  --tw-text-opacity: 1;
  color: rgb(59 89 152 / var(--tw-text-opacity, 1));
}
.text-\[\#c1558b\] {
  --tw-text-opacity: 1;
  color: rgb(193 85 139 / var(--tw-text-opacity, 1));
}
.text-\[\#cc181e\] {
  --tw-text-opacity: 1;
  color: rgb(204 24 30 / var(--tw-text-opacity, 1));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}
.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}
.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}
.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}
.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}
.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}
.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}
.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}
.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}
.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}
.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15);
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35);
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}
.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}
.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}
.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}
.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}
.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15);
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35);
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}
.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}
.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}
.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}
.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}
.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}
.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}
.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}
.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}
.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15);
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35);
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-amber-950\/15 {
  color: rgb(69 26 3 / 0.15);
}
.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-amber-950\/35 {
  color: rgb(69 26 3 / 0.35);
}
.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-amber-950\/45 {
  color: rgb(69 26 3 / 0.45);
}
.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-amber-950\/55 {
  color: rgb(69 26 3 / 0.55);
}
.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-amber-950\/65 {
  color: rgb(69 26 3 / 0.65);
}
.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-amber-950\/85 {
  color: rgb(69 26 3 / 0.85);
}
.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}
.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}
.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}
.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}
.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}
.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}
.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}
.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}
.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}
.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}
.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}
.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}
.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}
.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}
.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}
.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}
.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}
.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}
.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}
.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}
.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}
.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}
.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}
.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}
.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}
.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}
.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}
.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}
.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}
.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}
.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}
.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}
.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}
.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}
.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}
.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}
.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}
.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}
.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}
.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}
.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}
.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}
.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}
.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}
.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}
.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}
.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}
.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}
.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}
.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}
.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}
.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}
.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}
.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}
.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}
.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}
.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}
.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}
.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}
.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}
.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}
.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}
.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}
.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}
.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}
.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}
.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}
.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}
.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}
.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}
.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15);
}
.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}
.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}
.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}
.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35);
}
.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}
.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45);
}
.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}
.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}
.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55);
}
.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}
.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65);
}
.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}
.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}
.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}
.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85);
}
.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}
.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}
.text-current {
  color: currentColor;
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}
.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}
.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}
.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}
.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}
.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}
.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}
.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}
.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}
.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}
.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}
.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}
.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}
.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}
.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}
.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}
.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}
.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}
.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}
.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}
.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}
.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}
.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}
.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}
.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}
.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}
.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}
.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}
.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}
.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}
.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}
.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}
.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}
.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}
.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15);
}
.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35);
}
.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45);
}
.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55);
}
.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65);
}
.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85);
}
.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}
.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}
.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}
.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}
.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}
.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}
.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}
.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}
.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15);
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35);
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}
.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}
.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}
.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}
.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}
.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}
.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15);
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35);
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}
.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}
.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}
.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}
.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}
.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}
.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}
.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}
.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}
.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}
.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15);
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35);
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}
.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-emerald-950\/15 {
  color: rgb(2 44 34 / 0.15);
}
.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-emerald-950\/35 {
  color: rgb(2 44 34 / 0.35);
}
.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-emerald-950\/45 {
  color: rgb(2 44 34 / 0.45);
}
.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-emerald-950\/55 {
  color: rgb(2 44 34 / 0.55);
}
.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-emerald-950\/65 {
  color: rgb(2 44 34 / 0.65);
}
.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-emerald-950\/85 {
  color: rgb(2 44 34 / 0.85);
}
.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}
.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15);
}
.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35);
}
.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45);
}
.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55);
}
.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65);
}
.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85);
}
.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}
.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15);
}
.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35);
}
.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45);
}
.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55);
}
.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65);
}
.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85);
}
.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15);
}
.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35);
}
.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45);
}
.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55);
}
.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65);
}
.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85);
}
.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15);
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35);
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}
.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15);
}
.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35);
}
.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45);
}
.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55);
}
.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65);
}
.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85);
}
.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15);
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35);
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15);
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35);
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15);
}
.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35);
}
.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45);
}
.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55);
}
.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65);
}
.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85);
}
.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15);
}
.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35);
}
.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45);
}
.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55);
}
.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65);
}
.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85);
}
.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15);
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35);
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}
.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15);
}
.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35);
}
.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45);
}
.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55);
}
.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65);
}
.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85);
}
.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}
.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}
.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}
.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}
.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}
.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}
.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}
.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}
.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}
.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}
.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}
.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}
.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}
.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}
.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}
.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}
.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}
.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}
.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}
.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}
.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}
.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}
.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}
.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}
.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}
.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}
.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}
.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}
.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}
.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}
.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}
.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}
.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}
.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}
.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}
.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}
.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}
.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}
.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}
.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}
.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}
.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}
.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}
.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}
.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}
.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}
.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}
.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}
.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}
.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}
.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}
.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}
.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}
.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}
.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}
.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}
.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}
.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}
.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}
.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}
.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}
.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}
.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}
.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}
.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}
.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}
.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}
.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}
.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}
.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}
.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}
.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}
.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}
.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}
.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}
.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}
.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}
.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}
.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}
.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}
.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}
.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}
.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}
.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}
.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}
.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}
.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}
.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}
.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}
.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}
.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}
.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}
.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}
.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}
.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}
.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}
.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}
.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}
.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}
.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}
.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}
.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}
.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}
.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}
.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}
.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}
.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}
.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}
.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}
.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}
.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}
.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}
.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}
.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}
.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}
.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}
.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}
.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}
.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}
.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}
.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}
.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}
.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}
.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}
.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}
.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}
.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}
.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}
.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}
.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}
.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}
.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}
.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}
.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}
.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}
.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}
.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}
.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}
.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}
.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}
.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}
.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}
.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}
.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}
.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}
.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}
.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}
.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}
.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}
.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}
.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}
.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}
.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}
.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}
.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}
.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}
.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}
.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}
.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}
.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}
.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}
.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}
.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}
.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}
.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}
.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}
.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}
.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}
.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}
.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}
.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}
.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}
.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}
.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}
.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}
.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}
.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}
.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}
.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}
.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.text-inherit {
  color: inherit;
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}
.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}
.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}
.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}
.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}
.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}
.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}
.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}
.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}
.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}
.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}
.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}
.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15);
}
.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35);
}
.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45);
}
.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55);
}
.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65);
}
.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85);
}
.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15);
}
.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35);
}
.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}
.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}
.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}
.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}
.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15);
}
.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35);
}
.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}
.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}
.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}
.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}
.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15);
}
.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35);
}
.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}
.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}
.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}
.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}
.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15);
}
.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35);
}
.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45);
}
.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55);
}
.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65);
}
.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85);
}
.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15);
}
.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35);
}
.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45);
}
.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55);
}
.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65);
}
.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85);
}
.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15);
}
.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35);
}
.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}
.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}
.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}
.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}
.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}
.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15);
}
.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35);
}
.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45);
}
.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55);
}
.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65);
}
.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85);
}
.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}
.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}
.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}
.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}
.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}
.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}
.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}
.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}
.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}
.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}
.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}
.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}
.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}
.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}
.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}
.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}
.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}
.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}
.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}
.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}
.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}
.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}
.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}
.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}
.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}
.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}
.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}
.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}
.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}
.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}
.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}
.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}
.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}
.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}
.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}
.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15);
}
.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35);
}
.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45);
}
.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55);
}
.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65);
}
.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85);
}
.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}
.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}
.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}
.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}
.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}
.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}
.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}
.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}
.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}
.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}
.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}
.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}
.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}
.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}
.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}
.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}
.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}
.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}
.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}
.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}
.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}
.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}
.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}
.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}
.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}
.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}
.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}
.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}
.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}
.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}
.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}
.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}
.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}
.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}
.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}
.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}
.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}
.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}
.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}
.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}
.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}
.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}
.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}
.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}
.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}
.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}
.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}
.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}
.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}
.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}
.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}
.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}
.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}
.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}
.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}
.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}
.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}
.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}
.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}
.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}
.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}
.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}
.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}
.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}
.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}
.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}
.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}
.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}
.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}
.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}
.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}
.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}
.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}
.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}
.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}
.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}
.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}
.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}
.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}
.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}
.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}
.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}
.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}
.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}
.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}
.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}
.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}
.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}
.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}
.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}
.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}
.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}
.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}
.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}
.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}
.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}
.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}
.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}
.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}
.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}
.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}
.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}
.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}
.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}
.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}
.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}
.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}
.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}
.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}
.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}
.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}
.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}
.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}
.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}
.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}
.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}
.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}
.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}
.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}
.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}
.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}
.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}
.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}
.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}
.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}
.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}
.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}
.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}
.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}
.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}
.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}
.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}
.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}
.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}
.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}
.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}
.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}
.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}
.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}
.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}
.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}
.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}
.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}
.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}
.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}
.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}
.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}
.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}
.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}
.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}
.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}
.text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15);
}
.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}
.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}
.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}
.text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35);
}
.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}
.text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45);
}
.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}
.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}
.text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55);
}
.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}
.text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65);
}
.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}
.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}
.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}
.text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85);
}
.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}
.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}
.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}
.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}
.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}
.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}
.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}
.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}
.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}
.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}
.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}
.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}
.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}
.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}
.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}
.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}
.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}
.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}
.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}
.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}
.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}
.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}
.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}
.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}
.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}
.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}
.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}
.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}
.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}
.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}
.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}
.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}
.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}
.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}
.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}
.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}
.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}
.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}
.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}
.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}
.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}
.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}
.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}
.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}
.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}
.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}
.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}
.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}
.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}
.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}
.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}
.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}
.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}
.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}
.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}
.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}
.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}
.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}
.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}
.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}
.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}
.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}
.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}
.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}
.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}
.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}
.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}
.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}
.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}
.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}
.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}
.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}
.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}
.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}
.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}
.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}
.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}
.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}
.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}
.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}
.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}
.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}
.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}
.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}
.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}
.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}
.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}
.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}
.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}
.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}
.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}
.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}
.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}
.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}
.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}
.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}
.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}
.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}
.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}
.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}
.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}
.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}
.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}
.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}
.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}
.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}
.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}
.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}
.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}
.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}
.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}
.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}
.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}
.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}
.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}
.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}
.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}
.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}
.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}
.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}
.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15);
}
.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}
.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}
.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}
.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35);
}
.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}
.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45);
}
.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}
.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}
.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55);
}
.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}
.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65);
}
.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}
.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}
.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}
.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85);
}
.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}
.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}
.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}
.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}
.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15);
}
.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}
.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}
.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}
.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35);
}
.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}
.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45);
}
.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}
.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}
.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55);
}
.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}
.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65);
}
.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}
.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}
.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}
.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85);
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}
.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}
.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}
.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15);
}
.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}
.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}
.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}
.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35);
}
.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}
.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45);
}
.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}
.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}
.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55);
}
.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}
.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65);
}
.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}
.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}
.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}
.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85);
}
.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}
.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}
.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}
.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}
.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15);
}
.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}
.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}
.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}
.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35);
}
.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}
.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45);
}
.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}
.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}
.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55);
}
.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}
.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65);
}
.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}
.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}
.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}
.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85);
}
.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}
.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}
.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}
.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}
.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}
.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}
.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15);
}
.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}
.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}
.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}
.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35);
}
.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}
.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45);
}
.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}
.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}
.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55);
}
.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}
.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65);
}
.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}
.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}
.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}
.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85);
}
.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}
.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}
.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}
.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}
.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15);
}
.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}
.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}
.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}
.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35);
}
.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}
.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45);
}
.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}
.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}
.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55);
}
.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}
.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65);
}
.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}
.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}
.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}
.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85);
}
.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}
.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}
.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}
.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}
.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15);
}
.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}
.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}
.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}
.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35);
}
.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}
.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45);
}
.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}
.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}
.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55);
}
.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}
.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65);
}
.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}
.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}
.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}
.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85);
}
.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}
.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}
.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}
.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}
.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15);
}
.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}
.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}
.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}
.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35);
}
.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}
.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45);
}
.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}
.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}
.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55);
}
.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}
.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65);
}
.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}
.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}
.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}
.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85);
}
.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}
.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}
.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}
.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}
.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15);
}
.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}
.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}
.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}
.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35);
}
.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}
.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45);
}
.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}
.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}
.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55);
}
.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}
.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65);
}
.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}
.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}
.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}
.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85);
}
.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}
.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}
.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}
.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}
.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15);
}
.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}
.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}
.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}
.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35);
}
.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}
.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45);
}
.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}
.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}
.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55);
}
.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}
.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65);
}
.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}
.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}
.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}
.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85);
}
.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}
.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}
.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}
.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}
.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}
.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}
.text-rose-950\/15 {
  color: rgb(76 5 25 / 0.15);
}
.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}
.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}
.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}
.text-rose-950\/35 {
  color: rgb(76 5 25 / 0.35);
}
.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}
.text-rose-950\/45 {
  color: rgb(76 5 25 / 0.45);
}
.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}
.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}
.text-rose-950\/55 {
  color: rgb(76 5 25 / 0.55);
}
.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}
.text-rose-950\/65 {
  color: rgb(76 5 25 / 0.65);
}
.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}
.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}
.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}
.text-rose-950\/85 {
  color: rgb(76 5 25 / 0.85);
}
.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}
.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15);
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35);
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45);
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55);
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65);
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85);
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}
.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}
.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}
.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}
.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}
.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}
.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}
.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}
.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}
.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}
.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}
.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}
.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}
.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}
.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}
.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}
.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}
.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}
.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15);
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35);
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}
.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}
.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}
.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}
.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}
.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}
.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}
.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}
.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15);
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35);
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}
.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}
.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}
.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}
.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}
.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}
.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}
.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}
.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}
.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}
.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}
.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}
.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}
.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}
.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}
.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}
.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15);
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35);
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}
.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}
.text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15);
}
.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35);
}
.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45);
}
.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55);
}
.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65);
}
.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85);
}
.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}
.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}
.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15);
}
.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35);
}
.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45);
}
.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55);
}
.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65);
}
.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85);
}
.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}
.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}
.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15);
}
.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35);
}
.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45);
}
.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55);
}
.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65);
}
.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85);
}
.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}
.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}
.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15);
}
.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35);
}
.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45);
}
.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55);
}
.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65);
}
.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85);
}
.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15);
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35);
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}
.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}
.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15);
}
.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35);
}
.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45);
}
.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55);
}
.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65);
}
.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85);
}
.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15);
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35);
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15);
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35);
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}
.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}
.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15);
}
.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35);
}
.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45);
}
.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55);
}
.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65);
}
.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85);
}
.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}
.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}
.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15);
}
.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35);
}
.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45);
}
.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55);
}
.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65);
}
.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85);
}
.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15);
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35);
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}
.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}
.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}
.text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15);
}
.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35);
}
.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45);
}
.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55);
}
.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65);
}
.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85);
}
.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15);
}
.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35);
}
.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45);
}
.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55);
}
.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65);
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85);
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15);
}
.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35);
}
.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45);
}
.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55);
}
.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65);
}
.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85);
}
.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15);
}
.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35);
}
.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45);
}
.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55);
}
.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65);
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85);
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15);
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35);
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}
.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}
.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}
.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}
.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}
.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}
.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15);
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35);
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15);
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35);
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15);
}
.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35);
}
.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45);
}
.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55);
}
.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65);
}
.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85);
}
.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15);
}
.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35);
}
.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45);
}
.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55);
}
.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65);
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85);
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15);
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35);
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}
.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15);
}
.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35);
}
.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45);
}
.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55);
}
.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65);
}
.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85);
}
.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}
.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}
.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15);
}
.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35);
}
.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45);
}
.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55);
}
.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65);
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85);
}
.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}
.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}
.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15);
}
.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35);
}
.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45);
}
.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55);
}
.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65);
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85);
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15);
}
.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35);
}
.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45);
}
.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55);
}
.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65);
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85);
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15);
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35);
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45);
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55);
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65);
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85);
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}
.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}
.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15);
}
.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35);
}
.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45);
}
.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55);
}
.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65);
}
.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85);
}
.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15);
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35);
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45);
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55);
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65);
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85);
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15);
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35);
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45);
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55);
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65);
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85);
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}
.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}
.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15);
}
.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35);
}
.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45);
}
.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55);
}
.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65);
}
.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85);
}
.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15);
}
.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35);
}
.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45);
}
.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55);
}
.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65);
}
.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85);
}
.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15);
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35);
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45);
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55);
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65);
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85);
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}
.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}
.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}
.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}
.text-violet-950\/15 {
  color: rgb(46 16 101 / 0.15);
}
.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}
.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}
.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}
.text-violet-950\/35 {
  color: rgb(46 16 101 / 0.35);
}
.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}
.text-violet-950\/45 {
  color: rgb(46 16 101 / 0.45);
}
.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}
.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}
.text-violet-950\/55 {
  color: rgb(46 16 101 / 0.55);
}
.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}
.text-violet-950\/65 {
  color: rgb(46 16 101 / 0.65);
}
.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}
.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}
.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}
.text-violet-950\/85 {
  color: rgb(46 16 101 / 0.85);
}
.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}
.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}
.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}
.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}
.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}
.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}
.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}
.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}
.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}
.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}
.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}
.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}
.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}
.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}
.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}
.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}
.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}
.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}
.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}
.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}
.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}
.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}
.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}
.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}
.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}
.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}
.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}
.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}
.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}
.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}
.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}
.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}
.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}
.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}
.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}
.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}
.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}
.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}
.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}
.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}
.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}
.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}
.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}
.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}
.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}
.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}
.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}
.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}
.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}
.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}
.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}
.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}
.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}
.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}
.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}
.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}
.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}
.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}
.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}
.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}
.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}
.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}
.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}
.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}
.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}
.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}
.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}
.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}
.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}
.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}
.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}
.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}
.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}
.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}
.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}
.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}
.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}
.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}
.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}
.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}
.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}
.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}
.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}
.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}
.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}
.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}
.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}
.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}
.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}
.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}
.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}
.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}
.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}
.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}
.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}
.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}
.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}
.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}
.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}
.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}
.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}
.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}
.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}
.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}
.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}
.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}
.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}
.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}
.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}
.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}
.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}
.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}
.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}
.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}
.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}
.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}
.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}
.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}
.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}
.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}
.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}
.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}
.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}
.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}
.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}
.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}
.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}
.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}
.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}
.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}
.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}
.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}
.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}
.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}
.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}
.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}
.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}
.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}
.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}
.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}
.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}
.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}
.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}
.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}
.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}
.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}
.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}
.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}
.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}
.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}
.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}
.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}
.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}
.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}
.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}
.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}
.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}
.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}
.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}
.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}
.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}
.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}
.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}
.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15);
}
.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}
.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}
.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}
.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35);
}
.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}
.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45);
}
.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}
.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}
.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55);
}
.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}
.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65);
}
.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}
.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}
.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}
.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85);
}
.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}
.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}
.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}
.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}
.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}
.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}
.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15);
}
.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}
.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}
.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}
.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35);
}
.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}
.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45);
}
.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}
.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}
.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55);
}
.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}
.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65);
}
.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}
.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}
.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}
.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85);
}
.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}
.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}
.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}
.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}
.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}
.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15);
}
.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}
.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}
.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}
.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35);
}
.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}
.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45);
}
.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}
.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}
.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55);
}
.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}
.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65);
}
.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}
.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}
.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}
.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85);
}
.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}
.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}
.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}
.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15);
}
.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35);
}
.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45);
}
.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55);
}
.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65);
}
.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85);
}
.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}
.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}
.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15);
}
.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35);
}
.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45);
}
.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55);
}
.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65);
}
.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85);
}
.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}
.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}
.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15);
}
.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35);
}
.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45);
}
.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55);
}
.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65);
}
.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85);
}
.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}
.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}
.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}
.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15);
}
.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}
.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}
.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}
.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35);
}
.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}
.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45);
}
.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}
.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}
.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55);
}
.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}
.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65);
}
.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}
.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}
.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}
.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85);
}
.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}
.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}
.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}
.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}
.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15);
}
.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}
.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}
.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}
.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35);
}
.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}
.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45);
}
.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}
.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}
.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55);
}
.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}
.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65);
}
.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}
.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}
.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}
.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85);
}
.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}
.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}
.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}
.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}
.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15);
}
.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}
.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}
.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}
.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35);
}
.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}
.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45);
}
.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}
.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}
.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55);
}
.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}
.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65);
}
.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}
.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}
.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}
.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85);
}
.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}
.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}
.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}
.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}
.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}
.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}
.text-zinc-950\/15 {
  color: rgb(9 9 11 / 0.15);
}
.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}
.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}
.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}
.text-zinc-950\/35 {
  color: rgb(9 9 11 / 0.35);
}
.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}
.text-zinc-950\/45 {
  color: rgb(9 9 11 / 0.45);
}
.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}
.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}
.text-zinc-950\/55 {
  color: rgb(9 9 11 / 0.55);
}
.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}
.text-zinc-950\/65 {
  color: rgb(9 9 11 / 0.65);
}
.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}
.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}
.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}
.text-zinc-950\/85 {
  color: rgb(9 9 11 / 0.85);
}
.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}
.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-fuchsia-100 {
  text-decoration-color: #fae8ff;
}
.decoration-fuchsia-100\/0 {
  text-decoration-color: rgb(250 232 255 / 0);
}
.decoration-fuchsia-100\/10 {
  text-decoration-color: rgb(250 232 255 / 0.1);
}
.decoration-fuchsia-100\/100 {
  text-decoration-color: rgb(250 232 255 / 1);
}
.decoration-fuchsia-100\/15 {
  text-decoration-color: rgb(250 232 255 / 0.15);
}
.decoration-fuchsia-100\/20 {
  text-decoration-color: rgb(250 232 255 / 0.2);
}
.decoration-fuchsia-100\/25 {
  text-decoration-color: rgb(250 232 255 / 0.25);
}
.decoration-fuchsia-100\/30 {
  text-decoration-color: rgb(250 232 255 / 0.3);
}
.decoration-fuchsia-100\/35 {
  text-decoration-color: rgb(250 232 255 / 0.35);
}
.decoration-fuchsia-100\/40 {
  text-decoration-color: rgb(250 232 255 / 0.4);
}
.decoration-fuchsia-100\/45 {
  text-decoration-color: rgb(250 232 255 / 0.45);
}
.decoration-fuchsia-100\/5 {
  text-decoration-color: rgb(250 232 255 / 0.05);
}
.decoration-fuchsia-100\/50 {
  text-decoration-color: rgb(250 232 255 / 0.5);
}
.decoration-fuchsia-100\/55 {
  text-decoration-color: rgb(250 232 255 / 0.55);
}
.decoration-fuchsia-100\/60 {
  text-decoration-color: rgb(250 232 255 / 0.6);
}
.decoration-fuchsia-100\/65 {
  text-decoration-color: rgb(250 232 255 / 0.65);
}
.decoration-fuchsia-100\/70 {
  text-decoration-color: rgb(250 232 255 / 0.7);
}
.decoration-fuchsia-100\/75 {
  text-decoration-color: rgb(250 232 255 / 0.75);
}
.decoration-fuchsia-100\/80 {
  text-decoration-color: rgb(250 232 255 / 0.8);
}
.decoration-fuchsia-100\/85 {
  text-decoration-color: rgb(250 232 255 / 0.85);
}
.decoration-fuchsia-100\/90 {
  text-decoration-color: rgb(250 232 255 / 0.9);
}
.decoration-fuchsia-100\/95 {
  text-decoration-color: rgb(250 232 255 / 0.95);
}
.decoration-fuchsia-200 {
  text-decoration-color: #f5d0fe;
}
.decoration-fuchsia-200\/0 {
  text-decoration-color: rgb(245 208 254 / 0);
}
.decoration-fuchsia-200\/10 {
  text-decoration-color: rgb(245 208 254 / 0.1);
}
.decoration-fuchsia-200\/100 {
  text-decoration-color: rgb(245 208 254 / 1);
}
.decoration-fuchsia-200\/15 {
  text-decoration-color: rgb(245 208 254 / 0.15);
}
.decoration-fuchsia-200\/20 {
  text-decoration-color: rgb(245 208 254 / 0.2);
}
.decoration-fuchsia-200\/25 {
  text-decoration-color: rgb(245 208 254 / 0.25);
}
.decoration-fuchsia-200\/30 {
  text-decoration-color: rgb(245 208 254 / 0.3);
}
.decoration-fuchsia-200\/35 {
  text-decoration-color: rgb(245 208 254 / 0.35);
}
.decoration-fuchsia-200\/40 {
  text-decoration-color: rgb(245 208 254 / 0.4);
}
.decoration-fuchsia-200\/45 {
  text-decoration-color: rgb(245 208 254 / 0.45);
}
.decoration-fuchsia-200\/5 {
  text-decoration-color: rgb(245 208 254 / 0.05);
}
.decoration-fuchsia-200\/50 {
  text-decoration-color: rgb(245 208 254 / 0.5);
}
.decoration-fuchsia-200\/55 {
  text-decoration-color: rgb(245 208 254 / 0.55);
}
.decoration-fuchsia-200\/60 {
  text-decoration-color: rgb(245 208 254 / 0.6);
}
.decoration-fuchsia-200\/65 {
  text-decoration-color: rgb(245 208 254 / 0.65);
}
.decoration-fuchsia-200\/70 {
  text-decoration-color: rgb(245 208 254 / 0.7);
}
.decoration-fuchsia-200\/75 {
  text-decoration-color: rgb(245 208 254 / 0.75);
}
.decoration-fuchsia-200\/80 {
  text-decoration-color: rgb(245 208 254 / 0.8);
}
.decoration-fuchsia-200\/85 {
  text-decoration-color: rgb(245 208 254 / 0.85);
}
.decoration-fuchsia-200\/90 {
  text-decoration-color: rgb(245 208 254 / 0.9);
}
.decoration-fuchsia-200\/95 {
  text-decoration-color: rgb(245 208 254 / 0.95);
}
.decoration-fuchsia-300 {
  text-decoration-color: #f0abfc;
}
.decoration-fuchsia-300\/0 {
  text-decoration-color: rgb(240 171 252 / 0);
}
.decoration-fuchsia-300\/10 {
  text-decoration-color: rgb(240 171 252 / 0.1);
}
.decoration-fuchsia-300\/100 {
  text-decoration-color: rgb(240 171 252 / 1);
}
.decoration-fuchsia-300\/15 {
  text-decoration-color: rgb(240 171 252 / 0.15);
}
.decoration-fuchsia-300\/20 {
  text-decoration-color: rgb(240 171 252 / 0.2);
}
.decoration-fuchsia-300\/25 {
  text-decoration-color: rgb(240 171 252 / 0.25);
}
.decoration-fuchsia-300\/30 {
  text-decoration-color: rgb(240 171 252 / 0.3);
}
.decoration-fuchsia-300\/35 {
  text-decoration-color: rgb(240 171 252 / 0.35);
}
.decoration-fuchsia-300\/40 {
  text-decoration-color: rgb(240 171 252 / 0.4);
}
.decoration-fuchsia-300\/45 {
  text-decoration-color: rgb(240 171 252 / 0.45);
}
.decoration-fuchsia-300\/5 {
  text-decoration-color: rgb(240 171 252 / 0.05);
}
.decoration-fuchsia-300\/50 {
  text-decoration-color: rgb(240 171 252 / 0.5);
}
.decoration-fuchsia-300\/55 {
  text-decoration-color: rgb(240 171 252 / 0.55);
}
.decoration-fuchsia-300\/60 {
  text-decoration-color: rgb(240 171 252 / 0.6);
}
.decoration-fuchsia-300\/65 {
  text-decoration-color: rgb(240 171 252 / 0.65);
}
.decoration-fuchsia-300\/70 {
  text-decoration-color: rgb(240 171 252 / 0.7);
}
.decoration-fuchsia-300\/75 {
  text-decoration-color: rgb(240 171 252 / 0.75);
}
.decoration-fuchsia-300\/80 {
  text-decoration-color: rgb(240 171 252 / 0.8);
}
.decoration-fuchsia-300\/85 {
  text-decoration-color: rgb(240 171 252 / 0.85);
}
.decoration-fuchsia-300\/90 {
  text-decoration-color: rgb(240 171 252 / 0.9);
}
.decoration-fuchsia-300\/95 {
  text-decoration-color: rgb(240 171 252 / 0.95);
}
.decoration-fuchsia-400 {
  text-decoration-color: #e879f9;
}
.decoration-fuchsia-400\/0 {
  text-decoration-color: rgb(232 121 249 / 0);
}
.decoration-fuchsia-400\/10 {
  text-decoration-color: rgb(232 121 249 / 0.1);
}
.decoration-fuchsia-400\/100 {
  text-decoration-color: rgb(232 121 249 / 1);
}
.decoration-fuchsia-400\/15 {
  text-decoration-color: rgb(232 121 249 / 0.15);
}
.decoration-fuchsia-400\/20 {
  text-decoration-color: rgb(232 121 249 / 0.2);
}
.decoration-fuchsia-400\/25 {
  text-decoration-color: rgb(232 121 249 / 0.25);
}
.decoration-fuchsia-400\/30 {
  text-decoration-color: rgb(232 121 249 / 0.3);
}
.decoration-fuchsia-400\/35 {
  text-decoration-color: rgb(232 121 249 / 0.35);
}
.decoration-fuchsia-400\/40 {
  text-decoration-color: rgb(232 121 249 / 0.4);
}
.decoration-fuchsia-400\/45 {
  text-decoration-color: rgb(232 121 249 / 0.45);
}
.decoration-fuchsia-400\/5 {
  text-decoration-color: rgb(232 121 249 / 0.05);
}
.decoration-fuchsia-400\/50 {
  text-decoration-color: rgb(232 121 249 / 0.5);
}
.decoration-fuchsia-400\/55 {
  text-decoration-color: rgb(232 121 249 / 0.55);
}
.decoration-fuchsia-400\/60 {
  text-decoration-color: rgb(232 121 249 / 0.6);
}
.decoration-fuchsia-400\/65 {
  text-decoration-color: rgb(232 121 249 / 0.65);
}
.decoration-fuchsia-400\/70 {
  text-decoration-color: rgb(232 121 249 / 0.7);
}
.decoration-fuchsia-400\/75 {
  text-decoration-color: rgb(232 121 249 / 0.75);
}
.decoration-fuchsia-400\/80 {
  text-decoration-color: rgb(232 121 249 / 0.8);
}
.decoration-fuchsia-400\/85 {
  text-decoration-color: rgb(232 121 249 / 0.85);
}
.decoration-fuchsia-400\/90 {
  text-decoration-color: rgb(232 121 249 / 0.9);
}
.decoration-fuchsia-400\/95 {
  text-decoration-color: rgb(232 121 249 / 0.95);
}
.decoration-fuchsia-50 {
  text-decoration-color: #fdf4ff;
}
.decoration-fuchsia-50\/0 {
  text-decoration-color: rgb(253 244 255 / 0);
}
.decoration-fuchsia-50\/10 {
  text-decoration-color: rgb(253 244 255 / 0.1);
}
.decoration-fuchsia-50\/100 {
  text-decoration-color: rgb(253 244 255 / 1);
}
.decoration-fuchsia-50\/15 {
  text-decoration-color: rgb(253 244 255 / 0.15);
}
.decoration-fuchsia-50\/20 {
  text-decoration-color: rgb(253 244 255 / 0.2);
}
.decoration-fuchsia-50\/25 {
  text-decoration-color: rgb(253 244 255 / 0.25);
}
.decoration-fuchsia-50\/30 {
  text-decoration-color: rgb(253 244 255 / 0.3);
}
.decoration-fuchsia-50\/35 {
  text-decoration-color: rgb(253 244 255 / 0.35);
}
.decoration-fuchsia-50\/40 {
  text-decoration-color: rgb(253 244 255 / 0.4);
}
.decoration-fuchsia-50\/45 {
  text-decoration-color: rgb(253 244 255 / 0.45);
}
.decoration-fuchsia-50\/5 {
  text-decoration-color: rgb(253 244 255 / 0.05);
}
.decoration-fuchsia-50\/50 {
  text-decoration-color: rgb(253 244 255 / 0.5);
}
.decoration-fuchsia-50\/55 {
  text-decoration-color: rgb(253 244 255 / 0.55);
}
.decoration-fuchsia-50\/60 {
  text-decoration-color: rgb(253 244 255 / 0.6);
}
.decoration-fuchsia-50\/65 {
  text-decoration-color: rgb(253 244 255 / 0.65);
}
.decoration-fuchsia-50\/70 {
  text-decoration-color: rgb(253 244 255 / 0.7);
}
.decoration-fuchsia-50\/75 {
  text-decoration-color: rgb(253 244 255 / 0.75);
}
.decoration-fuchsia-50\/80 {
  text-decoration-color: rgb(253 244 255 / 0.8);
}
.decoration-fuchsia-50\/85 {
  text-decoration-color: rgb(253 244 255 / 0.85);
}
.decoration-fuchsia-50\/90 {
  text-decoration-color: rgb(253 244 255 / 0.9);
}
.decoration-fuchsia-50\/95 {
  text-decoration-color: rgb(253 244 255 / 0.95);
}
.decoration-fuchsia-500 {
  text-decoration-color: #d946ef;
}
.decoration-fuchsia-500\/0 {
  text-decoration-color: rgb(217 70 239 / 0);
}
.decoration-fuchsia-500\/10 {
  text-decoration-color: rgb(217 70 239 / 0.1);
}
.decoration-fuchsia-500\/100 {
  text-decoration-color: rgb(217 70 239 / 1);
}
.decoration-fuchsia-500\/15 {
  text-decoration-color: rgb(217 70 239 / 0.15);
}
.decoration-fuchsia-500\/20 {
  text-decoration-color: rgb(217 70 239 / 0.2);
}
.decoration-fuchsia-500\/25 {
  text-decoration-color: rgb(217 70 239 / 0.25);
}
.decoration-fuchsia-500\/30 {
  text-decoration-color: rgb(217 70 239 / 0.3);
}
.decoration-fuchsia-500\/35 {
  text-decoration-color: rgb(217 70 239 / 0.35);
}
.decoration-fuchsia-500\/40 {
  text-decoration-color: rgb(217 70 239 / 0.4);
}
.decoration-fuchsia-500\/45 {
  text-decoration-color: rgb(217 70 239 / 0.45);
}
.decoration-fuchsia-500\/5 {
  text-decoration-color: rgb(217 70 239 / 0.05);
}
.decoration-fuchsia-500\/50 {
  text-decoration-color: rgb(217 70 239 / 0.5);
}
.decoration-fuchsia-500\/55 {
  text-decoration-color: rgb(217 70 239 / 0.55);
}
.decoration-fuchsia-500\/60 {
  text-decoration-color: rgb(217 70 239 / 0.6);
}
.decoration-fuchsia-500\/65 {
  text-decoration-color: rgb(217 70 239 / 0.65);
}
.decoration-fuchsia-500\/70 {
  text-decoration-color: rgb(217 70 239 / 0.7);
}
.decoration-fuchsia-500\/75 {
  text-decoration-color: rgb(217 70 239 / 0.75);
}
.decoration-fuchsia-500\/80 {
  text-decoration-color: rgb(217 70 239 / 0.8);
}
.decoration-fuchsia-500\/85 {
  text-decoration-color: rgb(217 70 239 / 0.85);
}
.decoration-fuchsia-500\/90 {
  text-decoration-color: rgb(217 70 239 / 0.9);
}
.decoration-fuchsia-500\/95 {
  text-decoration-color: rgb(217 70 239 / 0.95);
}
.decoration-fuchsia-600 {
  text-decoration-color: #c026d3;
}
.decoration-fuchsia-600\/0 {
  text-decoration-color: rgb(192 38 211 / 0);
}
.decoration-fuchsia-600\/10 {
  text-decoration-color: rgb(192 38 211 / 0.1);
}
.decoration-fuchsia-600\/100 {
  text-decoration-color: rgb(192 38 211 / 1);
}
.decoration-fuchsia-600\/15 {
  text-decoration-color: rgb(192 38 211 / 0.15);
}
.decoration-fuchsia-600\/20 {
  text-decoration-color: rgb(192 38 211 / 0.2);
}
.decoration-fuchsia-600\/25 {
  text-decoration-color: rgb(192 38 211 / 0.25);
}
.decoration-fuchsia-600\/30 {
  text-decoration-color: rgb(192 38 211 / 0.3);
}
.decoration-fuchsia-600\/35 {
  text-decoration-color: rgb(192 38 211 / 0.35);
}
.decoration-fuchsia-600\/40 {
  text-decoration-color: rgb(192 38 211 / 0.4);
}
.decoration-fuchsia-600\/45 {
  text-decoration-color: rgb(192 38 211 / 0.45);
}
.decoration-fuchsia-600\/5 {
  text-decoration-color: rgb(192 38 211 / 0.05);
}
.decoration-fuchsia-600\/50 {
  text-decoration-color: rgb(192 38 211 / 0.5);
}
.decoration-fuchsia-600\/55 {
  text-decoration-color: rgb(192 38 211 / 0.55);
}
.decoration-fuchsia-600\/60 {
  text-decoration-color: rgb(192 38 211 / 0.6);
}
.decoration-fuchsia-600\/65 {
  text-decoration-color: rgb(192 38 211 / 0.65);
}
.decoration-fuchsia-600\/70 {
  text-decoration-color: rgb(192 38 211 / 0.7);
}
.decoration-fuchsia-600\/75 {
  text-decoration-color: rgb(192 38 211 / 0.75);
}
.decoration-fuchsia-600\/80 {
  text-decoration-color: rgb(192 38 211 / 0.8);
}
.decoration-fuchsia-600\/85 {
  text-decoration-color: rgb(192 38 211 / 0.85);
}
.decoration-fuchsia-600\/90 {
  text-decoration-color: rgb(192 38 211 / 0.9);
}
.decoration-fuchsia-600\/95 {
  text-decoration-color: rgb(192 38 211 / 0.95);
}
.decoration-fuchsia-700 {
  text-decoration-color: #a21caf;
}
.decoration-fuchsia-700\/0 {
  text-decoration-color: rgb(162 28 175 / 0);
}
.decoration-fuchsia-700\/10 {
  text-decoration-color: rgb(162 28 175 / 0.1);
}
.decoration-fuchsia-700\/100 {
  text-decoration-color: rgb(162 28 175 / 1);
}
.decoration-fuchsia-700\/15 {
  text-decoration-color: rgb(162 28 175 / 0.15);
}
.decoration-fuchsia-700\/20 {
  text-decoration-color: rgb(162 28 175 / 0.2);
}
.decoration-fuchsia-700\/25 {
  text-decoration-color: rgb(162 28 175 / 0.25);
}
.decoration-fuchsia-700\/30 {
  text-decoration-color: rgb(162 28 175 / 0.3);
}
.decoration-fuchsia-700\/35 {
  text-decoration-color: rgb(162 28 175 / 0.35);
}
.decoration-fuchsia-700\/40 {
  text-decoration-color: rgb(162 28 175 / 0.4);
}
.decoration-fuchsia-700\/45 {
  text-decoration-color: rgb(162 28 175 / 0.45);
}
.decoration-fuchsia-700\/5 {
  text-decoration-color: rgb(162 28 175 / 0.05);
}
.decoration-fuchsia-700\/50 {
  text-decoration-color: rgb(162 28 175 / 0.5);
}
.decoration-fuchsia-700\/55 {
  text-decoration-color: rgb(162 28 175 / 0.55);
}
.decoration-fuchsia-700\/60 {
  text-decoration-color: rgb(162 28 175 / 0.6);
}
.decoration-fuchsia-700\/65 {
  text-decoration-color: rgb(162 28 175 / 0.65);
}
.decoration-fuchsia-700\/70 {
  text-decoration-color: rgb(162 28 175 / 0.7);
}
.decoration-fuchsia-700\/75 {
  text-decoration-color: rgb(162 28 175 / 0.75);
}
.decoration-fuchsia-700\/80 {
  text-decoration-color: rgb(162 28 175 / 0.8);
}
.decoration-fuchsia-700\/85 {
  text-decoration-color: rgb(162 28 175 / 0.85);
}
.decoration-fuchsia-700\/90 {
  text-decoration-color: rgb(162 28 175 / 0.9);
}
.decoration-fuchsia-700\/95 {
  text-decoration-color: rgb(162 28 175 / 0.95);
}
.decoration-fuchsia-800 {
  text-decoration-color: #86198f;
}
.decoration-fuchsia-800\/0 {
  text-decoration-color: rgb(134 25 143 / 0);
}
.decoration-fuchsia-800\/10 {
  text-decoration-color: rgb(134 25 143 / 0.1);
}
.decoration-fuchsia-800\/100 {
  text-decoration-color: rgb(134 25 143 / 1);
}
.decoration-fuchsia-800\/15 {
  text-decoration-color: rgb(134 25 143 / 0.15);
}
.decoration-fuchsia-800\/20 {
  text-decoration-color: rgb(134 25 143 / 0.2);
}
.decoration-fuchsia-800\/25 {
  text-decoration-color: rgb(134 25 143 / 0.25);
}
.decoration-fuchsia-800\/30 {
  text-decoration-color: rgb(134 25 143 / 0.3);
}
.decoration-fuchsia-800\/35 {
  text-decoration-color: rgb(134 25 143 / 0.35);
}
.decoration-fuchsia-800\/40 {
  text-decoration-color: rgb(134 25 143 / 0.4);
}
.decoration-fuchsia-800\/45 {
  text-decoration-color: rgb(134 25 143 / 0.45);
}
.decoration-fuchsia-800\/5 {
  text-decoration-color: rgb(134 25 143 / 0.05);
}
.decoration-fuchsia-800\/50 {
  text-decoration-color: rgb(134 25 143 / 0.5);
}
.decoration-fuchsia-800\/55 {
  text-decoration-color: rgb(134 25 143 / 0.55);
}
.decoration-fuchsia-800\/60 {
  text-decoration-color: rgb(134 25 143 / 0.6);
}
.decoration-fuchsia-800\/65 {
  text-decoration-color: rgb(134 25 143 / 0.65);
}
.decoration-fuchsia-800\/70 {
  text-decoration-color: rgb(134 25 143 / 0.7);
}
.decoration-fuchsia-800\/75 {
  text-decoration-color: rgb(134 25 143 / 0.75);
}
.decoration-fuchsia-800\/80 {
  text-decoration-color: rgb(134 25 143 / 0.8);
}
.decoration-fuchsia-800\/85 {
  text-decoration-color: rgb(134 25 143 / 0.85);
}
.decoration-fuchsia-800\/90 {
  text-decoration-color: rgb(134 25 143 / 0.9);
}
.decoration-fuchsia-800\/95 {
  text-decoration-color: rgb(134 25 143 / 0.95);
}
.decoration-fuchsia-900 {
  text-decoration-color: #701a75;
}
.decoration-fuchsia-900\/0 {
  text-decoration-color: rgb(112 26 117 / 0);
}
.decoration-fuchsia-900\/10 {
  text-decoration-color: rgb(112 26 117 / 0.1);
}
.decoration-fuchsia-900\/100 {
  text-decoration-color: rgb(112 26 117 / 1);
}
.decoration-fuchsia-900\/15 {
  text-decoration-color: rgb(112 26 117 / 0.15);
}
.decoration-fuchsia-900\/20 {
  text-decoration-color: rgb(112 26 117 / 0.2);
}
.decoration-fuchsia-900\/25 {
  text-decoration-color: rgb(112 26 117 / 0.25);
}
.decoration-fuchsia-900\/30 {
  text-decoration-color: rgb(112 26 117 / 0.3);
}
.decoration-fuchsia-900\/35 {
  text-decoration-color: rgb(112 26 117 / 0.35);
}
.decoration-fuchsia-900\/40 {
  text-decoration-color: rgb(112 26 117 / 0.4);
}
.decoration-fuchsia-900\/45 {
  text-decoration-color: rgb(112 26 117 / 0.45);
}
.decoration-fuchsia-900\/5 {
  text-decoration-color: rgb(112 26 117 / 0.05);
}
.decoration-fuchsia-900\/50 {
  text-decoration-color: rgb(112 26 117 / 0.5);
}
.decoration-fuchsia-900\/55 {
  text-decoration-color: rgb(112 26 117 / 0.55);
}
.decoration-fuchsia-900\/60 {
  text-decoration-color: rgb(112 26 117 / 0.6);
}
.decoration-fuchsia-900\/65 {
  text-decoration-color: rgb(112 26 117 / 0.65);
}
.decoration-fuchsia-900\/70 {
  text-decoration-color: rgb(112 26 117 / 0.7);
}
.decoration-fuchsia-900\/75 {
  text-decoration-color: rgb(112 26 117 / 0.75);
}
.decoration-fuchsia-900\/80 {
  text-decoration-color: rgb(112 26 117 / 0.8);
}
.decoration-fuchsia-900\/85 {
  text-decoration-color: rgb(112 26 117 / 0.85);
}
.decoration-fuchsia-900\/90 {
  text-decoration-color: rgb(112 26 117 / 0.9);
}
.decoration-fuchsia-900\/95 {
  text-decoration-color: rgb(112 26 117 / 0.95);
}
.decoration-fuchsia-950 {
  text-decoration-color: #4a044e;
}
.decoration-fuchsia-950\/0 {
  text-decoration-color: rgb(74 4 78 / 0);
}
.decoration-fuchsia-950\/10 {
  text-decoration-color: rgb(74 4 78 / 0.1);
}
.decoration-fuchsia-950\/100 {
  text-decoration-color: rgb(74 4 78 / 1);
}
.decoration-fuchsia-950\/15 {
  text-decoration-color: rgb(74 4 78 / 0.15);
}
.decoration-fuchsia-950\/20 {
  text-decoration-color: rgb(74 4 78 / 0.2);
}
.decoration-fuchsia-950\/25 {
  text-decoration-color: rgb(74 4 78 / 0.25);
}
.decoration-fuchsia-950\/30 {
  text-decoration-color: rgb(74 4 78 / 0.3);
}
.decoration-fuchsia-950\/35 {
  text-decoration-color: rgb(74 4 78 / 0.35);
}
.decoration-fuchsia-950\/40 {
  text-decoration-color: rgb(74 4 78 / 0.4);
}
.decoration-fuchsia-950\/45 {
  text-decoration-color: rgb(74 4 78 / 0.45);
}
.decoration-fuchsia-950\/5 {
  text-decoration-color: rgb(74 4 78 / 0.05);
}
.decoration-fuchsia-950\/50 {
  text-decoration-color: rgb(74 4 78 / 0.5);
}
.decoration-fuchsia-950\/55 {
  text-decoration-color: rgb(74 4 78 / 0.55);
}
.decoration-fuchsia-950\/60 {
  text-decoration-color: rgb(74 4 78 / 0.6);
}
.decoration-fuchsia-950\/65 {
  text-decoration-color: rgb(74 4 78 / 0.65);
}
.decoration-fuchsia-950\/70 {
  text-decoration-color: rgb(74 4 78 / 0.7);
}
.decoration-fuchsia-950\/75 {
  text-decoration-color: rgb(74 4 78 / 0.75);
}
.decoration-fuchsia-950\/80 {
  text-decoration-color: rgb(74 4 78 / 0.8);
}
.decoration-fuchsia-950\/85 {
  text-decoration-color: rgb(74 4 78 / 0.85);
}
.decoration-fuchsia-950\/90 {
  text-decoration-color: rgb(74 4 78 / 0.9);
}
.decoration-fuchsia-950\/95 {
  text-decoration-color: rgb(74 4 78 / 0.95);
}
.decoration-inherit {
  text-decoration-color: inherit;
}
.decoration-white {
  text-decoration-color: #fff;
}
.decoration-white\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-white\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-white\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-white\/15 {
  text-decoration-color: rgb(255 255 255 / 0.15);
}
.decoration-white\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-white\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-white\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-white\/35 {
  text-decoration-color: rgb(255 255 255 / 0.35);
}
.decoration-white\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-white\/45 {
  text-decoration-color: rgb(255 255 255 / 0.45);
}
.decoration-white\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-white\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-white\/55 {
  text-decoration-color: rgb(255 255 255 / 0.55);
}
.decoration-white\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-white\/65 {
  text-decoration-color: rgb(255 255 255 / 0.65);
}
.decoration-white\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-white\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-white\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-white\/85 {
  text-decoration-color: rgb(255 255 255 / 0.85);
}
.decoration-white\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-white\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}
.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0);
}
.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1);
}
.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1);
}
.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15);
}
.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2);
}
.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25);
}
.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3);
}
.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35);
}
.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}
.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45);
}
.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05);
}
.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5);
}
.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55);
}
.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}
.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65);
}
.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7);
}
.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75);
}
.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8);
}
.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85);
}
.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9);
}
.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95);
}
.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}
.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0);
}
.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1);
}
.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1);
}
.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15);
}
.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2);
}
.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25);
}
.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3);
}
.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35);
}
.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}
.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45);
}
.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05);
}
.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5);
}
.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55);
}
.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}
.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65);
}
.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7);
}
.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75);
}
.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8);
}
.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85);
}
.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9);
}
.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95);
}
.decoration-yellow-300 {
  text-decoration-color: #fde047;
}
.decoration-yellow-300\/0 {
  text-decoration-color: rgb(253 224 71 / 0);
}
.decoration-yellow-300\/10 {
  text-decoration-color: rgb(253 224 71 / 0.1);
}
.decoration-yellow-300\/100 {
  text-decoration-color: rgb(253 224 71 / 1);
}
.decoration-yellow-300\/15 {
  text-decoration-color: rgb(253 224 71 / 0.15);
}
.decoration-yellow-300\/20 {
  text-decoration-color: rgb(253 224 71 / 0.2);
}
.decoration-yellow-300\/25 {
  text-decoration-color: rgb(253 224 71 / 0.25);
}
.decoration-yellow-300\/30 {
  text-decoration-color: rgb(253 224 71 / 0.3);
}
.decoration-yellow-300\/35 {
  text-decoration-color: rgb(253 224 71 / 0.35);
}
.decoration-yellow-300\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4);
}
.decoration-yellow-300\/45 {
  text-decoration-color: rgb(253 224 71 / 0.45);
}
.decoration-yellow-300\/5 {
  text-decoration-color: rgb(253 224 71 / 0.05);
}
.decoration-yellow-300\/50 {
  text-decoration-color: rgb(253 224 71 / 0.5);
}
.decoration-yellow-300\/55 {
  text-decoration-color: rgb(253 224 71 / 0.55);
}
.decoration-yellow-300\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6);
}
.decoration-yellow-300\/65 {
  text-decoration-color: rgb(253 224 71 / 0.65);
}
.decoration-yellow-300\/70 {
  text-decoration-color: rgb(253 224 71 / 0.7);
}
.decoration-yellow-300\/75 {
  text-decoration-color: rgb(253 224 71 / 0.75);
}
.decoration-yellow-300\/80 {
  text-decoration-color: rgb(253 224 71 / 0.8);
}
.decoration-yellow-300\/85 {
  text-decoration-color: rgb(253 224 71 / 0.85);
}
.decoration-yellow-300\/90 {
  text-decoration-color: rgb(253 224 71 / 0.9);
}
.decoration-yellow-300\/95 {
  text-decoration-color: rgb(253 224 71 / 0.95);
}
.decoration-yellow-400 {
  text-decoration-color: #facc15;
}
.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0);
}
.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1);
}
.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1);
}
.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15);
}
.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2);
}
.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25);
}
.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3);
}
.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35);
}
.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}
.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45);
}
.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05);
}
.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5);
}
.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55);
}
.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}
.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65);
}
.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7);
}
.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75);
}
.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8);
}
.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85);
}
.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9);
}
.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95);
}
.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}
.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0);
}
.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1);
}
.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1);
}
.decoration-yellow-50\/15 {
  text-decoration-color: rgb(254 252 232 / 0.15);
}
.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2);
}
.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25);
}
.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3);
}
.decoration-yellow-50\/35 {
  text-decoration-color: rgb(254 252 232 / 0.35);
}
.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}
.decoration-yellow-50\/45 {
  text-decoration-color: rgb(254 252 232 / 0.45);
}
.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05);
}
.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5);
}
.decoration-yellow-50\/55 {
  text-decoration-color: rgb(254 252 232 / 0.55);
}
.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}
.decoration-yellow-50\/65 {
  text-decoration-color: rgb(254 252 232 / 0.65);
}
.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7);
}
.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75);
}
.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8);
}
.decoration-yellow-50\/85 {
  text-decoration-color: rgb(254 252 232 / 0.85);
}
.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9);
}
.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95);
}
.decoration-yellow-500 {
  text-decoration-color: #eab308;
}
.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0);
}
.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1);
}
.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1);
}
.decoration-yellow-500\/15 {
  text-decoration-color: rgb(234 179 8 / 0.15);
}
.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2);
}
.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25);
}
.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3);
}
.decoration-yellow-500\/35 {
  text-decoration-color: rgb(234 179 8 / 0.35);
}
.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}
.decoration-yellow-500\/45 {
  text-decoration-color: rgb(234 179 8 / 0.45);
}
.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05);
}
.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5);
}
.decoration-yellow-500\/55 {
  text-decoration-color: rgb(234 179 8 / 0.55);
}
.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}
.decoration-yellow-500\/65 {
  text-decoration-color: rgb(234 179 8 / 0.65);
}
.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7);
}
.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75);
}
.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8);
}
.decoration-yellow-500\/85 {
  text-decoration-color: rgb(234 179 8 / 0.85);
}
.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9);
}
.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95);
}
.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}
.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0);
}
.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1);
}
.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1);
}
.decoration-yellow-600\/15 {
  text-decoration-color: rgb(202 138 4 / 0.15);
}
.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2);
}
.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25);
}
.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3);
}
.decoration-yellow-600\/35 {
  text-decoration-color: rgb(202 138 4 / 0.35);
}
.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}
.decoration-yellow-600\/45 {
  text-decoration-color: rgb(202 138 4 / 0.45);
}
.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05);
}
.decoration-yellow-600\/50 {
  text-decoration-color: rgb(202 138 4 / 0.5);
}
.decoration-yellow-600\/55 {
  text-decoration-color: rgb(202 138 4 / 0.55);
}
.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}
.decoration-yellow-600\/65 {
  text-decoration-color: rgb(202 138 4 / 0.65);
}
.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7);
}
.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75);
}
.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8);
}
.decoration-yellow-600\/85 {
  text-decoration-color: rgb(202 138 4 / 0.85);
}
.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9);
}
.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95);
}
.decoration-yellow-700 {
  text-decoration-color: #a16207;
}
.decoration-yellow-700\/0 {
  text-decoration-color: rgb(161 98 7 / 0);
}
.decoration-yellow-700\/10 {
  text-decoration-color: rgb(161 98 7 / 0.1);
}
.decoration-yellow-700\/100 {
  text-decoration-color: rgb(161 98 7 / 1);
}
.decoration-yellow-700\/15 {
  text-decoration-color: rgb(161 98 7 / 0.15);
}
.decoration-yellow-700\/20 {
  text-decoration-color: rgb(161 98 7 / 0.2);
}
.decoration-yellow-700\/25 {
  text-decoration-color: rgb(161 98 7 / 0.25);
}
.decoration-yellow-700\/30 {
  text-decoration-color: rgb(161 98 7 / 0.3);
}
.decoration-yellow-700\/35 {
  text-decoration-color: rgb(161 98 7 / 0.35);
}
.decoration-yellow-700\/40 {
  text-decoration-color: rgb(161 98 7 / 0.4);
}
.decoration-yellow-700\/45 {
  text-decoration-color: rgb(161 98 7 / 0.45);
}
.decoration-yellow-700\/5 {
  text-decoration-color: rgb(161 98 7 / 0.05);
}
.decoration-yellow-700\/50 {
  text-decoration-color: rgb(161 98 7 / 0.5);
}
.decoration-yellow-700\/55 {
  text-decoration-color: rgb(161 98 7 / 0.55);
}
.decoration-yellow-700\/60 {
  text-decoration-color: rgb(161 98 7 / 0.6);
}
.decoration-yellow-700\/65 {
  text-decoration-color: rgb(161 98 7 / 0.65);
}
.decoration-yellow-700\/70 {
  text-decoration-color: rgb(161 98 7 / 0.7);
}
.decoration-yellow-700\/75 {
  text-decoration-color: rgb(161 98 7 / 0.75);
}
.decoration-yellow-700\/80 {
  text-decoration-color: rgb(161 98 7 / 0.8);
}
.decoration-yellow-700\/85 {
  text-decoration-color: rgb(161 98 7 / 0.85);
}
.decoration-yellow-700\/90 {
  text-decoration-color: rgb(161 98 7 / 0.9);
}
.decoration-yellow-700\/95 {
  text-decoration-color: rgb(161 98 7 / 0.95);
}
.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}
.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0);
}
.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1);
}
.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1);
}
.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15);
}
.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2);
}
.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25);
}
.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3);
}
.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35);
}
.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}
.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45);
}
.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05);
}
.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5);
}
.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55);
}
.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}
.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65);
}
.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7);
}
.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75);
}
.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8);
}
.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85);
}
.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9);
}
.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95);
}
.decoration-yellow-900 {
  text-decoration-color: #713f12;
}
.decoration-yellow-900\/0 {
  text-decoration-color: rgb(113 63 18 / 0);
}
.decoration-yellow-900\/10 {
  text-decoration-color: rgb(113 63 18 / 0.1);
}
.decoration-yellow-900\/100 {
  text-decoration-color: rgb(113 63 18 / 1);
}
.decoration-yellow-900\/15 {
  text-decoration-color: rgb(113 63 18 / 0.15);
}
.decoration-yellow-900\/20 {
  text-decoration-color: rgb(113 63 18 / 0.2);
}
.decoration-yellow-900\/25 {
  text-decoration-color: rgb(113 63 18 / 0.25);
}
.decoration-yellow-900\/30 {
  text-decoration-color: rgb(113 63 18 / 0.3);
}
.decoration-yellow-900\/35 {
  text-decoration-color: rgb(113 63 18 / 0.35);
}
.decoration-yellow-900\/40 {
  text-decoration-color: rgb(113 63 18 / 0.4);
}
.decoration-yellow-900\/45 {
  text-decoration-color: rgb(113 63 18 / 0.45);
}
.decoration-yellow-900\/5 {
  text-decoration-color: rgb(113 63 18 / 0.05);
}
.decoration-yellow-900\/50 {
  text-decoration-color: rgb(113 63 18 / 0.5);
}
.decoration-yellow-900\/55 {
  text-decoration-color: rgb(113 63 18 / 0.55);
}
.decoration-yellow-900\/60 {
  text-decoration-color: rgb(113 63 18 / 0.6);
}
.decoration-yellow-900\/65 {
  text-decoration-color: rgb(113 63 18 / 0.65);
}
.decoration-yellow-900\/70 {
  text-decoration-color: rgb(113 63 18 / 0.7);
}
.decoration-yellow-900\/75 {
  text-decoration-color: rgb(113 63 18 / 0.75);
}
.decoration-yellow-900\/80 {
  text-decoration-color: rgb(113 63 18 / 0.8);
}
.decoration-yellow-900\/85 {
  text-decoration-color: rgb(113 63 18 / 0.85);
}
.decoration-yellow-900\/90 {
  text-decoration-color: rgb(113 63 18 / 0.9);
}
.decoration-yellow-900\/95 {
  text-decoration-color: rgb(113 63 18 / 0.95);
}
.decoration-yellow-950 {
  text-decoration-color: #422006;
}
.decoration-yellow-950\/0 {
  text-decoration-color: rgb(66 32 6 / 0);
}
.decoration-yellow-950\/10 {
  text-decoration-color: rgb(66 32 6 / 0.1);
}
.decoration-yellow-950\/100 {
  text-decoration-color: rgb(66 32 6 / 1);
}
.decoration-yellow-950\/15 {
  text-decoration-color: rgb(66 32 6 / 0.15);
}
.decoration-yellow-950\/20 {
  text-decoration-color: rgb(66 32 6 / 0.2);
}
.decoration-yellow-950\/25 {
  text-decoration-color: rgb(66 32 6 / 0.25);
}
.decoration-yellow-950\/30 {
  text-decoration-color: rgb(66 32 6 / 0.3);
}
.decoration-yellow-950\/35 {
  text-decoration-color: rgb(66 32 6 / 0.35);
}
.decoration-yellow-950\/40 {
  text-decoration-color: rgb(66 32 6 / 0.4);
}
.decoration-yellow-950\/45 {
  text-decoration-color: rgb(66 32 6 / 0.45);
}
.decoration-yellow-950\/5 {
  text-decoration-color: rgb(66 32 6 / 0.05);
}
.decoration-yellow-950\/50 {
  text-decoration-color: rgb(66 32 6 / 0.5);
}
.decoration-yellow-950\/55 {
  text-decoration-color: rgb(66 32 6 / 0.55);
}
.decoration-yellow-950\/60 {
  text-decoration-color: rgb(66 32 6 / 0.6);
}
.decoration-yellow-950\/65 {
  text-decoration-color: rgb(66 32 6 / 0.65);
}
.decoration-yellow-950\/70 {
  text-decoration-color: rgb(66 32 6 / 0.7);
}
.decoration-yellow-950\/75 {
  text-decoration-color: rgb(66 32 6 / 0.75);
}
.decoration-yellow-950\/80 {
  text-decoration-color: rgb(66 32 6 / 0.8);
}
.decoration-yellow-950\/85 {
  text-decoration-color: rgb(66 32 6 / 0.85);
}
.decoration-yellow-950\/90 {
  text-decoration-color: rgb(66 32 6 / 0.9);
}
.decoration-yellow-950\/95 {
  text-decoration-color: rgb(66 32 6 / 0.95);
}
.decoration-dashed {
  text-decoration-style: dashed;
}
.decoration-wavy {
  text-decoration-style: wavy;
}
.decoration-from-font {
  text-decoration-thickness: from-font;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-amber-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-100\/0::placeholder {
  color: rgb(254 243 199 / 0);
}
.placeholder-amber-100\/10::placeholder {
  color: rgb(254 243 199 / 0.1);
}
.placeholder-amber-100\/100::placeholder {
  color: rgb(254 243 199 / 1);
}
.placeholder-amber-100\/15::placeholder {
  color: rgb(254 243 199 / 0.15);
}
.placeholder-amber-100\/20::placeholder {
  color: rgb(254 243 199 / 0.2);
}
.placeholder-amber-100\/25::placeholder {
  color: rgb(254 243 199 / 0.25);
}
.placeholder-amber-100\/30::placeholder {
  color: rgb(254 243 199 / 0.3);
}
.placeholder-amber-100\/35::placeholder {
  color: rgb(254 243 199 / 0.35);
}
.placeholder-amber-100\/40::placeholder {
  color: rgb(254 243 199 / 0.4);
}
.placeholder-amber-100\/45::placeholder {
  color: rgb(254 243 199 / 0.45);
}
.placeholder-amber-100\/5::placeholder {
  color: rgb(254 243 199 / 0.05);
}
.placeholder-amber-100\/50::placeholder {
  color: rgb(254 243 199 / 0.5);
}
.placeholder-amber-100\/55::placeholder {
  color: rgb(254 243 199 / 0.55);
}
.placeholder-amber-100\/60::placeholder {
  color: rgb(254 243 199 / 0.6);
}
.placeholder-amber-100\/65::placeholder {
  color: rgb(254 243 199 / 0.65);
}
.placeholder-amber-100\/70::placeholder {
  color: rgb(254 243 199 / 0.7);
}
.placeholder-amber-100\/75::placeholder {
  color: rgb(254 243 199 / 0.75);
}
.placeholder-amber-100\/80::placeholder {
  color: rgb(254 243 199 / 0.8);
}
.placeholder-amber-100\/85::placeholder {
  color: rgb(254 243 199 / 0.85);
}
.placeholder-amber-100\/90::placeholder {
  color: rgb(254 243 199 / 0.9);
}
.placeholder-amber-100\/95::placeholder {
  color: rgb(254 243 199 / 0.95);
}
.placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-200\/0::placeholder {
  color: rgb(253 230 138 / 0);
}
.placeholder-amber-200\/10::placeholder {
  color: rgb(253 230 138 / 0.1);
}
.placeholder-amber-200\/100::placeholder {
  color: rgb(253 230 138 / 1);
}
.placeholder-amber-200\/15::placeholder {
  color: rgb(253 230 138 / 0.15);
}
.placeholder-amber-200\/20::placeholder {
  color: rgb(253 230 138 / 0.2);
}
.placeholder-amber-200\/25::placeholder {
  color: rgb(253 230 138 / 0.25);
}
.placeholder-amber-200\/30::placeholder {
  color: rgb(253 230 138 / 0.3);
}
.placeholder-amber-200\/35::placeholder {
  color: rgb(253 230 138 / 0.35);
}
.placeholder-amber-200\/40::placeholder {
  color: rgb(253 230 138 / 0.4);
}
.placeholder-amber-200\/45::placeholder {
  color: rgb(253 230 138 / 0.45);
}
.placeholder-amber-200\/5::placeholder {
  color: rgb(253 230 138 / 0.05);
}
.placeholder-amber-200\/50::placeholder {
  color: rgb(253 230 138 / 0.5);
}
.placeholder-amber-200\/55::placeholder {
  color: rgb(253 230 138 / 0.55);
}
.placeholder-amber-200\/60::placeholder {
  color: rgb(253 230 138 / 0.6);
}
.placeholder-amber-200\/65::placeholder {
  color: rgb(253 230 138 / 0.65);
}
.placeholder-amber-200\/70::placeholder {
  color: rgb(253 230 138 / 0.7);
}
.placeholder-amber-200\/75::placeholder {
  color: rgb(253 230 138 / 0.75);
}
.placeholder-amber-200\/80::placeholder {
  color: rgb(253 230 138 / 0.8);
}
.placeholder-amber-200\/85::placeholder {
  color: rgb(253 230 138 / 0.85);
}
.placeholder-amber-200\/90::placeholder {
  color: rgb(253 230 138 / 0.9);
}
.placeholder-amber-200\/95::placeholder {
  color: rgb(253 230 138 / 0.95);
}
.placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-300\/0::placeholder {
  color: rgb(252 211 77 / 0);
}
.placeholder-amber-300\/10::placeholder {
  color: rgb(252 211 77 / 0.1);
}
.placeholder-amber-300\/100::placeholder {
  color: rgb(252 211 77 / 1);
}
.placeholder-amber-300\/15::placeholder {
  color: rgb(252 211 77 / 0.15);
}
.placeholder-amber-300\/20::placeholder {
  color: rgb(252 211 77 / 0.2);
}
.placeholder-amber-300\/25::placeholder {
  color: rgb(252 211 77 / 0.25);
}
.placeholder-amber-300\/30::placeholder {
  color: rgb(252 211 77 / 0.3);
}
.placeholder-amber-300\/35::placeholder {
  color: rgb(252 211 77 / 0.35);
}
.placeholder-amber-300\/40::placeholder {
  color: rgb(252 211 77 / 0.4);
}
.placeholder-amber-300\/45::placeholder {
  color: rgb(252 211 77 / 0.45);
}
.placeholder-amber-300\/5::placeholder {
  color: rgb(252 211 77 / 0.05);
}
.placeholder-amber-300\/50::placeholder {
  color: rgb(252 211 77 / 0.5);
}
.placeholder-amber-300\/55::placeholder {
  color: rgb(252 211 77 / 0.55);
}
.placeholder-amber-300\/60::placeholder {
  color: rgb(252 211 77 / 0.6);
}
.placeholder-amber-300\/65::placeholder {
  color: rgb(252 211 77 / 0.65);
}
.placeholder-amber-300\/70::placeholder {
  color: rgb(252 211 77 / 0.7);
}
.placeholder-amber-300\/75::placeholder {
  color: rgb(252 211 77 / 0.75);
}
.placeholder-amber-300\/80::placeholder {
  color: rgb(252 211 77 / 0.8);
}
.placeholder-amber-300\/85::placeholder {
  color: rgb(252 211 77 / 0.85);
}
.placeholder-amber-300\/90::placeholder {
  color: rgb(252 211 77 / 0.9);
}
.placeholder-amber-300\/95::placeholder {
  color: rgb(252 211 77 / 0.95);
}
.placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-400\/0::placeholder {
  color: rgb(251 191 36 / 0);
}
.placeholder-amber-400\/10::placeholder {
  color: rgb(251 191 36 / 0.1);
}
.placeholder-amber-400\/100::placeholder {
  color: rgb(251 191 36 / 1);
}
.placeholder-amber-400\/15::placeholder {
  color: rgb(251 191 36 / 0.15);
}
.placeholder-amber-400\/20::placeholder {
  color: rgb(251 191 36 / 0.2);
}
.placeholder-amber-400\/25::placeholder {
  color: rgb(251 191 36 / 0.25);
}
.placeholder-amber-400\/30::placeholder {
  color: rgb(251 191 36 / 0.3);
}
.placeholder-amber-400\/35::placeholder {
  color: rgb(251 191 36 / 0.35);
}
.placeholder-amber-400\/40::placeholder {
  color: rgb(251 191 36 / 0.4);
}
.placeholder-amber-400\/45::placeholder {
  color: rgb(251 191 36 / 0.45);
}
.placeholder-amber-400\/5::placeholder {
  color: rgb(251 191 36 / 0.05);
}
.placeholder-amber-400\/50::placeholder {
  color: rgb(251 191 36 / 0.5);
}
.placeholder-amber-400\/55::placeholder {
  color: rgb(251 191 36 / 0.55);
}
.placeholder-amber-400\/60::placeholder {
  color: rgb(251 191 36 / 0.6);
}
.placeholder-amber-400\/65::placeholder {
  color: rgb(251 191 36 / 0.65);
}
.placeholder-amber-400\/70::placeholder {
  color: rgb(251 191 36 / 0.7);
}
.placeholder-amber-400\/75::placeholder {
  color: rgb(251 191 36 / 0.75);
}
.placeholder-amber-400\/80::placeholder {
  color: rgb(251 191 36 / 0.8);
}
.placeholder-amber-400\/85::placeholder {
  color: rgb(251 191 36 / 0.85);
}
.placeholder-amber-400\/90::placeholder {
  color: rgb(251 191 36 / 0.9);
}
.placeholder-amber-400\/95::placeholder {
  color: rgb(251 191 36 / 0.95);
}
.placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-50\/0::placeholder {
  color: rgb(255 251 235 / 0);
}
.placeholder-amber-50\/10::placeholder {
  color: rgb(255 251 235 / 0.1);
}
.placeholder-amber-50\/100::placeholder {
  color: rgb(255 251 235 / 1);
}
.placeholder-amber-50\/15::placeholder {
  color: rgb(255 251 235 / 0.15);
}
.placeholder-amber-50\/20::placeholder {
  color: rgb(255 251 235 / 0.2);
}
.placeholder-amber-50\/25::placeholder {
  color: rgb(255 251 235 / 0.25);
}
.placeholder-amber-50\/30::placeholder {
  color: rgb(255 251 235 / 0.3);
}
.placeholder-amber-50\/35::placeholder {
  color: rgb(255 251 235 / 0.35);
}
.placeholder-amber-50\/40::placeholder {
  color: rgb(255 251 235 / 0.4);
}
.placeholder-amber-50\/45::placeholder {
  color: rgb(255 251 235 / 0.45);
}
.placeholder-amber-50\/5::placeholder {
  color: rgb(255 251 235 / 0.05);
}
.placeholder-amber-50\/50::placeholder {
  color: rgb(255 251 235 / 0.5);
}
.placeholder-amber-50\/55::placeholder {
  color: rgb(255 251 235 / 0.55);
}
.placeholder-amber-50\/60::placeholder {
  color: rgb(255 251 235 / 0.6);
}
.placeholder-amber-50\/65::placeholder {
  color: rgb(255 251 235 / 0.65);
}
.placeholder-amber-50\/70::placeholder {
  color: rgb(255 251 235 / 0.7);
}
.placeholder-amber-50\/75::placeholder {
  color: rgb(255 251 235 / 0.75);
}
.placeholder-amber-50\/80::placeholder {
  color: rgb(255 251 235 / 0.8);
}
.placeholder-amber-50\/85::placeholder {
  color: rgb(255 251 235 / 0.85);
}
.placeholder-amber-50\/90::placeholder {
  color: rgb(255 251 235 / 0.9);
}
.placeholder-amber-50\/95::placeholder {
  color: rgb(255 251 235 / 0.95);
}
.placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-500\/0::placeholder {
  color: rgb(245 158 11 / 0);
}
.placeholder-amber-500\/10::placeholder {
  color: rgb(245 158 11 / 0.1);
}
.placeholder-amber-500\/100::placeholder {
  color: rgb(245 158 11 / 1);
}
.placeholder-amber-500\/15::placeholder {
  color: rgb(245 158 11 / 0.15);
}
.placeholder-amber-500\/20::placeholder {
  color: rgb(245 158 11 / 0.2);
}
.placeholder-amber-500\/25::placeholder {
  color: rgb(245 158 11 / 0.25);
}
.placeholder-amber-500\/30::placeholder {
  color: rgb(245 158 11 / 0.3);
}
.placeholder-amber-500\/35::placeholder {
  color: rgb(245 158 11 / 0.35);
}
.placeholder-amber-500\/40::placeholder {
  color: rgb(245 158 11 / 0.4);
}
.placeholder-amber-500\/45::placeholder {
  color: rgb(245 158 11 / 0.45);
}
.placeholder-amber-500\/5::placeholder {
  color: rgb(245 158 11 / 0.05);
}
.placeholder-amber-500\/50::placeholder {
  color: rgb(245 158 11 / 0.5);
}
.placeholder-amber-500\/55::placeholder {
  color: rgb(245 158 11 / 0.55);
}
.placeholder-amber-500\/60::placeholder {
  color: rgb(245 158 11 / 0.6);
}
.placeholder-amber-500\/65::placeholder {
  color: rgb(245 158 11 / 0.65);
}
.placeholder-amber-500\/70::placeholder {
  color: rgb(245 158 11 / 0.7);
}
.placeholder-amber-500\/75::placeholder {
  color: rgb(245 158 11 / 0.75);
}
.placeholder-amber-500\/80::placeholder {
  color: rgb(245 158 11 / 0.8);
}
.placeholder-amber-500\/85::placeholder {
  color: rgb(245 158 11 / 0.85);
}
.placeholder-amber-500\/90::placeholder {
  color: rgb(245 158 11 / 0.9);
}
.placeholder-amber-500\/95::placeholder {
  color: rgb(245 158 11 / 0.95);
}
.placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-600\/0::placeholder {
  color: rgb(217 119 6 / 0);
}
.placeholder-amber-600\/10::placeholder {
  color: rgb(217 119 6 / 0.1);
}
.placeholder-amber-600\/100::placeholder {
  color: rgb(217 119 6 / 1);
}
.placeholder-amber-600\/15::placeholder {
  color: rgb(217 119 6 / 0.15);
}
.placeholder-amber-600\/20::placeholder {
  color: rgb(217 119 6 / 0.2);
}
.placeholder-amber-600\/25::placeholder {
  color: rgb(217 119 6 / 0.25);
}
.placeholder-amber-600\/30::placeholder {
  color: rgb(217 119 6 / 0.3);
}
.placeholder-amber-600\/35::placeholder {
  color: rgb(217 119 6 / 0.35);
}
.placeholder-amber-600\/40::placeholder {
  color: rgb(217 119 6 / 0.4);
}
.placeholder-amber-600\/45::placeholder {
  color: rgb(217 119 6 / 0.45);
}
.placeholder-amber-600\/5::placeholder {
  color: rgb(217 119 6 / 0.05);
}
.placeholder-amber-600\/50::placeholder {
  color: rgb(217 119 6 / 0.5);
}
.placeholder-amber-600\/55::placeholder {
  color: rgb(217 119 6 / 0.55);
}
.placeholder-amber-600\/60::placeholder {
  color: rgb(217 119 6 / 0.6);
}
.placeholder-amber-600\/65::placeholder {
  color: rgb(217 119 6 / 0.65);
}
.placeholder-amber-600\/70::placeholder {
  color: rgb(217 119 6 / 0.7);
}
.placeholder-amber-600\/75::placeholder {
  color: rgb(217 119 6 / 0.75);
}
.placeholder-amber-600\/80::placeholder {
  color: rgb(217 119 6 / 0.8);
}
.placeholder-amber-600\/85::placeholder {
  color: rgb(217 119 6 / 0.85);
}
.placeholder-amber-600\/90::placeholder {
  color: rgb(217 119 6 / 0.9);
}
.placeholder-amber-600\/95::placeholder {
  color: rgb(217 119 6 / 0.95);
}
.placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-700\/0::placeholder {
  color: rgb(180 83 9 / 0);
}
.placeholder-amber-700\/10::placeholder {
  color: rgb(180 83 9 / 0.1);
}
.placeholder-amber-700\/100::placeholder {
  color: rgb(180 83 9 / 1);
}
.placeholder-amber-700\/15::placeholder {
  color: rgb(180 83 9 / 0.15);
}
.placeholder-amber-700\/20::placeholder {
  color: rgb(180 83 9 / 0.2);
}
.placeholder-amber-700\/25::placeholder {
  color: rgb(180 83 9 / 0.25);
}
.placeholder-amber-700\/30::placeholder {
  color: rgb(180 83 9 / 0.3);
}
.placeholder-amber-700\/35::placeholder {
  color: rgb(180 83 9 / 0.35);
}
.placeholder-amber-700\/40::placeholder {
  color: rgb(180 83 9 / 0.4);
}
.placeholder-amber-700\/45::placeholder {
  color: rgb(180 83 9 / 0.45);
}
.placeholder-amber-700\/5::placeholder {
  color: rgb(180 83 9 / 0.05);
}
.placeholder-amber-700\/50::placeholder {
  color: rgb(180 83 9 / 0.5);
}
.placeholder-amber-700\/55::placeholder {
  color: rgb(180 83 9 / 0.55);
}
.placeholder-amber-700\/60::placeholder {
  color: rgb(180 83 9 / 0.6);
}
.placeholder-amber-700\/65::placeholder {
  color: rgb(180 83 9 / 0.65);
}
.placeholder-amber-700\/70::placeholder {
  color: rgb(180 83 9 / 0.7);
}
.placeholder-amber-700\/75::placeholder {
  color: rgb(180 83 9 / 0.75);
}
.placeholder-amber-700\/80::placeholder {
  color: rgb(180 83 9 / 0.8);
}
.placeholder-amber-700\/85::placeholder {
  color: rgb(180 83 9 / 0.85);
}
.placeholder-amber-700\/90::placeholder {
  color: rgb(180 83 9 / 0.9);
}
.placeholder-amber-700\/95::placeholder {
  color: rgb(180 83 9 / 0.95);
}
.placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-800\/0::placeholder {
  color: rgb(146 64 14 / 0);
}
.placeholder-amber-800\/10::placeholder {
  color: rgb(146 64 14 / 0.1);
}
.placeholder-amber-800\/100::placeholder {
  color: rgb(146 64 14 / 1);
}
.placeholder-amber-800\/15::placeholder {
  color: rgb(146 64 14 / 0.15);
}
.placeholder-amber-800\/20::placeholder {
  color: rgb(146 64 14 / 0.2);
}
.placeholder-amber-800\/25::placeholder {
  color: rgb(146 64 14 / 0.25);
}
.placeholder-amber-800\/30::placeholder {
  color: rgb(146 64 14 / 0.3);
}
.placeholder-amber-800\/35::placeholder {
  color: rgb(146 64 14 / 0.35);
}
.placeholder-amber-800\/40::placeholder {
  color: rgb(146 64 14 / 0.4);
}
.placeholder-amber-800\/45::placeholder {
  color: rgb(146 64 14 / 0.45);
}
.placeholder-amber-800\/5::placeholder {
  color: rgb(146 64 14 / 0.05);
}
.placeholder-amber-800\/50::placeholder {
  color: rgb(146 64 14 / 0.5);
}
.placeholder-amber-800\/55::placeholder {
  color: rgb(146 64 14 / 0.55);
}
.placeholder-amber-800\/60::placeholder {
  color: rgb(146 64 14 / 0.6);
}
.placeholder-amber-800\/65::placeholder {
  color: rgb(146 64 14 / 0.65);
}
.placeholder-amber-800\/70::placeholder {
  color: rgb(146 64 14 / 0.7);
}
.placeholder-amber-800\/75::placeholder {
  color: rgb(146 64 14 / 0.75);
}
.placeholder-amber-800\/80::placeholder {
  color: rgb(146 64 14 / 0.8);
}
.placeholder-amber-800\/85::placeholder {
  color: rgb(146 64 14 / 0.85);
}
.placeholder-amber-800\/90::placeholder {
  color: rgb(146 64 14 / 0.9);
}
.placeholder-amber-800\/95::placeholder {
  color: rgb(146 64 14 / 0.95);
}
.placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-900\/0::placeholder {
  color: rgb(120 53 15 / 0);
}
.placeholder-amber-900\/10::placeholder {
  color: rgb(120 53 15 / 0.1);
}
.placeholder-amber-900\/100::placeholder {
  color: rgb(120 53 15 / 1);
}
.placeholder-amber-900\/15::placeholder {
  color: rgb(120 53 15 / 0.15);
}
.placeholder-amber-900\/20::placeholder {
  color: rgb(120 53 15 / 0.2);
}
.placeholder-amber-900\/25::placeholder {
  color: rgb(120 53 15 / 0.25);
}
.placeholder-amber-900\/30::placeholder {
  color: rgb(120 53 15 / 0.3);
}
.placeholder-amber-900\/35::placeholder {
  color: rgb(120 53 15 / 0.35);
}
.placeholder-amber-900\/40::placeholder {
  color: rgb(120 53 15 / 0.4);
}
.placeholder-amber-900\/45::placeholder {
  color: rgb(120 53 15 / 0.45);
}
.placeholder-amber-900\/5::placeholder {
  color: rgb(120 53 15 / 0.05);
}
.placeholder-amber-900\/50::placeholder {
  color: rgb(120 53 15 / 0.5);
}
.placeholder-amber-900\/55::placeholder {
  color: rgb(120 53 15 / 0.55);
}
.placeholder-amber-900\/60::placeholder {
  color: rgb(120 53 15 / 0.6);
}
.placeholder-amber-900\/65::placeholder {
  color: rgb(120 53 15 / 0.65);
}
.placeholder-amber-900\/70::placeholder {
  color: rgb(120 53 15 / 0.7);
}
.placeholder-amber-900\/75::placeholder {
  color: rgb(120 53 15 / 0.75);
}
.placeholder-amber-900\/80::placeholder {
  color: rgb(120 53 15 / 0.8);
}
.placeholder-amber-900\/85::placeholder {
  color: rgb(120 53 15 / 0.85);
}
.placeholder-amber-900\/90::placeholder {
  color: rgb(120 53 15 / 0.9);
}
.placeholder-amber-900\/95::placeholder {
  color: rgb(120 53 15 / 0.95);
}
.placeholder-amber-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}
.placeholder-amber-950\/0::placeholder {
  color: rgb(69 26 3 / 0);
}
.placeholder-amber-950\/10::placeholder {
  color: rgb(69 26 3 / 0.1);
}
.placeholder-amber-950\/100::placeholder {
  color: rgb(69 26 3 / 1);
}
.placeholder-amber-950\/15::placeholder {
  color: rgb(69 26 3 / 0.15);
}
.placeholder-amber-950\/20::placeholder {
  color: rgb(69 26 3 / 0.2);
}
.placeholder-amber-950\/25::placeholder {
  color: rgb(69 26 3 / 0.25);
}
.placeholder-amber-950\/30::placeholder {
  color: rgb(69 26 3 / 0.3);
}
.placeholder-amber-950\/35::placeholder {
  color: rgb(69 26 3 / 0.35);
}
.placeholder-amber-950\/40::placeholder {
  color: rgb(69 26 3 / 0.4);
}
.placeholder-amber-950\/45::placeholder {
  color: rgb(69 26 3 / 0.45);
}
.placeholder-amber-950\/5::placeholder {
  color: rgb(69 26 3 / 0.05);
}
.placeholder-amber-950\/50::placeholder {
  color: rgb(69 26 3 / 0.5);
}
.placeholder-amber-950\/55::placeholder {
  color: rgb(69 26 3 / 0.55);
}
.placeholder-amber-950\/60::placeholder {
  color: rgb(69 26 3 / 0.6);
}
.placeholder-amber-950\/65::placeholder {
  color: rgb(69 26 3 / 0.65);
}
.placeholder-amber-950\/70::placeholder {
  color: rgb(69 26 3 / 0.7);
}
.placeholder-amber-950\/75::placeholder {
  color: rgb(69 26 3 / 0.75);
}
.placeholder-amber-950\/80::placeholder {
  color: rgb(69 26 3 / 0.8);
}
.placeholder-amber-950\/85::placeholder {
  color: rgb(69 26 3 / 0.85);
}
.placeholder-amber-950\/90::placeholder {
  color: rgb(69 26 3 / 0.9);
}
.placeholder-amber-950\/95::placeholder {
  color: rgb(69 26 3 / 0.95);
}
.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.placeholder-black\/0::placeholder {
  color: rgb(0 0 0 / 0);
}
.placeholder-black\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}
.placeholder-black\/100::placeholder {
  color: rgb(0 0 0 / 1);
}
.placeholder-black\/15::placeholder {
  color: rgb(0 0 0 / 0.15);
}
.placeholder-black\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}
.placeholder-black\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}
.placeholder-black\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}
.placeholder-black\/35::placeholder {
  color: rgb(0 0 0 / 0.35);
}
.placeholder-black\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}
.placeholder-black\/45::placeholder {
  color: rgb(0 0 0 / 0.45);
}
.placeholder-black\/5::placeholder {
  color: rgb(0 0 0 / 0.05);
}
.placeholder-black\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}
.placeholder-black\/55::placeholder {
  color: rgb(0 0 0 / 0.55);
}
.placeholder-black\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}
.placeholder-black\/65::placeholder {
  color: rgb(0 0 0 / 0.65);
}
.placeholder-black\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}
.placeholder-black\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}
.placeholder-black\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}
.placeholder-black\/85::placeholder {
  color: rgb(0 0 0 / 0.85);
}
.placeholder-black\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}
.placeholder-black\/95::placeholder {
  color: rgb(0 0 0 / 0.95);
}
.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-100\/0::placeholder {
  color: rgb(219 234 254 / 0);
}
.placeholder-blue-100\/10::placeholder {
  color: rgb(219 234 254 / 0.1);
}
.placeholder-blue-100\/100::placeholder {
  color: rgb(219 234 254 / 1);
}
.placeholder-blue-100\/15::placeholder {
  color: rgb(219 234 254 / 0.15);
}
.placeholder-blue-100\/20::placeholder {
  color: rgb(219 234 254 / 0.2);
}
.placeholder-blue-100\/25::placeholder {
  color: rgb(219 234 254 / 0.25);
}
.placeholder-blue-100\/30::placeholder {
  color: rgb(219 234 254 / 0.3);
}
.placeholder-blue-100\/35::placeholder {
  color: rgb(219 234 254 / 0.35);
}
.placeholder-blue-100\/40::placeholder {
  color: rgb(219 234 254 / 0.4);
}
.placeholder-blue-100\/45::placeholder {
  color: rgb(219 234 254 / 0.45);
}
.placeholder-blue-100\/5::placeholder {
  color: rgb(219 234 254 / 0.05);
}
.placeholder-blue-100\/50::placeholder {
  color: rgb(219 234 254 / 0.5);
}
.placeholder-blue-100\/55::placeholder {
  color: rgb(219 234 254 / 0.55);
}
.placeholder-blue-100\/60::placeholder {
  color: rgb(219 234 254 / 0.6);
}
.placeholder-blue-100\/65::placeholder {
  color: rgb(219 234 254 / 0.65);
}
.placeholder-blue-100\/70::placeholder {
  color: rgb(219 234 254 / 0.7);
}
.placeholder-blue-100\/75::placeholder {
  color: rgb(219 234 254 / 0.75);
}
.placeholder-blue-100\/80::placeholder {
  color: rgb(219 234 254 / 0.8);
}
.placeholder-blue-100\/85::placeholder {
  color: rgb(219 234 254 / 0.85);
}
.placeholder-blue-100\/90::placeholder {
  color: rgb(219 234 254 / 0.9);
}
.placeholder-blue-100\/95::placeholder {
  color: rgb(219 234 254 / 0.95);
}
.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-200\/0::placeholder {
  color: rgb(191 219 254 / 0);
}
.placeholder-blue-200\/10::placeholder {
  color: rgb(191 219 254 / 0.1);
}
.placeholder-blue-200\/100::placeholder {
  color: rgb(191 219 254 / 1);
}
.placeholder-blue-200\/15::placeholder {
  color: rgb(191 219 254 / 0.15);
}
.placeholder-blue-200\/20::placeholder {
  color: rgb(191 219 254 / 0.2);
}
.placeholder-blue-200\/25::placeholder {
  color: rgb(191 219 254 / 0.25);
}
.placeholder-blue-200\/30::placeholder {
  color: rgb(191 219 254 / 0.3);
}
.placeholder-blue-200\/35::placeholder {
  color: rgb(191 219 254 / 0.35);
}
.placeholder-blue-200\/40::placeholder {
  color: rgb(191 219 254 / 0.4);
}
.placeholder-blue-200\/45::placeholder {
  color: rgb(191 219 254 / 0.45);
}
.placeholder-blue-200\/5::placeholder {
  color: rgb(191 219 254 / 0.05);
}
.placeholder-blue-200\/50::placeholder {
  color: rgb(191 219 254 / 0.5);
}
.placeholder-blue-200\/55::placeholder {
  color: rgb(191 219 254 / 0.55);
}
.placeholder-blue-200\/60::placeholder {
  color: rgb(191 219 254 / 0.6);
}
.placeholder-blue-200\/65::placeholder {
  color: rgb(191 219 254 / 0.65);
}
.placeholder-blue-200\/70::placeholder {
  color: rgb(191 219 254 / 0.7);
}
.placeholder-blue-200\/75::placeholder {
  color: rgb(191 219 254 / 0.75);
}
.placeholder-blue-200\/80::placeholder {
  color: rgb(191 219 254 / 0.8);
}
.placeholder-blue-200\/85::placeholder {
  color: rgb(191 219 254 / 0.85);
}
.placeholder-blue-200\/90::placeholder {
  color: rgb(191 219 254 / 0.9);
}
.placeholder-blue-200\/95::placeholder {
  color: rgb(191 219 254 / 0.95);
}
.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-300\/0::placeholder {
  color: rgb(147 197 253 / 0);
}
.placeholder-blue-300\/10::placeholder {
  color: rgb(147 197 253 / 0.1);
}
.placeholder-blue-300\/100::placeholder {
  color: rgb(147 197 253 / 1);
}
.placeholder-blue-300\/15::placeholder {
  color: rgb(147 197 253 / 0.15);
}
.placeholder-blue-300\/20::placeholder {
  color: rgb(147 197 253 / 0.2);
}
.placeholder-blue-300\/25::placeholder {
  color: rgb(147 197 253 / 0.25);
}
.placeholder-blue-300\/30::placeholder {
  color: rgb(147 197 253 / 0.3);
}
.placeholder-blue-300\/35::placeholder {
  color: rgb(147 197 253 / 0.35);
}
.placeholder-blue-300\/40::placeholder {
  color: rgb(147 197 253 / 0.4);
}
.placeholder-blue-300\/45::placeholder {
  color: rgb(147 197 253 / 0.45);
}
.placeholder-blue-300\/5::placeholder {
  color: rgb(147 197 253 / 0.05);
}
.placeholder-blue-300\/50::placeholder {
  color: rgb(147 197 253 / 0.5);
}
.placeholder-blue-300\/55::placeholder {
  color: rgb(147 197 253 / 0.55);
}
.placeholder-blue-300\/60::placeholder {
  color: rgb(147 197 253 / 0.6);
}
.placeholder-blue-300\/65::placeholder {
  color: rgb(147 197 253 / 0.65);
}
.placeholder-blue-300\/70::placeholder {
  color: rgb(147 197 253 / 0.7);
}
.placeholder-blue-300\/75::placeholder {
  color: rgb(147 197 253 / 0.75);
}
.placeholder-blue-300\/80::placeholder {
  color: rgb(147 197 253 / 0.8);
}
.placeholder-blue-300\/85::placeholder {
  color: rgb(147 197 253 / 0.85);
}
.placeholder-blue-300\/90::placeholder {
  color: rgb(147 197 253 / 0.9);
}
.placeholder-blue-300\/95::placeholder {
  color: rgb(147 197 253 / 0.95);
}
.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-400\/0::placeholder {
  color: rgb(96 165 250 / 0);
}
.placeholder-blue-400\/10::placeholder {
  color: rgb(96 165 250 / 0.1);
}
.placeholder-blue-400\/100::placeholder {
  color: rgb(96 165 250 / 1);
}
.placeholder-blue-400\/15::placeholder {
  color: rgb(96 165 250 / 0.15);
}
.placeholder-blue-400\/20::placeholder {
  color: rgb(96 165 250 / 0.2);
}
.placeholder-blue-400\/25::placeholder {
  color: rgb(96 165 250 / 0.25);
}
.placeholder-blue-400\/30::placeholder {
  color: rgb(96 165 250 / 0.3);
}
.placeholder-blue-400\/35::placeholder {
  color: rgb(96 165 250 / 0.35);
}
.placeholder-blue-400\/40::placeholder {
  color: rgb(96 165 250 / 0.4);
}
.placeholder-blue-400\/45::placeholder {
  color: rgb(96 165 250 / 0.45);
}
.placeholder-blue-400\/5::placeholder {
  color: rgb(96 165 250 / 0.05);
}
.placeholder-blue-400\/50::placeholder {
  color: rgb(96 165 250 / 0.5);
}
.placeholder-blue-400\/55::placeholder {
  color: rgb(96 165 250 / 0.55);
}
.placeholder-blue-400\/60::placeholder {
  color: rgb(96 165 250 / 0.6);
}
.placeholder-blue-400\/65::placeholder {
  color: rgb(96 165 250 / 0.65);
}
.placeholder-blue-400\/70::placeholder {
  color: rgb(96 165 250 / 0.7);
}
.placeholder-blue-400\/75::placeholder {
  color: rgb(96 165 250 / 0.75);
}
.placeholder-blue-400\/80::placeholder {
  color: rgb(96 165 250 / 0.8);
}
.placeholder-blue-400\/85::placeholder {
  color: rgb(96 165 250 / 0.85);
}
.placeholder-blue-400\/90::placeholder {
  color: rgb(96 165 250 / 0.9);
}
.placeholder-blue-400\/95::placeholder {
  color: rgb(96 165 250 / 0.95);
}
.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-50\/0::placeholder {
  color: rgb(239 246 255 / 0);
}
.placeholder-blue-50\/10::placeholder {
  color: rgb(239 246 255 / 0.1);
}
.placeholder-blue-50\/100::placeholder {
  color: rgb(239 246 255 / 1);
}
.placeholder-blue-50\/15::placeholder {
  color: rgb(239 246 255 / 0.15);
}
.placeholder-blue-50\/20::placeholder {
  color: rgb(239 246 255 / 0.2);
}
.placeholder-blue-50\/25::placeholder {
  color: rgb(239 246 255 / 0.25);
}
.placeholder-blue-50\/30::placeholder {
  color: rgb(239 246 255 / 0.3);
}
.placeholder-blue-50\/35::placeholder {
  color: rgb(239 246 255 / 0.35);
}
.placeholder-blue-50\/40::placeholder {
  color: rgb(239 246 255 / 0.4);
}
.placeholder-blue-50\/45::placeholder {
  color: rgb(239 246 255 / 0.45);
}
.placeholder-blue-50\/5::placeholder {
  color: rgb(239 246 255 / 0.05);
}
.placeholder-blue-50\/50::placeholder {
  color: rgb(239 246 255 / 0.5);
}
.placeholder-blue-50\/55::placeholder {
  color: rgb(239 246 255 / 0.55);
}
.placeholder-blue-50\/60::placeholder {
  color: rgb(239 246 255 / 0.6);
}
.placeholder-blue-50\/65::placeholder {
  color: rgb(239 246 255 / 0.65);
}
.placeholder-blue-50\/70::placeholder {
  color: rgb(239 246 255 / 0.7);
}
.placeholder-blue-50\/75::placeholder {
  color: rgb(239 246 255 / 0.75);
}
.placeholder-blue-50\/80::placeholder {
  color: rgb(239 246 255 / 0.8);
}
.placeholder-blue-50\/85::placeholder {
  color: rgb(239 246 255 / 0.85);
}
.placeholder-blue-50\/90::placeholder {
  color: rgb(239 246 255 / 0.9);
}
.placeholder-blue-50\/95::placeholder {
  color: rgb(239 246 255 / 0.95);
}
.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-500\/0::placeholder {
  color: rgb(59 130 246 / 0);
}
.placeholder-blue-500\/10::placeholder {
  color: rgb(59 130 246 / 0.1);
}
.placeholder-blue-500\/100::placeholder {
  color: rgb(59 130 246 / 1);
}
.placeholder-blue-500\/15::placeholder {
  color: rgb(59 130 246 / 0.15);
}
.placeholder-blue-500\/20::placeholder {
  color: rgb(59 130 246 / 0.2);
}
.placeholder-blue-500\/25::placeholder {
  color: rgb(59 130 246 / 0.25);
}
.placeholder-blue-500\/30::placeholder {
  color: rgb(59 130 246 / 0.3);
}
.placeholder-blue-500\/35::placeholder {
  color: rgb(59 130 246 / 0.35);
}
.placeholder-blue-500\/40::placeholder {
  color: rgb(59 130 246 / 0.4);
}
.placeholder-blue-500\/45::placeholder {
  color: rgb(59 130 246 / 0.45);
}
.placeholder-blue-500\/5::placeholder {
  color: rgb(59 130 246 / 0.05);
}
.placeholder-blue-500\/50::placeholder {
  color: rgb(59 130 246 / 0.5);
}
.placeholder-blue-500\/55::placeholder {
  color: rgb(59 130 246 / 0.55);
}
.placeholder-blue-500\/60::placeholder {
  color: rgb(59 130 246 / 0.6);
}
.placeholder-blue-500\/65::placeholder {
  color: rgb(59 130 246 / 0.65);
}
.placeholder-blue-500\/70::placeholder {
  color: rgb(59 130 246 / 0.7);
}
.placeholder-blue-500\/75::placeholder {
  color: rgb(59 130 246 / 0.75);
}
.placeholder-blue-500\/80::placeholder {
  color: rgb(59 130 246 / 0.8);
}
.placeholder-blue-500\/85::placeholder {
  color: rgb(59 130 246 / 0.85);
}
.placeholder-blue-500\/90::placeholder {
  color: rgb(59 130 246 / 0.9);
}
.placeholder-blue-500\/95::placeholder {
  color: rgb(59 130 246 / 0.95);
}
.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-600\/0::placeholder {
  color: rgb(37 99 235 / 0);
}
.placeholder-blue-600\/10::placeholder {
  color: rgb(37 99 235 / 0.1);
}
.placeholder-blue-600\/100::placeholder {
  color: rgb(37 99 235 / 1);
}
.placeholder-blue-600\/15::placeholder {
  color: rgb(37 99 235 / 0.15);
}
.placeholder-blue-600\/20::placeholder {
  color: rgb(37 99 235 / 0.2);
}
.placeholder-blue-600\/25::placeholder {
  color: rgb(37 99 235 / 0.25);
}
.placeholder-blue-600\/30::placeholder {
  color: rgb(37 99 235 / 0.3);
}
.placeholder-blue-600\/35::placeholder {
  color: rgb(37 99 235 / 0.35);
}
.placeholder-blue-600\/40::placeholder {
  color: rgb(37 99 235 / 0.4);
}
.placeholder-blue-600\/45::placeholder {
  color: rgb(37 99 235 / 0.45);
}
.placeholder-blue-600\/5::placeholder {
  color: rgb(37 99 235 / 0.05);
}
.placeholder-blue-600\/50::placeholder {
  color: rgb(37 99 235 / 0.5);
}
.placeholder-blue-600\/55::placeholder {
  color: rgb(37 99 235 / 0.55);
}
.placeholder-blue-600\/60::placeholder {
  color: rgb(37 99 235 / 0.6);
}
.placeholder-blue-600\/65::placeholder {
  color: rgb(37 99 235 / 0.65);
}
.placeholder-blue-600\/70::placeholder {
  color: rgb(37 99 235 / 0.7);
}
.placeholder-blue-600\/75::placeholder {
  color: rgb(37 99 235 / 0.75);
}
.placeholder-blue-600\/80::placeholder {
  color: rgb(37 99 235 / 0.8);
}
.placeholder-blue-600\/85::placeholder {
  color: rgb(37 99 235 / 0.85);
}
.placeholder-blue-600\/90::placeholder {
  color: rgb(37 99 235 / 0.9);
}
.placeholder-blue-600\/95::placeholder {
  color: rgb(37 99 235 / 0.95);
}
.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-700\/0::placeholder {
  color: rgb(29 78 216 / 0);
}
.placeholder-blue-700\/10::placeholder {
  color: rgb(29 78 216 / 0.1);
}
.placeholder-blue-700\/100::placeholder {
  color: rgb(29 78 216 / 1);
}
.placeholder-blue-700\/15::placeholder {
  color: rgb(29 78 216 / 0.15);
}
.placeholder-blue-700\/20::placeholder {
  color: rgb(29 78 216 / 0.2);
}
.placeholder-blue-700\/25::placeholder {
  color: rgb(29 78 216 / 0.25);
}
.placeholder-blue-700\/30::placeholder {
  color: rgb(29 78 216 / 0.3);
}
.placeholder-blue-700\/35::placeholder {
  color: rgb(29 78 216 / 0.35);
}
.placeholder-blue-700\/40::placeholder {
  color: rgb(29 78 216 / 0.4);
}
.placeholder-blue-700\/45::placeholder {
  color: rgb(29 78 216 / 0.45);
}
.placeholder-blue-700\/5::placeholder {
  color: rgb(29 78 216 / 0.05);
}
.placeholder-blue-700\/50::placeholder {
  color: rgb(29 78 216 / 0.5);
}
.placeholder-blue-700\/55::placeholder {
  color: rgb(29 78 216 / 0.55);
}
.placeholder-blue-700\/60::placeholder {
  color: rgb(29 78 216 / 0.6);
}
.placeholder-blue-700\/65::placeholder {
  color: rgb(29 78 216 / 0.65);
}
.placeholder-blue-700\/70::placeholder {
  color: rgb(29 78 216 / 0.7);
}
.placeholder-blue-700\/75::placeholder {
  color: rgb(29 78 216 / 0.75);
}
.placeholder-blue-700\/80::placeholder {
  color: rgb(29 78 216 / 0.8);
}
.placeholder-blue-700\/85::placeholder {
  color: rgb(29 78 216 / 0.85);
}
.placeholder-blue-700\/90::placeholder {
  color: rgb(29 78 216 / 0.9);
}
.placeholder-blue-700\/95::placeholder {
  color: rgb(29 78 216 / 0.95);
}
.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-800\/0::placeholder {
  color: rgb(30 64 175 / 0);
}
.placeholder-blue-800\/10::placeholder {
  color: rgb(30 64 175 / 0.1);
}
.placeholder-blue-800\/100::placeholder {
  color: rgb(30 64 175 / 1);
}
.placeholder-blue-800\/15::placeholder {
  color: rgb(30 64 175 / 0.15);
}
.placeholder-blue-800\/20::placeholder {
  color: rgb(30 64 175 / 0.2);
}
.placeholder-blue-800\/25::placeholder {
  color: rgb(30 64 175 / 0.25);
}
.placeholder-blue-800\/30::placeholder {
  color: rgb(30 64 175 / 0.3);
}
.placeholder-blue-800\/35::placeholder {
  color: rgb(30 64 175 / 0.35);
}
.placeholder-blue-800\/40::placeholder {
  color: rgb(30 64 175 / 0.4);
}
.placeholder-blue-800\/45::placeholder {
  color: rgb(30 64 175 / 0.45);
}
.placeholder-blue-800\/5::placeholder {
  color: rgb(30 64 175 / 0.05);
}
.placeholder-blue-800\/50::placeholder {
  color: rgb(30 64 175 / 0.5);
}
.placeholder-blue-800\/55::placeholder {
  color: rgb(30 64 175 / 0.55);
}
.placeholder-blue-800\/60::placeholder {
  color: rgb(30 64 175 / 0.6);
}
.placeholder-blue-800\/65::placeholder {
  color: rgb(30 64 175 / 0.65);
}
.placeholder-blue-800\/70::placeholder {
  color: rgb(30 64 175 / 0.7);
}
.placeholder-blue-800\/75::placeholder {
  color: rgb(30 64 175 / 0.75);
}
.placeholder-blue-800\/80::placeholder {
  color: rgb(30 64 175 / 0.8);
}
.placeholder-blue-800\/85::placeholder {
  color: rgb(30 64 175 / 0.85);
}
.placeholder-blue-800\/90::placeholder {
  color: rgb(30 64 175 / 0.9);
}
.placeholder-blue-800\/95::placeholder {
  color: rgb(30 64 175 / 0.95);
}
.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-900\/0::placeholder {
  color: rgb(30 58 138 / 0);
}
.placeholder-blue-900\/10::placeholder {
  color: rgb(30 58 138 / 0.1);
}
.placeholder-blue-900\/100::placeholder {
  color: rgb(30 58 138 / 1);
}
.placeholder-blue-900\/15::placeholder {
  color: rgb(30 58 138 / 0.15);
}
.placeholder-blue-900\/20::placeholder {
  color: rgb(30 58 138 / 0.2);
}
.placeholder-blue-900\/25::placeholder {
  color: rgb(30 58 138 / 0.25);
}
.placeholder-blue-900\/30::placeholder {
  color: rgb(30 58 138 / 0.3);
}
.placeholder-blue-900\/35::placeholder {
  color: rgb(30 58 138 / 0.35);
}
.placeholder-blue-900\/40::placeholder {
  color: rgb(30 58 138 / 0.4);
}
.placeholder-blue-900\/45::placeholder {
  color: rgb(30 58 138 / 0.45);
}
.placeholder-blue-900\/5::placeholder {
  color: rgb(30 58 138 / 0.05);
}
.placeholder-blue-900\/50::placeholder {
  color: rgb(30 58 138 / 0.5);
}
.placeholder-blue-900\/55::placeholder {
  color: rgb(30 58 138 / 0.55);
}
.placeholder-blue-900\/60::placeholder {
  color: rgb(30 58 138 / 0.6);
}
.placeholder-blue-900\/65::placeholder {
  color: rgb(30 58 138 / 0.65);
}
.placeholder-blue-900\/70::placeholder {
  color: rgb(30 58 138 / 0.7);
}
.placeholder-blue-900\/75::placeholder {
  color: rgb(30 58 138 / 0.75);
}
.placeholder-blue-900\/80::placeholder {
  color: rgb(30 58 138 / 0.8);
}
.placeholder-blue-900\/85::placeholder {
  color: rgb(30 58 138 / 0.85);
}
.placeholder-blue-900\/90::placeholder {
  color: rgb(30 58 138 / 0.9);
}
.placeholder-blue-900\/95::placeholder {
  color: rgb(30 58 138 / 0.95);
}
.placeholder-blue-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-950\/0::placeholder {
  color: rgb(23 37 84 / 0);
}
.placeholder-blue-950\/10::placeholder {
  color: rgb(23 37 84 / 0.1);
}
.placeholder-blue-950\/100::placeholder {
  color: rgb(23 37 84 / 1);
}
.placeholder-blue-950\/15::placeholder {
  color: rgb(23 37 84 / 0.15);
}
.placeholder-blue-950\/20::placeholder {
  color: rgb(23 37 84 / 0.2);
}
.placeholder-blue-950\/25::placeholder {
  color: rgb(23 37 84 / 0.25);
}
.placeholder-blue-950\/30::placeholder {
  color: rgb(23 37 84 / 0.3);
}
.placeholder-blue-950\/35::placeholder {
  color: rgb(23 37 84 / 0.35);
}
.placeholder-blue-950\/40::placeholder {
  color: rgb(23 37 84 / 0.4);
}
.placeholder-blue-950\/45::placeholder {
  color: rgb(23 37 84 / 0.45);
}
.placeholder-blue-950\/5::placeholder {
  color: rgb(23 37 84 / 0.05);
}
.placeholder-blue-950\/50::placeholder {
  color: rgb(23 37 84 / 0.5);
}
.placeholder-blue-950\/55::placeholder {
  color: rgb(23 37 84 / 0.55);
}
.placeholder-blue-950\/60::placeholder {
  color: rgb(23 37 84 / 0.6);
}
.placeholder-blue-950\/65::placeholder {
  color: rgb(23 37 84 / 0.65);
}
.placeholder-blue-950\/70::placeholder {
  color: rgb(23 37 84 / 0.7);
}
.placeholder-blue-950\/75::placeholder {
  color: rgb(23 37 84 / 0.75);
}
.placeholder-blue-950\/80::placeholder {
  color: rgb(23 37 84 / 0.8);
}
.placeholder-blue-950\/85::placeholder {
  color: rgb(23 37 84 / 0.85);
}
.placeholder-blue-950\/90::placeholder {
  color: rgb(23 37 84 / 0.9);
}
.placeholder-blue-950\/95::placeholder {
  color: rgb(23 37 84 / 0.95);
}
.placeholder-current::placeholder {
  color: currentColor;
}
.placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-100\/0::placeholder {
  color: rgb(207 250 254 / 0);
}
.placeholder-cyan-100\/10::placeholder {
  color: rgb(207 250 254 / 0.1);
}
.placeholder-cyan-100\/100::placeholder {
  color: rgb(207 250 254 / 1);
}
.placeholder-cyan-100\/15::placeholder {
  color: rgb(207 250 254 / 0.15);
}
.placeholder-cyan-100\/20::placeholder {
  color: rgb(207 250 254 / 0.2);
}
.placeholder-cyan-100\/25::placeholder {
  color: rgb(207 250 254 / 0.25);
}
.placeholder-cyan-100\/30::placeholder {
  color: rgb(207 250 254 / 0.3);
}
.placeholder-cyan-100\/35::placeholder {
  color: rgb(207 250 254 / 0.35);
}
.placeholder-cyan-100\/40::placeholder {
  color: rgb(207 250 254 / 0.4);
}
.placeholder-cyan-100\/45::placeholder {
  color: rgb(207 250 254 / 0.45);
}
.placeholder-cyan-100\/5::placeholder {
  color: rgb(207 250 254 / 0.05);
}
.placeholder-cyan-100\/50::placeholder {
  color: rgb(207 250 254 / 0.5);
}
.placeholder-cyan-100\/55::placeholder {
  color: rgb(207 250 254 / 0.55);
}
.placeholder-cyan-100\/60::placeholder {
  color: rgb(207 250 254 / 0.6);
}
.placeholder-cyan-100\/65::placeholder {
  color: rgb(207 250 254 / 0.65);
}
.placeholder-cyan-100\/70::placeholder {
  color: rgb(207 250 254 / 0.7);
}
.placeholder-cyan-100\/75::placeholder {
  color: rgb(207 250 254 / 0.75);
}
.placeholder-cyan-100\/80::placeholder {
  color: rgb(207 250 254 / 0.8);
}
.placeholder-cyan-100\/85::placeholder {
  color: rgb(207 250 254 / 0.85);
}
.placeholder-cyan-100\/90::placeholder {
  color: rgb(207 250 254 / 0.9);
}
.placeholder-cyan-100\/95::placeholder {
  color: rgb(207 250 254 / 0.95);
}
.placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-200\/0::placeholder {
  color: rgb(165 243 252 / 0);
}
.placeholder-cyan-200\/10::placeholder {
  color: rgb(165 243 252 / 0.1);
}
.placeholder-cyan-200\/100::placeholder {
  color: rgb(165 243 252 / 1);
}
.placeholder-cyan-200\/15::placeholder {
  color: rgb(165 243 252 / 0.15);
}
.placeholder-cyan-200\/20::placeholder {
  color: rgb(165 243 252 / 0.2);
}
.placeholder-cyan-200\/25::placeholder {
  color: rgb(165 243 252 / 0.25);
}
.placeholder-cyan-200\/30::placeholder {
  color: rgb(165 243 252 / 0.3);
}
.placeholder-cyan-200\/35::placeholder {
  color: rgb(165 243 252 / 0.35);
}
.placeholder-cyan-200\/40::placeholder {
  color: rgb(165 243 252 / 0.4);
}
.placeholder-cyan-200\/45::placeholder {
  color: rgb(165 243 252 / 0.45);
}
.placeholder-cyan-200\/5::placeholder {
  color: rgb(165 243 252 / 0.05);
}
.placeholder-cyan-200\/50::placeholder {
  color: rgb(165 243 252 / 0.5);
}
.placeholder-cyan-200\/55::placeholder {
  color: rgb(165 243 252 / 0.55);
}
.placeholder-cyan-200\/60::placeholder {
  color: rgb(165 243 252 / 0.6);
}
.placeholder-cyan-200\/65::placeholder {
  color: rgb(165 243 252 / 0.65);
}
.placeholder-cyan-200\/70::placeholder {
  color: rgb(165 243 252 / 0.7);
}
.placeholder-cyan-200\/75::placeholder {
  color: rgb(165 243 252 / 0.75);
}
.placeholder-cyan-200\/80::placeholder {
  color: rgb(165 243 252 / 0.8);
}
.placeholder-cyan-200\/85::placeholder {
  color: rgb(165 243 252 / 0.85);
}
.placeholder-cyan-200\/90::placeholder {
  color: rgb(165 243 252 / 0.9);
}
.placeholder-cyan-200\/95::placeholder {
  color: rgb(165 243 252 / 0.95);
}
.placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-300\/0::placeholder {
  color: rgb(103 232 249 / 0);
}
.placeholder-cyan-300\/10::placeholder {
  color: rgb(103 232 249 / 0.1);
}
.placeholder-cyan-300\/100::placeholder {
  color: rgb(103 232 249 / 1);
}
.placeholder-cyan-300\/15::placeholder {
  color: rgb(103 232 249 / 0.15);
}
.placeholder-cyan-300\/20::placeholder {
  color: rgb(103 232 249 / 0.2);
}
.placeholder-cyan-300\/25::placeholder {
  color: rgb(103 232 249 / 0.25);
}
.placeholder-cyan-300\/30::placeholder {
  color: rgb(103 232 249 / 0.3);
}
.placeholder-cyan-300\/35::placeholder {
  color: rgb(103 232 249 / 0.35);
}
.placeholder-cyan-300\/40::placeholder {
  color: rgb(103 232 249 / 0.4);
}
.placeholder-cyan-300\/45::placeholder {
  color: rgb(103 232 249 / 0.45);
}
.placeholder-cyan-300\/5::placeholder {
  color: rgb(103 232 249 / 0.05);
}
.placeholder-cyan-300\/50::placeholder {
  color: rgb(103 232 249 / 0.5);
}
.placeholder-cyan-300\/55::placeholder {
  color: rgb(103 232 249 / 0.55);
}
.placeholder-cyan-300\/60::placeholder {
  color: rgb(103 232 249 / 0.6);
}
.placeholder-cyan-300\/65::placeholder {
  color: rgb(103 232 249 / 0.65);
}
.placeholder-cyan-300\/70::placeholder {
  color: rgb(103 232 249 / 0.7);
}
.placeholder-cyan-300\/75::placeholder {
  color: rgb(103 232 249 / 0.75);
}
.placeholder-cyan-300\/80::placeholder {
  color: rgb(103 232 249 / 0.8);
}
.placeholder-cyan-300\/85::placeholder {
  color: rgb(103 232 249 / 0.85);
}
.placeholder-cyan-300\/90::placeholder {
  color: rgb(103 232 249 / 0.9);
}
.placeholder-cyan-300\/95::placeholder {
  color: rgb(103 232 249 / 0.95);
}
.placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-400\/0::placeholder {
  color: rgb(34 211 238 / 0);
}
.placeholder-cyan-400\/10::placeholder {
  color: rgb(34 211 238 / 0.1);
}
.placeholder-cyan-400\/100::placeholder {
  color: rgb(34 211 238 / 1);
}
.placeholder-cyan-400\/15::placeholder {
  color: rgb(34 211 238 / 0.15);
}
.placeholder-cyan-400\/20::placeholder {
  color: rgb(34 211 238 / 0.2);
}
.placeholder-cyan-400\/25::placeholder {
  color: rgb(34 211 238 / 0.25);
}
.placeholder-cyan-400\/30::placeholder {
  color: rgb(34 211 238 / 0.3);
}
.placeholder-cyan-400\/35::placeholder {
  color: rgb(34 211 238 / 0.35);
}
.placeholder-cyan-400\/40::placeholder {
  color: rgb(34 211 238 / 0.4);
}
.placeholder-cyan-400\/45::placeholder {
  color: rgb(34 211 238 / 0.45);
}
.placeholder-cyan-400\/5::placeholder {
  color: rgb(34 211 238 / 0.05);
}
.placeholder-cyan-400\/50::placeholder {
  color: rgb(34 211 238 / 0.5);
}
.placeholder-cyan-400\/55::placeholder {
  color: rgb(34 211 238 / 0.55);
}
.placeholder-cyan-400\/60::placeholder {
  color: rgb(34 211 238 / 0.6);
}
.placeholder-cyan-400\/65::placeholder {
  color: rgb(34 211 238 / 0.65);
}
.placeholder-cyan-400\/70::placeholder {
  color: rgb(34 211 238 / 0.7);
}
.placeholder-cyan-400\/75::placeholder {
  color: rgb(34 211 238 / 0.75);
}
.placeholder-cyan-400\/80::placeholder {
  color: rgb(34 211 238 / 0.8);
}
.placeholder-cyan-400\/85::placeholder {
  color: rgb(34 211 238 / 0.85);
}
.placeholder-cyan-400\/90::placeholder {
  color: rgb(34 211 238 / 0.9);
}
.placeholder-cyan-400\/95::placeholder {
  color: rgb(34 211 238 / 0.95);
}
.placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-50\/0::placeholder {
  color: rgb(236 254 255 / 0);
}
.placeholder-cyan-50\/10::placeholder {
  color: rgb(236 254 255 / 0.1);
}
.placeholder-cyan-50\/100::placeholder {
  color: rgb(236 254 255 / 1);
}
.placeholder-cyan-50\/15::placeholder {
  color: rgb(236 254 255 / 0.15);
}
.placeholder-cyan-50\/20::placeholder {
  color: rgb(236 254 255 / 0.2);
}
.placeholder-cyan-50\/25::placeholder {
  color: rgb(236 254 255 / 0.25);
}
.placeholder-cyan-50\/30::placeholder {
  color: rgb(236 254 255 / 0.3);
}
.placeholder-cyan-50\/35::placeholder {
  color: rgb(236 254 255 / 0.35);
}
.placeholder-cyan-50\/40::placeholder {
  color: rgb(236 254 255 / 0.4);
}
.placeholder-cyan-50\/45::placeholder {
  color: rgb(236 254 255 / 0.45);
}
.placeholder-cyan-50\/5::placeholder {
  color: rgb(236 254 255 / 0.05);
}
.placeholder-cyan-50\/50::placeholder {
  color: rgb(236 254 255 / 0.5);
}
.placeholder-cyan-50\/55::placeholder {
  color: rgb(236 254 255 / 0.55);
}
.placeholder-cyan-50\/60::placeholder {
  color: rgb(236 254 255 / 0.6);
}
.placeholder-cyan-50\/65::placeholder {
  color: rgb(236 254 255 / 0.65);
}
.placeholder-cyan-50\/70::placeholder {
  color: rgb(236 254 255 / 0.7);
}
.placeholder-cyan-50\/75::placeholder {
  color: rgb(236 254 255 / 0.75);
}
.placeholder-cyan-50\/80::placeholder {
  color: rgb(236 254 255 / 0.8);
}
.placeholder-cyan-50\/85::placeholder {
  color: rgb(236 254 255 / 0.85);
}
.placeholder-cyan-50\/90::placeholder {
  color: rgb(236 254 255 / 0.9);
}
.placeholder-cyan-50\/95::placeholder {
  color: rgb(236 254 255 / 0.95);
}
.placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-500\/0::placeholder {
  color: rgb(6 182 212 / 0);
}
.placeholder-cyan-500\/10::placeholder {
  color: rgb(6 182 212 / 0.1);
}
.placeholder-cyan-500\/100::placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-cyan-500\/15::placeholder {
  color: rgb(6 182 212 / 0.15);
}
.placeholder-cyan-500\/20::placeholder {
  color: rgb(6 182 212 / 0.2);
}
.placeholder-cyan-500\/25::placeholder {
  color: rgb(6 182 212 / 0.25);
}
.placeholder-cyan-500\/30::placeholder {
  color: rgb(6 182 212 / 0.3);
}
.placeholder-cyan-500\/35::placeholder {
  color: rgb(6 182 212 / 0.35);
}
.placeholder-cyan-500\/40::placeholder {
  color: rgb(6 182 212 / 0.4);
}
.placeholder-cyan-500\/45::placeholder {
  color: rgb(6 182 212 / 0.45);
}
.placeholder-cyan-500\/5::placeholder {
  color: rgb(6 182 212 / 0.05);
}
.placeholder-cyan-500\/50::placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-cyan-500\/55::placeholder {
  color: rgb(6 182 212 / 0.55);
}
.placeholder-cyan-500\/60::placeholder {
  color: rgb(6 182 212 / 0.6);
}
.placeholder-cyan-500\/65::placeholder {
  color: rgb(6 182 212 / 0.65);
}
.placeholder-cyan-500\/70::placeholder {
  color: rgb(6 182 212 / 0.7);
}
.placeholder-cyan-500\/75::placeholder {
  color: rgb(6 182 212 / 0.75);
}
.placeholder-cyan-500\/80::placeholder {
  color: rgb(6 182 212 / 0.8);
}
.placeholder-cyan-500\/85::placeholder {
  color: rgb(6 182 212 / 0.85);
}
.placeholder-cyan-500\/90::placeholder {
  color: rgb(6 182 212 / 0.9);
}
.placeholder-cyan-500\/95::placeholder {
  color: rgb(6 182 212 / 0.95);
}
.placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-600\/0::placeholder {
  color: rgb(8 145 178 / 0);
}
.placeholder-cyan-600\/10::placeholder {
  color: rgb(8 145 178 / 0.1);
}
.placeholder-cyan-600\/100::placeholder {
  color: rgb(8 145 178 / 1);
}
.placeholder-cyan-600\/15::placeholder {
  color: rgb(8 145 178 / 0.15);
}
.placeholder-cyan-600\/20::placeholder {
  color: rgb(8 145 178 / 0.2);
}
.placeholder-cyan-600\/25::placeholder {
  color: rgb(8 145 178 / 0.25);
}
.placeholder-cyan-600\/30::placeholder {
  color: rgb(8 145 178 / 0.3);
}
.placeholder-cyan-600\/35::placeholder {
  color: rgb(8 145 178 / 0.35);
}
.placeholder-cyan-600\/40::placeholder {
  color: rgb(8 145 178 / 0.4);
}
.placeholder-cyan-600\/45::placeholder {
  color: rgb(8 145 178 / 0.45);
}
.placeholder-cyan-600\/5::placeholder {
  color: rgb(8 145 178 / 0.05);
}
.placeholder-cyan-600\/50::placeholder {
  color: rgb(8 145 178 / 0.5);
}
.placeholder-cyan-600\/55::placeholder {
  color: rgb(8 145 178 / 0.55);
}
.placeholder-cyan-600\/60::placeholder {
  color: rgb(8 145 178 / 0.6);
}
.placeholder-cyan-600\/65::placeholder {
  color: rgb(8 145 178 / 0.65);
}
.placeholder-cyan-600\/70::placeholder {
  color: rgb(8 145 178 / 0.7);
}
.placeholder-cyan-600\/75::placeholder {
  color: rgb(8 145 178 / 0.75);
}
.placeholder-cyan-600\/80::placeholder {
  color: rgb(8 145 178 / 0.8);
}
.placeholder-cyan-600\/85::placeholder {
  color: rgb(8 145 178 / 0.85);
}
.placeholder-cyan-600\/90::placeholder {
  color: rgb(8 145 178 / 0.9);
}
.placeholder-cyan-600\/95::placeholder {
  color: rgb(8 145 178 / 0.95);
}
.placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-700\/0::placeholder {
  color: rgb(14 116 144 / 0);
}
.placeholder-cyan-700\/10::placeholder {
  color: rgb(14 116 144 / 0.1);
}
.placeholder-cyan-700\/100::placeholder {
  color: rgb(14 116 144 / 1);
}
.placeholder-cyan-700\/15::placeholder {
  color: rgb(14 116 144 / 0.15);
}
.placeholder-cyan-700\/20::placeholder {
  color: rgb(14 116 144 / 0.2);
}
.placeholder-cyan-700\/25::placeholder {
  color: rgb(14 116 144 / 0.25);
}
.placeholder-cyan-700\/30::placeholder {
  color: rgb(14 116 144 / 0.3);
}
.placeholder-cyan-700\/35::placeholder {
  color: rgb(14 116 144 / 0.35);
}
.placeholder-cyan-700\/40::placeholder {
  color: rgb(14 116 144 / 0.4);
}
.placeholder-cyan-700\/45::placeholder {
  color: rgb(14 116 144 / 0.45);
}
.placeholder-cyan-700\/5::placeholder {
  color: rgb(14 116 144 / 0.05);
}
.placeholder-cyan-700\/50::placeholder {
  color: rgb(14 116 144 / 0.5);
}
.placeholder-cyan-700\/55::placeholder {
  color: rgb(14 116 144 / 0.55);
}
.placeholder-cyan-700\/60::placeholder {
  color: rgb(14 116 144 / 0.6);
}
.placeholder-cyan-700\/65::placeholder {
  color: rgb(14 116 144 / 0.65);
}
.placeholder-cyan-700\/70::placeholder {
  color: rgb(14 116 144 / 0.7);
}
.placeholder-cyan-700\/75::placeholder {
  color: rgb(14 116 144 / 0.75);
}
.placeholder-cyan-700\/80::placeholder {
  color: rgb(14 116 144 / 0.8);
}
.placeholder-cyan-700\/85::placeholder {
  color: rgb(14 116 144 / 0.85);
}
.placeholder-cyan-700\/90::placeholder {
  color: rgb(14 116 144 / 0.9);
}
.placeholder-cyan-700\/95::placeholder {
  color: rgb(14 116 144 / 0.95);
}
.placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-800\/0::placeholder {
  color: rgb(21 94 117 / 0);
}
.placeholder-cyan-800\/10::placeholder {
  color: rgb(21 94 117 / 0.1);
}
.placeholder-cyan-800\/100::placeholder {
  color: rgb(21 94 117 / 1);
}
.placeholder-cyan-800\/15::placeholder {
  color: rgb(21 94 117 / 0.15);
}
.placeholder-cyan-800\/20::placeholder {
  color: rgb(21 94 117 / 0.2);
}
.placeholder-cyan-800\/25::placeholder {
  color: rgb(21 94 117 / 0.25);
}
.placeholder-cyan-800\/30::placeholder {
  color: rgb(21 94 117 / 0.3);
}
.placeholder-cyan-800\/35::placeholder {
  color: rgb(21 94 117 / 0.35);
}
.placeholder-cyan-800\/40::placeholder {
  color: rgb(21 94 117 / 0.4);
}
.placeholder-cyan-800\/45::placeholder {
  color: rgb(21 94 117 / 0.45);
}
.placeholder-cyan-800\/5::placeholder {
  color: rgb(21 94 117 / 0.05);
}
.placeholder-cyan-800\/50::placeholder {
  color: rgb(21 94 117 / 0.5);
}
.placeholder-cyan-800\/55::placeholder {
  color: rgb(21 94 117 / 0.55);
}
.placeholder-cyan-800\/60::placeholder {
  color: rgb(21 94 117 / 0.6);
}
.placeholder-cyan-800\/65::placeholder {
  color: rgb(21 94 117 / 0.65);
}
.placeholder-cyan-800\/70::placeholder {
  color: rgb(21 94 117 / 0.7);
}
.placeholder-cyan-800\/75::placeholder {
  color: rgb(21 94 117 / 0.75);
}
.placeholder-cyan-800\/80::placeholder {
  color: rgb(21 94 117 / 0.8);
}
.placeholder-cyan-800\/85::placeholder {
  color: rgb(21 94 117 / 0.85);
}
.placeholder-cyan-800\/90::placeholder {
  color: rgb(21 94 117 / 0.9);
}
.placeholder-cyan-800\/95::placeholder {
  color: rgb(21 94 117 / 0.95);
}
.placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-900\/0::placeholder {
  color: rgb(22 78 99 / 0);
}
.placeholder-cyan-900\/10::placeholder {
  color: rgb(22 78 99 / 0.1);
}
.placeholder-cyan-900\/100::placeholder {
  color: rgb(22 78 99 / 1);
}
.placeholder-cyan-900\/15::placeholder {
  color: rgb(22 78 99 / 0.15);
}
.placeholder-cyan-900\/20::placeholder {
  color: rgb(22 78 99 / 0.2);
}
.placeholder-cyan-900\/25::placeholder {
  color: rgb(22 78 99 / 0.25);
}
.placeholder-cyan-900\/30::placeholder {
  color: rgb(22 78 99 / 0.3);
}
.placeholder-cyan-900\/35::placeholder {
  color: rgb(22 78 99 / 0.35);
}
.placeholder-cyan-900\/40::placeholder {
  color: rgb(22 78 99 / 0.4);
}
.placeholder-cyan-900\/45::placeholder {
  color: rgb(22 78 99 / 0.45);
}
.placeholder-cyan-900\/5::placeholder {
  color: rgb(22 78 99 / 0.05);
}
.placeholder-cyan-900\/50::placeholder {
  color: rgb(22 78 99 / 0.5);
}
.placeholder-cyan-900\/55::placeholder {
  color: rgb(22 78 99 / 0.55);
}
.placeholder-cyan-900\/60::placeholder {
  color: rgb(22 78 99 / 0.6);
}
.placeholder-cyan-900\/65::placeholder {
  color: rgb(22 78 99 / 0.65);
}
.placeholder-cyan-900\/70::placeholder {
  color: rgb(22 78 99 / 0.7);
}
.placeholder-cyan-900\/75::placeholder {
  color: rgb(22 78 99 / 0.75);
}
.placeholder-cyan-900\/80::placeholder {
  color: rgb(22 78 99 / 0.8);
}
.placeholder-cyan-900\/85::placeholder {
  color: rgb(22 78 99 / 0.85);
}
.placeholder-cyan-900\/90::placeholder {
  color: rgb(22 78 99 / 0.9);
}
.placeholder-cyan-900\/95::placeholder {
  color: rgb(22 78 99 / 0.95);
}
.placeholder-cyan-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cyan-950\/0::placeholder {
  color: rgb(8 51 68 / 0);
}
.placeholder-cyan-950\/10::placeholder {
  color: rgb(8 51 68 / 0.1);
}
.placeholder-cyan-950\/100::placeholder {
  color: rgb(8 51 68 / 1);
}
.placeholder-cyan-950\/15::placeholder {
  color: rgb(8 51 68 / 0.15);
}
.placeholder-cyan-950\/20::placeholder {
  color: rgb(8 51 68 / 0.2);
}
.placeholder-cyan-950\/25::placeholder {
  color: rgb(8 51 68 / 0.25);
}
.placeholder-cyan-950\/30::placeholder {
  color: rgb(8 51 68 / 0.3);
}
.placeholder-cyan-950\/35::placeholder {
  color: rgb(8 51 68 / 0.35);
}
.placeholder-cyan-950\/40::placeholder {
  color: rgb(8 51 68 / 0.4);
}
.placeholder-cyan-950\/45::placeholder {
  color: rgb(8 51 68 / 0.45);
}
.placeholder-cyan-950\/5::placeholder {
  color: rgb(8 51 68 / 0.05);
}
.placeholder-cyan-950\/50::placeholder {
  color: rgb(8 51 68 / 0.5);
}
.placeholder-cyan-950\/55::placeholder {
  color: rgb(8 51 68 / 0.55);
}
.placeholder-cyan-950\/60::placeholder {
  color: rgb(8 51 68 / 0.6);
}
.placeholder-cyan-950\/65::placeholder {
  color: rgb(8 51 68 / 0.65);
}
.placeholder-cyan-950\/70::placeholder {
  color: rgb(8 51 68 / 0.7);
}
.placeholder-cyan-950\/75::placeholder {
  color: rgb(8 51 68 / 0.75);
}
.placeholder-cyan-950\/80::placeholder {
  color: rgb(8 51 68 / 0.8);
}
.placeholder-cyan-950\/85::placeholder {
  color: rgb(8 51 68 / 0.85);
}
.placeholder-cyan-950\/90::placeholder {
  color: rgb(8 51 68 / 0.9);
}
.placeholder-cyan-950\/95::placeholder {
  color: rgb(8 51 68 / 0.95);
}
.placeholder-emerald-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-100\/0::placeholder {
  color: rgb(209 250 229 / 0);
}
.placeholder-emerald-100\/10::placeholder {
  color: rgb(209 250 229 / 0.1);
}
.placeholder-emerald-100\/100::placeholder {
  color: rgb(209 250 229 / 1);
}
.placeholder-emerald-100\/15::placeholder {
  color: rgb(209 250 229 / 0.15);
}
.placeholder-emerald-100\/20::placeholder {
  color: rgb(209 250 229 / 0.2);
}
.placeholder-emerald-100\/25::placeholder {
  color: rgb(209 250 229 / 0.25);
}
.placeholder-emerald-100\/30::placeholder {
  color: rgb(209 250 229 / 0.3);
}
.placeholder-emerald-100\/35::placeholder {
  color: rgb(209 250 229 / 0.35);
}
.placeholder-emerald-100\/40::placeholder {
  color: rgb(209 250 229 / 0.4);
}
.placeholder-emerald-100\/45::placeholder {
  color: rgb(209 250 229 / 0.45);
}
.placeholder-emerald-100\/5::placeholder {
  color: rgb(209 250 229 / 0.05);
}
.placeholder-emerald-100\/50::placeholder {
  color: rgb(209 250 229 / 0.5);
}
.placeholder-emerald-100\/55::placeholder {
  color: rgb(209 250 229 / 0.55);
}
.placeholder-emerald-100\/60::placeholder {
  color: rgb(209 250 229 / 0.6);
}
.placeholder-emerald-100\/65::placeholder {
  color: rgb(209 250 229 / 0.65);
}
.placeholder-emerald-100\/70::placeholder {
  color: rgb(209 250 229 / 0.7);
}
.placeholder-emerald-100\/75::placeholder {
  color: rgb(209 250 229 / 0.75);
}
.placeholder-emerald-100\/80::placeholder {
  color: rgb(209 250 229 / 0.8);
}
.placeholder-emerald-100\/85::placeholder {
  color: rgb(209 250 229 / 0.85);
}
.placeholder-emerald-100\/90::placeholder {
  color: rgb(209 250 229 / 0.9);
}
.placeholder-emerald-100\/95::placeholder {
  color: rgb(209 250 229 / 0.95);
}
.placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-200\/0::placeholder {
  color: rgb(167 243 208 / 0);
}
.placeholder-emerald-200\/10::placeholder {
  color: rgb(167 243 208 / 0.1);
}
.placeholder-emerald-200\/100::placeholder {
  color: rgb(167 243 208 / 1);
}
.placeholder-emerald-200\/15::placeholder {
  color: rgb(167 243 208 / 0.15);
}
.placeholder-emerald-200\/20::placeholder {
  color: rgb(167 243 208 / 0.2);
}
.placeholder-emerald-200\/25::placeholder {
  color: rgb(167 243 208 / 0.25);
}
.placeholder-emerald-200\/30::placeholder {
  color: rgb(167 243 208 / 0.3);
}
.placeholder-emerald-200\/35::placeholder {
  color: rgb(167 243 208 / 0.35);
}
.placeholder-emerald-200\/40::placeholder {
  color: rgb(167 243 208 / 0.4);
}
.placeholder-emerald-200\/45::placeholder {
  color: rgb(167 243 208 / 0.45);
}
.placeholder-emerald-200\/5::placeholder {
  color: rgb(167 243 208 / 0.05);
}
.placeholder-emerald-200\/50::placeholder {
  color: rgb(167 243 208 / 0.5);
}
.placeholder-emerald-200\/55::placeholder {
  color: rgb(167 243 208 / 0.55);
}
.placeholder-emerald-200\/60::placeholder {
  color: rgb(167 243 208 / 0.6);
}
.placeholder-emerald-200\/65::placeholder {
  color: rgb(167 243 208 / 0.65);
}
.placeholder-emerald-200\/70::placeholder {
  color: rgb(167 243 208 / 0.7);
}
.placeholder-emerald-200\/75::placeholder {
  color: rgb(167 243 208 / 0.75);
}
.placeholder-emerald-200\/80::placeholder {
  color: rgb(167 243 208 / 0.8);
}
.placeholder-emerald-200\/85::placeholder {
  color: rgb(167 243 208 / 0.85);
}
.placeholder-emerald-200\/90::placeholder {
  color: rgb(167 243 208 / 0.9);
}
.placeholder-emerald-200\/95::placeholder {
  color: rgb(167 243 208 / 0.95);
}
.placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-300\/0::placeholder {
  color: rgb(110 231 183 / 0);
}
.placeholder-emerald-300\/10::placeholder {
  color: rgb(110 231 183 / 0.1);
}
.placeholder-emerald-300\/100::placeholder {
  color: rgb(110 231 183 / 1);
}
.placeholder-emerald-300\/15::placeholder {
  color: rgb(110 231 183 / 0.15);
}
.placeholder-emerald-300\/20::placeholder {
  color: rgb(110 231 183 / 0.2);
}
.placeholder-emerald-300\/25::placeholder {
  color: rgb(110 231 183 / 0.25);
}
.placeholder-emerald-300\/30::placeholder {
  color: rgb(110 231 183 / 0.3);
}
.placeholder-emerald-300\/35::placeholder {
  color: rgb(110 231 183 / 0.35);
}
.placeholder-emerald-300\/40::placeholder {
  color: rgb(110 231 183 / 0.4);
}
.placeholder-emerald-300\/45::placeholder {
  color: rgb(110 231 183 / 0.45);
}
.placeholder-emerald-300\/5::placeholder {
  color: rgb(110 231 183 / 0.05);
}
.placeholder-emerald-300\/50::placeholder {
  color: rgb(110 231 183 / 0.5);
}
.placeholder-emerald-300\/55::placeholder {
  color: rgb(110 231 183 / 0.55);
}
.placeholder-emerald-300\/60::placeholder {
  color: rgb(110 231 183 / 0.6);
}
.placeholder-emerald-300\/65::placeholder {
  color: rgb(110 231 183 / 0.65);
}
.placeholder-emerald-300\/70::placeholder {
  color: rgb(110 231 183 / 0.7);
}
.placeholder-emerald-300\/75::placeholder {
  color: rgb(110 231 183 / 0.75);
}
.placeholder-emerald-300\/80::placeholder {
  color: rgb(110 231 183 / 0.8);
}
.placeholder-emerald-300\/85::placeholder {
  color: rgb(110 231 183 / 0.85);
}
.placeholder-emerald-300\/90::placeholder {
  color: rgb(110 231 183 / 0.9);
}
.placeholder-emerald-300\/95::placeholder {
  color: rgb(110 231 183 / 0.95);
}
.placeholder-emerald-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-400\/0::placeholder {
  color: rgb(52 211 153 / 0);
}
.placeholder-emerald-400\/10::placeholder {
  color: rgb(52 211 153 / 0.1);
}
.placeholder-emerald-400\/100::placeholder {
  color: rgb(52 211 153 / 1);
}
.placeholder-emerald-400\/15::placeholder {
  color: rgb(52 211 153 / 0.15);
}
.placeholder-emerald-400\/20::placeholder {
  color: rgb(52 211 153 / 0.2);
}
.placeholder-emerald-400\/25::placeholder {
  color: rgb(52 211 153 / 0.25);
}
.placeholder-emerald-400\/30::placeholder {
  color: rgb(52 211 153 / 0.3);
}
.placeholder-emerald-400\/35::placeholder {
  color: rgb(52 211 153 / 0.35);
}
.placeholder-emerald-400\/40::placeholder {
  color: rgb(52 211 153 / 0.4);
}
.placeholder-emerald-400\/45::placeholder {
  color: rgb(52 211 153 / 0.45);
}
.placeholder-emerald-400\/5::placeholder {
  color: rgb(52 211 153 / 0.05);
}
.placeholder-emerald-400\/50::placeholder {
  color: rgb(52 211 153 / 0.5);
}
.placeholder-emerald-400\/55::placeholder {
  color: rgb(52 211 153 / 0.55);
}
.placeholder-emerald-400\/60::placeholder {
  color: rgb(52 211 153 / 0.6);
}
.placeholder-emerald-400\/65::placeholder {
  color: rgb(52 211 153 / 0.65);
}
.placeholder-emerald-400\/70::placeholder {
  color: rgb(52 211 153 / 0.7);
}
.placeholder-emerald-400\/75::placeholder {
  color: rgb(52 211 153 / 0.75);
}
.placeholder-emerald-400\/80::placeholder {
  color: rgb(52 211 153 / 0.8);
}
.placeholder-emerald-400\/85::placeholder {
  color: rgb(52 211 153 / 0.85);
}
.placeholder-emerald-400\/90::placeholder {
  color: rgb(52 211 153 / 0.9);
}
.placeholder-emerald-400\/95::placeholder {
  color: rgb(52 211 153 / 0.95);
}
.placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-50\/0::placeholder {
  color: rgb(236 253 245 / 0);
}
.placeholder-emerald-50\/10::placeholder {
  color: rgb(236 253 245 / 0.1);
}
.placeholder-emerald-50\/100::placeholder {
  color: rgb(236 253 245 / 1);
}
.placeholder-emerald-50\/15::placeholder {
  color: rgb(236 253 245 / 0.15);
}
.placeholder-emerald-50\/20::placeholder {
  color: rgb(236 253 245 / 0.2);
}
.placeholder-emerald-50\/25::placeholder {
  color: rgb(236 253 245 / 0.25);
}
.placeholder-emerald-50\/30::placeholder {
  color: rgb(236 253 245 / 0.3);
}
.placeholder-emerald-50\/35::placeholder {
  color: rgb(236 253 245 / 0.35);
}
.placeholder-emerald-50\/40::placeholder {
  color: rgb(236 253 245 / 0.4);
}
.placeholder-emerald-50\/45::placeholder {
  color: rgb(236 253 245 / 0.45);
}
.placeholder-emerald-50\/5::placeholder {
  color: rgb(236 253 245 / 0.05);
}
.placeholder-emerald-50\/50::placeholder {
  color: rgb(236 253 245 / 0.5);
}
.placeholder-emerald-50\/55::placeholder {
  color: rgb(236 253 245 / 0.55);
}
.placeholder-emerald-50\/60::placeholder {
  color: rgb(236 253 245 / 0.6);
}
.placeholder-emerald-50\/65::placeholder {
  color: rgb(236 253 245 / 0.65);
}
.placeholder-emerald-50\/70::placeholder {
  color: rgb(236 253 245 / 0.7);
}
.placeholder-emerald-50\/75::placeholder {
  color: rgb(236 253 245 / 0.75);
}
.placeholder-emerald-50\/80::placeholder {
  color: rgb(236 253 245 / 0.8);
}
.placeholder-emerald-50\/85::placeholder {
  color: rgb(236 253 245 / 0.85);
}
.placeholder-emerald-50\/90::placeholder {
  color: rgb(236 253 245 / 0.9);
}
.placeholder-emerald-50\/95::placeholder {
  color: rgb(236 253 245 / 0.95);
}
.placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-500\/0::placeholder {
  color: rgb(16 185 129 / 0);
}
.placeholder-emerald-500\/10::placeholder {
  color: rgb(16 185 129 / 0.1);
}
.placeholder-emerald-500\/100::placeholder {
  color: rgb(16 185 129 / 1);
}
.placeholder-emerald-500\/15::placeholder {
  color: rgb(16 185 129 / 0.15);
}
.placeholder-emerald-500\/20::placeholder {
  color: rgb(16 185 129 / 0.2);
}
.placeholder-emerald-500\/25::placeholder {
  color: rgb(16 185 129 / 0.25);
}
.placeholder-emerald-500\/30::placeholder {
  color: rgb(16 185 129 / 0.3);
}
.placeholder-emerald-500\/35::placeholder {
  color: rgb(16 185 129 / 0.35);
}
.placeholder-emerald-500\/40::placeholder {
  color: rgb(16 185 129 / 0.4);
}
.placeholder-emerald-500\/45::placeholder {
  color: rgb(16 185 129 / 0.45);
}
.placeholder-emerald-500\/5::placeholder {
  color: rgb(16 185 129 / 0.05);
}
.placeholder-emerald-500\/50::placeholder {
  color: rgb(16 185 129 / 0.5);
}
.placeholder-emerald-500\/55::placeholder {
  color: rgb(16 185 129 / 0.55);
}
.placeholder-emerald-500\/60::placeholder {
  color: rgb(16 185 129 / 0.6);
}
.placeholder-emerald-500\/65::placeholder {
  color: rgb(16 185 129 / 0.65);
}
.placeholder-emerald-500\/70::placeholder {
  color: rgb(16 185 129 / 0.7);
}
.placeholder-emerald-500\/75::placeholder {
  color: rgb(16 185 129 / 0.75);
}
.placeholder-emerald-500\/80::placeholder {
  color: rgb(16 185 129 / 0.8);
}
.placeholder-emerald-500\/85::placeholder {
  color: rgb(16 185 129 / 0.85);
}
.placeholder-emerald-500\/90::placeholder {
  color: rgb(16 185 129 / 0.9);
}
.placeholder-emerald-500\/95::placeholder {
  color: rgb(16 185 129 / 0.95);
}
.placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-600\/0::placeholder {
  color: rgb(5 150 105 / 0);
}
.placeholder-emerald-600\/10::placeholder {
  color: rgb(5 150 105 / 0.1);
}
.placeholder-emerald-600\/100::placeholder {
  color: rgb(5 150 105 / 1);
}
.placeholder-emerald-600\/15::placeholder {
  color: rgb(5 150 105 / 0.15);
}
.placeholder-emerald-600\/20::placeholder {
  color: rgb(5 150 105 / 0.2);
}
.placeholder-emerald-600\/25::placeholder {
  color: rgb(5 150 105 / 0.25);
}
.placeholder-emerald-600\/30::placeholder {
  color: rgb(5 150 105 / 0.3);
}
.placeholder-emerald-600\/35::placeholder {
  color: rgb(5 150 105 / 0.35);
}
.placeholder-emerald-600\/40::placeholder {
  color: rgb(5 150 105 / 0.4);
}
.placeholder-emerald-600\/45::placeholder {
  color: rgb(5 150 105 / 0.45);
}
.placeholder-emerald-600\/5::placeholder {
  color: rgb(5 150 105 / 0.05);
}
.placeholder-emerald-600\/50::placeholder {
  color: rgb(5 150 105 / 0.5);
}
.placeholder-emerald-600\/55::placeholder {
  color: rgb(5 150 105 / 0.55);
}
.placeholder-emerald-600\/60::placeholder {
  color: rgb(5 150 105 / 0.6);
}
.placeholder-emerald-600\/65::placeholder {
  color: rgb(5 150 105 / 0.65);
}
.placeholder-emerald-600\/70::placeholder {
  color: rgb(5 150 105 / 0.7);
}
.placeholder-emerald-600\/75::placeholder {
  color: rgb(5 150 105 / 0.75);
}
.placeholder-emerald-600\/80::placeholder {
  color: rgb(5 150 105 / 0.8);
}
.placeholder-emerald-600\/85::placeholder {
  color: rgb(5 150 105 / 0.85);
}
.placeholder-emerald-600\/90::placeholder {
  color: rgb(5 150 105 / 0.9);
}
.placeholder-emerald-600\/95::placeholder {
  color: rgb(5 150 105 / 0.95);
}
.placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-700\/0::placeholder {
  color: rgb(4 120 87 / 0);
}
.placeholder-emerald-700\/10::placeholder {
  color: rgb(4 120 87 / 0.1);
}
.placeholder-emerald-700\/100::placeholder {
  color: rgb(4 120 87 / 1);
}
.placeholder-emerald-700\/15::placeholder {
  color: rgb(4 120 87 / 0.15);
}
.placeholder-emerald-700\/20::placeholder {
  color: rgb(4 120 87 / 0.2);
}
.placeholder-emerald-700\/25::placeholder {
  color: rgb(4 120 87 / 0.25);
}
.placeholder-emerald-700\/30::placeholder {
  color: rgb(4 120 87 / 0.3);
}
.placeholder-emerald-700\/35::placeholder {
  color: rgb(4 120 87 / 0.35);
}
.placeholder-emerald-700\/40::placeholder {
  color: rgb(4 120 87 / 0.4);
}
.placeholder-emerald-700\/45::placeholder {
  color: rgb(4 120 87 / 0.45);
}
.placeholder-emerald-700\/5::placeholder {
  color: rgb(4 120 87 / 0.05);
}
.placeholder-emerald-700\/50::placeholder {
  color: rgb(4 120 87 / 0.5);
}
.placeholder-emerald-700\/55::placeholder {
  color: rgb(4 120 87 / 0.55);
}
.placeholder-emerald-700\/60::placeholder {
  color: rgb(4 120 87 / 0.6);
}
.placeholder-emerald-700\/65::placeholder {
  color: rgb(4 120 87 / 0.65);
}
.placeholder-emerald-700\/70::placeholder {
  color: rgb(4 120 87 / 0.7);
}
.placeholder-emerald-700\/75::placeholder {
  color: rgb(4 120 87 / 0.75);
}
.placeholder-emerald-700\/80::placeholder {
  color: rgb(4 120 87 / 0.8);
}
.placeholder-emerald-700\/85::placeholder {
  color: rgb(4 120 87 / 0.85);
}
.placeholder-emerald-700\/90::placeholder {
  color: rgb(4 120 87 / 0.9);
}
.placeholder-emerald-700\/95::placeholder {
  color: rgb(4 120 87 / 0.95);
}
.placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-800\/0::placeholder {
  color: rgb(6 95 70 / 0);
}
.placeholder-emerald-800\/10::placeholder {
  color: rgb(6 95 70 / 0.1);
}
.placeholder-emerald-800\/100::placeholder {
  color: rgb(6 95 70 / 1);
}
.placeholder-emerald-800\/15::placeholder {
  color: rgb(6 95 70 / 0.15);
}
.placeholder-emerald-800\/20::placeholder {
  color: rgb(6 95 70 / 0.2);
}
.placeholder-emerald-800\/25::placeholder {
  color: rgb(6 95 70 / 0.25);
}
.placeholder-emerald-800\/30::placeholder {
  color: rgb(6 95 70 / 0.3);
}
.placeholder-emerald-800\/35::placeholder {
  color: rgb(6 95 70 / 0.35);
}
.placeholder-emerald-800\/40::placeholder {
  color: rgb(6 95 70 / 0.4);
}
.placeholder-emerald-800\/45::placeholder {
  color: rgb(6 95 70 / 0.45);
}
.placeholder-emerald-800\/5::placeholder {
  color: rgb(6 95 70 / 0.05);
}
.placeholder-emerald-800\/50::placeholder {
  color: rgb(6 95 70 / 0.5);
}
.placeholder-emerald-800\/55::placeholder {
  color: rgb(6 95 70 / 0.55);
}
.placeholder-emerald-800\/60::placeholder {
  color: rgb(6 95 70 / 0.6);
}
.placeholder-emerald-800\/65::placeholder {
  color: rgb(6 95 70 / 0.65);
}
.placeholder-emerald-800\/70::placeholder {
  color: rgb(6 95 70 / 0.7);
}
.placeholder-emerald-800\/75::placeholder {
  color: rgb(6 95 70 / 0.75);
}
.placeholder-emerald-800\/80::placeholder {
  color: rgb(6 95 70 / 0.8);
}
.placeholder-emerald-800\/85::placeholder {
  color: rgb(6 95 70 / 0.85);
}
.placeholder-emerald-800\/90::placeholder {
  color: rgb(6 95 70 / 0.9);
}
.placeholder-emerald-800\/95::placeholder {
  color: rgb(6 95 70 / 0.95);
}
.placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-900\/0::placeholder {
  color: rgb(6 78 59 / 0);
}
.placeholder-emerald-900\/10::placeholder {
  color: rgb(6 78 59 / 0.1);
}
.placeholder-emerald-900\/100::placeholder {
  color: rgb(6 78 59 / 1);
}
.placeholder-emerald-900\/15::placeholder {
  color: rgb(6 78 59 / 0.15);
}
.placeholder-emerald-900\/20::placeholder {
  color: rgb(6 78 59 / 0.2);
}
.placeholder-emerald-900\/25::placeholder {
  color: rgb(6 78 59 / 0.25);
}
.placeholder-emerald-900\/30::placeholder {
  color: rgb(6 78 59 / 0.3);
}
.placeholder-emerald-900\/35::placeholder {
  color: rgb(6 78 59 / 0.35);
}
.placeholder-emerald-900\/40::placeholder {
  color: rgb(6 78 59 / 0.4);
}
.placeholder-emerald-900\/45::placeholder {
  color: rgb(6 78 59 / 0.45);
}
.placeholder-emerald-900\/5::placeholder {
  color: rgb(6 78 59 / 0.05);
}
.placeholder-emerald-900\/50::placeholder {
  color: rgb(6 78 59 / 0.5);
}
.placeholder-emerald-900\/55::placeholder {
  color: rgb(6 78 59 / 0.55);
}
.placeholder-emerald-900\/60::placeholder {
  color: rgb(6 78 59 / 0.6);
}
.placeholder-emerald-900\/65::placeholder {
  color: rgb(6 78 59 / 0.65);
}
.placeholder-emerald-900\/70::placeholder {
  color: rgb(6 78 59 / 0.7);
}
.placeholder-emerald-900\/75::placeholder {
  color: rgb(6 78 59 / 0.75);
}
.placeholder-emerald-900\/80::placeholder {
  color: rgb(6 78 59 / 0.8);
}
.placeholder-emerald-900\/85::placeholder {
  color: rgb(6 78 59 / 0.85);
}
.placeholder-emerald-900\/90::placeholder {
  color: rgb(6 78 59 / 0.9);
}
.placeholder-emerald-900\/95::placeholder {
  color: rgb(6 78 59 / 0.95);
}
.placeholder-emerald-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}
.placeholder-emerald-950\/0::placeholder {
  color: rgb(2 44 34 / 0);
}
.placeholder-emerald-950\/10::placeholder {
  color: rgb(2 44 34 / 0.1);
}
.placeholder-emerald-950\/100::placeholder {
  color: rgb(2 44 34 / 1);
}
.placeholder-emerald-950\/15::placeholder {
  color: rgb(2 44 34 / 0.15);
}
.placeholder-emerald-950\/20::placeholder {
  color: rgb(2 44 34 / 0.2);
}
.placeholder-emerald-950\/25::placeholder {
  color: rgb(2 44 34 / 0.25);
}
.placeholder-emerald-950\/30::placeholder {
  color: rgb(2 44 34 / 0.3);
}
.placeholder-emerald-950\/35::placeholder {
  color: rgb(2 44 34 / 0.35);
}
.placeholder-emerald-950\/40::placeholder {
  color: rgb(2 44 34 / 0.4);
}
.placeholder-emerald-950\/45::placeholder {
  color: rgb(2 44 34 / 0.45);
}
.placeholder-emerald-950\/5::placeholder {
  color: rgb(2 44 34 / 0.05);
}
.placeholder-emerald-950\/50::placeholder {
  color: rgb(2 44 34 / 0.5);
}
.placeholder-emerald-950\/55::placeholder {
  color: rgb(2 44 34 / 0.55);
}
.placeholder-emerald-950\/60::placeholder {
  color: rgb(2 44 34 / 0.6);
}
.placeholder-emerald-950\/65::placeholder {
  color: rgb(2 44 34 / 0.65);
}
.placeholder-emerald-950\/70::placeholder {
  color: rgb(2 44 34 / 0.7);
}
.placeholder-emerald-950\/75::placeholder {
  color: rgb(2 44 34 / 0.75);
}
.placeholder-emerald-950\/80::placeholder {
  color: rgb(2 44 34 / 0.8);
}
.placeholder-emerald-950\/85::placeholder {
  color: rgb(2 44 34 / 0.85);
}
.placeholder-emerald-950\/90::placeholder {
  color: rgb(2 44 34 / 0.9);
}
.placeholder-emerald-950\/95::placeholder {
  color: rgb(2 44 34 / 0.95);
}
.placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-100\/0::placeholder {
  color: rgb(250 232 255 / 0);
}
.placeholder-fuchsia-100\/10::placeholder {
  color: rgb(250 232 255 / 0.1);
}
.placeholder-fuchsia-100\/100::placeholder {
  color: rgb(250 232 255 / 1);
}
.placeholder-fuchsia-100\/15::placeholder {
  color: rgb(250 232 255 / 0.15);
}
.placeholder-fuchsia-100\/20::placeholder {
  color: rgb(250 232 255 / 0.2);
}
.placeholder-fuchsia-100\/25::placeholder {
  color: rgb(250 232 255 / 0.25);
}
.placeholder-fuchsia-100\/30::placeholder {
  color: rgb(250 232 255 / 0.3);
}
.placeholder-fuchsia-100\/35::placeholder {
  color: rgb(250 232 255 / 0.35);
}
.placeholder-fuchsia-100\/40::placeholder {
  color: rgb(250 232 255 / 0.4);
}
.placeholder-fuchsia-100\/45::placeholder {
  color: rgb(250 232 255 / 0.45);
}
.placeholder-fuchsia-100\/5::placeholder {
  color: rgb(250 232 255 / 0.05);
}
.placeholder-fuchsia-100\/50::placeholder {
  color: rgb(250 232 255 / 0.5);
}
.placeholder-fuchsia-100\/55::placeholder {
  color: rgb(250 232 255 / 0.55);
}
.placeholder-fuchsia-100\/60::placeholder {
  color: rgb(250 232 255 / 0.6);
}
.placeholder-fuchsia-100\/65::placeholder {
  color: rgb(250 232 255 / 0.65);
}
.placeholder-fuchsia-100\/70::placeholder {
  color: rgb(250 232 255 / 0.7);
}
.placeholder-fuchsia-100\/75::placeholder {
  color: rgb(250 232 255 / 0.75);
}
.placeholder-fuchsia-100\/80::placeholder {
  color: rgb(250 232 255 / 0.8);
}
.placeholder-fuchsia-100\/85::placeholder {
  color: rgb(250 232 255 / 0.85);
}
.placeholder-fuchsia-100\/90::placeholder {
  color: rgb(250 232 255 / 0.9);
}
.placeholder-fuchsia-100\/95::placeholder {
  color: rgb(250 232 255 / 0.95);
}
.placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-200\/0::placeholder {
  color: rgb(245 208 254 / 0);
}
.placeholder-fuchsia-200\/10::placeholder {
  color: rgb(245 208 254 / 0.1);
}
.placeholder-fuchsia-200\/100::placeholder {
  color: rgb(245 208 254 / 1);
}
.placeholder-fuchsia-200\/15::placeholder {
  color: rgb(245 208 254 / 0.15);
}
.placeholder-fuchsia-200\/20::placeholder {
  color: rgb(245 208 254 / 0.2);
}
.placeholder-fuchsia-200\/25::placeholder {
  color: rgb(245 208 254 / 0.25);
}
.placeholder-fuchsia-200\/30::placeholder {
  color: rgb(245 208 254 / 0.3);
}
.placeholder-fuchsia-200\/35::placeholder {
  color: rgb(245 208 254 / 0.35);
}
.placeholder-fuchsia-200\/40::placeholder {
  color: rgb(245 208 254 / 0.4);
}
.placeholder-fuchsia-200\/45::placeholder {
  color: rgb(245 208 254 / 0.45);
}
.placeholder-fuchsia-200\/5::placeholder {
  color: rgb(245 208 254 / 0.05);
}
.placeholder-fuchsia-200\/50::placeholder {
  color: rgb(245 208 254 / 0.5);
}
.placeholder-fuchsia-200\/55::placeholder {
  color: rgb(245 208 254 / 0.55);
}
.placeholder-fuchsia-200\/60::placeholder {
  color: rgb(245 208 254 / 0.6);
}
.placeholder-fuchsia-200\/65::placeholder {
  color: rgb(245 208 254 / 0.65);
}
.placeholder-fuchsia-200\/70::placeholder {
  color: rgb(245 208 254 / 0.7);
}
.placeholder-fuchsia-200\/75::placeholder {
  color: rgb(245 208 254 / 0.75);
}
.placeholder-fuchsia-200\/80::placeholder {
  color: rgb(245 208 254 / 0.8);
}
.placeholder-fuchsia-200\/85::placeholder {
  color: rgb(245 208 254 / 0.85);
}
.placeholder-fuchsia-200\/90::placeholder {
  color: rgb(245 208 254 / 0.9);
}
.placeholder-fuchsia-200\/95::placeholder {
  color: rgb(245 208 254 / 0.95);
}
.placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-300\/0::placeholder {
  color: rgb(240 171 252 / 0);
}
.placeholder-fuchsia-300\/10::placeholder {
  color: rgb(240 171 252 / 0.1);
}
.placeholder-fuchsia-300\/100::placeholder {
  color: rgb(240 171 252 / 1);
}
.placeholder-fuchsia-300\/15::placeholder {
  color: rgb(240 171 252 / 0.15);
}
.placeholder-fuchsia-300\/20::placeholder {
  color: rgb(240 171 252 / 0.2);
}
.placeholder-fuchsia-300\/25::placeholder {
  color: rgb(240 171 252 / 0.25);
}
.placeholder-fuchsia-300\/30::placeholder {
  color: rgb(240 171 252 / 0.3);
}
.placeholder-fuchsia-300\/35::placeholder {
  color: rgb(240 171 252 / 0.35);
}
.placeholder-fuchsia-300\/40::placeholder {
  color: rgb(240 171 252 / 0.4);
}
.placeholder-fuchsia-300\/45::placeholder {
  color: rgb(240 171 252 / 0.45);
}
.placeholder-fuchsia-300\/5::placeholder {
  color: rgb(240 171 252 / 0.05);
}
.placeholder-fuchsia-300\/50::placeholder {
  color: rgb(240 171 252 / 0.5);
}
.placeholder-fuchsia-300\/55::placeholder {
  color: rgb(240 171 252 / 0.55);
}
.placeholder-fuchsia-300\/60::placeholder {
  color: rgb(240 171 252 / 0.6);
}
.placeholder-fuchsia-300\/65::placeholder {
  color: rgb(240 171 252 / 0.65);
}
.placeholder-fuchsia-300\/70::placeholder {
  color: rgb(240 171 252 / 0.7);
}
.placeholder-fuchsia-300\/75::placeholder {
  color: rgb(240 171 252 / 0.75);
}
.placeholder-fuchsia-300\/80::placeholder {
  color: rgb(240 171 252 / 0.8);
}
.placeholder-fuchsia-300\/85::placeholder {
  color: rgb(240 171 252 / 0.85);
}
.placeholder-fuchsia-300\/90::placeholder {
  color: rgb(240 171 252 / 0.9);
}
.placeholder-fuchsia-300\/95::placeholder {
  color: rgb(240 171 252 / 0.95);
}
.placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-400\/0::placeholder {
  color: rgb(232 121 249 / 0);
}
.placeholder-fuchsia-400\/10::placeholder {
  color: rgb(232 121 249 / 0.1);
}
.placeholder-fuchsia-400\/100::placeholder {
  color: rgb(232 121 249 / 1);
}
.placeholder-fuchsia-400\/15::placeholder {
  color: rgb(232 121 249 / 0.15);
}
.placeholder-fuchsia-400\/20::placeholder {
  color: rgb(232 121 249 / 0.2);
}
.placeholder-fuchsia-400\/25::placeholder {
  color: rgb(232 121 249 / 0.25);
}
.placeholder-fuchsia-400\/30::placeholder {
  color: rgb(232 121 249 / 0.3);
}
.placeholder-fuchsia-400\/35::placeholder {
  color: rgb(232 121 249 / 0.35);
}
.placeholder-fuchsia-400\/40::placeholder {
  color: rgb(232 121 249 / 0.4);
}
.placeholder-fuchsia-400\/45::placeholder {
  color: rgb(232 121 249 / 0.45);
}
.placeholder-fuchsia-400\/5::placeholder {
  color: rgb(232 121 249 / 0.05);
}
.placeholder-fuchsia-400\/50::placeholder {
  color: rgb(232 121 249 / 0.5);
}
.placeholder-fuchsia-400\/55::placeholder {
  color: rgb(232 121 249 / 0.55);
}
.placeholder-fuchsia-400\/60::placeholder {
  color: rgb(232 121 249 / 0.6);
}
.placeholder-fuchsia-400\/65::placeholder {
  color: rgb(232 121 249 / 0.65);
}
.placeholder-fuchsia-400\/70::placeholder {
  color: rgb(232 121 249 / 0.7);
}
.placeholder-fuchsia-400\/75::placeholder {
  color: rgb(232 121 249 / 0.75);
}
.placeholder-fuchsia-400\/80::placeholder {
  color: rgb(232 121 249 / 0.8);
}
.placeholder-fuchsia-400\/85::placeholder {
  color: rgb(232 121 249 / 0.85);
}
.placeholder-fuchsia-400\/90::placeholder {
  color: rgb(232 121 249 / 0.9);
}
.placeholder-fuchsia-400\/95::placeholder {
  color: rgb(232 121 249 / 0.95);
}
.placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-50\/0::placeholder {
  color: rgb(253 244 255 / 0);
}
.placeholder-fuchsia-50\/10::placeholder {
  color: rgb(253 244 255 / 0.1);
}
.placeholder-fuchsia-50\/100::placeholder {
  color: rgb(253 244 255 / 1);
}
.placeholder-fuchsia-50\/15::placeholder {
  color: rgb(253 244 255 / 0.15);
}
.placeholder-fuchsia-50\/20::placeholder {
  color: rgb(253 244 255 / 0.2);
}
.placeholder-fuchsia-50\/25::placeholder {
  color: rgb(253 244 255 / 0.25);
}
.placeholder-fuchsia-50\/30::placeholder {
  color: rgb(253 244 255 / 0.3);
}
.placeholder-fuchsia-50\/35::placeholder {
  color: rgb(253 244 255 / 0.35);
}
.placeholder-fuchsia-50\/40::placeholder {
  color: rgb(253 244 255 / 0.4);
}
.placeholder-fuchsia-50\/45::placeholder {
  color: rgb(253 244 255 / 0.45);
}
.placeholder-fuchsia-50\/5::placeholder {
  color: rgb(253 244 255 / 0.05);
}
.placeholder-fuchsia-50\/50::placeholder {
  color: rgb(253 244 255 / 0.5);
}
.placeholder-fuchsia-50\/55::placeholder {
  color: rgb(253 244 255 / 0.55);
}
.placeholder-fuchsia-50\/60::placeholder {
  color: rgb(253 244 255 / 0.6);
}
.placeholder-fuchsia-50\/65::placeholder {
  color: rgb(253 244 255 / 0.65);
}
.placeholder-fuchsia-50\/70::placeholder {
  color: rgb(253 244 255 / 0.7);
}
.placeholder-fuchsia-50\/75::placeholder {
  color: rgb(253 244 255 / 0.75);
}
.placeholder-fuchsia-50\/80::placeholder {
  color: rgb(253 244 255 / 0.8);
}
.placeholder-fuchsia-50\/85::placeholder {
  color: rgb(253 244 255 / 0.85);
}
.placeholder-fuchsia-50\/90::placeholder {
  color: rgb(253 244 255 / 0.9);
}
.placeholder-fuchsia-50\/95::placeholder {
  color: rgb(253 244 255 / 0.95);
}
.placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-500\/0::placeholder {
  color: rgb(217 70 239 / 0);
}
.placeholder-fuchsia-500\/10::placeholder {
  color: rgb(217 70 239 / 0.1);
}
.placeholder-fuchsia-500\/100::placeholder {
  color: rgb(217 70 239 / 1);
}
.placeholder-fuchsia-500\/15::placeholder {
  color: rgb(217 70 239 / 0.15);
}
.placeholder-fuchsia-500\/20::placeholder {
  color: rgb(217 70 239 / 0.2);
}
.placeholder-fuchsia-500\/25::placeholder {
  color: rgb(217 70 239 / 0.25);
}
.placeholder-fuchsia-500\/30::placeholder {
  color: rgb(217 70 239 / 0.3);
}
.placeholder-fuchsia-500\/35::placeholder {
  color: rgb(217 70 239 / 0.35);
}
.placeholder-fuchsia-500\/40::placeholder {
  color: rgb(217 70 239 / 0.4);
}
.placeholder-fuchsia-500\/45::placeholder {
  color: rgb(217 70 239 / 0.45);
}
.placeholder-fuchsia-500\/5::placeholder {
  color: rgb(217 70 239 / 0.05);
}
.placeholder-fuchsia-500\/50::placeholder {
  color: rgb(217 70 239 / 0.5);
}
.placeholder-fuchsia-500\/55::placeholder {
  color: rgb(217 70 239 / 0.55);
}
.placeholder-fuchsia-500\/60::placeholder {
  color: rgb(217 70 239 / 0.6);
}
.placeholder-fuchsia-500\/65::placeholder {
  color: rgb(217 70 239 / 0.65);
}
.placeholder-fuchsia-500\/70::placeholder {
  color: rgb(217 70 239 / 0.7);
}
.placeholder-fuchsia-500\/75::placeholder {
  color: rgb(217 70 239 / 0.75);
}
.placeholder-fuchsia-500\/80::placeholder {
  color: rgb(217 70 239 / 0.8);
}
.placeholder-fuchsia-500\/85::placeholder {
  color: rgb(217 70 239 / 0.85);
}
.placeholder-fuchsia-500\/90::placeholder {
  color: rgb(217 70 239 / 0.9);
}
.placeholder-fuchsia-500\/95::placeholder {
  color: rgb(217 70 239 / 0.95);
}
.placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-600\/0::placeholder {
  color: rgb(192 38 211 / 0);
}
.placeholder-fuchsia-600\/10::placeholder {
  color: rgb(192 38 211 / 0.1);
}
.placeholder-fuchsia-600\/100::placeholder {
  color: rgb(192 38 211 / 1);
}
.placeholder-fuchsia-600\/15::placeholder {
  color: rgb(192 38 211 / 0.15);
}
.placeholder-fuchsia-600\/20::placeholder {
  color: rgb(192 38 211 / 0.2);
}
.placeholder-fuchsia-600\/25::placeholder {
  color: rgb(192 38 211 / 0.25);
}
.placeholder-fuchsia-600\/30::placeholder {
  color: rgb(192 38 211 / 0.3);
}
.placeholder-fuchsia-600\/35::placeholder {
  color: rgb(192 38 211 / 0.35);
}
.placeholder-fuchsia-600\/40::placeholder {
  color: rgb(192 38 211 / 0.4);
}
.placeholder-fuchsia-600\/45::placeholder {
  color: rgb(192 38 211 / 0.45);
}
.placeholder-fuchsia-600\/5::placeholder {
  color: rgb(192 38 211 / 0.05);
}
.placeholder-fuchsia-600\/50::placeholder {
  color: rgb(192 38 211 / 0.5);
}
.placeholder-fuchsia-600\/55::placeholder {
  color: rgb(192 38 211 / 0.55);
}
.placeholder-fuchsia-600\/60::placeholder {
  color: rgb(192 38 211 / 0.6);
}
.placeholder-fuchsia-600\/65::placeholder {
  color: rgb(192 38 211 / 0.65);
}
.placeholder-fuchsia-600\/70::placeholder {
  color: rgb(192 38 211 / 0.7);
}
.placeholder-fuchsia-600\/75::placeholder {
  color: rgb(192 38 211 / 0.75);
}
.placeholder-fuchsia-600\/80::placeholder {
  color: rgb(192 38 211 / 0.8);
}
.placeholder-fuchsia-600\/85::placeholder {
  color: rgb(192 38 211 / 0.85);
}
.placeholder-fuchsia-600\/90::placeholder {
  color: rgb(192 38 211 / 0.9);
}
.placeholder-fuchsia-600\/95::placeholder {
  color: rgb(192 38 211 / 0.95);
}
.placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-700\/0::placeholder {
  color: rgb(162 28 175 / 0);
}
.placeholder-fuchsia-700\/10::placeholder {
  color: rgb(162 28 175 / 0.1);
}
.placeholder-fuchsia-700\/100::placeholder {
  color: rgb(162 28 175 / 1);
}
.placeholder-fuchsia-700\/15::placeholder {
  color: rgb(162 28 175 / 0.15);
}
.placeholder-fuchsia-700\/20::placeholder {
  color: rgb(162 28 175 / 0.2);
}
.placeholder-fuchsia-700\/25::placeholder {
  color: rgb(162 28 175 / 0.25);
}
.placeholder-fuchsia-700\/30::placeholder {
  color: rgb(162 28 175 / 0.3);
}
.placeholder-fuchsia-700\/35::placeholder {
  color: rgb(162 28 175 / 0.35);
}
.placeholder-fuchsia-700\/40::placeholder {
  color: rgb(162 28 175 / 0.4);
}
.placeholder-fuchsia-700\/45::placeholder {
  color: rgb(162 28 175 / 0.45);
}
.placeholder-fuchsia-700\/5::placeholder {
  color: rgb(162 28 175 / 0.05);
}
.placeholder-fuchsia-700\/50::placeholder {
  color: rgb(162 28 175 / 0.5);
}
.placeholder-fuchsia-700\/55::placeholder {
  color: rgb(162 28 175 / 0.55);
}
.placeholder-fuchsia-700\/60::placeholder {
  color: rgb(162 28 175 / 0.6);
}
.placeholder-fuchsia-700\/65::placeholder {
  color: rgb(162 28 175 / 0.65);
}
.placeholder-fuchsia-700\/70::placeholder {
  color: rgb(162 28 175 / 0.7);
}
.placeholder-fuchsia-700\/75::placeholder {
  color: rgb(162 28 175 / 0.75);
}
.placeholder-fuchsia-700\/80::placeholder {
  color: rgb(162 28 175 / 0.8);
}
.placeholder-fuchsia-700\/85::placeholder {
  color: rgb(162 28 175 / 0.85);
}
.placeholder-fuchsia-700\/90::placeholder {
  color: rgb(162 28 175 / 0.9);
}
.placeholder-fuchsia-700\/95::placeholder {
  color: rgb(162 28 175 / 0.95);
}
.placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-800\/0::placeholder {
  color: rgb(134 25 143 / 0);
}
.placeholder-fuchsia-800\/10::placeholder {
  color: rgb(134 25 143 / 0.1);
}
.placeholder-fuchsia-800\/100::placeholder {
  color: rgb(134 25 143 / 1);
}
.placeholder-fuchsia-800\/15::placeholder {
  color: rgb(134 25 143 / 0.15);
}
.placeholder-fuchsia-800\/20::placeholder {
  color: rgb(134 25 143 / 0.2);
}
.placeholder-fuchsia-800\/25::placeholder {
  color: rgb(134 25 143 / 0.25);
}
.placeholder-fuchsia-800\/30::placeholder {
  color: rgb(134 25 143 / 0.3);
}
.placeholder-fuchsia-800\/35::placeholder {
  color: rgb(134 25 143 / 0.35);
}
.placeholder-fuchsia-800\/40::placeholder {
  color: rgb(134 25 143 / 0.4);
}
.placeholder-fuchsia-800\/45::placeholder {
  color: rgb(134 25 143 / 0.45);
}
.placeholder-fuchsia-800\/5::placeholder {
  color: rgb(134 25 143 / 0.05);
}
.placeholder-fuchsia-800\/50::placeholder {
  color: rgb(134 25 143 / 0.5);
}
.placeholder-fuchsia-800\/55::placeholder {
  color: rgb(134 25 143 / 0.55);
}
.placeholder-fuchsia-800\/60::placeholder {
  color: rgb(134 25 143 / 0.6);
}
.placeholder-fuchsia-800\/65::placeholder {
  color: rgb(134 25 143 / 0.65);
}
.placeholder-fuchsia-800\/70::placeholder {
  color: rgb(134 25 143 / 0.7);
}
.placeholder-fuchsia-800\/75::placeholder {
  color: rgb(134 25 143 / 0.75);
}
.placeholder-fuchsia-800\/80::placeholder {
  color: rgb(134 25 143 / 0.8);
}
.placeholder-fuchsia-800\/85::placeholder {
  color: rgb(134 25 143 / 0.85);
}
.placeholder-fuchsia-800\/90::placeholder {
  color: rgb(134 25 143 / 0.9);
}
.placeholder-fuchsia-800\/95::placeholder {
  color: rgb(134 25 143 / 0.95);
}
.placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-900\/0::placeholder {
  color: rgb(112 26 117 / 0);
}
.placeholder-fuchsia-900\/10::placeholder {
  color: rgb(112 26 117 / 0.1);
}
.placeholder-fuchsia-900\/100::placeholder {
  color: rgb(112 26 117 / 1);
}
.placeholder-fuchsia-900\/15::placeholder {
  color: rgb(112 26 117 / 0.15);
}
.placeholder-fuchsia-900\/20::placeholder {
  color: rgb(112 26 117 / 0.2);
}
.placeholder-fuchsia-900\/25::placeholder {
  color: rgb(112 26 117 / 0.25);
}
.placeholder-fuchsia-900\/30::placeholder {
  color: rgb(112 26 117 / 0.3);
}
.placeholder-fuchsia-900\/35::placeholder {
  color: rgb(112 26 117 / 0.35);
}
.placeholder-fuchsia-900\/40::placeholder {
  color: rgb(112 26 117 / 0.4);
}
.placeholder-fuchsia-900\/45::placeholder {
  color: rgb(112 26 117 / 0.45);
}
.placeholder-fuchsia-900\/5::placeholder {
  color: rgb(112 26 117 / 0.05);
}
.placeholder-fuchsia-900\/50::placeholder {
  color: rgb(112 26 117 / 0.5);
}
.placeholder-fuchsia-900\/55::placeholder {
  color: rgb(112 26 117 / 0.55);
}
.placeholder-fuchsia-900\/60::placeholder {
  color: rgb(112 26 117 / 0.6);
}
.placeholder-fuchsia-900\/65::placeholder {
  color: rgb(112 26 117 / 0.65);
}
.placeholder-fuchsia-900\/70::placeholder {
  color: rgb(112 26 117 / 0.7);
}
.placeholder-fuchsia-900\/75::placeholder {
  color: rgb(112 26 117 / 0.75);
}
.placeholder-fuchsia-900\/80::placeholder {
  color: rgb(112 26 117 / 0.8);
}
.placeholder-fuchsia-900\/85::placeholder {
  color: rgb(112 26 117 / 0.85);
}
.placeholder-fuchsia-900\/90::placeholder {
  color: rgb(112 26 117 / 0.9);
}
.placeholder-fuchsia-900\/95::placeholder {
  color: rgb(112 26 117 / 0.95);
}
.placeholder-fuchsia-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fuchsia-950\/0::placeholder {
  color: rgb(74 4 78 / 0);
}
.placeholder-fuchsia-950\/10::placeholder {
  color: rgb(74 4 78 / 0.1);
}
.placeholder-fuchsia-950\/100::placeholder {
  color: rgb(74 4 78 / 1);
}
.placeholder-fuchsia-950\/15::placeholder {
  color: rgb(74 4 78 / 0.15);
}
.placeholder-fuchsia-950\/20::placeholder {
  color: rgb(74 4 78 / 0.2);
}
.placeholder-fuchsia-950\/25::placeholder {
  color: rgb(74 4 78 / 0.25);
}
.placeholder-fuchsia-950\/30::placeholder {
  color: rgb(74 4 78 / 0.3);
}
.placeholder-fuchsia-950\/35::placeholder {
  color: rgb(74 4 78 / 0.35);
}
.placeholder-fuchsia-950\/40::placeholder {
  color: rgb(74 4 78 / 0.4);
}
.placeholder-fuchsia-950\/45::placeholder {
  color: rgb(74 4 78 / 0.45);
}
.placeholder-fuchsia-950\/5::placeholder {
  color: rgb(74 4 78 / 0.05);
}
.placeholder-fuchsia-950\/50::placeholder {
  color: rgb(74 4 78 / 0.5);
}
.placeholder-fuchsia-950\/55::placeholder {
  color: rgb(74 4 78 / 0.55);
}
.placeholder-fuchsia-950\/60::placeholder {
  color: rgb(74 4 78 / 0.6);
}
.placeholder-fuchsia-950\/65::placeholder {
  color: rgb(74 4 78 / 0.65);
}
.placeholder-fuchsia-950\/70::placeholder {
  color: rgb(74 4 78 / 0.7);
}
.placeholder-fuchsia-950\/75::placeholder {
  color: rgb(74 4 78 / 0.75);
}
.placeholder-fuchsia-950\/80::placeholder {
  color: rgb(74 4 78 / 0.8);
}
.placeholder-fuchsia-950\/85::placeholder {
  color: rgb(74 4 78 / 0.85);
}
.placeholder-fuchsia-950\/90::placeholder {
  color: rgb(74 4 78 / 0.9);
}
.placeholder-fuchsia-950\/95::placeholder {
  color: rgb(74 4 78 / 0.95);
}
.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-100\/0::placeholder {
  color: rgb(243 244 246 / 0);
}
.placeholder-gray-100\/10::placeholder {
  color: rgb(243 244 246 / 0.1);
}
.placeholder-gray-100\/100::placeholder {
  color: rgb(243 244 246 / 1);
}
.placeholder-gray-100\/15::placeholder {
  color: rgb(243 244 246 / 0.15);
}
.placeholder-gray-100\/20::placeholder {
  color: rgb(243 244 246 / 0.2);
}
.placeholder-gray-100\/25::placeholder {
  color: rgb(243 244 246 / 0.25);
}
.placeholder-gray-100\/30::placeholder {
  color: rgb(243 244 246 / 0.3);
}
.placeholder-gray-100\/35::placeholder {
  color: rgb(243 244 246 / 0.35);
}
.placeholder-gray-100\/40::placeholder {
  color: rgb(243 244 246 / 0.4);
}
.placeholder-gray-100\/45::placeholder {
  color: rgb(243 244 246 / 0.45);
}
.placeholder-gray-100\/5::placeholder {
  color: rgb(243 244 246 / 0.05);
}
.placeholder-gray-100\/50::placeholder {
  color: rgb(243 244 246 / 0.5);
}
.placeholder-gray-100\/55::placeholder {
  color: rgb(243 244 246 / 0.55);
}
.placeholder-gray-100\/60::placeholder {
  color: rgb(243 244 246 / 0.6);
}
.placeholder-gray-100\/65::placeholder {
  color: rgb(243 244 246 / 0.65);
}
.placeholder-gray-100\/70::placeholder {
  color: rgb(243 244 246 / 0.7);
}
.placeholder-gray-100\/75::placeholder {
  color: rgb(243 244 246 / 0.75);
}
.placeholder-gray-100\/80::placeholder {
  color: rgb(243 244 246 / 0.8);
}
.placeholder-gray-100\/85::placeholder {
  color: rgb(243 244 246 / 0.85);
}
.placeholder-gray-100\/90::placeholder {
  color: rgb(243 244 246 / 0.9);
}
.placeholder-gray-100\/95::placeholder {
  color: rgb(243 244 246 / 0.95);
}
.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-200\/0::placeholder {
  color: rgb(229 231 235 / 0);
}
.placeholder-gray-200\/10::placeholder {
  color: rgb(229 231 235 / 0.1);
}
.placeholder-gray-200\/100::placeholder {
  color: rgb(229 231 235 / 1);
}
.placeholder-gray-200\/15::placeholder {
  color: rgb(229 231 235 / 0.15);
}
.placeholder-gray-200\/20::placeholder {
  color: rgb(229 231 235 / 0.2);
}
.placeholder-gray-200\/25::placeholder {
  color: rgb(229 231 235 / 0.25);
}
.placeholder-gray-200\/30::placeholder {
  color: rgb(229 231 235 / 0.3);
}
.placeholder-gray-200\/35::placeholder {
  color: rgb(229 231 235 / 0.35);
}
.placeholder-gray-200\/40::placeholder {
  color: rgb(229 231 235 / 0.4);
}
.placeholder-gray-200\/45::placeholder {
  color: rgb(229 231 235 / 0.45);
}
.placeholder-gray-200\/5::placeholder {
  color: rgb(229 231 235 / 0.05);
}
.placeholder-gray-200\/50::placeholder {
  color: rgb(229 231 235 / 0.5);
}
.placeholder-gray-200\/55::placeholder {
  color: rgb(229 231 235 / 0.55);
}
.placeholder-gray-200\/60::placeholder {
  color: rgb(229 231 235 / 0.6);
}
.placeholder-gray-200\/65::placeholder {
  color: rgb(229 231 235 / 0.65);
}
.placeholder-gray-200\/70::placeholder {
  color: rgb(229 231 235 / 0.7);
}
.placeholder-gray-200\/75::placeholder {
  color: rgb(229 231 235 / 0.75);
}
.placeholder-gray-200\/80::placeholder {
  color: rgb(229 231 235 / 0.8);
}
.placeholder-gray-200\/85::placeholder {
  color: rgb(229 231 235 / 0.85);
}
.placeholder-gray-200\/90::placeholder {
  color: rgb(229 231 235 / 0.9);
}
.placeholder-gray-200\/95::placeholder {
  color: rgb(229 231 235 / 0.95);
}
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-300\/0::placeholder {
  color: rgb(209 213 219 / 0);
}
.placeholder-gray-300\/10::placeholder {
  color: rgb(209 213 219 / 0.1);
}
.placeholder-gray-300\/100::placeholder {
  color: rgb(209 213 219 / 1);
}
.placeholder-gray-300\/15::placeholder {
  color: rgb(209 213 219 / 0.15);
}
.placeholder-gray-300\/20::placeholder {
  color: rgb(209 213 219 / 0.2);
}
.placeholder-gray-300\/25::placeholder {
  color: rgb(209 213 219 / 0.25);
}
.placeholder-gray-300\/30::placeholder {
  color: rgb(209 213 219 / 0.3);
}
.placeholder-gray-300\/35::placeholder {
  color: rgb(209 213 219 / 0.35);
}
.placeholder-gray-300\/40::placeholder {
  color: rgb(209 213 219 / 0.4);
}
.placeholder-gray-300\/45::placeholder {
  color: rgb(209 213 219 / 0.45);
}
.placeholder-gray-300\/5::placeholder {
  color: rgb(209 213 219 / 0.05);
}
.placeholder-gray-300\/50::placeholder {
  color: rgb(209 213 219 / 0.5);
}
.placeholder-gray-300\/55::placeholder {
  color: rgb(209 213 219 / 0.55);
}
.placeholder-gray-300\/60::placeholder {
  color: rgb(209 213 219 / 0.6);
}
.placeholder-gray-300\/65::placeholder {
  color: rgb(209 213 219 / 0.65);
}
.placeholder-gray-300\/70::placeholder {
  color: rgb(209 213 219 / 0.7);
}
.placeholder-gray-300\/75::placeholder {
  color: rgb(209 213 219 / 0.75);
}
.placeholder-gray-300\/80::placeholder {
  color: rgb(209 213 219 / 0.8);
}
.placeholder-gray-300\/85::placeholder {
  color: rgb(209 213 219 / 0.85);
}
.placeholder-gray-300\/90::placeholder {
  color: rgb(209 213 219 / 0.9);
}
.placeholder-gray-300\/95::placeholder {
  color: rgb(209 213 219 / 0.95);
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400\/0::placeholder {
  color: rgb(156 163 175 / 0);
}
.placeholder-gray-400\/10::placeholder {
  color: rgb(156 163 175 / 0.1);
}
.placeholder-gray-400\/100::placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-gray-400\/15::placeholder {
  color: rgb(156 163 175 / 0.15);
}
.placeholder-gray-400\/20::placeholder {
  color: rgb(156 163 175 / 0.2);
}
.placeholder-gray-400\/25::placeholder {
  color: rgb(156 163 175 / 0.25);
}
.placeholder-gray-400\/30::placeholder {
  color: rgb(156 163 175 / 0.3);
}
.placeholder-gray-400\/35::placeholder {
  color: rgb(156 163 175 / 0.35);
}
.placeholder-gray-400\/40::placeholder {
  color: rgb(156 163 175 / 0.4);
}
.placeholder-gray-400\/45::placeholder {
  color: rgb(156 163 175 / 0.45);
}
.placeholder-gray-400\/5::placeholder {
  color: rgb(156 163 175 / 0.05);
}
.placeholder-gray-400\/50::placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-gray-400\/55::placeholder {
  color: rgb(156 163 175 / 0.55);
}
.placeholder-gray-400\/60::placeholder {
  color: rgb(156 163 175 / 0.6);
}
.placeholder-gray-400\/65::placeholder {
  color: rgb(156 163 175 / 0.65);
}
.placeholder-gray-400\/70::placeholder {
  color: rgb(156 163 175 / 0.7);
}
.placeholder-gray-400\/75::placeholder {
  color: rgb(156 163 175 / 0.75);
}
.placeholder-gray-400\/80::placeholder {
  color: rgb(156 163 175 / 0.8);
}
.placeholder-gray-400\/85::placeholder {
  color: rgb(156 163 175 / 0.85);
}
.placeholder-gray-400\/90::placeholder {
  color: rgb(156 163 175 / 0.9);
}
.placeholder-gray-400\/95::placeholder {
  color: rgb(156 163 175 / 0.95);
}
.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-50\/0::placeholder {
  color: rgb(249 250 251 / 0);
}
.placeholder-gray-50\/10::placeholder {
  color: rgb(249 250 251 / 0.1);
}
.placeholder-gray-50\/100::placeholder {
  color: rgb(249 250 251 / 1);
}
.placeholder-gray-50\/15::placeholder {
  color: rgb(249 250 251 / 0.15);
}
.placeholder-gray-50\/20::placeholder {
  color: rgb(249 250 251 / 0.2);
}
.placeholder-gray-50\/25::placeholder {
  color: rgb(249 250 251 / 0.25);
}
.placeholder-gray-50\/30::placeholder {
  color: rgb(249 250 251 / 0.3);
}
.placeholder-gray-50\/35::placeholder {
  color: rgb(249 250 251 / 0.35);
}
.placeholder-gray-50\/40::placeholder {
  color: rgb(249 250 251 / 0.4);
}
.placeholder-gray-50\/45::placeholder {
  color: rgb(249 250 251 / 0.45);
}
.placeholder-gray-50\/5::placeholder {
  color: rgb(249 250 251 / 0.05);
}
.placeholder-gray-50\/50::placeholder {
  color: rgb(249 250 251 / 0.5);
}
.placeholder-gray-50\/55::placeholder {
  color: rgb(249 250 251 / 0.55);
}
.placeholder-gray-50\/60::placeholder {
  color: rgb(249 250 251 / 0.6);
}
.placeholder-gray-50\/65::placeholder {
  color: rgb(249 250 251 / 0.65);
}
.placeholder-gray-50\/70::placeholder {
  color: rgb(249 250 251 / 0.7);
}
.placeholder-gray-50\/75::placeholder {
  color: rgb(249 250 251 / 0.75);
}
.placeholder-gray-50\/80::placeholder {
  color: rgb(249 250 251 / 0.8);
}
.placeholder-gray-50\/85::placeholder {
  color: rgb(249 250 251 / 0.85);
}
.placeholder-gray-50\/90::placeholder {
  color: rgb(249 250 251 / 0.9);
}
.placeholder-gray-50\/95::placeholder {
  color: rgb(249 250 251 / 0.95);
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500\/0::placeholder {
  color: rgb(107 114 128 / 0);
}
.placeholder-gray-500\/10::placeholder {
  color: rgb(107 114 128 / 0.1);
}
.placeholder-gray-500\/100::placeholder {
  color: rgb(107 114 128 / 1);
}
.placeholder-gray-500\/15::placeholder {
  color: rgb(107 114 128 / 0.15);
}
.placeholder-gray-500\/20::placeholder {
  color: rgb(107 114 128 / 0.2);
}
.placeholder-gray-500\/25::placeholder {
  color: rgb(107 114 128 / 0.25);
}
.placeholder-gray-500\/30::placeholder {
  color: rgb(107 114 128 / 0.3);
}
.placeholder-gray-500\/35::placeholder {
  color: rgb(107 114 128 / 0.35);
}
.placeholder-gray-500\/40::placeholder {
  color: rgb(107 114 128 / 0.4);
}
.placeholder-gray-500\/45::placeholder {
  color: rgb(107 114 128 / 0.45);
}
.placeholder-gray-500\/5::placeholder {
  color: rgb(107 114 128 / 0.05);
}
.placeholder-gray-500\/50::placeholder {
  color: rgb(107 114 128 / 0.5);
}
.placeholder-gray-500\/55::placeholder {
  color: rgb(107 114 128 / 0.55);
}
.placeholder-gray-500\/60::placeholder {
  color: rgb(107 114 128 / 0.6);
}
.placeholder-gray-500\/65::placeholder {
  color: rgb(107 114 128 / 0.65);
}
.placeholder-gray-500\/70::placeholder {
  color: rgb(107 114 128 / 0.7);
}
.placeholder-gray-500\/75::placeholder {
  color: rgb(107 114 128 / 0.75);
}
.placeholder-gray-500\/80::placeholder {
  color: rgb(107 114 128 / 0.8);
}
.placeholder-gray-500\/85::placeholder {
  color: rgb(107 114 128 / 0.85);
}
.placeholder-gray-500\/90::placeholder {
  color: rgb(107 114 128 / 0.9);
}
.placeholder-gray-500\/95::placeholder {
  color: rgb(107 114 128 / 0.95);
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-600\/0::placeholder {
  color: rgb(75 85 99 / 0);
}
.placeholder-gray-600\/10::placeholder {
  color: rgb(75 85 99 / 0.1);
}
.placeholder-gray-600\/100::placeholder {
  color: rgb(75 85 99 / 1);
}
.placeholder-gray-600\/15::placeholder {
  color: rgb(75 85 99 / 0.15);
}
.placeholder-gray-600\/20::placeholder {
  color: rgb(75 85 99 / 0.2);
}
.placeholder-gray-600\/25::placeholder {
  color: rgb(75 85 99 / 0.25);
}
.placeholder-gray-600\/30::placeholder {
  color: rgb(75 85 99 / 0.3);
}
.placeholder-gray-600\/35::placeholder {
  color: rgb(75 85 99 / 0.35);
}
.placeholder-gray-600\/40::placeholder {
  color: rgb(75 85 99 / 0.4);
}
.placeholder-gray-600\/45::placeholder {
  color: rgb(75 85 99 / 0.45);
}
.placeholder-gray-600\/5::placeholder {
  color: rgb(75 85 99 / 0.05);
}
.placeholder-gray-600\/50::placeholder {
  color: rgb(75 85 99 / 0.5);
}
.placeholder-gray-600\/55::placeholder {
  color: rgb(75 85 99 / 0.55);
}
.placeholder-gray-600\/60::placeholder {
  color: rgb(75 85 99 / 0.6);
}
.placeholder-gray-600\/65::placeholder {
  color: rgb(75 85 99 / 0.65);
}
.placeholder-gray-600\/70::placeholder {
  color: rgb(75 85 99 / 0.7);
}
.placeholder-gray-600\/75::placeholder {
  color: rgb(75 85 99 / 0.75);
}
.placeholder-gray-600\/80::placeholder {
  color: rgb(75 85 99 / 0.8);
}
.placeholder-gray-600\/85::placeholder {
  color: rgb(75 85 99 / 0.85);
}
.placeholder-gray-600\/90::placeholder {
  color: rgb(75 85 99 / 0.9);
}
.placeholder-gray-600\/95::placeholder {
  color: rgb(75 85 99 / 0.95);
}
.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-700\/0::placeholder {
  color: rgb(55 65 81 / 0);
}
.placeholder-gray-700\/10::placeholder {
  color: rgb(55 65 81 / 0.1);
}
.placeholder-gray-700\/100::placeholder {
  color: rgb(55 65 81 / 1);
}
.placeholder-gray-700\/15::placeholder {
  color: rgb(55 65 81 / 0.15);
}
.placeholder-gray-700\/20::placeholder {
  color: rgb(55 65 81 / 0.2);
}
.placeholder-gray-700\/25::placeholder {
  color: rgb(55 65 81 / 0.25);
}
.placeholder-gray-700\/30::placeholder {
  color: rgb(55 65 81 / 0.3);
}
.placeholder-gray-700\/35::placeholder {
  color: rgb(55 65 81 / 0.35);
}
.placeholder-gray-700\/40::placeholder {
  color: rgb(55 65 81 / 0.4);
}
.placeholder-gray-700\/45::placeholder {
  color: rgb(55 65 81 / 0.45);
}
.placeholder-gray-700\/5::placeholder {
  color: rgb(55 65 81 / 0.05);
}
.placeholder-gray-700\/50::placeholder {
  color: rgb(55 65 81 / 0.5);
}
.placeholder-gray-700\/55::placeholder {
  color: rgb(55 65 81 / 0.55);
}
.placeholder-gray-700\/60::placeholder {
  color: rgb(55 65 81 / 0.6);
}
.placeholder-gray-700\/65::placeholder {
  color: rgb(55 65 81 / 0.65);
}
.placeholder-gray-700\/70::placeholder {
  color: rgb(55 65 81 / 0.7);
}
.placeholder-gray-700\/75::placeholder {
  color: rgb(55 65 81 / 0.75);
}
.placeholder-gray-700\/80::placeholder {
  color: rgb(55 65 81 / 0.8);
}
.placeholder-gray-700\/85::placeholder {
  color: rgb(55 65 81 / 0.85);
}
.placeholder-gray-700\/90::placeholder {
  color: rgb(55 65 81 / 0.9);
}
.placeholder-gray-700\/95::placeholder {
  color: rgb(55 65 81 / 0.95);
}
.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-800\/0::placeholder {
  color: rgb(31 41 55 / 0);
}
.placeholder-gray-800\/10::placeholder {
  color: rgb(31 41 55 / 0.1);
}
.placeholder-gray-800\/100::placeholder {
  color: rgb(31 41 55 / 1);
}
.placeholder-gray-800\/15::placeholder {
  color: rgb(31 41 55 / 0.15);
}
.placeholder-gray-800\/20::placeholder {
  color: rgb(31 41 55 / 0.2);
}
.placeholder-gray-800\/25::placeholder {
  color: rgb(31 41 55 / 0.25);
}
.placeholder-gray-800\/30::placeholder {
  color: rgb(31 41 55 / 0.3);
}
.placeholder-gray-800\/35::placeholder {
  color: rgb(31 41 55 / 0.35);
}
.placeholder-gray-800\/40::placeholder {
  color: rgb(31 41 55 / 0.4);
}
.placeholder-gray-800\/45::placeholder {
  color: rgb(31 41 55 / 0.45);
}
.placeholder-gray-800\/5::placeholder {
  color: rgb(31 41 55 / 0.05);
}
.placeholder-gray-800\/50::placeholder {
  color: rgb(31 41 55 / 0.5);
}
.placeholder-gray-800\/55::placeholder {
  color: rgb(31 41 55 / 0.55);
}
.placeholder-gray-800\/60::placeholder {
  color: rgb(31 41 55 / 0.6);
}
.placeholder-gray-800\/65::placeholder {
  color: rgb(31 41 55 / 0.65);
}
.placeholder-gray-800\/70::placeholder {
  color: rgb(31 41 55 / 0.7);
}
.placeholder-gray-800\/75::placeholder {
  color: rgb(31 41 55 / 0.75);
}
.placeholder-gray-800\/80::placeholder {
  color: rgb(31 41 55 / 0.8);
}
.placeholder-gray-800\/85::placeholder {
  color: rgb(31 41 55 / 0.85);
}
.placeholder-gray-800\/90::placeholder {
  color: rgb(31 41 55 / 0.9);
}
.placeholder-gray-800\/95::placeholder {
  color: rgb(31 41 55 / 0.95);
}
.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-900\/0::placeholder {
  color: rgb(17 24 39 / 0);
}
.placeholder-gray-900\/10::placeholder {
  color: rgb(17 24 39 / 0.1);
}
.placeholder-gray-900\/100::placeholder {
  color: rgb(17 24 39 / 1);
}
.placeholder-gray-900\/15::placeholder {
  color: rgb(17 24 39 / 0.15);
}
.placeholder-gray-900\/20::placeholder {
  color: rgb(17 24 39 / 0.2);
}
.placeholder-gray-900\/25::placeholder {
  color: rgb(17 24 39 / 0.25);
}
.placeholder-gray-900\/30::placeholder {
  color: rgb(17 24 39 / 0.3);
}
.placeholder-gray-900\/35::placeholder {
  color: rgb(17 24 39 / 0.35);
}
.placeholder-gray-900\/40::placeholder {
  color: rgb(17 24 39 / 0.4);
}
.placeholder-gray-900\/45::placeholder {
  color: rgb(17 24 39 / 0.45);
}
.placeholder-gray-900\/5::placeholder {
  color: rgb(17 24 39 / 0.05);
}
.placeholder-gray-900\/50::placeholder {
  color: rgb(17 24 39 / 0.5);
}
.placeholder-gray-900\/55::placeholder {
  color: rgb(17 24 39 / 0.55);
}
.placeholder-gray-900\/60::placeholder {
  color: rgb(17 24 39 / 0.6);
}
.placeholder-gray-900\/65::placeholder {
  color: rgb(17 24 39 / 0.65);
}
.placeholder-gray-900\/70::placeholder {
  color: rgb(17 24 39 / 0.7);
}
.placeholder-gray-900\/75::placeholder {
  color: rgb(17 24 39 / 0.75);
}
.placeholder-gray-900\/80::placeholder {
  color: rgb(17 24 39 / 0.8);
}
.placeholder-gray-900\/85::placeholder {
  color: rgb(17 24 39 / 0.85);
}
.placeholder-gray-900\/90::placeholder {
  color: rgb(17 24 39 / 0.9);
}
.placeholder-gray-900\/95::placeholder {
  color: rgb(17 24 39 / 0.95);
}
.placeholder-gray-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-950\/0::placeholder {
  color: rgb(3 7 18 / 0);
}
.placeholder-gray-950\/10::placeholder {
  color: rgb(3 7 18 / 0.1);
}
.placeholder-gray-950\/100::placeholder {
  color: rgb(3 7 18 / 1);
}
.placeholder-gray-950\/15::placeholder {
  color: rgb(3 7 18 / 0.15);
}
.placeholder-gray-950\/20::placeholder {
  color: rgb(3 7 18 / 0.2);
}
.placeholder-gray-950\/25::placeholder {
  color: rgb(3 7 18 / 0.25);
}
.placeholder-gray-950\/30::placeholder {
  color: rgb(3 7 18 / 0.3);
}
.placeholder-gray-950\/35::placeholder {
  color: rgb(3 7 18 / 0.35);
}
.placeholder-gray-950\/40::placeholder {
  color: rgb(3 7 18 / 0.4);
}
.placeholder-gray-950\/45::placeholder {
  color: rgb(3 7 18 / 0.45);
}
.placeholder-gray-950\/5::placeholder {
  color: rgb(3 7 18 / 0.05);
}
.placeholder-gray-950\/50::placeholder {
  color: rgb(3 7 18 / 0.5);
}
.placeholder-gray-950\/55::placeholder {
  color: rgb(3 7 18 / 0.55);
}
.placeholder-gray-950\/60::placeholder {
  color: rgb(3 7 18 / 0.6);
}
.placeholder-gray-950\/65::placeholder {
  color: rgb(3 7 18 / 0.65);
}
.placeholder-gray-950\/70::placeholder {
  color: rgb(3 7 18 / 0.7);
}
.placeholder-gray-950\/75::placeholder {
  color: rgb(3 7 18 / 0.75);
}
.placeholder-gray-950\/80::placeholder {
  color: rgb(3 7 18 / 0.8);
}
.placeholder-gray-950\/85::placeholder {
  color: rgb(3 7 18 / 0.85);
}
.placeholder-gray-950\/90::placeholder {
  color: rgb(3 7 18 / 0.9);
}
.placeholder-gray-950\/95::placeholder {
  color: rgb(3 7 18 / 0.95);
}
.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-100\/0::placeholder {
  color: rgb(220 252 231 / 0);
}
.placeholder-green-100\/10::placeholder {
  color: rgb(220 252 231 / 0.1);
}
.placeholder-green-100\/100::placeholder {
  color: rgb(220 252 231 / 1);
}
.placeholder-green-100\/15::placeholder {
  color: rgb(220 252 231 / 0.15);
}
.placeholder-green-100\/20::placeholder {
  color: rgb(220 252 231 / 0.2);
}
.placeholder-green-100\/25::placeholder {
  color: rgb(220 252 231 / 0.25);
}
.placeholder-green-100\/30::placeholder {
  color: rgb(220 252 231 / 0.3);
}
.placeholder-green-100\/35::placeholder {
  color: rgb(220 252 231 / 0.35);
}
.placeholder-green-100\/40::placeholder {
  color: rgb(220 252 231 / 0.4);
}
.placeholder-green-100\/45::placeholder {
  color: rgb(220 252 231 / 0.45);
}
.placeholder-green-100\/5::placeholder {
  color: rgb(220 252 231 / 0.05);
}
.placeholder-green-100\/50::placeholder {
  color: rgb(220 252 231 / 0.5);
}
.placeholder-green-100\/55::placeholder {
  color: rgb(220 252 231 / 0.55);
}
.placeholder-green-100\/60::placeholder {
  color: rgb(220 252 231 / 0.6);
}
.placeholder-green-100\/65::placeholder {
  color: rgb(220 252 231 / 0.65);
}
.placeholder-green-100\/70::placeholder {
  color: rgb(220 252 231 / 0.7);
}
.placeholder-green-100\/75::placeholder {
  color: rgb(220 252 231 / 0.75);
}
.placeholder-green-100\/80::placeholder {
  color: rgb(220 252 231 / 0.8);
}
.placeholder-green-100\/85::placeholder {
  color: rgb(220 252 231 / 0.85);
}
.placeholder-green-100\/90::placeholder {
  color: rgb(220 252 231 / 0.9);
}
.placeholder-green-100\/95::placeholder {
  color: rgb(220 252 231 / 0.95);
}
.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-200\/0::placeholder {
  color: rgb(187 247 208 / 0);
}
.placeholder-green-200\/10::placeholder {
  color: rgb(187 247 208 / 0.1);
}
.placeholder-green-200\/100::placeholder {
  color: rgb(187 247 208 / 1);
}
.placeholder-green-200\/15::placeholder {
  color: rgb(187 247 208 / 0.15);
}
.placeholder-green-200\/20::placeholder {
  color: rgb(187 247 208 / 0.2);
}
.placeholder-green-200\/25::placeholder {
  color: rgb(187 247 208 / 0.25);
}
.placeholder-green-200\/30::placeholder {
  color: rgb(187 247 208 / 0.3);
}
.placeholder-green-200\/35::placeholder {
  color: rgb(187 247 208 / 0.35);
}
.placeholder-green-200\/40::placeholder {
  color: rgb(187 247 208 / 0.4);
}
.placeholder-green-200\/45::placeholder {
  color: rgb(187 247 208 / 0.45);
}
.placeholder-green-200\/5::placeholder {
  color: rgb(187 247 208 / 0.05);
}
.placeholder-green-200\/50::placeholder {
  color: rgb(187 247 208 / 0.5);
}
.placeholder-green-200\/55::placeholder {
  color: rgb(187 247 208 / 0.55);
}
.placeholder-green-200\/60::placeholder {
  color: rgb(187 247 208 / 0.6);
}
.placeholder-green-200\/65::placeholder {
  color: rgb(187 247 208 / 0.65);
}
.placeholder-green-200\/70::placeholder {
  color: rgb(187 247 208 / 0.7);
}
.placeholder-green-200\/75::placeholder {
  color: rgb(187 247 208 / 0.75);
}
.placeholder-green-200\/80::placeholder {
  color: rgb(187 247 208 / 0.8);
}
.placeholder-green-200\/85::placeholder {
  color: rgb(187 247 208 / 0.85);
}
.placeholder-green-200\/90::placeholder {
  color: rgb(187 247 208 / 0.9);
}
.placeholder-green-200\/95::placeholder {
  color: rgb(187 247 208 / 0.95);
}
.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-300\/0::placeholder {
  color: rgb(134 239 172 / 0);
}
.placeholder-green-300\/10::placeholder {
  color: rgb(134 239 172 / 0.1);
}
.placeholder-green-300\/100::placeholder {
  color: rgb(134 239 172 / 1);
}
.placeholder-green-300\/15::placeholder {
  color: rgb(134 239 172 / 0.15);
}
.placeholder-green-300\/20::placeholder {
  color: rgb(134 239 172 / 0.2);
}
.placeholder-green-300\/25::placeholder {
  color: rgb(134 239 172 / 0.25);
}
.placeholder-green-300\/30::placeholder {
  color: rgb(134 239 172 / 0.3);
}
.placeholder-green-300\/35::placeholder {
  color: rgb(134 239 172 / 0.35);
}
.placeholder-green-300\/40::placeholder {
  color: rgb(134 239 172 / 0.4);
}
.placeholder-green-300\/45::placeholder {
  color: rgb(134 239 172 / 0.45);
}
.placeholder-green-300\/5::placeholder {
  color: rgb(134 239 172 / 0.05);
}
.placeholder-green-300\/50::placeholder {
  color: rgb(134 239 172 / 0.5);
}
.placeholder-green-300\/55::placeholder {
  color: rgb(134 239 172 / 0.55);
}
.placeholder-green-300\/60::placeholder {
  color: rgb(134 239 172 / 0.6);
}
.placeholder-green-300\/65::placeholder {
  color: rgb(134 239 172 / 0.65);
}
.placeholder-green-300\/70::placeholder {
  color: rgb(134 239 172 / 0.7);
}
.placeholder-green-300\/75::placeholder {
  color: rgb(134 239 172 / 0.75);
}
.placeholder-green-300\/80::placeholder {
  color: rgb(134 239 172 / 0.8);
}
.placeholder-green-300\/85::placeholder {
  color: rgb(134 239 172 / 0.85);
}
.placeholder-green-300\/90::placeholder {
  color: rgb(134 239 172 / 0.9);
}
.placeholder-green-300\/95::placeholder {
  color: rgb(134 239 172 / 0.95);
}
.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-400\/0::placeholder {
  color: rgb(74 222 128 / 0);
}
.placeholder-green-400\/10::placeholder {
  color: rgb(74 222 128 / 0.1);
}
.placeholder-green-400\/100::placeholder {
  color: rgb(74 222 128 / 1);
}
.placeholder-green-400\/15::placeholder {
  color: rgb(74 222 128 / 0.15);
}
.placeholder-green-400\/20::placeholder {
  color: rgb(74 222 128 / 0.2);
}
.placeholder-green-400\/25::placeholder {
  color: rgb(74 222 128 / 0.25);
}
.placeholder-green-400\/30::placeholder {
  color: rgb(74 222 128 / 0.3);
}
.placeholder-green-400\/35::placeholder {
  color: rgb(74 222 128 / 0.35);
}
.placeholder-green-400\/40::placeholder {
  color: rgb(74 222 128 / 0.4);
}
.placeholder-green-400\/45::placeholder {
  color: rgb(74 222 128 / 0.45);
}
.placeholder-green-400\/5::placeholder {
  color: rgb(74 222 128 / 0.05);
}
.placeholder-green-400\/50::placeholder {
  color: rgb(74 222 128 / 0.5);
}
.placeholder-green-400\/55::placeholder {
  color: rgb(74 222 128 / 0.55);
}
.placeholder-green-400\/60::placeholder {
  color: rgb(74 222 128 / 0.6);
}
.placeholder-green-400\/65::placeholder {
  color: rgb(74 222 128 / 0.65);
}
.placeholder-green-400\/70::placeholder {
  color: rgb(74 222 128 / 0.7);
}
.placeholder-green-400\/75::placeholder {
  color: rgb(74 222 128 / 0.75);
}
.placeholder-green-400\/80::placeholder {
  color: rgb(74 222 128 / 0.8);
}
.placeholder-green-400\/85::placeholder {
  color: rgb(74 222 128 / 0.85);
}
.placeholder-green-400\/90::placeholder {
  color: rgb(74 222 128 / 0.9);
}
.placeholder-green-400\/95::placeholder {
  color: rgb(74 222 128 / 0.95);
}
.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-50\/0::placeholder {
  color: rgb(240 253 244 / 0);
}
.placeholder-green-50\/10::placeholder {
  color: rgb(240 253 244 / 0.1);
}
.placeholder-green-50\/100::placeholder {
  color: rgb(240 253 244 / 1);
}
.placeholder-green-50\/15::placeholder {
  color: rgb(240 253 244 / 0.15);
}
.placeholder-green-50\/20::placeholder {
  color: rgb(240 253 244 / 0.2);
}
.placeholder-green-50\/25::placeholder {
  color: rgb(240 253 244 / 0.25);
}
.placeholder-green-50\/30::placeholder {
  color: rgb(240 253 244 / 0.3);
}
.placeholder-green-50\/35::placeholder {
  color: rgb(240 253 244 / 0.35);
}
.placeholder-green-50\/40::placeholder {
  color: rgb(240 253 244 / 0.4);
}
.placeholder-green-50\/45::placeholder {
  color: rgb(240 253 244 / 0.45);
}
.placeholder-green-50\/5::placeholder {
  color: rgb(240 253 244 / 0.05);
}
.placeholder-green-50\/50::placeholder {
  color: rgb(240 253 244 / 0.5);
}
.placeholder-green-50\/55::placeholder {
  color: rgb(240 253 244 / 0.55);
}
.placeholder-green-50\/60::placeholder {
  color: rgb(240 253 244 / 0.6);
}
.placeholder-green-50\/65::placeholder {
  color: rgb(240 253 244 / 0.65);
}
.placeholder-green-50\/70::placeholder {
  color: rgb(240 253 244 / 0.7);
}
.placeholder-green-50\/75::placeholder {
  color: rgb(240 253 244 / 0.75);
}
.placeholder-green-50\/80::placeholder {
  color: rgb(240 253 244 / 0.8);
}
.placeholder-green-50\/85::placeholder {
  color: rgb(240 253 244 / 0.85);
}
.placeholder-green-50\/90::placeholder {
  color: rgb(240 253 244 / 0.9);
}
.placeholder-green-50\/95::placeholder {
  color: rgb(240 253 244 / 0.95);
}
.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-500\/0::placeholder {
  color: rgb(34 197 94 / 0);
}
.placeholder-green-500\/10::placeholder {
  color: rgb(34 197 94 / 0.1);
}
.placeholder-green-500\/100::placeholder {
  color: rgb(34 197 94 / 1);
}
.placeholder-green-500\/15::placeholder {
  color: rgb(34 197 94 / 0.15);
}
.placeholder-green-500\/20::placeholder {
  color: rgb(34 197 94 / 0.2);
}
.placeholder-green-500\/25::placeholder {
  color: rgb(34 197 94 / 0.25);
}
.placeholder-green-500\/30::placeholder {
  color: rgb(34 197 94 / 0.3);
}
.placeholder-green-500\/35::placeholder {
  color: rgb(34 197 94 / 0.35);
}
.placeholder-green-500\/40::placeholder {
  color: rgb(34 197 94 / 0.4);
}
.placeholder-green-500\/45::placeholder {
  color: rgb(34 197 94 / 0.45);
}
.placeholder-green-500\/5::placeholder {
  color: rgb(34 197 94 / 0.05);
}
.placeholder-green-500\/50::placeholder {
  color: rgb(34 197 94 / 0.5);
}
.placeholder-green-500\/55::placeholder {
  color: rgb(34 197 94 / 0.55);
}
.placeholder-green-500\/60::placeholder {
  color: rgb(34 197 94 / 0.6);
}
.placeholder-green-500\/65::placeholder {
  color: rgb(34 197 94 / 0.65);
}
.placeholder-green-500\/70::placeholder {
  color: rgb(34 197 94 / 0.7);
}
.placeholder-green-500\/75::placeholder {
  color: rgb(34 197 94 / 0.75);
}
.placeholder-green-500\/80::placeholder {
  color: rgb(34 197 94 / 0.8);
}
.placeholder-green-500\/85::placeholder {
  color: rgb(34 197 94 / 0.85);
}
.placeholder-green-500\/90::placeholder {
  color: rgb(34 197 94 / 0.9);
}
.placeholder-green-500\/95::placeholder {
  color: rgb(34 197 94 / 0.95);
}
.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-600\/0::placeholder {
  color: rgb(22 163 74 / 0);
}
.placeholder-green-600\/10::placeholder {
  color: rgb(22 163 74 / 0.1);
}
.placeholder-green-600\/100::placeholder {
  color: rgb(22 163 74 / 1);
}
.placeholder-green-600\/15::placeholder {
  color: rgb(22 163 74 / 0.15);
}
.placeholder-green-600\/20::placeholder {
  color: rgb(22 163 74 / 0.2);
}
.placeholder-green-600\/25::placeholder {
  color: rgb(22 163 74 / 0.25);
}
.placeholder-green-600\/30::placeholder {
  color: rgb(22 163 74 / 0.3);
}
.placeholder-green-600\/35::placeholder {
  color: rgb(22 163 74 / 0.35);
}
.placeholder-green-600\/40::placeholder {
  color: rgb(22 163 74 / 0.4);
}
.placeholder-green-600\/45::placeholder {
  color: rgb(22 163 74 / 0.45);
}
.placeholder-green-600\/5::placeholder {
  color: rgb(22 163 74 / 0.05);
}
.placeholder-green-600\/50::placeholder {
  color: rgb(22 163 74 / 0.5);
}
.placeholder-green-600\/55::placeholder {
  color: rgb(22 163 74 / 0.55);
}
.placeholder-green-600\/60::placeholder {
  color: rgb(22 163 74 / 0.6);
}
.placeholder-green-600\/65::placeholder {
  color: rgb(22 163 74 / 0.65);
}
.placeholder-green-600\/70::placeholder {
  color: rgb(22 163 74 / 0.7);
}
.placeholder-green-600\/75::placeholder {
  color: rgb(22 163 74 / 0.75);
}
.placeholder-green-600\/80::placeholder {
  color: rgb(22 163 74 / 0.8);
}
.placeholder-green-600\/85::placeholder {
  color: rgb(22 163 74 / 0.85);
}
.placeholder-green-600\/90::placeholder {
  color: rgb(22 163 74 / 0.9);
}
.placeholder-green-600\/95::placeholder {
  color: rgb(22 163 74 / 0.95);
}
.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-700\/0::placeholder {
  color: rgb(21 128 61 / 0);
}
.placeholder-green-700\/10::placeholder {
  color: rgb(21 128 61 / 0.1);
}
.placeholder-green-700\/100::placeholder {
  color: rgb(21 128 61 / 1);
}
.placeholder-green-700\/15::placeholder {
  color: rgb(21 128 61 / 0.15);
}
.placeholder-green-700\/20::placeholder {
  color: rgb(21 128 61 / 0.2);
}
.placeholder-green-700\/25::placeholder {
  color: rgb(21 128 61 / 0.25);
}
.placeholder-green-700\/30::placeholder {
  color: rgb(21 128 61 / 0.3);
}
.placeholder-green-700\/35::placeholder {
  color: rgb(21 128 61 / 0.35);
}
.placeholder-green-700\/40::placeholder {
  color: rgb(21 128 61 / 0.4);
}
.placeholder-green-700\/45::placeholder {
  color: rgb(21 128 61 / 0.45);
}
.placeholder-green-700\/5::placeholder {
  color: rgb(21 128 61 / 0.05);
}
.placeholder-green-700\/50::placeholder {
  color: rgb(21 128 61 / 0.5);
}
.placeholder-green-700\/55::placeholder {
  color: rgb(21 128 61 / 0.55);
}
.placeholder-green-700\/60::placeholder {
  color: rgb(21 128 61 / 0.6);
}
.placeholder-green-700\/65::placeholder {
  color: rgb(21 128 61 / 0.65);
}
.placeholder-green-700\/70::placeholder {
  color: rgb(21 128 61 / 0.7);
}
.placeholder-green-700\/75::placeholder {
  color: rgb(21 128 61 / 0.75);
}
.placeholder-green-700\/80::placeholder {
  color: rgb(21 128 61 / 0.8);
}
.placeholder-green-700\/85::placeholder {
  color: rgb(21 128 61 / 0.85);
}
.placeholder-green-700\/90::placeholder {
  color: rgb(21 128 61 / 0.9);
}
.placeholder-green-700\/95::placeholder {
  color: rgb(21 128 61 / 0.95);
}
.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-800\/0::placeholder {
  color: rgb(22 101 52 / 0);
}
.placeholder-green-800\/10::placeholder {
  color: rgb(22 101 52 / 0.1);
}
.placeholder-green-800\/100::placeholder {
  color: rgb(22 101 52 / 1);
}
.placeholder-green-800\/15::placeholder {
  color: rgb(22 101 52 / 0.15);
}
.placeholder-green-800\/20::placeholder {
  color: rgb(22 101 52 / 0.2);
}
.placeholder-green-800\/25::placeholder {
  color: rgb(22 101 52 / 0.25);
}
.placeholder-green-800\/30::placeholder {
  color: rgb(22 101 52 / 0.3);
}
.placeholder-green-800\/35::placeholder {
  color: rgb(22 101 52 / 0.35);
}
.placeholder-green-800\/40::placeholder {
  color: rgb(22 101 52 / 0.4);
}
.placeholder-green-800\/45::placeholder {
  color: rgb(22 101 52 / 0.45);
}
.placeholder-green-800\/5::placeholder {
  color: rgb(22 101 52 / 0.05);
}
.placeholder-green-800\/50::placeholder {
  color: rgb(22 101 52 / 0.5);
}
.placeholder-green-800\/55::placeholder {
  color: rgb(22 101 52 / 0.55);
}
.placeholder-green-800\/60::placeholder {
  color: rgb(22 101 52 / 0.6);
}
.placeholder-green-800\/65::placeholder {
  color: rgb(22 101 52 / 0.65);
}
.placeholder-green-800\/70::placeholder {
  color: rgb(22 101 52 / 0.7);
}
.placeholder-green-800\/75::placeholder {
  color: rgb(22 101 52 / 0.75);
}
.placeholder-green-800\/80::placeholder {
  color: rgb(22 101 52 / 0.8);
}
.placeholder-green-800\/85::placeholder {
  color: rgb(22 101 52 / 0.85);
}
.placeholder-green-800\/90::placeholder {
  color: rgb(22 101 52 / 0.9);
}
.placeholder-green-800\/95::placeholder {
  color: rgb(22 101 52 / 0.95);
}
.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-900\/0::placeholder {
  color: rgb(20 83 45 / 0);
}
.placeholder-green-900\/10::placeholder {
  color: rgb(20 83 45 / 0.1);
}
.placeholder-green-900\/100::placeholder {
  color: rgb(20 83 45 / 1);
}
.placeholder-green-900\/15::placeholder {
  color: rgb(20 83 45 / 0.15);
}
.placeholder-green-900\/20::placeholder {
  color: rgb(20 83 45 / 0.2);
}
.placeholder-green-900\/25::placeholder {
  color: rgb(20 83 45 / 0.25);
}
.placeholder-green-900\/30::placeholder {
  color: rgb(20 83 45 / 0.3);
}
.placeholder-green-900\/35::placeholder {
  color: rgb(20 83 45 / 0.35);
}
.placeholder-green-900\/40::placeholder {
  color: rgb(20 83 45 / 0.4);
}
.placeholder-green-900\/45::placeholder {
  color: rgb(20 83 45 / 0.45);
}
.placeholder-green-900\/5::placeholder {
  color: rgb(20 83 45 / 0.05);
}
.placeholder-green-900\/50::placeholder {
  color: rgb(20 83 45 / 0.5);
}
.placeholder-green-900\/55::placeholder {
  color: rgb(20 83 45 / 0.55);
}
.placeholder-green-900\/60::placeholder {
  color: rgb(20 83 45 / 0.6);
}
.placeholder-green-900\/65::placeholder {
  color: rgb(20 83 45 / 0.65);
}
.placeholder-green-900\/70::placeholder {
  color: rgb(20 83 45 / 0.7);
}
.placeholder-green-900\/75::placeholder {
  color: rgb(20 83 45 / 0.75);
}
.placeholder-green-900\/80::placeholder {
  color: rgb(20 83 45 / 0.8);
}
.placeholder-green-900\/85::placeholder {
  color: rgb(20 83 45 / 0.85);
}
.placeholder-green-900\/90::placeholder {
  color: rgb(20 83 45 / 0.9);
}
.placeholder-green-900\/95::placeholder {
  color: rgb(20 83 45 / 0.95);
}
.placeholder-green-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}
.placeholder-green-950\/0::placeholder {
  color: rgb(5 46 22 / 0);
}
.placeholder-green-950\/10::placeholder {
  color: rgb(5 46 22 / 0.1);
}
.placeholder-green-950\/100::placeholder {
  color: rgb(5 46 22 / 1);
}
.placeholder-green-950\/15::placeholder {
  color: rgb(5 46 22 / 0.15);
}
.placeholder-green-950\/20::placeholder {
  color: rgb(5 46 22 / 0.2);
}
.placeholder-green-950\/25::placeholder {
  color: rgb(5 46 22 / 0.25);
}
.placeholder-green-950\/30::placeholder {
  color: rgb(5 46 22 / 0.3);
}
.placeholder-green-950\/35::placeholder {
  color: rgb(5 46 22 / 0.35);
}
.placeholder-green-950\/40::placeholder {
  color: rgb(5 46 22 / 0.4);
}
.placeholder-green-950\/45::placeholder {
  color: rgb(5 46 22 / 0.45);
}
.placeholder-green-950\/5::placeholder {
  color: rgb(5 46 22 / 0.05);
}
.placeholder-green-950\/50::placeholder {
  color: rgb(5 46 22 / 0.5);
}
.placeholder-green-950\/55::placeholder {
  color: rgb(5 46 22 / 0.55);
}
.placeholder-green-950\/60::placeholder {
  color: rgb(5 46 22 / 0.6);
}
.placeholder-green-950\/65::placeholder {
  color: rgb(5 46 22 / 0.65);
}
.placeholder-green-950\/70::placeholder {
  color: rgb(5 46 22 / 0.7);
}
.placeholder-green-950\/75::placeholder {
  color: rgb(5 46 22 / 0.75);
}
.placeholder-green-950\/80::placeholder {
  color: rgb(5 46 22 / 0.8);
}
.placeholder-green-950\/85::placeholder {
  color: rgb(5 46 22 / 0.85);
}
.placeholder-green-950\/90::placeholder {
  color: rgb(5 46 22 / 0.9);
}
.placeholder-green-950\/95::placeholder {
  color: rgb(5 46 22 / 0.95);
}
.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-100\/0::placeholder {
  color: rgb(224 231 255 / 0);
}
.placeholder-indigo-100\/10::placeholder {
  color: rgb(224 231 255 / 0.1);
}
.placeholder-indigo-100\/100::placeholder {
  color: rgb(224 231 255 / 1);
}
.placeholder-indigo-100\/15::placeholder {
  color: rgb(224 231 255 / 0.15);
}
.placeholder-indigo-100\/20::placeholder {
  color: rgb(224 231 255 / 0.2);
}
.placeholder-indigo-100\/25::placeholder {
  color: rgb(224 231 255 / 0.25);
}
.placeholder-indigo-100\/30::placeholder {
  color: rgb(224 231 255 / 0.3);
}
.placeholder-indigo-100\/35::placeholder {
  color: rgb(224 231 255 / 0.35);
}
.placeholder-indigo-100\/40::placeholder {
  color: rgb(224 231 255 / 0.4);
}
.placeholder-indigo-100\/45::placeholder {
  color: rgb(224 231 255 / 0.45);
}
.placeholder-indigo-100\/5::placeholder {
  color: rgb(224 231 255 / 0.05);
}
.placeholder-indigo-100\/50::placeholder {
  color: rgb(224 231 255 / 0.5);
}
.placeholder-indigo-100\/55::placeholder {
  color: rgb(224 231 255 / 0.55);
}
.placeholder-indigo-100\/60::placeholder {
  color: rgb(224 231 255 / 0.6);
}
.placeholder-indigo-100\/65::placeholder {
  color: rgb(224 231 255 / 0.65);
}
.placeholder-indigo-100\/70::placeholder {
  color: rgb(224 231 255 / 0.7);
}
.placeholder-indigo-100\/75::placeholder {
  color: rgb(224 231 255 / 0.75);
}
.placeholder-indigo-100\/80::placeholder {
  color: rgb(224 231 255 / 0.8);
}
.placeholder-indigo-100\/85::placeholder {
  color: rgb(224 231 255 / 0.85);
}
.placeholder-indigo-100\/90::placeholder {
  color: rgb(224 231 255 / 0.9);
}
.placeholder-indigo-100\/95::placeholder {
  color: rgb(224 231 255 / 0.95);
}
.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-200\/0::placeholder {
  color: rgb(199 210 254 / 0);
}
.placeholder-indigo-200\/10::placeholder {
  color: rgb(199 210 254 / 0.1);
}
.placeholder-indigo-200\/100::placeholder {
  color: rgb(199 210 254 / 1);
}
.placeholder-indigo-200\/15::placeholder {
  color: rgb(199 210 254 / 0.15);
}
.placeholder-indigo-200\/20::placeholder {
  color: rgb(199 210 254 / 0.2);
}
.placeholder-indigo-200\/25::placeholder {
  color: rgb(199 210 254 / 0.25);
}
.placeholder-indigo-200\/30::placeholder {
  color: rgb(199 210 254 / 0.3);
}
.placeholder-indigo-200\/35::placeholder {
  color: rgb(199 210 254 / 0.35);
}
.placeholder-indigo-200\/40::placeholder {
  color: rgb(199 210 254 / 0.4);
}
.placeholder-indigo-200\/45::placeholder {
  color: rgb(199 210 254 / 0.45);
}
.placeholder-indigo-200\/5::placeholder {
  color: rgb(199 210 254 / 0.05);
}
.placeholder-indigo-200\/50::placeholder {
  color: rgb(199 210 254 / 0.5);
}
.placeholder-indigo-200\/55::placeholder {
  color: rgb(199 210 254 / 0.55);
}
.placeholder-indigo-200\/60::placeholder {
  color: rgb(199 210 254 / 0.6);
}
.placeholder-indigo-200\/65::placeholder {
  color: rgb(199 210 254 / 0.65);
}
.placeholder-indigo-200\/70::placeholder {
  color: rgb(199 210 254 / 0.7);
}
.placeholder-indigo-200\/75::placeholder {
  color: rgb(199 210 254 / 0.75);
}
.placeholder-indigo-200\/80::placeholder {
  color: rgb(199 210 254 / 0.8);
}
.placeholder-indigo-200\/85::placeholder {
  color: rgb(199 210 254 / 0.85);
}
.placeholder-indigo-200\/90::placeholder {
  color: rgb(199 210 254 / 0.9);
}
.placeholder-indigo-200\/95::placeholder {
  color: rgb(199 210 254 / 0.95);
}
.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-300\/0::placeholder {
  color: rgb(165 180 252 / 0);
}
.placeholder-indigo-300\/10::placeholder {
  color: rgb(165 180 252 / 0.1);
}
.placeholder-indigo-300\/100::placeholder {
  color: rgb(165 180 252 / 1);
}
.placeholder-indigo-300\/15::placeholder {
  color: rgb(165 180 252 / 0.15);
}
.placeholder-indigo-300\/20::placeholder {
  color: rgb(165 180 252 / 0.2);
}
.placeholder-indigo-300\/25::placeholder {
  color: rgb(165 180 252 / 0.25);
}
.placeholder-indigo-300\/30::placeholder {
  color: rgb(165 180 252 / 0.3);
}
.placeholder-indigo-300\/35::placeholder {
  color: rgb(165 180 252 / 0.35);
}
.placeholder-indigo-300\/40::placeholder {
  color: rgb(165 180 252 / 0.4);
}
.placeholder-indigo-300\/45::placeholder {
  color: rgb(165 180 252 / 0.45);
}
.placeholder-indigo-300\/5::placeholder {
  color: rgb(165 180 252 / 0.05);
}
.placeholder-indigo-300\/50::placeholder {
  color: rgb(165 180 252 / 0.5);
}
.placeholder-indigo-300\/55::placeholder {
  color: rgb(165 180 252 / 0.55);
}
.placeholder-indigo-300\/60::placeholder {
  color: rgb(165 180 252 / 0.6);
}
.placeholder-indigo-300\/65::placeholder {
  color: rgb(165 180 252 / 0.65);
}
.placeholder-indigo-300\/70::placeholder {
  color: rgb(165 180 252 / 0.7);
}
.placeholder-indigo-300\/75::placeholder {
  color: rgb(165 180 252 / 0.75);
}
.placeholder-indigo-300\/80::placeholder {
  color: rgb(165 180 252 / 0.8);
}
.placeholder-indigo-300\/85::placeholder {
  color: rgb(165 180 252 / 0.85);
}
.placeholder-indigo-300\/90::placeholder {
  color: rgb(165 180 252 / 0.9);
}
.placeholder-indigo-300\/95::placeholder {
  color: rgb(165 180 252 / 0.95);
}
.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-400\/0::placeholder {
  color: rgb(129 140 248 / 0);
}
.placeholder-indigo-400\/10::placeholder {
  color: rgb(129 140 248 / 0.1);
}
.placeholder-indigo-400\/100::placeholder {
  color: rgb(129 140 248 / 1);
}
.placeholder-indigo-400\/15::placeholder {
  color: rgb(129 140 248 / 0.15);
}
.placeholder-indigo-400\/20::placeholder {
  color: rgb(129 140 248 / 0.2);
}
.placeholder-indigo-400\/25::placeholder {
  color: rgb(129 140 248 / 0.25);
}
.placeholder-indigo-400\/30::placeholder {
  color: rgb(129 140 248 / 0.3);
}
.placeholder-indigo-400\/35::placeholder {
  color: rgb(129 140 248 / 0.35);
}
.placeholder-indigo-400\/40::placeholder {
  color: rgb(129 140 248 / 0.4);
}
.placeholder-indigo-400\/45::placeholder {
  color: rgb(129 140 248 / 0.45);
}
.placeholder-indigo-400\/5::placeholder {
  color: rgb(129 140 248 / 0.05);
}
.placeholder-indigo-400\/50::placeholder {
  color: rgb(129 140 248 / 0.5);
}
.placeholder-indigo-400\/55::placeholder {
  color: rgb(129 140 248 / 0.55);
}
.placeholder-indigo-400\/60::placeholder {
  color: rgb(129 140 248 / 0.6);
}
.placeholder-indigo-400\/65::placeholder {
  color: rgb(129 140 248 / 0.65);
}
.placeholder-indigo-400\/70::placeholder {
  color: rgb(129 140 248 / 0.7);
}
.placeholder-indigo-400\/75::placeholder {
  color: rgb(129 140 248 / 0.75);
}
.placeholder-indigo-400\/80::placeholder {
  color: rgb(129 140 248 / 0.8);
}
.placeholder-indigo-400\/85::placeholder {
  color: rgb(129 140 248 / 0.85);
}
.placeholder-indigo-400\/90::placeholder {
  color: rgb(129 140 248 / 0.9);
}
.placeholder-indigo-400\/95::placeholder {
  color: rgb(129 140 248 / 0.95);
}
.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-50\/0::placeholder {
  color: rgb(238 242 255 / 0);
}
.placeholder-indigo-50\/10::placeholder {
  color: rgb(238 242 255 / 0.1);
}
.placeholder-indigo-50\/100::placeholder {
  color: rgb(238 242 255 / 1);
}
.placeholder-indigo-50\/15::placeholder {
  color: rgb(238 242 255 / 0.15);
}
.placeholder-indigo-50\/20::placeholder {
  color: rgb(238 242 255 / 0.2);
}
.placeholder-indigo-50\/25::placeholder {
  color: rgb(238 242 255 / 0.25);
}
.placeholder-indigo-50\/30::placeholder {
  color: rgb(238 242 255 / 0.3);
}
.placeholder-indigo-50\/35::placeholder {
  color: rgb(238 242 255 / 0.35);
}
.placeholder-indigo-50\/40::placeholder {
  color: rgb(238 242 255 / 0.4);
}
.placeholder-indigo-50\/45::placeholder {
  color: rgb(238 242 255 / 0.45);
}
.placeholder-indigo-50\/5::placeholder {
  color: rgb(238 242 255 / 0.05);
}
.placeholder-indigo-50\/50::placeholder {
  color: rgb(238 242 255 / 0.5);
}
.placeholder-indigo-50\/55::placeholder {
  color: rgb(238 242 255 / 0.55);
}
.placeholder-indigo-50\/60::placeholder {
  color: rgb(238 242 255 / 0.6);
}
.placeholder-indigo-50\/65::placeholder {
  color: rgb(238 242 255 / 0.65);
}
.placeholder-indigo-50\/70::placeholder {
  color: rgb(238 242 255 / 0.7);
}
.placeholder-indigo-50\/75::placeholder {
  color: rgb(238 242 255 / 0.75);
}
.placeholder-indigo-50\/80::placeholder {
  color: rgb(238 242 255 / 0.8);
}
.placeholder-indigo-50\/85::placeholder {
  color: rgb(238 242 255 / 0.85);
}
.placeholder-indigo-50\/90::placeholder {
  color: rgb(238 242 255 / 0.9);
}
.placeholder-indigo-50\/95::placeholder {
  color: rgb(238 242 255 / 0.95);
}
.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-500\/0::placeholder {
  color: rgb(99 102 241 / 0);
}
.placeholder-indigo-500\/10::placeholder {
  color: rgb(99 102 241 / 0.1);
}
.placeholder-indigo-500\/100::placeholder {
  color: rgb(99 102 241 / 1);
}
.placeholder-indigo-500\/15::placeholder {
  color: rgb(99 102 241 / 0.15);
}
.placeholder-indigo-500\/20::placeholder {
  color: rgb(99 102 241 / 0.2);
}
.placeholder-indigo-500\/25::placeholder {
  color: rgb(99 102 241 / 0.25);
}
.placeholder-indigo-500\/30::placeholder {
  color: rgb(99 102 241 / 0.3);
}
.placeholder-indigo-500\/35::placeholder {
  color: rgb(99 102 241 / 0.35);
}
.placeholder-indigo-500\/40::placeholder {
  color: rgb(99 102 241 / 0.4);
}
.placeholder-indigo-500\/45::placeholder {
  color: rgb(99 102 241 / 0.45);
}
.placeholder-indigo-500\/5::placeholder {
  color: rgb(99 102 241 / 0.05);
}
.placeholder-indigo-500\/50::placeholder {
  color: rgb(99 102 241 / 0.5);
}
.placeholder-indigo-500\/55::placeholder {
  color: rgb(99 102 241 / 0.55);
}
.placeholder-indigo-500\/60::placeholder {
  color: rgb(99 102 241 / 0.6);
}
.placeholder-indigo-500\/65::placeholder {
  color: rgb(99 102 241 / 0.65);
}
.placeholder-indigo-500\/70::placeholder {
  color: rgb(99 102 241 / 0.7);
}
.placeholder-indigo-500\/75::placeholder {
  color: rgb(99 102 241 / 0.75);
}
.placeholder-indigo-500\/80::placeholder {
  color: rgb(99 102 241 / 0.8);
}
.placeholder-indigo-500\/85::placeholder {
  color: rgb(99 102 241 / 0.85);
}
.placeholder-indigo-500\/90::placeholder {
  color: rgb(99 102 241 / 0.9);
}
.placeholder-indigo-500\/95::placeholder {
  color: rgb(99 102 241 / 0.95);
}
.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-600\/0::placeholder {
  color: rgb(79 70 229 / 0);
}
.placeholder-indigo-600\/10::placeholder {
  color: rgb(79 70 229 / 0.1);
}
.placeholder-indigo-600\/100::placeholder {
  color: rgb(79 70 229 / 1);
}
.placeholder-indigo-600\/15::placeholder {
  color: rgb(79 70 229 / 0.15);
}
.placeholder-indigo-600\/20::placeholder {
  color: rgb(79 70 229 / 0.2);
}
.placeholder-indigo-600\/25::placeholder {
  color: rgb(79 70 229 / 0.25);
}
.placeholder-indigo-600\/30::placeholder {
  color: rgb(79 70 229 / 0.3);
}
.placeholder-indigo-600\/35::placeholder {
  color: rgb(79 70 229 / 0.35);
}
.placeholder-indigo-600\/40::placeholder {
  color: rgb(79 70 229 / 0.4);
}
.placeholder-indigo-600\/45::placeholder {
  color: rgb(79 70 229 / 0.45);
}
.placeholder-indigo-600\/5::placeholder {
  color: rgb(79 70 229 / 0.05);
}
.placeholder-indigo-600\/50::placeholder {
  color: rgb(79 70 229 / 0.5);
}
.placeholder-indigo-600\/55::placeholder {
  color: rgb(79 70 229 / 0.55);
}
.placeholder-indigo-600\/60::placeholder {
  color: rgb(79 70 229 / 0.6);
}
.placeholder-indigo-600\/65::placeholder {
  color: rgb(79 70 229 / 0.65);
}
.placeholder-indigo-600\/70::placeholder {
  color: rgb(79 70 229 / 0.7);
}
.placeholder-indigo-600\/75::placeholder {
  color: rgb(79 70 229 / 0.75);
}
.placeholder-indigo-600\/80::placeholder {
  color: rgb(79 70 229 / 0.8);
}
.placeholder-indigo-600\/85::placeholder {
  color: rgb(79 70 229 / 0.85);
}
.placeholder-indigo-600\/90::placeholder {
  color: rgb(79 70 229 / 0.9);
}
.placeholder-indigo-600\/95::placeholder {
  color: rgb(79 70 229 / 0.95);
}
.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-700\/0::placeholder {
  color: rgb(67 56 202 / 0);
}
.placeholder-indigo-700\/10::placeholder {
  color: rgb(67 56 202 / 0.1);
}
.placeholder-indigo-700\/100::placeholder {
  color: rgb(67 56 202 / 1);
}
.placeholder-indigo-700\/15::placeholder {
  color: rgb(67 56 202 / 0.15);
}
.placeholder-indigo-700\/20::placeholder {
  color: rgb(67 56 202 / 0.2);
}
.placeholder-indigo-700\/25::placeholder {
  color: rgb(67 56 202 / 0.25);
}
.placeholder-indigo-700\/30::placeholder {
  color: rgb(67 56 202 / 0.3);
}
.placeholder-indigo-700\/35::placeholder {
  color: rgb(67 56 202 / 0.35);
}
.placeholder-indigo-700\/40::placeholder {
  color: rgb(67 56 202 / 0.4);
}
.placeholder-indigo-700\/45::placeholder {
  color: rgb(67 56 202 / 0.45);
}
.placeholder-indigo-700\/5::placeholder {
  color: rgb(67 56 202 / 0.05);
}
.placeholder-indigo-700\/50::placeholder {
  color: rgb(67 56 202 / 0.5);
}
.placeholder-indigo-700\/55::placeholder {
  color: rgb(67 56 202 / 0.55);
}
.placeholder-indigo-700\/60::placeholder {
  color: rgb(67 56 202 / 0.6);
}
.placeholder-indigo-700\/65::placeholder {
  color: rgb(67 56 202 / 0.65);
}
.placeholder-indigo-700\/70::placeholder {
  color: rgb(67 56 202 / 0.7);
}
.placeholder-indigo-700\/75::placeholder {
  color: rgb(67 56 202 / 0.75);
}
.placeholder-indigo-700\/80::placeholder {
  color: rgb(67 56 202 / 0.8);
}
.placeholder-indigo-700\/85::placeholder {
  color: rgb(67 56 202 / 0.85);
}
.placeholder-indigo-700\/90::placeholder {
  color: rgb(67 56 202 / 0.9);
}
.placeholder-indigo-700\/95::placeholder {
  color: rgb(67 56 202 / 0.95);
}
.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-800\/0::placeholder {
  color: rgb(55 48 163 / 0);
}
.placeholder-indigo-800\/10::placeholder {
  color: rgb(55 48 163 / 0.1);
}
.placeholder-indigo-800\/100::placeholder {
  color: rgb(55 48 163 / 1);
}
.placeholder-indigo-800\/15::placeholder {
  color: rgb(55 48 163 / 0.15);
}
.placeholder-indigo-800\/20::placeholder {
  color: rgb(55 48 163 / 0.2);
}
.placeholder-indigo-800\/25::placeholder {
  color: rgb(55 48 163 / 0.25);
}
.placeholder-indigo-800\/30::placeholder {
  color: rgb(55 48 163 / 0.3);
}
.placeholder-indigo-800\/35::placeholder {
  color: rgb(55 48 163 / 0.35);
}
.placeholder-indigo-800\/40::placeholder {
  color: rgb(55 48 163 / 0.4);
}
.placeholder-indigo-800\/45::placeholder {
  color: rgb(55 48 163 / 0.45);
}
.placeholder-indigo-800\/5::placeholder {
  color: rgb(55 48 163 / 0.05);
}
.placeholder-indigo-800\/50::placeholder {
  color: rgb(55 48 163 / 0.5);
}
.placeholder-indigo-800\/55::placeholder {
  color: rgb(55 48 163 / 0.55);
}
.placeholder-indigo-800\/60::placeholder {
  color: rgb(55 48 163 / 0.6);
}
.placeholder-indigo-800\/65::placeholder {
  color: rgb(55 48 163 / 0.65);
}
.placeholder-indigo-800\/70::placeholder {
  color: rgb(55 48 163 / 0.7);
}
.placeholder-indigo-800\/75::placeholder {
  color: rgb(55 48 163 / 0.75);
}
.placeholder-indigo-800\/80::placeholder {
  color: rgb(55 48 163 / 0.8);
}
.placeholder-indigo-800\/85::placeholder {
  color: rgb(55 48 163 / 0.85);
}
.placeholder-indigo-800\/90::placeholder {
  color: rgb(55 48 163 / 0.9);
}
.placeholder-indigo-800\/95::placeholder {
  color: rgb(55 48 163 / 0.95);
}
.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-900\/0::placeholder {
  color: rgb(49 46 129 / 0);
}
.placeholder-indigo-900\/10::placeholder {
  color: rgb(49 46 129 / 0.1);
}
.placeholder-indigo-900\/100::placeholder {
  color: rgb(49 46 129 / 1);
}
.placeholder-indigo-900\/15::placeholder {
  color: rgb(49 46 129 / 0.15);
}
.placeholder-indigo-900\/20::placeholder {
  color: rgb(49 46 129 / 0.2);
}
.placeholder-indigo-900\/25::placeholder {
  color: rgb(49 46 129 / 0.25);
}
.placeholder-indigo-900\/30::placeholder {
  color: rgb(49 46 129 / 0.3);
}
.placeholder-indigo-900\/35::placeholder {
  color: rgb(49 46 129 / 0.35);
}
.placeholder-indigo-900\/40::placeholder {
  color: rgb(49 46 129 / 0.4);
}
.placeholder-indigo-900\/45::placeholder {
  color: rgb(49 46 129 / 0.45);
}
.placeholder-indigo-900\/5::placeholder {
  color: rgb(49 46 129 / 0.05);
}
.placeholder-indigo-900\/50::placeholder {
  color: rgb(49 46 129 / 0.5);
}
.placeholder-indigo-900\/55::placeholder {
  color: rgb(49 46 129 / 0.55);
}
.placeholder-indigo-900\/60::placeholder {
  color: rgb(49 46 129 / 0.6);
}
.placeholder-indigo-900\/65::placeholder {
  color: rgb(49 46 129 / 0.65);
}
.placeholder-indigo-900\/70::placeholder {
  color: rgb(49 46 129 / 0.7);
}
.placeholder-indigo-900\/75::placeholder {
  color: rgb(49 46 129 / 0.75);
}
.placeholder-indigo-900\/80::placeholder {
  color: rgb(49 46 129 / 0.8);
}
.placeholder-indigo-900\/85::placeholder {
  color: rgb(49 46 129 / 0.85);
}
.placeholder-indigo-900\/90::placeholder {
  color: rgb(49 46 129 / 0.9);
}
.placeholder-indigo-900\/95::placeholder {
  color: rgb(49 46 129 / 0.95);
}
.placeholder-indigo-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}
.placeholder-indigo-950\/0::placeholder {
  color: rgb(30 27 75 / 0);
}
.placeholder-indigo-950\/10::placeholder {
  color: rgb(30 27 75 / 0.1);
}
.placeholder-indigo-950\/100::placeholder {
  color: rgb(30 27 75 / 1);
}
.placeholder-indigo-950\/15::placeholder {
  color: rgb(30 27 75 / 0.15);
}
.placeholder-indigo-950\/20::placeholder {
  color: rgb(30 27 75 / 0.2);
}
.placeholder-indigo-950\/25::placeholder {
  color: rgb(30 27 75 / 0.25);
}
.placeholder-indigo-950\/30::placeholder {
  color: rgb(30 27 75 / 0.3);
}
.placeholder-indigo-950\/35::placeholder {
  color: rgb(30 27 75 / 0.35);
}
.placeholder-indigo-950\/40::placeholder {
  color: rgb(30 27 75 / 0.4);
}
.placeholder-indigo-950\/45::placeholder {
  color: rgb(30 27 75 / 0.45);
}
.placeholder-indigo-950\/5::placeholder {
  color: rgb(30 27 75 / 0.05);
}
.placeholder-indigo-950\/50::placeholder {
  color: rgb(30 27 75 / 0.5);
}
.placeholder-indigo-950\/55::placeholder {
  color: rgb(30 27 75 / 0.55);
}
.placeholder-indigo-950\/60::placeholder {
  color: rgb(30 27 75 / 0.6);
}
.placeholder-indigo-950\/65::placeholder {
  color: rgb(30 27 75 / 0.65);
}
.placeholder-indigo-950\/70::placeholder {
  color: rgb(30 27 75 / 0.7);
}
.placeholder-indigo-950\/75::placeholder {
  color: rgb(30 27 75 / 0.75);
}
.placeholder-indigo-950\/80::placeholder {
  color: rgb(30 27 75 / 0.8);
}
.placeholder-indigo-950\/85::placeholder {
  color: rgb(30 27 75 / 0.85);
}
.placeholder-indigo-950\/90::placeholder {
  color: rgb(30 27 75 / 0.9);
}
.placeholder-indigo-950\/95::placeholder {
  color: rgb(30 27 75 / 0.95);
}
.placeholder-inherit::placeholder {
  color: inherit;
}
.placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-100\/0::placeholder {
  color: rgb(236 252 203 / 0);
}
.placeholder-lime-100\/10::placeholder {
  color: rgb(236 252 203 / 0.1);
}
.placeholder-lime-100\/100::placeholder {
  color: rgb(236 252 203 / 1);
}
.placeholder-lime-100\/15::placeholder {
  color: rgb(236 252 203 / 0.15);
}
.placeholder-lime-100\/20::placeholder {
  color: rgb(236 252 203 / 0.2);
}
.placeholder-lime-100\/25::placeholder {
  color: rgb(236 252 203 / 0.25);
}
.placeholder-lime-100\/30::placeholder {
  color: rgb(236 252 203 / 0.3);
}
.placeholder-lime-100\/35::placeholder {
  color: rgb(236 252 203 / 0.35);
}
.placeholder-lime-100\/40::placeholder {
  color: rgb(236 252 203 / 0.4);
}
.placeholder-lime-100\/45::placeholder {
  color: rgb(236 252 203 / 0.45);
}
.placeholder-lime-100\/5::placeholder {
  color: rgb(236 252 203 / 0.05);
}
.placeholder-lime-100\/50::placeholder {
  color: rgb(236 252 203 / 0.5);
}
.placeholder-lime-100\/55::placeholder {
  color: rgb(236 252 203 / 0.55);
}
.placeholder-lime-100\/60::placeholder {
  color: rgb(236 252 203 / 0.6);
}
.placeholder-lime-100\/65::placeholder {
  color: rgb(236 252 203 / 0.65);
}
.placeholder-lime-100\/70::placeholder {
  color: rgb(236 252 203 / 0.7);
}
.placeholder-lime-100\/75::placeholder {
  color: rgb(236 252 203 / 0.75);
}
.placeholder-lime-100\/80::placeholder {
  color: rgb(236 252 203 / 0.8);
}
.placeholder-lime-100\/85::placeholder {
  color: rgb(236 252 203 / 0.85);
}
.placeholder-lime-100\/90::placeholder {
  color: rgb(236 252 203 / 0.9);
}
.placeholder-lime-100\/95::placeholder {
  color: rgb(236 252 203 / 0.95);
}
.placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-200\/0::placeholder {
  color: rgb(217 249 157 / 0);
}
.placeholder-lime-200\/10::placeholder {
  color: rgb(217 249 157 / 0.1);
}
.placeholder-lime-200\/100::placeholder {
  color: rgb(217 249 157 / 1);
}
.placeholder-lime-200\/15::placeholder {
  color: rgb(217 249 157 / 0.15);
}
.placeholder-lime-200\/20::placeholder {
  color: rgb(217 249 157 / 0.2);
}
.placeholder-lime-200\/25::placeholder {
  color: rgb(217 249 157 / 0.25);
}
.placeholder-lime-200\/30::placeholder {
  color: rgb(217 249 157 / 0.3);
}
.placeholder-lime-200\/35::placeholder {
  color: rgb(217 249 157 / 0.35);
}
.placeholder-lime-200\/40::placeholder {
  color: rgb(217 249 157 / 0.4);
}
.placeholder-lime-200\/45::placeholder {
  color: rgb(217 249 157 / 0.45);
}
.placeholder-lime-200\/5::placeholder {
  color: rgb(217 249 157 / 0.05);
}
.placeholder-lime-200\/50::placeholder {
  color: rgb(217 249 157 / 0.5);
}
.placeholder-lime-200\/55::placeholder {
  color: rgb(217 249 157 / 0.55);
}
.placeholder-lime-200\/60::placeholder {
  color: rgb(217 249 157 / 0.6);
}
.placeholder-lime-200\/65::placeholder {
  color: rgb(217 249 157 / 0.65);
}
.placeholder-lime-200\/70::placeholder {
  color: rgb(217 249 157 / 0.7);
}
.placeholder-lime-200\/75::placeholder {
  color: rgb(217 249 157 / 0.75);
}
.placeholder-lime-200\/80::placeholder {
  color: rgb(217 249 157 / 0.8);
}
.placeholder-lime-200\/85::placeholder {
  color: rgb(217 249 157 / 0.85);
}
.placeholder-lime-200\/90::placeholder {
  color: rgb(217 249 157 / 0.9);
}
.placeholder-lime-200\/95::placeholder {
  color: rgb(217 249 157 / 0.95);
}
.placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-300\/0::placeholder {
  color: rgb(190 242 100 / 0);
}
.placeholder-lime-300\/10::placeholder {
  color: rgb(190 242 100 / 0.1);
}
.placeholder-lime-300\/100::placeholder {
  color: rgb(190 242 100 / 1);
}
.placeholder-lime-300\/15::placeholder {
  color: rgb(190 242 100 / 0.15);
}
.placeholder-lime-300\/20::placeholder {
  color: rgb(190 242 100 / 0.2);
}
.placeholder-lime-300\/25::placeholder {
  color: rgb(190 242 100 / 0.25);
}
.placeholder-lime-300\/30::placeholder {
  color: rgb(190 242 100 / 0.3);
}
.placeholder-lime-300\/35::placeholder {
  color: rgb(190 242 100 / 0.35);
}
.placeholder-lime-300\/40::placeholder {
  color: rgb(190 242 100 / 0.4);
}
.placeholder-lime-300\/45::placeholder {
  color: rgb(190 242 100 / 0.45);
}
.placeholder-lime-300\/5::placeholder {
  color: rgb(190 242 100 / 0.05);
}
.placeholder-lime-300\/50::placeholder {
  color: rgb(190 242 100 / 0.5);
}
.placeholder-lime-300\/55::placeholder {
  color: rgb(190 242 100 / 0.55);
}
.placeholder-lime-300\/60::placeholder {
  color: rgb(190 242 100 / 0.6);
}
.placeholder-lime-300\/65::placeholder {
  color: rgb(190 242 100 / 0.65);
}
.placeholder-lime-300\/70::placeholder {
  color: rgb(190 242 100 / 0.7);
}
.placeholder-lime-300\/75::placeholder {
  color: rgb(190 242 100 / 0.75);
}
.placeholder-lime-300\/80::placeholder {
  color: rgb(190 242 100 / 0.8);
}
.placeholder-lime-300\/85::placeholder {
  color: rgb(190 242 100 / 0.85);
}
.placeholder-lime-300\/90::placeholder {
  color: rgb(190 242 100 / 0.9);
}
.placeholder-lime-300\/95::placeholder {
  color: rgb(190 242 100 / 0.95);
}
.placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-400\/0::placeholder {
  color: rgb(163 230 53 / 0);
}
.placeholder-lime-400\/10::placeholder {
  color: rgb(163 230 53 / 0.1);
}
.placeholder-lime-400\/100::placeholder {
  color: rgb(163 230 53 / 1);
}
.placeholder-lime-400\/15::placeholder {
  color: rgb(163 230 53 / 0.15);
}
.placeholder-lime-400\/20::placeholder {
  color: rgb(163 230 53 / 0.2);
}
.placeholder-lime-400\/25::placeholder {
  color: rgb(163 230 53 / 0.25);
}
.placeholder-lime-400\/30::placeholder {
  color: rgb(163 230 53 / 0.3);
}
.placeholder-lime-400\/35::placeholder {
  color: rgb(163 230 53 / 0.35);
}
.placeholder-lime-400\/40::placeholder {
  color: rgb(163 230 53 / 0.4);
}
.placeholder-lime-400\/45::placeholder {
  color: rgb(163 230 53 / 0.45);
}
.placeholder-lime-400\/5::placeholder {
  color: rgb(163 230 53 / 0.05);
}
.placeholder-lime-400\/50::placeholder {
  color: rgb(163 230 53 / 0.5);
}
.placeholder-lime-400\/55::placeholder {
  color: rgb(163 230 53 / 0.55);
}
.placeholder-lime-400\/60::placeholder {
  color: rgb(163 230 53 / 0.6);
}
.placeholder-lime-400\/65::placeholder {
  color: rgb(163 230 53 / 0.65);
}
.placeholder-lime-400\/70::placeholder {
  color: rgb(163 230 53 / 0.7);
}
.placeholder-lime-400\/75::placeholder {
  color: rgb(163 230 53 / 0.75);
}
.placeholder-lime-400\/80::placeholder {
  color: rgb(163 230 53 / 0.8);
}
.placeholder-lime-400\/85::placeholder {
  color: rgb(163 230 53 / 0.85);
}
.placeholder-lime-400\/90::placeholder {
  color: rgb(163 230 53 / 0.9);
}
.placeholder-lime-400\/95::placeholder {
  color: rgb(163 230 53 / 0.95);
}
.placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-50\/0::placeholder {
  color: rgb(247 254 231 / 0);
}
.placeholder-lime-50\/10::placeholder {
  color: rgb(247 254 231 / 0.1);
}
.placeholder-lime-50\/100::placeholder {
  color: rgb(247 254 231 / 1);
}
.placeholder-lime-50\/15::placeholder {
  color: rgb(247 254 231 / 0.15);
}
.placeholder-lime-50\/20::placeholder {
  color: rgb(247 254 231 / 0.2);
}
.placeholder-lime-50\/25::placeholder {
  color: rgb(247 254 231 / 0.25);
}
.placeholder-lime-50\/30::placeholder {
  color: rgb(247 254 231 / 0.3);
}
.placeholder-lime-50\/35::placeholder {
  color: rgb(247 254 231 / 0.35);
}
.placeholder-lime-50\/40::placeholder {
  color: rgb(247 254 231 / 0.4);
}
.placeholder-lime-50\/45::placeholder {
  color: rgb(247 254 231 / 0.45);
}
.placeholder-lime-50\/5::placeholder {
  color: rgb(247 254 231 / 0.05);
}
.placeholder-lime-50\/50::placeholder {
  color: rgb(247 254 231 / 0.5);
}
.placeholder-lime-50\/55::placeholder {
  color: rgb(247 254 231 / 0.55);
}
.placeholder-lime-50\/60::placeholder {
  color: rgb(247 254 231 / 0.6);
}
.placeholder-lime-50\/65::placeholder {
  color: rgb(247 254 231 / 0.65);
}
.placeholder-lime-50\/70::placeholder {
  color: rgb(247 254 231 / 0.7);
}
.placeholder-lime-50\/75::placeholder {
  color: rgb(247 254 231 / 0.75);
}
.placeholder-lime-50\/80::placeholder {
  color: rgb(247 254 231 / 0.8);
}
.placeholder-lime-50\/85::placeholder {
  color: rgb(247 254 231 / 0.85);
}
.placeholder-lime-50\/90::placeholder {
  color: rgb(247 254 231 / 0.9);
}
.placeholder-lime-50\/95::placeholder {
  color: rgb(247 254 231 / 0.95);
}
.placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-500\/0::placeholder {
  color: rgb(132 204 22 / 0);
}
.placeholder-lime-500\/10::placeholder {
  color: rgb(132 204 22 / 0.1);
}
.placeholder-lime-500\/100::placeholder {
  color: rgb(132 204 22 / 1);
}
.placeholder-lime-500\/15::placeholder {
  color: rgb(132 204 22 / 0.15);
}
.placeholder-lime-500\/20::placeholder {
  color: rgb(132 204 22 / 0.2);
}
.placeholder-lime-500\/25::placeholder {
  color: rgb(132 204 22 / 0.25);
}
.placeholder-lime-500\/30::placeholder {
  color: rgb(132 204 22 / 0.3);
}
.placeholder-lime-500\/35::placeholder {
  color: rgb(132 204 22 / 0.35);
}
.placeholder-lime-500\/40::placeholder {
  color: rgb(132 204 22 / 0.4);
}
.placeholder-lime-500\/45::placeholder {
  color: rgb(132 204 22 / 0.45);
}
.placeholder-lime-500\/5::placeholder {
  color: rgb(132 204 22 / 0.05);
}
.placeholder-lime-500\/50::placeholder {
  color: rgb(132 204 22 / 0.5);
}
.placeholder-lime-500\/55::placeholder {
  color: rgb(132 204 22 / 0.55);
}
.placeholder-lime-500\/60::placeholder {
  color: rgb(132 204 22 / 0.6);
}
.placeholder-lime-500\/65::placeholder {
  color: rgb(132 204 22 / 0.65);
}
.placeholder-lime-500\/70::placeholder {
  color: rgb(132 204 22 / 0.7);
}
.placeholder-lime-500\/75::placeholder {
  color: rgb(132 204 22 / 0.75);
}
.placeholder-lime-500\/80::placeholder {
  color: rgb(132 204 22 / 0.8);
}
.placeholder-lime-500\/85::placeholder {
  color: rgb(132 204 22 / 0.85);
}
.placeholder-lime-500\/90::placeholder {
  color: rgb(132 204 22 / 0.9);
}
.placeholder-lime-500\/95::placeholder {
  color: rgb(132 204 22 / 0.95);
}
.placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-600\/0::placeholder {
  color: rgb(101 163 13 / 0);
}
.placeholder-lime-600\/10::placeholder {
  color: rgb(101 163 13 / 0.1);
}
.placeholder-lime-600\/100::placeholder {
  color: rgb(101 163 13 / 1);
}
.placeholder-lime-600\/15::placeholder {
  color: rgb(101 163 13 / 0.15);
}
.placeholder-lime-600\/20::placeholder {
  color: rgb(101 163 13 / 0.2);
}
.placeholder-lime-600\/25::placeholder {
  color: rgb(101 163 13 / 0.25);
}
.placeholder-lime-600\/30::placeholder {
  color: rgb(101 163 13 / 0.3);
}
.placeholder-lime-600\/35::placeholder {
  color: rgb(101 163 13 / 0.35);
}
.placeholder-lime-600\/40::placeholder {
  color: rgb(101 163 13 / 0.4);
}
.placeholder-lime-600\/45::placeholder {
  color: rgb(101 163 13 / 0.45);
}
.placeholder-lime-600\/5::placeholder {
  color: rgb(101 163 13 / 0.05);
}
.placeholder-lime-600\/50::placeholder {
  color: rgb(101 163 13 / 0.5);
}
.placeholder-lime-600\/55::placeholder {
  color: rgb(101 163 13 / 0.55);
}
.placeholder-lime-600\/60::placeholder {
  color: rgb(101 163 13 / 0.6);
}
.placeholder-lime-600\/65::placeholder {
  color: rgb(101 163 13 / 0.65);
}
.placeholder-lime-600\/70::placeholder {
  color: rgb(101 163 13 / 0.7);
}
.placeholder-lime-600\/75::placeholder {
  color: rgb(101 163 13 / 0.75);
}
.placeholder-lime-600\/80::placeholder {
  color: rgb(101 163 13 / 0.8);
}
.placeholder-lime-600\/85::placeholder {
  color: rgb(101 163 13 / 0.85);
}
.placeholder-lime-600\/90::placeholder {
  color: rgb(101 163 13 / 0.9);
}
.placeholder-lime-600\/95::placeholder {
  color: rgb(101 163 13 / 0.95);
}
.placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-700\/0::placeholder {
  color: rgb(77 124 15 / 0);
}
.placeholder-lime-700\/10::placeholder {
  color: rgb(77 124 15 / 0.1);
}
.placeholder-lime-700\/100::placeholder {
  color: rgb(77 124 15 / 1);
}
.placeholder-lime-700\/15::placeholder {
  color: rgb(77 124 15 / 0.15);
}
.placeholder-lime-700\/20::placeholder {
  color: rgb(77 124 15 / 0.2);
}
.placeholder-lime-700\/25::placeholder {
  color: rgb(77 124 15 / 0.25);
}
.placeholder-lime-700\/30::placeholder {
  color: rgb(77 124 15 / 0.3);
}
.placeholder-lime-700\/35::placeholder {
  color: rgb(77 124 15 / 0.35);
}
.placeholder-lime-700\/40::placeholder {
  color: rgb(77 124 15 / 0.4);
}
.placeholder-lime-700\/45::placeholder {
  color: rgb(77 124 15 / 0.45);
}
.placeholder-lime-700\/5::placeholder {
  color: rgb(77 124 15 / 0.05);
}
.placeholder-lime-700\/50::placeholder {
  color: rgb(77 124 15 / 0.5);
}
.placeholder-lime-700\/55::placeholder {
  color: rgb(77 124 15 / 0.55);
}
.placeholder-lime-700\/60::placeholder {
  color: rgb(77 124 15 / 0.6);
}
.placeholder-lime-700\/65::placeholder {
  color: rgb(77 124 15 / 0.65);
}
.placeholder-lime-700\/70::placeholder {
  color: rgb(77 124 15 / 0.7);
}
.placeholder-lime-700\/75::placeholder {
  color: rgb(77 124 15 / 0.75);
}
.placeholder-lime-700\/80::placeholder {
  color: rgb(77 124 15 / 0.8);
}
.placeholder-lime-700\/85::placeholder {
  color: rgb(77 124 15 / 0.85);
}
.placeholder-lime-700\/90::placeholder {
  color: rgb(77 124 15 / 0.9);
}
.placeholder-lime-700\/95::placeholder {
  color: rgb(77 124 15 / 0.95);
}
.placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-800\/0::placeholder {
  color: rgb(63 98 18 / 0);
}
.placeholder-lime-800\/10::placeholder {
  color: rgb(63 98 18 / 0.1);
}
.placeholder-lime-800\/100::placeholder {
  color: rgb(63 98 18 / 1);
}
.placeholder-lime-800\/15::placeholder {
  color: rgb(63 98 18 / 0.15);
}
.placeholder-lime-800\/20::placeholder {
  color: rgb(63 98 18 / 0.2);
}
.placeholder-lime-800\/25::placeholder {
  color: rgb(63 98 18 / 0.25);
}
.placeholder-lime-800\/30::placeholder {
  color: rgb(63 98 18 / 0.3);
}
.placeholder-lime-800\/35::placeholder {
  color: rgb(63 98 18 / 0.35);
}
.placeholder-lime-800\/40::placeholder {
  color: rgb(63 98 18 / 0.4);
}
.placeholder-lime-800\/45::placeholder {
  color: rgb(63 98 18 / 0.45);
}
.placeholder-lime-800\/5::placeholder {
  color: rgb(63 98 18 / 0.05);
}
.placeholder-lime-800\/50::placeholder {
  color: rgb(63 98 18 / 0.5);
}
.placeholder-lime-800\/55::placeholder {
  color: rgb(63 98 18 / 0.55);
}
.placeholder-lime-800\/60::placeholder {
  color: rgb(63 98 18 / 0.6);
}
.placeholder-lime-800\/65::placeholder {
  color: rgb(63 98 18 / 0.65);
}
.placeholder-lime-800\/70::placeholder {
  color: rgb(63 98 18 / 0.7);
}
.placeholder-lime-800\/75::placeholder {
  color: rgb(63 98 18 / 0.75);
}
.placeholder-lime-800\/80::placeholder {
  color: rgb(63 98 18 / 0.8);
}
.placeholder-lime-800\/85::placeholder {
  color: rgb(63 98 18 / 0.85);
}
.placeholder-lime-800\/90::placeholder {
  color: rgb(63 98 18 / 0.9);
}
.placeholder-lime-800\/95::placeholder {
  color: rgb(63 98 18 / 0.95);
}
.placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-900\/0::placeholder {
  color: rgb(54 83 20 / 0);
}
.placeholder-lime-900\/10::placeholder {
  color: rgb(54 83 20 / 0.1);
}
.placeholder-lime-900\/100::placeholder {
  color: rgb(54 83 20 / 1);
}
.placeholder-lime-900\/15::placeholder {
  color: rgb(54 83 20 / 0.15);
}
.placeholder-lime-900\/20::placeholder {
  color: rgb(54 83 20 / 0.2);
}
.placeholder-lime-900\/25::placeholder {
  color: rgb(54 83 20 / 0.25);
}
.placeholder-lime-900\/30::placeholder {
  color: rgb(54 83 20 / 0.3);
}
.placeholder-lime-900\/35::placeholder {
  color: rgb(54 83 20 / 0.35);
}
.placeholder-lime-900\/40::placeholder {
  color: rgb(54 83 20 / 0.4);
}
.placeholder-lime-900\/45::placeholder {
  color: rgb(54 83 20 / 0.45);
}
.placeholder-lime-900\/5::placeholder {
  color: rgb(54 83 20 / 0.05);
}
.placeholder-lime-900\/50::placeholder {
  color: rgb(54 83 20 / 0.5);
}
.placeholder-lime-900\/55::placeholder {
  color: rgb(54 83 20 / 0.55);
}
.placeholder-lime-900\/60::placeholder {
  color: rgb(54 83 20 / 0.6);
}
.placeholder-lime-900\/65::placeholder {
  color: rgb(54 83 20 / 0.65);
}
.placeholder-lime-900\/70::placeholder {
  color: rgb(54 83 20 / 0.7);
}
.placeholder-lime-900\/75::placeholder {
  color: rgb(54 83 20 / 0.75);
}
.placeholder-lime-900\/80::placeholder {
  color: rgb(54 83 20 / 0.8);
}
.placeholder-lime-900\/85::placeholder {
  color: rgb(54 83 20 / 0.85);
}
.placeholder-lime-900\/90::placeholder {
  color: rgb(54 83 20 / 0.9);
}
.placeholder-lime-900\/95::placeholder {
  color: rgb(54 83 20 / 0.95);
}
.placeholder-lime-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}
.placeholder-lime-950\/0::placeholder {
  color: rgb(26 46 5 / 0);
}
.placeholder-lime-950\/10::placeholder {
  color: rgb(26 46 5 / 0.1);
}
.placeholder-lime-950\/100::placeholder {
  color: rgb(26 46 5 / 1);
}
.placeholder-lime-950\/15::placeholder {
  color: rgb(26 46 5 / 0.15);
}
.placeholder-lime-950\/20::placeholder {
  color: rgb(26 46 5 / 0.2);
}
.placeholder-lime-950\/25::placeholder {
  color: rgb(26 46 5 / 0.25);
}
.placeholder-lime-950\/30::placeholder {
  color: rgb(26 46 5 / 0.3);
}
.placeholder-lime-950\/35::placeholder {
  color: rgb(26 46 5 / 0.35);
}
.placeholder-lime-950\/40::placeholder {
  color: rgb(26 46 5 / 0.4);
}
.placeholder-lime-950\/45::placeholder {
  color: rgb(26 46 5 / 0.45);
}
.placeholder-lime-950\/5::placeholder {
  color: rgb(26 46 5 / 0.05);
}
.placeholder-lime-950\/50::placeholder {
  color: rgb(26 46 5 / 0.5);
}
.placeholder-lime-950\/55::placeholder {
  color: rgb(26 46 5 / 0.55);
}
.placeholder-lime-950\/60::placeholder {
  color: rgb(26 46 5 / 0.6);
}
.placeholder-lime-950\/65::placeholder {
  color: rgb(26 46 5 / 0.65);
}
.placeholder-lime-950\/70::placeholder {
  color: rgb(26 46 5 / 0.7);
}
.placeholder-lime-950\/75::placeholder {
  color: rgb(26 46 5 / 0.75);
}
.placeholder-lime-950\/80::placeholder {
  color: rgb(26 46 5 / 0.8);
}
.placeholder-lime-950\/85::placeholder {
  color: rgb(26 46 5 / 0.85);
}
.placeholder-lime-950\/90::placeholder {
  color: rgb(26 46 5 / 0.9);
}
.placeholder-lime-950\/95::placeholder {
  color: rgb(26 46 5 / 0.95);
}
.placeholder-neutral-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-100\/0::placeholder {
  color: rgb(245 245 245 / 0);
}
.placeholder-neutral-100\/10::placeholder {
  color: rgb(245 245 245 / 0.1);
}
.placeholder-neutral-100\/100::placeholder {
  color: rgb(245 245 245 / 1);
}
.placeholder-neutral-100\/15::placeholder {
  color: rgb(245 245 245 / 0.15);
}
.placeholder-neutral-100\/20::placeholder {
  color: rgb(245 245 245 / 0.2);
}
.placeholder-neutral-100\/25::placeholder {
  color: rgb(245 245 245 / 0.25);
}
.placeholder-neutral-100\/30::placeholder {
  color: rgb(245 245 245 / 0.3);
}
.placeholder-neutral-100\/35::placeholder {
  color: rgb(245 245 245 / 0.35);
}
.placeholder-neutral-100\/40::placeholder {
  color: rgb(245 245 245 / 0.4);
}
.placeholder-neutral-100\/45::placeholder {
  color: rgb(245 245 245 / 0.45);
}
.placeholder-neutral-100\/5::placeholder {
  color: rgb(245 245 245 / 0.05);
}
.placeholder-neutral-100\/50::placeholder {
  color: rgb(245 245 245 / 0.5);
}
.placeholder-neutral-100\/55::placeholder {
  color: rgb(245 245 245 / 0.55);
}
.placeholder-neutral-100\/60::placeholder {
  color: rgb(245 245 245 / 0.6);
}
.placeholder-neutral-100\/65::placeholder {
  color: rgb(245 245 245 / 0.65);
}
.placeholder-neutral-100\/70::placeholder {
  color: rgb(245 245 245 / 0.7);
}
.placeholder-neutral-100\/75::placeholder {
  color: rgb(245 245 245 / 0.75);
}
.placeholder-neutral-100\/80::placeholder {
  color: rgb(245 245 245 / 0.8);
}
.placeholder-neutral-100\/85::placeholder {
  color: rgb(245 245 245 / 0.85);
}
.placeholder-neutral-100\/90::placeholder {
  color: rgb(245 245 245 / 0.9);
}
.placeholder-neutral-100\/95::placeholder {
  color: rgb(245 245 245 / 0.95);
}
.placeholder-neutral-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-200\/0::placeholder {
  color: rgb(229 229 229 / 0);
}
.placeholder-neutral-200\/10::placeholder {
  color: rgb(229 229 229 / 0.1);
}
.placeholder-neutral-200\/100::placeholder {
  color: rgb(229 229 229 / 1);
}
.placeholder-neutral-200\/15::placeholder {
  color: rgb(229 229 229 / 0.15);
}
.placeholder-neutral-200\/20::placeholder {
  color: rgb(229 229 229 / 0.2);
}
.placeholder-neutral-200\/25::placeholder {
  color: rgb(229 229 229 / 0.25);
}
.placeholder-neutral-200\/30::placeholder {
  color: rgb(229 229 229 / 0.3);
}
.placeholder-neutral-200\/35::placeholder {
  color: rgb(229 229 229 / 0.35);
}
.placeholder-neutral-200\/40::placeholder {
  color: rgb(229 229 229 / 0.4);
}
.placeholder-neutral-200\/45::placeholder {
  color: rgb(229 229 229 / 0.45);
}
.placeholder-neutral-200\/5::placeholder {
  color: rgb(229 229 229 / 0.05);
}
.placeholder-neutral-200\/50::placeholder {
  color: rgb(229 229 229 / 0.5);
}
.placeholder-neutral-200\/55::placeholder {
  color: rgb(229 229 229 / 0.55);
}
.placeholder-neutral-200\/60::placeholder {
  color: rgb(229 229 229 / 0.6);
}
.placeholder-neutral-200\/65::placeholder {
  color: rgb(229 229 229 / 0.65);
}
.placeholder-neutral-200\/70::placeholder {
  color: rgb(229 229 229 / 0.7);
}
.placeholder-neutral-200\/75::placeholder {
  color: rgb(229 229 229 / 0.75);
}
.placeholder-neutral-200\/80::placeholder {
  color: rgb(229 229 229 / 0.8);
}
.placeholder-neutral-200\/85::placeholder {
  color: rgb(229 229 229 / 0.85);
}
.placeholder-neutral-200\/90::placeholder {
  color: rgb(229 229 229 / 0.9);
}
.placeholder-neutral-200\/95::placeholder {
  color: rgb(229 229 229 / 0.95);
}
.placeholder-neutral-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-300\/0::placeholder {
  color: rgb(212 212 212 / 0);
}
.placeholder-neutral-300\/10::placeholder {
  color: rgb(212 212 212 / 0.1);
}
.placeholder-neutral-300\/100::placeholder {
  color: rgb(212 212 212 / 1);
}
.placeholder-neutral-300\/15::placeholder {
  color: rgb(212 212 212 / 0.15);
}
.placeholder-neutral-300\/20::placeholder {
  color: rgb(212 212 212 / 0.2);
}
.placeholder-neutral-300\/25::placeholder {
  color: rgb(212 212 212 / 0.25);
}
.placeholder-neutral-300\/30::placeholder {
  color: rgb(212 212 212 / 0.3);
}
.placeholder-neutral-300\/35::placeholder {
  color: rgb(212 212 212 / 0.35);
}
.placeholder-neutral-300\/40::placeholder {
  color: rgb(212 212 212 / 0.4);
}
.placeholder-neutral-300\/45::placeholder {
  color: rgb(212 212 212 / 0.45);
}
.placeholder-neutral-300\/5::placeholder {
  color: rgb(212 212 212 / 0.05);
}
.placeholder-neutral-300\/50::placeholder {
  color: rgb(212 212 212 / 0.5);
}
.placeholder-neutral-300\/55::placeholder {
  color: rgb(212 212 212 / 0.55);
}
.placeholder-neutral-300\/60::placeholder {
  color: rgb(212 212 212 / 0.6);
}
.placeholder-neutral-300\/65::placeholder {
  color: rgb(212 212 212 / 0.65);
}
.placeholder-neutral-300\/70::placeholder {
  color: rgb(212 212 212 / 0.7);
}
.placeholder-neutral-300\/75::placeholder {
  color: rgb(212 212 212 / 0.75);
}
.placeholder-neutral-300\/80::placeholder {
  color: rgb(212 212 212 / 0.8);
}
.placeholder-neutral-300\/85::placeholder {
  color: rgb(212 212 212 / 0.85);
}
.placeholder-neutral-300\/90::placeholder {
  color: rgb(212 212 212 / 0.9);
}
.placeholder-neutral-300\/95::placeholder {
  color: rgb(212 212 212 / 0.95);
}
.placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-400\/0::placeholder {
  color: rgb(163 163 163 / 0);
}
.placeholder-neutral-400\/10::placeholder {
  color: rgb(163 163 163 / 0.1);
}
.placeholder-neutral-400\/100::placeholder {
  color: rgb(163 163 163 / 1);
}
.placeholder-neutral-400\/15::placeholder {
  color: rgb(163 163 163 / 0.15);
}
.placeholder-neutral-400\/20::placeholder {
  color: rgb(163 163 163 / 0.2);
}
.placeholder-neutral-400\/25::placeholder {
  color: rgb(163 163 163 / 0.25);
}
.placeholder-neutral-400\/30::placeholder {
  color: rgb(163 163 163 / 0.3);
}
.placeholder-neutral-400\/35::placeholder {
  color: rgb(163 163 163 / 0.35);
}
.placeholder-neutral-400\/40::placeholder {
  color: rgb(163 163 163 / 0.4);
}
.placeholder-neutral-400\/45::placeholder {
  color: rgb(163 163 163 / 0.45);
}
.placeholder-neutral-400\/5::placeholder {
  color: rgb(163 163 163 / 0.05);
}
.placeholder-neutral-400\/50::placeholder {
  color: rgb(163 163 163 / 0.5);
}
.placeholder-neutral-400\/55::placeholder {
  color: rgb(163 163 163 / 0.55);
}
.placeholder-neutral-400\/60::placeholder {
  color: rgb(163 163 163 / 0.6);
}
.placeholder-neutral-400\/65::placeholder {
  color: rgb(163 163 163 / 0.65);
}
.placeholder-neutral-400\/70::placeholder {
  color: rgb(163 163 163 / 0.7);
}
.placeholder-neutral-400\/75::placeholder {
  color: rgb(163 163 163 / 0.75);
}
.placeholder-neutral-400\/80::placeholder {
  color: rgb(163 163 163 / 0.8);
}
.placeholder-neutral-400\/85::placeholder {
  color: rgb(163 163 163 / 0.85);
}
.placeholder-neutral-400\/90::placeholder {
  color: rgb(163 163 163 / 0.9);
}
.placeholder-neutral-400\/95::placeholder {
  color: rgb(163 163 163 / 0.95);
}
.placeholder-neutral-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-50\/0::placeholder {
  color: rgb(250 250 250 / 0);
}
.placeholder-neutral-50\/10::placeholder {
  color: rgb(250 250 250 / 0.1);
}
.placeholder-neutral-50\/100::placeholder {
  color: rgb(250 250 250 / 1);
}
.placeholder-neutral-50\/15::placeholder {
  color: rgb(250 250 250 / 0.15);
}
.placeholder-neutral-50\/20::placeholder {
  color: rgb(250 250 250 / 0.2);
}
.placeholder-neutral-50\/25::placeholder {
  color: rgb(250 250 250 / 0.25);
}
.placeholder-neutral-50\/30::placeholder {
  color: rgb(250 250 250 / 0.3);
}
.placeholder-neutral-50\/35::placeholder {
  color: rgb(250 250 250 / 0.35);
}
.placeholder-neutral-50\/40::placeholder {
  color: rgb(250 250 250 / 0.4);
}
.placeholder-neutral-50\/45::placeholder {
  color: rgb(250 250 250 / 0.45);
}
.placeholder-neutral-50\/5::placeholder {
  color: rgb(250 250 250 / 0.05);
}
.placeholder-neutral-50\/50::placeholder {
  color: rgb(250 250 250 / 0.5);
}
.placeholder-neutral-50\/55::placeholder {
  color: rgb(250 250 250 / 0.55);
}
.placeholder-neutral-50\/60::placeholder {
  color: rgb(250 250 250 / 0.6);
}
.placeholder-neutral-50\/65::placeholder {
  color: rgb(250 250 250 / 0.65);
}
.placeholder-neutral-50\/70::placeholder {
  color: rgb(250 250 250 / 0.7);
}
.placeholder-neutral-50\/75::placeholder {
  color: rgb(250 250 250 / 0.75);
}
.placeholder-neutral-50\/80::placeholder {
  color: rgb(250 250 250 / 0.8);
}
.placeholder-neutral-50\/85::placeholder {
  color: rgb(250 250 250 / 0.85);
}
.placeholder-neutral-50\/90::placeholder {
  color: rgb(250 250 250 / 0.9);
}
.placeholder-neutral-50\/95::placeholder {
  color: rgb(250 250 250 / 0.95);
}
.placeholder-neutral-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-500\/0::placeholder {
  color: rgb(115 115 115 / 0);
}
.placeholder-neutral-500\/10::placeholder {
  color: rgb(115 115 115 / 0.1);
}
.placeholder-neutral-500\/100::placeholder {
  color: rgb(115 115 115 / 1);
}
.placeholder-neutral-500\/15::placeholder {
  color: rgb(115 115 115 / 0.15);
}
.placeholder-neutral-500\/20::placeholder {
  color: rgb(115 115 115 / 0.2);
}
.placeholder-neutral-500\/25::placeholder {
  color: rgb(115 115 115 / 0.25);
}
.placeholder-neutral-500\/30::placeholder {
  color: rgb(115 115 115 / 0.3);
}
.placeholder-neutral-500\/35::placeholder {
  color: rgb(115 115 115 / 0.35);
}
.placeholder-neutral-500\/40::placeholder {
  color: rgb(115 115 115 / 0.4);
}
.placeholder-neutral-500\/45::placeholder {
  color: rgb(115 115 115 / 0.45);
}
.placeholder-neutral-500\/5::placeholder {
  color: rgb(115 115 115 / 0.05);
}
.placeholder-neutral-500\/50::placeholder {
  color: rgb(115 115 115 / 0.5);
}
.placeholder-neutral-500\/55::placeholder {
  color: rgb(115 115 115 / 0.55);
}
.placeholder-neutral-500\/60::placeholder {
  color: rgb(115 115 115 / 0.6);
}
.placeholder-neutral-500\/65::placeholder {
  color: rgb(115 115 115 / 0.65);
}
.placeholder-neutral-500\/70::placeholder {
  color: rgb(115 115 115 / 0.7);
}
.placeholder-neutral-500\/75::placeholder {
  color: rgb(115 115 115 / 0.75);
}
.placeholder-neutral-500\/80::placeholder {
  color: rgb(115 115 115 / 0.8);
}
.placeholder-neutral-500\/85::placeholder {
  color: rgb(115 115 115 / 0.85);
}
.placeholder-neutral-500\/90::placeholder {
  color: rgb(115 115 115 / 0.9);
}
.placeholder-neutral-500\/95::placeholder {
  color: rgb(115 115 115 / 0.95);
}
.placeholder-neutral-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-600\/0::placeholder {
  color: rgb(82 82 82 / 0);
}
.placeholder-neutral-600\/10::placeholder {
  color: rgb(82 82 82 / 0.1);
}
.placeholder-neutral-600\/100::placeholder {
  color: rgb(82 82 82 / 1);
}
.placeholder-neutral-600\/15::placeholder {
  color: rgb(82 82 82 / 0.15);
}
.placeholder-neutral-600\/20::placeholder {
  color: rgb(82 82 82 / 0.2);
}
.placeholder-neutral-600\/25::placeholder {
  color: rgb(82 82 82 / 0.25);
}
.placeholder-neutral-600\/30::placeholder {
  color: rgb(82 82 82 / 0.3);
}
.placeholder-neutral-600\/35::placeholder {
  color: rgb(82 82 82 / 0.35);
}
.placeholder-neutral-600\/40::placeholder {
  color: rgb(82 82 82 / 0.4);
}
.placeholder-neutral-600\/45::placeholder {
  color: rgb(82 82 82 / 0.45);
}
.placeholder-neutral-600\/5::placeholder {
  color: rgb(82 82 82 / 0.05);
}
.placeholder-neutral-600\/50::placeholder {
  color: rgb(82 82 82 / 0.5);
}
.placeholder-neutral-600\/55::placeholder {
  color: rgb(82 82 82 / 0.55);
}
.placeholder-neutral-600\/60::placeholder {
  color: rgb(82 82 82 / 0.6);
}
.placeholder-neutral-600\/65::placeholder {
  color: rgb(82 82 82 / 0.65);
}
.placeholder-neutral-600\/70::placeholder {
  color: rgb(82 82 82 / 0.7);
}
.placeholder-neutral-600\/75::placeholder {
  color: rgb(82 82 82 / 0.75);
}
.placeholder-neutral-600\/80::placeholder {
  color: rgb(82 82 82 / 0.8);
}
.placeholder-neutral-600\/85::placeholder {
  color: rgb(82 82 82 / 0.85);
}
.placeholder-neutral-600\/90::placeholder {
  color: rgb(82 82 82 / 0.9);
}
.placeholder-neutral-600\/95::placeholder {
  color: rgb(82 82 82 / 0.95);
}
.placeholder-neutral-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-700\/0::placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-neutral-700\/10::placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-neutral-700\/100::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-neutral-700\/15::placeholder {
  color: rgb(64 64 64 / 0.15);
}
.placeholder-neutral-700\/20::placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-neutral-700\/25::placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-neutral-700\/30::placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-neutral-700\/35::placeholder {
  color: rgb(64 64 64 / 0.35);
}
.placeholder-neutral-700\/40::placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-neutral-700\/45::placeholder {
  color: rgb(64 64 64 / 0.45);
}
.placeholder-neutral-700\/5::placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-neutral-700\/50::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-neutral-700\/55::placeholder {
  color: rgb(64 64 64 / 0.55);
}
.placeholder-neutral-700\/60::placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-neutral-700\/65::placeholder {
  color: rgb(64 64 64 / 0.65);
}
.placeholder-neutral-700\/70::placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-neutral-700\/75::placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-neutral-700\/80::placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-neutral-700\/85::placeholder {
  color: rgb(64 64 64 / 0.85);
}
.placeholder-neutral-700\/90::placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-neutral-700\/95::placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-neutral-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-800\/0::placeholder {
  color: rgb(38 38 38 / 0);
}
.placeholder-neutral-800\/10::placeholder {
  color: rgb(38 38 38 / 0.1);
}
.placeholder-neutral-800\/100::placeholder {
  color: rgb(38 38 38 / 1);
}
.placeholder-neutral-800\/15::placeholder {
  color: rgb(38 38 38 / 0.15);
}
.placeholder-neutral-800\/20::placeholder {
  color: rgb(38 38 38 / 0.2);
}
.placeholder-neutral-800\/25::placeholder {
  color: rgb(38 38 38 / 0.25);
}
.placeholder-neutral-800\/30::placeholder {
  color: rgb(38 38 38 / 0.3);
}
.placeholder-neutral-800\/35::placeholder {
  color: rgb(38 38 38 / 0.35);
}
.placeholder-neutral-800\/40::placeholder {
  color: rgb(38 38 38 / 0.4);
}
.placeholder-neutral-800\/45::placeholder {
  color: rgb(38 38 38 / 0.45);
}
.placeholder-neutral-800\/5::placeholder {
  color: rgb(38 38 38 / 0.05);
}
.placeholder-neutral-800\/50::placeholder {
  color: rgb(38 38 38 / 0.5);
}
.placeholder-neutral-800\/55::placeholder {
  color: rgb(38 38 38 / 0.55);
}
.placeholder-neutral-800\/60::placeholder {
  color: rgb(38 38 38 / 0.6);
}
.placeholder-neutral-800\/65::placeholder {
  color: rgb(38 38 38 / 0.65);
}
.placeholder-neutral-800\/70::placeholder {
  color: rgb(38 38 38 / 0.7);
}
.placeholder-neutral-800\/75::placeholder {
  color: rgb(38 38 38 / 0.75);
}
.placeholder-neutral-800\/80::placeholder {
  color: rgb(38 38 38 / 0.8);
}
.placeholder-neutral-800\/85::placeholder {
  color: rgb(38 38 38 / 0.85);
}
.placeholder-neutral-800\/90::placeholder {
  color: rgb(38 38 38 / 0.9);
}
.placeholder-neutral-800\/95::placeholder {
  color: rgb(38 38 38 / 0.95);
}
.placeholder-neutral-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-900\/0::placeholder {
  color: rgb(23 23 23 / 0);
}
.placeholder-neutral-900\/10::placeholder {
  color: rgb(23 23 23 / 0.1);
}
.placeholder-neutral-900\/100::placeholder {
  color: rgb(23 23 23 / 1);
}
.placeholder-neutral-900\/15::placeholder {
  color: rgb(23 23 23 / 0.15);
}
.placeholder-neutral-900\/20::placeholder {
  color: rgb(23 23 23 / 0.2);
}
.placeholder-neutral-900\/25::placeholder {
  color: rgb(23 23 23 / 0.25);
}
.placeholder-neutral-900\/30::placeholder {
  color: rgb(23 23 23 / 0.3);
}
.placeholder-neutral-900\/35::placeholder {
  color: rgb(23 23 23 / 0.35);
}
.placeholder-neutral-900\/40::placeholder {
  color: rgb(23 23 23 / 0.4);
}
.placeholder-neutral-900\/45::placeholder {
  color: rgb(23 23 23 / 0.45);
}
.placeholder-neutral-900\/5::placeholder {
  color: rgb(23 23 23 / 0.05);
}
.placeholder-neutral-900\/50::placeholder {
  color: rgb(23 23 23 / 0.5);
}
.placeholder-neutral-900\/55::placeholder {
  color: rgb(23 23 23 / 0.55);
}
.placeholder-neutral-900\/60::placeholder {
  color: rgb(23 23 23 / 0.6);
}
.placeholder-neutral-900\/65::placeholder {
  color: rgb(23 23 23 / 0.65);
}
.placeholder-neutral-900\/70::placeholder {
  color: rgb(23 23 23 / 0.7);
}
.placeholder-neutral-900\/75::placeholder {
  color: rgb(23 23 23 / 0.75);
}
.placeholder-neutral-900\/80::placeholder {
  color: rgb(23 23 23 / 0.8);
}
.placeholder-neutral-900\/85::placeholder {
  color: rgb(23 23 23 / 0.85);
}
.placeholder-neutral-900\/90::placeholder {
  color: rgb(23 23 23 / 0.9);
}
.placeholder-neutral-900\/95::placeholder {
  color: rgb(23 23 23 / 0.95);
}
.placeholder-neutral-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-950\/0::placeholder {
  color: rgb(10 10 10 / 0);
}
.placeholder-neutral-950\/10::placeholder {
  color: rgb(10 10 10 / 0.1);
}
.placeholder-neutral-950\/100::placeholder {
  color: rgb(10 10 10 / 1);
}
.placeholder-neutral-950\/15::placeholder {
  color: rgb(10 10 10 / 0.15);
}
.placeholder-neutral-950\/20::placeholder {
  color: rgb(10 10 10 / 0.2);
}
.placeholder-neutral-950\/25::placeholder {
  color: rgb(10 10 10 / 0.25);
}
.placeholder-neutral-950\/30::placeholder {
  color: rgb(10 10 10 / 0.3);
}
.placeholder-neutral-950\/35::placeholder {
  color: rgb(10 10 10 / 0.35);
}
.placeholder-neutral-950\/40::placeholder {
  color: rgb(10 10 10 / 0.4);
}
.placeholder-neutral-950\/45::placeholder {
  color: rgb(10 10 10 / 0.45);
}
.placeholder-neutral-950\/5::placeholder {
  color: rgb(10 10 10 / 0.05);
}
.placeholder-neutral-950\/50::placeholder {
  color: rgb(10 10 10 / 0.5);
}
.placeholder-neutral-950\/55::placeholder {
  color: rgb(10 10 10 / 0.55);
}
.placeholder-neutral-950\/60::placeholder {
  color: rgb(10 10 10 / 0.6);
}
.placeholder-neutral-950\/65::placeholder {
  color: rgb(10 10 10 / 0.65);
}
.placeholder-neutral-950\/70::placeholder {
  color: rgb(10 10 10 / 0.7);
}
.placeholder-neutral-950\/75::placeholder {
  color: rgb(10 10 10 / 0.75);
}
.placeholder-neutral-950\/80::placeholder {
  color: rgb(10 10 10 / 0.8);
}
.placeholder-neutral-950\/85::placeholder {
  color: rgb(10 10 10 / 0.85);
}
.placeholder-neutral-950\/90::placeholder {
  color: rgb(10 10 10 / 0.9);
}
.placeholder-neutral-950\/95::placeholder {
  color: rgb(10 10 10 / 0.95);
}
.placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-100\/0::placeholder {
  color: rgb(255 237 213 / 0);
}
.placeholder-orange-100\/10::placeholder {
  color: rgb(255 237 213 / 0.1);
}
.placeholder-orange-100\/100::placeholder {
  color: rgb(255 237 213 / 1);
}
.placeholder-orange-100\/15::placeholder {
  color: rgb(255 237 213 / 0.15);
}
.placeholder-orange-100\/20::placeholder {
  color: rgb(255 237 213 / 0.2);
}
.placeholder-orange-100\/25::placeholder {
  color: rgb(255 237 213 / 0.25);
}
.placeholder-orange-100\/30::placeholder {
  color: rgb(255 237 213 / 0.3);
}
.placeholder-orange-100\/35::placeholder {
  color: rgb(255 237 213 / 0.35);
}
.placeholder-orange-100\/40::placeholder {
  color: rgb(255 237 213 / 0.4);
}
.placeholder-orange-100\/45::placeholder {
  color: rgb(255 237 213 / 0.45);
}
.placeholder-orange-100\/5::placeholder {
  color: rgb(255 237 213 / 0.05);
}
.placeholder-orange-100\/50::placeholder {
  color: rgb(255 237 213 / 0.5);
}
.placeholder-orange-100\/55::placeholder {
  color: rgb(255 237 213 / 0.55);
}
.placeholder-orange-100\/60::placeholder {
  color: rgb(255 237 213 / 0.6);
}
.placeholder-orange-100\/65::placeholder {
  color: rgb(255 237 213 / 0.65);
}
.placeholder-orange-100\/70::placeholder {
  color: rgb(255 237 213 / 0.7);
}
.placeholder-orange-100\/75::placeholder {
  color: rgb(255 237 213 / 0.75);
}
.placeholder-orange-100\/80::placeholder {
  color: rgb(255 237 213 / 0.8);
}
.placeholder-orange-100\/85::placeholder {
  color: rgb(255 237 213 / 0.85);
}
.placeholder-orange-100\/90::placeholder {
  color: rgb(255 237 213 / 0.9);
}
.placeholder-orange-100\/95::placeholder {
  color: rgb(255 237 213 / 0.95);
}
.placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-200\/0::placeholder {
  color: rgb(254 215 170 / 0);
}
.placeholder-orange-200\/10::placeholder {
  color: rgb(254 215 170 / 0.1);
}
.placeholder-orange-200\/100::placeholder {
  color: rgb(254 215 170 / 1);
}
.placeholder-orange-200\/15::placeholder {
  color: rgb(254 215 170 / 0.15);
}
.placeholder-orange-200\/20::placeholder {
  color: rgb(254 215 170 / 0.2);
}
.placeholder-orange-200\/25::placeholder {
  color: rgb(254 215 170 / 0.25);
}
.placeholder-orange-200\/30::placeholder {
  color: rgb(254 215 170 / 0.3);
}
.placeholder-orange-200\/35::placeholder {
  color: rgb(254 215 170 / 0.35);
}
.placeholder-orange-200\/40::placeholder {
  color: rgb(254 215 170 / 0.4);
}
.placeholder-orange-200\/45::placeholder {
  color: rgb(254 215 170 / 0.45);
}
.placeholder-orange-200\/5::placeholder {
  color: rgb(254 215 170 / 0.05);
}
.placeholder-orange-200\/50::placeholder {
  color: rgb(254 215 170 / 0.5);
}
.placeholder-orange-200\/55::placeholder {
  color: rgb(254 215 170 / 0.55);
}
.placeholder-orange-200\/60::placeholder {
  color: rgb(254 215 170 / 0.6);
}
.placeholder-orange-200\/65::placeholder {
  color: rgb(254 215 170 / 0.65);
}
.placeholder-orange-200\/70::placeholder {
  color: rgb(254 215 170 / 0.7);
}
.placeholder-orange-200\/75::placeholder {
  color: rgb(254 215 170 / 0.75);
}
.placeholder-orange-200\/80::placeholder {
  color: rgb(254 215 170 / 0.8);
}
.placeholder-orange-200\/85::placeholder {
  color: rgb(254 215 170 / 0.85);
}
.placeholder-orange-200\/90::placeholder {
  color: rgb(254 215 170 / 0.9);
}
.placeholder-orange-200\/95::placeholder {
  color: rgb(254 215 170 / 0.95);
}
.placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-300\/0::placeholder {
  color: rgb(253 186 116 / 0);
}
.placeholder-orange-300\/10::placeholder {
  color: rgb(253 186 116 / 0.1);
}
.placeholder-orange-300\/100::placeholder {
  color: rgb(253 186 116 / 1);
}
.placeholder-orange-300\/15::placeholder {
  color: rgb(253 186 116 / 0.15);
}
.placeholder-orange-300\/20::placeholder {
  color: rgb(253 186 116 / 0.2);
}
.placeholder-orange-300\/25::placeholder {
  color: rgb(253 186 116 / 0.25);
}
.placeholder-orange-300\/30::placeholder {
  color: rgb(253 186 116 / 0.3);
}
.placeholder-orange-300\/35::placeholder {
  color: rgb(253 186 116 / 0.35);
}
.placeholder-orange-300\/40::placeholder {
  color: rgb(253 186 116 / 0.4);
}
.placeholder-orange-300\/45::placeholder {
  color: rgb(253 186 116 / 0.45);
}
.placeholder-orange-300\/5::placeholder {
  color: rgb(253 186 116 / 0.05);
}
.placeholder-orange-300\/50::placeholder {
  color: rgb(253 186 116 / 0.5);
}
.placeholder-orange-300\/55::placeholder {
  color: rgb(253 186 116 / 0.55);
}
.placeholder-orange-300\/60::placeholder {
  color: rgb(253 186 116 / 0.6);
}
.placeholder-orange-300\/65::placeholder {
  color: rgb(253 186 116 / 0.65);
}
.placeholder-orange-300\/70::placeholder {
  color: rgb(253 186 116 / 0.7);
}
.placeholder-orange-300\/75::placeholder {
  color: rgb(253 186 116 / 0.75);
}
.placeholder-orange-300\/80::placeholder {
  color: rgb(253 186 116 / 0.8);
}
.placeholder-orange-300\/85::placeholder {
  color: rgb(253 186 116 / 0.85);
}
.placeholder-orange-300\/90::placeholder {
  color: rgb(253 186 116 / 0.9);
}
.placeholder-orange-300\/95::placeholder {
  color: rgb(253 186 116 / 0.95);
}
.placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-400\/0::placeholder {
  color: rgb(251 146 60 / 0);
}
.placeholder-orange-400\/10::placeholder {
  color: rgb(251 146 60 / 0.1);
}
.placeholder-orange-400\/100::placeholder {
  color: rgb(251 146 60 / 1);
}
.placeholder-orange-400\/15::placeholder {
  color: rgb(251 146 60 / 0.15);
}
.placeholder-orange-400\/20::placeholder {
  color: rgb(251 146 60 / 0.2);
}
.placeholder-orange-400\/25::placeholder {
  color: rgb(251 146 60 / 0.25);
}
.placeholder-orange-400\/30::placeholder {
  color: rgb(251 146 60 / 0.3);
}
.placeholder-orange-400\/35::placeholder {
  color: rgb(251 146 60 / 0.35);
}
.placeholder-orange-400\/40::placeholder {
  color: rgb(251 146 60 / 0.4);
}
.placeholder-orange-400\/45::placeholder {
  color: rgb(251 146 60 / 0.45);
}
.placeholder-orange-400\/5::placeholder {
  color: rgb(251 146 60 / 0.05);
}
.placeholder-orange-400\/50::placeholder {
  color: rgb(251 146 60 / 0.5);
}
.placeholder-orange-400\/55::placeholder {
  color: rgb(251 146 60 / 0.55);
}
.placeholder-orange-400\/60::placeholder {
  color: rgb(251 146 60 / 0.6);
}
.placeholder-orange-400\/65::placeholder {
  color: rgb(251 146 60 / 0.65);
}
.placeholder-orange-400\/70::placeholder {
  color: rgb(251 146 60 / 0.7);
}
.placeholder-orange-400\/75::placeholder {
  color: rgb(251 146 60 / 0.75);
}
.placeholder-orange-400\/80::placeholder {
  color: rgb(251 146 60 / 0.8);
}
.placeholder-orange-400\/85::placeholder {
  color: rgb(251 146 60 / 0.85);
}
.placeholder-orange-400\/90::placeholder {
  color: rgb(251 146 60 / 0.9);
}
.placeholder-orange-400\/95::placeholder {
  color: rgb(251 146 60 / 0.95);
}
.placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-50\/0::placeholder {
  color: rgb(255 247 237 / 0);
}
.placeholder-orange-50\/10::placeholder {
  color: rgb(255 247 237 / 0.1);
}
.placeholder-orange-50\/100::placeholder {
  color: rgb(255 247 237 / 1);
}
.placeholder-orange-50\/15::placeholder {
  color: rgb(255 247 237 / 0.15);
}
.placeholder-orange-50\/20::placeholder {
  color: rgb(255 247 237 / 0.2);
}
.placeholder-orange-50\/25::placeholder {
  color: rgb(255 247 237 / 0.25);
}
.placeholder-orange-50\/30::placeholder {
  color: rgb(255 247 237 / 0.3);
}
.placeholder-orange-50\/35::placeholder {
  color: rgb(255 247 237 / 0.35);
}
.placeholder-orange-50\/40::placeholder {
  color: rgb(255 247 237 / 0.4);
}
.placeholder-orange-50\/45::placeholder {
  color: rgb(255 247 237 / 0.45);
}
.placeholder-orange-50\/5::placeholder {
  color: rgb(255 247 237 / 0.05);
}
.placeholder-orange-50\/50::placeholder {
  color: rgb(255 247 237 / 0.5);
}
.placeholder-orange-50\/55::placeholder {
  color: rgb(255 247 237 / 0.55);
}
.placeholder-orange-50\/60::placeholder {
  color: rgb(255 247 237 / 0.6);
}
.placeholder-orange-50\/65::placeholder {
  color: rgb(255 247 237 / 0.65);
}
.placeholder-orange-50\/70::placeholder {
  color: rgb(255 247 237 / 0.7);
}
.placeholder-orange-50\/75::placeholder {
  color: rgb(255 247 237 / 0.75);
}
.placeholder-orange-50\/80::placeholder {
  color: rgb(255 247 237 / 0.8);
}
.placeholder-orange-50\/85::placeholder {
  color: rgb(255 247 237 / 0.85);
}
.placeholder-orange-50\/90::placeholder {
  color: rgb(255 247 237 / 0.9);
}
.placeholder-orange-50\/95::placeholder {
  color: rgb(255 247 237 / 0.95);
}
.placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-500\/0::placeholder {
  color: rgb(249 115 22 / 0);
}
.placeholder-orange-500\/10::placeholder {
  color: rgb(249 115 22 / 0.1);
}
.placeholder-orange-500\/100::placeholder {
  color: rgb(249 115 22 / 1);
}
.placeholder-orange-500\/15::placeholder {
  color: rgb(249 115 22 / 0.15);
}
.placeholder-orange-500\/20::placeholder {
  color: rgb(249 115 22 / 0.2);
}
.placeholder-orange-500\/25::placeholder {
  color: rgb(249 115 22 / 0.25);
}
.placeholder-orange-500\/30::placeholder {
  color: rgb(249 115 22 / 0.3);
}
.placeholder-orange-500\/35::placeholder {
  color: rgb(249 115 22 / 0.35);
}
.placeholder-orange-500\/40::placeholder {
  color: rgb(249 115 22 / 0.4);
}
.placeholder-orange-500\/45::placeholder {
  color: rgb(249 115 22 / 0.45);
}
.placeholder-orange-500\/5::placeholder {
  color: rgb(249 115 22 / 0.05);
}
.placeholder-orange-500\/50::placeholder {
  color: rgb(249 115 22 / 0.5);
}
.placeholder-orange-500\/55::placeholder {
  color: rgb(249 115 22 / 0.55);
}
.placeholder-orange-500\/60::placeholder {
  color: rgb(249 115 22 / 0.6);
}
.placeholder-orange-500\/65::placeholder {
  color: rgb(249 115 22 / 0.65);
}
.placeholder-orange-500\/70::placeholder {
  color: rgb(249 115 22 / 0.7);
}
.placeholder-orange-500\/75::placeholder {
  color: rgb(249 115 22 / 0.75);
}
.placeholder-orange-500\/80::placeholder {
  color: rgb(249 115 22 / 0.8);
}
.placeholder-orange-500\/85::placeholder {
  color: rgb(249 115 22 / 0.85);
}
.placeholder-orange-500\/90::placeholder {
  color: rgb(249 115 22 / 0.9);
}
.placeholder-orange-500\/95::placeholder {
  color: rgb(249 115 22 / 0.95);
}
.placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-600\/0::placeholder {
  color: rgb(234 88 12 / 0);
}
.placeholder-orange-600\/10::placeholder {
  color: rgb(234 88 12 / 0.1);
}
.placeholder-orange-600\/100::placeholder {
  color: rgb(234 88 12 / 1);
}
.placeholder-orange-600\/15::placeholder {
  color: rgb(234 88 12 / 0.15);
}
.placeholder-orange-600\/20::placeholder {
  color: rgb(234 88 12 / 0.2);
}
.placeholder-orange-600\/25::placeholder {
  color: rgb(234 88 12 / 0.25);
}
.placeholder-orange-600\/30::placeholder {
  color: rgb(234 88 12 / 0.3);
}
.placeholder-orange-600\/35::placeholder {
  color: rgb(234 88 12 / 0.35);
}
.placeholder-orange-600\/40::placeholder {
  color: rgb(234 88 12 / 0.4);
}
.placeholder-orange-600\/45::placeholder {
  color: rgb(234 88 12 / 0.45);
}
.placeholder-orange-600\/5::placeholder {
  color: rgb(234 88 12 / 0.05);
}
.placeholder-orange-600\/50::placeholder {
  color: rgb(234 88 12 / 0.5);
}
.placeholder-orange-600\/55::placeholder {
  color: rgb(234 88 12 / 0.55);
}
.placeholder-orange-600\/60::placeholder {
  color: rgb(234 88 12 / 0.6);
}
.placeholder-orange-600\/65::placeholder {
  color: rgb(234 88 12 / 0.65);
}
.placeholder-orange-600\/70::placeholder {
  color: rgb(234 88 12 / 0.7);
}
.placeholder-orange-600\/75::placeholder {
  color: rgb(234 88 12 / 0.75);
}
.placeholder-orange-600\/80::placeholder {
  color: rgb(234 88 12 / 0.8);
}
.placeholder-orange-600\/85::placeholder {
  color: rgb(234 88 12 / 0.85);
}
.placeholder-orange-600\/90::placeholder {
  color: rgb(234 88 12 / 0.9);
}
.placeholder-orange-600\/95::placeholder {
  color: rgb(234 88 12 / 0.95);
}
.placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-700\/0::placeholder {
  color: rgb(194 65 12 / 0);
}
.placeholder-orange-700\/10::placeholder {
  color: rgb(194 65 12 / 0.1);
}
.placeholder-orange-700\/100::placeholder {
  color: rgb(194 65 12 / 1);
}
.placeholder-orange-700\/15::placeholder {
  color: rgb(194 65 12 / 0.15);
}
.placeholder-orange-700\/20::placeholder {
  color: rgb(194 65 12 / 0.2);
}
.placeholder-orange-700\/25::placeholder {
  color: rgb(194 65 12 / 0.25);
}
.placeholder-orange-700\/30::placeholder {
  color: rgb(194 65 12 / 0.3);
}
.placeholder-orange-700\/35::placeholder {
  color: rgb(194 65 12 / 0.35);
}
.placeholder-orange-700\/40::placeholder {
  color: rgb(194 65 12 / 0.4);
}
.placeholder-orange-700\/45::placeholder {
  color: rgb(194 65 12 / 0.45);
}
.placeholder-orange-700\/5::placeholder {
  color: rgb(194 65 12 / 0.05);
}
.placeholder-orange-700\/50::placeholder {
  color: rgb(194 65 12 / 0.5);
}
.placeholder-orange-700\/55::placeholder {
  color: rgb(194 65 12 / 0.55);
}
.placeholder-orange-700\/60::placeholder {
  color: rgb(194 65 12 / 0.6);
}
.placeholder-orange-700\/65::placeholder {
  color: rgb(194 65 12 / 0.65);
}
.placeholder-orange-700\/70::placeholder {
  color: rgb(194 65 12 / 0.7);
}
.placeholder-orange-700\/75::placeholder {
  color: rgb(194 65 12 / 0.75);
}
.placeholder-orange-700\/80::placeholder {
  color: rgb(194 65 12 / 0.8);
}
.placeholder-orange-700\/85::placeholder {
  color: rgb(194 65 12 / 0.85);
}
.placeholder-orange-700\/90::placeholder {
  color: rgb(194 65 12 / 0.9);
}
.placeholder-orange-700\/95::placeholder {
  color: rgb(194 65 12 / 0.95);
}
.placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-800\/0::placeholder {
  color: rgb(154 52 18 / 0);
}
.placeholder-orange-800\/10::placeholder {
  color: rgb(154 52 18 / 0.1);
}
.placeholder-orange-800\/100::placeholder {
  color: rgb(154 52 18 / 1);
}
.placeholder-orange-800\/15::placeholder {
  color: rgb(154 52 18 / 0.15);
}
.placeholder-orange-800\/20::placeholder {
  color: rgb(154 52 18 / 0.2);
}
.placeholder-orange-800\/25::placeholder {
  color: rgb(154 52 18 / 0.25);
}
.placeholder-orange-800\/30::placeholder {
  color: rgb(154 52 18 / 0.3);
}
.placeholder-orange-800\/35::placeholder {
  color: rgb(154 52 18 / 0.35);
}
.placeholder-orange-800\/40::placeholder {
  color: rgb(154 52 18 / 0.4);
}
.placeholder-orange-800\/45::placeholder {
  color: rgb(154 52 18 / 0.45);
}
.placeholder-orange-800\/5::placeholder {
  color: rgb(154 52 18 / 0.05);
}
.placeholder-orange-800\/50::placeholder {
  color: rgb(154 52 18 / 0.5);
}
.placeholder-orange-800\/55::placeholder {
  color: rgb(154 52 18 / 0.55);
}
.placeholder-orange-800\/60::placeholder {
  color: rgb(154 52 18 / 0.6);
}
.placeholder-orange-800\/65::placeholder {
  color: rgb(154 52 18 / 0.65);
}
.placeholder-orange-800\/70::placeholder {
  color: rgb(154 52 18 / 0.7);
}
.placeholder-orange-800\/75::placeholder {
  color: rgb(154 52 18 / 0.75);
}
.placeholder-orange-800\/80::placeholder {
  color: rgb(154 52 18 / 0.8);
}
.placeholder-orange-800\/85::placeholder {
  color: rgb(154 52 18 / 0.85);
}
.placeholder-orange-800\/90::placeholder {
  color: rgb(154 52 18 / 0.9);
}
.placeholder-orange-800\/95::placeholder {
  color: rgb(154 52 18 / 0.95);
}
.placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-900\/0::placeholder {
  color: rgb(124 45 18 / 0);
}
.placeholder-orange-900\/10::placeholder {
  color: rgb(124 45 18 / 0.1);
}
.placeholder-orange-900\/100::placeholder {
  color: rgb(124 45 18 / 1);
}
.placeholder-orange-900\/15::placeholder {
  color: rgb(124 45 18 / 0.15);
}
.placeholder-orange-900\/20::placeholder {
  color: rgb(124 45 18 / 0.2);
}
.placeholder-orange-900\/25::placeholder {
  color: rgb(124 45 18 / 0.25);
}
.placeholder-orange-900\/30::placeholder {
  color: rgb(124 45 18 / 0.3);
}
.placeholder-orange-900\/35::placeholder {
  color: rgb(124 45 18 / 0.35);
}
.placeholder-orange-900\/40::placeholder {
  color: rgb(124 45 18 / 0.4);
}
.placeholder-orange-900\/45::placeholder {
  color: rgb(124 45 18 / 0.45);
}
.placeholder-orange-900\/5::placeholder {
  color: rgb(124 45 18 / 0.05);
}
.placeholder-orange-900\/50::placeholder {
  color: rgb(124 45 18 / 0.5);
}
.placeholder-orange-900\/55::placeholder {
  color: rgb(124 45 18 / 0.55);
}
.placeholder-orange-900\/60::placeholder {
  color: rgb(124 45 18 / 0.6);
}
.placeholder-orange-900\/65::placeholder {
  color: rgb(124 45 18 / 0.65);
}
.placeholder-orange-900\/70::placeholder {
  color: rgb(124 45 18 / 0.7);
}
.placeholder-orange-900\/75::placeholder {
  color: rgb(124 45 18 / 0.75);
}
.placeholder-orange-900\/80::placeholder {
  color: rgb(124 45 18 / 0.8);
}
.placeholder-orange-900\/85::placeholder {
  color: rgb(124 45 18 / 0.85);
}
.placeholder-orange-900\/90::placeholder {
  color: rgb(124 45 18 / 0.9);
}
.placeholder-orange-900\/95::placeholder {
  color: rgb(124 45 18 / 0.95);
}
.placeholder-orange-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}
.placeholder-orange-950\/0::placeholder {
  color: rgb(67 20 7 / 0);
}
.placeholder-orange-950\/10::placeholder {
  color: rgb(67 20 7 / 0.1);
}
.placeholder-orange-950\/100::placeholder {
  color: rgb(67 20 7 / 1);
}
.placeholder-orange-950\/15::placeholder {
  color: rgb(67 20 7 / 0.15);
}
.placeholder-orange-950\/20::placeholder {
  color: rgb(67 20 7 / 0.2);
}
.placeholder-orange-950\/25::placeholder {
  color: rgb(67 20 7 / 0.25);
}
.placeholder-orange-950\/30::placeholder {
  color: rgb(67 20 7 / 0.3);
}
.placeholder-orange-950\/35::placeholder {
  color: rgb(67 20 7 / 0.35);
}
.placeholder-orange-950\/40::placeholder {
  color: rgb(67 20 7 / 0.4);
}
.placeholder-orange-950\/45::placeholder {
  color: rgb(67 20 7 / 0.45);
}
.placeholder-orange-950\/5::placeholder {
  color: rgb(67 20 7 / 0.05);
}
.placeholder-orange-950\/50::placeholder {
  color: rgb(67 20 7 / 0.5);
}
.placeholder-orange-950\/55::placeholder {
  color: rgb(67 20 7 / 0.55);
}
.placeholder-orange-950\/60::placeholder {
  color: rgb(67 20 7 / 0.6);
}
.placeholder-orange-950\/65::placeholder {
  color: rgb(67 20 7 / 0.65);
}
.placeholder-orange-950\/70::placeholder {
  color: rgb(67 20 7 / 0.7);
}
.placeholder-orange-950\/75::placeholder {
  color: rgb(67 20 7 / 0.75);
}
.placeholder-orange-950\/80::placeholder {
  color: rgb(67 20 7 / 0.8);
}
.placeholder-orange-950\/85::placeholder {
  color: rgb(67 20 7 / 0.85);
}
.placeholder-orange-950\/90::placeholder {
  color: rgb(67 20 7 / 0.9);
}
.placeholder-orange-950\/95::placeholder {
  color: rgb(67 20 7 / 0.95);
}
.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-100\/0::placeholder {
  color: rgb(252 231 243 / 0);
}
.placeholder-pink-100\/10::placeholder {
  color: rgb(252 231 243 / 0.1);
}
.placeholder-pink-100\/100::placeholder {
  color: rgb(252 231 243 / 1);
}
.placeholder-pink-100\/15::placeholder {
  color: rgb(252 231 243 / 0.15);
}
.placeholder-pink-100\/20::placeholder {
  color: rgb(252 231 243 / 0.2);
}
.placeholder-pink-100\/25::placeholder {
  color: rgb(252 231 243 / 0.25);
}
.placeholder-pink-100\/30::placeholder {
  color: rgb(252 231 243 / 0.3);
}
.placeholder-pink-100\/35::placeholder {
  color: rgb(252 231 243 / 0.35);
}
.placeholder-pink-100\/40::placeholder {
  color: rgb(252 231 243 / 0.4);
}
.placeholder-pink-100\/45::placeholder {
  color: rgb(252 231 243 / 0.45);
}
.placeholder-pink-100\/5::placeholder {
  color: rgb(252 231 243 / 0.05);
}
.placeholder-pink-100\/50::placeholder {
  color: rgb(252 231 243 / 0.5);
}
.placeholder-pink-100\/55::placeholder {
  color: rgb(252 231 243 / 0.55);
}
.placeholder-pink-100\/60::placeholder {
  color: rgb(252 231 243 / 0.6);
}
.placeholder-pink-100\/65::placeholder {
  color: rgb(252 231 243 / 0.65);
}
.placeholder-pink-100\/70::placeholder {
  color: rgb(252 231 243 / 0.7);
}
.placeholder-pink-100\/75::placeholder {
  color: rgb(252 231 243 / 0.75);
}
.placeholder-pink-100\/80::placeholder {
  color: rgb(252 231 243 / 0.8);
}
.placeholder-pink-100\/85::placeholder {
  color: rgb(252 231 243 / 0.85);
}
.placeholder-pink-100\/90::placeholder {
  color: rgb(252 231 243 / 0.9);
}
.placeholder-pink-100\/95::placeholder {
  color: rgb(252 231 243 / 0.95);
}
.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-200\/0::placeholder {
  color: rgb(251 207 232 / 0);
}
.placeholder-pink-200\/10::placeholder {
  color: rgb(251 207 232 / 0.1);
}
.placeholder-pink-200\/100::placeholder {
  color: rgb(251 207 232 / 1);
}
.placeholder-pink-200\/15::placeholder {
  color: rgb(251 207 232 / 0.15);
}
.placeholder-pink-200\/20::placeholder {
  color: rgb(251 207 232 / 0.2);
}
.placeholder-pink-200\/25::placeholder {
  color: rgb(251 207 232 / 0.25);
}
.placeholder-pink-200\/30::placeholder {
  color: rgb(251 207 232 / 0.3);
}
.placeholder-pink-200\/35::placeholder {
  color: rgb(251 207 232 / 0.35);
}
.placeholder-pink-200\/40::placeholder {
  color: rgb(251 207 232 / 0.4);
}
.placeholder-pink-200\/45::placeholder {
  color: rgb(251 207 232 / 0.45);
}
.placeholder-pink-200\/5::placeholder {
  color: rgb(251 207 232 / 0.05);
}
.placeholder-pink-200\/50::placeholder {
  color: rgb(251 207 232 / 0.5);
}
.placeholder-pink-200\/55::placeholder {
  color: rgb(251 207 232 / 0.55);
}
.placeholder-pink-200\/60::placeholder {
  color: rgb(251 207 232 / 0.6);
}
.placeholder-pink-200\/65::placeholder {
  color: rgb(251 207 232 / 0.65);
}
.placeholder-pink-200\/70::placeholder {
  color: rgb(251 207 232 / 0.7);
}
.placeholder-pink-200\/75::placeholder {
  color: rgb(251 207 232 / 0.75);
}
.placeholder-pink-200\/80::placeholder {
  color: rgb(251 207 232 / 0.8);
}
.placeholder-pink-200\/85::placeholder {
  color: rgb(251 207 232 / 0.85);
}
.placeholder-pink-200\/90::placeholder {
  color: rgb(251 207 232 / 0.9);
}
.placeholder-pink-200\/95::placeholder {
  color: rgb(251 207 232 / 0.95);
}
.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-300\/0::placeholder {
  color: rgb(249 168 212 / 0);
}
.placeholder-pink-300\/10::placeholder {
  color: rgb(249 168 212 / 0.1);
}
.placeholder-pink-300\/100::placeholder {
  color: rgb(249 168 212 / 1);
}
.placeholder-pink-300\/15::placeholder {
  color: rgb(249 168 212 / 0.15);
}
.placeholder-pink-300\/20::placeholder {
  color: rgb(249 168 212 / 0.2);
}
.placeholder-pink-300\/25::placeholder {
  color: rgb(249 168 212 / 0.25);
}
.placeholder-pink-300\/30::placeholder {
  color: rgb(249 168 212 / 0.3);
}
.placeholder-pink-300\/35::placeholder {
  color: rgb(249 168 212 / 0.35);
}
.placeholder-pink-300\/40::placeholder {
  color: rgb(249 168 212 / 0.4);
}
.placeholder-pink-300\/45::placeholder {
  color: rgb(249 168 212 / 0.45);
}
.placeholder-pink-300\/5::placeholder {
  color: rgb(249 168 212 / 0.05);
}
.placeholder-pink-300\/50::placeholder {
  color: rgb(249 168 212 / 0.5);
}
.placeholder-pink-300\/55::placeholder {
  color: rgb(249 168 212 / 0.55);
}
.placeholder-pink-300\/60::placeholder {
  color: rgb(249 168 212 / 0.6);
}
.placeholder-pink-300\/65::placeholder {
  color: rgb(249 168 212 / 0.65);
}
.placeholder-pink-300\/70::placeholder {
  color: rgb(249 168 212 / 0.7);
}
.placeholder-pink-300\/75::placeholder {
  color: rgb(249 168 212 / 0.75);
}
.placeholder-pink-300\/80::placeholder {
  color: rgb(249 168 212 / 0.8);
}
.placeholder-pink-300\/85::placeholder {
  color: rgb(249 168 212 / 0.85);
}
.placeholder-pink-300\/90::placeholder {
  color: rgb(249 168 212 / 0.9);
}
.placeholder-pink-300\/95::placeholder {
  color: rgb(249 168 212 / 0.95);
}
.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-400\/0::placeholder {
  color: rgb(244 114 182 / 0);
}
.placeholder-pink-400\/10::placeholder {
  color: rgb(244 114 182 / 0.1);
}
.placeholder-pink-400\/100::placeholder {
  color: rgb(244 114 182 / 1);
}
.placeholder-pink-400\/15::placeholder {
  color: rgb(244 114 182 / 0.15);
}
.placeholder-pink-400\/20::placeholder {
  color: rgb(244 114 182 / 0.2);
}
.placeholder-pink-400\/25::placeholder {
  color: rgb(244 114 182 / 0.25);
}
.placeholder-pink-400\/30::placeholder {
  color: rgb(244 114 182 / 0.3);
}
.placeholder-pink-400\/35::placeholder {
  color: rgb(244 114 182 / 0.35);
}
.placeholder-pink-400\/40::placeholder {
  color: rgb(244 114 182 / 0.4);
}
.placeholder-pink-400\/45::placeholder {
  color: rgb(244 114 182 / 0.45);
}
.placeholder-pink-400\/5::placeholder {
  color: rgb(244 114 182 / 0.05);
}
.placeholder-pink-400\/50::placeholder {
  color: rgb(244 114 182 / 0.5);
}
.placeholder-pink-400\/55::placeholder {
  color: rgb(244 114 182 / 0.55);
}
.placeholder-pink-400\/60::placeholder {
  color: rgb(244 114 182 / 0.6);
}
.placeholder-pink-400\/65::placeholder {
  color: rgb(244 114 182 / 0.65);
}
.placeholder-pink-400\/70::placeholder {
  color: rgb(244 114 182 / 0.7);
}
.placeholder-pink-400\/75::placeholder {
  color: rgb(244 114 182 / 0.75);
}
.placeholder-pink-400\/80::placeholder {
  color: rgb(244 114 182 / 0.8);
}
.placeholder-pink-400\/85::placeholder {
  color: rgb(244 114 182 / 0.85);
}
.placeholder-pink-400\/90::placeholder {
  color: rgb(244 114 182 / 0.9);
}
.placeholder-pink-400\/95::placeholder {
  color: rgb(244 114 182 / 0.95);
}
.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-50\/0::placeholder {
  color: rgb(253 242 248 / 0);
}
.placeholder-pink-50\/10::placeholder {
  color: rgb(253 242 248 / 0.1);
}
.placeholder-pink-50\/100::placeholder {
  color: rgb(253 242 248 / 1);
}
.placeholder-pink-50\/15::placeholder {
  color: rgb(253 242 248 / 0.15);
}
.placeholder-pink-50\/20::placeholder {
  color: rgb(253 242 248 / 0.2);
}
.placeholder-pink-50\/25::placeholder {
  color: rgb(253 242 248 / 0.25);
}
.placeholder-pink-50\/30::placeholder {
  color: rgb(253 242 248 / 0.3);
}
.placeholder-pink-50\/35::placeholder {
  color: rgb(253 242 248 / 0.35);
}
.placeholder-pink-50\/40::placeholder {
  color: rgb(253 242 248 / 0.4);
}
.placeholder-pink-50\/45::placeholder {
  color: rgb(253 242 248 / 0.45);
}
.placeholder-pink-50\/5::placeholder {
  color: rgb(253 242 248 / 0.05);
}
.placeholder-pink-50\/50::placeholder {
  color: rgb(253 242 248 / 0.5);
}
.placeholder-pink-50\/55::placeholder {
  color: rgb(253 242 248 / 0.55);
}
.placeholder-pink-50\/60::placeholder {
  color: rgb(253 242 248 / 0.6);
}
.placeholder-pink-50\/65::placeholder {
  color: rgb(253 242 248 / 0.65);
}
.placeholder-pink-50\/70::placeholder {
  color: rgb(253 242 248 / 0.7);
}
.placeholder-pink-50\/75::placeholder {
  color: rgb(253 242 248 / 0.75);
}
.placeholder-pink-50\/80::placeholder {
  color: rgb(253 242 248 / 0.8);
}
.placeholder-pink-50\/85::placeholder {
  color: rgb(253 242 248 / 0.85);
}
.placeholder-pink-50\/90::placeholder {
  color: rgb(253 242 248 / 0.9);
}
.placeholder-pink-50\/95::placeholder {
  color: rgb(253 242 248 / 0.95);
}
.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-500\/0::placeholder {
  color: rgb(236 72 153 / 0);
}
.placeholder-pink-500\/10::placeholder {
  color: rgb(236 72 153 / 0.1);
}
.placeholder-pink-500\/100::placeholder {
  color: rgb(236 72 153 / 1);
}
.placeholder-pink-500\/15::placeholder {
  color: rgb(236 72 153 / 0.15);
}
.placeholder-pink-500\/20::placeholder {
  color: rgb(236 72 153 / 0.2);
}
.placeholder-pink-500\/25::placeholder {
  color: rgb(236 72 153 / 0.25);
}
.placeholder-pink-500\/30::placeholder {
  color: rgb(236 72 153 / 0.3);
}
.placeholder-pink-500\/35::placeholder {
  color: rgb(236 72 153 / 0.35);
}
.placeholder-pink-500\/40::placeholder {
  color: rgb(236 72 153 / 0.4);
}
.placeholder-pink-500\/45::placeholder {
  color: rgb(236 72 153 / 0.45);
}
.placeholder-pink-500\/5::placeholder {
  color: rgb(236 72 153 / 0.05);
}
.placeholder-pink-500\/50::placeholder {
  color: rgb(236 72 153 / 0.5);
}
.placeholder-pink-500\/55::placeholder {
  color: rgb(236 72 153 / 0.55);
}
.placeholder-pink-500\/60::placeholder {
  color: rgb(236 72 153 / 0.6);
}
.placeholder-pink-500\/65::placeholder {
  color: rgb(236 72 153 / 0.65);
}
.placeholder-pink-500\/70::placeholder {
  color: rgb(236 72 153 / 0.7);
}
.placeholder-pink-500\/75::placeholder {
  color: rgb(236 72 153 / 0.75);
}
.placeholder-pink-500\/80::placeholder {
  color: rgb(236 72 153 / 0.8);
}
.placeholder-pink-500\/85::placeholder {
  color: rgb(236 72 153 / 0.85);
}
.placeholder-pink-500\/90::placeholder {
  color: rgb(236 72 153 / 0.9);
}
.placeholder-pink-500\/95::placeholder {
  color: rgb(236 72 153 / 0.95);
}
.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-600\/0::placeholder {
  color: rgb(219 39 119 / 0);
}
.placeholder-pink-600\/10::placeholder {
  color: rgb(219 39 119 / 0.1);
}
.placeholder-pink-600\/100::placeholder {
  color: rgb(219 39 119 / 1);
}
.placeholder-pink-600\/15::placeholder {
  color: rgb(219 39 119 / 0.15);
}
.placeholder-pink-600\/20::placeholder {
  color: rgb(219 39 119 / 0.2);
}
.placeholder-pink-600\/25::placeholder {
  color: rgb(219 39 119 / 0.25);
}
.placeholder-pink-600\/30::placeholder {
  color: rgb(219 39 119 / 0.3);
}
.placeholder-pink-600\/35::placeholder {
  color: rgb(219 39 119 / 0.35);
}
.placeholder-pink-600\/40::placeholder {
  color: rgb(219 39 119 / 0.4);
}
.placeholder-pink-600\/45::placeholder {
  color: rgb(219 39 119 / 0.45);
}
.placeholder-pink-600\/5::placeholder {
  color: rgb(219 39 119 / 0.05);
}
.placeholder-pink-600\/50::placeholder {
  color: rgb(219 39 119 / 0.5);
}
.placeholder-pink-600\/55::placeholder {
  color: rgb(219 39 119 / 0.55);
}
.placeholder-pink-600\/60::placeholder {
  color: rgb(219 39 119 / 0.6);
}
.placeholder-pink-600\/65::placeholder {
  color: rgb(219 39 119 / 0.65);
}
.placeholder-pink-600\/70::placeholder {
  color: rgb(219 39 119 / 0.7);
}
.placeholder-pink-600\/75::placeholder {
  color: rgb(219 39 119 / 0.75);
}
.placeholder-pink-600\/80::placeholder {
  color: rgb(219 39 119 / 0.8);
}
.placeholder-pink-600\/85::placeholder {
  color: rgb(219 39 119 / 0.85);
}
.placeholder-pink-600\/90::placeholder {
  color: rgb(219 39 119 / 0.9);
}
.placeholder-pink-600\/95::placeholder {
  color: rgb(219 39 119 / 0.95);
}
.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-700\/0::placeholder {
  color: rgb(190 24 93 / 0);
}
.placeholder-pink-700\/10::placeholder {
  color: rgb(190 24 93 / 0.1);
}
.placeholder-pink-700\/100::placeholder {
  color: rgb(190 24 93 / 1);
}
.placeholder-pink-700\/15::placeholder {
  color: rgb(190 24 93 / 0.15);
}
.placeholder-pink-700\/20::placeholder {
  color: rgb(190 24 93 / 0.2);
}
.placeholder-pink-700\/25::placeholder {
  color: rgb(190 24 93 / 0.25);
}
.placeholder-pink-700\/30::placeholder {
  color: rgb(190 24 93 / 0.3);
}
.placeholder-pink-700\/35::placeholder {
  color: rgb(190 24 93 / 0.35);
}
.placeholder-pink-700\/40::placeholder {
  color: rgb(190 24 93 / 0.4);
}
.placeholder-pink-700\/45::placeholder {
  color: rgb(190 24 93 / 0.45);
}
.placeholder-pink-700\/5::placeholder {
  color: rgb(190 24 93 / 0.05);
}
.placeholder-pink-700\/50::placeholder {
  color: rgb(190 24 93 / 0.5);
}
.placeholder-pink-700\/55::placeholder {
  color: rgb(190 24 93 / 0.55);
}
.placeholder-pink-700\/60::placeholder {
  color: rgb(190 24 93 / 0.6);
}
.placeholder-pink-700\/65::placeholder {
  color: rgb(190 24 93 / 0.65);
}
.placeholder-pink-700\/70::placeholder {
  color: rgb(190 24 93 / 0.7);
}
.placeholder-pink-700\/75::placeholder {
  color: rgb(190 24 93 / 0.75);
}
.placeholder-pink-700\/80::placeholder {
  color: rgb(190 24 93 / 0.8);
}
.placeholder-pink-700\/85::placeholder {
  color: rgb(190 24 93 / 0.85);
}
.placeholder-pink-700\/90::placeholder {
  color: rgb(190 24 93 / 0.9);
}
.placeholder-pink-700\/95::placeholder {
  color: rgb(190 24 93 / 0.95);
}
.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-800\/0::placeholder {
  color: rgb(157 23 77 / 0);
}
.placeholder-pink-800\/10::placeholder {
  color: rgb(157 23 77 / 0.1);
}
.placeholder-pink-800\/100::placeholder {
  color: rgb(157 23 77 / 1);
}
.placeholder-pink-800\/15::placeholder {
  color: rgb(157 23 77 / 0.15);
}
.placeholder-pink-800\/20::placeholder {
  color: rgb(157 23 77 / 0.2);
}
.placeholder-pink-800\/25::placeholder {
  color: rgb(157 23 77 / 0.25);
}
.placeholder-pink-800\/30::placeholder {
  color: rgb(157 23 77 / 0.3);
}
.placeholder-pink-800\/35::placeholder {
  color: rgb(157 23 77 / 0.35);
}
.placeholder-pink-800\/40::placeholder {
  color: rgb(157 23 77 / 0.4);
}
.placeholder-pink-800\/45::placeholder {
  color: rgb(157 23 77 / 0.45);
}
.placeholder-pink-800\/5::placeholder {
  color: rgb(157 23 77 / 0.05);
}
.placeholder-pink-800\/50::placeholder {
  color: rgb(157 23 77 / 0.5);
}
.placeholder-pink-800\/55::placeholder {
  color: rgb(157 23 77 / 0.55);
}
.placeholder-pink-800\/60::placeholder {
  color: rgb(157 23 77 / 0.6);
}
.placeholder-pink-800\/65::placeholder {
  color: rgb(157 23 77 / 0.65);
}
.placeholder-pink-800\/70::placeholder {
  color: rgb(157 23 77 / 0.7);
}
.placeholder-pink-800\/75::placeholder {
  color: rgb(157 23 77 / 0.75);
}
.placeholder-pink-800\/80::placeholder {
  color: rgb(157 23 77 / 0.8);
}
.placeholder-pink-800\/85::placeholder {
  color: rgb(157 23 77 / 0.85);
}
.placeholder-pink-800\/90::placeholder {
  color: rgb(157 23 77 / 0.9);
}
.placeholder-pink-800\/95::placeholder {
  color: rgb(157 23 77 / 0.95);
}
.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-900\/0::placeholder {
  color: rgb(131 24 67 / 0);
}
.placeholder-pink-900\/10::placeholder {
  color: rgb(131 24 67 / 0.1);
}
.placeholder-pink-900\/100::placeholder {
  color: rgb(131 24 67 / 1);
}
.placeholder-pink-900\/15::placeholder {
  color: rgb(131 24 67 / 0.15);
}
.placeholder-pink-900\/20::placeholder {
  color: rgb(131 24 67 / 0.2);
}
.placeholder-pink-900\/25::placeholder {
  color: rgb(131 24 67 / 0.25);
}
.placeholder-pink-900\/30::placeholder {
  color: rgb(131 24 67 / 0.3);
}
.placeholder-pink-900\/35::placeholder {
  color: rgb(131 24 67 / 0.35);
}
.placeholder-pink-900\/40::placeholder {
  color: rgb(131 24 67 / 0.4);
}
.placeholder-pink-900\/45::placeholder {
  color: rgb(131 24 67 / 0.45);
}
.placeholder-pink-900\/5::placeholder {
  color: rgb(131 24 67 / 0.05);
}
.placeholder-pink-900\/50::placeholder {
  color: rgb(131 24 67 / 0.5);
}
.placeholder-pink-900\/55::placeholder {
  color: rgb(131 24 67 / 0.55);
}
.placeholder-pink-900\/60::placeholder {
  color: rgb(131 24 67 / 0.6);
}
.placeholder-pink-900\/65::placeholder {
  color: rgb(131 24 67 / 0.65);
}
.placeholder-pink-900\/70::placeholder {
  color: rgb(131 24 67 / 0.7);
}
.placeholder-pink-900\/75::placeholder {
  color: rgb(131 24 67 / 0.75);
}
.placeholder-pink-900\/80::placeholder {
  color: rgb(131 24 67 / 0.8);
}
.placeholder-pink-900\/85::placeholder {
  color: rgb(131 24 67 / 0.85);
}
.placeholder-pink-900\/90::placeholder {
  color: rgb(131 24 67 / 0.9);
}
.placeholder-pink-900\/95::placeholder {
  color: rgb(131 24 67 / 0.95);
}
.placeholder-pink-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}
.placeholder-pink-950\/0::placeholder {
  color: rgb(80 7 36 / 0);
}
.placeholder-pink-950\/10::placeholder {
  color: rgb(80 7 36 / 0.1);
}
.placeholder-pink-950\/100::placeholder {
  color: rgb(80 7 36 / 1);
}
.placeholder-pink-950\/15::placeholder {
  color: rgb(80 7 36 / 0.15);
}
.placeholder-pink-950\/20::placeholder {
  color: rgb(80 7 36 / 0.2);
}
.placeholder-pink-950\/25::placeholder {
  color: rgb(80 7 36 / 0.25);
}
.placeholder-pink-950\/30::placeholder {
  color: rgb(80 7 36 / 0.3);
}
.placeholder-pink-950\/35::placeholder {
  color: rgb(80 7 36 / 0.35);
}
.placeholder-pink-950\/40::placeholder {
  color: rgb(80 7 36 / 0.4);
}
.placeholder-pink-950\/45::placeholder {
  color: rgb(80 7 36 / 0.45);
}
.placeholder-pink-950\/5::placeholder {
  color: rgb(80 7 36 / 0.05);
}
.placeholder-pink-950\/50::placeholder {
  color: rgb(80 7 36 / 0.5);
}
.placeholder-pink-950\/55::placeholder {
  color: rgb(80 7 36 / 0.55);
}
.placeholder-pink-950\/60::placeholder {
  color: rgb(80 7 36 / 0.6);
}
.placeholder-pink-950\/65::placeholder {
  color: rgb(80 7 36 / 0.65);
}
.placeholder-pink-950\/70::placeholder {
  color: rgb(80 7 36 / 0.7);
}
.placeholder-pink-950\/75::placeholder {
  color: rgb(80 7 36 / 0.75);
}
.placeholder-pink-950\/80::placeholder {
  color: rgb(80 7 36 / 0.8);
}
.placeholder-pink-950\/85::placeholder {
  color: rgb(80 7 36 / 0.85);
}
.placeholder-pink-950\/90::placeholder {
  color: rgb(80 7 36 / 0.9);
}
.placeholder-pink-950\/95::placeholder {
  color: rgb(80 7 36 / 0.95);
}
.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-100\/0::placeholder {
  color: rgb(243 232 255 / 0);
}
.placeholder-purple-100\/10::placeholder {
  color: rgb(243 232 255 / 0.1);
}
.placeholder-purple-100\/100::placeholder {
  color: rgb(243 232 255 / 1);
}
.placeholder-purple-100\/15::placeholder {
  color: rgb(243 232 255 / 0.15);
}
.placeholder-purple-100\/20::placeholder {
  color: rgb(243 232 255 / 0.2);
}
.placeholder-purple-100\/25::placeholder {
  color: rgb(243 232 255 / 0.25);
}
.placeholder-purple-100\/30::placeholder {
  color: rgb(243 232 255 / 0.3);
}
.placeholder-purple-100\/35::placeholder {
  color: rgb(243 232 255 / 0.35);
}
.placeholder-purple-100\/40::placeholder {
  color: rgb(243 232 255 / 0.4);
}
.placeholder-purple-100\/45::placeholder {
  color: rgb(243 232 255 / 0.45);
}
.placeholder-purple-100\/5::placeholder {
  color: rgb(243 232 255 / 0.05);
}
.placeholder-purple-100\/50::placeholder {
  color: rgb(243 232 255 / 0.5);
}
.placeholder-purple-100\/55::placeholder {
  color: rgb(243 232 255 / 0.55);
}
.placeholder-purple-100\/60::placeholder {
  color: rgb(243 232 255 / 0.6);
}
.placeholder-purple-100\/65::placeholder {
  color: rgb(243 232 255 / 0.65);
}
.placeholder-purple-100\/70::placeholder {
  color: rgb(243 232 255 / 0.7);
}
.placeholder-purple-100\/75::placeholder {
  color: rgb(243 232 255 / 0.75);
}
.placeholder-purple-100\/80::placeholder {
  color: rgb(243 232 255 / 0.8);
}
.placeholder-purple-100\/85::placeholder {
  color: rgb(243 232 255 / 0.85);
}
.placeholder-purple-100\/90::placeholder {
  color: rgb(243 232 255 / 0.9);
}
.placeholder-purple-100\/95::placeholder {
  color: rgb(243 232 255 / 0.95);
}
.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-200\/0::placeholder {
  color: rgb(233 213 255 / 0);
}
.placeholder-purple-200\/10::placeholder {
  color: rgb(233 213 255 / 0.1);
}
.placeholder-purple-200\/100::placeholder {
  color: rgb(233 213 255 / 1);
}
.placeholder-purple-200\/15::placeholder {
  color: rgb(233 213 255 / 0.15);
}
.placeholder-purple-200\/20::placeholder {
  color: rgb(233 213 255 / 0.2);
}
.placeholder-purple-200\/25::placeholder {
  color: rgb(233 213 255 / 0.25);
}
.placeholder-purple-200\/30::placeholder {
  color: rgb(233 213 255 / 0.3);
}
.placeholder-purple-200\/35::placeholder {
  color: rgb(233 213 255 / 0.35);
}
.placeholder-purple-200\/40::placeholder {
  color: rgb(233 213 255 / 0.4);
}
.placeholder-purple-200\/45::placeholder {
  color: rgb(233 213 255 / 0.45);
}
.placeholder-purple-200\/5::placeholder {
  color: rgb(233 213 255 / 0.05);
}
.placeholder-purple-200\/50::placeholder {
  color: rgb(233 213 255 / 0.5);
}
.placeholder-purple-200\/55::placeholder {
  color: rgb(233 213 255 / 0.55);
}
.placeholder-purple-200\/60::placeholder {
  color: rgb(233 213 255 / 0.6);
}
.placeholder-purple-200\/65::placeholder {
  color: rgb(233 213 255 / 0.65);
}
.placeholder-purple-200\/70::placeholder {
  color: rgb(233 213 255 / 0.7);
}
.placeholder-purple-200\/75::placeholder {
  color: rgb(233 213 255 / 0.75);
}
.placeholder-purple-200\/80::placeholder {
  color: rgb(233 213 255 / 0.8);
}
.placeholder-purple-200\/85::placeholder {
  color: rgb(233 213 255 / 0.85);
}
.placeholder-purple-200\/90::placeholder {
  color: rgb(233 213 255 / 0.9);
}
.placeholder-purple-200\/95::placeholder {
  color: rgb(233 213 255 / 0.95);
}
.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-300\/0::placeholder {
  color: rgb(216 180 254 / 0);
}
.placeholder-purple-300\/10::placeholder {
  color: rgb(216 180 254 / 0.1);
}
.placeholder-purple-300\/100::placeholder {
  color: rgb(216 180 254 / 1);
}
.placeholder-purple-300\/15::placeholder {
  color: rgb(216 180 254 / 0.15);
}
.placeholder-purple-300\/20::placeholder {
  color: rgb(216 180 254 / 0.2);
}
.placeholder-purple-300\/25::placeholder {
  color: rgb(216 180 254 / 0.25);
}
.placeholder-purple-300\/30::placeholder {
  color: rgb(216 180 254 / 0.3);
}
.placeholder-purple-300\/35::placeholder {
  color: rgb(216 180 254 / 0.35);
}
.placeholder-purple-300\/40::placeholder {
  color: rgb(216 180 254 / 0.4);
}
.placeholder-purple-300\/45::placeholder {
  color: rgb(216 180 254 / 0.45);
}
.placeholder-purple-300\/5::placeholder {
  color: rgb(216 180 254 / 0.05);
}
.placeholder-purple-300\/50::placeholder {
  color: rgb(216 180 254 / 0.5);
}
.placeholder-purple-300\/55::placeholder {
  color: rgb(216 180 254 / 0.55);
}
.placeholder-purple-300\/60::placeholder {
  color: rgb(216 180 254 / 0.6);
}
.placeholder-purple-300\/65::placeholder {
  color: rgb(216 180 254 / 0.65);
}
.placeholder-purple-300\/70::placeholder {
  color: rgb(216 180 254 / 0.7);
}
.placeholder-purple-300\/75::placeholder {
  color: rgb(216 180 254 / 0.75);
}
.placeholder-purple-300\/80::placeholder {
  color: rgb(216 180 254 / 0.8);
}
.placeholder-purple-300\/85::placeholder {
  color: rgb(216 180 254 / 0.85);
}
.placeholder-purple-300\/90::placeholder {
  color: rgb(216 180 254 / 0.9);
}
.placeholder-purple-300\/95::placeholder {
  color: rgb(216 180 254 / 0.95);
}
.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-400\/0::placeholder {
  color: rgb(192 132 252 / 0);
}
.placeholder-purple-400\/10::placeholder {
  color: rgb(192 132 252 / 0.1);
}
.placeholder-purple-400\/100::placeholder {
  color: rgb(192 132 252 / 1);
}
.placeholder-purple-400\/15::placeholder {
  color: rgb(192 132 252 / 0.15);
}
.placeholder-purple-400\/20::placeholder {
  color: rgb(192 132 252 / 0.2);
}
.placeholder-purple-400\/25::placeholder {
  color: rgb(192 132 252 / 0.25);
}
.placeholder-purple-400\/30::placeholder {
  color: rgb(192 132 252 / 0.3);
}
.placeholder-purple-400\/35::placeholder {
  color: rgb(192 132 252 / 0.35);
}
.placeholder-purple-400\/40::placeholder {
  color: rgb(192 132 252 / 0.4);
}
.placeholder-purple-400\/45::placeholder {
  color: rgb(192 132 252 / 0.45);
}
.placeholder-purple-400\/5::placeholder {
  color: rgb(192 132 252 / 0.05);
}
.placeholder-purple-400\/50::placeholder {
  color: rgb(192 132 252 / 0.5);
}
.placeholder-purple-400\/55::placeholder {
  color: rgb(192 132 252 / 0.55);
}
.placeholder-purple-400\/60::placeholder {
  color: rgb(192 132 252 / 0.6);
}
.placeholder-purple-400\/65::placeholder {
  color: rgb(192 132 252 / 0.65);
}
.placeholder-purple-400\/70::placeholder {
  color: rgb(192 132 252 / 0.7);
}
.placeholder-purple-400\/75::placeholder {
  color: rgb(192 132 252 / 0.75);
}
.placeholder-purple-400\/80::placeholder {
  color: rgb(192 132 252 / 0.8);
}
.placeholder-purple-400\/85::placeholder {
  color: rgb(192 132 252 / 0.85);
}
.placeholder-purple-400\/90::placeholder {
  color: rgb(192 132 252 / 0.9);
}
.placeholder-purple-400\/95::placeholder {
  color: rgb(192 132 252 / 0.95);
}
.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-50\/0::placeholder {
  color: rgb(250 245 255 / 0);
}
.placeholder-purple-50\/10::placeholder {
  color: rgb(250 245 255 / 0.1);
}
.placeholder-purple-50\/100::placeholder {
  color: rgb(250 245 255 / 1);
}
.placeholder-purple-50\/15::placeholder {
  color: rgb(250 245 255 / 0.15);
}
.placeholder-purple-50\/20::placeholder {
  color: rgb(250 245 255 / 0.2);
}
.placeholder-purple-50\/25::placeholder {
  color: rgb(250 245 255 / 0.25);
}
.placeholder-purple-50\/30::placeholder {
  color: rgb(250 245 255 / 0.3);
}
.placeholder-purple-50\/35::placeholder {
  color: rgb(250 245 255 / 0.35);
}
.placeholder-purple-50\/40::placeholder {
  color: rgb(250 245 255 / 0.4);
}
.placeholder-purple-50\/45::placeholder {
  color: rgb(250 245 255 / 0.45);
}
.placeholder-purple-50\/5::placeholder {
  color: rgb(250 245 255 / 0.05);
}
.placeholder-purple-50\/50::placeholder {
  color: rgb(250 245 255 / 0.5);
}
.placeholder-purple-50\/55::placeholder {
  color: rgb(250 245 255 / 0.55);
}
.placeholder-purple-50\/60::placeholder {
  color: rgb(250 245 255 / 0.6);
}
.placeholder-purple-50\/65::placeholder {
  color: rgb(250 245 255 / 0.65);
}
.placeholder-purple-50\/70::placeholder {
  color: rgb(250 245 255 / 0.7);
}
.placeholder-purple-50\/75::placeholder {
  color: rgb(250 245 255 / 0.75);
}
.placeholder-purple-50\/80::placeholder {
  color: rgb(250 245 255 / 0.8);
}
.placeholder-purple-50\/85::placeholder {
  color: rgb(250 245 255 / 0.85);
}
.placeholder-purple-50\/90::placeholder {
  color: rgb(250 245 255 / 0.9);
}
.placeholder-purple-50\/95::placeholder {
  color: rgb(250 245 255 / 0.95);
}
.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-500\/0::placeholder {
  color: rgb(168 85 247 / 0);
}
.placeholder-purple-500\/10::placeholder {
  color: rgb(168 85 247 / 0.1);
}
.placeholder-purple-500\/100::placeholder {
  color: rgb(168 85 247 / 1);
}
.placeholder-purple-500\/15::placeholder {
  color: rgb(168 85 247 / 0.15);
}
.placeholder-purple-500\/20::placeholder {
  color: rgb(168 85 247 / 0.2);
}
.placeholder-purple-500\/25::placeholder {
  color: rgb(168 85 247 / 0.25);
}
.placeholder-purple-500\/30::placeholder {
  color: rgb(168 85 247 / 0.3);
}
.placeholder-purple-500\/35::placeholder {
  color: rgb(168 85 247 / 0.35);
}
.placeholder-purple-500\/40::placeholder {
  color: rgb(168 85 247 / 0.4);
}
.placeholder-purple-500\/45::placeholder {
  color: rgb(168 85 247 / 0.45);
}
.placeholder-purple-500\/5::placeholder {
  color: rgb(168 85 247 / 0.05);
}
.placeholder-purple-500\/50::placeholder {
  color: rgb(168 85 247 / 0.5);
}
.placeholder-purple-500\/55::placeholder {
  color: rgb(168 85 247 / 0.55);
}
.placeholder-purple-500\/60::placeholder {
  color: rgb(168 85 247 / 0.6);
}
.placeholder-purple-500\/65::placeholder {
  color: rgb(168 85 247 / 0.65);
}
.placeholder-purple-500\/70::placeholder {
  color: rgb(168 85 247 / 0.7);
}
.placeholder-purple-500\/75::placeholder {
  color: rgb(168 85 247 / 0.75);
}
.placeholder-purple-500\/80::placeholder {
  color: rgb(168 85 247 / 0.8);
}
.placeholder-purple-500\/85::placeholder {
  color: rgb(168 85 247 / 0.85);
}
.placeholder-purple-500\/90::placeholder {
  color: rgb(168 85 247 / 0.9);
}
.placeholder-purple-500\/95::placeholder {
  color: rgb(168 85 247 / 0.95);
}
.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-600\/0::placeholder {
  color: rgb(147 51 234 / 0);
}
.placeholder-purple-600\/10::placeholder {
  color: rgb(147 51 234 / 0.1);
}
.placeholder-purple-600\/100::placeholder {
  color: rgb(147 51 234 / 1);
}
.placeholder-purple-600\/15::placeholder {
  color: rgb(147 51 234 / 0.15);
}
.placeholder-purple-600\/20::placeholder {
  color: rgb(147 51 234 / 0.2);
}
.placeholder-purple-600\/25::placeholder {
  color: rgb(147 51 234 / 0.25);
}
.placeholder-purple-600\/30::placeholder {
  color: rgb(147 51 234 / 0.3);
}
.placeholder-purple-600\/35::placeholder {
  color: rgb(147 51 234 / 0.35);
}
.placeholder-purple-600\/40::placeholder {
  color: rgb(147 51 234 / 0.4);
}
.placeholder-purple-600\/45::placeholder {
  color: rgb(147 51 234 / 0.45);
}
.placeholder-purple-600\/5::placeholder {
  color: rgb(147 51 234 / 0.05);
}
.placeholder-purple-600\/50::placeholder {
  color: rgb(147 51 234 / 0.5);
}
.placeholder-purple-600\/55::placeholder {
  color: rgb(147 51 234 / 0.55);
}
.placeholder-purple-600\/60::placeholder {
  color: rgb(147 51 234 / 0.6);
}
.placeholder-purple-600\/65::placeholder {
  color: rgb(147 51 234 / 0.65);
}
.placeholder-purple-600\/70::placeholder {
  color: rgb(147 51 234 / 0.7);
}
.placeholder-purple-600\/75::placeholder {
  color: rgb(147 51 234 / 0.75);
}
.placeholder-purple-600\/80::placeholder {
  color: rgb(147 51 234 / 0.8);
}
.placeholder-purple-600\/85::placeholder {
  color: rgb(147 51 234 / 0.85);
}
.placeholder-purple-600\/90::placeholder {
  color: rgb(147 51 234 / 0.9);
}
.placeholder-purple-600\/95::placeholder {
  color: rgb(147 51 234 / 0.95);
}
.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-700\/0::placeholder {
  color: rgb(126 34 206 / 0);
}
.placeholder-purple-700\/10::placeholder {
  color: rgb(126 34 206 / 0.1);
}
.placeholder-purple-700\/100::placeholder {
  color: rgb(126 34 206 / 1);
}
.placeholder-purple-700\/15::placeholder {
  color: rgb(126 34 206 / 0.15);
}
.placeholder-purple-700\/20::placeholder {
  color: rgb(126 34 206 / 0.2);
}
.placeholder-purple-700\/25::placeholder {
  color: rgb(126 34 206 / 0.25);
}
.placeholder-purple-700\/30::placeholder {
  color: rgb(126 34 206 / 0.3);
}
.placeholder-purple-700\/35::placeholder {
  color: rgb(126 34 206 / 0.35);
}
.placeholder-purple-700\/40::placeholder {
  color: rgb(126 34 206 / 0.4);
}
.placeholder-purple-700\/45::placeholder {
  color: rgb(126 34 206 / 0.45);
}
.placeholder-purple-700\/5::placeholder {
  color: rgb(126 34 206 / 0.05);
}
.placeholder-purple-700\/50::placeholder {
  color: rgb(126 34 206 / 0.5);
}
.placeholder-purple-700\/55::placeholder {
  color: rgb(126 34 206 / 0.55);
}
.placeholder-purple-700\/60::placeholder {
  color: rgb(126 34 206 / 0.6);
}
.placeholder-purple-700\/65::placeholder {
  color: rgb(126 34 206 / 0.65);
}
.placeholder-purple-700\/70::placeholder {
  color: rgb(126 34 206 / 0.7);
}
.placeholder-purple-700\/75::placeholder {
  color: rgb(126 34 206 / 0.75);
}
.placeholder-purple-700\/80::placeholder {
  color: rgb(126 34 206 / 0.8);
}
.placeholder-purple-700\/85::placeholder {
  color: rgb(126 34 206 / 0.85);
}
.placeholder-purple-700\/90::placeholder {
  color: rgb(126 34 206 / 0.9);
}
.placeholder-purple-700\/95::placeholder {
  color: rgb(126 34 206 / 0.95);
}
.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-800\/0::placeholder {
  color: rgb(107 33 168 / 0);
}
.placeholder-purple-800\/10::placeholder {
  color: rgb(107 33 168 / 0.1);
}
.placeholder-purple-800\/100::placeholder {
  color: rgb(107 33 168 / 1);
}
.placeholder-purple-800\/15::placeholder {
  color: rgb(107 33 168 / 0.15);
}
.placeholder-purple-800\/20::placeholder {
  color: rgb(107 33 168 / 0.2);
}
.placeholder-purple-800\/25::placeholder {
  color: rgb(107 33 168 / 0.25);
}
.placeholder-purple-800\/30::placeholder {
  color: rgb(107 33 168 / 0.3);
}
.placeholder-purple-800\/35::placeholder {
  color: rgb(107 33 168 / 0.35);
}
.placeholder-purple-800\/40::placeholder {
  color: rgb(107 33 168 / 0.4);
}
.placeholder-purple-800\/45::placeholder {
  color: rgb(107 33 168 / 0.45);
}
.placeholder-purple-800\/5::placeholder {
  color: rgb(107 33 168 / 0.05);
}
.placeholder-purple-800\/50::placeholder {
  color: rgb(107 33 168 / 0.5);
}
.placeholder-purple-800\/55::placeholder {
  color: rgb(107 33 168 / 0.55);
}
.placeholder-purple-800\/60::placeholder {
  color: rgb(107 33 168 / 0.6);
}
.placeholder-purple-800\/65::placeholder {
  color: rgb(107 33 168 / 0.65);
}
.placeholder-purple-800\/70::placeholder {
  color: rgb(107 33 168 / 0.7);
}
.placeholder-purple-800\/75::placeholder {
  color: rgb(107 33 168 / 0.75);
}
.placeholder-purple-800\/80::placeholder {
  color: rgb(107 33 168 / 0.8);
}
.placeholder-purple-800\/85::placeholder {
  color: rgb(107 33 168 / 0.85);
}
.placeholder-purple-800\/90::placeholder {
  color: rgb(107 33 168 / 0.9);
}
.placeholder-purple-800\/95::placeholder {
  color: rgb(107 33 168 / 0.95);
}
.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-900\/0::placeholder {
  color: rgb(88 28 135 / 0);
}
.placeholder-purple-900\/10::placeholder {
  color: rgb(88 28 135 / 0.1);
}
.placeholder-purple-900\/100::placeholder {
  color: rgb(88 28 135 / 1);
}
.placeholder-purple-900\/15::placeholder {
  color: rgb(88 28 135 / 0.15);
}
.placeholder-purple-900\/20::placeholder {
  color: rgb(88 28 135 / 0.2);
}
.placeholder-purple-900\/25::placeholder {
  color: rgb(88 28 135 / 0.25);
}
.placeholder-purple-900\/30::placeholder {
  color: rgb(88 28 135 / 0.3);
}
.placeholder-purple-900\/35::placeholder {
  color: rgb(88 28 135 / 0.35);
}
.placeholder-purple-900\/40::placeholder {
  color: rgb(88 28 135 / 0.4);
}
.placeholder-purple-900\/45::placeholder {
  color: rgb(88 28 135 / 0.45);
}
.placeholder-purple-900\/5::placeholder {
  color: rgb(88 28 135 / 0.05);
}
.placeholder-purple-900\/50::placeholder {
  color: rgb(88 28 135 / 0.5);
}
.placeholder-purple-900\/55::placeholder {
  color: rgb(88 28 135 / 0.55);
}
.placeholder-purple-900\/60::placeholder {
  color: rgb(88 28 135 / 0.6);
}
.placeholder-purple-900\/65::placeholder {
  color: rgb(88 28 135 / 0.65);
}
.placeholder-purple-900\/70::placeholder {
  color: rgb(88 28 135 / 0.7);
}
.placeholder-purple-900\/75::placeholder {
  color: rgb(88 28 135 / 0.75);
}
.placeholder-purple-900\/80::placeholder {
  color: rgb(88 28 135 / 0.8);
}
.placeholder-purple-900\/85::placeholder {
  color: rgb(88 28 135 / 0.85);
}
.placeholder-purple-900\/90::placeholder {
  color: rgb(88 28 135 / 0.9);
}
.placeholder-purple-900\/95::placeholder {
  color: rgb(88 28 135 / 0.95);
}
.placeholder-purple-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-950\/0::placeholder {
  color: rgb(59 7 100 / 0);
}
.placeholder-purple-950\/10::placeholder {
  color: rgb(59 7 100 / 0.1);
}
.placeholder-purple-950\/100::placeholder {
  color: rgb(59 7 100 / 1);
}
.placeholder-purple-950\/15::placeholder {
  color: rgb(59 7 100 / 0.15);
}
.placeholder-purple-950\/20::placeholder {
  color: rgb(59 7 100 / 0.2);
}
.placeholder-purple-950\/25::placeholder {
  color: rgb(59 7 100 / 0.25);
}
.placeholder-purple-950\/30::placeholder {
  color: rgb(59 7 100 / 0.3);
}
.placeholder-purple-950\/35::placeholder {
  color: rgb(59 7 100 / 0.35);
}
.placeholder-purple-950\/40::placeholder {
  color: rgb(59 7 100 / 0.4);
}
.placeholder-purple-950\/45::placeholder {
  color: rgb(59 7 100 / 0.45);
}
.placeholder-purple-950\/5::placeholder {
  color: rgb(59 7 100 / 0.05);
}
.placeholder-purple-950\/50::placeholder {
  color: rgb(59 7 100 / 0.5);
}
.placeholder-purple-950\/55::placeholder {
  color: rgb(59 7 100 / 0.55);
}
.placeholder-purple-950\/60::placeholder {
  color: rgb(59 7 100 / 0.6);
}
.placeholder-purple-950\/65::placeholder {
  color: rgb(59 7 100 / 0.65);
}
.placeholder-purple-950\/70::placeholder {
  color: rgb(59 7 100 / 0.7);
}
.placeholder-purple-950\/75::placeholder {
  color: rgb(59 7 100 / 0.75);
}
.placeholder-purple-950\/80::placeholder {
  color: rgb(59 7 100 / 0.8);
}
.placeholder-purple-950\/85::placeholder {
  color: rgb(59 7 100 / 0.85);
}
.placeholder-purple-950\/90::placeholder {
  color: rgb(59 7 100 / 0.9);
}
.placeholder-purple-950\/95::placeholder {
  color: rgb(59 7 100 / 0.95);
}
.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-100\/0::placeholder {
  color: rgb(254 226 226 / 0);
}
.placeholder-red-100\/10::placeholder {
  color: rgb(254 226 226 / 0.1);
}
.placeholder-red-100\/100::placeholder {
  color: rgb(254 226 226 / 1);
}
.placeholder-red-100\/15::placeholder {
  color: rgb(254 226 226 / 0.15);
}
.placeholder-red-100\/20::placeholder {
  color: rgb(254 226 226 / 0.2);
}
.placeholder-red-100\/25::placeholder {
  color: rgb(254 226 226 / 0.25);
}
.placeholder-red-100\/30::placeholder {
  color: rgb(254 226 226 / 0.3);
}
.placeholder-red-100\/35::placeholder {
  color: rgb(254 226 226 / 0.35);
}
.placeholder-red-100\/40::placeholder {
  color: rgb(254 226 226 / 0.4);
}
.placeholder-red-100\/45::placeholder {
  color: rgb(254 226 226 / 0.45);
}
.placeholder-red-100\/5::placeholder {
  color: rgb(254 226 226 / 0.05);
}
.placeholder-red-100\/50::placeholder {
  color: rgb(254 226 226 / 0.5);
}
.placeholder-red-100\/55::placeholder {
  color: rgb(254 226 226 / 0.55);
}
.placeholder-red-100\/60::placeholder {
  color: rgb(254 226 226 / 0.6);
}
.placeholder-red-100\/65::placeholder {
  color: rgb(254 226 226 / 0.65);
}
.placeholder-red-100\/70::placeholder {
  color: rgb(254 226 226 / 0.7);
}
.placeholder-red-100\/75::placeholder {
  color: rgb(254 226 226 / 0.75);
}
.placeholder-red-100\/80::placeholder {
  color: rgb(254 226 226 / 0.8);
}
.placeholder-red-100\/85::placeholder {
  color: rgb(254 226 226 / 0.85);
}
.placeholder-red-100\/90::placeholder {
  color: rgb(254 226 226 / 0.9);
}
.placeholder-red-100\/95::placeholder {
  color: rgb(254 226 226 / 0.95);
}
.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-200\/0::placeholder {
  color: rgb(254 202 202 / 0);
}
.placeholder-red-200\/10::placeholder {
  color: rgb(254 202 202 / 0.1);
}
.placeholder-red-200\/100::placeholder {
  color: rgb(254 202 202 / 1);
}
.placeholder-red-200\/15::placeholder {
  color: rgb(254 202 202 / 0.15);
}
.placeholder-red-200\/20::placeholder {
  color: rgb(254 202 202 / 0.2);
}
.placeholder-red-200\/25::placeholder {
  color: rgb(254 202 202 / 0.25);
}
.placeholder-red-200\/30::placeholder {
  color: rgb(254 202 202 / 0.3);
}
.placeholder-red-200\/35::placeholder {
  color: rgb(254 202 202 / 0.35);
}
.placeholder-red-200\/40::placeholder {
  color: rgb(254 202 202 / 0.4);
}
.placeholder-red-200\/45::placeholder {
  color: rgb(254 202 202 / 0.45);
}
.placeholder-red-200\/5::placeholder {
  color: rgb(254 202 202 / 0.05);
}
.placeholder-red-200\/50::placeholder {
  color: rgb(254 202 202 / 0.5);
}
.placeholder-red-200\/55::placeholder {
  color: rgb(254 202 202 / 0.55);
}
.placeholder-red-200\/60::placeholder {
  color: rgb(254 202 202 / 0.6);
}
.placeholder-red-200\/65::placeholder {
  color: rgb(254 202 202 / 0.65);
}
.placeholder-red-200\/70::placeholder {
  color: rgb(254 202 202 / 0.7);
}
.placeholder-red-200\/75::placeholder {
  color: rgb(254 202 202 / 0.75);
}
.placeholder-red-200\/80::placeholder {
  color: rgb(254 202 202 / 0.8);
}
.placeholder-red-200\/85::placeholder {
  color: rgb(254 202 202 / 0.85);
}
.placeholder-red-200\/90::placeholder {
  color: rgb(254 202 202 / 0.9);
}
.placeholder-red-200\/95::placeholder {
  color: rgb(254 202 202 / 0.95);
}
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-300\/0::placeholder {
  color: rgb(252 165 165 / 0);
}
.placeholder-red-300\/10::placeholder {
  color: rgb(252 165 165 / 0.1);
}
.placeholder-red-300\/100::placeholder {
  color: rgb(252 165 165 / 1);
}
.placeholder-red-300\/15::placeholder {
  color: rgb(252 165 165 / 0.15);
}
.placeholder-red-300\/20::placeholder {
  color: rgb(252 165 165 / 0.2);
}
.placeholder-red-300\/25::placeholder {
  color: rgb(252 165 165 / 0.25);
}
.placeholder-red-300\/30::placeholder {
  color: rgb(252 165 165 / 0.3);
}
.placeholder-red-300\/35::placeholder {
  color: rgb(252 165 165 / 0.35);
}
.placeholder-red-300\/40::placeholder {
  color: rgb(252 165 165 / 0.4);
}
.placeholder-red-300\/45::placeholder {
  color: rgb(252 165 165 / 0.45);
}
.placeholder-red-300\/5::placeholder {
  color: rgb(252 165 165 / 0.05);
}
.placeholder-red-300\/50::placeholder {
  color: rgb(252 165 165 / 0.5);
}
.placeholder-red-300\/55::placeholder {
  color: rgb(252 165 165 / 0.55);
}
.placeholder-red-300\/60::placeholder {
  color: rgb(252 165 165 / 0.6);
}
.placeholder-red-300\/65::placeholder {
  color: rgb(252 165 165 / 0.65);
}
.placeholder-red-300\/70::placeholder {
  color: rgb(252 165 165 / 0.7);
}
.placeholder-red-300\/75::placeholder {
  color: rgb(252 165 165 / 0.75);
}
.placeholder-red-300\/80::placeholder {
  color: rgb(252 165 165 / 0.8);
}
.placeholder-red-300\/85::placeholder {
  color: rgb(252 165 165 / 0.85);
}
.placeholder-red-300\/90::placeholder {
  color: rgb(252 165 165 / 0.9);
}
.placeholder-red-300\/95::placeholder {
  color: rgb(252 165 165 / 0.95);
}
.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-400\/0::placeholder {
  color: rgb(248 113 113 / 0);
}
.placeholder-red-400\/10::placeholder {
  color: rgb(248 113 113 / 0.1);
}
.placeholder-red-400\/100::placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-red-400\/15::placeholder {
  color: rgb(248 113 113 / 0.15);
}
.placeholder-red-400\/20::placeholder {
  color: rgb(248 113 113 / 0.2);
}
.placeholder-red-400\/25::placeholder {
  color: rgb(248 113 113 / 0.25);
}
.placeholder-red-400\/30::placeholder {
  color: rgb(248 113 113 / 0.3);
}
.placeholder-red-400\/35::placeholder {
  color: rgb(248 113 113 / 0.35);
}
.placeholder-red-400\/40::placeholder {
  color: rgb(248 113 113 / 0.4);
}
.placeholder-red-400\/45::placeholder {
  color: rgb(248 113 113 / 0.45);
}
.placeholder-red-400\/5::placeholder {
  color: rgb(248 113 113 / 0.05);
}
.placeholder-red-400\/50::placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-red-400\/55::placeholder {
  color: rgb(248 113 113 / 0.55);
}
.placeholder-red-400\/60::placeholder {
  color: rgb(248 113 113 / 0.6);
}
.placeholder-red-400\/65::placeholder {
  color: rgb(248 113 113 / 0.65);
}
.placeholder-red-400\/70::placeholder {
  color: rgb(248 113 113 / 0.7);
}
.placeholder-red-400\/75::placeholder {
  color: rgb(248 113 113 / 0.75);
}
.placeholder-red-400\/80::placeholder {
  color: rgb(248 113 113 / 0.8);
}
.placeholder-red-400\/85::placeholder {
  color: rgb(248 113 113 / 0.85);
}
.placeholder-red-400\/90::placeholder {
  color: rgb(248 113 113 / 0.9);
}
.placeholder-red-400\/95::placeholder {
  color: rgb(248 113 113 / 0.95);
}
.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-50\/0::placeholder {
  color: rgb(254 242 242 / 0);
}
.placeholder-red-50\/10::placeholder {
  color: rgb(254 242 242 / 0.1);
}
.placeholder-red-50\/100::placeholder {
  color: rgb(254 242 242 / 1);
}
.placeholder-red-50\/15::placeholder {
  color: rgb(254 242 242 / 0.15);
}
.placeholder-red-50\/20::placeholder {
  color: rgb(254 242 242 / 0.2);
}
.placeholder-red-50\/25::placeholder {
  color: rgb(254 242 242 / 0.25);
}
.placeholder-red-50\/30::placeholder {
  color: rgb(254 242 242 / 0.3);
}
.placeholder-red-50\/35::placeholder {
  color: rgb(254 242 242 / 0.35);
}
.placeholder-red-50\/40::placeholder {
  color: rgb(254 242 242 / 0.4);
}
.placeholder-red-50\/45::placeholder {
  color: rgb(254 242 242 / 0.45);
}
.placeholder-red-50\/5::placeholder {
  color: rgb(254 242 242 / 0.05);
}
.placeholder-red-50\/50::placeholder {
  color: rgb(254 242 242 / 0.5);
}
.placeholder-red-50\/55::placeholder {
  color: rgb(254 242 242 / 0.55);
}
.placeholder-red-50\/60::placeholder {
  color: rgb(254 242 242 / 0.6);
}
.placeholder-red-50\/65::placeholder {
  color: rgb(254 242 242 / 0.65);
}
.placeholder-red-50\/70::placeholder {
  color: rgb(254 242 242 / 0.7);
}
.placeholder-red-50\/75::placeholder {
  color: rgb(254 242 242 / 0.75);
}
.placeholder-red-50\/80::placeholder {
  color: rgb(254 242 242 / 0.8);
}
.placeholder-red-50\/85::placeholder {
  color: rgb(254 242 242 / 0.85);
}
.placeholder-red-50\/90::placeholder {
  color: rgb(254 242 242 / 0.9);
}
.placeholder-red-50\/95::placeholder {
  color: rgb(254 242 242 / 0.95);
}
.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-500\/0::placeholder {
  color: rgb(239 68 68 / 0);
}
.placeholder-red-500\/10::placeholder {
  color: rgb(239 68 68 / 0.1);
}
.placeholder-red-500\/100::placeholder {
  color: rgb(239 68 68 / 1);
}
.placeholder-red-500\/15::placeholder {
  color: rgb(239 68 68 / 0.15);
}
.placeholder-red-500\/20::placeholder {
  color: rgb(239 68 68 / 0.2);
}
.placeholder-red-500\/25::placeholder {
  color: rgb(239 68 68 / 0.25);
}
.placeholder-red-500\/30::placeholder {
  color: rgb(239 68 68 / 0.3);
}
.placeholder-red-500\/35::placeholder {
  color: rgb(239 68 68 / 0.35);
}
.placeholder-red-500\/40::placeholder {
  color: rgb(239 68 68 / 0.4);
}
.placeholder-red-500\/45::placeholder {
  color: rgb(239 68 68 / 0.45);
}
.placeholder-red-500\/5::placeholder {
  color: rgb(239 68 68 / 0.05);
}
.placeholder-red-500\/50::placeholder {
  color: rgb(239 68 68 / 0.5);
}
.placeholder-red-500\/55::placeholder {
  color: rgb(239 68 68 / 0.55);
}
.placeholder-red-500\/60::placeholder {
  color: rgb(239 68 68 / 0.6);
}
.placeholder-red-500\/65::placeholder {
  color: rgb(239 68 68 / 0.65);
}
.placeholder-red-500\/70::placeholder {
  color: rgb(239 68 68 / 0.7);
}
.placeholder-red-500\/75::placeholder {
  color: rgb(239 68 68 / 0.75);
}
.placeholder-red-500\/80::placeholder {
  color: rgb(239 68 68 / 0.8);
}
.placeholder-red-500\/85::placeholder {
  color: rgb(239 68 68 / 0.85);
}
.placeholder-red-500\/90::placeholder {
  color: rgb(239 68 68 / 0.9);
}
.placeholder-red-500\/95::placeholder {
  color: rgb(239 68 68 / 0.95);
}
.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-600\/0::placeholder {
  color: rgb(220 38 38 / 0);
}
.placeholder-red-600\/10::placeholder {
  color: rgb(220 38 38 / 0.1);
}
.placeholder-red-600\/100::placeholder {
  color: rgb(220 38 38 / 1);
}
.placeholder-red-600\/15::placeholder {
  color: rgb(220 38 38 / 0.15);
}
.placeholder-red-600\/20::placeholder {
  color: rgb(220 38 38 / 0.2);
}
.placeholder-red-600\/25::placeholder {
  color: rgb(220 38 38 / 0.25);
}
.placeholder-red-600\/30::placeholder {
  color: rgb(220 38 38 / 0.3);
}
.placeholder-red-600\/35::placeholder {
  color: rgb(220 38 38 / 0.35);
}
.placeholder-red-600\/40::placeholder {
  color: rgb(220 38 38 / 0.4);
}
.placeholder-red-600\/45::placeholder {
  color: rgb(220 38 38 / 0.45);
}
.placeholder-red-600\/5::placeholder {
  color: rgb(220 38 38 / 0.05);
}
.placeholder-red-600\/50::placeholder {
  color: rgb(220 38 38 / 0.5);
}
.placeholder-red-600\/55::placeholder {
  color: rgb(220 38 38 / 0.55);
}
.placeholder-red-600\/60::placeholder {
  color: rgb(220 38 38 / 0.6);
}
.placeholder-red-600\/65::placeholder {
  color: rgb(220 38 38 / 0.65);
}
.placeholder-red-600\/70::placeholder {
  color: rgb(220 38 38 / 0.7);
}
.placeholder-red-600\/75::placeholder {
  color: rgb(220 38 38 / 0.75);
}
.placeholder-red-600\/80::placeholder {
  color: rgb(220 38 38 / 0.8);
}
.placeholder-red-600\/85::placeholder {
  color: rgb(220 38 38 / 0.85);
}
.placeholder-red-600\/90::placeholder {
  color: rgb(220 38 38 / 0.9);
}
.placeholder-red-600\/95::placeholder {
  color: rgb(220 38 38 / 0.95);
}
.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-700\/0::placeholder {
  color: rgb(185 28 28 / 0);
}
.placeholder-red-700\/10::placeholder {
  color: rgb(185 28 28 / 0.1);
}
.placeholder-red-700\/100::placeholder {
  color: rgb(185 28 28 / 1);
}
.placeholder-red-700\/15::placeholder {
  color: rgb(185 28 28 / 0.15);
}
.placeholder-red-700\/20::placeholder {
  color: rgb(185 28 28 / 0.2);
}
.placeholder-red-700\/25::placeholder {
  color: rgb(185 28 28 / 0.25);
}
.placeholder-red-700\/30::placeholder {
  color: rgb(185 28 28 / 0.3);
}
.placeholder-red-700\/35::placeholder {
  color: rgb(185 28 28 / 0.35);
}
.placeholder-red-700\/40::placeholder {
  color: rgb(185 28 28 / 0.4);
}
.placeholder-red-700\/45::placeholder {
  color: rgb(185 28 28 / 0.45);
}
.placeholder-red-700\/5::placeholder {
  color: rgb(185 28 28 / 0.05);
}
.placeholder-red-700\/50::placeholder {
  color: rgb(185 28 28 / 0.5);
}
.placeholder-red-700\/55::placeholder {
  color: rgb(185 28 28 / 0.55);
}
.placeholder-red-700\/60::placeholder {
  color: rgb(185 28 28 / 0.6);
}
.placeholder-red-700\/65::placeholder {
  color: rgb(185 28 28 / 0.65);
}
.placeholder-red-700\/70::placeholder {
  color: rgb(185 28 28 / 0.7);
}
.placeholder-red-700\/75::placeholder {
  color: rgb(185 28 28 / 0.75);
}
.placeholder-red-700\/80::placeholder {
  color: rgb(185 28 28 / 0.8);
}
.placeholder-red-700\/85::placeholder {
  color: rgb(185 28 28 / 0.85);
}
.placeholder-red-700\/90::placeholder {
  color: rgb(185 28 28 / 0.9);
}
.placeholder-red-700\/95::placeholder {
  color: rgb(185 28 28 / 0.95);
}
.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-800\/0::placeholder {
  color: rgb(153 27 27 / 0);
}
.placeholder-red-800\/10::placeholder {
  color: rgb(153 27 27 / 0.1);
}
.placeholder-red-800\/100::placeholder {
  color: rgb(153 27 27 / 1);
}
.placeholder-red-800\/15::placeholder {
  color: rgb(153 27 27 / 0.15);
}
.placeholder-red-800\/20::placeholder {
  color: rgb(153 27 27 / 0.2);
}
.placeholder-red-800\/25::placeholder {
  color: rgb(153 27 27 / 0.25);
}
.placeholder-red-800\/30::placeholder {
  color: rgb(153 27 27 / 0.3);
}
.placeholder-red-800\/35::placeholder {
  color: rgb(153 27 27 / 0.35);
}
.placeholder-red-800\/40::placeholder {
  color: rgb(153 27 27 / 0.4);
}
.placeholder-red-800\/45::placeholder {
  color: rgb(153 27 27 / 0.45);
}
.placeholder-red-800\/5::placeholder {
  color: rgb(153 27 27 / 0.05);
}
.placeholder-red-800\/50::placeholder {
  color: rgb(153 27 27 / 0.5);
}
.placeholder-red-800\/55::placeholder {
  color: rgb(153 27 27 / 0.55);
}
.placeholder-red-800\/60::placeholder {
  color: rgb(153 27 27 / 0.6);
}
.placeholder-red-800\/65::placeholder {
  color: rgb(153 27 27 / 0.65);
}
.placeholder-red-800\/70::placeholder {
  color: rgb(153 27 27 / 0.7);
}
.placeholder-red-800\/75::placeholder {
  color: rgb(153 27 27 / 0.75);
}
.placeholder-red-800\/80::placeholder {
  color: rgb(153 27 27 / 0.8);
}
.placeholder-red-800\/85::placeholder {
  color: rgb(153 27 27 / 0.85);
}
.placeholder-red-800\/90::placeholder {
  color: rgb(153 27 27 / 0.9);
}
.placeholder-red-800\/95::placeholder {
  color: rgb(153 27 27 / 0.95);
}
.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-900\/0::placeholder {
  color: rgb(127 29 29 / 0);
}
.placeholder-red-900\/10::placeholder {
  color: rgb(127 29 29 / 0.1);
}
.placeholder-red-900\/100::placeholder {
  color: rgb(127 29 29 / 1);
}
.placeholder-red-900\/15::placeholder {
  color: rgb(127 29 29 / 0.15);
}
.placeholder-red-900\/20::placeholder {
  color: rgb(127 29 29 / 0.2);
}
.placeholder-red-900\/25::placeholder {
  color: rgb(127 29 29 / 0.25);
}
.placeholder-red-900\/30::placeholder {
  color: rgb(127 29 29 / 0.3);
}
.placeholder-red-900\/35::placeholder {
  color: rgb(127 29 29 / 0.35);
}
.placeholder-red-900\/40::placeholder {
  color: rgb(127 29 29 / 0.4);
}
.placeholder-red-900\/45::placeholder {
  color: rgb(127 29 29 / 0.45);
}
.placeholder-red-900\/5::placeholder {
  color: rgb(127 29 29 / 0.05);
}
.placeholder-red-900\/50::placeholder {
  color: rgb(127 29 29 / 0.5);
}
.placeholder-red-900\/55::placeholder {
  color: rgb(127 29 29 / 0.55);
}
.placeholder-red-900\/60::placeholder {
  color: rgb(127 29 29 / 0.6);
}
.placeholder-red-900\/65::placeholder {
  color: rgb(127 29 29 / 0.65);
}
.placeholder-red-900\/70::placeholder {
  color: rgb(127 29 29 / 0.7);
}
.placeholder-red-900\/75::placeholder {
  color: rgb(127 29 29 / 0.75);
}
.placeholder-red-900\/80::placeholder {
  color: rgb(127 29 29 / 0.8);
}
.placeholder-red-900\/85::placeholder {
  color: rgb(127 29 29 / 0.85);
}
.placeholder-red-900\/90::placeholder {
  color: rgb(127 29 29 / 0.9);
}
.placeholder-red-900\/95::placeholder {
  color: rgb(127 29 29 / 0.95);
}
.placeholder-red-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}
.placeholder-red-950\/0::placeholder {
  color: rgb(69 10 10 / 0);
}
.placeholder-red-950\/10::placeholder {
  color: rgb(69 10 10 / 0.1);
}
.placeholder-red-950\/100::placeholder {
  color: rgb(69 10 10 / 1);
}
.placeholder-red-950\/15::placeholder {
  color: rgb(69 10 10 / 0.15);
}
.placeholder-red-950\/20::placeholder {
  color: rgb(69 10 10 / 0.2);
}
.placeholder-red-950\/25::placeholder {
  color: rgb(69 10 10 / 0.25);
}
.placeholder-red-950\/30::placeholder {
  color: rgb(69 10 10 / 0.3);
}
.placeholder-red-950\/35::placeholder {
  color: rgb(69 10 10 / 0.35);
}
.placeholder-red-950\/40::placeholder {
  color: rgb(69 10 10 / 0.4);
}
.placeholder-red-950\/45::placeholder {
  color: rgb(69 10 10 / 0.45);
}
.placeholder-red-950\/5::placeholder {
  color: rgb(69 10 10 / 0.05);
}
.placeholder-red-950\/50::placeholder {
  color: rgb(69 10 10 / 0.5);
}
.placeholder-red-950\/55::placeholder {
  color: rgb(69 10 10 / 0.55);
}
.placeholder-red-950\/60::placeholder {
  color: rgb(69 10 10 / 0.6);
}
.placeholder-red-950\/65::placeholder {
  color: rgb(69 10 10 / 0.65);
}
.placeholder-red-950\/70::placeholder {
  color: rgb(69 10 10 / 0.7);
}
.placeholder-red-950\/75::placeholder {
  color: rgb(69 10 10 / 0.75);
}
.placeholder-red-950\/80::placeholder {
  color: rgb(69 10 10 / 0.8);
}
.placeholder-red-950\/85::placeholder {
  color: rgb(69 10 10 / 0.85);
}
.placeholder-red-950\/90::placeholder {
  color: rgb(69 10 10 / 0.9);
}
.placeholder-red-950\/95::placeholder {
  color: rgb(69 10 10 / 0.95);
}
.placeholder-rose-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-100\/0::placeholder {
  color: rgb(255 228 230 / 0);
}
.placeholder-rose-100\/10::placeholder {
  color: rgb(255 228 230 / 0.1);
}
.placeholder-rose-100\/100::placeholder {
  color: rgb(255 228 230 / 1);
}
.placeholder-rose-100\/15::placeholder {
  color: rgb(255 228 230 / 0.15);
}
.placeholder-rose-100\/20::placeholder {
  color: rgb(255 228 230 / 0.2);
}
.placeholder-rose-100\/25::placeholder {
  color: rgb(255 228 230 / 0.25);
}
.placeholder-rose-100\/30::placeholder {
  color: rgb(255 228 230 / 0.3);
}
.placeholder-rose-100\/35::placeholder {
  color: rgb(255 228 230 / 0.35);
}
.placeholder-rose-100\/40::placeholder {
  color: rgb(255 228 230 / 0.4);
}
.placeholder-rose-100\/45::placeholder {
  color: rgb(255 228 230 / 0.45);
}
.placeholder-rose-100\/5::placeholder {
  color: rgb(255 228 230 / 0.05);
}
.placeholder-rose-100\/50::placeholder {
  color: rgb(255 228 230 / 0.5);
}
.placeholder-rose-100\/55::placeholder {
  color: rgb(255 228 230 / 0.55);
}
.placeholder-rose-100\/60::placeholder {
  color: rgb(255 228 230 / 0.6);
}
.placeholder-rose-100\/65::placeholder {
  color: rgb(255 228 230 / 0.65);
}
.placeholder-rose-100\/70::placeholder {
  color: rgb(255 228 230 / 0.7);
}
.placeholder-rose-100\/75::placeholder {
  color: rgb(255 228 230 / 0.75);
}
.placeholder-rose-100\/80::placeholder {
  color: rgb(255 228 230 / 0.8);
}
.placeholder-rose-100\/85::placeholder {
  color: rgb(255 228 230 / 0.85);
}
.placeholder-rose-100\/90::placeholder {
  color: rgb(255 228 230 / 0.9);
}
.placeholder-rose-100\/95::placeholder {
  color: rgb(255 228 230 / 0.95);
}
.placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-200\/0::placeholder {
  color: rgb(254 205 211 / 0);
}
.placeholder-rose-200\/10::placeholder {
  color: rgb(254 205 211 / 0.1);
}
.placeholder-rose-200\/100::placeholder {
  color: rgb(254 205 211 / 1);
}
.placeholder-rose-200\/15::placeholder {
  color: rgb(254 205 211 / 0.15);
}
.placeholder-rose-200\/20::placeholder {
  color: rgb(254 205 211 / 0.2);
}
.placeholder-rose-200\/25::placeholder {
  color: rgb(254 205 211 / 0.25);
}
.placeholder-rose-200\/30::placeholder {
  color: rgb(254 205 211 / 0.3);
}
.placeholder-rose-200\/35::placeholder {
  color: rgb(254 205 211 / 0.35);
}
.placeholder-rose-200\/40::placeholder {
  color: rgb(254 205 211 / 0.4);
}
.placeholder-rose-200\/45::placeholder {
  color: rgb(254 205 211 / 0.45);
}
.placeholder-rose-200\/5::placeholder {
  color: rgb(254 205 211 / 0.05);
}
.placeholder-rose-200\/50::placeholder {
  color: rgb(254 205 211 / 0.5);
}
.placeholder-rose-200\/55::placeholder {
  color: rgb(254 205 211 / 0.55);
}
.placeholder-rose-200\/60::placeholder {
  color: rgb(254 205 211 / 0.6);
}
.placeholder-rose-200\/65::placeholder {
  color: rgb(254 205 211 / 0.65);
}
.placeholder-rose-200\/70::placeholder {
  color: rgb(254 205 211 / 0.7);
}
.placeholder-rose-200\/75::placeholder {
  color: rgb(254 205 211 / 0.75);
}
.placeholder-rose-200\/80::placeholder {
  color: rgb(254 205 211 / 0.8);
}
.placeholder-rose-200\/85::placeholder {
  color: rgb(254 205 211 / 0.85);
}
.placeholder-rose-200\/90::placeholder {
  color: rgb(254 205 211 / 0.9);
}
.placeholder-rose-200\/95::placeholder {
  color: rgb(254 205 211 / 0.95);
}
.placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-300\/0::placeholder {
  color: rgb(253 164 175 / 0);
}
.placeholder-rose-300\/10::placeholder {
  color: rgb(253 164 175 / 0.1);
}
.placeholder-rose-300\/100::placeholder {
  color: rgb(253 164 175 / 1);
}
.placeholder-rose-300\/15::placeholder {
  color: rgb(253 164 175 / 0.15);
}
.placeholder-rose-300\/20::placeholder {
  color: rgb(253 164 175 / 0.2);
}
.placeholder-rose-300\/25::placeholder {
  color: rgb(253 164 175 / 0.25);
}
.placeholder-rose-300\/30::placeholder {
  color: rgb(253 164 175 / 0.3);
}
.placeholder-rose-300\/35::placeholder {
  color: rgb(253 164 175 / 0.35);
}
.placeholder-rose-300\/40::placeholder {
  color: rgb(253 164 175 / 0.4);
}
.placeholder-rose-300\/45::placeholder {
  color: rgb(253 164 175 / 0.45);
}
.placeholder-rose-300\/5::placeholder {
  color: rgb(253 164 175 / 0.05);
}
.placeholder-rose-300\/50::placeholder {
  color: rgb(253 164 175 / 0.5);
}
.placeholder-rose-300\/55::placeholder {
  color: rgb(253 164 175 / 0.55);
}
.placeholder-rose-300\/60::placeholder {
  color: rgb(253 164 175 / 0.6);
}
.placeholder-rose-300\/65::placeholder {
  color: rgb(253 164 175 / 0.65);
}
.placeholder-rose-300\/70::placeholder {
  color: rgb(253 164 175 / 0.7);
}
.placeholder-rose-300\/75::placeholder {
  color: rgb(253 164 175 / 0.75);
}
.placeholder-rose-300\/80::placeholder {
  color: rgb(253 164 175 / 0.8);
}
.placeholder-rose-300\/85::placeholder {
  color: rgb(253 164 175 / 0.85);
}
.placeholder-rose-300\/90::placeholder {
  color: rgb(253 164 175 / 0.9);
}
.placeholder-rose-300\/95::placeholder {
  color: rgb(253 164 175 / 0.95);
}
.placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-400\/0::placeholder {
  color: rgb(251 113 133 / 0);
}
.placeholder-rose-400\/10::placeholder {
  color: rgb(251 113 133 / 0.1);
}
.placeholder-rose-400\/100::placeholder {
  color: rgb(251 113 133 / 1);
}
.placeholder-rose-400\/15::placeholder {
  color: rgb(251 113 133 / 0.15);
}
.placeholder-rose-400\/20::placeholder {
  color: rgb(251 113 133 / 0.2);
}
.placeholder-rose-400\/25::placeholder {
  color: rgb(251 113 133 / 0.25);
}
.placeholder-rose-400\/30::placeholder {
  color: rgb(251 113 133 / 0.3);
}
.placeholder-rose-400\/35::placeholder {
  color: rgb(251 113 133 / 0.35);
}
.placeholder-rose-400\/40::placeholder {
  color: rgb(251 113 133 / 0.4);
}
.placeholder-rose-400\/45::placeholder {
  color: rgb(251 113 133 / 0.45);
}
.placeholder-rose-400\/5::placeholder {
  color: rgb(251 113 133 / 0.05);
}
.placeholder-rose-400\/50::placeholder {
  color: rgb(251 113 133 / 0.5);
}
.placeholder-rose-400\/55::placeholder {
  color: rgb(251 113 133 / 0.55);
}
.placeholder-rose-400\/60::placeholder {
  color: rgb(251 113 133 / 0.6);
}
.placeholder-rose-400\/65::placeholder {
  color: rgb(251 113 133 / 0.65);
}
.placeholder-rose-400\/70::placeholder {
  color: rgb(251 113 133 / 0.7);
}
.placeholder-rose-400\/75::placeholder {
  color: rgb(251 113 133 / 0.75);
}
.placeholder-rose-400\/80::placeholder {
  color: rgb(251 113 133 / 0.8);
}
.placeholder-rose-400\/85::placeholder {
  color: rgb(251 113 133 / 0.85);
}
.placeholder-rose-400\/90::placeholder {
  color: rgb(251 113 133 / 0.9);
}
.placeholder-rose-400\/95::placeholder {
  color: rgb(251 113 133 / 0.95);
}
.placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-50\/0::placeholder {
  color: rgb(255 241 242 / 0);
}
.placeholder-rose-50\/10::placeholder {
  color: rgb(255 241 242 / 0.1);
}
.placeholder-rose-50\/100::placeholder {
  color: rgb(255 241 242 / 1);
}
.placeholder-rose-50\/15::placeholder {
  color: rgb(255 241 242 / 0.15);
}
.placeholder-rose-50\/20::placeholder {
  color: rgb(255 241 242 / 0.2);
}
.placeholder-rose-50\/25::placeholder {
  color: rgb(255 241 242 / 0.25);
}
.placeholder-rose-50\/30::placeholder {
  color: rgb(255 241 242 / 0.3);
}
.placeholder-rose-50\/35::placeholder {
  color: rgb(255 241 242 / 0.35);
}
.placeholder-rose-50\/40::placeholder {
  color: rgb(255 241 242 / 0.4);
}
.placeholder-rose-50\/45::placeholder {
  color: rgb(255 241 242 / 0.45);
}
.placeholder-rose-50\/5::placeholder {
  color: rgb(255 241 242 / 0.05);
}
.placeholder-rose-50\/50::placeholder {
  color: rgb(255 241 242 / 0.5);
}
.placeholder-rose-50\/55::placeholder {
  color: rgb(255 241 242 / 0.55);
}
.placeholder-rose-50\/60::placeholder {
  color: rgb(255 241 242 / 0.6);
}
.placeholder-rose-50\/65::placeholder {
  color: rgb(255 241 242 / 0.65);
}
.placeholder-rose-50\/70::placeholder {
  color: rgb(255 241 242 / 0.7);
}
.placeholder-rose-50\/75::placeholder {
  color: rgb(255 241 242 / 0.75);
}
.placeholder-rose-50\/80::placeholder {
  color: rgb(255 241 242 / 0.8);
}
.placeholder-rose-50\/85::placeholder {
  color: rgb(255 241 242 / 0.85);
}
.placeholder-rose-50\/90::placeholder {
  color: rgb(255 241 242 / 0.9);
}
.placeholder-rose-50\/95::placeholder {
  color: rgb(255 241 242 / 0.95);
}
.placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-500\/0::placeholder {
  color: rgb(244 63 94 / 0);
}
.placeholder-rose-500\/10::placeholder {
  color: rgb(244 63 94 / 0.1);
}
.placeholder-rose-500\/100::placeholder {
  color: rgb(244 63 94 / 1);
}
.placeholder-rose-500\/15::placeholder {
  color: rgb(244 63 94 / 0.15);
}
.placeholder-rose-500\/20::placeholder {
  color: rgb(244 63 94 / 0.2);
}
.placeholder-rose-500\/25::placeholder {
  color: rgb(244 63 94 / 0.25);
}
.placeholder-rose-500\/30::placeholder {
  color: rgb(244 63 94 / 0.3);
}
.placeholder-rose-500\/35::placeholder {
  color: rgb(244 63 94 / 0.35);
}
.placeholder-rose-500\/40::placeholder {
  color: rgb(244 63 94 / 0.4);
}
.placeholder-rose-500\/45::placeholder {
  color: rgb(244 63 94 / 0.45);
}
.placeholder-rose-500\/5::placeholder {
  color: rgb(244 63 94 / 0.05);
}
.placeholder-rose-500\/50::placeholder {
  color: rgb(244 63 94 / 0.5);
}
.placeholder-rose-500\/55::placeholder {
  color: rgb(244 63 94 / 0.55);
}
.placeholder-rose-500\/60::placeholder {
  color: rgb(244 63 94 / 0.6);
}
.placeholder-rose-500\/65::placeholder {
  color: rgb(244 63 94 / 0.65);
}
.placeholder-rose-500\/70::placeholder {
  color: rgb(244 63 94 / 0.7);
}
.placeholder-rose-500\/75::placeholder {
  color: rgb(244 63 94 / 0.75);
}
.placeholder-rose-500\/80::placeholder {
  color: rgb(244 63 94 / 0.8);
}
.placeholder-rose-500\/85::placeholder {
  color: rgb(244 63 94 / 0.85);
}
.placeholder-rose-500\/90::placeholder {
  color: rgb(244 63 94 / 0.9);
}
.placeholder-rose-500\/95::placeholder {
  color: rgb(244 63 94 / 0.95);
}
.placeholder-rose-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-600\/0::placeholder {
  color: rgb(225 29 72 / 0);
}
.placeholder-rose-600\/10::placeholder {
  color: rgb(225 29 72 / 0.1);
}
.placeholder-rose-600\/100::placeholder {
  color: rgb(225 29 72 / 1);
}
.placeholder-rose-600\/15::placeholder {
  color: rgb(225 29 72 / 0.15);
}
.placeholder-rose-600\/20::placeholder {
  color: rgb(225 29 72 / 0.2);
}
.placeholder-rose-600\/25::placeholder {
  color: rgb(225 29 72 / 0.25);
}
.placeholder-rose-600\/30::placeholder {
  color: rgb(225 29 72 / 0.3);
}
.placeholder-rose-600\/35::placeholder {
  color: rgb(225 29 72 / 0.35);
}
.placeholder-rose-600\/40::placeholder {
  color: rgb(225 29 72 / 0.4);
}
.placeholder-rose-600\/45::placeholder {
  color: rgb(225 29 72 / 0.45);
}
.placeholder-rose-600\/5::placeholder {
  color: rgb(225 29 72 / 0.05);
}
.placeholder-rose-600\/50::placeholder {
  color: rgb(225 29 72 / 0.5);
}
.placeholder-rose-600\/55::placeholder {
  color: rgb(225 29 72 / 0.55);
}
.placeholder-rose-600\/60::placeholder {
  color: rgb(225 29 72 / 0.6);
}
.placeholder-rose-600\/65::placeholder {
  color: rgb(225 29 72 / 0.65);
}
.placeholder-rose-600\/70::placeholder {
  color: rgb(225 29 72 / 0.7);
}
.placeholder-rose-600\/75::placeholder {
  color: rgb(225 29 72 / 0.75);
}
.placeholder-rose-600\/80::placeholder {
  color: rgb(225 29 72 / 0.8);
}
.placeholder-rose-600\/85::placeholder {
  color: rgb(225 29 72 / 0.85);
}
.placeholder-rose-600\/90::placeholder {
  color: rgb(225 29 72 / 0.9);
}
.placeholder-rose-600\/95::placeholder {
  color: rgb(225 29 72 / 0.95);
}
.placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-700\/0::placeholder {
  color: rgb(190 18 60 / 0);
}
.placeholder-rose-700\/10::placeholder {
  color: rgb(190 18 60 / 0.1);
}
.placeholder-rose-700\/100::placeholder {
  color: rgb(190 18 60 / 1);
}
.placeholder-rose-700\/15::placeholder {
  color: rgb(190 18 60 / 0.15);
}
.placeholder-rose-700\/20::placeholder {
  color: rgb(190 18 60 / 0.2);
}
.placeholder-rose-700\/25::placeholder {
  color: rgb(190 18 60 / 0.25);
}
.placeholder-rose-700\/30::placeholder {
  color: rgb(190 18 60 / 0.3);
}
.placeholder-rose-700\/35::placeholder {
  color: rgb(190 18 60 / 0.35);
}
.placeholder-rose-700\/40::placeholder {
  color: rgb(190 18 60 / 0.4);
}
.placeholder-rose-700\/45::placeholder {
  color: rgb(190 18 60 / 0.45);
}
.placeholder-rose-700\/5::placeholder {
  color: rgb(190 18 60 / 0.05);
}
.placeholder-rose-700\/50::placeholder {
  color: rgb(190 18 60 / 0.5);
}
.placeholder-rose-700\/55::placeholder {
  color: rgb(190 18 60 / 0.55);
}
.placeholder-rose-700\/60::placeholder {
  color: rgb(190 18 60 / 0.6);
}
.placeholder-rose-700\/65::placeholder {
  color: rgb(190 18 60 / 0.65);
}
.placeholder-rose-700\/70::placeholder {
  color: rgb(190 18 60 / 0.7);
}
.placeholder-rose-700\/75::placeholder {
  color: rgb(190 18 60 / 0.75);
}
.placeholder-rose-700\/80::placeholder {
  color: rgb(190 18 60 / 0.8);
}
.placeholder-rose-700\/85::placeholder {
  color: rgb(190 18 60 / 0.85);
}
.placeholder-rose-700\/90::placeholder {
  color: rgb(190 18 60 / 0.9);
}
.placeholder-rose-700\/95::placeholder {
  color: rgb(190 18 60 / 0.95);
}
.placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-800\/0::placeholder {
  color: rgb(159 18 57 / 0);
}
.placeholder-rose-800\/10::placeholder {
  color: rgb(159 18 57 / 0.1);
}
.placeholder-rose-800\/100::placeholder {
  color: rgb(159 18 57 / 1);
}
.placeholder-rose-800\/15::placeholder {
  color: rgb(159 18 57 / 0.15);
}
.placeholder-rose-800\/20::placeholder {
  color: rgb(159 18 57 / 0.2);
}
.placeholder-rose-800\/25::placeholder {
  color: rgb(159 18 57 / 0.25);
}
.placeholder-rose-800\/30::placeholder {
  color: rgb(159 18 57 / 0.3);
}
.placeholder-rose-800\/35::placeholder {
  color: rgb(159 18 57 / 0.35);
}
.placeholder-rose-800\/40::placeholder {
  color: rgb(159 18 57 / 0.4);
}
.placeholder-rose-800\/45::placeholder {
  color: rgb(159 18 57 / 0.45);
}
.placeholder-rose-800\/5::placeholder {
  color: rgb(159 18 57 / 0.05);
}
.placeholder-rose-800\/50::placeholder {
  color: rgb(159 18 57 / 0.5);
}
.placeholder-rose-800\/55::placeholder {
  color: rgb(159 18 57 / 0.55);
}
.placeholder-rose-800\/60::placeholder {
  color: rgb(159 18 57 / 0.6);
}
.placeholder-rose-800\/65::placeholder {
  color: rgb(159 18 57 / 0.65);
}
.placeholder-rose-800\/70::placeholder {
  color: rgb(159 18 57 / 0.7);
}
.placeholder-rose-800\/75::placeholder {
  color: rgb(159 18 57 / 0.75);
}
.placeholder-rose-800\/80::placeholder {
  color: rgb(159 18 57 / 0.8);
}
.placeholder-rose-800\/85::placeholder {
  color: rgb(159 18 57 / 0.85);
}
.placeholder-rose-800\/90::placeholder {
  color: rgb(159 18 57 / 0.9);
}
.placeholder-rose-800\/95::placeholder {
  color: rgb(159 18 57 / 0.95);
}
.placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-900\/0::placeholder {
  color: rgb(136 19 55 / 0);
}
.placeholder-rose-900\/10::placeholder {
  color: rgb(136 19 55 / 0.1);
}
.placeholder-rose-900\/100::placeholder {
  color: rgb(136 19 55 / 1);
}
.placeholder-rose-900\/15::placeholder {
  color: rgb(136 19 55 / 0.15);
}
.placeholder-rose-900\/20::placeholder {
  color: rgb(136 19 55 / 0.2);
}
.placeholder-rose-900\/25::placeholder {
  color: rgb(136 19 55 / 0.25);
}
.placeholder-rose-900\/30::placeholder {
  color: rgb(136 19 55 / 0.3);
}
.placeholder-rose-900\/35::placeholder {
  color: rgb(136 19 55 / 0.35);
}
.placeholder-rose-900\/40::placeholder {
  color: rgb(136 19 55 / 0.4);
}
.placeholder-rose-900\/45::placeholder {
  color: rgb(136 19 55 / 0.45);
}
.placeholder-rose-900\/5::placeholder {
  color: rgb(136 19 55 / 0.05);
}
.placeholder-rose-900\/50::placeholder {
  color: rgb(136 19 55 / 0.5);
}
.placeholder-rose-900\/55::placeholder {
  color: rgb(136 19 55 / 0.55);
}
.placeholder-rose-900\/60::placeholder {
  color: rgb(136 19 55 / 0.6);
}
.placeholder-rose-900\/65::placeholder {
  color: rgb(136 19 55 / 0.65);
}
.placeholder-rose-900\/70::placeholder {
  color: rgb(136 19 55 / 0.7);
}
.placeholder-rose-900\/75::placeholder {
  color: rgb(136 19 55 / 0.75);
}
.placeholder-rose-900\/80::placeholder {
  color: rgb(136 19 55 / 0.8);
}
.placeholder-rose-900\/85::placeholder {
  color: rgb(136 19 55 / 0.85);
}
.placeholder-rose-900\/90::placeholder {
  color: rgb(136 19 55 / 0.9);
}
.placeholder-rose-900\/95::placeholder {
  color: rgb(136 19 55 / 0.95);
}
.placeholder-rose-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}
.placeholder-rose-950\/0::placeholder {
  color: rgb(76 5 25 / 0);
}
.placeholder-rose-950\/10::placeholder {
  color: rgb(76 5 25 / 0.1);
}
.placeholder-rose-950\/100::placeholder {
  color: rgb(76 5 25 / 1);
}
.placeholder-rose-950\/15::placeholder {
  color: rgb(76 5 25 / 0.15);
}
.placeholder-rose-950\/20::placeholder {
  color: rgb(76 5 25 / 0.2);
}
.placeholder-rose-950\/25::placeholder {
  color: rgb(76 5 25 / 0.25);
}
.placeholder-rose-950\/30::placeholder {
  color: rgb(76 5 25 / 0.3);
}
.placeholder-rose-950\/35::placeholder {
  color: rgb(76 5 25 / 0.35);
}
.placeholder-rose-950\/40::placeholder {
  color: rgb(76 5 25 / 0.4);
}
.placeholder-rose-950\/45::placeholder {
  color: rgb(76 5 25 / 0.45);
}
.placeholder-rose-950\/5::placeholder {
  color: rgb(76 5 25 / 0.05);
}
.placeholder-rose-950\/50::placeholder {
  color: rgb(76 5 25 / 0.5);
}
.placeholder-rose-950\/55::placeholder {
  color: rgb(76 5 25 / 0.55);
}
.placeholder-rose-950\/60::placeholder {
  color: rgb(76 5 25 / 0.6);
}
.placeholder-rose-950\/65::placeholder {
  color: rgb(76 5 25 / 0.65);
}
.placeholder-rose-950\/70::placeholder {
  color: rgb(76 5 25 / 0.7);
}
.placeholder-rose-950\/75::placeholder {
  color: rgb(76 5 25 / 0.75);
}
.placeholder-rose-950\/80::placeholder {
  color: rgb(76 5 25 / 0.8);
}
.placeholder-rose-950\/85::placeholder {
  color: rgb(76 5 25 / 0.85);
}
.placeholder-rose-950\/90::placeholder {
  color: rgb(76 5 25 / 0.9);
}
.placeholder-rose-950\/95::placeholder {
  color: rgb(76 5 25 / 0.95);
}
.placeholder-sky-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-100\/0::placeholder {
  color: rgb(224 242 254 / 0);
}
.placeholder-sky-100\/10::placeholder {
  color: rgb(224 242 254 / 0.1);
}
.placeholder-sky-100\/100::placeholder {
  color: rgb(224 242 254 / 1);
}
.placeholder-sky-100\/15::placeholder {
  color: rgb(224 242 254 / 0.15);
}
.placeholder-sky-100\/20::placeholder {
  color: rgb(224 242 254 / 0.2);
}
.placeholder-sky-100\/25::placeholder {
  color: rgb(224 242 254 / 0.25);
}
.placeholder-sky-100\/30::placeholder {
  color: rgb(224 242 254 / 0.3);
}
.placeholder-sky-100\/35::placeholder {
  color: rgb(224 242 254 / 0.35);
}
.placeholder-sky-100\/40::placeholder {
  color: rgb(224 242 254 / 0.4);
}
.placeholder-sky-100\/45::placeholder {
  color: rgb(224 242 254 / 0.45);
}
.placeholder-sky-100\/5::placeholder {
  color: rgb(224 242 254 / 0.05);
}
.placeholder-sky-100\/50::placeholder {
  color: rgb(224 242 254 / 0.5);
}
.placeholder-sky-100\/55::placeholder {
  color: rgb(224 242 254 / 0.55);
}
.placeholder-sky-100\/60::placeholder {
  color: rgb(224 242 254 / 0.6);
}
.placeholder-sky-100\/65::placeholder {
  color: rgb(224 242 254 / 0.65);
}
.placeholder-sky-100\/70::placeholder {
  color: rgb(224 242 254 / 0.7);
}
.placeholder-sky-100\/75::placeholder {
  color: rgb(224 242 254 / 0.75);
}
.placeholder-sky-100\/80::placeholder {
  color: rgb(224 242 254 / 0.8);
}
.placeholder-sky-100\/85::placeholder {
  color: rgb(224 242 254 / 0.85);
}
.placeholder-sky-100\/90::placeholder {
  color: rgb(224 242 254 / 0.9);
}
.placeholder-sky-100\/95::placeholder {
  color: rgb(224 242 254 / 0.95);
}
.placeholder-sky-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-200\/0::placeholder {
  color: rgb(186 230 253 / 0);
}
.placeholder-sky-200\/10::placeholder {
  color: rgb(186 230 253 / 0.1);
}
.placeholder-sky-200\/100::placeholder {
  color: rgb(186 230 253 / 1);
}
.placeholder-sky-200\/15::placeholder {
  color: rgb(186 230 253 / 0.15);
}
.placeholder-sky-200\/20::placeholder {
  color: rgb(186 230 253 / 0.2);
}
.placeholder-sky-200\/25::placeholder {
  color: rgb(186 230 253 / 0.25);
}
.placeholder-sky-200\/30::placeholder {
  color: rgb(186 230 253 / 0.3);
}
.placeholder-sky-200\/35::placeholder {
  color: rgb(186 230 253 / 0.35);
}
.placeholder-sky-200\/40::placeholder {
  color: rgb(186 230 253 / 0.4);
}
.placeholder-sky-200\/45::placeholder {
  color: rgb(186 230 253 / 0.45);
}
.placeholder-sky-200\/5::placeholder {
  color: rgb(186 230 253 / 0.05);
}
.placeholder-sky-200\/50::placeholder {
  color: rgb(186 230 253 / 0.5);
}
.placeholder-sky-200\/55::placeholder {
  color: rgb(186 230 253 / 0.55);
}
.placeholder-sky-200\/60::placeholder {
  color: rgb(186 230 253 / 0.6);
}
.placeholder-sky-200\/65::placeholder {
  color: rgb(186 230 253 / 0.65);
}
.placeholder-sky-200\/70::placeholder {
  color: rgb(186 230 253 / 0.7);
}
.placeholder-sky-200\/75::placeholder {
  color: rgb(186 230 253 / 0.75);
}
.placeholder-sky-200\/80::placeholder {
  color: rgb(186 230 253 / 0.8);
}
.placeholder-sky-200\/85::placeholder {
  color: rgb(186 230 253 / 0.85);
}
.placeholder-sky-200\/90::placeholder {
  color: rgb(186 230 253 / 0.9);
}
.placeholder-sky-200\/95::placeholder {
  color: rgb(186 230 253 / 0.95);
}
.placeholder-sky-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-300\/0::placeholder {
  color: rgb(125 211 252 / 0);
}
.placeholder-sky-300\/10::placeholder {
  color: rgb(125 211 252 / 0.1);
}
.placeholder-sky-300\/100::placeholder {
  color: rgb(125 211 252 / 1);
}
.placeholder-sky-300\/15::placeholder {
  color: rgb(125 211 252 / 0.15);
}
.placeholder-sky-300\/20::placeholder {
  color: rgb(125 211 252 / 0.2);
}
.placeholder-sky-300\/25::placeholder {
  color: rgb(125 211 252 / 0.25);
}
.placeholder-sky-300\/30::placeholder {
  color: rgb(125 211 252 / 0.3);
}
.placeholder-sky-300\/35::placeholder {
  color: rgb(125 211 252 / 0.35);
}
.placeholder-sky-300\/40::placeholder {
  color: rgb(125 211 252 / 0.4);
}
.placeholder-sky-300\/45::placeholder {
  color: rgb(125 211 252 / 0.45);
}
.placeholder-sky-300\/5::placeholder {
  color: rgb(125 211 252 / 0.05);
}
.placeholder-sky-300\/50::placeholder {
  color: rgb(125 211 252 / 0.5);
}
.placeholder-sky-300\/55::placeholder {
  color: rgb(125 211 252 / 0.55);
}
.placeholder-sky-300\/60::placeholder {
  color: rgb(125 211 252 / 0.6);
}
.placeholder-sky-300\/65::placeholder {
  color: rgb(125 211 252 / 0.65);
}
.placeholder-sky-300\/70::placeholder {
  color: rgb(125 211 252 / 0.7);
}
.placeholder-sky-300\/75::placeholder {
  color: rgb(125 211 252 / 0.75);
}
.placeholder-sky-300\/80::placeholder {
  color: rgb(125 211 252 / 0.8);
}
.placeholder-sky-300\/85::placeholder {
  color: rgb(125 211 252 / 0.85);
}
.placeholder-sky-300\/90::placeholder {
  color: rgb(125 211 252 / 0.9);
}
.placeholder-sky-300\/95::placeholder {
  color: rgb(125 211 252 / 0.95);
}
.placeholder-sky-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-400\/0::placeholder {
  color: rgb(56 189 248 / 0);
}
.placeholder-sky-400\/10::placeholder {
  color: rgb(56 189 248 / 0.1);
}
.placeholder-sky-400\/100::placeholder {
  color: rgb(56 189 248 / 1);
}
.placeholder-sky-400\/15::placeholder {
  color: rgb(56 189 248 / 0.15);
}
.placeholder-sky-400\/20::placeholder {
  color: rgb(56 189 248 / 0.2);
}
.placeholder-sky-400\/25::placeholder {
  color: rgb(56 189 248 / 0.25);
}
.placeholder-sky-400\/30::placeholder {
  color: rgb(56 189 248 / 0.3);
}
.placeholder-sky-400\/35::placeholder {
  color: rgb(56 189 248 / 0.35);
}
.placeholder-sky-400\/40::placeholder {
  color: rgb(56 189 248 / 0.4);
}
.placeholder-sky-400\/45::placeholder {
  color: rgb(56 189 248 / 0.45);
}
.placeholder-sky-400\/5::placeholder {
  color: rgb(56 189 248 / 0.05);
}
.placeholder-sky-400\/50::placeholder {
  color: rgb(56 189 248 / 0.5);
}
.placeholder-sky-400\/55::placeholder {
  color: rgb(56 189 248 / 0.55);
}
.placeholder-sky-400\/60::placeholder {
  color: rgb(56 189 248 / 0.6);
}
.placeholder-sky-400\/65::placeholder {
  color: rgb(56 189 248 / 0.65);
}
.placeholder-sky-400\/70::placeholder {
  color: rgb(56 189 248 / 0.7);
}
.placeholder-sky-400\/75::placeholder {
  color: rgb(56 189 248 / 0.75);
}
.placeholder-sky-400\/80::placeholder {
  color: rgb(56 189 248 / 0.8);
}
.placeholder-sky-400\/85::placeholder {
  color: rgb(56 189 248 / 0.85);
}
.placeholder-sky-400\/90::placeholder {
  color: rgb(56 189 248 / 0.9);
}
.placeholder-sky-400\/95::placeholder {
  color: rgb(56 189 248 / 0.95);
}
.placeholder-sky-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-50\/0::placeholder {
  color: rgb(240 249 255 / 0);
}
.placeholder-sky-50\/10::placeholder {
  color: rgb(240 249 255 / 0.1);
}
.placeholder-sky-50\/100::placeholder {
  color: rgb(240 249 255 / 1);
}
.placeholder-sky-50\/15::placeholder {
  color: rgb(240 249 255 / 0.15);
}
.placeholder-sky-50\/20::placeholder {
  color: rgb(240 249 255 / 0.2);
}
.placeholder-sky-50\/25::placeholder {
  color: rgb(240 249 255 / 0.25);
}
.placeholder-sky-50\/30::placeholder {
  color: rgb(240 249 255 / 0.3);
}
.placeholder-sky-50\/35::placeholder {
  color: rgb(240 249 255 / 0.35);
}
.placeholder-sky-50\/40::placeholder {
  color: rgb(240 249 255 / 0.4);
}
.placeholder-sky-50\/45::placeholder {
  color: rgb(240 249 255 / 0.45);
}
.placeholder-sky-50\/5::placeholder {
  color: rgb(240 249 255 / 0.05);
}
.placeholder-sky-50\/50::placeholder {
  color: rgb(240 249 255 / 0.5);
}
.placeholder-sky-50\/55::placeholder {
  color: rgb(240 249 255 / 0.55);
}
.placeholder-sky-50\/60::placeholder {
  color: rgb(240 249 255 / 0.6);
}
.placeholder-sky-50\/65::placeholder {
  color: rgb(240 249 255 / 0.65);
}
.placeholder-sky-50\/70::placeholder {
  color: rgb(240 249 255 / 0.7);
}
.placeholder-sky-50\/75::placeholder {
  color: rgb(240 249 255 / 0.75);
}
.placeholder-sky-50\/80::placeholder {
  color: rgb(240 249 255 / 0.8);
}
.placeholder-sky-50\/85::placeholder {
  color: rgb(240 249 255 / 0.85);
}
.placeholder-sky-50\/90::placeholder {
  color: rgb(240 249 255 / 0.9);
}
.placeholder-sky-50\/95::placeholder {
  color: rgb(240 249 255 / 0.95);
}
.placeholder-sky-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-500\/0::placeholder {
  color: rgb(14 165 233 / 0);
}
.placeholder-sky-500\/10::placeholder {
  color: rgb(14 165 233 / 0.1);
}
.placeholder-sky-500\/100::placeholder {
  color: rgb(14 165 233 / 1);
}
.placeholder-sky-500\/15::placeholder {
  color: rgb(14 165 233 / 0.15);
}
.placeholder-sky-500\/20::placeholder {
  color: rgb(14 165 233 / 0.2);
}
.placeholder-sky-500\/25::placeholder {
  color: rgb(14 165 233 / 0.25);
}
.placeholder-sky-500\/30::placeholder {
  color: rgb(14 165 233 / 0.3);
}
.placeholder-sky-500\/35::placeholder {
  color: rgb(14 165 233 / 0.35);
}
.placeholder-sky-500\/40::placeholder {
  color: rgb(14 165 233 / 0.4);
}
.placeholder-sky-500\/45::placeholder {
  color: rgb(14 165 233 / 0.45);
}
.placeholder-sky-500\/5::placeholder {
  color: rgb(14 165 233 / 0.05);
}
.placeholder-sky-500\/50::placeholder {
  color: rgb(14 165 233 / 0.5);
}
.placeholder-sky-500\/55::placeholder {
  color: rgb(14 165 233 / 0.55);
}
.placeholder-sky-500\/60::placeholder {
  color: rgb(14 165 233 / 0.6);
}
.placeholder-sky-500\/65::placeholder {
  color: rgb(14 165 233 / 0.65);
}
.placeholder-sky-500\/70::placeholder {
  color: rgb(14 165 233 / 0.7);
}
.placeholder-sky-500\/75::placeholder {
  color: rgb(14 165 233 / 0.75);
}
.placeholder-sky-500\/80::placeholder {
  color: rgb(14 165 233 / 0.8);
}
.placeholder-sky-500\/85::placeholder {
  color: rgb(14 165 233 / 0.85);
}
.placeholder-sky-500\/90::placeholder {
  color: rgb(14 165 233 / 0.9);
}
.placeholder-sky-500\/95::placeholder {
  color: rgb(14 165 233 / 0.95);
}
.placeholder-sky-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-600\/0::placeholder {
  color: rgb(2 132 199 / 0);
}
.placeholder-sky-600\/10::placeholder {
  color: rgb(2 132 199 / 0.1);
}
.placeholder-sky-600\/100::placeholder {
  color: rgb(2 132 199 / 1);
}
.placeholder-sky-600\/15::placeholder {
  color: rgb(2 132 199 / 0.15);
}
.placeholder-sky-600\/20::placeholder {
  color: rgb(2 132 199 / 0.2);
}
.placeholder-sky-600\/25::placeholder {
  color: rgb(2 132 199 / 0.25);
}
.placeholder-sky-600\/30::placeholder {
  color: rgb(2 132 199 / 0.3);
}
.placeholder-sky-600\/35::placeholder {
  color: rgb(2 132 199 / 0.35);
}
.placeholder-sky-600\/40::placeholder {
  color: rgb(2 132 199 / 0.4);
}
.placeholder-sky-600\/45::placeholder {
  color: rgb(2 132 199 / 0.45);
}
.placeholder-sky-600\/5::placeholder {
  color: rgb(2 132 199 / 0.05);
}
.placeholder-sky-600\/50::placeholder {
  color: rgb(2 132 199 / 0.5);
}
.placeholder-sky-600\/55::placeholder {
  color: rgb(2 132 199 / 0.55);
}
.placeholder-sky-600\/60::placeholder {
  color: rgb(2 132 199 / 0.6);
}
.placeholder-sky-600\/65::placeholder {
  color: rgb(2 132 199 / 0.65);
}
.placeholder-sky-600\/70::placeholder {
  color: rgb(2 132 199 / 0.7);
}
.placeholder-sky-600\/75::placeholder {
  color: rgb(2 132 199 / 0.75);
}
.placeholder-sky-600\/80::placeholder {
  color: rgb(2 132 199 / 0.8);
}
.placeholder-sky-600\/85::placeholder {
  color: rgb(2 132 199 / 0.85);
}
.placeholder-sky-600\/90::placeholder {
  color: rgb(2 132 199 / 0.9);
}
.placeholder-sky-600\/95::placeholder {
  color: rgb(2 132 199 / 0.95);
}
.placeholder-sky-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-700\/0::placeholder {
  color: rgb(3 105 161 / 0);
}
.placeholder-sky-700\/10::placeholder {
  color: rgb(3 105 161 / 0.1);
}
.placeholder-sky-700\/100::placeholder {
  color: rgb(3 105 161 / 1);
}
.placeholder-sky-700\/15::placeholder {
  color: rgb(3 105 161 / 0.15);
}
.placeholder-sky-700\/20::placeholder {
  color: rgb(3 105 161 / 0.2);
}
.placeholder-sky-700\/25::placeholder {
  color: rgb(3 105 161 / 0.25);
}
.placeholder-sky-700\/30::placeholder {
  color: rgb(3 105 161 / 0.3);
}
.placeholder-sky-700\/35::placeholder {
  color: rgb(3 105 161 / 0.35);
}
.placeholder-sky-700\/40::placeholder {
  color: rgb(3 105 161 / 0.4);
}
.placeholder-sky-700\/45::placeholder {
  color: rgb(3 105 161 / 0.45);
}
.placeholder-sky-700\/5::placeholder {
  color: rgb(3 105 161 / 0.05);
}
.placeholder-sky-700\/50::placeholder {
  color: rgb(3 105 161 / 0.5);
}
.placeholder-sky-700\/55::placeholder {
  color: rgb(3 105 161 / 0.55);
}
.placeholder-sky-700\/60::placeholder {
  color: rgb(3 105 161 / 0.6);
}
.placeholder-sky-700\/65::placeholder {
  color: rgb(3 105 161 / 0.65);
}
.placeholder-sky-700\/70::placeholder {
  color: rgb(3 105 161 / 0.7);
}
.placeholder-sky-700\/75::placeholder {
  color: rgb(3 105 161 / 0.75);
}
.placeholder-sky-700\/80::placeholder {
  color: rgb(3 105 161 / 0.8);
}
.placeholder-sky-700\/85::placeholder {
  color: rgb(3 105 161 / 0.85);
}
.placeholder-sky-700\/90::placeholder {
  color: rgb(3 105 161 / 0.9);
}
.placeholder-sky-700\/95::placeholder {
  color: rgb(3 105 161 / 0.95);
}
.placeholder-sky-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-800\/0::placeholder {
  color: rgb(7 89 133 / 0);
}
.placeholder-sky-800\/10::placeholder {
  color: rgb(7 89 133 / 0.1);
}
.placeholder-sky-800\/100::placeholder {
  color: rgb(7 89 133 / 1);
}
.placeholder-sky-800\/15::placeholder {
  color: rgb(7 89 133 / 0.15);
}
.placeholder-sky-800\/20::placeholder {
  color: rgb(7 89 133 / 0.2);
}
.placeholder-sky-800\/25::placeholder {
  color: rgb(7 89 133 / 0.25);
}
.placeholder-sky-800\/30::placeholder {
  color: rgb(7 89 133 / 0.3);
}
.placeholder-sky-800\/35::placeholder {
  color: rgb(7 89 133 / 0.35);
}
.placeholder-sky-800\/40::placeholder {
  color: rgb(7 89 133 / 0.4);
}
.placeholder-sky-800\/45::placeholder {
  color: rgb(7 89 133 / 0.45);
}
.placeholder-sky-800\/5::placeholder {
  color: rgb(7 89 133 / 0.05);
}
.placeholder-sky-800\/50::placeholder {
  color: rgb(7 89 133 / 0.5);
}
.placeholder-sky-800\/55::placeholder {
  color: rgb(7 89 133 / 0.55);
}
.placeholder-sky-800\/60::placeholder {
  color: rgb(7 89 133 / 0.6);
}
.placeholder-sky-800\/65::placeholder {
  color: rgb(7 89 133 / 0.65);
}
.placeholder-sky-800\/70::placeholder {
  color: rgb(7 89 133 / 0.7);
}
.placeholder-sky-800\/75::placeholder {
  color: rgb(7 89 133 / 0.75);
}
.placeholder-sky-800\/80::placeholder {
  color: rgb(7 89 133 / 0.8);
}
.placeholder-sky-800\/85::placeholder {
  color: rgb(7 89 133 / 0.85);
}
.placeholder-sky-800\/90::placeholder {
  color: rgb(7 89 133 / 0.9);
}
.placeholder-sky-800\/95::placeholder {
  color: rgb(7 89 133 / 0.95);
}
.placeholder-sky-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-900\/0::placeholder {
  color: rgb(12 74 110 / 0);
}
.placeholder-sky-900\/10::placeholder {
  color: rgb(12 74 110 / 0.1);
}
.placeholder-sky-900\/100::placeholder {
  color: rgb(12 74 110 / 1);
}
.placeholder-sky-900\/15::placeholder {
  color: rgb(12 74 110 / 0.15);
}
.placeholder-sky-900\/20::placeholder {
  color: rgb(12 74 110 / 0.2);
}
.placeholder-sky-900\/25::placeholder {
  color: rgb(12 74 110 / 0.25);
}
.placeholder-sky-900\/30::placeholder {
  color: rgb(12 74 110 / 0.3);
}
.placeholder-sky-900\/35::placeholder {
  color: rgb(12 74 110 / 0.35);
}
.placeholder-sky-900\/40::placeholder {
  color: rgb(12 74 110 / 0.4);
}
.placeholder-sky-900\/45::placeholder {
  color: rgb(12 74 110 / 0.45);
}
.placeholder-sky-900\/5::placeholder {
  color: rgb(12 74 110 / 0.05);
}
.placeholder-sky-900\/50::placeholder {
  color: rgb(12 74 110 / 0.5);
}
.placeholder-sky-900\/55::placeholder {
  color: rgb(12 74 110 / 0.55);
}
.placeholder-sky-900\/60::placeholder {
  color: rgb(12 74 110 / 0.6);
}
.placeholder-sky-900\/65::placeholder {
  color: rgb(12 74 110 / 0.65);
}
.placeholder-sky-900\/70::placeholder {
  color: rgb(12 74 110 / 0.7);
}
.placeholder-sky-900\/75::placeholder {
  color: rgb(12 74 110 / 0.75);
}
.placeholder-sky-900\/80::placeholder {
  color: rgb(12 74 110 / 0.8);
}
.placeholder-sky-900\/85::placeholder {
  color: rgb(12 74 110 / 0.85);
}
.placeholder-sky-900\/90::placeholder {
  color: rgb(12 74 110 / 0.9);
}
.placeholder-sky-900\/95::placeholder {
  color: rgb(12 74 110 / 0.95);
}
.placeholder-sky-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}
.placeholder-sky-950\/0::placeholder {
  color: rgb(8 47 73 / 0);
}
.placeholder-sky-950\/10::placeholder {
  color: rgb(8 47 73 / 0.1);
}
.placeholder-sky-950\/100::placeholder {
  color: rgb(8 47 73 / 1);
}
.placeholder-sky-950\/15::placeholder {
  color: rgb(8 47 73 / 0.15);
}
.placeholder-sky-950\/20::placeholder {
  color: rgb(8 47 73 / 0.2);
}
.placeholder-sky-950\/25::placeholder {
  color: rgb(8 47 73 / 0.25);
}
.placeholder-sky-950\/30::placeholder {
  color: rgb(8 47 73 / 0.3);
}
.placeholder-sky-950\/35::placeholder {
  color: rgb(8 47 73 / 0.35);
}
.placeholder-sky-950\/40::placeholder {
  color: rgb(8 47 73 / 0.4);
}
.placeholder-sky-950\/45::placeholder {
  color: rgb(8 47 73 / 0.45);
}
.placeholder-sky-950\/5::placeholder {
  color: rgb(8 47 73 / 0.05);
}
.placeholder-sky-950\/50::placeholder {
  color: rgb(8 47 73 / 0.5);
}
.placeholder-sky-950\/55::placeholder {
  color: rgb(8 47 73 / 0.55);
}
.placeholder-sky-950\/60::placeholder {
  color: rgb(8 47 73 / 0.6);
}
.placeholder-sky-950\/65::placeholder {
  color: rgb(8 47 73 / 0.65);
}
.placeholder-sky-950\/70::placeholder {
  color: rgb(8 47 73 / 0.7);
}
.placeholder-sky-950\/75::placeholder {
  color: rgb(8 47 73 / 0.75);
}
.placeholder-sky-950\/80::placeholder {
  color: rgb(8 47 73 / 0.8);
}
.placeholder-sky-950\/85::placeholder {
  color: rgb(8 47 73 / 0.85);
}
.placeholder-sky-950\/90::placeholder {
  color: rgb(8 47 73 / 0.9);
}
.placeholder-sky-950\/95::placeholder {
  color: rgb(8 47 73 / 0.95);
}
.placeholder-slate-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-100\/0::placeholder {
  color: rgb(241 245 249 / 0);
}
.placeholder-slate-100\/10::placeholder {
  color: rgb(241 245 249 / 0.1);
}
.placeholder-slate-100\/100::placeholder {
  color: rgb(241 245 249 / 1);
}
.placeholder-slate-100\/15::placeholder {
  color: rgb(241 245 249 / 0.15);
}
.placeholder-slate-100\/20::placeholder {
  color: rgb(241 245 249 / 0.2);
}
.placeholder-slate-100\/25::placeholder {
  color: rgb(241 245 249 / 0.25);
}
.placeholder-slate-100\/30::placeholder {
  color: rgb(241 245 249 / 0.3);
}
.placeholder-slate-100\/35::placeholder {
  color: rgb(241 245 249 / 0.35);
}
.placeholder-slate-100\/40::placeholder {
  color: rgb(241 245 249 / 0.4);
}
.placeholder-slate-100\/45::placeholder {
  color: rgb(241 245 249 / 0.45);
}
.placeholder-slate-100\/5::placeholder {
  color: rgb(241 245 249 / 0.05);
}
.placeholder-slate-100\/50::placeholder {
  color: rgb(241 245 249 / 0.5);
}
.placeholder-slate-100\/55::placeholder {
  color: rgb(241 245 249 / 0.55);
}
.placeholder-slate-100\/60::placeholder {
  color: rgb(241 245 249 / 0.6);
}
.placeholder-slate-100\/65::placeholder {
  color: rgb(241 245 249 / 0.65);
}
.placeholder-slate-100\/70::placeholder {
  color: rgb(241 245 249 / 0.7);
}
.placeholder-slate-100\/75::placeholder {
  color: rgb(241 245 249 / 0.75);
}
.placeholder-slate-100\/80::placeholder {
  color: rgb(241 245 249 / 0.8);
}
.placeholder-slate-100\/85::placeholder {
  color: rgb(241 245 249 / 0.85);
}
.placeholder-slate-100\/90::placeholder {
  color: rgb(241 245 249 / 0.9);
}
.placeholder-slate-100\/95::placeholder {
  color: rgb(241 245 249 / 0.95);
}
.placeholder-slate-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-200\/0::placeholder {
  color: rgb(226 232 240 / 0);
}
.placeholder-slate-200\/10::placeholder {
  color: rgb(226 232 240 / 0.1);
}
.placeholder-slate-200\/100::placeholder {
  color: rgb(226 232 240 / 1);
}
.placeholder-slate-200\/15::placeholder {
  color: rgb(226 232 240 / 0.15);
}
.placeholder-slate-200\/20::placeholder {
  color: rgb(226 232 240 / 0.2);
}
.placeholder-slate-200\/25::placeholder {
  color: rgb(226 232 240 / 0.25);
}
.placeholder-slate-200\/30::placeholder {
  color: rgb(226 232 240 / 0.3);
}
.placeholder-slate-200\/35::placeholder {
  color: rgb(226 232 240 / 0.35);
}
.placeholder-slate-200\/40::placeholder {
  color: rgb(226 232 240 / 0.4);
}
.placeholder-slate-200\/45::placeholder {
  color: rgb(226 232 240 / 0.45);
}
.placeholder-slate-200\/5::placeholder {
  color: rgb(226 232 240 / 0.05);
}
.placeholder-slate-200\/50::placeholder {
  color: rgb(226 232 240 / 0.5);
}
.placeholder-slate-200\/55::placeholder {
  color: rgb(226 232 240 / 0.55);
}
.placeholder-slate-200\/60::placeholder {
  color: rgb(226 232 240 / 0.6);
}
.placeholder-slate-200\/65::placeholder {
  color: rgb(226 232 240 / 0.65);
}
.placeholder-slate-200\/70::placeholder {
  color: rgb(226 232 240 / 0.7);
}
.placeholder-slate-200\/75::placeholder {
  color: rgb(226 232 240 / 0.75);
}
.placeholder-slate-200\/80::placeholder {
  color: rgb(226 232 240 / 0.8);
}
.placeholder-slate-200\/85::placeholder {
  color: rgb(226 232 240 / 0.85);
}
.placeholder-slate-200\/90::placeholder {
  color: rgb(226 232 240 / 0.9);
}
.placeholder-slate-200\/95::placeholder {
  color: rgb(226 232 240 / 0.95);
}
.placeholder-slate-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-300\/0::placeholder {
  color: rgb(203 213 225 / 0);
}
.placeholder-slate-300\/10::placeholder {
  color: rgb(203 213 225 / 0.1);
}
.placeholder-slate-300\/100::placeholder {
  color: rgb(203 213 225 / 1);
}
.placeholder-slate-300\/15::placeholder {
  color: rgb(203 213 225 / 0.15);
}
.placeholder-slate-300\/20::placeholder {
  color: rgb(203 213 225 / 0.2);
}
.placeholder-slate-300\/25::placeholder {
  color: rgb(203 213 225 / 0.25);
}
.placeholder-slate-300\/30::placeholder {
  color: rgb(203 213 225 / 0.3);
}
.placeholder-slate-300\/35::placeholder {
  color: rgb(203 213 225 / 0.35);
}
.placeholder-slate-300\/40::placeholder {
  color: rgb(203 213 225 / 0.4);
}
.placeholder-slate-300\/45::placeholder {
  color: rgb(203 213 225 / 0.45);
}
.placeholder-slate-300\/5::placeholder {
  color: rgb(203 213 225 / 0.05);
}
.placeholder-slate-300\/50::placeholder {
  color: rgb(203 213 225 / 0.5);
}
.placeholder-slate-300\/55::placeholder {
  color: rgb(203 213 225 / 0.55);
}
.placeholder-slate-300\/60::placeholder {
  color: rgb(203 213 225 / 0.6);
}
.placeholder-slate-300\/65::placeholder {
  color: rgb(203 213 225 / 0.65);
}
.placeholder-slate-300\/70::placeholder {
  color: rgb(203 213 225 / 0.7);
}
.placeholder-slate-300\/75::placeholder {
  color: rgb(203 213 225 / 0.75);
}
.placeholder-slate-300\/80::placeholder {
  color: rgb(203 213 225 / 0.8);
}
.placeholder-slate-300\/85::placeholder {
  color: rgb(203 213 225 / 0.85);
}
.placeholder-slate-300\/90::placeholder {
  color: rgb(203 213 225 / 0.9);
}
.placeholder-slate-300\/95::placeholder {
  color: rgb(203 213 225 / 0.95);
}
.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-400\/0::placeholder {
  color: rgb(148 163 184 / 0);
}
.placeholder-slate-400\/10::placeholder {
  color: rgb(148 163 184 / 0.1);
}
.placeholder-slate-400\/100::placeholder {
  color: rgb(148 163 184 / 1);
}
.placeholder-slate-400\/15::placeholder {
  color: rgb(148 163 184 / 0.15);
}
.placeholder-slate-400\/20::placeholder {
  color: rgb(148 163 184 / 0.2);
}
.placeholder-slate-400\/25::placeholder {
  color: rgb(148 163 184 / 0.25);
}
.placeholder-slate-400\/30::placeholder {
  color: rgb(148 163 184 / 0.3);
}
.placeholder-slate-400\/35::placeholder {
  color: rgb(148 163 184 / 0.35);
}
.placeholder-slate-400\/40::placeholder {
  color: rgb(148 163 184 / 0.4);
}
.placeholder-slate-400\/45::placeholder {
  color: rgb(148 163 184 / 0.45);
}
.placeholder-slate-400\/5::placeholder {
  color: rgb(148 163 184 / 0.05);
}
.placeholder-slate-400\/50::placeholder {
  color: rgb(148 163 184 / 0.5);
}
.placeholder-slate-400\/55::placeholder {
  color: rgb(148 163 184 / 0.55);
}
.placeholder-slate-400\/60::placeholder {
  color: rgb(148 163 184 / 0.6);
}
.placeholder-slate-400\/65::placeholder {
  color: rgb(148 163 184 / 0.65);
}
.placeholder-slate-400\/70::placeholder {
  color: rgb(148 163 184 / 0.7);
}
.placeholder-slate-400\/75::placeholder {
  color: rgb(148 163 184 / 0.75);
}
.placeholder-slate-400\/80::placeholder {
  color: rgb(148 163 184 / 0.8);
}
.placeholder-slate-400\/85::placeholder {
  color: rgb(148 163 184 / 0.85);
}
.placeholder-slate-400\/90::placeholder {
  color: rgb(148 163 184 / 0.9);
}
.placeholder-slate-400\/95::placeholder {
  color: rgb(148 163 184 / 0.95);
}
.placeholder-slate-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-50\/0::placeholder {
  color: rgb(248 250 252 / 0);
}
.placeholder-slate-50\/10::placeholder {
  color: rgb(248 250 252 / 0.1);
}
.placeholder-slate-50\/100::placeholder {
  color: rgb(248 250 252 / 1);
}
.placeholder-slate-50\/15::placeholder {
  color: rgb(248 250 252 / 0.15);
}
.placeholder-slate-50\/20::placeholder {
  color: rgb(248 250 252 / 0.2);
}
.placeholder-slate-50\/25::placeholder {
  color: rgb(248 250 252 / 0.25);
}
.placeholder-slate-50\/30::placeholder {
  color: rgb(248 250 252 / 0.3);
}
.placeholder-slate-50\/35::placeholder {
  color: rgb(248 250 252 / 0.35);
}
.placeholder-slate-50\/40::placeholder {
  color: rgb(248 250 252 / 0.4);
}
.placeholder-slate-50\/45::placeholder {
  color: rgb(248 250 252 / 0.45);
}
.placeholder-slate-50\/5::placeholder {
  color: rgb(248 250 252 / 0.05);
}
.placeholder-slate-50\/50::placeholder {
  color: rgb(248 250 252 / 0.5);
}
.placeholder-slate-50\/55::placeholder {
  color: rgb(248 250 252 / 0.55);
}
.placeholder-slate-50\/60::placeholder {
  color: rgb(248 250 252 / 0.6);
}
.placeholder-slate-50\/65::placeholder {
  color: rgb(248 250 252 / 0.65);
}
.placeholder-slate-50\/70::placeholder {
  color: rgb(248 250 252 / 0.7);
}
.placeholder-slate-50\/75::placeholder {
  color: rgb(248 250 252 / 0.75);
}
.placeholder-slate-50\/80::placeholder {
  color: rgb(248 250 252 / 0.8);
}
.placeholder-slate-50\/85::placeholder {
  color: rgb(248 250 252 / 0.85);
}
.placeholder-slate-50\/90::placeholder {
  color: rgb(248 250 252 / 0.9);
}
.placeholder-slate-50\/95::placeholder {
  color: rgb(248 250 252 / 0.95);
}
.placeholder-slate-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-500\/0::placeholder {
  color: rgb(100 116 139 / 0);
}
.placeholder-slate-500\/10::placeholder {
  color: rgb(100 116 139 / 0.1);
}
.placeholder-slate-500\/100::placeholder {
  color: rgb(100 116 139 / 1);
}
.placeholder-slate-500\/15::placeholder {
  color: rgb(100 116 139 / 0.15);
}
.placeholder-slate-500\/20::placeholder {
  color: rgb(100 116 139 / 0.2);
}
.placeholder-slate-500\/25::placeholder {
  color: rgb(100 116 139 / 0.25);
}
.placeholder-slate-500\/30::placeholder {
  color: rgb(100 116 139 / 0.3);
}
.placeholder-slate-500\/35::placeholder {
  color: rgb(100 116 139 / 0.35);
}
.placeholder-slate-500\/40::placeholder {
  color: rgb(100 116 139 / 0.4);
}
.placeholder-slate-500\/45::placeholder {
  color: rgb(100 116 139 / 0.45);
}
.placeholder-slate-500\/5::placeholder {
  color: rgb(100 116 139 / 0.05);
}
.placeholder-slate-500\/50::placeholder {
  color: rgb(100 116 139 / 0.5);
}
.placeholder-slate-500\/55::placeholder {
  color: rgb(100 116 139 / 0.55);
}
.placeholder-slate-500\/60::placeholder {
  color: rgb(100 116 139 / 0.6);
}
.placeholder-slate-500\/65::placeholder {
  color: rgb(100 116 139 / 0.65);
}
.placeholder-slate-500\/70::placeholder {
  color: rgb(100 116 139 / 0.7);
}
.placeholder-slate-500\/75::placeholder {
  color: rgb(100 116 139 / 0.75);
}
.placeholder-slate-500\/80::placeholder {
  color: rgb(100 116 139 / 0.8);
}
.placeholder-slate-500\/85::placeholder {
  color: rgb(100 116 139 / 0.85);
}
.placeholder-slate-500\/90::placeholder {
  color: rgb(100 116 139 / 0.9);
}
.placeholder-slate-500\/95::placeholder {
  color: rgb(100 116 139 / 0.95);
}
.placeholder-slate-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-600\/0::placeholder {
  color: rgb(71 85 105 / 0);
}
.placeholder-slate-600\/10::placeholder {
  color: rgb(71 85 105 / 0.1);
}
.placeholder-slate-600\/100::placeholder {
  color: rgb(71 85 105 / 1);
}
.placeholder-slate-600\/15::placeholder {
  color: rgb(71 85 105 / 0.15);
}
.placeholder-slate-600\/20::placeholder {
  color: rgb(71 85 105 / 0.2);
}
.placeholder-slate-600\/25::placeholder {
  color: rgb(71 85 105 / 0.25);
}
.placeholder-slate-600\/30::placeholder {
  color: rgb(71 85 105 / 0.3);
}
.placeholder-slate-600\/35::placeholder {
  color: rgb(71 85 105 / 0.35);
}
.placeholder-slate-600\/40::placeholder {
  color: rgb(71 85 105 / 0.4);
}
.placeholder-slate-600\/45::placeholder {
  color: rgb(71 85 105 / 0.45);
}
.placeholder-slate-600\/5::placeholder {
  color: rgb(71 85 105 / 0.05);
}
.placeholder-slate-600\/50::placeholder {
  color: rgb(71 85 105 / 0.5);
}
.placeholder-slate-600\/55::placeholder {
  color: rgb(71 85 105 / 0.55);
}
.placeholder-slate-600\/60::placeholder {
  color: rgb(71 85 105 / 0.6);
}
.placeholder-slate-600\/65::placeholder {
  color: rgb(71 85 105 / 0.65);
}
.placeholder-slate-600\/70::placeholder {
  color: rgb(71 85 105 / 0.7);
}
.placeholder-slate-600\/75::placeholder {
  color: rgb(71 85 105 / 0.75);
}
.placeholder-slate-600\/80::placeholder {
  color: rgb(71 85 105 / 0.8);
}
.placeholder-slate-600\/85::placeholder {
  color: rgb(71 85 105 / 0.85);
}
.placeholder-slate-600\/90::placeholder {
  color: rgb(71 85 105 / 0.9);
}
.placeholder-slate-600\/95::placeholder {
  color: rgb(71 85 105 / 0.95);
}
.placeholder-slate-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-700\/0::placeholder {
  color: rgb(51 65 85 / 0);
}
.placeholder-slate-700\/10::placeholder {
  color: rgb(51 65 85 / 0.1);
}
.placeholder-slate-700\/100::placeholder {
  color: rgb(51 65 85 / 1);
}
.placeholder-slate-700\/15::placeholder {
  color: rgb(51 65 85 / 0.15);
}
.placeholder-slate-700\/20::placeholder {
  color: rgb(51 65 85 / 0.2);
}
.placeholder-slate-700\/25::placeholder {
  color: rgb(51 65 85 / 0.25);
}
.placeholder-slate-700\/30::placeholder {
  color: rgb(51 65 85 / 0.3);
}
.placeholder-slate-700\/35::placeholder {
  color: rgb(51 65 85 / 0.35);
}
.placeholder-slate-700\/40::placeholder {
  color: rgb(51 65 85 / 0.4);
}
.placeholder-slate-700\/45::placeholder {
  color: rgb(51 65 85 / 0.45);
}
.placeholder-slate-700\/5::placeholder {
  color: rgb(51 65 85 / 0.05);
}
.placeholder-slate-700\/50::placeholder {
  color: rgb(51 65 85 / 0.5);
}
.placeholder-slate-700\/55::placeholder {
  color: rgb(51 65 85 / 0.55);
}
.placeholder-slate-700\/60::placeholder {
  color: rgb(51 65 85 / 0.6);
}
.placeholder-slate-700\/65::placeholder {
  color: rgb(51 65 85 / 0.65);
}
.placeholder-slate-700\/70::placeholder {
  color: rgb(51 65 85 / 0.7);
}
.placeholder-slate-700\/75::placeholder {
  color: rgb(51 65 85 / 0.75);
}
.placeholder-slate-700\/80::placeholder {
  color: rgb(51 65 85 / 0.8);
}
.placeholder-slate-700\/85::placeholder {
  color: rgb(51 65 85 / 0.85);
}
.placeholder-slate-700\/90::placeholder {
  color: rgb(51 65 85 / 0.9);
}
.placeholder-slate-700\/95::placeholder {
  color: rgb(51 65 85 / 0.95);
}
.placeholder-slate-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-800\/0::placeholder {
  color: rgb(30 41 59 / 0);
}
.placeholder-slate-800\/10::placeholder {
  color: rgb(30 41 59 / 0.1);
}
.placeholder-slate-800\/100::placeholder {
  color: rgb(30 41 59 / 1);
}
.placeholder-slate-800\/15::placeholder {
  color: rgb(30 41 59 / 0.15);
}
.placeholder-slate-800\/20::placeholder {
  color: rgb(30 41 59 / 0.2);
}
.placeholder-slate-800\/25::placeholder {
  color: rgb(30 41 59 / 0.25);
}
.placeholder-slate-800\/30::placeholder {
  color: rgb(30 41 59 / 0.3);
}
.placeholder-slate-800\/35::placeholder {
  color: rgb(30 41 59 / 0.35);
}
.placeholder-slate-800\/40::placeholder {
  color: rgb(30 41 59 / 0.4);
}
.placeholder-slate-800\/45::placeholder {
  color: rgb(30 41 59 / 0.45);
}
.placeholder-slate-800\/5::placeholder {
  color: rgb(30 41 59 / 0.05);
}
.placeholder-slate-800\/50::placeholder {
  color: rgb(30 41 59 / 0.5);
}
.placeholder-slate-800\/55::placeholder {
  color: rgb(30 41 59 / 0.55);
}
.placeholder-slate-800\/60::placeholder {
  color: rgb(30 41 59 / 0.6);
}
.placeholder-slate-800\/65::placeholder {
  color: rgb(30 41 59 / 0.65);
}
.placeholder-slate-800\/70::placeholder {
  color: rgb(30 41 59 / 0.7);
}
.placeholder-slate-800\/75::placeholder {
  color: rgb(30 41 59 / 0.75);
}
.placeholder-slate-800\/80::placeholder {
  color: rgb(30 41 59 / 0.8);
}
.placeholder-slate-800\/85::placeholder {
  color: rgb(30 41 59 / 0.85);
}
.placeholder-slate-800\/90::placeholder {
  color: rgb(30 41 59 / 0.9);
}
.placeholder-slate-800\/95::placeholder {
  color: rgb(30 41 59 / 0.95);
}
.placeholder-slate-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-900\/0::placeholder {
  color: rgb(15 23 42 / 0);
}
.placeholder-slate-900\/10::placeholder {
  color: rgb(15 23 42 / 0.1);
}
.placeholder-slate-900\/100::placeholder {
  color: rgb(15 23 42 / 1);
}
.placeholder-slate-900\/15::placeholder {
  color: rgb(15 23 42 / 0.15);
}
.placeholder-slate-900\/20::placeholder {
  color: rgb(15 23 42 / 0.2);
}
.placeholder-slate-900\/25::placeholder {
  color: rgb(15 23 42 / 0.25);
}
.placeholder-slate-900\/30::placeholder {
  color: rgb(15 23 42 / 0.3);
}
.placeholder-slate-900\/35::placeholder {
  color: rgb(15 23 42 / 0.35);
}
.placeholder-slate-900\/40::placeholder {
  color: rgb(15 23 42 / 0.4);
}
.placeholder-slate-900\/45::placeholder {
  color: rgb(15 23 42 / 0.45);
}
.placeholder-slate-900\/5::placeholder {
  color: rgb(15 23 42 / 0.05);
}
.placeholder-slate-900\/50::placeholder {
  color: rgb(15 23 42 / 0.5);
}
.placeholder-slate-900\/55::placeholder {
  color: rgb(15 23 42 / 0.55);
}
.placeholder-slate-900\/60::placeholder {
  color: rgb(15 23 42 / 0.6);
}
.placeholder-slate-900\/65::placeholder {
  color: rgb(15 23 42 / 0.65);
}
.placeholder-slate-900\/70::placeholder {
  color: rgb(15 23 42 / 0.7);
}
.placeholder-slate-900\/75::placeholder {
  color: rgb(15 23 42 / 0.75);
}
.placeholder-slate-900\/80::placeholder {
  color: rgb(15 23 42 / 0.8);
}
.placeholder-slate-900\/85::placeholder {
  color: rgb(15 23 42 / 0.85);
}
.placeholder-slate-900\/90::placeholder {
  color: rgb(15 23 42 / 0.9);
}
.placeholder-slate-900\/95::placeholder {
  color: rgb(15 23 42 / 0.95);
}
.placeholder-slate-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-950\/0::placeholder {
  color: rgb(2 6 23 / 0);
}
.placeholder-slate-950\/10::placeholder {
  color: rgb(2 6 23 / 0.1);
}
.placeholder-slate-950\/100::placeholder {
  color: rgb(2 6 23 / 1);
}
.placeholder-slate-950\/15::placeholder {
  color: rgb(2 6 23 / 0.15);
}
.placeholder-slate-950\/20::placeholder {
  color: rgb(2 6 23 / 0.2);
}
.placeholder-slate-950\/25::placeholder {
  color: rgb(2 6 23 / 0.25);
}
.placeholder-slate-950\/30::placeholder {
  color: rgb(2 6 23 / 0.3);
}
.placeholder-slate-950\/35::placeholder {
  color: rgb(2 6 23 / 0.35);
}
.placeholder-slate-950\/40::placeholder {
  color: rgb(2 6 23 / 0.4);
}
.placeholder-slate-950\/45::placeholder {
  color: rgb(2 6 23 / 0.45);
}
.placeholder-slate-950\/5::placeholder {
  color: rgb(2 6 23 / 0.05);
}
.placeholder-slate-950\/50::placeholder {
  color: rgb(2 6 23 / 0.5);
}
.placeholder-slate-950\/55::placeholder {
  color: rgb(2 6 23 / 0.55);
}
.placeholder-slate-950\/60::placeholder {
  color: rgb(2 6 23 / 0.6);
}
.placeholder-slate-950\/65::placeholder {
  color: rgb(2 6 23 / 0.65);
}
.placeholder-slate-950\/70::placeholder {
  color: rgb(2 6 23 / 0.7);
}
.placeholder-slate-950\/75::placeholder {
  color: rgb(2 6 23 / 0.75);
}
.placeholder-slate-950\/80::placeholder {
  color: rgb(2 6 23 / 0.8);
}
.placeholder-slate-950\/85::placeholder {
  color: rgb(2 6 23 / 0.85);
}
.placeholder-slate-950\/90::placeholder {
  color: rgb(2 6 23 / 0.9);
}
.placeholder-slate-950\/95::placeholder {
  color: rgb(2 6 23 / 0.95);
}
.placeholder-stone-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-100\/0::placeholder {
  color: rgb(245 245 244 / 0);
}
.placeholder-stone-100\/10::placeholder {
  color: rgb(245 245 244 / 0.1);
}
.placeholder-stone-100\/100::placeholder {
  color: rgb(245 245 244 / 1);
}
.placeholder-stone-100\/15::placeholder {
  color: rgb(245 245 244 / 0.15);
}
.placeholder-stone-100\/20::placeholder {
  color: rgb(245 245 244 / 0.2);
}
.placeholder-stone-100\/25::placeholder {
  color: rgb(245 245 244 / 0.25);
}
.placeholder-stone-100\/30::placeholder {
  color: rgb(245 245 244 / 0.3);
}
.placeholder-stone-100\/35::placeholder {
  color: rgb(245 245 244 / 0.35);
}
.placeholder-stone-100\/40::placeholder {
  color: rgb(245 245 244 / 0.4);
}
.placeholder-stone-100\/45::placeholder {
  color: rgb(245 245 244 / 0.45);
}
.placeholder-stone-100\/5::placeholder {
  color: rgb(245 245 244 / 0.05);
}
.placeholder-stone-100\/50::placeholder {
  color: rgb(245 245 244 / 0.5);
}
.placeholder-stone-100\/55::placeholder {
  color: rgb(245 245 244 / 0.55);
}
.placeholder-stone-100\/60::placeholder {
  color: rgb(245 245 244 / 0.6);
}
.placeholder-stone-100\/65::placeholder {
  color: rgb(245 245 244 / 0.65);
}
.placeholder-stone-100\/70::placeholder {
  color: rgb(245 245 244 / 0.7);
}
.placeholder-stone-100\/75::placeholder {
  color: rgb(245 245 244 / 0.75);
}
.placeholder-stone-100\/80::placeholder {
  color: rgb(245 245 244 / 0.8);
}
.placeholder-stone-100\/85::placeholder {
  color: rgb(245 245 244 / 0.85);
}
.placeholder-stone-100\/90::placeholder {
  color: rgb(245 245 244 / 0.9);
}
.placeholder-stone-100\/95::placeholder {
  color: rgb(245 245 244 / 0.95);
}
.placeholder-stone-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-200\/0::placeholder {
  color: rgb(231 229 228 / 0);
}
.placeholder-stone-200\/10::placeholder {
  color: rgb(231 229 228 / 0.1);
}
.placeholder-stone-200\/100::placeholder {
  color: rgb(231 229 228 / 1);
}
.placeholder-stone-200\/15::placeholder {
  color: rgb(231 229 228 / 0.15);
}
.placeholder-stone-200\/20::placeholder {
  color: rgb(231 229 228 / 0.2);
}
.placeholder-stone-200\/25::placeholder {
  color: rgb(231 229 228 / 0.25);
}
.placeholder-stone-200\/30::placeholder {
  color: rgb(231 229 228 / 0.3);
}
.placeholder-stone-200\/35::placeholder {
  color: rgb(231 229 228 / 0.35);
}
.placeholder-stone-200\/40::placeholder {
  color: rgb(231 229 228 / 0.4);
}
.placeholder-stone-200\/45::placeholder {
  color: rgb(231 229 228 / 0.45);
}
.placeholder-stone-200\/5::placeholder {
  color: rgb(231 229 228 / 0.05);
}
.placeholder-stone-200\/50::placeholder {
  color: rgb(231 229 228 / 0.5);
}
.placeholder-stone-200\/55::placeholder {
  color: rgb(231 229 228 / 0.55);
}
.placeholder-stone-200\/60::placeholder {
  color: rgb(231 229 228 / 0.6);
}
.placeholder-stone-200\/65::placeholder {
  color: rgb(231 229 228 / 0.65);
}
.placeholder-stone-200\/70::placeholder {
  color: rgb(231 229 228 / 0.7);
}
.placeholder-stone-200\/75::placeholder {
  color: rgb(231 229 228 / 0.75);
}
.placeholder-stone-200\/80::placeholder {
  color: rgb(231 229 228 / 0.8);
}
.placeholder-stone-200\/85::placeholder {
  color: rgb(231 229 228 / 0.85);
}
.placeholder-stone-200\/90::placeholder {
  color: rgb(231 229 228 / 0.9);
}
.placeholder-stone-200\/95::placeholder {
  color: rgb(231 229 228 / 0.95);
}
.placeholder-stone-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-300\/0::placeholder {
  color: rgb(214 211 209 / 0);
}
.placeholder-stone-300\/10::placeholder {
  color: rgb(214 211 209 / 0.1);
}
.placeholder-stone-300\/100::placeholder {
  color: rgb(214 211 209 / 1);
}
.placeholder-stone-300\/15::placeholder {
  color: rgb(214 211 209 / 0.15);
}
.placeholder-stone-300\/20::placeholder {
  color: rgb(214 211 209 / 0.2);
}
.placeholder-stone-300\/25::placeholder {
  color: rgb(214 211 209 / 0.25);
}
.placeholder-stone-300\/30::placeholder {
  color: rgb(214 211 209 / 0.3);
}
.placeholder-stone-300\/35::placeholder {
  color: rgb(214 211 209 / 0.35);
}
.placeholder-stone-300\/40::placeholder {
  color: rgb(214 211 209 / 0.4);
}
.placeholder-stone-300\/45::placeholder {
  color: rgb(214 211 209 / 0.45);
}
.placeholder-stone-300\/5::placeholder {
  color: rgb(214 211 209 / 0.05);
}
.placeholder-stone-300\/50::placeholder {
  color: rgb(214 211 209 / 0.5);
}
.placeholder-stone-300\/55::placeholder {
  color: rgb(214 211 209 / 0.55);
}
.placeholder-stone-300\/60::placeholder {
  color: rgb(214 211 209 / 0.6);
}
.placeholder-stone-300\/65::placeholder {
  color: rgb(214 211 209 / 0.65);
}
.placeholder-stone-300\/70::placeholder {
  color: rgb(214 211 209 / 0.7);
}
.placeholder-stone-300\/75::placeholder {
  color: rgb(214 211 209 / 0.75);
}
.placeholder-stone-300\/80::placeholder {
  color: rgb(214 211 209 / 0.8);
}
.placeholder-stone-300\/85::placeholder {
  color: rgb(214 211 209 / 0.85);
}
.placeholder-stone-300\/90::placeholder {
  color: rgb(214 211 209 / 0.9);
}
.placeholder-stone-300\/95::placeholder {
  color: rgb(214 211 209 / 0.95);
}
.placeholder-stone-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-400\/0::placeholder {
  color: rgb(168 162 158 / 0);
}
.placeholder-stone-400\/10::placeholder {
  color: rgb(168 162 158 / 0.1);
}
.placeholder-stone-400\/100::placeholder {
  color: rgb(168 162 158 / 1);
}
.placeholder-stone-400\/15::placeholder {
  color: rgb(168 162 158 / 0.15);
}
.placeholder-stone-400\/20::placeholder {
  color: rgb(168 162 158 / 0.2);
}
.placeholder-stone-400\/25::placeholder {
  color: rgb(168 162 158 / 0.25);
}
.placeholder-stone-400\/30::placeholder {
  color: rgb(168 162 158 / 0.3);
}
.placeholder-stone-400\/35::placeholder {
  color: rgb(168 162 158 / 0.35);
}
.placeholder-stone-400\/40::placeholder {
  color: rgb(168 162 158 / 0.4);
}
.placeholder-stone-400\/45::placeholder {
  color: rgb(168 162 158 / 0.45);
}
.placeholder-stone-400\/5::placeholder {
  color: rgb(168 162 158 / 0.05);
}
.placeholder-stone-400\/50::placeholder {
  color: rgb(168 162 158 / 0.5);
}
.placeholder-stone-400\/55::placeholder {
  color: rgb(168 162 158 / 0.55);
}
.placeholder-stone-400\/60::placeholder {
  color: rgb(168 162 158 / 0.6);
}
.placeholder-stone-400\/65::placeholder {
  color: rgb(168 162 158 / 0.65);
}
.placeholder-stone-400\/70::placeholder {
  color: rgb(168 162 158 / 0.7);
}
.placeholder-stone-400\/75::placeholder {
  color: rgb(168 162 158 / 0.75);
}
.placeholder-stone-400\/80::placeholder {
  color: rgb(168 162 158 / 0.8);
}
.placeholder-stone-400\/85::placeholder {
  color: rgb(168 162 158 / 0.85);
}
.placeholder-stone-400\/90::placeholder {
  color: rgb(168 162 158 / 0.9);
}
.placeholder-stone-400\/95::placeholder {
  color: rgb(168 162 158 / 0.95);
}
.placeholder-stone-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-50\/0::placeholder {
  color: rgb(250 250 249 / 0);
}
.placeholder-stone-50\/10::placeholder {
  color: rgb(250 250 249 / 0.1);
}
.placeholder-stone-50\/100::placeholder {
  color: rgb(250 250 249 / 1);
}
.placeholder-stone-50\/15::placeholder {
  color: rgb(250 250 249 / 0.15);
}
.placeholder-stone-50\/20::placeholder {
  color: rgb(250 250 249 / 0.2);
}
.placeholder-stone-50\/25::placeholder {
  color: rgb(250 250 249 / 0.25);
}
.placeholder-stone-50\/30::placeholder {
  color: rgb(250 250 249 / 0.3);
}
.placeholder-stone-50\/35::placeholder {
  color: rgb(250 250 249 / 0.35);
}
.placeholder-stone-50\/40::placeholder {
  color: rgb(250 250 249 / 0.4);
}
.placeholder-stone-50\/45::placeholder {
  color: rgb(250 250 249 / 0.45);
}
.placeholder-stone-50\/5::placeholder {
  color: rgb(250 250 249 / 0.05);
}
.placeholder-stone-50\/50::placeholder {
  color: rgb(250 250 249 / 0.5);
}
.placeholder-stone-50\/55::placeholder {
  color: rgb(250 250 249 / 0.55);
}
.placeholder-stone-50\/60::placeholder {
  color: rgb(250 250 249 / 0.6);
}
.placeholder-stone-50\/65::placeholder {
  color: rgb(250 250 249 / 0.65);
}
.placeholder-stone-50\/70::placeholder {
  color: rgb(250 250 249 / 0.7);
}
.placeholder-stone-50\/75::placeholder {
  color: rgb(250 250 249 / 0.75);
}
.placeholder-stone-50\/80::placeholder {
  color: rgb(250 250 249 / 0.8);
}
.placeholder-stone-50\/85::placeholder {
  color: rgb(250 250 249 / 0.85);
}
.placeholder-stone-50\/90::placeholder {
  color: rgb(250 250 249 / 0.9);
}
.placeholder-stone-50\/95::placeholder {
  color: rgb(250 250 249 / 0.95);
}
.placeholder-stone-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-500\/0::placeholder {
  color: rgb(120 113 108 / 0);
}
.placeholder-stone-500\/10::placeholder {
  color: rgb(120 113 108 / 0.1);
}
.placeholder-stone-500\/100::placeholder {
  color: rgb(120 113 108 / 1);
}
.placeholder-stone-500\/15::placeholder {
  color: rgb(120 113 108 / 0.15);
}
.placeholder-stone-500\/20::placeholder {
  color: rgb(120 113 108 / 0.2);
}
.placeholder-stone-500\/25::placeholder {
  color: rgb(120 113 108 / 0.25);
}
.placeholder-stone-500\/30::placeholder {
  color: rgb(120 113 108 / 0.3);
}
.placeholder-stone-500\/35::placeholder {
  color: rgb(120 113 108 / 0.35);
}
.placeholder-stone-500\/40::placeholder {
  color: rgb(120 113 108 / 0.4);
}
.placeholder-stone-500\/45::placeholder {
  color: rgb(120 113 108 / 0.45);
}
.placeholder-stone-500\/5::placeholder {
  color: rgb(120 113 108 / 0.05);
}
.placeholder-stone-500\/50::placeholder {
  color: rgb(120 113 108 / 0.5);
}
.placeholder-stone-500\/55::placeholder {
  color: rgb(120 113 108 / 0.55);
}
.placeholder-stone-500\/60::placeholder {
  color: rgb(120 113 108 / 0.6);
}
.placeholder-stone-500\/65::placeholder {
  color: rgb(120 113 108 / 0.65);
}
.placeholder-stone-500\/70::placeholder {
  color: rgb(120 113 108 / 0.7);
}
.placeholder-stone-500\/75::placeholder {
  color: rgb(120 113 108 / 0.75);
}
.placeholder-stone-500\/80::placeholder {
  color: rgb(120 113 108 / 0.8);
}
.placeholder-stone-500\/85::placeholder {
  color: rgb(120 113 108 / 0.85);
}
.placeholder-stone-500\/90::placeholder {
  color: rgb(120 113 108 / 0.9);
}
.placeholder-stone-500\/95::placeholder {
  color: rgb(120 113 108 / 0.95);
}
.placeholder-stone-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-600\/0::placeholder {
  color: rgb(87 83 78 / 0);
}
.placeholder-stone-600\/10::placeholder {
  color: rgb(87 83 78 / 0.1);
}
.placeholder-stone-600\/100::placeholder {
  color: rgb(87 83 78 / 1);
}
.placeholder-stone-600\/15::placeholder {
  color: rgb(87 83 78 / 0.15);
}
.placeholder-stone-600\/20::placeholder {
  color: rgb(87 83 78 / 0.2);
}
.placeholder-stone-600\/25::placeholder {
  color: rgb(87 83 78 / 0.25);
}
.placeholder-stone-600\/30::placeholder {
  color: rgb(87 83 78 / 0.3);
}
.placeholder-stone-600\/35::placeholder {
  color: rgb(87 83 78 / 0.35);
}
.placeholder-stone-600\/40::placeholder {
  color: rgb(87 83 78 / 0.4);
}
.placeholder-stone-600\/45::placeholder {
  color: rgb(87 83 78 / 0.45);
}
.placeholder-stone-600\/5::placeholder {
  color: rgb(87 83 78 / 0.05);
}
.placeholder-stone-600\/50::placeholder {
  color: rgb(87 83 78 / 0.5);
}
.placeholder-stone-600\/55::placeholder {
  color: rgb(87 83 78 / 0.55);
}
.placeholder-stone-600\/60::placeholder {
  color: rgb(87 83 78 / 0.6);
}
.placeholder-stone-600\/65::placeholder {
  color: rgb(87 83 78 / 0.65);
}
.placeholder-stone-600\/70::placeholder {
  color: rgb(87 83 78 / 0.7);
}
.placeholder-stone-600\/75::placeholder {
  color: rgb(87 83 78 / 0.75);
}
.placeholder-stone-600\/80::placeholder {
  color: rgb(87 83 78 / 0.8);
}
.placeholder-stone-600\/85::placeholder {
  color: rgb(87 83 78 / 0.85);
}
.placeholder-stone-600\/90::placeholder {
  color: rgb(87 83 78 / 0.9);
}
.placeholder-stone-600\/95::placeholder {
  color: rgb(87 83 78 / 0.95);
}
.placeholder-stone-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-700\/0::placeholder {
  color: rgb(68 64 60 / 0);
}
.placeholder-stone-700\/10::placeholder {
  color: rgb(68 64 60 / 0.1);
}
.placeholder-stone-700\/100::placeholder {
  color: rgb(68 64 60 / 1);
}
.placeholder-stone-700\/15::placeholder {
  color: rgb(68 64 60 / 0.15);
}
.placeholder-stone-700\/20::placeholder {
  color: rgb(68 64 60 / 0.2);
}
.placeholder-stone-700\/25::placeholder {
  color: rgb(68 64 60 / 0.25);
}
.placeholder-stone-700\/30::placeholder {
  color: rgb(68 64 60 / 0.3);
}
.placeholder-stone-700\/35::placeholder {
  color: rgb(68 64 60 / 0.35);
}
.placeholder-stone-700\/40::placeholder {
  color: rgb(68 64 60 / 0.4);
}
.placeholder-stone-700\/45::placeholder {
  color: rgb(68 64 60 / 0.45);
}
.placeholder-stone-700\/5::placeholder {
  color: rgb(68 64 60 / 0.05);
}
.placeholder-stone-700\/50::placeholder {
  color: rgb(68 64 60 / 0.5);
}
.placeholder-stone-700\/55::placeholder {
  color: rgb(68 64 60 / 0.55);
}
.placeholder-stone-700\/60::placeholder {
  color: rgb(68 64 60 / 0.6);
}
.placeholder-stone-700\/65::placeholder {
  color: rgb(68 64 60 / 0.65);
}
.placeholder-stone-700\/70::placeholder {
  color: rgb(68 64 60 / 0.7);
}
.placeholder-stone-700\/75::placeholder {
  color: rgb(68 64 60 / 0.75);
}
.placeholder-stone-700\/80::placeholder {
  color: rgb(68 64 60 / 0.8);
}
.placeholder-stone-700\/85::placeholder {
  color: rgb(68 64 60 / 0.85);
}
.placeholder-stone-700\/90::placeholder {
  color: rgb(68 64 60 / 0.9);
}
.placeholder-stone-700\/95::placeholder {
  color: rgb(68 64 60 / 0.95);
}
.placeholder-stone-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-800\/0::placeholder {
  color: rgb(41 37 36 / 0);
}
.placeholder-stone-800\/10::placeholder {
  color: rgb(41 37 36 / 0.1);
}
.placeholder-stone-800\/100::placeholder {
  color: rgb(41 37 36 / 1);
}
.placeholder-stone-800\/15::placeholder {
  color: rgb(41 37 36 / 0.15);
}
.placeholder-stone-800\/20::placeholder {
  color: rgb(41 37 36 / 0.2);
}
.placeholder-stone-800\/25::placeholder {
  color: rgb(41 37 36 / 0.25);
}
.placeholder-stone-800\/30::placeholder {
  color: rgb(41 37 36 / 0.3);
}
.placeholder-stone-800\/35::placeholder {
  color: rgb(41 37 36 / 0.35);
}
.placeholder-stone-800\/40::placeholder {
  color: rgb(41 37 36 / 0.4);
}
.placeholder-stone-800\/45::placeholder {
  color: rgb(41 37 36 / 0.45);
}
.placeholder-stone-800\/5::placeholder {
  color: rgb(41 37 36 / 0.05);
}
.placeholder-stone-800\/50::placeholder {
  color: rgb(41 37 36 / 0.5);
}
.placeholder-stone-800\/55::placeholder {
  color: rgb(41 37 36 / 0.55);
}
.placeholder-stone-800\/60::placeholder {
  color: rgb(41 37 36 / 0.6);
}
.placeholder-stone-800\/65::placeholder {
  color: rgb(41 37 36 / 0.65);
}
.placeholder-stone-800\/70::placeholder {
  color: rgb(41 37 36 / 0.7);
}
.placeholder-stone-800\/75::placeholder {
  color: rgb(41 37 36 / 0.75);
}
.placeholder-stone-800\/80::placeholder {
  color: rgb(41 37 36 / 0.8);
}
.placeholder-stone-800\/85::placeholder {
  color: rgb(41 37 36 / 0.85);
}
.placeholder-stone-800\/90::placeholder {
  color: rgb(41 37 36 / 0.9);
}
.placeholder-stone-800\/95::placeholder {
  color: rgb(41 37 36 / 0.95);
}
.placeholder-stone-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-900\/0::placeholder {
  color: rgb(28 25 23 / 0);
}
.placeholder-stone-900\/10::placeholder {
  color: rgb(28 25 23 / 0.1);
}
.placeholder-stone-900\/100::placeholder {
  color: rgb(28 25 23 / 1);
}
.placeholder-stone-900\/15::placeholder {
  color: rgb(28 25 23 / 0.15);
}
.placeholder-stone-900\/20::placeholder {
  color: rgb(28 25 23 / 0.2);
}
.placeholder-stone-900\/25::placeholder {
  color: rgb(28 25 23 / 0.25);
}
.placeholder-stone-900\/30::placeholder {
  color: rgb(28 25 23 / 0.3);
}
.placeholder-stone-900\/35::placeholder {
  color: rgb(28 25 23 / 0.35);
}
.placeholder-stone-900\/40::placeholder {
  color: rgb(28 25 23 / 0.4);
}
.placeholder-stone-900\/45::placeholder {
  color: rgb(28 25 23 / 0.45);
}
.placeholder-stone-900\/5::placeholder {
  color: rgb(28 25 23 / 0.05);
}
.placeholder-stone-900\/50::placeholder {
  color: rgb(28 25 23 / 0.5);
}
.placeholder-stone-900\/55::placeholder {
  color: rgb(28 25 23 / 0.55);
}
.placeholder-stone-900\/60::placeholder {
  color: rgb(28 25 23 / 0.6);
}
.placeholder-stone-900\/65::placeholder {
  color: rgb(28 25 23 / 0.65);
}
.placeholder-stone-900\/70::placeholder {
  color: rgb(28 25 23 / 0.7);
}
.placeholder-stone-900\/75::placeholder {
  color: rgb(28 25 23 / 0.75);
}
.placeholder-stone-900\/80::placeholder {
  color: rgb(28 25 23 / 0.8);
}
.placeholder-stone-900\/85::placeholder {
  color: rgb(28 25 23 / 0.85);
}
.placeholder-stone-900\/90::placeholder {
  color: rgb(28 25 23 / 0.9);
}
.placeholder-stone-900\/95::placeholder {
  color: rgb(28 25 23 / 0.95);
}
.placeholder-stone-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-950\/0::placeholder {
  color: rgb(12 10 9 / 0);
}
.placeholder-stone-950\/10::placeholder {
  color: rgb(12 10 9 / 0.1);
}
.placeholder-stone-950\/100::placeholder {
  color: rgb(12 10 9 / 1);
}
.placeholder-stone-950\/15::placeholder {
  color: rgb(12 10 9 / 0.15);
}
.placeholder-stone-950\/20::placeholder {
  color: rgb(12 10 9 / 0.2);
}
.placeholder-stone-950\/25::placeholder {
  color: rgb(12 10 9 / 0.25);
}
.placeholder-stone-950\/30::placeholder {
  color: rgb(12 10 9 / 0.3);
}
.placeholder-stone-950\/35::placeholder {
  color: rgb(12 10 9 / 0.35);
}
.placeholder-stone-950\/40::placeholder {
  color: rgb(12 10 9 / 0.4);
}
.placeholder-stone-950\/45::placeholder {
  color: rgb(12 10 9 / 0.45);
}
.placeholder-stone-950\/5::placeholder {
  color: rgb(12 10 9 / 0.05);
}
.placeholder-stone-950\/50::placeholder {
  color: rgb(12 10 9 / 0.5);
}
.placeholder-stone-950\/55::placeholder {
  color: rgb(12 10 9 / 0.55);
}
.placeholder-stone-950\/60::placeholder {
  color: rgb(12 10 9 / 0.6);
}
.placeholder-stone-950\/65::placeholder {
  color: rgb(12 10 9 / 0.65);
}
.placeholder-stone-950\/70::placeholder {
  color: rgb(12 10 9 / 0.7);
}
.placeholder-stone-950\/75::placeholder {
  color: rgb(12 10 9 / 0.75);
}
.placeholder-stone-950\/80::placeholder {
  color: rgb(12 10 9 / 0.8);
}
.placeholder-stone-950\/85::placeholder {
  color: rgb(12 10 9 / 0.85);
}
.placeholder-stone-950\/90::placeholder {
  color: rgb(12 10 9 / 0.9);
}
.placeholder-stone-950\/95::placeholder {
  color: rgb(12 10 9 / 0.95);
}
.placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-100\/0::placeholder {
  color: rgb(204 251 241 / 0);
}
.placeholder-teal-100\/10::placeholder {
  color: rgb(204 251 241 / 0.1);
}
.placeholder-teal-100\/100::placeholder {
  color: rgb(204 251 241 / 1);
}
.placeholder-teal-100\/15::placeholder {
  color: rgb(204 251 241 / 0.15);
}
.placeholder-teal-100\/20::placeholder {
  color: rgb(204 251 241 / 0.2);
}
.placeholder-teal-100\/25::placeholder {
  color: rgb(204 251 241 / 0.25);
}
.placeholder-teal-100\/30::placeholder {
  color: rgb(204 251 241 / 0.3);
}
.placeholder-teal-100\/35::placeholder {
  color: rgb(204 251 241 / 0.35);
}
.placeholder-teal-100\/40::placeholder {
  color: rgb(204 251 241 / 0.4);
}
.placeholder-teal-100\/45::placeholder {
  color: rgb(204 251 241 / 0.45);
}
.placeholder-teal-100\/5::placeholder {
  color: rgb(204 251 241 / 0.05);
}
.placeholder-teal-100\/50::placeholder {
  color: rgb(204 251 241 / 0.5);
}
.placeholder-teal-100\/55::placeholder {
  color: rgb(204 251 241 / 0.55);
}
.placeholder-teal-100\/60::placeholder {
  color: rgb(204 251 241 / 0.6);
}
.placeholder-teal-100\/65::placeholder {
  color: rgb(204 251 241 / 0.65);
}
.placeholder-teal-100\/70::placeholder {
  color: rgb(204 251 241 / 0.7);
}
.placeholder-teal-100\/75::placeholder {
  color: rgb(204 251 241 / 0.75);
}
.placeholder-teal-100\/80::placeholder {
  color: rgb(204 251 241 / 0.8);
}
.placeholder-teal-100\/85::placeholder {
  color: rgb(204 251 241 / 0.85);
}
.placeholder-teal-100\/90::placeholder {
  color: rgb(204 251 241 / 0.9);
}
.placeholder-teal-100\/95::placeholder {
  color: rgb(204 251 241 / 0.95);
}
.placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-200\/0::placeholder {
  color: rgb(153 246 228 / 0);
}
.placeholder-teal-200\/10::placeholder {
  color: rgb(153 246 228 / 0.1);
}
.placeholder-teal-200\/100::placeholder {
  color: rgb(153 246 228 / 1);
}
.placeholder-teal-200\/15::placeholder {
  color: rgb(153 246 228 / 0.15);
}
.placeholder-teal-200\/20::placeholder {
  color: rgb(153 246 228 / 0.2);
}
.placeholder-teal-200\/25::placeholder {
  color: rgb(153 246 228 / 0.25);
}
.placeholder-teal-200\/30::placeholder {
  color: rgb(153 246 228 / 0.3);
}
.placeholder-teal-200\/35::placeholder {
  color: rgb(153 246 228 / 0.35);
}
.placeholder-teal-200\/40::placeholder {
  color: rgb(153 246 228 / 0.4);
}
.placeholder-teal-200\/45::placeholder {
  color: rgb(153 246 228 / 0.45);
}
.placeholder-teal-200\/5::placeholder {
  color: rgb(153 246 228 / 0.05);
}
.placeholder-teal-200\/50::placeholder {
  color: rgb(153 246 228 / 0.5);
}
.placeholder-teal-200\/55::placeholder {
  color: rgb(153 246 228 / 0.55);
}
.placeholder-teal-200\/60::placeholder {
  color: rgb(153 246 228 / 0.6);
}
.placeholder-teal-200\/65::placeholder {
  color: rgb(153 246 228 / 0.65);
}
.placeholder-teal-200\/70::placeholder {
  color: rgb(153 246 228 / 0.7);
}
.placeholder-teal-200\/75::placeholder {
  color: rgb(153 246 228 / 0.75);
}
.placeholder-teal-200\/80::placeholder {
  color: rgb(153 246 228 / 0.8);
}
.placeholder-teal-200\/85::placeholder {
  color: rgb(153 246 228 / 0.85);
}
.placeholder-teal-200\/90::placeholder {
  color: rgb(153 246 228 / 0.9);
}
.placeholder-teal-200\/95::placeholder {
  color: rgb(153 246 228 / 0.95);
}
.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-300\/0::placeholder {
  color: rgb(94 234 212 / 0);
}
.placeholder-teal-300\/10::placeholder {
  color: rgb(94 234 212 / 0.1);
}
.placeholder-teal-300\/100::placeholder {
  color: rgb(94 234 212 / 1);
}
.placeholder-teal-300\/15::placeholder {
  color: rgb(94 234 212 / 0.15);
}
.placeholder-teal-300\/20::placeholder {
  color: rgb(94 234 212 / 0.2);
}
.placeholder-teal-300\/25::placeholder {
  color: rgb(94 234 212 / 0.25);
}
.placeholder-teal-300\/30::placeholder {
  color: rgb(94 234 212 / 0.3);
}
.placeholder-teal-300\/35::placeholder {
  color: rgb(94 234 212 / 0.35);
}
.placeholder-teal-300\/40::placeholder {
  color: rgb(94 234 212 / 0.4);
}
.placeholder-teal-300\/45::placeholder {
  color: rgb(94 234 212 / 0.45);
}
.placeholder-teal-300\/5::placeholder {
  color: rgb(94 234 212 / 0.05);
}
.placeholder-teal-300\/50::placeholder {
  color: rgb(94 234 212 / 0.5);
}
.placeholder-teal-300\/55::placeholder {
  color: rgb(94 234 212 / 0.55);
}
.placeholder-teal-300\/60::placeholder {
  color: rgb(94 234 212 / 0.6);
}
.placeholder-teal-300\/65::placeholder {
  color: rgb(94 234 212 / 0.65);
}
.placeholder-teal-300\/70::placeholder {
  color: rgb(94 234 212 / 0.7);
}
.placeholder-teal-300\/75::placeholder {
  color: rgb(94 234 212 / 0.75);
}
.placeholder-teal-300\/80::placeholder {
  color: rgb(94 234 212 / 0.8);
}
.placeholder-teal-300\/85::placeholder {
  color: rgb(94 234 212 / 0.85);
}
.placeholder-teal-300\/90::placeholder {
  color: rgb(94 234 212 / 0.9);
}
.placeholder-teal-300\/95::placeholder {
  color: rgb(94 234 212 / 0.95);
}
.placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-400\/0::placeholder {
  color: rgb(45 212 191 / 0);
}
.placeholder-teal-400\/10::placeholder {
  color: rgb(45 212 191 / 0.1);
}
.placeholder-teal-400\/100::placeholder {
  color: rgb(45 212 191 / 1);
}
.placeholder-teal-400\/15::placeholder {
  color: rgb(45 212 191 / 0.15);
}
.placeholder-teal-400\/20::placeholder {
  color: rgb(45 212 191 / 0.2);
}
.placeholder-teal-400\/25::placeholder {
  color: rgb(45 212 191 / 0.25);
}
.placeholder-teal-400\/30::placeholder {
  color: rgb(45 212 191 / 0.3);
}
.placeholder-teal-400\/35::placeholder {
  color: rgb(45 212 191 / 0.35);
}
.placeholder-teal-400\/40::placeholder {
  color: rgb(45 212 191 / 0.4);
}
.placeholder-teal-400\/45::placeholder {
  color: rgb(45 212 191 / 0.45);
}
.placeholder-teal-400\/5::placeholder {
  color: rgb(45 212 191 / 0.05);
}
.placeholder-teal-400\/50::placeholder {
  color: rgb(45 212 191 / 0.5);
}
.placeholder-teal-400\/55::placeholder {
  color: rgb(45 212 191 / 0.55);
}
.placeholder-teal-400\/60::placeholder {
  color: rgb(45 212 191 / 0.6);
}
.placeholder-teal-400\/65::placeholder {
  color: rgb(45 212 191 / 0.65);
}
.placeholder-teal-400\/70::placeholder {
  color: rgb(45 212 191 / 0.7);
}
.placeholder-teal-400\/75::placeholder {
  color: rgb(45 212 191 / 0.75);
}
.placeholder-teal-400\/80::placeholder {
  color: rgb(45 212 191 / 0.8);
}
.placeholder-teal-400\/85::placeholder {
  color: rgb(45 212 191 / 0.85);
}
.placeholder-teal-400\/90::placeholder {
  color: rgb(45 212 191 / 0.9);
}
.placeholder-teal-400\/95::placeholder {
  color: rgb(45 212 191 / 0.95);
}
.placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-50\/0::placeholder {
  color: rgb(240 253 250 / 0);
}
.placeholder-teal-50\/10::placeholder {
  color: rgb(240 253 250 / 0.1);
}
.placeholder-teal-50\/100::placeholder {
  color: rgb(240 253 250 / 1);
}
.placeholder-teal-50\/15::placeholder {
  color: rgb(240 253 250 / 0.15);
}
.placeholder-teal-50\/20::placeholder {
  color: rgb(240 253 250 / 0.2);
}
.placeholder-teal-50\/25::placeholder {
  color: rgb(240 253 250 / 0.25);
}
.placeholder-teal-50\/30::placeholder {
  color: rgb(240 253 250 / 0.3);
}
.placeholder-teal-50\/35::placeholder {
  color: rgb(240 253 250 / 0.35);
}
.placeholder-teal-50\/40::placeholder {
  color: rgb(240 253 250 / 0.4);
}
.placeholder-teal-50\/45::placeholder {
  color: rgb(240 253 250 / 0.45);
}
.placeholder-teal-50\/5::placeholder {
  color: rgb(240 253 250 / 0.05);
}
.placeholder-teal-50\/50::placeholder {
  color: rgb(240 253 250 / 0.5);
}
.placeholder-teal-50\/55::placeholder {
  color: rgb(240 253 250 / 0.55);
}
.placeholder-teal-50\/60::placeholder {
  color: rgb(240 253 250 / 0.6);
}
.placeholder-teal-50\/65::placeholder {
  color: rgb(240 253 250 / 0.65);
}
.placeholder-teal-50\/70::placeholder {
  color: rgb(240 253 250 / 0.7);
}
.placeholder-teal-50\/75::placeholder {
  color: rgb(240 253 250 / 0.75);
}
.placeholder-teal-50\/80::placeholder {
  color: rgb(240 253 250 / 0.8);
}
.placeholder-teal-50\/85::placeholder {
  color: rgb(240 253 250 / 0.85);
}
.placeholder-teal-50\/90::placeholder {
  color: rgb(240 253 250 / 0.9);
}
.placeholder-teal-50\/95::placeholder {
  color: rgb(240 253 250 / 0.95);
}
.placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-500\/0::placeholder {
  color: rgb(20 184 166 / 0);
}
.placeholder-teal-500\/10::placeholder {
  color: rgb(20 184 166 / 0.1);
}
.placeholder-teal-500\/100::placeholder {
  color: rgb(20 184 166 / 1);
}
.placeholder-teal-500\/15::placeholder {
  color: rgb(20 184 166 / 0.15);
}
.placeholder-teal-500\/20::placeholder {
  color: rgb(20 184 166 / 0.2);
}
.placeholder-teal-500\/25::placeholder {
  color: rgb(20 184 166 / 0.25);
}
.placeholder-teal-500\/30::placeholder {
  color: rgb(20 184 166 / 0.3);
}
.placeholder-teal-500\/35::placeholder {
  color: rgb(20 184 166 / 0.35);
}
.placeholder-teal-500\/40::placeholder {
  color: rgb(20 184 166 / 0.4);
}
.placeholder-teal-500\/45::placeholder {
  color: rgb(20 184 166 / 0.45);
}
.placeholder-teal-500\/5::placeholder {
  color: rgb(20 184 166 / 0.05);
}
.placeholder-teal-500\/50::placeholder {
  color: rgb(20 184 166 / 0.5);
}
.placeholder-teal-500\/55::placeholder {
  color: rgb(20 184 166 / 0.55);
}
.placeholder-teal-500\/60::placeholder {
  color: rgb(20 184 166 / 0.6);
}
.placeholder-teal-500\/65::placeholder {
  color: rgb(20 184 166 / 0.65);
}
.placeholder-teal-500\/70::placeholder {
  color: rgb(20 184 166 / 0.7);
}
.placeholder-teal-500\/75::placeholder {
  color: rgb(20 184 166 / 0.75);
}
.placeholder-teal-500\/80::placeholder {
  color: rgb(20 184 166 / 0.8);
}
.placeholder-teal-500\/85::placeholder {
  color: rgb(20 184 166 / 0.85);
}
.placeholder-teal-500\/90::placeholder {
  color: rgb(20 184 166 / 0.9);
}
.placeholder-teal-500\/95::placeholder {
  color: rgb(20 184 166 / 0.95);
}
.placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-600\/0::placeholder {
  color: rgb(13 148 136 / 0);
}
.placeholder-teal-600\/10::placeholder {
  color: rgb(13 148 136 / 0.1);
}
.placeholder-teal-600\/100::placeholder {
  color: rgb(13 148 136 / 1);
}
.placeholder-teal-600\/15::placeholder {
  color: rgb(13 148 136 / 0.15);
}
.placeholder-teal-600\/20::placeholder {
  color: rgb(13 148 136 / 0.2);
}
.placeholder-teal-600\/25::placeholder {
  color: rgb(13 148 136 / 0.25);
}
.placeholder-teal-600\/30::placeholder {
  color: rgb(13 148 136 / 0.3);
}
.placeholder-teal-600\/35::placeholder {
  color: rgb(13 148 136 / 0.35);
}
.placeholder-teal-600\/40::placeholder {
  color: rgb(13 148 136 / 0.4);
}
.placeholder-teal-600\/45::placeholder {
  color: rgb(13 148 136 / 0.45);
}
.placeholder-teal-600\/5::placeholder {
  color: rgb(13 148 136 / 0.05);
}
.placeholder-teal-600\/50::placeholder {
  color: rgb(13 148 136 / 0.5);
}
.placeholder-teal-600\/55::placeholder {
  color: rgb(13 148 136 / 0.55);
}
.placeholder-teal-600\/60::placeholder {
  color: rgb(13 148 136 / 0.6);
}
.placeholder-teal-600\/65::placeholder {
  color: rgb(13 148 136 / 0.65);
}
.placeholder-teal-600\/70::placeholder {
  color: rgb(13 148 136 / 0.7);
}
.placeholder-teal-600\/75::placeholder {
  color: rgb(13 148 136 / 0.75);
}
.placeholder-teal-600\/80::placeholder {
  color: rgb(13 148 136 / 0.8);
}
.placeholder-teal-600\/85::placeholder {
  color: rgb(13 148 136 / 0.85);
}
.placeholder-teal-600\/90::placeholder {
  color: rgb(13 148 136 / 0.9);
}
.placeholder-teal-600\/95::placeholder {
  color: rgb(13 148 136 / 0.95);
}
.placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-700\/0::placeholder {
  color: rgb(15 118 110 / 0);
}
.placeholder-teal-700\/10::placeholder {
  color: rgb(15 118 110 / 0.1);
}
.placeholder-teal-700\/100::placeholder {
  color: rgb(15 118 110 / 1);
}
.placeholder-teal-700\/15::placeholder {
  color: rgb(15 118 110 / 0.15);
}
.placeholder-teal-700\/20::placeholder {
  color: rgb(15 118 110 / 0.2);
}
.placeholder-teal-700\/25::placeholder {
  color: rgb(15 118 110 / 0.25);
}
.placeholder-teal-700\/30::placeholder {
  color: rgb(15 118 110 / 0.3);
}
.placeholder-teal-700\/35::placeholder {
  color: rgb(15 118 110 / 0.35);
}
.placeholder-teal-700\/40::placeholder {
  color: rgb(15 118 110 / 0.4);
}
.placeholder-teal-700\/45::placeholder {
  color: rgb(15 118 110 / 0.45);
}
.placeholder-teal-700\/5::placeholder {
  color: rgb(15 118 110 / 0.05);
}
.placeholder-teal-700\/50::placeholder {
  color: rgb(15 118 110 / 0.5);
}
.placeholder-teal-700\/55::placeholder {
  color: rgb(15 118 110 / 0.55);
}
.placeholder-teal-700\/60::placeholder {
  color: rgb(15 118 110 / 0.6);
}
.placeholder-teal-700\/65::placeholder {
  color: rgb(15 118 110 / 0.65);
}
.placeholder-teal-700\/70::placeholder {
  color: rgb(15 118 110 / 0.7);
}
.placeholder-teal-700\/75::placeholder {
  color: rgb(15 118 110 / 0.75);
}
.placeholder-teal-700\/80::placeholder {
  color: rgb(15 118 110 / 0.8);
}
.placeholder-teal-700\/85::placeholder {
  color: rgb(15 118 110 / 0.85);
}
.placeholder-teal-700\/90::placeholder {
  color: rgb(15 118 110 / 0.9);
}
.placeholder-teal-700\/95::placeholder {
  color: rgb(15 118 110 / 0.95);
}
.placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-800\/0::placeholder {
  color: rgb(17 94 89 / 0);
}
.placeholder-teal-800\/10::placeholder {
  color: rgb(17 94 89 / 0.1);
}
.placeholder-teal-800\/100::placeholder {
  color: rgb(17 94 89 / 1);
}
.placeholder-teal-800\/15::placeholder {
  color: rgb(17 94 89 / 0.15);
}
.placeholder-teal-800\/20::placeholder {
  color: rgb(17 94 89 / 0.2);
}
.placeholder-teal-800\/25::placeholder {
  color: rgb(17 94 89 / 0.25);
}
.placeholder-teal-800\/30::placeholder {
  color: rgb(17 94 89 / 0.3);
}
.placeholder-teal-800\/35::placeholder {
  color: rgb(17 94 89 / 0.35);
}
.placeholder-teal-800\/40::placeholder {
  color: rgb(17 94 89 / 0.4);
}
.placeholder-teal-800\/45::placeholder {
  color: rgb(17 94 89 / 0.45);
}
.placeholder-teal-800\/5::placeholder {
  color: rgb(17 94 89 / 0.05);
}
.placeholder-teal-800\/50::placeholder {
  color: rgb(17 94 89 / 0.5);
}
.placeholder-teal-800\/55::placeholder {
  color: rgb(17 94 89 / 0.55);
}
.placeholder-teal-800\/60::placeholder {
  color: rgb(17 94 89 / 0.6);
}
.placeholder-teal-800\/65::placeholder {
  color: rgb(17 94 89 / 0.65);
}
.placeholder-teal-800\/70::placeholder {
  color: rgb(17 94 89 / 0.7);
}
.placeholder-teal-800\/75::placeholder {
  color: rgb(17 94 89 / 0.75);
}
.placeholder-teal-800\/80::placeholder {
  color: rgb(17 94 89 / 0.8);
}
.placeholder-teal-800\/85::placeholder {
  color: rgb(17 94 89 / 0.85);
}
.placeholder-teal-800\/90::placeholder {
  color: rgb(17 94 89 / 0.9);
}
.placeholder-teal-800\/95::placeholder {
  color: rgb(17 94 89 / 0.95);
}
.placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-900\/0::placeholder {
  color: rgb(19 78 74 / 0);
}
.placeholder-teal-900\/10::placeholder {
  color: rgb(19 78 74 / 0.1);
}
.placeholder-teal-900\/100::placeholder {
  color: rgb(19 78 74 / 1);
}
.placeholder-teal-900\/15::placeholder {
  color: rgb(19 78 74 / 0.15);
}
.placeholder-teal-900\/20::placeholder {
  color: rgb(19 78 74 / 0.2);
}
.placeholder-teal-900\/25::placeholder {
  color: rgb(19 78 74 / 0.25);
}
.placeholder-teal-900\/30::placeholder {
  color: rgb(19 78 74 / 0.3);
}
.placeholder-teal-900\/35::placeholder {
  color: rgb(19 78 74 / 0.35);
}
.placeholder-teal-900\/40::placeholder {
  color: rgb(19 78 74 / 0.4);
}
.placeholder-teal-900\/45::placeholder {
  color: rgb(19 78 74 / 0.45);
}
.placeholder-teal-900\/5::placeholder {
  color: rgb(19 78 74 / 0.05);
}
.placeholder-teal-900\/50::placeholder {
  color: rgb(19 78 74 / 0.5);
}
.placeholder-teal-900\/55::placeholder {
  color: rgb(19 78 74 / 0.55);
}
.placeholder-teal-900\/60::placeholder {
  color: rgb(19 78 74 / 0.6);
}
.placeholder-teal-900\/65::placeholder {
  color: rgb(19 78 74 / 0.65);
}
.placeholder-teal-900\/70::placeholder {
  color: rgb(19 78 74 / 0.7);
}
.placeholder-teal-900\/75::placeholder {
  color: rgb(19 78 74 / 0.75);
}
.placeholder-teal-900\/80::placeholder {
  color: rgb(19 78 74 / 0.8);
}
.placeholder-teal-900\/85::placeholder {
  color: rgb(19 78 74 / 0.85);
}
.placeholder-teal-900\/90::placeholder {
  color: rgb(19 78 74 / 0.9);
}
.placeholder-teal-900\/95::placeholder {
  color: rgb(19 78 74 / 0.95);
}
.placeholder-teal-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-950\/0::placeholder {
  color: rgb(4 47 46 / 0);
}
.placeholder-teal-950\/10::placeholder {
  color: rgb(4 47 46 / 0.1);
}
.placeholder-teal-950\/100::placeholder {
  color: rgb(4 47 46 / 1);
}
.placeholder-teal-950\/15::placeholder {
  color: rgb(4 47 46 / 0.15);
}
.placeholder-teal-950\/20::placeholder {
  color: rgb(4 47 46 / 0.2);
}
.placeholder-teal-950\/25::placeholder {
  color: rgb(4 47 46 / 0.25);
}
.placeholder-teal-950\/30::placeholder {
  color: rgb(4 47 46 / 0.3);
}
.placeholder-teal-950\/35::placeholder {
  color: rgb(4 47 46 / 0.35);
}
.placeholder-teal-950\/40::placeholder {
  color: rgb(4 47 46 / 0.4);
}
.placeholder-teal-950\/45::placeholder {
  color: rgb(4 47 46 / 0.45);
}
.placeholder-teal-950\/5::placeholder {
  color: rgb(4 47 46 / 0.05);
}
.placeholder-teal-950\/50::placeholder {
  color: rgb(4 47 46 / 0.5);
}
.placeholder-teal-950\/55::placeholder {
  color: rgb(4 47 46 / 0.55);
}
.placeholder-teal-950\/60::placeholder {
  color: rgb(4 47 46 / 0.6);
}
.placeholder-teal-950\/65::placeholder {
  color: rgb(4 47 46 / 0.65);
}
.placeholder-teal-950\/70::placeholder {
  color: rgb(4 47 46 / 0.7);
}
.placeholder-teal-950\/75::placeholder {
  color: rgb(4 47 46 / 0.75);
}
.placeholder-teal-950\/80::placeholder {
  color: rgb(4 47 46 / 0.8);
}
.placeholder-teal-950\/85::placeholder {
  color: rgb(4 47 46 / 0.85);
}
.placeholder-teal-950\/90::placeholder {
  color: rgb(4 47 46 / 0.9);
}
.placeholder-teal-950\/95::placeholder {
  color: rgb(4 47 46 / 0.95);
}
.placeholder-transparent::placeholder {
  color: transparent;
}
.placeholder-transparent\/0::placeholder {
  color: rgb(0 0 0 / 0);
}
.placeholder-transparent\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}
.placeholder-transparent\/100::placeholder {
  color: rgb(0 0 0 / 1);
}
.placeholder-transparent\/15::placeholder {
  color: rgb(0 0 0 / 0.15);
}
.placeholder-transparent\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}
.placeholder-transparent\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}
.placeholder-transparent\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}
.placeholder-transparent\/35::placeholder {
  color: rgb(0 0 0 / 0.35);
}
.placeholder-transparent\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}
.placeholder-transparent\/45::placeholder {
  color: rgb(0 0 0 / 0.45);
}
.placeholder-transparent\/5::placeholder {
  color: rgb(0 0 0 / 0.05);
}
.placeholder-transparent\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}
.placeholder-transparent\/55::placeholder {
  color: rgb(0 0 0 / 0.55);
}
.placeholder-transparent\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}
.placeholder-transparent\/65::placeholder {
  color: rgb(0 0 0 / 0.65);
}
.placeholder-transparent\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}
.placeholder-transparent\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}
.placeholder-transparent\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}
.placeholder-transparent\/85::placeholder {
  color: rgb(0 0 0 / 0.85);
}
.placeholder-transparent\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}
.placeholder-transparent\/95::placeholder {
  color: rgb(0 0 0 / 0.95);
}
.placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-100\/0::placeholder {
  color: rgb(237 233 254 / 0);
}
.placeholder-violet-100\/10::placeholder {
  color: rgb(237 233 254 / 0.1);
}
.placeholder-violet-100\/100::placeholder {
  color: rgb(237 233 254 / 1);
}
.placeholder-violet-100\/15::placeholder {
  color: rgb(237 233 254 / 0.15);
}
.placeholder-violet-100\/20::placeholder {
  color: rgb(237 233 254 / 0.2);
}
.placeholder-violet-100\/25::placeholder {
  color: rgb(237 233 254 / 0.25);
}
.placeholder-violet-100\/30::placeholder {
  color: rgb(237 233 254 / 0.3);
}
.placeholder-violet-100\/35::placeholder {
  color: rgb(237 233 254 / 0.35);
}
.placeholder-violet-100\/40::placeholder {
  color: rgb(237 233 254 / 0.4);
}
.placeholder-violet-100\/45::placeholder {
  color: rgb(237 233 254 / 0.45);
}
.placeholder-violet-100\/5::placeholder {
  color: rgb(237 233 254 / 0.05);
}
.placeholder-violet-100\/50::placeholder {
  color: rgb(237 233 254 / 0.5);
}
.placeholder-violet-100\/55::placeholder {
  color: rgb(237 233 254 / 0.55);
}
.placeholder-violet-100\/60::placeholder {
  color: rgb(237 233 254 / 0.6);
}
.placeholder-violet-100\/65::placeholder {
  color: rgb(237 233 254 / 0.65);
}
.placeholder-violet-100\/70::placeholder {
  color: rgb(237 233 254 / 0.7);
}
.placeholder-violet-100\/75::placeholder {
  color: rgb(237 233 254 / 0.75);
}
.placeholder-violet-100\/80::placeholder {
  color: rgb(237 233 254 / 0.8);
}
.placeholder-violet-100\/85::placeholder {
  color: rgb(237 233 254 / 0.85);
}
.placeholder-violet-100\/90::placeholder {
  color: rgb(237 233 254 / 0.9);
}
.placeholder-violet-100\/95::placeholder {
  color: rgb(237 233 254 / 0.95);
}
.placeholder-violet-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-200\/0::placeholder {
  color: rgb(221 214 254 / 0);
}
.placeholder-violet-200\/10::placeholder {
  color: rgb(221 214 254 / 0.1);
}
.placeholder-violet-200\/100::placeholder {
  color: rgb(221 214 254 / 1);
}
.placeholder-violet-200\/15::placeholder {
  color: rgb(221 214 254 / 0.15);
}
.placeholder-violet-200\/20::placeholder {
  color: rgb(221 214 254 / 0.2);
}
.placeholder-violet-200\/25::placeholder {
  color: rgb(221 214 254 / 0.25);
}
.placeholder-violet-200\/30::placeholder {
  color: rgb(221 214 254 / 0.3);
}
.placeholder-violet-200\/35::placeholder {
  color: rgb(221 214 254 / 0.35);
}
.placeholder-violet-200\/40::placeholder {
  color: rgb(221 214 254 / 0.4);
}
.placeholder-violet-200\/45::placeholder {
  color: rgb(221 214 254 / 0.45);
}
.placeholder-violet-200\/5::placeholder {
  color: rgb(221 214 254 / 0.05);
}
.placeholder-violet-200\/50::placeholder {
  color: rgb(221 214 254 / 0.5);
}
.placeholder-violet-200\/55::placeholder {
  color: rgb(221 214 254 / 0.55);
}
.placeholder-violet-200\/60::placeholder {
  color: rgb(221 214 254 / 0.6);
}
.placeholder-violet-200\/65::placeholder {
  color: rgb(221 214 254 / 0.65);
}
.placeholder-violet-200\/70::placeholder {
  color: rgb(221 214 254 / 0.7);
}
.placeholder-violet-200\/75::placeholder {
  color: rgb(221 214 254 / 0.75);
}
.placeholder-violet-200\/80::placeholder {
  color: rgb(221 214 254 / 0.8);
}
.placeholder-violet-200\/85::placeholder {
  color: rgb(221 214 254 / 0.85);
}
.placeholder-violet-200\/90::placeholder {
  color: rgb(221 214 254 / 0.9);
}
.placeholder-violet-200\/95::placeholder {
  color: rgb(221 214 254 / 0.95);
}
.placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-300\/0::placeholder {
  color: rgb(196 181 253 / 0);
}
.placeholder-violet-300\/10::placeholder {
  color: rgb(196 181 253 / 0.1);
}
.placeholder-violet-300\/100::placeholder {
  color: rgb(196 181 253 / 1);
}
.placeholder-violet-300\/15::placeholder {
  color: rgb(196 181 253 / 0.15);
}
.placeholder-violet-300\/20::placeholder {
  color: rgb(196 181 253 / 0.2);
}
.placeholder-violet-300\/25::placeholder {
  color: rgb(196 181 253 / 0.25);
}
.placeholder-violet-300\/30::placeholder {
  color: rgb(196 181 253 / 0.3);
}
.placeholder-violet-300\/35::placeholder {
  color: rgb(196 181 253 / 0.35);
}
.placeholder-violet-300\/40::placeholder {
  color: rgb(196 181 253 / 0.4);
}
.placeholder-violet-300\/45::placeholder {
  color: rgb(196 181 253 / 0.45);
}
.placeholder-violet-300\/5::placeholder {
  color: rgb(196 181 253 / 0.05);
}
.placeholder-violet-300\/50::placeholder {
  color: rgb(196 181 253 / 0.5);
}
.placeholder-violet-300\/55::placeholder {
  color: rgb(196 181 253 / 0.55);
}
.placeholder-violet-300\/60::placeholder {
  color: rgb(196 181 253 / 0.6);
}
.placeholder-violet-300\/65::placeholder {
  color: rgb(196 181 253 / 0.65);
}
.placeholder-violet-300\/70::placeholder {
  color: rgb(196 181 253 / 0.7);
}
.placeholder-violet-300\/75::placeholder {
  color: rgb(196 181 253 / 0.75);
}
.placeholder-violet-300\/80::placeholder {
  color: rgb(196 181 253 / 0.8);
}
.placeholder-violet-300\/85::placeholder {
  color: rgb(196 181 253 / 0.85);
}
.placeholder-violet-300\/90::placeholder {
  color: rgb(196 181 253 / 0.9);
}
.placeholder-violet-300\/95::placeholder {
  color: rgb(196 181 253 / 0.95);
}
.placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-400\/0::placeholder {
  color: rgb(167 139 250 / 0);
}
.placeholder-violet-400\/10::placeholder {
  color: rgb(167 139 250 / 0.1);
}
.placeholder-violet-400\/100::placeholder {
  color: rgb(167 139 250 / 1);
}
.placeholder-violet-400\/15::placeholder {
  color: rgb(167 139 250 / 0.15);
}
.placeholder-violet-400\/20::placeholder {
  color: rgb(167 139 250 / 0.2);
}
.placeholder-violet-400\/25::placeholder {
  color: rgb(167 139 250 / 0.25);
}
.placeholder-violet-400\/30::placeholder {
  color: rgb(167 139 250 / 0.3);
}
.placeholder-violet-400\/35::placeholder {
  color: rgb(167 139 250 / 0.35);
}
.placeholder-violet-400\/40::placeholder {
  color: rgb(167 139 250 / 0.4);
}
.placeholder-violet-400\/45::placeholder {
  color: rgb(167 139 250 / 0.45);
}
.placeholder-violet-400\/5::placeholder {
  color: rgb(167 139 250 / 0.05);
}
.placeholder-violet-400\/50::placeholder {
  color: rgb(167 139 250 / 0.5);
}
.placeholder-violet-400\/55::placeholder {
  color: rgb(167 139 250 / 0.55);
}
.placeholder-violet-400\/60::placeholder {
  color: rgb(167 139 250 / 0.6);
}
.placeholder-violet-400\/65::placeholder {
  color: rgb(167 139 250 / 0.65);
}
.placeholder-violet-400\/70::placeholder {
  color: rgb(167 139 250 / 0.7);
}
.placeholder-violet-400\/75::placeholder {
  color: rgb(167 139 250 / 0.75);
}
.placeholder-violet-400\/80::placeholder {
  color: rgb(167 139 250 / 0.8);
}
.placeholder-violet-400\/85::placeholder {
  color: rgb(167 139 250 / 0.85);
}
.placeholder-violet-400\/90::placeholder {
  color: rgb(167 139 250 / 0.9);
}
.placeholder-violet-400\/95::placeholder {
  color: rgb(167 139 250 / 0.95);
}
.placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-50\/0::placeholder {
  color: rgb(245 243 255 / 0);
}
.placeholder-violet-50\/10::placeholder {
  color: rgb(245 243 255 / 0.1);
}
.placeholder-violet-50\/100::placeholder {
  color: rgb(245 243 255 / 1);
}
.placeholder-violet-50\/15::placeholder {
  color: rgb(245 243 255 / 0.15);
}
.placeholder-violet-50\/20::placeholder {
  color: rgb(245 243 255 / 0.2);
}
.placeholder-violet-50\/25::placeholder {
  color: rgb(245 243 255 / 0.25);
}
.placeholder-violet-50\/30::placeholder {
  color: rgb(245 243 255 / 0.3);
}
.placeholder-violet-50\/35::placeholder {
  color: rgb(245 243 255 / 0.35);
}
.placeholder-violet-50\/40::placeholder {
  color: rgb(245 243 255 / 0.4);
}
.placeholder-violet-50\/45::placeholder {
  color: rgb(245 243 255 / 0.45);
}
.placeholder-violet-50\/5::placeholder {
  color: rgb(245 243 255 / 0.05);
}
.placeholder-violet-50\/50::placeholder {
  color: rgb(245 243 255 / 0.5);
}
.placeholder-violet-50\/55::placeholder {
  color: rgb(245 243 255 / 0.55);
}
.placeholder-violet-50\/60::placeholder {
  color: rgb(245 243 255 / 0.6);
}
.placeholder-violet-50\/65::placeholder {
  color: rgb(245 243 255 / 0.65);
}
.placeholder-violet-50\/70::placeholder {
  color: rgb(245 243 255 / 0.7);
}
.placeholder-violet-50\/75::placeholder {
  color: rgb(245 243 255 / 0.75);
}
.placeholder-violet-50\/80::placeholder {
  color: rgb(245 243 255 / 0.8);
}
.placeholder-violet-50\/85::placeholder {
  color: rgb(245 243 255 / 0.85);
}
.placeholder-violet-50\/90::placeholder {
  color: rgb(245 243 255 / 0.9);
}
.placeholder-violet-50\/95::placeholder {
  color: rgb(245 243 255 / 0.95);
}
.placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-500\/0::placeholder {
  color: rgb(139 92 246 / 0);
}
.placeholder-violet-500\/10::placeholder {
  color: rgb(139 92 246 / 0.1);
}
.placeholder-violet-500\/100::placeholder {
  color: rgb(139 92 246 / 1);
}
.placeholder-violet-500\/15::placeholder {
  color: rgb(139 92 246 / 0.15);
}
.placeholder-violet-500\/20::placeholder {
  color: rgb(139 92 246 / 0.2);
}
.placeholder-violet-500\/25::placeholder {
  color: rgb(139 92 246 / 0.25);
}
.placeholder-violet-500\/30::placeholder {
  color: rgb(139 92 246 / 0.3);
}
.placeholder-violet-500\/35::placeholder {
  color: rgb(139 92 246 / 0.35);
}
.placeholder-violet-500\/40::placeholder {
  color: rgb(139 92 246 / 0.4);
}
.placeholder-violet-500\/45::placeholder {
  color: rgb(139 92 246 / 0.45);
}
.placeholder-violet-500\/5::placeholder {
  color: rgb(139 92 246 / 0.05);
}
.placeholder-violet-500\/50::placeholder {
  color: rgb(139 92 246 / 0.5);
}
.placeholder-violet-500\/55::placeholder {
  color: rgb(139 92 246 / 0.55);
}
.placeholder-violet-500\/60::placeholder {
  color: rgb(139 92 246 / 0.6);
}
.placeholder-violet-500\/65::placeholder {
  color: rgb(139 92 246 / 0.65);
}
.placeholder-violet-500\/70::placeholder {
  color: rgb(139 92 246 / 0.7);
}
.placeholder-violet-500\/75::placeholder {
  color: rgb(139 92 246 / 0.75);
}
.placeholder-violet-500\/80::placeholder {
  color: rgb(139 92 246 / 0.8);
}
.placeholder-violet-500\/85::placeholder {
  color: rgb(139 92 246 / 0.85);
}
.placeholder-violet-500\/90::placeholder {
  color: rgb(139 92 246 / 0.9);
}
.placeholder-violet-500\/95::placeholder {
  color: rgb(139 92 246 / 0.95);
}
.placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-600\/0::placeholder {
  color: rgb(124 58 237 / 0);
}
.placeholder-violet-600\/10::placeholder {
  color: rgb(124 58 237 / 0.1);
}
.placeholder-violet-600\/100::placeholder {
  color: rgb(124 58 237 / 1);
}
.placeholder-violet-600\/15::placeholder {
  color: rgb(124 58 237 / 0.15);
}
.placeholder-violet-600\/20::placeholder {
  color: rgb(124 58 237 / 0.2);
}
.placeholder-violet-600\/25::placeholder {
  color: rgb(124 58 237 / 0.25);
}
.placeholder-violet-600\/30::placeholder {
  color: rgb(124 58 237 / 0.3);
}
.placeholder-violet-600\/35::placeholder {
  color: rgb(124 58 237 / 0.35);
}
.placeholder-violet-600\/40::placeholder {
  color: rgb(124 58 237 / 0.4);
}
.placeholder-violet-600\/45::placeholder {
  color: rgb(124 58 237 / 0.45);
}
.placeholder-violet-600\/5::placeholder {
  color: rgb(124 58 237 / 0.05);
}
.placeholder-violet-600\/50::placeholder {
  color: rgb(124 58 237 / 0.5);
}
.placeholder-violet-600\/55::placeholder {
  color: rgb(124 58 237 / 0.55);
}
.placeholder-violet-600\/60::placeholder {
  color: rgb(124 58 237 / 0.6);
}
.placeholder-violet-600\/65::placeholder {
  color: rgb(124 58 237 / 0.65);
}
.placeholder-violet-600\/70::placeholder {
  color: rgb(124 58 237 / 0.7);
}
.placeholder-violet-600\/75::placeholder {
  color: rgb(124 58 237 / 0.75);
}
.placeholder-violet-600\/80::placeholder {
  color: rgb(124 58 237 / 0.8);
}
.placeholder-violet-600\/85::placeholder {
  color: rgb(124 58 237 / 0.85);
}
.placeholder-violet-600\/90::placeholder {
  color: rgb(124 58 237 / 0.9);
}
.placeholder-violet-600\/95::placeholder {
  color: rgb(124 58 237 / 0.95);
}
.placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-700\/0::placeholder {
  color: rgb(109 40 217 / 0);
}
.placeholder-violet-700\/10::placeholder {
  color: rgb(109 40 217 / 0.1);
}
.placeholder-violet-700\/100::placeholder {
  color: rgb(109 40 217 / 1);
}
.placeholder-violet-700\/15::placeholder {
  color: rgb(109 40 217 / 0.15);
}
.placeholder-violet-700\/20::placeholder {
  color: rgb(109 40 217 / 0.2);
}
.placeholder-violet-700\/25::placeholder {
  color: rgb(109 40 217 / 0.25);
}
.placeholder-violet-700\/30::placeholder {
  color: rgb(109 40 217 / 0.3);
}
.placeholder-violet-700\/35::placeholder {
  color: rgb(109 40 217 / 0.35);
}
.placeholder-violet-700\/40::placeholder {
  color: rgb(109 40 217 / 0.4);
}
.placeholder-violet-700\/45::placeholder {
  color: rgb(109 40 217 / 0.45);
}
.placeholder-violet-700\/5::placeholder {
  color: rgb(109 40 217 / 0.05);
}
.placeholder-violet-700\/50::placeholder {
  color: rgb(109 40 217 / 0.5);
}
.placeholder-violet-700\/55::placeholder {
  color: rgb(109 40 217 / 0.55);
}
.placeholder-violet-700\/60::placeholder {
  color: rgb(109 40 217 / 0.6);
}
.placeholder-violet-700\/65::placeholder {
  color: rgb(109 40 217 / 0.65);
}
.placeholder-violet-700\/70::placeholder {
  color: rgb(109 40 217 / 0.7);
}
.placeholder-violet-700\/75::placeholder {
  color: rgb(109 40 217 / 0.75);
}
.placeholder-violet-700\/80::placeholder {
  color: rgb(109 40 217 / 0.8);
}
.placeholder-violet-700\/85::placeholder {
  color: rgb(109 40 217 / 0.85);
}
.placeholder-violet-700\/90::placeholder {
  color: rgb(109 40 217 / 0.9);
}
.placeholder-violet-700\/95::placeholder {
  color: rgb(109 40 217 / 0.95);
}
.placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-800\/0::placeholder {
  color: rgb(91 33 182 / 0);
}
.placeholder-violet-800\/10::placeholder {
  color: rgb(91 33 182 / 0.1);
}
.placeholder-violet-800\/100::placeholder {
  color: rgb(91 33 182 / 1);
}
.placeholder-violet-800\/15::placeholder {
  color: rgb(91 33 182 / 0.15);
}
.placeholder-violet-800\/20::placeholder {
  color: rgb(91 33 182 / 0.2);
}
.placeholder-violet-800\/25::placeholder {
  color: rgb(91 33 182 / 0.25);
}
.placeholder-violet-800\/30::placeholder {
  color: rgb(91 33 182 / 0.3);
}
.placeholder-violet-800\/35::placeholder {
  color: rgb(91 33 182 / 0.35);
}
.placeholder-violet-800\/40::placeholder {
  color: rgb(91 33 182 / 0.4);
}
.placeholder-violet-800\/45::placeholder {
  color: rgb(91 33 182 / 0.45);
}
.placeholder-violet-800\/5::placeholder {
  color: rgb(91 33 182 / 0.05);
}
.placeholder-violet-800\/50::placeholder {
  color: rgb(91 33 182 / 0.5);
}
.placeholder-violet-800\/55::placeholder {
  color: rgb(91 33 182 / 0.55);
}
.placeholder-violet-800\/60::placeholder {
  color: rgb(91 33 182 / 0.6);
}
.placeholder-violet-800\/65::placeholder {
  color: rgb(91 33 182 / 0.65);
}
.placeholder-violet-800\/70::placeholder {
  color: rgb(91 33 182 / 0.7);
}
.placeholder-violet-800\/75::placeholder {
  color: rgb(91 33 182 / 0.75);
}
.placeholder-violet-800\/80::placeholder {
  color: rgb(91 33 182 / 0.8);
}
.placeholder-violet-800\/85::placeholder {
  color: rgb(91 33 182 / 0.85);
}
.placeholder-violet-800\/90::placeholder {
  color: rgb(91 33 182 / 0.9);
}
.placeholder-violet-800\/95::placeholder {
  color: rgb(91 33 182 / 0.95);
}
.placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-900\/0::placeholder {
  color: rgb(76 29 149 / 0);
}
.placeholder-violet-900\/10::placeholder {
  color: rgb(76 29 149 / 0.1);
}
.placeholder-violet-900\/100::placeholder {
  color: rgb(76 29 149 / 1);
}
.placeholder-violet-900\/15::placeholder {
  color: rgb(76 29 149 / 0.15);
}
.placeholder-violet-900\/20::placeholder {
  color: rgb(76 29 149 / 0.2);
}
.placeholder-violet-900\/25::placeholder {
  color: rgb(76 29 149 / 0.25);
}
.placeholder-violet-900\/30::placeholder {
  color: rgb(76 29 149 / 0.3);
}
.placeholder-violet-900\/35::placeholder {
  color: rgb(76 29 149 / 0.35);
}
.placeholder-violet-900\/40::placeholder {
  color: rgb(76 29 149 / 0.4);
}
.placeholder-violet-900\/45::placeholder {
  color: rgb(76 29 149 / 0.45);
}
.placeholder-violet-900\/5::placeholder {
  color: rgb(76 29 149 / 0.05);
}
.placeholder-violet-900\/50::placeholder {
  color: rgb(76 29 149 / 0.5);
}
.placeholder-violet-900\/55::placeholder {
  color: rgb(76 29 149 / 0.55);
}
.placeholder-violet-900\/60::placeholder {
  color: rgb(76 29 149 / 0.6);
}
.placeholder-violet-900\/65::placeholder {
  color: rgb(76 29 149 / 0.65);
}
.placeholder-violet-900\/70::placeholder {
  color: rgb(76 29 149 / 0.7);
}
.placeholder-violet-900\/75::placeholder {
  color: rgb(76 29 149 / 0.75);
}
.placeholder-violet-900\/80::placeholder {
  color: rgb(76 29 149 / 0.8);
}
.placeholder-violet-900\/85::placeholder {
  color: rgb(76 29 149 / 0.85);
}
.placeholder-violet-900\/90::placeholder {
  color: rgb(76 29 149 / 0.9);
}
.placeholder-violet-900\/95::placeholder {
  color: rgb(76 29 149 / 0.95);
}
.placeholder-violet-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}
.placeholder-violet-950\/0::placeholder {
  color: rgb(46 16 101 / 0);
}
.placeholder-violet-950\/10::placeholder {
  color: rgb(46 16 101 / 0.1);
}
.placeholder-violet-950\/100::placeholder {
  color: rgb(46 16 101 / 1);
}
.placeholder-violet-950\/15::placeholder {
  color: rgb(46 16 101 / 0.15);
}
.placeholder-violet-950\/20::placeholder {
  color: rgb(46 16 101 / 0.2);
}
.placeholder-violet-950\/25::placeholder {
  color: rgb(46 16 101 / 0.25);
}
.placeholder-violet-950\/30::placeholder {
  color: rgb(46 16 101 / 0.3);
}
.placeholder-violet-950\/35::placeholder {
  color: rgb(46 16 101 / 0.35);
}
.placeholder-violet-950\/40::placeholder {
  color: rgb(46 16 101 / 0.4);
}
.placeholder-violet-950\/45::placeholder {
  color: rgb(46 16 101 / 0.45);
}
.placeholder-violet-950\/5::placeholder {
  color: rgb(46 16 101 / 0.05);
}
.placeholder-violet-950\/50::placeholder {
  color: rgb(46 16 101 / 0.5);
}
.placeholder-violet-950\/55::placeholder {
  color: rgb(46 16 101 / 0.55);
}
.placeholder-violet-950\/60::placeholder {
  color: rgb(46 16 101 / 0.6);
}
.placeholder-violet-950\/65::placeholder {
  color: rgb(46 16 101 / 0.65);
}
.placeholder-violet-950\/70::placeholder {
  color: rgb(46 16 101 / 0.7);
}
.placeholder-violet-950\/75::placeholder {
  color: rgb(46 16 101 / 0.75);
}
.placeholder-violet-950\/80::placeholder {
  color: rgb(46 16 101 / 0.8);
}
.placeholder-violet-950\/85::placeholder {
  color: rgb(46 16 101 / 0.85);
}
.placeholder-violet-950\/90::placeholder {
  color: rgb(46 16 101 / 0.9);
}
.placeholder-violet-950\/95::placeholder {
  color: rgb(46 16 101 / 0.95);
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-white\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-white\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-white\/15::placeholder {
  color: rgb(255 255 255 / 0.15);
}
.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-white\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}
.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-white\/45::placeholder {
  color: rgb(255 255 255 / 0.45);
}
.placeholder-white\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-white\/55::placeholder {
  color: rgb(255 255 255 / 0.55);
}
.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-white\/65::placeholder {
  color: rgb(255 255 255 / 0.65);
}
.placeholder-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-white\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-white\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-white\/85::placeholder {
  color: rgb(255 255 255 / 0.85);
}
.placeholder-white\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-white\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0);
}
.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1);
}
.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1);
}
.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15);
}
.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2);
}
.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25);
}
.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3);
}
.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35);
}
.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4);
}
.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45);
}
.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05);
}
.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5);
}
.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55);
}
.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6);
}
.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65);
}
.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7);
}
.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75);
}
.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8);
}
.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85);
}
.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9);
}
.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95);
}
.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0);
}
.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1);
}
.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1);
}
.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15);
}
.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2);
}
.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25);
}
.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3);
}
.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35);
}
.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4);
}
.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45);
}
.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05);
}
.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5);
}
.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55);
}
.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6);
}
.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65);
}
.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7);
}
.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75);
}
.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8);
}
.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85);
}
.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9);
}
.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95);
}
.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-300\/0::placeholder {
  color: rgb(253 224 71 / 0);
}
.placeholder-yellow-300\/10::placeholder {
  color: rgb(253 224 71 / 0.1);
}
.placeholder-yellow-300\/100::placeholder {
  color: rgb(253 224 71 / 1);
}
.placeholder-yellow-300\/15::placeholder {
  color: rgb(253 224 71 / 0.15);
}
.placeholder-yellow-300\/20::placeholder {
  color: rgb(253 224 71 / 0.2);
}
.placeholder-yellow-300\/25::placeholder {
  color: rgb(253 224 71 / 0.25);
}
.placeholder-yellow-300\/30::placeholder {
  color: rgb(253 224 71 / 0.3);
}
.placeholder-yellow-300\/35::placeholder {
  color: rgb(253 224 71 / 0.35);
}
.placeholder-yellow-300\/40::placeholder {
  color: rgb(253 224 71 / 0.4);
}
.placeholder-yellow-300\/45::placeholder {
  color: rgb(253 224 71 / 0.45);
}
.placeholder-yellow-300\/5::placeholder {
  color: rgb(253 224 71 / 0.05);
}
.placeholder-yellow-300\/50::placeholder {
  color: rgb(253 224 71 / 0.5);
}
.placeholder-yellow-300\/55::placeholder {
  color: rgb(253 224 71 / 0.55);
}
.placeholder-yellow-300\/60::placeholder {
  color: rgb(253 224 71 / 0.6);
}
.placeholder-yellow-300\/65::placeholder {
  color: rgb(253 224 71 / 0.65);
}
.placeholder-yellow-300\/70::placeholder {
  color: rgb(253 224 71 / 0.7);
}
.placeholder-yellow-300\/75::placeholder {
  color: rgb(253 224 71 / 0.75);
}
.placeholder-yellow-300\/80::placeholder {
  color: rgb(253 224 71 / 0.8);
}
.placeholder-yellow-300\/85::placeholder {
  color: rgb(253 224 71 / 0.85);
}
.placeholder-yellow-300\/90::placeholder {
  color: rgb(253 224 71 / 0.9);
}
.placeholder-yellow-300\/95::placeholder {
  color: rgb(253 224 71 / 0.95);
}
.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0);
}
.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1);
}
.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1);
}
.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15);
}
.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2);
}
.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25);
}
.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3);
}
.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35);
}
.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4);
}
.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45);
}
.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05);
}
.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5);
}
.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55);
}
.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6);
}
.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65);
}
.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7);
}
.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75);
}
.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8);
}
.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85);
}
.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9);
}
.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95);
}
.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-50\/0::placeholder {
  color: rgb(254 252 232 / 0);
}
.placeholder-yellow-50\/10::placeholder {
  color: rgb(254 252 232 / 0.1);
}
.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 1);
}
.placeholder-yellow-50\/15::placeholder {
  color: rgb(254 252 232 / 0.15);
}
.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2);
}
.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25);
}
.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3);
}
.placeholder-yellow-50\/35::placeholder {
  color: rgb(254 252 232 / 0.35);
}
.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4);
}
.placeholder-yellow-50\/45::placeholder {
  color: rgb(254 252 232 / 0.45);
}
.placeholder-yellow-50\/5::placeholder {
  color: rgb(254 252 232 / 0.05);
}
.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5);
}
.placeholder-yellow-50\/55::placeholder {
  color: rgb(254 252 232 / 0.55);
}
.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6);
}
.placeholder-yellow-50\/65::placeholder {
  color: rgb(254 252 232 / 0.65);
}
.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7);
}
.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75);
}
.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8);
}
.placeholder-yellow-50\/85::placeholder {
  color: rgb(254 252 232 / 0.85);
}
.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9);
}
.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95);
}
.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-500\/0::placeholder {
  color: rgb(234 179 8 / 0);
}
.placeholder-yellow-500\/10::placeholder {
  color: rgb(234 179 8 / 0.1);
}
.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 1);
}
.placeholder-yellow-500\/15::placeholder {
  color: rgb(234 179 8 / 0.15);
}
.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2);
}
.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25);
}
.placeholder-yellow-500\/30::placeholder {
  color: rgb(234 179 8 / 0.3);
}
.placeholder-yellow-500\/35::placeholder {
  color: rgb(234 179 8 / 0.35);
}
.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4);
}
.placeholder-yellow-500\/45::placeholder {
  color: rgb(234 179 8 / 0.45);
}
.placeholder-yellow-500\/5::placeholder {
  color: rgb(234 179 8 / 0.05);
}
.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5);
}
.placeholder-yellow-500\/55::placeholder {
  color: rgb(234 179 8 / 0.55);
}
.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6);
}
.placeholder-yellow-500\/65::placeholder {
  color: rgb(234 179 8 / 0.65);
}
.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7);
}
.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75);
}
.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8);
}
.placeholder-yellow-500\/85::placeholder {
  color: rgb(234 179 8 / 0.85);
}
.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9);
}
.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95);
}
.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-600\/0::placeholder {
  color: rgb(202 138 4 / 0);
}
.placeholder-yellow-600\/10::placeholder {
  color: rgb(202 138 4 / 0.1);
}
.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1);
}
.placeholder-yellow-600\/15::placeholder {
  color: rgb(202 138 4 / 0.15);
}
.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2);
}
.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25);
}
.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3);
}
.placeholder-yellow-600\/35::placeholder {
  color: rgb(202 138 4 / 0.35);
}
.placeholder-yellow-600\/40::placeholder {
  color: rgb(202 138 4 / 0.4);
}
.placeholder-yellow-600\/45::placeholder {
  color: rgb(202 138 4 / 0.45);
}
.placeholder-yellow-600\/5::placeholder {
  color: rgb(202 138 4 / 0.05);
}
.placeholder-yellow-600\/50::placeholder {
  color: rgb(202 138 4 / 0.5);
}
.placeholder-yellow-600\/55::placeholder {
  color: rgb(202 138 4 / 0.55);
}
.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6);
}
.placeholder-yellow-600\/65::placeholder {
  color: rgb(202 138 4 / 0.65);
}
.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7);
}
.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75);
}
.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8);
}
.placeholder-yellow-600\/85::placeholder {
  color: rgb(202 138 4 / 0.85);
}
.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9);
}
.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95);
}
.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-700\/0::placeholder {
  color: rgb(161 98 7 / 0);
}
.placeholder-yellow-700\/10::placeholder {
  color: rgb(161 98 7 / 0.1);
}
.placeholder-yellow-700\/100::placeholder {
  color: rgb(161 98 7 / 1);
}
.placeholder-yellow-700\/15::placeholder {
  color: rgb(161 98 7 / 0.15);
}
.placeholder-yellow-700\/20::placeholder {
  color: rgb(161 98 7 / 0.2);
}
.placeholder-yellow-700\/25::placeholder {
  color: rgb(161 98 7 / 0.25);
}
.placeholder-yellow-700\/30::placeholder {
  color: rgb(161 98 7 / 0.3);
}
.placeholder-yellow-700\/35::placeholder {
  color: rgb(161 98 7 / 0.35);
}
.placeholder-yellow-700\/40::placeholder {
  color: rgb(161 98 7 / 0.4);
}
.placeholder-yellow-700\/45::placeholder {
  color: rgb(161 98 7 / 0.45);
}
.placeholder-yellow-700\/5::placeholder {
  color: rgb(161 98 7 / 0.05);
}
.placeholder-yellow-700\/50::placeholder {
  color: rgb(161 98 7 / 0.5);
}
.placeholder-yellow-700\/55::placeholder {
  color: rgb(161 98 7 / 0.55);
}
.placeholder-yellow-700\/60::placeholder {
  color: rgb(161 98 7 / 0.6);
}
.placeholder-yellow-700\/65::placeholder {
  color: rgb(161 98 7 / 0.65);
}
.placeholder-yellow-700\/70::placeholder {
  color: rgb(161 98 7 / 0.7);
}
.placeholder-yellow-700\/75::placeholder {
  color: rgb(161 98 7 / 0.75);
}
.placeholder-yellow-700\/80::placeholder {
  color: rgb(161 98 7 / 0.8);
}
.placeholder-yellow-700\/85::placeholder {
  color: rgb(161 98 7 / 0.85);
}
.placeholder-yellow-700\/90::placeholder {
  color: rgb(161 98 7 / 0.9);
}
.placeholder-yellow-700\/95::placeholder {
  color: rgb(161 98 7 / 0.95);
}
.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0);
}
.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1);
}
.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1);
}
.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15);
}
.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2);
}
.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25);
}
.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3);
}
.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35);
}
.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4);
}
.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45);
}
.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05);
}
.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5);
}
.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55);
}
.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6);
}
.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65);
}
.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7);
}
.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75);
}
.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8);
}
.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85);
}
.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9);
}
.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95);
}
.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-900\/0::placeholder {
  color: rgb(113 63 18 / 0);
}
.placeholder-yellow-900\/10::placeholder {
  color: rgb(113 63 18 / 0.1);
}
.placeholder-yellow-900\/100::placeholder {
  color: rgb(113 63 18 / 1);
}
.placeholder-yellow-900\/15::placeholder {
  color: rgb(113 63 18 / 0.15);
}
.placeholder-yellow-900\/20::placeholder {
  color: rgb(113 63 18 / 0.2);
}
.placeholder-yellow-900\/25::placeholder {
  color: rgb(113 63 18 / 0.25);
}
.placeholder-yellow-900\/30::placeholder {
  color: rgb(113 63 18 / 0.3);
}
.placeholder-yellow-900\/35::placeholder {
  color: rgb(113 63 18 / 0.35);
}
.placeholder-yellow-900\/40::placeholder {
  color: rgb(113 63 18 / 0.4);
}
.placeholder-yellow-900\/45::placeholder {
  color: rgb(113 63 18 / 0.45);
}
.placeholder-yellow-900\/5::placeholder {
  color: rgb(113 63 18 / 0.05);
}
.placeholder-yellow-900\/50::placeholder {
  color: rgb(113 63 18 / 0.5);
}
.placeholder-yellow-900\/55::placeholder {
  color: rgb(113 63 18 / 0.55);
}
.placeholder-yellow-900\/60::placeholder {
  color: rgb(113 63 18 / 0.6);
}
.placeholder-yellow-900\/65::placeholder {
  color: rgb(113 63 18 / 0.65);
}
.placeholder-yellow-900\/70::placeholder {
  color: rgb(113 63 18 / 0.7);
}
.placeholder-yellow-900\/75::placeholder {
  color: rgb(113 63 18 / 0.75);
}
.placeholder-yellow-900\/80::placeholder {
  color: rgb(113 63 18 / 0.8);
}
.placeholder-yellow-900\/85::placeholder {
  color: rgb(113 63 18 / 0.85);
}
.placeholder-yellow-900\/90::placeholder {
  color: rgb(113 63 18 / 0.9);
}
.placeholder-yellow-900\/95::placeholder {
  color: rgb(113 63 18 / 0.95);
}
.placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}
.placeholder-yellow-950\/0::placeholder {
  color: rgb(66 32 6 / 0);
}
.placeholder-yellow-950\/10::placeholder {
  color: rgb(66 32 6 / 0.1);
}
.placeholder-yellow-950\/100::placeholder {
  color: rgb(66 32 6 / 1);
}
.placeholder-yellow-950\/15::placeholder {
  color: rgb(66 32 6 / 0.15);
}
.placeholder-yellow-950\/20::placeholder {
  color: rgb(66 32 6 / 0.2);
}
.placeholder-yellow-950\/25::placeholder {
  color: rgb(66 32 6 / 0.25);
}
.placeholder-yellow-950\/30::placeholder {
  color: rgb(66 32 6 / 0.3);
}
.placeholder-yellow-950\/35::placeholder {
  color: rgb(66 32 6 / 0.35);
}
.placeholder-yellow-950\/40::placeholder {
  color: rgb(66 32 6 / 0.4);
}
.placeholder-yellow-950\/45::placeholder {
  color: rgb(66 32 6 / 0.45);
}
.placeholder-yellow-950\/5::placeholder {
  color: rgb(66 32 6 / 0.05);
}
.placeholder-yellow-950\/50::placeholder {
  color: rgb(66 32 6 / 0.5);
}
.placeholder-yellow-950\/55::placeholder {
  color: rgb(66 32 6 / 0.55);
}
.placeholder-yellow-950\/60::placeholder {
  color: rgb(66 32 6 / 0.6);
}
.placeholder-yellow-950\/65::placeholder {
  color: rgb(66 32 6 / 0.65);
}
.placeholder-yellow-950\/70::placeholder {
  color: rgb(66 32 6 / 0.7);
}
.placeholder-yellow-950\/75::placeholder {
  color: rgb(66 32 6 / 0.75);
}
.placeholder-yellow-950\/80::placeholder {
  color: rgb(66 32 6 / 0.8);
}
.placeholder-yellow-950\/85::placeholder {
  color: rgb(66 32 6 / 0.85);
}
.placeholder-yellow-950\/90::placeholder {
  color: rgb(66 32 6 / 0.9);
}
.placeholder-yellow-950\/95::placeholder {
  color: rgb(66 32 6 / 0.95);
}
.placeholder-zinc-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-100\/0::placeholder {
  color: rgb(244 244 245 / 0);
}
.placeholder-zinc-100\/10::placeholder {
  color: rgb(244 244 245 / 0.1);
}
.placeholder-zinc-100\/100::placeholder {
  color: rgb(244 244 245 / 1);
}
.placeholder-zinc-100\/15::placeholder {
  color: rgb(244 244 245 / 0.15);
}
.placeholder-zinc-100\/20::placeholder {
  color: rgb(244 244 245 / 0.2);
}
.placeholder-zinc-100\/25::placeholder {
  color: rgb(244 244 245 / 0.25);
}
.placeholder-zinc-100\/30::placeholder {
  color: rgb(244 244 245 / 0.3);
}
.placeholder-zinc-100\/35::placeholder {
  color: rgb(244 244 245 / 0.35);
}
.placeholder-zinc-100\/40::placeholder {
  color: rgb(244 244 245 / 0.4);
}
.placeholder-zinc-100\/45::placeholder {
  color: rgb(244 244 245 / 0.45);
}
.placeholder-zinc-100\/5::placeholder {
  color: rgb(244 244 245 / 0.05);
}
.placeholder-zinc-100\/50::placeholder {
  color: rgb(244 244 245 / 0.5);
}
.placeholder-zinc-100\/55::placeholder {
  color: rgb(244 244 245 / 0.55);
}
.placeholder-zinc-100\/60::placeholder {
  color: rgb(244 244 245 / 0.6);
}
.placeholder-zinc-100\/65::placeholder {
  color: rgb(244 244 245 / 0.65);
}
.placeholder-zinc-100\/70::placeholder {
  color: rgb(244 244 245 / 0.7);
}
.placeholder-zinc-100\/75::placeholder {
  color: rgb(244 244 245 / 0.75);
}
.placeholder-zinc-100\/80::placeholder {
  color: rgb(244 244 245 / 0.8);
}
.placeholder-zinc-100\/85::placeholder {
  color: rgb(244 244 245 / 0.85);
}
.placeholder-zinc-100\/90::placeholder {
  color: rgb(244 244 245 / 0.9);
}
.placeholder-zinc-100\/95::placeholder {
  color: rgb(244 244 245 / 0.95);
}
.placeholder-zinc-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-200\/0::placeholder {
  color: rgb(228 228 231 / 0);
}
.placeholder-zinc-200\/10::placeholder {
  color: rgb(228 228 231 / 0.1);
}
.placeholder-zinc-200\/100::placeholder {
  color: rgb(228 228 231 / 1);
}
.placeholder-zinc-200\/15::placeholder {
  color: rgb(228 228 231 / 0.15);
}
.placeholder-zinc-200\/20::placeholder {
  color: rgb(228 228 231 / 0.2);
}
.placeholder-zinc-200\/25::placeholder {
  color: rgb(228 228 231 / 0.25);
}
.placeholder-zinc-200\/30::placeholder {
  color: rgb(228 228 231 / 0.3);
}
.placeholder-zinc-200\/35::placeholder {
  color: rgb(228 228 231 / 0.35);
}
.placeholder-zinc-200\/40::placeholder {
  color: rgb(228 228 231 / 0.4);
}
.placeholder-zinc-200\/45::placeholder {
  color: rgb(228 228 231 / 0.45);
}
.placeholder-zinc-200\/5::placeholder {
  color: rgb(228 228 231 / 0.05);
}
.placeholder-zinc-200\/50::placeholder {
  color: rgb(228 228 231 / 0.5);
}
.placeholder-zinc-200\/55::placeholder {
  color: rgb(228 228 231 / 0.55);
}
.placeholder-zinc-200\/60::placeholder {
  color: rgb(228 228 231 / 0.6);
}
.placeholder-zinc-200\/65::placeholder {
  color: rgb(228 228 231 / 0.65);
}
.placeholder-zinc-200\/70::placeholder {
  color: rgb(228 228 231 / 0.7);
}
.placeholder-zinc-200\/75::placeholder {
  color: rgb(228 228 231 / 0.75);
}
.placeholder-zinc-200\/80::placeholder {
  color: rgb(228 228 231 / 0.8);
}
.placeholder-zinc-200\/85::placeholder {
  color: rgb(228 228 231 / 0.85);
}
.placeholder-zinc-200\/90::placeholder {
  color: rgb(228 228 231 / 0.9);
}
.placeholder-zinc-200\/95::placeholder {
  color: rgb(228 228 231 / 0.95);
}
.placeholder-zinc-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-300\/0::placeholder {
  color: rgb(212 212 216 / 0);
}
.placeholder-zinc-300\/10::placeholder {
  color: rgb(212 212 216 / 0.1);
}
.placeholder-zinc-300\/100::placeholder {
  color: rgb(212 212 216 / 1);
}
.placeholder-zinc-300\/15::placeholder {
  color: rgb(212 212 216 / 0.15);
}
.placeholder-zinc-300\/20::placeholder {
  color: rgb(212 212 216 / 0.2);
}
.placeholder-zinc-300\/25::placeholder {
  color: rgb(212 212 216 / 0.25);
}
.placeholder-zinc-300\/30::placeholder {
  color: rgb(212 212 216 / 0.3);
}
.placeholder-zinc-300\/35::placeholder {
  color: rgb(212 212 216 / 0.35);
}
.placeholder-zinc-300\/40::placeholder {
  color: rgb(212 212 216 / 0.4);
}
.placeholder-zinc-300\/45::placeholder {
  color: rgb(212 212 216 / 0.45);
}
.placeholder-zinc-300\/5::placeholder {
  color: rgb(212 212 216 / 0.05);
}
.placeholder-zinc-300\/50::placeholder {
  color: rgb(212 212 216 / 0.5);
}
.placeholder-zinc-300\/55::placeholder {
  color: rgb(212 212 216 / 0.55);
}
.placeholder-zinc-300\/60::placeholder {
  color: rgb(212 212 216 / 0.6);
}
.placeholder-zinc-300\/65::placeholder {
  color: rgb(212 212 216 / 0.65);
}
.placeholder-zinc-300\/70::placeholder {
  color: rgb(212 212 216 / 0.7);
}
.placeholder-zinc-300\/75::placeholder {
  color: rgb(212 212 216 / 0.75);
}
.placeholder-zinc-300\/80::placeholder {
  color: rgb(212 212 216 / 0.8);
}
.placeholder-zinc-300\/85::placeholder {
  color: rgb(212 212 216 / 0.85);
}
.placeholder-zinc-300\/90::placeholder {
  color: rgb(212 212 216 / 0.9);
}
.placeholder-zinc-300\/95::placeholder {
  color: rgb(212 212 216 / 0.95);
}
.placeholder-zinc-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-400\/0::placeholder {
  color: rgb(161 161 170 / 0);
}
.placeholder-zinc-400\/10::placeholder {
  color: rgb(161 161 170 / 0.1);
}
.placeholder-zinc-400\/100::placeholder {
  color: rgb(161 161 170 / 1);
}
.placeholder-zinc-400\/15::placeholder {
  color: rgb(161 161 170 / 0.15);
}
.placeholder-zinc-400\/20::placeholder {
  color: rgb(161 161 170 / 0.2);
}
.placeholder-zinc-400\/25::placeholder {
  color: rgb(161 161 170 / 0.25);
}
.placeholder-zinc-400\/30::placeholder {
  color: rgb(161 161 170 / 0.3);
}
.placeholder-zinc-400\/35::placeholder {
  color: rgb(161 161 170 / 0.35);
}
.placeholder-zinc-400\/40::placeholder {
  color: rgb(161 161 170 / 0.4);
}
.placeholder-zinc-400\/45::placeholder {
  color: rgb(161 161 170 / 0.45);
}
.placeholder-zinc-400\/5::placeholder {
  color: rgb(161 161 170 / 0.05);
}
.placeholder-zinc-400\/50::placeholder {
  color: rgb(161 161 170 / 0.5);
}
.placeholder-zinc-400\/55::placeholder {
  color: rgb(161 161 170 / 0.55);
}
.placeholder-zinc-400\/60::placeholder {
  color: rgb(161 161 170 / 0.6);
}
.placeholder-zinc-400\/65::placeholder {
  color: rgb(161 161 170 / 0.65);
}
.placeholder-zinc-400\/70::placeholder {
  color: rgb(161 161 170 / 0.7);
}
.placeholder-zinc-400\/75::placeholder {
  color: rgb(161 161 170 / 0.75);
}
.placeholder-zinc-400\/80::placeholder {
  color: rgb(161 161 170 / 0.8);
}
.placeholder-zinc-400\/85::placeholder {
  color: rgb(161 161 170 / 0.85);
}
.placeholder-zinc-400\/90::placeholder {
  color: rgb(161 161 170 / 0.9);
}
.placeholder-zinc-400\/95::placeholder {
  color: rgb(161 161 170 / 0.95);
}
.placeholder-zinc-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-50\/0::placeholder {
  color: rgb(250 250 250 / 0);
}
.placeholder-zinc-50\/10::placeholder {
  color: rgb(250 250 250 / 0.1);
}
.placeholder-zinc-50\/100::placeholder {
  color: rgb(250 250 250 / 1);
}
.placeholder-zinc-50\/15::placeholder {
  color: rgb(250 250 250 / 0.15);
}
.placeholder-zinc-50\/20::placeholder {
  color: rgb(250 250 250 / 0.2);
}
.placeholder-zinc-50\/25::placeholder {
  color: rgb(250 250 250 / 0.25);
}
.placeholder-zinc-50\/30::placeholder {
  color: rgb(250 250 250 / 0.3);
}
.placeholder-zinc-50\/35::placeholder {
  color: rgb(250 250 250 / 0.35);
}
.placeholder-zinc-50\/40::placeholder {
  color: rgb(250 250 250 / 0.4);
}
.placeholder-zinc-50\/45::placeholder {
  color: rgb(250 250 250 / 0.45);
}
.placeholder-zinc-50\/5::placeholder {
  color: rgb(250 250 250 / 0.05);
}
.placeholder-zinc-50\/50::placeholder {
  color: rgb(250 250 250 / 0.5);
}
.placeholder-zinc-50\/55::placeholder {
  color: rgb(250 250 250 / 0.55);
}
.placeholder-zinc-50\/60::placeholder {
  color: rgb(250 250 250 / 0.6);
}
.placeholder-zinc-50\/65::placeholder {
  color: rgb(250 250 250 / 0.65);
}
.placeholder-zinc-50\/70::placeholder {
  color: rgb(250 250 250 / 0.7);
}
.placeholder-zinc-50\/75::placeholder {
  color: rgb(250 250 250 / 0.75);
}
.placeholder-zinc-50\/80::placeholder {
  color: rgb(250 250 250 / 0.8);
}
.placeholder-zinc-50\/85::placeholder {
  color: rgb(250 250 250 / 0.85);
}
.placeholder-zinc-50\/90::placeholder {
  color: rgb(250 250 250 / 0.9);
}
.placeholder-zinc-50\/95::placeholder {
  color: rgb(250 250 250 / 0.95);
}
.placeholder-zinc-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-500\/0::placeholder {
  color: rgb(113 113 122 / 0);
}
.placeholder-zinc-500\/10::placeholder {
  color: rgb(113 113 122 / 0.1);
}
.placeholder-zinc-500\/100::placeholder {
  color: rgb(113 113 122 / 1);
}
.placeholder-zinc-500\/15::placeholder {
  color: rgb(113 113 122 / 0.15);
}
.placeholder-zinc-500\/20::placeholder {
  color: rgb(113 113 122 / 0.2);
}
.placeholder-zinc-500\/25::placeholder {
  color: rgb(113 113 122 / 0.25);
}
.placeholder-zinc-500\/30::placeholder {
  color: rgb(113 113 122 / 0.3);
}
.placeholder-zinc-500\/35::placeholder {
  color: rgb(113 113 122 / 0.35);
}
.placeholder-zinc-500\/40::placeholder {
  color: rgb(113 113 122 / 0.4);
}
.placeholder-zinc-500\/45::placeholder {
  color: rgb(113 113 122 / 0.45);
}
.placeholder-zinc-500\/5::placeholder {
  color: rgb(113 113 122 / 0.05);
}
.placeholder-zinc-500\/50::placeholder {
  color: rgb(113 113 122 / 0.5);
}
.placeholder-zinc-500\/55::placeholder {
  color: rgb(113 113 122 / 0.55);
}
.placeholder-zinc-500\/60::placeholder {
  color: rgb(113 113 122 / 0.6);
}
.placeholder-zinc-500\/65::placeholder {
  color: rgb(113 113 122 / 0.65);
}
.placeholder-zinc-500\/70::placeholder {
  color: rgb(113 113 122 / 0.7);
}
.placeholder-zinc-500\/75::placeholder {
  color: rgb(113 113 122 / 0.75);
}
.placeholder-zinc-500\/80::placeholder {
  color: rgb(113 113 122 / 0.8);
}
.placeholder-zinc-500\/85::placeholder {
  color: rgb(113 113 122 / 0.85);
}
.placeholder-zinc-500\/90::placeholder {
  color: rgb(113 113 122 / 0.9);
}
.placeholder-zinc-500\/95::placeholder {
  color: rgb(113 113 122 / 0.95);
}
.placeholder-zinc-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-600\/0::placeholder {
  color: rgb(82 82 91 / 0);
}
.placeholder-zinc-600\/10::placeholder {
  color: rgb(82 82 91 / 0.1);
}
.placeholder-zinc-600\/100::placeholder {
  color: rgb(82 82 91 / 1);
}
.placeholder-zinc-600\/15::placeholder {
  color: rgb(82 82 91 / 0.15);
}
.placeholder-zinc-600\/20::placeholder {
  color: rgb(82 82 91 / 0.2);
}
.placeholder-zinc-600\/25::placeholder {
  color: rgb(82 82 91 / 0.25);
}
.placeholder-zinc-600\/30::placeholder {
  color: rgb(82 82 91 / 0.3);
}
.placeholder-zinc-600\/35::placeholder {
  color: rgb(82 82 91 / 0.35);
}
.placeholder-zinc-600\/40::placeholder {
  color: rgb(82 82 91 / 0.4);
}
.placeholder-zinc-600\/45::placeholder {
  color: rgb(82 82 91 / 0.45);
}
.placeholder-zinc-600\/5::placeholder {
  color: rgb(82 82 91 / 0.05);
}
.placeholder-zinc-600\/50::placeholder {
  color: rgb(82 82 91 / 0.5);
}
.placeholder-zinc-600\/55::placeholder {
  color: rgb(82 82 91 / 0.55);
}
.placeholder-zinc-600\/60::placeholder {
  color: rgb(82 82 91 / 0.6);
}
.placeholder-zinc-600\/65::placeholder {
  color: rgb(82 82 91 / 0.65);
}
.placeholder-zinc-600\/70::placeholder {
  color: rgb(82 82 91 / 0.7);
}
.placeholder-zinc-600\/75::placeholder {
  color: rgb(82 82 91 / 0.75);
}
.placeholder-zinc-600\/80::placeholder {
  color: rgb(82 82 91 / 0.8);
}
.placeholder-zinc-600\/85::placeholder {
  color: rgb(82 82 91 / 0.85);
}
.placeholder-zinc-600\/90::placeholder {
  color: rgb(82 82 91 / 0.9);
}
.placeholder-zinc-600\/95::placeholder {
  color: rgb(82 82 91 / 0.95);
}
.placeholder-zinc-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-700\/0::placeholder {
  color: rgb(63 63 70 / 0);
}
.placeholder-zinc-700\/10::placeholder {
  color: rgb(63 63 70 / 0.1);
}
.placeholder-zinc-700\/100::placeholder {
  color: rgb(63 63 70 / 1);
}
.placeholder-zinc-700\/15::placeholder {
  color: rgb(63 63 70 / 0.15);
}
.placeholder-zinc-700\/20::placeholder {
  color: rgb(63 63 70 / 0.2);
}
.placeholder-zinc-700\/25::placeholder {
  color: rgb(63 63 70 / 0.25);
}
.placeholder-zinc-700\/30::placeholder {
  color: rgb(63 63 70 / 0.3);
}
.placeholder-zinc-700\/35::placeholder {
  color: rgb(63 63 70 / 0.35);
}
.placeholder-zinc-700\/40::placeholder {
  color: rgb(63 63 70 / 0.4);
}
.placeholder-zinc-700\/45::placeholder {
  color: rgb(63 63 70 / 0.45);
}
.placeholder-zinc-700\/5::placeholder {
  color: rgb(63 63 70 / 0.05);
}
.placeholder-zinc-700\/50::placeholder {
  color: rgb(63 63 70 / 0.5);
}
.placeholder-zinc-700\/55::placeholder {
  color: rgb(63 63 70 / 0.55);
}
.placeholder-zinc-700\/60::placeholder {
  color: rgb(63 63 70 / 0.6);
}
.placeholder-zinc-700\/65::placeholder {
  color: rgb(63 63 70 / 0.65);
}
.placeholder-zinc-700\/70::placeholder {
  color: rgb(63 63 70 / 0.7);
}
.placeholder-zinc-700\/75::placeholder {
  color: rgb(63 63 70 / 0.75);
}
.placeholder-zinc-700\/80::placeholder {
  color: rgb(63 63 70 / 0.8);
}
.placeholder-zinc-700\/85::placeholder {
  color: rgb(63 63 70 / 0.85);
}
.placeholder-zinc-700\/90::placeholder {
  color: rgb(63 63 70 / 0.9);
}
.placeholder-zinc-700\/95::placeholder {
  color: rgb(63 63 70 / 0.95);
}
.placeholder-zinc-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-800\/0::placeholder {
  color: rgb(39 39 42 / 0);
}
.placeholder-zinc-800\/10::placeholder {
  color: rgb(39 39 42 / 0.1);
}
.placeholder-zinc-800\/100::placeholder {
  color: rgb(39 39 42 / 1);
}
.placeholder-zinc-800\/15::placeholder {
  color: rgb(39 39 42 / 0.15);
}
.placeholder-zinc-800\/20::placeholder {
  color: rgb(39 39 42 / 0.2);
}
.placeholder-zinc-800\/25::placeholder {
  color: rgb(39 39 42 / 0.25);
}
.placeholder-zinc-800\/30::placeholder {
  color: rgb(39 39 42 / 0.3);
}
.placeholder-zinc-800\/35::placeholder {
  color: rgb(39 39 42 / 0.35);
}
.placeholder-zinc-800\/40::placeholder {
  color: rgb(39 39 42 / 0.4);
}
.placeholder-zinc-800\/45::placeholder {
  color: rgb(39 39 42 / 0.45);
}
.placeholder-zinc-800\/5::placeholder {
  color: rgb(39 39 42 / 0.05);
}
.placeholder-zinc-800\/50::placeholder {
  color: rgb(39 39 42 / 0.5);
}
.placeholder-zinc-800\/55::placeholder {
  color: rgb(39 39 42 / 0.55);
}
.placeholder-zinc-800\/60::placeholder {
  color: rgb(39 39 42 / 0.6);
}
.placeholder-zinc-800\/65::placeholder {
  color: rgb(39 39 42 / 0.65);
}
.placeholder-zinc-800\/70::placeholder {
  color: rgb(39 39 42 / 0.7);
}
.placeholder-zinc-800\/75::placeholder {
  color: rgb(39 39 42 / 0.75);
}
.placeholder-zinc-800\/80::placeholder {
  color: rgb(39 39 42 / 0.8);
}
.placeholder-zinc-800\/85::placeholder {
  color: rgb(39 39 42 / 0.85);
}
.placeholder-zinc-800\/90::placeholder {
  color: rgb(39 39 42 / 0.9);
}
.placeholder-zinc-800\/95::placeholder {
  color: rgb(39 39 42 / 0.95);
}
.placeholder-zinc-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-900\/0::placeholder {
  color: rgb(24 24 27 / 0);
}
.placeholder-zinc-900\/10::placeholder {
  color: rgb(24 24 27 / 0.1);
}
.placeholder-zinc-900\/100::placeholder {
  color: rgb(24 24 27 / 1);
}
.placeholder-zinc-900\/15::placeholder {
  color: rgb(24 24 27 / 0.15);
}
.placeholder-zinc-900\/20::placeholder {
  color: rgb(24 24 27 / 0.2);
}
.placeholder-zinc-900\/25::placeholder {
  color: rgb(24 24 27 / 0.25);
}
.placeholder-zinc-900\/30::placeholder {
  color: rgb(24 24 27 / 0.3);
}
.placeholder-zinc-900\/35::placeholder {
  color: rgb(24 24 27 / 0.35);
}
.placeholder-zinc-900\/40::placeholder {
  color: rgb(24 24 27 / 0.4);
}
.placeholder-zinc-900\/45::placeholder {
  color: rgb(24 24 27 / 0.45);
}
.placeholder-zinc-900\/5::placeholder {
  color: rgb(24 24 27 / 0.05);
}
.placeholder-zinc-900\/50::placeholder {
  color: rgb(24 24 27 / 0.5);
}
.placeholder-zinc-900\/55::placeholder {
  color: rgb(24 24 27 / 0.55);
}
.placeholder-zinc-900\/60::placeholder {
  color: rgb(24 24 27 / 0.6);
}
.placeholder-zinc-900\/65::placeholder {
  color: rgb(24 24 27 / 0.65);
}
.placeholder-zinc-900\/70::placeholder {
  color: rgb(24 24 27 / 0.7);
}
.placeholder-zinc-900\/75::placeholder {
  color: rgb(24 24 27 / 0.75);
}
.placeholder-zinc-900\/80::placeholder {
  color: rgb(24 24 27 / 0.8);
}
.placeholder-zinc-900\/85::placeholder {
  color: rgb(24 24 27 / 0.85);
}
.placeholder-zinc-900\/90::placeholder {
  color: rgb(24 24 27 / 0.9);
}
.placeholder-zinc-900\/95::placeholder {
  color: rgb(24 24 27 / 0.95);
}
.placeholder-zinc-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-950\/0::placeholder {
  color: rgb(9 9 11 / 0);
}
.placeholder-zinc-950\/10::placeholder {
  color: rgb(9 9 11 / 0.1);
}
.placeholder-zinc-950\/100::placeholder {
  color: rgb(9 9 11 / 1);
}
.placeholder-zinc-950\/15::placeholder {
  color: rgb(9 9 11 / 0.15);
}
.placeholder-zinc-950\/20::placeholder {
  color: rgb(9 9 11 / 0.2);
}
.placeholder-zinc-950\/25::placeholder {
  color: rgb(9 9 11 / 0.25);
}
.placeholder-zinc-950\/30::placeholder {
  color: rgb(9 9 11 / 0.3);
}
.placeholder-zinc-950\/35::placeholder {
  color: rgb(9 9 11 / 0.35);
}
.placeholder-zinc-950\/40::placeholder {
  color: rgb(9 9 11 / 0.4);
}
.placeholder-zinc-950\/45::placeholder {
  color: rgb(9 9 11 / 0.45);
}
.placeholder-zinc-950\/5::placeholder {
  color: rgb(9 9 11 / 0.05);
}
.placeholder-zinc-950\/50::placeholder {
  color: rgb(9 9 11 / 0.5);
}
.placeholder-zinc-950\/55::placeholder {
  color: rgb(9 9 11 / 0.55);
}
.placeholder-zinc-950\/60::placeholder {
  color: rgb(9 9 11 / 0.6);
}
.placeholder-zinc-950\/65::placeholder {
  color: rgb(9 9 11 / 0.65);
}
.placeholder-zinc-950\/70::placeholder {
  color: rgb(9 9 11 / 0.7);
}
.placeholder-zinc-950\/75::placeholder {
  color: rgb(9 9 11 / 0.75);
}
.placeholder-zinc-950\/80::placeholder {
  color: rgb(9 9 11 / 0.8);
}
.placeholder-zinc-950\/85::placeholder {
  color: rgb(9 9 11 / 0.85);
}
.placeholder-zinc-950\/90::placeholder {
  color: rgb(9 9 11 / 0.9);
}
.placeholder-zinc-950\/95::placeholder {
  color: rgb(9 9 11 / 0.95);
}
.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}
.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-15::placeholder {
  --tw-placeholder-opacity: 0.15;
}
.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-35::placeholder {
  --tw-placeholder-opacity: 0.35;
}
.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-45::placeholder {
  --tw-placeholder-opacity: 0.45;
}
.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-55::placeholder {
  --tw-placeholder-opacity: 0.55;
}
.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-65::placeholder {
  --tw-placeholder-opacity: 0.65;
}
.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-85::placeholder {
  --tw-placeholder-opacity: 0.85;
}
.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}
.caret-fuchsia-100 {
  caret-color: #fae8ff;
}
.caret-fuchsia-100\/0 {
  caret-color: rgb(250 232 255 / 0);
}
.caret-fuchsia-100\/10 {
  caret-color: rgb(250 232 255 / 0.1);
}
.caret-fuchsia-100\/100 {
  caret-color: rgb(250 232 255 / 1);
}
.caret-fuchsia-100\/15 {
  caret-color: rgb(250 232 255 / 0.15);
}
.caret-fuchsia-100\/20 {
  caret-color: rgb(250 232 255 / 0.2);
}
.caret-fuchsia-100\/25 {
  caret-color: rgb(250 232 255 / 0.25);
}
.caret-fuchsia-100\/30 {
  caret-color: rgb(250 232 255 / 0.3);
}
.caret-fuchsia-100\/35 {
  caret-color: rgb(250 232 255 / 0.35);
}
.caret-fuchsia-100\/40 {
  caret-color: rgb(250 232 255 / 0.4);
}
.caret-fuchsia-100\/45 {
  caret-color: rgb(250 232 255 / 0.45);
}
.caret-fuchsia-100\/5 {
  caret-color: rgb(250 232 255 / 0.05);
}
.caret-fuchsia-100\/50 {
  caret-color: rgb(250 232 255 / 0.5);
}
.caret-fuchsia-100\/55 {
  caret-color: rgb(250 232 255 / 0.55);
}
.caret-fuchsia-100\/60 {
  caret-color: rgb(250 232 255 / 0.6);
}
.caret-fuchsia-100\/65 {
  caret-color: rgb(250 232 255 / 0.65);
}
.caret-fuchsia-100\/70 {
  caret-color: rgb(250 232 255 / 0.7);
}
.caret-fuchsia-100\/75 {
  caret-color: rgb(250 232 255 / 0.75);
}
.caret-fuchsia-100\/80 {
  caret-color: rgb(250 232 255 / 0.8);
}
.caret-fuchsia-100\/85 {
  caret-color: rgb(250 232 255 / 0.85);
}
.caret-fuchsia-100\/90 {
  caret-color: rgb(250 232 255 / 0.9);
}
.caret-fuchsia-100\/95 {
  caret-color: rgb(250 232 255 / 0.95);
}
.caret-fuchsia-200 {
  caret-color: #f5d0fe;
}
.caret-fuchsia-200\/0 {
  caret-color: rgb(245 208 254 / 0);
}
.caret-fuchsia-200\/10 {
  caret-color: rgb(245 208 254 / 0.1);
}
.caret-fuchsia-200\/100 {
  caret-color: rgb(245 208 254 / 1);
}
.caret-fuchsia-200\/15 {
  caret-color: rgb(245 208 254 / 0.15);
}
.caret-fuchsia-200\/20 {
  caret-color: rgb(245 208 254 / 0.2);
}
.caret-fuchsia-200\/25 {
  caret-color: rgb(245 208 254 / 0.25);
}
.caret-fuchsia-200\/30 {
  caret-color: rgb(245 208 254 / 0.3);
}
.caret-fuchsia-200\/35 {
  caret-color: rgb(245 208 254 / 0.35);
}
.caret-fuchsia-200\/40 {
  caret-color: rgb(245 208 254 / 0.4);
}
.caret-fuchsia-200\/45 {
  caret-color: rgb(245 208 254 / 0.45);
}
.caret-fuchsia-200\/5 {
  caret-color: rgb(245 208 254 / 0.05);
}
.caret-fuchsia-200\/50 {
  caret-color: rgb(245 208 254 / 0.5);
}
.caret-fuchsia-200\/55 {
  caret-color: rgb(245 208 254 / 0.55);
}
.caret-fuchsia-200\/60 {
  caret-color: rgb(245 208 254 / 0.6);
}
.caret-fuchsia-200\/65 {
  caret-color: rgb(245 208 254 / 0.65);
}
.caret-fuchsia-200\/70 {
  caret-color: rgb(245 208 254 / 0.7);
}
.caret-fuchsia-200\/75 {
  caret-color: rgb(245 208 254 / 0.75);
}
.caret-fuchsia-200\/80 {
  caret-color: rgb(245 208 254 / 0.8);
}
.caret-fuchsia-200\/85 {
  caret-color: rgb(245 208 254 / 0.85);
}
.caret-fuchsia-200\/90 {
  caret-color: rgb(245 208 254 / 0.9);
}
.caret-fuchsia-200\/95 {
  caret-color: rgb(245 208 254 / 0.95);
}
.caret-fuchsia-300 {
  caret-color: #f0abfc;
}
.caret-fuchsia-300\/0 {
  caret-color: rgb(240 171 252 / 0);
}
.caret-fuchsia-300\/10 {
  caret-color: rgb(240 171 252 / 0.1);
}
.caret-fuchsia-300\/100 {
  caret-color: rgb(240 171 252 / 1);
}
.caret-fuchsia-300\/15 {
  caret-color: rgb(240 171 252 / 0.15);
}
.caret-fuchsia-300\/20 {
  caret-color: rgb(240 171 252 / 0.2);
}
.caret-fuchsia-300\/25 {
  caret-color: rgb(240 171 252 / 0.25);
}
.caret-fuchsia-300\/30 {
  caret-color: rgb(240 171 252 / 0.3);
}
.caret-fuchsia-300\/35 {
  caret-color: rgb(240 171 252 / 0.35);
}
.caret-fuchsia-300\/40 {
  caret-color: rgb(240 171 252 / 0.4);
}
.caret-fuchsia-300\/45 {
  caret-color: rgb(240 171 252 / 0.45);
}
.caret-fuchsia-300\/5 {
  caret-color: rgb(240 171 252 / 0.05);
}
.caret-fuchsia-300\/50 {
  caret-color: rgb(240 171 252 / 0.5);
}
.caret-fuchsia-300\/55 {
  caret-color: rgb(240 171 252 / 0.55);
}
.caret-fuchsia-300\/60 {
  caret-color: rgb(240 171 252 / 0.6);
}
.caret-fuchsia-300\/65 {
  caret-color: rgb(240 171 252 / 0.65);
}
.caret-fuchsia-300\/70 {
  caret-color: rgb(240 171 252 / 0.7);
}
.caret-fuchsia-300\/75 {
  caret-color: rgb(240 171 252 / 0.75);
}
.caret-fuchsia-300\/80 {
  caret-color: rgb(240 171 252 / 0.8);
}
.caret-fuchsia-300\/85 {
  caret-color: rgb(240 171 252 / 0.85);
}
.caret-fuchsia-300\/90 {
  caret-color: rgb(240 171 252 / 0.9);
}
.caret-fuchsia-300\/95 {
  caret-color: rgb(240 171 252 / 0.95);
}
.caret-fuchsia-400 {
  caret-color: #e879f9;
}
.caret-fuchsia-400\/0 {
  caret-color: rgb(232 121 249 / 0);
}
.caret-fuchsia-400\/10 {
  caret-color: rgb(232 121 249 / 0.1);
}
.caret-fuchsia-400\/100 {
  caret-color: rgb(232 121 249 / 1);
}
.caret-fuchsia-400\/15 {
  caret-color: rgb(232 121 249 / 0.15);
}
.caret-fuchsia-400\/20 {
  caret-color: rgb(232 121 249 / 0.2);
}
.caret-fuchsia-400\/25 {
  caret-color: rgb(232 121 249 / 0.25);
}
.caret-fuchsia-400\/30 {
  caret-color: rgb(232 121 249 / 0.3);
}
.caret-fuchsia-400\/35 {
  caret-color: rgb(232 121 249 / 0.35);
}
.caret-fuchsia-400\/40 {
  caret-color: rgb(232 121 249 / 0.4);
}
.caret-fuchsia-400\/45 {
  caret-color: rgb(232 121 249 / 0.45);
}
.caret-fuchsia-400\/5 {
  caret-color: rgb(232 121 249 / 0.05);
}
.caret-fuchsia-400\/50 {
  caret-color: rgb(232 121 249 / 0.5);
}
.caret-fuchsia-400\/55 {
  caret-color: rgb(232 121 249 / 0.55);
}
.caret-fuchsia-400\/60 {
  caret-color: rgb(232 121 249 / 0.6);
}
.caret-fuchsia-400\/65 {
  caret-color: rgb(232 121 249 / 0.65);
}
.caret-fuchsia-400\/70 {
  caret-color: rgb(232 121 249 / 0.7);
}
.caret-fuchsia-400\/75 {
  caret-color: rgb(232 121 249 / 0.75);
}
.caret-fuchsia-400\/80 {
  caret-color: rgb(232 121 249 / 0.8);
}
.caret-fuchsia-400\/85 {
  caret-color: rgb(232 121 249 / 0.85);
}
.caret-fuchsia-400\/90 {
  caret-color: rgb(232 121 249 / 0.9);
}
.caret-fuchsia-400\/95 {
  caret-color: rgb(232 121 249 / 0.95);
}
.caret-fuchsia-50 {
  caret-color: #fdf4ff;
}
.caret-fuchsia-50\/0 {
  caret-color: rgb(253 244 255 / 0);
}
.caret-fuchsia-50\/10 {
  caret-color: rgb(253 244 255 / 0.1);
}
.caret-fuchsia-50\/100 {
  caret-color: rgb(253 244 255 / 1);
}
.caret-fuchsia-50\/15 {
  caret-color: rgb(253 244 255 / 0.15);
}
.caret-fuchsia-50\/20 {
  caret-color: rgb(253 244 255 / 0.2);
}
.caret-fuchsia-50\/25 {
  caret-color: rgb(253 244 255 / 0.25);
}
.caret-fuchsia-50\/30 {
  caret-color: rgb(253 244 255 / 0.3);
}
.caret-fuchsia-50\/35 {
  caret-color: rgb(253 244 255 / 0.35);
}
.caret-fuchsia-50\/40 {
  caret-color: rgb(253 244 255 / 0.4);
}
.caret-fuchsia-50\/45 {
  caret-color: rgb(253 244 255 / 0.45);
}
.caret-fuchsia-50\/5 {
  caret-color: rgb(253 244 255 / 0.05);
}
.caret-fuchsia-50\/50 {
  caret-color: rgb(253 244 255 / 0.5);
}
.caret-fuchsia-50\/55 {
  caret-color: rgb(253 244 255 / 0.55);
}
.caret-fuchsia-50\/60 {
  caret-color: rgb(253 244 255 / 0.6);
}
.caret-fuchsia-50\/65 {
  caret-color: rgb(253 244 255 / 0.65);
}
.caret-fuchsia-50\/70 {
  caret-color: rgb(253 244 255 / 0.7);
}
.caret-fuchsia-50\/75 {
  caret-color: rgb(253 244 255 / 0.75);
}
.caret-fuchsia-50\/80 {
  caret-color: rgb(253 244 255 / 0.8);
}
.caret-fuchsia-50\/85 {
  caret-color: rgb(253 244 255 / 0.85);
}
.caret-fuchsia-50\/90 {
  caret-color: rgb(253 244 255 / 0.9);
}
.caret-fuchsia-50\/95 {
  caret-color: rgb(253 244 255 / 0.95);
}
.caret-fuchsia-500 {
  caret-color: #d946ef;
}
.caret-fuchsia-500\/0 {
  caret-color: rgb(217 70 239 / 0);
}
.caret-fuchsia-500\/10 {
  caret-color: rgb(217 70 239 / 0.1);
}
.caret-fuchsia-500\/100 {
  caret-color: rgb(217 70 239 / 1);
}
.caret-fuchsia-500\/15 {
  caret-color: rgb(217 70 239 / 0.15);
}
.caret-fuchsia-500\/20 {
  caret-color: rgb(217 70 239 / 0.2);
}
.caret-fuchsia-500\/25 {
  caret-color: rgb(217 70 239 / 0.25);
}
.caret-fuchsia-500\/30 {
  caret-color: rgb(217 70 239 / 0.3);
}
.caret-fuchsia-500\/35 {
  caret-color: rgb(217 70 239 / 0.35);
}
.caret-fuchsia-500\/40 {
  caret-color: rgb(217 70 239 / 0.4);
}
.caret-fuchsia-500\/45 {
  caret-color: rgb(217 70 239 / 0.45);
}
.caret-fuchsia-500\/5 {
  caret-color: rgb(217 70 239 / 0.05);
}
.caret-fuchsia-500\/50 {
  caret-color: rgb(217 70 239 / 0.5);
}
.caret-fuchsia-500\/55 {
  caret-color: rgb(217 70 239 / 0.55);
}
.caret-fuchsia-500\/60 {
  caret-color: rgb(217 70 239 / 0.6);
}
.caret-fuchsia-500\/65 {
  caret-color: rgb(217 70 239 / 0.65);
}
.caret-fuchsia-500\/70 {
  caret-color: rgb(217 70 239 / 0.7);
}
.caret-fuchsia-500\/75 {
  caret-color: rgb(217 70 239 / 0.75);
}
.caret-fuchsia-500\/80 {
  caret-color: rgb(217 70 239 / 0.8);
}
.caret-fuchsia-500\/85 {
  caret-color: rgb(217 70 239 / 0.85);
}
.caret-fuchsia-500\/90 {
  caret-color: rgb(217 70 239 / 0.9);
}
.caret-fuchsia-500\/95 {
  caret-color: rgb(217 70 239 / 0.95);
}
.caret-fuchsia-600 {
  caret-color: #c026d3;
}
.caret-fuchsia-600\/0 {
  caret-color: rgb(192 38 211 / 0);
}
.caret-fuchsia-600\/10 {
  caret-color: rgb(192 38 211 / 0.1);
}
.caret-fuchsia-600\/100 {
  caret-color: rgb(192 38 211 / 1);
}
.caret-fuchsia-600\/15 {
  caret-color: rgb(192 38 211 / 0.15);
}
.caret-fuchsia-600\/20 {
  caret-color: rgb(192 38 211 / 0.2);
}
.caret-fuchsia-600\/25 {
  caret-color: rgb(192 38 211 / 0.25);
}
.caret-fuchsia-600\/30 {
  caret-color: rgb(192 38 211 / 0.3);
}
.caret-fuchsia-600\/35 {
  caret-color: rgb(192 38 211 / 0.35);
}
.caret-fuchsia-600\/40 {
  caret-color: rgb(192 38 211 / 0.4);
}
.caret-fuchsia-600\/45 {
  caret-color: rgb(192 38 211 / 0.45);
}
.caret-fuchsia-600\/5 {
  caret-color: rgb(192 38 211 / 0.05);
}
.caret-fuchsia-600\/50 {
  caret-color: rgb(192 38 211 / 0.5);
}
.caret-fuchsia-600\/55 {
  caret-color: rgb(192 38 211 / 0.55);
}
.caret-fuchsia-600\/60 {
  caret-color: rgb(192 38 211 / 0.6);
}
.caret-fuchsia-600\/65 {
  caret-color: rgb(192 38 211 / 0.65);
}
.caret-fuchsia-600\/70 {
  caret-color: rgb(192 38 211 / 0.7);
}
.caret-fuchsia-600\/75 {
  caret-color: rgb(192 38 211 / 0.75);
}
.caret-fuchsia-600\/80 {
  caret-color: rgb(192 38 211 / 0.8);
}
.caret-fuchsia-600\/85 {
  caret-color: rgb(192 38 211 / 0.85);
}
.caret-fuchsia-600\/90 {
  caret-color: rgb(192 38 211 / 0.9);
}
.caret-fuchsia-600\/95 {
  caret-color: rgb(192 38 211 / 0.95);
}
.caret-fuchsia-700 {
  caret-color: #a21caf;
}
.caret-fuchsia-700\/0 {
  caret-color: rgb(162 28 175 / 0);
}
.caret-fuchsia-700\/10 {
  caret-color: rgb(162 28 175 / 0.1);
}
.caret-fuchsia-700\/100 {
  caret-color: rgb(162 28 175 / 1);
}
.caret-fuchsia-700\/15 {
  caret-color: rgb(162 28 175 / 0.15);
}
.caret-fuchsia-700\/20 {
  caret-color: rgb(162 28 175 / 0.2);
}
.caret-fuchsia-700\/25 {
  caret-color: rgb(162 28 175 / 0.25);
}
.caret-fuchsia-700\/30 {
  caret-color: rgb(162 28 175 / 0.3);
}
.caret-fuchsia-700\/35 {
  caret-color: rgb(162 28 175 / 0.35);
}
.caret-fuchsia-700\/40 {
  caret-color: rgb(162 28 175 / 0.4);
}
.caret-fuchsia-700\/45 {
  caret-color: rgb(162 28 175 / 0.45);
}
.caret-fuchsia-700\/5 {
  caret-color: rgb(162 28 175 / 0.05);
}
.caret-fuchsia-700\/50 {
  caret-color: rgb(162 28 175 / 0.5);
}
.caret-fuchsia-700\/55 {
  caret-color: rgb(162 28 175 / 0.55);
}
.caret-fuchsia-700\/60 {
  caret-color: rgb(162 28 175 / 0.6);
}
.caret-fuchsia-700\/65 {
  caret-color: rgb(162 28 175 / 0.65);
}
.caret-fuchsia-700\/70 {
  caret-color: rgb(162 28 175 / 0.7);
}
.caret-fuchsia-700\/75 {
  caret-color: rgb(162 28 175 / 0.75);
}
.caret-fuchsia-700\/80 {
  caret-color: rgb(162 28 175 / 0.8);
}
.caret-fuchsia-700\/85 {
  caret-color: rgb(162 28 175 / 0.85);
}
.caret-fuchsia-700\/90 {
  caret-color: rgb(162 28 175 / 0.9);
}
.caret-fuchsia-700\/95 {
  caret-color: rgb(162 28 175 / 0.95);
}
.caret-fuchsia-800 {
  caret-color: #86198f;
}
.caret-fuchsia-800\/0 {
  caret-color: rgb(134 25 143 / 0);
}
.caret-fuchsia-800\/10 {
  caret-color: rgb(134 25 143 / 0.1);
}
.caret-fuchsia-800\/100 {
  caret-color: rgb(134 25 143 / 1);
}
.caret-fuchsia-800\/15 {
  caret-color: rgb(134 25 143 / 0.15);
}
.caret-fuchsia-800\/20 {
  caret-color: rgb(134 25 143 / 0.2);
}
.caret-fuchsia-800\/25 {
  caret-color: rgb(134 25 143 / 0.25);
}
.caret-fuchsia-800\/30 {
  caret-color: rgb(134 25 143 / 0.3);
}
.caret-fuchsia-800\/35 {
  caret-color: rgb(134 25 143 / 0.35);
}
.caret-fuchsia-800\/40 {
  caret-color: rgb(134 25 143 / 0.4);
}
.caret-fuchsia-800\/45 {
  caret-color: rgb(134 25 143 / 0.45);
}
.caret-fuchsia-800\/5 {
  caret-color: rgb(134 25 143 / 0.05);
}
.caret-fuchsia-800\/50 {
  caret-color: rgb(134 25 143 / 0.5);
}
.caret-fuchsia-800\/55 {
  caret-color: rgb(134 25 143 / 0.55);
}
.caret-fuchsia-800\/60 {
  caret-color: rgb(134 25 143 / 0.6);
}
.caret-fuchsia-800\/65 {
  caret-color: rgb(134 25 143 / 0.65);
}
.caret-fuchsia-800\/70 {
  caret-color: rgb(134 25 143 / 0.7);
}
.caret-fuchsia-800\/75 {
  caret-color: rgb(134 25 143 / 0.75);
}
.caret-fuchsia-800\/80 {
  caret-color: rgb(134 25 143 / 0.8);
}
.caret-fuchsia-800\/85 {
  caret-color: rgb(134 25 143 / 0.85);
}
.caret-fuchsia-800\/90 {
  caret-color: rgb(134 25 143 / 0.9);
}
.caret-fuchsia-800\/95 {
  caret-color: rgb(134 25 143 / 0.95);
}
.caret-fuchsia-900 {
  caret-color: #701a75;
}
.caret-fuchsia-900\/0 {
  caret-color: rgb(112 26 117 / 0);
}
.caret-fuchsia-900\/10 {
  caret-color: rgb(112 26 117 / 0.1);
}
.caret-fuchsia-900\/100 {
  caret-color: rgb(112 26 117 / 1);
}
.caret-fuchsia-900\/15 {
  caret-color: rgb(112 26 117 / 0.15);
}
.caret-fuchsia-900\/20 {
  caret-color: rgb(112 26 117 / 0.2);
}
.caret-fuchsia-900\/25 {
  caret-color: rgb(112 26 117 / 0.25);
}
.caret-fuchsia-900\/30 {
  caret-color: rgb(112 26 117 / 0.3);
}
.caret-fuchsia-900\/35 {
  caret-color: rgb(112 26 117 / 0.35);
}
.caret-fuchsia-900\/40 {
  caret-color: rgb(112 26 117 / 0.4);
}
.caret-fuchsia-900\/45 {
  caret-color: rgb(112 26 117 / 0.45);
}
.caret-fuchsia-900\/5 {
  caret-color: rgb(112 26 117 / 0.05);
}
.caret-fuchsia-900\/50 {
  caret-color: rgb(112 26 117 / 0.5);
}
.caret-fuchsia-900\/55 {
  caret-color: rgb(112 26 117 / 0.55);
}
.caret-fuchsia-900\/60 {
  caret-color: rgb(112 26 117 / 0.6);
}
.caret-fuchsia-900\/65 {
  caret-color: rgb(112 26 117 / 0.65);
}
.caret-fuchsia-900\/70 {
  caret-color: rgb(112 26 117 / 0.7);
}
.caret-fuchsia-900\/75 {
  caret-color: rgb(112 26 117 / 0.75);
}
.caret-fuchsia-900\/80 {
  caret-color: rgb(112 26 117 / 0.8);
}
.caret-fuchsia-900\/85 {
  caret-color: rgb(112 26 117 / 0.85);
}
.caret-fuchsia-900\/90 {
  caret-color: rgb(112 26 117 / 0.9);
}
.caret-fuchsia-900\/95 {
  caret-color: rgb(112 26 117 / 0.95);
}
.caret-fuchsia-950 {
  caret-color: #4a044e;
}
.caret-fuchsia-950\/0 {
  caret-color: rgb(74 4 78 / 0);
}
.caret-fuchsia-950\/10 {
  caret-color: rgb(74 4 78 / 0.1);
}
.caret-fuchsia-950\/100 {
  caret-color: rgb(74 4 78 / 1);
}
.caret-fuchsia-950\/15 {
  caret-color: rgb(74 4 78 / 0.15);
}
.caret-fuchsia-950\/20 {
  caret-color: rgb(74 4 78 / 0.2);
}
.caret-fuchsia-950\/25 {
  caret-color: rgb(74 4 78 / 0.25);
}
.caret-fuchsia-950\/30 {
  caret-color: rgb(74 4 78 / 0.3);
}
.caret-fuchsia-950\/35 {
  caret-color: rgb(74 4 78 / 0.35);
}
.caret-fuchsia-950\/40 {
  caret-color: rgb(74 4 78 / 0.4);
}
.caret-fuchsia-950\/45 {
  caret-color: rgb(74 4 78 / 0.45);
}
.caret-fuchsia-950\/5 {
  caret-color: rgb(74 4 78 / 0.05);
}
.caret-fuchsia-950\/50 {
  caret-color: rgb(74 4 78 / 0.5);
}
.caret-fuchsia-950\/55 {
  caret-color: rgb(74 4 78 / 0.55);
}
.caret-fuchsia-950\/60 {
  caret-color: rgb(74 4 78 / 0.6);
}
.caret-fuchsia-950\/65 {
  caret-color: rgb(74 4 78 / 0.65);
}
.caret-fuchsia-950\/70 {
  caret-color: rgb(74 4 78 / 0.7);
}
.caret-fuchsia-950\/75 {
  caret-color: rgb(74 4 78 / 0.75);
}
.caret-fuchsia-950\/80 {
  caret-color: rgb(74 4 78 / 0.8);
}
.caret-fuchsia-950\/85 {
  caret-color: rgb(74 4 78 / 0.85);
}
.caret-fuchsia-950\/90 {
  caret-color: rgb(74 4 78 / 0.9);
}
.caret-fuchsia-950\/95 {
  caret-color: rgb(74 4 78 / 0.95);
}
.caret-inherit {
  caret-color: inherit;
}
.caret-white {
  caret-color: #fff;
}
.caret-white\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-white\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-white\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-white\/15 {
  caret-color: rgb(255 255 255 / 0.15);
}
.caret-white\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-white\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-white\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-white\/35 {
  caret-color: rgb(255 255 255 / 0.35);
}
.caret-white\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-white\/45 {
  caret-color: rgb(255 255 255 / 0.45);
}
.caret-white\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-white\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-white\/55 {
  caret-color: rgb(255 255 255 / 0.55);
}
.caret-white\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-white\/65 {
  caret-color: rgb(255 255 255 / 0.65);
}
.caret-white\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-white\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-white\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-white\/85 {
  caret-color: rgb(255 255 255 / 0.85);
}
.caret-white\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-white\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-yellow-100 {
  caret-color: #fef9c3;
}
.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}
.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}
.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}
.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15);
}
.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}
.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}
.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}
.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35);
}
.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}
.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45);
}
.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}
.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}
.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55);
}
.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}
.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65);
}
.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}
.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}
.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}
.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85);
}
.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}
.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}
.caret-yellow-200 {
  caret-color: #fef08a;
}
.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}
.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}
.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}
.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15);
}
.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}
.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}
.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}
.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35);
}
.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}
.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45);
}
.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}
.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}
.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55);
}
.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}
.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65);
}
.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}
.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}
.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}
.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85);
}
.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}
.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}
.caret-yellow-300 {
  caret-color: #fde047;
}
.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0);
}
.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1);
}
.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1);
}
.caret-yellow-300\/15 {
  caret-color: rgb(253 224 71 / 0.15);
}
.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2);
}
.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25);
}
.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3);
}
.caret-yellow-300\/35 {
  caret-color: rgb(253 224 71 / 0.35);
}
.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}
.caret-yellow-300\/45 {
  caret-color: rgb(253 224 71 / 0.45);
}
.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05);
}
.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5);
}
.caret-yellow-300\/55 {
  caret-color: rgb(253 224 71 / 0.55);
}
.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}
.caret-yellow-300\/65 {
  caret-color: rgb(253 224 71 / 0.65);
}
.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7);
}
.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75);
}
.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8);
}
.caret-yellow-300\/85 {
  caret-color: rgb(253 224 71 / 0.85);
}
.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9);
}
.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95);
}
.caret-yellow-400 {
  caret-color: #facc15;
}
.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}
.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}
.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}
.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15);
}
.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}
.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}
.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}
.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35);
}
.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}
.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45);
}
.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}
.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}
.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55);
}
.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}
.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65);
}
.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}
.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}
.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}
.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85);
}
.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}
.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}
.caret-yellow-50 {
  caret-color: #fefce8;
}
.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}
.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}
.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}
.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15);
}
.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}
.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}
.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}
.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35);
}
.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}
.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45);
}
.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}
.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}
.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55);
}
.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}
.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65);
}
.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}
.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}
.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}
.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85);
}
.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}
.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}
.caret-yellow-500 {
  caret-color: #eab308;
}
.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}
.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}
.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}
.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15);
}
.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}
.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}
.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3);
}
.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35);
}
.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}
.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45);
}
.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}
.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}
.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55);
}
.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}
.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65);
}
.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}
.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}
.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}
.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85);
}
.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}
.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}
.caret-yellow-600 {
  caret-color: #ca8a04;
}
.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}
.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}
.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}
.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15);
}
.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}
.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}
.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}
.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35);
}
.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}
.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45);
}
.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}
.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5);
}
.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55);
}
.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}
.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65);
}
.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}
.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}
.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}
.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85);
}
.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}
.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}
.caret-yellow-700 {
  caret-color: #a16207;
}
.caret-yellow-700\/0 {
  caret-color: rgb(161 98 7 / 0);
}
.caret-yellow-700\/10 {
  caret-color: rgb(161 98 7 / 0.1);
}
.caret-yellow-700\/100 {
  caret-color: rgb(161 98 7 / 1);
}
.caret-yellow-700\/15 {
  caret-color: rgb(161 98 7 / 0.15);
}
.caret-yellow-700\/20 {
  caret-color: rgb(161 98 7 / 0.2);
}
.caret-yellow-700\/25 {
  caret-color: rgb(161 98 7 / 0.25);
}
.caret-yellow-700\/30 {
  caret-color: rgb(161 98 7 / 0.3);
}
.caret-yellow-700\/35 {
  caret-color: rgb(161 98 7 / 0.35);
}
.caret-yellow-700\/40 {
  caret-color: rgb(161 98 7 / 0.4);
}
.caret-yellow-700\/45 {
  caret-color: rgb(161 98 7 / 0.45);
}
.caret-yellow-700\/5 {
  caret-color: rgb(161 98 7 / 0.05);
}
.caret-yellow-700\/50 {
  caret-color: rgb(161 98 7 / 0.5);
}
.caret-yellow-700\/55 {
  caret-color: rgb(161 98 7 / 0.55);
}
.caret-yellow-700\/60 {
  caret-color: rgb(161 98 7 / 0.6);
}
.caret-yellow-700\/65 {
  caret-color: rgb(161 98 7 / 0.65);
}
.caret-yellow-700\/70 {
  caret-color: rgb(161 98 7 / 0.7);
}
.caret-yellow-700\/75 {
  caret-color: rgb(161 98 7 / 0.75);
}
.caret-yellow-700\/80 {
  caret-color: rgb(161 98 7 / 0.8);
}
.caret-yellow-700\/85 {
  caret-color: rgb(161 98 7 / 0.85);
}
.caret-yellow-700\/90 {
  caret-color: rgb(161 98 7 / 0.9);
}
.caret-yellow-700\/95 {
  caret-color: rgb(161 98 7 / 0.95);
}
.caret-yellow-800 {
  caret-color: #854d0e;
}
.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}
.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}
.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}
.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15);
}
.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}
.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}
.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}
.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35);
}
.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}
.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45);
}
.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}
.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}
.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55);
}
.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}
.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65);
}
.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}
.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}
.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}
.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85);
}
.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}
.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}
.caret-yellow-900 {
  caret-color: #713f12;
}
.caret-yellow-900\/0 {
  caret-color: rgb(113 63 18 / 0);
}
.caret-yellow-900\/10 {
  caret-color: rgb(113 63 18 / 0.1);
}
.caret-yellow-900\/100 {
  caret-color: rgb(113 63 18 / 1);
}
.caret-yellow-900\/15 {
  caret-color: rgb(113 63 18 / 0.15);
}
.caret-yellow-900\/20 {
  caret-color: rgb(113 63 18 / 0.2);
}
.caret-yellow-900\/25 {
  caret-color: rgb(113 63 18 / 0.25);
}
.caret-yellow-900\/30 {
  caret-color: rgb(113 63 18 / 0.3);
}
.caret-yellow-900\/35 {
  caret-color: rgb(113 63 18 / 0.35);
}
.caret-yellow-900\/40 {
  caret-color: rgb(113 63 18 / 0.4);
}
.caret-yellow-900\/45 {
  caret-color: rgb(113 63 18 / 0.45);
}
.caret-yellow-900\/5 {
  caret-color: rgb(113 63 18 / 0.05);
}
.caret-yellow-900\/50 {
  caret-color: rgb(113 63 18 / 0.5);
}
.caret-yellow-900\/55 {
  caret-color: rgb(113 63 18 / 0.55);
}
.caret-yellow-900\/60 {
  caret-color: rgb(113 63 18 / 0.6);
}
.caret-yellow-900\/65 {
  caret-color: rgb(113 63 18 / 0.65);
}
.caret-yellow-900\/70 {
  caret-color: rgb(113 63 18 / 0.7);
}
.caret-yellow-900\/75 {
  caret-color: rgb(113 63 18 / 0.75);
}
.caret-yellow-900\/80 {
  caret-color: rgb(113 63 18 / 0.8);
}
.caret-yellow-900\/85 {
  caret-color: rgb(113 63 18 / 0.85);
}
.caret-yellow-900\/90 {
  caret-color: rgb(113 63 18 / 0.9);
}
.caret-yellow-900\/95 {
  caret-color: rgb(113 63 18 / 0.95);
}
.caret-yellow-950 {
  caret-color: #422006;
}
.caret-yellow-950\/0 {
  caret-color: rgb(66 32 6 / 0);
}
.caret-yellow-950\/10 {
  caret-color: rgb(66 32 6 / 0.1);
}
.caret-yellow-950\/100 {
  caret-color: rgb(66 32 6 / 1);
}
.caret-yellow-950\/15 {
  caret-color: rgb(66 32 6 / 0.15);
}
.caret-yellow-950\/20 {
  caret-color: rgb(66 32 6 / 0.2);
}
.caret-yellow-950\/25 {
  caret-color: rgb(66 32 6 / 0.25);
}
.caret-yellow-950\/30 {
  caret-color: rgb(66 32 6 / 0.3);
}
.caret-yellow-950\/35 {
  caret-color: rgb(66 32 6 / 0.35);
}
.caret-yellow-950\/40 {
  caret-color: rgb(66 32 6 / 0.4);
}
.caret-yellow-950\/45 {
  caret-color: rgb(66 32 6 / 0.45);
}
.caret-yellow-950\/5 {
  caret-color: rgb(66 32 6 / 0.05);
}
.caret-yellow-950\/50 {
  caret-color: rgb(66 32 6 / 0.5);
}
.caret-yellow-950\/55 {
  caret-color: rgb(66 32 6 / 0.55);
}
.caret-yellow-950\/60 {
  caret-color: rgb(66 32 6 / 0.6);
}
.caret-yellow-950\/65 {
  caret-color: rgb(66 32 6 / 0.65);
}
.caret-yellow-950\/70 {
  caret-color: rgb(66 32 6 / 0.7);
}
.caret-yellow-950\/75 {
  caret-color: rgb(66 32 6 / 0.75);
}
.caret-yellow-950\/80 {
  caret-color: rgb(66 32 6 / 0.8);
}
.caret-yellow-950\/85 {
  caret-color: rgb(66 32 6 / 0.85);
}
.caret-yellow-950\/90 {
  caret-color: rgb(66 32 6 / 0.9);
}
.caret-yellow-950\/95 {
  caret-color: rgb(66 32 6 / 0.95);
}
.accent-fuchsia-100 {
  accent-color: #fae8ff;
}
.accent-fuchsia-100\/0 {
  accent-color: rgb(250 232 255 / 0);
}
.accent-fuchsia-100\/10 {
  accent-color: rgb(250 232 255 / 0.1);
}
.accent-fuchsia-100\/100 {
  accent-color: rgb(250 232 255 / 1);
}
.accent-fuchsia-100\/15 {
  accent-color: rgb(250 232 255 / 0.15);
}
.accent-fuchsia-100\/20 {
  accent-color: rgb(250 232 255 / 0.2);
}
.accent-fuchsia-100\/25 {
  accent-color: rgb(250 232 255 / 0.25);
}
.accent-fuchsia-100\/30 {
  accent-color: rgb(250 232 255 / 0.3);
}
.accent-fuchsia-100\/35 {
  accent-color: rgb(250 232 255 / 0.35);
}
.accent-fuchsia-100\/40 {
  accent-color: rgb(250 232 255 / 0.4);
}
.accent-fuchsia-100\/45 {
  accent-color: rgb(250 232 255 / 0.45);
}
.accent-fuchsia-100\/5 {
  accent-color: rgb(250 232 255 / 0.05);
}
.accent-fuchsia-100\/50 {
  accent-color: rgb(250 232 255 / 0.5);
}
.accent-fuchsia-100\/55 {
  accent-color: rgb(250 232 255 / 0.55);
}
.accent-fuchsia-100\/60 {
  accent-color: rgb(250 232 255 / 0.6);
}
.accent-fuchsia-100\/65 {
  accent-color: rgb(250 232 255 / 0.65);
}
.accent-fuchsia-100\/70 {
  accent-color: rgb(250 232 255 / 0.7);
}
.accent-fuchsia-100\/75 {
  accent-color: rgb(250 232 255 / 0.75);
}
.accent-fuchsia-100\/80 {
  accent-color: rgb(250 232 255 / 0.8);
}
.accent-fuchsia-100\/85 {
  accent-color: rgb(250 232 255 / 0.85);
}
.accent-fuchsia-100\/90 {
  accent-color: rgb(250 232 255 / 0.9);
}
.accent-fuchsia-100\/95 {
  accent-color: rgb(250 232 255 / 0.95);
}
.accent-fuchsia-200 {
  accent-color: #f5d0fe;
}
.accent-fuchsia-200\/0 {
  accent-color: rgb(245 208 254 / 0);
}
.accent-fuchsia-200\/10 {
  accent-color: rgb(245 208 254 / 0.1);
}
.accent-fuchsia-200\/100 {
  accent-color: rgb(245 208 254 / 1);
}
.accent-fuchsia-200\/15 {
  accent-color: rgb(245 208 254 / 0.15);
}
.accent-fuchsia-200\/20 {
  accent-color: rgb(245 208 254 / 0.2);
}
.accent-fuchsia-200\/25 {
  accent-color: rgb(245 208 254 / 0.25);
}
.accent-fuchsia-200\/30 {
  accent-color: rgb(245 208 254 / 0.3);
}
.accent-fuchsia-200\/35 {
  accent-color: rgb(245 208 254 / 0.35);
}
.accent-fuchsia-200\/40 {
  accent-color: rgb(245 208 254 / 0.4);
}
.accent-fuchsia-200\/45 {
  accent-color: rgb(245 208 254 / 0.45);
}
.accent-fuchsia-200\/5 {
  accent-color: rgb(245 208 254 / 0.05);
}
.accent-fuchsia-200\/50 {
  accent-color: rgb(245 208 254 / 0.5);
}
.accent-fuchsia-200\/55 {
  accent-color: rgb(245 208 254 / 0.55);
}
.accent-fuchsia-200\/60 {
  accent-color: rgb(245 208 254 / 0.6);
}
.accent-fuchsia-200\/65 {
  accent-color: rgb(245 208 254 / 0.65);
}
.accent-fuchsia-200\/70 {
  accent-color: rgb(245 208 254 / 0.7);
}
.accent-fuchsia-200\/75 {
  accent-color: rgb(245 208 254 / 0.75);
}
.accent-fuchsia-200\/80 {
  accent-color: rgb(245 208 254 / 0.8);
}
.accent-fuchsia-200\/85 {
  accent-color: rgb(245 208 254 / 0.85);
}
.accent-fuchsia-200\/90 {
  accent-color: rgb(245 208 254 / 0.9);
}
.accent-fuchsia-200\/95 {
  accent-color: rgb(245 208 254 / 0.95);
}
.accent-fuchsia-300 {
  accent-color: #f0abfc;
}
.accent-fuchsia-300\/0 {
  accent-color: rgb(240 171 252 / 0);
}
.accent-fuchsia-300\/10 {
  accent-color: rgb(240 171 252 / 0.1);
}
.accent-fuchsia-300\/100 {
  accent-color: rgb(240 171 252 / 1);
}
.accent-fuchsia-300\/15 {
  accent-color: rgb(240 171 252 / 0.15);
}
.accent-fuchsia-300\/20 {
  accent-color: rgb(240 171 252 / 0.2);
}
.accent-fuchsia-300\/25 {
  accent-color: rgb(240 171 252 / 0.25);
}
.accent-fuchsia-300\/30 {
  accent-color: rgb(240 171 252 / 0.3);
}
.accent-fuchsia-300\/35 {
  accent-color: rgb(240 171 252 / 0.35);
}
.accent-fuchsia-300\/40 {
  accent-color: rgb(240 171 252 / 0.4);
}
.accent-fuchsia-300\/45 {
  accent-color: rgb(240 171 252 / 0.45);
}
.accent-fuchsia-300\/5 {
  accent-color: rgb(240 171 252 / 0.05);
}
.accent-fuchsia-300\/50 {
  accent-color: rgb(240 171 252 / 0.5);
}
.accent-fuchsia-300\/55 {
  accent-color: rgb(240 171 252 / 0.55);
}
.accent-fuchsia-300\/60 {
  accent-color: rgb(240 171 252 / 0.6);
}
.accent-fuchsia-300\/65 {
  accent-color: rgb(240 171 252 / 0.65);
}
.accent-fuchsia-300\/70 {
  accent-color: rgb(240 171 252 / 0.7);
}
.accent-fuchsia-300\/75 {
  accent-color: rgb(240 171 252 / 0.75);
}
.accent-fuchsia-300\/80 {
  accent-color: rgb(240 171 252 / 0.8);
}
.accent-fuchsia-300\/85 {
  accent-color: rgb(240 171 252 / 0.85);
}
.accent-fuchsia-300\/90 {
  accent-color: rgb(240 171 252 / 0.9);
}
.accent-fuchsia-300\/95 {
  accent-color: rgb(240 171 252 / 0.95);
}
.accent-fuchsia-400 {
  accent-color: #e879f9;
}
.accent-fuchsia-400\/0 {
  accent-color: rgb(232 121 249 / 0);
}
.accent-fuchsia-400\/10 {
  accent-color: rgb(232 121 249 / 0.1);
}
.accent-fuchsia-400\/100 {
  accent-color: rgb(232 121 249 / 1);
}
.accent-fuchsia-400\/15 {
  accent-color: rgb(232 121 249 / 0.15);
}
.accent-fuchsia-400\/20 {
  accent-color: rgb(232 121 249 / 0.2);
}
.accent-fuchsia-400\/25 {
  accent-color: rgb(232 121 249 / 0.25);
}
.accent-fuchsia-400\/30 {
  accent-color: rgb(232 121 249 / 0.3);
}
.accent-fuchsia-400\/35 {
  accent-color: rgb(232 121 249 / 0.35);
}
.accent-fuchsia-400\/40 {
  accent-color: rgb(232 121 249 / 0.4);
}
.accent-fuchsia-400\/45 {
  accent-color: rgb(232 121 249 / 0.45);
}
.accent-fuchsia-400\/5 {
  accent-color: rgb(232 121 249 / 0.05);
}
.accent-fuchsia-400\/50 {
  accent-color: rgb(232 121 249 / 0.5);
}
.accent-fuchsia-400\/55 {
  accent-color: rgb(232 121 249 / 0.55);
}
.accent-fuchsia-400\/60 {
  accent-color: rgb(232 121 249 / 0.6);
}
.accent-fuchsia-400\/65 {
  accent-color: rgb(232 121 249 / 0.65);
}
.accent-fuchsia-400\/70 {
  accent-color: rgb(232 121 249 / 0.7);
}
.accent-fuchsia-400\/75 {
  accent-color: rgb(232 121 249 / 0.75);
}
.accent-fuchsia-400\/80 {
  accent-color: rgb(232 121 249 / 0.8);
}
.accent-fuchsia-400\/85 {
  accent-color: rgb(232 121 249 / 0.85);
}
.accent-fuchsia-400\/90 {
  accent-color: rgb(232 121 249 / 0.9);
}
.accent-fuchsia-400\/95 {
  accent-color: rgb(232 121 249 / 0.95);
}
.accent-fuchsia-50 {
  accent-color: #fdf4ff;
}
.accent-fuchsia-50\/0 {
  accent-color: rgb(253 244 255 / 0);
}
.accent-fuchsia-50\/10 {
  accent-color: rgb(253 244 255 / 0.1);
}
.accent-fuchsia-50\/100 {
  accent-color: rgb(253 244 255 / 1);
}
.accent-fuchsia-50\/15 {
  accent-color: rgb(253 244 255 / 0.15);
}
.accent-fuchsia-50\/20 {
  accent-color: rgb(253 244 255 / 0.2);
}
.accent-fuchsia-50\/25 {
  accent-color: rgb(253 244 255 / 0.25);
}
.accent-fuchsia-50\/30 {
  accent-color: rgb(253 244 255 / 0.3);
}
.accent-fuchsia-50\/35 {
  accent-color: rgb(253 244 255 / 0.35);
}
.accent-fuchsia-50\/40 {
  accent-color: rgb(253 244 255 / 0.4);
}
.accent-fuchsia-50\/45 {
  accent-color: rgb(253 244 255 / 0.45);
}
.accent-fuchsia-50\/5 {
  accent-color: rgb(253 244 255 / 0.05);
}
.accent-fuchsia-50\/50 {
  accent-color: rgb(253 244 255 / 0.5);
}
.accent-fuchsia-50\/55 {
  accent-color: rgb(253 244 255 / 0.55);
}
.accent-fuchsia-50\/60 {
  accent-color: rgb(253 244 255 / 0.6);
}
.accent-fuchsia-50\/65 {
  accent-color: rgb(253 244 255 / 0.65);
}
.accent-fuchsia-50\/70 {
  accent-color: rgb(253 244 255 / 0.7);
}
.accent-fuchsia-50\/75 {
  accent-color: rgb(253 244 255 / 0.75);
}
.accent-fuchsia-50\/80 {
  accent-color: rgb(253 244 255 / 0.8);
}
.accent-fuchsia-50\/85 {
  accent-color: rgb(253 244 255 / 0.85);
}
.accent-fuchsia-50\/90 {
  accent-color: rgb(253 244 255 / 0.9);
}
.accent-fuchsia-50\/95 {
  accent-color: rgb(253 244 255 / 0.95);
}
.accent-fuchsia-500 {
  accent-color: #d946ef;
}
.accent-fuchsia-500\/0 {
  accent-color: rgb(217 70 239 / 0);
}
.accent-fuchsia-500\/10 {
  accent-color: rgb(217 70 239 / 0.1);
}
.accent-fuchsia-500\/100 {
  accent-color: rgb(217 70 239 / 1);
}
.accent-fuchsia-500\/15 {
  accent-color: rgb(217 70 239 / 0.15);
}
.accent-fuchsia-500\/20 {
  accent-color: rgb(217 70 239 / 0.2);
}
.accent-fuchsia-500\/25 {
  accent-color: rgb(217 70 239 / 0.25);
}
.accent-fuchsia-500\/30 {
  accent-color: rgb(217 70 239 / 0.3);
}
.accent-fuchsia-500\/35 {
  accent-color: rgb(217 70 239 / 0.35);
}
.accent-fuchsia-500\/40 {
  accent-color: rgb(217 70 239 / 0.4);
}
.accent-fuchsia-500\/45 {
  accent-color: rgb(217 70 239 / 0.45);
}
.accent-fuchsia-500\/5 {
  accent-color: rgb(217 70 239 / 0.05);
}
.accent-fuchsia-500\/50 {
  accent-color: rgb(217 70 239 / 0.5);
}
.accent-fuchsia-500\/55 {
  accent-color: rgb(217 70 239 / 0.55);
}
.accent-fuchsia-500\/60 {
  accent-color: rgb(217 70 239 / 0.6);
}
.accent-fuchsia-500\/65 {
  accent-color: rgb(217 70 239 / 0.65);
}
.accent-fuchsia-500\/70 {
  accent-color: rgb(217 70 239 / 0.7);
}
.accent-fuchsia-500\/75 {
  accent-color: rgb(217 70 239 / 0.75);
}
.accent-fuchsia-500\/80 {
  accent-color: rgb(217 70 239 / 0.8);
}
.accent-fuchsia-500\/85 {
  accent-color: rgb(217 70 239 / 0.85);
}
.accent-fuchsia-500\/90 {
  accent-color: rgb(217 70 239 / 0.9);
}
.accent-fuchsia-500\/95 {
  accent-color: rgb(217 70 239 / 0.95);
}
.accent-fuchsia-600 {
  accent-color: #c026d3;
}
.accent-fuchsia-600\/0 {
  accent-color: rgb(192 38 211 / 0);
}
.accent-fuchsia-600\/10 {
  accent-color: rgb(192 38 211 / 0.1);
}
.accent-fuchsia-600\/100 {
  accent-color: rgb(192 38 211 / 1);
}
.accent-fuchsia-600\/15 {
  accent-color: rgb(192 38 211 / 0.15);
}
.accent-fuchsia-600\/20 {
  accent-color: rgb(192 38 211 / 0.2);
}
.accent-fuchsia-600\/25 {
  accent-color: rgb(192 38 211 / 0.25);
}
.accent-fuchsia-600\/30 {
  accent-color: rgb(192 38 211 / 0.3);
}
.accent-fuchsia-600\/35 {
  accent-color: rgb(192 38 211 / 0.35);
}
.accent-fuchsia-600\/40 {
  accent-color: rgb(192 38 211 / 0.4);
}
.accent-fuchsia-600\/45 {
  accent-color: rgb(192 38 211 / 0.45);
}
.accent-fuchsia-600\/5 {
  accent-color: rgb(192 38 211 / 0.05);
}
.accent-fuchsia-600\/50 {
  accent-color: rgb(192 38 211 / 0.5);
}
.accent-fuchsia-600\/55 {
  accent-color: rgb(192 38 211 / 0.55);
}
.accent-fuchsia-600\/60 {
  accent-color: rgb(192 38 211 / 0.6);
}
.accent-fuchsia-600\/65 {
  accent-color: rgb(192 38 211 / 0.65);
}
.accent-fuchsia-600\/70 {
  accent-color: rgb(192 38 211 / 0.7);
}
.accent-fuchsia-600\/75 {
  accent-color: rgb(192 38 211 / 0.75);
}
.accent-fuchsia-600\/80 {
  accent-color: rgb(192 38 211 / 0.8);
}
.accent-fuchsia-600\/85 {
  accent-color: rgb(192 38 211 / 0.85);
}
.accent-fuchsia-600\/90 {
  accent-color: rgb(192 38 211 / 0.9);
}
.accent-fuchsia-600\/95 {
  accent-color: rgb(192 38 211 / 0.95);
}
.accent-fuchsia-700 {
  accent-color: #a21caf;
}
.accent-fuchsia-700\/0 {
  accent-color: rgb(162 28 175 / 0);
}
.accent-fuchsia-700\/10 {
  accent-color: rgb(162 28 175 / 0.1);
}
.accent-fuchsia-700\/100 {
  accent-color: rgb(162 28 175 / 1);
}
.accent-fuchsia-700\/15 {
  accent-color: rgb(162 28 175 / 0.15);
}
.accent-fuchsia-700\/20 {
  accent-color: rgb(162 28 175 / 0.2);
}
.accent-fuchsia-700\/25 {
  accent-color: rgb(162 28 175 / 0.25);
}
.accent-fuchsia-700\/30 {
  accent-color: rgb(162 28 175 / 0.3);
}
.accent-fuchsia-700\/35 {
  accent-color: rgb(162 28 175 / 0.35);
}
.accent-fuchsia-700\/40 {
  accent-color: rgb(162 28 175 / 0.4);
}
.accent-fuchsia-700\/45 {
  accent-color: rgb(162 28 175 / 0.45);
}
.accent-fuchsia-700\/5 {
  accent-color: rgb(162 28 175 / 0.05);
}
.accent-fuchsia-700\/50 {
  accent-color: rgb(162 28 175 / 0.5);
}
.accent-fuchsia-700\/55 {
  accent-color: rgb(162 28 175 / 0.55);
}
.accent-fuchsia-700\/60 {
  accent-color: rgb(162 28 175 / 0.6);
}
.accent-fuchsia-700\/65 {
  accent-color: rgb(162 28 175 / 0.65);
}
.accent-fuchsia-700\/70 {
  accent-color: rgb(162 28 175 / 0.7);
}
.accent-fuchsia-700\/75 {
  accent-color: rgb(162 28 175 / 0.75);
}
.accent-fuchsia-700\/80 {
  accent-color: rgb(162 28 175 / 0.8);
}
.accent-fuchsia-700\/85 {
  accent-color: rgb(162 28 175 / 0.85);
}
.accent-fuchsia-700\/90 {
  accent-color: rgb(162 28 175 / 0.9);
}
.accent-fuchsia-700\/95 {
  accent-color: rgb(162 28 175 / 0.95);
}
.accent-fuchsia-800 {
  accent-color: #86198f;
}
.accent-fuchsia-800\/0 {
  accent-color: rgb(134 25 143 / 0);
}
.accent-fuchsia-800\/10 {
  accent-color: rgb(134 25 143 / 0.1);
}
.accent-fuchsia-800\/100 {
  accent-color: rgb(134 25 143 / 1);
}
.accent-fuchsia-800\/15 {
  accent-color: rgb(134 25 143 / 0.15);
}
.accent-fuchsia-800\/20 {
  accent-color: rgb(134 25 143 / 0.2);
}
.accent-fuchsia-800\/25 {
  accent-color: rgb(134 25 143 / 0.25);
}
.accent-fuchsia-800\/30 {
  accent-color: rgb(134 25 143 / 0.3);
}
.accent-fuchsia-800\/35 {
  accent-color: rgb(134 25 143 / 0.35);
}
.accent-fuchsia-800\/40 {
  accent-color: rgb(134 25 143 / 0.4);
}
.accent-fuchsia-800\/45 {
  accent-color: rgb(134 25 143 / 0.45);
}
.accent-fuchsia-800\/5 {
  accent-color: rgb(134 25 143 / 0.05);
}
.accent-fuchsia-800\/50 {
  accent-color: rgb(134 25 143 / 0.5);
}
.accent-fuchsia-800\/55 {
  accent-color: rgb(134 25 143 / 0.55);
}
.accent-fuchsia-800\/60 {
  accent-color: rgb(134 25 143 / 0.6);
}
.accent-fuchsia-800\/65 {
  accent-color: rgb(134 25 143 / 0.65);
}
.accent-fuchsia-800\/70 {
  accent-color: rgb(134 25 143 / 0.7);
}
.accent-fuchsia-800\/75 {
  accent-color: rgb(134 25 143 / 0.75);
}
.accent-fuchsia-800\/80 {
  accent-color: rgb(134 25 143 / 0.8);
}
.accent-fuchsia-800\/85 {
  accent-color: rgb(134 25 143 / 0.85);
}
.accent-fuchsia-800\/90 {
  accent-color: rgb(134 25 143 / 0.9);
}
.accent-fuchsia-800\/95 {
  accent-color: rgb(134 25 143 / 0.95);
}
.accent-fuchsia-900 {
  accent-color: #701a75;
}
.accent-fuchsia-900\/0 {
  accent-color: rgb(112 26 117 / 0);
}
.accent-fuchsia-900\/10 {
  accent-color: rgb(112 26 117 / 0.1);
}
.accent-fuchsia-900\/100 {
  accent-color: rgb(112 26 117 / 1);
}
.accent-fuchsia-900\/15 {
  accent-color: rgb(112 26 117 / 0.15);
}
.accent-fuchsia-900\/20 {
  accent-color: rgb(112 26 117 / 0.2);
}
.accent-fuchsia-900\/25 {
  accent-color: rgb(112 26 117 / 0.25);
}
.accent-fuchsia-900\/30 {
  accent-color: rgb(112 26 117 / 0.3);
}
.accent-fuchsia-900\/35 {
  accent-color: rgb(112 26 117 / 0.35);
}
.accent-fuchsia-900\/40 {
  accent-color: rgb(112 26 117 / 0.4);
}
.accent-fuchsia-900\/45 {
  accent-color: rgb(112 26 117 / 0.45);
}
.accent-fuchsia-900\/5 {
  accent-color: rgb(112 26 117 / 0.05);
}
.accent-fuchsia-900\/50 {
  accent-color: rgb(112 26 117 / 0.5);
}
.accent-fuchsia-900\/55 {
  accent-color: rgb(112 26 117 / 0.55);
}
.accent-fuchsia-900\/60 {
  accent-color: rgb(112 26 117 / 0.6);
}
.accent-fuchsia-900\/65 {
  accent-color: rgb(112 26 117 / 0.65);
}
.accent-fuchsia-900\/70 {
  accent-color: rgb(112 26 117 / 0.7);
}
.accent-fuchsia-900\/75 {
  accent-color: rgb(112 26 117 / 0.75);
}
.accent-fuchsia-900\/80 {
  accent-color: rgb(112 26 117 / 0.8);
}
.accent-fuchsia-900\/85 {
  accent-color: rgb(112 26 117 / 0.85);
}
.accent-fuchsia-900\/90 {
  accent-color: rgb(112 26 117 / 0.9);
}
.accent-fuchsia-900\/95 {
  accent-color: rgb(112 26 117 / 0.95);
}
.accent-fuchsia-950 {
  accent-color: #4a044e;
}
.accent-fuchsia-950\/0 {
  accent-color: rgb(74 4 78 / 0);
}
.accent-fuchsia-950\/10 {
  accent-color: rgb(74 4 78 / 0.1);
}
.accent-fuchsia-950\/100 {
  accent-color: rgb(74 4 78 / 1);
}
.accent-fuchsia-950\/15 {
  accent-color: rgb(74 4 78 / 0.15);
}
.accent-fuchsia-950\/20 {
  accent-color: rgb(74 4 78 / 0.2);
}
.accent-fuchsia-950\/25 {
  accent-color: rgb(74 4 78 / 0.25);
}
.accent-fuchsia-950\/30 {
  accent-color: rgb(74 4 78 / 0.3);
}
.accent-fuchsia-950\/35 {
  accent-color: rgb(74 4 78 / 0.35);
}
.accent-fuchsia-950\/40 {
  accent-color: rgb(74 4 78 / 0.4);
}
.accent-fuchsia-950\/45 {
  accent-color: rgb(74 4 78 / 0.45);
}
.accent-fuchsia-950\/5 {
  accent-color: rgb(74 4 78 / 0.05);
}
.accent-fuchsia-950\/50 {
  accent-color: rgb(74 4 78 / 0.5);
}
.accent-fuchsia-950\/55 {
  accent-color: rgb(74 4 78 / 0.55);
}
.accent-fuchsia-950\/60 {
  accent-color: rgb(74 4 78 / 0.6);
}
.accent-fuchsia-950\/65 {
  accent-color: rgb(74 4 78 / 0.65);
}
.accent-fuchsia-950\/70 {
  accent-color: rgb(74 4 78 / 0.7);
}
.accent-fuchsia-950\/75 {
  accent-color: rgb(74 4 78 / 0.75);
}
.accent-fuchsia-950\/80 {
  accent-color: rgb(74 4 78 / 0.8);
}
.accent-fuchsia-950\/85 {
  accent-color: rgb(74 4 78 / 0.85);
}
.accent-fuchsia-950\/90 {
  accent-color: rgb(74 4 78 / 0.9);
}
.accent-fuchsia-950\/95 {
  accent-color: rgb(74 4 78 / 0.95);
}
.accent-inherit {
  accent-color: inherit;
}
.accent-white {
  accent-color: #fff;
}
.accent-white\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-white\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-white\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-white\/15 {
  accent-color: rgb(255 255 255 / 0.15);
}
.accent-white\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-white\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-white\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-white\/35 {
  accent-color: rgb(255 255 255 / 0.35);
}
.accent-white\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-white\/45 {
  accent-color: rgb(255 255 255 / 0.45);
}
.accent-white\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-white\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-white\/55 {
  accent-color: rgb(255 255 255 / 0.55);
}
.accent-white\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-white\/65 {
  accent-color: rgb(255 255 255 / 0.65);
}
.accent-white\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-white\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-white\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-white\/85 {
  accent-color: rgb(255 255 255 / 0.85);
}
.accent-white\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-white\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-yellow-100 {
  accent-color: #fef9c3;
}
.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0);
}
.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1);
}
.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1);
}
.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15);
}
.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2);
}
.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25);
}
.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3);
}
.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35);
}
.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}
.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45);
}
.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05);
}
.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5);
}
.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55);
}
.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}
.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65);
}
.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7);
}
.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75);
}
.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8);
}
.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85);
}
.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9);
}
.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95);
}
.accent-yellow-200 {
  accent-color: #fef08a;
}
.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0);
}
.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1);
}
.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1);
}
.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15);
}
.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2);
}
.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25);
}
.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3);
}
.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35);
}
.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}
.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45);
}
.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05);
}
.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5);
}
.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55);
}
.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}
.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65);
}
.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7);
}
.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75);
}
.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8);
}
.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85);
}
.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9);
}
.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95);
}
.accent-yellow-300 {
  accent-color: #fde047;
}
.accent-yellow-300\/0 {
  accent-color: rgb(253 224 71 / 0);
}
.accent-yellow-300\/10 {
  accent-color: rgb(253 224 71 / 0.1);
}
.accent-yellow-300\/100 {
  accent-color: rgb(253 224 71 / 1);
}
.accent-yellow-300\/15 {
  accent-color: rgb(253 224 71 / 0.15);
}
.accent-yellow-300\/20 {
  accent-color: rgb(253 224 71 / 0.2);
}
.accent-yellow-300\/25 {
  accent-color: rgb(253 224 71 / 0.25);
}
.accent-yellow-300\/30 {
  accent-color: rgb(253 224 71 / 0.3);
}
.accent-yellow-300\/35 {
  accent-color: rgb(253 224 71 / 0.35);
}
.accent-yellow-300\/40 {
  accent-color: rgb(253 224 71 / 0.4);
}
.accent-yellow-300\/45 {
  accent-color: rgb(253 224 71 / 0.45);
}
.accent-yellow-300\/5 {
  accent-color: rgb(253 224 71 / 0.05);
}
.accent-yellow-300\/50 {
  accent-color: rgb(253 224 71 / 0.5);
}
.accent-yellow-300\/55 {
  accent-color: rgb(253 224 71 / 0.55);
}
.accent-yellow-300\/60 {
  accent-color: rgb(253 224 71 / 0.6);
}
.accent-yellow-300\/65 {
  accent-color: rgb(253 224 71 / 0.65);
}
.accent-yellow-300\/70 {
  accent-color: rgb(253 224 71 / 0.7);
}
.accent-yellow-300\/75 {
  accent-color: rgb(253 224 71 / 0.75);
}
.accent-yellow-300\/80 {
  accent-color: rgb(253 224 71 / 0.8);
}
.accent-yellow-300\/85 {
  accent-color: rgb(253 224 71 / 0.85);
}
.accent-yellow-300\/90 {
  accent-color: rgb(253 224 71 / 0.9);
}
.accent-yellow-300\/95 {
  accent-color: rgb(253 224 71 / 0.95);
}
.accent-yellow-400 {
  accent-color: #facc15;
}
.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0);
}
.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1);
}
.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1);
}
.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15);
}
.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2);
}
.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25);
}
.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3);
}
.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35);
}
.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}
.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45);
}
.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05);
}
.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5);
}
.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55);
}
.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}
.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65);
}
.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7);
}
.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75);
}
.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8);
}
.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85);
}
.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9);
}
.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95);
}
.accent-yellow-50 {
  accent-color: #fefce8;
}
.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0);
}
.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1);
}
.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1);
}
.accent-yellow-50\/15 {
  accent-color: rgb(254 252 232 / 0.15);
}
.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2);
}
.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25);
}
.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3);
}
.accent-yellow-50\/35 {
  accent-color: rgb(254 252 232 / 0.35);
}
.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}
.accent-yellow-50\/45 {
  accent-color: rgb(254 252 232 / 0.45);
}
.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05);
}
.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5);
}
.accent-yellow-50\/55 {
  accent-color: rgb(254 252 232 / 0.55);
}
.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}
.accent-yellow-50\/65 {
  accent-color: rgb(254 252 232 / 0.65);
}
.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7);
}
.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75);
}
.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8);
}
.accent-yellow-50\/85 {
  accent-color: rgb(254 252 232 / 0.85);
}
.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9);
}
.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95);
}
.accent-yellow-500 {
  accent-color: #eab308;
}
.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0);
}
.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1);
}
.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1);
}
.accent-yellow-500\/15 {
  accent-color: rgb(234 179 8 / 0.15);
}
.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2);
}
.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25);
}
.accent-yellow-500\/30 {
  accent-color: rgb(234 179 8 / 0.3);
}
.accent-yellow-500\/35 {
  accent-color: rgb(234 179 8 / 0.35);
}
.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}
.accent-yellow-500\/45 {
  accent-color: rgb(234 179 8 / 0.45);
}
.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05);
}
.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5);
}
.accent-yellow-500\/55 {
  accent-color: rgb(234 179 8 / 0.55);
}
.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}
.accent-yellow-500\/65 {
  accent-color: rgb(234 179 8 / 0.65);
}
.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7);
}
.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75);
}
.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8);
}
.accent-yellow-500\/85 {
  accent-color: rgb(234 179 8 / 0.85);
}
.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9);
}
.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95);
}
.accent-yellow-600 {
  accent-color: #ca8a04;
}
.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0);
}
.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1);
}
.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1);
}
.accent-yellow-600\/15 {
  accent-color: rgb(202 138 4 / 0.15);
}
.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2);
}
.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25);
}
.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3);
}
.accent-yellow-600\/35 {
  accent-color: rgb(202 138 4 / 0.35);
}
.accent-yellow-600\/40 {
  accent-color: rgb(202 138 4 / 0.4);
}
.accent-yellow-600\/45 {
  accent-color: rgb(202 138 4 / 0.45);
}
.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05);
}
.accent-yellow-600\/50 {
  accent-color: rgb(202 138 4 / 0.5);
}
.accent-yellow-600\/55 {
  accent-color: rgb(202 138 4 / 0.55);
}
.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}
.accent-yellow-600\/65 {
  accent-color: rgb(202 138 4 / 0.65);
}
.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7);
}
.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75);
}
.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8);
}
.accent-yellow-600\/85 {
  accent-color: rgb(202 138 4 / 0.85);
}
.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9);
}
.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95);
}
.accent-yellow-700 {
  accent-color: #a16207;
}
.accent-yellow-700\/0 {
  accent-color: rgb(161 98 7 / 0);
}
.accent-yellow-700\/10 {
  accent-color: rgb(161 98 7 / 0.1);
}
.accent-yellow-700\/100 {
  accent-color: rgb(161 98 7 / 1);
}
.accent-yellow-700\/15 {
  accent-color: rgb(161 98 7 / 0.15);
}
.accent-yellow-700\/20 {
  accent-color: rgb(161 98 7 / 0.2);
}
.accent-yellow-700\/25 {
  accent-color: rgb(161 98 7 / 0.25);
}
.accent-yellow-700\/30 {
  accent-color: rgb(161 98 7 / 0.3);
}
.accent-yellow-700\/35 {
  accent-color: rgb(161 98 7 / 0.35);
}
.accent-yellow-700\/40 {
  accent-color: rgb(161 98 7 / 0.4);
}
.accent-yellow-700\/45 {
  accent-color: rgb(161 98 7 / 0.45);
}
.accent-yellow-700\/5 {
  accent-color: rgb(161 98 7 / 0.05);
}
.accent-yellow-700\/50 {
  accent-color: rgb(161 98 7 / 0.5);
}
.accent-yellow-700\/55 {
  accent-color: rgb(161 98 7 / 0.55);
}
.accent-yellow-700\/60 {
  accent-color: rgb(161 98 7 / 0.6);
}
.accent-yellow-700\/65 {
  accent-color: rgb(161 98 7 / 0.65);
}
.accent-yellow-700\/70 {
  accent-color: rgb(161 98 7 / 0.7);
}
.accent-yellow-700\/75 {
  accent-color: rgb(161 98 7 / 0.75);
}
.accent-yellow-700\/80 {
  accent-color: rgb(161 98 7 / 0.8);
}
.accent-yellow-700\/85 {
  accent-color: rgb(161 98 7 / 0.85);
}
.accent-yellow-700\/90 {
  accent-color: rgb(161 98 7 / 0.9);
}
.accent-yellow-700\/95 {
  accent-color: rgb(161 98 7 / 0.95);
}
.accent-yellow-800 {
  accent-color: #854d0e;
}
.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0);
}
.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1);
}
.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1);
}
.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15);
}
.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2);
}
.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25);
}
.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3);
}
.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35);
}
.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}
.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45);
}
.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05);
}
.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5);
}
.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55);
}
.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}
.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65);
}
.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7);
}
.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75);
}
.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8);
}
.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85);
}
.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9);
}
.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95);
}
.accent-yellow-900 {
  accent-color: #713f12;
}
.accent-yellow-900\/0 {
  accent-color: rgb(113 63 18 / 0);
}
.accent-yellow-900\/10 {
  accent-color: rgb(113 63 18 / 0.1);
}
.accent-yellow-900\/100 {
  accent-color: rgb(113 63 18 / 1);
}
.accent-yellow-900\/15 {
  accent-color: rgb(113 63 18 / 0.15);
}
.accent-yellow-900\/20 {
  accent-color: rgb(113 63 18 / 0.2);
}
.accent-yellow-900\/25 {
  accent-color: rgb(113 63 18 / 0.25);
}
.accent-yellow-900\/30 {
  accent-color: rgb(113 63 18 / 0.3);
}
.accent-yellow-900\/35 {
  accent-color: rgb(113 63 18 / 0.35);
}
.accent-yellow-900\/40 {
  accent-color: rgb(113 63 18 / 0.4);
}
.accent-yellow-900\/45 {
  accent-color: rgb(113 63 18 / 0.45);
}
.accent-yellow-900\/5 {
  accent-color: rgb(113 63 18 / 0.05);
}
.accent-yellow-900\/50 {
  accent-color: rgb(113 63 18 / 0.5);
}
.accent-yellow-900\/55 {
  accent-color: rgb(113 63 18 / 0.55);
}
.accent-yellow-900\/60 {
  accent-color: rgb(113 63 18 / 0.6);
}
.accent-yellow-900\/65 {
  accent-color: rgb(113 63 18 / 0.65);
}
.accent-yellow-900\/70 {
  accent-color: rgb(113 63 18 / 0.7);
}
.accent-yellow-900\/75 {
  accent-color: rgb(113 63 18 / 0.75);
}
.accent-yellow-900\/80 {
  accent-color: rgb(113 63 18 / 0.8);
}
.accent-yellow-900\/85 {
  accent-color: rgb(113 63 18 / 0.85);
}
.accent-yellow-900\/90 {
  accent-color: rgb(113 63 18 / 0.9);
}
.accent-yellow-900\/95 {
  accent-color: rgb(113 63 18 / 0.95);
}
.accent-yellow-950 {
  accent-color: #422006;
}
.accent-yellow-950\/0 {
  accent-color: rgb(66 32 6 / 0);
}
.accent-yellow-950\/10 {
  accent-color: rgb(66 32 6 / 0.1);
}
.accent-yellow-950\/100 {
  accent-color: rgb(66 32 6 / 1);
}
.accent-yellow-950\/15 {
  accent-color: rgb(66 32 6 / 0.15);
}
.accent-yellow-950\/20 {
  accent-color: rgb(66 32 6 / 0.2);
}
.accent-yellow-950\/25 {
  accent-color: rgb(66 32 6 / 0.25);
}
.accent-yellow-950\/30 {
  accent-color: rgb(66 32 6 / 0.3);
}
.accent-yellow-950\/35 {
  accent-color: rgb(66 32 6 / 0.35);
}
.accent-yellow-950\/40 {
  accent-color: rgb(66 32 6 / 0.4);
}
.accent-yellow-950\/45 {
  accent-color: rgb(66 32 6 / 0.45);
}
.accent-yellow-950\/5 {
  accent-color: rgb(66 32 6 / 0.05);
}
.accent-yellow-950\/50 {
  accent-color: rgb(66 32 6 / 0.5);
}
.accent-yellow-950\/55 {
  accent-color: rgb(66 32 6 / 0.55);
}
.accent-yellow-950\/60 {
  accent-color: rgb(66 32 6 / 0.6);
}
.accent-yellow-950\/65 {
  accent-color: rgb(66 32 6 / 0.65);
}
.accent-yellow-950\/70 {
  accent-color: rgb(66 32 6 / 0.7);
}
.accent-yellow-950\/75 {
  accent-color: rgb(66 32 6 / 0.75);
}
.accent-yellow-950\/80 {
  accent-color: rgb(66 32 6 / 0.8);
}
.accent-yellow-950\/85 {
  accent-color: rgb(66 32 6 / 0.85);
}
.accent-yellow-950\/90 {
  accent-color: rgb(66 32 6 / 0.9);
}
.accent-yellow-950\/95 {
  accent-color: rgb(66 32 6 / 0.95);
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.mix-blend-hue {
  mix-blend-mode: hue;
}
.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}
.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);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-none {
  --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);
}
.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);
}
.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);
}
.shadow-amber-100 {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/0 {
  --tw-shadow-color: rgb(254 243 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/10 {
  --tw-shadow-color: rgb(254 243 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/100 {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/15 {
  --tw-shadow-color: rgb(254 243 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/20 {
  --tw-shadow-color: rgb(254 243 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/25 {
  --tw-shadow-color: rgb(254 243 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/30 {
  --tw-shadow-color: rgb(254 243 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/35 {
  --tw-shadow-color: rgb(254 243 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/40 {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/45 {
  --tw-shadow-color: rgb(254 243 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/5 {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/50 {
  --tw-shadow-color: rgb(254 243 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/55 {
  --tw-shadow-color: rgb(254 243 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/60 {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/65 {
  --tw-shadow-color: rgb(254 243 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/70 {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/75 {
  --tw-shadow-color: rgb(254 243 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/80 {
  --tw-shadow-color: rgb(254 243 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/85 {
  --tw-shadow-color: rgb(254 243 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/90 {
  --tw-shadow-color: rgb(254 243 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/95 {
  --tw-shadow-color: rgb(254 243 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200 {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/0 {
  --tw-shadow-color: rgb(253 230 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/10 {
  --tw-shadow-color: rgb(253 230 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/100 {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/15 {
  --tw-shadow-color: rgb(253 230 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/20 {
  --tw-shadow-color: rgb(253 230 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/25 {
  --tw-shadow-color: rgb(253 230 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/30 {
  --tw-shadow-color: rgb(253 230 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/35 {
  --tw-shadow-color: rgb(253 230 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/40 {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/45 {
  --tw-shadow-color: rgb(253 230 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/5 {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/50 {
  --tw-shadow-color: rgb(253 230 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/55 {
  --tw-shadow-color: rgb(253 230 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/60 {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/65 {
  --tw-shadow-color: rgb(253 230 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/70 {
  --tw-shadow-color: rgb(253 230 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/75 {
  --tw-shadow-color: rgb(253 230 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/80 {
  --tw-shadow-color: rgb(253 230 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/85 {
  --tw-shadow-color: rgb(253 230 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/90 {
  --tw-shadow-color: rgb(253 230 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/95 {
  --tw-shadow-color: rgb(253 230 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300 {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/0 {
  --tw-shadow-color: rgb(252 211 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/10 {
  --tw-shadow-color: rgb(252 211 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/100 {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/15 {
  --tw-shadow-color: rgb(252 211 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/20 {
  --tw-shadow-color: rgb(252 211 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/25 {
  --tw-shadow-color: rgb(252 211 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/30 {
  --tw-shadow-color: rgb(252 211 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/35 {
  --tw-shadow-color: rgb(252 211 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/40 {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/45 {
  --tw-shadow-color: rgb(252 211 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/5 {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/50 {
  --tw-shadow-color: rgb(252 211 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/55 {
  --tw-shadow-color: rgb(252 211 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/60 {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/65 {
  --tw-shadow-color: rgb(252 211 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/70 {
  --tw-shadow-color: rgb(252 211 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/75 {
  --tw-shadow-color: rgb(252 211 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/80 {
  --tw-shadow-color: rgb(252 211 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/85 {
  --tw-shadow-color: rgb(252 211 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/90 {
  --tw-shadow-color: rgb(252 211 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/95 {
  --tw-shadow-color: rgb(252 211 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400 {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/0 {
  --tw-shadow-color: rgb(251 191 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/10 {
  --tw-shadow-color: rgb(251 191 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/100 {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/15 {
  --tw-shadow-color: rgb(251 191 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/20 {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/25 {
  --tw-shadow-color: rgb(251 191 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/30 {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/35 {
  --tw-shadow-color: rgb(251 191 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/40 {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/45 {
  --tw-shadow-color: rgb(251 191 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/5 {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/50 {
  --tw-shadow-color: rgb(251 191 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/55 {
  --tw-shadow-color: rgb(251 191 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/60 {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/65 {
  --tw-shadow-color: rgb(251 191 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/70 {
  --tw-shadow-color: rgb(251 191 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/75 {
  --tw-shadow-color: rgb(251 191 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/80 {
  --tw-shadow-color: rgb(251 191 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/85 {
  --tw-shadow-color: rgb(251 191 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/90 {
  --tw-shadow-color: rgb(251 191 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/95 {
  --tw-shadow-color: rgb(251 191 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50 {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/0 {
  --tw-shadow-color: rgb(255 251 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/10 {
  --tw-shadow-color: rgb(255 251 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/100 {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/15 {
  --tw-shadow-color: rgb(255 251 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/20 {
  --tw-shadow-color: rgb(255 251 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/25 {
  --tw-shadow-color: rgb(255 251 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/30 {
  --tw-shadow-color: rgb(255 251 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/35 {
  --tw-shadow-color: rgb(255 251 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/40 {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/45 {
  --tw-shadow-color: rgb(255 251 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/5 {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/50 {
  --tw-shadow-color: rgb(255 251 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/55 {
  --tw-shadow-color: rgb(255 251 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/60 {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/65 {
  --tw-shadow-color: rgb(255 251 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/70 {
  --tw-shadow-color: rgb(255 251 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/75 {
  --tw-shadow-color: rgb(255 251 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/80 {
  --tw-shadow-color: rgb(255 251 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/85 {
  --tw-shadow-color: rgb(255 251 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/90 {
  --tw-shadow-color: rgb(255 251 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/95 {
  --tw-shadow-color: rgb(255 251 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500 {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/0 {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/10 {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/100 {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/15 {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/25 {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/30 {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/35 {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/40 {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/45 {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/5 {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/50 {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/55 {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/60 {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/65 {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/70 {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/75 {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/80 {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/85 {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/90 {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/95 {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600 {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/0 {
  --tw-shadow-color: rgb(217 119 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/10 {
  --tw-shadow-color: rgb(217 119 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/100 {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/15 {
  --tw-shadow-color: rgb(217 119 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/20 {
  --tw-shadow-color: rgb(217 119 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/25 {
  --tw-shadow-color: rgb(217 119 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/30 {
  --tw-shadow-color: rgb(217 119 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/35 {
  --tw-shadow-color: rgb(217 119 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/40 {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/45 {
  --tw-shadow-color: rgb(217 119 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/5 {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/50 {
  --tw-shadow-color: rgb(217 119 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/55 {
  --tw-shadow-color: rgb(217 119 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/60 {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/65 {
  --tw-shadow-color: rgb(217 119 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/70 {
  --tw-shadow-color: rgb(217 119 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/75 {
  --tw-shadow-color: rgb(217 119 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/80 {
  --tw-shadow-color: rgb(217 119 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/85 {
  --tw-shadow-color: rgb(217 119 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/90 {
  --tw-shadow-color: rgb(217 119 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/95 {
  --tw-shadow-color: rgb(217 119 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700 {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/0 {
  --tw-shadow-color: rgb(180 83 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/10 {
  --tw-shadow-color: rgb(180 83 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/100 {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/15 {
  --tw-shadow-color: rgb(180 83 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/20 {
  --tw-shadow-color: rgb(180 83 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/25 {
  --tw-shadow-color: rgb(180 83 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/30 {
  --tw-shadow-color: rgb(180 83 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/35 {
  --tw-shadow-color: rgb(180 83 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/40 {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/45 {
  --tw-shadow-color: rgb(180 83 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/5 {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/50 {
  --tw-shadow-color: rgb(180 83 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/55 {
  --tw-shadow-color: rgb(180 83 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/60 {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/65 {
  --tw-shadow-color: rgb(180 83 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/70 {
  --tw-shadow-color: rgb(180 83 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/75 {
  --tw-shadow-color: rgb(180 83 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/80 {
  --tw-shadow-color: rgb(180 83 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/85 {
  --tw-shadow-color: rgb(180 83 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/90 {
  --tw-shadow-color: rgb(180 83 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/95 {
  --tw-shadow-color: rgb(180 83 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800 {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/0 {
  --tw-shadow-color: rgb(146 64 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/10 {
  --tw-shadow-color: rgb(146 64 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/100 {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/15 {
  --tw-shadow-color: rgb(146 64 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/20 {
  --tw-shadow-color: rgb(146 64 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/25 {
  --tw-shadow-color: rgb(146 64 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/30 {
  --tw-shadow-color: rgb(146 64 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/35 {
  --tw-shadow-color: rgb(146 64 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/40 {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/45 {
  --tw-shadow-color: rgb(146 64 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/5 {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/50 {
  --tw-shadow-color: rgb(146 64 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/55 {
  --tw-shadow-color: rgb(146 64 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/60 {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/65 {
  --tw-shadow-color: rgb(146 64 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/70 {
  --tw-shadow-color: rgb(146 64 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/75 {
  --tw-shadow-color: rgb(146 64 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/80 {
  --tw-shadow-color: rgb(146 64 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/85 {
  --tw-shadow-color: rgb(146 64 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/90 {
  --tw-shadow-color: rgb(146 64 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/95 {
  --tw-shadow-color: rgb(146 64 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900 {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/0 {
  --tw-shadow-color: rgb(120 53 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/10 {
  --tw-shadow-color: rgb(120 53 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/100 {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/15 {
  --tw-shadow-color: rgb(120 53 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/20 {
  --tw-shadow-color: rgb(120 53 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/25 {
  --tw-shadow-color: rgb(120 53 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/30 {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/35 {
  --tw-shadow-color: rgb(120 53 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/40 {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/45 {
  --tw-shadow-color: rgb(120 53 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/5 {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/50 {
  --tw-shadow-color: rgb(120 53 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/55 {
  --tw-shadow-color: rgb(120 53 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/60 {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/65 {
  --tw-shadow-color: rgb(120 53 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/70 {
  --tw-shadow-color: rgb(120 53 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/75 {
  --tw-shadow-color: rgb(120 53 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/80 {
  --tw-shadow-color: rgb(120 53 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/85 {
  --tw-shadow-color: rgb(120 53 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/90 {
  --tw-shadow-color: rgb(120 53 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/95 {
  --tw-shadow-color: rgb(120 53 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950 {
  --tw-shadow-color: #451a03;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/0 {
  --tw-shadow-color: rgb(69 26 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/10 {
  --tw-shadow-color: rgb(69 26 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/100 {
  --tw-shadow-color: rgb(69 26 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/15 {
  --tw-shadow-color: rgb(69 26 3 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/20 {
  --tw-shadow-color: rgb(69 26 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/25 {
  --tw-shadow-color: rgb(69 26 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/30 {
  --tw-shadow-color: rgb(69 26 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/35 {
  --tw-shadow-color: rgb(69 26 3 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/40 {
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/45 {
  --tw-shadow-color: rgb(69 26 3 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/5 {
  --tw-shadow-color: rgb(69 26 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/50 {
  --tw-shadow-color: rgb(69 26 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/55 {
  --tw-shadow-color: rgb(69 26 3 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/60 {
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/65 {
  --tw-shadow-color: rgb(69 26 3 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/70 {
  --tw-shadow-color: rgb(69 26 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/75 {
  --tw-shadow-color: rgb(69 26 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/80 {
  --tw-shadow-color: rgb(69 26 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/85 {
  --tw-shadow-color: rgb(69 26 3 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/90 {
  --tw-shadow-color: rgb(69 26 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/95 {
  --tw-shadow-color: rgb(69 26 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100 {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/0 {
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/10 {
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/100 {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/15 {
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/20 {
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/25 {
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/30 {
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/35 {
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/40 {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/45 {
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/5 {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/50 {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/55 {
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/60 {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/65 {
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/70 {
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/75 {
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/80 {
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/85 {
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/90 {
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/95 {
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/0 {
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/10 {
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/100 {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/15 {
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/20 {
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/25 {
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/30 {
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/35 {
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/40 {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/45 {
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/5 {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/50 {
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/55 {
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/60 {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/65 {
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/70 {
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/75 {
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/80 {
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/85 {
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/90 {
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/95 {
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300 {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/0 {
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/10 {
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/100 {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/15 {
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/20 {
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/25 {
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/30 {
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/35 {
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/40 {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/45 {
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/5 {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/50 {
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/55 {
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/60 {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/65 {
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/70 {
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/75 {
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/80 {
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/85 {
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/90 {
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/95 {
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400 {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/0 {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/10 {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/100 {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/15 {
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/20 {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/25 {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/30 {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/35 {
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/40 {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/45 {
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/5 {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/50 {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/55 {
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/60 {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/65 {
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/70 {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/75 {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/80 {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/85 {
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/90 {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/95 {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50 {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/0 {
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/10 {
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/100 {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/15 {
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/20 {
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/25 {
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/30 {
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/35 {
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/40 {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/45 {
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/5 {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/50 {
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/55 {
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/60 {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/65 {
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/70 {
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/75 {
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/80 {
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/85 {
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/90 {
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/95 {
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500 {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/0 {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/10 {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/100 {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/15 {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/30 {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/35 {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/40 {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/45 {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/5 {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/50 {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/55 {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/60 {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/65 {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/70 {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/75 {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/80 {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/85 {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/90 {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/95 {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600 {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/0 {
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/10 {
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/100 {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/15 {
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/20 {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/25 {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/30 {
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/35 {
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/40 {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/45 {
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/5 {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/50 {
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/55 {
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/60 {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/65 {
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/70 {
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/75 {
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/80 {
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/85 {
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/90 {
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/95 {
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700 {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/0 {
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/10 {
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/100 {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/15 {
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/20 {
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/25 {
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/30 {
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/35 {
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/40 {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/45 {
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/5 {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/50 {
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/55 {
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/60 {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/65 {
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/70 {
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/75 {
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/80 {
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/85 {
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/90 {
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/95 {
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800 {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/0 {
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/10 {
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/100 {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/15 {
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/20 {
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/25 {
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/30 {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/35 {
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/40 {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/45 {
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/5 {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/50 {
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/55 {
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/60 {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/65 {
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/70 {
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/75 {
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/80 {
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/85 {
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/90 {
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/95 {
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900 {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/0 {
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/10 {
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/100 {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/15 {
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/20 {
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/25 {
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/30 {
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/35 {
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/40 {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/45 {
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/5 {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/50 {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/55 {
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/60 {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/65 {
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/70 {
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/75 {
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/80 {
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/85 {
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/90 {
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/95 {
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950 {
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/0 {
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/10 {
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/100 {
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/15 {
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/20 {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/25 {
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/30 {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/35 {
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/40 {
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/45 {
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/5 {
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/50 {
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/55 {
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/60 {
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/65 {
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/70 {
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/75 {
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/80 {
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/85 {
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/90 {
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/95 {
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100 {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/0 {
  --tw-shadow-color: rgb(207 250 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/10 {
  --tw-shadow-color: rgb(207 250 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/100 {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/15 {
  --tw-shadow-color: rgb(207 250 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/20 {
  --tw-shadow-color: rgb(207 250 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/25 {
  --tw-shadow-color: rgb(207 250 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/30 {
  --tw-shadow-color: rgb(207 250 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/35 {
  --tw-shadow-color: rgb(207 250 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/40 {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/45 {
  --tw-shadow-color: rgb(207 250 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/5 {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/50 {
  --tw-shadow-color: rgb(207 250 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/55 {
  --tw-shadow-color: rgb(207 250 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/60 {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/65 {
  --tw-shadow-color: rgb(207 250 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/70 {
  --tw-shadow-color: rgb(207 250 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/75 {
  --tw-shadow-color: rgb(207 250 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/80 {
  --tw-shadow-color: rgb(207 250 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/85 {
  --tw-shadow-color: rgb(207 250 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/90 {
  --tw-shadow-color: rgb(207 250 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/95 {
  --tw-shadow-color: rgb(207 250 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200 {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/0 {
  --tw-shadow-color: rgb(165 243 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/10 {
  --tw-shadow-color: rgb(165 243 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/100 {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/15 {
  --tw-shadow-color: rgb(165 243 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/20 {
  --tw-shadow-color: rgb(165 243 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/25 {
  --tw-shadow-color: rgb(165 243 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/30 {
  --tw-shadow-color: rgb(165 243 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/35 {
  --tw-shadow-color: rgb(165 243 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/40 {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/45 {
  --tw-shadow-color: rgb(165 243 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/5 {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/50 {
  --tw-shadow-color: rgb(165 243 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/55 {
  --tw-shadow-color: rgb(165 243 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/60 {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/65 {
  --tw-shadow-color: rgb(165 243 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/70 {
  --tw-shadow-color: rgb(165 243 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/75 {
  --tw-shadow-color: rgb(165 243 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/80 {
  --tw-shadow-color: rgb(165 243 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/85 {
  --tw-shadow-color: rgb(165 243 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/90 {
  --tw-shadow-color: rgb(165 243 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/95 {
  --tw-shadow-color: rgb(165 243 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300 {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/0 {
  --tw-shadow-color: rgb(103 232 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/10 {
  --tw-shadow-color: rgb(103 232 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/100 {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/15 {
  --tw-shadow-color: rgb(103 232 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/20 {
  --tw-shadow-color: rgb(103 232 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/25 {
  --tw-shadow-color: rgb(103 232 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/30 {
  --tw-shadow-color: rgb(103 232 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/35 {
  --tw-shadow-color: rgb(103 232 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/40 {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/45 {
  --tw-shadow-color: rgb(103 232 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/5 {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/50 {
  --tw-shadow-color: rgb(103 232 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/55 {
  --tw-shadow-color: rgb(103 232 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/60 {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/65 {
  --tw-shadow-color: rgb(103 232 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/70 {
  --tw-shadow-color: rgb(103 232 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/75 {
  --tw-shadow-color: rgb(103 232 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/80 {
  --tw-shadow-color: rgb(103 232 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/85 {
  --tw-shadow-color: rgb(103 232 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/90 {
  --tw-shadow-color: rgb(103 232 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/95 {
  --tw-shadow-color: rgb(103 232 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400 {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/0 {
  --tw-shadow-color: rgb(34 211 238 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/10 {
  --tw-shadow-color: rgb(34 211 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/100 {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/15 {
  --tw-shadow-color: rgb(34 211 238 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/20 {
  --tw-shadow-color: rgb(34 211 238 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/25 {
  --tw-shadow-color: rgb(34 211 238 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/30 {
  --tw-shadow-color: rgb(34 211 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/35 {
  --tw-shadow-color: rgb(34 211 238 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/40 {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/45 {
  --tw-shadow-color: rgb(34 211 238 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/5 {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/50 {
  --tw-shadow-color: rgb(34 211 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/55 {
  --tw-shadow-color: rgb(34 211 238 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/60 {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/65 {
  --tw-shadow-color: rgb(34 211 238 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/70 {
  --tw-shadow-color: rgb(34 211 238 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/75 {
  --tw-shadow-color: rgb(34 211 238 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/80 {
  --tw-shadow-color: rgb(34 211 238 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/85 {
  --tw-shadow-color: rgb(34 211 238 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/90 {
  --tw-shadow-color: rgb(34 211 238 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/95 {
  --tw-shadow-color: rgb(34 211 238 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50 {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/0 {
  --tw-shadow-color: rgb(236 254 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/10 {
  --tw-shadow-color: rgb(236 254 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/100 {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/15 {
  --tw-shadow-color: rgb(236 254 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/20 {
  --tw-shadow-color: rgb(236 254 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/25 {
  --tw-shadow-color: rgb(236 254 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/30 {
  --tw-shadow-color: rgb(236 254 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/35 {
  --tw-shadow-color: rgb(236 254 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/40 {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/45 {
  --tw-shadow-color: rgb(236 254 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/5 {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/50 {
  --tw-shadow-color: rgb(236 254 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/55 {
  --tw-shadow-color: rgb(236 254 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/60 {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/65 {
  --tw-shadow-color: rgb(236 254 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/70 {
  --tw-shadow-color: rgb(236 254 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/75 {
  --tw-shadow-color: rgb(236 254 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/80 {
  --tw-shadow-color: rgb(236 254 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/85 {
  --tw-shadow-color: rgb(236 254 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/90 {
  --tw-shadow-color: rgb(236 254 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/95 {
  --tw-shadow-color: rgb(236 254 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500 {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/15 {
  --tw-shadow-color: rgb(6 182 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/35 {
  --tw-shadow-color: rgb(6 182 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/45 {
  --tw-shadow-color: rgb(6 182 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/55 {
  --tw-shadow-color: rgb(6 182 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/65 {
  --tw-shadow-color: rgb(6 182 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/85 {
  --tw-shadow-color: rgb(6 182 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600 {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/0 {
  --tw-shadow-color: rgb(8 145 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/10 {
  --tw-shadow-color: rgb(8 145 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/100 {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/15 {
  --tw-shadow-color: rgb(8 145 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/20 {
  --tw-shadow-color: rgb(8 145 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/25 {
  --tw-shadow-color: rgb(8 145 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/30 {
  --tw-shadow-color: rgb(8 145 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/35 {
  --tw-shadow-color: rgb(8 145 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/40 {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/45 {
  --tw-shadow-color: rgb(8 145 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/5 {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/50 {
  --tw-shadow-color: rgb(8 145 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/55 {
  --tw-shadow-color: rgb(8 145 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/60 {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/65 {
  --tw-shadow-color: rgb(8 145 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/70 {
  --tw-shadow-color: rgb(8 145 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/75 {
  --tw-shadow-color: rgb(8 145 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/80 {
  --tw-shadow-color: rgb(8 145 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/85 {
  --tw-shadow-color: rgb(8 145 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/90 {
  --tw-shadow-color: rgb(8 145 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/95 {
  --tw-shadow-color: rgb(8 145 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700 {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/0 {
  --tw-shadow-color: rgb(14 116 144 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/10 {
  --tw-shadow-color: rgb(14 116 144 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/100 {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/15 {
  --tw-shadow-color: rgb(14 116 144 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/20 {
  --tw-shadow-color: rgb(14 116 144 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/25 {
  --tw-shadow-color: rgb(14 116 144 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/30 {
  --tw-shadow-color: rgb(14 116 144 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/35 {
  --tw-shadow-color: rgb(14 116 144 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/40 {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/45 {
  --tw-shadow-color: rgb(14 116 144 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/5 {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/50 {
  --tw-shadow-color: rgb(14 116 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/55 {
  --tw-shadow-color: rgb(14 116 144 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/60 {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/65 {
  --tw-shadow-color: rgb(14 116 144 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/70 {
  --tw-shadow-color: rgb(14 116 144 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/75 {
  --tw-shadow-color: rgb(14 116 144 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/80 {
  --tw-shadow-color: rgb(14 116 144 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/85 {
  --tw-shadow-color: rgb(14 116 144 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/90 {
  --tw-shadow-color: rgb(14 116 144 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/95 {
  --tw-shadow-color: rgb(14 116 144 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800 {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/0 {
  --tw-shadow-color: rgb(21 94 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/10 {
  --tw-shadow-color: rgb(21 94 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/100 {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/15 {
  --tw-shadow-color: rgb(21 94 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/20 {
  --tw-shadow-color: rgb(21 94 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/25 {
  --tw-shadow-color: rgb(21 94 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/30 {
  --tw-shadow-color: rgb(21 94 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/35 {
  --tw-shadow-color: rgb(21 94 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/40 {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/45 {
  --tw-shadow-color: rgb(21 94 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/5 {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/50 {
  --tw-shadow-color: rgb(21 94 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/55 {
  --tw-shadow-color: rgb(21 94 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/60 {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/65 {
  --tw-shadow-color: rgb(21 94 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/70 {
  --tw-shadow-color: rgb(21 94 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/75 {
  --tw-shadow-color: rgb(21 94 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/80 {
  --tw-shadow-color: rgb(21 94 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/85 {
  --tw-shadow-color: rgb(21 94 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/90 {
  --tw-shadow-color: rgb(21 94 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/95 {
  --tw-shadow-color: rgb(21 94 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900 {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/0 {
  --tw-shadow-color: rgb(22 78 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/10 {
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/100 {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/15 {
  --tw-shadow-color: rgb(22 78 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/20 {
  --tw-shadow-color: rgb(22 78 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/25 {
  --tw-shadow-color: rgb(22 78 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/30 {
  --tw-shadow-color: rgb(22 78 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/35 {
  --tw-shadow-color: rgb(22 78 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/40 {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/45 {
  --tw-shadow-color: rgb(22 78 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/5 {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/50 {
  --tw-shadow-color: rgb(22 78 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/55 {
  --tw-shadow-color: rgb(22 78 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/60 {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/65 {
  --tw-shadow-color: rgb(22 78 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/70 {
  --tw-shadow-color: rgb(22 78 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/75 {
  --tw-shadow-color: rgb(22 78 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/80 {
  --tw-shadow-color: rgb(22 78 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/85 {
  --tw-shadow-color: rgb(22 78 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/90 {
  --tw-shadow-color: rgb(22 78 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/95 {
  --tw-shadow-color: rgb(22 78 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950 {
  --tw-shadow-color: #083344;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/0 {
  --tw-shadow-color: rgb(8 51 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/10 {
  --tw-shadow-color: rgb(8 51 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/100 {
  --tw-shadow-color: rgb(8 51 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/15 {
  --tw-shadow-color: rgb(8 51 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/20 {
  --tw-shadow-color: rgb(8 51 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/25 {
  --tw-shadow-color: rgb(8 51 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/30 {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/35 {
  --tw-shadow-color: rgb(8 51 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/40 {
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/45 {
  --tw-shadow-color: rgb(8 51 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/5 {
  --tw-shadow-color: rgb(8 51 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/50 {
  --tw-shadow-color: rgb(8 51 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/55 {
  --tw-shadow-color: rgb(8 51 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/60 {
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/65 {
  --tw-shadow-color: rgb(8 51 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/70 {
  --tw-shadow-color: rgb(8 51 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/75 {
  --tw-shadow-color: rgb(8 51 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/80 {
  --tw-shadow-color: rgb(8 51 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/85 {
  --tw-shadow-color: rgb(8 51 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/90 {
  --tw-shadow-color: rgb(8 51 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/95 {
  --tw-shadow-color: rgb(8 51 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100 {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/0 {
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/10 {
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/100 {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/15 {
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/20 {
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/25 {
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/30 {
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/35 {
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/40 {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/45 {
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/5 {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/50 {
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/55 {
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/60 {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/65 {
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/70 {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/75 {
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/80 {
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/85 {
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/90 {
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/95 {
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200 {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/0 {
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/10 {
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/100 {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/15 {
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/20 {
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/25 {
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/30 {
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/35 {
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/40 {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/45 {
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/5 {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/50 {
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/55 {
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/60 {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/65 {
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/70 {
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/75 {
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/80 {
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/85 {
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/90 {
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/95 {
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300 {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/0 {
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/10 {
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/100 {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/15 {
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/20 {
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/25 {
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/30 {
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/35 {
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/40 {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/45 {
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/5 {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/50 {
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/55 {
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/60 {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/65 {
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/70 {
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/75 {
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/80 {
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/85 {
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/90 {
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/95 {
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400 {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/0 {
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/10 {
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/100 {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/15 {
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/20 {
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/25 {
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/30 {
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/35 {
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/40 {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/45 {
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/5 {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/50 {
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/55 {
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/60 {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/65 {
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/70 {
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/75 {
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/80 {
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/85 {
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/90 {
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/95 {
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50 {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/0 {
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/10 {
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/100 {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/15 {
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/20 {
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/25 {
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/30 {
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/35 {
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/40 {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/45 {
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/5 {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/50 {
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/55 {
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/60 {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/65 {
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/70 {
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/75 {
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/80 {
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/85 {
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/90 {
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/95 {
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500 {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/0 {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/10 {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/100 {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/15 {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/30 {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/35 {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/40 {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/45 {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/5 {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/50 {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/55 {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/60 {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/65 {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/70 {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/75 {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/80 {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/85 {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/90 {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/95 {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600 {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/0 {
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/10 {
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/100 {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/15 {
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/20 {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/25 {
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/30 {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/35 {
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/40 {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/45 {
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/5 {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/50 {
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/55 {
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/60 {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/65 {
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/70 {
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/75 {
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/80 {
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/85 {
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/90 {
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/95 {
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700 {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/0 {
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/10 {
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/100 {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/15 {
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/20 {
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/25 {
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/30 {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/35 {
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/40 {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/45 {
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/5 {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/50 {
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/55 {
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/60 {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/65 {
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/70 {
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/75 {
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/80 {
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/85 {
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/90 {
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/95 {
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800 {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/0 {
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/10 {
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/100 {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/15 {
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/20 {
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/25 {
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/30 {
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/35 {
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/40 {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/45 {
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/5 {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/50 {
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/55 {
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/60 {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/65 {
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/70 {
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/75 {
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/80 {
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/85 {
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/90 {
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/95 {
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900 {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/0 {
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/10 {
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/100 {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/15 {
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/20 {
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/25 {
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/30 {
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/35 {
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/40 {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/45 {
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/5 {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/50 {
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/55 {
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/60 {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/65 {
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/70 {
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/75 {
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/80 {
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/85 {
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/90 {
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/95 {
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950 {
  --tw-shadow-color: #022c22;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/0 {
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/10 {
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/100 {
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/15 {
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/20 {
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/25 {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/30 {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/35 {
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/40 {
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/45 {
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/5 {
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/50 {
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/55 {
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/60 {
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/65 {
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/70 {
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/75 {
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/80 {
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/85 {
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/90 {
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/95 {
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100 {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/0 {
  --tw-shadow-color: rgb(250 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/10 {
  --tw-shadow-color: rgb(250 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/100 {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/15 {
  --tw-shadow-color: rgb(250 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/20 {
  --tw-shadow-color: rgb(250 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/25 {
  --tw-shadow-color: rgb(250 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/30 {
  --tw-shadow-color: rgb(250 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/35 {
  --tw-shadow-color: rgb(250 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/40 {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/45 {
  --tw-shadow-color: rgb(250 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/5 {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/50 {
  --tw-shadow-color: rgb(250 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/55 {
  --tw-shadow-color: rgb(250 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/60 {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/65 {
  --tw-shadow-color: rgb(250 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/70 {
  --tw-shadow-color: rgb(250 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/75 {
  --tw-shadow-color: rgb(250 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/80 {
  --tw-shadow-color: rgb(250 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/85 {
  --tw-shadow-color: rgb(250 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/90 {
  --tw-shadow-color: rgb(250 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/95 {
  --tw-shadow-color: rgb(250 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200 {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/0 {
  --tw-shadow-color: rgb(245 208 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/10 {
  --tw-shadow-color: rgb(245 208 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/100 {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/15 {
  --tw-shadow-color: rgb(245 208 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/20 {
  --tw-shadow-color: rgb(245 208 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/25 {
  --tw-shadow-color: rgb(245 208 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/30 {
  --tw-shadow-color: rgb(245 208 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/35 {
  --tw-shadow-color: rgb(245 208 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/40 {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/45 {
  --tw-shadow-color: rgb(245 208 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/5 {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/50 {
  --tw-shadow-color: rgb(245 208 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/55 {
  --tw-shadow-color: rgb(245 208 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/60 {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/65 {
  --tw-shadow-color: rgb(245 208 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/70 {
  --tw-shadow-color: rgb(245 208 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/75 {
  --tw-shadow-color: rgb(245 208 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/80 {
  --tw-shadow-color: rgb(245 208 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/85 {
  --tw-shadow-color: rgb(245 208 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/90 {
  --tw-shadow-color: rgb(245 208 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/95 {
  --tw-shadow-color: rgb(245 208 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300 {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/0 {
  --tw-shadow-color: rgb(240 171 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/10 {
  --tw-shadow-color: rgb(240 171 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/100 {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/15 {
  --tw-shadow-color: rgb(240 171 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/20 {
  --tw-shadow-color: rgb(240 171 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/25 {
  --tw-shadow-color: rgb(240 171 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/30 {
  --tw-shadow-color: rgb(240 171 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/35 {
  --tw-shadow-color: rgb(240 171 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/40 {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/45 {
  --tw-shadow-color: rgb(240 171 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/5 {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/50 {
  --tw-shadow-color: rgb(240 171 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/55 {
  --tw-shadow-color: rgb(240 171 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/60 {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/65 {
  --tw-shadow-color: rgb(240 171 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/70 {
  --tw-shadow-color: rgb(240 171 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/75 {
  --tw-shadow-color: rgb(240 171 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/80 {
  --tw-shadow-color: rgb(240 171 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/85 {
  --tw-shadow-color: rgb(240 171 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/90 {
  --tw-shadow-color: rgb(240 171 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/95 {
  --tw-shadow-color: rgb(240 171 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400 {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/0 {
  --tw-shadow-color: rgb(232 121 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/10 {
  --tw-shadow-color: rgb(232 121 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/100 {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/15 {
  --tw-shadow-color: rgb(232 121 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/20 {
  --tw-shadow-color: rgb(232 121 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/25 {
  --tw-shadow-color: rgb(232 121 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/30 {
  --tw-shadow-color: rgb(232 121 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/35 {
  --tw-shadow-color: rgb(232 121 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/40 {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/45 {
  --tw-shadow-color: rgb(232 121 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/5 {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/50 {
  --tw-shadow-color: rgb(232 121 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/55 {
  --tw-shadow-color: rgb(232 121 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/60 {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/65 {
  --tw-shadow-color: rgb(232 121 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/70 {
  --tw-shadow-color: rgb(232 121 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/75 {
  --tw-shadow-color: rgb(232 121 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/80 {
  --tw-shadow-color: rgb(232 121 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/85 {
  --tw-shadow-color: rgb(232 121 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/90 {
  --tw-shadow-color: rgb(232 121 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/95 {
  --tw-shadow-color: rgb(232 121 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50 {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/0 {
  --tw-shadow-color: rgb(253 244 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/10 {
  --tw-shadow-color: rgb(253 244 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/100 {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/15 {
  --tw-shadow-color: rgb(253 244 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/20 {
  --tw-shadow-color: rgb(253 244 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/25 {
  --tw-shadow-color: rgb(253 244 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/30 {
  --tw-shadow-color: rgb(253 244 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/35 {
  --tw-shadow-color: rgb(253 244 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/40 {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/45 {
  --tw-shadow-color: rgb(253 244 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/5 {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/50 {
  --tw-shadow-color: rgb(253 244 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/55 {
  --tw-shadow-color: rgb(253 244 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/60 {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/65 {
  --tw-shadow-color: rgb(253 244 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/70 {
  --tw-shadow-color: rgb(253 244 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/75 {
  --tw-shadow-color: rgb(253 244 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/80 {
  --tw-shadow-color: rgb(253 244 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/85 {
  --tw-shadow-color: rgb(253 244 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/90 {
  --tw-shadow-color: rgb(253 244 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/95 {
  --tw-shadow-color: rgb(253 244 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500 {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/0 {
  --tw-shadow-color: rgb(217 70 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/10 {
  --tw-shadow-color: rgb(217 70 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/100 {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/15 {
  --tw-shadow-color: rgb(217 70 239 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/20 {
  --tw-shadow-color: rgb(217 70 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/25 {
  --tw-shadow-color: rgb(217 70 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/30 {
  --tw-shadow-color: rgb(217 70 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/35 {
  --tw-shadow-color: rgb(217 70 239 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/40 {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/45 {
  --tw-shadow-color: rgb(217 70 239 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/5 {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/50 {
  --tw-shadow-color: rgb(217 70 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/55 {
  --tw-shadow-color: rgb(217 70 239 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/60 {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/65 {
  --tw-shadow-color: rgb(217 70 239 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/70 {
  --tw-shadow-color: rgb(217 70 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/75 {
  --tw-shadow-color: rgb(217 70 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/80 {
  --tw-shadow-color: rgb(217 70 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/85 {
  --tw-shadow-color: rgb(217 70 239 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/90 {
  --tw-shadow-color: rgb(217 70 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/95 {
  --tw-shadow-color: rgb(217 70 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600 {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/0 {
  --tw-shadow-color: rgb(192 38 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/10 {
  --tw-shadow-color: rgb(192 38 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/100 {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/15 {
  --tw-shadow-color: rgb(192 38 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/20 {
  --tw-shadow-color: rgb(192 38 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/25 {
  --tw-shadow-color: rgb(192 38 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/30 {
  --tw-shadow-color: rgb(192 38 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/35 {
  --tw-shadow-color: rgb(192 38 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/40 {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/45 {
  --tw-shadow-color: rgb(192 38 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/5 {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/50 {
  --tw-shadow-color: rgb(192 38 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/55 {
  --tw-shadow-color: rgb(192 38 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/60 {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/65 {
  --tw-shadow-color: rgb(192 38 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/70 {
  --tw-shadow-color: rgb(192 38 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/75 {
  --tw-shadow-color: rgb(192 38 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/80 {
  --tw-shadow-color: rgb(192 38 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/85 {
  --tw-shadow-color: rgb(192 38 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/90 {
  --tw-shadow-color: rgb(192 38 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/95 {
  --tw-shadow-color: rgb(192 38 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700 {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/0 {
  --tw-shadow-color: rgb(162 28 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/10 {
  --tw-shadow-color: rgb(162 28 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/100 {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/15 {
  --tw-shadow-color: rgb(162 28 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/20 {
  --tw-shadow-color: rgb(162 28 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/25 {
  --tw-shadow-color: rgb(162 28 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/30 {
  --tw-shadow-color: rgb(162 28 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/35 {
  --tw-shadow-color: rgb(162 28 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/40 {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/45 {
  --tw-shadow-color: rgb(162 28 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/5 {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/50 {
  --tw-shadow-color: rgb(162 28 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/55 {
  --tw-shadow-color: rgb(162 28 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/60 {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/65 {
  --tw-shadow-color: rgb(162 28 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/70 {
  --tw-shadow-color: rgb(162 28 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/75 {
  --tw-shadow-color: rgb(162 28 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/80 {
  --tw-shadow-color: rgb(162 28 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/85 {
  --tw-shadow-color: rgb(162 28 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/90 {
  --tw-shadow-color: rgb(162 28 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/95 {
  --tw-shadow-color: rgb(162 28 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800 {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/0 {
  --tw-shadow-color: rgb(134 25 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/10 {
  --tw-shadow-color: rgb(134 25 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/100 {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/15 {
  --tw-shadow-color: rgb(134 25 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/20 {
  --tw-shadow-color: rgb(134 25 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/25 {
  --tw-shadow-color: rgb(134 25 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/30 {
  --tw-shadow-color: rgb(134 25 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/35 {
  --tw-shadow-color: rgb(134 25 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/40 {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/45 {
  --tw-shadow-color: rgb(134 25 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/5 {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/50 {
  --tw-shadow-color: rgb(134 25 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/55 {
  --tw-shadow-color: rgb(134 25 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/60 {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/65 {
  --tw-shadow-color: rgb(134 25 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/70 {
  --tw-shadow-color: rgb(134 25 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/75 {
  --tw-shadow-color: rgb(134 25 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/80 {
  --tw-shadow-color: rgb(134 25 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/85 {
  --tw-shadow-color: rgb(134 25 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/90 {
  --tw-shadow-color: rgb(134 25 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/95 {
  --tw-shadow-color: rgb(134 25 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900 {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/0 {
  --tw-shadow-color: rgb(112 26 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/10 {
  --tw-shadow-color: rgb(112 26 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/100 {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/15 {
  --tw-shadow-color: rgb(112 26 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/20 {
  --tw-shadow-color: rgb(112 26 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/25 {
  --tw-shadow-color: rgb(112 26 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/30 {
  --tw-shadow-color: rgb(112 26 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/35 {
  --tw-shadow-color: rgb(112 26 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/40 {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/45 {
  --tw-shadow-color: rgb(112 26 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/5 {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/50 {
  --tw-shadow-color: rgb(112 26 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/55 {
  --tw-shadow-color: rgb(112 26 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/60 {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/65 {
  --tw-shadow-color: rgb(112 26 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/70 {
  --tw-shadow-color: rgb(112 26 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/75 {
  --tw-shadow-color: rgb(112 26 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/80 {
  --tw-shadow-color: rgb(112 26 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/85 {
  --tw-shadow-color: rgb(112 26 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/90 {
  --tw-shadow-color: rgb(112 26 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/95 {
  --tw-shadow-color: rgb(112 26 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950 {
  --tw-shadow-color: #4a044e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/0 {
  --tw-shadow-color: rgb(74 4 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/10 {
  --tw-shadow-color: rgb(74 4 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/100 {
  --tw-shadow-color: rgb(74 4 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/15 {
  --tw-shadow-color: rgb(74 4 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/20 {
  --tw-shadow-color: rgb(74 4 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/25 {
  --tw-shadow-color: rgb(74 4 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/30 {
  --tw-shadow-color: rgb(74 4 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/35 {
  --tw-shadow-color: rgb(74 4 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/40 {
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/45 {
  --tw-shadow-color: rgb(74 4 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/5 {
  --tw-shadow-color: rgb(74 4 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/50 {
  --tw-shadow-color: rgb(74 4 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/55 {
  --tw-shadow-color: rgb(74 4 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/60 {
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/65 {
  --tw-shadow-color: rgb(74 4 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/70 {
  --tw-shadow-color: rgb(74 4 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/75 {
  --tw-shadow-color: rgb(74 4 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/80 {
  --tw-shadow-color: rgb(74 4 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/85 {
  --tw-shadow-color: rgb(74 4 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/90 {
  --tw-shadow-color: rgb(74 4 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/95 {
  --tw-shadow-color: rgb(74 4 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/0 {
  --tw-shadow-color: rgb(243 244 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/10 {
  --tw-shadow-color: rgb(243 244 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/100 {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/15 {
  --tw-shadow-color: rgb(243 244 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/20 {
  --tw-shadow-color: rgb(243 244 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/25 {
  --tw-shadow-color: rgb(243 244 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/30 {
  --tw-shadow-color: rgb(243 244 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/35 {
  --tw-shadow-color: rgb(243 244 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/40 {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/45 {
  --tw-shadow-color: rgb(243 244 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/5 {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/50 {
  --tw-shadow-color: rgb(243 244 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/55 {
  --tw-shadow-color: rgb(243 244 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/60 {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/65 {
  --tw-shadow-color: rgb(243 244 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/70 {
  --tw-shadow-color: rgb(243 244 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/75 {
  --tw-shadow-color: rgb(243 244 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/80 {
  --tw-shadow-color: rgb(243 244 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/85 {
  --tw-shadow-color: rgb(243 244 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/90 {
  --tw-shadow-color: rgb(243 244 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/95 {
  --tw-shadow-color: rgb(243 244 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/0 {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/10 {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/100 {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/15 {
  --tw-shadow-color: rgb(229 231 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/20 {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/25 {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/30 {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/35 {
  --tw-shadow-color: rgb(229 231 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/40 {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/45 {
  --tw-shadow-color: rgb(229 231 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/5 {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/55 {
  --tw-shadow-color: rgb(229 231 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/60 {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/65 {
  --tw-shadow-color: rgb(229 231 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/70 {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/75 {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/80 {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/85 {
  --tw-shadow-color: rgb(229 231 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/90 {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/95 {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/0 {
  --tw-shadow-color: rgb(209 213 219 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/10 {
  --tw-shadow-color: rgb(209 213 219 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/100 {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/15 {
  --tw-shadow-color: rgb(209 213 219 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/20 {
  --tw-shadow-color: rgb(209 213 219 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/25 {
  --tw-shadow-color: rgb(209 213 219 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/30 {
  --tw-shadow-color: rgb(209 213 219 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/35 {
  --tw-shadow-color: rgb(209 213 219 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/40 {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/45 {
  --tw-shadow-color: rgb(209 213 219 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/5 {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/50 {
  --tw-shadow-color: rgb(209 213 219 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/55 {
  --tw-shadow-color: rgb(209 213 219 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/60 {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/65 {
  --tw-shadow-color: rgb(209 213 219 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/70 {
  --tw-shadow-color: rgb(209 213 219 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/75 {
  --tw-shadow-color: rgb(209 213 219 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/80 {
  --tw-shadow-color: rgb(209 213 219 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/85 {
  --tw-shadow-color: rgb(209 213 219 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/90 {
  --tw-shadow-color: rgb(209 213 219 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/95 {
  --tw-shadow-color: rgb(209 213 219 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400 {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/0 {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/10 {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/15 {
  --tw-shadow-color: rgb(156 163 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/20 {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/25 {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/30 {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/35 {
  --tw-shadow-color: rgb(156 163 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/45 {
  --tw-shadow-color: rgb(156 163 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/50 {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/55 {
  --tw-shadow-color: rgb(156 163 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/65 {
  --tw-shadow-color: rgb(156 163 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/70 {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/75 {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/80 {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/85 {
  --tw-shadow-color: rgb(156 163 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/90 {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/95 {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50 {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/0 {
  --tw-shadow-color: rgb(249 250 251 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/10 {
  --tw-shadow-color: rgb(249 250 251 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/100 {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/15 {
  --tw-shadow-color: rgb(249 250 251 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/20 {
  --tw-shadow-color: rgb(249 250 251 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/25 {
  --tw-shadow-color: rgb(249 250 251 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/30 {
  --tw-shadow-color: rgb(249 250 251 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/35 {
  --tw-shadow-color: rgb(249 250 251 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/40 {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/45 {
  --tw-shadow-color: rgb(249 250 251 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/5 {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/50 {
  --tw-shadow-color: rgb(249 250 251 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/55 {
  --tw-shadow-color: rgb(249 250 251 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/60 {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/65 {
  --tw-shadow-color: rgb(249 250 251 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/70 {
  --tw-shadow-color: rgb(249 250 251 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/75 {
  --tw-shadow-color: rgb(249 250 251 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/80 {
  --tw-shadow-color: rgb(249 250 251 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/85 {
  --tw-shadow-color: rgb(249 250 251 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/90 {
  --tw-shadow-color: rgb(249 250 251 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/95 {
  --tw-shadow-color: rgb(249 250 251 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/0 {
  --tw-shadow-color: rgb(107 114 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/10 {
  --tw-shadow-color: rgb(107 114 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/100 {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/15 {
  --tw-shadow-color: rgb(107 114 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/25 {
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/30 {
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/35 {
  --tw-shadow-color: rgb(107 114 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/45 {
  --tw-shadow-color: rgb(107 114 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/5 {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/50 {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/55 {
  --tw-shadow-color: rgb(107 114 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/60 {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/65 {
  --tw-shadow-color: rgb(107 114 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/70 {
  --tw-shadow-color: rgb(107 114 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/75 {
  --tw-shadow-color: rgb(107 114 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/80 {
  --tw-shadow-color: rgb(107 114 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/85 {
  --tw-shadow-color: rgb(107 114 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/90 {
  --tw-shadow-color: rgb(107 114 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/95 {
  --tw-shadow-color: rgb(107 114 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600 {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/0 {
  --tw-shadow-color: rgb(75 85 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/10 {
  --tw-shadow-color: rgb(75 85 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/100 {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/15 {
  --tw-shadow-color: rgb(75 85 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/20 {
  --tw-shadow-color: rgb(75 85 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/25 {
  --tw-shadow-color: rgb(75 85 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/30 {
  --tw-shadow-color: rgb(75 85 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/35 {
  --tw-shadow-color: rgb(75 85 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/40 {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/45 {
  --tw-shadow-color: rgb(75 85 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/5 {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/50 {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/55 {
  --tw-shadow-color: rgb(75 85 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/60 {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/65 {
  --tw-shadow-color: rgb(75 85 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/70 {
  --tw-shadow-color: rgb(75 85 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/75 {
  --tw-shadow-color: rgb(75 85 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/80 {
  --tw-shadow-color: rgb(75 85 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/85 {
  --tw-shadow-color: rgb(75 85 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/90 {
  --tw-shadow-color: rgb(75 85 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/95 {
  --tw-shadow-color: rgb(75 85 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700 {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/0 {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/10 {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/100 {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/15 {
  --tw-shadow-color: rgb(55 65 81 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/20 {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/25 {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/30 {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/35 {
  --tw-shadow-color: rgb(55 65 81 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/40 {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/45 {
  --tw-shadow-color: rgb(55 65 81 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/5 {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/50 {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/55 {
  --tw-shadow-color: rgb(55 65 81 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/60 {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/65 {
  --tw-shadow-color: rgb(55 65 81 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/70 {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/75 {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/80 {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/85 {
  --tw-shadow-color: rgb(55 65 81 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/90 {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/95 {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800 {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/0 {
  --tw-shadow-color: rgb(31 41 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/10 {
  --tw-shadow-color: rgb(31 41 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/100 {
  --tw-shadow-color: rgb(31 41 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/15 {
  --tw-shadow-color: rgb(31 41 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/20 {
  --tw-shadow-color: rgb(31 41 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/25 {
  --tw-shadow-color: rgb(31 41 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/30 {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/35 {
  --tw-shadow-color: rgb(31 41 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/40 {
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/45 {
  --tw-shadow-color: rgb(31 41 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/5 {
  --tw-shadow-color: rgb(31 41 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/50 {
  --tw-shadow-color: rgb(31 41 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/55 {
  --tw-shadow-color: rgb(31 41 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/60 {
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/65 {
  --tw-shadow-color: rgb(31 41 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/70 {
  --tw-shadow-color: rgb(31 41 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/75 {
  --tw-shadow-color: rgb(31 41 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/80 {
  --tw-shadow-color: rgb(31 41 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/85 {
  --tw-shadow-color: rgb(31 41 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/90 {
  --tw-shadow-color: rgb(31 41 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/95 {
  --tw-shadow-color: rgb(31 41 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900 {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/0 {
  --tw-shadow-color: rgb(17 24 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/10 {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/100 {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/15 {
  --tw-shadow-color: rgb(17 24 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/20 {
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/25 {
  --tw-shadow-color: rgb(17 24 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/30 {
  --tw-shadow-color: rgb(17 24 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/35 {
  --tw-shadow-color: rgb(17 24 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/40 {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/45 {
  --tw-shadow-color: rgb(17 24 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/5 {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/50 {
  --tw-shadow-color: rgb(17 24 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/55 {
  --tw-shadow-color: rgb(17 24 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/60 {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/65 {
  --tw-shadow-color: rgb(17 24 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/70 {
  --tw-shadow-color: rgb(17 24 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/75 {
  --tw-shadow-color: rgb(17 24 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/80 {
  --tw-shadow-color: rgb(17 24 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/85 {
  --tw-shadow-color: rgb(17 24 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/90 {
  --tw-shadow-color: rgb(17 24 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/95 {
  --tw-shadow-color: rgb(17 24 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950 {
  --tw-shadow-color: #030712;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/0 {
  --tw-shadow-color: rgb(3 7 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/10 {
  --tw-shadow-color: rgb(3 7 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/100 {
  --tw-shadow-color: rgb(3 7 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/15 {
  --tw-shadow-color: rgb(3 7 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/20 {
  --tw-shadow-color: rgb(3 7 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/25 {
  --tw-shadow-color: rgb(3 7 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/30 {
  --tw-shadow-color: rgb(3 7 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/35 {
  --tw-shadow-color: rgb(3 7 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/40 {
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/45 {
  --tw-shadow-color: rgb(3 7 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/5 {
  --tw-shadow-color: rgb(3 7 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/50 {
  --tw-shadow-color: rgb(3 7 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/55 {
  --tw-shadow-color: rgb(3 7 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/60 {
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/65 {
  --tw-shadow-color: rgb(3 7 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/70 {
  --tw-shadow-color: rgb(3 7 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/75 {
  --tw-shadow-color: rgb(3 7 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/80 {
  --tw-shadow-color: rgb(3 7 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/85 {
  --tw-shadow-color: rgb(3 7 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/90 {
  --tw-shadow-color: rgb(3 7 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/95 {
  --tw-shadow-color: rgb(3 7 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100 {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/0 {
  --tw-shadow-color: rgb(220 252 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/10 {
  --tw-shadow-color: rgb(220 252 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/100 {
  --tw-shadow-color: rgb(220 252 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/15 {
  --tw-shadow-color: rgb(220 252 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/20 {
  --tw-shadow-color: rgb(220 252 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/25 {
  --tw-shadow-color: rgb(220 252 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/30 {
  --tw-shadow-color: rgb(220 252 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/35 {
  --tw-shadow-color: rgb(220 252 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/40 {
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/45 {
  --tw-shadow-color: rgb(220 252 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/5 {
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/50 {
  --tw-shadow-color: rgb(220 252 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/55 {
  --tw-shadow-color: rgb(220 252 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/60 {
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/65 {
  --tw-shadow-color: rgb(220 252 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/70 {
  --tw-shadow-color: rgb(220 252 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/75 {
  --tw-shadow-color: rgb(220 252 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/80 {
  --tw-shadow-color: rgb(220 252 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/85 {
  --tw-shadow-color: rgb(220 252 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/90 {
  --tw-shadow-color: rgb(220 252 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100\/95 {
  --tw-shadow-color: rgb(220 252 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200 {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/0 {
  --tw-shadow-color: rgb(187 247 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/10 {
  --tw-shadow-color: rgb(187 247 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/100 {
  --tw-shadow-color: rgb(187 247 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/15 {
  --tw-shadow-color: rgb(187 247 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/20 {
  --tw-shadow-color: rgb(187 247 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/25 {
  --tw-shadow-color: rgb(187 247 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/30 {
  --tw-shadow-color: rgb(187 247 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/35 {
  --tw-shadow-color: rgb(187 247 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/40 {
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/45 {
  --tw-shadow-color: rgb(187 247 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/5 {
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/50 {
  --tw-shadow-color: rgb(187 247 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/55 {
  --tw-shadow-color: rgb(187 247 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/60 {
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/65 {
  --tw-shadow-color: rgb(187 247 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/70 {
  --tw-shadow-color: rgb(187 247 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/75 {
  --tw-shadow-color: rgb(187 247 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/80 {
  --tw-shadow-color: rgb(187 247 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/85 {
  --tw-shadow-color: rgb(187 247 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/90 {
  --tw-shadow-color: rgb(187 247 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-200\/95 {
  --tw-shadow-color: rgb(187 247 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300 {
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/0 {
  --tw-shadow-color: rgb(134 239 172 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/10 {
  --tw-shadow-color: rgb(134 239 172 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/100 {
  --tw-shadow-color: rgb(134 239 172 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/15 {
  --tw-shadow-color: rgb(134 239 172 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/20 {
  --tw-shadow-color: rgb(134 239 172 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/25 {
  --tw-shadow-color: rgb(134 239 172 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/30 {
  --tw-shadow-color: rgb(134 239 172 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/35 {
  --tw-shadow-color: rgb(134 239 172 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/40 {
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/45 {
  --tw-shadow-color: rgb(134 239 172 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/5 {
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/50 {
  --tw-shadow-color: rgb(134 239 172 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/55 {
  --tw-shadow-color: rgb(134 239 172 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/60 {
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/65 {
  --tw-shadow-color: rgb(134 239 172 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/70 {
  --tw-shadow-color: rgb(134 239 172 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/75 {
  --tw-shadow-color: rgb(134 239 172 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/80 {
  --tw-shadow-color: rgb(134 239 172 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/85 {
  --tw-shadow-color: rgb(134 239 172 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/90 {
  --tw-shadow-color: rgb(134 239 172 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-300\/95 {
  --tw-shadow-color: rgb(134 239 172 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400 {
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/0 {
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/10 {
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/100 {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/15 {
  --tw-shadow-color: rgb(74 222 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/20 {
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/25 {
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/30 {
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/35 {
  --tw-shadow-color: rgb(74 222 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/40 {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/45 {
  --tw-shadow-color: rgb(74 222 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/5 {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/50 {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/55 {
  --tw-shadow-color: rgb(74 222 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/60 {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/65 {
  --tw-shadow-color: rgb(74 222 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/70 {
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/75 {
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/80 {
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/85 {
  --tw-shadow-color: rgb(74 222 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/90 {
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/95 {
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50 {
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/0 {
  --tw-shadow-color: rgb(240 253 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/10 {
  --tw-shadow-color: rgb(240 253 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/100 {
  --tw-shadow-color: rgb(240 253 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/15 {
  --tw-shadow-color: rgb(240 253 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/20 {
  --tw-shadow-color: rgb(240 253 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/25 {
  --tw-shadow-color: rgb(240 253 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/30 {
  --tw-shadow-color: rgb(240 253 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/35 {
  --tw-shadow-color: rgb(240 253 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/40 {
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/45 {
  --tw-shadow-color: rgb(240 253 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/5 {
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/50 {
  --tw-shadow-color: rgb(240 253 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/55 {
  --tw-shadow-color: rgb(240 253 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/60 {
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/65 {
  --tw-shadow-color: rgb(240 253 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/70 {
  --tw-shadow-color: rgb(240 253 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/75 {
  --tw-shadow-color: rgb(240 253 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/80 {
  --tw-shadow-color: rgb(240 253 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/85 {
  --tw-shadow-color: rgb(240 253 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/90 {
  --tw-shadow-color: rgb(240 253 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-50\/95 {
  --tw-shadow-color: rgb(240 253 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500 {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/0 {
  --tw-shadow-color: rgb(34 197 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/10 {
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/100 {
  --tw-shadow-color: rgb(34 197 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/15 {
  --tw-shadow-color: rgb(34 197 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/20 {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/25 {
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/35 {
  --tw-shadow-color: rgb(34 197 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/40 {
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/45 {
  --tw-shadow-color: rgb(34 197 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/5 {
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/50 {
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/55 {
  --tw-shadow-color: rgb(34 197 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/60 {
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/65 {
  --tw-shadow-color: rgb(34 197 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/70 {
  --tw-shadow-color: rgb(34 197 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/75 {
  --tw-shadow-color: rgb(34 197 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/80 {
  --tw-shadow-color: rgb(34 197 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/85 {
  --tw-shadow-color: rgb(34 197 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/90 {
  --tw-shadow-color: rgb(34 197 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/95 {
  --tw-shadow-color: rgb(34 197 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600 {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/0 {
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/10 {
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/100 {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/15 {
  --tw-shadow-color: rgb(22 163 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/20 {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/25 {
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/30 {
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/35 {
  --tw-shadow-color: rgb(22 163 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/40 {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/45 {
  --tw-shadow-color: rgb(22 163 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/5 {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/50 {
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/55 {
  --tw-shadow-color: rgb(22 163 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/60 {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/65 {
  --tw-shadow-color: rgb(22 163 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/70 {
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/75 {
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/80 {
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/85 {
  --tw-shadow-color: rgb(22 163 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/90 {
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-600\/95 {
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700 {
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/0 {
  --tw-shadow-color: rgb(21 128 61 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/10 {
  --tw-shadow-color: rgb(21 128 61 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/100 {
  --tw-shadow-color: rgb(21 128 61 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/15 {
  --tw-shadow-color: rgb(21 128 61 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/20 {
  --tw-shadow-color: rgb(21 128 61 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/25 {
  --tw-shadow-color: rgb(21 128 61 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/30 {
  --tw-shadow-color: rgb(21 128 61 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/35 {
  --tw-shadow-color: rgb(21 128 61 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/40 {
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/45 {
  --tw-shadow-color: rgb(21 128 61 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/5 {
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/50 {
  --tw-shadow-color: rgb(21 128 61 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/55 {
  --tw-shadow-color: rgb(21 128 61 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/60 {
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/65 {
  --tw-shadow-color: rgb(21 128 61 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/70 {
  --tw-shadow-color: rgb(21 128 61 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/75 {
  --tw-shadow-color: rgb(21 128 61 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/80 {
  --tw-shadow-color: rgb(21 128 61 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/85 {
  --tw-shadow-color: rgb(21 128 61 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/90 {
  --tw-shadow-color: rgb(21 128 61 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-700\/95 {
  --tw-shadow-color: rgb(21 128 61 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800 {
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/0 {
  --tw-shadow-color: rgb(22 101 52 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/10 {
  --tw-shadow-color: rgb(22 101 52 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/100 {
  --tw-shadow-color: rgb(22 101 52 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/15 {
  --tw-shadow-color: rgb(22 101 52 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/20 {
  --tw-shadow-color: rgb(22 101 52 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/25 {
  --tw-shadow-color: rgb(22 101 52 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/30 {
  --tw-shadow-color: rgb(22 101 52 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/35 {
  --tw-shadow-color: rgb(22 101 52 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/40 {
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/45 {
  --tw-shadow-color: rgb(22 101 52 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/5 {
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/50 {
  --tw-shadow-color: rgb(22 101 52 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/55 {
  --tw-shadow-color: rgb(22 101 52 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/60 {
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/65 {
  --tw-shadow-color: rgb(22 101 52 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/70 {
  --tw-shadow-color: rgb(22 101 52 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/75 {
  --tw-shadow-color: rgb(22 101 52 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/80 {
  --tw-shadow-color: rgb(22 101 52 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/85 {
  --tw-shadow-color: rgb(22 101 52 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/90 {
  --tw-shadow-color: rgb(22 101 52 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-800\/95 {
  --tw-shadow-color: rgb(22 101 52 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900 {
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/0 {
  --tw-shadow-color: rgb(20 83 45 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/10 {
  --tw-shadow-color: rgb(20 83 45 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/100 {
  --tw-shadow-color: rgb(20 83 45 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/15 {
  --tw-shadow-color: rgb(20 83 45 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/20 {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/25 {
  --tw-shadow-color: rgb(20 83 45 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/30 {
  --tw-shadow-color: rgb(20 83 45 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/35 {
  --tw-shadow-color: rgb(20 83 45 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/40 {
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/45 {
  --tw-shadow-color: rgb(20 83 45 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/5 {
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/50 {
  --tw-shadow-color: rgb(20 83 45 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/55 {
  --tw-shadow-color: rgb(20 83 45 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/60 {
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/65 {
  --tw-shadow-color: rgb(20 83 45 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/70 {
  --tw-shadow-color: rgb(20 83 45 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/75 {
  --tw-shadow-color: rgb(20 83 45 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/80 {
  --tw-shadow-color: rgb(20 83 45 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/85 {
  --tw-shadow-color: rgb(20 83 45 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/90 {
  --tw-shadow-color: rgb(20 83 45 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/95 {
  --tw-shadow-color: rgb(20 83 45 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950 {
  --tw-shadow-color: #052e16;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/0 {
  --tw-shadow-color: rgb(5 46 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/10 {
  --tw-shadow-color: rgb(5 46 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/100 {
  --tw-shadow-color: rgb(5 46 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/15 {
  --tw-shadow-color: rgb(5 46 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/20 {
  --tw-shadow-color: rgb(5 46 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/25 {
  --tw-shadow-color: rgb(5 46 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/30 {
  --tw-shadow-color: rgb(5 46 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/35 {
  --tw-shadow-color: rgb(5 46 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/40 {
  --tw-shadow-color: rgb(5 46 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/45 {
  --tw-shadow-color: rgb(5 46 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/5 {
  --tw-shadow-color: rgb(5 46 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/50 {
  --tw-shadow-color: rgb(5 46 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/55 {
  --tw-shadow-color: rgb(5 46 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/60 {
  --tw-shadow-color: rgb(5 46 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/65 {
  --tw-shadow-color: rgb(5 46 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/70 {
  --tw-shadow-color: rgb(5 46 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/75 {
  --tw-shadow-color: rgb(5 46 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/80 {
  --tw-shadow-color: rgb(5 46 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/85 {
  --tw-shadow-color: rgb(5 46 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/90 {
  --tw-shadow-color: rgb(5 46 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-950\/95 {
  --tw-shadow-color: rgb(5 46 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100 {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/0 {
  --tw-shadow-color: rgb(224 231 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/10 {
  --tw-shadow-color: rgb(224 231 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/100 {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/15 {
  --tw-shadow-color: rgb(224 231 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/20 {
  --tw-shadow-color: rgb(224 231 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/25 {
  --tw-shadow-color: rgb(224 231 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/30 {
  --tw-shadow-color: rgb(224 231 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/35 {
  --tw-shadow-color: rgb(224 231 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/40 {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/45 {
  --tw-shadow-color: rgb(224 231 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/5 {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/50 {
  --tw-shadow-color: rgb(224 231 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/55 {
  --tw-shadow-color: rgb(224 231 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/60 {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/65 {
  --tw-shadow-color: rgb(224 231 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/70 {
  --tw-shadow-color: rgb(224 231 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/75 {
  --tw-shadow-color: rgb(224 231 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/80 {
  --tw-shadow-color: rgb(224 231 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/85 {
  --tw-shadow-color: rgb(224 231 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/90 {
  --tw-shadow-color: rgb(224 231 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/95 {
  --tw-shadow-color: rgb(224 231 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/0 {
  --tw-shadow-color: rgb(199 210 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/10 {
  --tw-shadow-color: rgb(199 210 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/100 {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/15 {
  --tw-shadow-color: rgb(199 210 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/20 {
  --tw-shadow-color: rgb(199 210 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/25 {
  --tw-shadow-color: rgb(199 210 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/30 {
  --tw-shadow-color: rgb(199 210 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/35 {
  --tw-shadow-color: rgb(199 210 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/40 {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/45 {
  --tw-shadow-color: rgb(199 210 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/5 {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/50 {
  --tw-shadow-color: rgb(199 210 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/55 {
  --tw-shadow-color: rgb(199 210 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/60 {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/65 {
  --tw-shadow-color: rgb(199 210 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/70 {
  --tw-shadow-color: rgb(199 210 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/75 {
  --tw-shadow-color: rgb(199 210 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/80 {
  --tw-shadow-color: rgb(199 210 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/85 {
  --tw-shadow-color: rgb(199 210 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/90 {
  --tw-shadow-color: rgb(199 210 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/95 {
  --tw-shadow-color: rgb(199 210 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300 {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/0 {
  --tw-shadow-color: rgb(165 180 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/10 {
  --tw-shadow-color: rgb(165 180 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/100 {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/15 {
  --tw-shadow-color: rgb(165 180 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/20 {
  --tw-shadow-color: rgb(165 180 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/25 {
  --tw-shadow-color: rgb(165 180 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/30 {
  --tw-shadow-color: rgb(165 180 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/35 {
  --tw-shadow-color: rgb(165 180 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/40 {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/45 {
  --tw-shadow-color: rgb(165 180 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/5 {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/50 {
  --tw-shadow-color: rgb(165 180 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/55 {
  --tw-shadow-color: rgb(165 180 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/60 {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/65 {
  --tw-shadow-color: rgb(165 180 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/70 {
  --tw-shadow-color: rgb(165 180 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/75 {
  --tw-shadow-color: rgb(165 180 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/80 {
  --tw-shadow-color: rgb(165 180 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/85 {
  --tw-shadow-color: rgb(165 180 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/90 {
  --tw-shadow-color: rgb(165 180 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/95 {
  --tw-shadow-color: rgb(165 180 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400 {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/0 {
  --tw-shadow-color: rgb(129 140 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/10 {
  --tw-shadow-color: rgb(129 140 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/100 {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/15 {
  --tw-shadow-color: rgb(129 140 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/20 {
  --tw-shadow-color: rgb(129 140 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/25 {
  --tw-shadow-color: rgb(129 140 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/30 {
  --tw-shadow-color: rgb(129 140 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/35 {
  --tw-shadow-color: rgb(129 140 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/40 {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/45 {
  --tw-shadow-color: rgb(129 140 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/5 {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/50 {
  --tw-shadow-color: rgb(129 140 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/55 {
  --tw-shadow-color: rgb(129 140 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/60 {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/65 {
  --tw-shadow-color: rgb(129 140 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/70 {
  --tw-shadow-color: rgb(129 140 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/75 {
  --tw-shadow-color: rgb(129 140 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/80 {
  --tw-shadow-color: rgb(129 140 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/85 {
  --tw-shadow-color: rgb(129 140 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/90 {
  --tw-shadow-color: rgb(129 140 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/95 {
  --tw-shadow-color: rgb(129 140 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50 {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/0 {
  --tw-shadow-color: rgb(238 242 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/10 {
  --tw-shadow-color: rgb(238 242 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/100 {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/15 {
  --tw-shadow-color: rgb(238 242 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/20 {
  --tw-shadow-color: rgb(238 242 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/25 {
  --tw-shadow-color: rgb(238 242 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/30 {
  --tw-shadow-color: rgb(238 242 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/35 {
  --tw-shadow-color: rgb(238 242 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/40 {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/45 {
  --tw-shadow-color: rgb(238 242 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/5 {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/50 {
  --tw-shadow-color: rgb(238 242 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/55 {
  --tw-shadow-color: rgb(238 242 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/60 {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/65 {
  --tw-shadow-color: rgb(238 242 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/70 {
  --tw-shadow-color: rgb(238 242 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/75 {
  --tw-shadow-color: rgb(238 242 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/80 {
  --tw-shadow-color: rgb(238 242 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/85 {
  --tw-shadow-color: rgb(238 242 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/90 {
  --tw-shadow-color: rgb(238 242 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/95 {
  --tw-shadow-color: rgb(238 242 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500 {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/0 {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/10 {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/100 {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/15 {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/20 {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/25 {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/30 {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/35 {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/40 {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/45 {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/5 {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/50 {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/55 {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/60 {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/65 {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/70 {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/75 {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/80 {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/85 {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/90 {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/95 {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600 {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/0 {
  --tw-shadow-color: rgb(79 70 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/10 {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/100 {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/15 {
  --tw-shadow-color: rgb(79 70 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/20 {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/25 {
  --tw-shadow-color: rgb(79 70 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/30 {
  --tw-shadow-color: rgb(79 70 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/35 {
  --tw-shadow-color: rgb(79 70 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/40 {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/45 {
  --tw-shadow-color: rgb(79 70 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/5 {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/50 {
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/55 {
  --tw-shadow-color: rgb(79 70 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/60 {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/65 {
  --tw-shadow-color: rgb(79 70 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/70 {
  --tw-shadow-color: rgb(79 70 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/75 {
  --tw-shadow-color: rgb(79 70 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/80 {
  --tw-shadow-color: rgb(79 70 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/85 {
  --tw-shadow-color: rgb(79 70 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/90 {
  --tw-shadow-color: rgb(79 70 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/95 {
  --tw-shadow-color: rgb(79 70 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700 {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/0 {
  --tw-shadow-color: rgb(67 56 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/10 {
  --tw-shadow-color: rgb(67 56 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/100 {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/15 {
  --tw-shadow-color: rgb(67 56 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/20 {
  --tw-shadow-color: rgb(67 56 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/25 {
  --tw-shadow-color: rgb(67 56 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/30 {
  --tw-shadow-color: rgb(67 56 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/35 {
  --tw-shadow-color: rgb(67 56 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/40 {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/45 {
  --tw-shadow-color: rgb(67 56 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/5 {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/50 {
  --tw-shadow-color: rgb(67 56 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/55 {
  --tw-shadow-color: rgb(67 56 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/60 {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/65 {
  --tw-shadow-color: rgb(67 56 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/70 {
  --tw-shadow-color: rgb(67 56 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/75 {
  --tw-shadow-color: rgb(67 56 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/80 {
  --tw-shadow-color: rgb(67 56 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/85 {
  --tw-shadow-color: rgb(67 56 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/90 {
  --tw-shadow-color: rgb(67 56 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/95 {
  --tw-shadow-color: rgb(67 56 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800 {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/0 {
  --tw-shadow-color: rgb(55 48 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/10 {
  --tw-shadow-color: rgb(55 48 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/100 {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/15 {
  --tw-shadow-color: rgb(55 48 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/20 {
  --tw-shadow-color: rgb(55 48 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/25 {
  --tw-shadow-color: rgb(55 48 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/30 {
  --tw-shadow-color: rgb(55 48 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/35 {
  --tw-shadow-color: rgb(55 48 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/40 {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/45 {
  --tw-shadow-color: rgb(55 48 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/5 {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/50 {
  --tw-shadow-color: rgb(55 48 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/55 {
  --tw-shadow-color: rgb(55 48 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/60 {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/65 {
  --tw-shadow-color: rgb(55 48 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/70 {
  --tw-shadow-color: rgb(55 48 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/75 {
  --tw-shadow-color: rgb(55 48 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/80 {
  --tw-shadow-color: rgb(55 48 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/85 {
  --tw-shadow-color: rgb(55 48 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/90 {
  --tw-shadow-color: rgb(55 48 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/95 {
  --tw-shadow-color: rgb(55 48 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900 {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/0 {
  --tw-shadow-color: rgb(49 46 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/10 {
  --tw-shadow-color: rgb(49 46 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/100 {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/15 {
  --tw-shadow-color: rgb(49 46 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/20 {
  --tw-shadow-color: rgb(49 46 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/25 {
  --tw-shadow-color: rgb(49 46 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/30 {
  --tw-shadow-color: rgb(49 46 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/35 {
  --tw-shadow-color: rgb(49 46 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/40 {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/45 {
  --tw-shadow-color: rgb(49 46 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/5 {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/50 {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/55 {
  --tw-shadow-color: rgb(49 46 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/60 {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/65 {
  --tw-shadow-color: rgb(49 46 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/70 {
  --tw-shadow-color: rgb(49 46 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/75 {
  --tw-shadow-color: rgb(49 46 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/80 {
  --tw-shadow-color: rgb(49 46 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/85 {
  --tw-shadow-color: rgb(49 46 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/90 {
  --tw-shadow-color: rgb(49 46 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/95 {
  --tw-shadow-color: rgb(49 46 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950 {
  --tw-shadow-color: #1e1b4b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/0 {
  --tw-shadow-color: rgb(30 27 75 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/10 {
  --tw-shadow-color: rgb(30 27 75 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/100 {
  --tw-shadow-color: rgb(30 27 75 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/15 {
  --tw-shadow-color: rgb(30 27 75 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/20 {
  --tw-shadow-color: rgb(30 27 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/25 {
  --tw-shadow-color: rgb(30 27 75 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/30 {
  --tw-shadow-color: rgb(30 27 75 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/35 {
  --tw-shadow-color: rgb(30 27 75 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/40 {
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/45 {
  --tw-shadow-color: rgb(30 27 75 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/5 {
  --tw-shadow-color: rgb(30 27 75 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/50 {
  --tw-shadow-color: rgb(30 27 75 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/55 {
  --tw-shadow-color: rgb(30 27 75 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/60 {
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/65 {
  --tw-shadow-color: rgb(30 27 75 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/70 {
  --tw-shadow-color: rgb(30 27 75 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/75 {
  --tw-shadow-color: rgb(30 27 75 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/80 {
  --tw-shadow-color: rgb(30 27 75 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/85 {
  --tw-shadow-color: rgb(30 27 75 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/90 {
  --tw-shadow-color: rgb(30 27 75 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/95 {
  --tw-shadow-color: rgb(30 27 75 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-inherit {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100 {
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/0 {
  --tw-shadow-color: rgb(236 252 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/10 {
  --tw-shadow-color: rgb(236 252 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/100 {
  --tw-shadow-color: rgb(236 252 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/15 {
  --tw-shadow-color: rgb(236 252 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/20 {
  --tw-shadow-color: rgb(236 252 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/25 {
  --tw-shadow-color: rgb(236 252 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/30 {
  --tw-shadow-color: rgb(236 252 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/35 {
  --tw-shadow-color: rgb(236 252 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/40 {
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/45 {
  --tw-shadow-color: rgb(236 252 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/5 {
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/50 {
  --tw-shadow-color: rgb(236 252 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/55 {
  --tw-shadow-color: rgb(236 252 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/60 {
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/65 {
  --tw-shadow-color: rgb(236 252 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/70 {
  --tw-shadow-color: rgb(236 252 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/75 {
  --tw-shadow-color: rgb(236 252 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/80 {
  --tw-shadow-color: rgb(236 252 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/85 {
  --tw-shadow-color: rgb(236 252 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/90 {
  --tw-shadow-color: rgb(236 252 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-100\/95 {
  --tw-shadow-color: rgb(236 252 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200 {
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/0 {
  --tw-shadow-color: rgb(217 249 157 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/10 {
  --tw-shadow-color: rgb(217 249 157 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/100 {
  --tw-shadow-color: rgb(217 249 157 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/15 {
  --tw-shadow-color: rgb(217 249 157 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/20 {
  --tw-shadow-color: rgb(217 249 157 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/25 {
  --tw-shadow-color: rgb(217 249 157 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/30 {
  --tw-shadow-color: rgb(217 249 157 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/35 {
  --tw-shadow-color: rgb(217 249 157 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/40 {
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/45 {
  --tw-shadow-color: rgb(217 249 157 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/5 {
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/50 {
  --tw-shadow-color: rgb(217 249 157 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/55 {
  --tw-shadow-color: rgb(217 249 157 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/60 {
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/65 {
  --tw-shadow-color: rgb(217 249 157 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/70 {
  --tw-shadow-color: rgb(217 249 157 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/75 {
  --tw-shadow-color: rgb(217 249 157 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/80 {
  --tw-shadow-color: rgb(217 249 157 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/85 {
  --tw-shadow-color: rgb(217 249 157 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/90 {
  --tw-shadow-color: rgb(217 249 157 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-200\/95 {
  --tw-shadow-color: rgb(217 249 157 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300 {
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/0 {
  --tw-shadow-color: rgb(190 242 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/10 {
  --tw-shadow-color: rgb(190 242 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/100 {
  --tw-shadow-color: rgb(190 242 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/15 {
  --tw-shadow-color: rgb(190 242 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/20 {
  --tw-shadow-color: rgb(190 242 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/25 {
  --tw-shadow-color: rgb(190 242 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/30 {
  --tw-shadow-color: rgb(190 242 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/35 {
  --tw-shadow-color: rgb(190 242 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/40 {
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/45 {
  --tw-shadow-color: rgb(190 242 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/5 {
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/50 {
  --tw-shadow-color: rgb(190 242 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/55 {
  --tw-shadow-color: rgb(190 242 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/60 {
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/65 {
  --tw-shadow-color: rgb(190 242 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/70 {
  --tw-shadow-color: rgb(190 242 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/75 {
  --tw-shadow-color: rgb(190 242 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/80 {
  --tw-shadow-color: rgb(190 242 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/85 {
  --tw-shadow-color: rgb(190 242 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/90 {
  --tw-shadow-color: rgb(190 242 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-300\/95 {
  --tw-shadow-color: rgb(190 242 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400 {
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/0 {
  --tw-shadow-color: rgb(163 230 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/10 {
  --tw-shadow-color: rgb(163 230 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/100 {
  --tw-shadow-color: rgb(163 230 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/15 {
  --tw-shadow-color: rgb(163 230 53 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/20 {
  --tw-shadow-color: rgb(163 230 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/25 {
  --tw-shadow-color: rgb(163 230 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/30 {
  --tw-shadow-color: rgb(163 230 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/35 {
  --tw-shadow-color: rgb(163 230 53 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/40 {
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/45 {
  --tw-shadow-color: rgb(163 230 53 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/5 {
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/50 {
  --tw-shadow-color: rgb(163 230 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/55 {
  --tw-shadow-color: rgb(163 230 53 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/60 {
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/65 {
  --tw-shadow-color: rgb(163 230 53 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/70 {
  --tw-shadow-color: rgb(163 230 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/75 {
  --tw-shadow-color: rgb(163 230 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/80 {
  --tw-shadow-color: rgb(163 230 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/85 {
  --tw-shadow-color: rgb(163 230 53 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/90 {
  --tw-shadow-color: rgb(163 230 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-400\/95 {
  --tw-shadow-color: rgb(163 230 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50 {
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/0 {
  --tw-shadow-color: rgb(247 254 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/10 {
  --tw-shadow-color: rgb(247 254 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/100 {
  --tw-shadow-color: rgb(247 254 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/15 {
  --tw-shadow-color: rgb(247 254 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/20 {
  --tw-shadow-color: rgb(247 254 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/25 {
  --tw-shadow-color: rgb(247 254 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/30 {
  --tw-shadow-color: rgb(247 254 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/35 {
  --tw-shadow-color: rgb(247 254 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/40 {
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/45 {
  --tw-shadow-color: rgb(247 254 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/5 {
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/50 {
  --tw-shadow-color: rgb(247 254 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/55 {
  --tw-shadow-color: rgb(247 254 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/60 {
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/65 {
  --tw-shadow-color: rgb(247 254 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/70 {
  --tw-shadow-color: rgb(247 254 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/75 {
  --tw-shadow-color: rgb(247 254 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/80 {
  --tw-shadow-color: rgb(247 254 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/85 {
  --tw-shadow-color: rgb(247 254 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/90 {
  --tw-shadow-color: rgb(247 254 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-50\/95 {
  --tw-shadow-color: rgb(247 254 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500 {
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/0 {
  --tw-shadow-color: rgb(132 204 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/10 {
  --tw-shadow-color: rgb(132 204 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/100 {
  --tw-shadow-color: rgb(132 204 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/15 {
  --tw-shadow-color: rgb(132 204 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/20 {
  --tw-shadow-color: rgb(132 204 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/25 {
  --tw-shadow-color: rgb(132 204 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/30 {
  --tw-shadow-color: rgb(132 204 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/35 {
  --tw-shadow-color: rgb(132 204 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/40 {
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/45 {
  --tw-shadow-color: rgb(132 204 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/5 {
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/50 {
  --tw-shadow-color: rgb(132 204 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/55 {
  --tw-shadow-color: rgb(132 204 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/60 {
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/65 {
  --tw-shadow-color: rgb(132 204 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/70 {
  --tw-shadow-color: rgb(132 204 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/75 {
  --tw-shadow-color: rgb(132 204 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/80 {
  --tw-shadow-color: rgb(132 204 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/85 {
  --tw-shadow-color: rgb(132 204 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/90 {
  --tw-shadow-color: rgb(132 204 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-500\/95 {
  --tw-shadow-color: rgb(132 204 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600 {
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/0 {
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/10 {
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/100 {
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/15 {
  --tw-shadow-color: rgb(101 163 13 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/20 {
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/25 {
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/30 {
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/35 {
  --tw-shadow-color: rgb(101 163 13 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/40 {
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/45 {
  --tw-shadow-color: rgb(101 163 13 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/5 {
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/50 {
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/55 {
  --tw-shadow-color: rgb(101 163 13 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/60 {
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/65 {
  --tw-shadow-color: rgb(101 163 13 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/70 {
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/75 {
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/80 {
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/85 {
  --tw-shadow-color: rgb(101 163 13 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/90 {
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-600\/95 {
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700 {
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/0 {
  --tw-shadow-color: rgb(77 124 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/10 {
  --tw-shadow-color: rgb(77 124 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/100 {
  --tw-shadow-color: rgb(77 124 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/15 {
  --tw-shadow-color: rgb(77 124 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/20 {
  --tw-shadow-color: rgb(77 124 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/25 {
  --tw-shadow-color: rgb(77 124 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/30 {
  --tw-shadow-color: rgb(77 124 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/35 {
  --tw-shadow-color: rgb(77 124 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/40 {
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/45 {
  --tw-shadow-color: rgb(77 124 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/5 {
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/50 {
  --tw-shadow-color: rgb(77 124 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/55 {
  --tw-shadow-color: rgb(77 124 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/60 {
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/65 {
  --tw-shadow-color: rgb(77 124 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/70 {
  --tw-shadow-color: rgb(77 124 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/75 {
  --tw-shadow-color: rgb(77 124 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/80 {
  --tw-shadow-color: rgb(77 124 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/85 {
  --tw-shadow-color: rgb(77 124 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/90 {
  --tw-shadow-color: rgb(77 124 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-700\/95 {
  --tw-shadow-color: rgb(77 124 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800 {
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/0 {
  --tw-shadow-color: rgb(63 98 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/10 {
  --tw-shadow-color: rgb(63 98 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/100 {
  --tw-shadow-color: rgb(63 98 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/15 {
  --tw-shadow-color: rgb(63 98 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/20 {
  --tw-shadow-color: rgb(63 98 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/25 {
  --tw-shadow-color: rgb(63 98 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/30 {
  --tw-shadow-color: rgb(63 98 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/35 {
  --tw-shadow-color: rgb(63 98 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/40 {
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/45 {
  --tw-shadow-color: rgb(63 98 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/5 {
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/50 {
  --tw-shadow-color: rgb(63 98 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/55 {
  --tw-shadow-color: rgb(63 98 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/60 {
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/65 {
  --tw-shadow-color: rgb(63 98 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/70 {
  --tw-shadow-color: rgb(63 98 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/75 {
  --tw-shadow-color: rgb(63 98 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/80 {
  --tw-shadow-color: rgb(63 98 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/85 {
  --tw-shadow-color: rgb(63 98 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/90 {
  --tw-shadow-color: rgb(63 98 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-800\/95 {
  --tw-shadow-color: rgb(63 98 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900 {
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/0 {
  --tw-shadow-color: rgb(54 83 20 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/10 {
  --tw-shadow-color: rgb(54 83 20 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/100 {
  --tw-shadow-color: rgb(54 83 20 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/15 {
  --tw-shadow-color: rgb(54 83 20 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/20 {
  --tw-shadow-color: rgb(54 83 20 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/25 {
  --tw-shadow-color: rgb(54 83 20 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/30 {
  --tw-shadow-color: rgb(54 83 20 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/35 {
  --tw-shadow-color: rgb(54 83 20 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/40 {
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/45 {
  --tw-shadow-color: rgb(54 83 20 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/5 {
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/50 {
  --tw-shadow-color: rgb(54 83 20 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/55 {
  --tw-shadow-color: rgb(54 83 20 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/60 {
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/65 {
  --tw-shadow-color: rgb(54 83 20 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/70 {
  --tw-shadow-color: rgb(54 83 20 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/75 {
  --tw-shadow-color: rgb(54 83 20 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/80 {
  --tw-shadow-color: rgb(54 83 20 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/85 {
  --tw-shadow-color: rgb(54 83 20 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/90 {
  --tw-shadow-color: rgb(54 83 20 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-900\/95 {
  --tw-shadow-color: rgb(54 83 20 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950 {
  --tw-shadow-color: #1a2e05;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/0 {
  --tw-shadow-color: rgb(26 46 5 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/10 {
  --tw-shadow-color: rgb(26 46 5 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/100 {
  --tw-shadow-color: rgb(26 46 5 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/15 {
  --tw-shadow-color: rgb(26 46 5 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/20 {
  --tw-shadow-color: rgb(26 46 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/25 {
  --tw-shadow-color: rgb(26 46 5 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/30 {
  --tw-shadow-color: rgb(26 46 5 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/35 {
  --tw-shadow-color: rgb(26 46 5 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/40 {
  --tw-shadow-color: rgb(26 46 5 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/45 {
  --tw-shadow-color: rgb(26 46 5 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/5 {
  --tw-shadow-color: rgb(26 46 5 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/50 {
  --tw-shadow-color: rgb(26 46 5 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/55 {
  --tw-shadow-color: rgb(26 46 5 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/60 {
  --tw-shadow-color: rgb(26 46 5 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/65 {
  --tw-shadow-color: rgb(26 46 5 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/70 {
  --tw-shadow-color: rgb(26 46 5 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/75 {
  --tw-shadow-color: rgb(26 46 5 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/80 {
  --tw-shadow-color: rgb(26 46 5 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/85 {
  --tw-shadow-color: rgb(26 46 5 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/90 {
  --tw-shadow-color: rgb(26 46 5 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime-950\/95 {
  --tw-shadow-color: rgb(26 46 5 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100 {
  --tw-shadow-color: #f5f5f5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/0 {
  --tw-shadow-color: rgb(245 245 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/10 {
  --tw-shadow-color: rgb(245 245 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/100 {
  --tw-shadow-color: rgb(245 245 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/15 {
  --tw-shadow-color: rgb(245 245 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/20 {
  --tw-shadow-color: rgb(245 245 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/25 {
  --tw-shadow-color: rgb(245 245 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/30 {
  --tw-shadow-color: rgb(245 245 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/35 {
  --tw-shadow-color: rgb(245 245 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/40 {
  --tw-shadow-color: rgb(245 245 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/45 {
  --tw-shadow-color: rgb(245 245 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/5 {
  --tw-shadow-color: rgb(245 245 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/50 {
  --tw-shadow-color: rgb(245 245 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/55 {
  --tw-shadow-color: rgb(245 245 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/60 {
  --tw-shadow-color: rgb(245 245 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/65 {
  --tw-shadow-color: rgb(245 245 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/70 {
  --tw-shadow-color: rgb(245 245 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/75 {
  --tw-shadow-color: rgb(245 245 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/80 {
  --tw-shadow-color: rgb(245 245 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/85 {
  --tw-shadow-color: rgb(245 245 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/90 {
  --tw-shadow-color: rgb(245 245 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/95 {
  --tw-shadow-color: rgb(245 245 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200 {
  --tw-shadow-color: #e5e5e5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/0 {
  --tw-shadow-color: rgb(229 229 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/10 {
  --tw-shadow-color: rgb(229 229 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/100 {
  --tw-shadow-color: rgb(229 229 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/15 {
  --tw-shadow-color: rgb(229 229 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/20 {
  --tw-shadow-color: rgb(229 229 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/25 {
  --tw-shadow-color: rgb(229 229 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/30 {
  --tw-shadow-color: rgb(229 229 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/35 {
  --tw-shadow-color: rgb(229 229 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/40 {
  --tw-shadow-color: rgb(229 229 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/45 {
  --tw-shadow-color: rgb(229 229 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/5 {
  --tw-shadow-color: rgb(229 229 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/50 {
  --tw-shadow-color: rgb(229 229 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/55 {
  --tw-shadow-color: rgb(229 229 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/60 {
  --tw-shadow-color: rgb(229 229 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/65 {
  --tw-shadow-color: rgb(229 229 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/70 {
  --tw-shadow-color: rgb(229 229 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/75 {
  --tw-shadow-color: rgb(229 229 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/80 {
  --tw-shadow-color: rgb(229 229 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/85 {
  --tw-shadow-color: rgb(229 229 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/90 {
  --tw-shadow-color: rgb(229 229 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/95 {
  --tw-shadow-color: rgb(229 229 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300 {
  --tw-shadow-color: #d4d4d4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/0 {
  --tw-shadow-color: rgb(212 212 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/10 {
  --tw-shadow-color: rgb(212 212 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/100 {
  --tw-shadow-color: rgb(212 212 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/15 {
  --tw-shadow-color: rgb(212 212 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/20 {
  --tw-shadow-color: rgb(212 212 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/25 {
  --tw-shadow-color: rgb(212 212 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/30 {
  --tw-shadow-color: rgb(212 212 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/35 {
  --tw-shadow-color: rgb(212 212 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/40 {
  --tw-shadow-color: rgb(212 212 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/45 {
  --tw-shadow-color: rgb(212 212 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/5 {
  --tw-shadow-color: rgb(212 212 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/50 {
  --tw-shadow-color: rgb(212 212 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/55 {
  --tw-shadow-color: rgb(212 212 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/60 {
  --tw-shadow-color: rgb(212 212 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/65 {
  --tw-shadow-color: rgb(212 212 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/70 {
  --tw-shadow-color: rgb(212 212 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/75 {
  --tw-shadow-color: rgb(212 212 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/80 {
  --tw-shadow-color: rgb(212 212 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/85 {
  --tw-shadow-color: rgb(212 212 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/90 {
  --tw-shadow-color: rgb(212 212 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/95 {
  --tw-shadow-color: rgb(212 212 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400 {
  --tw-shadow-color: #a3a3a3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/0 {
  --tw-shadow-color: rgb(163 163 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/10 {
  --tw-shadow-color: rgb(163 163 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/100 {
  --tw-shadow-color: rgb(163 163 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/15 {
  --tw-shadow-color: rgb(163 163 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/20 {
  --tw-shadow-color: rgb(163 163 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/25 {
  --tw-shadow-color: rgb(163 163 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/30 {
  --tw-shadow-color: rgb(163 163 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/35 {
  --tw-shadow-color: rgb(163 163 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/40 {
  --tw-shadow-color: rgb(163 163 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/45 {
  --tw-shadow-color: rgb(163 163 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/5 {
  --tw-shadow-color: rgb(163 163 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/50 {
  --tw-shadow-color: rgb(163 163 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/55 {
  --tw-shadow-color: rgb(163 163 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/60 {
  --tw-shadow-color: rgb(163 163 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/65 {
  --tw-shadow-color: rgb(163 163 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/70 {
  --tw-shadow-color: rgb(163 163 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/75 {
  --tw-shadow-color: rgb(163 163 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/80 {
  --tw-shadow-color: rgb(163 163 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/85 {
  --tw-shadow-color: rgb(163 163 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/90 {
  --tw-shadow-color: rgb(163 163 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/95 {
  --tw-shadow-color: rgb(163 163 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500 {
  --tw-shadow-color: #737373;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/0 {
  --tw-shadow-color: rgb(115 115 115 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/10 {
  --tw-shadow-color: rgb(115 115 115 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/100 {
  --tw-shadow-color: rgb(115 115 115 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/15 {
  --tw-shadow-color: rgb(115 115 115 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/20 {
  --tw-shadow-color: rgb(115 115 115 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/25 {
  --tw-shadow-color: rgb(115 115 115 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/30 {
  --tw-shadow-color: rgb(115 115 115 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/35 {
  --tw-shadow-color: rgb(115 115 115 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/40 {
  --tw-shadow-color: rgb(115 115 115 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/45 {
  --tw-shadow-color: rgb(115 115 115 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/5 {
  --tw-shadow-color: rgb(115 115 115 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/50 {
  --tw-shadow-color: rgb(115 115 115 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/55 {
  --tw-shadow-color: rgb(115 115 115 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/60 {
  --tw-shadow-color: rgb(115 115 115 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/65 {
  --tw-shadow-color: rgb(115 115 115 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/70 {
  --tw-shadow-color: rgb(115 115 115 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/75 {
  --tw-shadow-color: rgb(115 115 115 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/80 {
  --tw-shadow-color: rgb(115 115 115 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/85 {
  --tw-shadow-color: rgb(115 115 115 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/90 {
  --tw-shadow-color: rgb(115 115 115 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/95 {
  --tw-shadow-color: rgb(115 115 115 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600 {
  --tw-shadow-color: #525252;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/0 {
  --tw-shadow-color: rgb(82 82 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/10 {
  --tw-shadow-color: rgb(82 82 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/100 {
  --tw-shadow-color: rgb(82 82 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/15 {
  --tw-shadow-color: rgb(82 82 82 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/20 {
  --tw-shadow-color: rgb(82 82 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/25 {
  --tw-shadow-color: rgb(82 82 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/30 {
  --tw-shadow-color: rgb(82 82 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/35 {
  --tw-shadow-color: rgb(82 82 82 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/40 {
  --tw-shadow-color: rgb(82 82 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/45 {
  --tw-shadow-color: rgb(82 82 82 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/5 {
  --tw-shadow-color: rgb(82 82 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/50 {
  --tw-shadow-color: rgb(82 82 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/55 {
  --tw-shadow-color: rgb(82 82 82 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/60 {
  --tw-shadow-color: rgb(82 82 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/65 {
  --tw-shadow-color: rgb(82 82 82 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/70 {
  --tw-shadow-color: rgb(82 82 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/75 {
  --tw-shadow-color: rgb(82 82 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/80 {
  --tw-shadow-color: rgb(82 82 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/85 {
  --tw-shadow-color: rgb(82 82 82 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/90 {
  --tw-shadow-color: rgb(82 82 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/95 {
  --tw-shadow-color: rgb(82 82 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700 {
  --tw-shadow-color: #404040;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/15 {
  --tw-shadow-color: rgb(64 64 64 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/35 {
  --tw-shadow-color: rgb(64 64 64 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/45 {
  --tw-shadow-color: rgb(64 64 64 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/55 {
  --tw-shadow-color: rgb(64 64 64 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/65 {
  --tw-shadow-color: rgb(64 64 64 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/85 {
  --tw-shadow-color: rgb(64 64 64 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800 {
  --tw-shadow-color: #262626;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/0 {
  --tw-shadow-color: rgb(38 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/10 {
  --tw-shadow-color: rgb(38 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/100 {
  --tw-shadow-color: rgb(38 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/15 {
  --tw-shadow-color: rgb(38 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/20 {
  --tw-shadow-color: rgb(38 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/25 {
  --tw-shadow-color: rgb(38 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/30 {
  --tw-shadow-color: rgb(38 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/35 {
  --tw-shadow-color: rgb(38 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/40 {
  --tw-shadow-color: rgb(38 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/45 {
  --tw-shadow-color: rgb(38 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/5 {
  --tw-shadow-color: rgb(38 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/50 {
  --tw-shadow-color: rgb(38 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/55 {
  --tw-shadow-color: rgb(38 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/60 {
  --tw-shadow-color: rgb(38 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/65 {
  --tw-shadow-color: rgb(38 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/70 {
  --tw-shadow-color: rgb(38 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/75 {
  --tw-shadow-color: rgb(38 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/80 {
  --tw-shadow-color: rgb(38 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/85 {
  --tw-shadow-color: rgb(38 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/90 {
  --tw-shadow-color: rgb(38 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/95 {
  --tw-shadow-color: rgb(38 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900 {
  --tw-shadow-color: #171717;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/0 {
  --tw-shadow-color: rgb(23 23 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/10 {
  --tw-shadow-color: rgb(23 23 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/100 {
  --tw-shadow-color: rgb(23 23 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/15 {
  --tw-shadow-color: rgb(23 23 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/20 {
  --tw-shadow-color: rgb(23 23 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/25 {
  --tw-shadow-color: rgb(23 23 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/30 {
  --tw-shadow-color: rgb(23 23 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/35 {
  --tw-shadow-color: rgb(23 23 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/40 {
  --tw-shadow-color: rgb(23 23 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/45 {
  --tw-shadow-color: rgb(23 23 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/5 {
  --tw-shadow-color: rgb(23 23 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/50 {
  --tw-shadow-color: rgb(23 23 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/55 {
  --tw-shadow-color: rgb(23 23 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/60 {
  --tw-shadow-color: rgb(23 23 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/65 {
  --tw-shadow-color: rgb(23 23 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/70 {
  --tw-shadow-color: rgb(23 23 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/75 {
  --tw-shadow-color: rgb(23 23 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/80 {
  --tw-shadow-color: rgb(23 23 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/85 {
  --tw-shadow-color: rgb(23 23 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/90 {
  --tw-shadow-color: rgb(23 23 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/95 {
  --tw-shadow-color: rgb(23 23 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950 {
  --tw-shadow-color: #0a0a0a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/0 {
  --tw-shadow-color: rgb(10 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/10 {
  --tw-shadow-color: rgb(10 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/100 {
  --tw-shadow-color: rgb(10 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/15 {
  --tw-shadow-color: rgb(10 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/20 {
  --tw-shadow-color: rgb(10 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/25 {
  --tw-shadow-color: rgb(10 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/30 {
  --tw-shadow-color: rgb(10 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/35 {
  --tw-shadow-color: rgb(10 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/40 {
  --tw-shadow-color: rgb(10 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/45 {
  --tw-shadow-color: rgb(10 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/5 {
  --tw-shadow-color: rgb(10 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/50 {
  --tw-shadow-color: rgb(10 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/55 {
  --tw-shadow-color: rgb(10 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/60 {
  --tw-shadow-color: rgb(10 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/65 {
  --tw-shadow-color: rgb(10 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/70 {
  --tw-shadow-color: rgb(10 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/75 {
  --tw-shadow-color: rgb(10 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/80 {
  --tw-shadow-color: rgb(10 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/85 {
  --tw-shadow-color: rgb(10 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/90 {
  --tw-shadow-color: rgb(10 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/95 {
  --tw-shadow-color: rgb(10 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100 {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/0 {
  --tw-shadow-color: rgb(255 237 213 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/10 {
  --tw-shadow-color: rgb(255 237 213 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/100 {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/15 {
  --tw-shadow-color: rgb(255 237 213 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/20 {
  --tw-shadow-color: rgb(255 237 213 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/25 {
  --tw-shadow-color: rgb(255 237 213 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/30 {
  --tw-shadow-color: rgb(255 237 213 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/35 {
  --tw-shadow-color: rgb(255 237 213 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/40 {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/45 {
  --tw-shadow-color: rgb(255 237 213 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/5 {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/50 {
  --tw-shadow-color: rgb(255 237 213 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/55 {
  --tw-shadow-color: rgb(255 237 213 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/60 {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/65 {
  --tw-shadow-color: rgb(255 237 213 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/70 {
  --tw-shadow-color: rgb(255 237 213 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/75 {
  --tw-shadow-color: rgb(255 237 213 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/80 {
  --tw-shadow-color: rgb(255 237 213 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/85 {
  --tw-shadow-color: rgb(255 237 213 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/90 {
  --tw-shadow-color: rgb(255 237 213 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/95 {
  --tw-shadow-color: rgb(255 237 213 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200 {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/0 {
  --tw-shadow-color: rgb(254 215 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/10 {
  --tw-shadow-color: rgb(254 215 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/100 {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/15 {
  --tw-shadow-color: rgb(254 215 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/20 {
  --tw-shadow-color: rgb(254 215 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/25 {
  --tw-shadow-color: rgb(254 215 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/30 {
  --tw-shadow-color: rgb(254 215 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/35 {
  --tw-shadow-color: rgb(254 215 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/40 {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/45 {
  --tw-shadow-color: rgb(254 215 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/5 {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/50 {
  --tw-shadow-color: rgb(254 215 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/55 {
  --tw-shadow-color: rgb(254 215 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/60 {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/65 {
  --tw-shadow-color: rgb(254 215 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/70 {
  --tw-shadow-color: rgb(254 215 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/75 {
  --tw-shadow-color: rgb(254 215 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/80 {
  --tw-shadow-color: rgb(254 215 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/85 {
  --tw-shadow-color: rgb(254 215 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/90 {
  --tw-shadow-color: rgb(254 215 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/95 {
  --tw-shadow-color: rgb(254 215 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300 {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/0 {
  --tw-shadow-color: rgb(253 186 116 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/10 {
  --tw-shadow-color: rgb(253 186 116 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/100 {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/15 {
  --tw-shadow-color: rgb(253 186 116 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/20 {
  --tw-shadow-color: rgb(253 186 116 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/25 {
  --tw-shadow-color: rgb(253 186 116 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/30 {
  --tw-shadow-color: rgb(253 186 116 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/35 {
  --tw-shadow-color: rgb(253 186 116 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/40 {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/45 {
  --tw-shadow-color: rgb(253 186 116 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/5 {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/50 {
  --tw-shadow-color: rgb(253 186 116 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/55 {
  --tw-shadow-color: rgb(253 186 116 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/60 {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/65 {
  --tw-shadow-color: rgb(253 186 116 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/70 {
  --tw-shadow-color: rgb(253 186 116 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/75 {
  --tw-shadow-color: rgb(253 186 116 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/80 {
  --tw-shadow-color: rgb(253 186 116 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/85 {
  --tw-shadow-color: rgb(253 186 116 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/90 {
  --tw-shadow-color: rgb(253 186 116 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/95 {
  --tw-shadow-color: rgb(253 186 116 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400 {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/0 {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/10 {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/100 {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/15 {
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/20 {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/25 {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/30 {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/35 {
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/40 {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/45 {
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/5 {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/50 {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/55 {
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/60 {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/65 {
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/70 {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/75 {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/80 {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/85 {
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/90 {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/95 {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50 {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/0 {
  --tw-shadow-color: rgb(255 247 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/10 {
  --tw-shadow-color: rgb(255 247 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/100 {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/15 {
  --tw-shadow-color: rgb(255 247 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/20 {
  --tw-shadow-color: rgb(255 247 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/25 {
  --tw-shadow-color: rgb(255 247 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/30 {
  --tw-shadow-color: rgb(255 247 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/35 {
  --tw-shadow-color: rgb(255 247 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/40 {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/45 {
  --tw-shadow-color: rgb(255 247 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/5 {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/50 {
  --tw-shadow-color: rgb(255 247 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/55 {
  --tw-shadow-color: rgb(255 247 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/60 {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/65 {
  --tw-shadow-color: rgb(255 247 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/70 {
  --tw-shadow-color: rgb(255 247 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/75 {
  --tw-shadow-color: rgb(255 247 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/80 {
  --tw-shadow-color: rgb(255 247 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/85 {
  --tw-shadow-color: rgb(255 247 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/90 {
  --tw-shadow-color: rgb(255 247 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/95 {
  --tw-shadow-color: rgb(255 247 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500 {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/0 {
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/10 {
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/100 {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/15 {
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/25 {
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/30 {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/35 {
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/40 {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/45 {
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/5 {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/50 {
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/55 {
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/60 {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/65 {
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/70 {
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/75 {
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/80 {
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/85 {
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/90 {
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/95 {
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600 {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/0 {
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/10 {
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/100 {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/15 {
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/20 {
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/25 {
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/30 {
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/35 {
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/40 {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/45 {
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/5 {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/50 {
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/55 {
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/60 {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/65 {
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/70 {
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/75 {
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/80 {
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/85 {
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/90 {
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/95 {
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700 {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/0 {
  --tw-shadow-color: rgb(194 65 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/10 {
  --tw-shadow-color: rgb(194 65 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/100 {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/15 {
  --tw-shadow-color: rgb(194 65 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/20 {
  --tw-shadow-color: rgb(194 65 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/25 {
  --tw-shadow-color: rgb(194 65 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/30 {
  --tw-shadow-color: rgb(194 65 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/35 {
  --tw-shadow-color: rgb(194 65 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/40 {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/45 {
  --tw-shadow-color: rgb(194 65 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/5 {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/50 {
  --tw-shadow-color: rgb(194 65 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/55 {
  --tw-shadow-color: rgb(194 65 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/60 {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/65 {
  --tw-shadow-color: rgb(194 65 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/70 {
  --tw-shadow-color: rgb(194 65 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/75 {
  --tw-shadow-color: rgb(194 65 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/80 {
  --tw-shadow-color: rgb(194 65 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/85 {
  --tw-shadow-color: rgb(194 65 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/90 {
  --tw-shadow-color: rgb(194 65 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/95 {
  --tw-shadow-color: rgb(194 65 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800 {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/0 {
  --tw-shadow-color: rgb(154 52 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/10 {
  --tw-shadow-color: rgb(154 52 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/100 {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/15 {
  --tw-shadow-color: rgb(154 52 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/20 {
  --tw-shadow-color: rgb(154 52 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/25 {
  --tw-shadow-color: rgb(154 52 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/30 {
  --tw-shadow-color: rgb(154 52 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/35 {
  --tw-shadow-color: rgb(154 52 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/40 {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/45 {
  --tw-shadow-color: rgb(154 52 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/5 {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/50 {
  --tw-shadow-color: rgb(154 52 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/55 {
  --tw-shadow-color: rgb(154 52 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/60 {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/65 {
  --tw-shadow-color: rgb(154 52 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/70 {
  --tw-shadow-color: rgb(154 52 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/75 {
  --tw-shadow-color: rgb(154 52 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/80 {
  --tw-shadow-color: rgb(154 52 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/85 {
  --tw-shadow-color: rgb(154 52 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/90 {
  --tw-shadow-color: rgb(154 52 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/95 {
  --tw-shadow-color: rgb(154 52 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900 {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/0 {
  --tw-shadow-color: rgb(124 45 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/10 {
  --tw-shadow-color: rgb(124 45 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/100 {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/15 {
  --tw-shadow-color: rgb(124 45 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/20 {
  --tw-shadow-color: rgb(124 45 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/25 {
  --tw-shadow-color: rgb(124 45 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/30 {
  --tw-shadow-color: rgb(124 45 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/35 {
  --tw-shadow-color: rgb(124 45 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/40 {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/45 {
  --tw-shadow-color: rgb(124 45 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/5 {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/50 {
  --tw-shadow-color: rgb(124 45 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/55 {
  --tw-shadow-color: rgb(124 45 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/60 {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/65 {
  --tw-shadow-color: rgb(124 45 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/70 {
  --tw-shadow-color: rgb(124 45 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/75 {
  --tw-shadow-color: rgb(124 45 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/80 {
  --tw-shadow-color: rgb(124 45 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/85 {
  --tw-shadow-color: rgb(124 45 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/90 {
  --tw-shadow-color: rgb(124 45 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/95 {
  --tw-shadow-color: rgb(124 45 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950 {
  --tw-shadow-color: #431407;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/0 {
  --tw-shadow-color: rgb(67 20 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/10 {
  --tw-shadow-color: rgb(67 20 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/100 {
  --tw-shadow-color: rgb(67 20 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/15 {
  --tw-shadow-color: rgb(67 20 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/20 {
  --tw-shadow-color: rgb(67 20 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/25 {
  --tw-shadow-color: rgb(67 20 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/30 {
  --tw-shadow-color: rgb(67 20 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/35 {
  --tw-shadow-color: rgb(67 20 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/40 {
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/45 {
  --tw-shadow-color: rgb(67 20 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/5 {
  --tw-shadow-color: rgb(67 20 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/50 {
  --tw-shadow-color: rgb(67 20 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/55 {
  --tw-shadow-color: rgb(67 20 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/60 {
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/65 {
  --tw-shadow-color: rgb(67 20 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/70 {
  --tw-shadow-color: rgb(67 20 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/75 {
  --tw-shadow-color: rgb(67 20 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/80 {
  --tw-shadow-color: rgb(67 20 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/85 {
  --tw-shadow-color: rgb(67 20 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/90 {
  --tw-shadow-color: rgb(67 20 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/95 {
  --tw-shadow-color: rgb(67 20 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100 {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/0 {
  --tw-shadow-color: rgb(252 231 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/10 {
  --tw-shadow-color: rgb(252 231 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/100 {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/15 {
  --tw-shadow-color: rgb(252 231 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/20 {
  --tw-shadow-color: rgb(252 231 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/25 {
  --tw-shadow-color: rgb(252 231 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/30 {
  --tw-shadow-color: rgb(252 231 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/35 {
  --tw-shadow-color: rgb(252 231 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/40 {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/45 {
  --tw-shadow-color: rgb(252 231 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/5 {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/50 {
  --tw-shadow-color: rgb(252 231 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/55 {
  --tw-shadow-color: rgb(252 231 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/60 {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/65 {
  --tw-shadow-color: rgb(252 231 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/70 {
  --tw-shadow-color: rgb(252 231 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/75 {
  --tw-shadow-color: rgb(252 231 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/80 {
  --tw-shadow-color: rgb(252 231 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/85 {
  --tw-shadow-color: rgb(252 231 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/90 {
  --tw-shadow-color: rgb(252 231 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/95 {
  --tw-shadow-color: rgb(252 231 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200 {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/0 {
  --tw-shadow-color: rgb(251 207 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/10 {
  --tw-shadow-color: rgb(251 207 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/100 {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/15 {
  --tw-shadow-color: rgb(251 207 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/20 {
  --tw-shadow-color: rgb(251 207 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/25 {
  --tw-shadow-color: rgb(251 207 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/30 {
  --tw-shadow-color: rgb(251 207 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/35 {
  --tw-shadow-color: rgb(251 207 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/40 {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/45 {
  --tw-shadow-color: rgb(251 207 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/5 {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/50 {
  --tw-shadow-color: rgb(251 207 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/55 {
  --tw-shadow-color: rgb(251 207 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/60 {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/65 {
  --tw-shadow-color: rgb(251 207 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/70 {
  --tw-shadow-color: rgb(251 207 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/75 {
  --tw-shadow-color: rgb(251 207 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/80 {
  --tw-shadow-color: rgb(251 207 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/85 {
  --tw-shadow-color: rgb(251 207 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/90 {
  --tw-shadow-color: rgb(251 207 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/95 {
  --tw-shadow-color: rgb(251 207 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300 {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/0 {
  --tw-shadow-color: rgb(249 168 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/10 {
  --tw-shadow-color: rgb(249 168 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/100 {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/15 {
  --tw-shadow-color: rgb(249 168 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/20 {
  --tw-shadow-color: rgb(249 168 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/25 {
  --tw-shadow-color: rgb(249 168 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/30 {
  --tw-shadow-color: rgb(249 168 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/35 {
  --tw-shadow-color: rgb(249 168 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/40 {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/45 {
  --tw-shadow-color: rgb(249 168 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/5 {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/50 {
  --tw-shadow-color: rgb(249 168 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/55 {
  --tw-shadow-color: rgb(249 168 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/60 {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/65 {
  --tw-shadow-color: rgb(249 168 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/70 {
  --tw-shadow-color: rgb(249 168 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/75 {
  --tw-shadow-color: rgb(249 168 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/80 {
  --tw-shadow-color: rgb(249 168 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/85 {
  --tw-shadow-color: rgb(249 168 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/90 {
  --tw-shadow-color: rgb(249 168 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/95 {
  --tw-shadow-color: rgb(249 168 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400 {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/0 {
  --tw-shadow-color: rgb(244 114 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/10 {
  --tw-shadow-color: rgb(244 114 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/100 {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/15 {
  --tw-shadow-color: rgb(244 114 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/20 {
  --tw-shadow-color: rgb(244 114 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/25 {
  --tw-shadow-color: rgb(244 114 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/30 {
  --tw-shadow-color: rgb(244 114 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/35 {
  --tw-shadow-color: rgb(244 114 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/40 {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/45 {
  --tw-shadow-color: rgb(244 114 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/5 {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/50 {
  --tw-shadow-color: rgb(244 114 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/55 {
  --tw-shadow-color: rgb(244 114 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/60 {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/65 {
  --tw-shadow-color: rgb(244 114 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/70 {
  --tw-shadow-color: rgb(244 114 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/75 {
  --tw-shadow-color: rgb(244 114 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/80 {
  --tw-shadow-color: rgb(244 114 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/85 {
  --tw-shadow-color: rgb(244 114 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/90 {
  --tw-shadow-color: rgb(244 114 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/95 {
  --tw-shadow-color: rgb(244 114 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50 {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/0 {
  --tw-shadow-color: rgb(253 242 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/10 {
  --tw-shadow-color: rgb(253 242 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/100 {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/15 {
  --tw-shadow-color: rgb(253 242 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/20 {
  --tw-shadow-color: rgb(253 242 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/25 {
  --tw-shadow-color: rgb(253 242 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/30 {
  --tw-shadow-color: rgb(253 242 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/35 {
  --tw-shadow-color: rgb(253 242 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/40 {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/45 {
  --tw-shadow-color: rgb(253 242 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/5 {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/50 {
  --tw-shadow-color: rgb(253 242 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/55 {
  --tw-shadow-color: rgb(253 242 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/60 {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/65 {
  --tw-shadow-color: rgb(253 242 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/70 {
  --tw-shadow-color: rgb(253 242 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/75 {
  --tw-shadow-color: rgb(253 242 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/80 {
  --tw-shadow-color: rgb(253 242 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/85 {
  --tw-shadow-color: rgb(253 242 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/90 {
  --tw-shadow-color: rgb(253 242 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/95 {
  --tw-shadow-color: rgb(253 242 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500 {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/0 {
  --tw-shadow-color: rgb(236 72 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/10 {
  --tw-shadow-color: rgb(236 72 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/100 {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/15 {
  --tw-shadow-color: rgb(236 72 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/20 {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/25 {
  --tw-shadow-color: rgb(236 72 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/30 {
  --tw-shadow-color: rgb(236 72 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/35 {
  --tw-shadow-color: rgb(236 72 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/40 {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/45 {
  --tw-shadow-color: rgb(236 72 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/5 {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/50 {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/55 {
  --tw-shadow-color: rgb(236 72 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/60 {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/65 {
  --tw-shadow-color: rgb(236 72 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/70 {
  --tw-shadow-color: rgb(236 72 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/75 {
  --tw-shadow-color: rgb(236 72 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/80 {
  --tw-shadow-color: rgb(236 72 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/85 {
  --tw-shadow-color: rgb(236 72 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/90 {
  --tw-shadow-color: rgb(236 72 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/95 {
  --tw-shadow-color: rgb(236 72 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600 {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/0 {
  --tw-shadow-color: rgb(219 39 119 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/10 {
  --tw-shadow-color: rgb(219 39 119 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/100 {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/15 {
  --tw-shadow-color: rgb(219 39 119 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/20 {
  --tw-shadow-color: rgb(219 39 119 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/25 {
  --tw-shadow-color: rgb(219 39 119 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/30 {
  --tw-shadow-color: rgb(219 39 119 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/35 {
  --tw-shadow-color: rgb(219 39 119 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/40 {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/45 {
  --tw-shadow-color: rgb(219 39 119 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/5 {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/50 {
  --tw-shadow-color: rgb(219 39 119 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/55 {
  --tw-shadow-color: rgb(219 39 119 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/60 {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/65 {
  --tw-shadow-color: rgb(219 39 119 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/70 {
  --tw-shadow-color: rgb(219 39 119 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/75 {
  --tw-shadow-color: rgb(219 39 119 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/80 {
  --tw-shadow-color: rgb(219 39 119 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/85 {
  --tw-shadow-color: rgb(219 39 119 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/90 {
  --tw-shadow-color: rgb(219 39 119 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/95 {
  --tw-shadow-color: rgb(219 39 119 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700 {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/0 {
  --tw-shadow-color: rgb(190 24 93 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/10 {
  --tw-shadow-color: rgb(190 24 93 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/100 {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/15 {
  --tw-shadow-color: rgb(190 24 93 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/20 {
  --tw-shadow-color: rgb(190 24 93 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/25 {
  --tw-shadow-color: rgb(190 24 93 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/30 {
  --tw-shadow-color: rgb(190 24 93 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/35 {
  --tw-shadow-color: rgb(190 24 93 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/40 {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/45 {
  --tw-shadow-color: rgb(190 24 93 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/5 {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/50 {
  --tw-shadow-color: rgb(190 24 93 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/55 {
  --tw-shadow-color: rgb(190 24 93 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/60 {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/65 {
  --tw-shadow-color: rgb(190 24 93 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/70 {
  --tw-shadow-color: rgb(190 24 93 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/75 {
  --tw-shadow-color: rgb(190 24 93 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/80 {
  --tw-shadow-color: rgb(190 24 93 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/85 {
  --tw-shadow-color: rgb(190 24 93 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/90 {
  --tw-shadow-color: rgb(190 24 93 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/95 {
  --tw-shadow-color: rgb(190 24 93 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800 {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/0 {
  --tw-shadow-color: rgb(157 23 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/10 {
  --tw-shadow-color: rgb(157 23 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/100 {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/15 {
  --tw-shadow-color: rgb(157 23 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/20 {
  --tw-shadow-color: rgb(157 23 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/25 {
  --tw-shadow-color: rgb(157 23 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/30 {
  --tw-shadow-color: rgb(157 23 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/35 {
  --tw-shadow-color: rgb(157 23 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/40 {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/45 {
  --tw-shadow-color: rgb(157 23 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/5 {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/50 {
  --tw-shadow-color: rgb(157 23 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/55 {
  --tw-shadow-color: rgb(157 23 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/60 {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/65 {
  --tw-shadow-color: rgb(157 23 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/70 {
  --tw-shadow-color: rgb(157 23 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/75 {
  --tw-shadow-color: rgb(157 23 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/80 {
  --tw-shadow-color: rgb(157 23 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/85 {
  --tw-shadow-color: rgb(157 23 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/90 {
  --tw-shadow-color: rgb(157 23 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/95 {
  --tw-shadow-color: rgb(157 23 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900 {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/0 {
  --tw-shadow-color: rgb(131 24 67 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/10 {
  --tw-shadow-color: rgb(131 24 67 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/100 {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/15 {
  --tw-shadow-color: rgb(131 24 67 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/20 {
  --tw-shadow-color: rgb(131 24 67 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/25 {
  --tw-shadow-color: rgb(131 24 67 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/30 {
  --tw-shadow-color: rgb(131 24 67 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/35 {
  --tw-shadow-color: rgb(131 24 67 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/40 {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/45 {
  --tw-shadow-color: rgb(131 24 67 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/5 {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/50 {
  --tw-shadow-color: rgb(131 24 67 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/55 {
  --tw-shadow-color: rgb(131 24 67 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/60 {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/65 {
  --tw-shadow-color: rgb(131 24 67 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/70 {
  --tw-shadow-color: rgb(131 24 67 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/75 {
  --tw-shadow-color: rgb(131 24 67 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/80 {
  --tw-shadow-color: rgb(131 24 67 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/85 {
  --tw-shadow-color: rgb(131 24 67 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/90 {
  --tw-shadow-color: rgb(131 24 67 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/95 {
  --tw-shadow-color: rgb(131 24 67 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950 {
  --tw-shadow-color: #500724;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/0 {
  --tw-shadow-color: rgb(80 7 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/10 {
  --tw-shadow-color: rgb(80 7 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/100 {
  --tw-shadow-color: rgb(80 7 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/15 {
  --tw-shadow-color: rgb(80 7 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/20 {
  --tw-shadow-color: rgb(80 7 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/25 {
  --tw-shadow-color: rgb(80 7 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/30 {
  --tw-shadow-color: rgb(80 7 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/35 {
  --tw-shadow-color: rgb(80 7 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/40 {
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/45 {
  --tw-shadow-color: rgb(80 7 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/5 {
  --tw-shadow-color: rgb(80 7 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/50 {
  --tw-shadow-color: rgb(80 7 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/55 {
  --tw-shadow-color: rgb(80 7 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/60 {
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/65 {
  --tw-shadow-color: rgb(80 7 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/70 {
  --tw-shadow-color: rgb(80 7 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/75 {
  --tw-shadow-color: rgb(80 7 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/80 {
  --tw-shadow-color: rgb(80 7 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/85 {
  --tw-shadow-color: rgb(80 7 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/90 {
  --tw-shadow-color: rgb(80 7 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/95 {
  --tw-shadow-color: rgb(80 7 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100 {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/0 {
  --tw-shadow-color: rgb(243 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/10 {
  --tw-shadow-color: rgb(243 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/100 {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/15 {
  --tw-shadow-color: rgb(243 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/20 {
  --tw-shadow-color: rgb(243 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/25 {
  --tw-shadow-color: rgb(243 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/30 {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/35 {
  --tw-shadow-color: rgb(243 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/40 {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/45 {
  --tw-shadow-color: rgb(243 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/5 {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/50 {
  --tw-shadow-color: rgb(243 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/55 {
  --tw-shadow-color: rgb(243 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/60 {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/65 {
  --tw-shadow-color: rgb(243 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/70 {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/75 {
  --tw-shadow-color: rgb(243 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/80 {
  --tw-shadow-color: rgb(243 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/85 {
  --tw-shadow-color: rgb(243 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/90 {
  --tw-shadow-color: rgb(243 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/95 {
  --tw-shadow-color: rgb(243 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200 {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/0 {
  --tw-shadow-color: rgb(233 213 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/10 {
  --tw-shadow-color: rgb(233 213 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/100 {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/15 {
  --tw-shadow-color: rgb(233 213 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/20 {
  --tw-shadow-color: rgb(233 213 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/25 {
  --tw-shadow-color: rgb(233 213 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/30 {
  --tw-shadow-color: rgb(233 213 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/35 {
  --tw-shadow-color: rgb(233 213 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/40 {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/45 {
  --tw-shadow-color: rgb(233 213 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/5 {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/50 {
  --tw-shadow-color: rgb(233 213 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/55 {
  --tw-shadow-color: rgb(233 213 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/60 {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/65 {
  --tw-shadow-color: rgb(233 213 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/70 {
  --tw-shadow-color: rgb(233 213 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/75 {
  --tw-shadow-color: rgb(233 213 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/80 {
  --tw-shadow-color: rgb(233 213 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/85 {
  --tw-shadow-color: rgb(233 213 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/90 {
  --tw-shadow-color: rgb(233 213 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/95 {
  --tw-shadow-color: rgb(233 213 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300 {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/0 {
  --tw-shadow-color: rgb(216 180 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/10 {
  --tw-shadow-color: rgb(216 180 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/100 {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/15 {
  --tw-shadow-color: rgb(216 180 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/20 {
  --tw-shadow-color: rgb(216 180 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/25 {
  --tw-shadow-color: rgb(216 180 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/30 {
  --tw-shadow-color: rgb(216 180 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/35 {
  --tw-shadow-color: rgb(216 180 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/40 {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/45 {
  --tw-shadow-color: rgb(216 180 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/5 {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/50 {
  --tw-shadow-color: rgb(216 180 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/55 {
  --tw-shadow-color: rgb(216 180 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/60 {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/65 {
  --tw-shadow-color: rgb(216 180 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/70 {
  --tw-shadow-color: rgb(216 180 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/75 {
  --tw-shadow-color: rgb(216 180 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/80 {
  --tw-shadow-color: rgb(216 180 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/85 {
  --tw-shadow-color: rgb(216 180 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/90 {
  --tw-shadow-color: rgb(216 180 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/95 {
  --tw-shadow-color: rgb(216 180 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400 {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/0 {
  --tw-shadow-color: rgb(192 132 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/10 {
  --tw-shadow-color: rgb(192 132 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/100 {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/15 {
  --tw-shadow-color: rgb(192 132 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/20 {
  --tw-shadow-color: rgb(192 132 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/25 {
  --tw-shadow-color: rgb(192 132 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/30 {
  --tw-shadow-color: rgb(192 132 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/35 {
  --tw-shadow-color: rgb(192 132 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/40 {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/45 {
  --tw-shadow-color: rgb(192 132 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/5 {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/50 {
  --tw-shadow-color: rgb(192 132 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/55 {
  --tw-shadow-color: rgb(192 132 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/60 {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/65 {
  --tw-shadow-color: rgb(192 132 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/70 {
  --tw-shadow-color: rgb(192 132 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/75 {
  --tw-shadow-color: rgb(192 132 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/80 {
  --tw-shadow-color: rgb(192 132 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/85 {
  --tw-shadow-color: rgb(192 132 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/90 {
  --tw-shadow-color: rgb(192 132 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/95 {
  --tw-shadow-color: rgb(192 132 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50 {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/0 {
  --tw-shadow-color: rgb(250 245 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/10 {
  --tw-shadow-color: rgb(250 245 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/100 {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/15 {
  --tw-shadow-color: rgb(250 245 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/20 {
  --tw-shadow-color: rgb(250 245 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/25 {
  --tw-shadow-color: rgb(250 245 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/30 {
  --tw-shadow-color: rgb(250 245 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/35 {
  --tw-shadow-color: rgb(250 245 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/40 {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/45 {
  --tw-shadow-color: rgb(250 245 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/5 {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/50 {
  --tw-shadow-color: rgb(250 245 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/55 {
  --tw-shadow-color: rgb(250 245 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/60 {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/65 {
  --tw-shadow-color: rgb(250 245 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/70 {
  --tw-shadow-color: rgb(250 245 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/75 {
  --tw-shadow-color: rgb(250 245 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/80 {
  --tw-shadow-color: rgb(250 245 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/85 {
  --tw-shadow-color: rgb(250 245 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/90 {
  --tw-shadow-color: rgb(250 245 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/95 {
  --tw-shadow-color: rgb(250 245 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500 {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/0 {
  --tw-shadow-color: rgb(168 85 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/10 {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/100 {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/15 {
  --tw-shadow-color: rgb(168 85 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/35 {
  --tw-shadow-color: rgb(168 85 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/40 {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/45 {
  --tw-shadow-color: rgb(168 85 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/5 {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/50 {
  --tw-shadow-color: rgb(168 85 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/55 {
  --tw-shadow-color: rgb(168 85 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/60 {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/65 {
  --tw-shadow-color: rgb(168 85 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/70 {
  --tw-shadow-color: rgb(168 85 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/75 {
  --tw-shadow-color: rgb(168 85 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/80 {
  --tw-shadow-color: rgb(168 85 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/85 {
  --tw-shadow-color: rgb(168 85 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/90 {
  --tw-shadow-color: rgb(168 85 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/95 {
  --tw-shadow-color: rgb(168 85 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600 {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/0 {
  --tw-shadow-color: rgb(147 51 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/10 {
  --tw-shadow-color: rgb(147 51 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/100 {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/15 {
  --tw-shadow-color: rgb(147 51 234 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/20 {
  --tw-shadow-color: rgb(147 51 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/25 {
  --tw-shadow-color: rgb(147 51 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/30 {
  --tw-shadow-color: rgb(147 51 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/35 {
  --tw-shadow-color: rgb(147 51 234 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/40 {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/45 {
  --tw-shadow-color: rgb(147 51 234 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/5 {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/50 {
  --tw-shadow-color: rgb(147 51 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/55 {
  --tw-shadow-color: rgb(147 51 234 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/60 {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/65 {
  --tw-shadow-color: rgb(147 51 234 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/70 {
  --tw-shadow-color: rgb(147 51 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/75 {
  --tw-shadow-color: rgb(147 51 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/80 {
  --tw-shadow-color: rgb(147 51 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/85 {
  --tw-shadow-color: rgb(147 51 234 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/90 {
  --tw-shadow-color: rgb(147 51 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/95 {
  --tw-shadow-color: rgb(147 51 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700 {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/0 {
  --tw-shadow-color: rgb(126 34 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/10 {
  --tw-shadow-color: rgb(126 34 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/100 {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/15 {
  --tw-shadow-color: rgb(126 34 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/20 {
  --tw-shadow-color: rgb(126 34 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/25 {
  --tw-shadow-color: rgb(126 34 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/30 {
  --tw-shadow-color: rgb(126 34 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/35 {
  --tw-shadow-color: rgb(126 34 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/40 {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/45 {
  --tw-shadow-color: rgb(126 34 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/5 {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/50 {
  --tw-shadow-color: rgb(126 34 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/55 {
  --tw-shadow-color: rgb(126 34 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/60 {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/65 {
  --tw-shadow-color: rgb(126 34 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/70 {
  --tw-shadow-color: rgb(126 34 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/75 {
  --tw-shadow-color: rgb(126 34 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/80 {
  --tw-shadow-color: rgb(126 34 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/85 {
  --tw-shadow-color: rgb(126 34 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/90 {
  --tw-shadow-color: rgb(126 34 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/95 {
  --tw-shadow-color: rgb(126 34 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800 {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/0 {
  --tw-shadow-color: rgb(107 33 168 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/10 {
  --tw-shadow-color: rgb(107 33 168 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/100 {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/15 {
  --tw-shadow-color: rgb(107 33 168 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/20 {
  --tw-shadow-color: rgb(107 33 168 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/25 {
  --tw-shadow-color: rgb(107 33 168 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/30 {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/35 {
  --tw-shadow-color: rgb(107 33 168 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/40 {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/45 {
  --tw-shadow-color: rgb(107 33 168 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/5 {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/50 {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/55 {
  --tw-shadow-color: rgb(107 33 168 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/60 {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/65 {
  --tw-shadow-color: rgb(107 33 168 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/70 {
  --tw-shadow-color: rgb(107 33 168 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/75 {
  --tw-shadow-color: rgb(107 33 168 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/80 {
  --tw-shadow-color: rgb(107 33 168 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/85 {
  --tw-shadow-color: rgb(107 33 168 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/90 {
  --tw-shadow-color: rgb(107 33 168 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/95 {
  --tw-shadow-color: rgb(107 33 168 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900 {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/0 {
  --tw-shadow-color: rgb(88 28 135 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/10 {
  --tw-shadow-color: rgb(88 28 135 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/100 {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/15 {
  --tw-shadow-color: rgb(88 28 135 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/20 {
  --tw-shadow-color: rgb(88 28 135 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/25 {
  --tw-shadow-color: rgb(88 28 135 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/30 {
  --tw-shadow-color: rgb(88 28 135 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/35 {
  --tw-shadow-color: rgb(88 28 135 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/40 {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/45 {
  --tw-shadow-color: rgb(88 28 135 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/5 {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/50 {
  --tw-shadow-color: rgb(88 28 135 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/55 {
  --tw-shadow-color: rgb(88 28 135 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/60 {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/65 {
  --tw-shadow-color: rgb(88 28 135 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/70 {
  --tw-shadow-color: rgb(88 28 135 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/75 {
  --tw-shadow-color: rgb(88 28 135 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/80 {
  --tw-shadow-color: rgb(88 28 135 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/85 {
  --tw-shadow-color: rgb(88 28 135 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/90 {
  --tw-shadow-color: rgb(88 28 135 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/95 {
  --tw-shadow-color: rgb(88 28 135 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950 {
  --tw-shadow-color: #3b0764;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/0 {
  --tw-shadow-color: rgb(59 7 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/10 {
  --tw-shadow-color: rgb(59 7 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/100 {
  --tw-shadow-color: rgb(59 7 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/15 {
  --tw-shadow-color: rgb(59 7 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/20 {
  --tw-shadow-color: rgb(59 7 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/25 {
  --tw-shadow-color: rgb(59 7 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/30 {
  --tw-shadow-color: rgb(59 7 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/35 {
  --tw-shadow-color: rgb(59 7 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/40 {
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/45 {
  --tw-shadow-color: rgb(59 7 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/5 {
  --tw-shadow-color: rgb(59 7 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/50 {
  --tw-shadow-color: rgb(59 7 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/55 {
  --tw-shadow-color: rgb(59 7 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/60 {
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/65 {
  --tw-shadow-color: rgb(59 7 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/70 {
  --tw-shadow-color: rgb(59 7 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/75 {
  --tw-shadow-color: rgb(59 7 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/80 {
  --tw-shadow-color: rgb(59 7 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/85 {
  --tw-shadow-color: rgb(59 7 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/90 {
  --tw-shadow-color: rgb(59 7 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/95 {
  --tw-shadow-color: rgb(59 7 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100 {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/0 {
  --tw-shadow-color: rgb(254 226 226 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/10 {
  --tw-shadow-color: rgb(254 226 226 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/100 {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/15 {
  --tw-shadow-color: rgb(254 226 226 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/20 {
  --tw-shadow-color: rgb(254 226 226 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/25 {
  --tw-shadow-color: rgb(254 226 226 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/30 {
  --tw-shadow-color: rgb(254 226 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/35 {
  --tw-shadow-color: rgb(254 226 226 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/40 {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/45 {
  --tw-shadow-color: rgb(254 226 226 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/5 {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/50 {
  --tw-shadow-color: rgb(254 226 226 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/55 {
  --tw-shadow-color: rgb(254 226 226 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/60 {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/65 {
  --tw-shadow-color: rgb(254 226 226 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/70 {
  --tw-shadow-color: rgb(254 226 226 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/75 {
  --tw-shadow-color: rgb(254 226 226 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/80 {
  --tw-shadow-color: rgb(254 226 226 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/85 {
  --tw-shadow-color: rgb(254 226 226 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/90 {
  --tw-shadow-color: rgb(254 226 226 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/95 {
  --tw-shadow-color: rgb(254 226 226 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200 {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/0 {
  --tw-shadow-color: rgb(254 202 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/10 {
  --tw-shadow-color: rgb(254 202 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/100 {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/15 {
  --tw-shadow-color: rgb(254 202 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/20 {
  --tw-shadow-color: rgb(254 202 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/25 {
  --tw-shadow-color: rgb(254 202 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/30 {
  --tw-shadow-color: rgb(254 202 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/35 {
  --tw-shadow-color: rgb(254 202 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/40 {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/45 {
  --tw-shadow-color: rgb(254 202 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/5 {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/50 {
  --tw-shadow-color: rgb(254 202 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/55 {
  --tw-shadow-color: rgb(254 202 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/60 {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/65 {
  --tw-shadow-color: rgb(254 202 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/70 {
  --tw-shadow-color: rgb(254 202 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/75 {
  --tw-shadow-color: rgb(254 202 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/80 {
  --tw-shadow-color: rgb(254 202 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/85 {
  --tw-shadow-color: rgb(254 202 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/90 {
  --tw-shadow-color: rgb(254 202 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/95 {
  --tw-shadow-color: rgb(254 202 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300 {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/0 {
  --tw-shadow-color: rgb(252 165 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/10 {
  --tw-shadow-color: rgb(252 165 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/100 {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/15 {
  --tw-shadow-color: rgb(252 165 165 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/20 {
  --tw-shadow-color: rgb(252 165 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/25 {
  --tw-shadow-color: rgb(252 165 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/30 {
  --tw-shadow-color: rgb(252 165 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/35 {
  --tw-shadow-color: rgb(252 165 165 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/40 {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/45 {
  --tw-shadow-color: rgb(252 165 165 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/5 {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/50 {
  --tw-shadow-color: rgb(252 165 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/55 {
  --tw-shadow-color: rgb(252 165 165 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/60 {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/65 {
  --tw-shadow-color: rgb(252 165 165 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/70 {
  --tw-shadow-color: rgb(252 165 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/75 {
  --tw-shadow-color: rgb(252 165 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/80 {
  --tw-shadow-color: rgb(252 165 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/85 {
  --tw-shadow-color: rgb(252 165 165 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/90 {
  --tw-shadow-color: rgb(252 165 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/95 {
  --tw-shadow-color: rgb(252 165 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400 {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/15 {
  --tw-shadow-color: rgb(248 113 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/35 {
  --tw-shadow-color: rgb(248 113 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/45 {
  --tw-shadow-color: rgb(248 113 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/55 {
  --tw-shadow-color: rgb(248 113 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/65 {
  --tw-shadow-color: rgb(248 113 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/85 {
  --tw-shadow-color: rgb(248 113 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50 {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/0 {
  --tw-shadow-color: rgb(254 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/10 {
  --tw-shadow-color: rgb(254 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/100 {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/15 {
  --tw-shadow-color: rgb(254 242 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/20 {
  --tw-shadow-color: rgb(254 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/25 {
  --tw-shadow-color: rgb(254 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/30 {
  --tw-shadow-color: rgb(254 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/35 {
  --tw-shadow-color: rgb(254 242 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/40 {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/45 {
  --tw-shadow-color: rgb(254 242 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/5 {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/50 {
  --tw-shadow-color: rgb(254 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/55 {
  --tw-shadow-color: rgb(254 242 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/60 {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/65 {
  --tw-shadow-color: rgb(254 242 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/70 {
  --tw-shadow-color: rgb(254 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/75 {
  --tw-shadow-color: rgb(254 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/80 {
  --tw-shadow-color: rgb(254 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/85 {
  --tw-shadow-color: rgb(254 242 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/90 {
  --tw-shadow-color: rgb(254 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/95 {
  --tw-shadow-color: rgb(254 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500 {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/0 {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/10 {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/100 {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/15 {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/25 {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/35 {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/40 {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/45 {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/50 {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/55 {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/60 {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/65 {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/70 {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/75 {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/80 {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/85 {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/90 {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/95 {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600 {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/0 {
  --tw-shadow-color: rgb(220 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/10 {
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/100 {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/15 {
  --tw-shadow-color: rgb(220 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/20 {
  --tw-shadow-color: rgb(220 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/25 {
  --tw-shadow-color: rgb(220 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/30 {
  --tw-shadow-color: rgb(220 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/35 {
  --tw-shadow-color: rgb(220 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/40 {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/45 {
  --tw-shadow-color: rgb(220 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/5 {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/50 {
  --tw-shadow-color: rgb(220 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/55 {
  --tw-shadow-color: rgb(220 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/60 {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/65 {
  --tw-shadow-color: rgb(220 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/70 {
  --tw-shadow-color: rgb(220 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/75 {
  --tw-shadow-color: rgb(220 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/80 {
  --tw-shadow-color: rgb(220 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/85 {
  --tw-shadow-color: rgb(220 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/90 {
  --tw-shadow-color: rgb(220 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/95 {
  --tw-shadow-color: rgb(220 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700 {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/0 {
  --tw-shadow-color: rgb(185 28 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/10 {
  --tw-shadow-color: rgb(185 28 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/100 {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/15 {
  --tw-shadow-color: rgb(185 28 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/20 {
  --tw-shadow-color: rgb(185 28 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/25 {
  --tw-shadow-color: rgb(185 28 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/30 {
  --tw-shadow-color: rgb(185 28 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/35 {
  --tw-shadow-color: rgb(185 28 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/40 {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/45 {
  --tw-shadow-color: rgb(185 28 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/5 {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/50 {
  --tw-shadow-color: rgb(185 28 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/55 {
  --tw-shadow-color: rgb(185 28 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/60 {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/65 {
  --tw-shadow-color: rgb(185 28 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/70 {
  --tw-shadow-color: rgb(185 28 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/75 {
  --tw-shadow-color: rgb(185 28 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/80 {
  --tw-shadow-color: rgb(185 28 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/85 {
  --tw-shadow-color: rgb(185 28 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/90 {
  --tw-shadow-color: rgb(185 28 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/95 {
  --tw-shadow-color: rgb(185 28 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800 {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/0 {
  --tw-shadow-color: rgb(153 27 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/10 {
  --tw-shadow-color: rgb(153 27 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/100 {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/15 {
  --tw-shadow-color: rgb(153 27 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/20 {
  --tw-shadow-color: rgb(153 27 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/25 {
  --tw-shadow-color: rgb(153 27 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/30 {
  --tw-shadow-color: rgb(153 27 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/35 {
  --tw-shadow-color: rgb(153 27 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/40 {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/45 {
  --tw-shadow-color: rgb(153 27 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/5 {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/50 {
  --tw-shadow-color: rgb(153 27 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/55 {
  --tw-shadow-color: rgb(153 27 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/60 {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/65 {
  --tw-shadow-color: rgb(153 27 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/70 {
  --tw-shadow-color: rgb(153 27 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/75 {
  --tw-shadow-color: rgb(153 27 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/80 {
  --tw-shadow-color: rgb(153 27 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/85 {
  --tw-shadow-color: rgb(153 27 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/90 {
  --tw-shadow-color: rgb(153 27 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/95 {
  --tw-shadow-color: rgb(153 27 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900 {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/0 {
  --tw-shadow-color: rgb(127 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/10 {
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/100 {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/15 {
  --tw-shadow-color: rgb(127 29 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/20 {
  --tw-shadow-color: rgb(127 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/25 {
  --tw-shadow-color: rgb(127 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/30 {
  --tw-shadow-color: rgb(127 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/35 {
  --tw-shadow-color: rgb(127 29 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/40 {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/45 {
  --tw-shadow-color: rgb(127 29 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/5 {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/50 {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/55 {
  --tw-shadow-color: rgb(127 29 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/60 {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/65 {
  --tw-shadow-color: rgb(127 29 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/70 {
  --tw-shadow-color: rgb(127 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/75 {
  --tw-shadow-color: rgb(127 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/80 {
  --tw-shadow-color: rgb(127 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/85 {
  --tw-shadow-color: rgb(127 29 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/90 {
  --tw-shadow-color: rgb(127 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/95 {
  --tw-shadow-color: rgb(127 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950 {
  --tw-shadow-color: #450a0a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/0 {
  --tw-shadow-color: rgb(69 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/10 {
  --tw-shadow-color: rgb(69 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/100 {
  --tw-shadow-color: rgb(69 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/15 {
  --tw-shadow-color: rgb(69 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/20 {
  --tw-shadow-color: rgb(69 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/25 {
  --tw-shadow-color: rgb(69 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/30 {
  --tw-shadow-color: rgb(69 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/35 {
  --tw-shadow-color: rgb(69 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/40 {
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/45 {
  --tw-shadow-color: rgb(69 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/5 {
  --tw-shadow-color: rgb(69 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/50 {
  --tw-shadow-color: rgb(69 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/55 {
  --tw-shadow-color: rgb(69 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/60 {
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/65 {
  --tw-shadow-color: rgb(69 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/70 {
  --tw-shadow-color: rgb(69 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/75 {
  --tw-shadow-color: rgb(69 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/80 {
  --tw-shadow-color: rgb(69 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/85 {
  --tw-shadow-color: rgb(69 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/90 {
  --tw-shadow-color: rgb(69 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/95 {
  --tw-shadow-color: rgb(69 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100 {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/0 {
  --tw-shadow-color: rgb(255 228 230 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/10 {
  --tw-shadow-color: rgb(255 228 230 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/100 {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/15 {
  --tw-shadow-color: rgb(255 228 230 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/20 {
  --tw-shadow-color: rgb(255 228 230 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/25 {
  --tw-shadow-color: rgb(255 228 230 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/30 {
  --tw-shadow-color: rgb(255 228 230 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/35 {
  --tw-shadow-color: rgb(255 228 230 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/40 {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/45 {
  --tw-shadow-color: rgb(255 228 230 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/5 {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/50 {
  --tw-shadow-color: rgb(255 228 230 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/55 {
  --tw-shadow-color: rgb(255 228 230 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/60 {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/65 {
  --tw-shadow-color: rgb(255 228 230 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/70 {
  --tw-shadow-color: rgb(255 228 230 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/75 {
  --tw-shadow-color: rgb(255 228 230 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/80 {
  --tw-shadow-color: rgb(255 228 230 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/85 {
  --tw-shadow-color: rgb(255 228 230 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/90 {
  --tw-shadow-color: rgb(255 228 230 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/95 {
  --tw-shadow-color: rgb(255 228 230 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200 {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/0 {
  --tw-shadow-color: rgb(254 205 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/10 {
  --tw-shadow-color: rgb(254 205 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/100 {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/15 {
  --tw-shadow-color: rgb(254 205 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/20 {
  --tw-shadow-color: rgb(254 205 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/25 {
  --tw-shadow-color: rgb(254 205 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/30 {
  --tw-shadow-color: rgb(254 205 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/35 {
  --tw-shadow-color: rgb(254 205 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/40 {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/45 {
  --tw-shadow-color: rgb(254 205 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/5 {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/50 {
  --tw-shadow-color: rgb(254 205 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/55 {
  --tw-shadow-color: rgb(254 205 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/60 {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/65 {
  --tw-shadow-color: rgb(254 205 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/70 {
  --tw-shadow-color: rgb(254 205 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/75 {
  --tw-shadow-color: rgb(254 205 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/80 {
  --tw-shadow-color: rgb(254 205 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/85 {
  --tw-shadow-color: rgb(254 205 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/90 {
  --tw-shadow-color: rgb(254 205 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/95 {
  --tw-shadow-color: rgb(254 205 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300 {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/0 {
  --tw-shadow-color: rgb(253 164 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/10 {
  --tw-shadow-color: rgb(253 164 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/100 {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/15 {
  --tw-shadow-color: rgb(253 164 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/20 {
  --tw-shadow-color: rgb(253 164 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/25 {
  --tw-shadow-color: rgb(253 164 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/30 {
  --tw-shadow-color: rgb(253 164 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/35 {
  --tw-shadow-color: rgb(253 164 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/40 {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/45 {
  --tw-shadow-color: rgb(253 164 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/5 {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/50 {
  --tw-shadow-color: rgb(253 164 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/55 {
  --tw-shadow-color: rgb(253 164 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/60 {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/65 {
  --tw-shadow-color: rgb(253 164 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/70 {
  --tw-shadow-color: rgb(253 164 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/75 {
  --tw-shadow-color: rgb(253 164 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/80 {
  --tw-shadow-color: rgb(253 164 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/85 {
  --tw-shadow-color: rgb(253 164 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/90 {
  --tw-shadow-color: rgb(253 164 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/95 {
  --tw-shadow-color: rgb(253 164 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400 {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/0 {
  --tw-shadow-color: rgb(251 113 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/10 {
  --tw-shadow-color: rgb(251 113 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/100 {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/15 {
  --tw-shadow-color: rgb(251 113 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/20 {
  --tw-shadow-color: rgb(251 113 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/25 {
  --tw-shadow-color: rgb(251 113 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/30 {
  --tw-shadow-color: rgb(251 113 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/35 {
  --tw-shadow-color: rgb(251 113 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/40 {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/45 {
  --tw-shadow-color: rgb(251 113 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/5 {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/50 {
  --tw-shadow-color: rgb(251 113 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/55 {
  --tw-shadow-color: rgb(251 113 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/60 {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/65 {
  --tw-shadow-color: rgb(251 113 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/70 {
  --tw-shadow-color: rgb(251 113 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/75 {
  --tw-shadow-color: rgb(251 113 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/80 {
  --tw-shadow-color: rgb(251 113 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/85 {
  --tw-shadow-color: rgb(251 113 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/90 {
  --tw-shadow-color: rgb(251 113 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/95 {
  --tw-shadow-color: rgb(251 113 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50 {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/0 {
  --tw-shadow-color: rgb(255 241 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/10 {
  --tw-shadow-color: rgb(255 241 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/100 {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/15 {
  --tw-shadow-color: rgb(255 241 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/20 {
  --tw-shadow-color: rgb(255 241 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/25 {
  --tw-shadow-color: rgb(255 241 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/30 {
  --tw-shadow-color: rgb(255 241 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/35 {
  --tw-shadow-color: rgb(255 241 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/40 {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/45 {
  --tw-shadow-color: rgb(255 241 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/5 {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/50 {
  --tw-shadow-color: rgb(255 241 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/55 {
  --tw-shadow-color: rgb(255 241 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/60 {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/65 {
  --tw-shadow-color: rgb(255 241 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/70 {
  --tw-shadow-color: rgb(255 241 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/75 {
  --tw-shadow-color: rgb(255 241 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/80 {
  --tw-shadow-color: rgb(255 241 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/85 {
  --tw-shadow-color: rgb(255 241 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/90 {
  --tw-shadow-color: rgb(255 241 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/95 {
  --tw-shadow-color: rgb(255 241 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500 {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/0 {
  --tw-shadow-color: rgb(244 63 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/10 {
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/100 {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/15 {
  --tw-shadow-color: rgb(244 63 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/20 {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/25 {
  --tw-shadow-color: rgb(244 63 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/30 {
  --tw-shadow-color: rgb(244 63 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/35 {
  --tw-shadow-color: rgb(244 63 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/40 {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/45 {
  --tw-shadow-color: rgb(244 63 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/5 {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/50 {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/55 {
  --tw-shadow-color: rgb(244 63 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/60 {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/65 {
  --tw-shadow-color: rgb(244 63 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/70 {
  --tw-shadow-color: rgb(244 63 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/75 {
  --tw-shadow-color: rgb(244 63 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/80 {
  --tw-shadow-color: rgb(244 63 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/85 {
  --tw-shadow-color: rgb(244 63 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/90 {
  --tw-shadow-color: rgb(244 63 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/95 {
  --tw-shadow-color: rgb(244 63 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600 {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/0 {
  --tw-shadow-color: rgb(225 29 72 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/10 {
  --tw-shadow-color: rgb(225 29 72 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/100 {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/15 {
  --tw-shadow-color: rgb(225 29 72 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/20 {
  --tw-shadow-color: rgb(225 29 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/25 {
  --tw-shadow-color: rgb(225 29 72 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/30 {
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/35 {
  --tw-shadow-color: rgb(225 29 72 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/40 {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/45 {
  --tw-shadow-color: rgb(225 29 72 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/5 {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/50 {
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/55 {
  --tw-shadow-color: rgb(225 29 72 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/60 {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/65 {
  --tw-shadow-color: rgb(225 29 72 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/70 {
  --tw-shadow-color: rgb(225 29 72 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/75 {
  --tw-shadow-color: rgb(225 29 72 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/80 {
  --tw-shadow-color: rgb(225 29 72 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/85 {
  --tw-shadow-color: rgb(225 29 72 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/90 {
  --tw-shadow-color: rgb(225 29 72 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/95 {
  --tw-shadow-color: rgb(225 29 72 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700 {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/0 {
  --tw-shadow-color: rgb(190 18 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/10 {
  --tw-shadow-color: rgb(190 18 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/100 {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/15 {
  --tw-shadow-color: rgb(190 18 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/20 {
  --tw-shadow-color: rgb(190 18 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/25 {
  --tw-shadow-color: rgb(190 18 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/30 {
  --tw-shadow-color: rgb(190 18 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/35 {
  --tw-shadow-color: rgb(190 18 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/40 {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/45 {
  --tw-shadow-color: rgb(190 18 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/5 {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/50 {
  --tw-shadow-color: rgb(190 18 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/55 {
  --tw-shadow-color: rgb(190 18 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/60 {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/65 {
  --tw-shadow-color: rgb(190 18 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/70 {
  --tw-shadow-color: rgb(190 18 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/75 {
  --tw-shadow-color: rgb(190 18 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/80 {
  --tw-shadow-color: rgb(190 18 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/85 {
  --tw-shadow-color: rgb(190 18 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/90 {
  --tw-shadow-color: rgb(190 18 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/95 {
  --tw-shadow-color: rgb(190 18 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800 {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/0 {
  --tw-shadow-color: rgb(159 18 57 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/10 {
  --tw-shadow-color: rgb(159 18 57 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/100 {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/15 {
  --tw-shadow-color: rgb(159 18 57 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/20 {
  --tw-shadow-color: rgb(159 18 57 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/25 {
  --tw-shadow-color: rgb(159 18 57 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/30 {
  --tw-shadow-color: rgb(159 18 57 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/35 {
  --tw-shadow-color: rgb(159 18 57 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/40 {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/45 {
  --tw-shadow-color: rgb(159 18 57 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/5 {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/50 {
  --tw-shadow-color: rgb(159 18 57 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/55 {
  --tw-shadow-color: rgb(159 18 57 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/60 {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/65 {
  --tw-shadow-color: rgb(159 18 57 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/70 {
  --tw-shadow-color: rgb(159 18 57 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/75 {
  --tw-shadow-color: rgb(159 18 57 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/80 {
  --tw-shadow-color: rgb(159 18 57 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/85 {
  --tw-shadow-color: rgb(159 18 57 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/90 {
  --tw-shadow-color: rgb(159 18 57 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/95 {
  --tw-shadow-color: rgb(159 18 57 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900 {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/0 {
  --tw-shadow-color: rgb(136 19 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/10 {
  --tw-shadow-color: rgb(136 19 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/100 {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/15 {
  --tw-shadow-color: rgb(136 19 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/20 {
  --tw-shadow-color: rgb(136 19 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/25 {
  --tw-shadow-color: rgb(136 19 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/30 {
  --tw-shadow-color: rgb(136 19 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/35 {
  --tw-shadow-color: rgb(136 19 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/40 {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/45 {
  --tw-shadow-color: rgb(136 19 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/5 {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/50 {
  --tw-shadow-color: rgb(136 19 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/55 {
  --tw-shadow-color: rgb(136 19 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/60 {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/65 {
  --tw-shadow-color: rgb(136 19 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/70 {
  --tw-shadow-color: rgb(136 19 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/75 {
  --tw-shadow-color: rgb(136 19 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/80 {
  --tw-shadow-color: rgb(136 19 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/85 {
  --tw-shadow-color: rgb(136 19 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/90 {
  --tw-shadow-color: rgb(136 19 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/95 {
  --tw-shadow-color: rgb(136 19 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950 {
  --tw-shadow-color: #4c0519;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/0 {
  --tw-shadow-color: rgb(76 5 25 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/10 {
  --tw-shadow-color: rgb(76 5 25 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/100 {
  --tw-shadow-color: rgb(76 5 25 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/15 {
  --tw-shadow-color: rgb(76 5 25 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/20 {
  --tw-shadow-color: rgb(76 5 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/25 {
  --tw-shadow-color: rgb(76 5 25 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/30 {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/35 {
  --tw-shadow-color: rgb(76 5 25 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/40 {
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/45 {
  --tw-shadow-color: rgb(76 5 25 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/5 {
  --tw-shadow-color: rgb(76 5 25 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/50 {
  --tw-shadow-color: rgb(76 5 25 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/55 {
  --tw-shadow-color: rgb(76 5 25 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/60 {
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/65 {
  --tw-shadow-color: rgb(76 5 25 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/70 {
  --tw-shadow-color: rgb(76 5 25 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/75 {
  --tw-shadow-color: rgb(76 5 25 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/80 {
  --tw-shadow-color: rgb(76 5 25 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/85 {
  --tw-shadow-color: rgb(76 5 25 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/90 {
  --tw-shadow-color: rgb(76 5 25 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/95 {
  --tw-shadow-color: rgb(76 5 25 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100 {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/0 {
  --tw-shadow-color: rgb(224 242 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/10 {
  --tw-shadow-color: rgb(224 242 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/100 {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/15 {
  --tw-shadow-color: rgb(224 242 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/20 {
  --tw-shadow-color: rgb(224 242 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/25 {
  --tw-shadow-color: rgb(224 242 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/30 {
  --tw-shadow-color: rgb(224 242 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/35 {
  --tw-shadow-color: rgb(224 242 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/40 {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/45 {
  --tw-shadow-color: rgb(224 242 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/5 {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/50 {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/55 {
  --tw-shadow-color: rgb(224 242 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/60 {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/65 {
  --tw-shadow-color: rgb(224 242 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/70 {
  --tw-shadow-color: rgb(224 242 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/75 {
  --tw-shadow-color: rgb(224 242 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/80 {
  --tw-shadow-color: rgb(224 242 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/85 {
  --tw-shadow-color: rgb(224 242 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/90 {
  --tw-shadow-color: rgb(224 242 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/95 {
  --tw-shadow-color: rgb(224 242 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200 {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/0 {
  --tw-shadow-color: rgb(186 230 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/10 {
  --tw-shadow-color: rgb(186 230 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/100 {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/15 {
  --tw-shadow-color: rgb(186 230 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/20 {
  --tw-shadow-color: rgb(186 230 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/25 {
  --tw-shadow-color: rgb(186 230 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/30 {
  --tw-shadow-color: rgb(186 230 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/35 {
  --tw-shadow-color: rgb(186 230 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/40 {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/45 {
  --tw-shadow-color: rgb(186 230 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/5 {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/50 {
  --tw-shadow-color: rgb(186 230 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/55 {
  --tw-shadow-color: rgb(186 230 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/60 {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/65 {
  --tw-shadow-color: rgb(186 230 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/70 {
  --tw-shadow-color: rgb(186 230 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/75 {
  --tw-shadow-color: rgb(186 230 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/80 {
  --tw-shadow-color: rgb(186 230 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/85 {
  --tw-shadow-color: rgb(186 230 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/90 {
  --tw-shadow-color: rgb(186 230 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/95 {
  --tw-shadow-color: rgb(186 230 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300 {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/0 {
  --tw-shadow-color: rgb(125 211 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/10 {
  --tw-shadow-color: rgb(125 211 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/100 {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/15 {
  --tw-shadow-color: rgb(125 211 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/20 {
  --tw-shadow-color: rgb(125 211 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/25 {
  --tw-shadow-color: rgb(125 211 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/30 {
  --tw-shadow-color: rgb(125 211 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/35 {
  --tw-shadow-color: rgb(125 211 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/40 {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/45 {
  --tw-shadow-color: rgb(125 211 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/5 {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/50 {
  --tw-shadow-color: rgb(125 211 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/55 {
  --tw-shadow-color: rgb(125 211 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/60 {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/65 {
  --tw-shadow-color: rgb(125 211 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/70 {
  --tw-shadow-color: rgb(125 211 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/75 {
  --tw-shadow-color: rgb(125 211 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/80 {
  --tw-shadow-color: rgb(125 211 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/85 {
  --tw-shadow-color: rgb(125 211 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/90 {
  --tw-shadow-color: rgb(125 211 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/95 {
  --tw-shadow-color: rgb(125 211 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400 {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/0 {
  --tw-shadow-color: rgb(56 189 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/10 {
  --tw-shadow-color: rgb(56 189 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/100 {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/15 {
  --tw-shadow-color: rgb(56 189 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/20 {
  --tw-shadow-color: rgb(56 189 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/25 {
  --tw-shadow-color: rgb(56 189 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/30 {
  --tw-shadow-color: rgb(56 189 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/35 {
  --tw-shadow-color: rgb(56 189 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/40 {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/45 {
  --tw-shadow-color: rgb(56 189 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/5 {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/50 {
  --tw-shadow-color: rgb(56 189 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/55 {
  --tw-shadow-color: rgb(56 189 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/60 {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/65 {
  --tw-shadow-color: rgb(56 189 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/70 {
  --tw-shadow-color: rgb(56 189 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/75 {
  --tw-shadow-color: rgb(56 189 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/80 {
  --tw-shadow-color: rgb(56 189 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/85 {
  --tw-shadow-color: rgb(56 189 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/90 {
  --tw-shadow-color: rgb(56 189 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/95 {
  --tw-shadow-color: rgb(56 189 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50 {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/0 {
  --tw-shadow-color: rgb(240 249 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/10 {
  --tw-shadow-color: rgb(240 249 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/100 {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/15 {
  --tw-shadow-color: rgb(240 249 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/20 {
  --tw-shadow-color: rgb(240 249 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/25 {
  --tw-shadow-color: rgb(240 249 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/30 {
  --tw-shadow-color: rgb(240 249 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/35 {
  --tw-shadow-color: rgb(240 249 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/40 {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/45 {
  --tw-shadow-color: rgb(240 249 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/5 {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/50 {
  --tw-shadow-color: rgb(240 249 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/55 {
  --tw-shadow-color: rgb(240 249 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/60 {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/65 {
  --tw-shadow-color: rgb(240 249 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/70 {
  --tw-shadow-color: rgb(240 249 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/75 {
  --tw-shadow-color: rgb(240 249 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/80 {
  --tw-shadow-color: rgb(240 249 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/85 {
  --tw-shadow-color: rgb(240 249 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/90 {
  --tw-shadow-color: rgb(240 249 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/95 {
  --tw-shadow-color: rgb(240 249 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500 {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/0 {
  --tw-shadow-color: rgb(14 165 233 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/10 {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/100 {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/15 {
  --tw-shadow-color: rgb(14 165 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/20 {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/25 {
  --tw-shadow-color: rgb(14 165 233 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/30 {
  --tw-shadow-color: rgb(14 165 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/35 {
  --tw-shadow-color: rgb(14 165 233 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/40 {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/45 {
  --tw-shadow-color: rgb(14 165 233 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/5 {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/50 {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/55 {
  --tw-shadow-color: rgb(14 165 233 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/60 {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/65 {
  --tw-shadow-color: rgb(14 165 233 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/70 {
  --tw-shadow-color: rgb(14 165 233 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/75 {
  --tw-shadow-color: rgb(14 165 233 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/80 {
  --tw-shadow-color: rgb(14 165 233 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/85 {
  --tw-shadow-color: rgb(14 165 233 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/90 {
  --tw-shadow-color: rgb(14 165 233 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/95 {
  --tw-shadow-color: rgb(14 165 233 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600 {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/0 {
  --tw-shadow-color: rgb(2 132 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/10 {
  --tw-shadow-color: rgb(2 132 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/100 {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/15 {
  --tw-shadow-color: rgb(2 132 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/20 {
  --tw-shadow-color: rgb(2 132 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/25 {
  --tw-shadow-color: rgb(2 132 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/30 {
  --tw-shadow-color: rgb(2 132 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/35 {
  --tw-shadow-color: rgb(2 132 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/40 {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/45 {
  --tw-shadow-color: rgb(2 132 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/5 {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/50 {
  --tw-shadow-color: rgb(2 132 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/55 {
  --tw-shadow-color: rgb(2 132 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/60 {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/65 {
  --tw-shadow-color: rgb(2 132 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/70 {
  --tw-shadow-color: rgb(2 132 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/75 {
  --tw-shadow-color: rgb(2 132 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/80 {
  --tw-shadow-color: rgb(2 132 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/85 {
  --tw-shadow-color: rgb(2 132 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/90 {
  --tw-shadow-color: rgb(2 132 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/95 {
  --tw-shadow-color: rgb(2 132 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700 {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/0 {
  --tw-shadow-color: rgb(3 105 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/10 {
  --tw-shadow-color: rgb(3 105 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/100 {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/15 {
  --tw-shadow-color: rgb(3 105 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/20 {
  --tw-shadow-color: rgb(3 105 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/25 {
  --tw-shadow-color: rgb(3 105 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/30 {
  --tw-shadow-color: rgb(3 105 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/35 {
  --tw-shadow-color: rgb(3 105 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/40 {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/45 {
  --tw-shadow-color: rgb(3 105 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/5 {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/50 {
  --tw-shadow-color: rgb(3 105 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/55 {
  --tw-shadow-color: rgb(3 105 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/60 {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/65 {
  --tw-shadow-color: rgb(3 105 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/70 {
  --tw-shadow-color: rgb(3 105 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/75 {
  --tw-shadow-color: rgb(3 105 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/80 {
  --tw-shadow-color: rgb(3 105 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/85 {
  --tw-shadow-color: rgb(3 105 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/90 {
  --tw-shadow-color: rgb(3 105 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/95 {
  --tw-shadow-color: rgb(3 105 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800 {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/0 {
  --tw-shadow-color: rgb(7 89 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/10 {
  --tw-shadow-color: rgb(7 89 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/100 {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/15 {
  --tw-shadow-color: rgb(7 89 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/20 {
  --tw-shadow-color: rgb(7 89 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/25 {
  --tw-shadow-color: rgb(7 89 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/30 {
  --tw-shadow-color: rgb(7 89 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/35 {
  --tw-shadow-color: rgb(7 89 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/40 {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/45 {
  --tw-shadow-color: rgb(7 89 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/5 {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/50 {
  --tw-shadow-color: rgb(7 89 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/55 {
  --tw-shadow-color: rgb(7 89 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/60 {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/65 {
  --tw-shadow-color: rgb(7 89 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/70 {
  --tw-shadow-color: rgb(7 89 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/75 {
  --tw-shadow-color: rgb(7 89 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/80 {
  --tw-shadow-color: rgb(7 89 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/85 {
  --tw-shadow-color: rgb(7 89 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/90 {
  --tw-shadow-color: rgb(7 89 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/95 {
  --tw-shadow-color: rgb(7 89 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900 {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/0 {
  --tw-shadow-color: rgb(12 74 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/10 {
  --tw-shadow-color: rgb(12 74 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/100 {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/15 {
  --tw-shadow-color: rgb(12 74 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/20 {
  --tw-shadow-color: rgb(12 74 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/25 {
  --tw-shadow-color: rgb(12 74 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/30 {
  --tw-shadow-color: rgb(12 74 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/35 {
  --tw-shadow-color: rgb(12 74 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/40 {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/45 {
  --tw-shadow-color: rgb(12 74 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/5 {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/50 {
  --tw-shadow-color: rgb(12 74 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/55 {
  --tw-shadow-color: rgb(12 74 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/60 {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/65 {
  --tw-shadow-color: rgb(12 74 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/70 {
  --tw-shadow-color: rgb(12 74 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/75 {
  --tw-shadow-color: rgb(12 74 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/80 {
  --tw-shadow-color: rgb(12 74 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/85 {
  --tw-shadow-color: rgb(12 74 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/90 {
  --tw-shadow-color: rgb(12 74 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/95 {
  --tw-shadow-color: rgb(12 74 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950 {
  --tw-shadow-color: #082f49;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/0 {
  --tw-shadow-color: rgb(8 47 73 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/10 {
  --tw-shadow-color: rgb(8 47 73 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/100 {
  --tw-shadow-color: rgb(8 47 73 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/15 {
  --tw-shadow-color: rgb(8 47 73 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/20 {
  --tw-shadow-color: rgb(8 47 73 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/25 {
  --tw-shadow-color: rgb(8 47 73 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/30 {
  --tw-shadow-color: rgb(8 47 73 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/35 {
  --tw-shadow-color: rgb(8 47 73 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/40 {
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/45 {
  --tw-shadow-color: rgb(8 47 73 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/5 {
  --tw-shadow-color: rgb(8 47 73 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/50 {
  --tw-shadow-color: rgb(8 47 73 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/55 {
  --tw-shadow-color: rgb(8 47 73 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/60 {
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/65 {
  --tw-shadow-color: rgb(8 47 73 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/70 {
  --tw-shadow-color: rgb(8 47 73 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/75 {
  --tw-shadow-color: rgb(8 47 73 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/80 {
  --tw-shadow-color: rgb(8 47 73 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/85 {
  --tw-shadow-color: rgb(8 47 73 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/90 {
  --tw-shadow-color: rgb(8 47 73 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/95 {
  --tw-shadow-color: rgb(8 47 73 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/0 {
  --tw-shadow-color: rgb(241 245 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/10 {
  --tw-shadow-color: rgb(241 245 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/100 {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/15 {
  --tw-shadow-color: rgb(241 245 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/20 {
  --tw-shadow-color: rgb(241 245 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/25 {
  --tw-shadow-color: rgb(241 245 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/30 {
  --tw-shadow-color: rgb(241 245 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/35 {
  --tw-shadow-color: rgb(241 245 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/40 {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/45 {
  --tw-shadow-color: rgb(241 245 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/5 {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/50 {
  --tw-shadow-color: rgb(241 245 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/55 {
  --tw-shadow-color: rgb(241 245 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/60 {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/65 {
  --tw-shadow-color: rgb(241 245 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/70 {
  --tw-shadow-color: rgb(241 245 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/75 {
  --tw-shadow-color: rgb(241 245 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/80 {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/85 {
  --tw-shadow-color: rgb(241 245 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/90 {
  --tw-shadow-color: rgb(241 245 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/95 {
  --tw-shadow-color: rgb(241 245 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200 {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/0 {
  --tw-shadow-color: rgb(226 232 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/10 {
  --tw-shadow-color: rgb(226 232 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/100 {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/15 {
  --tw-shadow-color: rgb(226 232 240 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/20 {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/25 {
  --tw-shadow-color: rgb(226 232 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/30 {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/35 {
  --tw-shadow-color: rgb(226 232 240 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/45 {
  --tw-shadow-color: rgb(226 232 240 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/5 {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/50 {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/55 {
  --tw-shadow-color: rgb(226 232 240 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/65 {
  --tw-shadow-color: rgb(226 232 240 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/70 {
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/75 {
  --tw-shadow-color: rgb(226 232 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/80 {
  --tw-shadow-color: rgb(226 232 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/85 {
  --tw-shadow-color: rgb(226 232 240 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/90 {
  --tw-shadow-color: rgb(226 232 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/95 {
  --tw-shadow-color: rgb(226 232 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300 {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/0 {
  --tw-shadow-color: rgb(203 213 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/10 {
  --tw-shadow-color: rgb(203 213 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/100 {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/15 {
  --tw-shadow-color: rgb(203 213 225 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/20 {
  --tw-shadow-color: rgb(203 213 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/25 {
  --tw-shadow-color: rgb(203 213 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/30 {
  --tw-shadow-color: rgb(203 213 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/35 {
  --tw-shadow-color: rgb(203 213 225 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/40 {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/45 {
  --tw-shadow-color: rgb(203 213 225 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/5 {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/50 {
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/55 {
  --tw-shadow-color: rgb(203 213 225 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/60 {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/65 {
  --tw-shadow-color: rgb(203 213 225 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/70 {
  --tw-shadow-color: rgb(203 213 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/75 {
  --tw-shadow-color: rgb(203 213 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/80 {
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/85 {
  --tw-shadow-color: rgb(203 213 225 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/90 {
  --tw-shadow-color: rgb(203 213 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/95 {
  --tw-shadow-color: rgb(203 213 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400 {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/0 {
  --tw-shadow-color: rgb(148 163 184 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/10 {
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/100 {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/15 {
  --tw-shadow-color: rgb(148 163 184 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/20 {
  --tw-shadow-color: rgb(148 163 184 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/25 {
  --tw-shadow-color: rgb(148 163 184 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/30 {
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/35 {
  --tw-shadow-color: rgb(148 163 184 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/40 {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/45 {
  --tw-shadow-color: rgb(148 163 184 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/5 {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/50 {
  --tw-shadow-color: rgb(148 163 184 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/55 {
  --tw-shadow-color: rgb(148 163 184 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/60 {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/65 {
  --tw-shadow-color: rgb(148 163 184 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/70 {
  --tw-shadow-color: rgb(148 163 184 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/75 {
  --tw-shadow-color: rgb(148 163 184 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/80 {
  --tw-shadow-color: rgb(148 163 184 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/85 {
  --tw-shadow-color: rgb(148 163 184 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/90 {
  --tw-shadow-color: rgb(148 163 184 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/95 {
  --tw-shadow-color: rgb(148 163 184 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50 {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/0 {
  --tw-shadow-color: rgb(248 250 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/10 {
  --tw-shadow-color: rgb(248 250 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/100 {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/15 {
  --tw-shadow-color: rgb(248 250 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/20 {
  --tw-shadow-color: rgb(248 250 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/25 {
  --tw-shadow-color: rgb(248 250 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/30 {
  --tw-shadow-color: rgb(248 250 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/35 {
  --tw-shadow-color: rgb(248 250 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/40 {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/45 {
  --tw-shadow-color: rgb(248 250 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/5 {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/50 {
  --tw-shadow-color: rgb(248 250 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/55 {
  --tw-shadow-color: rgb(248 250 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/60 {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/65 {
  --tw-shadow-color: rgb(248 250 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/70 {
  --tw-shadow-color: rgb(248 250 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/75 {
  --tw-shadow-color: rgb(248 250 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/80 {
  --tw-shadow-color: rgb(248 250 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/85 {
  --tw-shadow-color: rgb(248 250 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/90 {
  --tw-shadow-color: rgb(248 250 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/95 {
  --tw-shadow-color: rgb(248 250 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500 {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/0 {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/10 {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/100 {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/15 {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/20 {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/25 {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/30 {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/35 {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/40 {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/45 {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/5 {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/50 {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/55 {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/60 {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/65 {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/70 {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/75 {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/80 {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/85 {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/90 {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/95 {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600 {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/0 {
  --tw-shadow-color: rgb(71 85 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/10 {
  --tw-shadow-color: rgb(71 85 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/100 {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/15 {
  --tw-shadow-color: rgb(71 85 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/20 {
  --tw-shadow-color: rgb(71 85 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/25 {
  --tw-shadow-color: rgb(71 85 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/30 {
  --tw-shadow-color: rgb(71 85 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/35 {
  --tw-shadow-color: rgb(71 85 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/40 {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/45 {
  --tw-shadow-color: rgb(71 85 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/5 {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/50 {
  --tw-shadow-color: rgb(71 85 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/55 {
  --tw-shadow-color: rgb(71 85 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/60 {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/65 {
  --tw-shadow-color: rgb(71 85 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/70 {
  --tw-shadow-color: rgb(71 85 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/75 {
  --tw-shadow-color: rgb(71 85 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/80 {
  --tw-shadow-color: rgb(71 85 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/85 {
  --tw-shadow-color: rgb(71 85 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/90 {
  --tw-shadow-color: rgb(71 85 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/95 {
  --tw-shadow-color: rgb(71 85 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700 {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/0 {
  --tw-shadow-color: rgb(51 65 85 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/10 {
  --tw-shadow-color: rgb(51 65 85 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/100 {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/15 {
  --tw-shadow-color: rgb(51 65 85 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/20 {
  --tw-shadow-color: rgb(51 65 85 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/25 {
  --tw-shadow-color: rgb(51 65 85 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/30 {
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/35 {
  --tw-shadow-color: rgb(51 65 85 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/40 {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/45 {
  --tw-shadow-color: rgb(51 65 85 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/5 {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/50 {
  --tw-shadow-color: rgb(51 65 85 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/55 {
  --tw-shadow-color: rgb(51 65 85 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/60 {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/65 {
  --tw-shadow-color: rgb(51 65 85 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/70 {
  --tw-shadow-color: rgb(51 65 85 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/75 {
  --tw-shadow-color: rgb(51 65 85 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/80 {
  --tw-shadow-color: rgb(51 65 85 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/85 {
  --tw-shadow-color: rgb(51 65 85 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/90 {
  --tw-shadow-color: rgb(51 65 85 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/95 {
  --tw-shadow-color: rgb(51 65 85 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800 {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/0 {
  --tw-shadow-color: rgb(30 41 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/10 {
  --tw-shadow-color: rgb(30 41 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/100 {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/15 {
  --tw-shadow-color: rgb(30 41 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/20 {
  --tw-shadow-color: rgb(30 41 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/25 {
  --tw-shadow-color: rgb(30 41 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/30 {
  --tw-shadow-color: rgb(30 41 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/35 {
  --tw-shadow-color: rgb(30 41 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/40 {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/45 {
  --tw-shadow-color: rgb(30 41 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/5 {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/50 {
  --tw-shadow-color: rgb(30 41 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/55 {
  --tw-shadow-color: rgb(30 41 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/60 {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/65 {
  --tw-shadow-color: rgb(30 41 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/70 {
  --tw-shadow-color: rgb(30 41 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/75 {
  --tw-shadow-color: rgb(30 41 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/80 {
  --tw-shadow-color: rgb(30 41 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/85 {
  --tw-shadow-color: rgb(30 41 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/90 {
  --tw-shadow-color: rgb(30 41 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/95 {
  --tw-shadow-color: rgb(30 41 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900 {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/0 {
  --tw-shadow-color: rgb(15 23 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/10 {
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/100 {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/15 {
  --tw-shadow-color: rgb(15 23 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/20 {
  --tw-shadow-color: rgb(15 23 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/25 {
  --tw-shadow-color: rgb(15 23 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/30 {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/35 {
  --tw-shadow-color: rgb(15 23 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/40 {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/45 {
  --tw-shadow-color: rgb(15 23 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/50 {
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/55 {
  --tw-shadow-color: rgb(15 23 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/60 {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/65 {
  --tw-shadow-color: rgb(15 23 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/70 {
  --tw-shadow-color: rgb(15 23 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/75 {
  --tw-shadow-color: rgb(15 23 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/80 {
  --tw-shadow-color: rgb(15 23 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/85 {
  --tw-shadow-color: rgb(15 23 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/90 {
  --tw-shadow-color: rgb(15 23 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/95 {
  --tw-shadow-color: rgb(15 23 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950 {
  --tw-shadow-color: #020617;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/0 {
  --tw-shadow-color: rgb(2 6 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/10 {
  --tw-shadow-color: rgb(2 6 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/100 {
  --tw-shadow-color: rgb(2 6 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/15 {
  --tw-shadow-color: rgb(2 6 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/20 {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/25 {
  --tw-shadow-color: rgb(2 6 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/30 {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/35 {
  --tw-shadow-color: rgb(2 6 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/40 {
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/45 {
  --tw-shadow-color: rgb(2 6 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/5 {
  --tw-shadow-color: rgb(2 6 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/50 {
  --tw-shadow-color: rgb(2 6 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/55 {
  --tw-shadow-color: rgb(2 6 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/60 {
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/65 {
  --tw-shadow-color: rgb(2 6 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/70 {
  --tw-shadow-color: rgb(2 6 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/75 {
  --tw-shadow-color: rgb(2 6 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/80 {
  --tw-shadow-color: rgb(2 6 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/85 {
  --tw-shadow-color: rgb(2 6 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/90 {
  --tw-shadow-color: rgb(2 6 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/95 {
  --tw-shadow-color: rgb(2 6 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100 {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/0 {
  --tw-shadow-color: rgb(245 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/10 {
  --tw-shadow-color: rgb(245 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/100 {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/15 {
  --tw-shadow-color: rgb(245 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/20 {
  --tw-shadow-color: rgb(245 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/25 {
  --tw-shadow-color: rgb(245 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/30 {
  --tw-shadow-color: rgb(245 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/35 {
  --tw-shadow-color: rgb(245 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/40 {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/45 {
  --tw-shadow-color: rgb(245 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/5 {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/50 {
  --tw-shadow-color: rgb(245 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/55 {
  --tw-shadow-color: rgb(245 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/60 {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/65 {
  --tw-shadow-color: rgb(245 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/70 {
  --tw-shadow-color: rgb(245 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/75 {
  --tw-shadow-color: rgb(245 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/80 {
  --tw-shadow-color: rgb(245 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/85 {
  --tw-shadow-color: rgb(245 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/90 {
  --tw-shadow-color: rgb(245 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/95 {
  --tw-shadow-color: rgb(245 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200 {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/0 {
  --tw-shadow-color: rgb(231 229 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/10 {
  --tw-shadow-color: rgb(231 229 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/100 {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/15 {
  --tw-shadow-color: rgb(231 229 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/20 {
  --tw-shadow-color: rgb(231 229 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/25 {
  --tw-shadow-color: rgb(231 229 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/30 {
  --tw-shadow-color: rgb(231 229 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/35 {
  --tw-shadow-color: rgb(231 229 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/40 {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/45 {
  --tw-shadow-color: rgb(231 229 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/5 {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/50 {
  --tw-shadow-color: rgb(231 229 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/55 {
  --tw-shadow-color: rgb(231 229 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/60 {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/65 {
  --tw-shadow-color: rgb(231 229 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/70 {
  --tw-shadow-color: rgb(231 229 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/75 {
  --tw-shadow-color: rgb(231 229 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/80 {
  --tw-shadow-color: rgb(231 229 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/85 {
  --tw-shadow-color: rgb(231 229 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/90 {
  --tw-shadow-color: rgb(231 229 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/95 {
  --tw-shadow-color: rgb(231 229 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300 {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/0 {
  --tw-shadow-color: rgb(214 211 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/10 {
  --tw-shadow-color: rgb(214 211 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/100 {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/15 {
  --tw-shadow-color: rgb(214 211 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/20 {
  --tw-shadow-color: rgb(214 211 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/25 {
  --tw-shadow-color: rgb(214 211 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/30 {
  --tw-shadow-color: rgb(214 211 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/35 {
  --tw-shadow-color: rgb(214 211 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/40 {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/45 {
  --tw-shadow-color: rgb(214 211 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/5 {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/50 {
  --tw-shadow-color: rgb(214 211 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/55 {
  --tw-shadow-color: rgb(214 211 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/60 {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/65 {
  --tw-shadow-color: rgb(214 211 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/70 {
  --tw-shadow-color: rgb(214 211 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/75 {
  --tw-shadow-color: rgb(214 211 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/80 {
  --tw-shadow-color: rgb(214 211 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/85 {
  --tw-shadow-color: rgb(214 211 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/90 {
  --tw-shadow-color: rgb(214 211 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/95 {
  --tw-shadow-color: rgb(214 211 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400 {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/0 {
  --tw-shadow-color: rgb(168 162 158 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/10 {
  --tw-shadow-color: rgb(168 162 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/100 {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/15 {
  --tw-shadow-color: rgb(168 162 158 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/20 {
  --tw-shadow-color: rgb(168 162 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/25 {
  --tw-shadow-color: rgb(168 162 158 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/30 {
  --tw-shadow-color: rgb(168 162 158 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/35 {
  --tw-shadow-color: rgb(168 162 158 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/40 {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/45 {
  --tw-shadow-color: rgb(168 162 158 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/5 {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/50 {
  --tw-shadow-color: rgb(168 162 158 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/55 {
  --tw-shadow-color: rgb(168 162 158 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/60 {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/65 {
  --tw-shadow-color: rgb(168 162 158 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/70 {
  --tw-shadow-color: rgb(168 162 158 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/75 {
  --tw-shadow-color: rgb(168 162 158 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/80 {
  --tw-shadow-color: rgb(168 162 158 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/85 {
  --tw-shadow-color: rgb(168 162 158 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/90 {
  --tw-shadow-color: rgb(168 162 158 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/95 {
  --tw-shadow-color: rgb(168 162 158 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50 {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/0 {
  --tw-shadow-color: rgb(250 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/10 {
  --tw-shadow-color: rgb(250 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/100 {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/15 {
  --tw-shadow-color: rgb(250 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/20 {
  --tw-shadow-color: rgb(250 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/25 {
  --tw-shadow-color: rgb(250 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/30 {
  --tw-shadow-color: rgb(250 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/35 {
  --tw-shadow-color: rgb(250 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/40 {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/45 {
  --tw-shadow-color: rgb(250 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/5 {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/50 {
  --tw-shadow-color: rgb(250 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/55 {
  --tw-shadow-color: rgb(250 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/60 {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/65 {
  --tw-shadow-color: rgb(250 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/70 {
  --tw-shadow-color: rgb(250 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/75 {
  --tw-shadow-color: rgb(250 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/80 {
  --tw-shadow-color: rgb(250 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/85 {
  --tw-shadow-color: rgb(250 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/90 {
  --tw-shadow-color: rgb(250 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/95 {
  --tw-shadow-color: rgb(250 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500 {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/0 {
  --tw-shadow-color: rgb(120 113 108 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/10 {
  --tw-shadow-color: rgb(120 113 108 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/100 {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/15 {
  --tw-shadow-color: rgb(120 113 108 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/20 {
  --tw-shadow-color: rgb(120 113 108 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/25 {
  --tw-shadow-color: rgb(120 113 108 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/30 {
  --tw-shadow-color: rgb(120 113 108 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/35 {
  --tw-shadow-color: rgb(120 113 108 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/40 {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/45 {
  --tw-shadow-color: rgb(120 113 108 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/5 {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/50 {
  --tw-shadow-color: rgb(120 113 108 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/55 {
  --tw-shadow-color: rgb(120 113 108 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/60 {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/65 {
  --tw-shadow-color: rgb(120 113 108 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/70 {
  --tw-shadow-color: rgb(120 113 108 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/75 {
  --tw-shadow-color: rgb(120 113 108 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/80 {
  --tw-shadow-color: rgb(120 113 108 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/85 {
  --tw-shadow-color: rgb(120 113 108 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/90 {
  --tw-shadow-color: rgb(120 113 108 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/95 {
  --tw-shadow-color: rgb(120 113 108 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600 {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/0 {
  --tw-shadow-color: rgb(87 83 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/10 {
  --tw-shadow-color: rgb(87 83 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/100 {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/15 {
  --tw-shadow-color: rgb(87 83 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/20 {
  --tw-shadow-color: rgb(87 83 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/25 {
  --tw-shadow-color: rgb(87 83 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/30 {
  --tw-shadow-color: rgb(87 83 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/35 {
  --tw-shadow-color: rgb(87 83 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/40 {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/45 {
  --tw-shadow-color: rgb(87 83 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/5 {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/50 {
  --tw-shadow-color: rgb(87 83 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/55 {
  --tw-shadow-color: rgb(87 83 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/60 {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/65 {
  --tw-shadow-color: rgb(87 83 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/70 {
  --tw-shadow-color: rgb(87 83 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/75 {
  --tw-shadow-color: rgb(87 83 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/80 {
  --tw-shadow-color: rgb(87 83 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/85 {
  --tw-shadow-color: rgb(87 83 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/90 {
  --tw-shadow-color: rgb(87 83 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/95 {
  --tw-shadow-color: rgb(87 83 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700 {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/0 {
  --tw-shadow-color: rgb(68 64 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/10 {
  --tw-shadow-color: rgb(68 64 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/100 {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/15 {
  --tw-shadow-color: rgb(68 64 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/20 {
  --tw-shadow-color: rgb(68 64 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/25 {
  --tw-shadow-color: rgb(68 64 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/30 {
  --tw-shadow-color: rgb(68 64 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/35 {
  --tw-shadow-color: rgb(68 64 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/40 {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/45 {
  --tw-shadow-color: rgb(68 64 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/5 {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/50 {
  --tw-shadow-color: rgb(68 64 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/55 {
  --tw-shadow-color: rgb(68 64 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/60 {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/65 {
  --tw-shadow-color: rgb(68 64 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/70 {
  --tw-shadow-color: rgb(68 64 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/75 {
  --tw-shadow-color: rgb(68 64 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/80 {
  --tw-shadow-color: rgb(68 64 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/85 {
  --tw-shadow-color: rgb(68 64 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/90 {
  --tw-shadow-color: rgb(68 64 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/95 {
  --tw-shadow-color: rgb(68 64 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800 {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/0 {
  --tw-shadow-color: rgb(41 37 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/10 {
  --tw-shadow-color: rgb(41 37 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/100 {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/15 {
  --tw-shadow-color: rgb(41 37 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/20 {
  --tw-shadow-color: rgb(41 37 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/25 {
  --tw-shadow-color: rgb(41 37 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/30 {
  --tw-shadow-color: rgb(41 37 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/35 {
  --tw-shadow-color: rgb(41 37 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/40 {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/45 {
  --tw-shadow-color: rgb(41 37 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/5 {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/50 {
  --tw-shadow-color: rgb(41 37 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/55 {
  --tw-shadow-color: rgb(41 37 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/60 {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/65 {
  --tw-shadow-color: rgb(41 37 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/70 {
  --tw-shadow-color: rgb(41 37 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/75 {
  --tw-shadow-color: rgb(41 37 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/80 {
  --tw-shadow-color: rgb(41 37 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/85 {
  --tw-shadow-color: rgb(41 37 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/90 {
  --tw-shadow-color: rgb(41 37 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/95 {
  --tw-shadow-color: rgb(41 37 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900 {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/0 {
  --tw-shadow-color: rgb(28 25 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/10 {
  --tw-shadow-color: rgb(28 25 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/100 {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/15 {
  --tw-shadow-color: rgb(28 25 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/20 {
  --tw-shadow-color: rgb(28 25 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/25 {
  --tw-shadow-color: rgb(28 25 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/30 {
  --tw-shadow-color: rgb(28 25 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/35 {
  --tw-shadow-color: rgb(28 25 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/40 {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/45 {
  --tw-shadow-color: rgb(28 25 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/5 {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/50 {
  --tw-shadow-color: rgb(28 25 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/55 {
  --tw-shadow-color: rgb(28 25 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/60 {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/65 {
  --tw-shadow-color: rgb(28 25 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/70 {
  --tw-shadow-color: rgb(28 25 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/75 {
  --tw-shadow-color: rgb(28 25 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/80 {
  --tw-shadow-color: rgb(28 25 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/85 {
  --tw-shadow-color: rgb(28 25 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/90 {
  --tw-shadow-color: rgb(28 25 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/95 {
  --tw-shadow-color: rgb(28 25 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950 {
  --tw-shadow-color: #0c0a09;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/0 {
  --tw-shadow-color: rgb(12 10 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/10 {
  --tw-shadow-color: rgb(12 10 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/100 {
  --tw-shadow-color: rgb(12 10 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/15 {
  --tw-shadow-color: rgb(12 10 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/20 {
  --tw-shadow-color: rgb(12 10 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/25 {
  --tw-shadow-color: rgb(12 10 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/30 {
  --tw-shadow-color: rgb(12 10 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/35 {
  --tw-shadow-color: rgb(12 10 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/40 {
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/45 {
  --tw-shadow-color: rgb(12 10 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/5 {
  --tw-shadow-color: rgb(12 10 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/50 {
  --tw-shadow-color: rgb(12 10 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/55 {
  --tw-shadow-color: rgb(12 10 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/60 {
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/65 {
  --tw-shadow-color: rgb(12 10 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/70 {
  --tw-shadow-color: rgb(12 10 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/75 {
  --tw-shadow-color: rgb(12 10 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/80 {
  --tw-shadow-color: rgb(12 10 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/85 {
  --tw-shadow-color: rgb(12 10 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/90 {
  --tw-shadow-color: rgb(12 10 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/95 {
  --tw-shadow-color: rgb(12 10 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100 {
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/0 {
  --tw-shadow-color: rgb(204 251 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/10 {
  --tw-shadow-color: rgb(204 251 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/100 {
  --tw-shadow-color: rgb(204 251 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/15 {
  --tw-shadow-color: rgb(204 251 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/20 {
  --tw-shadow-color: rgb(204 251 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/25 {
  --tw-shadow-color: rgb(204 251 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/30 {
  --tw-shadow-color: rgb(204 251 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/35 {
  --tw-shadow-color: rgb(204 251 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/40 {
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/45 {
  --tw-shadow-color: rgb(204 251 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/5 {
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/50 {
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/55 {
  --tw-shadow-color: rgb(204 251 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/60 {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/65 {
  --tw-shadow-color: rgb(204 251 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/70 {
  --tw-shadow-color: rgb(204 251 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/75 {
  --tw-shadow-color: rgb(204 251 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/80 {
  --tw-shadow-color: rgb(204 251 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/85 {
  --tw-shadow-color: rgb(204 251 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/90 {
  --tw-shadow-color: rgb(204 251 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-100\/95 {
  --tw-shadow-color: rgb(204 251 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200 {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/0 {
  --tw-shadow-color: rgb(153 246 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/10 {
  --tw-shadow-color: rgb(153 246 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/100 {
  --tw-shadow-color: rgb(153 246 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/15 {
  --tw-shadow-color: rgb(153 246 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/20 {
  --tw-shadow-color: rgb(153 246 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/25 {
  --tw-shadow-color: rgb(153 246 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/30 {
  --tw-shadow-color: rgb(153 246 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/35 {
  --tw-shadow-color: rgb(153 246 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/40 {
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/45 {
  --tw-shadow-color: rgb(153 246 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/5 {
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/50 {
  --tw-shadow-color: rgb(153 246 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/55 {
  --tw-shadow-color: rgb(153 246 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/60 {
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/65 {
  --tw-shadow-color: rgb(153 246 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/70 {
  --tw-shadow-color: rgb(153 246 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/75 {
  --tw-shadow-color: rgb(153 246 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/80 {
  --tw-shadow-color: rgb(153 246 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/85 {
  --tw-shadow-color: rgb(153 246 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/90 {
  --tw-shadow-color: rgb(153 246 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200\/95 {
  --tw-shadow-color: rgb(153 246 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300 {
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/0 {
  --tw-shadow-color: rgb(94 234 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/10 {
  --tw-shadow-color: rgb(94 234 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/100 {
  --tw-shadow-color: rgb(94 234 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/15 {
  --tw-shadow-color: rgb(94 234 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/20 {
  --tw-shadow-color: rgb(94 234 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/25 {
  --tw-shadow-color: rgb(94 234 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/30 {
  --tw-shadow-color: rgb(94 234 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/35 {
  --tw-shadow-color: rgb(94 234 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/40 {
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/45 {
  --tw-shadow-color: rgb(94 234 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/5 {
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/50 {
  --tw-shadow-color: rgb(94 234 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/55 {
  --tw-shadow-color: rgb(94 234 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/60 {
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/65 {
  --tw-shadow-color: rgb(94 234 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/70 {
  --tw-shadow-color: rgb(94 234 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/75 {
  --tw-shadow-color: rgb(94 234 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/80 {
  --tw-shadow-color: rgb(94 234 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/85 {
  --tw-shadow-color: rgb(94 234 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/90 {
  --tw-shadow-color: rgb(94 234 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-300\/95 {
  --tw-shadow-color: rgb(94 234 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400 {
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/0 {
  --tw-shadow-color: rgb(45 212 191 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/10 {
  --tw-shadow-color: rgb(45 212 191 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/100 {
  --tw-shadow-color: rgb(45 212 191 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/15 {
  --tw-shadow-color: rgb(45 212 191 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/20 {
  --tw-shadow-color: rgb(45 212 191 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/25 {
  --tw-shadow-color: rgb(45 212 191 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/30 {
  --tw-shadow-color: rgb(45 212 191 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/35 {
  --tw-shadow-color: rgb(45 212 191 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/40 {
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/45 {
  --tw-shadow-color: rgb(45 212 191 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/5 {
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/50 {
  --tw-shadow-color: rgb(45 212 191 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/55 {
  --tw-shadow-color: rgb(45 212 191 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/60 {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/65 {
  --tw-shadow-color: rgb(45 212 191 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/70 {
  --tw-shadow-color: rgb(45 212 191 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/75 {
  --tw-shadow-color: rgb(45 212 191 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/80 {
  --tw-shadow-color: rgb(45 212 191 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/85 {
  --tw-shadow-color: rgb(45 212 191 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/90 {
  --tw-shadow-color: rgb(45 212 191 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/95 {
  --tw-shadow-color: rgb(45 212 191 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50 {
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/0 {
  --tw-shadow-color: rgb(240 253 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/10 {
  --tw-shadow-color: rgb(240 253 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/100 {
  --tw-shadow-color: rgb(240 253 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/15 {
  --tw-shadow-color: rgb(240 253 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/20 {
  --tw-shadow-color: rgb(240 253 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/25 {
  --tw-shadow-color: rgb(240 253 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/30 {
  --tw-shadow-color: rgb(240 253 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/35 {
  --tw-shadow-color: rgb(240 253 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/40 {
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/45 {
  --tw-shadow-color: rgb(240 253 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/5 {
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/50 {
  --tw-shadow-color: rgb(240 253 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/55 {
  --tw-shadow-color: rgb(240 253 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/60 {
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/65 {
  --tw-shadow-color: rgb(240 253 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/70 {
  --tw-shadow-color: rgb(240 253 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/75 {
  --tw-shadow-color: rgb(240 253 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/80 {
  --tw-shadow-color: rgb(240 253 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/85 {
  --tw-shadow-color: rgb(240 253 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/90 {
  --tw-shadow-color: rgb(240 253 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-50\/95 {
  --tw-shadow-color: rgb(240 253 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500 {
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/0 {
  --tw-shadow-color: rgb(20 184 166 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/10 {
  --tw-shadow-color: rgb(20 184 166 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/100 {
  --tw-shadow-color: rgb(20 184 166 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/15 {
  --tw-shadow-color: rgb(20 184 166 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/20 {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/25 {
  --tw-shadow-color: rgb(20 184 166 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/30 {
  --tw-shadow-color: rgb(20 184 166 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/35 {
  --tw-shadow-color: rgb(20 184 166 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/40 {
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/45 {
  --tw-shadow-color: rgb(20 184 166 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/5 {
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/50 {
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/55 {
  --tw-shadow-color: rgb(20 184 166 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/60 {
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/65 {
  --tw-shadow-color: rgb(20 184 166 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/70 {
  --tw-shadow-color: rgb(20 184 166 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/75 {
  --tw-shadow-color: rgb(20 184 166 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/80 {
  --tw-shadow-color: rgb(20 184 166 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/85 {
  --tw-shadow-color: rgb(20 184 166 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/90 {
  --tw-shadow-color: rgb(20 184 166 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/95 {
  --tw-shadow-color: rgb(20 184 166 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600 {
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/0 {
  --tw-shadow-color: rgb(13 148 136 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/10 {
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/100 {
  --tw-shadow-color: rgb(13 148 136 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/15 {
  --tw-shadow-color: rgb(13 148 136 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/20 {
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/25 {
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/30 {
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/35 {
  --tw-shadow-color: rgb(13 148 136 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/40 {
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/45 {
  --tw-shadow-color: rgb(13 148 136 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/5 {
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/50 {
  --tw-shadow-color: rgb(13 148 136 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/55 {
  --tw-shadow-color: rgb(13 148 136 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/60 {
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/65 {
  --tw-shadow-color: rgb(13 148 136 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/70 {
  --tw-shadow-color: rgb(13 148 136 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/75 {
  --tw-shadow-color: rgb(13 148 136 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/80 {
  --tw-shadow-color: rgb(13 148 136 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/85 {
  --tw-shadow-color: rgb(13 148 136 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/90 {
  --tw-shadow-color: rgb(13 148 136 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/95 {
  --tw-shadow-color: rgb(13 148 136 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700 {
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/0 {
  --tw-shadow-color: rgb(15 118 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/10 {
  --tw-shadow-color: rgb(15 118 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/100 {
  --tw-shadow-color: rgb(15 118 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/15 {
  --tw-shadow-color: rgb(15 118 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/20 {
  --tw-shadow-color: rgb(15 118 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/25 {
  --tw-shadow-color: rgb(15 118 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/30 {
  --tw-shadow-color: rgb(15 118 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/35 {
  --tw-shadow-color: rgb(15 118 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/40 {
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/45 {
  --tw-shadow-color: rgb(15 118 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/5 {
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/50 {
  --tw-shadow-color: rgb(15 118 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/55 {
  --tw-shadow-color: rgb(15 118 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/60 {
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/65 {
  --tw-shadow-color: rgb(15 118 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/70 {
  --tw-shadow-color: rgb(15 118 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/75 {
  --tw-shadow-color: rgb(15 118 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/80 {
  --tw-shadow-color: rgb(15 118 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/85 {
  --tw-shadow-color: rgb(15 118 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/90 {
  --tw-shadow-color: rgb(15 118 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-700\/95 {
  --tw-shadow-color: rgb(15 118 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800 {
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/0 {
  --tw-shadow-color: rgb(17 94 89 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/10 {
  --tw-shadow-color: rgb(17 94 89 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/100 {
  --tw-shadow-color: rgb(17 94 89 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/15 {
  --tw-shadow-color: rgb(17 94 89 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/20 {
  --tw-shadow-color: rgb(17 94 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/25 {
  --tw-shadow-color: rgb(17 94 89 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/30 {
  --tw-shadow-color: rgb(17 94 89 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/35 {
  --tw-shadow-color: rgb(17 94 89 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/40 {
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/45 {
  --tw-shadow-color: rgb(17 94 89 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/5 {
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/50 {
  --tw-shadow-color: rgb(17 94 89 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/55 {
  --tw-shadow-color: rgb(17 94 89 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/60 {
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/65 {
  --tw-shadow-color: rgb(17 94 89 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/70 {
  --tw-shadow-color: rgb(17 94 89 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/75 {
  --tw-shadow-color: rgb(17 94 89 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/80 {
  --tw-shadow-color: rgb(17 94 89 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/85 {
  --tw-shadow-color: rgb(17 94 89 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/90 {
  --tw-shadow-color: rgb(17 94 89 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-800\/95 {
  --tw-shadow-color: rgb(17 94 89 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900 {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/0 {
  --tw-shadow-color: rgb(19 78 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/10 {
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/100 {
  --tw-shadow-color: rgb(19 78 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/15 {
  --tw-shadow-color: rgb(19 78 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/20 {
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/25 {
  --tw-shadow-color: rgb(19 78 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/30 {
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/35 {
  --tw-shadow-color: rgb(19 78 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/40 {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/45 {
  --tw-shadow-color: rgb(19 78 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/5 {
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/50 {
  --tw-shadow-color: rgb(19 78 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/55 {
  --tw-shadow-color: rgb(19 78 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/60 {
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/65 {
  --tw-shadow-color: rgb(19 78 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/70 {
  --tw-shadow-color: rgb(19 78 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/75 {
  --tw-shadow-color: rgb(19 78 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/80 {
  --tw-shadow-color: rgb(19 78 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/85 {
  --tw-shadow-color: rgb(19 78 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/90 {
  --tw-shadow-color: rgb(19 78 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/95 {
  --tw-shadow-color: rgb(19 78 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950 {
  --tw-shadow-color: #042f2e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/0 {
  --tw-shadow-color: rgb(4 47 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/10 {
  --tw-shadow-color: rgb(4 47 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/100 {
  --tw-shadow-color: rgb(4 47 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/15 {
  --tw-shadow-color: rgb(4 47 46 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/20 {
  --tw-shadow-color: rgb(4 47 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/25 {
  --tw-shadow-color: rgb(4 47 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/30 {
  --tw-shadow-color: rgb(4 47 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/35 {
  --tw-shadow-color: rgb(4 47 46 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/40 {
  --tw-shadow-color: rgb(4 47 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/45 {
  --tw-shadow-color: rgb(4 47 46 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/5 {
  --tw-shadow-color: rgb(4 47 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/50 {
  --tw-shadow-color: rgb(4 47 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/55 {
  --tw-shadow-color: rgb(4 47 46 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/60 {
  --tw-shadow-color: rgb(4 47 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/65 {
  --tw-shadow-color: rgb(4 47 46 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/70 {
  --tw-shadow-color: rgb(4 47 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/75 {
  --tw-shadow-color: rgb(4 47 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/80 {
  --tw-shadow-color: rgb(4 47 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/85 {
  --tw-shadow-color: rgb(4 47 46 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/90 {
  --tw-shadow-color: rgb(4 47 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-950\/95 {
  --tw-shadow-color: rgb(4 47 46 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100 {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/0 {
  --tw-shadow-color: rgb(237 233 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/10 {
  --tw-shadow-color: rgb(237 233 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/100 {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/15 {
  --tw-shadow-color: rgb(237 233 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/20 {
  --tw-shadow-color: rgb(237 233 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/25 {
  --tw-shadow-color: rgb(237 233 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/30 {
  --tw-shadow-color: rgb(237 233 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/35 {
  --tw-shadow-color: rgb(237 233 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/40 {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/45 {
  --tw-shadow-color: rgb(237 233 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/5 {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/50 {
  --tw-shadow-color: rgb(237 233 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/55 {
  --tw-shadow-color: rgb(237 233 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/60 {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/65 {
  --tw-shadow-color: rgb(237 233 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/70 {
  --tw-shadow-color: rgb(237 233 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/75 {
  --tw-shadow-color: rgb(237 233 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/80 {
  --tw-shadow-color: rgb(237 233 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/85 {
  --tw-shadow-color: rgb(237 233 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/90 {
  --tw-shadow-color: rgb(237 233 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/95 {
  --tw-shadow-color: rgb(237 233 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200 {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/0 {
  --tw-shadow-color: rgb(221 214 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/10 {
  --tw-shadow-color: rgb(221 214 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/100 {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/15 {
  --tw-shadow-color: rgb(221 214 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/20 {
  --tw-shadow-color: rgb(221 214 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/25 {
  --tw-shadow-color: rgb(221 214 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/30 {
  --tw-shadow-color: rgb(221 214 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/35 {
  --tw-shadow-color: rgb(221 214 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/40 {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/45 {
  --tw-shadow-color: rgb(221 214 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/5 {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/50 {
  --tw-shadow-color: rgb(221 214 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/55 {
  --tw-shadow-color: rgb(221 214 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/60 {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/65 {
  --tw-shadow-color: rgb(221 214 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/70 {
  --tw-shadow-color: rgb(221 214 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/75 {
  --tw-shadow-color: rgb(221 214 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/80 {
  --tw-shadow-color: rgb(221 214 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/85 {
  --tw-shadow-color: rgb(221 214 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/90 {
  --tw-shadow-color: rgb(221 214 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/95 {
  --tw-shadow-color: rgb(221 214 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300 {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/0 {
  --tw-shadow-color: rgb(196 181 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/10 {
  --tw-shadow-color: rgb(196 181 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/100 {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/15 {
  --tw-shadow-color: rgb(196 181 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/20 {
  --tw-shadow-color: rgb(196 181 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/25 {
  --tw-shadow-color: rgb(196 181 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/30 {
  --tw-shadow-color: rgb(196 181 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/35 {
  --tw-shadow-color: rgb(196 181 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/40 {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/45 {
  --tw-shadow-color: rgb(196 181 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/5 {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/50 {
  --tw-shadow-color: rgb(196 181 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/55 {
  --tw-shadow-color: rgb(196 181 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/60 {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/65 {
  --tw-shadow-color: rgb(196 181 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/70 {
  --tw-shadow-color: rgb(196 181 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/75 {
  --tw-shadow-color: rgb(196 181 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/80 {
  --tw-shadow-color: rgb(196 181 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/85 {
  --tw-shadow-color: rgb(196 181 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/90 {
  --tw-shadow-color: rgb(196 181 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/95 {
  --tw-shadow-color: rgb(196 181 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400 {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/0 {
  --tw-shadow-color: rgb(167 139 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/10 {
  --tw-shadow-color: rgb(167 139 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/100 {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/15 {
  --tw-shadow-color: rgb(167 139 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/20 {
  --tw-shadow-color: rgb(167 139 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/25 {
  --tw-shadow-color: rgb(167 139 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/30 {
  --tw-shadow-color: rgb(167 139 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/35 {
  --tw-shadow-color: rgb(167 139 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/40 {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/45 {
  --tw-shadow-color: rgb(167 139 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/5 {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/50 {
  --tw-shadow-color: rgb(167 139 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/55 {
  --tw-shadow-color: rgb(167 139 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/60 {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/65 {
  --tw-shadow-color: rgb(167 139 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/70 {
  --tw-shadow-color: rgb(167 139 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/75 {
  --tw-shadow-color: rgb(167 139 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/80 {
  --tw-shadow-color: rgb(167 139 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/85 {
  --tw-shadow-color: rgb(167 139 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/90 {
  --tw-shadow-color: rgb(167 139 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/95 {
  --tw-shadow-color: rgb(167 139 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50 {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/0 {
  --tw-shadow-color: rgb(245 243 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/10 {
  --tw-shadow-color: rgb(245 243 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/100 {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/15 {
  --tw-shadow-color: rgb(245 243 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/20 {
  --tw-shadow-color: rgb(245 243 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/25 {
  --tw-shadow-color: rgb(245 243 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/30 {
  --tw-shadow-color: rgb(245 243 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/35 {
  --tw-shadow-color: rgb(245 243 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/40 {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/45 {
  --tw-shadow-color: rgb(245 243 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/5 {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/50 {
  --tw-shadow-color: rgb(245 243 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/55 {
  --tw-shadow-color: rgb(245 243 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/60 {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/65 {
  --tw-shadow-color: rgb(245 243 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/70 {
  --tw-shadow-color: rgb(245 243 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/75 {
  --tw-shadow-color: rgb(245 243 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/80 {
  --tw-shadow-color: rgb(245 243 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/85 {
  --tw-shadow-color: rgb(245 243 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/90 {
  --tw-shadow-color: rgb(245 243 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/95 {
  --tw-shadow-color: rgb(245 243 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500 {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/0 {
  --tw-shadow-color: rgb(139 92 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/10 {
  --tw-shadow-color: rgb(139 92 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/100 {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/15 {
  --tw-shadow-color: rgb(139 92 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/20 {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/25 {
  --tw-shadow-color: rgb(139 92 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/30 {
  --tw-shadow-color: rgb(139 92 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/35 {
  --tw-shadow-color: rgb(139 92 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/40 {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/45 {
  --tw-shadow-color: rgb(139 92 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/5 {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/50 {
  --tw-shadow-color: rgb(139 92 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/55 {
  --tw-shadow-color: rgb(139 92 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/60 {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/65 {
  --tw-shadow-color: rgb(139 92 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/70 {
  --tw-shadow-color: rgb(139 92 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/75 {
  --tw-shadow-color: rgb(139 92 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/80 {
  --tw-shadow-color: rgb(139 92 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/85 {
  --tw-shadow-color: rgb(139 92 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/90 {
  --tw-shadow-color: rgb(139 92 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/95 {
  --tw-shadow-color: rgb(139 92 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600 {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/0 {
  --tw-shadow-color: rgb(124 58 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/10 {
  --tw-shadow-color: rgb(124 58 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/100 {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/15 {
  --tw-shadow-color: rgb(124 58 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/20 {
  --tw-shadow-color: rgb(124 58 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/25 {
  --tw-shadow-color: rgb(124 58 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/30 {
  --tw-shadow-color: rgb(124 58 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/35 {
  --tw-shadow-color: rgb(124 58 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/40 {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/45 {
  --tw-shadow-color: rgb(124 58 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/5 {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/50 {
  --tw-shadow-color: rgb(124 58 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/55 {
  --tw-shadow-color: rgb(124 58 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/60 {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/65 {
  --tw-shadow-color: rgb(124 58 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/70 {
  --tw-shadow-color: rgb(124 58 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/75 {
  --tw-shadow-color: rgb(124 58 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/80 {
  --tw-shadow-color: rgb(124 58 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/85 {
  --tw-shadow-color: rgb(124 58 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/90 {
  --tw-shadow-color: rgb(124 58 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/95 {
  --tw-shadow-color: rgb(124 58 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700 {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/0 {
  --tw-shadow-color: rgb(109 40 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/10 {
  --tw-shadow-color: rgb(109 40 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/100 {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/15 {
  --tw-shadow-color: rgb(109 40 217 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/20 {
  --tw-shadow-color: rgb(109 40 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/25 {
  --tw-shadow-color: rgb(109 40 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/30 {
  --tw-shadow-color: rgb(109 40 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/35 {
  --tw-shadow-color: rgb(109 40 217 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/40 {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/45 {
  --tw-shadow-color: rgb(109 40 217 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/5 {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/50 {
  --tw-shadow-color: rgb(109 40 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/55 {
  --tw-shadow-color: rgb(109 40 217 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/60 {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/65 {
  --tw-shadow-color: rgb(109 40 217 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/70 {
  --tw-shadow-color: rgb(109 40 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/75 {
  --tw-shadow-color: rgb(109 40 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/80 {
  --tw-shadow-color: rgb(109 40 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/85 {
  --tw-shadow-color: rgb(109 40 217 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/90 {
  --tw-shadow-color: rgb(109 40 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/95 {
  --tw-shadow-color: rgb(109 40 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800 {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/0 {
  --tw-shadow-color: rgb(91 33 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/10 {
  --tw-shadow-color: rgb(91 33 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/100 {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/15 {
  --tw-shadow-color: rgb(91 33 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/20 {
  --tw-shadow-color: rgb(91 33 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/25 {
  --tw-shadow-color: rgb(91 33 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/30 {
  --tw-shadow-color: rgb(91 33 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/35 {
  --tw-shadow-color: rgb(91 33 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/40 {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/45 {
  --tw-shadow-color: rgb(91 33 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/5 {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/50 {
  --tw-shadow-color: rgb(91 33 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/55 {
  --tw-shadow-color: rgb(91 33 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/60 {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/65 {
  --tw-shadow-color: rgb(91 33 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/70 {
  --tw-shadow-color: rgb(91 33 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/75 {
  --tw-shadow-color: rgb(91 33 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/80 {
  --tw-shadow-color: rgb(91 33 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/85 {
  --tw-shadow-color: rgb(91 33 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/90 {
  --tw-shadow-color: rgb(91 33 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/95 {
  --tw-shadow-color: rgb(91 33 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900 {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/0 {
  --tw-shadow-color: rgb(76 29 149 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/10 {
  --tw-shadow-color: rgb(76 29 149 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/100 {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/15 {
  --tw-shadow-color: rgb(76 29 149 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/20 {
  --tw-shadow-color: rgb(76 29 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/25 {
  --tw-shadow-color: rgb(76 29 149 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/30 {
  --tw-shadow-color: rgb(76 29 149 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/35 {
  --tw-shadow-color: rgb(76 29 149 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/40 {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/45 {
  --tw-shadow-color: rgb(76 29 149 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/5 {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/50 {
  --tw-shadow-color: rgb(76 29 149 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/55 {
  --tw-shadow-color: rgb(76 29 149 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/60 {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/65 {
  --tw-shadow-color: rgb(76 29 149 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/70 {
  --tw-shadow-color: rgb(76 29 149 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/75 {
  --tw-shadow-color: rgb(76 29 149 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/80 {
  --tw-shadow-color: rgb(76 29 149 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/85 {
  --tw-shadow-color: rgb(76 29 149 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/90 {
  --tw-shadow-color: rgb(76 29 149 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/95 {
  --tw-shadow-color: rgb(76 29 149 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950 {
  --tw-shadow-color: #2e1065;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/0 {
  --tw-shadow-color: rgb(46 16 101 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/10 {
  --tw-shadow-color: rgb(46 16 101 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/100 {
  --tw-shadow-color: rgb(46 16 101 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/15 {
  --tw-shadow-color: rgb(46 16 101 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/20 {
  --tw-shadow-color: rgb(46 16 101 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/25 {
  --tw-shadow-color: rgb(46 16 101 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/30 {
  --tw-shadow-color: rgb(46 16 101 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/35 {
  --tw-shadow-color: rgb(46 16 101 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/40 {
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/45 {
  --tw-shadow-color: rgb(46 16 101 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/5 {
  --tw-shadow-color: rgb(46 16 101 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/50 {
  --tw-shadow-color: rgb(46 16 101 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/55 {
  --tw-shadow-color: rgb(46 16 101 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/60 {
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/65 {
  --tw-shadow-color: rgb(46 16 101 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/70 {
  --tw-shadow-color: rgb(46 16 101 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/75 {
  --tw-shadow-color: rgb(46 16 101 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/80 {
  --tw-shadow-color: rgb(46 16 101 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/85 {
  --tw-shadow-color: rgb(46 16 101 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/90 {
  --tw-shadow-color: rgb(46 16 101 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/95 {
  --tw-shadow-color: rgb(46 16 101 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700 {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/0 {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/10 {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/15 {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/35 {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/45 {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/55 {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/65 {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/85 {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900 {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/0 {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/10 {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/15 {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/35 {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/45 {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/55 {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/65 {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/85 {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950 {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/0 {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/10 {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/100 {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/15 {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/20 {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/25 {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/30 {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/35 {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/45 {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/5 {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/50 {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/55 {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/65 {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/70 {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/75 {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/80 {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/85 {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/90 {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/95 {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100 {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/0 {
  --tw-shadow-color: rgb(244 244 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/10 {
  --tw-shadow-color: rgb(244 244 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/100 {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/15 {
  --tw-shadow-color: rgb(244 244 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/20 {
  --tw-shadow-color: rgb(244 244 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/25 {
  --tw-shadow-color: rgb(244 244 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/30 {
  --tw-shadow-color: rgb(244 244 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/35 {
  --tw-shadow-color: rgb(244 244 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/40 {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/45 {
  --tw-shadow-color: rgb(244 244 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/5 {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/50 {
  --tw-shadow-color: rgb(244 244 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/55 {
  --tw-shadow-color: rgb(244 244 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/60 {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/65 {
  --tw-shadow-color: rgb(244 244 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/70 {
  --tw-shadow-color: rgb(244 244 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/75 {
  --tw-shadow-color: rgb(244 244 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/80 {
  --tw-shadow-color: rgb(244 244 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/85 {
  --tw-shadow-color: rgb(244 244 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/90 {
  --tw-shadow-color: rgb(244 244 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/95 {
  --tw-shadow-color: rgb(244 244 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200 {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/0 {
  --tw-shadow-color: rgb(228 228 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/10 {
  --tw-shadow-color: rgb(228 228 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/100 {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/15 {
  --tw-shadow-color: rgb(228 228 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/20 {
  --tw-shadow-color: rgb(228 228 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/25 {
  --tw-shadow-color: rgb(228 228 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/30 {
  --tw-shadow-color: rgb(228 228 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/35 {
  --tw-shadow-color: rgb(228 228 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/40 {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/45 {
  --tw-shadow-color: rgb(228 228 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/5 {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/50 {
  --tw-shadow-color: rgb(228 228 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/55 {
  --tw-shadow-color: rgb(228 228 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/60 {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/65 {
  --tw-shadow-color: rgb(228 228 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/70 {
  --tw-shadow-color: rgb(228 228 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/75 {
  --tw-shadow-color: rgb(228 228 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/80 {
  --tw-shadow-color: rgb(228 228 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/85 {
  --tw-shadow-color: rgb(228 228 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/90 {
  --tw-shadow-color: rgb(228 228 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/95 {
  --tw-shadow-color: rgb(228 228 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300 {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/0 {
  --tw-shadow-color: rgb(212 212 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/10 {
  --tw-shadow-color: rgb(212 212 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/100 {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/15 {
  --tw-shadow-color: rgb(212 212 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/20 {
  --tw-shadow-color: rgb(212 212 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/25 {
  --tw-shadow-color: rgb(212 212 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/30 {
  --tw-shadow-color: rgb(212 212 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/35 {
  --tw-shadow-color: rgb(212 212 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/40 {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/45 {
  --tw-shadow-color: rgb(212 212 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/5 {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/50 {
  --tw-shadow-color: rgb(212 212 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/55 {
  --tw-shadow-color: rgb(212 212 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/60 {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/65 {
  --tw-shadow-color: rgb(212 212 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/70 {
  --tw-shadow-color: rgb(212 212 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/75 {
  --tw-shadow-color: rgb(212 212 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/80 {
  --tw-shadow-color: rgb(212 212 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/85 {
  --tw-shadow-color: rgb(212 212 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/90 {
  --tw-shadow-color: rgb(212 212 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/95 {
  --tw-shadow-color: rgb(212 212 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400 {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/0 {
  --tw-shadow-color: rgb(161 161 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/10 {
  --tw-shadow-color: rgb(161 161 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/100 {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/15 {
  --tw-shadow-color: rgb(161 161 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/20 {
  --tw-shadow-color: rgb(161 161 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/25 {
  --tw-shadow-color: rgb(161 161 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/30 {
  --tw-shadow-color: rgb(161 161 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/35 {
  --tw-shadow-color: rgb(161 161 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/40 {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/45 {
  --tw-shadow-color: rgb(161 161 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/5 {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/50 {
  --tw-shadow-color: rgb(161 161 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/55 {
  --tw-shadow-color: rgb(161 161 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/60 {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/65 {
  --tw-shadow-color: rgb(161 161 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/70 {
  --tw-shadow-color: rgb(161 161 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/75 {
  --tw-shadow-color: rgb(161 161 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/80 {
  --tw-shadow-color: rgb(161 161 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/85 {
  --tw-shadow-color: rgb(161 161 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/90 {
  --tw-shadow-color: rgb(161 161 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/95 {
  --tw-shadow-color: rgb(161 161 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500 {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/0 {
  --tw-shadow-color: rgb(113 113 122 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/10 {
  --tw-shadow-color: rgb(113 113 122 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/100 {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/15 {
  --tw-shadow-color: rgb(113 113 122 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/20 {
  --tw-shadow-color: rgb(113 113 122 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/25 {
  --tw-shadow-color: rgb(113 113 122 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/30 {
  --tw-shadow-color: rgb(113 113 122 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/35 {
  --tw-shadow-color: rgb(113 113 122 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/40 {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/45 {
  --tw-shadow-color: rgb(113 113 122 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/5 {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/50 {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/55 {
  --tw-shadow-color: rgb(113 113 122 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/60 {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/65 {
  --tw-shadow-color: rgb(113 113 122 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/70 {
  --tw-shadow-color: rgb(113 113 122 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/75 {
  --tw-shadow-color: rgb(113 113 122 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/80 {
  --tw-shadow-color: rgb(113 113 122 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/85 {
  --tw-shadow-color: rgb(113 113 122 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/90 {
  --tw-shadow-color: rgb(113 113 122 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/95 {
  --tw-shadow-color: rgb(113 113 122 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600 {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/0 {
  --tw-shadow-color: rgb(82 82 91 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/10 {
  --tw-shadow-color: rgb(82 82 91 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/100 {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/15 {
  --tw-shadow-color: rgb(82 82 91 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/20 {
  --tw-shadow-color: rgb(82 82 91 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/25 {
  --tw-shadow-color: rgb(82 82 91 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/30 {
  --tw-shadow-color: rgb(82 82 91 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/35 {
  --tw-shadow-color: rgb(82 82 91 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/40 {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/45 {
  --tw-shadow-color: rgb(82 82 91 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/5 {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/50 {
  --tw-shadow-color: rgb(82 82 91 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/55 {
  --tw-shadow-color: rgb(82 82 91 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/60 {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/65 {
  --tw-shadow-color: rgb(82 82 91 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/70 {
  --tw-shadow-color: rgb(82 82 91 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/75 {
  --tw-shadow-color: rgb(82 82 91 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/80 {
  --tw-shadow-color: rgb(82 82 91 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/85 {
  --tw-shadow-color: rgb(82 82 91 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/90 {
  --tw-shadow-color: rgb(82 82 91 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/95 {
  --tw-shadow-color: rgb(82 82 91 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700 {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/0 {
  --tw-shadow-color: rgb(63 63 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/10 {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/100 {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/15 {
  --tw-shadow-color: rgb(63 63 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/20 {
  --tw-shadow-color: rgb(63 63 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/25 {
  --tw-shadow-color: rgb(63 63 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/30 {
  --tw-shadow-color: rgb(63 63 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/35 {
  --tw-shadow-color: rgb(63 63 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/40 {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/45 {
  --tw-shadow-color: rgb(63 63 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/5 {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/50 {
  --tw-shadow-color: rgb(63 63 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/55 {
  --tw-shadow-color: rgb(63 63 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/60 {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/65 {
  --tw-shadow-color: rgb(63 63 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/70 {
  --tw-shadow-color: rgb(63 63 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/75 {
  --tw-shadow-color: rgb(63 63 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/80 {
  --tw-shadow-color: rgb(63 63 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/85 {
  --tw-shadow-color: rgb(63 63 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/90 {
  --tw-shadow-color: rgb(63 63 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/95 {
  --tw-shadow-color: rgb(63 63 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800 {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/0 {
  --tw-shadow-color: rgb(39 39 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/10 {
  --tw-shadow-color: rgb(39 39 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/100 {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/15 {
  --tw-shadow-color: rgb(39 39 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/20 {
  --tw-shadow-color: rgb(39 39 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/25 {
  --tw-shadow-color: rgb(39 39 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/30 {
  --tw-shadow-color: rgb(39 39 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/35 {
  --tw-shadow-color: rgb(39 39 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/40 {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/45 {
  --tw-shadow-color: rgb(39 39 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/5 {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/50 {
  --tw-shadow-color: rgb(39 39 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/55 {
  --tw-shadow-color: rgb(39 39 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/60 {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/65 {
  --tw-shadow-color: rgb(39 39 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/70 {
  --tw-shadow-color: rgb(39 39 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/75 {
  --tw-shadow-color: rgb(39 39 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/80 {
  --tw-shadow-color: rgb(39 39 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/85 {
  --tw-shadow-color: rgb(39 39 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/90 {
  --tw-shadow-color: rgb(39 39 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/95 {
  --tw-shadow-color: rgb(39 39 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900 {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/0 {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/10 {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/15 {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/20 {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/25 {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/30 {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/35 {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/45 {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/50 {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/55 {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/65 {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/70 {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/75 {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/80 {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/85 {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/90 {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/95 {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950 {
  --tw-shadow-color: #09090b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/0 {
  --tw-shadow-color: rgb(9 9 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/10 {
  --tw-shadow-color: rgb(9 9 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/100 {
  --tw-shadow-color: rgb(9 9 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/15 {
  --tw-shadow-color: rgb(9 9 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/20 {
  --tw-shadow-color: rgb(9 9 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/25 {
  --tw-shadow-color: rgb(9 9 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/30 {
  --tw-shadow-color: rgb(9 9 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/35 {
  --tw-shadow-color: rgb(9 9 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/40 {
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/45 {
  --tw-shadow-color: rgb(9 9 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/5 {
  --tw-shadow-color: rgb(9 9 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/50 {
  --tw-shadow-color: rgb(9 9 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/55 {
  --tw-shadow-color: rgb(9 9 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/60 {
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/65 {
  --tw-shadow-color: rgb(9 9 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/70 {
  --tw-shadow-color: rgb(9 9 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/75 {
  --tw-shadow-color: rgb(9 9 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/80 {
  --tw-shadow-color: rgb(9 9 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/85 {
  --tw-shadow-color: rgb(9 9 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/90 {
  --tw-shadow-color: rgb(9 9 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/95 {
  --tw-shadow-color: rgb(9 9 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-dashed {
  outline-style: dashed;
}
.outline-fuchsia-100 {
  outline-color: #fae8ff;
}
.outline-fuchsia-100\/0 {
  outline-color: rgb(250 232 255 / 0);
}
.outline-fuchsia-100\/10 {
  outline-color: rgb(250 232 255 / 0.1);
}
.outline-fuchsia-100\/100 {
  outline-color: rgb(250 232 255 / 1);
}
.outline-fuchsia-100\/15 {
  outline-color: rgb(250 232 255 / 0.15);
}
.outline-fuchsia-100\/20 {
  outline-color: rgb(250 232 255 / 0.2);
}
.outline-fuchsia-100\/25 {
  outline-color: rgb(250 232 255 / 0.25);
}
.outline-fuchsia-100\/30 {
  outline-color: rgb(250 232 255 / 0.3);
}
.outline-fuchsia-100\/35 {
  outline-color: rgb(250 232 255 / 0.35);
}
.outline-fuchsia-100\/40 {
  outline-color: rgb(250 232 255 / 0.4);
}
.outline-fuchsia-100\/45 {
  outline-color: rgb(250 232 255 / 0.45);
}
.outline-fuchsia-100\/5 {
  outline-color: rgb(250 232 255 / 0.05);
}
.outline-fuchsia-100\/50 {
  outline-color: rgb(250 232 255 / 0.5);
}
.outline-fuchsia-100\/55 {
  outline-color: rgb(250 232 255 / 0.55);
}
.outline-fuchsia-100\/60 {
  outline-color: rgb(250 232 255 / 0.6);
}
.outline-fuchsia-100\/65 {
  outline-color: rgb(250 232 255 / 0.65);
}
.outline-fuchsia-100\/70 {
  outline-color: rgb(250 232 255 / 0.7);
}
.outline-fuchsia-100\/75 {
  outline-color: rgb(250 232 255 / 0.75);
}
.outline-fuchsia-100\/80 {
  outline-color: rgb(250 232 255 / 0.8);
}
.outline-fuchsia-100\/85 {
  outline-color: rgb(250 232 255 / 0.85);
}
.outline-fuchsia-100\/90 {
  outline-color: rgb(250 232 255 / 0.9);
}
.outline-fuchsia-100\/95 {
  outline-color: rgb(250 232 255 / 0.95);
}
.outline-fuchsia-200 {
  outline-color: #f5d0fe;
}
.outline-fuchsia-200\/0 {
  outline-color: rgb(245 208 254 / 0);
}
.outline-fuchsia-200\/10 {
  outline-color: rgb(245 208 254 / 0.1);
}
.outline-fuchsia-200\/100 {
  outline-color: rgb(245 208 254 / 1);
}
.outline-fuchsia-200\/15 {
  outline-color: rgb(245 208 254 / 0.15);
}
.outline-fuchsia-200\/20 {
  outline-color: rgb(245 208 254 / 0.2);
}
.outline-fuchsia-200\/25 {
  outline-color: rgb(245 208 254 / 0.25);
}
.outline-fuchsia-200\/30 {
  outline-color: rgb(245 208 254 / 0.3);
}
.outline-fuchsia-200\/35 {
  outline-color: rgb(245 208 254 / 0.35);
}
.outline-fuchsia-200\/40 {
  outline-color: rgb(245 208 254 / 0.4);
}
.outline-fuchsia-200\/45 {
  outline-color: rgb(245 208 254 / 0.45);
}
.outline-fuchsia-200\/5 {
  outline-color: rgb(245 208 254 / 0.05);
}
.outline-fuchsia-200\/50 {
  outline-color: rgb(245 208 254 / 0.5);
}
.outline-fuchsia-200\/55 {
  outline-color: rgb(245 208 254 / 0.55);
}
.outline-fuchsia-200\/60 {
  outline-color: rgb(245 208 254 / 0.6);
}
.outline-fuchsia-200\/65 {
  outline-color: rgb(245 208 254 / 0.65);
}
.outline-fuchsia-200\/70 {
  outline-color: rgb(245 208 254 / 0.7);
}
.outline-fuchsia-200\/75 {
  outline-color: rgb(245 208 254 / 0.75);
}
.outline-fuchsia-200\/80 {
  outline-color: rgb(245 208 254 / 0.8);
}
.outline-fuchsia-200\/85 {
  outline-color: rgb(245 208 254 / 0.85);
}
.outline-fuchsia-200\/90 {
  outline-color: rgb(245 208 254 / 0.9);
}
.outline-fuchsia-200\/95 {
  outline-color: rgb(245 208 254 / 0.95);
}
.outline-fuchsia-300 {
  outline-color: #f0abfc;
}
.outline-fuchsia-300\/0 {
  outline-color: rgb(240 171 252 / 0);
}
.outline-fuchsia-300\/10 {
  outline-color: rgb(240 171 252 / 0.1);
}
.outline-fuchsia-300\/100 {
  outline-color: rgb(240 171 252 / 1);
}
.outline-fuchsia-300\/15 {
  outline-color: rgb(240 171 252 / 0.15);
}
.outline-fuchsia-300\/20 {
  outline-color: rgb(240 171 252 / 0.2);
}
.outline-fuchsia-300\/25 {
  outline-color: rgb(240 171 252 / 0.25);
}
.outline-fuchsia-300\/30 {
  outline-color: rgb(240 171 252 / 0.3);
}
.outline-fuchsia-300\/35 {
  outline-color: rgb(240 171 252 / 0.35);
}
.outline-fuchsia-300\/40 {
  outline-color: rgb(240 171 252 / 0.4);
}
.outline-fuchsia-300\/45 {
  outline-color: rgb(240 171 252 / 0.45);
}
.outline-fuchsia-300\/5 {
  outline-color: rgb(240 171 252 / 0.05);
}
.outline-fuchsia-300\/50 {
  outline-color: rgb(240 171 252 / 0.5);
}
.outline-fuchsia-300\/55 {
  outline-color: rgb(240 171 252 / 0.55);
}
.outline-fuchsia-300\/60 {
  outline-color: rgb(240 171 252 / 0.6);
}
.outline-fuchsia-300\/65 {
  outline-color: rgb(240 171 252 / 0.65);
}
.outline-fuchsia-300\/70 {
  outline-color: rgb(240 171 252 / 0.7);
}
.outline-fuchsia-300\/75 {
  outline-color: rgb(240 171 252 / 0.75);
}
.outline-fuchsia-300\/80 {
  outline-color: rgb(240 171 252 / 0.8);
}
.outline-fuchsia-300\/85 {
  outline-color: rgb(240 171 252 / 0.85);
}
.outline-fuchsia-300\/90 {
  outline-color: rgb(240 171 252 / 0.9);
}
.outline-fuchsia-300\/95 {
  outline-color: rgb(240 171 252 / 0.95);
}
.outline-fuchsia-400 {
  outline-color: #e879f9;
}
.outline-fuchsia-400\/0 {
  outline-color: rgb(232 121 249 / 0);
}
.outline-fuchsia-400\/10 {
  outline-color: rgb(232 121 249 / 0.1);
}
.outline-fuchsia-400\/100 {
  outline-color: rgb(232 121 249 / 1);
}
.outline-fuchsia-400\/15 {
  outline-color: rgb(232 121 249 / 0.15);
}
.outline-fuchsia-400\/20 {
  outline-color: rgb(232 121 249 / 0.2);
}
.outline-fuchsia-400\/25 {
  outline-color: rgb(232 121 249 / 0.25);
}
.outline-fuchsia-400\/30 {
  outline-color: rgb(232 121 249 / 0.3);
}
.outline-fuchsia-400\/35 {
  outline-color: rgb(232 121 249 / 0.35);
}
.outline-fuchsia-400\/40 {
  outline-color: rgb(232 121 249 / 0.4);
}
.outline-fuchsia-400\/45 {
  outline-color: rgb(232 121 249 / 0.45);
}
.outline-fuchsia-400\/5 {
  outline-color: rgb(232 121 249 / 0.05);
}
.outline-fuchsia-400\/50 {
  outline-color: rgb(232 121 249 / 0.5);
}
.outline-fuchsia-400\/55 {
  outline-color: rgb(232 121 249 / 0.55);
}
.outline-fuchsia-400\/60 {
  outline-color: rgb(232 121 249 / 0.6);
}
.outline-fuchsia-400\/65 {
  outline-color: rgb(232 121 249 / 0.65);
}
.outline-fuchsia-400\/70 {
  outline-color: rgb(232 121 249 / 0.7);
}
.outline-fuchsia-400\/75 {
  outline-color: rgb(232 121 249 / 0.75);
}
.outline-fuchsia-400\/80 {
  outline-color: rgb(232 121 249 / 0.8);
}
.outline-fuchsia-400\/85 {
  outline-color: rgb(232 121 249 / 0.85);
}
.outline-fuchsia-400\/90 {
  outline-color: rgb(232 121 249 / 0.9);
}
.outline-fuchsia-400\/95 {
  outline-color: rgb(232 121 249 / 0.95);
}
.outline-fuchsia-50 {
  outline-color: #fdf4ff;
}
.outline-fuchsia-50\/0 {
  outline-color: rgb(253 244 255 / 0);
}
.outline-fuchsia-50\/10 {
  outline-color: rgb(253 244 255 / 0.1);
}
.outline-fuchsia-50\/100 {
  outline-color: rgb(253 244 255 / 1);
}
.outline-fuchsia-50\/15 {
  outline-color: rgb(253 244 255 / 0.15);
}
.outline-fuchsia-50\/20 {
  outline-color: rgb(253 244 255 / 0.2);
}
.outline-fuchsia-50\/25 {
  outline-color: rgb(253 244 255 / 0.25);
}
.outline-fuchsia-50\/30 {
  outline-color: rgb(253 244 255 / 0.3);
}
.outline-fuchsia-50\/35 {
  outline-color: rgb(253 244 255 / 0.35);
}
.outline-fuchsia-50\/40 {
  outline-color: rgb(253 244 255 / 0.4);
}
.outline-fuchsia-50\/45 {
  outline-color: rgb(253 244 255 / 0.45);
}
.outline-fuchsia-50\/5 {
  outline-color: rgb(253 244 255 / 0.05);
}
.outline-fuchsia-50\/50 {
  outline-color: rgb(253 244 255 / 0.5);
}
.outline-fuchsia-50\/55 {
  outline-color: rgb(253 244 255 / 0.55);
}
.outline-fuchsia-50\/60 {
  outline-color: rgb(253 244 255 / 0.6);
}
.outline-fuchsia-50\/65 {
  outline-color: rgb(253 244 255 / 0.65);
}
.outline-fuchsia-50\/70 {
  outline-color: rgb(253 244 255 / 0.7);
}
.outline-fuchsia-50\/75 {
  outline-color: rgb(253 244 255 / 0.75);
}
.outline-fuchsia-50\/80 {
  outline-color: rgb(253 244 255 / 0.8);
}
.outline-fuchsia-50\/85 {
  outline-color: rgb(253 244 255 / 0.85);
}
.outline-fuchsia-50\/90 {
  outline-color: rgb(253 244 255 / 0.9);
}
.outline-fuchsia-50\/95 {
  outline-color: rgb(253 244 255 / 0.95);
}
.outline-fuchsia-500 {
  outline-color: #d946ef;
}
.outline-fuchsia-500\/0 {
  outline-color: rgb(217 70 239 / 0);
}
.outline-fuchsia-500\/10 {
  outline-color: rgb(217 70 239 / 0.1);
}
.outline-fuchsia-500\/100 {
  outline-color: rgb(217 70 239 / 1);
}
.outline-fuchsia-500\/15 {
  outline-color: rgb(217 70 239 / 0.15);
}
.outline-fuchsia-500\/20 {
  outline-color: rgb(217 70 239 / 0.2);
}
.outline-fuchsia-500\/25 {
  outline-color: rgb(217 70 239 / 0.25);
}
.outline-fuchsia-500\/30 {
  outline-color: rgb(217 70 239 / 0.3);
}
.outline-fuchsia-500\/35 {
  outline-color: rgb(217 70 239 / 0.35);
}
.outline-fuchsia-500\/40 {
  outline-color: rgb(217 70 239 / 0.4);
}
.outline-fuchsia-500\/45 {
  outline-color: rgb(217 70 239 / 0.45);
}
.outline-fuchsia-500\/5 {
  outline-color: rgb(217 70 239 / 0.05);
}
.outline-fuchsia-500\/50 {
  outline-color: rgb(217 70 239 / 0.5);
}
.outline-fuchsia-500\/55 {
  outline-color: rgb(217 70 239 / 0.55);
}
.outline-fuchsia-500\/60 {
  outline-color: rgb(217 70 239 / 0.6);
}
.outline-fuchsia-500\/65 {
  outline-color: rgb(217 70 239 / 0.65);
}
.outline-fuchsia-500\/70 {
  outline-color: rgb(217 70 239 / 0.7);
}
.outline-fuchsia-500\/75 {
  outline-color: rgb(217 70 239 / 0.75);
}
.outline-fuchsia-500\/80 {
  outline-color: rgb(217 70 239 / 0.8);
}
.outline-fuchsia-500\/85 {
  outline-color: rgb(217 70 239 / 0.85);
}
.outline-fuchsia-500\/90 {
  outline-color: rgb(217 70 239 / 0.9);
}
.outline-fuchsia-500\/95 {
  outline-color: rgb(217 70 239 / 0.95);
}
.outline-fuchsia-600 {
  outline-color: #c026d3;
}
.outline-fuchsia-600\/0 {
  outline-color: rgb(192 38 211 / 0);
}
.outline-fuchsia-600\/10 {
  outline-color: rgb(192 38 211 / 0.1);
}
.outline-fuchsia-600\/100 {
  outline-color: rgb(192 38 211 / 1);
}
.outline-fuchsia-600\/15 {
  outline-color: rgb(192 38 211 / 0.15);
}
.outline-fuchsia-600\/20 {
  outline-color: rgb(192 38 211 / 0.2);
}
.outline-fuchsia-600\/25 {
  outline-color: rgb(192 38 211 / 0.25);
}
.outline-fuchsia-600\/30 {
  outline-color: rgb(192 38 211 / 0.3);
}
.outline-fuchsia-600\/35 {
  outline-color: rgb(192 38 211 / 0.35);
}
.outline-fuchsia-600\/40 {
  outline-color: rgb(192 38 211 / 0.4);
}
.outline-fuchsia-600\/45 {
  outline-color: rgb(192 38 211 / 0.45);
}
.outline-fuchsia-600\/5 {
  outline-color: rgb(192 38 211 / 0.05);
}
.outline-fuchsia-600\/50 {
  outline-color: rgb(192 38 211 / 0.5);
}
.outline-fuchsia-600\/55 {
  outline-color: rgb(192 38 211 / 0.55);
}
.outline-fuchsia-600\/60 {
  outline-color: rgb(192 38 211 / 0.6);
}
.outline-fuchsia-600\/65 {
  outline-color: rgb(192 38 211 / 0.65);
}
.outline-fuchsia-600\/70 {
  outline-color: rgb(192 38 211 / 0.7);
}
.outline-fuchsia-600\/75 {
  outline-color: rgb(192 38 211 / 0.75);
}
.outline-fuchsia-600\/80 {
  outline-color: rgb(192 38 211 / 0.8);
}
.outline-fuchsia-600\/85 {
  outline-color: rgb(192 38 211 / 0.85);
}
.outline-fuchsia-600\/90 {
  outline-color: rgb(192 38 211 / 0.9);
}
.outline-fuchsia-600\/95 {
  outline-color: rgb(192 38 211 / 0.95);
}
.outline-fuchsia-700 {
  outline-color: #a21caf;
}
.outline-fuchsia-700\/0 {
  outline-color: rgb(162 28 175 / 0);
}
.outline-fuchsia-700\/10 {
  outline-color: rgb(162 28 175 / 0.1);
}
.outline-fuchsia-700\/100 {
  outline-color: rgb(162 28 175 / 1);
}
.outline-fuchsia-700\/15 {
  outline-color: rgb(162 28 175 / 0.15);
}
.outline-fuchsia-700\/20 {
  outline-color: rgb(162 28 175 / 0.2);
}
.outline-fuchsia-700\/25 {
  outline-color: rgb(162 28 175 / 0.25);
}
.outline-fuchsia-700\/30 {
  outline-color: rgb(162 28 175 / 0.3);
}
.outline-fuchsia-700\/35 {
  outline-color: rgb(162 28 175 / 0.35);
}
.outline-fuchsia-700\/40 {
  outline-color: rgb(162 28 175 / 0.4);
}
.outline-fuchsia-700\/45 {
  outline-color: rgb(162 28 175 / 0.45);
}
.outline-fuchsia-700\/5 {
  outline-color: rgb(162 28 175 / 0.05);
}
.outline-fuchsia-700\/50 {
  outline-color: rgb(162 28 175 / 0.5);
}
.outline-fuchsia-700\/55 {
  outline-color: rgb(162 28 175 / 0.55);
}
.outline-fuchsia-700\/60 {
  outline-color: rgb(162 28 175 / 0.6);
}
.outline-fuchsia-700\/65 {
  outline-color: rgb(162 28 175 / 0.65);
}
.outline-fuchsia-700\/70 {
  outline-color: rgb(162 28 175 / 0.7);
}
.outline-fuchsia-700\/75 {
  outline-color: rgb(162 28 175 / 0.75);
}
.outline-fuchsia-700\/80 {
  outline-color: rgb(162 28 175 / 0.8);
}
.outline-fuchsia-700\/85 {
  outline-color: rgb(162 28 175 / 0.85);
}
.outline-fuchsia-700\/90 {
  outline-color: rgb(162 28 175 / 0.9);
}
.outline-fuchsia-700\/95 {
  outline-color: rgb(162 28 175 / 0.95);
}
.outline-fuchsia-800 {
  outline-color: #86198f;
}
.outline-fuchsia-800\/0 {
  outline-color: rgb(134 25 143 / 0);
}
.outline-fuchsia-800\/10 {
  outline-color: rgb(134 25 143 / 0.1);
}
.outline-fuchsia-800\/100 {
  outline-color: rgb(134 25 143 / 1);
}
.outline-fuchsia-800\/15 {
  outline-color: rgb(134 25 143 / 0.15);
}
.outline-fuchsia-800\/20 {
  outline-color: rgb(134 25 143 / 0.2);
}
.outline-fuchsia-800\/25 {
  outline-color: rgb(134 25 143 / 0.25);
}
.outline-fuchsia-800\/30 {
  outline-color: rgb(134 25 143 / 0.3);
}
.outline-fuchsia-800\/35 {
  outline-color: rgb(134 25 143 / 0.35);
}
.outline-fuchsia-800\/40 {
  outline-color: rgb(134 25 143 / 0.4);
}
.outline-fuchsia-800\/45 {
  outline-color: rgb(134 25 143 / 0.45);
}
.outline-fuchsia-800\/5 {
  outline-color: rgb(134 25 143 / 0.05);
}
.outline-fuchsia-800\/50 {
  outline-color: rgb(134 25 143 / 0.5);
}
.outline-fuchsia-800\/55 {
  outline-color: rgb(134 25 143 / 0.55);
}
.outline-fuchsia-800\/60 {
  outline-color: rgb(134 25 143 / 0.6);
}
.outline-fuchsia-800\/65 {
  outline-color: rgb(134 25 143 / 0.65);
}
.outline-fuchsia-800\/70 {
  outline-color: rgb(134 25 143 / 0.7);
}
.outline-fuchsia-800\/75 {
  outline-color: rgb(134 25 143 / 0.75);
}
.outline-fuchsia-800\/80 {
  outline-color: rgb(134 25 143 / 0.8);
}
.outline-fuchsia-800\/85 {
  outline-color: rgb(134 25 143 / 0.85);
}
.outline-fuchsia-800\/90 {
  outline-color: rgb(134 25 143 / 0.9);
}
.outline-fuchsia-800\/95 {
  outline-color: rgb(134 25 143 / 0.95);
}
.outline-fuchsia-900 {
  outline-color: #701a75;
}
.outline-fuchsia-900\/0 {
  outline-color: rgb(112 26 117 / 0);
}
.outline-fuchsia-900\/10 {
  outline-color: rgb(112 26 117 / 0.1);
}
.outline-fuchsia-900\/100 {
  outline-color: rgb(112 26 117 / 1);
}
.outline-fuchsia-900\/15 {
  outline-color: rgb(112 26 117 / 0.15);
}
.outline-fuchsia-900\/20 {
  outline-color: rgb(112 26 117 / 0.2);
}
.outline-fuchsia-900\/25 {
  outline-color: rgb(112 26 117 / 0.25);
}
.outline-fuchsia-900\/30 {
  outline-color: rgb(112 26 117 / 0.3);
}
.outline-fuchsia-900\/35 {
  outline-color: rgb(112 26 117 / 0.35);
}
.outline-fuchsia-900\/40 {
  outline-color: rgb(112 26 117 / 0.4);
}
.outline-fuchsia-900\/45 {
  outline-color: rgb(112 26 117 / 0.45);
}
.outline-fuchsia-900\/5 {
  outline-color: rgb(112 26 117 / 0.05);
}
.outline-fuchsia-900\/50 {
  outline-color: rgb(112 26 117 / 0.5);
}
.outline-fuchsia-900\/55 {
  outline-color: rgb(112 26 117 / 0.55);
}
.outline-fuchsia-900\/60 {
  outline-color: rgb(112 26 117 / 0.6);
}
.outline-fuchsia-900\/65 {
  outline-color: rgb(112 26 117 / 0.65);
}
.outline-fuchsia-900\/70 {
  outline-color: rgb(112 26 117 / 0.7);
}
.outline-fuchsia-900\/75 {
  outline-color: rgb(112 26 117 / 0.75);
}
.outline-fuchsia-900\/80 {
  outline-color: rgb(112 26 117 / 0.8);
}
.outline-fuchsia-900\/85 {
  outline-color: rgb(112 26 117 / 0.85);
}
.outline-fuchsia-900\/90 {
  outline-color: rgb(112 26 117 / 0.9);
}
.outline-fuchsia-900\/95 {
  outline-color: rgb(112 26 117 / 0.95);
}
.outline-fuchsia-950 {
  outline-color: #4a044e;
}
.outline-fuchsia-950\/0 {
  outline-color: rgb(74 4 78 / 0);
}
.outline-fuchsia-950\/10 {
  outline-color: rgb(74 4 78 / 0.1);
}
.outline-fuchsia-950\/100 {
  outline-color: rgb(74 4 78 / 1);
}
.outline-fuchsia-950\/15 {
  outline-color: rgb(74 4 78 / 0.15);
}
.outline-fuchsia-950\/20 {
  outline-color: rgb(74 4 78 / 0.2);
}
.outline-fuchsia-950\/25 {
  outline-color: rgb(74 4 78 / 0.25);
}
.outline-fuchsia-950\/30 {
  outline-color: rgb(74 4 78 / 0.3);
}
.outline-fuchsia-950\/35 {
  outline-color: rgb(74 4 78 / 0.35);
}
.outline-fuchsia-950\/40 {
  outline-color: rgb(74 4 78 / 0.4);
}
.outline-fuchsia-950\/45 {
  outline-color: rgb(74 4 78 / 0.45);
}
.outline-fuchsia-950\/5 {
  outline-color: rgb(74 4 78 / 0.05);
}
.outline-fuchsia-950\/50 {
  outline-color: rgb(74 4 78 / 0.5);
}
.outline-fuchsia-950\/55 {
  outline-color: rgb(74 4 78 / 0.55);
}
.outline-fuchsia-950\/60 {
  outline-color: rgb(74 4 78 / 0.6);
}
.outline-fuchsia-950\/65 {
  outline-color: rgb(74 4 78 / 0.65);
}
.outline-fuchsia-950\/70 {
  outline-color: rgb(74 4 78 / 0.7);
}
.outline-fuchsia-950\/75 {
  outline-color: rgb(74 4 78 / 0.75);
}
.outline-fuchsia-950\/80 {
  outline-color: rgb(74 4 78 / 0.8);
}
.outline-fuchsia-950\/85 {
  outline-color: rgb(74 4 78 / 0.85);
}
.outline-fuchsia-950\/90 {
  outline-color: rgb(74 4 78 / 0.9);
}
.outline-fuchsia-950\/95 {
  outline-color: rgb(74 4 78 / 0.95);
}
.outline-inherit {
  outline-color: inherit;
}
.outline-white {
  outline-color: #fff;
}
.outline-white\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-white\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-white\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-white\/15 {
  outline-color: rgb(255 255 255 / 0.15);
}
.outline-white\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-white\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-white\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-white\/35 {
  outline-color: rgb(255 255 255 / 0.35);
}
.outline-white\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-white\/45 {
  outline-color: rgb(255 255 255 / 0.45);
}
.outline-white\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-white\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-white\/55 {
  outline-color: rgb(255 255 255 / 0.55);
}
.outline-white\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-white\/65 {
  outline-color: rgb(255 255 255 / 0.65);
}
.outline-white\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-white\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-white\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-white\/85 {
  outline-color: rgb(255 255 255 / 0.85);
}
.outline-white\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-white\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-yellow-100 {
  outline-color: #fef9c3;
}
.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0);
}
.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1);
}
.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1);
}
.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15);
}
.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}
.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}
.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}
.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35);
}
.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}
.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45);
}
.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}
.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}
.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55);
}
.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}
.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65);
}
.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}
.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}
.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}
.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85);
}
.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}
.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}
.outline-yellow-200 {
  outline-color: #fef08a;
}
.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}
.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}
.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}
.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15);
}
.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}
.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}
.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}
.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35);
}
.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}
.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45);
}
.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}
.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}
.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55);
}
.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}
.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65);
}
.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}
.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}
.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}
.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85);
}
.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}
.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}
.outline-yellow-300 {
  outline-color: #fde047;
}
.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0);
}
.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1);
}
.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1);
}
.outline-yellow-300\/15 {
  outline-color: rgb(253 224 71 / 0.15);
}
.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2);
}
.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25);
}
.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3);
}
.outline-yellow-300\/35 {
  outline-color: rgb(253 224 71 / 0.35);
}
.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}
.outline-yellow-300\/45 {
  outline-color: rgb(253 224 71 / 0.45);
}
.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05);
}
.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5);
}
.outline-yellow-300\/55 {
  outline-color: rgb(253 224 71 / 0.55);
}
.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}
.outline-yellow-300\/65 {
  outline-color: rgb(253 224 71 / 0.65);
}
.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7);
}
.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75);
}
.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8);
}
.outline-yellow-300\/85 {
  outline-color: rgb(253 224 71 / 0.85);
}
.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9);
}
.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95);
}
.outline-yellow-400 {
  outline-color: #facc15;
}
.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}
.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}
.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}
.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15);
}
.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}
.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}
.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}
.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35);
}
.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}
.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45);
}
.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}
.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}
.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55);
}
.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}
.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65);
}
.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}
.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}
.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}
.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85);
}
.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}
.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}
.outline-yellow-50 {
  outline-color: #fefce8;
}
.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}
.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}
.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}
.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15);
}
.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}
.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}
.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}
.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35);
}
.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}
.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45);
}
.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}
.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}
.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55);
}
.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}
.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65);
}
.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}
.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}
.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}
.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85);
}
.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}
.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}
.outline-yellow-500 {
  outline-color: #eab308;
}
.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}
.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}
.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}
.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15);
}
.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}
.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}
.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3);
}
.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35);
}
.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}
.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45);
}
.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}
.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}
.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55);
}
.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}
.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65);
}
.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}
.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}
.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}
.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85);
}
.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}
.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}
.outline-yellow-600 {
  outline-color: #ca8a04;
}
.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}
.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}
.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}
.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15);
}
.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}
.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}
.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}
.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35);
}
.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}
.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45);
}
.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}
.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5);
}
.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55);
}
.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}
.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65);
}
.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}
.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}
.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}
.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85);
}
.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}
.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}
.outline-yellow-700 {
  outline-color: #a16207;
}
.outline-yellow-700\/0 {
  outline-color: rgb(161 98 7 / 0);
}
.outline-yellow-700\/10 {
  outline-color: rgb(161 98 7 / 0.1);
}
.outline-yellow-700\/100 {
  outline-color: rgb(161 98 7 / 1);
}
.outline-yellow-700\/15 {
  outline-color: rgb(161 98 7 / 0.15);
}
.outline-yellow-700\/20 {
  outline-color: rgb(161 98 7 / 0.2);
}
.outline-yellow-700\/25 {
  outline-color: rgb(161 98 7 / 0.25);
}
.outline-yellow-700\/30 {
  outline-color: rgb(161 98 7 / 0.3);
}
.outline-yellow-700\/35 {
  outline-color: rgb(161 98 7 / 0.35);
}
.outline-yellow-700\/40 {
  outline-color: rgb(161 98 7 / 0.4);
}
.outline-yellow-700\/45 {
  outline-color: rgb(161 98 7 / 0.45);
}
.outline-yellow-700\/5 {
  outline-color: rgb(161 98 7 / 0.05);
}
.outline-yellow-700\/50 {
  outline-color: rgb(161 98 7 / 0.5);
}
.outline-yellow-700\/55 {
  outline-color: rgb(161 98 7 / 0.55);
}
.outline-yellow-700\/60 {
  outline-color: rgb(161 98 7 / 0.6);
}
.outline-yellow-700\/65 {
  outline-color: rgb(161 98 7 / 0.65);
}
.outline-yellow-700\/70 {
  outline-color: rgb(161 98 7 / 0.7);
}
.outline-yellow-700\/75 {
  outline-color: rgb(161 98 7 / 0.75);
}
.outline-yellow-700\/80 {
  outline-color: rgb(161 98 7 / 0.8);
}
.outline-yellow-700\/85 {
  outline-color: rgb(161 98 7 / 0.85);
}
.outline-yellow-700\/90 {
  outline-color: rgb(161 98 7 / 0.9);
}
.outline-yellow-700\/95 {
  outline-color: rgb(161 98 7 / 0.95);
}
.outline-yellow-800 {
  outline-color: #854d0e;
}
.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}
.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}
.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}
.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15);
}
.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}
.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}
.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}
.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35);
}
.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}
.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45);
}
.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}
.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}
.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55);
}
.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}
.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65);
}
.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}
.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}
.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}
.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85);
}
.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}
.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}
.outline-yellow-900 {
  outline-color: #713f12;
}
.outline-yellow-900\/0 {
  outline-color: rgb(113 63 18 / 0);
}
.outline-yellow-900\/10 {
  outline-color: rgb(113 63 18 / 0.1);
}
.outline-yellow-900\/100 {
  outline-color: rgb(113 63 18 / 1);
}
.outline-yellow-900\/15 {
  outline-color: rgb(113 63 18 / 0.15);
}
.outline-yellow-900\/20 {
  outline-color: rgb(113 63 18 / 0.2);
}
.outline-yellow-900\/25 {
  outline-color: rgb(113 63 18 / 0.25);
}
.outline-yellow-900\/30 {
  outline-color: rgb(113 63 18 / 0.3);
}
.outline-yellow-900\/35 {
  outline-color: rgb(113 63 18 / 0.35);
}
.outline-yellow-900\/40 {
  outline-color: rgb(113 63 18 / 0.4);
}
.outline-yellow-900\/45 {
  outline-color: rgb(113 63 18 / 0.45);
}
.outline-yellow-900\/5 {
  outline-color: rgb(113 63 18 / 0.05);
}
.outline-yellow-900\/50 {
  outline-color: rgb(113 63 18 / 0.5);
}
.outline-yellow-900\/55 {
  outline-color: rgb(113 63 18 / 0.55);
}
.outline-yellow-900\/60 {
  outline-color: rgb(113 63 18 / 0.6);
}
.outline-yellow-900\/65 {
  outline-color: rgb(113 63 18 / 0.65);
}
.outline-yellow-900\/70 {
  outline-color: rgb(113 63 18 / 0.7);
}
.outline-yellow-900\/75 {
  outline-color: rgb(113 63 18 / 0.75);
}
.outline-yellow-900\/80 {
  outline-color: rgb(113 63 18 / 0.8);
}
.outline-yellow-900\/85 {
  outline-color: rgb(113 63 18 / 0.85);
}
.outline-yellow-900\/90 {
  outline-color: rgb(113 63 18 / 0.9);
}
.outline-yellow-900\/95 {
  outline-color: rgb(113 63 18 / 0.95);
}
.outline-yellow-950 {
  outline-color: #422006;
}
.outline-yellow-950\/0 {
  outline-color: rgb(66 32 6 / 0);
}
.outline-yellow-950\/10 {
  outline-color: rgb(66 32 6 / 0.1);
}
.outline-yellow-950\/100 {
  outline-color: rgb(66 32 6 / 1);
}
.outline-yellow-950\/15 {
  outline-color: rgb(66 32 6 / 0.15);
}
.outline-yellow-950\/20 {
  outline-color: rgb(66 32 6 / 0.2);
}
.outline-yellow-950\/25 {
  outline-color: rgb(66 32 6 / 0.25);
}
.outline-yellow-950\/30 {
  outline-color: rgb(66 32 6 / 0.3);
}
.outline-yellow-950\/35 {
  outline-color: rgb(66 32 6 / 0.35);
}
.outline-yellow-950\/40 {
  outline-color: rgb(66 32 6 / 0.4);
}
.outline-yellow-950\/45 {
  outline-color: rgb(66 32 6 / 0.45);
}
.outline-yellow-950\/5 {
  outline-color: rgb(66 32 6 / 0.05);
}
.outline-yellow-950\/50 {
  outline-color: rgb(66 32 6 / 0.5);
}
.outline-yellow-950\/55 {
  outline-color: rgb(66 32 6 / 0.55);
}
.outline-yellow-950\/60 {
  outline-color: rgb(66 32 6 / 0.6);
}
.outline-yellow-950\/65 {
  outline-color: rgb(66 32 6 / 0.65);
}
.outline-yellow-950\/70 {
  outline-color: rgb(66 32 6 / 0.7);
}
.outline-yellow-950\/75 {
  outline-color: rgb(66 32 6 / 0.75);
}
.outline-yellow-950\/80 {
  outline-color: rgb(66 32 6 / 0.8);
}
.outline-yellow-950\/85 {
  outline-color: rgb(66 32 6 / 0.85);
}
.outline-yellow-950\/90 {
  outline-color: rgb(66 32 6 / 0.9);
}
.outline-yellow-950\/95 {
  outline-color: rgb(66 32 6 / 0.95);
}
.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-100\/0 {
  --tw-ring-color: rgb(250 232 255 / 0);
}
.ring-fuchsia-100\/10 {
  --tw-ring-color: rgb(250 232 255 / 0.1);
}
.ring-fuchsia-100\/100 {
  --tw-ring-color: rgb(250 232 255 / 1);
}
.ring-fuchsia-100\/15 {
  --tw-ring-color: rgb(250 232 255 / 0.15);
}
.ring-fuchsia-100\/20 {
  --tw-ring-color: rgb(250 232 255 / 0.2);
}
.ring-fuchsia-100\/25 {
  --tw-ring-color: rgb(250 232 255 / 0.25);
}
.ring-fuchsia-100\/30 {
  --tw-ring-color: rgb(250 232 255 / 0.3);
}
.ring-fuchsia-100\/35 {
  --tw-ring-color: rgb(250 232 255 / 0.35);
}
.ring-fuchsia-100\/40 {
  --tw-ring-color: rgb(250 232 255 / 0.4);
}
.ring-fuchsia-100\/45 {
  --tw-ring-color: rgb(250 232 255 / 0.45);
}
.ring-fuchsia-100\/5 {
  --tw-ring-color: rgb(250 232 255 / 0.05);
}
.ring-fuchsia-100\/50 {
  --tw-ring-color: rgb(250 232 255 / 0.5);
}
.ring-fuchsia-100\/55 {
  --tw-ring-color: rgb(250 232 255 / 0.55);
}
.ring-fuchsia-100\/60 {
  --tw-ring-color: rgb(250 232 255 / 0.6);
}
.ring-fuchsia-100\/65 {
  --tw-ring-color: rgb(250 232 255 / 0.65);
}
.ring-fuchsia-100\/70 {
  --tw-ring-color: rgb(250 232 255 / 0.7);
}
.ring-fuchsia-100\/75 {
  --tw-ring-color: rgb(250 232 255 / 0.75);
}
.ring-fuchsia-100\/80 {
  --tw-ring-color: rgb(250 232 255 / 0.8);
}
.ring-fuchsia-100\/85 {
  --tw-ring-color: rgb(250 232 255 / 0.85);
}
.ring-fuchsia-100\/90 {
  --tw-ring-color: rgb(250 232 255 / 0.9);
}
.ring-fuchsia-100\/95 {
  --tw-ring-color: rgb(250 232 255 / 0.95);
}
.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-200\/0 {
  --tw-ring-color: rgb(245 208 254 / 0);
}
.ring-fuchsia-200\/10 {
  --tw-ring-color: rgb(245 208 254 / 0.1);
}
.ring-fuchsia-200\/100 {
  --tw-ring-color: rgb(245 208 254 / 1);
}
.ring-fuchsia-200\/15 {
  --tw-ring-color: rgb(245 208 254 / 0.15);
}
.ring-fuchsia-200\/20 {
  --tw-ring-color: rgb(245 208 254 / 0.2);
}
.ring-fuchsia-200\/25 {
  --tw-ring-color: rgb(245 208 254 / 0.25);
}
.ring-fuchsia-200\/30 {
  --tw-ring-color: rgb(245 208 254 / 0.3);
}
.ring-fuchsia-200\/35 {
  --tw-ring-color: rgb(245 208 254 / 0.35);
}
.ring-fuchsia-200\/40 {
  --tw-ring-color: rgb(245 208 254 / 0.4);
}
.ring-fuchsia-200\/45 {
  --tw-ring-color: rgb(245 208 254 / 0.45);
}
.ring-fuchsia-200\/5 {
  --tw-ring-color: rgb(245 208 254 / 0.05);
}
.ring-fuchsia-200\/50 {
  --tw-ring-color: rgb(245 208 254 / 0.5);
}
.ring-fuchsia-200\/55 {
  --tw-ring-color: rgb(245 208 254 / 0.55);
}
.ring-fuchsia-200\/60 {
  --tw-ring-color: rgb(245 208 254 / 0.6);
}
.ring-fuchsia-200\/65 {
  --tw-ring-color: rgb(245 208 254 / 0.65);
}
.ring-fuchsia-200\/70 {
  --tw-ring-color: rgb(245 208 254 / 0.7);
}
.ring-fuchsia-200\/75 {
  --tw-ring-color: rgb(245 208 254 / 0.75);
}
.ring-fuchsia-200\/80 {
  --tw-ring-color: rgb(245 208 254 / 0.8);
}
.ring-fuchsia-200\/85 {
  --tw-ring-color: rgb(245 208 254 / 0.85);
}
.ring-fuchsia-200\/90 {
  --tw-ring-color: rgb(245 208 254 / 0.9);
}
.ring-fuchsia-200\/95 {
  --tw-ring-color: rgb(245 208 254 / 0.95);
}
.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-300\/0 {
  --tw-ring-color: rgb(240 171 252 / 0);
}
.ring-fuchsia-300\/10 {
  --tw-ring-color: rgb(240 171 252 / 0.1);
}
.ring-fuchsia-300\/100 {
  --tw-ring-color: rgb(240 171 252 / 1);
}
.ring-fuchsia-300\/15 {
  --tw-ring-color: rgb(240 171 252 / 0.15);
}
.ring-fuchsia-300\/20 {
  --tw-ring-color: rgb(240 171 252 / 0.2);
}
.ring-fuchsia-300\/25 {
  --tw-ring-color: rgb(240 171 252 / 0.25);
}
.ring-fuchsia-300\/30 {
  --tw-ring-color: rgb(240 171 252 / 0.3);
}
.ring-fuchsia-300\/35 {
  --tw-ring-color: rgb(240 171 252 / 0.35);
}
.ring-fuchsia-300\/40 {
  --tw-ring-color: rgb(240 171 252 / 0.4);
}
.ring-fuchsia-300\/45 {
  --tw-ring-color: rgb(240 171 252 / 0.45);
}
.ring-fuchsia-300\/5 {
  --tw-ring-color: rgb(240 171 252 / 0.05);
}
.ring-fuchsia-300\/50 {
  --tw-ring-color: rgb(240 171 252 / 0.5);
}
.ring-fuchsia-300\/55 {
  --tw-ring-color: rgb(240 171 252 / 0.55);
}
.ring-fuchsia-300\/60 {
  --tw-ring-color: rgb(240 171 252 / 0.6);
}
.ring-fuchsia-300\/65 {
  --tw-ring-color: rgb(240 171 252 / 0.65);
}
.ring-fuchsia-300\/70 {
  --tw-ring-color: rgb(240 171 252 / 0.7);
}
.ring-fuchsia-300\/75 {
  --tw-ring-color: rgb(240 171 252 / 0.75);
}
.ring-fuchsia-300\/80 {
  --tw-ring-color: rgb(240 171 252 / 0.8);
}
.ring-fuchsia-300\/85 {
  --tw-ring-color: rgb(240 171 252 / 0.85);
}
.ring-fuchsia-300\/90 {
  --tw-ring-color: rgb(240 171 252 / 0.9);
}
.ring-fuchsia-300\/95 {
  --tw-ring-color: rgb(240 171 252 / 0.95);
}
.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-400\/0 {
  --tw-ring-color: rgb(232 121 249 / 0);
}
.ring-fuchsia-400\/10 {
  --tw-ring-color: rgb(232 121 249 / 0.1);
}
.ring-fuchsia-400\/100 {
  --tw-ring-color: rgb(232 121 249 / 1);
}
.ring-fuchsia-400\/15 {
  --tw-ring-color: rgb(232 121 249 / 0.15);
}
.ring-fuchsia-400\/20 {
  --tw-ring-color: rgb(232 121 249 / 0.2);
}
.ring-fuchsia-400\/25 {
  --tw-ring-color: rgb(232 121 249 / 0.25);
}
.ring-fuchsia-400\/30 {
  --tw-ring-color: rgb(232 121 249 / 0.3);
}
.ring-fuchsia-400\/35 {
  --tw-ring-color: rgb(232 121 249 / 0.35);
}
.ring-fuchsia-400\/40 {
  --tw-ring-color: rgb(232 121 249 / 0.4);
}
.ring-fuchsia-400\/45 {
  --tw-ring-color: rgb(232 121 249 / 0.45);
}
.ring-fuchsia-400\/5 {
  --tw-ring-color: rgb(232 121 249 / 0.05);
}
.ring-fuchsia-400\/50 {
  --tw-ring-color: rgb(232 121 249 / 0.5);
}
.ring-fuchsia-400\/55 {
  --tw-ring-color: rgb(232 121 249 / 0.55);
}
.ring-fuchsia-400\/60 {
  --tw-ring-color: rgb(232 121 249 / 0.6);
}
.ring-fuchsia-400\/65 {
  --tw-ring-color: rgb(232 121 249 / 0.65);
}
.ring-fuchsia-400\/70 {
  --tw-ring-color: rgb(232 121 249 / 0.7);
}
.ring-fuchsia-400\/75 {
  --tw-ring-color: rgb(232 121 249 / 0.75);
}
.ring-fuchsia-400\/80 {
  --tw-ring-color: rgb(232 121 249 / 0.8);
}
.ring-fuchsia-400\/85 {
  --tw-ring-color: rgb(232 121 249 / 0.85);
}
.ring-fuchsia-400\/90 {
  --tw-ring-color: rgb(232 121 249 / 0.9);
}
.ring-fuchsia-400\/95 {
  --tw-ring-color: rgb(232 121 249 / 0.95);
}
.ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-50\/0 {
  --tw-ring-color: rgb(253 244 255 / 0);
}
.ring-fuchsia-50\/10 {
  --tw-ring-color: rgb(253 244 255 / 0.1);
}
.ring-fuchsia-50\/100 {
  --tw-ring-color: rgb(253 244 255 / 1);
}
.ring-fuchsia-50\/15 {
  --tw-ring-color: rgb(253 244 255 / 0.15);
}
.ring-fuchsia-50\/20 {
  --tw-ring-color: rgb(253 244 255 / 0.2);
}
.ring-fuchsia-50\/25 {
  --tw-ring-color: rgb(253 244 255 / 0.25);
}
.ring-fuchsia-50\/30 {
  --tw-ring-color: rgb(253 244 255 / 0.3);
}
.ring-fuchsia-50\/35 {
  --tw-ring-color: rgb(253 244 255 / 0.35);
}
.ring-fuchsia-50\/40 {
  --tw-ring-color: rgb(253 244 255 / 0.4);
}
.ring-fuchsia-50\/45 {
  --tw-ring-color: rgb(253 244 255 / 0.45);
}
.ring-fuchsia-50\/5 {
  --tw-ring-color: rgb(253 244 255 / 0.05);
}
.ring-fuchsia-50\/50 {
  --tw-ring-color: rgb(253 244 255 / 0.5);
}
.ring-fuchsia-50\/55 {
  --tw-ring-color: rgb(253 244 255 / 0.55);
}
.ring-fuchsia-50\/60 {
  --tw-ring-color: rgb(253 244 255 / 0.6);
}
.ring-fuchsia-50\/65 {
  --tw-ring-color: rgb(253 244 255 / 0.65);
}
.ring-fuchsia-50\/70 {
  --tw-ring-color: rgb(253 244 255 / 0.7);
}
.ring-fuchsia-50\/75 {
  --tw-ring-color: rgb(253 244 255 / 0.75);
}
.ring-fuchsia-50\/80 {
  --tw-ring-color: rgb(253 244 255 / 0.8);
}
.ring-fuchsia-50\/85 {
  --tw-ring-color: rgb(253 244 255 / 0.85);
}
.ring-fuchsia-50\/90 {
  --tw-ring-color: rgb(253 244 255 / 0.9);
}
.ring-fuchsia-50\/95 {
  --tw-ring-color: rgb(253 244 255 / 0.95);
}
.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-500\/0 {
  --tw-ring-color: rgb(217 70 239 / 0);
}
.ring-fuchsia-500\/10 {
  --tw-ring-color: rgb(217 70 239 / 0.1);
}
.ring-fuchsia-500\/100 {
  --tw-ring-color: rgb(217 70 239 / 1);
}
.ring-fuchsia-500\/15 {
  --tw-ring-color: rgb(217 70 239 / 0.15);
}
.ring-fuchsia-500\/20 {
  --tw-ring-color: rgb(217 70 239 / 0.2);
}
.ring-fuchsia-500\/25 {
  --tw-ring-color: rgb(217 70 239 / 0.25);
}
.ring-fuchsia-500\/30 {
  --tw-ring-color: rgb(217 70 239 / 0.3);
}
.ring-fuchsia-500\/35 {
  --tw-ring-color: rgb(217 70 239 / 0.35);
}
.ring-fuchsia-500\/40 {
  --tw-ring-color: rgb(217 70 239 / 0.4);
}
.ring-fuchsia-500\/45 {
  --tw-ring-color: rgb(217 70 239 / 0.45);
}
.ring-fuchsia-500\/5 {
  --tw-ring-color: rgb(217 70 239 / 0.05);
}
.ring-fuchsia-500\/50 {
  --tw-ring-color: rgb(217 70 239 / 0.5);
}
.ring-fuchsia-500\/55 {
  --tw-ring-color: rgb(217 70 239 / 0.55);
}
.ring-fuchsia-500\/60 {
  --tw-ring-color: rgb(217 70 239 / 0.6);
}
.ring-fuchsia-500\/65 {
  --tw-ring-color: rgb(217 70 239 / 0.65);
}
.ring-fuchsia-500\/70 {
  --tw-ring-color: rgb(217 70 239 / 0.7);
}
.ring-fuchsia-500\/75 {
  --tw-ring-color: rgb(217 70 239 / 0.75);
}
.ring-fuchsia-500\/80 {
  --tw-ring-color: rgb(217 70 239 / 0.8);
}
.ring-fuchsia-500\/85 {
  --tw-ring-color: rgb(217 70 239 / 0.85);
}
.ring-fuchsia-500\/90 {
  --tw-ring-color: rgb(217 70 239 / 0.9);
}
.ring-fuchsia-500\/95 {
  --tw-ring-color: rgb(217 70 239 / 0.95);
}
.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-600\/0 {
  --tw-ring-color: rgb(192 38 211 / 0);
}
.ring-fuchsia-600\/10 {
  --tw-ring-color: rgb(192 38 211 / 0.1);
}
.ring-fuchsia-600\/100 {
  --tw-ring-color: rgb(192 38 211 / 1);
}
.ring-fuchsia-600\/15 {
  --tw-ring-color: rgb(192 38 211 / 0.15);
}
.ring-fuchsia-600\/20 {
  --tw-ring-color: rgb(192 38 211 / 0.2);
}
.ring-fuchsia-600\/25 {
  --tw-ring-color: rgb(192 38 211 / 0.25);
}
.ring-fuchsia-600\/30 {
  --tw-ring-color: rgb(192 38 211 / 0.3);
}
.ring-fuchsia-600\/35 {
  --tw-ring-color: rgb(192 38 211 / 0.35);
}
.ring-fuchsia-600\/40 {
  --tw-ring-color: rgb(192 38 211 / 0.4);
}
.ring-fuchsia-600\/45 {
  --tw-ring-color: rgb(192 38 211 / 0.45);
}
.ring-fuchsia-600\/5 {
  --tw-ring-color: rgb(192 38 211 / 0.05);
}
.ring-fuchsia-600\/50 {
  --tw-ring-color: rgb(192 38 211 / 0.5);
}
.ring-fuchsia-600\/55 {
  --tw-ring-color: rgb(192 38 211 / 0.55);
}
.ring-fuchsia-600\/60 {
  --tw-ring-color: rgb(192 38 211 / 0.6);
}
.ring-fuchsia-600\/65 {
  --tw-ring-color: rgb(192 38 211 / 0.65);
}
.ring-fuchsia-600\/70 {
  --tw-ring-color: rgb(192 38 211 / 0.7);
}
.ring-fuchsia-600\/75 {
  --tw-ring-color: rgb(192 38 211 / 0.75);
}
.ring-fuchsia-600\/80 {
  --tw-ring-color: rgb(192 38 211 / 0.8);
}
.ring-fuchsia-600\/85 {
  --tw-ring-color: rgb(192 38 211 / 0.85);
}
.ring-fuchsia-600\/90 {
  --tw-ring-color: rgb(192 38 211 / 0.9);
}
.ring-fuchsia-600\/95 {
  --tw-ring-color: rgb(192 38 211 / 0.95);
}
.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-700\/0 {
  --tw-ring-color: rgb(162 28 175 / 0);
}
.ring-fuchsia-700\/10 {
  --tw-ring-color: rgb(162 28 175 / 0.1);
}
.ring-fuchsia-700\/100 {
  --tw-ring-color: rgb(162 28 175 / 1);
}
.ring-fuchsia-700\/15 {
  --tw-ring-color: rgb(162 28 175 / 0.15);
}
.ring-fuchsia-700\/20 {
  --tw-ring-color: rgb(162 28 175 / 0.2);
}
.ring-fuchsia-700\/25 {
  --tw-ring-color: rgb(162 28 175 / 0.25);
}
.ring-fuchsia-700\/30 {
  --tw-ring-color: rgb(162 28 175 / 0.3);
}
.ring-fuchsia-700\/35 {
  --tw-ring-color: rgb(162 28 175 / 0.35);
}
.ring-fuchsia-700\/40 {
  --tw-ring-color: rgb(162 28 175 / 0.4);
}
.ring-fuchsia-700\/45 {
  --tw-ring-color: rgb(162 28 175 / 0.45);
}
.ring-fuchsia-700\/5 {
  --tw-ring-color: rgb(162 28 175 / 0.05);
}
.ring-fuchsia-700\/50 {
  --tw-ring-color: rgb(162 28 175 / 0.5);
}
.ring-fuchsia-700\/55 {
  --tw-ring-color: rgb(162 28 175 / 0.55);
}
.ring-fuchsia-700\/60 {
  --tw-ring-color: rgb(162 28 175 / 0.6);
}
.ring-fuchsia-700\/65 {
  --tw-ring-color: rgb(162 28 175 / 0.65);
}
.ring-fuchsia-700\/70 {
  --tw-ring-color: rgb(162 28 175 / 0.7);
}
.ring-fuchsia-700\/75 {
  --tw-ring-color: rgb(162 28 175 / 0.75);
}
.ring-fuchsia-700\/80 {
  --tw-ring-color: rgb(162 28 175 / 0.8);
}
.ring-fuchsia-700\/85 {
  --tw-ring-color: rgb(162 28 175 / 0.85);
}
.ring-fuchsia-700\/90 {
  --tw-ring-color: rgb(162 28 175 / 0.9);
}
.ring-fuchsia-700\/95 {
  --tw-ring-color: rgb(162 28 175 / 0.95);
}
.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-800\/0 {
  --tw-ring-color: rgb(134 25 143 / 0);
}
.ring-fuchsia-800\/10 {
  --tw-ring-color: rgb(134 25 143 / 0.1);
}
.ring-fuchsia-800\/100 {
  --tw-ring-color: rgb(134 25 143 / 1);
}
.ring-fuchsia-800\/15 {
  --tw-ring-color: rgb(134 25 143 / 0.15);
}
.ring-fuchsia-800\/20 {
  --tw-ring-color: rgb(134 25 143 / 0.2);
}
.ring-fuchsia-800\/25 {
  --tw-ring-color: rgb(134 25 143 / 0.25);
}
.ring-fuchsia-800\/30 {
  --tw-ring-color: rgb(134 25 143 / 0.3);
}
.ring-fuchsia-800\/35 {
  --tw-ring-color: rgb(134 25 143 / 0.35);
}
.ring-fuchsia-800\/40 {
  --tw-ring-color: rgb(134 25 143 / 0.4);
}
.ring-fuchsia-800\/45 {
  --tw-ring-color: rgb(134 25 143 / 0.45);
}
.ring-fuchsia-800\/5 {
  --tw-ring-color: rgb(134 25 143 / 0.05);
}
.ring-fuchsia-800\/50 {
  --tw-ring-color: rgb(134 25 143 / 0.5);
}
.ring-fuchsia-800\/55 {
  --tw-ring-color: rgb(134 25 143 / 0.55);
}
.ring-fuchsia-800\/60 {
  --tw-ring-color: rgb(134 25 143 / 0.6);
}
.ring-fuchsia-800\/65 {
  --tw-ring-color: rgb(134 25 143 / 0.65);
}
.ring-fuchsia-800\/70 {
  --tw-ring-color: rgb(134 25 143 / 0.7);
}
.ring-fuchsia-800\/75 {
  --tw-ring-color: rgb(134 25 143 / 0.75);
}
.ring-fuchsia-800\/80 {
  --tw-ring-color: rgb(134 25 143 / 0.8);
}
.ring-fuchsia-800\/85 {
  --tw-ring-color: rgb(134 25 143 / 0.85);
}
.ring-fuchsia-800\/90 {
  --tw-ring-color: rgb(134 25 143 / 0.9);
}
.ring-fuchsia-800\/95 {
  --tw-ring-color: rgb(134 25 143 / 0.95);
}
.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-900\/0 {
  --tw-ring-color: rgb(112 26 117 / 0);
}
.ring-fuchsia-900\/10 {
  --tw-ring-color: rgb(112 26 117 / 0.1);
}
.ring-fuchsia-900\/100 {
  --tw-ring-color: rgb(112 26 117 / 1);
}
.ring-fuchsia-900\/15 {
  --tw-ring-color: rgb(112 26 117 / 0.15);
}
.ring-fuchsia-900\/20 {
  --tw-ring-color: rgb(112 26 117 / 0.2);
}
.ring-fuchsia-900\/25 {
  --tw-ring-color: rgb(112 26 117 / 0.25);
}
.ring-fuchsia-900\/30 {
  --tw-ring-color: rgb(112 26 117 / 0.3);
}
.ring-fuchsia-900\/35 {
  --tw-ring-color: rgb(112 26 117 / 0.35);
}
.ring-fuchsia-900\/40 {
  --tw-ring-color: rgb(112 26 117 / 0.4);
}
.ring-fuchsia-900\/45 {
  --tw-ring-color: rgb(112 26 117 / 0.45);
}
.ring-fuchsia-900\/5 {
  --tw-ring-color: rgb(112 26 117 / 0.05);
}
.ring-fuchsia-900\/50 {
  --tw-ring-color: rgb(112 26 117 / 0.5);
}
.ring-fuchsia-900\/55 {
  --tw-ring-color: rgb(112 26 117 / 0.55);
}
.ring-fuchsia-900\/60 {
  --tw-ring-color: rgb(112 26 117 / 0.6);
}
.ring-fuchsia-900\/65 {
  --tw-ring-color: rgb(112 26 117 / 0.65);
}
.ring-fuchsia-900\/70 {
  --tw-ring-color: rgb(112 26 117 / 0.7);
}
.ring-fuchsia-900\/75 {
  --tw-ring-color: rgb(112 26 117 / 0.75);
}
.ring-fuchsia-900\/80 {
  --tw-ring-color: rgb(112 26 117 / 0.8);
}
.ring-fuchsia-900\/85 {
  --tw-ring-color: rgb(112 26 117 / 0.85);
}
.ring-fuchsia-900\/90 {
  --tw-ring-color: rgb(112 26 117 / 0.9);
}
.ring-fuchsia-900\/95 {
  --tw-ring-color: rgb(112 26 117 / 0.95);
}
.ring-fuchsia-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-950\/0 {
  --tw-ring-color: rgb(74 4 78 / 0);
}
.ring-fuchsia-950\/10 {
  --tw-ring-color: rgb(74 4 78 / 0.1);
}
.ring-fuchsia-950\/100 {
  --tw-ring-color: rgb(74 4 78 / 1);
}
.ring-fuchsia-950\/15 {
  --tw-ring-color: rgb(74 4 78 / 0.15);
}
.ring-fuchsia-950\/20 {
  --tw-ring-color: rgb(74 4 78 / 0.2);
}
.ring-fuchsia-950\/25 {
  --tw-ring-color: rgb(74 4 78 / 0.25);
}
.ring-fuchsia-950\/30 {
  --tw-ring-color: rgb(74 4 78 / 0.3);
}
.ring-fuchsia-950\/35 {
  --tw-ring-color: rgb(74 4 78 / 0.35);
}
.ring-fuchsia-950\/40 {
  --tw-ring-color: rgb(74 4 78 / 0.4);
}
.ring-fuchsia-950\/45 {
  --tw-ring-color: rgb(74 4 78 / 0.45);
}
.ring-fuchsia-950\/5 {
  --tw-ring-color: rgb(74 4 78 / 0.05);
}
.ring-fuchsia-950\/50 {
  --tw-ring-color: rgb(74 4 78 / 0.5);
}
.ring-fuchsia-950\/55 {
  --tw-ring-color: rgb(74 4 78 / 0.55);
}
.ring-fuchsia-950\/60 {
  --tw-ring-color: rgb(74 4 78 / 0.6);
}
.ring-fuchsia-950\/65 {
  --tw-ring-color: rgb(74 4 78 / 0.65);
}
.ring-fuchsia-950\/70 {
  --tw-ring-color: rgb(74 4 78 / 0.7);
}
.ring-fuchsia-950\/75 {
  --tw-ring-color: rgb(74 4 78 / 0.75);
}
.ring-fuchsia-950\/80 {
  --tw-ring-color: rgb(74 4 78 / 0.8);
}
.ring-fuchsia-950\/85 {
  --tw-ring-color: rgb(74 4 78 / 0.85);
}
.ring-fuchsia-950\/90 {
  --tw-ring-color: rgb(74 4 78 / 0.9);
}
.ring-fuchsia-950\/95 {
  --tw-ring-color: rgb(74 4 78 / 0.95);
}
.ring-inherit {
  --tw-ring-color: inherit;
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-white\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-white\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}
.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-white\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}
.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-white\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}
.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-white\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}
.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-white\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}
.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-white\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-white\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}
.ring-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-white\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}
.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}
.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}
.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}
.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15);
}
.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}
.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}
.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}
.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35);
}
.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}
.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45);
}
.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}
.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}
.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55);
}
.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}
.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65);
}
.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}
.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}
.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}
.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85);
}
.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}
.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}
.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}
.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}
.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}
.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}
.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15);
}
.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}
.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}
.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}
.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35);
}
.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}
.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45);
}
.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}
.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}
.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55);
}
.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}
.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65);
}
.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}
.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}
.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}
.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85);
}
.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}
.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}
.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}
.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0);
}
.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1);
}
.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1);
}
.ring-yellow-300\/15 {
  --tw-ring-color: rgb(253 224 71 / 0.15);
}
.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2);
}
.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25);
}
.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3);
}
.ring-yellow-300\/35 {
  --tw-ring-color: rgb(253 224 71 / 0.35);
}
.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}
.ring-yellow-300\/45 {
  --tw-ring-color: rgb(253 224 71 / 0.45);
}
.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05);
}
.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5);
}
.ring-yellow-300\/55 {
  --tw-ring-color: rgb(253 224 71 / 0.55);
}
.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}
.ring-yellow-300\/65 {
  --tw-ring-color: rgb(253 224 71 / 0.65);
}
.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7);
}
.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75);
}
.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8);
}
.ring-yellow-300\/85 {
  --tw-ring-color: rgb(253 224 71 / 0.85);
}
.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9);
}
.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95);
}
.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}
.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}
.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}
.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15);
}
.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}
.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}
.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}
.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35);
}
.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}
.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}
.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}
.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}
.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}
.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}
.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}
.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}
.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}
.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}
.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}
.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}
.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}
.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}
.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}
.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}
.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}
.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15);
}
.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}
.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}
.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}
.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35);
}
.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}
.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45);
}
.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}
.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}
.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55);
}
.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}
.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65);
}
.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}
.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}
.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}
.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85);
}
.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}
.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}
.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}
.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}
.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}
.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}
.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15);
}
.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}
.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}
.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}
.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35);
}
.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}
.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45);
}
.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}
.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}
.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55);
}
.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}
.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65);
}
.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}
.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}
.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}
.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85);
}
.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}
.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}
.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}
.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}
.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}
.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}
.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15);
}
.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}
.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}
.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}
.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35);
}
.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}
.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45);
}
.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}
.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5);
}
.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55);
}
.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}
.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65);
}
.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}
.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}
.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}
.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85);
}
.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}
.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}
.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}
.ring-yellow-700\/0 {
  --tw-ring-color: rgb(161 98 7 / 0);
}
.ring-yellow-700\/10 {
  --tw-ring-color: rgb(161 98 7 / 0.1);
}
.ring-yellow-700\/100 {
  --tw-ring-color: rgb(161 98 7 / 1);
}
.ring-yellow-700\/15 {
  --tw-ring-color: rgb(161 98 7 / 0.15);
}
.ring-yellow-700\/20 {
  --tw-ring-color: rgb(161 98 7 / 0.2);
}
.ring-yellow-700\/25 {
  --tw-ring-color: rgb(161 98 7 / 0.25);
}
.ring-yellow-700\/30 {
  --tw-ring-color: rgb(161 98 7 / 0.3);
}
.ring-yellow-700\/35 {
  --tw-ring-color: rgb(161 98 7 / 0.35);
}
.ring-yellow-700\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4);
}
.ring-yellow-700\/45 {
  --tw-ring-color: rgb(161 98 7 / 0.45);
}
.ring-yellow-700\/5 {
  --tw-ring-color: rgb(161 98 7 / 0.05);
}
.ring-yellow-700\/50 {
  --tw-ring-color: rgb(161 98 7 / 0.5);
}
.ring-yellow-700\/55 {
  --tw-ring-color: rgb(161 98 7 / 0.55);
}
.ring-yellow-700\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6);
}
.ring-yellow-700\/65 {
  --tw-ring-color: rgb(161 98 7 / 0.65);
}
.ring-yellow-700\/70 {
  --tw-ring-color: rgb(161 98 7 / 0.7);
}
.ring-yellow-700\/75 {
  --tw-ring-color: rgb(161 98 7 / 0.75);
}
.ring-yellow-700\/80 {
  --tw-ring-color: rgb(161 98 7 / 0.8);
}
.ring-yellow-700\/85 {
  --tw-ring-color: rgb(161 98 7 / 0.85);
}
.ring-yellow-700\/90 {
  --tw-ring-color: rgb(161 98 7 / 0.9);
}
.ring-yellow-700\/95 {
  --tw-ring-color: rgb(161 98 7 / 0.95);
}
.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}
.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}
.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}
.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}
.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15);
}
.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}
.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}
.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}
.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35);
}
.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}
.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45);
}
.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}
.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}
.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55);
}
.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}
.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65);
}
.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}
.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}
.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}
.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85);
}
.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}
.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}
.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}
.ring-yellow-900\/0 {
  --tw-ring-color: rgb(113 63 18 / 0);
}
.ring-yellow-900\/10 {
  --tw-ring-color: rgb(113 63 18 / 0.1);
}
.ring-yellow-900\/100 {
  --tw-ring-color: rgb(113 63 18 / 1);
}
.ring-yellow-900\/15 {
  --tw-ring-color: rgb(113 63 18 / 0.15);
}
.ring-yellow-900\/20 {
  --tw-ring-color: rgb(113 63 18 / 0.2);
}
.ring-yellow-900\/25 {
  --tw-ring-color: rgb(113 63 18 / 0.25);
}
.ring-yellow-900\/30 {
  --tw-ring-color: rgb(113 63 18 / 0.3);
}
.ring-yellow-900\/35 {
  --tw-ring-color: rgb(113 63 18 / 0.35);
}
.ring-yellow-900\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4);
}
.ring-yellow-900\/45 {
  --tw-ring-color: rgb(113 63 18 / 0.45);
}
.ring-yellow-900\/5 {
  --tw-ring-color: rgb(113 63 18 / 0.05);
}
.ring-yellow-900\/50 {
  --tw-ring-color: rgb(113 63 18 / 0.5);
}
.ring-yellow-900\/55 {
  --tw-ring-color: rgb(113 63 18 / 0.55);
}
.ring-yellow-900\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6);
}
.ring-yellow-900\/65 {
  --tw-ring-color: rgb(113 63 18 / 0.65);
}
.ring-yellow-900\/70 {
  --tw-ring-color: rgb(113 63 18 / 0.7);
}
.ring-yellow-900\/75 {
  --tw-ring-color: rgb(113 63 18 / 0.75);
}
.ring-yellow-900\/80 {
  --tw-ring-color: rgb(113 63 18 / 0.8);
}
.ring-yellow-900\/85 {
  --tw-ring-color: rgb(113 63 18 / 0.85);
}
.ring-yellow-900\/90 {
  --tw-ring-color: rgb(113 63 18 / 0.9);
}
.ring-yellow-900\/95 {
  --tw-ring-color: rgb(113 63 18 / 0.95);
}
.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}
.ring-yellow-950\/0 {
  --tw-ring-color: rgb(66 32 6 / 0);
}
.ring-yellow-950\/10 {
  --tw-ring-color: rgb(66 32 6 / 0.1);
}
.ring-yellow-950\/100 {
  --tw-ring-color: rgb(66 32 6 / 1);
}
.ring-yellow-950\/15 {
  --tw-ring-color: rgb(66 32 6 / 0.15);
}
.ring-yellow-950\/20 {
  --tw-ring-color: rgb(66 32 6 / 0.2);
}
.ring-yellow-950\/25 {
  --tw-ring-color: rgb(66 32 6 / 0.25);
}
.ring-yellow-950\/30 {
  --tw-ring-color: rgb(66 32 6 / 0.3);
}
.ring-yellow-950\/35 {
  --tw-ring-color: rgb(66 32 6 / 0.35);
}
.ring-yellow-950\/40 {
  --tw-ring-color: rgb(66 32 6 / 0.4);
}
.ring-yellow-950\/45 {
  --tw-ring-color: rgb(66 32 6 / 0.45);
}
.ring-yellow-950\/5 {
  --tw-ring-color: rgb(66 32 6 / 0.05);
}
.ring-yellow-950\/50 {
  --tw-ring-color: rgb(66 32 6 / 0.5);
}
.ring-yellow-950\/55 {
  --tw-ring-color: rgb(66 32 6 / 0.55);
}
.ring-yellow-950\/60 {
  --tw-ring-color: rgb(66 32 6 / 0.6);
}
.ring-yellow-950\/65 {
  --tw-ring-color: rgb(66 32 6 / 0.65);
}
.ring-yellow-950\/70 {
  --tw-ring-color: rgb(66 32 6 / 0.7);
}
.ring-yellow-950\/75 {
  --tw-ring-color: rgb(66 32 6 / 0.75);
}
.ring-yellow-950\/80 {
  --tw-ring-color: rgb(66 32 6 / 0.8);
}
.ring-yellow-950\/85 {
  --tw-ring-color: rgb(66 32 6 / 0.85);
}
.ring-yellow-950\/90 {
  --tw-ring-color: rgb(66 32 6 / 0.9);
}
.ring-yellow-950\/95 {
  --tw-ring-color: rgb(66 32 6 / 0.95);
}
.ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff;
}
.ring-offset-fuchsia-100\/0 {
  --tw-ring-offset-color: rgb(250 232 255 / 0);
}
.ring-offset-fuchsia-100\/10 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.1);
}
.ring-offset-fuchsia-100\/100 {
  --tw-ring-offset-color: rgb(250 232 255 / 1);
}
.ring-offset-fuchsia-100\/15 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.15);
}
.ring-offset-fuchsia-100\/20 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.2);
}
.ring-offset-fuchsia-100\/25 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.25);
}
.ring-offset-fuchsia-100\/30 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.3);
}
.ring-offset-fuchsia-100\/35 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.35);
}
.ring-offset-fuchsia-100\/40 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.4);
}
.ring-offset-fuchsia-100\/45 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.45);
}
.ring-offset-fuchsia-100\/5 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.05);
}
.ring-offset-fuchsia-100\/50 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.5);
}
.ring-offset-fuchsia-100\/55 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.55);
}
.ring-offset-fuchsia-100\/60 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.6);
}
.ring-offset-fuchsia-100\/65 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.65);
}
.ring-offset-fuchsia-100\/70 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.7);
}
.ring-offset-fuchsia-100\/75 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.75);
}
.ring-offset-fuchsia-100\/80 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.8);
}
.ring-offset-fuchsia-100\/85 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.85);
}
.ring-offset-fuchsia-100\/90 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.9);
}
.ring-offset-fuchsia-100\/95 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.95);
}
.ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe;
}
.ring-offset-fuchsia-200\/0 {
  --tw-ring-offset-color: rgb(245 208 254 / 0);
}
.ring-offset-fuchsia-200\/10 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.1);
}
.ring-offset-fuchsia-200\/100 {
  --tw-ring-offset-color: rgb(245 208 254 / 1);
}
.ring-offset-fuchsia-200\/15 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.15);
}
.ring-offset-fuchsia-200\/20 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.2);
}
.ring-offset-fuchsia-200\/25 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.25);
}
.ring-offset-fuchsia-200\/30 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.3);
}
.ring-offset-fuchsia-200\/35 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.35);
}
.ring-offset-fuchsia-200\/40 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.4);
}
.ring-offset-fuchsia-200\/45 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.45);
}
.ring-offset-fuchsia-200\/5 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.05);
}
.ring-offset-fuchsia-200\/50 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.5);
}
.ring-offset-fuchsia-200\/55 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.55);
}
.ring-offset-fuchsia-200\/60 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.6);
}
.ring-offset-fuchsia-200\/65 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.65);
}
.ring-offset-fuchsia-200\/70 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.7);
}
.ring-offset-fuchsia-200\/75 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.75);
}
.ring-offset-fuchsia-200\/80 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.8);
}
.ring-offset-fuchsia-200\/85 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.85);
}
.ring-offset-fuchsia-200\/90 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.9);
}
.ring-offset-fuchsia-200\/95 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.95);
}
.ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc;
}
.ring-offset-fuchsia-300\/0 {
  --tw-ring-offset-color: rgb(240 171 252 / 0);
}
.ring-offset-fuchsia-300\/10 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.1);
}
.ring-offset-fuchsia-300\/100 {
  --tw-ring-offset-color: rgb(240 171 252 / 1);
}
.ring-offset-fuchsia-300\/15 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.15);
}
.ring-offset-fuchsia-300\/20 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.2);
}
.ring-offset-fuchsia-300\/25 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.25);
}
.ring-offset-fuchsia-300\/30 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.3);
}
.ring-offset-fuchsia-300\/35 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.35);
}
.ring-offset-fuchsia-300\/40 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.4);
}
.ring-offset-fuchsia-300\/45 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.45);
}
.ring-offset-fuchsia-300\/5 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.05);
}
.ring-offset-fuchsia-300\/50 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.5);
}
.ring-offset-fuchsia-300\/55 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.55);
}
.ring-offset-fuchsia-300\/60 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.6);
}
.ring-offset-fuchsia-300\/65 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.65);
}
.ring-offset-fuchsia-300\/70 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.7);
}
.ring-offset-fuchsia-300\/75 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.75);
}
.ring-offset-fuchsia-300\/80 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.8);
}
.ring-offset-fuchsia-300\/85 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.85);
}
.ring-offset-fuchsia-300\/90 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.9);
}
.ring-offset-fuchsia-300\/95 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.95);
}
.ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}
.ring-offset-fuchsia-400\/0 {
  --tw-ring-offset-color: rgb(232 121 249 / 0);
}
.ring-offset-fuchsia-400\/10 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.1);
}
.ring-offset-fuchsia-400\/100 {
  --tw-ring-offset-color: rgb(232 121 249 / 1);
}
.ring-offset-fuchsia-400\/15 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.15);
}
.ring-offset-fuchsia-400\/20 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.2);
}
.ring-offset-fuchsia-400\/25 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.25);
}
.ring-offset-fuchsia-400\/30 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.3);
}
.ring-offset-fuchsia-400\/35 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.35);
}
.ring-offset-fuchsia-400\/40 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.4);
}
.ring-offset-fuchsia-400\/45 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.45);
}
.ring-offset-fuchsia-400\/5 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.05);
}
.ring-offset-fuchsia-400\/50 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.5);
}
.ring-offset-fuchsia-400\/55 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.55);
}
.ring-offset-fuchsia-400\/60 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.6);
}
.ring-offset-fuchsia-400\/65 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.65);
}
.ring-offset-fuchsia-400\/70 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.7);
}
.ring-offset-fuchsia-400\/75 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.75);
}
.ring-offset-fuchsia-400\/80 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.8);
}
.ring-offset-fuchsia-400\/85 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.85);
}
.ring-offset-fuchsia-400\/90 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.9);
}
.ring-offset-fuchsia-400\/95 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.95);
}
.ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff;
}
.ring-offset-fuchsia-50\/0 {
  --tw-ring-offset-color: rgb(253 244 255 / 0);
}
.ring-offset-fuchsia-50\/10 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.1);
}
.ring-offset-fuchsia-50\/100 {
  --tw-ring-offset-color: rgb(253 244 255 / 1);
}
.ring-offset-fuchsia-50\/15 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.15);
}
.ring-offset-fuchsia-50\/20 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.2);
}
.ring-offset-fuchsia-50\/25 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.25);
}
.ring-offset-fuchsia-50\/30 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.3);
}
.ring-offset-fuchsia-50\/35 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.35);
}
.ring-offset-fuchsia-50\/40 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.4);
}
.ring-offset-fuchsia-50\/45 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.45);
}
.ring-offset-fuchsia-50\/5 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.05);
}
.ring-offset-fuchsia-50\/50 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.5);
}
.ring-offset-fuchsia-50\/55 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.55);
}
.ring-offset-fuchsia-50\/60 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.6);
}
.ring-offset-fuchsia-50\/65 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.65);
}
.ring-offset-fuchsia-50\/70 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.7);
}
.ring-offset-fuchsia-50\/75 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.75);
}
.ring-offset-fuchsia-50\/80 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.8);
}
.ring-offset-fuchsia-50\/85 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.85);
}
.ring-offset-fuchsia-50\/90 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.9);
}
.ring-offset-fuchsia-50\/95 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.95);
}
.ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef;
}
.ring-offset-fuchsia-500\/0 {
  --tw-ring-offset-color: rgb(217 70 239 / 0);
}
.ring-offset-fuchsia-500\/10 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.1);
}
.ring-offset-fuchsia-500\/100 {
  --tw-ring-offset-color: rgb(217 70 239 / 1);
}
.ring-offset-fuchsia-500\/15 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.15);
}
.ring-offset-fuchsia-500\/20 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.2);
}
.ring-offset-fuchsia-500\/25 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.25);
}
.ring-offset-fuchsia-500\/30 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.3);
}
.ring-offset-fuchsia-500\/35 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.35);
}
.ring-offset-fuchsia-500\/40 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.4);
}
.ring-offset-fuchsia-500\/45 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.45);
}
.ring-offset-fuchsia-500\/5 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.05);
}
.ring-offset-fuchsia-500\/50 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.5);
}
.ring-offset-fuchsia-500\/55 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.55);
}
.ring-offset-fuchsia-500\/60 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.6);
}
.ring-offset-fuchsia-500\/65 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.65);
}
.ring-offset-fuchsia-500\/70 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.7);
}
.ring-offset-fuchsia-500\/75 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.75);
}
.ring-offset-fuchsia-500\/80 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.8);
}
.ring-offset-fuchsia-500\/85 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.85);
}
.ring-offset-fuchsia-500\/90 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.9);
}
.ring-offset-fuchsia-500\/95 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.95);
}
.ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}
.ring-offset-fuchsia-600\/0 {
  --tw-ring-offset-color: rgb(192 38 211 / 0);
}
.ring-offset-fuchsia-600\/10 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.1);
}
.ring-offset-fuchsia-600\/100 {
  --tw-ring-offset-color: rgb(192 38 211 / 1);
}
.ring-offset-fuchsia-600\/15 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.15);
}
.ring-offset-fuchsia-600\/20 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.2);
}
.ring-offset-fuchsia-600\/25 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.25);
}
.ring-offset-fuchsia-600\/30 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.3);
}
.ring-offset-fuchsia-600\/35 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.35);
}
.ring-offset-fuchsia-600\/40 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.4);
}
.ring-offset-fuchsia-600\/45 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.45);
}
.ring-offset-fuchsia-600\/5 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.05);
}
.ring-offset-fuchsia-600\/50 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.5);
}
.ring-offset-fuchsia-600\/55 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.55);
}
.ring-offset-fuchsia-600\/60 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.6);
}
.ring-offset-fuchsia-600\/65 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.65);
}
.ring-offset-fuchsia-600\/70 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.7);
}
.ring-offset-fuchsia-600\/75 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.75);
}
.ring-offset-fuchsia-600\/80 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.8);
}
.ring-offset-fuchsia-600\/85 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.85);
}
.ring-offset-fuchsia-600\/90 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.9);
}
.ring-offset-fuchsia-600\/95 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.95);
}
.ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf;
}
.ring-offset-fuchsia-700\/0 {
  --tw-ring-offset-color: rgb(162 28 175 / 0);
}
.ring-offset-fuchsia-700\/10 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.1);
}
.ring-offset-fuchsia-700\/100 {
  --tw-ring-offset-color: rgb(162 28 175 / 1);
}
.ring-offset-fuchsia-700\/15 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.15);
}
.ring-offset-fuchsia-700\/20 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.2);
}
.ring-offset-fuchsia-700\/25 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.25);
}
.ring-offset-fuchsia-700\/30 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.3);
}
.ring-offset-fuchsia-700\/35 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.35);
}
.ring-offset-fuchsia-700\/40 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.4);
}
.ring-offset-fuchsia-700\/45 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.45);
}
.ring-offset-fuchsia-700\/5 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.05);
}
.ring-offset-fuchsia-700\/50 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.5);
}
.ring-offset-fuchsia-700\/55 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.55);
}
.ring-offset-fuchsia-700\/60 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.6);
}
.ring-offset-fuchsia-700\/65 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.65);
}
.ring-offset-fuchsia-700\/70 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.7);
}
.ring-offset-fuchsia-700\/75 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.75);
}
.ring-offset-fuchsia-700\/80 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.8);
}
.ring-offset-fuchsia-700\/85 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.85);
}
.ring-offset-fuchsia-700\/90 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.9);
}
.ring-offset-fuchsia-700\/95 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.95);
}
.ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f;
}
.ring-offset-fuchsia-800\/0 {
  --tw-ring-offset-color: rgb(134 25 143 / 0);
}
.ring-offset-fuchsia-800\/10 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.1);
}
.ring-offset-fuchsia-800\/100 {
  --tw-ring-offset-color: rgb(134 25 143 / 1);
}
.ring-offset-fuchsia-800\/15 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.15);
}
.ring-offset-fuchsia-800\/20 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.2);
}
.ring-offset-fuchsia-800\/25 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.25);
}
.ring-offset-fuchsia-800\/30 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.3);
}
.ring-offset-fuchsia-800\/35 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.35);
}
.ring-offset-fuchsia-800\/40 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.4);
}
.ring-offset-fuchsia-800\/45 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.45);
}
.ring-offset-fuchsia-800\/5 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.05);
}
.ring-offset-fuchsia-800\/50 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.5);
}
.ring-offset-fuchsia-800\/55 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.55);
}
.ring-offset-fuchsia-800\/60 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.6);
}
.ring-offset-fuchsia-800\/65 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.65);
}
.ring-offset-fuchsia-800\/70 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.7);
}
.ring-offset-fuchsia-800\/75 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.75);
}
.ring-offset-fuchsia-800\/80 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.8);
}
.ring-offset-fuchsia-800\/85 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.85);
}
.ring-offset-fuchsia-800\/90 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.9);
}
.ring-offset-fuchsia-800\/95 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.95);
}
.ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}
.ring-offset-fuchsia-900\/0 {
  --tw-ring-offset-color: rgb(112 26 117 / 0);
}
.ring-offset-fuchsia-900\/10 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.1);
}
.ring-offset-fuchsia-900\/100 {
  --tw-ring-offset-color: rgb(112 26 117 / 1);
}
.ring-offset-fuchsia-900\/15 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.15);
}
.ring-offset-fuchsia-900\/20 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.2);
}
.ring-offset-fuchsia-900\/25 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.25);
}
.ring-offset-fuchsia-900\/30 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.3);
}
.ring-offset-fuchsia-900\/35 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.35);
}
.ring-offset-fuchsia-900\/40 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.4);
}
.ring-offset-fuchsia-900\/45 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.45);
}
.ring-offset-fuchsia-900\/5 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.05);
}
.ring-offset-fuchsia-900\/50 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.5);
}
.ring-offset-fuchsia-900\/55 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.55);
}
.ring-offset-fuchsia-900\/60 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.6);
}
.ring-offset-fuchsia-900\/65 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.65);
}
.ring-offset-fuchsia-900\/70 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.7);
}
.ring-offset-fuchsia-900\/75 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.75);
}
.ring-offset-fuchsia-900\/80 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.8);
}
.ring-offset-fuchsia-900\/85 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.85);
}
.ring-offset-fuchsia-900\/90 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.9);
}
.ring-offset-fuchsia-900\/95 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.95);
}
.ring-offset-fuchsia-950 {
  --tw-ring-offset-color: #4a044e;
}
.ring-offset-fuchsia-950\/0 {
  --tw-ring-offset-color: rgb(74 4 78 / 0);
}
.ring-offset-fuchsia-950\/10 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.1);
}
.ring-offset-fuchsia-950\/100 {
  --tw-ring-offset-color: rgb(74 4 78 / 1);
}
.ring-offset-fuchsia-950\/15 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.15);
}
.ring-offset-fuchsia-950\/20 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.2);
}
.ring-offset-fuchsia-950\/25 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.25);
}
.ring-offset-fuchsia-950\/30 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.3);
}
.ring-offset-fuchsia-950\/35 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.35);
}
.ring-offset-fuchsia-950\/40 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.4);
}
.ring-offset-fuchsia-950\/45 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.45);
}
.ring-offset-fuchsia-950\/5 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.05);
}
.ring-offset-fuchsia-950\/50 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.5);
}
.ring-offset-fuchsia-950\/55 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.55);
}
.ring-offset-fuchsia-950\/60 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.6);
}
.ring-offset-fuchsia-950\/65 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.65);
}
.ring-offset-fuchsia-950\/70 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.7);
}
.ring-offset-fuchsia-950\/75 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.75);
}
.ring-offset-fuchsia-950\/80 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.8);
}
.ring-offset-fuchsia-950\/85 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.85);
}
.ring-offset-fuchsia-950\/90 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.9);
}
.ring-offset-fuchsia-950\/95 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.95);
}
.ring-offset-inherit {
  --tw-ring-offset-color: inherit;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.ring-offset-white\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-white\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-white\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-white\/15 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}
.ring-offset-white\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-white\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-white\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-white\/35 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}
.ring-offset-white\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-white\/45 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}
.ring-offset-white\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-white\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-white\/55 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}
.ring-offset-white\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-white\/65 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}
.ring-offset-white\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-white\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-white\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-white\/85 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}
.ring-offset-white\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-white\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}
.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}
.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}
.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}
.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}
.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}
.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}
.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}
.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}
.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}
.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}
.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}
.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}
.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}
.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}
.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}
.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}
.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}
.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}
.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}
.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}
.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}
.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}
.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}
.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}
.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}
.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}
.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}
.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}
.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}
.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}
.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}
.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}
.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}
.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}
.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}
.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}
.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}
.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}
.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}
.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}
.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}
.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}
.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}
.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}
.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}
.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}
.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}
.ring-offset-yellow-300\/15 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}
.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}
.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}
.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}
.ring-offset-yellow-300\/35 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}
.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}
.ring-offset-yellow-300\/45 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}
.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}
.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}
.ring-offset-yellow-300\/55 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}
.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}
.ring-offset-yellow-300\/65 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}
.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}
.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}
.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}
.ring-offset-yellow-300\/85 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}
.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}
.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}
.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}
.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}
.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}
.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}
.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}
.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}
.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}
.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}
.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}
.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}
.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}
.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}
.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}
.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}
.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}
.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}
.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}
.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}
.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}
.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}
.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}
.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}
.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}
.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}
.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}
.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}
.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}
.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}
.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}
.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}
.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}
.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}
.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}
.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}
.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}
.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}
.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}
.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}
.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}
.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}
.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}
.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}
.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}
.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}
.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}
.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}
.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}
.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}
.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}
.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}
.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}
.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}
.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}
.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}
.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}
.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}
.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}
.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}
.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}
.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}
.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}
.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}
.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}
.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}
.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}
.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}
.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}
.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}
.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}
.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}
.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}
.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}
.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}
.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}
.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}
.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}
.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}
.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}
.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}
.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}
.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}
.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}
.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}
.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}
.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}
.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}
.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}
.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}
.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}
.ring-offset-yellow-700\/0 {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}
.ring-offset-yellow-700\/10 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}
.ring-offset-yellow-700\/100 {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}
.ring-offset-yellow-700\/15 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}
.ring-offset-yellow-700\/20 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}
.ring-offset-yellow-700\/25 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}
.ring-offset-yellow-700\/30 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}
.ring-offset-yellow-700\/35 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}
.ring-offset-yellow-700\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}
.ring-offset-yellow-700\/45 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}
.ring-offset-yellow-700\/5 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}
.ring-offset-yellow-700\/50 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}
.ring-offset-yellow-700\/55 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}
.ring-offset-yellow-700\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}
.ring-offset-yellow-700\/65 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}
.ring-offset-yellow-700\/70 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}
.ring-offset-yellow-700\/75 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}
.ring-offset-yellow-700\/80 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}
.ring-offset-yellow-700\/85 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}
.ring-offset-yellow-700\/90 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}
.ring-offset-yellow-700\/95 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}
.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}
.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}
.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}
.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}
.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}
.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}
.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}
.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}
.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}
.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}
.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}
.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}
.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}
.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}
.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}
.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}
.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}
.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}
.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}
.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}
.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}
.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}
.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}
.ring-offset-yellow-900\/0 {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}
.ring-offset-yellow-900\/10 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}
.ring-offset-yellow-900\/100 {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}
.ring-offset-yellow-900\/15 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}
.ring-offset-yellow-900\/20 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}
.ring-offset-yellow-900\/25 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}
.ring-offset-yellow-900\/30 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}
.ring-offset-yellow-900\/35 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}
.ring-offset-yellow-900\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}
.ring-offset-yellow-900\/45 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}
.ring-offset-yellow-900\/5 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}
.ring-offset-yellow-900\/50 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}
.ring-offset-yellow-900\/55 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}
.ring-offset-yellow-900\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}
.ring-offset-yellow-900\/65 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}
.ring-offset-yellow-900\/70 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}
.ring-offset-yellow-900\/75 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}
.ring-offset-yellow-900\/80 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}
.ring-offset-yellow-900\/85 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}
.ring-offset-yellow-900\/90 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}
.ring-offset-yellow-900\/95 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}
.ring-offset-yellow-950 {
  --tw-ring-offset-color: #422006;
}
.ring-offset-yellow-950\/0 {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}
.ring-offset-yellow-950\/10 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}
.ring-offset-yellow-950\/100 {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}
.ring-offset-yellow-950\/15 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}
.ring-offset-yellow-950\/20 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}
.ring-offset-yellow-950\/25 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}
.ring-offset-yellow-950\/30 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}
.ring-offset-yellow-950\/35 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}
.ring-offset-yellow-950\/40 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}
.ring-offset-yellow-950\/45 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}
.ring-offset-yellow-950\/5 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}
.ring-offset-yellow-950\/50 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}
.ring-offset-yellow-950\/55 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}
.ring-offset-yellow-950\/60 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}
.ring-offset-yellow-950\/65 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}
.ring-offset-yellow-950\/70 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}
.ring-offset-yellow-950\/75 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}
.ring-offset-yellow-950\/80 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}
.ring-offset-yellow-950\/85 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}
.ring-offset-yellow-950\/90 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}
.ring-offset-yellow-950\/95 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-100 {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-105 {
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-110 {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-125 {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-150 {
  --tw-brightness: brightness(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-200 {
  --tw-brightness: brightness(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-75 {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-90 {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-95 {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.-hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(-0deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.-backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(-0deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.will-change-auto {
  will-change: auto;
}
.will-change-contents {
  will-change: contents;
}
.will-change-scroll {
  will-change: scroll-position;
}
.will-change-transform {
  will-change: transform;
}
.after\:mx-4::after {
  content: var(--tw-content);
  margin-left: 1rem;
  margin-right: 1rem;
}
.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-gray-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.after\:bg-lime-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.after\:bg-lime-600::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.after\:content-\[\'\'\]::after {
  --tw-content: "";
  content: var(--tw-content);
}
.hover\:border-cyan-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:text-gray-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* node_modules/remixicon/fonts/remixicon.css */
@font-face {
  font-family: "remixicon";
  src: url("./media/remixicon-EWSKOPGB.eot?t=1760071648894");
  src:
    url("./media/remixicon-EWSKOPGB.eot?t=1760071648894#iefix") format("embedded-opentype"),
    url("./media/remixicon-J65W6KAF.woff2?t=1760071648894") format("woff2"),
    url("./media/remixicon-MWQITTCE.woff?t=1760071648894") format("woff"),
    url("./media/remixicon-JMTYQJ7Y.ttf?t=1760071648894") format("truetype"),
    url("./media/remixicon-NVSLAZ7G.svg?t=1760071648894#remixicon") format("svg");
  font-display: swap;
}
[class^=ri-],
[class*=" ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}
.ri-xxs {
  font-size: .5em;
}
.ri-xs {
  font-size: .75em;
}
.ri-sm {
  font-size: .875em;
}
.ri-1x {
  font-size: 1em;
}
.ri-2x {
  font-size: 2em;
}
.ri-3x {
  font-size: 3em;
}
.ri-4x {
  font-size: 4em;
}
.ri-5x {
  font-size: 5em;
}
.ri-6x {
  font-size: 6em;
}
.ri-7x {
  font-size: 7em;
}
.ri-8x {
  font-size: 8em;
}
.ri-9x {
  font-size: 9em;
}
.ri-10x {
  font-size: 10em;
}
.ri-fw {
  text-align: center;
  width: 1.25em;
}
.ri-24-hours-fill:before {
  content: "\ea01";
}
.ri-24-hours-line:before {
  content: "\ea02";
}
.ri-4k-fill:before {
  content: "\ea03";
}
.ri-4k-line:before {
  content: "\ea04";
}
.ri-a-b:before {
  content: "\ea05";
}
.ri-account-box-fill:before {
  content: "\ea06";
}
.ri-account-box-line:before {
  content: "\ea07";
}
.ri-account-circle-fill:before {
  content: "\ea08";
}
.ri-account-circle-line:before {
  content: "\ea09";
}
.ri-account-pin-box-fill:before {
  content: "\ea0a";
}
.ri-account-pin-box-line:before {
  content: "\ea0b";
}
.ri-account-pin-circle-fill:before {
  content: "\ea0c";
}
.ri-account-pin-circle-line:before {
  content: "\ea0d";
}
.ri-add-box-fill:before {
  content: "\ea0e";
}
.ri-add-box-line:before {
  content: "\ea0f";
}
.ri-add-circle-fill:before {
  content: "\ea10";
}
.ri-add-circle-line:before {
  content: "\ea11";
}
.ri-add-fill:before {
  content: "\ea12";
}
.ri-add-line:before {
  content: "\ea13";
}
.ri-admin-fill:before {
  content: "\ea14";
}
.ri-admin-line:before {
  content: "\ea15";
}
.ri-advertisement-fill:before {
  content: "\ea16";
}
.ri-advertisement-line:before {
  content: "\ea17";
}
.ri-airplay-fill:before {
  content: "\ea18";
}
.ri-airplay-line:before {
  content: "\ea19";
}
.ri-alarm-fill:before {
  content: "\ea1a";
}
.ri-alarm-line:before {
  content: "\ea1b";
}
.ri-alarm-warning-fill:before {
  content: "\ea1c";
}
.ri-alarm-warning-line:before {
  content: "\ea1d";
}
.ri-album-fill:before {
  content: "\ea1e";
}
.ri-album-line:before {
  content: "\ea1f";
}
.ri-alert-fill:before {
  content: "\ea20";
}
.ri-alert-line:before {
  content: "\ea21";
}
.ri-aliens-fill:before {
  content: "\ea22";
}
.ri-aliens-line:before {
  content: "\ea23";
}
.ri-align-bottom:before {
  content: "\ea24";
}
.ri-align-center:before {
  content: "\ea25";
}
.ri-align-justify:before {
  content: "\ea26";
}
.ri-align-left:before {
  content: "\ea27";
}
.ri-align-right:before {
  content: "\ea28";
}
.ri-align-top:before {
  content: "\ea29";
}
.ri-align-vertically:before {
  content: "\ea2a";
}
.ri-alipay-fill:before {
  content: "\ea2b";
}
.ri-alipay-line:before {
  content: "\ea2c";
}
.ri-amazon-fill:before {
  content: "\ea2d";
}
.ri-amazon-line:before {
  content: "\ea2e";
}
.ri-anchor-fill:before {
  content: "\ea2f";
}
.ri-anchor-line:before {
  content: "\ea30";
}
.ri-ancient-gate-fill:before {
  content: "\ea31";
}
.ri-ancient-gate-line:before {
  content: "\ea32";
}
.ri-ancient-pavilion-fill:before {
  content: "\ea33";
}
.ri-ancient-pavilion-line:before {
  content: "\ea34";
}
.ri-android-fill:before {
  content: "\ea35";
}
.ri-android-line:before {
  content: "\ea36";
}
.ri-angularjs-fill:before {
  content: "\ea37";
}
.ri-angularjs-line:before {
  content: "\ea38";
}
.ri-anticlockwise-2-fill:before {
  content: "\ea39";
}
.ri-anticlockwise-2-line:before {
  content: "\ea3a";
}
.ri-anticlockwise-fill:before {
  content: "\ea3b";
}
.ri-anticlockwise-line:before {
  content: "\ea3c";
}
.ri-app-store-fill:before {
  content: "\ea3d";
}
.ri-app-store-line:before {
  content: "\ea3e";
}
.ri-apple-fill:before {
  content: "\ea3f";
}
.ri-apple-line:before {
  content: "\ea40";
}
.ri-apps-2-fill:before {
  content: "\ea41";
}
.ri-apps-2-line:before {
  content: "\ea42";
}
.ri-apps-fill:before {
  content: "\ea43";
}
.ri-apps-line:before {
  content: "\ea44";
}
.ri-archive-drawer-fill:before {
  content: "\ea45";
}
.ri-archive-drawer-line:before {
  content: "\ea46";
}
.ri-archive-fill:before {
  content: "\ea47";
}
.ri-archive-line:before {
  content: "\ea48";
}
.ri-arrow-down-circle-fill:before {
  content: "\ea49";
}
.ri-arrow-down-circle-line:before {
  content: "\ea4a";
}
.ri-arrow-down-fill:before {
  content: "\ea4b";
}
.ri-arrow-down-line:before {
  content: "\ea4c";
}
.ri-arrow-down-s-fill:before {
  content: "\ea4d";
}
.ri-arrow-down-s-line:before {
  content: "\ea4e";
}
.ri-arrow-drop-down-fill:before {
  content: "\ea4f";
}
.ri-arrow-drop-down-line:before {
  content: "\ea50";
}
.ri-arrow-drop-left-fill:before {
  content: "\ea51";
}
.ri-arrow-drop-left-line:before {
  content: "\ea52";
}
.ri-arrow-drop-right-fill:before {
  content: "\ea53";
}
.ri-arrow-drop-right-line:before {
  content: "\ea54";
}
.ri-arrow-drop-up-fill:before {
  content: "\ea55";
}
.ri-arrow-drop-up-line:before {
  content: "\ea56";
}
.ri-arrow-go-back-fill:before {
  content: "\ea57";
}
.ri-arrow-go-back-line:before {
  content: "\ea58";
}
.ri-arrow-go-forward-fill:before {
  content: "\ea59";
}
.ri-arrow-go-forward-line:before {
  content: "\ea5a";
}
.ri-arrow-left-circle-fill:before {
  content: "\ea5b";
}
.ri-arrow-left-circle-line:before {
  content: "\ea5c";
}
.ri-arrow-left-down-fill:before {
  content: "\ea5d";
}
.ri-arrow-left-down-line:before {
  content: "\ea5e";
}
.ri-arrow-left-fill:before {
  content: "\ea5f";
}
.ri-arrow-left-line:before {
  content: "\ea60";
}
.ri-arrow-left-right-fill:before {
  content: "\ea61";
}
.ri-arrow-left-right-line:before {
  content: "\ea62";
}
.ri-arrow-left-s-fill:before {
  content: "\ea63";
}
.ri-arrow-left-s-line:before {
  content: "\ea64";
}
.ri-arrow-left-up-fill:before {
  content: "\ea65";
}
.ri-arrow-left-up-line:before {
  content: "\ea66";
}
.ri-arrow-right-circle-fill:before {
  content: "\ea67";
}
.ri-arrow-right-circle-line:before {
  content: "\ea68";
}
.ri-arrow-right-down-fill:before {
  content: "\ea69";
}
.ri-arrow-right-down-line:before {
  content: "\ea6a";
}
.ri-arrow-right-fill:before {
  content: "\ea6b";
}
.ri-arrow-right-line:before {
  content: "\ea6c";
}
.ri-arrow-right-s-fill:before {
  content: "\ea6d";
}
.ri-arrow-right-s-line:before {
  content: "\ea6e";
}
.ri-arrow-right-up-fill:before {
  content: "\ea6f";
}
.ri-arrow-right-up-line:before {
  content: "\ea70";
}
.ri-arrow-up-circle-fill:before {
  content: "\ea71";
}
.ri-arrow-up-circle-line:before {
  content: "\ea72";
}
.ri-arrow-up-down-fill:before {
  content: "\ea73";
}
.ri-arrow-up-down-line:before {
  content: "\ea74";
}
.ri-arrow-up-fill:before {
  content: "\ea75";
}
.ri-arrow-up-line:before {
  content: "\ea76";
}
.ri-arrow-up-s-fill:before {
  content: "\ea77";
}
.ri-arrow-up-s-line:before {
  content: "\ea78";
}
.ri-artboard-2-fill:before {
  content: "\ea79";
}
.ri-artboard-2-line:before {
  content: "\ea7a";
}
.ri-artboard-fill:before {
  content: "\ea7b";
}
.ri-artboard-line:before {
  content: "\ea7c";
}
.ri-article-fill:before {
  content: "\ea7d";
}
.ri-article-line:before {
  content: "\ea7e";
}
.ri-aspect-ratio-fill:before {
  content: "\ea7f";
}
.ri-aspect-ratio-line:before {
  content: "\ea80";
}
.ri-asterisk:before {
  content: "\ea81";
}
.ri-at-fill:before {
  content: "\ea82";
}
.ri-at-line:before {
  content: "\ea83";
}
.ri-attachment-2:before {
  content: "\ea84";
}
.ri-attachment-fill:before {
  content: "\ea85";
}
.ri-attachment-line:before {
  content: "\ea86";
}
.ri-auction-fill:before {
  content: "\ea87";
}
.ri-auction-line:before {
  content: "\ea88";
}
.ri-award-fill:before {
  content: "\ea89";
}
.ri-award-line:before {
  content: "\ea8a";
}
.ri-baidu-fill:before {
  content: "\ea8b";
}
.ri-baidu-line:before {
  content: "\ea8c";
}
.ri-ball-pen-fill:before {
  content: "\ea8d";
}
.ri-ball-pen-line:before {
  content: "\ea8e";
}
.ri-bank-card-2-fill:before {
  content: "\ea8f";
}
.ri-bank-card-2-line:before {
  content: "\ea90";
}
.ri-bank-card-fill:before {
  content: "\ea91";
}
.ri-bank-card-line:before {
  content: "\ea92";
}
.ri-bank-fill:before {
  content: "\ea93";
}
.ri-bank-line:before {
  content: "\ea94";
}
.ri-bar-chart-2-fill:before {
  content: "\ea95";
}
.ri-bar-chart-2-line:before {
  content: "\ea96";
}
.ri-bar-chart-box-fill:before {
  content: "\ea97";
}
.ri-bar-chart-box-line:before {
  content: "\ea98";
}
.ri-bar-chart-fill:before {
  content: "\ea99";
}
.ri-bar-chart-grouped-fill:before {
  content: "\ea9a";
}
.ri-bar-chart-grouped-line:before {
  content: "\ea9b";
}
.ri-bar-chart-horizontal-fill:before {
  content: "\ea9c";
}
.ri-bar-chart-horizontal-line:before {
  content: "\ea9d";
}
.ri-bar-chart-line:before {
  content: "\ea9e";
}
.ri-barcode-box-fill:before {
  content: "\ea9f";
}
.ri-barcode-box-line:before {
  content: "\eaa0";
}
.ri-barcode-fill:before {
  content: "\eaa1";
}
.ri-barcode-line:before {
  content: "\eaa2";
}
.ri-barricade-fill:before {
  content: "\eaa3";
}
.ri-barricade-line:before {
  content: "\eaa4";
}
.ri-base-station-fill:before {
  content: "\eaa5";
}
.ri-base-station-line:before {
  content: "\eaa6";
}
.ri-basketball-fill:before {
  content: "\eaa7";
}
.ri-basketball-line:before {
  content: "\eaa8";
}
.ri-battery-2-charge-fill:before {
  content: "\eaa9";
}
.ri-battery-2-charge-line:before {
  content: "\eaaa";
}
.ri-battery-2-fill:before {
  content: "\eaab";
}
.ri-battery-2-line:before {
  content: "\eaac";
}
.ri-battery-charge-fill:before {
  content: "\eaad";
}
.ri-battery-charge-line:before {
  content: "\eaae";
}
.ri-battery-fill:before {
  content: "\eaaf";
}
.ri-battery-line:before {
  content: "\eab0";
}
.ri-battery-low-fill:before {
  content: "\eab1";
}
.ri-battery-low-line:before {
  content: "\eab2";
}
.ri-battery-saver-fill:before {
  content: "\eab3";
}
.ri-battery-saver-line:before {
  content: "\eab4";
}
.ri-battery-share-fill:before {
  content: "\eab5";
}
.ri-battery-share-line:before {
  content: "\eab6";
}
.ri-bear-smile-fill:before {
  content: "\eab7";
}
.ri-bear-smile-line:before {
  content: "\eab8";
}
.ri-behance-fill:before {
  content: "\eab9";
}
.ri-behance-line:before {
  content: "\eaba";
}
.ri-bell-fill:before {
  content: "\eabb";
}
.ri-bell-line:before {
  content: "\eabc";
}
.ri-bike-fill:before {
  content: "\eabd";
}
.ri-bike-line:before {
  content: "\eabe";
}
.ri-bilibili-fill:before {
  content: "\eabf";
}
.ri-bilibili-line:before {
  content: "\eac0";
}
.ri-bill-fill:before {
  content: "\eac1";
}
.ri-bill-line:before {
  content: "\eac2";
}
.ri-billiards-fill:before {
  content: "\eac3";
}
.ri-billiards-line:before {
  content: "\eac4";
}
.ri-bit-coin-fill:before {
  content: "\eac5";
}
.ri-bit-coin-line:before {
  content: "\eac6";
}
.ri-blaze-fill:before {
  content: "\eac7";
}
.ri-blaze-line:before {
  content: "\eac8";
}
.ri-bluetooth-connect-fill:before {
  content: "\eac9";
}
.ri-bluetooth-connect-line:before {
  content: "\eaca";
}
.ri-bluetooth-fill:before {
  content: "\eacb";
}
.ri-bluetooth-line:before {
  content: "\eacc";
}
.ri-blur-off-fill:before {
  content: "\eacd";
}
.ri-blur-off-line:before {
  content: "\eace";
}
.ri-body-scan-fill:before {
  content: "\eacf";
}
.ri-body-scan-line:before {
  content: "\ead0";
}
.ri-bold:before {
  content: "\ead1";
}
.ri-book-2-fill:before {
  content: "\ead2";
}
.ri-book-2-line:before {
  content: "\ead3";
}
.ri-book-3-fill:before {
  content: "\ead4";
}
.ri-book-3-line:before {
  content: "\ead5";
}
.ri-book-fill:before {
  content: "\ead6";
}
.ri-book-line:before {
  content: "\ead7";
}
.ri-book-marked-fill:before {
  content: "\ead8";
}
.ri-book-marked-line:before {
  content: "\ead9";
}
.ri-book-open-fill:before {
  content: "\eada";
}
.ri-book-open-line:before {
  content: "\eadb";
}
.ri-book-read-fill:before {
  content: "\eadc";
}
.ri-book-read-line:before {
  content: "\eadd";
}
.ri-booklet-fill:before {
  content: "\eade";
}
.ri-booklet-line:before {
  content: "\eadf";
}
.ri-bookmark-2-fill:before {
  content: "\eae0";
}
.ri-bookmark-2-line:before {
  content: "\eae1";
}
.ri-bookmark-3-fill:before {
  content: "\eae2";
}
.ri-bookmark-3-line:before {
  content: "\eae3";
}
.ri-bookmark-fill:before {
  content: "\eae4";
}
.ri-bookmark-line:before {
  content: "\eae5";
}
.ri-boxing-fill:before {
  content: "\eae6";
}
.ri-boxing-line:before {
  content: "\eae7";
}
.ri-braces-fill:before {
  content: "\eae8";
}
.ri-braces-line:before {
  content: "\eae9";
}
.ri-brackets-fill:before {
  content: "\eaea";
}
.ri-brackets-line:before {
  content: "\eaeb";
}
.ri-briefcase-2-fill:before {
  content: "\eaec";
}
.ri-briefcase-2-line:before {
  content: "\eaed";
}
.ri-briefcase-3-fill:before {
  content: "\eaee";
}
.ri-briefcase-3-line:before {
  content: "\eaef";
}
.ri-briefcase-4-fill:before {
  content: "\eaf0";
}
.ri-briefcase-4-line:before {
  content: "\eaf1";
}
.ri-briefcase-5-fill:before {
  content: "\eaf2";
}
.ri-briefcase-5-line:before {
  content: "\eaf3";
}
.ri-briefcase-fill:before {
  content: "\eaf4";
}
.ri-briefcase-line:before {
  content: "\eaf5";
}
.ri-bring-forward:before {
  content: "\eaf6";
}
.ri-bring-to-front:before {
  content: "\eaf7";
}
.ri-broadcast-fill:before {
  content: "\eaf8";
}
.ri-broadcast-line:before {
  content: "\eaf9";
}
.ri-brush-2-fill:before {
  content: "\eafa";
}
.ri-brush-2-line:before {
  content: "\eafb";
}
.ri-brush-3-fill:before {
  content: "\eafc";
}
.ri-brush-3-line:before {
  content: "\eafd";
}
.ri-brush-4-fill:before {
  content: "\eafe";
}
.ri-brush-4-line:before {
  content: "\eaff";
}
.ri-brush-fill:before {
  content: "\eb00";
}
.ri-brush-line:before {
  content: "\eb01";
}
.ri-bubble-chart-fill:before {
  content: "\eb02";
}
.ri-bubble-chart-line:before {
  content: "\eb03";
}
.ri-bug-2-fill:before {
  content: "\eb04";
}
.ri-bug-2-line:before {
  content: "\eb05";
}
.ri-bug-fill:before {
  content: "\eb06";
}
.ri-bug-line:before {
  content: "\eb07";
}
.ri-building-2-fill:before {
  content: "\eb08";
}
.ri-building-2-line:before {
  content: "\eb09";
}
.ri-building-3-fill:before {
  content: "\eb0a";
}
.ri-building-3-line:before {
  content: "\eb0b";
}
.ri-building-4-fill:before {
  content: "\eb0c";
}
.ri-building-4-line:before {
  content: "\eb0d";
}
.ri-building-fill:before {
  content: "\eb0e";
}
.ri-building-line:before {
  content: "\eb0f";
}
.ri-bus-2-fill:before {
  content: "\eb10";
}
.ri-bus-2-line:before {
  content: "\eb11";
}
.ri-bus-fill:before {
  content: "\eb12";
}
.ri-bus-line:before {
  content: "\eb13";
}
.ri-bus-wifi-fill:before {
  content: "\eb14";
}
.ri-bus-wifi-line:before {
  content: "\eb15";
}
.ri-cactus-fill:before {
  content: "\eb16";
}
.ri-cactus-line:before {
  content: "\eb17";
}
.ri-cake-2-fill:before {
  content: "\eb18";
}
.ri-cake-2-line:before {
  content: "\eb19";
}
.ri-cake-3-fill:before {
  content: "\eb1a";
}
.ri-cake-3-line:before {
  content: "\eb1b";
}
.ri-cake-fill:before {
  content: "\eb1c";
}
.ri-cake-line:before {
  content: "\eb1d";
}
.ri-calculator-fill:before {
  content: "\eb1e";
}
.ri-calculator-line:before {
  content: "\eb1f";
}
.ri-calendar-2-fill:before {
  content: "\eb20";
}
.ri-calendar-2-line:before {
  content: "\eb21";
}
.ri-calendar-check-fill:before {
  content: "\eb22";
}
.ri-calendar-check-line:before {
  content: "\eb23";
}
.ri-calendar-event-fill:before {
  content: "\eb24";
}
.ri-calendar-event-line:before {
  content: "\eb25";
}
.ri-calendar-fill:before {
  content: "\eb26";
}
.ri-calendar-line:before {
  content: "\eb27";
}
.ri-calendar-todo-fill:before {
  content: "\eb28";
}
.ri-calendar-todo-line:before {
  content: "\eb29";
}
.ri-camera-2-fill:before {
  content: "\eb2a";
}
.ri-camera-2-line:before {
  content: "\eb2b";
}
.ri-camera-3-fill:before {
  content: "\eb2c";
}
.ri-camera-3-line:before {
  content: "\eb2d";
}
.ri-camera-fill:before {
  content: "\eb2e";
}
.ri-camera-lens-fill:before {
  content: "\eb2f";
}
.ri-camera-lens-line:before {
  content: "\eb30";
}
.ri-camera-line:before {
  content: "\eb31";
}
.ri-camera-off-fill:before {
  content: "\eb32";
}
.ri-camera-off-line:before {
  content: "\eb33";
}
.ri-camera-switch-fill:before {
  content: "\eb34";
}
.ri-camera-switch-line:before {
  content: "\eb35";
}
.ri-capsule-fill:before {
  content: "\eb36";
}
.ri-capsule-line:before {
  content: "\eb37";
}
.ri-car-fill:before {
  content: "\eb38";
}
.ri-car-line:before {
  content: "\eb39";
}
.ri-car-washing-fill:before {
  content: "\eb3a";
}
.ri-car-washing-line:before {
  content: "\eb3b";
}
.ri-caravan-fill:before {
  content: "\eb3c";
}
.ri-caravan-line:before {
  content: "\eb3d";
}
.ri-cast-fill:before {
  content: "\eb3e";
}
.ri-cast-line:before {
  content: "\eb3f";
}
.ri-cellphone-fill:before {
  content: "\eb40";
}
.ri-cellphone-line:before {
  content: "\eb41";
}
.ri-celsius-fill:before {
  content: "\eb42";
}
.ri-celsius-line:before {
  content: "\eb43";
}
.ri-centos-fill:before {
  content: "\eb44";
}
.ri-centos-line:before {
  content: "\eb45";
}
.ri-character-recognition-fill:before {
  content: "\eb46";
}
.ri-character-recognition-line:before {
  content: "\eb47";
}
.ri-charging-pile-2-fill:before {
  content: "\eb48";
}
.ri-charging-pile-2-line:before {
  content: "\eb49";
}
.ri-charging-pile-fill:before {
  content: "\eb4a";
}
.ri-charging-pile-line:before {
  content: "\eb4b";
}
.ri-chat-1-fill:before {
  content: "\eb4c";
}
.ri-chat-1-line:before {
  content: "\eb4d";
}
.ri-chat-2-fill:before {
  content: "\eb4e";
}
.ri-chat-2-line:before {
  content: "\eb4f";
}
.ri-chat-3-fill:before {
  content: "\eb50";
}
.ri-chat-3-line:before {
  content: "\eb51";
}
.ri-chat-4-fill:before {
  content: "\eb52";
}
.ri-chat-4-line:before {
  content: "\eb53";
}
.ri-chat-check-fill:before {
  content: "\eb54";
}
.ri-chat-check-line:before {
  content: "\eb55";
}
.ri-chat-delete-fill:before {
  content: "\eb56";
}
.ri-chat-delete-line:before {
  content: "\eb57";
}
.ri-chat-download-fill:before {
  content: "\eb58";
}
.ri-chat-download-line:before {
  content: "\eb59";
}
.ri-chat-follow-up-fill:before {
  content: "\eb5a";
}
.ri-chat-follow-up-line:before {
  content: "\eb5b";
}
.ri-chat-forward-fill:before {
  content: "\eb5c";
}
.ri-chat-forward-line:before {
  content: "\eb5d";
}
.ri-chat-heart-fill:before {
  content: "\eb5e";
}
.ri-chat-heart-line:before {
  content: "\eb5f";
}
.ri-chat-history-fill:before {
  content: "\eb60";
}
.ri-chat-history-line:before {
  content: "\eb61";
}
.ri-chat-new-fill:before {
  content: "\eb62";
}
.ri-chat-new-line:before {
  content: "\eb63";
}
.ri-chat-off-fill:before {
  content: "\eb64";
}
.ri-chat-off-line:before {
  content: "\eb65";
}
.ri-chat-poll-fill:before {
  content: "\eb66";
}
.ri-chat-poll-line:before {
  content: "\eb67";
}
.ri-chat-private-fill:before {
  content: "\eb68";
}
.ri-chat-private-line:before {
  content: "\eb69";
}
.ri-chat-quote-fill:before {
  content: "\eb6a";
}
.ri-chat-quote-line:before {
  content: "\eb6b";
}
.ri-chat-settings-fill:before {
  content: "\eb6c";
}
.ri-chat-settings-line:before {
  content: "\eb6d";
}
.ri-chat-smile-2-fill:before {
  content: "\eb6e";
}
.ri-chat-smile-2-line:before {
  content: "\eb6f";
}
.ri-chat-smile-3-fill:before {
  content: "\eb70";
}
.ri-chat-smile-3-line:before {
  content: "\eb71";
}
.ri-chat-smile-fill:before {
  content: "\eb72";
}
.ri-chat-smile-line:before {
  content: "\eb73";
}
.ri-chat-upload-fill:before {
  content: "\eb74";
}
.ri-chat-upload-line:before {
  content: "\eb75";
}
.ri-chat-voice-fill:before {
  content: "\eb76";
}
.ri-chat-voice-line:before {
  content: "\eb77";
}
.ri-check-double-fill:before {
  content: "\eb78";
}
.ri-check-double-line:before {
  content: "\eb79";
}
.ri-check-fill:before {
  content: "\eb7a";
}
.ri-check-line:before {
  content: "\eb7b";
}
.ri-checkbox-blank-circle-fill:before {
  content: "\eb7c";
}
.ri-checkbox-blank-circle-line:before {
  content: "\eb7d";
}
.ri-checkbox-blank-fill:before {
  content: "\eb7e";
}
.ri-checkbox-blank-line:before {
  content: "\eb7f";
}
.ri-checkbox-circle-fill:before {
  content: "\eb80";
}
.ri-checkbox-circle-line:before {
  content: "\eb81";
}
.ri-checkbox-fill:before {
  content: "\eb82";
}
.ri-checkbox-indeterminate-fill:before {
  content: "\eb83";
}
.ri-checkbox-indeterminate-line:before {
  content: "\eb84";
}
.ri-checkbox-line:before {
  content: "\eb85";
}
.ri-checkbox-multiple-blank-fill:before {
  content: "\eb86";
}
.ri-checkbox-multiple-blank-line:before {
  content: "\eb87";
}
.ri-checkbox-multiple-fill:before {
  content: "\eb88";
}
.ri-checkbox-multiple-line:before {
  content: "\eb89";
}
.ri-china-railway-fill:before {
  content: "\eb8a";
}
.ri-china-railway-line:before {
  content: "\eb8b";
}
.ri-chrome-fill:before {
  content: "\eb8c";
}
.ri-chrome-line:before {
  content: "\eb8d";
}
.ri-clapperboard-fill:before {
  content: "\eb8e";
}
.ri-clapperboard-line:before {
  content: "\eb8f";
}
.ri-clipboard-fill:before {
  content: "\eb90";
}
.ri-clipboard-line:before {
  content: "\eb91";
}
.ri-clockwise-2-fill:before {
  content: "\eb92";
}
.ri-clockwise-2-line:before {
  content: "\eb93";
}
.ri-clockwise-fill:before {
  content: "\eb94";
}
.ri-clockwise-line:before {
  content: "\eb95";
}
.ri-close-circle-fill:before {
  content: "\eb96";
}
.ri-close-circle-line:before {
  content: "\eb97";
}
.ri-close-fill:before {
  content: "\eb98";
}
.ri-close-line:before {
  content: "\eb99";
}
.ri-closed-captioning-fill:before {
  content: "\eb9a";
}
.ri-closed-captioning-line:before {
  content: "\eb9b";
}
.ri-cloud-fill:before {
  content: "\eb9c";
}
.ri-cloud-line:before {
  content: "\eb9d";
}
.ri-cloud-off-fill:before {
  content: "\eb9e";
}
.ri-cloud-off-line:before {
  content: "\eb9f";
}
.ri-cloud-windy-fill:before {
  content: "\eba0";
}
.ri-cloud-windy-line:before {
  content: "\eba1";
}
.ri-cloudy-2-fill:before {
  content: "\eba2";
}
.ri-cloudy-2-line:before {
  content: "\eba3";
}
.ri-cloudy-fill:before {
  content: "\eba4";
}
.ri-cloudy-line:before {
  content: "\eba5";
}
.ri-code-box-fill:before {
  content: "\eba6";
}
.ri-code-box-line:before {
  content: "\eba7";
}
.ri-code-fill:before {
  content: "\eba8";
}
.ri-code-line:before {
  content: "\eba9";
}
.ri-code-s-fill:before {
  content: "\ebaa";
}
.ri-code-s-line:before {
  content: "\ebab";
}
.ri-code-s-slash-fill:before {
  content: "\ebac";
}
.ri-code-s-slash-line:before {
  content: "\ebad";
}
.ri-code-view:before {
  content: "\ebae";
}
.ri-codepen-fill:before {
  content: "\ebaf";
}
.ri-codepen-line:before {
  content: "\ebb0";
}
.ri-coin-fill:before {
  content: "\ebb1";
}
.ri-coin-line:before {
  content: "\ebb2";
}
.ri-coins-fill:before {
  content: "\ebb3";
}
.ri-coins-line:before {
  content: "\ebb4";
}
.ri-collage-fill:before {
  content: "\ebb5";
}
.ri-collage-line:before {
  content: "\ebb6";
}
.ri-command-fill:before {
  content: "\ebb7";
}
.ri-command-line:before {
  content: "\ebb8";
}
.ri-community-fill:before {
  content: "\ebb9";
}
.ri-community-line:before {
  content: "\ebba";
}
.ri-compass-2-fill:before {
  content: "\ebbb";
}
.ri-compass-2-line:before {
  content: "\ebbc";
}
.ri-compass-3-fill:before {
  content: "\ebbd";
}
.ri-compass-3-line:before {
  content: "\ebbe";
}
.ri-compass-4-fill:before {
  content: "\ebbf";
}
.ri-compass-4-line:before {
  content: "\ebc0";
}
.ri-compass-discover-fill:before {
  content: "\ebc1";
}
.ri-compass-discover-line:before {
  content: "\ebc2";
}
.ri-compass-fill:before {
  content: "\ebc3";
}
.ri-compass-line:before {
  content: "\ebc4";
}
.ri-compasses-2-fill:before {
  content: "\ebc5";
}
.ri-compasses-2-line:before {
  content: "\ebc6";
}
.ri-compasses-fill:before {
  content: "\ebc7";
}
.ri-compasses-line:before {
  content: "\ebc8";
}
.ri-computer-fill:before {
  content: "\ebc9";
}
.ri-computer-line:before {
  content: "\ebca";
}
.ri-contacts-book-2-fill:before {
  content: "\ebcb";
}
.ri-contacts-book-2-line:before {
  content: "\ebcc";
}
.ri-contacts-book-fill:before {
  content: "\ebcd";
}
.ri-contacts-book-line:before {
  content: "\ebce";
}
.ri-contacts-book-upload-fill:before {
  content: "\ebcf";
}
.ri-contacts-book-upload-line:before {
  content: "\ebd0";
}
.ri-contacts-fill:before {
  content: "\ebd1";
}
.ri-contacts-line:before {
  content: "\ebd2";
}
.ri-contrast-2-fill:before {
  content: "\ebd3";
}
.ri-contrast-2-line:before {
  content: "\ebd4";
}
.ri-contrast-drop-2-fill:before {
  content: "\ebd5";
}
.ri-contrast-drop-2-line:before {
  content: "\ebd6";
}
.ri-contrast-drop-fill:before {
  content: "\ebd7";
}
.ri-contrast-drop-line:before {
  content: "\ebd8";
}
.ri-contrast-fill:before {
  content: "\ebd9";
}
.ri-contrast-line:before {
  content: "\ebda";
}
.ri-copper-coin-fill:before {
  content: "\ebdb";
}
.ri-copper-coin-line:before {
  content: "\ebdc";
}
.ri-copper-diamond-fill:before {
  content: "\ebdd";
}
.ri-copper-diamond-line:before {
  content: "\ebde";
}
.ri-copyleft-fill:before {
  content: "\ebdf";
}
.ri-copyleft-line:before {
  content: "\ebe0";
}
.ri-copyright-fill:before {
  content: "\ebe1";
}
.ri-copyright-line:before {
  content: "\ebe2";
}
.ri-coreos-fill:before {
  content: "\ebe3";
}
.ri-coreos-line:before {
  content: "\ebe4";
}
.ri-coupon-2-fill:before {
  content: "\ebe5";
}
.ri-coupon-2-line:before {
  content: "\ebe6";
}
.ri-coupon-3-fill:before {
  content: "\ebe7";
}
.ri-coupon-3-line:before {
  content: "\ebe8";
}
.ri-coupon-4-fill:before {
  content: "\ebe9";
}
.ri-coupon-4-line:before {
  content: "\ebea";
}
.ri-coupon-5-fill:before {
  content: "\ebeb";
}
.ri-coupon-5-line:before {
  content: "\ebec";
}
.ri-coupon-fill:before {
  content: "\ebed";
}
.ri-coupon-line:before {
  content: "\ebee";
}
.ri-cpu-fill:before {
  content: "\ebef";
}
.ri-cpu-line:before {
  content: "\ebf0";
}
.ri-creative-commons-by-fill:before {
  content: "\ebf1";
}
.ri-creative-commons-by-line:before {
  content: "\ebf2";
}
.ri-creative-commons-fill:before {
  content: "\ebf3";
}
.ri-creative-commons-line:before {
  content: "\ebf4";
}
.ri-creative-commons-nc-fill:before {
  content: "\ebf5";
}
.ri-creative-commons-nc-line:before {
  content: "\ebf6";
}
.ri-creative-commons-nd-fill:before {
  content: "\ebf7";
}
.ri-creative-commons-nd-line:before {
  content: "\ebf8";
}
.ri-creative-commons-sa-fill:before {
  content: "\ebf9";
}
.ri-creative-commons-sa-line:before {
  content: "\ebfa";
}
.ri-creative-commons-zero-fill:before {
  content: "\ebfb";
}
.ri-creative-commons-zero-line:before {
  content: "\ebfc";
}
.ri-criminal-fill:before {
  content: "\ebfd";
}
.ri-criminal-line:before {
  content: "\ebfe";
}
.ri-crop-2-fill:before {
  content: "\ebff";
}
.ri-crop-2-line:before {
  content: "\ec00";
}
.ri-crop-fill:before {
  content: "\ec01";
}
.ri-crop-line:before {
  content: "\ec02";
}
.ri-css3-fill:before {
  content: "\ec03";
}
.ri-css3-line:before {
  content: "\ec04";
}
.ri-cup-fill:before {
  content: "\ec05";
}
.ri-cup-line:before {
  content: "\ec06";
}
.ri-currency-fill:before {
  content: "\ec07";
}
.ri-currency-line:before {
  content: "\ec08";
}
.ri-cursor-fill:before {
  content: "\ec09";
}
.ri-cursor-line:before {
  content: "\ec0a";
}
.ri-customer-service-2-fill:before {
  content: "\ec0b";
}
.ri-customer-service-2-line:before {
  content: "\ec0c";
}
.ri-customer-service-fill:before {
  content: "\ec0d";
}
.ri-customer-service-line:before {
  content: "\ec0e";
}
.ri-dashboard-2-fill:before {
  content: "\ec0f";
}
.ri-dashboard-2-line:before {
  content: "\ec10";
}
.ri-dashboard-3-fill:before {
  content: "\ec11";
}
.ri-dashboard-3-line:before {
  content: "\ec12";
}
.ri-dashboard-fill:before {
  content: "\ec13";
}
.ri-dashboard-line:before {
  content: "\ec14";
}
.ri-database-2-fill:before {
  content: "\ec15";
}
.ri-database-2-line:before {
  content: "\ec16";
}
.ri-database-fill:before {
  content: "\ec17";
}
.ri-database-line:before {
  content: "\ec18";
}
.ri-delete-back-2-fill:before {
  content: "\ec19";
}
.ri-delete-back-2-line:before {
  content: "\ec1a";
}
.ri-delete-back-fill:before {
  content: "\ec1b";
}
.ri-delete-back-line:before {
  content: "\ec1c";
}
.ri-delete-bin-2-fill:before {
  content: "\ec1d";
}
.ri-delete-bin-2-line:before {
  content: "\ec1e";
}
.ri-delete-bin-3-fill:before {
  content: "\ec1f";
}
.ri-delete-bin-3-line:before {
  content: "\ec20";
}
.ri-delete-bin-4-fill:before {
  content: "\ec21";
}
.ri-delete-bin-4-line:before {
  content: "\ec22";
}
.ri-delete-bin-5-fill:before {
  content: "\ec23";
}
.ri-delete-bin-5-line:before {
  content: "\ec24";
}
.ri-delete-bin-6-fill:before {
  content: "\ec25";
}
.ri-delete-bin-6-line:before {
  content: "\ec26";
}
.ri-delete-bin-7-fill:before {
  content: "\ec27";
}
.ri-delete-bin-7-line:before {
  content: "\ec28";
}
.ri-delete-bin-fill:before {
  content: "\ec29";
}
.ri-delete-bin-line:before {
  content: "\ec2a";
}
.ri-delete-column:before {
  content: "\ec2b";
}
.ri-delete-row:before {
  content: "\ec2c";
}
.ri-device-fill:before {
  content: "\ec2d";
}
.ri-device-line:before {
  content: "\ec2e";
}
.ri-device-recover-fill:before {
  content: "\ec2f";
}
.ri-device-recover-line:before {
  content: "\ec30";
}
.ri-dingding-fill:before {
  content: "\ec31";
}
.ri-dingding-line:before {
  content: "\ec32";
}
.ri-direction-fill:before {
  content: "\ec33";
}
.ri-direction-line:before {
  content: "\ec34";
}
.ri-disc-fill:before {
  content: "\ec35";
}
.ri-disc-line:before {
  content: "\ec36";
}
.ri-discord-fill:before {
  content: "\ec37";
}
.ri-discord-line:before {
  content: "\ec38";
}
.ri-discuss-fill:before {
  content: "\ec39";
}
.ri-discuss-line:before {
  content: "\ec3a";
}
.ri-dislike-fill:before {
  content: "\ec3b";
}
.ri-dislike-line:before {
  content: "\ec3c";
}
.ri-disqus-fill:before {
  content: "\ec3d";
}
.ri-disqus-line:before {
  content: "\ec3e";
}
.ri-divide-fill:before {
  content: "\ec3f";
}
.ri-divide-line:before {
  content: "\ec40";
}
.ri-donut-chart-fill:before {
  content: "\ec41";
}
.ri-donut-chart-line:before {
  content: "\ec42";
}
.ri-door-closed-fill:before {
  content: "\ec43";
}
.ri-door-closed-line:before {
  content: "\ec44";
}
.ri-door-fill:before {
  content: "\ec45";
}
.ri-door-line:before {
  content: "\ec46";
}
.ri-door-lock-box-fill:before {
  content: "\ec47";
}
.ri-door-lock-box-line:before {
  content: "\ec48";
}
.ri-door-lock-fill:before {
  content: "\ec49";
}
.ri-door-lock-line:before {
  content: "\ec4a";
}
.ri-door-open-fill:before {
  content: "\ec4b";
}
.ri-door-open-line:before {
  content: "\ec4c";
}
.ri-dossier-fill:before {
  content: "\ec4d";
}
.ri-dossier-line:before {
  content: "\ec4e";
}
.ri-douban-fill:before {
  content: "\ec4f";
}
.ri-douban-line:before {
  content: "\ec50";
}
.ri-double-quotes-l:before {
  content: "\ec51";
}
.ri-double-quotes-r:before {
  content: "\ec52";
}
.ri-download-2-fill:before {
  content: "\ec53";
}
.ri-download-2-line:before {
  content: "\ec54";
}
.ri-download-cloud-2-fill:before {
  content: "\ec55";
}
.ri-download-cloud-2-line:before {
  content: "\ec56";
}
.ri-download-cloud-fill:before {
  content: "\ec57";
}
.ri-download-cloud-line:before {
  content: "\ec58";
}
.ri-download-fill:before {
  content: "\ec59";
}
.ri-download-line:before {
  content: "\ec5a";
}
.ri-draft-fill:before {
  content: "\ec5b";
}
.ri-draft-line:before {
  content: "\ec5c";
}
.ri-drag-drop-fill:before {
  content: "\ec5d";
}
.ri-drag-drop-line:before {
  content: "\ec5e";
}
.ri-drag-move-2-fill:before {
  content: "\ec5f";
}
.ri-drag-move-2-line:before {
  content: "\ec60";
}
.ri-drag-move-fill:before {
  content: "\ec61";
}
.ri-drag-move-line:before {
  content: "\ec62";
}
.ri-dribbble-fill:before {
  content: "\ec63";
}
.ri-dribbble-line:before {
  content: "\ec64";
}
.ri-drive-fill:before {
  content: "\ec65";
}
.ri-drive-line:before {
  content: "\ec66";
}
.ri-drizzle-fill:before {
  content: "\ec67";
}
.ri-drizzle-line:before {
  content: "\ec68";
}
.ri-drop-fill:before {
  content: "\ec69";
}
.ri-drop-line:before {
  content: "\ec6a";
}
.ri-dropbox-fill:before {
  content: "\ec6b";
}
.ri-dropbox-line:before {
  content: "\ec6c";
}
.ri-dual-sim-1-fill:before {
  content: "\ec6d";
}
.ri-dual-sim-1-line:before {
  content: "\ec6e";
}
.ri-dual-sim-2-fill:before {
  content: "\ec6f";
}
.ri-dual-sim-2-line:before {
  content: "\ec70";
}
.ri-dv-fill:before {
  content: "\ec71";
}
.ri-dv-line:before {
  content: "\ec72";
}
.ri-dvd-fill:before {
  content: "\ec73";
}
.ri-dvd-line:before {
  content: "\ec74";
}
.ri-e-bike-2-fill:before {
  content: "\ec75";
}
.ri-e-bike-2-line:before {
  content: "\ec76";
}
.ri-e-bike-fill:before {
  content: "\ec77";
}
.ri-e-bike-line:before {
  content: "\ec78";
}
.ri-earth-fill:before {
  content: "\ec79";
}
.ri-earth-line:before {
  content: "\ec7a";
}
.ri-earthquake-fill:before {
  content: "\ec7b";
}
.ri-earthquake-line:before {
  content: "\ec7c";
}
.ri-edge-fill:before {
  content: "\ec7d";
}
.ri-edge-line:before {
  content: "\ec7e";
}
.ri-edit-2-fill:before {
  content: "\ec7f";
}
.ri-edit-2-line:before {
  content: "\ec80";
}
.ri-edit-box-fill:before {
  content: "\ec81";
}
.ri-edit-box-line:before {
  content: "\ec82";
}
.ri-edit-circle-fill:before {
  content: "\ec83";
}
.ri-edit-circle-line:before {
  content: "\ec84";
}
.ri-edit-fill:before {
  content: "\ec85";
}
.ri-edit-line:before {
  content: "\ec86";
}
.ri-eject-fill:before {
  content: "\ec87";
}
.ri-eject-line:before {
  content: "\ec88";
}
.ri-emotion-2-fill:before {
  content: "\ec89";
}
.ri-emotion-2-line:before {
  content: "\ec8a";
}
.ri-emotion-fill:before {
  content: "\ec8b";
}
.ri-emotion-happy-fill:before {
  content: "\ec8c";
}
.ri-emotion-happy-line:before {
  content: "\ec8d";
}
.ri-emotion-laugh-fill:before {
  content: "\ec8e";
}
.ri-emotion-laugh-line:before {
  content: "\ec8f";
}
.ri-emotion-line:before {
  content: "\ec90";
}
.ri-emotion-normal-fill:before {
  content: "\ec91";
}
.ri-emotion-normal-line:before {
  content: "\ec92";
}
.ri-emotion-sad-fill:before {
  content: "\ec93";
}
.ri-emotion-sad-line:before {
  content: "\ec94";
}
.ri-emotion-unhappy-fill:before {
  content: "\ec95";
}
.ri-emotion-unhappy-line:before {
  content: "\ec96";
}
.ri-empathize-fill:before {
  content: "\ec97";
}
.ri-empathize-line:before {
  content: "\ec98";
}
.ri-emphasis-cn:before {
  content: "\ec99";
}
.ri-emphasis:before {
  content: "\ec9a";
}
.ri-english-input:before {
  content: "\ec9b";
}
.ri-equalizer-fill:before {
  content: "\ec9c";
}
.ri-equalizer-line:before {
  content: "\ec9d";
}
.ri-eraser-fill:before {
  content: "\ec9e";
}
.ri-eraser-line:before {
  content: "\ec9f";
}
.ri-error-warning-fill:before {
  content: "\eca0";
}
.ri-error-warning-line:before {
  content: "\eca1";
}
.ri-evernote-fill:before {
  content: "\eca2";
}
.ri-evernote-line:before {
  content: "\eca3";
}
.ri-exchange-box-fill:before {
  content: "\eca4";
}
.ri-exchange-box-line:before {
  content: "\eca5";
}
.ri-exchange-cny-fill:before {
  content: "\eca6";
}
.ri-exchange-cny-line:before {
  content: "\eca7";
}
.ri-exchange-dollar-fill:before {
  content: "\eca8";
}
.ri-exchange-dollar-line:before {
  content: "\eca9";
}
.ri-exchange-fill:before {
  content: "\ecaa";
}
.ri-exchange-funds-fill:before {
  content: "\ecab";
}
.ri-exchange-funds-line:before {
  content: "\ecac";
}
.ri-exchange-line:before {
  content: "\ecad";
}
.ri-external-link-fill:before {
  content: "\ecae";
}
.ri-external-link-line:before {
  content: "\ecaf";
}
.ri-eye-2-fill:before {
  content: "\ecb0";
}
.ri-eye-2-line:before {
  content: "\ecb1";
}
.ri-eye-close-fill:before {
  content: "\ecb2";
}
.ri-eye-close-line:before {
  content: "\ecb3";
}
.ri-eye-fill:before {
  content: "\ecb4";
}
.ri-eye-line:before {
  content: "\ecb5";
}
.ri-eye-off-fill:before {
  content: "\ecb6";
}
.ri-eye-off-line:before {
  content: "\ecb7";
}
.ri-facebook-box-fill:before {
  content: "\ecb8";
}
.ri-facebook-box-line:before {
  content: "\ecb9";
}
.ri-facebook-circle-fill:before {
  content: "\ecba";
}
.ri-facebook-circle-line:before {
  content: "\ecbb";
}
.ri-facebook-fill:before {
  content: "\ecbc";
}
.ri-facebook-line:before {
  content: "\ecbd";
}
.ri-fahrenheit-fill:before {
  content: "\ecbe";
}
.ri-fahrenheit-line:before {
  content: "\ecbf";
}
.ri-feedback-fill:before {
  content: "\ecc0";
}
.ri-feedback-line:before {
  content: "\ecc1";
}
.ri-file-2-fill:before {
  content: "\ecc2";
}
.ri-file-2-line:before {
  content: "\ecc3";
}
.ri-file-3-fill:before {
  content: "\ecc4";
}
.ri-file-3-line:before {
  content: "\ecc5";
}
.ri-file-4-fill:before {
  content: "\ecc6";
}
.ri-file-4-line:before {
  content: "\ecc7";
}
.ri-file-add-fill:before {
  content: "\ecc8";
}
.ri-file-add-line:before {
  content: "\ecc9";
}
.ri-file-chart-2-fill:before {
  content: "\ecca";
}
.ri-file-chart-2-line:before {
  content: "\eccb";
}
.ri-file-chart-fill:before {
  content: "\eccc";
}
.ri-file-chart-line:before {
  content: "\eccd";
}
.ri-file-cloud-fill:before {
  content: "\ecce";
}
.ri-file-cloud-line:before {
  content: "\eccf";
}
.ri-file-code-fill:before {
  content: "\ecd0";
}
.ri-file-code-line:before {
  content: "\ecd1";
}
.ri-file-copy-2-fill:before {
  content: "\ecd2";
}
.ri-file-copy-2-line:before {
  content: "\ecd3";
}
.ri-file-copy-fill:before {
  content: "\ecd4";
}
.ri-file-copy-line:before {
  content: "\ecd5";
}
.ri-file-damage-fill:before {
  content: "\ecd6";
}
.ri-file-damage-line:before {
  content: "\ecd7";
}
.ri-file-download-fill:before {
  content: "\ecd8";
}
.ri-file-download-line:before {
  content: "\ecd9";
}
.ri-file-edit-fill:before {
  content: "\ecda";
}
.ri-file-edit-line:before {
  content: "\ecdb";
}
.ri-file-excel-2-fill:before {
  content: "\ecdc";
}
.ri-file-excel-2-line:before {
  content: "\ecdd";
}
.ri-file-excel-fill:before {
  content: "\ecde";
}
.ri-file-excel-line:before {
  content: "\ecdf";
}
.ri-file-fill:before {
  content: "\ece0";
}
.ri-file-forbid-fill:before {
  content: "\ece1";
}
.ri-file-forbid-line:before {
  content: "\ece2";
}
.ri-file-gif-fill:before {
  content: "\ece3";
}
.ri-file-gif-line:before {
  content: "\ece4";
}
.ri-file-history-fill:before {
  content: "\ece5";
}
.ri-file-history-line:before {
  content: "\ece6";
}
.ri-file-hwp-fill:before {
  content: "\ece7";
}
.ri-file-hwp-line:before {
  content: "\ece8";
}
.ri-file-info-fill:before {
  content: "\ece9";
}
.ri-file-info-line:before {
  content: "\ecea";
}
.ri-file-line:before {
  content: "\eceb";
}
.ri-file-list-2-fill:before {
  content: "\ecec";
}
.ri-file-list-2-line:before {
  content: "\eced";
}
.ri-file-list-3-fill:before {
  content: "\ecee";
}
.ri-file-list-3-line:before {
  content: "\ecef";
}
.ri-file-list-fill:before {
  content: "\ecf0";
}
.ri-file-list-line:before {
  content: "\ecf1";
}
.ri-file-lock-fill:before {
  content: "\ecf2";
}
.ri-file-lock-line:before {
  content: "\ecf3";
}
.ri-file-marked-fill:before {
  content: "\ecf4";
}
.ri-file-marked-line:before {
  content: "\ecf5";
}
.ri-file-music-fill:before {
  content: "\ecf6";
}
.ri-file-music-line:before {
  content: "\ecf7";
}
.ri-file-paper-2-fill:before {
  content: "\ecf8";
}
.ri-file-paper-2-line:before {
  content: "\ecf9";
}
.ri-file-paper-fill:before {
  content: "\ecfa";
}
.ri-file-paper-line:before {
  content: "\ecfb";
}
.ri-file-pdf-fill:before {
  content: "\ecfc";
}
.ri-file-pdf-line:before {
  content: "\ecfd";
}
.ri-file-ppt-2-fill:before {
  content: "\ecfe";
}
.ri-file-ppt-2-line:before {
  content: "\ecff";
}
.ri-file-ppt-fill:before {
  content: "\ed00";
}
.ri-file-ppt-line:before {
  content: "\ed01";
}
.ri-file-reduce-fill:before {
  content: "\ed02";
}
.ri-file-reduce-line:before {
  content: "\ed03";
}
.ri-file-search-fill:before {
  content: "\ed04";
}
.ri-file-search-line:before {
  content: "\ed05";
}
.ri-file-settings-fill:before {
  content: "\ed06";
}
.ri-file-settings-line:before {
  content: "\ed07";
}
.ri-file-shield-2-fill:before {
  content: "\ed08";
}
.ri-file-shield-2-line:before {
  content: "\ed09";
}
.ri-file-shield-fill:before {
  content: "\ed0a";
}
.ri-file-shield-line:before {
  content: "\ed0b";
}
.ri-file-shred-fill:before {
  content: "\ed0c";
}
.ri-file-shred-line:before {
  content: "\ed0d";
}
.ri-file-text-fill:before {
  content: "\ed0e";
}
.ri-file-text-line:before {
  content: "\ed0f";
}
.ri-file-transfer-fill:before {
  content: "\ed10";
}
.ri-file-transfer-line:before {
  content: "\ed11";
}
.ri-file-unknow-fill:before {
  content: "\ed12";
}
.ri-file-unknow-line:before {
  content: "\ed13";
}
.ri-file-upload-fill:before {
  content: "\ed14";
}
.ri-file-upload-line:before {
  content: "\ed15";
}
.ri-file-user-fill:before {
  content: "\ed16";
}
.ri-file-user-line:before {
  content: "\ed17";
}
.ri-file-warning-fill:before {
  content: "\ed18";
}
.ri-file-warning-line:before {
  content: "\ed19";
}
.ri-file-word-2-fill:before {
  content: "\ed1a";
}
.ri-file-word-2-line:before {
  content: "\ed1b";
}
.ri-file-word-fill:before {
  content: "\ed1c";
}
.ri-file-word-line:before {
  content: "\ed1d";
}
.ri-file-zip-fill:before {
  content: "\ed1e";
}
.ri-file-zip-line:before {
  content: "\ed1f";
}
.ri-film-fill:before {
  content: "\ed20";
}
.ri-film-line:before {
  content: "\ed21";
}
.ri-filter-2-fill:before {
  content: "\ed22";
}
.ri-filter-2-line:before {
  content: "\ed23";
}
.ri-filter-3-fill:before {
  content: "\ed24";
}
.ri-filter-3-line:before {
  content: "\ed25";
}
.ri-filter-fill:before {
  content: "\ed26";
}
.ri-filter-line:before {
  content: "\ed27";
}
.ri-filter-off-fill:before {
  content: "\ed28";
}
.ri-filter-off-line:before {
  content: "\ed29";
}
.ri-find-replace-fill:before {
  content: "\ed2a";
}
.ri-find-replace-line:before {
  content: "\ed2b";
}
.ri-finder-fill:before {
  content: "\ed2c";
}
.ri-finder-line:before {
  content: "\ed2d";
}
.ri-fingerprint-2-fill:before {
  content: "\ed2e";
}
.ri-fingerprint-2-line:before {
  content: "\ed2f";
}
.ri-fingerprint-fill:before {
  content: "\ed30";
}
.ri-fingerprint-line:before {
  content: "\ed31";
}
.ri-fire-fill:before {
  content: "\ed32";
}
.ri-fire-line:before {
  content: "\ed33";
}
.ri-firefox-fill:before {
  content: "\ed34";
}
.ri-firefox-line:before {
  content: "\ed35";
}
.ri-first-aid-kit-fill:before {
  content: "\ed36";
}
.ri-first-aid-kit-line:before {
  content: "\ed37";
}
.ri-flag-2-fill:before {
  content: "\ed38";
}
.ri-flag-2-line:before {
  content: "\ed39";
}
.ri-flag-fill:before {
  content: "\ed3a";
}
.ri-flag-line:before {
  content: "\ed3b";
}
.ri-flashlight-fill:before {
  content: "\ed3c";
}
.ri-flashlight-line:before {
  content: "\ed3d";
}
.ri-flask-fill:before {
  content: "\ed3e";
}
.ri-flask-line:before {
  content: "\ed3f";
}
.ri-flight-land-fill:before {
  content: "\ed40";
}
.ri-flight-land-line:before {
  content: "\ed41";
}
.ri-flight-takeoff-fill:before {
  content: "\ed42";
}
.ri-flight-takeoff-line:before {
  content: "\ed43";
}
.ri-flood-fill:before {
  content: "\ed44";
}
.ri-flood-line:before {
  content: "\ed45";
}
.ri-flow-chart:before {
  content: "\ed46";
}
.ri-flutter-fill:before {
  content: "\ed47";
}
.ri-flutter-line:before {
  content: "\ed48";
}
.ri-focus-2-fill:before {
  content: "\ed49";
}
.ri-focus-2-line:before {
  content: "\ed4a";
}
.ri-focus-3-fill:before {
  content: "\ed4b";
}
.ri-focus-3-line:before {
  content: "\ed4c";
}
.ri-focus-fill:before {
  content: "\ed4d";
}
.ri-focus-line:before {
  content: "\ed4e";
}
.ri-foggy-fill:before {
  content: "\ed4f";
}
.ri-foggy-line:before {
  content: "\ed50";
}
.ri-folder-2-fill:before {
  content: "\ed51";
}
.ri-folder-2-line:before {
  content: "\ed52";
}
.ri-folder-3-fill:before {
  content: "\ed53";
}
.ri-folder-3-line:before {
  content: "\ed54";
}
.ri-folder-4-fill:before {
  content: "\ed55";
}
.ri-folder-4-line:before {
  content: "\ed56";
}
.ri-folder-5-fill:before {
  content: "\ed57";
}
.ri-folder-5-line:before {
  content: "\ed58";
}
.ri-folder-add-fill:before {
  content: "\ed59";
}
.ri-folder-add-line:before {
  content: "\ed5a";
}
.ri-folder-chart-2-fill:before {
  content: "\ed5b";
}
.ri-folder-chart-2-line:before {
  content: "\ed5c";
}
.ri-folder-chart-fill:before {
  content: "\ed5d";
}
.ri-folder-chart-line:before {
  content: "\ed5e";
}
.ri-folder-download-fill:before {
  content: "\ed5f";
}
.ri-folder-download-line:before {
  content: "\ed60";
}
.ri-folder-fill:before {
  content: "\ed61";
}
.ri-folder-forbid-fill:before {
  content: "\ed62";
}
.ri-folder-forbid-line:before {
  content: "\ed63";
}
.ri-folder-history-fill:before {
  content: "\ed64";
}
.ri-folder-history-line:before {
  content: "\ed65";
}
.ri-folder-info-fill:before {
  content: "\ed66";
}
.ri-folder-info-line:before {
  content: "\ed67";
}
.ri-folder-keyhole-fill:before {
  content: "\ed68";
}
.ri-folder-keyhole-line:before {
  content: "\ed69";
}
.ri-folder-line:before {
  content: "\ed6a";
}
.ri-folder-lock-fill:before {
  content: "\ed6b";
}
.ri-folder-lock-line:before {
  content: "\ed6c";
}
.ri-folder-music-fill:before {
  content: "\ed6d";
}
.ri-folder-music-line:before {
  content: "\ed6e";
}
.ri-folder-open-fill:before {
  content: "\ed6f";
}
.ri-folder-open-line:before {
  content: "\ed70";
}
.ri-folder-received-fill:before {
  content: "\ed71";
}
.ri-folder-received-line:before {
  content: "\ed72";
}
.ri-folder-reduce-fill:before {
  content: "\ed73";
}
.ri-folder-reduce-line:before {
  content: "\ed74";
}
.ri-folder-settings-fill:before {
  content: "\ed75";
}
.ri-folder-settings-line:before {
  content: "\ed76";
}
.ri-folder-shared-fill:before {
  content: "\ed77";
}
.ri-folder-shared-line:before {
  content: "\ed78";
}
.ri-folder-shield-2-fill:before {
  content: "\ed79";
}
.ri-folder-shield-2-line:before {
  content: "\ed7a";
}
.ri-folder-shield-fill:before {
  content: "\ed7b";
}
.ri-folder-shield-line:before {
  content: "\ed7c";
}
.ri-folder-transfer-fill:before {
  content: "\ed7d";
}
.ri-folder-transfer-line:before {
  content: "\ed7e";
}
.ri-folder-unknow-fill:before {
  content: "\ed7f";
}
.ri-folder-unknow-line:before {
  content: "\ed80";
}
.ri-folder-upload-fill:before {
  content: "\ed81";
}
.ri-folder-upload-line:before {
  content: "\ed82";
}
.ri-folder-user-fill:before {
  content: "\ed83";
}
.ri-folder-user-line:before {
  content: "\ed84";
}
.ri-folder-warning-fill:before {
  content: "\ed85";
}
.ri-folder-warning-line:before {
  content: "\ed86";
}
.ri-folder-zip-fill:before {
  content: "\ed87";
}
.ri-folder-zip-line:before {
  content: "\ed88";
}
.ri-folders-fill:before {
  content: "\ed89";
}
.ri-folders-line:before {
  content: "\ed8a";
}
.ri-font-color:before {
  content: "\ed8b";
}
.ri-font-size-2:before {
  content: "\ed8c";
}
.ri-font-size:before {
  content: "\ed8d";
}
.ri-football-fill:before {
  content: "\ed8e";
}
.ri-football-line:before {
  content: "\ed8f";
}
.ri-footprint-fill:before {
  content: "\ed90";
}
.ri-footprint-line:before {
  content: "\ed91";
}
.ri-forbid-2-fill:before {
  content: "\ed92";
}
.ri-forbid-2-line:before {
  content: "\ed93";
}
.ri-forbid-fill:before {
  content: "\ed94";
}
.ri-forbid-line:before {
  content: "\ed95";
}
.ri-format-clear:before {
  content: "\ed96";
}
.ri-fridge-fill:before {
  content: "\ed97";
}
.ri-fridge-line:before {
  content: "\ed98";
}
.ri-fullscreen-exit-fill:before {
  content: "\ed99";
}
.ri-fullscreen-exit-line:before {
  content: "\ed9a";
}
.ri-fullscreen-fill:before {
  content: "\ed9b";
}
.ri-fullscreen-line:before {
  content: "\ed9c";
}
.ri-function-fill:before {
  content: "\ed9d";
}
.ri-function-line:before {
  content: "\ed9e";
}
.ri-functions:before {
  content: "\ed9f";
}
.ri-funds-box-fill:before {
  content: "\eda0";
}
.ri-funds-box-line:before {
  content: "\eda1";
}
.ri-funds-fill:before {
  content: "\eda2";
}
.ri-funds-line:before {
  content: "\eda3";
}
.ri-gallery-fill:before {
  content: "\eda4";
}
.ri-gallery-line:before {
  content: "\eda5";
}
.ri-gallery-upload-fill:before {
  content: "\eda6";
}
.ri-gallery-upload-line:before {
  content: "\eda7";
}
.ri-game-fill:before {
  content: "\eda8";
}
.ri-game-line:before {
  content: "\eda9";
}
.ri-gamepad-fill:before {
  content: "\edaa";
}
.ri-gamepad-line:before {
  content: "\edab";
}
.ri-gas-station-fill:before {
  content: "\edac";
}
.ri-gas-station-line:before {
  content: "\edad";
}
.ri-gatsby-fill:before {
  content: "\edae";
}
.ri-gatsby-line:before {
  content: "\edaf";
}
.ri-genderless-fill:before {
  content: "\edb0";
}
.ri-genderless-line:before {
  content: "\edb1";
}
.ri-ghost-2-fill:before {
  content: "\edb2";
}
.ri-ghost-2-line:before {
  content: "\edb3";
}
.ri-ghost-fill:before {
  content: "\edb4";
}
.ri-ghost-line:before {
  content: "\edb5";
}
.ri-ghost-smile-fill:before {
  content: "\edb6";
}
.ri-ghost-smile-line:before {
  content: "\edb7";
}
.ri-gift-2-fill:before {
  content: "\edb8";
}
.ri-gift-2-line:before {
  content: "\edb9";
}
.ri-gift-fill:before {
  content: "\edba";
}
.ri-gift-line:before {
  content: "\edbb";
}
.ri-git-branch-fill:before {
  content: "\edbc";
}
.ri-git-branch-line:before {
  content: "\edbd";
}
.ri-git-commit-fill:before {
  content: "\edbe";
}
.ri-git-commit-line:before {
  content: "\edbf";
}
.ri-git-merge-fill:before {
  content: "\edc0";
}
.ri-git-merge-line:before {
  content: "\edc1";
}
.ri-git-pull-request-fill:before {
  content: "\edc2";
}
.ri-git-pull-request-line:before {
  content: "\edc3";
}
.ri-git-repository-commits-fill:before {
  content: "\edc4";
}
.ri-git-repository-commits-line:before {
  content: "\edc5";
}
.ri-git-repository-fill:before {
  content: "\edc6";
}
.ri-git-repository-line:before {
  content: "\edc7";
}
.ri-git-repository-private-fill:before {
  content: "\edc8";
}
.ri-git-repository-private-line:before {
  content: "\edc9";
}
.ri-github-fill:before {
  content: "\edca";
}
.ri-github-line:before {
  content: "\edcb";
}
.ri-gitlab-fill:before {
  content: "\edcc";
}
.ri-gitlab-line:before {
  content: "\edcd";
}
.ri-global-fill:before {
  content: "\edce";
}
.ri-global-line:before {
  content: "\edcf";
}
.ri-globe-fill:before {
  content: "\edd0";
}
.ri-globe-line:before {
  content: "\edd1";
}
.ri-goblet-fill:before {
  content: "\edd2";
}
.ri-goblet-line:before {
  content: "\edd3";
}
.ri-google-fill:before {
  content: "\edd4";
}
.ri-google-line:before {
  content: "\edd5";
}
.ri-google-play-fill:before {
  content: "\edd6";
}
.ri-google-play-line:before {
  content: "\edd7";
}
.ri-government-fill:before {
  content: "\edd8";
}
.ri-government-line:before {
  content: "\edd9";
}
.ri-gps-fill:before {
  content: "\edda";
}
.ri-gps-line:before {
  content: "\eddb";
}
.ri-gradienter-fill:before {
  content: "\eddc";
}
.ri-gradienter-line:before {
  content: "\eddd";
}
.ri-grid-fill:before {
  content: "\edde";
}
.ri-grid-line:before {
  content: "\eddf";
}
.ri-group-2-fill:before {
  content: "\ede0";
}
.ri-group-2-line:before {
  content: "\ede1";
}
.ri-group-fill:before {
  content: "\ede2";
}
.ri-group-line:before {
  content: "\ede3";
}
.ri-guide-fill:before {
  content: "\ede4";
}
.ri-guide-line:before {
  content: "\ede5";
}
.ri-h-1:before {
  content: "\ede6";
}
.ri-h-2:before {
  content: "\ede7";
}
.ri-h-3:before {
  content: "\ede8";
}
.ri-h-4:before {
  content: "\ede9";
}
.ri-h-5:before {
  content: "\edea";
}
.ri-h-6:before {
  content: "\edeb";
}
.ri-hail-fill:before {
  content: "\edec";
}
.ri-hail-line:before {
  content: "\eded";
}
.ri-hammer-fill:before {
  content: "\edee";
}
.ri-hammer-line:before {
  content: "\edef";
}
.ri-hand-coin-fill:before {
  content: "\edf0";
}
.ri-hand-coin-line:before {
  content: "\edf1";
}
.ri-hand-heart-fill:before {
  content: "\edf2";
}
.ri-hand-heart-line:before {
  content: "\edf3";
}
.ri-hand-sanitizer-fill:before {
  content: "\edf4";
}
.ri-hand-sanitizer-line:before {
  content: "\edf5";
}
.ri-handbag-fill:before {
  content: "\edf6";
}
.ri-handbag-line:before {
  content: "\edf7";
}
.ri-hard-drive-2-fill:before {
  content: "\edf8";
}
.ri-hard-drive-2-line:before {
  content: "\edf9";
}
.ri-hard-drive-fill:before {
  content: "\edfa";
}
.ri-hard-drive-line:before {
  content: "\edfb";
}
.ri-hashtag:before {
  content: "\edfc";
}
.ri-haze-2-fill:before {
  content: "\edfd";
}
.ri-haze-2-line:before {
  content: "\edfe";
}
.ri-haze-fill:before {
  content: "\edff";
}
.ri-haze-line:before {
  content: "\ee00";
}
.ri-hd-fill:before {
  content: "\ee01";
}
.ri-hd-line:before {
  content: "\ee02";
}
.ri-heading:before {
  content: "\ee03";
}
.ri-headphone-fill:before {
  content: "\ee04";
}
.ri-headphone-line:before {
  content: "\ee05";
}
.ri-health-book-fill:before {
  content: "\ee06";
}
.ri-health-book-line:before {
  content: "\ee07";
}
.ri-heart-2-fill:before {
  content: "\ee08";
}
.ri-heart-2-line:before {
  content: "\ee09";
}
.ri-heart-3-fill:before {
  content: "\ee0a";
}
.ri-heart-3-line:before {
  content: "\ee0b";
}
.ri-heart-add-fill:before {
  content: "\ee0c";
}
.ri-heart-add-line:before {
  content: "\ee0d";
}
.ri-heart-fill:before {
  content: "\ee0e";
}
.ri-heart-line:before {
  content: "\ee0f";
}
.ri-heart-pulse-fill:before {
  content: "\ee10";
}
.ri-heart-pulse-line:before {
  content: "\ee11";
}
.ri-hearts-fill:before {
  content: "\ee12";
}
.ri-hearts-line:before {
  content: "\ee13";
}
.ri-heavy-showers-fill:before {
  content: "\ee14";
}
.ri-heavy-showers-line:before {
  content: "\ee15";
}
.ri-history-fill:before {
  content: "\ee16";
}
.ri-history-line:before {
  content: "\ee17";
}
.ri-home-2-fill:before {
  content: "\ee18";
}
.ri-home-2-line:before {
  content: "\ee19";
}
.ri-home-3-fill:before {
  content: "\ee1a";
}
.ri-home-3-line:before {
  content: "\ee1b";
}
.ri-home-4-fill:before {
  content: "\ee1c";
}
.ri-home-4-line:before {
  content: "\ee1d";
}
.ri-home-5-fill:before {
  content: "\ee1e";
}
.ri-home-5-line:before {
  content: "\ee1f";
}
.ri-home-6-fill:before {
  content: "\ee20";
}
.ri-home-6-line:before {
  content: "\ee21";
}
.ri-home-7-fill:before {
  content: "\ee22";
}
.ri-home-7-line:before {
  content: "\ee23";
}
.ri-home-8-fill:before {
  content: "\ee24";
}
.ri-home-8-line:before {
  content: "\ee25";
}
.ri-home-fill:before {
  content: "\ee26";
}
.ri-home-gear-fill:before {
  content: "\ee27";
}
.ri-home-gear-line:before {
  content: "\ee28";
}
.ri-home-heart-fill:before {
  content: "\ee29";
}
.ri-home-heart-line:before {
  content: "\ee2a";
}
.ri-home-line:before {
  content: "\ee2b";
}
.ri-home-smile-2-fill:before {
  content: "\ee2c";
}
.ri-home-smile-2-line:before {
  content: "\ee2d";
}
.ri-home-smile-fill:before {
  content: "\ee2e";
}
.ri-home-smile-line:before {
  content: "\ee2f";
}
.ri-home-wifi-fill:before {
  content: "\ee30";
}
.ri-home-wifi-line:before {
  content: "\ee31";
}
.ri-honor-of-kings-fill:before {
  content: "\ee32";
}
.ri-honor-of-kings-line:before {
  content: "\ee33";
}
.ri-honour-fill:before {
  content: "\ee34";
}
.ri-honour-line:before {
  content: "\ee35";
}
.ri-hospital-fill:before {
  content: "\ee36";
}
.ri-hospital-line:before {
  content: "\ee37";
}
.ri-hotel-bed-fill:before {
  content: "\ee38";
}
.ri-hotel-bed-line:before {
  content: "\ee39";
}
.ri-hotel-fill:before {
  content: "\ee3a";
}
.ri-hotel-line:before {
  content: "\ee3b";
}
.ri-hotspot-fill:before {
  content: "\ee3c";
}
.ri-hotspot-line:before {
  content: "\ee3d";
}
.ri-hq-fill:before {
  content: "\ee3e";
}
.ri-hq-line:before {
  content: "\ee3f";
}
.ri-html5-fill:before {
  content: "\ee40";
}
.ri-html5-line:before {
  content: "\ee41";
}
.ri-ie-fill:before {
  content: "\ee42";
}
.ri-ie-line:before {
  content: "\ee43";
}
.ri-image-2-fill:before {
  content: "\ee44";
}
.ri-image-2-line:before {
  content: "\ee45";
}
.ri-image-add-fill:before {
  content: "\ee46";
}
.ri-image-add-line:before {
  content: "\ee47";
}
.ri-image-edit-fill:before {
  content: "\ee48";
}
.ri-image-edit-line:before {
  content: "\ee49";
}
.ri-image-fill:before {
  content: "\ee4a";
}
.ri-image-line:before {
  content: "\ee4b";
}
.ri-inbox-archive-fill:before {
  content: "\ee4c";
}
.ri-inbox-archive-line:before {
  content: "\ee4d";
}
.ri-inbox-fill:before {
  content: "\ee4e";
}
.ri-inbox-line:before {
  content: "\ee4f";
}
.ri-inbox-unarchive-fill:before {
  content: "\ee50";
}
.ri-inbox-unarchive-line:before {
  content: "\ee51";
}
.ri-increase-decrease-fill:before {
  content: "\ee52";
}
.ri-increase-decrease-line:before {
  content: "\ee53";
}
.ri-indent-decrease:before {
  content: "\ee54";
}
.ri-indent-increase:before {
  content: "\ee55";
}
.ri-indeterminate-circle-fill:before {
  content: "\ee56";
}
.ri-indeterminate-circle-line:before {
  content: "\ee57";
}
.ri-information-fill:before {
  content: "\ee58";
}
.ri-information-line:before {
  content: "\ee59";
}
.ri-infrared-thermometer-fill:before {
  content: "\ee5a";
}
.ri-infrared-thermometer-line:before {
  content: "\ee5b";
}
.ri-ink-bottle-fill:before {
  content: "\ee5c";
}
.ri-ink-bottle-line:before {
  content: "\ee5d";
}
.ri-input-cursor-move:before {
  content: "\ee5e";
}
.ri-input-method-fill:before {
  content: "\ee5f";
}
.ri-input-method-line:before {
  content: "\ee60";
}
.ri-insert-column-left:before {
  content: "\ee61";
}
.ri-insert-column-right:before {
  content: "\ee62";
}
.ri-insert-row-bottom:before {
  content: "\ee63";
}
.ri-insert-row-top:before {
  content: "\ee64";
}
.ri-instagram-fill:before {
  content: "\ee65";
}
.ri-instagram-line:before {
  content: "\ee66";
}
.ri-install-fill:before {
  content: "\ee67";
}
.ri-install-line:before {
  content: "\ee68";
}
.ri-invision-fill:before {
  content: "\ee69";
}
.ri-invision-line:before {
  content: "\ee6a";
}
.ri-italic:before {
  content: "\ee6b";
}
.ri-kakao-talk-fill:before {
  content: "\ee6c";
}
.ri-kakao-talk-line:before {
  content: "\ee6d";
}
.ri-key-2-fill:before {
  content: "\ee6e";
}
.ri-key-2-line:before {
  content: "\ee6f";
}
.ri-key-fill:before {
  content: "\ee70";
}
.ri-key-line:before {
  content: "\ee71";
}
.ri-keyboard-box-fill:before {
  content: "\ee72";
}
.ri-keyboard-box-line:before {
  content: "\ee73";
}
.ri-keyboard-fill:before {
  content: "\ee74";
}
.ri-keyboard-line:before {
  content: "\ee75";
}
.ri-keynote-fill:before {
  content: "\ee76";
}
.ri-keynote-line:before {
  content: "\ee77";
}
.ri-knife-blood-fill:before {
  content: "\ee78";
}
.ri-knife-blood-line:before {
  content: "\ee79";
}
.ri-knife-fill:before {
  content: "\ee7a";
}
.ri-knife-line:before {
  content: "\ee7b";
}
.ri-landscape-fill:before {
  content: "\ee7c";
}
.ri-landscape-line:before {
  content: "\ee7d";
}
.ri-layout-2-fill:before {
  content: "\ee7e";
}
.ri-layout-2-line:before {
  content: "\ee7f";
}
.ri-layout-3-fill:before {
  content: "\ee80";
}
.ri-layout-3-line:before {
  content: "\ee81";
}
.ri-layout-4-fill:before {
  content: "\ee82";
}
.ri-layout-4-line:before {
  content: "\ee83";
}
.ri-layout-5-fill:before {
  content: "\ee84";
}
.ri-layout-5-line:before {
  content: "\ee85";
}
.ri-layout-6-fill:before {
  content: "\ee86";
}
.ri-layout-6-line:before {
  content: "\ee87";
}
.ri-layout-bottom-2-fill:before {
  content: "\ee88";
}
.ri-layout-bottom-2-line:before {
  content: "\ee89";
}
.ri-layout-bottom-fill:before {
  content: "\ee8a";
}
.ri-layout-bottom-line:before {
  content: "\ee8b";
}
.ri-layout-column-fill:before {
  content: "\ee8c";
}
.ri-layout-column-line:before {
  content: "\ee8d";
}
.ri-layout-fill:before {
  content: "\ee8e";
}
.ri-layout-grid-fill:before {
  content: "\ee8f";
}
.ri-layout-grid-line:before {
  content: "\ee90";
}
.ri-layout-left-2-fill:before {
  content: "\ee91";
}
.ri-layout-left-2-line:before {
  content: "\ee92";
}
.ri-layout-left-fill:before {
  content: "\ee93";
}
.ri-layout-left-line:before {
  content: "\ee94";
}
.ri-layout-line:before {
  content: "\ee95";
}
.ri-layout-masonry-fill:before {
  content: "\ee96";
}
.ri-layout-masonry-line:before {
  content: "\ee97";
}
.ri-layout-right-2-fill:before {
  content: "\ee98";
}
.ri-layout-right-2-line:before {
  content: "\ee99";
}
.ri-layout-right-fill:before {
  content: "\ee9a";
}
.ri-layout-right-line:before {
  content: "\ee9b";
}
.ri-layout-row-fill:before {
  content: "\ee9c";
}
.ri-layout-row-line:before {
  content: "\ee9d";
}
.ri-layout-top-2-fill:before {
  content: "\ee9e";
}
.ri-layout-top-2-line:before {
  content: "\ee9f";
}
.ri-layout-top-fill:before {
  content: "\eea0";
}
.ri-layout-top-line:before {
  content: "\eea1";
}
.ri-leaf-fill:before {
  content: "\eea2";
}
.ri-leaf-line:before {
  content: "\eea3";
}
.ri-lifebuoy-fill:before {
  content: "\eea4";
}
.ri-lifebuoy-line:before {
  content: "\eea5";
}
.ri-lightbulb-fill:before {
  content: "\eea6";
}
.ri-lightbulb-flash-fill:before {
  content: "\eea7";
}
.ri-lightbulb-flash-line:before {
  content: "\eea8";
}
.ri-lightbulb-line:before {
  content: "\eea9";
}
.ri-line-chart-fill:before {
  content: "\eeaa";
}
.ri-line-chart-line:before {
  content: "\eeab";
}
.ri-line-fill:before {
  content: "\eeac";
}
.ri-line-height:before {
  content: "\eead";
}
.ri-line-line:before {
  content: "\eeae";
}
.ri-link-m:before {
  content: "\eeaf";
}
.ri-link-unlink-m:before {
  content: "\eeb0";
}
.ri-link-unlink:before {
  content: "\eeb1";
}
.ri-link:before {
  content: "\eeb2";
}
.ri-linkedin-box-fill:before {
  content: "\eeb3";
}
.ri-linkedin-box-line:before {
  content: "\eeb4";
}
.ri-linkedin-fill:before {
  content: "\eeb5";
}
.ri-linkedin-line:before {
  content: "\eeb6";
}
.ri-links-fill:before {
  content: "\eeb7";
}
.ri-links-line:before {
  content: "\eeb8";
}
.ri-list-check-2:before {
  content: "\eeb9";
}
.ri-list-check:before {
  content: "\eeba";
}
.ri-list-ordered:before {
  content: "\eebb";
}
.ri-list-settings-fill:before {
  content: "\eebc";
}
.ri-list-settings-line:before {
  content: "\eebd";
}
.ri-list-unordered:before {
  content: "\eebe";
}
.ri-live-fill:before {
  content: "\eebf";
}
.ri-live-line:before {
  content: "\eec0";
}
.ri-loader-2-fill:before {
  content: "\eec1";
}
.ri-loader-2-line:before {
  content: "\eec2";
}
.ri-loader-3-fill:before {
  content: "\eec3";
}
.ri-loader-3-line:before {
  content: "\eec4";
}
.ri-loader-4-fill:before {
  content: "\eec5";
}
.ri-loader-4-line:before {
  content: "\eec6";
}
.ri-loader-5-fill:before {
  content: "\eec7";
}
.ri-loader-5-line:before {
  content: "\eec8";
}
.ri-loader-fill:before {
  content: "\eec9";
}
.ri-loader-line:before {
  content: "\eeca";
}
.ri-lock-2-fill:before {
  content: "\eecb";
}
.ri-lock-2-line:before {
  content: "\eecc";
}
.ri-lock-fill:before {
  content: "\eecd";
}
.ri-lock-line:before {
  content: "\eece";
}
.ri-lock-password-fill:before {
  content: "\eecf";
}
.ri-lock-password-line:before {
  content: "\eed0";
}
.ri-lock-unlock-fill:before {
  content: "\eed1";
}
.ri-lock-unlock-line:before {
  content: "\eed2";
}
.ri-login-box-fill:before {
  content: "\eed3";
}
.ri-login-box-line:before {
  content: "\eed4";
}
.ri-login-circle-fill:before {
  content: "\eed5";
}
.ri-login-circle-line:before {
  content: "\eed6";
}
.ri-logout-box-fill:before {
  content: "\eed7";
}
.ri-logout-box-line:before {
  content: "\eed8";
}
.ri-logout-box-r-fill:before {
  content: "\eed9";
}
.ri-logout-box-r-line:before {
  content: "\eeda";
}
.ri-logout-circle-fill:before {
  content: "\eedb";
}
.ri-logout-circle-line:before {
  content: "\eedc";
}
.ri-logout-circle-r-fill:before {
  content: "\eedd";
}
.ri-logout-circle-r-line:before {
  content: "\eede";
}
.ri-luggage-cart-fill:before {
  content: "\eedf";
}
.ri-luggage-cart-line:before {
  content: "\eee0";
}
.ri-luggage-deposit-fill:before {
  content: "\eee1";
}
.ri-luggage-deposit-line:before {
  content: "\eee2";
}
.ri-lungs-fill:before {
  content: "\eee3";
}
.ri-lungs-line:before {
  content: "\eee4";
}
.ri-mac-fill:before {
  content: "\eee5";
}
.ri-mac-line:before {
  content: "\eee6";
}
.ri-macbook-fill:before {
  content: "\eee7";
}
.ri-macbook-line:before {
  content: "\eee8";
}
.ri-magic-fill:before {
  content: "\eee9";
}
.ri-magic-line:before {
  content: "\eeea";
}
.ri-mail-add-fill:before {
  content: "\eeeb";
}
.ri-mail-add-line:before {
  content: "\eeec";
}
.ri-mail-check-fill:before {
  content: "\eeed";
}
.ri-mail-check-line:before {
  content: "\eeee";
}
.ri-mail-close-fill:before {
  content: "\eeef";
}
.ri-mail-close-line:before {
  content: "\eef0";
}
.ri-mail-download-fill:before {
  content: "\eef1";
}
.ri-mail-download-line:before {
  content: "\eef2";
}
.ri-mail-fill:before {
  content: "\eef3";
}
.ri-mail-forbid-fill:before {
  content: "\eef4";
}
.ri-mail-forbid-line:before {
  content: "\eef5";
}
.ri-mail-line:before {
  content: "\eef6";
}
.ri-mail-lock-fill:before {
  content: "\eef7";
}
.ri-mail-lock-line:before {
  content: "\eef8";
}
.ri-mail-open-fill:before {
  content: "\eef9";
}
.ri-mail-open-line:before {
  content: "\eefa";
}
.ri-mail-send-fill:before {
  content: "\eefb";
}
.ri-mail-send-line:before {
  content: "\eefc";
}
.ri-mail-settings-fill:before {
  content: "\eefd";
}
.ri-mail-settings-line:before {
  content: "\eefe";
}
.ri-mail-star-fill:before {
  content: "\eeff";
}
.ri-mail-star-line:before {
  content: "\ef00";
}
.ri-mail-unread-fill:before {
  content: "\ef01";
}
.ri-mail-unread-line:before {
  content: "\ef02";
}
.ri-mail-volume-fill:before {
  content: "\ef03";
}
.ri-mail-volume-line:before {
  content: "\ef04";
}
.ri-map-2-fill:before {
  content: "\ef05";
}
.ri-map-2-line:before {
  content: "\ef06";
}
.ri-map-fill:before {
  content: "\ef07";
}
.ri-map-line:before {
  content: "\ef08";
}
.ri-map-pin-2-fill:before {
  content: "\ef09";
}
.ri-map-pin-2-line:before {
  content: "\ef0a";
}
.ri-map-pin-3-fill:before {
  content: "\ef0b";
}
.ri-map-pin-3-line:before {
  content: "\ef0c";
}
.ri-map-pin-4-fill:before {
  content: "\ef0d";
}
.ri-map-pin-4-line:before {
  content: "\ef0e";
}
.ri-map-pin-5-fill:before {
  content: "\ef0f";
}
.ri-map-pin-5-line:before {
  content: "\ef10";
}
.ri-map-pin-add-fill:before {
  content: "\ef11";
}
.ri-map-pin-add-line:before {
  content: "\ef12";
}
.ri-map-pin-fill:before {
  content: "\ef13";
}
.ri-map-pin-line:before {
  content: "\ef14";
}
.ri-map-pin-range-fill:before {
  content: "\ef15";
}
.ri-map-pin-range-line:before {
  content: "\ef16";
}
.ri-map-pin-time-fill:before {
  content: "\ef17";
}
.ri-map-pin-time-line:before {
  content: "\ef18";
}
.ri-map-pin-user-fill:before {
  content: "\ef19";
}
.ri-map-pin-user-line:before {
  content: "\ef1a";
}
.ri-mark-pen-fill:before {
  content: "\ef1b";
}
.ri-mark-pen-line:before {
  content: "\ef1c";
}
.ri-markdown-fill:before {
  content: "\ef1d";
}
.ri-markdown-line:before {
  content: "\ef1e";
}
.ri-markup-fill:before {
  content: "\ef1f";
}
.ri-markup-line:before {
  content: "\ef20";
}
.ri-mastercard-fill:before {
  content: "\ef21";
}
.ri-mastercard-line:before {
  content: "\ef22";
}
.ri-mastodon-fill:before {
  content: "\ef23";
}
.ri-mastodon-line:before {
  content: "\ef24";
}
.ri-medal-2-fill:before {
  content: "\ef25";
}
.ri-medal-2-line:before {
  content: "\ef26";
}
.ri-medal-fill:before {
  content: "\ef27";
}
.ri-medal-line:before {
  content: "\ef28";
}
.ri-medicine-bottle-fill:before {
  content: "\ef29";
}
.ri-medicine-bottle-line:before {
  content: "\ef2a";
}
.ri-medium-fill:before {
  content: "\ef2b";
}
.ri-medium-line:before {
  content: "\ef2c";
}
.ri-men-fill:before {
  content: "\ef2d";
}
.ri-men-line:before {
  content: "\ef2e";
}
.ri-mental-health-fill:before {
  content: "\ef2f";
}
.ri-mental-health-line:before {
  content: "\ef30";
}
.ri-menu-2-fill:before {
  content: "\ef31";
}
.ri-menu-2-line:before {
  content: "\ef32";
}
.ri-menu-3-fill:before {
  content: "\ef33";
}
.ri-menu-3-line:before {
  content: "\ef34";
}
.ri-menu-4-fill:before {
  content: "\ef35";
}
.ri-menu-4-line:before {
  content: "\ef36";
}
.ri-menu-5-fill:before {
  content: "\ef37";
}
.ri-menu-5-line:before {
  content: "\ef38";
}
.ri-menu-add-fill:before {
  content: "\ef39";
}
.ri-menu-add-line:before {
  content: "\ef3a";
}
.ri-menu-fill:before {
  content: "\ef3b";
}
.ri-menu-fold-fill:before {
  content: "\ef3c";
}
.ri-menu-fold-line:before {
  content: "\ef3d";
}
.ri-menu-line:before {
  content: "\ef3e";
}
.ri-menu-unfold-fill:before {
  content: "\ef3f";
}
.ri-menu-unfold-line:before {
  content: "\ef40";
}
.ri-merge-cells-horizontal:before {
  content: "\ef41";
}
.ri-merge-cells-vertical:before {
  content: "\ef42";
}
.ri-message-2-fill:before {
  content: "\ef43";
}
.ri-message-2-line:before {
  content: "\ef44";
}
.ri-message-3-fill:before {
  content: "\ef45";
}
.ri-message-3-line:before {
  content: "\ef46";
}
.ri-message-fill:before {
  content: "\ef47";
}
.ri-message-line:before {
  content: "\ef48";
}
.ri-messenger-fill:before {
  content: "\ef49";
}
.ri-messenger-line:before {
  content: "\ef4a";
}
.ri-meteor-fill:before {
  content: "\ef4b";
}
.ri-meteor-line:before {
  content: "\ef4c";
}
.ri-mic-2-fill:before {
  content: "\ef4d";
}
.ri-mic-2-line:before {
  content: "\ef4e";
}
.ri-mic-fill:before {
  content: "\ef4f";
}
.ri-mic-line:before {
  content: "\ef50";
}
.ri-mic-off-fill:before {
  content: "\ef51";
}
.ri-mic-off-line:before {
  content: "\ef52";
}
.ri-mickey-fill:before {
  content: "\ef53";
}
.ri-mickey-line:before {
  content: "\ef54";
}
.ri-microscope-fill:before {
  content: "\ef55";
}
.ri-microscope-line:before {
  content: "\ef56";
}
.ri-microsoft-fill:before {
  content: "\ef57";
}
.ri-microsoft-line:before {
  content: "\ef58";
}
.ri-mind-map:before {
  content: "\ef59";
}
.ri-mini-program-fill:before {
  content: "\ef5a";
}
.ri-mini-program-line:before {
  content: "\ef5b";
}
.ri-mist-fill:before {
  content: "\ef5c";
}
.ri-mist-line:before {
  content: "\ef5d";
}
.ri-money-cny-box-fill:before {
  content: "\ef5e";
}
.ri-money-cny-box-line:before {
  content: "\ef5f";
}
.ri-money-cny-circle-fill:before {
  content: "\ef60";
}
.ri-money-cny-circle-line:before {
  content: "\ef61";
}
.ri-money-dollar-box-fill:before {
  content: "\ef62";
}
.ri-money-dollar-box-line:before {
  content: "\ef63";
}
.ri-money-dollar-circle-fill:before {
  content: "\ef64";
}
.ri-money-dollar-circle-line:before {
  content: "\ef65";
}
.ri-money-euro-box-fill:before {
  content: "\ef66";
}
.ri-money-euro-box-line:before {
  content: "\ef67";
}
.ri-money-euro-circle-fill:before {
  content: "\ef68";
}
.ri-money-euro-circle-line:before {
  content: "\ef69";
}
.ri-money-pound-box-fill:before {
  content: "\ef6a";
}
.ri-money-pound-box-line:before {
  content: "\ef6b";
}
.ri-money-pound-circle-fill:before {
  content: "\ef6c";
}
.ri-money-pound-circle-line:before {
  content: "\ef6d";
}
.ri-moon-clear-fill:before {
  content: "\ef6e";
}
.ri-moon-clear-line:before {
  content: "\ef6f";
}
.ri-moon-cloudy-fill:before {
  content: "\ef70";
}
.ri-moon-cloudy-line:before {
  content: "\ef71";
}
.ri-moon-fill:before {
  content: "\ef72";
}
.ri-moon-foggy-fill:before {
  content: "\ef73";
}
.ri-moon-foggy-line:before {
  content: "\ef74";
}
.ri-moon-line:before {
  content: "\ef75";
}
.ri-more-2-fill:before {
  content: "\ef76";
}
.ri-more-2-line:before {
  content: "\ef77";
}
.ri-more-fill:before {
  content: "\ef78";
}
.ri-more-line:before {
  content: "\ef79";
}
.ri-motorbike-fill:before {
  content: "\ef7a";
}
.ri-motorbike-line:before {
  content: "\ef7b";
}
.ri-mouse-fill:before {
  content: "\ef7c";
}
.ri-mouse-line:before {
  content: "\ef7d";
}
.ri-movie-2-fill:before {
  content: "\ef7e";
}
.ri-movie-2-line:before {
  content: "\ef7f";
}
.ri-movie-fill:before {
  content: "\ef80";
}
.ri-movie-line:before {
  content: "\ef81";
}
.ri-music-2-fill:before {
  content: "\ef82";
}
.ri-music-2-line:before {
  content: "\ef83";
}
.ri-music-fill:before {
  content: "\ef84";
}
.ri-music-line:before {
  content: "\ef85";
}
.ri-mv-fill:before {
  content: "\ef86";
}
.ri-mv-line:before {
  content: "\ef87";
}
.ri-navigation-fill:before {
  content: "\ef88";
}
.ri-navigation-line:before {
  content: "\ef89";
}
.ri-netease-cloud-music-fill:before {
  content: "\ef8a";
}
.ri-netease-cloud-music-line:before {
  content: "\ef8b";
}
.ri-netflix-fill:before {
  content: "\ef8c";
}
.ri-netflix-line:before {
  content: "\ef8d";
}
.ri-newspaper-fill:before {
  content: "\ef8e";
}
.ri-newspaper-line:before {
  content: "\ef8f";
}
.ri-node-tree:before {
  content: "\ef90";
}
.ri-notification-2-fill:before {
  content: "\ef91";
}
.ri-notification-2-line:before {
  content: "\ef92";
}
.ri-notification-3-fill:before {
  content: "\ef93";
}
.ri-notification-3-line:before {
  content: "\ef94";
}
.ri-notification-4-fill:before {
  content: "\ef95";
}
.ri-notification-4-line:before {
  content: "\ef96";
}
.ri-notification-badge-fill:before {
  content: "\ef97";
}
.ri-notification-badge-line:before {
  content: "\ef98";
}
.ri-notification-fill:before {
  content: "\ef99";
}
.ri-notification-line:before {
  content: "\ef9a";
}
.ri-notification-off-fill:before {
  content: "\ef9b";
}
.ri-notification-off-line:before {
  content: "\ef9c";
}
.ri-npmjs-fill:before {
  content: "\ef9d";
}
.ri-npmjs-line:before {
  content: "\ef9e";
}
.ri-number-0:before {
  content: "\ef9f";
}
.ri-number-1:before {
  content: "\efa0";
}
.ri-number-2:before {
  content: "\efa1";
}
.ri-number-3:before {
  content: "\efa2";
}
.ri-number-4:before {
  content: "\efa3";
}
.ri-number-5:before {
  content: "\efa4";
}
.ri-number-6:before {
  content: "\efa5";
}
.ri-number-7:before {
  content: "\efa6";
}
.ri-number-8:before {
  content: "\efa7";
}
.ri-number-9:before {
  content: "\efa8";
}
.ri-numbers-fill:before {
  content: "\efa9";
}
.ri-numbers-line:before {
  content: "\efaa";
}
.ri-nurse-fill:before {
  content: "\efab";
}
.ri-nurse-line:before {
  content: "\efac";
}
.ri-oil-fill:before {
  content: "\efad";
}
.ri-oil-line:before {
  content: "\efae";
}
.ri-omega:before {
  content: "\efaf";
}
.ri-open-arm-fill:before {
  content: "\efb0";
}
.ri-open-arm-line:before {
  content: "\efb1";
}
.ri-open-source-fill:before {
  content: "\efb2";
}
.ri-open-source-line:before {
  content: "\efb3";
}
.ri-opera-fill:before {
  content: "\efb4";
}
.ri-opera-line:before {
  content: "\efb5";
}
.ri-order-play-fill:before {
  content: "\efb6";
}
.ri-order-play-line:before {
  content: "\efb7";
}
.ri-organization-chart:before {
  content: "\efb8";
}
.ri-outlet-2-fill:before {
  content: "\efb9";
}
.ri-outlet-2-line:before {
  content: "\efba";
}
.ri-outlet-fill:before {
  content: "\efbb";
}
.ri-outlet-line:before {
  content: "\efbc";
}
.ri-page-separator:before {
  content: "\efbd";
}
.ri-pages-fill:before {
  content: "\efbe";
}
.ri-pages-line:before {
  content: "\efbf";
}
.ri-paint-brush-fill:before {
  content: "\efc0";
}
.ri-paint-brush-line:before {
  content: "\efc1";
}
.ri-paint-fill:before {
  content: "\efc2";
}
.ri-paint-line:before {
  content: "\efc3";
}
.ri-palette-fill:before {
  content: "\efc4";
}
.ri-palette-line:before {
  content: "\efc5";
}
.ri-pantone-fill:before {
  content: "\efc6";
}
.ri-pantone-line:before {
  content: "\efc7";
}
.ri-paragraph:before {
  content: "\efc8";
}
.ri-parent-fill:before {
  content: "\efc9";
}
.ri-parent-line:before {
  content: "\efca";
}
.ri-parentheses-fill:before {
  content: "\efcb";
}
.ri-parentheses-line:before {
  content: "\efcc";
}
.ri-parking-box-fill:before {
  content: "\efcd";
}
.ri-parking-box-line:before {
  content: "\efce";
}
.ri-parking-fill:before {
  content: "\efcf";
}
.ri-parking-line:before {
  content: "\efd0";
}
.ri-passport-fill:before {
  content: "\efd1";
}
.ri-passport-line:before {
  content: "\efd2";
}
.ri-patreon-fill:before {
  content: "\efd3";
}
.ri-patreon-line:before {
  content: "\efd4";
}
.ri-pause-circle-fill:before {
  content: "\efd5";
}
.ri-pause-circle-line:before {
  content: "\efd6";
}
.ri-pause-fill:before {
  content: "\efd7";
}
.ri-pause-line:before {
  content: "\efd8";
}
.ri-pause-mini-fill:before {
  content: "\efd9";
}
.ri-pause-mini-line:before {
  content: "\efda";
}
.ri-paypal-fill:before {
  content: "\efdb";
}
.ri-paypal-line:before {
  content: "\efdc";
}
.ri-pen-nib-fill:before {
  content: "\efdd";
}
.ri-pen-nib-line:before {
  content: "\efde";
}
.ri-pencil-fill:before {
  content: "\efdf";
}
.ri-pencil-line:before {
  content: "\efe0";
}
.ri-pencil-ruler-2-fill:before {
  content: "\efe1";
}
.ri-pencil-ruler-2-line:before {
  content: "\efe2";
}
.ri-pencil-ruler-fill:before {
  content: "\efe3";
}
.ri-pencil-ruler-line:before {
  content: "\efe4";
}
.ri-percent-fill:before {
  content: "\efe5";
}
.ri-percent-line:before {
  content: "\efe6";
}
.ri-phone-camera-fill:before {
  content: "\efe7";
}
.ri-phone-camera-line:before {
  content: "\efe8";
}
.ri-phone-fill:before {
  content: "\efe9";
}
.ri-phone-find-fill:before {
  content: "\efea";
}
.ri-phone-find-line:before {
  content: "\efeb";
}
.ri-phone-line:before {
  content: "\efec";
}
.ri-phone-lock-fill:before {
  content: "\efed";
}
.ri-phone-lock-line:before {
  content: "\efee";
}
.ri-picture-in-picture-2-fill:before {
  content: "\efef";
}
.ri-picture-in-picture-2-line:before {
  content: "\eff0";
}
.ri-picture-in-picture-exit-fill:before {
  content: "\eff1";
}
.ri-picture-in-picture-exit-line:before {
  content: "\eff2";
}
.ri-picture-in-picture-fill:before {
  content: "\eff3";
}
.ri-picture-in-picture-line:before {
  content: "\eff4";
}
.ri-pie-chart-2-fill:before {
  content: "\eff5";
}
.ri-pie-chart-2-line:before {
  content: "\eff6";
}
.ri-pie-chart-box-fill:before {
  content: "\eff7";
}
.ri-pie-chart-box-line:before {
  content: "\eff8";
}
.ri-pie-chart-fill:before {
  content: "\eff9";
}
.ri-pie-chart-line:before {
  content: "\effa";
}
.ri-pin-distance-fill:before {
  content: "\effb";
}
.ri-pin-distance-line:before {
  content: "\effc";
}
.ri-ping-pong-fill:before {
  content: "\effd";
}
.ri-ping-pong-line:before {
  content: "\effe";
}
.ri-pinterest-fill:before {
  content: "\efff";
}
.ri-pinterest-line:before {
  content: "\f000";
}
.ri-pinyin-input:before {
  content: "\f001";
}
.ri-pixelfed-fill:before {
  content: "\f002";
}
.ri-pixelfed-line:before {
  content: "\f003";
}
.ri-plane-fill:before {
  content: "\f004";
}
.ri-plane-line:before {
  content: "\f005";
}
.ri-plant-fill:before {
  content: "\f006";
}
.ri-plant-line:before {
  content: "\f007";
}
.ri-play-circle-fill:before {
  content: "\f008";
}
.ri-play-circle-line:before {
  content: "\f009";
}
.ri-play-fill:before {
  content: "\f00a";
}
.ri-play-line:before {
  content: "\f00b";
}
.ri-play-list-2-fill:before {
  content: "\f00c";
}
.ri-play-list-2-line:before {
  content: "\f00d";
}
.ri-play-list-add-fill:before {
  content: "\f00e";
}
.ri-play-list-add-line:before {
  content: "\f00f";
}
.ri-play-list-fill:before {
  content: "\f010";
}
.ri-play-list-line:before {
  content: "\f011";
}
.ri-play-mini-fill:before {
  content: "\f012";
}
.ri-play-mini-line:before {
  content: "\f013";
}
.ri-playstation-fill:before {
  content: "\f014";
}
.ri-playstation-line:before {
  content: "\f015";
}
.ri-plug-2-fill:before {
  content: "\f016";
}
.ri-plug-2-line:before {
  content: "\f017";
}
.ri-plug-fill:before {
  content: "\f018";
}
.ri-plug-line:before {
  content: "\f019";
}
.ri-polaroid-2-fill:before {
  content: "\f01a";
}
.ri-polaroid-2-line:before {
  content: "\f01b";
}
.ri-polaroid-fill:before {
  content: "\f01c";
}
.ri-polaroid-line:before {
  content: "\f01d";
}
.ri-police-car-fill:before {
  content: "\f01e";
}
.ri-police-car-line:before {
  content: "\f01f";
}
.ri-price-tag-2-fill:before {
  content: "\f020";
}
.ri-price-tag-2-line:before {
  content: "\f021";
}
.ri-price-tag-3-fill:before {
  content: "\f022";
}
.ri-price-tag-3-line:before {
  content: "\f023";
}
.ri-price-tag-fill:before {
  content: "\f024";
}
.ri-price-tag-line:before {
  content: "\f025";
}
.ri-printer-cloud-fill:before {
  content: "\f026";
}
.ri-printer-cloud-line:before {
  content: "\f027";
}
.ri-printer-fill:before {
  content: "\f028";
}
.ri-printer-line:before {
  content: "\f029";
}
.ri-product-hunt-fill:before {
  content: "\f02a";
}
.ri-product-hunt-line:before {
  content: "\f02b";
}
.ri-profile-fill:before {
  content: "\f02c";
}
.ri-profile-line:before {
  content: "\f02d";
}
.ri-projector-2-fill:before {
  content: "\f02e";
}
.ri-projector-2-line:before {
  content: "\f02f";
}
.ri-projector-fill:before {
  content: "\f030";
}
.ri-projector-line:before {
  content: "\f031";
}
.ri-psychotherapy-fill:before {
  content: "\f032";
}
.ri-psychotherapy-line:before {
  content: "\f033";
}
.ri-pulse-fill:before {
  content: "\f034";
}
.ri-pulse-line:before {
  content: "\f035";
}
.ri-pushpin-2-fill:before {
  content: "\f036";
}
.ri-pushpin-2-line:before {
  content: "\f037";
}
.ri-pushpin-fill:before {
  content: "\f038";
}
.ri-pushpin-line:before {
  content: "\f039";
}
.ri-qq-fill:before {
  content: "\f03a";
}
.ri-qq-line:before {
  content: "\f03b";
}
.ri-qr-code-fill:before {
  content: "\f03c";
}
.ri-qr-code-line:before {
  content: "\f03d";
}
.ri-qr-scan-2-fill:before {
  content: "\f03e";
}
.ri-qr-scan-2-line:before {
  content: "\f03f";
}
.ri-qr-scan-fill:before {
  content: "\f040";
}
.ri-qr-scan-line:before {
  content: "\f041";
}
.ri-question-answer-fill:before {
  content: "\f042";
}
.ri-question-answer-line:before {
  content: "\f043";
}
.ri-question-fill:before {
  content: "\f044";
}
.ri-question-line:before {
  content: "\f045";
}
.ri-question-mark:before {
  content: "\f046";
}
.ri-questionnaire-fill:before {
  content: "\f047";
}
.ri-questionnaire-line:before {
  content: "\f048";
}
.ri-quill-pen-fill:before {
  content: "\f049";
}
.ri-quill-pen-line:before {
  content: "\f04a";
}
.ri-radar-fill:before {
  content: "\f04b";
}
.ri-radar-line:before {
  content: "\f04c";
}
.ri-radio-2-fill:before {
  content: "\f04d";
}
.ri-radio-2-line:before {
  content: "\f04e";
}
.ri-radio-button-fill:before {
  content: "\f04f";
}
.ri-radio-button-line:before {
  content: "\f050";
}
.ri-radio-fill:before {
  content: "\f051";
}
.ri-radio-line:before {
  content: "\f052";
}
.ri-rainbow-fill:before {
  content: "\f053";
}
.ri-rainbow-line:before {
  content: "\f054";
}
.ri-rainy-fill:before {
  content: "\f055";
}
.ri-rainy-line:before {
  content: "\f056";
}
.ri-reactjs-fill:before {
  content: "\f057";
}
.ri-reactjs-line:before {
  content: "\f058";
}
.ri-record-circle-fill:before {
  content: "\f059";
}
.ri-record-circle-line:before {
  content: "\f05a";
}
.ri-record-mail-fill:before {
  content: "\f05b";
}
.ri-record-mail-line:before {
  content: "\f05c";
}
.ri-recycle-fill:before {
  content: "\f05d";
}
.ri-recycle-line:before {
  content: "\f05e";
}
.ri-red-packet-fill:before {
  content: "\f05f";
}
.ri-red-packet-line:before {
  content: "\f060";
}
.ri-reddit-fill:before {
  content: "\f061";
}
.ri-reddit-line:before {
  content: "\f062";
}
.ri-refresh-fill:before {
  content: "\f063";
}
.ri-refresh-line:before {
  content: "\f064";
}
.ri-refund-2-fill:before {
  content: "\f065";
}
.ri-refund-2-line:before {
  content: "\f066";
}
.ri-refund-fill:before {
  content: "\f067";
}
.ri-refund-line:before {
  content: "\f068";
}
.ri-registered-fill:before {
  content: "\f069";
}
.ri-registered-line:before {
  content: "\f06a";
}
.ri-remixicon-fill:before {
  content: "\f06b";
}
.ri-remixicon-line:before {
  content: "\f06c";
}
.ri-remote-control-2-fill:before {
  content: "\f06d";
}
.ri-remote-control-2-line:before {
  content: "\f06e";
}
.ri-remote-control-fill:before {
  content: "\f06f";
}
.ri-remote-control-line:before {
  content: "\f070";
}
.ri-repeat-2-fill:before {
  content: "\f071";
}
.ri-repeat-2-line:before {
  content: "\f072";
}
.ri-repeat-fill:before {
  content: "\f073";
}
.ri-repeat-line:before {
  content: "\f074";
}
.ri-repeat-one-fill:before {
  content: "\f075";
}
.ri-repeat-one-line:before {
  content: "\f076";
}
.ri-reply-all-fill:before {
  content: "\f077";
}
.ri-reply-all-line:before {
  content: "\f078";
}
.ri-reply-fill:before {
  content: "\f079";
}
.ri-reply-line:before {
  content: "\f07a";
}
.ri-reserved-fill:before {
  content: "\f07b";
}
.ri-reserved-line:before {
  content: "\f07c";
}
.ri-rest-time-fill:before {
  content: "\f07d";
}
.ri-rest-time-line:before {
  content: "\f07e";
}
.ri-restart-fill:before {
  content: "\f07f";
}
.ri-restart-line:before {
  content: "\f080";
}
.ri-restaurant-2-fill:before {
  content: "\f081";
}
.ri-restaurant-2-line:before {
  content: "\f082";
}
.ri-restaurant-fill:before {
  content: "\f083";
}
.ri-restaurant-line:before {
  content: "\f084";
}
.ri-rewind-fill:before {
  content: "\f085";
}
.ri-rewind-line:before {
  content: "\f086";
}
.ri-rewind-mini-fill:before {
  content: "\f087";
}
.ri-rewind-mini-line:before {
  content: "\f088";
}
.ri-rhythm-fill:before {
  content: "\f089";
}
.ri-rhythm-line:before {
  content: "\f08a";
}
.ri-riding-fill:before {
  content: "\f08b";
}
.ri-riding-line:before {
  content: "\f08c";
}
.ri-road-map-fill:before {
  content: "\f08d";
}
.ri-road-map-line:before {
  content: "\f08e";
}
.ri-roadster-fill:before {
  content: "\f08f";
}
.ri-roadster-line:before {
  content: "\f090";
}
.ri-robot-fill:before {
  content: "\f091";
}
.ri-robot-line:before {
  content: "\f092";
}
.ri-rocket-2-fill:before {
  content: "\f093";
}
.ri-rocket-2-line:before {
  content: "\f094";
}
.ri-rocket-fill:before {
  content: "\f095";
}
.ri-rocket-line:before {
  content: "\f096";
}
.ri-rotate-lock-fill:before {
  content: "\f097";
}
.ri-rotate-lock-line:before {
  content: "\f098";
}
.ri-rounded-corner:before {
  content: "\f099";
}
.ri-route-fill:before {
  content: "\f09a";
}
.ri-route-line:before {
  content: "\f09b";
}
.ri-router-fill:before {
  content: "\f09c";
}
.ri-router-line:before {
  content: "\f09d";
}
.ri-rss-fill:before {
  content: "\f09e";
}
.ri-rss-line:before {
  content: "\f09f";
}
.ri-ruler-2-fill:before {
  content: "\f0a0";
}
.ri-ruler-2-line:before {
  content: "\f0a1";
}
.ri-ruler-fill:before {
  content: "\f0a2";
}
.ri-ruler-line:before {
  content: "\f0a3";
}
.ri-run-fill:before {
  content: "\f0a4";
}
.ri-run-line:before {
  content: "\f0a5";
}
.ri-safari-fill:before {
  content: "\f0a6";
}
.ri-safari-line:before {
  content: "\f0a7";
}
.ri-safe-2-fill:before {
  content: "\f0a8";
}
.ri-safe-2-line:before {
  content: "\f0a9";
}
.ri-safe-fill:before {
  content: "\f0aa";
}
.ri-safe-line:before {
  content: "\f0ab";
}
.ri-sailboat-fill:before {
  content: "\f0ac";
}
.ri-sailboat-line:before {
  content: "\f0ad";
}
.ri-save-2-fill:before {
  content: "\f0ae";
}
.ri-save-2-line:before {
  content: "\f0af";
}
.ri-save-3-fill:before {
  content: "\f0b0";
}
.ri-save-3-line:before {
  content: "\f0b1";
}
.ri-save-fill:before {
  content: "\f0b2";
}
.ri-save-line:before {
  content: "\f0b3";
}
.ri-scales-2-fill:before {
  content: "\f0b4";
}
.ri-scales-2-line:before {
  content: "\f0b5";
}
.ri-scales-3-fill:before {
  content: "\f0b6";
}
.ri-scales-3-line:before {
  content: "\f0b7";
}
.ri-scales-fill:before {
  content: "\f0b8";
}
.ri-scales-line:before {
  content: "\f0b9";
}
.ri-scan-2-fill:before {
  content: "\f0ba";
}
.ri-scan-2-line:before {
  content: "\f0bb";
}
.ri-scan-fill:before {
  content: "\f0bc";
}
.ri-scan-line:before {
  content: "\f0bd";
}
.ri-scissors-2-fill:before {
  content: "\f0be";
}
.ri-scissors-2-line:before {
  content: "\f0bf";
}
.ri-scissors-cut-fill:before {
  content: "\f0c0";
}
.ri-scissors-cut-line:before {
  content: "\f0c1";
}
.ri-scissors-fill:before {
  content: "\f0c2";
}
.ri-scissors-line:before {
  content: "\f0c3";
}
.ri-screenshot-2-fill:before {
  content: "\f0c4";
}
.ri-screenshot-2-line:before {
  content: "\f0c5";
}
.ri-screenshot-fill:before {
  content: "\f0c6";
}
.ri-screenshot-line:before {
  content: "\f0c7";
}
.ri-sd-card-fill:before {
  content: "\f0c8";
}
.ri-sd-card-line:before {
  content: "\f0c9";
}
.ri-sd-card-mini-fill:before {
  content: "\f0ca";
}
.ri-sd-card-mini-line:before {
  content: "\f0cb";
}
.ri-search-2-fill:before {
  content: "\f0cc";
}
.ri-search-2-line:before {
  content: "\f0cd";
}
.ri-search-eye-fill:before {
  content: "\f0ce";
}
.ri-search-eye-line:before {
  content: "\f0cf";
}
.ri-search-fill:before {
  content: "\f0d0";
}
.ri-search-line:before {
  content: "\f0d1";
}
.ri-secure-payment-fill:before {
  content: "\f0d2";
}
.ri-secure-payment-line:before {
  content: "\f0d3";
}
.ri-seedling-fill:before {
  content: "\f0d4";
}
.ri-seedling-line:before {
  content: "\f0d5";
}
.ri-send-backward:before {
  content: "\f0d6";
}
.ri-send-plane-2-fill:before {
  content: "\f0d7";
}
.ri-send-plane-2-line:before {
  content: "\f0d8";
}
.ri-send-plane-fill:before {
  content: "\f0d9";
}
.ri-send-plane-line:before {
  content: "\f0da";
}
.ri-send-to-back:before {
  content: "\f0db";
}
.ri-sensor-fill:before {
  content: "\f0dc";
}
.ri-sensor-line:before {
  content: "\f0dd";
}
.ri-separator:before {
  content: "\f0de";
}
.ri-server-fill:before {
  content: "\f0df";
}
.ri-server-line:before {
  content: "\f0e0";
}
.ri-service-fill:before {
  content: "\f0e1";
}
.ri-service-line:before {
  content: "\f0e2";
}
.ri-settings-2-fill:before {
  content: "\f0e3";
}
.ri-settings-2-line:before {
  content: "\f0e4";
}
.ri-settings-3-fill:before {
  content: "\f0e5";
}
.ri-settings-3-line:before {
  content: "\f0e6";
}
.ri-settings-4-fill:before {
  content: "\f0e7";
}
.ri-settings-4-line:before {
  content: "\f0e8";
}
.ri-settings-5-fill:before {
  content: "\f0e9";
}
.ri-settings-5-line:before {
  content: "\f0ea";
}
.ri-settings-6-fill:before {
  content: "\f0eb";
}
.ri-settings-6-line:before {
  content: "\f0ec";
}
.ri-settings-fill:before {
  content: "\f0ed";
}
.ri-settings-line:before {
  content: "\f0ee";
}
.ri-shape-2-fill:before {
  content: "\f0ef";
}
.ri-shape-2-line:before {
  content: "\f0f0";
}
.ri-shape-fill:before {
  content: "\f0f1";
}
.ri-shape-line:before {
  content: "\f0f2";
}
.ri-share-box-fill:before {
  content: "\f0f3";
}
.ri-share-box-line:before {
  content: "\f0f4";
}
.ri-share-circle-fill:before {
  content: "\f0f5";
}
.ri-share-circle-line:before {
  content: "\f0f6";
}
.ri-share-fill:before {
  content: "\f0f7";
}
.ri-share-forward-2-fill:before {
  content: "\f0f8";
}
.ri-share-forward-2-line:before {
  content: "\f0f9";
}
.ri-share-forward-box-fill:before {
  content: "\f0fa";
}
.ri-share-forward-box-line:before {
  content: "\f0fb";
}
.ri-share-forward-fill:before {
  content: "\f0fc";
}
.ri-share-forward-line:before {
  content: "\f0fd";
}
.ri-share-line:before {
  content: "\f0fe";
}
.ri-shield-check-fill:before {
  content: "\f0ff";
}
.ri-shield-check-line:before {
  content: "\f100";
}
.ri-shield-cross-fill:before {
  content: "\f101";
}
.ri-shield-cross-line:before {
  content: "\f102";
}
.ri-shield-fill:before {
  content: "\f103";
}
.ri-shield-flash-fill:before {
  content: "\f104";
}
.ri-shield-flash-line:before {
  content: "\f105";
}
.ri-shield-keyhole-fill:before {
  content: "\f106";
}
.ri-shield-keyhole-line:before {
  content: "\f107";
}
.ri-shield-line:before {
  content: "\f108";
}
.ri-shield-star-fill:before {
  content: "\f109";
}
.ri-shield-star-line:before {
  content: "\f10a";
}
.ri-shield-user-fill:before {
  content: "\f10b";
}
.ri-shield-user-line:before {
  content: "\f10c";
}
.ri-ship-2-fill:before {
  content: "\f10d";
}
.ri-ship-2-line:before {
  content: "\f10e";
}
.ri-ship-fill:before {
  content: "\f10f";
}
.ri-ship-line:before {
  content: "\f110";
}
.ri-shirt-fill:before {
  content: "\f111";
}
.ri-shirt-line:before {
  content: "\f112";
}
.ri-shopping-bag-2-fill:before {
  content: "\f113";
}
.ri-shopping-bag-2-line:before {
  content: "\f114";
}
.ri-shopping-bag-3-fill:before {
  content: "\f115";
}
.ri-shopping-bag-3-line:before {
  content: "\f116";
}
.ri-shopping-bag-fill:before {
  content: "\f117";
}
.ri-shopping-bag-line:before {
  content: "\f118";
}
.ri-shopping-basket-2-fill:before {
  content: "\f119";
}
.ri-shopping-basket-2-line:before {
  content: "\f11a";
}
.ri-shopping-basket-fill:before {
  content: "\f11b";
}
.ri-shopping-basket-line:before {
  content: "\f11c";
}
.ri-shopping-cart-2-fill:before {
  content: "\f11d";
}
.ri-shopping-cart-2-line:before {
  content: "\f11e";
}
.ri-shopping-cart-fill:before {
  content: "\f11f";
}
.ri-shopping-cart-line:before {
  content: "\f120";
}
.ri-showers-fill:before {
  content: "\f121";
}
.ri-showers-line:before {
  content: "\f122";
}
.ri-shuffle-fill:before {
  content: "\f123";
}
.ri-shuffle-line:before {
  content: "\f124";
}
.ri-shut-down-fill:before {
  content: "\f125";
}
.ri-shut-down-line:before {
  content: "\f126";
}
.ri-side-bar-fill:before {
  content: "\f127";
}
.ri-side-bar-line:before {
  content: "\f128";
}
.ri-signal-tower-fill:before {
  content: "\f129";
}
.ri-signal-tower-line:before {
  content: "\f12a";
}
.ri-signal-wifi-1-fill:before {
  content: "\f12b";
}
.ri-signal-wifi-1-line:before {
  content: "\f12c";
}
.ri-signal-wifi-2-fill:before {
  content: "\f12d";
}
.ri-signal-wifi-2-line:before {
  content: "\f12e";
}
.ri-signal-wifi-3-fill:before {
  content: "\f12f";
}
.ri-signal-wifi-3-line:before {
  content: "\f130";
}
.ri-signal-wifi-error-fill:before {
  content: "\f131";
}
.ri-signal-wifi-error-line:before {
  content: "\f132";
}
.ri-signal-wifi-fill:before {
  content: "\f133";
}
.ri-signal-wifi-line:before {
  content: "\f134";
}
.ri-signal-wifi-off-fill:before {
  content: "\f135";
}
.ri-signal-wifi-off-line:before {
  content: "\f136";
}
.ri-sim-card-2-fill:before {
  content: "\f137";
}
.ri-sim-card-2-line:before {
  content: "\f138";
}
.ri-sim-card-fill:before {
  content: "\f139";
}
.ri-sim-card-line:before {
  content: "\f13a";
}
.ri-single-quotes-l:before {
  content: "\f13b";
}
.ri-single-quotes-r:before {
  content: "\f13c";
}
.ri-sip-fill:before {
  content: "\f13d";
}
.ri-sip-line:before {
  content: "\f13e";
}
.ri-skip-back-fill:before {
  content: "\f13f";
}
.ri-skip-back-line:before {
  content: "\f140";
}
.ri-skip-back-mini-fill:before {
  content: "\f141";
}
.ri-skip-back-mini-line:before {
  content: "\f142";
}
.ri-skip-forward-fill:before {
  content: "\f143";
}
.ri-skip-forward-line:before {
  content: "\f144";
}
.ri-skip-forward-mini-fill:before {
  content: "\f145";
}
.ri-skip-forward-mini-line:before {
  content: "\f146";
}
.ri-skull-2-fill:before {
  content: "\f147";
}
.ri-skull-2-line:before {
  content: "\f148";
}
.ri-skull-fill:before {
  content: "\f149";
}
.ri-skull-line:before {
  content: "\f14a";
}
.ri-skype-fill:before {
  content: "\f14b";
}
.ri-skype-line:before {
  content: "\f14c";
}
.ri-slack-fill:before {
  content: "\f14d";
}
.ri-slack-line:before {
  content: "\f14e";
}
.ri-slice-fill:before {
  content: "\f14f";
}
.ri-slice-line:before {
  content: "\f150";
}
.ri-slideshow-2-fill:before {
  content: "\f151";
}
.ri-slideshow-2-line:before {
  content: "\f152";
}
.ri-slideshow-3-fill:before {
  content: "\f153";
}
.ri-slideshow-3-line:before {
  content: "\f154";
}
.ri-slideshow-4-fill:before {
  content: "\f155";
}
.ri-slideshow-4-line:before {
  content: "\f156";
}
.ri-slideshow-fill:before {
  content: "\f157";
}
.ri-slideshow-line:before {
  content: "\f158";
}
.ri-smartphone-fill:before {
  content: "\f159";
}
.ri-smartphone-line:before {
  content: "\f15a";
}
.ri-snapchat-fill:before {
  content: "\f15b";
}
.ri-snapchat-line:before {
  content: "\f15c";
}
.ri-snowy-fill:before {
  content: "\f15d";
}
.ri-snowy-line:before {
  content: "\f15e";
}
.ri-sort-asc:before {
  content: "\f15f";
}
.ri-sort-desc:before {
  content: "\f160";
}
.ri-sound-module-fill:before {
  content: "\f161";
}
.ri-sound-module-line:before {
  content: "\f162";
}
.ri-soundcloud-fill:before {
  content: "\f163";
}
.ri-soundcloud-line:before {
  content: "\f164";
}
.ri-space-ship-fill:before {
  content: "\f165";
}
.ri-space-ship-line:before {
  content: "\f166";
}
.ri-space:before {
  content: "\f167";
}
.ri-spam-2-fill:before {
  content: "\f168";
}
.ri-spam-2-line:before {
  content: "\f169";
}
.ri-spam-3-fill:before {
  content: "\f16a";
}
.ri-spam-3-line:before {
  content: "\f16b";
}
.ri-spam-fill:before {
  content: "\f16c";
}
.ri-spam-line:before {
  content: "\f16d";
}
.ri-speaker-2-fill:before {
  content: "\f16e";
}
.ri-speaker-2-line:before {
  content: "\f16f";
}
.ri-speaker-3-fill:before {
  content: "\f170";
}
.ri-speaker-3-line:before {
  content: "\f171";
}
.ri-speaker-fill:before {
  content: "\f172";
}
.ri-speaker-line:before {
  content: "\f173";
}
.ri-spectrum-fill:before {
  content: "\f174";
}
.ri-spectrum-line:before {
  content: "\f175";
}
.ri-speed-fill:before {
  content: "\f176";
}
.ri-speed-line:before {
  content: "\f177";
}
.ri-speed-mini-fill:before {
  content: "\f178";
}
.ri-speed-mini-line:before {
  content: "\f179";
}
.ri-split-cells-horizontal:before {
  content: "\f17a";
}
.ri-split-cells-vertical:before {
  content: "\f17b";
}
.ri-spotify-fill:before {
  content: "\f17c";
}
.ri-spotify-line:before {
  content: "\f17d";
}
.ri-spy-fill:before {
  content: "\f17e";
}
.ri-spy-line:before {
  content: "\f17f";
}
.ri-stack-fill:before {
  content: "\f180";
}
.ri-stack-line:before {
  content: "\f181";
}
.ri-stack-overflow-fill:before {
  content: "\f182";
}
.ri-stack-overflow-line:before {
  content: "\f183";
}
.ri-stackshare-fill:before {
  content: "\f184";
}
.ri-stackshare-line:before {
  content: "\f185";
}
.ri-star-fill:before {
  content: "\f186";
}
.ri-star-half-fill:before {
  content: "\f187";
}
.ri-star-half-line:before {
  content: "\f188";
}
.ri-star-half-s-fill:before {
  content: "\f189";
}
.ri-star-half-s-line:before {
  content: "\f18a";
}
.ri-star-line:before {
  content: "\f18b";
}
.ri-star-s-fill:before {
  content: "\f18c";
}
.ri-star-s-line:before {
  content: "\f18d";
}
.ri-star-smile-fill:before {
  content: "\f18e";
}
.ri-star-smile-line:before {
  content: "\f18f";
}
.ri-steam-fill:before {
  content: "\f190";
}
.ri-steam-line:before {
  content: "\f191";
}
.ri-steering-2-fill:before {
  content: "\f192";
}
.ri-steering-2-line:before {
  content: "\f193";
}
.ri-steering-fill:before {
  content: "\f194";
}
.ri-steering-line:before {
  content: "\f195";
}
.ri-stethoscope-fill:before {
  content: "\f196";
}
.ri-stethoscope-line:before {
  content: "\f197";
}
.ri-sticky-note-2-fill:before {
  content: "\f198";
}
.ri-sticky-note-2-line:before {
  content: "\f199";
}
.ri-sticky-note-fill:before {
  content: "\f19a";
}
.ri-sticky-note-line:before {
  content: "\f19b";
}
.ri-stock-fill:before {
  content: "\f19c";
}
.ri-stock-line:before {
  content: "\f19d";
}
.ri-stop-circle-fill:before {
  content: "\f19e";
}
.ri-stop-circle-line:before {
  content: "\f19f";
}
.ri-stop-fill:before {
  content: "\f1a0";
}
.ri-stop-line:before {
  content: "\f1a1";
}
.ri-stop-mini-fill:before {
  content: "\f1a2";
}
.ri-stop-mini-line:before {
  content: "\f1a3";
}
.ri-store-2-fill:before {
  content: "\f1a4";
}
.ri-store-2-line:before {
  content: "\f1a5";
}
.ri-store-3-fill:before {
  content: "\f1a6";
}
.ri-store-3-line:before {
  content: "\f1a7";
}
.ri-store-fill:before {
  content: "\f1a8";
}
.ri-store-line:before {
  content: "\f1a9";
}
.ri-strikethrough-2:before {
  content: "\f1aa";
}
.ri-strikethrough:before {
  content: "\f1ab";
}
.ri-subscript-2:before {
  content: "\f1ac";
}
.ri-subscript:before {
  content: "\f1ad";
}
.ri-subtract-fill:before {
  content: "\f1ae";
}
.ri-subtract-line:before {
  content: "\f1af";
}
.ri-subway-fill:before {
  content: "\f1b0";
}
.ri-subway-line:before {
  content: "\f1b1";
}
.ri-subway-wifi-fill:before {
  content: "\f1b2";
}
.ri-subway-wifi-line:before {
  content: "\f1b3";
}
.ri-suitcase-2-fill:before {
  content: "\f1b4";
}
.ri-suitcase-2-line:before {
  content: "\f1b5";
}
.ri-suitcase-3-fill:before {
  content: "\f1b6";
}
.ri-suitcase-3-line:before {
  content: "\f1b7";
}
.ri-suitcase-fill:before {
  content: "\f1b8";
}
.ri-suitcase-line:before {
  content: "\f1b9";
}
.ri-sun-cloudy-fill:before {
  content: "\f1ba";
}
.ri-sun-cloudy-line:before {
  content: "\f1bb";
}
.ri-sun-fill:before {
  content: "\f1bc";
}
.ri-sun-foggy-fill:before {
  content: "\f1bd";
}
.ri-sun-foggy-line:before {
  content: "\f1be";
}
.ri-sun-line:before {
  content: "\f1bf";
}
.ri-superscript-2:before {
  content: "\f1c0";
}
.ri-superscript:before {
  content: "\f1c1";
}
.ri-surgical-mask-fill:before {
  content: "\f1c2";
}
.ri-surgical-mask-line:before {
  content: "\f1c3";
}
.ri-surround-sound-fill:before {
  content: "\f1c4";
}
.ri-surround-sound-line:before {
  content: "\f1c5";
}
.ri-survey-fill:before {
  content: "\f1c6";
}
.ri-survey-line:before {
  content: "\f1c7";
}
.ri-swap-box-fill:before {
  content: "\f1c8";
}
.ri-swap-box-line:before {
  content: "\f1c9";
}
.ri-swap-fill:before {
  content: "\f1ca";
}
.ri-swap-line:before {
  content: "\f1cb";
}
.ri-switch-fill:before {
  content: "\f1cc";
}
.ri-switch-line:before {
  content: "\f1cd";
}
.ri-sword-fill:before {
  content: "\f1ce";
}
.ri-sword-line:before {
  content: "\f1cf";
}
.ri-syringe-fill:before {
  content: "\f1d0";
}
.ri-syringe-line:before {
  content: "\f1d1";
}
.ri-t-box-fill:before {
  content: "\f1d2";
}
.ri-t-box-line:before {
  content: "\f1d3";
}
.ri-t-shirt-2-fill:before {
  content: "\f1d4";
}
.ri-t-shirt-2-line:before {
  content: "\f1d5";
}
.ri-t-shirt-air-fill:before {
  content: "\f1d6";
}
.ri-t-shirt-air-line:before {
  content: "\f1d7";
}
.ri-t-shirt-fill:before {
  content: "\f1d8";
}
.ri-t-shirt-line:before {
  content: "\f1d9";
}
.ri-table-2:before {
  content: "\f1da";
}
.ri-table-alt-fill:before {
  content: "\f1db";
}
.ri-table-alt-line:before {
  content: "\f1dc";
}
.ri-table-fill:before {
  content: "\f1dd";
}
.ri-table-line:before {
  content: "\f1de";
}
.ri-tablet-fill:before {
  content: "\f1df";
}
.ri-tablet-line:before {
  content: "\f1e0";
}
.ri-takeaway-fill:before {
  content: "\f1e1";
}
.ri-takeaway-line:before {
  content: "\f1e2";
}
.ri-taobao-fill:before {
  content: "\f1e3";
}
.ri-taobao-line:before {
  content: "\f1e4";
}
.ri-tape-fill:before {
  content: "\f1e5";
}
.ri-tape-line:before {
  content: "\f1e6";
}
.ri-task-fill:before {
  content: "\f1e7";
}
.ri-task-line:before {
  content: "\f1e8";
}
.ri-taxi-fill:before {
  content: "\f1e9";
}
.ri-taxi-line:before {
  content: "\f1ea";
}
.ri-taxi-wifi-fill:before {
  content: "\f1eb";
}
.ri-taxi-wifi-line:before {
  content: "\f1ec";
}
.ri-team-fill:before {
  content: "\f1ed";
}
.ri-team-line:before {
  content: "\f1ee";
}
.ri-telegram-fill:before {
  content: "\f1ef";
}
.ri-telegram-line:before {
  content: "\f1f0";
}
.ri-temp-cold-fill:before {
  content: "\f1f1";
}
.ri-temp-cold-line:before {
  content: "\f1f2";
}
.ri-temp-hot-fill:before {
  content: "\f1f3";
}
.ri-temp-hot-line:before {
  content: "\f1f4";
}
.ri-terminal-box-fill:before {
  content: "\f1f5";
}
.ri-terminal-box-line:before {
  content: "\f1f6";
}
.ri-terminal-fill:before {
  content: "\f1f7";
}
.ri-terminal-line:before {
  content: "\f1f8";
}
.ri-terminal-window-fill:before {
  content: "\f1f9";
}
.ri-terminal-window-line:before {
  content: "\f1fa";
}
.ri-test-tube-fill:before {
  content: "\f1fb";
}
.ri-test-tube-line:before {
  content: "\f1fc";
}
.ri-text-direction-l:before {
  content: "\f1fd";
}
.ri-text-direction-r:before {
  content: "\f1fe";
}
.ri-text-spacing:before {
  content: "\f1ff";
}
.ri-text-wrap:before {
  content: "\f200";
}
.ri-text:before {
  content: "\f201";
}
.ri-thermometer-fill:before {
  content: "\f202";
}
.ri-thermometer-line:before {
  content: "\f203";
}
.ri-thumb-down-fill:before {
  content: "\f204";
}
.ri-thumb-down-line:before {
  content: "\f205";
}
.ri-thumb-up-fill:before {
  content: "\f206";
}
.ri-thumb-up-line:before {
  content: "\f207";
}
.ri-thunderstorms-fill:before {
  content: "\f208";
}
.ri-thunderstorms-line:before {
  content: "\f209";
}
.ri-ticket-2-fill:before {
  content: "\f20a";
}
.ri-ticket-2-line:before {
  content: "\f20b";
}
.ri-ticket-fill:before {
  content: "\f20c";
}
.ri-ticket-line:before {
  content: "\f20d";
}
.ri-time-fill:before {
  content: "\f20e";
}
.ri-time-line:before {
  content: "\f20f";
}
.ri-timer-2-fill:before {
  content: "\f210";
}
.ri-timer-2-line:before {
  content: "\f211";
}
.ri-timer-fill:before {
  content: "\f212";
}
.ri-timer-flash-fill:before {
  content: "\f213";
}
.ri-timer-flash-line:before {
  content: "\f214";
}
.ri-timer-line:before {
  content: "\f215";
}
.ri-todo-fill:before {
  content: "\f216";
}
.ri-todo-line:before {
  content: "\f217";
}
.ri-toggle-fill:before {
  content: "\f218";
}
.ri-toggle-line:before {
  content: "\f219";
}
.ri-tools-fill:before {
  content: "\f21a";
}
.ri-tools-line:before {
  content: "\f21b";
}
.ri-tornado-fill:before {
  content: "\f21c";
}
.ri-tornado-line:before {
  content: "\f21d";
}
.ri-trademark-fill:before {
  content: "\f21e";
}
.ri-trademark-line:before {
  content: "\f21f";
}
.ri-traffic-light-fill:before {
  content: "\f220";
}
.ri-traffic-light-line:before {
  content: "\f221";
}
.ri-train-fill:before {
  content: "\f222";
}
.ri-train-line:before {
  content: "\f223";
}
.ri-train-wifi-fill:before {
  content: "\f224";
}
.ri-train-wifi-line:before {
  content: "\f225";
}
.ri-translate-2:before {
  content: "\f226";
}
.ri-translate:before {
  content: "\f227";
}
.ri-travesti-fill:before {
  content: "\f228";
}
.ri-travesti-line:before {
  content: "\f229";
}
.ri-treasure-map-fill:before {
  content: "\f22a";
}
.ri-treasure-map-line:before {
  content: "\f22b";
}
.ri-trello-fill:before {
  content: "\f22c";
}
.ri-trello-line:before {
  content: "\f22d";
}
.ri-trophy-fill:before {
  content: "\f22e";
}
.ri-trophy-line:before {
  content: "\f22f";
}
.ri-truck-fill:before {
  content: "\f230";
}
.ri-truck-line:before {
  content: "\f231";
}
.ri-tumblr-fill:before {
  content: "\f232";
}
.ri-tumblr-line:before {
  content: "\f233";
}
.ri-tv-2-fill:before {
  content: "\f234";
}
.ri-tv-2-line:before {
  content: "\f235";
}
.ri-tv-fill:before {
  content: "\f236";
}
.ri-tv-line:before {
  content: "\f237";
}
.ri-twitch-fill:before {
  content: "\f238";
}
.ri-twitch-line:before {
  content: "\f239";
}
.ri-twitter-fill:before {
  content: "\f23a";
}
.ri-twitter-line:before {
  content: "\f23b";
}
.ri-typhoon-fill:before {
  content: "\f23c";
}
.ri-typhoon-line:before {
  content: "\f23d";
}
.ri-u-disk-fill:before {
  content: "\f23e";
}
.ri-u-disk-line:before {
  content: "\f23f";
}
.ri-ubuntu-fill:before {
  content: "\f240";
}
.ri-ubuntu-line:before {
  content: "\f241";
}
.ri-umbrella-fill:before {
  content: "\f242";
}
.ri-umbrella-line:before {
  content: "\f243";
}
.ri-underline:before {
  content: "\f244";
}
.ri-uninstall-fill:before {
  content: "\f245";
}
.ri-uninstall-line:before {
  content: "\f246";
}
.ri-unsplash-fill:before {
  content: "\f247";
}
.ri-unsplash-line:before {
  content: "\f248";
}
.ri-upload-2-fill:before {
  content: "\f249";
}
.ri-upload-2-line:before {
  content: "\f24a";
}
.ri-upload-cloud-2-fill:before {
  content: "\f24b";
}
.ri-upload-cloud-2-line:before {
  content: "\f24c";
}
.ri-upload-cloud-fill:before {
  content: "\f24d";
}
.ri-upload-cloud-line:before {
  content: "\f24e";
}
.ri-upload-fill:before {
  content: "\f24f";
}
.ri-upload-line:before {
  content: "\f250";
}
.ri-usb-fill:before {
  content: "\f251";
}
.ri-usb-line:before {
  content: "\f252";
}
.ri-user-2-fill:before {
  content: "\f253";
}
.ri-user-2-line:before {
  content: "\f254";
}
.ri-user-3-fill:before {
  content: "\f255";
}
.ri-user-3-line:before {
  content: "\f256";
}
.ri-user-4-fill:before {
  content: "\f257";
}
.ri-user-4-line:before {
  content: "\f258";
}
.ri-user-5-fill:before {
  content: "\f259";
}
.ri-user-5-line:before {
  content: "\f25a";
}
.ri-user-6-fill:before {
  content: "\f25b";
}
.ri-user-6-line:before {
  content: "\f25c";
}
.ri-user-add-fill:before {
  content: "\f25d";
}
.ri-user-add-line:before {
  content: "\f25e";
}
.ri-user-fill:before {
  content: "\f25f";
}
.ri-user-follow-fill:before {
  content: "\f260";
}
.ri-user-follow-line:before {
  content: "\f261";
}
.ri-user-heart-fill:before {
  content: "\f262";
}
.ri-user-heart-line:before {
  content: "\f263";
}
.ri-user-line:before {
  content: "\f264";
}
.ri-user-location-fill:before {
  content: "\f265";
}
.ri-user-location-line:before {
  content: "\f266";
}
.ri-user-received-2-fill:before {
  content: "\f267";
}
.ri-user-received-2-line:before {
  content: "\f268";
}
.ri-user-received-fill:before {
  content: "\f269";
}
.ri-user-received-line:before {
  content: "\f26a";
}
.ri-user-search-fill:before {
  content: "\f26b";
}
.ri-user-search-line:before {
  content: "\f26c";
}
.ri-user-settings-fill:before {
  content: "\f26d";
}
.ri-user-settings-line:before {
  content: "\f26e";
}
.ri-user-shared-2-fill:before {
  content: "\f26f";
}
.ri-user-shared-2-line:before {
  content: "\f270";
}
.ri-user-shared-fill:before {
  content: "\f271";
}
.ri-user-shared-line:before {
  content: "\f272";
}
.ri-user-smile-fill:before {
  content: "\f273";
}
.ri-user-smile-line:before {
  content: "\f274";
}
.ri-user-star-fill:before {
  content: "\f275";
}
.ri-user-star-line:before {
  content: "\f276";
}
.ri-user-unfollow-fill:before {
  content: "\f277";
}
.ri-user-unfollow-line:before {
  content: "\f278";
}
.ri-user-voice-fill:before {
  content: "\f279";
}
.ri-user-voice-line:before {
  content: "\f27a";
}
.ri-video-add-fill:before {
  content: "\f27b";
}
.ri-video-add-line:before {
  content: "\f27c";
}
.ri-video-chat-fill:before {
  content: "\f27d";
}
.ri-video-chat-line:before {
  content: "\f27e";
}
.ri-video-download-fill:before {
  content: "\f27f";
}
.ri-video-download-line:before {
  content: "\f280";
}
.ri-video-fill:before {
  content: "\f281";
}
.ri-video-line:before {
  content: "\f282";
}
.ri-video-upload-fill:before {
  content: "\f283";
}
.ri-video-upload-line:before {
  content: "\f284";
}
.ri-vidicon-2-fill:before {
  content: "\f285";
}
.ri-vidicon-2-line:before {
  content: "\f286";
}
.ri-vidicon-fill:before {
  content: "\f287";
}
.ri-vidicon-line:before {
  content: "\f288";
}
.ri-vimeo-fill:before {
  content: "\f289";
}
.ri-vimeo-line:before {
  content: "\f28a";
}
.ri-vip-crown-2-fill:before {
  content: "\f28b";
}
.ri-vip-crown-2-line:before {
  content: "\f28c";
}
.ri-vip-crown-fill:before {
  content: "\f28d";
}
.ri-vip-crown-line:before {
  content: "\f28e";
}
.ri-vip-diamond-fill:before {
  content: "\f28f";
}
.ri-vip-diamond-line:before {
  content: "\f290";
}
.ri-vip-fill:before {
  content: "\f291";
}
.ri-vip-line:before {
  content: "\f292";
}
.ri-virus-fill:before {
  content: "\f293";
}
.ri-virus-line:before {
  content: "\f294";
}
.ri-visa-fill:before {
  content: "\f295";
}
.ri-visa-line:before {
  content: "\f296";
}
.ri-voice-recognition-fill:before {
  content: "\f297";
}
.ri-voice-recognition-line:before {
  content: "\f298";
}
.ri-voiceprint-fill:before {
  content: "\f299";
}
.ri-voiceprint-line:before {
  content: "\f29a";
}
.ri-volume-down-fill:before {
  content: "\f29b";
}
.ri-volume-down-line:before {
  content: "\f29c";
}
.ri-volume-mute-fill:before {
  content: "\f29d";
}
.ri-volume-mute-line:before {
  content: "\f29e";
}
.ri-volume-off-vibrate-fill:before {
  content: "\f29f";
}
.ri-volume-off-vibrate-line:before {
  content: "\f2a0";
}
.ri-volume-up-fill:before {
  content: "\f2a1";
}
.ri-volume-up-line:before {
  content: "\f2a2";
}
.ri-volume-vibrate-fill:before {
  content: "\f2a3";
}
.ri-volume-vibrate-line:before {
  content: "\f2a4";
}
.ri-vuejs-fill:before {
  content: "\f2a5";
}
.ri-vuejs-line:before {
  content: "\f2a6";
}
.ri-walk-fill:before {
  content: "\f2a7";
}
.ri-walk-line:before {
  content: "\f2a8";
}
.ri-wallet-2-fill:before {
  content: "\f2a9";
}
.ri-wallet-2-line:before {
  content: "\f2aa";
}
.ri-wallet-3-fill:before {
  content: "\f2ab";
}
.ri-wallet-3-line:before {
  content: "\f2ac";
}
.ri-wallet-fill:before {
  content: "\f2ad";
}
.ri-wallet-line:before {
  content: "\f2ae";
}
.ri-water-flash-fill:before {
  content: "\f2af";
}
.ri-water-flash-line:before {
  content: "\f2b0";
}
.ri-webcam-fill:before {
  content: "\f2b1";
}
.ri-webcam-line:before {
  content: "\f2b2";
}
.ri-wechat-2-fill:before {
  content: "\f2b3";
}
.ri-wechat-2-line:before {
  content: "\f2b4";
}
.ri-wechat-fill:before {
  content: "\f2b5";
}
.ri-wechat-line:before {
  content: "\f2b6";
}
.ri-wechat-pay-fill:before {
  content: "\f2b7";
}
.ri-wechat-pay-line:before {
  content: "\f2b8";
}
.ri-weibo-fill:before {
  content: "\f2b9";
}
.ri-weibo-line:before {
  content: "\f2ba";
}
.ri-whatsapp-fill:before {
  content: "\f2bb";
}
.ri-whatsapp-line:before {
  content: "\f2bc";
}
.ri-wheelchair-fill:before {
  content: "\f2bd";
}
.ri-wheelchair-line:before {
  content: "\f2be";
}
.ri-wifi-fill:before {
  content: "\f2bf";
}
.ri-wifi-line:before {
  content: "\f2c0";
}
.ri-wifi-off-fill:before {
  content: "\f2c1";
}
.ri-wifi-off-line:before {
  content: "\f2c2";
}
.ri-window-2-fill:before {
  content: "\f2c3";
}
.ri-window-2-line:before {
  content: "\f2c4";
}
.ri-window-fill:before {
  content: "\f2c5";
}
.ri-window-line:before {
  content: "\f2c6";
}
.ri-windows-fill:before {
  content: "\f2c7";
}
.ri-windows-line:before {
  content: "\f2c8";
}
.ri-windy-fill:before {
  content: "\f2c9";
}
.ri-windy-line:before {
  content: "\f2ca";
}
.ri-wireless-charging-fill:before {
  content: "\f2cb";
}
.ri-wireless-charging-line:before {
  content: "\f2cc";
}
.ri-women-fill:before {
  content: "\f2cd";
}
.ri-women-line:before {
  content: "\f2ce";
}
.ri-wubi-input:before {
  content: "\f2cf";
}
.ri-xbox-fill:before {
  content: "\f2d0";
}
.ri-xbox-line:before {
  content: "\f2d1";
}
.ri-xing-fill:before {
  content: "\f2d2";
}
.ri-xing-line:before {
  content: "\f2d3";
}
.ri-youtube-fill:before {
  content: "\f2d4";
}
.ri-youtube-line:before {
  content: "\f2d5";
}
.ri-zcool-fill:before {
  content: "\f2d6";
}
.ri-zcool-line:before {
  content: "\f2d7";
}
.ri-zhihu-fill:before {
  content: "\f2d8";
}
.ri-zhihu-line:before {
  content: "\f2d9";
}
.ri-zoom-in-fill:before {
  content: "\f2da";
}
.ri-zoom-in-line:before {
  content: "\f2db";
}
.ri-zoom-out-fill:before {
  content: "\f2dc";
}
.ri-zoom-out-line:before {
  content: "\f2dd";
}
.ri-zzz-fill:before {
  content: "\f2de";
}
.ri-zzz-line:before {
  content: "\f2df";
}
.ri-arrow-down-double-fill:before {
  content: "\f2e0";
}
.ri-arrow-down-double-line:before {
  content: "\f2e1";
}
.ri-arrow-left-double-fill:before {
  content: "\f2e2";
}
.ri-arrow-left-double-line:before {
  content: "\f2e3";
}
.ri-arrow-right-double-fill:before {
  content: "\f2e4";
}
.ri-arrow-right-double-line:before {
  content: "\f2e5";
}
.ri-arrow-turn-back-fill:before {
  content: "\f2e6";
}
.ri-arrow-turn-back-line:before {
  content: "\f2e7";
}
.ri-arrow-turn-forward-fill:before {
  content: "\f2e8";
}
.ri-arrow-turn-forward-line:before {
  content: "\f2e9";
}
.ri-arrow-up-double-fill:before {
  content: "\f2ea";
}
.ri-arrow-up-double-line:before {
  content: "\f2eb";
}
.ri-bard-fill:before {
  content: "\f2ec";
}
.ri-bard-line:before {
  content: "\f2ed";
}
.ri-bootstrap-fill:before {
  content: "\f2ee";
}
.ri-bootstrap-line:before {
  content: "\f2ef";
}
.ri-box-1-fill:before {
  content: "\f2f0";
}
.ri-box-1-line:before {
  content: "\f2f1";
}
.ri-box-2-fill:before {
  content: "\f2f2";
}
.ri-box-2-line:before {
  content: "\f2f3";
}
.ri-box-3-fill:before {
  content: "\f2f4";
}
.ri-box-3-line:before {
  content: "\f2f5";
}
.ri-brain-fill:before {
  content: "\f2f6";
}
.ri-brain-line:before {
  content: "\f2f7";
}
.ri-candle-fill:before {
  content: "\f2f8";
}
.ri-candle-line:before {
  content: "\f2f9";
}
.ri-cash-fill:before {
  content: "\f2fa";
}
.ri-cash-line:before {
  content: "\f2fb";
}
.ri-contract-left-fill:before {
  content: "\f2fc";
}
.ri-contract-left-line:before {
  content: "\f2fd";
}
.ri-contract-left-right-fill:before {
  content: "\f2fe";
}
.ri-contract-left-right-line:before {
  content: "\f2ff";
}
.ri-contract-right-fill:before {
  content: "\f300";
}
.ri-contract-right-line:before {
  content: "\f301";
}
.ri-contract-up-down-fill:before {
  content: "\f302";
}
.ri-contract-up-down-line:before {
  content: "\f303";
}
.ri-copilot-fill:before {
  content: "\f304";
}
.ri-copilot-line:before {
  content: "\f305";
}
.ri-corner-down-left-fill:before {
  content: "\f306";
}
.ri-corner-down-left-line:before {
  content: "\f307";
}
.ri-corner-down-right-fill:before {
  content: "\f308";
}
.ri-corner-down-right-line:before {
  content: "\f309";
}
.ri-corner-left-down-fill:before {
  content: "\f30a";
}
.ri-corner-left-down-line:before {
  content: "\f30b";
}
.ri-corner-left-up-fill:before {
  content: "\f30c";
}
.ri-corner-left-up-line:before {
  content: "\f30d";
}
.ri-corner-right-down-fill:before {
  content: "\f30e";
}
.ri-corner-right-down-line:before {
  content: "\f30f";
}
.ri-corner-right-up-fill:before {
  content: "\f310";
}
.ri-corner-right-up-line:before {
  content: "\f311";
}
.ri-corner-up-left-double-fill:before {
  content: "\f312";
}
.ri-corner-up-left-double-line:before {
  content: "\f313";
}
.ri-corner-up-left-fill:before {
  content: "\f314";
}
.ri-corner-up-left-line:before {
  content: "\f315";
}
.ri-corner-up-right-double-fill:before {
  content: "\f316";
}
.ri-corner-up-right-double-line:before {
  content: "\f317";
}
.ri-corner-up-right-fill:before {
  content: "\f318";
}
.ri-corner-up-right-line:before {
  content: "\f319";
}
.ri-cross-fill:before {
  content: "\f31a";
}
.ri-cross-line:before {
  content: "\f31b";
}
.ri-edge-new-fill:before {
  content: "\f31c";
}
.ri-edge-new-line:before {
  content: "\f31d";
}
.ri-equal-fill:before {
  content: "\f31e";
}
.ri-equal-line:before {
  content: "\f31f";
}
.ri-expand-left-fill:before {
  content: "\f320";
}
.ri-expand-left-line:before {
  content: "\f321";
}
.ri-expand-left-right-fill:before {
  content: "\f322";
}
.ri-expand-left-right-line:before {
  content: "\f323";
}
.ri-expand-right-fill:before {
  content: "\f324";
}
.ri-expand-right-line:before {
  content: "\f325";
}
.ri-expand-up-down-fill:before {
  content: "\f326";
}
.ri-expand-up-down-line:before {
  content: "\f327";
}
.ri-flickr-fill:before {
  content: "\f328";
}
.ri-flickr-line:before {
  content: "\f329";
}
.ri-forward-10-fill:before {
  content: "\f32a";
}
.ri-forward-10-line:before {
  content: "\f32b";
}
.ri-forward-15-fill:before {
  content: "\f32c";
}
.ri-forward-15-line:before {
  content: "\f32d";
}
.ri-forward-30-fill:before {
  content: "\f32e";
}
.ri-forward-30-line:before {
  content: "\f32f";
}
.ri-forward-5-fill:before {
  content: "\f330";
}
.ri-forward-5-line:before {
  content: "\f331";
}
.ri-graduation-cap-fill:before {
  content: "\f332";
}
.ri-graduation-cap-line:before {
  content: "\f333";
}
.ri-home-office-fill:before {
  content: "\f334";
}
.ri-home-office-line:before {
  content: "\f335";
}
.ri-hourglass-2-fill:before {
  content: "\f336";
}
.ri-hourglass-2-line:before {
  content: "\f337";
}
.ri-hourglass-fill:before {
  content: "\f338";
}
.ri-hourglass-line:before {
  content: "\f339";
}
.ri-javascript-fill:before {
  content: "\f33a";
}
.ri-javascript-line:before {
  content: "\f33b";
}
.ri-loop-left-fill:before {
  content: "\f33c";
}
.ri-loop-left-line:before {
  content: "\f33d";
}
.ri-loop-right-fill:before {
  content: "\f33e";
}
.ri-loop-right-line:before {
  content: "\f33f";
}
.ri-memories-fill:before {
  content: "\f340";
}
.ri-memories-line:before {
  content: "\f341";
}
.ri-meta-fill:before {
  content: "\f342";
}
.ri-meta-line:before {
  content: "\f343";
}
.ri-microsoft-loop-fill:before {
  content: "\f344";
}
.ri-microsoft-loop-line:before {
  content: "\f345";
}
.ri-nft-fill:before {
  content: "\f346";
}
.ri-nft-line:before {
  content: "\f347";
}
.ri-notion-fill:before {
  content: "\f348";
}
.ri-notion-line:before {
  content: "\f349";
}
.ri-openai-fill:before {
  content: "\f34a";
}
.ri-openai-line:before {
  content: "\f34b";
}
.ri-overline:before {
  content: "\f34c";
}
.ri-p2p-fill:before {
  content: "\f34d";
}
.ri-p2p-line:before {
  content: "\f34e";
}
.ri-presentation-fill:before {
  content: "\f34f";
}
.ri-presentation-line:before {
  content: "\f350";
}
.ri-replay-10-fill:before {
  content: "\f351";
}
.ri-replay-10-line:before {
  content: "\f352";
}
.ri-replay-15-fill:before {
  content: "\f353";
}
.ri-replay-15-line:before {
  content: "\f354";
}
.ri-replay-30-fill:before {
  content: "\f355";
}
.ri-replay-30-line:before {
  content: "\f356";
}
.ri-replay-5-fill:before {
  content: "\f357";
}
.ri-replay-5-line:before {
  content: "\f358";
}
.ri-school-fill:before {
  content: "\f359";
}
.ri-school-line:before {
  content: "\f35a";
}
.ri-shining-2-fill:before {
  content: "\f35b";
}
.ri-shining-2-line:before {
  content: "\f35c";
}
.ri-shining-fill:before {
  content: "\f35d";
}
.ri-shining-line:before {
  content: "\f35e";
}
.ri-sketching:before {
  content: "\f35f";
}
.ri-skip-down-fill:before {
  content: "\f360";
}
.ri-skip-down-line:before {
  content: "\f361";
}
.ri-skip-left-fill:before {
  content: "\f362";
}
.ri-skip-left-line:before {
  content: "\f363";
}
.ri-skip-right-fill:before {
  content: "\f364";
}
.ri-skip-right-line:before {
  content: "\f365";
}
.ri-skip-up-fill:before {
  content: "\f366";
}
.ri-skip-up-line:before {
  content: "\f367";
}
.ri-slow-down-fill:before {
  content: "\f368";
}
.ri-slow-down-line:before {
  content: "\f369";
}
.ri-sparkling-2-fill:before {
  content: "\f36a";
}
.ri-sparkling-2-line:before {
  content: "\f36b";
}
.ri-sparkling-fill:before {
  content: "\f36c";
}
.ri-sparkling-line:before {
  content: "\f36d";
}
.ri-speak-fill:before {
  content: "\f36e";
}
.ri-speak-line:before {
  content: "\f36f";
}
.ri-speed-up-fill:before {
  content: "\f370";
}
.ri-speed-up-line:before {
  content: "\f371";
}
.ri-tiktok-fill:before {
  content: "\f372";
}
.ri-tiktok-line:before {
  content: "\f373";
}
.ri-token-swap-fill:before {
  content: "\f374";
}
.ri-token-swap-line:before {
  content: "\f375";
}
.ri-unpin-fill:before {
  content: "\f376";
}
.ri-unpin-line:before {
  content: "\f377";
}
.ri-wechat-channels-fill:before {
  content: "\f378";
}
.ri-wechat-channels-line:before {
  content: "\f379";
}
.ri-wordpress-fill:before {
  content: "\f37a";
}
.ri-wordpress-line:before {
  content: "\f37b";
}
.ri-blender-fill:before {
  content: "\f37c";
}
.ri-blender-line:before {
  content: "\f37d";
}
.ri-emoji-sticker-fill:before {
  content: "\f37e";
}
.ri-emoji-sticker-line:before {
  content: "\f37f";
}
.ri-git-close-pull-request-fill:before {
  content: "\f380";
}
.ri-git-close-pull-request-line:before {
  content: "\f381";
}
.ri-instance-fill:before {
  content: "\f382";
}
.ri-instance-line:before {
  content: "\f383";
}
.ri-megaphone-fill:before {
  content: "\f384";
}
.ri-megaphone-line:before {
  content: "\f385";
}
.ri-pass-expired-fill:before {
  content: "\f386";
}
.ri-pass-expired-line:before {
  content: "\f387";
}
.ri-pass-pending-fill:before {
  content: "\f388";
}
.ri-pass-pending-line:before {
  content: "\f389";
}
.ri-pass-valid-fill:before {
  content: "\f38a";
}
.ri-pass-valid-line:before {
  content: "\f38b";
}
.ri-ai-generate:before {
  content: "\f38c";
}
.ri-calendar-close-fill:before {
  content: "\f38d";
}
.ri-calendar-close-line:before {
  content: "\f38e";
}
.ri-draggable:before {
  content: "\f38f";
}
.ri-font-family:before {
  content: "\f390";
}
.ri-font-mono:before {
  content: "\f391";
}
.ri-font-sans-serif:before {
  content: "\f392";
}
.ri-font-sans:before {
  content: "\f393";
}
.ri-hard-drive-3-fill:before {
  content: "\f394";
}
.ri-hard-drive-3-line:before {
  content: "\f395";
}
.ri-kick-fill:before {
  content: "\f396";
}
.ri-kick-line:before {
  content: "\f397";
}
.ri-list-check-3:before {
  content: "\f398";
}
.ri-list-indefinite:before {
  content: "\f399";
}
.ri-list-ordered-2:before {
  content: "\f39a";
}
.ri-list-radio:before {
  content: "\f39b";
}
.ri-openbase-fill:before {
  content: "\f39c";
}
.ri-openbase-line:before {
  content: "\f39d";
}
.ri-planet-fill:before {
  content: "\f39e";
}
.ri-planet-line:before {
  content: "\f39f";
}
.ri-prohibited-fill:before {
  content: "\f3a0";
}
.ri-prohibited-line:before {
  content: "\f3a1";
}
.ri-quote-text:before {
  content: "\f3a2";
}
.ri-seo-fill:before {
  content: "\f3a3";
}
.ri-seo-line:before {
  content: "\f3a4";
}
.ri-slash-commands:before {
  content: "\f3a5";
}
.ri-archive-2-fill:before {
  content: "\f3a6";
}
.ri-archive-2-line:before {
  content: "\f3a7";
}
.ri-inbox-2-fill:before {
  content: "\f3a8";
}
.ri-inbox-2-line:before {
  content: "\f3a9";
}
.ri-shake-hands-fill:before {
  content: "\f3aa";
}
.ri-shake-hands-line:before {
  content: "\f3ab";
}
.ri-supabase-fill:before {
  content: "\f3ac";
}
.ri-supabase-line:before {
  content: "\f3ad";
}
.ri-water-percent-fill:before {
  content: "\f3ae";
}
.ri-water-percent-line:before {
  content: "\f3af";
}
.ri-yuque-fill:before {
  content: "\f3b0";
}
.ri-yuque-line:before {
  content: "\f3b1";
}
.ri-crosshair-2-fill:before {
  content: "\f3b2";
}
.ri-crosshair-2-line:before {
  content: "\f3b3";
}
.ri-crosshair-fill:before {
  content: "\f3b4";
}
.ri-crosshair-line:before {
  content: "\f3b5";
}
.ri-file-close-fill:before {
  content: "\f3b6";
}
.ri-file-close-line:before {
  content: "\f3b7";
}
.ri-infinity-fill:before {
  content: "\f3b8";
}
.ri-infinity-line:before {
  content: "\f3b9";
}
.ri-rfid-fill:before {
  content: "\f3ba";
}
.ri-rfid-line:before {
  content: "\f3bb";
}
.ri-slash-commands-2:before {
  content: "\f3bc";
}
.ri-user-forbid-fill:before {
  content: "\f3bd";
}
.ri-user-forbid-line:before {
  content: "\f3be";
}
.ri-beer-fill:before {
  content: "\f3bf";
}
.ri-beer-line:before {
  content: "\f3c0";
}
.ri-circle-fill:before {
  content: "\f3c1";
}
.ri-circle-line:before {
  content: "\f3c2";
}
.ri-dropdown-list:before {
  content: "\f3c3";
}
.ri-file-image-fill:before {
  content: "\f3c4";
}
.ri-file-image-line:before {
  content: "\f3c5";
}
.ri-file-pdf-2-fill:before {
  content: "\f3c6";
}
.ri-file-pdf-2-line:before {
  content: "\f3c7";
}
.ri-file-video-fill:before {
  content: "\f3c8";
}
.ri-file-video-line:before {
  content: "\f3c9";
}
.ri-folder-image-fill:before {
  content: "\f3ca";
}
.ri-folder-image-line:before {
  content: "\f3cb";
}
.ri-folder-video-fill:before {
  content: "\f3cc";
}
.ri-folder-video-line:before {
  content: "\f3cd";
}
.ri-hexagon-fill:before {
  content: "\f3ce";
}
.ri-hexagon-line:before {
  content: "\f3cf";
}
.ri-menu-search-fill:before {
  content: "\f3d0";
}
.ri-menu-search-line:before {
  content: "\f3d1";
}
.ri-octagon-fill:before {
  content: "\f3d2";
}
.ri-octagon-line:before {
  content: "\f3d3";
}
.ri-pentagon-fill:before {
  content: "\f3d4";
}
.ri-pentagon-line:before {
  content: "\f3d5";
}
.ri-rectangle-fill:before {
  content: "\f3d6";
}
.ri-rectangle-line:before {
  content: "\f3d7";
}
.ri-robot-2-fill:before {
  content: "\f3d8";
}
.ri-robot-2-line:before {
  content: "\f3d9";
}
.ri-shapes-fill:before {
  content: "\f3da";
}
.ri-shapes-line:before {
  content: "\f3db";
}
.ri-square-fill:before {
  content: "\f3dc";
}
.ri-square-line:before {
  content: "\f3dd";
}
.ri-tent-fill:before {
  content: "\f3de";
}
.ri-tent-line:before {
  content: "\f3df";
}
.ri-threads-fill:before {
  content: "\f3e0";
}
.ri-threads-line:before {
  content: "\f3e1";
}
.ri-tree-fill:before {
  content: "\f3e2";
}
.ri-tree-line:before {
  content: "\f3e3";
}
.ri-triangle-fill:before {
  content: "\f3e4";
}
.ri-triangle-line:before {
  content: "\f3e5";
}
.ri-twitter-x-fill:before {
  content: "\f3e6";
}
.ri-twitter-x-line:before {
  content: "\f3e7";
}
.ri-verified-badge-fill:before {
  content: "\f3e8";
}
.ri-verified-badge-line:before {
  content: "\f3e9";
}
.ri-armchair-fill:before {
  content: "\f3ea";
}
.ri-armchair-line:before {
  content: "\f3eb";
}
.ri-bnb-fill:before {
  content: "\f3ec";
}
.ri-bnb-line:before {
  content: "\f3ed";
}
.ri-bread-fill:before {
  content: "\f3ee";
}
.ri-bread-line:before {
  content: "\f3ef";
}
.ri-btc-fill:before {
  content: "\f3f0";
}
.ri-btc-line:before {
  content: "\f3f1";
}
.ri-calendar-schedule-fill:before {
  content: "\f3f2";
}
.ri-calendar-schedule-line:before {
  content: "\f3f3";
}
.ri-dice-1-fill:before {
  content: "\f3f4";
}
.ri-dice-1-line:before {
  content: "\f3f5";
}
.ri-dice-2-fill:before {
  content: "\f3f6";
}
.ri-dice-2-line:before {
  content: "\f3f7";
}
.ri-dice-3-fill:before {
  content: "\f3f8";
}
.ri-dice-3-line:before {
  content: "\f3f9";
}
.ri-dice-4-fill:before {
  content: "\f3fa";
}
.ri-dice-4-line:before {
  content: "\f3fb";
}
.ri-dice-5-fill:before {
  content: "\f3fc";
}
.ri-dice-5-line:before {
  content: "\f3fd";
}
.ri-dice-6-fill:before {
  content: "\f3fe";
}
.ri-dice-6-line:before {
  content: "\f3ff";
}
.ri-dice-fill:before {
  content: "\f400";
}
.ri-dice-line:before {
  content: "\f401";
}
.ri-drinks-fill:before {
  content: "\f402";
}
.ri-drinks-line:before {
  content: "\f403";
}
.ri-equalizer-2-fill:before {
  content: "\f404";
}
.ri-equalizer-2-line:before {
  content: "\f405";
}
.ri-equalizer-3-fill:before {
  content: "\f406";
}
.ri-equalizer-3-line:before {
  content: "\f407";
}
.ri-eth-fill:before {
  content: "\f408";
}
.ri-eth-line:before {
  content: "\f409";
}
.ri-flower-fill:before {
  content: "\f40a";
}
.ri-flower-line:before {
  content: "\f40b";
}
.ri-glasses-2-fill:before {
  content: "\f40c";
}
.ri-glasses-2-line:before {
  content: "\f40d";
}
.ri-glasses-fill:before {
  content: "\f40e";
}
.ri-glasses-line:before {
  content: "\f40f";
}
.ri-goggles-fill:before {
  content: "\f410";
}
.ri-goggles-line:before {
  content: "\f411";
}
.ri-image-circle-fill:before {
  content: "\f412";
}
.ri-image-circle-line:before {
  content: "\f413";
}
.ri-info-i:before {
  content: "\f414";
}
.ri-money-rupee-circle-fill:before {
  content: "\f415";
}
.ri-money-rupee-circle-line:before {
  content: "\f416";
}
.ri-news-fill:before {
  content: "\f417";
}
.ri-news-line:before {
  content: "\f418";
}
.ri-robot-3-fill:before {
  content: "\f419";
}
.ri-robot-3-line:before {
  content: "\f41a";
}
.ri-share-2-fill:before {
  content: "\f41b";
}
.ri-share-2-line:before {
  content: "\f41c";
}
.ri-sofa-fill:before {
  content: "\f41d";
}
.ri-sofa-line:before {
  content: "\f41e";
}
.ri-svelte-fill:before {
  content: "\f41f";
}
.ri-svelte-line:before {
  content: "\f420";
}
.ri-vk-fill:before {
  content: "\f421";
}
.ri-vk-line:before {
  content: "\f422";
}
.ri-xrp-fill:before {
  content: "\f423";
}
.ri-xrp-line:before {
  content: "\f424";
}
.ri-xtz-fill:before {
  content: "\f425";
}
.ri-xtz-line:before {
  content: "\f426";
}
.ri-archive-stack-fill:before {
  content: "\f427";
}
.ri-archive-stack-line:before {
  content: "\f428";
}
.ri-bowl-fill:before {
  content: "\f429";
}
.ri-bowl-line:before {
  content: "\f42a";
}
.ri-calendar-view:before {
  content: "\f42b";
}
.ri-carousel-view:before {
  content: "\f42c";
}
.ri-code-block:before {
  content: "\f42d";
}
.ri-color-filter-fill:before {
  content: "\f42e";
}
.ri-color-filter-line:before {
  content: "\f42f";
}
.ri-contacts-book-3-fill:before {
  content: "\f430";
}
.ri-contacts-book-3-line:before {
  content: "\f431";
}
.ri-contract-fill:before {
  content: "\f432";
}
.ri-contract-line:before {
  content: "\f433";
}
.ri-drinks-2-fill:before {
  content: "\f434";
}
.ri-drinks-2-line:before {
  content: "\f435";
}
.ri-export-fill:before {
  content: "\f436";
}
.ri-export-line:before {
  content: "\f437";
}
.ri-file-check-fill:before {
  content: "\f438";
}
.ri-file-check-line:before {
  content: "\f439";
}
.ri-focus-mode:before {
  content: "\f43a";
}
.ri-folder-6-fill:before {
  content: "\f43b";
}
.ri-folder-6-line:before {
  content: "\f43c";
}
.ri-folder-check-fill:before {
  content: "\f43d";
}
.ri-folder-check-line:before {
  content: "\f43e";
}
.ri-folder-close-fill:before {
  content: "\f43f";
}
.ri-folder-close-line:before {
  content: "\f440";
}
.ri-folder-cloud-fill:before {
  content: "\f441";
}
.ri-folder-cloud-line:before {
  content: "\f442";
}
.ri-gallery-view-2:before {
  content: "\f443";
}
.ri-gallery-view:before {
  content: "\f444";
}
.ri-hand:before {
  content: "\f445";
}
.ri-import-fill:before {
  content: "\f446";
}
.ri-import-line:before {
  content: "\f447";
}
.ri-information-2-fill:before {
  content: "\f448";
}
.ri-information-2-line:before {
  content: "\f449";
}
.ri-kanban-view-2:before {
  content: "\f44a";
}
.ri-kanban-view:before {
  content: "\f44b";
}
.ri-list-view:before {
  content: "\f44c";
}
.ri-lock-star-fill:before {
  content: "\f44d";
}
.ri-lock-star-line:before {
  content: "\f44e";
}
.ri-puzzle-2-fill:before {
  content: "\f44f";
}
.ri-puzzle-2-line:before {
  content: "\f450";
}
.ri-puzzle-fill:before {
  content: "\f451";
}
.ri-puzzle-line:before {
  content: "\f452";
}
.ri-ram-2-fill:before {
  content: "\f453";
}
.ri-ram-2-line:before {
  content: "\f454";
}
.ri-ram-fill:before {
  content: "\f455";
}
.ri-ram-line:before {
  content: "\f456";
}
.ri-receipt-fill:before {
  content: "\f457";
}
.ri-receipt-line:before {
  content: "\f458";
}
.ri-shadow-fill:before {
  content: "\f459";
}
.ri-shadow-line:before {
  content: "\f45a";
}
.ri-sidebar-fold-fill:before {
  content: "\f45b";
}
.ri-sidebar-fold-line:before {
  content: "\f45c";
}
.ri-sidebar-unfold-fill:before {
  content: "\f45d";
}
.ri-sidebar-unfold-line:before {
  content: "\f45e";
}
.ri-slideshow-view:before {
  content: "\f45f";
}
.ri-sort-alphabet-asc:before {
  content: "\f460";
}
.ri-sort-alphabet-desc:before {
  content: "\f461";
}
.ri-sort-number-asc:before {
  content: "\f462";
}
.ri-sort-number-desc:before {
  content: "\f463";
}
.ri-stacked-view:before {
  content: "\f464";
}
.ri-sticky-note-add-fill:before {
  content: "\f465";
}
.ri-sticky-note-add-line:before {
  content: "\f466";
}
.ri-swap-2-fill:before {
  content: "\f467";
}
.ri-swap-2-line:before {
  content: "\f468";
}
.ri-swap-3-fill:before {
  content: "\f469";
}
.ri-swap-3-line:before {
  content: "\f46a";
}
.ri-table-3:before {
  content: "\f46b";
}
.ri-table-view:before {
  content: "\f46c";
}
.ri-text-block:before {
  content: "\f46d";
}
.ri-text-snippet:before {
  content: "\f46e";
}
.ri-timeline-view:before {
  content: "\f46f";
}
.ri-blogger-fill:before {
  content: "\f470";
}
.ri-blogger-line:before {
  content: "\f471";
}
.ri-chat-thread-fill:before {
  content: "\f472";
}
.ri-chat-thread-line:before {
  content: "\f473";
}
.ri-discount-percent-fill:before {
  content: "\f474";
}
.ri-discount-percent-line:before {
  content: "\f475";
}
.ri-exchange-2-fill:before {
  content: "\f476";
}
.ri-exchange-2-line:before {
  content: "\f477";
}
.ri-git-fork-fill:before {
  content: "\f478";
}
.ri-git-fork-line:before {
  content: "\f479";
}
.ri-input-field:before {
  content: "\f47a";
}
.ri-progress-1-fill:before {
  content: "\f47b";
}
.ri-progress-1-line:before {
  content: "\f47c";
}
.ri-progress-2-fill:before {
  content: "\f47d";
}
.ri-progress-2-line:before {
  content: "\f47e";
}
.ri-progress-3-fill:before {
  content: "\f47f";
}
.ri-progress-3-line:before {
  content: "\f480";
}
.ri-progress-4-fill:before {
  content: "\f481";
}
.ri-progress-4-line:before {
  content: "\f482";
}
.ri-progress-5-fill:before {
  content: "\f483";
}
.ri-progress-5-line:before {
  content: "\f484";
}
.ri-progress-6-fill:before {
  content: "\f485";
}
.ri-progress-6-line:before {
  content: "\f486";
}
.ri-progress-7-fill:before {
  content: "\f487";
}
.ri-progress-7-line:before {
  content: "\f488";
}
.ri-progress-8-fill:before {
  content: "\f489";
}
.ri-progress-8-line:before {
  content: "\f48a";
}
.ri-remix-run-fill:before {
  content: "\f48b";
}
.ri-remix-run-line:before {
  content: "\f48c";
}
.ri-signpost-fill:before {
  content: "\f48d";
}
.ri-signpost-line:before {
  content: "\f48e";
}
.ri-time-zone-fill:before {
  content: "\f48f";
}
.ri-time-zone-line:before {
  content: "\f490";
}
.ri-arrow-down-wide-fill:before {
  content: "\f491";
}
.ri-arrow-down-wide-line:before {
  content: "\f492";
}
.ri-arrow-left-wide-fill:before {
  content: "\f493";
}
.ri-arrow-left-wide-line:before {
  content: "\f494";
}
.ri-arrow-right-wide-fill:before {
  content: "\f495";
}
.ri-arrow-right-wide-line:before {
  content: "\f496";
}
.ri-arrow-up-wide-fill:before {
  content: "\f497";
}
.ri-arrow-up-wide-line:before {
  content: "\f498";
}
.ri-bluesky-fill:before {
  content: "\f499";
}
.ri-bluesky-line:before {
  content: "\f49a";
}
.ri-expand-height-fill:before {
  content: "\f49b";
}
.ri-expand-height-line:before {
  content: "\f49c";
}
.ri-expand-width-fill:before {
  content: "\f49d";
}
.ri-expand-width-line:before {
  content: "\f49e";
}
.ri-forward-end-fill:before {
  content: "\f49f";
}
.ri-forward-end-line:before {
  content: "\f4a0";
}
.ri-forward-end-mini-fill:before {
  content: "\f4a1";
}
.ri-forward-end-mini-line:before {
  content: "\f4a2";
}
.ri-friendica-fill:before {
  content: "\f4a3";
}
.ri-friendica-line:before {
  content: "\f4a4";
}
.ri-git-pr-draft-fill:before {
  content: "\f4a5";
}
.ri-git-pr-draft-line:before {
  content: "\f4a6";
}
.ri-play-reverse-fill:before {
  content: "\f4a7";
}
.ri-play-reverse-line:before {
  content: "\f4a8";
}
.ri-play-reverse-mini-fill:before {
  content: "\f4a9";
}
.ri-play-reverse-mini-line:before {
  content: "\f4aa";
}
.ri-rewind-start-fill:before {
  content: "\f4ab";
}
.ri-rewind-start-line:before {
  content: "\f4ac";
}
.ri-rewind-start-mini-fill:before {
  content: "\f4ad";
}
.ri-rewind-start-mini-line:before {
  content: "\f4ae";
}
.ri-scroll-to-bottom-fill:before {
  content: "\f4af";
}
.ri-scroll-to-bottom-line:before {
  content: "\f4b0";
}
.ri-add-large-fill:before {
  content: "\f4b1";
}
.ri-add-large-line:before {
  content: "\f4b2";
}
.ri-aed-electrodes-fill:before {
  content: "\f4b3";
}
.ri-aed-electrodes-line:before {
  content: "\f4b4";
}
.ri-aed-fill:before {
  content: "\f4b5";
}
.ri-aed-line:before {
  content: "\f4b6";
}
.ri-alibaba-cloud-fill:before {
  content: "\f4b7";
}
.ri-alibaba-cloud-line:before {
  content: "\f4b8";
}
.ri-align-item-bottom-fill:before {
  content: "\f4b9";
}
.ri-align-item-bottom-line:before {
  content: "\f4ba";
}
.ri-align-item-horizontal-center-fill:before {
  content: "\f4bb";
}
.ri-align-item-horizontal-center-line:before {
  content: "\f4bc";
}
.ri-align-item-left-fill:before {
  content: "\f4bd";
}
.ri-align-item-left-line:before {
  content: "\f4be";
}
.ri-align-item-right-fill:before {
  content: "\f4bf";
}
.ri-align-item-right-line:before {
  content: "\f4c0";
}
.ri-align-item-top-fill:before {
  content: "\f4c1";
}
.ri-align-item-top-line:before {
  content: "\f4c2";
}
.ri-align-item-vertical-center-fill:before {
  content: "\f4c3";
}
.ri-align-item-vertical-center-line:before {
  content: "\f4c4";
}
.ri-apps-2-add-fill:before {
  content: "\f4c5";
}
.ri-apps-2-add-line:before {
  content: "\f4c6";
}
.ri-close-large-fill:before {
  content: "\f4c7";
}
.ri-close-large-line:before {
  content: "\f4c8";
}
.ri-collapse-diagonal-2-fill:before {
  content: "\f4c9";
}
.ri-collapse-diagonal-2-line:before {
  content: "\f4ca";
}
.ri-collapse-diagonal-fill:before {
  content: "\f4cb";
}
.ri-collapse-diagonal-line:before {
  content: "\f4cc";
}
.ri-dashboard-horizontal-fill:before {
  content: "\f4cd";
}
.ri-dashboard-horizontal-line:before {
  content: "\f4ce";
}
.ri-expand-diagonal-2-fill:before {
  content: "\f4cf";
}
.ri-expand-diagonal-2-line:before {
  content: "\f4d0";
}
.ri-expand-diagonal-fill:before {
  content: "\f4d1";
}
.ri-expand-diagonal-line:before {
  content: "\f4d2";
}
.ri-firebase-fill:before {
  content: "\f4d3";
}
.ri-firebase-line:before {
  content: "\f4d4";
}
.ri-flip-horizontal-2-fill:before {
  content: "\f4d5";
}
.ri-flip-horizontal-2-line:before {
  content: "\f4d6";
}
.ri-flip-horizontal-fill:before {
  content: "\f4d7";
}
.ri-flip-horizontal-line:before {
  content: "\f4d8";
}
.ri-flip-vertical-2-fill:before {
  content: "\f4d9";
}
.ri-flip-vertical-2-line:before {
  content: "\f4da";
}
.ri-flip-vertical-fill:before {
  content: "\f4db";
}
.ri-flip-vertical-line:before {
  content: "\f4dc";
}
.ri-formula:before {
  content: "\f4dd";
}
.ri-function-add-fill:before {
  content: "\f4de";
}
.ri-function-add-line:before {
  content: "\f4df";
}
.ri-goblet-2-fill:before {
  content: "\f4e0";
}
.ri-goblet-2-line:before {
  content: "\f4e1";
}
.ri-golf-ball-fill:before {
  content: "\f4e2";
}
.ri-golf-ball-line:before {
  content: "\f4e3";
}
.ri-group-3-fill:before {
  content: "\f4e4";
}
.ri-group-3-line:before {
  content: "\f4e5";
}
.ri-heart-add-2-fill:before {
  content: "\f4e6";
}
.ri-heart-add-2-line:before {
  content: "\f4e7";
}
.ri-id-card-fill:before {
  content: "\f4e8";
}
.ri-id-card-line:before {
  content: "\f4e9";
}
.ri-information-off-fill:before {
  content: "\f4ea";
}
.ri-information-off-line:before {
  content: "\f4eb";
}
.ri-java-fill:before {
  content: "\f4ec";
}
.ri-java-line:before {
  content: "\f4ed";
}
.ri-layout-grid-2-fill:before {
  content: "\f4ee";
}
.ri-layout-grid-2-line:before {
  content: "\f4ef";
}
.ri-layout-horizontal-fill:before {
  content: "\f4f0";
}
.ri-layout-horizontal-line:before {
  content: "\f4f1";
}
.ri-layout-vertical-fill:before {
  content: "\f4f2";
}
.ri-layout-vertical-line:before {
  content: "\f4f3";
}
.ri-menu-fold-2-fill:before {
  content: "\f4f4";
}
.ri-menu-fold-2-line:before {
  content: "\f4f5";
}
.ri-menu-fold-3-fill:before {
  content: "\f4f6";
}
.ri-menu-fold-3-line:before {
  content: "\f4f7";
}
.ri-menu-fold-4-fill:before {
  content: "\f4f8";
}
.ri-menu-fold-4-line:before {
  content: "\f4f9";
}
.ri-menu-unfold-2-fill:before {
  content: "\f4fa";
}
.ri-menu-unfold-2-line:before {
  content: "\f4fb";
}
.ri-menu-unfold-3-fill:before {
  content: "\f4fc";
}
.ri-menu-unfold-3-line:before {
  content: "\f4fd";
}
.ri-menu-unfold-4-fill:before {
  content: "\f4fe";
}
.ri-menu-unfold-4-line:before {
  content: "\f4ff";
}
.ri-mobile-download-fill:before {
  content: "\f500";
}
.ri-mobile-download-line:before {
  content: "\f501";
}
.ri-nextjs-fill:before {
  content: "\f502";
}
.ri-nextjs-line:before {
  content: "\f503";
}
.ri-nodejs-fill:before {
  content: "\f504";
}
.ri-nodejs-line:before {
  content: "\f505";
}
.ri-pause-large-fill:before {
  content: "\f506";
}
.ri-pause-large-line:before {
  content: "\f507";
}
.ri-play-large-fill:before {
  content: "\f508";
}
.ri-play-large-line:before {
  content: "\f509";
}
.ri-play-reverse-large-fill:before {
  content: "\f50a";
}
.ri-play-reverse-large-line:before {
  content: "\f50b";
}
.ri-police-badge-fill:before {
  content: "\f50c";
}
.ri-police-badge-line:before {
  content: "\f50d";
}
.ri-prohibited-2-fill:before {
  content: "\f50e";
}
.ri-prohibited-2-line:before {
  content: "\f50f";
}
.ri-shopping-bag-4-fill:before {
  content: "\f510";
}
.ri-shopping-bag-4-line:before {
  content: "\f511";
}
.ri-snowflake-fill:before {
  content: "\f512";
}
.ri-snowflake-line:before {
  content: "\f513";
}
.ri-square-root:before {
  content: "\f514";
}
.ri-stop-large-fill:before {
  content: "\f515";
}
.ri-stop-large-line:before {
  content: "\f516";
}
.ri-tailwind-css-fill:before {
  content: "\f517";
}
.ri-tailwind-css-line:before {
  content: "\f518";
}
.ri-tooth-fill:before {
  content: "\f519";
}
.ri-tooth-line:before {
  content: "\f51a";
}
.ri-video-off-fill:before {
  content: "\f51b";
}
.ri-video-off-line:before {
  content: "\f51c";
}
.ri-video-on-fill:before {
  content: "\f51d";
}
.ri-video-on-line:before {
  content: "\f51e";
}
.ri-webhook-fill:before {
  content: "\f51f";
}
.ri-webhook-line:before {
  content: "\f520";
}
.ri-weight-fill:before {
  content: "\f521";
}
.ri-weight-line:before {
  content: "\f522";
}
.ri-book-shelf-fill:before {
  content: "\f523";
}
.ri-book-shelf-line:before {
  content: "\f524";
}
.ri-brain-2-fill:before {
  content: "\f525";
}
.ri-brain-2-line:before {
  content: "\f526";
}
.ri-chat-search-fill:before {
  content: "\f527";
}
.ri-chat-search-line:before {
  content: "\f528";
}
.ri-chat-unread-fill:before {
  content: "\f529";
}
.ri-chat-unread-line:before {
  content: "\f52a";
}
.ri-collapse-horizontal-fill:before {
  content: "\f52b";
}
.ri-collapse-horizontal-line:before {
  content: "\f52c";
}
.ri-collapse-vertical-fill:before {
  content: "\f52d";
}
.ri-collapse-vertical-line:before {
  content: "\f52e";
}
.ri-dna-fill:before {
  content: "\f52f";
}
.ri-dna-line:before {
  content: "\f530";
}
.ri-dropper-fill:before {
  content: "\f531";
}
.ri-dropper-line:before {
  content: "\f532";
}
.ri-expand-diagonal-s-2-fill:before {
  content: "\f533";
}
.ri-expand-diagonal-s-2-line:before {
  content: "\f534";
}
.ri-expand-diagonal-s-fill:before {
  content: "\f535";
}
.ri-expand-diagonal-s-line:before {
  content: "\f536";
}
.ri-expand-horizontal-fill:before {
  content: "\f537";
}
.ri-expand-horizontal-line:before {
  content: "\f538";
}
.ri-expand-horizontal-s-fill:before {
  content: "\f539";
}
.ri-expand-horizontal-s-line:before {
  content: "\f53a";
}
.ri-expand-vertical-fill:before {
  content: "\f53b";
}
.ri-expand-vertical-line:before {
  content: "\f53c";
}
.ri-expand-vertical-s-fill:before {
  content: "\f53d";
}
.ri-expand-vertical-s-line:before {
  content: "\f53e";
}
.ri-gemini-fill:before {
  content: "\f53f";
}
.ri-gemini-line:before {
  content: "\f540";
}
.ri-reset-left-fill:before {
  content: "\f541";
}
.ri-reset-left-line:before {
  content: "\f542";
}
.ri-reset-right-fill:before {
  content: "\f543";
}
.ri-reset-right-line:before {
  content: "\f544";
}
.ri-stairs-fill:before {
  content: "\f545";
}
.ri-stairs-line:before {
  content: "\f546";
}
.ri-telegram-2-fill:before {
  content: "\f547";
}
.ri-telegram-2-line:before {
  content: "\f548";
}
.ri-triangular-flag-fill:before {
  content: "\f549";
}
.ri-triangular-flag-line:before {
  content: "\f54a";
}
.ri-user-minus-fill:before {
  content: "\f54b";
}
.ri-user-minus-line:before {
  content: "\f54c";
}
.ri-account-box-2-fill:before {
  content: "\f54d";
}
.ri-account-box-2-line:before {
  content: "\f54e";
}
.ri-account-circle-2-fill:before {
  content: "\f54f";
}
.ri-account-circle-2-line:before {
  content: "\f550";
}
.ri-alarm-snooze-fill:before {
  content: "\f551";
}
.ri-alarm-snooze-line:before {
  content: "\f552";
}
.ri-arrow-down-box-fill:before {
  content: "\f553";
}
.ri-arrow-down-box-line:before {
  content: "\f554";
}
.ri-arrow-left-box-fill:before {
  content: "\f555";
}
.ri-arrow-left-box-line:before {
  content: "\f556";
}
.ri-arrow-left-down-box-fill:before {
  content: "\f557";
}
.ri-arrow-left-down-box-line:before {
  content: "\f558";
}
.ri-arrow-left-up-box-fill:before {
  content: "\f559";
}
.ri-arrow-left-up-box-line:before {
  content: "\f55a";
}
.ri-arrow-right-box-fill:before {
  content: "\f55b";
}
.ri-arrow-right-box-line:before {
  content: "\f55c";
}
.ri-arrow-right-down-box-fill:before {
  content: "\f55d";
}
.ri-arrow-right-down-box-line:before {
  content: "\f55e";
}
.ri-arrow-right-up-box-fill:before {
  content: "\f55f";
}
.ri-arrow-right-up-box-line:before {
  content: "\f560";
}
.ri-arrow-up-box-fill:before {
  content: "\f561";
}
.ri-arrow-up-box-line:before {
  content: "\f562";
}
.ri-bar-chart-box-ai-fill:before {
  content: "\f563";
}
.ri-bar-chart-box-ai-line:before {
  content: "\f564";
}
.ri-brush-ai-fill:before {
  content: "\f565";
}
.ri-brush-ai-line:before {
  content: "\f566";
}
.ri-camera-ai-fill:before {
  content: "\f567";
}
.ri-camera-ai-line:before {
  content: "\f568";
}
.ri-chat-ai-fill:before {
  content: "\f569";
}
.ri-chat-ai-line:before {
  content: "\f56a";
}
.ri-chat-smile-ai-fill:before {
  content: "\f56b";
}
.ri-chat-smile-ai-line:before {
  content: "\f56c";
}
.ri-chat-voice-ai-fill:before {
  content: "\f56d";
}
.ri-chat-voice-ai-line:before {
  content: "\f56e";
}
.ri-code-ai-fill:before {
  content: "\f56f";
}
.ri-code-ai-line:before {
  content: "\f570";
}
.ri-color-filter-ai-fill:before {
  content: "\f571";
}
.ri-color-filter-ai-line:before {
  content: "\f572";
}
.ri-custom-size:before {
  content: "\f573";
}
.ri-fediverse-fill:before {
  content: "\f574";
}
.ri-fediverse-line:before {
  content: "\f575";
}
.ri-flag-off-fill:before {
  content: "\f576";
}
.ri-flag-off-line:before {
  content: "\f577";
}
.ri-home-9-fill:before {
  content: "\f578";
}
.ri-home-9-line:before {
  content: "\f579";
}
.ri-image-ai-fill:before {
  content: "\f57a";
}
.ri-image-ai-line:before {
  content: "\f57b";
}
.ri-image-circle-ai-fill:before {
  content: "\f57c";
}
.ri-image-circle-ai-line:before {
  content: "\f57d";
}
.ri-info-card-fill:before {
  content: "\f57e";
}
.ri-info-card-line:before {
  content: "\f57f";
}
.ri-landscape-ai-fill:before {
  content: "\f580";
}
.ri-landscape-ai-line:before {
  content: "\f581";
}
.ri-letter-spacing-2:before {
  content: "\f582";
}
.ri-line-height-2:before {
  content: "\f583";
}
.ri-mail-ai-fill:before {
  content: "\f584";
}
.ri-mail-ai-line:before {
  content: "\f585";
}
.ri-mic-2-ai-fill:before {
  content: "\f586";
}
.ri-mic-2-ai-line:before {
  content: "\f587";
}
.ri-mic-ai-fill:before {
  content: "\f588";
}
.ri-mic-ai-line:before {
  content: "\f589";
}
.ri-movie-ai-fill:before {
  content: "\f58a";
}
.ri-movie-ai-line:before {
  content: "\f58b";
}
.ri-music-ai-fill:before {
  content: "\f58c";
}
.ri-music-ai-line:before {
  content: "\f58d";
}
.ri-notification-snooze-fill:before {
  content: "\f58e";
}
.ri-notification-snooze-line:before {
  content: "\f58f";
}
.ri-php-fill:before {
  content: "\f590";
}
.ri-php-line:before {
  content: "\f591";
}
.ri-pix-fill:before {
  content: "\f592";
}
.ri-pix-line:before {
  content: "\f593";
}
.ri-pulse-ai-fill:before {
  content: "\f594";
}
.ri-pulse-ai-line:before {
  content: "\f595";
}
.ri-quill-pen-ai-fill:before {
  content: "\f596";
}
.ri-quill-pen-ai-line:before {
  content: "\f597";
}
.ri-speak-ai-fill:before {
  content: "\f598";
}
.ri-speak-ai-line:before {
  content: "\f599";
}
.ri-star-off-fill:before {
  content: "\f59a";
}
.ri-star-off-line:before {
  content: "\f59b";
}
.ri-translate-ai-2:before {
  content: "\f59c";
}
.ri-translate-ai:before {
  content: "\f59d";
}
.ri-user-community-fill:before {
  content: "\f59e";
}
.ri-user-community-line:before {
  content: "\f59f";
}
.ri-vercel-fill:before {
  content: "\f5a0";
}
.ri-vercel-line:before {
  content: "\f5a1";
}
.ri-video-ai-fill:before {
  content: "\f5a2";
}
.ri-video-ai-line:before {
  content: "\f5a3";
}
.ri-video-on-ai-fill:before {
  content: "\f5a4";
}
.ri-video-on-ai-line:before {
  content: "\f5a5";
}
.ri-voice-ai-fill:before {
  content: "\f5a6";
}
.ri-voice-ai-line:before {
  content: "\f5a7";
}
.ri-ai-generate-2:before {
  content: "\f5a8";
}
.ri-ai-generate-text:before {
  content: "\f5a9";
}
.ri-anthropic-fill:before {
  content: "\f5aa";
}
.ri-anthropic-line:before {
  content: "\f5ab";
}
.ri-apps-2-ai-fill:before {
  content: "\f5ac";
}
.ri-apps-2-ai-line:before {
  content: "\f5ad";
}
.ri-camera-lens-ai-fill:before {
  content: "\f5ae";
}
.ri-camera-lens-ai-line:before {
  content: "\f5af";
}
.ri-clapperboard-ai-fill:before {
  content: "\f5b0";
}
.ri-clapperboard-ai-line:before {
  content: "\f5b1";
}
.ri-claude-fill:before {
  content: "\f5b2";
}
.ri-claude-line:before {
  content: "\f5b3";
}
.ri-closed-captioning-ai-fill:before {
  content: "\f5b4";
}
.ri-closed-captioning-ai-line:before {
  content: "\f5b5";
}
.ri-dvd-ai-fill:before {
  content: "\f5b6";
}
.ri-dvd-ai-line:before {
  content: "\f5b7";
}
.ri-film-ai-fill:before {
  content: "\f5b8";
}
.ri-film-ai-line:before {
  content: "\f5b9";
}
.ri-font-size-ai:before {
  content: "\f5ba";
}
.ri-mixtral-fill:before {
  content: "\f5bb";
}
.ri-mixtral-line:before {
  content: "\f5bc";
}
.ri-movie-2-ai-fill:before {
  content: "\f5bd";
}
.ri-movie-2-ai-line:before {
  content: "\f5be";
}
.ri-mv-ai-fill:before {
  content: "\f5bf";
}
.ri-mv-ai-line:before {
  content: "\f5c0";
}
.ri-perplexity-fill:before {
  content: "\f5c1";
}
.ri-perplexity-line:before {
  content: "\f5c2";
}
.ri-poker-clubs-fill:before {
  content: "\f5c3";
}
.ri-poker-clubs-line:before {
  content: "\f5c4";
}
.ri-poker-diamonds-fill:before {
  content: "\f5c5";
}
.ri-poker-diamonds-line:before {
  content: "\f5c6";
}
.ri-poker-hearts-fill:before {
  content: "\f5c7";
}
.ri-poker-hearts-line:before {
  content: "\f5c8";
}
.ri-poker-spades-fill:before {
  content: "\f5c9";
}
.ri-poker-spades-line:before {
  content: "\f5ca";
}
.ri-safe-3-fill:before {
  content: "\f5cb";
}
.ri-safe-3-line:before {
  content: "\f5cc";
}
.ri-accessibility-fill:before {
  content: "\f5cd";
}
.ri-accessibility-line:before {
  content: "\f5ce";
}
.ri-alarm-add-fill:before {
  content: "\f5cf";
}
.ri-alarm-add-line:before {
  content: "\f5d0";
}
.ri-arrow-down-long-fill:before {
  content: "\f5d1";
}
.ri-arrow-down-long-line:before {
  content: "\f5d2";
}
.ri-arrow-left-down-long-fill:before {
  content: "\f5d3";
}
.ri-arrow-left-down-long-line:before {
  content: "\f5d4";
}
.ri-arrow-left-long-fill:before {
  content: "\f5d5";
}
.ri-arrow-left-long-line:before {
  content: "\f5d6";
}
.ri-arrow-left-up-long-fill:before {
  content: "\f5d7";
}
.ri-arrow-left-up-long-line:before {
  content: "\f5d8";
}
.ri-arrow-right-down-long-fill:before {
  content: "\f5d9";
}
.ri-arrow-right-down-long-line:before {
  content: "\f5da";
}
.ri-arrow-right-long-fill:before {
  content: "\f5db";
}
.ri-arrow-right-long-line:before {
  content: "\f5dc";
}
.ri-arrow-right-up-long-fill:before {
  content: "\f5dd";
}
.ri-arrow-right-up-long-line:before {
  content: "\f5de";
}
.ri-arrow-up-long-fill:before {
  content: "\f5df";
}
.ri-arrow-up-long-line:before {
  content: "\f5e0";
}
.ri-chess-fill:before {
  content: "\f5e1";
}
.ri-chess-line:before {
  content: "\f5e2";
}
.ri-diamond-fill:before {
  content: "\f5e3";
}
.ri-diamond-line:before {
  content: "\f5e4";
}
.ri-diamond-ring-fill:before {
  content: "\f5e5";
}
.ri-diamond-ring-line:before {
  content: "\f5e6";
}
.ri-figma-fill:before {
  content: "\f5e7";
}
.ri-figma-line:before {
  content: "\f5e8";
}
.ri-firefox-browser-fill:before {
  content: "\f5e9";
}
.ri-firefox-browser-line:before {
  content: "\f5ea";
}
.ri-jewelry-fill:before {
  content: "\f5eb";
}
.ri-jewelry-line:before {
  content: "\f5ec";
}
.ri-multi-image-fill:before {
  content: "\f5ed";
}
.ri-multi-image-line:before {
  content: "\f5ee";
}
.ri-no-credit-card-fill:before {
  content: "\f5ef";
}
.ri-no-credit-card-line:before {
  content: "\f5f0";
}
.ri-service-bell-fill:before {
  content: "\f5f1";
}
.ri-service-bell-line:before {
  content: "\f5f2";
}
.ri-ai-agent-fill:before {
  content: "\f5f3";
}
.ri-ai-agent-line:before {
  content: "\f5f4";
}
.ri-ai-generate-2-fill:before {
  content: "\f5f5";
}
.ri-ai-generate-2-line:before {
  content: "\f5f6";
}
.ri-ai-generate-3d-fill:before {
  content: "\f5f7";
}
.ri-ai-generate-3d-line:before {
  content: "\f5f8";
}
.ri-ai:before {
  content: "\f5f9";
}
.ri-apps-ai-fill:before {
  content: "\f5fa";
}
.ri-apps-ai-line:before {
  content: "\f5fb";
}
.ri-atom-fill:before {
  content: "\f5fc";
}
.ri-atom-line:before {
  content: "\f5fd";
}
.ri-book-ai-fill:before {
  content: "\f5fe";
}
.ri-book-ai-line:before {
  content: "\f5ff";
}
.ri-brain-3-fill:before {
  content: "\f600";
}
.ri-brain-3-line:before {
  content: "\f601";
}
.ri-brain-ai-3-fill:before {
  content: "\f602";
}
.ri-brain-ai-3-line:before {
  content: "\f603";
}
.ri-brush-ai-3-fill:before {
  content: "\f604";
}
.ri-brush-ai-3-line:before {
  content: "\f605";
}
.ri-camera-4-fill:before {
  content: "\f606";
}
.ri-camera-4-line:before {
  content: "\f607";
}
.ri-camera-ai-2-fill:before {
  content: "\f608";
}
.ri-camera-ai-2-line:before {
  content: "\f609";
}
.ri-chat-ai-2-fill:before {
  content: "\f60a";
}
.ri-chat-ai-2-line:before {
  content: "\f60b";
}
.ri-chat-ai-3-fill:before {
  content: "\f60c";
}
.ri-chat-ai-3-line:before {
  content: "\f60d";
}
.ri-chat-ai-4-fill:before {
  content: "\f60e";
}
.ri-chat-ai-4-line:before {
  content: "\f60f";
}
.ri-chat-smile-ai-3-fill:before {
  content: "\f610";
}
.ri-chat-smile-ai-3-line:before {
  content: "\f611";
}
.ri-deepseek-fill:before {
  content: "\f612";
}
.ri-deepseek-line:before {
  content: "\f613";
}
.ri-file-ai-2-fill:before {
  content: "\f614";
}
.ri-file-ai-2-line:before {
  content: "\f615";
}
.ri-file-ai-fill:before {
  content: "\f616";
}
.ri-file-ai-line:before {
  content: "\f617";
}
.ri-function-ai-fill:before {
  content: "\f618";
}
.ri-function-ai-line:before {
  content: "\f619";
}
.ri-game-2-fill:before {
  content: "\f61a";
}
.ri-game-2-line:before {
  content: "\f61b";
}
.ri-goblet-broken-fill:before {
  content: "\f61c";
}
.ri-goblet-broken-line:before {
  content: "\f61d";
}
.ri-lightbulb-ai-fill:before {
  content: "\f61e";
}
.ri-lightbulb-ai-line:before {
  content: "\f61f";
}
.ri-loop-left-ai-fill:before {
  content: "\f620";
}
.ri-loop-left-ai-line:before {
  content: "\f621";
}
.ri-loop-right-ai-fill:before {
  content: "\f622";
}
.ri-loop-right-ai-line:before {
  content: "\f623";
}
.ri-message-ai-3-fill:before {
  content: "\f624";
}
.ri-message-ai-3-line:before {
  content: "\f625";
}
.ri-painting-ai-fill:before {
  content: "\f626";
}
.ri-painting-ai-line:before {
  content: "\f627";
}
.ri-painting-fill:before {
  content: "\f628";
}
.ri-painting-line:before {
  content: "\f629";
}
.ri-pencil-ai-2-fill:before {
  content: "\f62a";
}
.ri-pencil-ai-2-line:before {
  content: "\f62b";
}
.ri-pencil-ai-fill:before {
  content: "\f62c";
}
.ri-pencil-ai-line:before {
  content: "\f62d";
}
.ri-remix-fill:before {
  content: "\f62e";
}
.ri-remix-line:before {
  content: "\f62f";
}
.ri-search-ai-2-fill:before {
  content: "\f630";
}
.ri-search-ai-2-line:before {
  content: "\f631";
}
.ri-search-ai-3-fill:before {
  content: "\f632";
}
.ri-search-ai-3-line:before {
  content: "\f633";
}
.ri-search-ai-4-fill:before {
  content: "\f634";
}
.ri-search-ai-4-line:before {
  content: "\f635";
}
.ri-search-ai-fill:before {
  content: "\f636";
}
.ri-search-ai-line:before {
  content: "\f637";
}
.ri-speech-to-text-fill:before {
  content: "\f638";
}
.ri-speech-to-text-line:before {
  content: "\f639";
}
.ri-target-fill:before {
  content: "\f63a";
}
.ri-target-line:before {
  content: "\f63b";
}
.ri-text-to-speech-fill:before {
  content: "\f63c";
}
.ri-text-to-speech-line:before {
  content: "\f63d";
}
.ri-wrench-fill:before {
  content: "\f63e";
}
.ri-wrench-line:before {
  content: "\f63f";
}

/* angular:styles/global:styles */
